/* 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: #7DA4CF; 
	font-family:  Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #333333;
	background-image: url(/images/body_bg.jpg);
	background-repeat: repeat-x;
}
p,td {  
	font-family:  Arial, Helvetica, sans-serif; 
	vertical-align: top;
	margin-top:0;
}

h1 {  font-size: 20px; font-weight:normal; color:#D57500; font-family:"Arial Narrow", Arial, Helvetica, sans-serif;margin-top:0;}
h2 {  font-size: 14px; font-weight:normal; margin-bottom: 4px;color:#274E7D;}
h3 { margin:0;color:#339;font-weight:normal;}
a {color:#E98000;}
a:hover {color:#274E7D;}
li{
	padding-bottom:4px;
}

.tiny {  font-size: 9px; }
.asterix { color: #990000;}

img { border:0;}

.button{
	border: 0;
	background-color: #333;
	color:#ddd;
	padding:3px 10px;
	margin:0 10px;
}


/* header */
table.bodystyle {
	width: 832px;
	background-color: #ffffff;
}
table.bannerstyle {
	width: 100%;
}
td.ErrorBox { 
	background-color: #FFCC00;
	width: 90%;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}
/* topmenu or leftmenu */
.searchbox {
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration : none;
	padding-right:10px;
	padding-bottom:10px;
	vertical-align:bottom;
}

.header-right{
		font-family:times, serif;
}

.call{
	font-size:22px;
	color:#1C3078;
}

.phone{
	font-size: 45px;

	color: #E98000;
}

	
#topmenu { 
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: transparent;
	background-image: url(/images/banner.jpg);
	height: 277px;
	position:relative;	
}

/* the rest of the top menu is in mlddmmenu.css */



/* contains login, admin & account link & minicart*/
#authbar{
	text-align: right;
	padding: 4px 10px 4px 0;

}

.content_container{
	padding:12px 20px 20px 20px;
	min-height: 350px;
}


/* home page category blocks */

.category_onhome{
	margin: 18px 0 12px 0;
}
.category_onhome img{
	
}

.cat_onhome_link{
	background-image: url(/images/cat_onhome_bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	width:257px;
	height:308px;
	float:left;
	margin:0 10px 0 0;
	text-align:center;
	overflow: hidden;
	padding:14px 0;
}
.category_onhome img{
	border:0;
}

.cat_onhome_link_last{
	background-image: url(/images/cat_onhome_bg.gif);
	background-repeat: no-repeat;
	width:257px;
	height:308px;
	float:left;
	margin:0;
	text-align:center;
	overflow: hidden;
	padding:14px 0;
}


.cat_name{
	text-align:center;
	color:#E98000;
	padding: 5px 0 0 0;
	font-size: 18px;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

.category_onhome a{
	color: #E98000;
	text-decoration: none;
}

.cat_desc{
	text-align: left;
	font-size: 10px;
	padding:0 14px 10px 14px;
	width:229px;
}


/* footer */
table.footer { 
	width: 832px;
	height: 20px;
	background-color: transparent;
	border-top: 0px;
}
td.footertext { 
	font-size: 10px;
	color: #ffffff;
}
a.footerlink { 
	font-size: 10px;
	color: #ffffff;
}

a:hover.footerlink { 
	color: #1c3078;
}

/* mailing list box */
#mailingList{
	width: 135px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	margin-top: 4px;
}

#mailingList .header {
	background-color: #BC0C0C;
	padding: 4px 0 4px 0;
	color: #ffffff;
	font-size: 11px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;	
	border-bottom:1px solid #000000;
}
#mailingList form {  
	margin: 5px;
}

/* 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;	
}

/* browse */

.category_link{
	height:120px;
	width:120px;
	border:1px solid #ccc;
	float:left;
	margin:14px 14px 0 0;
	padding: 10px;
	text-align:center;
}
.category_link img{
	border:0;
}

table.recordsTable { 
}
td.record { 
	border: 1px solid #CCCCCC;
}
td.record p, ul{
	margin:0;
}
td.record .s_desc, .price, .attrib{
	margin-bottom:6px;
}

td.record .price{
	color:#d57500;
}

td.record h1{
	font-size: 12px; 
	font-weight:bold; 
	color:#D57500; 
	font-family:Arial, Helvetica, sans-serif;
	margin-top:0;
}

.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: 10px; 
	margin-bottom: 14px;
	color:#333;
}

.navigationList a{ 
	color:#333;
}


/* shopping cart */
/* basket, ro_basket, checkout/index(info table headers), checkout/thankyou */

.cartMsg{margin:20px;padding:10px;border:2px solid #900;font-weight:bold;}


table.cart { 
	background-color: #FFFFFF;
	width: 100%;
	border: 0px;
	border-collapse: collapse;

}

table.cart th{ 
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #273E82;
	padding:6px 20px 6px 4px;
	text-align: right;
}

table.cart th.left{ 
	text-align: left;
	padding-right:0;
}

table.cart td{ 
	text-align: right;
	padding:6px 20px 6px 4px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: middle;
}


table.cart td.left{ 
	text-align: left;
	padding-right:0;
}
.cartHeader {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #273E82;
	padding:6px 4px;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #273E82;
	padding: 6px 20px 6px 0;
	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;
}
.qty{
	text-align:right;
	border:0;
	padding-right:2px;
}




#postage_calculator{
	border:1px solid #666;
	padding:12px;
	line-height:150%;	
	margin-bottom:30px;
}



/* shop/login, account/billing, account/shipto */

hr.login { 
	height: 1px;
	color: #000000;
	width: 100%;
	border-style: dotted;
}

/* contact */  
.contactcol1{
	width:420px;
}

.contactcol1 .contactlabel{
	width:170px;
	height:30px;
	float:left;

}
.contactcol1 .contactvalue{
	width:250px;
	height:30px;
	float:right;
}
.contactcol1 .contactvalue input{
	width:185px;
}

.contactcol1 .contactvalue select{
	width:190px;
}


.contactcol2{
	width:240px;
}

.contactcol2 .contactlabel{
	width:190px;
	height:30px;
	float:left;

}
.contactcol2 .contactvalue{
	width:50px;
	height:30px;
	float:right;

}

.contactcol2 input.set{
	width:280px;
}

.contactbuttons{
	padding:20px 0 0 170px;
}


.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;
}

/*Warranty Form*/
.warranty{font-size:11px;}
.warranty .label{margin-top:6px;}
.warranty .value input{width:210px;}
.col1{width:260px;}
.col2{width:260px;}
.col3{width:260px;}


/* 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. */



