/*
Title:      CSS for SMARTDIRECT.CN
Author:     Clas Wineus, www.claswineus.com
*/

@charset "utf-8";

/* ----------------------------------------------------------
			Marks & Spencer Header
-----------------------------------------------------------*/

#ms_header_bg {
	border-bottom-color:#c8db4b;
}

/* ----------------------------------------------------------
			General		
-----------------------------------------------------------*/

/* Colors & Typography */
.ms_green {
	color:#d3e773;
}

.ms_product_details, .ms_title, .ms_category_list, .ms_product_list, .ms_product_list li, .ms_product_list a, .details_list h1, .details_list li, .tasting_chart li, .more_info, .more_info p {
	color:#333333;
}


h2.ms_title {
	font-size:16px;
	margin-bottom:15px;
}

h3.ms_title {
	font-size:12px;
	text-transform:uppercase;
	color:#666666;
	margin-bottom:8px;
	padding-top:6px;
}

.clear {
	display:block;
	clear:both;
}

/* ----------------------------------------------------------
			Marks & Spencer box & menu			
-----------------------------------------------------------*/
.ms_box {
	margin-bottom:10px;
}

.ms_box>h3 {
	color:#ffffff;
	font-size:13px;
	font-weight:bold;
	background-color:#333333;
	padding:5px 0 5px 8px;
}

.ms_box>h3>span {
	font-size:13px;
	font-weight:bold;
}

.ms_box>.content {
	text-align:center;
	padding:8px 4px 8px 8px;
	border:1px solid #cecece;
}

.ms_box>ul {
	list-style:none;
	background-color:#eaeaea;
	padding:8px 4px 8px 8px;
	border:1px solid #cecece;
}

.ms_box>ul>li {
	padding:3px 0 3px 8px;
	background:transparent url("../images/arrow02.gif") no-repeat left 8px;
}

.ms_box>ul>li>a {
	color:#333333;
	text-decoration:none;
}

.ms_box>ul>li>a:hover {
	text-decoration:underline;
	color:#707070;
}

.ms_box>ul>.current>a {
	text-decoration:underline;
	font-weight:bold;
	color:#000;
}

.ms_box>ul>.current>a:hover {
	color:#000;
}

.ms_box>ul>li>.amount {
	float:right;
	color:#707070;
}

.ms_box>ul>.current>.amount {
	color:#000;
}

.ms_info {
	float:left;
	width:100%;
	margin-top:10px;
}
/* ----------------------------------------------------------
			Marks & Spencer Promotion
-----------------------------------------------------------*/

#ms_promotion {
	float:left;
	margin-bottom:10px;
}

.ms_promo_small {
	float:right;
	border:0;
	margin-left:2px;
}

.ms_logo_large {
	float:left;
	border:0;
	margin-bottom:2px;
}

.ms_promo_large {
	float:left;
	border:0;
}


/* ----------------------------------------------------------
	Marks & Spencer Categories (Front page)
-----------------------------------------------------------*/

ul.ms_category_list {
	list-style:none;
	margin-left:-10px;
	width:570px;
}

ul.ms_category_list>li {
	float:left;
	margin:0 0 10px 10px;
}

ul.ms_category_list>li>a {
	display:block;
	border:0;
	text-decoration:none;
}

ul.ms_category_list>li>a>h2 {
	color:#ffffff;
	font-size:16px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#333333;
	padding:10px;
	margin:0 0 0 0;
}

ul.ms_category_list>li>a>.content {
	border:1px solid #cecece;
	border-top:0;
	text-align:center;
	vertical-align:middle;
	width:178px;
}

ul.ms_category_list>li>a>.content>img {
	border:0;
}


ul.ms_category_list>li>a:hover>h2 {
	background-color:#252525;
}

ul.ms_category_list>li>a:hover>.content {
	border-color:#b8b8b8;
}


/* ----------------------------------------------------------
	Marks & Spencer Products (product-list page)
-----------------------------------------------------------*/

#ms_category_header {
	background-color:#333333;
	margin-bottom:10px;
}

.ms_header h2 {
	color:#ffffff;
}

ul.ms_product_list {
	list-style:none;
	margin-top:5px;
	margin-left:-8px;
	width:570px;
}

ul.ms_product_list>li {
	float:left;
	width:182px;
	margin:0 0 15px 8px;
}

ul.ms_product_list>li>.img_link {
	position:relative;
	display:block;
	text-align:center;
	overflow:hidden;
	margin-bottom:3px;
	border:1px solid #cecece;
	height:204px;
	width:180px;
}

ul.ms_product_list>li>.img_link:hover {
	border-color:#b8b8b8;
}

ul.ms_product_list>li>.img_link>img {
	border:0;
	padding:8px 0 8px 0;
	max-width:160px;
	max-height:188px;
}


ul.ms_product_list>li>.img_link>.country_flag {
	position:absolute;
	bottom:10px;
	right:10px;
	padding:0;
	border:1px solid #fff;
}

ul.ms_product_list>li>a {
	display:block;
	text-decoration:none;
	white-space:nowrap;
	overflow:hidden;
	width:180px;
	font-weight:bold;
}

ul.ms_product_list>li>a:hover {
	display:block;
	text-decoration:underline;
}

ul.ms_product_list>li>.button {
	display:block;
	margin-top:5px;
}

/* ----------------------------------------------------------
	Marks & Spencer Product List Top Info (Category page)
-----------------------------------------------------------*/

.ms_list_info>.total {
	margin-right:10px;
}

.ms_list_info>.sort_by, .ms_list_info>.page_links {
	float:right;
}

/* ----------------------------------------------------------
	Marks & Spencer Product (Product Detail page)
-----------------------------------------------------------*/

.ms_product_details>.img_link {
	position:relative;
	float:left;
	display:block;
	width:260px;
	text-align:center;
	overflow:hidden;
	margin-bottom:6px;
	margin-right:10px;
	border:1px solid #cecece;
}

.ms_product_details>.img_link>img {
	border:0;
	padding:8px 0 8px 0;
	max-height:280px;
	max-width:240px;
}

.ms_product_details>.details_list {
	list-style:none;
	display:block;
	float:left;
	width:278px;
/*	border-bottom:1px solid #d2d2d2;*/
}

.ms_product_details>.details_list>h1 {
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
}

.ms_product_details>.details_list>li {
	padding-bottom:4px;
}

.ms_product_details>.details_list>.last {
	padding:20px 0 15px 0;
}

.ms_product_details>.details_list>.last>.button {
	display:block;
	margin-top:7px;
}


/*.ms_product_details>.tasting_chart {
	list-style:none;
	display:block;
	float:left;
	width:335px;
}

.ms_product_details>.tasting_chart>li {
	float:left;
	width:165px;
	padding-bottom:3px;
}

.ms_product_details>.tasting_chart>h3 {
	float:left;
}

.ms_product_details>.tasting_chart>.icon {
	float:left;
	margin-left:4px;
	margin-top:3px;
}*/

.ms_product_details>.more_info {
	float:left;
	width:100%;
/*	margin-top:10px;*/
/*	border-top:1px solid #d2d2d2;*/
}