/* ================================================
 
Description: Nebuchadnezzar Wines
Author: Atelier Studios
Author URI: http://www.atelier-studios.com/
Date: April 2010

==================================================*/


/*------------------------------------------------

		1. Global Resets
		
		2. Typography
		
		3. Link Styles

		4. Main Navigation 

		5. Structure
		
		6. Inner Elements
			
		7. Lists 
		
		8. Form Elements 
		
		9. Various Tags & Classes 
						
		10. Headers
		
		11. Buttons
		
		12. Pagination


---------------------------------------------------

		COLOURS
			
		Text Light Blue 					#1c8aca
		
		Text Dark Blue		 				#194457


-------------------------------------------------*/


/*==================================================================================================


	1. Global Resets
 
 
 ====================================================================================================*/





html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:1em;
	font-family:inherit;
	vertical-align:baseline;
	/*border: 1px solid red;*/
	}
	
body { 
	line-height:1.5;
	}
	
html, body {
	height: 100%;
	}	

table { 
	border-collapse:separate; border-spacing:0; 
	}

caption, th, td { 
	text-align:left;font-weight:normal; 
	}

table, td, th { 
	vertical-align:middle; 
	}

blockquote:before, blockquote:after, q:before, q:after { 
	content:""; 
	}

blockquote, q { 
	quotes:"" ""; 
	}

a img { 
	border:none; 
	}


/* Reset all margins/padding */

* { 
	margin:0;
	padding:0;
	}

/* Gets rid of outlined links in Firefox */

a {
	outline: none;
	}


/* No boders on images and displays them as block level elements in IE6 */

img {
	border:0;
	padding: 0;
	margin: 0;
	display: block;
	}


/* IE PNG Fix http://www.twinhelix.com/css/iepngfix/ */
		
div#content h3.free_delivery a, div#content div.repeater h2.best_sellers, div#content h2.best_sellers, div#content div.repeater_divider h2.featured_wine, div#content h2.search_results, div#content h2.fine_wines, div#internal_padding div.news_padding div.latest_news_date, div#internal_padding div.search_result_container div.search_result_repeater div.latest_news_date, div#content h2.latest_news { behavior: url(/furniture/js/iepngfix.htc) }

/* Alternatively, you can specify that this will apply to all tags like so:
		   
		   * { behavior: url(/furniture/js/iepngfix.htc) }
*/




/*==================================================================================================


	2. Typography
 
 
 ====================================================================================================*/
 
body {
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	font-family:"Times New Roman", Times, serif;
	color: #666666;
	margin:0;
	padding:0;
	height: 100%;
	}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	font-family:Georgia, "Times New Roman", Times, serif;

	}

p {
	padding: 0 0 15px 0;
	font-size:12px;
	}
	
	div#header div#order_panel p, div#header div#order_panel div.order_buttons p {
	margin: 0;
	padding: 0;
	line-height: 5px;
	}
	
	div#header ul.signin_nav li a, div#header ul.signin_nav li {
	font-size: 9px;
	line-height: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	
	div#header div#order_panel div.order_summary p strong {
	font-size: 11px;
	line-height: 14px;
	margin: 0;
	padding: 0;
	color: #000000;
	float: left;
	font-weight: bold;
	}
	
	div#content div.product_wrapper_content p{
	/*float: left;*/
	}
	
div#content div.product_wrapper_content p.description {
    font-size:11px;
    height:50px;
    line-height:13px;
    padding:0;
    }
	
	div#content div.product_wrapper_content div.product_wrapper_price_info p.price {
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
	padding: 4px 0 3px 0;
	color: #840202;
	width: 88px;
	}
	
	div#content div.listview div.search_result_repeater_vintage p,
	div#content div.listview div.search_result_repeater_region p,
	div#content div.listview div.search_result_repeater_size p,
	div#content div.listview div.search_result_repeater_inventory p,
	div#content div.listview div.search_result_repeater_pricetype p,
	div#content div.listview div.search_result_repeater_price h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 0;
	margin: 0;
	float: left;
	color: #333333;
	}	
	
		div.listview div.search_result_repeater_vintage p strong {
		font-weight: normal;
		color: #333333;
		font-family: Arial, Helvetica, sans-serif;
		}
		
		div#content div.listview div.search_result_repeater_inventory p,
		div#content div.listview div.search_result_repeater_pricetype p {
		text-align: center;
		float: none;	
		}
	
	div#content div.product_wrapper_content div.product_wrapper_price_info p.quantity {
	font-size: 9px;
	line-height: 12px;
	padding: 0;
	color: #666666;
	text-transform: uppercase;
	width: 120px;
	}
	
	div#content div.product_wrapper_content p.price_per_bottle {
	font-size: 9px;
	line-height: 12px;
	padding: 0;
	color: #9b2929;
	text-transform: uppercase;
	}
	
	div#breadcrumb_holder p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#828282;
	padding:0 0 0 0;}
	
	div#testimonials p {
	font-size:14px;
	color:#b9250e;
	padding:0 0 10px 0;
	margin:0;
	font-weight:bold;}	
	
	table.checkout th, table.order_hisrtory th {
	color: #FFFFFF;
	font-weight: bold;
	}
	
	table.checkout td {
	
	}
	
	div#content p.search_items {
	padding: 2px 0 0 0;
	width:100px;
	background-color:#FFCC33;
	float:left;	}
	
	div#content div.search_result_repeater_price p, div#content div.product_repeater_price p {
	font-size: 11px;
	line-height: 11px;
	padding: 3px 0 0 0;
	margin: 0;
	color: #828282;
	font-family: Arial, Helvetica, sans-serif;	
	}
	
	div#content div.product_repeater_price p {
	text-align: right;	
	}
	
	div#content div.search_result_repeater_description p {
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px 0;	
	}
	div#content div.latest_news_excerpt p {
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px 0;	
	}
	
	div#content div.latest_news_story p {
	font-size: 12px;
	line-height: 18px;
	padding: 0 0 10px 0;	
	}
	
	div#footer p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 0 20px 0;
	color: #FFFFFF;
	}
	
	p.filter_text {
	font-size:15px;
	float:right;
	clear: both;
	text-align:right;
	width:125px;
	}
	
	.removefilter {
	font-size:13px;}
	
	p.quotes {
	font-style: italic;
	font-size:14px;
	color: #000000;
	}
	
	p.quotes_by {
	font-weight: bold;
	font-size:11px;
	text-align:right;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	color:#9F0707;
	border-bottom: 1px solid #999999;
	}
	
	div.image_captions_right p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding: 0;
	margin: 0;
	color: #333333;
	}

table td p, table th p {
	padding: 0;
	margin: 0;
	}

strong {
	font-weight:bold;
	color: #2e2e2e;
	}
	
	div#content p.search_items strong {
	color:#840202;	
	}
	
	div#content ul.search_result_category_list li strong {
	color:#840202;
	font-size: 13px;
	font-weight: bold;
	width: 60px;
	display: block;
	float: left;
	}
	
	div#content ul.product_category_list li strong {
	color:#840202;
	font-size: 12px;
	font-weight: bold;
	width: 80px;
	display: block;
	float: left;
	}
	

em {
	font-style:italic;
	display:inline;
	}


hr {
	border: 0;
	color: #cfd0d4;
	background-color: #cfd0d4;
	margin-bottom:10px;
	margin-top:5px;
	height: 1px;
	}

h1, h2, h3, h4, h5, h6 {
	font-family:"Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
	text-align: left;
	}

div#content h1 {
	font-size: 30px;
	line-height: 30px;
	font-weight:bold;
	color:#9f0707;
	padding:0 0 20px 0;
	margin:0;	
	}

div#content h2 {
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
	font-size: 26px;
	line-height: 26px;
	color: #3c0000;
	clear: both;
	}
	
	div#content div#internal_right_column h2 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
	}
	
	
div#content h3 {
	font-size: 20px;
	line-height: 20px;
	padding: 0 0 15px 0;
	color: #3c0000;
	}
	
	div#content div.product_wrapper_content h3 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #840202;
	float: left;
	height: 40px;
	width: 200px;
	}
	
	/*div#content div.product_wrapper_content h3 a {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #840202;
	float: left;
	}*/
	
	div#content div#internal_left_column h3 {
	font-size:20px;
	font-weight:normal;
	color:#380000;
	padding:0 0 5px 0;
	margin:0;
	}
	
	div#content div#purchase_options h3 {
	font-size:20px;
	color:#9f0707;
	padding:0 0 5px 0;
	margin:0;
	text-align: right;
	}
	
	div#content div.search_result_repeater_price h3 {
	font-size:16px;
	line-height: 16px;
	font-weight:bold;
	color:#840202;
	padding:0 0 5px 0;
	margin:0;
	}
	
	div#content div.product_repeater_price h3 {
	font-size:16px;
	line-height: 16px;
	font-weight:bold;
	color:#840202;
	padding:0 0 5px 0;
	margin:0;
	text-align: right;
	}
	
	div#content div.search_result_repeater_description h3 {
	font-size:18px;
	line-height: 18px;
	font-weight:bold;
	color:#840202;
	padding:0 0 7px 0;
	margin:0;
	}
	
		div#content div.listview div.search_result_repeater_description h3 {
		font-size:12px;
		line-height: 14px;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		color:#840202;
		padding: 0;
		margin: 0;
		}

div#content h4 {
	font-size: 18px;
	line-height: 18px;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #CCCCCC;
	}
	
	div#header div#order_panel div.order_summary h4 {
	font-size: 33px;
	line-height: 22px;
	padding: 3px 0 15px 0;
	margin: 0;
	color: #a00906;
	font-weight: bold;
	float: left;
	border-bottom: none;
	}
	
	div#testimonials h4 {
	padding:0 0 10px 0;
	margin:0;
	font-size:18px;
	line-height: 18px;
	color:#380000;
	text-align: right;
	border-bottom: none;
	}

div#content h5 {
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 15px 0;
	color: #3c0000;
	}
	
	div#content h5.basket_total_price {
	font-size: 22px;
	font-weight: bold;
	line-height: 18px;
	padding: 0;
	color: #CC0000;
	text-align: right;
	}

div#content h6 {
	font-size: 14px;
	line-height: 14px;
	padding: 0 0 15px 0;
	}

/*==================================================================================================


	3. Link Styles 
 
 
 ====================================================================================================*/


a {
	color: #3c0000;
	text-decoration: none;
	}

	a:hover {
	color: #3c0000;
	text-decoration: underline;
	}
	
div#content div.listview div.search_result_repeater_description h3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	}
	
	div#content div.listview div.search_result_repeater_description h3 a:hover {
	color: #333333;
	text-decoration: underline;
	}
	

ul.signin_nav li a {
	color: #999999;
	text-decoration: none;
	}

	ul.signin_nav li a:hover {
	color: #999999;
	text-decoration: underline;
	}
	
	
div#sidebar ul li a {
	color: #9c8080;
	text-decoration: none;
	}

	div#sidebar ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	div#sidebar ul li a.more_link {
	color: #CC0000;
	text-decoration: none;
	}

	div#sidebar ul li a.more_link:hover {
	color: #CC0000;
	text-decoration: underline;
	}
	
	div#sidebar ul li a.all_link {
	color: #CC0000;
	text-decoration: none;
	}

	div#sidebar ul li a.all_link:hover {
	color: #CC0000;
	text-decoration: underline;
	}

	div#breadcrumb_holder a:link {
	font-family:Arial, Helvetica, sans-serif;
	color:#ec261d;
	text-decoration:underline;
	}
	
	.more_info_link {
	color:#9f0701;
	text-decoration:underline;
	}
	
	
ul.pagination-digg li a {
	color:#3f0000;
	text-decoration:none;	
	}

	ul.pagination-digg li.next a, ul.pagination-digg li.previous a {
	font-weight:bold;
	}	


div#footer ul li a {
	color: #9b5d5d;
	text-decoration: none;
	}

	div#footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
	}
div#footer .footer_feature p {
	font-family:Arial,Helvetica,Verdana,sans-serif;
	font-size:11px;
	color: #ad7777;
	line-height: 14px;
	float: left;
	width: 305px;
	}

/*==================================================================================================


	4. Main Navigation 

	
==================================================================================================*/


ul.flags {
	padding: 12px 0 0 3px;
	float: left;
	list-style-type:none;
	text-align:left;
	}

	ul.flags li {
	float: left;
	margin: 0;
	padding: 0 4px 0 0;
	}	

/* End FLAGS */

ul.signin_nav {
	padding: 12px 0 0 0;
	width: 235px;
	float: right;
	list-style-type:none;
	text-align: right;
	}

	ul.signin_nav li {
	float: right;
	margin: 0;
	padding: 0 0 0 6px;
	}
	
	ul.signin_nav li.divider {
	border-right: solid 1px #1e4a5f;
	padding: 0 6px 0 0;
	}		
	

/* End Top Nav */


div.navigation_container {
	float: left;
	clear: both;
	width: 1000px;
	height: 33px;
	margin: 0;
	padding:0;
	position: relative;
	z-index: 3000;
	}

div.jqueryslidemenu {
	float: left;
	clear: both;
	width: 1000px;
	height: 33px;
	margin: 0;
	padding:0;
	position: relative;
	z-index: 50;
	/*background: #FF0000;*/
	}		
		
div.jqueryslidemenu ul#navigation {
	float: left;
	width: 1000px;
	height: 33px;
	margin: 0;
	padding:0;
	/*background: #FF0000;*/
	list-style: none;
	position: relative;
	z-index: 60;
	}	

	div.jqueryslidemenu ul#navigation li {
	position: relative;
	display: inline;
	float: left;
	z-index: 150;
	padding: 0;
	margin:0;
	}
	


/*----------------GENERIC STYLES FOR ALL TOP BUTTONS -----------------------*/	
	
	div.jqueryslidemenu ul#navigation li a.nav_home,
	div.jqueryslidemenu ul#navigation li a.nav_new_arrivals,
	div.jqueryslidemenu ul#navigation li a.nav_latest_news,
	div.jqueryslidemenu ul#navigation li a.nav_buy_wine,
	div.jqueryslidemenu ul#navigation li a.nav_investors,
	div.jqueryslidemenu ul#navigation li a.nav_collectors,
	div.jqueryslidemenu ul#navigation li a.nav_about,
	div.jqueryslidemenu ul#navigation li a.nav_contacts {
	margin: 0;
	padding: 0;
	float: left;
	height: 33px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer;	
	}

		
/*----------------GENERIC STYLES FOR ALL TOP BUTTONS -----------------------*/		
	

div.jqueryslidemenu ul#navigation li a.nav_home {
	background: url(/furniture/images/navigation/nav_home.jpg) no-repeat 0 0;
	width: 112px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_home:hover, div.jqueryslidemenu ul#navigation li.current a.nav_home {
	background: url(/furniture/images/navigation/nav_home.jpg) no-repeat 0 -44px;
	}

div.jqueryslidemenu ul#navigation li a.nav_new_arrivals {
	background: url(/furniture/images/navigation/nav_new_arrivals.jpg) no-repeat 0 0;
	width: 140px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_new_arrivals:hover, div.jqueryslidemenu ul#navigation li.current a.nav_new_arrivals {
	background: url(/furniture/images/navigation/nav_new_arrivals.jpg) no-repeat 0 -44px;
	}
	
div.jqueryslidemenu ul#navigation li a.nav_latest_news {
	background: url(/furniture/images/navigation/nav_latest_news.jpg) no-repeat 0 0;
	width: 158px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_latest_news:hover, div.jqueryslidemenu ul#navigation li.current a.nav_latest_news {
	background: url(/furniture/images/navigation/nav_latest_news.jpg) no-repeat 0 -44px;
	}	

div.jqueryslidemenu ul#navigation li a.nav_buy_wine {
	background: url(/furniture/images/navigation/nav_buy_wine.jpg) no-repeat 0 0;
	width: 138px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_buy_wine:hover, div.jqueryslidemenu ul#navigation li.current a.nav_buy_wine {
	background: url(/furniture/images/navigation/nav_buy_wine.jpg) no-repeat 0 -44px;
	}

	
div.jqueryslidemenu ul#navigation li a.nav_investors {
	background: url(/furniture/images/navigation/nav_investors.jpg) no-repeat 0 0;
	width: 143px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_investors:hover, div.jqueryslidemenu ul#navigation li.current a.nav_investors {
	background: url(/furniture/images/navigation/nav_investors.jpg) no-repeat 0 -44px;
	}		

	
div.jqueryslidemenu ul#navigation li a.nav_collectors {
	background: url(/furniture/images/navigation/nav_collections.jpg) no-repeat 0 0;
	width: 157px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_collectors:hover, div.jqueryslidemenu ul#navigation li.current a.nav_collectors {
	background: url(/furniture/images/navigation/nav_collections.jpg) no-repeat 0 -44px;
	}	
	

	
div.jqueryslidemenu ul#navigation li a.nav_about {
	background: url(/furniture/images/navigation/nav_about_us.jpg) no-repeat 0 0;
	width: 138px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_about:hover, div.jqueryslidemenu ul#navigation li.current a.nav_about {
	background: url(/furniture/images/navigation/nav_about_us.jpg) no-repeat 0 -44px;
	}	
	
div.jqueryslidemenu ul#navigation li a.nav_contacts {
	background: url(/furniture/images/navigation/nav_contact.jpg) no-repeat 0 0;
	width: 154px;
	}
	
	div.jqueryslidemenu ul#navigation li a.nav_contacts:hover, div.jqueryslidemenu ul#navigation li.current a.nav_contacts {
	background: url(/furniture/images/navigation/nav_contact.jpg) no-repeat 0 -44px;
	}	



/*=================================================
	
	STYLES FOR JQUERY DROP DOWN MENU
	
=================================================*/


/*Top level menu link items style*/

div.jqueryslidemenu ul#navigation li a {
	display: block;
	background: #770303; /*background of tabs (default state)*/
	color: #FFFFFF;
	border-top-width: 0px;
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
	text-align: left;
	}

* html div.jqueryslidemenu ul#navigation li a { /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	border-top-width: 0px;
	font-size: 11px;
	line-height: 17px;
	text-align: left;
	}

	
/*1st sub level menu*/
div.jqueryslidemenu ul#navigation li ul { 
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	z-index: 200;
	padding: 0 0 0 2px;
	margin: 0;
	list-style: none;
	font-size: 11px;
	line-height: 11px;
	width: auto;
	}


/*Sub level menu list items (undo style from Top level List Items)*/
div.jqueryslidemenu ul#navigation li ul li {
	display: list-item;
	float: none;
	padding: 0;
	margin: 0;
	width: auto;
	}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
div.jqueryslidemenu ul#navigation li ul li ul {
	top: 0;
	padding: 0 0 0 2px;
	margin: 0;
	width: auto;
	}

/* Sub level menu links style */
	div.jqueryslidemenu ul#navigation li ul li a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align: left;
	padding: 8px 10px;
	margin: 0;
	width: 117px; /*width of sub menus*/
	border-top-width: 0px;
	border-left: none;
	border-bottom: 1px solid #360000;
	}

	div.jqueryslidemenu ul#navigation li ul li a:hover { /*sub menus hover style*/
	background: #360000;
	color: #FFFFFF;
	}

/* ######### CSS classes applied to down and right arrow images  ######### */

a img.downarrowclass{
	display: none;
	position: absolute;
	top: 12px;
	right: 7px;
	}

a img.rightarrowclass {
	position: absolute;
	top: 12px;
	right: 10px;
	display: none;
	}

/* ----------------- End Drop Down Nav -------------------- */





































































/*==================================================================================================


	5. Structure 
	
 
==================================================================================================*/



body {
	margin:0;
	padding:0;
	background: url(/furniture/images/backgrounds/bg_tile.gif) repeat 0 0;
	height: 100%;
	}	

div#page_top_bg {
	height: 100%;
	width: 100%;
	background: url(/furniture/images/backgrounds/bg_top_repeater.gif) repeat-x 0 0;
	}

div#page_center {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	}
	
div#page_cotainer {
	float: left;
	position:relative;
	width: 1000px;
	/*background-color: #FF0000;*/
	padding: 0 0 30px 0;
	}

div#header {
	width: 1000px;
	height: 141px;
	float:left;
	/*background-color: #FFCC33;*/
	}

div#content_container {
	float: left;
	clear: both;
	position:relative;
	width: 984px;
	padding: 8px;
	margin: 20px 0 0 0;
	background: url(/furniture/images/backgrounds/bg_darker_tile.gif) repeat 0 0;
	z-index: 9;
	}
	
div.sidebar_bg {
	float: left;
	width: 985px;
	background-color:#FF0066;
	background: url(/furniture/images/backgrounds/bg_sidebar.gif) repeat-y -16px 0;
	}

div#sidebar {
	width: 189px;
	float:left;
	position:relative;
	padding: 0 10px 72px 0;
	background: url(/furniture/images/backgrounds/bg_sidebar_bottom.gif) no-repeat 5px bottom;
	/*background-color: #00FF00;*/
	position:relative;
	z-index:3000;
	}

div.internal_page, div.internal_page_image, div.internal_page_sidebar, div.homepage {
	float:left;
	position:relative;
	width: 785px;
	}
	
/*--------------- INTERNAL PAGE WITH IMAGE BACKGROUND --------------*/
	
/*div#content {
	position:absolute;
	top:10px;
	left:30px;
	z-index:999;}*/
	
body.nezzartopic div.internal_page div#content {
	float:left;
	width: 785px;
	background: url(/furniture/images/backgrounds/bg_subpage_content.jpg) #FFFFFF no-repeat 0 0;
	}
	
/*--------------- INTERNAL PAGE WITH RIGHT SIDEBAR BACKGROUND --------------*/
	
	
	div.internal_page_sidebar div#content {
	float:left;
	width: 785px;
	background: url(/furniture/images/backgrounds/bg_internal_sidebar_repeat.gif) #FFFFFF repeat-y 0 0;
	}
	
	div.internal_page_sidebar div#content div.content_top_paper {
	float:left;
	width: 785px;	
	background: url(/furniture/images/backgrounds/bg_content_sidebar.jpg) no-repeat 0 0;
	}
	
/*--------------- HOMEPAGE BACKGROUND --------------*/
	
	div.homepage div#content {
	float:left;
	width: 785px;
	position: relative;
	background: url(/furniture/images/backgrounds/bg_homepage_content.jpg) #FFFFFF no-repeat 0 0;
	}
	
/*--------------- INTERNAL PAGE BACKGROUND --------------*/
	
	div.internal_page div#content {
	float:left;
	width: 785px;
	position: relative;
	background: url(/furniture/images/backgrounds/bg_content.jpg) no-repeat #FFFFFF 0 0;
	}


div#footer_container {
	float: left;
	clear: both;
	width: 984px;
	padding: 8px;
	margin: 20px 0 0 0;
	background: url(/furniture/images/backgrounds/bg_darker_tile.gif) repeat 0 0;
	/*background-color: #FF6600;*/
	}
	
	
/*--------------- Footer Bottom - starts --------------*/
div#footer_bottom {
	float: left;
	clear: both;
	width: 984px;
	padding: 8px;
	margin: 0;
	/*background-color: red;*/
	}
	div#footer_bottom p, 
	div#footer_bottom p a{
	color:#d28383;
	font-size:11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	div#footer_bottom p.back_to_top{
	float:right;
	padding:0 10px 0 0;
	background: url(/furniture/images/buttons/arrow_up.gif) transparent no-repeat right center;
	}
/*--------------- Footer Bottom - ends --------------*/


div#footer {
	float: left;
	width: 950px;
	padding: 33px 0 18px 34px;
	background: url(/furniture/images/backgrounds/bg_footer_fullwidth.gif) #530000 no-repeat right top;
	/*background-color: #FF6600;*/
	}

div#breadcrumb_holder{
	float:left;
	width:720px;
	margin-top:55px;
	padding:0 0 0 30px;}
	
div#internal_padding {
	float:left;
	width:752px;
	padding:20px 0 20px 18px;}
	
	
div#internal_left_column {
	width:508px;
	line-height:20px;
	float:left;
	padding:0 18px 0 0;}
	
	
div#internal_right_column {
	width:214px;
	float:left;
	padding:0 10px 0 0;
	text-align:right;
	}
	
	div#internal_right_column_padding {
	width:198px;
	float:left;
	padding: 10px 10px 0 15px;
	text-align: left;
	}
		
div.banner_slides {
	float:left;
	width: 445px;
	height: 141px;
	overflow: hidden;
	background:  #000000;
	}
	

/*==================================================================================================
	
	
	6. Inner Elements


==================================================================================================*/


div#header div#order_panel { 
	float: left;
	background: url(/furniture/images/backgrounds/bg_order.jpg) no-repeat right top;
	width: 308px;
	height: 141px;
	padding: 0 0 0 41px;
	position: relative;
	}
	
	div#header div#order_panel div.order_summary {
	float: left;
	clear: both;
	width: 180px;
	padding: 22px 0 0 25px;
	}
	
	div#header div#order_panel div.order_buttons {
	float: left;
	width: 100px;
	padding: 25px 0 0 0;
	}
	
	
/*------------------ HOMEPAGE JQUERY AD BANNER ROTATOR ----------------------*/ 	
	
	
div#content_container div#content div#ad_banners_conatainer {
	float: left;
	width: 753px;
	height: 262px;
	padding: 58px 0 0 16px;
	}	
	
	div#content_container div#content div#ad_banners {
	float: left;
	width: 753px;
	height: 262px;
	overflow: hidden;
	display: block;	
	}
	
div#content_container div#content div#flash_container {
	float: left;
	width: 753px;
	height: 215px;
	padding: 90px 0 0 24px;
	}	
	
	
	
/*------------------ HOMEPAGE JQUERY AD BANNER ROTATOR ----------------------*/ 	
	

div.repeater, div.repeater_divider {
	float: left;
	clear: both;
	width: 761px;
	padding: 14px 0 10px 24px;
	}

/*div.repeater, div.repeater_divider {
	float: left;
	clear: both;
	width: 737px;
	padding: 20px 24px 10px 24px;
	}*/

div.repeater_divider {
	border-top: 3px solid #FFFFFF;
	}
	
div#content div.product_wrapper_first, div#content div.repeater div.product_wrapper {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;    
    float:left;
    margin:0 11px 10px 0;
    padding:20px 15px;
    width:207px;
    height:200px;
	overflow: hidden;
    }
	
	/*div.product_wrapper_first, div.product_wrapper {
    background-color:#FFFFFF;
    border:1px solid #CCCCCC;
    clear:both;
    float:left;
    margin:0 0 10px 0;
    padding:20px 15px 20px 15px;
    width:207px;
    height:155px;
    }*/
	
	div.product_wrapper {
	clear: none;
	margin: 0 0 10px 10px;
	}
	
	div#content div.product_wrapper_content {
    float:left;
    width:210px;
	height: 200px;
    }
	
/*div#content div.product_wrapper_content {
    float:left;
    height:150px;
    width:135px;
    position: relative;
    }*/
	
div.homepage_price_container {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width:135px;
    }
	
div#grower_description {
    float:left;
    margin-bottom: 20px;
	width:500px;
}


div.promo_wrapper_first, div.promo_wrapper {
	float: left;
	clear: both;
	width: 237px;
	padding: 0;
	margin: 0 0 10px 0;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	}
	
	div#content div.product_wrapper_content div.product_wrapper_image {
	float:left;
	display:block;
	text-align:center;
	background-color:#FFFFFF;
	width:110px;
	height:100px;
	overflow: hidden;
	}

	
	div#content div.product_wrapper_content div.product_wrapper_text {
	float:right;
	background-color:#FFFFFF;
	width:100px;
	height:100px;}
	
	div#content div.product_wrapper_content div.product_wrapper_text p {
	font-size:11px;
	line-height:14px;}
	
	div#content div.product_wrapper_content div.product_wrapper_price_info {
	float:left;
	margin-top:5px;
	width:206px;
	padding-top:5px;
	position:relative;
	border-top:1px solid #c7c7c7;}
	
	div#content div.product_wrapper_content div.product_wrapper_price_info p {
	line-height:14px;}
	
	div.promo_wrapper {
	clear: none;
	margin: 0 0 10px 10px;
	}



/*-------------------------- TOP BLACK BOX - START ------------------------*/
div#sidebar div.top_black_box {
	float: left;
	width: 159px;
	padding: 15px;
	background-color: #0e0e0e;
	border-bottom: 1px solid #4c1a1a;
	position:relative;
	z-index:3000;
	}
div#sidebar div.top_black_box div.search_predictions_parent {
	/*border: 1px solid red;*/
	float:left;
	position:relative;
	top:0;
	left:-8px;
	z-index:4000;
	margin-top:4px;
	clear:both;
	}
div#sidebar div.top_black_box div.search_predictions_parent ul {
	border-bottom: 8px solid #000000;
	border-left: 8px solid #000000;
	border-right: 8px solid #000000;
	background: #fff url(/furniture/images/sitewide/arrow.gif) no-repeat 0 0;
	float:left;
	position:absolute;
	top:0;
	left:0;
	width:202px;
	padding:20px;
	height:260px;
	z-index:4000;
	}
div#sidebar div.top_black_box div.search_predictions_parent ul li {
	position:relative;
	top:0;
	left:0;
	text-align:left;
	z-index:4000;
	}
div#sidebar div.top_black_box div.search_predictions_parent ul li a{
	position:relative;
	top:0;
	left:0;
	z-index:4000;
	color: #666666;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
	
	div#sidebar div.top_black_box div.search_predictions_parent ul li a:hover {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	}
	
/*-------------------------- TOP BLACK BOX - END ------------------------*/



div#sidebar div.repeat_divider {
	float: left;
	clear: both;
	width: 139px;
	padding: 20px 25px;
	background: url(/furniture/images/sitewide/sidebar_hr.gif) no-repeat center bottom;
	}
	
div#sidebar div.repeat_divider ul.target {
    overflow:hidden;
    }

div#footer div.footer_heading {
	float: left;
	width: 916px;
	}

div.pagination_holder {
	float:right;
	width: 480px;
	}

/*-------------------------- SWITCH VIEW BUTTONS ------------------------*/

div.viewtype {
	float: left;
	width: 270px;
	padding: 0 0 10px 0;
	}
	
	div.viewtype p {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #840202;
	font-weight: bold;
	}
	
	div.viewtype p.view_title {
	float: left;
	margin: 0;
	padding: 2px 5px 0 0;
	font-size: 12px;
	color: #840202;
	font-weight: bold;
	}
	
div.viewtype p a {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	padding: 5px 0 0 45px;
	color: 3f0000;
	text-decoration: none;
	display: block;
	overflow: hidden;
	border: none;
	cursor: pointer;
	}
	
	div.detailedview p a.list_view_link {
	width: 30px;
	height: 18px;
	background: url(/furniture/images/buttons/button_list_view.gif) no-repeat 0 -30px;
	}
	
		div.listview p a.list_view_link {
		width: 30px;
		height: 18px;
		background: url(/furniture/images/buttons/button_list_view.gif) no-repeat 0 0;
		}	
		
	div.listview p a.detailed_view_link {
	width: 50px;
	height: 18px;
	background: url(/furniture/images/buttons/button_detailed_view.gif) no-repeat 0 -30px;
	}
		
		div.detailedview p a.detailed_view_link {
		width: 50px;
		height: 18px;
		background: url(/furniture/images/buttons/button_detailed_view.gif) no-repeat 0 0;
		}


/*-------------------------- SEARCH RESULTS DETAILED VIEW ------------------------*/


div.search_result_container {
	float:left;
	width:750px;
	margin: 0 0 20px 0;
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	background-color:#FFFFFF;
	}

div#content ul.search_result_header {
	float:left;
	width:750px;
	padding: 0 0 5px 0;
	margin: 0;
	list-style: none;
	}
	
	div#content ul.search_result_header li {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	padding: 7px 0 7px 15px;
	margin: 0 5px 0 0;
	background-color: #cdcdcd;
	border: 1px solid #afafaf;
	}
	
	div#content ul.search_result_header li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2f2f2f;
	display:block;
	float: left;
	}
	
	
	div#content ul.search_result_header li.sortby_price_asc, div#content ul.search_result_header li.sortby_price_desc
 {
	margin: 0;
	width: 260px;
	}	
	
	
	div#content ul.search_result_header li.sortby_vintage_desc a {
	width: 90px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat  60px -26px;
	}
	
		div#content ul.search_result_header li.sortby_vintage_asc a {
		width: 90px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat  60px 4px;
		}
	
	div#content ul.search_result_header li.sortby_wine_name_desc a {
	width: 339px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat  80px -26px;
	}
	
		div#content ul.search_result_header li.sortby_wine_name_asc a {
		width: 339px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat  80px 4px;
		}	
		
	div#content ul.search_result_header li.sortby_price_desc a {
	width: 70px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat  45px -26px;
	}
	
		div#content ul.search_result_header li.sortby_price_asc a {
		width: 70px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat  45px 4px;
		}		
	

/*============================ LIST VIEW =================================*/	
	

	div#content ul.list li {
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		color: #666666;
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 11px;
		padding: 7px 0 7px 10px;
		margin: 0 5px 0 0;
		background-color: #cdcdcd;
		border: 1px solid #afafaf;
		}


	div#content ul.list li a {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		text-transform: none !important;
		color: #2f2f2f;
		display:block;
		float: left;
		}	
		
	div#content ul.list li.sortby_vintage_desc a {
	width: 70px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 50px -26px;
	}
	
		div#content ul.list li.sortby_vintage_asc a {
		width: 70px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 50px 4px;
		}
	
	div#content ul.list li.sortby_wine_name_desc a {
	width: 190px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 80px -26px;
	}
	
		div#content ul.list li.sortby_wine_name_asc a {
		width: 190px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 80px 4px;
		}	
		
	div#content ul.list li.sortby_wine_region_desc a {
	width: 80px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 50px -26px;
	}
	
		div#content ul.list li.sortby_wine_region_asc a {
		width: 80px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 50px 4px;
		}		
		
	div#content ul.list li.sortby_wine_size_desc a {
	width: 43px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 25px -26px;
	}
	
		div#content ul.list li.sortby_wine_size_asc a {
		width: 43px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 25px 4px;
		}	
		
	div#content ul.list li.sortby_wine_inventory_desc a {
	width: 43px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 25px -26px;
	}
	
		div#content ul.list li.sortby_wine_inventory_asc a {
		width: 43px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 25px 4px;
		}	
		
	div#content ul.list li.sortby_wine_pricetype_desc a {
	width: 60px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 43px -26px;
	}
	
		div#content ul.list li.sortby_wine_pricetype_asc a {
		width: 60px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 43px 4px;
		}		
										
	div#content ul.list li.sortby_price_desc a {
	width: 70px;
	background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 45px -26px;
	}
	
		div#content ul.list li.sortby_price_asc a {
		width: 70px;
		background: url(/furniture/images/buttons/arrows_search_filter.gif) no-repeat 45px 4px;
		}	
		
		
	div#content ul.list li.sortby_price_asc, 
	div#content ul.list li.sortby_price_desc {
	margin: 0;
	width: 150px;
	}		
					
		
			
/*============================ LIST VIEW =================================*/	
	
	
	
	
	
div.search_similar_repeater {
	float:left;
	width: 478px;
	padding:15px;
	border-bottom:1px solid #d7d7d7;
	}
	
div.search_result_repeater {
	float:left;
	width: 718px;
	padding:15px;
	border-bottom:1px solid #d7d7d7;
	}
	
	div.listview div.search_result_repeater {
	float:left;
	width: 733px;
	padding: 12px 0 6px 15px;
	border-bottom:1px solid #d7d7d7;
	}
	
	
div.news_padding {
	float:left;
	width: 718px;
	padding: 40px 15px 15px 15px;
	border-bottom:1px solid #d7d7d7;
	}	

	div.search_result_repeater_vintage {
	float:left;
	width:105px;
	padding: 0 0 0 5px;
	}
	
	div.listview div.search_result_repeater_vintage {
	float:left;
	width:75px;
	padding: 0;
	}
	
	div#internal_padding div.news_padding div.latest_news_date, div#internal_padding div.search_result_container div.search_result_repeater div.latest_news_date {
	float:left;
	background: url(/furniture/images/backgrounds/date_stamp.png) no-repeat 0 0;
	width: 83px;
	height: 70px;
	}
	
	div.latest_news_date p {
	color: #FFFFFF;
	text-align: center;	
	}
	
	div.latest_news_date p.month {
	padding: 4px 0 0 0;
	font-weight: bold;
	font-size: 14px;
	}
	
	div.latest_news_date p.date {
	padding: 14px 0 0 0;
	font-weight: bold;
	font-size: 26px;
	}
	
	div.search_result_repeater_description {
	float:left;
	width:355px;
	padding: 0 10px 0 0;
	}
	
		div.listview div.search_result_repeater_description {
		float:left;
		width: 196px;
		padding: 0 10px 0 0;
		}
	
	div.listview div.search_result_repeater_region {
	float:left;
	width: 90px;
	padding: 0 10px 0 0;
	}
	
	div.listview div.search_result_repeater_size {
	float:left;
	width: 47px;
	padding: 0 10px 0 0;
	}
	
	div.listview div.search_result_repeater_inventory {
	float:left;
	width: 55px;
	padding: 0 0 0 0;
	}	
	
	div.listview div.search_result_repeater_pricetype {
	float:left;
	width: 85px;
	padding: 0 0 0 0;
	}	
	
	div.latest_news_excerpt {
	float:left;
	width: 600px;
	padding: 0 10px 0 15px;
	}
	
	div#internal_padding div.news_padding div.latest_news_story {
	float:left;
	width: 560px;
	padding: 20px 25px;
	margin: 0 0 0 15px;
	background: #FFFFFF;
	}
	
	div#prev_next_news {
	float:left;
	clear: both;
	width: 718px;
	padding: 10px 0 10px 0;
	margin: 20px 0 10px 0;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	}	
	
	div#prev_next_news ul#PrevNews {
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
		div#prev_next_news ul#PrevNews li {
		margin: 0;
		padding: 0 0 0 15px;
		text-align: left;
		background: url(/furniture/images/sitewide/bullet_news_prev.gif) no-repeat 0 5px;
		}
	
	div#prev_next_news ul#NextNews {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
		div#prev_next_news ul#NextNews li {
		margin: 0;
		padding: 0 15px 0 0;
		text-align: right;
		background: url(/furniture/images/sitewide/bullet_news_next.gif) no-repeat right 5px;
		}
	
	div.latest_news_story img {
	float: right;
	display: block;
	margin: 0 0 10px 15px;
	}

	/*div.search_result_price_container {
	float:left;
	width: 243px;
	padding: 0 0 20px 0;
	}*/
	
	div.search_result_price_container {
	clear:right;
	float:right;
	padding:0 0 20px;
	width:243px;
	}

		div.listview div.search_result_price_container_list {
		float:left;
		clear: none;
		width: 155px;
		padding: 0;
		}	
		
		div.listview div.search_result_price_container {
		float:left;
		clear: both;
		clear: none;
		width: 155px;
		padding: 0 0 7px 0;
		}			
	
	div.search_result_repeater_price {
	float:left;
	width:105px;
	}
	
		div.listview div.search_result_repeater_price {
		float:left;
		width: 64px;
		}
	
	div.product_repeater_price{
	float:right;
	clear: both;
	width:210px;
	}
	
	div.search_result_repeater_buttons {
	float:left;
	text-align:right;
	width:138px;
	padding: 5px 0 0 0;
	}
		
		div.listview div.search_result_repeater_buttons {
		float: left;
		text-align: right;
		width: 80px;
		padding: 0;
		}
		
		div.listview div.search_result_repeater_buttons a {
		float: right;
		text-align: right;
		margin: 0;
		padding: 0;
		}
		
	div.product_repeater_buttons {
	float: right;
	clear: both;
	text-align:right;
	width:130px;
	padding: 5px 0 15px 0;
	}
	
#product_image_holder {
	float:right;
	width:168px;
	border:8px solid #FFFFFF;
	margin-bottom:20px;
	background: #FFFFFF;	
	}
	
	a.label_thumb {
	float: left;
	clear: both;
		}
		
	div#product_image_holder img {
	display: block;
	margin: 0 auto;
	border: none;
	padding: 0;	
	}	
		
div#purchase_options {
	float:right;
	}
	
div#testimonials {
	float:right;
	text-align:right;
	background-image:url(/furniture/images/backgrounds/top_quote.gif);
	background-repeat:no-repeat;
	width:209px;
	padding:10px 0 0 0;}

.testimonials_bottom_quote {
	background-image:url(/furniture/images/backgrounds/bottom_quote.gif);
	width:209px;
	height:21px;}


div.basket_totals {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 448px;
	padding: 20px 30px;
	}

div.two_column_left {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 320px;
	padding: 25px 20px;
	margin: 0 20px 0 0;
	}

div.two_column_right {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	width: 320px;
	padding: 25px 20px;
	}
	

div.address_container {
	float: left;
	width: 566px;
	padding: 200px;
	}

div#payment_logos {
	float:left;
	width:150px;
	position:relative;}

div.signup_form 
{
	width:150px;
}
	
	
/*========== Footer Feature ==============*/
	
div.footer_feature
{
	float:left;
	padding-left:24px;
	width:335px;
	display:inline;
	/*background-color:pink;*/
}
	
	
	
	
/*==================================================================================================
	
	
	7. Lists 


==================================================================================================*/



div#content ul {
	margin: 0;
	padding: 0 0 20px 15px;
	list-style-type: square;
	}

	div#content ul li {
	padding: 2px 0 0 5px;
	font-size:12px;
	margin: 0 ;
	text-align: left;
	}

div#content ul.address_book {
	margin: 0;
	padding: 0 0 10px 15px;
	list-style-type: none;
	}

	div#content ul.address_book li {
	padding: 2px 0 0 5px;
	margin: 0 ;
	text-align: left;
	}	

div#content ol {
	margin: 0;
	padding: 0 0 20px 15px;
	}

	div#content ol li {
	padding: 2px 0 0 5px;
	margin: 0 ;
	text-align: left;
	}

div#content ul.tick_list {
	font-size: 14px;
	font-weight: bold;
	color:#333333;
	margin: 0;
	padding: 0 0 20px 5px;
	list-style-type: none;
	}

	div#content ul.tick_list li {
	padding: 7px 0 7px 30px;
	margin: 0 ;
	text-align: left;
	background: url(/furniture/images/sitewide/bullet_tick.gif) no-repeat 0 5px;
	}
	
div#content div.validationSummary ul {
	color:#CC0000;
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding: 10px 0 0 15px;
	list-style: square;
	}
	
	div#content div.validationSummary ul li {
	margin:0;
	padding: 5px 0 2px 10px;
	}
	
div#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type:none;
	float: left;
	clear: both;
	width: 139px;
	font-size: 11px;
	}

div#sidebar ul li {
	padding: 2px 0 0 0;
	margin: 0 ;
	text-align: right;
	}

div#sidebar ul.filter_list {
	margin: 0;
	padding: 0;
	list-style-type:none;
	float: right;
	clear: both;
	width: 125px;
	font-size: 11px;
	}

div#sidebar ul.filter_list li {
	padding: 2px 0 0 0;
	margin: 0 ;
	text-align: right;
	}

div#footer ul.footer_list {
	margin: 0 40px 0 0;
	padding: 0;
	list-style-type:none;
	float: left;
	width: 155px;
	}

	div#footer ul.footer_list li, div#footer ul.footer_list_end li {
	padding: 4px 0 4px 4px;
	margin: 0 ;
	border-top: 1px solid #410000;
	font-size: 11px;
	}
	
	div#footer ul.footer_list li:hover, div#footer ul.footer_list_end li:hover {
	background-color: #5e0202;
	cursor: pointer;
	}

div#footer ul.footer_list_end {
	margin: 0;
	padding: 0;
	list-style-type:none;
	float: left;
	width: 190px;
	}

	
div#content ul.search_result_category_list {
	list-style-type:none;
	padding:0 0 5px 0;
	margin:0;
	}

	div#content ul.search_result_category_list li {
	padding:0 0 1px 0;
	margin:0;
	font-size: 13px;
	color: #333333;
	}
	
	div#content ul.search_result_category_list li span {

	}
	
div#content ul.product_category_list {
	list-style-type:none;
	padding:0;
	width:508px;
	float:left;
	margin:0 0 20px 0;
	}

	div#content ul.product_category_list li {
	list-style-type:none;
	width:254px;
	float:left;
	color: #333333;
	font-size:12px;
	padding:0 0 5px 0;
	margin:0;
	}
	
	div#content ul.product_category_list li span {
	}


#sidebar ul.filter_list li a {
	float:right;
	/*background-image:url(../images/buttons/icon_cross.gif);
	background-repeat:no-repeat;*/
	background-position:0px 3px;
	width:139px;
	}



/*==================================================================================================


	8. TABLES

 
 ====================================================================================================*/


table.checkout_buttons {
	width: 508px;
	margin: 5px 0;
	float: left;
	clear: both;
	}
	
table.checkout {
	width: 508px;
	margin: 20px 0;
	background: #FFFFFF;
	float: left;
	clear: both;
	}

table.order_hisrtory {
	width: 566px;
	margin: 20px 0;
	}

table.sidebar_totals {
	width: 199px;
	}

	table.checkout th, table.order_hisrtory th {
	padding: 10px 0 10px 15px;
	background-color: #999999;
	}
	
	table.checkout td, table.order_hisrtory td, table.checkout_buttons td {
	padding: 10px 0 10px 15px;
	}
	
	table.checkout tr.background td {
	background-color: #eee;
	}
	
	table.checkout tr.border td {
	border-top: 1px solid  #CCCCCC;
	border-bottom: 1px solid  #CCCCCC;
	}
	
	table.checkout td.align_right, table.checkout th.align_right {
	text-align: right;
	padding: 10px 15px 10px 0;
	}
	
	
table.sidebar_totals {
	width: 199px;
	font-size:13px;
	}	
	
	table.sidebar_totals th {
	padding: 4px 0 4px 10px;
	background-color: #fff;
	}
	
	table.sidebar_totals td {
	padding: 4px 0 4px 10px;
	border-top: 1px solid  #fff;
	}
	
	table.checkout tr.background td {
	background-color: #eee;
	}
	
	table.sidebar_totals td.align_right, table.sidebar_totals th.align_right {
	text-align: right;
	padding: 4px 10px 4px 0;
	}
	
table.duty_table {
	background-color:#CCCCCC;
	border:2px solid #AFAFAF;}
	
	table.duty_table td {
	border-bottom:1px solid #AFAFAF;
	color:#333333;}
	
	table.duty_table td strong {
	color:#FFFFFF;}
	
	
table#vintagematrix {
	background: #CCCCCC;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	clear:both;
	float:left;
	margin:0 0 15px;
	padding:0;
	width:748px;
	}
	
	table#vintagematrix td {
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	border-collapse:collapse;
	font-size:12px;
	line-height:13px;
	margin:0;
	padding:4px;
	text-align:center;
	}	
	
	
	
/*==================================================================================================


	8. Forms

 
 ====================================================================================================*/
 

form, input, textarea, label, select, fieldset  {	
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color:#666666;
	}
	
form {
	padding: 0;
	float: left;
	}
	
	div.footer_feature form {
	padding: 0;
	float:left;
	display:block;
	width:335px;
	padding:0 0 20px 0;
	}
	
	div.footer_feature form span#reqEmail {
	float: left;
	display: block;	
	visibility:hidden; 
	color:Red; 
	font-size:medium;
	}
	
input {
	padding: 2px;
	border: none;
	}
	
textarea {
	padding: 2px;
	margin: 2px 0 0 0;
	width: 200px;
	height: 100px;
	}
		
label {
	clear: both;
	font-size:12px;
	color: #333333;
	width: 80px;
	text-align: right;
	padding: 0 15px 0 0;
	}	
	
select {
	font-size:12px;
	border: none;
	float: left;
	}
	
.normal_fieldset span {
	float:left;
	margin-left:3px;}
		

/*========== Form Styles ==============*/

form.contact_form {
	float: left;
	padding: 0 0 0 60px;
	}

form.account_form {
	float: left;
	padding: 0 0 20px 100px;
	}

	
/*========== Input Focus Styles ==============*/

input.medium_textbox:focus, input.small_textbox:focus, input.small_textbox_two:focus, textarea.medium_textarea:focus, textarea.medium_textbox:focus { 
	border: 1px solid #FFCC66;
	background-color: #FFFF99;
	}

	
/*========== Fieldset Styles ==============*/
	
	
	fieldset {
	clear: both;
	font-size:12px;
	border: none;
	}
	
	fieldset.registration_checkbox {
	float: left;
	width: 343px;
	padding: 10px 0 10px 120px;
	}
	
	fieldset.registration_submit {
	float: left;
	width: 154px;
	padding: 20px 0 0 355px;
	border-top: 1px solid #CCCCCC;
	}
	
	fieldset.address_submit {
	float: left;
	width: 508px;
	padding: 20px 0 0 0;
	border-top: 1px solid #CCCCCC;
	}	

	fieldset.express_login_submit {
	float: left;
	width: 320px;
	padding: 20px 0;
	margin: 20px 0 0 0;
	border-top: 1px solid #CCCCCC;
	}
	
	fieldset.express_login {
	float: left;
	width: 320px;
	padding: 10px 0 0 0;
	}
	
	fieldset.normal_fieldset {
	float: left;
	width: 508px;
	padding: 10px 0 30px 0;
	}
	
	fieldset.address_fieldset {
	float: left;
	width: 566px;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #CCCCCC;
	}	

	fieldset.bordertop_fieldset {
	float: left;
	width: 508px;
	padding: 15px 0 10px 0;
	border-top: 1px solid #CCCCCC;
	}
	
	fieldset.search_fieldset {
	padding: 0 0 15px 0;
	}
	
	fieldset.contact_fieldset {
	float: left;
	width: 343px;
	padding: 15px 0 10px 80px;
	}
	
	fieldset.address_fieldset_new {
	float: left;
	width: 443px;
	padding:0 0 10px 150px;
	}
	
/*========== Checkbox Styles ==============*/

input.checkbox {
	border: none;
	}



/*========== Text Field Styles ==============*/


input.small_textbox { 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color:#666666;
	float:left;
	padding: 4px 7px 0px 5px;
	width:113px;
	height: 20px;
	text-align: right;
	}
	
input.emailfooter_textbox { 
	border: none;
	background-color: #FFFFFF;
	color:#666666;
	float:left;
	padding: 9px 7px 6px 5px;
	width:222px;
	height: 15px;
	text-align: left;
	margin: 0 2px 0 0;
	font-size: 12px;
	line-height: 13px;
	vertical-align: text-top;
	}

input.email_textbox { 
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color:#666666;
	float:left;
	padding: 5px;
	width: 129px;
	text-align: right;
	}
	
input.medium_textbox { 
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	color: #333333;
	float:left;
	margin: 0 0 10px 0;
	padding: 4px;
	width:200px;
	}
	
input.small_textbox_two { 
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	color: #333333;
	float:left;
	margin: 0 0 10px 0;
	padding: 4px;
	width:100px;
	}	

input.textfield_search {
	width: 180px;
	float: left;
	height: 22px;
	margin: 0 10px 0 0;
	padding: 6px 0 0 10px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	}

input.quantityFormField {
	float: left;
	width:20px;
	padding:2px;
	color:#9f0707;
	margin: 5px 10px 0 0;
	border:1px solid #CCCCCC;
	}
	
div.listview div.search_result_repeater_buttons input.quantityFormField {
	float: left;
	width:20px;
	padding:2px;
	color: #333333;
	margin: 0;
	border:1px solid #CCCCCC;
	}	

input.quantityFormField_right {
	float: right;
	width:20px;
	padding:2px;
	color:#9f0707;
	margin: 5px 10px 0 0;
	border:1px solid #CCCCCC;
	}


/*========== Text Area Styles ==============*/

textarea.medium_textarea, textarea.medium_textbox {
	border: 1px solid #CCCCCC;
	background-color: #FFFFCC;
	color: #333333;
	float:left;
	margin: 0 0 10px 0;
	padding: 4px;
	width:200px;
	}

	
	
/*========== Label Styles ==============*/


div#sub_header div.right_panel label.search_label {
	clear: none;
	float: none;
	width: 125px;
	color: #a4d0ea;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0;
	}
	
	label.short_label {
	float: left;
	clear: none;
	color: #333333;
	width: 80px;
	text-align: left;
	padding: 5px 15px 0 0;
	}
	
	label.short_label_two {
	float: left;
	clear: none;
	color: #333333;
	width: 90px;
	text-align: left;
	padding: 2px 10px 0 0;
	}
	
	label.medium_label {
	float: left;
	clear: none;
	color: #333333;
	width:140px;
	padding: 5px 25px 0 0;
	}
	
	label.long_label {
	float: left;
	clear: none;
	color: #333333;
	width:190px;
	padding: 5px 25px 0 0;
	}

	label.checkbox_label {
	float: none;
	clear: none;
	padding: 0 0 10px 6px;
	margin: 0;
	color: #333333;
	text-align: left;
	}	

	/*label.newsletter_label {
	width: 142px;
	float:left;
	font-size: 11px;
	line-height: 13px;
	color: #9c8080;
	text-align: right;
	padding: 5px 0px 0 0;
	margin: 0;
	}*/
	
	label.newsletter_label {
	color:#9C8080;
	float:left;
	font-size:11px;
	line-height:13px;
	margin:0;
	padding:10px 0px 0 0;
	text-align:right;
	width:139px;
	}



/*========== Select Styles ==============*/


select.medium_select {
	float: left;
	width: 210px;
	margin: 0 10px 10px 0;
	padding: 4px 4px 4px 6px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	}
	
	select.date_select {
	border: 1px solid #999999;
	float:left;
	width: 83px;
	margin:0 10px 10px 0;
	padding: 4px 4px 4px 6px;
	}
	
	select.long_select {
	border:1px solid #CCCCCC;
	color:#666666;
	float:left;
	width: 280px;
	margin:0 10px 10px 0;
	padding:3px;
	}

	div#content ul.pagination-digg li.perpage select {
	float: left;
	width: 110px;
	margin: 0 10px 10px 0;
	padding: 2px 2px 2px 4px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	}


/*========== Text Area Boxes Styles ==============*/






/*========== BUTTON STYLES ==============*/


input.button_form {
	float: left;
	background: #3c0000;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	margin: 0;
	font-weight: bold;
	cursor: pointer;
	}
	
input.button_form_margin	{
	float: left;
	background: #3c0000;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 5px;
	margin: 20px 10px 20px 0;
	font-weight: bold;
	cursor: pointer;
	}
	
input.button_form_green {
	float: right;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 14px;
	background-color:#7AB014;
	border:1px solid #336600;
	padding: 7px;
	margin: 0;
	cursor: pointer;
	}	
	
input.button_form_right {
	float: right;
	font-weight: bold;
	font-size: 14px;
	background: #3c0000;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding: 7px;
	margin: 0;
	cursor: pointer;
	}		
	
input.small_button_form {
	float: left;
	margin: 0 0 0 1px;
	padding: 0;
	cursor: pointer;
	}

input.signup_button_form {
	float: right;
	width: 57px;
	margin: 10px 0 0 0;
	padding: 0;
	cursor: pointer;
	}
	
	
/*========== ERROR Styles ==============*/


div.validationSummary {
	background-color:#FFFACF;
	border: 2px solid #FFCC66;
	color:#CC0000;
	float:left;
	font-size:16px;
	font-weight:bold;
	margin: 15px 0 15px 0px;
	padding: 25px;
	width: 448px;
	}

span.error_asterik {
	color: #CC0000;
	display: block;
	float: left;
	text-align: right;
	}

div.formNotes {
	float: left;
	clear: both;
	padding: 5px 0 0 165px;
	width: 400px;
	}


/*==================================================================================================
	
	
	9. Various Tags & Classes 
	
	
==================================================================================================*/


blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	text-align:right;
	}
	
p.alignright img {
	float: right;
	text-align:right;
	margin: 0 0 0 5px;
	}
	
p.alignleft img.alignright {
	float: right;
	text-align:right;
	margin: 0 0 0 10px;
	}	

.alignleft {
	float: left;
	}
	
	div#internal_padding img.alignleft {
	float: left;
	margin: 0 20px 5px 0;
	border: 6px solid  #999999;
	}
	
	
.alignleft img {
	float: left;
	display: block;
	margin: 0 0 0 5px;
	}	

div.product_wrapper img, div.product_wrapper_first img {
	float: left;
	margin:0;
	padding:0;
	text-align:center;
	border:1px solid #e2e2e2;
	}


.float_left, div.search_result_repeater_vintage p, div.search_result_repeater_vintage img {
	float: left;
	font-size:18px;
	}

.float_right {
	float: right;
	}

div.alignleft_top_border {
	float: left;
	width: 566px;
	border-top: 1px solid #CCCCCC;
	padding: 20px 0;
	}
	
div.two_column {
	float: left;
	width: 320px;
	padding: 0 30px 30px 0;
	}	

div.image_captions_right {
	float: right;
	width: 400px;
	padding: 0 0 20px 20px;
	}
	
	div.image_captions_right img {
	float: left;
	margin: 0 0 10px 0;
	border: 6px solid  #999999;
	}

/*==================================================================================================
	
	
	10. Headers
	
	
==================================================================================================*/


div#header h1, div#header div#banner_conatainer h2, div#header div#order_panel div.order_buttons p, div#content h3.free_delivery, div#content div.repeater h2.best_sellers, div#content h2.best_sellers, div#content div.repeater_divider h2.featured_wine, div#sidebar h2.nezzar_offers, div#sidebar h2.browse_variety, div#sidebar h2.browse_type, div#sidebar h2.browse_region, div#footer h4.links_header, div#footer h4.topcountries_header, div#footer h4.topgrowers_header, div#content h2.search_results, div#sidebar h2.our_services, div#sidebar h2.help_advice, div#content h3.credit_cards, div#content h2.fine_wines, div#internal_right_column_padding h4.sidebar_offer_one  {
	padding:0;
	margin:0;
	float:left;
	line-height: 0;
	font-size: 1px;
	border: none;
	}

div#header h1 a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/sitewide/nezzar_logo.jpg) no-repeat right top;
	width: 200px;
	height: 141px;	
	}

div#header div#banner_conatainer h2.panel_one {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/sitewide/header_panel_1.jpg) no-repeat left top #000000;
	width: 445px;
	height: 141px;
	top:0;
	left:0;
	}
	
	div#header div#banner_conatainer h2.panel_two {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/sitewide/header_panel_2.jpg) no-repeat left top #000000;
	width: 445px;
	height: 141px;
	top:0;
	left:0;
	}
	
	div#header div#banner_conatainer h2.panel_three {
	display: block;
	background: #000000;
	width: 445px;
	height: 141px;
	padding: 0;
	margin: 0;
	top:0;
	left:0;
	}
	
	div#header div#banner_conatainer h2.panel_three a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/sitewide/header_panel_3.jpg) no-repeat left top #000000;
	width: 445px;
	height: 141px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	}
	

.heading_contact_number {
	width:210px;
	height:17px;
	text-indent:-999px;
	overflow:hidden;
	background-image:url(../images/sitewide/contact_number.jpg);
	position:absolute;
	z-index:51;
	top:20px;
	left:710px;}

div#content h3.free_delivery {
	width: 795px;
	height: 74px;
	position: absolute;
	top: -23px;
	left: -10px;
	z-index: 50;
	}

div#content h3.free_delivery a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/heading_free_delivery.png) no-repeat 0 0;
	width: 795px;
	height: 74px;
	cursor: pointer;
	}

div#content div.repeater h2.best_sellers {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/best_sellers.png) no-repeat 0 0;
	width: 539px;
	height: 60px;
	margin: 0 auto;
	float: none;
	}
	
div#content h2.best_sellers {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/best_sellers.png) no-repeat 0 0;
	width: 539px;
	height: 39px;
	margin: 0 auto;
	float: none;
	}	
	
div#content div.repeater_divider h2.featured_wine {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/featured_wine.png) no-repeat 0 0;
	width: 473px;
	height: 54px;
	margin: 0 auto;
	float: none;
	}
	
div#content h2.search_results {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background:url(/furniture/images/headings/search_results.png) no-repeat 0 0;
	width: 595px;
	height: 60px;
	margin: 0 auto;
	float: none;
	}	

div#content h2.latest_news {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/latest_news.png) no-repeat 0 0;
	width: 595px;
	height: 42px;
	margin: 0 auto 0 auto;
	padding: 0;
	float: none;
	border: none;
	}		
	
div#content h2.fine_wines {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/fine_wines.png) no-repeat 0 0;
	width: 532px;
	height: 50px;
	margin: 0 auto;
	float: none;
	}	
	
div#sidebar h2.browse_region {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_region.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}
	
div#sidebar h2.browse_type {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_type.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}	
	
div#sidebar h2.browse_country {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_country.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}
	
div#sidebar h2.browse_vintage {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_vintage.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}	
	
div#sidebar h2.browse_grower {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_grower.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}	
	
	
div#sidebar h2.browse_colour {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_colour.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}		
	
div#sidebar h2.browse_category {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_category.gif) no-repeat right top;
	width: 142px;
	height: 25px;
	}	
	
div#sidebar h2.browse_price {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_price.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}	
	
	
/*div#sidebar h2.browse_style {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_style.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}*/
	
div#sidebar h2.browse_size {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_size.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}
	
		


	
div#sidebar h2.browse_currentfilters {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/current_filters.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}		


div#sidebar h2.browse_variety {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/browse_variety.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}
	
div#sidebar h2.nezzar_offers {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/nezzar_offers.gif) no-repeat right top;
	width: 139px;
	height: 30px;
	}	

div#footer h4.links_header {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/header_links.gif) no-repeat 0 0;
	width: 205px;
	height: 17px;
	}	
	
	
div#footer h4.topcountries_header {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/header_topcountries.gif) no-repeat 0 0;
	width: 195px;
	height: 23px;
	}	
	
	
div#footer h4.topgrowers_header {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/header_topgrowers.gif) no-repeat 0 0;
	width: 195px;
	height: 23px;
	}
	
	
div#footer h4.nezzaroffers_header {
	display: none;
	}		
	
div#sidebar h2.help_advice {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/help_advice.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}

div#sidebar h2.our_services {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/headings/our_services.gif) no-repeat right top;
	width: 139px;
	height: 25px;
	}
	
div#content h3.credit_cards {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/sitewide/credit_card_logo.gif) no-repeat right -3px;
	width: 508px;
	height: 54px;
	}

div#internal_right_column_padding h4.sidebar_offer_one {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/sitewide/sidebar_offer.jpg) no-repeat 0 0;
	width: 199px;
	height: 280px;
	}
	
div#internal_left_column h1.featured_registration_top 
{
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/sitewide/featured_registration_offer.jpg) no-repeat 0 0;
	width: 500px;
	height: 146px;
}

	
	
/*==================================================================================================
	
	
	11. Buttons
	
	
==================================================================================================*/


ul.flags li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	}
	
	ul.flags li a.russian_flag {
	background: url(/furniture/images/buttons/flag_russia.gif) no-repeat 0 0;
	}	
	
	ul.flags li a.chinese_flag {
	background: url(/furniture/images/buttons/flag_china.gif) no-repeat 0 0;
	}	
	
	ul.flags li a.english_flag {
	background: url(/furniture/images/buttons/flag_uk.gif) no-repeat 0 0;
	}

div#sub_header div.left_panel p.button_signup {
	padding: 15px 0 0 0;
	margin:0;
	float:left;
	line-height: 0;
	font-size: 1px;
	}
	
	div#sub_header div.left_panel p.button_signup a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/buttons/button_sign_up.jpg) no-repeat 0 0;
	width: 149px;
	height: 27px;	
	}
	
	div#payment_logos a.button_sage_pay  {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/buttons/sage_pay_logo.gif) no-repeat 0 0;
	width: 70px;
	height: 21px;	
	position:absolute;
	top:16px;
	left:111px;
	}
	
	
	div#payment_logos a.button_drink_aware  {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/buttons/drink_aware_logo.gif) no-repeat 0 0;
	width: 103px;
	height: 10px;	
	position:absolute;
	top:50px;
	left:42px;
	z-index: 90;
	}

	
	

div#header div#order_panel div.order_buttons p.view_trolley a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/buttons/button_view_trolley.jpg) no-repeat 0 0;
	width: 75px;
	height: 24px;
	}
	
div#header div#order_panel div.order_buttons p.checkout a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/buttons/button_checkout.jpg) no-repeat 0 0;
	width: 75px;
	height: 24px;
	}

div#content div.product_wrapper_content p.more_button {	
	padding:0;
	margin: -18px 0 0 0;
	float: right;
	line-height: 0;
	font-size: 1px;
	border: none;
	}
	
div#content div.product_wrapper_content p.more_button a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/furniture/images/buttons/button_more.gif) no-repeat 0 0;
	width: 47px;
	position:absolute;
	top:20px;
	left:159px;
	float:right;
	height: 25px;
	}	
	
/*div#header div#order_panel a.russian_flag, div#header div#order_panel a.china_flag {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	width: 22px;
	height: 16px;
	}
	
div#header div#order_panel a.russian_flag, div#header div#order_panel a.china_flag {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	width: 14px;
	height: 10px;
	}
	
	div#header div#order_panel a.russian_flag {
	background:url(/furniture/images/buttons/flag_russia.gif) no-repeat 0 0;
	top: 11px;
	left: 45px;
	z-index: 101;
	}
	
	div#header div#order_panel a.china_flag {
	background: url(/furniture/images/buttons/flag_china.gif) no-repeat 0 0;
	top: 11px;
	left: 69px;
	z-index: 103;
	}*/
	


	
/*==================================================================================================


	12. Pagination
 
 
 ====================================================================================================*/
 
 
div#content ul.pagination-digg {
	margin:0; 
	padding: 0 0 10px 10px;
	float:right;
	list-style: none;
	display: inline-block;
	}

div#content ul.pagination-digg li{
	margin:0; 
	padding:0;
	float:left;
	font-size:13px;
	margin-right:2px;
	padding:1px 4px;
	border:solid 1px #d2d2d2;
	background-color:#FFFFFF;
	}
	
	div#content ul.previous-off, div#content ul.pagination-digg li.next-off {
	border:solid 1px #d2d2d2;
	background-color:#FFFFFF;
	color:#CCCCCC;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:1px 4px;
	}
	
	div#content ul.pagination-digg li.products_found,
	div#content ul.pagination-digg li.perpage {
	background:none;
	border:none;
	color:#333333;
	float:left;
	margin-right:2px;
	padding:1px 4px;
	}
	
	div#content ul.pagination-digg li.products_found strong {
	color:#990000;}
	
	div#content ul.pagination-digg li.active{
	background:#9f0707;
	color:#FFFFFF;
	border:solid 1px #d2d2d2;
	font-weight:bold;
	display:block;
	float:left;
	padding:1px 4px;
	}
	
	div#content ul.pagination-digg li.more {
	display: none;
	
	}



/* ADDED BY DW */


p.price, span.variantprice, a.variantprice, strong.variantprice, span#CartSubTotal, h5.basket_total_price span#labelBasketTotal, .order_summary h4, .search_result_repeater_price h3, .vintage, ul.pagination-digg li, div.search_result_repeater_vintage p, ul.pagination-digg li a 
{
    /* color: #FF00FF !important; */
    font-family:Times New Roman;
}

span#CartSubTotal {
	font-size:22px;
	font-weight:bold;}




















