/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	font: 11px Verdana,Tahoma, Arial, Helvetica, sans-serif;
	background-color:#f5f5f5;
}

ul {
	list-style: none;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #000000;
}

/* Body */

#body {
	width: 1000px;
	margin: 0 auto;
}

/* Header */

#header {
	width: 1000px;
	margin: 0 auto;
	background-image:url(../images/bg_head.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
}

#head {
	height: 95px;
	padding: 4px 0 0 8px;
}
#head h1 {
	float: left;
	background: url(/images/logo.gif) no-repeat;
	margin-top: 14px;
	margin-left:3px;
}
#head h1 a {
	display: block;
	width: 258px;
	height:73px;
}
#head .banner1 {
	float: right;
}

#search {
	float: right;
	padding: 10px 35px 0 8px;
}
#search input.txt  {
	float: left;
	border: 1px solid #000;
	width: 139px;
	height: 14px;
	padding: 3px 0 3px 3px;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#search input.btn  {
	float: left;
	margin-left: 5px;
	height: 22px;
	width: 32px;
	border: 0;
	background: url(/images/search_btn.gif) no-repeat;
}

#top_menu {
	height: 43px;
	background: url(/images/bg_top_menu.jpg) repeat-x;
}
#top_menu ul li {
	float: left;
	height: 43px;
}
#top_menu ul li a {
	display: block;
	margin-top: 5px;
	height: 32px;
}
#top_menu ul li.brand {
	background: url(/images/top_menu_brand.jpg) no-repeat;
	width: 232px;
}
#top_menu ul li.designer a {
	width: 217px;
	margin-left: 8px; 
}
#top_menu ul li.category {
	background: url(/images/top_menu_category.jpg) no-repeat;
	width: 282px;
}
#top_menu ul li.category a {
	width: 267px;
	margin-left: 16px; 
}
#top_menu ul li.deal {
	background: url(/images/top_menu_deal.jpg) no-repeat;
	width: 227px;
}
#top_menu ul li.deal a {
	width: 210px;
	margin-left: 15px; 
}

#top_menu2 {
	height: 42px;
	background-color:#FFFFFF;
}
#top_menu2 #some_categories li {
	float: left;
	height: 42px;
	padding-left: 19px;
}
#top_menu2 #some_categories li a {
	display: block;
	height:42px;
}
#top_menu2 #some_categories li.home p { background: url(/images/home.gif) no-repeat; background-position:50% 50%; }
#top_menu2 #some_categories li.home a { 
	width: 42px;
	height: 42px;
	margin-top: 0px;
}
#top_menu2 #some_categories li.handbags p { background: url(/images/handbags.gif) no-repeat; }
#top_menu2 #some_categories li.handbags a { width: 96px; }
#top_menu2 #some_categories li.shoes p { background: url(/images/shoes.gif) no-repeat; }
#top_menu2 #some_categories li.shoes a { width: 61px; }
#top_menu2 #some_categories li.jewelry p { background: url(/images/jewelry.gif) no-repeat; }
#top_menu2 #some_categories li.jewelry a { width: 74px; height:42px; }
#top_menu2 #some_categories li.clothing p { background: url(/images/clothing.gif) no-repeat; }
#top_menu2 #some_categories li.clothing a { width: 81px; }
#top_menu2 #some_categories li.accessoies p { background: url(/images/accessories.gif) no-repeat; }
#top_menu2 #some_categories li.accessoies a { width: 108px; }
#top_menu2 #some_categories li.sale p { background: url(/images/sale.gif) no-repeat; }
#top_menu2 #some_categories li.sale a { width: 52px; }
#top_menu2 h4 { 
	float: right;
	background: url(/images/hot_deals.gif) no-repeat;
	width: 137px;
	height: 41px;
}
#deals_ticker {
	display: none;
	float: right;
	width: 265px;
	height: 25px;
	padding-top: 13px;
	list-style-type: none;
}
#deals_ticker li {
	padding-left: 14px;
	font-size:11px;
}
#deals_ticker a {
	color: #000000;
	font: 11px Verdana,Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#newsletter {
	height: 50px;
	background: url(/images/bg_newsletter.jpg) top right no-repeat;
}
#newsletter label {
	float: left;
	background: url(/images/newsletter_text.jpg) no-repeat;
	width: 237px;
	height: 50px;
}
#newsletter input.txt  {
	float: left;
	border: 1px solid #6cb1f2;
	width: 112px;
	height: 14px;
	padding: 2px 0 2px 2px;
	margin: 15px 0 0 11px;
	font: 10px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
#newsletter input.btn  {
	float: left;
	margin: 15px 0 0 9px;
	border: 1px solid #426486;
	width: 90px;
	height: 20px;
	background: #ff499e;
	color: #fff;
	font: 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

/* Left */

#left {
	float: left;
	width: 195px;
	padding: 0 1px 4px 0;
	margin: 0 1px 0 0;
	background: url(/images/bg_left.gif) left bottom no-repeat;
}
#left .menu_title {  
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color:#000000;
	height:29px;
}
#left .menu_title a {
	display: block;
	height: 23px;
	font: bold 21px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 1px 0 0 11px;
}

#menu {
	overflow: auto;
	background: #fff url(/images/bg_menu.jpg) repeat-x;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #dfdfdf;
	height: auto;
}
#menu ul li  {
	margin: 5px 13px 0 13px;
}
#menu ul li a {
	display: block;
	padding: 0 2px 0 2px;
	line-height:12px;
}
#menu ul li a:hover {
	background: #c8cebe;
}

/* Content */

#content {
	float: left;
	width: 800px;
	background-color: #ffffff;
	/*background: #d7dadb url(/images/bg_content.png) repeat-x;*/
}

#content h2 {
	height: 28px;
	font: bold 20px/25px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 1px 0 0 11px;
	background-color:#000; 
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 15px;
}

#content .text {
	padding: 0 15px 15px 14px;
}
#content .text a {
	text-decoration: underline;
}
#content .subtitle {
	padding: 0 15px 5px 14px;
	font: 12px Verdana,Tahoma, Arial, Helvetica, sans-serif;
	color: #3c471f;
}

.sitemap {
	float: left;
	width: 200px;
}
.sitemap li {
	padding: 0 0 5px 13px;
}
.sitemap li a {
	font-weight: bold;
	color: #3c471f;
}
.sitemap li ul li a {
	font-weight: normal;
	color: #000000;
}
.sitemap ul {
	padding-top: 6px;
}

.products_list {
	float: left;
	padding: 0 15px 30px 15px;
	width: 130px;
	height: 280px;
}
.products_list h3 {
	font: 12px Verdana,Tahoma, Arial, Helvetica, sans-serif;
	color: #585a60;
	margin-top: 8px;
	padding-top: 3px;
}
.products_list p {
	color: #585a60;
	font-size: 10px;
}

.list_deals {
	padding: 0 15px 30px 15px;
}
.list_deals li {
	padding-bottom: 15px;
}
.list_deals li a {
	font: 13px Verdana,Tahoma, Arial, Helvetica, sans-serif;
	color: #3c471f;
	text-decoration: underline;
}

.paging {
	clear: both;
	height: 29px;
	padding: 0 0 0 7px;
}
	.data_nav_arrow {
		float: left;
		padding: 0 4px 0 4px;
	}
	.pagenav {
		float: left;
		padding: 0 4px 0 4px;
		font: 12px Verdana,Tahoma, Arial, Helvetica, sans-serif;
		color: #7b7b7b;
	}
	.page_sel {
		float: left;
		padding: 0 4px 0 4px;
		font: 12px Verdana,Tahoma, Arial, Helvetica, sans-serif;
		color: #585a60;
	}

.newPaging {
	width: 780px;
	clear: both;
	height: 40px;
	text-align: right;
}
	.newPaging a span {
		text-decoration: underline;
		color: #060;
	}
	.newPaging a:hover span {
		text-decoration: none;
	}

/* Page cluetip */
.cluetip_content {
	width: 100%;
}
.cluetip_content td {
	padding-bottom: 27px;
}
.cluetip_content .title {
	display: block;
	font: bold 13px Normal"Myryiad Pro", HELVETICA, Arial, sans-serif;
	color: #fff;
	padding: 3px 0 3px 5px;
	background: #3c471f;
}
.cluetip_content .text {
	padding: 6px 6px 0 6px;
}
.cluetip_content .price {
	padding: 0 6px 0 6px;
}
.buy_btn {
	position: absolute;
	width: 220px;
	left: 36px;
	bottom: 5px;
	text-align: center;
	background: #3c471f; 
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font: 12px Normal"Myryiad Pro", HELVETICA, Arial, sans-serif;
	color: #fff;
	padding: 1px 5px 1px 5px;
	filter: alpha(opacity=88);
	-moz-opacity: 0.88;
	opacity: 0.88;
}

div .price {
	color: #516134;
}
div .price strike, div .price span {
	color: #585a60;
}

/* Content HOME */

.content_home {
	background: #fff;
	width: 1000px;
}
.content_home h3 {
	height: 27px;
	padding: 2px 0 0 5px;
	font: bold 20px/25px Arial, Helvetica, sans-serif;
	color: white;
	background: #000;
}

/* Footer */

#footer {
	padding-top: 5px;
	clear: both;
/*	background: #d7dadb;*/
	background: #ffffff;
}
#footer ul {
	margin-top: 6px;
	border-top: 1px solid #0f3d7d;
	background: #ffffff;
	height: 19px;
}
#footer ul li {
	float: left;
	padding: 3px 9px 0 9px;
}
#footer ul li a {
	color: #3964a3;
}

/*//////// SPAN style ////////*/
.text_none { display: none; }

.blue_text { color: #168ab1; }
.pink_text { color: #961c6a; }
.black_text { color: #261d00; }
.grey_text { color: #585a60; }


/*//////// Deals banner style ////////*/
.banner_deals {
	background: #FDFFCE url('../images/lightbulb.png') no-repeat scroll 0 0;
	border: #C0C0C0 1px solid;
	padding: 10px;
	margin: 10px;
	font-size: 20px;
	text-align: center;
}

.deal_title {
	margin: 10px 0;
}

.banner_deals a {
	text-decoration: underline;
}

.banner_deals a:hover {
	text-decoration: none;
}