/* $Id: skin1.css,v 1.84.2.19 2007/03/06 08:17:31 max Exp $  FONT-FAMILY: Arial, Verdana, Helvetica, Sans-serif; */
/*
	General styles
	
	dk blue		132b55
*/
BODY {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	background-color: #efefef;
	background-image: url(../images/body-bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

BODY {
	FONT-FAMILY: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	COLOR: #333;
	FONT-SIZE: 13px;
}

A {
	COLOR: #cb2693;
	outline: none;
	 -moz-outline-style: none;
}

H1 {
	font-size: 22px;
	padding: 0px;
	margin: 4px 0px 6px 0px;
	text-transform: uppercase;
}
H2 {
	font-size: 20px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	text-transform: uppercase;
}
H3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin: 0px 0px 4px 0px;
	text-transform: uppercase;
}
HR {
	COLOR: #DDDDDD;
	HEIGHT: 1px;
}
FORM {
	MARGIN: 0px;
}
TABLE,IMG {
	BORDER: 0px;
}

/*
	Content enviroment styles
*/
#container {
	width: 990px;
	margin: 0 auto;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;	
}

#preheader {
	height: 19px;
	padding: 2px 15px 0px 15px;
	background-color: #fff;
	margin-left: 183px;
	font-size: 12px;
	font-weight: bold;
}

#preheader-right {
	float: right;
}

#header {
	background-color: #000;
	height: 84px;
	padding: 0px 15px 0px 198px;
}

#logo {
	padding-top: 22px;
	float: left;
}

#search {
	padding-top: 15px;
	float: right;
}

#search-box {
	border: 1px solid #d1d1d1;
	height: 16px;
	width: 216px;
}

#search-button {
	margin-left: 4px;
}

#minicart {
	margin-top: 19px;
	padding-left: 25px;
	clear: right;
	color: #fff;
	float: right;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	background-image: url(../images/shopping-cart.gif);
	background-repeat: no-repeat;
	background-position: top left;

	
}

#minicart a {
	color: #fff;
}


#left-nav, #right-nav {
	float: left;
	width: 168px;
	padding-top: 7px;
	margin-bottom: 14px;
	text-align: right;
	font-size: 12px;
}

#right-nav {
	float: right;
	text-align: left;
}

#left-nav ul, #right-nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#left-nav ul li, #right-nav ul li {
	margin-bottom: 6px;
	line-height: 15px;
	font-weight: bold;
	color: #000;
	padding: 2px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 13px;
}

#left-nav ul li a, #right-nav ul li a {
	color: #000;
	text-decoration: none;
}

#left-nav ul li a:hover, #right-nav ul li a:hover {

	text-decoration: none;
}

#left-nav ul ul, #right-nav ul ul {
	padding-top: 2px;
}

#left-nav ul ul li, #right-nav ul ul li {
	text-transform: none;
	margin: 0px;
	padding: 0px 0px 2px 0px;
	font-weight: normal;
	background-image: none;
	text-transform: none;
	font-size: 12px;
}

#left-nav ul ul li a, #right-nav ul ul li a {
	color: #000;
	text-decoration: none;
}

#left-nav ul ul li a:hover, #right-nav ul ul li a:hover {
	text-decoration: underline;
}

#left-nav .hide-nav, #right-nav .hide-nav {
	display: none;
}


#sidebar-holder {
	float: right;
	width: 790px;
}

#content {
	float: right;
	width: 777px;
	padding: 7px 15px 15px 15px;
	background-color: #fff;
}


#footer {
	clear: both;
	padding: 15px 15px 15px 15px;
	margin-left: 183px;
	background-color: #efefef;
}



#footer ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#footer ul li {
	width: 183px;
	padding-right: 15px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	/* background-image: url(../images/footer-ul-background.gif);
	background-repeat: no-repeat;
	background-position: 0px 31px;
	*/
	color: #666;
}

#footer ul ul {
	padding-top: 6px;
	padding-bottom: 7px;
}

#footer ul ul li {
	font-size: 11px;
	float: none;
	width: auto;
	font-weight: normal;
	padding: 2px 0px 2px 0px;
}

#footer ul ul li.footer-list {
	padding-left: 12px;
	background-image: url(../images/footer-arrow.gif);
	background-repeat: no-repeat;
	background-position: 4px 6px;
}

#footer ul ul li a {
	color: #666;
}

#badges {
	clear: both;
	margin: 8px 0px 8px 5px;
}

#footer-text {
	clear: both;
	margin-top: 6px;
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 5px;
	text-align: center;
	font-size: 11px;
	padding-bottom: 6px;
	color: #666;
}

#footer-text a {
	color: #666;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}

#breadcrumbs {
	font-size: 12px;
	padding-bottom: 4px;
}

#breadcrumbs a {
	color: #333;
}

/*
	Webmaster mode
*/
SPAN.Lbl {
	COLOR: green;
	FONT-WEIGHT: bold;
}
.Section {
	MARGIN: 0px;
	PADDING: 0px;
}



a.conf-links { font-size: 12px; font-weight: bold; text-decoration: underline; }

.conf-title {
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}

.email_friend_title { color: #000000; font-size: 16px; font-weight: bold; }
.email_friend_fields { color: #000000; font-size: 13px; font-weight: bold; }
.email_friend_copy { color: #000000; font-size: 12px; font-weight: normal; }

.product_main_area { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; padding-left: 10px; padding-right: 10px; }
.product_title { color: #000; font-size: 17px; font-weight: bold; }
.product_code { font-size: 11px; }
.product_free_shipping { font-size: 12px; }
.product_stock { font-size: 12px; }
.product_price { font-size: 17px; font-weight: bold; }
.product_qty_options { font-size: 12px; font-weight: bold; }
.product_wishlist { padding-top: 6px; font-size: 9px; color: #666; }
.product_wishlist a { color: #666; text-decoration: underline; }
a.product_related_link { margin-top: 8px; text-align: center; display: block; padding: 6px; border: 1px solid #000; color: #000; text-decoration: underline; width: 106px; float: right; }
.product_related_title, .product_reviews_title {  font-weight: bold; font-size: 15px; }
.product_related_items a {
	text-decoration: underline;
	color: #666;
}
.product_related_price {
	color: #4469b4;
}
.upselling_title { color: #000000; font-size: 11px; font-weight: bold; }
.upselling_product { font-size: 10px; font-weight: normal; }
.upselling_product a { font-size: 10px; color: #0752c0; text-decoration: underline; }
.upselling_price { color: #ff0000; font-size: 12px; font-weight: bold; }

.shown_div { display: inline; }
.hidden_div { display: none; }


.checkout_bolded_titles {  font-weight: bold; }



.ErrorMessage {
	display: block;
}
.sAlert, .ErrorMessage {
	background: #FFFF66 url(images/alert.gif) no-repeat 8px 2px;
	border:2px solid #FFCC66;
	width:540px;
	padding:12px 15px 26px 80px;;
	margin:15px 30px;
	color:#111;
	min-height:40px;
	text-align: left;
}
.sAlert p {
	margin:0 0 5px 0;
}
.sAlert li {
	list-style-image:none;
	padding:0 0 0 15px;
	margin:0 0 3px 15px;
	line-height:1em;
}


/****** RATING SYSTEM **********/
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
background: url(../images/stars.gif) left -1000px repeat-x;
}
.star-rating{
position:relative;
width: 55px;
height:10px;
overflow:hidden;
list-style:none;
margin:0;
padding:0;
background-position: left bottom;
}
.star-rating li{
display: inline;
}
.star-rating span,
.star-rating .current-rating{
position:absolute;
top:0;
left:0;
text-indent:-1000px;
height:10px;
line-height:10px;
outline:none;
overflow:hidden;
border: none;
}

.star-rating span.one-star{
width:20%;
z-index:6;
}
.star-rating span.two-stars{
width:40%;
z-index:5;
}
.star-rating span.three-stars{
width:60%;
z-index:4;
}
.star-rating span.four-stars{
width:80%;
z-index:3;
}
.star-rating span.five-stars{
width:100%;
z-index:2;
}
.star-rating .current-rating{
z-index:1;
background-position: left top;
}



/****** PRODUCT PAGE ********/


#product {
	margin-top: 6px;
}

#product-column1 {
	width: 381px;
	float: left;
	position: relative;
}

#product-column2 {
	width: 381px;
	float: right;
	position: relative;
	/*
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	*/
	padding-top: 4px;
}


#product_thumbnail_link {
	position: relative;
	display: block;
	height: 25px;
	padding-top: 381px;
	width: 381px;
	text-decoration: none;
	text-align: center;
	color: #333;
	font-size: 12px;
}
#product_thumbnail_link img {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
}

#detailed-images a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 2px;
	border: 1px solid #d1d1d1;
	margin-bottom: 6px;
	margin-right: 6px;
	float: left;
}

#detailed-images div {
	clear: both;
}

#detailed-images span {
	font-size: 11px;
}

#product-title {
	background-image: url(../images/horiz-dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;	
	padding-bottom: 1px;

}

#product-feature {

	font-weight: bold;
	padding: 5px 0px 8px 0px;
	background-image: url(../images/horiz-dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;		
}

#product-instock {
	padding-top: 5px;
}

#product-instock-message {
	color: #cb2693;
	display: inline;
}

#product-price {
	font-size: 22px;
	font-weight: bold;
	padding: 5px 0px 8px 0px;
	background-image: url(../images/horiz-dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;		
}

#product-rating {
	float: right;
	font-size: 12px;
	text-align: right;
	font-weight: normal;
}

#product-rating a {
	color: #333;
	text-decoration: underline;
}

/*
#product-instock {
	float: right;
	line-height: 13px;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
}

#product-instock-message {
	font-weight: bold;
	font-size: 12px;
	color: #cb2693;
}
*/

#product-add {
	padding: 0px 0px 9px 0px;
	background-image: url(../images/horiz-dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;		
}

#product-options a {
	display: block;
	width: 40px;
	height: 40px;
	padding: 1px;
	float: left;
	margin: 0px 6px 0px 0px;
	border: 1px solid #d1d1d1;
}

#product-options a.active {
	border: 1px solid #333;
}

#product-options-desc {
	float: left;
	padding-top: 17px;
	font-size: 12px;
}

.quantity-row {
	padding-top: 8px;
}

#product_avail {
	border: 1px solid #d1d1d1;
	width: 26px;
}

#add-to-cart {
	padding-left: 6px;
}

#out-of-stock {
	padding-left: 6px;
	COLOR: #cb2693;
	font-weight: bold;
	display: none;
}

#pre_button {
	padding-left: 6px;
}

#pre_text {
	padding-left: 6px;
	display: none;
}

#product-reviews {
	padding-top: 8px;
}





#product-tabs {
	padding-top: 9px;
	height: 26px;
	background-image: url(../images/tab-bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	display: none;
}

#product-tabs a {
	display: block;
	float: left;
	padding: 5px 7px;
	height: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 3px;
	border: 1px solid #f6cce8;
	border-bottom: 1px solid #e67cc3;
	background-color: #fff5fc;
	-moz-outline-style: none;
}

#product-tabs a.selectedtab {
	background-color: #fff;
	border: 1px solid #e67cc3;
	border-bottom: 1px solid #fff;
}


#product-shipping {
	display: none;
}

#product-confidence1 {
	display: block;
}

#product-confidence2 {
	display: none;
}



.product-confidence {
	margin-top: 6px;
	padding: 5px 0px 8px 0px;
	background-color: #f6f6f6;
	border: 1px solid #bbb;
	display: block;
}

#product-confidence-title {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

#product-confidence-phone {
	clear: both;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.product-confidence a {
	color: #333;
}

.product-confidence ul {
	display: block;
	list-style: none;
	padding: 0 0 0 20px;
	margin: 0px;
	font-size: 13px;
}

.product-confidence ul li.header {
	font-size: 12px;
	font-weight: bold;
	padding-left: 0px;
}

.product-confidence ul li {
	display: block;
	margin: 0px;
	width: 160px;
	padding: 4px 0px 5px 6px;
	float: left;
}

.product-confidence #confidence-ul {
	float: left;
}

.product-confidence #social-media-ul {
	float: right;
}

.product-confidence #stylehive {
	background-image: url(../images/stylehive.gif);
	background-position: 107px 1px;
	background-repeat: no-repeat;
	/* padding-left: 23px; */
}

#product-description {
	clear: both;
	padding: 6px 0px;
	background-image: url(../images/horiz-dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#product-reviews {
	margin-top: 6px;
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 7px;
}

#product-bottom {
	clear: both;
	padding-top: 10px;
}

#product-related {
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 5px;
}

#review_form {
	margin-top: 6px;
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 5px;
}

.filter h3 {
	font-size: 16px;
	padding: 0px;
	margin: 0px;
}

.filter a {
	color: #333;
}

.filter a.used {
	color: #888;
}

.filter .filter_option {
	margin: 0px;
	padding: 2px 0px 2px 5px;
	color: #888;
}

.filter .more_options {
	display: none;
}

/* CATEGORY PAGE */
.category-options {
	font-size: 12px;
}

.category-options-top {
	margin-top: 6px;
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 6px;
}

.category-options-bottom {
	background-image: url(../images/horiz-dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 6px;
}

.category-navigation {
	float: right;
}

.category-sort {
	padding-top: 7px;
}

.NavigationArrow {
	WIDTH: 9px;
	HEIGHT: 9px;
}
.NavigationTitle {
	WHITE-SPACE: nowrap;
	HEIGHT: 14px;
}
.NavigationCell {
	padding: 1px 4px;
	border: 1px solid #514939;
}

.NavigationCell a {
	color: #514939;
	text-decoration: none;
}

.NavigationCell IMG {
	HEIGHT: 1px;
	WIDTH: 15px;
}
.NavigationCellSel {
	padding: 1px 4px;
	border: 1px solid #514939;
	background-color: #efefef;
}

#category-products {
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 15px;
}

#category-products2 {
	background-image: url(../images/horiz-dot.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

.ProductTitle {
	font-size: 13px;
	font-weight: bold;
}

.more-available {
	padding-bottom: 1px;
	margin: 1px;
	font-size: 11px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

.MarketPriceCat {
	text-decoration:line-through;
	color: #555;
	font-size: 12px;
	font-weight: bold;
}

.ProductPriceCat {
	font-size: 12px;
	padding-bottom: 15px;
	font-weight: bold;
}

/* HOME */
#home-middle {
	margin-top: 5px;
	margin-bottom: 15px;
	float: left;
}

#home-top {
	margin-top: 5px;
	float: right;
	margin-bottom: 15px;
}

#home-bottom {
	clear: right;
	float: right;
	margin-bottom: 15px;
}

#home-featured {
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 15px;
	padding-top: 6px;
	clear: both;
}

#home-message {
	background-image: url(../images/horiz-dot.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-top: 15px;
	padding-top: 6px;
	clear: both;
}



.tableStandard {

}
.tableStandard th {
	background-color: #575757;
	color: white;
}
.tableStandard td {
	background-color: #f2f2f2;
}

/*  MISC */
.free-shipping {
	padding: 5px;
	color: #cb2693;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #ffe9f7;
	border: 1px solid #cb2693;
	margin-bottom: 10px;
}

#subcategories {
	margin-top: 8px;
	border: 1px solid #ccc;
}

#subcategories h3 {
	background-color: #ccc;
	font-size: 13px;
	padding: 5px;
	margin: 0px;
	text-transform: none;
}

#subcategories ul {
	margin: 0px;
	padding: 8px 8px 8px 10px;
	list-style: none;
}

#subcategories li {
	margin: 0px;
	padding: 2px 0px;
	font-size: 12px;
	font-weight: bold;
}

.message {
	margin-bottom: 14px;
	padding: 8px;
}

.message_error {
	border: 2px solid #a41111;
	color: #a41111;
	background-color: #faf1f1;
}
.message_error a {
	color: #a41111;
}

.message_warning {
	border: 2px solid #faf7ea;
	background-color: #faf8f0;
}

.message_info {
	border: 2px solid #cb2693;
	background-color: #f9f0f6;
}

.message_header {
	font-size: 14px;
	font-weight: bold;
}

#shopping-cart-seals {
	display: none;
}


/* PINK PRODUCT PAGE */
#product-box1 {
	background-color: #fff5fc;
	border: 1px solid #f6cce8;
	padding: 8px;
}
#product-title {
	background-image: none;
	padding-bottom: 0px;
}
#product-title h1 {
	margin-bottom: 0px;
}
#product-feature {
	background-image: none;
	border-bottom: 1px solid #f6cce8;
	padding-top: 0px;
}
#product-price {
	background-image: none;
	border-bottom: 1px solid #f6cce8;
}
#product-add {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#product-tabs {
	display: block;
}
#product-description {
	background-image: none;
	border: 1px solid #e67cc3;
	border-top: none;
	margin: 0 0 10px 0;
	padding: 5px 7px;
}
#product-shipping {
	border: 1px solid #e67cc3;
	border-top: none;
	display: none;
	margin: 0 0 10px 0;
	padding: 5px 7px;
}
#product-reviews {
	border: 1px solid #e67cc3;
	border-top: none;
	display: none;
	margin: 0 0 10px 0;
	padding: 5px 7px;
}
#product-reviews h3 {
	display: none;
}