/*
Title:      CSS for SMARTDIRECT.CN
Author:     Clas Wineus, www.claswineus.com
Copyright:  2008, Clas Wineus.
*/

@charset "utf-8";

/*-----------------------------------------------------------------------
		Recipe Pictures
----------------------------------------------------------------------- */

ul#recipe_picture, ul#recipe_picture li ul {
	float:left;
	list-style:none;
	width:246px;
	margin-top:6px;
}

ul#recipe_picture li .img_link {
	position:relative;
	display:block;
	text-align:center;
	overflow:hidden;
	border:1px solid #cfd6da;
	width:232px;
}

ul#recipe_picture li .img_link img {
	border:1px solid #fff;
	width:230px;
	height:auto;
}

ul#recipe_picture li .img_link .enlarge {
	border:0px;
	right:5px;
	bottom:5px;
	width:20px;
	height:21px;
}

ul#recipe_picture li ul li {
	float:left;
	margin-right:6px;
}

ul#recipe_picture li .img_link .promotion {
	position:absolute;
	top:6px;
	right:6px;
	padding:0;
}

ul#recipe_picture li .img_link .organic {
	position:absolute;
	top:6px;
	left:6px;
	padding:0;
}

/*-----------------------------------------------------------------------
		Recipe Details
----------------------------------------------------------------------- */

#recipe_detail {
	list-style:none;
	margin:6px 0 10px 0;
}

#recipe_detail h1 {
	margin-bottom:10px;
}

#recipe_detail li {
	margin-bottom:2px;
}

#recipe_detail li select {
	font-size:11px;
}

#recipe_detail .button {
	display:block;
	margin-top:5px;
}

/*-----------------------------------------------------------------------
		Recipe 
----------------------------------------------------------------------- */

#recipe {
	margin-top:15px;
	padding-bottom:15px;
	float:left;
	border-bottom:1px dotted #cfd6da;
	margin-bottom:10px;
}

/*-----------------------------------------------------------------------
		Recipe ingredients
----------------------------------------------------------------------- */

#ingredients {
	float:left;
	padding-right:20px;
	width:160px;
	font-size:11px;

}

#ingredients h2 {
	margin-bottom:7px;
}

/*-----------------------------------------------------------------------
		Recipe preparation
----------------------------------------------------------------------- */

#preparation {
	float:left;
	width:380px;
	line-height:17px;
}

#preparation h2 {
	margin-bottom:7px;
}

#preparation h3 {
	color:#fcae16;
	font-size:18px;
	display:inline;
}


/*-----------------------------------------------------------------------
		Product order
-----------------------------------------------------------------------*/

#product_order {
	float:left;
	width:100%;
	margin:0 0 15px 0;
	border-bottom:1px dotted #cfd6da;
}

#product_order table {
	float:left;
	width:100%;
	border-collapse:collapse;
	margin:10px 0 10px 0;
	background-color:#f7f7f7;
}


#product_order table th, #product_order table td {
	border:1px solid #cfd6da;
	padding:3px 5px 3px 5px;
}

#product_order table th {
	font-weight:bold;
	font-size:13px;
}

#product_order table td .decrease, #product_order table td .increase {
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:8px;
	color:#999999;
	background-color:#ffffff;
	border:1px solid #b0b0b0;
	margin-top:2px;
}

#product_order table td .decrease {
	float:left;
	padding:0 3px 3px 3px;
}

#product_order table td .increase {
	float:right;
	padding:0 1px 3px 1px;
	margin-left:12px;
}

#product_order table td .decrease:hover , #product_order table td .increase:hover {
	color:#0160ae;
	border:1px solid #666666;
	background-color:#ededed;
	text-decoration:none;
}

#product_order td.last {
	border:0px none;
	background-color:#fff;
	padding-top:8px;
	padding-right:0px;
}

#product_order table td .button {
	margin:5px 0 0 0;
}

#product_order table .col1 {width:28px; text-align:left;}
#product_order table .col2 {text-align:left;}
#product_order table .col3 {width:70px; text-align:right;}
#product_order table .col4 {width:90px; text-align:right;}


/*-----------------------------------------------------------------------
		Recomended Products
----------------------------------------------------------------------- */

.recomended_products {
	float:left;
	margin-bottom:10px;
}

.recomended_products h2 {
	margin-bottom:5px;
}

.recomended_products ul {
	list-style:none;
	margin-top:5px;
	margin-left:-8px;
	width:570px;
}

.recomended_products ul li {
	float:left;
	width:182px;
	margin:0 0 12px 8px;
}

.recomended_products ul li .img_link {
	position:relative;
	display:block;
	text-align:center;
	overflow:hidden;
	border:1px solid #cfd6da;
	height:190px;
	width:180px;
}

.recomended_products ul li .img_link img {
	border:0;
	padding:8px 0 8px 0;
	width:auto;
	height:170px;
}


.recomended_products ul li .img_link .country_flag {
	position:absolute;
	bottom:10px;
	right:10px;
	padding:0;
	border:1px solid #fff;
	width:16px;
	height:11px;
}

.recomended_products ul li .img_link .promotion {
	position:absolute;
	top:6px;
	right:6px;
	padding:0;
}

.recomended_products ul li a {
	display:block;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	width:180px;
	padding:2px 0 4px 0;
}

.recomended_products ul li a:hover {
	display:block;
	text-decoration:underline;
}

.recomended_products ul li .button {
	display:block;
	margin-top:6px;
}

.recomended_products ul li select {
	font-size:11px;
	margin:0 4px 0 0;
	width:80px;
}

/*-----------------------------------------------------------------------
		Right header links
----------------------------------------------------------------------- */

#right_links {
	float:right;
	margin:2px 0 0 0;
}

#right_links a {
	color:#fff;
	font-weight:bold;
}

#right_links img {
	margin:0 1px 0 8px;
}

/*-----------------------------------------------------------------------
		Narrow menu
----------------------------------------------------------------------- */

#recipe_narrow ul li {
	margin-bottom:2px;
}

#recipe_narrow ul li a {
	color:#333333;
	padding-left:10px;
	background:transparent url("../images/arrow.gif") no-repeat left 3px;
}

#recipe_narrow ul li.current a {
	color:#005fad;
	font-weight:bold;
	padding-left:10px;
	background:transparent url("../images/arrow.gif") no-repeat left -27px;
}

#recipe_narrow a {
	color:#333;
}


/*-----------------------------------------------------------------------
		Recipe List
----------------------------------------------------------------------- */

#recipe_list {
	float:left;
	list-style:none;	
	width:100%;
	margin-top:5px;
}

#recipe_list li {
	display:block;
	width:100%;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dotted #cfd6da;
}

#recipe_list li.last, #recipe_list li:last-child {
	border-bottom:0px none;
	margin-bottom:0px;
}

#recipe_list li .img_link {
	display:block;
	float:left;
	border:1px solid #cfd6da;
	width:102px;
	margin-right:10px;
}

#recipe_list li .img_link img {
	border:1px solid #fff;
	width:100px;
	height:auto;
}


#recipe_list h2 {
	line-height:160%;
}

.frontpage_recipe_list {
	margin-top:10px;
}
/*-----------------------------------------------------------------------
		Recipe List2
----------------------------------------------------------------------- */

#recipe_list2 {
	float:left;
	list-style:none;	
	width:100%;
	margin-top:5px;
}

#recipe_list2 li{
	display:block;
	width:270px;
	float:left;
	margin-bottom:10px;
}

#recipe_list2 li .img_link {
	display:block;
	float:left;
	position:relative;
	border:1px solid #cfd6da;
}

#recipe_list2 li .img_link img {
	border:1px solid #fff;
	width:270px;
	height:auto;
	position:relative;
}
.marginR{
	margin:0 13px 0 0 ;
}
.righter{
	text-align:right;
}
/*-----------------------------------------------------------------------
		Narrow Info
----------------------------------------------------------------------- */

#narrow_info .frame {
	float:left;
	width:538px;
	padding:8px 10px 4px 10px;
}

#narrow_info ul {
	list-style:none;
}

#narrow_info ul h2 {
	float:left;
	margin-right:10px;
	font-size:14px;
	line-height:16px;
}
#narrow_info ul li {
	float:left;
	margin-right:10px;
	color:#333;
}

