/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}

body { 
	margin: 10px;	
	background-color: #2c2c2c; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #eeeeee;
}
p,td {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #eeeeee;	
	vertical-align: top;
}
h1 {  font-size: 20px; font-weight:normal; color:#eeeeee;}
h2 {  font-size: 14px; font-weight:bold; margin-bottom: 4px;color:#eeeeee;}
h3 {  font-size: 12px; font-weight:bold;color:#eeeeee;}
a {
	color:#eeeeee;
}
a:visited {
	color:#eeeeee;
}
a:hover {
	color:#990000;
}
.tiny {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}

/* header */
table.bodystyle {
	width: 820px;
}
td.bannerstyle {
	background-color: #801211;
	text-align:center;

}
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!   */
	
td.topmenu { 
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #801211;
	background-image: url(/images/topmenu_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	vertical-align: baseline;
}
/* using MLDDM on top menu*/

/* contains login, admin & account link & minicart*/
#authbar{
	text-align: right;
	padding: 4px 4px 14px 0;
}


/* leftmenu */

td.leftmenu{
	 width: 160px;
}	

table.leftmenuMenu{
	width:200px;
}
table.leftmenuMenu th{
font-size: 16px; 
font-weight:normal; 
color:#eeeeee;
background-color: #404040;

}
th.right{
background-color: #404040;
text-align:right;
}



table.leftmenuMenu td{
	border:1px solid #404040;
	font-weight: bold;
}
table.leftmenuMenu ul{
	padding: 0;
	margin: 0;
}
table.leftmenuMenu ul li { 
	display: inline; 
	list-style: none;
}

table.leftmenuMenu a {
	display: block;
	padding: 5px 5px 5px 6px;
	color: #eeeeee;
	text-decoration: none;
}
table.leftmenuMenu a:visited {
	color: #eeeeee;
}
table.leftmenuMenu a:hover{
	background-color: #404040;
	color: #eeeeee;
}


/* footer */
table.footer { 
	width: 100%;
	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: #990000;
}

/* Content Boxes */

table.contentBox tr.test{
background-image: url(/images/contentbox_tl.gif);
background-position: top left;
background-repeat: no-repeat;
}




td.contentBox {
	border:1px solid #404040;
	padding:10px;
	
}

table.contentBox td.spacer{
	border:none;
	padding:0;
}

.contentBoxHead{
	
} 

th.contentBox {  
font-size: 16px; 
font-weight:normal; 
color:#eeeeee;
background-color: #404040;
background-image: url(/images/contentbox_tr.gif);
background-position: top right;
background-repeat: no-repeat;

}

.cb_heading{
	padding:5px 0 5px 0;
	position:relative;
	left:-11px;
}

td.contentBox hr{
	height: 1px;
	color: #666666;
	width: 100%;
	border-style: solid;
}

#vehiclesList{
	
}




#vehiclesList ul{
	padding: 0;
	margin: 0;
}
#vehiclesList ul li { 
	display: inline; 
	list-style: none;
}

#vehiclesList a {
	display: block;
	padding: 5px 0px 5px 6px;
	color: #33ccff;
	text-decoration: underline;
}
#vehiclesList a:visited {
	color: #33ccff;
}
#vehiclesList a:hover{

	color: #eeeeee;
}





/* mailing list box */
#mailingList{
	width: 200px;
	margin-top: 4px;
}

#mailingList .header {
	padding: 4px 0 4px 0;
	color: #ffffff;
	font-size: 12pt;
	text-align : center;
	font-weight : normal;
	white-space: nowrap;	
}
.mailinglistForm {  
	margin: 5px 0 5px 5px;
}

.mailinglistInput { 
	background-color:#ffffff;
	border:1px solid #000000;
	font-size: 8pt;
	padding:2px;
}


/* Specials randomprod (sent to ps_product/showimage() ) */

#randomProd{
	width: 190px;
	margin-top: 4px;
	text-align: center;
}

#randomProd .header {
	padding: 4px 0 4px 0;
	color: #ffffff;
	font-size: 12pt;
	text-align : center;
	font-weight : normal;
	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;	
}

/* browse */

table.recordsTable {
	background-color:#ffffff;
	width:100%;
}
	table.recordsTable td{ 
		color: #000000;
	}
	table.recordsTable h1{ 
		color: #000000;
		font-size:16px;
	}
	
	table.recordsTable div{ 
		width:400px;
		margin:auto;
	}
	
	table.recordsTable p{ 
		color: #000000;
	}
	
	table.recordsTable a{
		font-weight: bold;
		color: #000000;
	}
	table.recordsTable a:visited{
	}
	table.recordsTable a:hover{
	color: #990000;
	}

	
#browseChildList{
	margin:0;
}	
	
#browseChildList ul{
margin:0;
padding:0;
}		
#browseChildList li{
	margin-left: 20px;
	margin-bottom: 7px;
	padding:0;
	list-style-type: none;
	list-style-image: url(/images/list_item.gif);
}

#browseChildList a{
	text-decoration: none;
}
#browseChildList a:hover{
	text-decoration: underline;
}
	
.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()  */

#navListBar{
	padding: 12px 4px 6px 0;
}
	
	
.navigationList { 
	font-size: 8pt; 
	margin-bottom: 4px;
	color: #eeeeee;
	font-weight:normal;
}
a.navigationList { 
	font-size: 8pt; 
	margin-bottom: 4px;
	color: #eeeeee;
	font-weight:normal;
}
a:visited.navigationList { 
	color: #eeeeee;
}
a:hover.navigationList { 
	color: #990000;
}

.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 : #993399;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #993399;
	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: #eeeeee;
	margin-bottom: 0px;
}
.vendoraddress {   
	font-size: 12px;
	color : #eeeeee;
	font-weight : bold;
}
a.vendoraddress {   
	font-size: 12px;
	color: #eeeeee;
}
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. */


