body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #222222;
	background-color: #f8f8f8;
	position: static !important;
	min-height: 100%;
	top: 0;
}
textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
html,body {
	height: 100%;
}
a {
	color: #0371ac;
	text-decoration: none;
	outline: none;
}
a:visited {
	color: #8a4284;
	text-decoration: none;
}
a:hover {
	color: #FF8D1C;
	text-decoration: underline;
}
a.no_visit:visited {
	color: #0088cc;
}
a.no_visit:hover {
	color: #FF8D1C;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}
h1 {
	font-size: 24px;
	line-height: 1.2em;
}
h2 {
	font-size: 20px;
	line-height: 1.2em;
	margin-top: 1.5em
}
h3 {
	font-size: 16px;
	line-height: 1.2em;
	margin-top: 1.5em
}
h4 {
	font-size: 14px;
	line-height: 1.2em;
}
button,
input,
select,
textarea {
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}
button, input {
	*overflow: visible;
	line-height: normal;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
p {
	margin-top: 1em;
	margin-bottom: 1em;
}

.row {
	margin-left: -20px;
	*zoom: 1;
}
.row:before, .row:after {
	display: table;
	content: "";
}
.row:after {
	clear: both;
}
[class*="span"] {
	float: left;
	margin-left: 20px;
}
.span1 {
	width: 60px;
}
.span2 {
	width: 140px;
}
.span3 {
	width: 220px;
}
.span4 {
	width: 300px;
}
.span5 {
	width: 380px;
}
.span6 {
	width: 460px;
}
.span7 {
	width: 540px;
}
.span8 {
	width: 620px;
}
.span9 {
	width: 700px;
}
.span10 {
	width: 780px;
}
.span11 {
	width: 860px;
}
.span12 {
	width: 940px;
}
.container {
	width: 980px;
}
.offset1 {
	margin-left: 100px;
}
.offset2 {
	margin-left: 180px;
}
.offset3 {
	margin-left: 260px;
}
.offset4 {
	margin-left: 340px;
}
.offset5 {
	margin-left: 420px;
}
.offset6 {
	margin-left: 500px;
}
.offset7 {
	margin-left: 580px;
}
.offset8 {
	margin-left: 660px;
}
.offset9 {
	margin-left: 740px;
}
.offset10 {
	margin-left: 820px;
}
.offset11 {
	margin-left: 900px;
}
.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

ul.ingredient_list {
	padding-left: 10px;
	list-style-type: none;
	margin-top: 0px;
	text-indent: -10px;
}

ul.sub_list {
	margin: 4px 0;
	padding-left: 20px;
	list-style-type: none;
	text-indent: -10px;
	font-size: 14px;
	width: 110px;
}
ul.sub_list li {
	padding: 4px 0;
}

.text_smaller {
	font-size: 11px
}
.text_small {
	font-size: 12px
}
.text_normal {
	font-size: 13px
}
.text_large {
	font-size: 14px
}
.text_larger {
	font-size: 15px
}

.inset {
	text-shadow: 0px 1px 0 #CDC;
	font-weight: bold;
}
.white_inset {
	color: #333;
	text-shadow: 0px 1px 0 #CDC;
	font-weight: bold;
}

.small_error {
	color: #E33;
	font-size: 11px;
}
.small_success {
	color: #090;
	font-size: 11px;
}

#floating_sidebar {
	margin-left: -75px;
	display: block;
	position: absolute;
	top: 254px;
	z-index: 0;
	background-color: #FCFCEC;
	padding: 5px 0;
	width: 95px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*-moz-box-shadow:    0px 0px 6px 0px #666;
	-webkit-box-shadow: 0px 0px 6px 0px #666;
	box-shadow:         0px 0px 6px 0px #666;*/
	/*visibility: hidden;*/
}
#floating_sidebar_content {
	margin-left: -75px;
	display: block;
	position: absolute;
	top: 254px;
	z-index: 1000;
	padding: 5px 30px 5px 5px;
	width: 65px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	/*visibility: hidden;*/
}

#main_wrapper {
	position: relative;
	z-index: 2;
	background-color: #FFFFFF;
	/*-moz-box-shadow:    0px 0px 6px 0px #999;
	-webkit-box-shadow: 0px 0px 6px 0px #999;
	box-shadow:         0px 0px 6px 0px #999;*/
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-top: 10px;
}

#header {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 auto 0 auto;
	padding-top: 5px;
	background-color: #fff5eb;
	/*background-image: url(https://importfood.com/media/layout/header_gradient.png);
	background-repeat: repeat-x;*/
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#title_text_wrapper {
	text-align: left;
	margin: 0 auto;
	padding: 22px 0;
	position: absolute;
	left: 220px;
}
#site_url_text {
	position: absolute;
	right: 20px;
	bottom: 5px;
	z-index: 1;
	font-size: 14px;
	font-weight: bold;
	width: 304px;
	text-align: left;
}
.title {
	color: #4d200b;
	font-size: 36px;
	line-height: 42px;
	font-family: 'Bree Serif', serif;
	/*text-shadow: #000 0 1px 0;*/
}
.sub_title {
	color: #333;
	font-size: 20px;
	line-height: 21px;
	font-weight: bold;
	text-align: right;
}
#logo_header img {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
}
#logo_header_ext img {
	position: absolute;
	left: 73px;
	bottom: -14px;
	z-index: 1000;
	pointer-events: none;
}
#logo_text {
	display: none;
	position: absolute;
	left: 40px;
	bottom: -6px;
	z-index: 1001;
	font-size: 16px;
	font-weight: bold;
	width: 143px;
	height: 30px;
}
#logo_text a {
	color: #000;
}
#logo_header:hover #logo_text{
	display: block;
}
#image_header {
	position: relative;
	z-index: 0;
}
#image_header img {
	position: absolute;
	right: 211px;
	top: 18px;
	z-index: 0;
}

#cart_info {	
	position: absolute;
	right: 20px;
	top: -15px;
	height: 40px;
	min-width: 120px;
}
#cart_info_container {
	position: relative;
	width:100%;
	height:100%;
	background-color: #6B9CCB;
	text-align: center;
	vertical-align: bottom;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	/*-moz-box-shadow:    0 0 6px 0 #666;
  -webkit-box-shadow: 0 0 6px 0 #666;
  box-shadow:         0 0 6px 0 #666;*/
}
#cart_info_container a {
	line-height: 300%;
}
#cart_link {
	width: 100%;
	height: 40px;
	color: #FFF;
	text-shadow: #000 0 1px 0;
	padding-top: 0px;
	background-color: transparent;
	text-align: center;
	font-weight: bold;
	display: block;
}
.cart_icon {
	position: relative;
	top: 2px;
	display: inline;
	margin: -2px 6px 0 0;
}

#navigation_wrapper {
	clear: both;
	width: 100%;
	background-color: #773171;
	height: 70px;
	position: relative;
	margin: 0 auto;
	z-index: 2;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}

#menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 13px;
	position: relative;
	z-index: 100;
	height: 100%;
	width: 648px;
}
#menu li {
	float: left; /* left, none */
	display: block;
	text-align: center;
}
#menu > li {
	height: 38px;
	min-width: 108px;
}
#menu a {
	display: block;
	padding: 10px 7.7%;
	text-decoration: none;
	color: #FFFFFF;
	width: auto;
	white-space: nowrap;
}
#menu > li > a {
	font-size: 16px;
	text-shadow: #000 0 1px 0;
	font-weight: bold;
	padding: 7px 7.7% 8px 7.7%;
	margin-top: 3px;
}
#menu a:hover {
	text-decoration: underline;
	background-color: #9d5497 !important;
	color: #fff !important;
	text-shadow: none !important;
}
#menu > li > a:hover {
	webkit-border-top-left-radius: 6px;
	webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
#menu li ul {
	display: block;
	position: absolute;
	left: -9999px;
	list-style-type: none;
	z-index: -1;
	width: 972px;
	padding-left: 8px;
	/*-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;*/
}
#menu li ul li {
	display: block;
	z-index: 101;
	float: left;
	position: relative;
}
#menu li ul li a {
	display: block;
	padding: 8px 12px;
	text-align: left;
}
#menu li.selected ul {
	/*top: 0px;*/
	left: 0px; /* 0px, 160px */
}
#menu li.selected > a {
	background-color: #9d5497;
	font-weight: bold;
}
#menu li.selected ul {
	background-color: #9d5497;
}
#menu li.selected ul li a {
	color: #FFF !important;
}
#menu > li.selected > a {
	webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-size: 16px;
	color: #FFF !important;
	text-shadow: none !important;
}
#menu li ul li.selected > a {
	font-size: 13px;
}
.menu_icon {
	position: relative;
	top: 3px;
	display: none;
	margin: -3px 6px 0 0;
}

#site_search_form {
	height: 24px;
	float: right;
	margin: 4px 20px 4px 0;
}
#site_search_box {
	width: 260px;
	height: 24px;
	line-height: 24px;
	padding: 2px;
	border: 0;
	margin: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	outline: none;
}
#site_search_button {
	position: relative;
	margin: 0;
	margin-left: -4px;
	padding: 0;
	height: 28px;
	width: 28px;
	border: 0;
	background-image: url(https://importfood.com/media/layout/search_icon.png);
	background-color: #6b9ccb;
	text-indent:-99999px; 
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

#breadcrumbs_login {
	margin: 0 0 4px 0;
	padding-top: 15px;
}

#main_body {
	margin: 0 0;
	padding: 10px 0;
}

#favorite_button {
	padding: 0;
	height: 28px;
	width: 28px;
	border: 0;
	background-image: url(https://importfood.com/media/layout/favorite-icon.png);
	background-color: #F00;
	text-indent:-99999px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;;
	border-radius: 4px;
}

.recipe_image {
	float: right;
	margin: 0 0 20px 20px
}

.image_list {
	margin: 20px 0px;
	width: auto;
	text-align: left;
}
.image_list > a {
	display: inline-block;
	zoom: 1;
  *display: inline;
}
img.thumbnail {
	width: 100%;
}
.image_list_line {
	clear:both;
	margin-top:0;
	margin-left:-1.65%;
}
a.thumbnail_link {
	margin-left: 1.65%;
}
a > .thumbnail_container_small {
	margin-right: 0%;
}
.thumbnail_container {
	overflow: hidden;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 9px;
	width: 280px;
	display: block;
	border: 1px solid #FCFCFC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
  vertical-align: top;
	font-size: 0;
}
.thumbnail_container_small {
	padding: 5px;
	width: 140px;
	border: 1px solid #FCFCFC;
}
.thumbnail_container_product {
	padding: 6px;
	width: 220px;
	border: 1px solid #FCFCFC;
	text-align: center;
}
.thumbnail_container_product img {
	height: 220px !important;
	width: auto !important;
}
.thumbnail_container:hover {
	border: 1px solid #CCC;
	border-bottom-color: #DDD;
	border-top-color: #AAA;
	background-color: #FCFCFC;
}
.thumbnail_text {
	display: block;
	text-align: center;
	margin-top: 2px;
	font-size: 12px;
	width: 100%;
}
img.vertical_ad_image {
	display: block;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}
img.vertical_ad_image:first-child {
	margin-top: 50px;
}
.thumbnail_container:hover .thumbnail_text {
	text-decoration: underline;
}

#buy_ingredients_text {
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
}
#ingredients_order_form {
	border: 1px solid #EEE;
	background-color: #F6F6F6;
	padding: 10px;
	margin: 5px auto 20px auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #444;
}
.ingredient_product {
	background-color: transparent;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.ingredient_product_selected {
	background-color: #FFF;
	/*border-top: 1px solid #CCC !important;
	border-bottom: 1px solid #CCC !important;*/
	padding: 1px 0;
}
.ingredient_product_selected .product_price {
	color: #000 !important;
}

#file_upload_container {
	border: 1px solid #EEE;
	background-color: #F6F6F6;
	padding: 10px;
	margin: 30px 0px 30px 0px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#file_upload_info {
	padding: 20px 0px 10px 0px;
}
#file_uploader {
	margin: 20px auto 0 auto;
	width: 200px;
}
#file_uploader_button_container {
	margin-bottom: 15px;
}

#info_sidebar {
}
#info_sidebar > .image_list {
	margin-top: 0;
}

#extra_ads:first-child {
	margin-top:-50px;
}

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
	padding: 50px 20px;
	text-align: center; 
	background-color: #E9E3E3;
	z-index: 1;
	position: relative;
}
#footer a {
	color: #005599;
}
#footer a:visited {
	color: #8a4284;
}
#footer a:hover {
	color: #FF8D1C;
}
#footer .main_category_link {
	color: #336 !important;
}









.selected_ingredient {
	font-weight: bold;
	background-color: #FFEECC;
}
.selected_recipe {
	font-weight: bold;
	background-color: #FFEECC;
}
.selected_video {
	font-weight: bold;
	background-color: #FFEECC;
}
.remove_ingredient {
	position: relative;
	top: 2px;
}
a.ingredient:link {
	text-decoration: none;
}
a.ingredient:visited {
	text-decoration: none;
}
a.ingredient:hover {
	text-decoration: none;
}
a.ingredient:active {
	text-decoration: none;
}
a[rel="lightbox_user"]:active {
  outline: none;
}
a[rel="lightbox"]:active {
	outline: none;
}
a[rel="lightbox_user_submitted"]:active {
	outline: none;
}
a.no_decoration:link {
	text-decoration: none;
}
a.no_decoration:visited {
	text-decoration: none;
}
a.no_decoration:hover {
	text-decoration: none;
}
a.no_decoration:active {
	text-decoration: none;
}
a.no_ouline:link {
	outline: none;
}
a.no_ouline:visited {
	outline: none;
}
a.no_ouline:hover {
	outline: none;
}
a.no_ouline:active {
	outline: none;
}
#products_table {
	font-family: verdana,tahoma,arial;
	font-size: 11px;
	line-height: 15px;
}
#add_ingredient_button {
	#padding: 0 .25em;
	#width: 0;
	#overflow: visible;
}
#exclude_ingredient_button {
	#padding: 0 .4em;
	#width: 0;
	#overflow: visible;
}
#go_to_recipe_button {
	#padding: 0 .5em;
	#width: 0;
	#overflow: visible;
}
#go_to_video_button {
	#padding: 0 .5em;
	#width: 0;
	#overflow: visible;
}
#exclude_ingredient_button {
	#padding: 0 .5em;
	#width: 0;
	#overflow: visible;
}
table #recipe_list_table  {
	border-collapse: colapse;
	border-spacing: 0px;
	border: none;
}
#recipe_list_table td, #recipe_list_table th {
	padding: 0px;
	border: hidden 0px;
}
#search_type_link a {
	text-decoration: none;
}
.recipe_result_item {
	margin-top: 6px;
	text-indent: -20px;
	padding-left: 20px;
}
.star1 {
	display: inline;
	border: 0px;
}
.star2 {
	display: inline;
	border: 0px;
}
.star3 {
	display: inline;
	border: 0px;
}
.star4 {
	display: inline;
	border: 0px;
}
.star5 {
	display: inline;
	border: 0px;
}

.boxed_title {
	background-color: #c5d3f2;/*#a0b7ea;*/
	-webkit-border-radius: 0.111em;
	-moz-border-radius: 0.111em;
	border-radius: 0.111em;
	height: 1.75em;
	line-height: 1.75em;
	padding: 0 0.5em;
	color:#000000;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
}
.boxed_subtitle {
	padding: 5px;
}
.boxed_header {
	background-color: #557ed9;
	-webkit-border-radius: 0.286em 0.286em 0 0;
	-moz-border-radius: 0.286em 0.286em 0 0;
	border-radius: 0.286em 0.286em 0 0;
	height: 2.143em;
	line-height: 2.143em;
	padding: 0 1.071em;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.boxed_header_no_size {
	background-color: #6B9CCB;
	-webkit-border-radius: 0.286em 0.286em 0 0;
	-moz-border-radius: 0.286em 0.286em 0 0;
	border-radius: 0.286em 0.286em 0 0;
	height: 1.8em;
	line-height: 1.8em;
	padding: 0 1.071em;
	color: #FFF;
	margin-bottom: 0.5em;
}
.boxed_header_no_size:first-child {
	margin-top: 0;
}
.boxed_content {
	background-color: #ebf0fa;
	padding: 15px 15px;
	color:#000000;
}
.boxed_content .data_table {
	border-spacing: 4px;
}
.boxed_content .data_table td {
	background-color: #FFFFFF;
	padding: 2px;
}
.boxed_content .data_table th {
	background-color: #c5d3f2;
	padding: 2px;
}
.boxed_box {
	-webkit-border-radius: 0.286em 0.286em 0 0;
	-moz-border-radius: 0.286em 0.286em 0 0;
	border-radius: 0.286em 0.286em 0 0;
	
	background-color: #ebf0fa;
	padding: 15px 15px;
	color:#000000;
}
.boxed_link {
	display: inline-block;
	background-color: #85cc66;
	-webkit-border-radius: 0.286em;
	-moz-border-radius: 0.286em;
	border-radius: 0.286em;
	height: 1.714em;
	line-height: 1.714em;
	padding: 0 	0.857em;
	color:#FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	margin: 0.357em 0;
	border: 1px solid #6ab948; 
}
.boxed_link_large {
	font-size: 20px;
}
.boxed_link_small {
	font-size: 11px;
	padding: 0 	0.6em;
}
.boxed_link_yellow {
	background-color: #fee709;
	color:#000000;
	border: 1px solid #d8c508; 
}
.boxed_link_blue {
	background-color: #002266;
	border: 1px solid #000044; 
}
.boxed_link:hover {
	color: #FFFFFF;
	background-color: #99e17b;
}
.boxed_link:visited {
	color: #FFFFFF;
}
.boxed_link_yellow:hover {
	color: #000000;
	background-color: #feed47;
}
.boxed_link_blue:hover {
	background-color: #003388;
}
.invisible_submit {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
}
.fancy_link {
	font-size:16px;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px #0d2ba2 solid;
	color:#000;
	text-shadow:0 1px 0 #FFF;
	padding:5px 10px;
	-webkit-box-shadow:0px 2px 2px #999;
	-moz-box-shadow:0px 2px 2px #999;
	box-shadow:0px 2px 2px #999;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmM5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZDA3MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGMwNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fffc99 0%, #ffd073 75%, #f8c051 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffc99), color-stop(75%,#ffd073), color-stop(100%,#f8c051)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fffc99 0%,#ffd073 75%,#f8c051 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fffc99 0%,#ffd073 75%,#f8c051 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fffc99 0%,#ffd073 75%,#f8c051 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fffc99 0%,#ffd073 75%,#f8c051 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffc99', endColorstr='#f8c051',GradientType=0 ); /* IE6-8 */
	background-color:#FD7;
}
.fancy_link:hover {
	text-decoration: none;
	color:#333;
}
.fancy_link:visited {
	text-decoration: none;
	color:#000;
}
.fancy_link_small {
	font-size:13px;
	padding:2px 5px;
}

.product_table_item:last-child {
	border-right: 0 !important;
}


/** 
 * nutrition.css
 * The following code formats a table for a nutrition label. Feel free to use it as you wish.
 * Crediting the author is always appreciated.
 * Jonathon Eric Cihlar, January 2007
 */

/**
 * Define the table to be of the class "nutrition"
 */
table.nutrition {
	width : 275px;
	margin-top : 10px;
	margin-left : 0;
	margin-right : 0;

	border : 1px solid black;
	border-collapse : collapse;
	table-layout : auto;

}

/**
 * Format the caption at the top of the table
 */
.nutrition caption {
	font-family : Arial;
	font-size : small;
	font-style: italic;
}

/** 
 * Format the tr ids 
 */
.nutrition tr#calories td {
	border-bottom : 4px solid black;
}

.nutrition tr#servings td {
	border-bottom : 6px solid black;	
}

.nutrition tr#minerals td {
	border-top : 4px solid black;
}

 /**
  * Format the header, which is basically the text "Nutrition Facts"
  */
.nutrition th {
	background-color : transparent;
	padding : 3px;
	border : 0;
	font-family : Arial;
	font-size : large;
	font-weight : bolder;
}	

 /**
  * Define the baseline style for cells
  */
.nutrition td {
	padding : 3px;
			
	font-family : Arial;
	font-size : x-small;
	border : 0;
	border-bottom : 1px solid black;
	
	text-align : left;
}

 /**
  * Define the cell for Daily Values
  */
.nutrition td.dv {
	font-weight : bold;
	text-align : right;
}

 /**
  * Set an indent for subordinate nutrients
  */
.nutrition td.sub {
	text-indent : 10px;
}

 /**
  * Set the style of the disclaimer text
  */
.nutrition td.disclaimer {
	font-size : xx-small;
}

 /**
  * Use the strong tag to set emphasis on particular text
  */
.nutrition strong {
	font-weight : x-bolder;
}


.wraptocenter {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 255px;
	height: 191px;
}
.wraptocenter * {
	vertical-align: middle;
}
/*\*//*/
.wraptocenter {
	display: block;
}
.wraptocenter span {
	display: inline-block;
	height: 100%;
	width: 1px;
}
/**/

#login_register_table label {
	clear: both;
	width: 105px;
	float: left;
	text-align: left;
	margin: 5px 0px;
}
.login_register_input {
	width: 232px;
	margin: 5px 0 5px 0px !important;
}
.login_register_input_error {
	color: #E33;
	font-size: 11px;
	margin-left: 110px;
	margin-top: -5px;
}



.recipeComment {
	width: 600px;
	margin: 0 0 10px 0;
	border: 0;
	padding: 10px;
	background: #F6F6F6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	clear: both;
	overflow: auto;
	text-align: left;
}
.recipeComment p {
	margin: 0;
	border: 0;
	padding: 0;
}
.recipeComment .info {
	width: 140px;
	float: left;
}
.recipeComment .info .date {
	font-size: 11px;
	color: #666;
}
.recipeComment .info .name {
	font-weight: bold;
}
.recipeComment .comment {
	width: 460px;
	float: left;
}

#comments_header {
}
#recipeCommentsTable {
	width: 600px;
	margin: 0 0 20px 0;
	border: 0;
	padding: 10px;
	background: #F6F6F6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#recipeCommentsTable .title {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
#recipeCommentsTable .label {
	font-weight: bold;
	width: 140px;
}
#recipeCommentsTable .input {
	text-align: left;
}
#recipeCommentsTable .attribute {
	font-size: 80%;
	font-weight: normal;
}
#recipeCommentsTable .option {
	text-align: left;
}
#recipeCommentsTable .text {
	width: 300px;
}
#recipeCommentsTable #recipeCommentsBox {
	width: 500px;
	height: 100px;
}
#recipeCommentsTable .submit {
	padding-top: 10px;
	text-align: left;
}

td.video_td h2:first-child {
	margin-top:0;
}


#horizontal_share_buttons {
	transition: opacity 0.5s, height 0.5s, margin 0.5s;
	-moz-transition: opacity 0.5s, height 0.5s, margin 0.5s;
	-webkit-transition: opacity 0.5s, height 0.5s, margin 0.5s;
	-o-transition: opacity 0.5s, height 0.5s, margin 0.5s;
	
	overflow: hidden;
	height: 0px;
	margin: 0px;
}

#floating_sidebar {
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

#floating_sidebar_content {
	transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
}

@media only screen and (max-width: 1120px){
	#horizontal_share_buttons {
		opacity: 1;
		height: 20px;
		margin: 10px 0 20px 0;
	}
	
	#floating_sidebar {
		opacity: 0;
	}
	#floating_sidebar_content {
		opacity: 0;
	}
}
@media only screen and (min-width: 1120px){
	#horizontal_share_buttons {
		opacity: 0;
		height: 0px;
		margin: 0px;
	}
	
	#floating_sidebar {
		opacity: 1;
	}
	#floating_sidebar_content {
		opacity: 1;
	}
}



.qq-uploader { position:relative; width: 100%;}

.qq-upload-button {
    display:block; /* or inline-block */
    text-align:center;
		background-image:url("https://importfood.com/media/layout/upload_image_button.png");
		width: 200px; height: 44px;
}
.qq-upload-button-hover {background-image:url("https://importfood.com/media/layout/upload_image_button_hover.png");}
.qq-upload-button-focus {background-image:url("https://importfood.com/media/layout/upload_image_button_down.png");}

.qq-upload-drop-area {
    position:relative; top:0; left:0; width:200px; height:52px; min-height: 52px; z-index:2;
    text-align:center;
		background-image:url("https://importfood.com/media/layout/upload_image_drop.png");
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:14px;
}
.qq-upload-drop-area-active {background-image:url("https://importfood.com/media/layout/upload_image_drop_hover.png");}

.qq-upload-list {margin:15px auto; padding:0; list-style-type:none;}
.qq-upload-list li { margin:0; padding:0; line-height:15px; font-size:12px;}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}

.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("https://importfood.com/media/layout/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}



/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 2px;
}

#tiptip_holder.tip_bottom {
	padding-top: 2px;
}

#tiptip_holder.tip_right {
	padding-left: 2px;
}

#tiptip_holder.tip_left {
	padding-right: 2px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 2px 2px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 4px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}


[placeholder]{
	cursor:text;
	padding:3px;
	margin:5px 0px;
	border:1px solid;
	border-color:#abadb3 #e2e3ea #e2e3ea #e2e3ea;
	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
[placeholder]:active,
[placeholder]:focus{
	cursor:text;
	border:1px solid;
	border-color:#3d7bad #a4c9e3 #a4c9e3 #a4c9e3;
}



#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://importfood.com/media/layout/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://importfood.com/media/layout/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://importfood.com/media/layout/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://importfood.com/media/layout/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://importfood.com/media/layout/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://importfood.com/media/layout/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://importfood.com/media/layout/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://importfood.com/media/layout/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }




.jcrop-holder {
  direction: ltr;
  text-align: left;
}

/* These styles define the border lines */
.jcrop-vline,.jcrop-hline{background:#FFF url(Jcrop.gif) top left repeat;font-size:0;position:absolute;}
.jcrop-vline{height:100%;width:1px!important;}
.jcrop-hline{height:1px!important;width:100%;}
.jcrop-vline.right{right:0;}
.jcrop-hline.bottom{bottom:0;}

/* Handle style - size is set by Jcrop handleSize option (currently) */
.jcrop-handle{background-color:#333;border:1px #eee solid;font-size:1px;}

/* This style is used for invisible click targets */
.jcrop-tracker
{
  height: 100%; 
  width: 100%;
  -webkit-tap-highlight-color: transparent; /* "turn off" link highlight */
  -webkit-touch-callout: none;              /* disable callout, image save panel */
  -webkit-user-select: none;                /* disable cut copy paste */
}

/* Positioning of handles and drag bars */
.jcrop-handle.ord-n{left:50%;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-s{bottom:0;left:50%;margin-bottom:-4px;margin-left:-4px;}
.jcrop-handle.ord-e{margin-right:-4px;margin-top:-4px;right:0;top:50%;}
.jcrop-handle.ord-w{left:0;margin-left:-4px;margin-top:-4px;top:50%;}
.jcrop-handle.ord-nw{left:0;margin-left:-4px;margin-top:-4px;top:0;}
.jcrop-handle.ord-ne{margin-right:-4px;margin-top:-4px;right:0;top:0;}
.jcrop-handle.ord-se{bottom:0;margin-bottom:-4px;margin-right:-4px;right:0;}
.jcrop-handle.ord-sw{bottom:0;left:0;margin-bottom:-4px;margin-left:-4px;}
.jcrop-dragbar.ord-n,.jcrop-dragbar.ord-s{height:7px;width:100%;}
.jcrop-dragbar.ord-e,.jcrop-dragbar.ord-w{height:100%;width:7px;}
.jcrop-dragbar.ord-n{margin-top:-4px;}
.jcrop-dragbar.ord-s{bottom:0;margin-bottom:-4px;}
.jcrop-dragbar.ord-e{margin-right:-4px;right:0;}
.jcrop-dragbar.ord-w{margin-left:-4px;}

/* The "jcrop-light" class/extension */
.jcrop-light .jcrop-vline,.jcrop-light .jcrop-hline
{
	background:#FFF;
	filter:Alpha(opacity=70)!important;
	opacity:.70!important;
}
.jcrop-light .jcrop-handle
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#000;
	border-color:#FFF;
	border-radius:3px;
}

/* The "jcrop-dark" class/extension */
.jcrop-dark .jcrop-vline,.jcrop-dark .jcrop-hline
{
	background:#000;
	filter:Alpha(opacity=70)!important;
	opacity:.7!important;
}
.jcrop-dark .jcrop-handle
{
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#FFF;
	border-color:#000;
	border-radius:3px;
}