/*
Created on 16th February 2009
by Danny Hayfield for West Midlands Media Ltd
*/

/************************************************/
body,p,div,span,td,tr,a,a:hover {
	padding: 0;
	margin: 0;
	outline: none;
}
body {
	background: url('../images/assets/background.gif') 50% -40px repeat-y #000000;
	padding: 20px 0 20px 0;
	margin: 0 auto;
}
h1, h2 {
	padding: 0;
	margin: 0;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
input,textarea,select,option,table,tr,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

#container {
	width: 944px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
	border-top: 3px solid #ec297b;
	border-bottom: 3px solid #ec297b;
}

/************************************************/
/* top banner with quickcart box */
#top {
	background: url('../images/assets/top.jpg') 50% 50% no-repeat;
	width: 944px;
	height: 251px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#top #search {
	background: url('../images/assets/search.jpg') 50% 50% no-repeat #000000;
	width: 185px;
	height: 22px;
	padding: 0;
	margin: 180px 0 0 460px;
	display: block;
	position: absolute;
	border: 0;
}
#top #search input {
	background: transparent;
	width: 151px;
	height: 17px;
	padding: 5px 0 0 7px;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: left;
	border: 0;
}
#top #search a, #top #search a:hover {
	width: 24px;
	height: 22px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border: 0;
	text-decoration: none;
	cursor: pointer;
}
#top #search input.submitgo {
	background: transparent;
	width: 28px;
	height: 28px;
	padding: 0;
	margin: 0;
	display: block;
	border: 0;
	outline: none;
	cursor: pointer;
}
#top #quickcart {
	background: url('../images/assets/quickcart-grad.gif') 50% 0% repeat-x #393939;
	width: 944px;
	min-height: 0px;
	height: auto !important;
	height: 0px;
	padding: 8px 0 0 0;
	margin: 0;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
#top #quickcart #quickcart-contents {
	width: 170px;
	height: 10px;
	padding: 10px 0 5px 0;
	margin: 0 auto;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	cursor: default;
}
#top #quickcart #quickcart-contents span.currency {
	color: #666666;
}
#top #quickcart #quickcart-contents a, #top #quickcart #quickcart-contents a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
}
#top a.quickcart {
	background: url('../images/assets/quickcart-view.gif') 50% 50% no-repeat;
	width: 164px;
	height: 19px;
	padding: 0;
	margin: 0 0 0 420px;
	display: block;
	clear: both;
	cursor: pointer;
}

/************************************************/
/* navigation bar and links with drop */
#navigation {
	background: url('../images/assets/navigation-grad.gif') 50% 0% repeat-x;
	width: 944px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}
#navigation div.divider {
	background: url('../images/navigation/divider.gif') 50% 50% no-repeat;
	width: 2px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	font-size: 0;
	line-height: 0;
}
#navigation a.home {
	background: url('../images/navigation/home.gif') 50% 18px no-repeat;
	width: 95px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.home:hover {
	background: url('../images/navigation/home.gif') 50% 18px no-repeat;
	width: 95px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.body {
	background: url('../images/navigation/bodypeircing.gif') 50% 16px no-repeat;
	width: 150px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.body:hover {
	background: url('../images/navigation/bodypeircing.gif') 50% 16px no-repeat;
	width: 150px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.clothing {
	background: url('../images/navigation/clothing.gif') 50% 18px no-repeat;
	width:  100px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.clothing:hover {
	background: url('../images/navigation/clothing.gif') 50% 18px no-repeat;
	width:  100px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.clothing-acc {
	background: url('../images/navigation/clothing-acc.gif') 50% 18px no-repeat;
	width:  120px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.clothing-acc:hover {
	background: url('../images/navigation/clothing-acc.gif') 50% 18px no-repeat;
	width:  120px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.cosmetics {
	background: url('../images/navigation/cosmetics.gif') 50% 18px no-repeat;
	width:  100px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.cosmetics:hover {
	background: url('../images/navigation/cosmetics.gif') 50% 18px no-repeat;
	width:  100px;
	height: 44px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#navigation a.contact {
	background: url('../images/navigation/contact.gif') 50% 18px no-repeat;
	width:  100px;
	height: 44px;
	padding: 0;
	margin: 0 0 0 245px;
	display: block;
	float: left;
}
#navigation a.contact:hover {
	background: url('../images/navigation/contact.gif') 50% 18px no-repeat;
	width:  100px;
	height: 44px;
	padding: 0;
	margin: 0 0 0 245px;
	display: block;
	float: left;
}
#navigation-categories-body {
	background: #333333;
	width: 700px;	
	padding: 10px 0px 10px 0px;
	margin: 43px 0 0 0;
	display: block;
	position: absolute;
	z-index: 75;
}
*html #navigation-categories-body {
	margin: 43px 0 0 -928px;
}
*:first-child+html #navigation-categories-body {
	margin: 43px 0 0 -928px;
}
#navigation-categories-body div.nav-section-head {
	width: 124px;
	height: 20px;
	padding: 0 0 0 16px;
	margin: 0;
	display: block;
	clear:both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eb2a7b;
	text-decoration: none;
	cursor: default;
}
#navigation-categories-body div.nav-section-place {
	width: 139px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px #666 dotted;
}
#navigation-categories-body div.nav-section-material {
	width: 139px;
	min-height: 320px;
	height: auto !important;
	height: 320px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px #666 dotted;
}
#navigation-categories-body div.nav-section-type {
	width: 420px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

#navigation-categories-clothing {
	background: #333333;
	width: 560px;	
	padding: 10px 0px 10px 0px;
	margin: 43px 0 0 121px;
	display: block;
	position: absolute;
	z-index: 75;
}
*html #navigation-categories-clothing {
	margin: 43px 0 0 -807px;
}
*:first-child+html #navigation-categories-clothing {
	margin: 43px 0 0 -807px;
}
#navigation-categories-clothing div.nav-section-head {
	width: 124px;
	height: 20px;
	padding: 0 0 0 16px;
	margin: 0;
	display: block;
	clear:both;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #eb2a7b;
	text-decoration: none;
	cursor: default;
}
#navigation-categories-clothing div.nav-section-mens {
	width: 139px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px #666 dotted;
}
#navigation-categories-clothing div.nav-section-womens {
	width: 139px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border-right: 1px #666 dotted;
}
#navigation-categories-clothing div.nav-section-general {
	width: 278px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}

#navigation-categories-clothing-acc {
	background: #333333;
	width: 560px;	
	padding: 10px 0px 10px 0px;
	margin: 43px 0 0 193px;
	display: block;
	position: absolute;
	z-index: 75;
}
*html #navigation-categories-clothing-acc {
	margin: 43px 0 0 -735px;
}
*:first-child+html #navigation-categories-clothing-acc {
	margin: 43px 0 0 -735px;
}
#navigation-categories-cosmetics {
	background: #333333;
	width: 560px;	
	padding: 10px 0px 10px 0;
	margin: 43px 0 0 284px;
	display: block;
	position: absolute;
	z-index: 75;
}
*html #navigation-categories-cosmetics {
	margin: 43px 0 0 -644px;
}
*:first-child+html #navigation-categories-cosmetics {
	margin: 43px 0 0 -644px;
}
#navigation-categories-body a, #navigation-categories-clothing a, #navigation-categories-clothing-acc a, #navigation-categories-cosmetics a {
	background: none;
	width: 120px;
	height: 15px;
	padding: 3px 0 0 6px;
	margin: 0 0 2px 10px;
	display: block;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}
#navigation-categories-body a:hover, #navigation-categories-clothing a:hover, #navigation-categories-clothing-acc a:hover, #navigation-categories-cosmetics a:hover {
	background: #ec297b;
	width: 120px;
	min-height: 15px;
	height: auto !important;
	height: 15px;
	padding: 3px 0 0 6px;
	margin: 0 0 2px 10px;
	display: block;
	float: left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


/************************************************/
/* main website content area */
#content {
	background: #ffffff;
	width: 944px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
}

/* homepage elements */
#main-leftcol {
	width: 572px;
	padding: 20px 0 10px 0;
	margin: 0;
	display: block;
	float: left;
}
#main-rightcol {
	background-image: url('../images/assets/main-rcol-bg.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #e6e6e6;
	width: 372px;
	min-height: 720px;
	height: auto !important;
	height: 720px;
	padding: 20px 0 10px 0;
	margin: 0;
	display: block;
	float: left;
}
#mastercity {
	background: url('../images/assets/flash-movie.gif') 50% 50% no-repeat;
	width: 500px;
	height: 280px;
	padding: 10px 0 0 2px;
	margin: 0 auto;
	margin-bottom: 20px;
	margin-left: 35px;
	dislay: block;
	clear: both;
}
div.latest-title {
	background-repeat: no-repeat;
	background-position: 0% 5px;
	width: 500px;
	padding: 82px 0 0 0;
	margin: 0 auto;
	margin-bottom: 2px;
	display: block;
	clear: both;
	font-size: 0;
	line-height: 0;
}
div.main-latest-prod {
	width: 500px;
	height: 152px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #cccccc;
}
div.product-small-info {
	width: 336px;
	padding: 30px 0 0 10px;
	margin: 0;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
}
div.small-product-img {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 94px;
	height: 94px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}
div.offer-logo {
	width: 323px;
	height: 237px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 70px;
	display: block;
	clear: both;
}
div.main-text {
	width: 290px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
	line-height: 16px;
}

/* product listing page elements */
#listing-leftcol {
	background-image: url('../images/assets/listing-lcol-bg.jpg');
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #e6e6e6;
	width: 252px;
	min-height: 955px;
	height: auto !important;
	height: 955px;
	padding: 20px 0 0 0;
	margin: 0;
	display: block;
	float: left;
}
#listing-rightcol {
	background-image: url('../images/assets/listing-rcol-bg.jpg');
	background-position: top right;
	background-repeat: repeat-y;
	background-color: #ffffff;
	width: 692px;
	padding: 20px 0 10px 0;
	margin: 0;
	display: block;
	float: left;
}
div.general-body {
	width: 642px;
	padding: 0 20px 0 30px;
	margin: 0;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
}
div.product-listing-links {
	width: 202px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
	clear: both;
}
div.product-listing-links a {
	background: url('../images/assets/arrow.gif') 10px 50% no-repeat;
	width: 177px;
	height: 25px;
	padding: 7px 0 0 25px;
	margin: 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border-bottom: 1px dotted #c5c5c5;
}
div.product-listing-links a:hover {
	background: url('../images/assets/arrow.gif') 8px 50% no-repeat;
	width: 177px;
	height: 25px;
	padding: 7px 0 0 25px;
	margin: 0;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	border-bottom: 1px dotted #c5c5c5;
}
div.newsletter-box {
	background: url('../images/assets/newsletter-box.gif') 50% 50% no-repeat;
	width: 219px;
	height: 96px;
	padding: 85px 0 0 0;
	margin: 0 auto;
	margin-bottom: 8px;
	display: block;
	clear: both;
}
div.offer-box {
	background: url('../images/assets/offer-box.gif') 50% 50% no-repeat;
	width: 219px;
	height: 180px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 8px;
	display: block;
	clear: both;
}
div.offer-box a, div.offer-box a:hover {
	width: 219px;
	height: 180px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	text-decoration: none;
}
div.callmeback-box {
	background: url('../images/assets/callmeback-box.gif') 50% 50% no-repeat;
	width: 219px;
	height: 120px;
	padding: 75px 0 0 0;
	margin: 0 auto;
	margin-bottom: 8px;
	display: block;
	clear: both;
}
input.grey-round {
	background: url('../images/assets/input-round.gif') 50% 50% no-repeat;
	width: 170px;
	height: 17px;
	padding: 3px 3px 0 6px;
	margin: 0 auto;
	margin-bottom: 5px;
	display: block;
	clear: both;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #dddddd;
	text-decoration: none;
}
input.submit-pink {
	background: url('../images/assets/pink-button.gif') 50% 50% no-repeat;
	width: 89px;
	height: 22px;
	padding: 0;
	margin: 6px 22px 0 0;
	display: block;
	float: right;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
*html input.submit-pink { 
	margin-right: 11px;
}
div.category-introduction {
	background-repeat: no-repeat;
	background-position: 0% 5px;
	width: 650px;
	padding: 100px 0 0 0;
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
	clear: both;
	border-bottom: 1px dotted #ccc;
	font-size: 0;
	line-height: 0;
}
div.property-listing-block {
	width: 625px;
	height: 235px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}
div.product-more {
	border-top: 1px dotted #cccccc;
	width: 625px;
	height: 20px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 25px;
	display: block;
	clear: both;
}
div.product-medium-info {
	width: 415px;
	padding: 10px 0 0 10px;
	margin: 0;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
}
div.product-small-image {
	background: url('../images/products/small-border.gif') 50% 50% no-repeat;
	width: 144px;
	height: 123px;
	padding: 27px 0 0 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}
div.product-medium-image {
	background: url('../images/products/medium-border.gif') 50% 50% no-repeat;
	width: 200px;
	height: 180px;
	padding: 41px 0 0 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
}
div.medium-product-img {
	background-position: 50% 0%;
	background-repeat: no-repeat;
	width: 132px;
	height: 132px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}
a.product-name, a.product-name:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
}
a.more, a.more:hover {
	background: #000000;
	width: 60px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: 0 0 3px 0;
	display: block;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	bottom: 0;
	right: 0;
}
a.moredrop, a.moredrop:hover {
	background: #000000;
	width: 60px;
	height: 17px;
	padding: 3px 0 0 0;
	margin: -1px 0 3px 0;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
}
a.enlarge, a.enlarge:hover {
	background: url('../images/products/enlarge.png') 50% 50% no-repeat;
	width: 29px;
	height: 29px;
	padding: 0;
	margin: 0;
	display: block;
	position: absolute;
	border: 0;
	text-decoration: none;
	cursor: pointer;
}
.smallpreview {
	margin: 78px 0 0 105px !important;
}
*html .smallpreview {
	background: url('../images/products/enlarge.gif') 50% 50% no-repeat !important;
	margin: 78px 0 0 80px !important;
}
*:first-child+html .smallpreview {
	margin: 78px 0 0 80px !important;
}
.mediumpreview {
	width: 41px !important;
	height: 41px !important;
	background: url('../images/products/enlarge-big.png') 50% 50% no-repeat !important;
	margin: 112px 0 0 150px !important;
}
*html .mediumpreview {
	width: 41px !important;
	height: 41px !important;
	background: url('../images/products/enlarge-big.gif') 50% 50% no-repeat !important;
	margin: 112px 0 0 115px !important;
}
*:first-child+html .mediumpreview {
	width: 41px !important;
	height: 41px !important;
	background: url('../images/products/enlarge-big.png') 50% 50% no-repeat !important;
	margin: 112px 0 0 115px !important;
}
div.product-listing-desc {
	width: 405px;
	height: 128px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	cursor: default;
}
div.options {
	width: 280px;
	height: 38px;
	padding: 16px 0 0 0;
	margin: 0;
	display: block;
	float: left;
}
div.options a.seloptions, div.options a.seloptions:hover {
	width: 106px;
	height: 30px;
	padding: 2px 0 0 0;
	margin: 0;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	line-height: 14px;
}
div.options a.buynow, div.options a.buynow:hover {
	background: url('../images/products/buy-plus.gif') 8px 50% no-repeat;
	width: 84px;
	height: 26px;
	padding: 6px 0 0 22px;
	margin: 0;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	cursor: pointer;
}
div.options a.buynow-disabled, div.options a.buynow-disabled:hover {
	background: url('../images/products/buy-plus.gif') 8px 50% no-repeat;
	width: 84px;
	height: 26px;
	padding: 6px 0 0 22px;
	margin: 0;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	cursor: default;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(opacity=50);

}
div.options div.stock {
	width: 110px;
	height: 26px;
	padding: 6px 0 0 0;
	margin: 0 0 0 15px;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
.in {
	background: #74b64a;
}
.out {
	background: #bb3232;
}
div.price {
	background: #ec297b;
	width: 135px;
	height: 44px;
	padding: 10px 0 0 0;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	cursor: default;
	line-height: 34px;
}
div.price span.unit {
	font-size: 24px;
}
div.category-l {
	padding: 0;
	margin: -10px 0 10px 0;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #74b64a;
	text-decoration: none;
}
a.category-l, a.category-l:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #74b64a;
	text-decoration: none;
}
#pages {
	width: 625px;
	min-height: 25px;
	height: auto !important;
	height: 25px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	display: block;
	clear: both;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
}
#pages a {
	background: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	display: block;
	float: left;
}
#pages a:hover {
	background: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	display: block;
	float: left;
}
#pages a.on, #pages a.on:hover {
	background: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: normal;
	padding: 2px 4px 2px 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	display: block;
	float: left;
}
#result-info {
	width: 625px;
	height: 14px;
	padding: 5px;
	margin: 0 auto;
	display: block;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #222;
	text-decoration: none;
	text-align: right;
	cursor: default;
}


/* product specifications page */
h1.product-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 34px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	width: 570px;
	padding: 0 0 0 30px;
	margin: 0;
	display: block;
	clear: both;
	cursor: default;
}
h1.th {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
}
h2.overview {
	padding: 0;
	margin: 0 0 12px 0;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
}
#product-spec-leftcol {
	width: 351px;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
}
#product-spec-rightcol {
	width: 308px;
	padding: 50px 30px 0 3px;
	margin: 0;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4d4d4d;
	text-decoration: none;
	line-height: 16px;
}
div.product-large-image {
	background: url('../images/products/large-border.gif') 50% 50% no-repeat;
	width: 351px;
	height: 274px;
	padding: 0;
	margin: 0 0 30px 0;
	display: block;
	clear: both;
}
div.large-product-img, span.large-product-img {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	width: 282px;
	height: 186px;
	padding: 0;
	margin: 0 auto;
	display: block;
	clear: both;
}
div.product-large-image a, div.product-large-image a:hover {
	width: 351px;
	height: 234px;
	padding: 40px 0 0 0;
	margin: 0;
	display: block;
	clear: both;
	text-align: center;
}
div.product-spec-options {
	width: 300px;
	padding: 30px 0 0 0;
	margin: 0;
	display: block;
	clear: both;
}
div.product-spec-options a.buynow, div.product-spec-options a.buynow:hover {
	background: url('../images/products/buy-plus.gif') 8px 50% no-repeat;
	width: 84px;
	height: 24px;
	padding: 8px 0 0 22px;
	margin: 0 0 10px 0;
	display: block;
	float: left;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	cursor: pointer;
}
div.product-spec-options a.buynow-disabled, div.product-spec-options a.buynow-disabled:hover {
	background: url('../images/products/buy-plus.gif') 8px 50% no-repeat;
	width: 84px;
	height: 24px;
	padding: 8px 0 0 22px;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	cursor: default;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(opacity=50);

}
div.product-spec-options div.stock {
	width: 106px;
	height: 24px;
	padding: 8px 0 0 0;
	margin: 0;
	display: block;
	clear: both;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
div.product-spec-options div.price {
	background: #ec297b;
	width: 135px;
	height: 42px;
	padding: 8px 0 0 0;
	margin: -10px 0 0 0;
	display: block;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
div.option-title {
	width: 280px;
	height: 14px;
	padding: 0;
	margin: 0 auto;
	margin-bottom: 5px;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
div.product-option {
	width: 297px;
	min-height: 24px;
	height: auto !important;
	height: 24px;
	padding: 6px 0 0 3px;
	margin: 0 auto;
	margin-bottom: 10px;
	display: block;
	clear: both;
	border-top: 1px #ccc dotted;
	border-bottom: 1px #ccc dotted;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
}
span.special {
	width: 150px;
	height: 12px;
	padding: 0;
	margin: 16px 0 0 0;
	display: block;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #cc6600;
	text-decoration: none;
	text-transform: uppercase;
}


/************************************************/
/* cart page */
.cart-title {
	background: #111111;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ee287d;
	text-decoration: none;
	padding: 0 0 0 5px;
	cursor: default;
}
.cart-r1 {
	background: transparent;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #888;
	cursor: default;
}
.cart-r2 {
	background: #eeeeee;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #888;
	cursor: default;
}
a.cart-product, a.cart-product:hover {
	font-weight: bold;
	text-decoration: none;
}
.cart-options {
	font-size: 11px;
	color: #333333;
}
.cart-price-name {
	width: 146px;
	height: 24px;
	padding: 8px 14px 0 0;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: right;
	cursor: default;
}
*:first-child+html .cart-price-name {
	width: 140px;
}
.cart-price {
	background: #cc6600;
	width: 100px;
	height: 24px;
	padding: 8px 0 0 0;
	margin: 0;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	cursor: default;
}
.cart-price-total {
	background: #cf4e00;
	height: 26px;
	padding: 6px 0 0 0;
	font-size: 16px;
}
a.cart-del {
	opacity: 0.75;
  	-moz-opacity: 0.75;
  	filter:alpha(opacity=75);
	-khtml-opacity:0.75;
	cursor: pointer;
}
a.cart-del:hover {
	opacity: 1.0;
  	-moz-opacity: 1.0;
  	filter:alpha(opacity=100);
	-khtml-opacity:1.0;
	cursor: pointer;
}
.button {
	background-image: url(../images/assets/button.gif);
	background-position: top left;
	background-repeat: repeat-x;
	width: auto;
	height: 24px;
	padding: 0 14px 3px 14px;
	margin: 0 6px 0 1px;
	display: block;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: #d91e6d;
	border: 1px #d91e6d solid;
	outline: none;
	cursor: pointer;	
}
* html .button {
	height: 26px;
	padding: 0 2px 0 2px;
	margin: 0 4px 0 0;
	border: outset 1px #e1e1e1;
	border-bottom: 1px #e1e1e1 solid;
	border-right: 1px #e1e1e1 solid;
}
.google-button {
	width: 168px;
	height: 44px;
	padding: 0;
	margin: 40px 0 0 -5px;
	display: block;
	clear: both;
}


/************************************************/
/* website footer strip */
#footer {
	border-top: 1px solid #808080;
	background: #000000;
	width: 924px;
	height: 22px;
	padding: 10px 10px 0 10px;
	margin: 0;
	display: block;
	cler: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
}
#footer #footer-links {
	width: 350px;
	height: 15px;
	padding: 0;
	margin: 0;
	display: block;
	float: right;
	text-align: right;
}
#footer #footer-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	margin: 0 5px 0 5px;
}


div.di-links-rty {
	width: 924px;
	padding: 10px 0 0 0;
	margin: 0 auto;
	display: block;
	cler: both;
}
div.di-links-rty a, div.di-links-rty a:hover {
	width: 308px;
	height: 18px;
	padding: 0;
	margin: 0;
	dispaly: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #8e8e8e;
	text-decoration: none;
}
div.di-links-rty a:hover {
	text-decoration: underline !important;
}


/************************************************/
/* various */
input.submit-large {
	background: transparent url('../images/assets/submit-large.png') 50% 50% no-repeat;
	width: 122px;
	height: 42px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
h1 {
	padding: 0;
	margin: 0;
}
h3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ec297b;
	text-decoration: none;
	padding: 0;
	margin: 0 0 16px 0;
	display: block;
	clear: both;
	cursor: default;
	line-height: 20px;
}
.nobg {
	background-image: none !important;
}
.clearfix {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}