
/*##################################
		Globals
#################################*/

*{
	font-size:1em;
	font-family:helvetica, arial, sans-serif;
	text-decoration:none;
	font-weight:normal;
}
img{
	border:0px;
}
a {
	color:#cc6698;
}

ul li{
	margin-left:0px;
	padding-left:0px;
}

.body_wrapper{
	margin:0px auto;
	padding:0px;
	text-align:center;
	width:100%;
	position:relative;
	min-height:100%; 
	height: auto !important; 
	height:100%;
	background-image:url(/images/general/bgd.gif); 
	background-position: center center;
	background-repeat: repeat-y;
	background-color:#cc6698;
}

html , body{
	margin:0px auto;
	padding:0px;
	height:100%;
	width:100%;
	background-color:#cc6698;
}

.content_wrapper{
	background-color:white;
	width:775px;
	margin:0px auto;
	padding:0px;
}

.rollover_table{
	margin:0px auto;
	text-align:center;
	width:759px;
	padding-top:.7em;
}

.help_nav{
	margin:0px auto;
	width:650px;
	padding:0em;
	text-align:center;
	border:1px solid grey;
	margin-top:3em;
}

#header a , #header a:visited{
	font-size:8pt;
	font-weight:bold;
	color:#C993C4;
	
}

#header #main{
	text-align:right;
	padding-right:.5em;
}

#header #main a{
padding-left:.5em;

}

a.cart{
	color:black;
	text-decoration:underline;
}

.footer{
	font-size:1em;
	margin:0px auto;
	padding:0 0 0;
	/*border-top:1px solid #aaaaaa;*/
	text-align:right;
}

.footer div{
	margin:.5em;
}

.footer a , .footer a:visited{
	text-transform:capitalize;
	font-weight:bold;
	font-size:8pt;
	margin:0px;
	color:#ACACAC;
}

.footer p , .footer p a , .footer p a:visited{
	font-size:12px;
	color:black;
}

.footer #copyright{
	margin-top:1.5em;
	text-transform:capitalize;
	font-size:80%;
	font-weight:bold;
}

.carttitle{
	font-size:110%;
	color:#E8769A;
	font-weight:bold;
}

.search{
	margin:0px;
	border:0px;
	font-family: helvetica;
	font-size:10px;
	height:16px;
	width:120px;
	background-color:#E2E1E1;
	padding-left:5px;
	margin:0 0 0 .2em;
	color:#012060;
}

.go{
	margin-right:2em;
	border:0px;
	height:16px;
	font-family: helvetica;
	background-color:#012060;
	color:white;
	font-size:8px;
	vertical-align:middle;
}

.pages a{
	font-size:8pt;
}
/*##################################
		Listing Page
#################################*/
.listing_table{
	width:560px;
	margin:0px 10px 0px 0px;
}

#crumb{
	text-align:left;
	padding:.5em 0 .5em;
	vertical-align:middle;
	
}

a.ct , a:visited.ct{
	color:#72726e;
	font-size:8pt;
	padding-left:.3em;
	padding-right:.3em;
}

#crumbnav{
	width:570px;
	background-color:transparent;
	padding:10px;
	padding-left:7px;
	font-size:8pt;
	text-align:left;
	color:grey;
}

#listing_title_bar {
	width:570px;
	background-color:#c993c4;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	text-transform:uppercase;
}

#listing_title_bar span {
	position:relative;
	bottom:1px;
	padding-left:2px;
	font-size:13pt;
	font-weight:bold;
	text-align:left;
	color:#FFF;
	text-transform:uppercase;
}

#listing_title_bar ul, #listing_title_bar a {
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
}

#listing_title_bar li {
	padding:0px;
	margin:0px;
	display:inline;
	list-style:none;
}

#listing_title_bar a {
	position:relative;
	bottom:4px;
	font-size:8pt;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}

#listing_title_bar img {
	position:relative;
	top:3px;
}

img.product {
	margin:0 .1em 0 .1em;;
	padding:0px;
	/*border:1px solid #9A9A9A;*/
}

img.purchase{
	margin:0px;
	padding-top:.1em;
	padding-bottom:.1em;
}

.price_desc{/* controls price and description fonts*/
	color:#666666;
	font-size:75%;
	font-weight:bold;
	padding:2px;
	padding-top:.5em;
	}
	
.page_headers{/*styles $pages_out*/
		width:100%;
		text-align:right;
		margin:0px auto;
		padding-bottom:.5em;
		font-size:.6em;
		font-weight:bold;
		color:#999;
	}	
	
/*##################################
		Detail Page
#################################*/
#pop_picks{
	font-size:8pt;
	font-weight:bold;
	color:#818181;
	text-align:left;
	text-transform:uppercase;
}

.detail_defaults , .selector_values{
	font-size:7pt;
	color:#666666;
	font-weight:normal;
	margin:0px auto;
}

.selector_values strong{
 font-size:9pt;
}
	
.detail_defaults select , .detail_defaults input{
	font-size:11px;
	text-align:right;
	border:1px solid #993399;		
}
	
.detail_defaults ul li{
	position:relative;
	left:0px;	
}
	
input.blue_button{
	margin:3px auto;
	height:auto;
	width:150px;
	text-transform:uppercase;
	font-size:80%;
	font-weight:bold;
	padding:1px;
	background-color:#B5CFE6;
	color:white;
}
	
input.clear_button , input.dark_blue_button{
	margin :3px auto;
	height:auto;
	width:auto;
	text-transform:uppercase;
	font-size:70%;
	font-weight:bold;
	padding:0px;
	background-color:transparent;
	border:none;
	text-align:left;
	color:#C993C4;
	cursor:pointer;
}

input.dark_blue_button{
	background-color:#cc99cc;
	color:white;
	font-size:8pt;
	text-align:center;
	padding:1px 5px 1px 5px;
}
	
	
.detail_text{
	margin:0px auto;
	text-align:left;
	font-size:120%;
	font-weight:bold;
}
	
.detail_text div{
	padding:0px;
}


	
.selectors{/* labels in label value pairs*/
	font-size:8pt;
	text-transform:capitalize;
	font-weight:bold;
}
	
.text{
	margin:0px auto;
}
	
	
.item_info{
	position:relative;
	text-align:left;
	margin:0px auto;
}

.detail_btn_wrap button , .detail_btn_wrap a{
	margin:0px auto;
	border:none;
	font-size:90%;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	text-align:left;
	color:#AAAAAA;
}
	
.detail_features_list ul li{
	margin:0px auto;
	list-style:square;
		
}

.detail_text{
	height:auto;
	margin:0px auto;
	position:relative;
	
	
}
	
.detail_text ul{
	margin:0px auto;
	text-align:left;
	list-style:none;
	padding:0px;
	border:0px;
}

#alt_views a{
	text-decoration:underline;
	font-size:9pt;
	padding:0 3px;
}


.detail_text_headers{
	font-weight:bold;
	color:#9a449f;
	font-style:italic;	
	font-size:10pt;
}

.detail_text #product_name{
	color:#986e96;
	font-size:8pt;
	/*text-transform:capitalize;*/
}

.detail_text #style{
	color:#986e96;
	font-size:8pt;
}

.detail_text #description{
	padding:1em .5em 1em 0;
}


.size_quant_color{
	margin-bottom:1.5em;
}

.size_quant_color ul li{
	padding-top:.5em;
}

.size_quant_color input , .size_quant_color select{
	margin-left:3px;
}
/* cart */

/*## buttons ##*/

a.cart_item_links , a:visited.cart_item_links{ /* remove item and move 2 wl*/
	text-transform:uppercase;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	margin:0 .5em 0 0;
	padding:3px;
	border:0px;
}

a.cartbutton , a:visited.cartbutton{
	margin:0px;
	padding:3px;
	font-size:70%;
	color:#6E6E6E;
	font-weight:bold;
}

a.cart_links{
	margin-left:1em;
	font-size:70%;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
}

/*## headers ##*/

.tableHdr{
	background-color:#cc99cc;
	color:white;
	font-size:85%;
	font-weight:bold;
	padding:.25em;
}

.cart_white_header{
	font-size:9pt;
	font-weight:bold;
	color:#cc99cc;
	background-color:transparent;
	text-transform:uppercase;
	padding-bottom:.25em;
	border-bottom:1px solid grey;
}

.tableContents{
	font-family:arial;
	font-size:70%;
	margin:0px auto;
	padding:10px;
	color:#676767;
	/*border-bottom:1px solid #aaaaaa;*/
	background-color:#f1f1f1;
}

.tableContents input , .tableContents select{
	border:1px solid grey;
	margin-right:5px;
}


.shopcart_items_wrapper .tableContents{
	border:0px;
}

/*## tables ##*/

.step_3_promo_table .tableContents{
	padding-top:20px;
}

.step_3_promo_table input{
	margin:5px;
}

.step_3_promo_table #info_entry{
color:black;
	padding:0 10px 0 10px;
	font-size:110%;
}

.padded_table td{
	border-right:2px solid white;
}

/*!! review and submit tables !!*/

.review_submit_table td{
	margin:0px;
	padding-top:1em;
	padding-left:5px;
	border:2px solid white;	
	text-align:left;
	background-color: #EFEFEF;
	font-family: Arial;
	font-size: 9pt;
	color: #4a4a4a;
	position:relative;
}

.review_submit_table td strong{
	text-align:center;
	color:#474645;
	font-size:8pt;
	font-weight:bold;
	margin:1em;
	padding:1em;
	text-transform:uppercase;
}

.review_submit_table ul{
 	list-style-type: none;
	padding-bottom:2em;
}

.review_submit_table li{
	font-size:90%;
	padding-right:2em;
}

.review_submit_table input , .billing_shipping_table input{
	border:none;
	background-color:transparent;
	font-size:90%;
	font-weight:bold;
	color:#707070;
	padding-bottom:1em;
	position:absolute;
	top:85%;
	
}

/*!! cart credit input tables !!*/
.cart_credit_input_table{
	margin:0px auto;
	width:666px;
}

.cart_credit_input_table ul{
	margin:0px auto;
	padding:0px;
	list-style-type: none;
}

.cart_credit_input_table ul li{
	margin-bottom:1em;
}

.cart_credit_input_table ul li input{
	font-weight:bold;
	font-size:90%;
	margin-left:1em;
}

/*!! billing and shipping tables !!*/

.billing_shipping_table td{
	text-align:center;
	position:relative;
}

.billing_shipping_table ul{
	text-align:left;
	list-style-type:none;
	padding-bottom:5px;
}

.billing_shipping_table ul li{
	font-size:12px;
	margin-bottom:3px;
}

.billing_shipping_table input{
	top:90%;
}

/*!! END TABLES !!*/

.forgot_password{
	color:#6E6E6E;
	font-size:90%;
}

.forgot_password a{
	color:#6E6E6E;
	text-decoration:underline;
}

img.cart_thumb{
	border:1px solid #707070;
}
/* End Cart Styles
*/


/* these are the styles for the cart header:how may we help you*/

.header_file {
	/*background-color:#F1F1F1;*/
	height:3em; 
	text-align:center; 
	padding:.5em 0 .5em 0;                                                        
	width:115%; 
	height:auto; 
	margin:0px auto; 
	/*border:2px solid #E8E8E8;*/
}

.header_file .cell	{ 
	display:table-cell; 
	display:inline-block; 
	height:3em; 
	margin:0px; 
	padding:.7em 1.8em .7em 1.8em; 
	border-left:1px solid grey; 
	text-align:left; 
	font-size:11px;
	color:black;
	text-transform:capitalize;
}

.caption{
	font-family:verdana;
	font-size:10px; 
	color:#993399; 
	font-weight:bold; 
	text-transform:uppercase;
	}

a.live_help{
	color:black;
	text-decoration:none;
}
.memb_reg td{
	margin:0px auto;
	text-align:left;
}

#shop_body{
	margin-top:1em;
}

/*account page*/
.account{
	font-size:8pt;
}

.account b{
	font-size:8pt;
	font-weight:bold;
	color:#c6c4c3;
	text-transform:capitalize;
}
.account input{
	height:13px;
	border:1px solid #C993C4;
}

.pink_head{
	width:100%;
	text-align:center;
	color:#C993C4;
	font-size:9pt;
	font-weight:bold;
	padding-bottom:.7em;
	text-transform:uppercase;
}

/* maillist*/
.emailWrapper{
	color:#666666;
	padding-left:1em;
}

/* GIFT CARD */
.gift_card_table{
	margin-top:3em;
	font-size:9pt;
	color:#666666;
}

.gift_card_table strong{
	font-weight:bold;
	padding-right:5px;
}

/*Billing Info */
.margined_table td{
	text-align:left;
	padding:2px 0 2px 0;
}

.margined_table input{
	padding:1px;
	padding-left:3px;
	width:170px;
}

input.no_size{
	width:auto;
	
}

#custservice_bar{
	margin:3em 0 2em 0;
}

#howhelp td , #howhelp td a{
	font-family:arial, helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	color: #c3c3c3;
	text-decoration:none;
	text-transform:uppercase;
}

select.e4xselect{
	font-size:8pt;
	height:17px;
}

