/*

  Inksale.co.uk, Open Source E-Commerce Solutions
  http://www.inksale.co.uk

  Copyright (c) 2003 Inksale.co.uk

  Released under the GNU General Public License
*/

.boxText { font-family: Arial; font-size: 11px; }
.errorBox { font-family : Arial; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Arial; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Arial; font-size : 10px; color: #70d250; text-decoration: underline; }

BODY {
  background: #ffffff;
  color: #000000;
  margin: 0px;
  font-family:arial;
}

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #f4b800;
  text-decoration: underline;
}
A productListing-heading :hover{
  color:#CCCCCC;
  text-decoration: underline;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #002f00;
}

TD.headerNavigation {
  font-family: Arial;
  font-size: 11px;
  background: #002f00;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Arial;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Arial;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #002f00;
}

TD.footer {
  font-family: Arial;
  font-size: 11px;
  background: #002f00;
  color: #ffffff;
  font-weight: bold;
}

.infoBox {
  background: #008000;
}

.infoBoxContents {
  background: #fff;
  font-family: Arial;
  font-size: 11px;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Arial;
  font-size: 11px;
}

TD.infoBoxHeading {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  background: #002f00;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Arial;
  font-size: 11px;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.productListing-odd{
  background: #EBEBED;
}


TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

/*TR.productListing-even, TR.productListing-odd {
  border-top:1px dashed #ccc;
  background:#fff;
}*/

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #008000;
  border-spacing: 1px;
}

A.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
}
TD.productListing-heading {
  font-family: Arial;
  font-size: 11px;
  background: url(images/cat_title_bg.gif) repeat-x #abbaab;
  color: #FFFFFF;
  font-weight: bold;
}


TD.productListing-data {
  font-family: Arial;
  font-size: 11px;
  border-top:1px dashed #ccc;
  padding:5px 2px;
  background:#fff;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #002f00;
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family: Arial;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main, TD.winespage_main2, TD.winespage_main, td .winespage_main2_col2 {
  font-family: Arial;
  font-size: 13px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial;
  font-size: 11px;
}

TD.accountCategory {
  font-family: Arial;
  font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

TD.fieldValue {
  font-family: Arial;
  font-size: 12px;
}

TD.tableHeading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family: Arial;
  font-size: 11px;
  color: #ff0000;
}

TD.category_desc {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}


CHECKBOX, INPUT, RADIO, SELECT {
  font-family: Arial;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family: Arial;
  font-size: 11px;
}

SPAN.greetUser {
  font-family: Arial;
  font-size: 12px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #fff;
  border-color: #008800;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Tahoma, Arial;
  font-size: 12px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Tahoma, Arial;
  font-size: 12px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family: Arial;
  color: #ff0000;
}

SPAN.errorText {
  font-family: Arial;
  color: #ff0000;
}

TD.productPriceInListing {
  font-family: Arial;
  font-size: 11px;
  background: #d2e9fb;
}

TD.productPriceInBox {
  font-family: Arial;
  font-size: 11px;
  background: #eeeeee;
  text-align:center;
  border-bottom: 1pt black solid; 
  border-right: 1pt black solid;
}

TD.productPriceInProdInfo {
  font-family: Arial;
  font-size: 12px;
  background: #ccFFcc;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family: Arial; font-size: 11px; color: #8c8c8c; }
.checkoutBarCurrent { font-family: Arial; font-size: 11px; color: #000000; }

/* message box */

.messageBox { font-family: Arial; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family: Arial; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family: Arial; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family: Arial; font-size: 11px; color: #ff0000; }



TD.tab {
	background-color: #002f00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	}
		
A.tab {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration : none;
	}
A.tab:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration : none;
}
TD.ontab {
	background-color: #002f00;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #ffffff;
	}

A.headerLink {
	background-color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #000099;
	text-decoration : none;
}
A.headerLink:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: smaller;
	color: #99ccff;
	text-decoration : none;
}
A.ontab {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: smaller;
 color: #ffcc00;
 text-decoration : none;
}
A.ontab:hover {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: smaller;
 color: #ffcc00;
 text-decoration : none;
}



.datefont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}


#header_login_form		{}
#header_login_form td		{ color:#fff; font-size:11px; font-family:arial; padding:2px; }
#header_login_form .field	{ width:90px; }
#header_login_form .button	{ border:1px solid #000; background:#011e02; color:#fff; width:40px; }





#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
	

#orders_edit table tr td {
	font-size:11px;
}
	
.tab_on{
	border-top:1px solid black;
	border-right:1px solid black;
	border-bottom:1px solid #EBEBEB;
	border-left:1px solid black;
	background-color:#EBEBEB;
}
.tab_off{
	border-top:1px solid #d1d1d1;
	border-right:1px solid #d1d1d1;
	border-bottom:1px solid black;
	border-left:1px solid #d1d1d1;
	background-color:#fffff;
}
.tab_separator{
	border-top:0px solid black;
	border-bottom:1px solid black;
	background-color:#ffffff;
	font-size:1px;
}
.table_order_headers{
	border-top:0px solid black;
	border-right:1px solid black;
	border-bottom:1px solid black;
	border-left:1px solid black;
}
.green_box td {
/*background:#002f00;*/
background:#fff;
}

.green_box td .infoBoxContents {border:0px dotted #000;}

.green_box td .infoBoxContents .boxText, .green_box td .infoBoxContents a {color:#000;}



/*--------------- overide some main styles  ----------------*/

td.main ul {list-style-image:url(./images/cat_bullet.gif);}
td.main li {margin:5px 0px; padding: 0px;}

.read_more {width:90px !important;} /*--fix for IE--*/


/*----------------- override for wine shop category pages --*/

.winespage_category_desc p, .winespage_category_desc {font-size:10pt; line-height: 140%; margin-top:20px;}

td .winespage_main2 {padding:10px 0px; }

tr.winespage_main2_row {}

td .winespage_main2_col2 {padding:0px 0px; vertical-align:top; border-top:10px solid #fff; border-bottom:10px solid #fff; background: url(http://preview.en-primeur.co.uk/images/webshop-cat-desc-bg.jpg) no-repeat ;}

.winespage_catname {/*width:294px; display:block; background:#eee; margin-bottom:-20px; line-height:30px; margin-top:0px; 
border-top: 1px solid #002f00; border-left: 1px solid #002f00; border-right: 1px solid #002f00;*/}

.winespage_catname, .winespage_catdesc2 {/*background:#eee;*/}

.winespage_catname .catname, .winespage_catdesc2 .catdesc {display:block; padding:10px;}

.winespage_catname .catname {width: 270px; font-weight:bold; border-bottom:1px dotted #002f00; border-left: 0px solid #002f00;}

td .winespage_main2 img {border: 0px solid #002f00; padding:0px; margin:0px;}


tr .winespage_main2_row {background-image:url(./images/cat_bg01.jpg);}

#cat_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 365px;
	margin: 10px;

}

.cat_container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 365px;
	margin: 10px;
}

.cat_title { background-image:url(./images/cat_title_bg.gif); height:28px;}
.cat_title a { display:block; margin-left:5px; padding:3px; color:#FFFFFF; font-size:12pt; font-weight:bold;}
.cat_title_cnr { background-image:url(./images/cat_title_cnr.gif); background-repeat:no-repeat; background-position:right; height:28px;}
.cat_img {border-top: 1px solid #fff;}
.cat_desc_content {float:left;}
.cat_desc_content ul, .cat_desc_content_wine_accessories ul { list-style-image:url(./images/cat_bullet.gif); margin-top:5px; margin-left:0px; margin-right:0px; margin-bottom:0px; padding:0px;}
.cat_desc_content li {margin-left:20px;}
.cat_more_button { float:right; margin-left:150px; background-image:url(./images/cat_button_bg.gif); margin-top:5px; padding:3px; color:#FFFFFF; font-weight:bold; white-space:nowrap;}

.clearb { clear:both;}


.cat_desc_content_wine_accessories {float:right; margin-top:10px; width:200px;}
.cat_desc_content_wine_accessories li {margin-right:20px; }

.cat_img_wine_accessories {float:left}
.cat_more_button_accessories { float:right; margin-left:10px; background-image:url(./images/cat_button_bg.gif); margin-top:-15px; padding:3px; color:#FFFFFF; font-weight:bold; margin-right:10px;}

.cat_more_button_accessories a, .cat_more_button a {color:#FFFFFF;}

div.notes{
  font-size:12px;
}
div.notes a{
  color:#990000;
}


.read_more {
	background:#f5f5f5;
	padding:2px 4px;
	border:1px solid #ccc;
	margin-top:4px;
	display:block;
	width:80px;
	font-weight:normal;
	margin-bottom:25px;
}
.read_more:hover {
	background:#eee;
}




#MPU_Small {
	float:left;
	display: inline; /*ie6 bugfix */
	margin:0 -6px 20px 0;
	padding:0px 0px;
	height:230px;
	width:782px;
	background:#002f00;
	position:relative;
}
#MPU_Small .mleft {
	margin:5px 0px 0px 5px;
	width:530px;
	height:222px;
	display:block;
	float:left;
	position:relative;
}
#MPU_Small .mleft .panel_arrow {
	position:absolute;
	right:0;
}
#MPU_Small .mleft p {
	margin:0 0 26px 10px;
	padding:0;
	display:none;
}
#MPU_Small .mleft ul {
	padding:0;
	margin:-20px 0 0 30px;
	list-style-type:none;
	background:none;
	display:none;
}
#MPU_Small .mleft ul li {
	padding:0;
	margin:0;
	list-style-type:none;
	background:none;
}

#MPU_Small .mright {
	float:left;
	width:236px;
	_width:230px;
	height:100px;
	display:block;
	margin:5px 4px 0px 6px;
	padding:0;
}



#MPU_Small .mright li {
	display:block;
	height:50px;
	width:100%;
	float:left;
	background:#919191 url(/images/button-bg.jpg) repeat-x left top;
	margin:0px 0px 6px 0px;
	padding:0;
}



#MPU_Small .mright li.active {
	background:#919191 url(/images/button-bg.jpg) repeat-x left top;
}



#MPU_Small .mright li .btntext {
	margin:5px 5px 0px 7px;
	color:white;
	position:relative;
}



#MPU_Small .mright li .btntext h3 {
	font-family:Helvetica Narrow, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:0 0 -5px 0;
	padding:0;
}

#MPU_Small .mright li .btntext p {
	font-size:11px;
	margin:0;
	padding:0;
}

 #MPU_Small .mright li a, #MPU_Small .mright li a:visited {
	color:white;
	text-decoration:none;
}

.hmLeft {
	width:560px;
	float:left;
}




.homepage-box {
	width:250px;
	height:297px;
	float:left;
	background:url(images/barrel-box.jpg) no-repeat;
	margin:0 13px 20px 0;
	border-right:1px solid #7f7f7f;
	border-left:1px solid #7f7f7f;
}
.box-title {
	padding:6px 10px 0 10px;
	color:#fff;
	font-weight:bold;
	position:relative;
}
.box-title a {
	display:block;
	position:absolute;
	right:8px;
	top:8px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:underline;
}
.box-content {
	padding:24px 18px 0 18px;
	font-size:13px;
}
.box-content p {
	font-weight:bold;
	color:#004400;
	font-size:14px;
	padding:0;
	margin:0 0 14px 0;
}
#info-tabs p a {
	text-decoration:underline;
}