/* @override http://127.0.0.1:8300/ntdesigns/ecom/css/template.css */

/* CSS Document */
.cfdebug{
	clear:both;
}
body{
	background-color:#000000;
	background-image:url(../../images/masthead_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height: 1.5;
}
a{
	color:#666666;
	text-decoration:underline;
}
a:hover{
	color:#ff0099;
}
.highlight{
	background-color:#FFFFCC;
}

#waves{
	background-image:url(../../images/masthead_waves.png);
	background-repeat:no-repeat;
	background-position:-220px -10px;
	_filter :progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/masthead_waves.png', sizingMethod='crop');
	_background:none;
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	z-index:1;
}
#circles{
	background-image:url(../../images/masthead_circles.png);
	background-repeat:no-repeat;
	background-position:top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../images/masthead_circles.png', sizingMethod='image');
	_background:none;
	_background-image:none;
	width:100%;
	height:323px;
	position:relative;
}
#wrapper{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	z-index:2;
	position:relative;
	margin-top:30px;
}
#masthead_top{
	position:absolute;
	background-image:url(../../images/masthead_black_top_alpha.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:9px;
	width:760px;
	left:0;
}
#shadow_top{
	position:absolute;
	background-image:url(../../images/masthead_shadow_top.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height:16px;
	width:792px;
	left:-16px;
	top:-16px;
}
#masthead{
	background-image:url(../../images/masthead_black_bg.gif);
	background-repeat:no-repeat;
	background-position:0px 9px;
	width:760px;
	float:left;
	position:relative;
}
#masthead_stripes{
	background-image:url(../../images/masthead_stripes.gif);
	background-repeat:no-repeat;
	height:110px;
	width:190px;
	float:right;
}
#logo{
	background-image:url(../../images/babe-a-rella-logo.jpg);
	width:281px;
	height:78px;
	background-repeat:no-repeat;
	float:left;
	margin-top:28px;
	margin-left:17px;
	display:inline;
}
#masthead_base{
	height:4px;
	overflow:hidden;
	width:760px;
	position:absolute;
	bottom:0px;
	left:0;
}
.page_prop{
	height:500px;
	width:0px;
	overflow:hidden;
	float:right;
}
.clearline{
	clear:both;
	height:0px;
	overflow:hidden;
}
#main_window{
	background-color:#FFFFFF;
	float:left;
	position:relative;
	width:100%;
}
#main_body {
	float:left;
	margin-bottom:20px;
	margin-left:10px;
	width:580px;
}
#main_window_base{
	height:25px;
	width:760px;
	overflow:hidden;
}
#main_window_top{
	position:absolute;
	bottom:20px;
	left:0px;
	height:4px;
	width:760px;
	overflow:hidden;
	/*make transparent*/
}
#footer_left{
	float:left;
	height:130px;
	width:360px;
	_width:340px;
	padding:10px;
}
#footer_right{
	float:right;
	height:130px;
	width:360px;
	_width:345px;
	background-image:url(../../images/dotted_border_vert.gif);
	background-position:left top;
	background-repeat:repeat-y;
	padding:10px;
	text-align: center;
}
#footer{
	margin:10px 0 30px 0;
	float:left;
	position:relative;
}
.black_stripes_bg{
	background-image:url(../../images/diag_black_bg.gif);
}
#masthead_search{
	position:absolute;
	right:20px;
	bottom:10px;
	_bottom:-10px;
}
#search_field{
	background-image:url(../../images/search_field.gif);
	width:139px;
	height:19px;
	border:0px solid #000;
	background-repeat:no-repeat;
	padding:6px 3px 3px 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
}
#search_submit{
	background-image:url(../../images/search_submit.gif);
	background-repeat:no-repeat;
	height:28px;
	width:22px;
	border:0px solid #000;
	background-position:0px 1px;
	background-color:transparent;
	_background-position:0px 0px;
}
#main_panel{
	float:left;
	margin-left:10px;
	width:580px;
	margin-bottom: 20px;
}



h1{
	font-size:28px;
	color:#333;
	font-weight:normal;
	margin:3px 0;
}
h2{
	font-size:20px;
	color:#FF0099;
	font-weight:normal;
	margin:3px 0;
}
h6{
	margin:10px 0;
}
h6 a{
	font-size:10px;
	color:#999;
	font-weight:normal;
	margin:0 5px 0 0;
	padding:0;
	line-height:10px;
}

.product_list_item_surround{
	float:left;
	width:580px;	
	padding-top:5px;
	margin-bottom:5px;
	
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:1px dotted #e6e7e8;
}
#product_image{
	padding:10px;
	border:1px solid #e5e6e7;
	float:left;
	width:150px;
	margin-bottom:10px;
}
#prod_info_col{
	float: left;
	width: 380px;
	margin-left: 10px;
	display: inline;
}
#product_price{
	font-size:14px;
	display: block;
}
#product_child_products{
	list-style:none;
	margin:0px;
	padding:0;
	float:left;
}
#product_child_products li{
	background-color:#F4F4F4;
	padding:5px;
	margin:2px;
}
#product_child_products li a:hover{
	background-color:transparent;
}
.child_product{
	float:left;
	width:285px;
	padding:3px;
}
.cart_icon{
	float:right;
	padding:0px;
}
#cart_table th{
	color:#FF0099;
	background-color:#000000;
	font-size:14px;
}
#cart_table a{
	color:#FF0099;
}
#cart{
	background-color:#FFFFCC;
	border:1px solid #ccc;
}
.brd_bottom{
	border-bottom:1px solid #e6e7e8;
	height:1px;
	overflow:hidden;
}
.totals{
	font-size:13px;
	font-weight:bold;
}
.continues{
	font-size:13px;
	font-weight:bold;
}
.cart_icon a{
	font-weight:bold;
	color:#FF0099;
}
.add_to_cart{
	background-color:#FFFFCC;
	padding:3px;
	border:1px soild #ccc;
	font-weight:bold;
}
.add_to_cart a{
	margin-left:5px;	
}
.product_list_thumbnail_image{
	border:1px solid #ccc;
	padding:3px;
	margin:0 5px 5px 0;
	float:left;
}
.product_list_thumbnail_image img {
display: block;
}
.product_title{
	font-size:14px;
	font-weight:bold;
}
.product_title a{
	color:#FF0099;
}
#sign_in{
	padding:10px;	
}
#create_account{
	width:580px;
	border:1px solid #ccc;
}
#create_account caption{
	color:#FF0099;
	background-color:#000;
	text-align:left;
	padding:5px;
	font-size:13px;
}
#create_account td{
	border-bottom:1px dotted #f4f4f4;
}
#create_account th{
	padding-left:25px;
	text-align:left;
	width:200px;
	font-weight:normal;
	vertical-align:top;
	border-bottom:1px dotted #f4f4f4;
}
#create_account input{
	width:300px;
}
#create_account_link{
	color:#FF0099;
	font-weight:bold;
	font-size:14px;
	padding-right:10px;
}
.create_account_header{
	background-color:#e6e7e8;
	padding:3px;
	border:1px solid #ccc !important;
}
#cart_empty{
	padding:10px;
}
#working{
	background-color: #FFFFCC;
	height: 16px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
.products_header{
	font-weight: bold;
	background-color: #FFFFCC;
	padding-left: 5px;
}
.products_nav{
	padding-left: 2px;
	background-color: #FFFFCC;
}
/* @override 
	http://babearella.paulbeardsell.com/ecom/css/home.css
	http://127.0.0.1:8300/ntdesigns/ecom/css/home.css
*/

/* CSS Document */

.feat_product_home{
	border:1px solid #e7e8e9;
	padding:5px;
	width:260px;
	float:left;
	margin:5px;
	background-image:url(../../../images/pink_fade.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.feat_prod_prop{
	height: 170px;
	float: right;
}
.feat_product_home h3{
	margin:0;
	padding:0;
	color:#333;
	font-weight:normal;
}
.feat_title{
	background-image:url(../../../images/header_bg_grey.gif);
	margin:-5px -5px 5px -5px;
	padding:2px 2px 2px 5px;
}
.feat_image{
	float:left;
	width:auto;
	border:1px solid #e7e8e9;
	background-color:#FFFFFF;
	padding:3px;
}
.feat_description{
	float:left;
	margin-left:5px;
	width:140px;
}
.feat_price{
	float:left;
	margin-left:5px;
	width:180px;
	font-weight:bold;
}
 .feat_view, .feat_add_to_cart{
 	float:right;
	margin-left:10px;


}
/* @override http://127.0.0.1:8300/ntdesigns/ecom/css/navigation.css */

/* CSS Document */



#main_navigation{

	width:170px;

	background-image:url(../images/dotted_border_vert_nav.gif);

	background-repeat:repeat-y;

	background-position:top right;

	margin-top:0;

	float:left;

}

#main_navigation ul{

	margin:0px 5px;

	padding:0;

	list-style:none;

	padding:10px 0;
	
	border-right: 1px solid #ccc;

}

#main_navigation li{

	line-height:30px;

}

#main_navigation li a{

	padding:2px;

}

#footer_nav ul{

	margin:0;

	padding:0;

	list-style:none;

	float:right;

}

#footer_nav ul li{

	float:left;

	margin-right:10px;

	line-height:25px;

}

#footer_nav ul li a{

	color:#FFFFFF;

}

#footer_nav ul li a:hover{

	background:none;

}
#tag_cloud {
	background-color:#FFFFCC;
	border:1px solid #CCCCCC;
	float:right;
	margin:0pt 5px 5px;
	padding:10px;
	width:200px;
}
#sub_cat_list{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}
#sub_cat_list li {
	border-bottom:1px dotted #E6E7E8;
	margin:0pt;
	padding:3px;
}

#sub_cat_list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#select_child{
	font-weight: bold;
	font-size: 13px;
	display: block;
}
.rule{
	margin: 5px;
	border-bottom: 1px dotted #e6e7e8;
	float: left;
	width: 100%;
	display: inline;
}
#product_price{
	font-weight: bold;
	font-size: 14px;
	color: #FF0099;
}
#message{
	width: 360px;
}
.smallestTag{
	font-size: 10px;
}
.smallTag{
	font-size: 12px;
}
.mediumTag{
	font-size: 14px;
}
.largeTag{
	font-size: 16px;
}
.largestTag{
	font-size: 18px;
}
#help_docs{
	list-style: none;
	padding: 0;
	margin: 0;
}
#help_docs li{
	border-bottom: 1px dotted #e6e7e8;
}
#additional_images{
	margin: 0;
	padding: 0;
	list-style: none;
}
#additional_images li{
	display: inline;
	margin: 1px;
}
#subscribe {
	color: #fff;
}

#info_bar{
	text-align: center;
	background-color: #FFFFCC;
	padding: 10px 5px;
	position: relative;
	z-index: 100;
}

