/* Global Styles */

/* changes to styles which need to appear in the editor
   MUST also be added to /css/fck_editorarea.css */

body { 
	margin: 10px;	
	background-color: #003e29; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 10pt;
	color: #333333;
	background-image: url(/images/background.jpg);
}
td {  
	vertical-align: top;
}
p {
	margin-top:0;
}


h1 {  font-size: 20px; font-weight:normal; color:#785202;}
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:#785202;}

.tiny { font-size: 9px }
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}
img{
	border:0;
}



/* used in infopage content */

dt{
	font-weight: bold;
}
dd{
	line-height: 20px;
}
dd ol{
	list-style: lower-alpha;
}


.text1{
	color: #339966;
}

.text2{
	color: #ff0000;
}
.text3{
	color: #785202;
}


.colleft{
	float: left;
	width: 450px;
}
.colright{
	float: right;
}

table.specs{
	border-collapse: collapse;
	border:1px solid #333;
}
table.specs td{
	text-align: center;
	border:1px solid #333;
	padding:3px 6px;
	font-size: 9pt;
	border-left:0;
}
table.specs td.title{
	background-color: #e0ffdf;
	font-weight:bold;
	font-size: 10pt;
}
table.specs td.header{
	background-color: #e0ffff;
	font-weight:bold;
}
table.specs td.particularsHead{
	background-color: #e0ffff;
	border-right:0;
	text-align: left;
	font-weight:bold;
}
table.specs td.particulars{
	text-align:left;
	border-right:0;
}



/* header */
table.bodystyle {
	width: 900px;
	background-color: #ffffff;
}
table.bannerstyle {
	width: 100%;
	background-color: #ffffff;
   background-image:url(/images/logo.gif);
   background-position: top;
   background-repeat:no-repeat;
}

table.bannerstyle img{
	display: block;
}

td.ErrorBox { 
	background-color: #FFCC00;
	width: 90%;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}



/* topmenu */

/* 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: #B98E45;
	background-image: url(/images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	height:26px;
}
#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;
	background-color: fuchsia;
}
#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 16px 4px 0;
	font-size:8pt;
}

.content{
	padding:0 20px;
	min-height:400px;
}

/* footer */
table.footer { 
	width: 900px;
	height: 20px;
	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 */
#newsbox{
	width: 240px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	margin: 4px 0 10px 20px;
}

#newsbox .newsheader {
	background-color: #B98E45;
	padding: 4px 0 4px 0;
	color: #ffffff;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;	
	border-bottom:1px solid #000000;
}
#newsbox .newscontent {  
	padding: 5px;
	text-align: left;
	font-size: 8.5pt
}

#newsbox hr {
	height: 1px;
	color: #B98E45;
	width: 100%;
	border:0;
	border-top:1px solid;
}

#newsbox p{
	margin-top:2px;
	margin-bottom:3px;
}


table.retailers{
	width: 100%;
	border-collapse: collapse;
}

table.retailers th{
	background-color: #B98E45;
	padding: 4px;
	color: #ffffff;
	text-align: left	
}

table.retailers td{
	padding: 4px;
	border-bottom: 1px dotted #dbdbdb;	
}



/* Specials randomprod (sent to ps_product/showimage() ) */

#randomProd{
	width: 135px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	margin-top: 4px;
}

#randomProd .header {
	background-color: #BC0C0C;
	padding: 4px 0 4px 0;
	color: #ffffff;
	font-size: 11px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;	
}

#randomProd a{ 
	font-size: 8pt;
	color: #333333;
}
#randomProd a:visited {
	color: #333333;
}
#randomProd a:hover { 
	color: #993399;
}
.randomProdImg {  
	border: 1px solid #445870;	
}

/* login/register */

.login-register{
	float:left;
	width:260px;
	height:220px;
	padding:10px 20px 10px 20px;
	margin:30px;
	border:1px dotted #785202;
}

.login-register td{
	padding:5px;
}

/* browse */
table.category_child_list{
	width:100%;
}

table.category_child_list h2{
	margin:0;
}

.subCatItem{
	
}

.browseNote{
	width:320px;
	text-align:left;
	white-space: nowrap;
}


table.recordsTable { 
	width:100%;
		border-collapse: collapse;
}

table.recordsTable td { 
	border-bottom: 1px solid #CCCCCC;
	vertical-align: middle;
}

table.recordsTable td.header { 
	border-bottom: 1px solid #CCCCCC;
	font-weight:bold;
	padding:8px 0;
}

table.recordsTable td form{
	margin:0;
}

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;
}

#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()  */

.navigationList { 
	font-size: 18px; 
	margin-bottom: 4px;
	color: #785202;
}
a.navigationList { 
	font-size: 18px; 
	font-weight:normal; 
	margin-bottom: 4px;
	color: #785202;
}
a:visited.navigationList { 
	color: #785202;
}
a:hover.navigationList { 
	color: #003e29;
}

.popupwindow{
	background-color: #702570;
}
table.popupwindow{
	background-color: #ffffff;
}

.popupwindowtext{
	color: #000000;
	font-weight:bold;
}
/* 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 : #004c2c;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #004c2c;
	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;

}
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. */



