/*
Title:      CSS for SMARTDIRECT.CN
Author:     Clas Wineus, www.claswineus.com
*/

@charset "utf-8";

.img_link>.enlarge {
	position:absolute;
	bottom:5px;
	right:10px;
	padding:0;
}

/*-----------------------------------------------------------------------
		Product Pictures
----------------------------------------------------------------------- */

ul#product_pictures, ul#product_pictures>li>ul {
	float:left;
	list-style:none;
	width:260px;
	margin-top:6px;
}

ul#product_pictures>li>.img_link {
	position:relative;
	display:block;
	text-align:center;
	overflow:hidden;
	border:1px solid #cfd6da;
	width:250px;
	height:260px;
}

ul#product_pictures>li>.img_link>img {
	border:0;
	padding:8px 0 8px 0;
	max-width:230px;
	max-height:244px;
}

ul#product_pictures>li>ul>li {
	float:left;
	margin-right:6px;
}


ul#product_pictures>li>ul>li>.img_link {
	position:relative;
	display:block;
	text-align:center;
	overflow:hidden;
	border:1px solid #cfd6da;
	width:78px;
	height:70px;
}

ul#product_pictures>li>ul>li>.img_link>img {
	border:0;
	padding:4px 0 4px 0;
	max-width:72px;
	max-height:62px;
}

ul#product_pictures>li>.img_link>.country_flag {
	position:absolute;
	bottom:10px;
	right:10px;
	padding:0;
	border:1px solid #fff;
}

ul#product_pictures>li>.img_link>.promotion {
	position:absolute;
	top:6px;
	right:6px;
	padding:0;
}

ul#product_pictures>li>.img_link>.organic {
	position:absolute;
	top:6px;
	left:6px;
	padding:0;
}

/*-----------------------------------------------------------------------
		Product Details
----------------------------------------------------------------------- */

#product_detail {
	list-style:none;
	margin:6px 0 15px 0;
}

#product_detail h1 {
	margin-bottom:10px;
}

#product_detail li {
	margin-bottom:4px;
}

#product_detail li select {
	font-size:11px;
}

#product_detail .button {
	display:block;
	margin-top:5px;
}

/*-----------------------------------------------------------------------
		Loved Products
-----------------------------------------------------------------------*/

#loved_products {
	list-style:none;
	clear:both;
	padding-top:15px;
}

#loved_products h4 {
	padding:5px 0 6px 0;
}

#loved_products li {
	display:block;
	margin:0 0 10px 0;
	padding-top:5px;
	background:transparent url("../images/bg_bubble_top_large.gif") no-repeat left top;
}

#loved_products li span {
	display:block;
	padding:13px 15px 28px 15px;
	background:transparent url("../images/bg_bubble_bottom_large.gif") no-repeat left bottom;
}

#loved_products li span .textfield {
	margin:0 0 0 10px;
	border:1px solid #c5d5ff;
	width:277px;
	height:18px;
	padding:1px 2px 0 2px;
}

#loved_products li span .button {
	float:right;
}

/*-----------------------------------------------------------------------
		Top Seller (Right column)
----------------------------------------------------------------------- */

#top_seller table {
	margin-bottom:6px;
}

#top_seller table td {
	border-bottom:1px dotted #cccccc;
	padding:2px 0 6px 0;
	text-align:left;
	vertical-align:bottom;
}

#top_seller table tr .col1 {
	width:62px;
}

#top_seller table .col2 {

}

#top_seller table td a {
	color:#333333;
	font-weight:bold;
	line-height:14px;
}

#top_seller table td img {
	max-width:55px;
	max-height:55px;
}

#top_seller table tr:last-child td {
	border:0px none;
}

