/* CSS tat default */
/**
NOTES:
h1	- defined in default
h2	- defined in default
h3	- defined in default
	- 
**/
/*a{text-decoration:none !important;}*/
.tabContent{
	padding-top:5px;
	padding-bottom:5px;
}
.pfaq a{
	color:#333;
	margin-left:30px;
	display:block;
}
/* Home page changes */
#tabscontent h3 {
	margin:3px 0 3px 30px; line-height:26px; font-weight:bold !important;
}

#tabscontent p, #tabscontent ul {
margin-left:30px;
padding-right:10px;
width:95%;
}
#tabs #tabscontent ul li{
	padding-left:0;
}

/* list */
ul.pb{
	list-style:none;
	margin-bottom:1em;
}
ul.pb li{
	background:url(../../static/73/Image/p-bullet-5x5.jpg) left 50% no-repeat;
	padding-left:15px;
}

/* no margins inside the p elements inside .no_mar_in_p */
.no_mar_in_p p{
	margin-bottom:5px; 
	margin-top:5px;
}

/* product page mwdbx - decrease padding on the left*/
.mwdbx ul{
	padding-left:0px !important;
	line-height:13px !important;
	}
.mwdbx ul li a, .mwdbx p a  {
	color:#8B005C !important;
}	
.mwdbx, #tellafriend, a.backtotop{
margin:0 0 5px 0;
}
.mwdbx p.nopad{
	margin:0;
	padding:0;
}

/* HIDE DISCOUNT */
.discount{
	/*display:none !important;*/
	margin:5px 0 20px;
}

.priceDiscount{
	color: #8B005C;
	font-weight:bold;
	font-style:italic;
}

/* OVERWRITING DEFAULT */
#tabHeaderActive span, #tabHeaderActive a {
	background-color:#8B005C !important;
	color:#FFF !important;
}
.lm40{
	margin-left:40px !important;
}

h3{
	color:#8B005C !important;
	font-size:14px !important;
	font-weight:normal !important;
	font-family:Verdana,sans-serif !important;
	margin-bottom:0 !important; 
}
h2{ /* add margin */margin-bottom:25px !important;}
	#lblContent h2{/* except Wine Talk page - remove margin */margin-bottom:0 !important;}
	#content1 h2.winetitle{/*except product pages */margin-bottom:0 !important;}
	
#ternav li.navItem ul {
	margin:0 0 5px 5px !important;
}

.min-offer{
	height:auto !important;
	background:#FFF !important;
}
#secnav{ /* add to fix safari */border-bottom:1px solid #FFF;}#contentsection{margin-top:68px;}


/* Wine Talk */
#lblContent, #lblContent table, #lblContent h2, #lblContent div{
	text-align:left !important;	
}
#lblContent p{
	margin-top:0.6em;
	margin-bottom:0.6em;
	padding:0;
}
.wtitem{
	border-bottom:1px dotted #C5AA37;
	padding-bottom:0.2em;
	margin-bottom:1em;
}
.wtitem a img{
	float:right;
	margin-left:10px;
	border:1px solid #b9b9b1;
}

/* fix to keep the secure on top */
#securelogin{
	float:none;
	position:relative;
	z-index:1;
	margin:0; padding:0;
	width:100px;
	float:right;
	top:-95px;
	right:10%;
}
#securelogin a {
	float:none;
	margin:0;
}






/* CUSTOM FOR WONDERING ABOUT WINE */ 
.won_ab_wi table{
	border-bottom:1px dotted #C5AA37;
	margin-bottom:1em;
	padding-bottom:0.2em;
}
.won_ab_wi table a, .wtitem h3 a{ /* wondering about wine & wine talk pages */
	color:#333333 !important;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	margin-bottom:7px;
	text-decoration:none;
}
	.won_ab_wi table a:hover, .wtitem h3 a:hover{
		text-decoration:underline;
	}
.won_ab_wi table img, img.dimgst{ /* border and padding around the image */
	border:1px solid #CACACA;
	padding:3px;
	margin-left:5px;
}
.wsn-lst {
	text-decoration:underline;
	color: #8B005C !important;
}
.rpc{
	color:##990066;
}


/* fixes for IE6 and IE7 */
div#branding {
	*margin-top:-2px !important; 
	height:28px !important;
}
div#navigation .section-branding{width:600px; float:left;}
#contentsection{
	*margin-top:0px; /* defix the Safari fix */
}
.mwdwinelistitem{
	*min-height:120px;
	_height:1%;/* IE6 */
}
#footer{position:relative;	z-index:1;}
.special-offer{_height:345px !important;}

/**
NOTES:
can remove class .wt-list-lc in default.css
**/




/* USAT bar out*/
div#navigation {
background:#990066 !important;
clear:both !important;
height:28px !important;
position:relative !important;
}



/* user account page */
.my_profile_table{
	margin:10px 0 0 20px;
}
.my_profile_table td{
	padding:3px 0;
}
.cmhdrln h3 {
	color:#333 !important;
	font-size:11px !important;
	font-weight:bold !important;
	line-height:28px;
}
		.cmhdrln h3 a img{
			vertical-align:middle;
		}
		.cmhdrln h3 input{
			vertical-align:middle;
		}
.my_profile_table td div.cmhdrln{
border-top:1px solid #E4DDD8;
margin-top:7px;
}


/* cart BUTTON to add */
.btn_go{
	width:55px;
}
.btn_cencel{
	background-position:center;
}




/*cart css modifications*/
.cart_table td {
	background:#edefe4;
}
.cart_table tr.bg_total td, tr.bg_total th{
	background:#d7d7cf;
}
.n_bg td{
	background:#FFF;
}
#content_cart{margin-left:20px; margin-top:20px;} /*why was taked out from default?*/




/*changes to the logo  OVERWRITING*/
#secnav a.section-branding {
background:url(/static/73/Image/wine-club-logo-200x63.gif) no-repeat;
width:200px;
}
#secnav ul{
padding-left:20px;
width:440px;
}
#secnav li.navItem, #loginnav li.navItem {
width:110px;
}
#loginnav ul {
padding-left:20px;
width:300px;
}
#loginnav li.navItem {width:100px;}
#secnav li.navItem ul{margin-left:-20px; margin-top:-15px;}


/* disclaimer footer bottom */
.disclaimer{font-size:10px;}
#footer span {margin:5px 10px;} /*overwrite top/bot margin*/

/*add new address odd in IE7, so fixed like that:*/
.btn_addna{background:url(../../static/73/Image/cart/btn-add-sign-l.gif) left center no-repeat; width:135px;  padding-left:15px; text-indent:0;}


/*overwrite the style of the link in the list*/
.mwdgllist a{
	color:#44622F;
	color:#2E3421;
	text-decoration:underline !important;
}