/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
body { 
	margin: 10px;	
	background-color: #cad6b1; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;
}

td{
	vertical-align: top;
}

h1 {  font-size: 20px; font-weight:normal; color:#333333;}
h2 {  font-size: 14px; font-weight:bold; margin-bottom: 4px;color:#333333;}
h3 {  font-size: 12px; font-weight:bold;color:#333333;}
a {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#96783a;
}
.tiny {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}

/* header */
table.bodystyle {
	width: 850px;
	background-color: #ffffff;
	border:6px solid #4a572d;
}
table.bannerstyle img{
	display: block;
	border:0;
}

.headeraddress{
	padding:16px 10px 0 0;
	font-weight:bold;
	line-height: 130%;
	color: #4a572d;
}



td.ErrorBox { 
	background-color: #FFCC00;
	width: 90%;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}
/* topmenu */
.searchbox {
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	padding-bottom:10px;
}

.searchbox form{
	margin:0;
	padding:0;
}
.searchbox .submit{
	padding:0;
}

.searchbox label{
	border-color: #999999;
}


/* Navigation classes for top infopages list */

/* have to keep using tables for floating inline divs, containers don't work as expected, 
   li's end up with a 4px left margin unless given a float:left which then causes the li's
	to float out of the containing div. Put it all in a table and it stays put!   */
	
#topmenu { 
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #4e3e25;
	background-image: url(/images/topmenu_bg.jpg);
	background-repeat: repeat-x;
}
#topbutton{
	margin: 0;
	background-color: #ff6633;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;	
}
#topbutton ul{
	padding: 0;
	margin: 0;
	background-color: #000000;
}
#topbutton ul li { 
	display: inline; 
	list-style: none;
}
#topbutton a {
	padding: 6px 12px 6px 12px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #fff;
	background-color: #ff6633;
	float:left;
}
#topbutton a:visited {
	color: #FFFFFF;
}
#topbutton a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#topbutton a.selected {
	padding: 6px 12px 6px 12px;
	color: #666666;
	text-decoration: none;
	border-right: 1px solid #fff;
	background-color: #333333;
}
#topbutton a:visited.selected {
	
}
#topbutton a:hover.selected {
	background-color: #666666;
	color: #FFFFFF;
}



/* contains login, admin & account link & minicart*/
#authbar{
	text-align: right;
	padding: 4px 4px 4px 0;

}


/* leftmenu 
   these styles are also used in randomprod,
   shop/login, account/billing, account/shipto   */


td.leftmenu{
	 width: 180px;
	 padding:0 10px;
}	

/* Navigation classes for left infopages list */
#leftNavButtons {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;  
	background-color: #f3e3be;
	color: #000000;
	border:1px solid #000000;
	}
#leftNavButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftNavButtons li {
	list-style-type: none;
	border-bottom: 1px solid #e1b85c;
	margin: 0;
	padding: 0;
}
#leftNavButtons li.header {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 5px;
	border: 0;
	background-color: #4a572d;
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	border-bottom:1px solid #000000;
}
#leftNavButtons a {
	display: block;
	padding: 5px 0px 5px 5px;
	color: #000000;
	text-decoration: none;
}
#leftNavButtons a:visited {
	color: #000000;
}
#leftNavButtons a:hover {
	background-color: #e1b85c;
	color: #000000;
}

/* Navigation classes for left menu products list */		
#leftProdButtons {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;  
	background-color: #f3e3be;
	color: #000000;
	border:1px solid #000000;
	white-space: nowrap;
	}
#leftProdButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftProdButtons li {
	list-style-type: none;
	border-bottom: 1px solid #e1b85c;
	margin: 0;
	padding: 0;
}
#leftProdButtons li.header {
	list-style-type: none;
	margin: 0;
	padding: 2px 6px 2px 5px;
	border: 0;
	background-color: #4a572d;
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	border-bottom:1px solid #000000;
}

/*	 Navigation links classes */	
a.LeftMenuLink {
	display: block;
	padding: 5px 6px 5px 5px;
	color: #000000;
	text-decoration: none;
	background-color: #ECD59F;
}
a:visited.LeftMenuLink {
	color: #000000;
}
a:hover.LeftMenuLink {
	background-color: #e1b85c;
	color: #000000;
}

/* Add more nav classes as required for more category hierarchies*/		
li a.LeftMenuLink1 {
	display: block;
	padding: 5px 6px 5px 12px;
	color: #000000;
	text-decoration: none;
}
a:hover.LeftMenuLink1 {
	background-color: #e1b85c;
	color: #000000;
}
a.LeftMenuLink2 {
	display: block;
	padding: 5px 0px 5px 18px;
	color: #000000;
	text-decoration: none;
	background-color: #F7ECD5;
}
a:hover.LeftMenuLink2 {
	background-color: #e1b85c;
	color: #000000;
}	
		


/* footer */
table.footer { 
	width: 850px;
	height: 20px;
	background-color: #4a572d;
	border-top: 0px;
}
td.footertext { 
	font-size: 10px;
	color: #ffffff;
}
a.footerlink { 
	font-size: 10px;
	color: #ffffff;
}
a:visited.footerlink { 
	color: #ffffff;
}
a:hover.footerlink { 
	color: #ffff00;
}

/* news box */
.news{
	background-color: #ffffff;
	border: 1px solid #000000;
	margin-top: 4px;
}

.news .header {
	margin: 0;
	padding: 2px 6px 2px 6px;
	border: 0;
	background-color: #4a572d;
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	border-bottom:1px solid #000000;
}
.news .content {  
	margin: 5px;
}


.homeCategory{
	float:left;
	width:266px;
	margin:0 28px 18px 0;
	padding:0;
	text-align: center;
	border:1px solid #e1b85c;
}

.homeCategory img{
	display: block;
	text-align: center;
}

a.homeCategoryLink {
	display:block;
	font-size:10pt;
	color:#4a572d;
	font-weight: bold;
	text-decoration: none;
	background-color: #e1b85c;
	margin:0;
	padding:8px 0;
}
a.homeCategoryLink:hover{
	color:#fff;
}



/* Specials randomprod (sent to ps_product/showimage() ) */

#randomProd{
	width: 160px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	margin-top: 4px;
}

#randomProd .header {
	background-color: #4a572d;
	padding: 4px 10px 4px 10px;
	color: #ffffff;
	font-size: 11px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;	
}

#randomProd .content {
	padding: 0 8px;
}

#randomProd a{ 
	font-size: 8pt;
	color: #333333;
	font-weight:bold;
}
#randomProd a:visited {
	color: #333333;
}
#randomProd a:hover { 
	color: #96783a;
}
.randomProdImg {  
	border: 1px solid #445870;
	margin: 8px 0;	
}

/* infopages */

.infopage{
	padding:0 30px 20px 20px;
}

.infopage li{
	line-height: 150%;
	margin-bottom:14px;
}


/* browse */

.childList {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;  
	color: #000000;
	}
.childList ul {
	margin: 0;
	padding: 0;
	border: 0;
}
.childList li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.childList a {
	line-height:200%;

	padding: 5px 0px 5px 6px;
	color: #000000;
	text-decoration: none;
}
.childList a:visited {
	color: #000000;
}
.childList a:hover {
	
	color: #96783a;
}

td.record { 
	border: 1px solid #CCCCCC;
	padding: 8px;
	background-repeat: no-repeat;
	width:200px;	
	text-align:center;
}

td.record form {
	margin: 4px 0;
	text-align: center;
} 
td.record .productName{
	min-height:28px;
	margin-bottom: 2px;
	text-align: center;
}
td.record .thumbnail{
	min-height: 150px;
	margin-bottom:0px;
	text-align: center;

}

td.record .price {
	font-weight: bold;
	text-align: center;
	padding-top:5px;
}

td.record .status{
	padding:2px 0;
	font-weight:bold;
	color:#990000;
}



a.record{
	font-weight: bold;
}
a:visited.record{
}
a:hover.record{
}

.rrpPrice{
	color:#990000;
	text-decoration:line-through;
	font-size:11px;
}
.rrp {
	color: #990000;
	font-size:11px;
	font-weight: bold;
}





#prevNext{
	text-align: center;
	padding: 4px 0 4px 0;
}
#prevNext a { 
	font-size: 10pt; 
	margin-bottom: 4px;
	color: #333333;
}
#prevNext a:hover { 
	color: #333333;
}
#prevNext a:visited { 
	color: #333333;
}
#prevNext a.current { 
	font-size: 10pt; 
	margin-bottom: 4px;
	color: #990000;
	text-decoration: none;
}
#prevNext a:hover.current { 
	color: #990000;
}
#prevNext a:visited.current { 
	color: #990000;
}


/* product Page (flypage) 
   a. also in ps_product_category/navigation_list()  */

.crumb h1 { 
	margin-bottom: 8px;
	font-size: 16px; 
}

table.flypage {
	padding:10px;
}
td.icons {
	padding:4px 0;
}

/* shopping cart */
/* basket, ro_basket, checkout/index(info table headers), checkout/thankyou */

table.cart { 
	background-color: #FFFFFF;
	width: 100%;
	border: 0px;
}
.cartHeader {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #4a572d;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #4a572d;
	padding-right: 20px;
	text-align: right;
}
.cellRight{
	padding-right: 20px;
	text-align: right;
	white-space: nowrap;
}


td.cartCell {/* basket, ro_basket - used in subtotal cell etc*/ 
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
}
td.cartCellRight {/* basket, ro_basket - used in subtotal cell etc*/ 
	background-color: #ffffff;
	border-bottom: 1px solid #eeeeee;
	padding-right: 20px;
	text-align: right;
}
/* shop/login, account/billing, account/shipto */

hr.login { 
	height: 1px;
	color: #000000;
	width: 100%;
	border-style: dotted;
}

/* contact */  

.contactformlabel { 
	font-size: 10px; 
	font-weight: bold; 
	color: #333333;
	margin-bottom: 0px;
}
.vendoraddress {   
	font-size: 12px;
	color : #333333;
	font-weight : bold;
}
a.vendoraddress {   
	font-size: 12px;
	color: #333333;
}
a:hover.vendoraddress {
	color: #4B95B4;
}
a:visited.vendoraddress { 
	color: #333333;
}

/* related products */

table.related { 
	width: 100%;
	border: 1px solid #993399;
	margin: 0px;
}
td.relatedHeader { 
	background-color: #993399;
	color: #ffffff;
	font-size: 13px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;
}

/* debug panel */
table.debugPanel{
	background-color: #999999;
	border: 5px solid #FF0000;
	font-size: 20pt;
}
.debugPanelHeader{
	color: #000099;
	font-size: 9pt;
	font-weight: bold;
}
.debugLabel{
	color: #000099;	
	font-size: 7.5pt;
	font-weight: bold;
}
.debugValue{
	color: #ffffff;
	font-size: 7.5pt;
	font-weight: bold;
}


/* search color 1 and search color 2 are set in phpshop.cfg
they are used in  basket and ro_basket
search color 2 is also used in ps_account->ship_to_address
and ps_checkout->ship_to_address_radio to set bgcolor
of address boxes. */


