/* main text definitions */
html {
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	height: 100%;
}

body {
	padding: 0px;
	margin: auto;
	width: 1050px;  											 /****************UPDATE 1050********/
	background-color: #ffffff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}

body, html {
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4e4e4e;
}

h1 { 
	color: #4f4f4f;
	font-size: 140%;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

h1.hp { 															  /****************UPDATE 1050 ********/
    color:#5f221d;
	font-size: 230%;
	font-weight: normal;
	margin: 10px 0px 25px 0px;
}

h2 {
	color: #db4739;
	font-size: 120%;
	font-weight: bold;
	margin-bottom:3px;
}

h2.content{
	font-weight: bold;
	font-size: 130%;
	color:#5e2220;
	margin-bottom: 10px;
}

h2.hp{ 																 /****************UPDATE 1050 ********/
	font-weight: bold;
	font-size: 140%;
	color:#ffffff;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h3 {
	font-weight: bold;
	color:#5e2220;
	font-size: 110%;
	margin: 20px 0px 5px 0px;
}

h3.hp {
	font-weight: bold;
	color:#5f221d;
	font-size: 130%;
	margin: 5px 0px 3px 0px;
	padding: 0px;
}


a img {
	border: 0;
}
a {
	color: #595959;
	text-decoration: none;
}
a:hover {
	color: #8e8e8e;
	text-decoration: none;
}

a.white_link {
	color: #5e2220;
	text-decoration: underline;
}
a.white_link:hover {
	color: #8e8e8e;
	text-decoration: underline;
}

.input, input, select {
	font-size: 8pt;
	font-family: tahoma, verdana, arial, helvetica, 'sans serif';
	font-family: Tahoma;
	color: #000000;
	border: 1px solid #999999;
	background-color: #FFFFFF;
}

#flashMessage, .error, .error_message {
	color:#8c5f5f;
	background-color: transparent;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}
.error_message {
	/*clear: both;*/
}
.error em {
	color: #8c5f5f;
}

.required {
	color: #8c5f5f;
}

.red_copy{ 										/****************UPDATE 1050********/
    color:#5f221d;
}

.red_copy_lrg{ 									/****************UPDATE 1050********/
    color:#5f221d;
	font-weight: bold;
}

/* popups */
#alert-popup, #info-popup {
	position: absolute;
	text-align: center;
	width: 310px;
	height: 100px;
	font-size: 11px;
	font-family: tahoma, verdana, arial, helvetica, 'sans serif';
}

#alert-popup p, #info-popup p {
}

#alert-popup-block, #info-popup-block {
	width: 260px;
	margin: 15px 25px 25px 25px;
	padding: 0px;
}

#alert-popup-block img, #info-popup-block img {
	position: relative;
	top: 7px;
	left: 0px;
}

#alert-popup-text, #info-popup-text {
	text-align: left;
	margin-left: 15px;
	background: transparent;
}

a.bb_link{
color: #ffffff;
text-decoration: underline;
}

a.bb_link:hover{
color: #797979;
text-decoration: underline;
}

/************ container **************/
#container { 									/****************UPDATE 1050********/
	width: 1050px;
	margin: auto;
	background: #ffffff;
}

/************** left panel **************/
#left_panel {
	float: left;
	background: #ffffff;
	text-align: right;
	padding-bottom: 0px;
	width: 170px;
}

#side_links {
	margin: 10px 0px 0px 0px;
}

#side_links li {
	list-style: none;
	padding: 3px 0px 5px 0px;
}

#flash_panel {
	margin: 0px 0px 10px 0px;
	width: 100%;
	height: 322px;
}

/*** my account & dynamic side links ****/
#my_account {
	margin: 15px 0px 15px 0px;
}

#dynamic_side_links {
	margin: 30px 0px 15px 0px;
}

#my_account div.title {
	padding: 5px 0px 5px 0px;
}

#my_account div.item, #dynamic_side_links div.item {
	font-weight: bold;
	padding: 2px 0px 2px 0px;
}

#my_account div.dotted, #dynamic_side_links div.dotted {
	background: url(../img/sn_dotted_line.gif) no-repeat right;
	height: 10px;
}

/************** right panel **************/
#right_panel {
	background: #ffffff;
	padding-top: 10px;
	float: right;
	width: 850px;
	font-size: 80%;
}

#top_content{ 																/****************UPDATE 1050********/
width: 850px;
}

#basket{
	text-align: right;
	font-weight: bold;
	font-size: 120%;
	margin-right: 85px;
}

#logo_sub_nav{
}

ul#sub_nav{ 															/****************UPDATE 1050********/
	margin: 10px 0px 10px 0px;
	padding: 0px;
	width: 850px;
}

ul#sub_nav li { 														/****************UPDATE 1050********/
	display: inline;
	font-weight: bold;
	padding-right: 15px;
}

ul#sub_nav li.sub_navon {
	font-weight: bold;
	padding-right: 15px;
	color: #531919;
}

ul#sub_nav li a{
	text-decoration: none;
}

ul#sub_nav li a:hover {
	text-decoration: underline;
	color:#949494;
}

ul#sub_nav li.search_mainnav {
text-align: left;
}



/************** content **************/
a.underline {
	text-decoration: underline;
}

.intro_title {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.intro_text {
	padding: 0px 50px 0px 0px;
	margin: 0px;
	line-height: 150%;
	margin-top: 20px;
	/*
	min-height: 110px;
	height: auto !important;
	height: 110px;*/
}

.intro_text a {
	color: #5e2220;
	text-decoration: underline;
}

.intro_text a:hover {
	color: #8e8e8e;
	text-decoration: underline;
}


.intro_text p
{
	padding: 0;
	margin: 0;
}

#main {
	margin: 0px 24px 0px 24px;
}

#content {
	color: #272727;
	margin: 0px 0px 0px 180px;
	padding: 0px 30px 30px 0px;
	font-size: 80%;
	line-height: 110%;
	width: 285px;
}

#content a {
	color: #0018a8;
	text-decoration: none;
}

#content a:hover {
	color: #8e8e8e;
	text-decoration: none;
}

/*** hp ***/
#hp_content {
	width: 850px; 															    /****************UPDATE 1050********/
	/*border: 1px solid #000000;*/                                              /****************UPDATE 1050********/
}

#bb_top {
	height: 23px;
}

#bb_content_container {
	background: url(../img/v2/bb_back2.jpg) repeat-y top; 						  /****************UPDATE 1050 - also changed link to images********/
	color: #ffffff;
	padding: 0px 0px 20px 18px;
	line-height: 150%;
}

#bb_content {
	background: #ffffff; 						 								 /****************UPDATE 1050 ********/
	color: #222322;
	width: 750px;
	padding: 20px;
	line-height: 17px;
	border: 2px solid #272626;
}

#bb_bot{
	height: 53px;	
}

#bb_content_left {															 /****************UPDATE 1050 ********/
float: left;
width: 530px;
}

#bb_offer{ 																	/****************UPDATE 1050 ********/
height: 25px;
width: 485px;
margin-top: 20px;
padding: 10px 0px 0px 45px;
font-size: 120%;
background: #ececec url(../img/bb_offer_icon.gif) no-repeat; 
}

#bb_flash{																 /****************UPDATE 1050 ********/
height: 305px;
width: 530px;
background: #ececec;
margin-top: 5px;
}

#bb_content_right {															 /****************UPDATE 1050 ********/
float: right;
width: 200px;
}

div.bb_promotion_box {
	background: #707170; 						 								 /****************UPDATE 1050 ********/
	color: #141414;
	width: 250px;
	height: 260px;
	padding: 5px;
	margin: 20px 10px 0px 0px;
	float: left;
	line-height: 14px;
	}
	
div.bb_promotion_box a {
	color: #ffffff;				 								 /****************UPDATE 1050 ********/

	}
	
	div.bb_promotion_box a:hover {
	color: #a3a1a1;				 								 /****************UPDATE 1050 ********/

	}


div.bb_promotion_side_box {
	background: #ececec; 						 				 /****************UPDATE 1050 ********/
	color: #141414;
	width: 190px;
	height: 178px;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	line-height: 13px;
	}
	
div.bb_promotion_side_box a {
	color: #5f221d;				 								 /****************UPDATE 1050 ********/
	}
	
	div.bb_promotion_side_box a:hover {
	color: #141414;				 								 /****************UPDATE 1050 ********/
	}



#bb_content2 {
	background: url(../img/bb_back2.jpg) repeat-y;
	color: #ffffff;
	padding: 0px 50px 25px 30px;
	line-height: 150%;
}

#bb_bot{
}

ul.hp_5buys {
	margin: 5px 0px 10px 0px;
	padding: 0px;
}

ul.hp_5buys li {
	list-style: none;
	padding-left: 22px;
}

/*** products ***/
div.wine_product_list {
	margin: 20px 0px 10px 0px;
}

div.wine_product_list div {
	margin-top: 15px;
}

div.wine_product_list p {
	margin-top: 5px;
}

ul.product_list {
	/*height: 25px;*/
	margin: 0px;
	padding: 0px;
	list-style: none;
	/*border: 1px solid black;*/
}

ul.product_list li {
	padding-right: 10px;
	float: left;
}

ul.product_list li.product_bottle {
	padding: 0px;
	width: 80px;
}

ul.product_list li.product_header {
	padding: 0px;
	padding-top: 5px;
	width: 350px;
}

ul.product_list li.product_header span {
	font-weight: bold;
	padding: 0px;
	font-size: 110%;
}

ul.product_list li.product_price, ul.product_list li.product_price_sd {
	font-weight: bold;
	padding-top: 5px;
	padding-left: 25px;
	font-size: 110%;
	width: 67px;
}

ul.product_list li.product_price_sd {
	color:#8c5f5f;
	background: url(../img/special_deal.gif) no-repeat right;
}

ul.product_list li.product_basket {
	padding-left: 25px;
	padding-top: 5px;
	margin-right: 95px;
	text-align: right;
	float: none;
}

.product_back {
	background: #ffffff;
	height: 40px;
	width: 119px;
}

/*** product detail board ***/
#product_detail_container{
	margin-top: 30px;
}

#product_detail_image{
	float:left;
	padding-right: 5px;
}

#product_detail_bb_container{
	width: 680px;
	float: right;
	padding-right: 25px;
}

#product_detail_top{
	height: 18px;
}

#product_detail_content{
	background: url(../img/detail_bb_back.jpg) repeat-y;
	color: #ffffff;
	padding: 10px 50px 15px 30px;
	line-height: 17px;
	font-size: 115%;
}

#product_detail_bot{
	height: 42px;
}

ul#product_ul{
	margin: 0px;
	padding: 0px;
}

ul#product_ul li{
	padding-bottom: 8px;
	list-style: none;
}

ul#product_ul li.pprice{
	font-weight: bold;
	font-size: 120%;
	padding-top: 15px;
	background: url(../img/sn_dotted_line2.gif) repeat-x top;
}

.pbold{
	font-weight: bold;
	color:#8c5f5f;
}

.exheader{
	font-weight: bold;
	color:#ffffff;
	font-size: 120%;
}

.pdet_header{
	font-weight: bold;
	font-size: 130%;
	color:#ffffff;
	/*color:#8c5f5f;*/
	margin-bottom: 10px;
}

.pdet_header_sml{
	font-weight: bold;
	font-size: 120%;
	color:#8c5f5f;
}

.pdet_subheader{
	font-weight: bold;
	color:#3e3e3e;
}

.clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}

div#dotted{
	background: url(../img/sn_dotted_line.gif) repeat-x top;
	width: 825px;
	margin-top: 20px;
	height: 25px;
}

div#dotted_list{
	background: url(../img/sn_dotted_line.gif) repeat-x top;
	width: 830px;
	margin-top: 20px;
	height: 25px;
}

div.dotted_white{
	background: url(../img/sn_dotted_line2.gif) repeat-x top;
	width: 740px;
	margin-top: 10px;
	height: 15px;
}

/*** exclusive producers ***/
table.ex_producers{
	margin-top: 15px
}

/************** footer **************/
#footer {
	margin: 20px 0px 0px 190px;
	padding: 20px 0px 20px 0px;
	background: url(../img/sn_dotted_line.gif) repeat-x top;
	width: 825px;
	/*clear: both;*/
}

#footer_links{
	background: url(../img/bn_locketts.gif) no-repeat bottom left;
}

#footer_links ul {
	margin: 0px;
	padding: 0px 0px 0px 65px;
	font-size: 75%;
}

#footer_links ul li{
	padding: 7px 5px 7px 0px;
	list-style: none;
	display: inline;
	color: #531919;
}

#footer_links ul li a{
	text-decoration: underline;
}

#credits {
font-size: 80%;
margin-top: 5px;
}

/* forms */
form {
	padding: 0;
	margin: 0;
	border: 0;
}

.fmlabel {
	/*width: 120px;*/
	font-weight: bold;
	padding-bottom: 7px;
}

input.fmquantity{
	width:18px;
	background: #ffffff;
	border: 1px solid #531919;
}

input.fmproduct{
	width:18px;
	background: #ffffff;
	border: 1px solid #ffffff;
}

.fmfield {
	width: 200px;
	margin-bottom: 7px;
}


input {
	background: #e0e0e0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
}

input.pbutton {
	background: #e0e0e0;
	color: #36312e;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #36312e;
	font-size: 11px;
	cursor: pointer;
}

input.fmfield {
	background: #ffffff;
	font-family: verdana,arial, helvetica, sans-serif;
	font-size: 11px;
	color: #4e4e4e;
	border: 1px solid #531919;
	width: 130px;
}

input.fmcheckbox {
	background: transparent;
	border: 0px;
}

input.fmquantity{
	width:18px;
	background: #ffffff;
	border: 1px solid #531919;
}

input.fmproduct{
	width:18px;
	background: #ffffff;
	border: 1px solid #ffffff;
}

input.fmbutton {
	background: #e0e0e0;
	color: #36312e;
	font-family: arial, helvetica, sans-serif;
	border: 1px solid #36312e;
	font-size: 11px;
}

select {
	background: #ffffff;
	color: #6a4f39;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #36312e;
	width: 125px;
	/*margin-top: 5px;*/
}

textarea {
	background: #e0e0e0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	border: 1px solid #36312e;
	margin-bottom:7px;
	width:200px;
}

/* pagination */
.navbarimg {
	margin-left: 3px;
	vertical-align: top;
}

.navBar {
	line-height: 18px;
	margin: 0px 0px 0px 0px;
	/*clear: both;*/
	height: 15px;
}

.navBar a {
	margin-left: 2px;
	margin-right: 2px;
}

.navBar .currentPage {
	margin-left: 2px;
	margin-right: 2px;
	font-size: 1.1em;
	font-weight: bold;
}

.navBar b {
	margin-left: 2px;
	margin-right: 2px;
}

.left_box {
	float: left;
}
.right_box {
	float: right;
}

.login_form{
	margin: 20px 0px 30px 0px;
}

.small_notes{
	font-size: 9px;
	color:#949494;
}
#short_search_form
{
	display: inline;
	padding-left: 95px;
}

#basket_details{
font-weight: bold;
}
