/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
body { 
	margin: 10px;	
	background-color: #404040; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;
}
p,td {  
		font-family:  Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
	color: #333333;
	vertical-align: top;	
		}
h1 {  font-size: 14px; font-weight:bold; color:#1F9BC1;}
h2 {  font-size: 12px; font-weight:bold; color:#1F9BC1;margin:4px;}
h3 {  font-size: 14px; font-weight:bold; color:#333333;}
a {
	color:#333333;
}
a:visited {
	color:#333333;
}
a:hover {
	color:#0066CC;
}

form{
	margin:0;
	padding:0;
}

.tiny {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}

.row1{
	background-color: #ffffff;
	padding-right: 20px;
}
.row2{
	background-color: #e9eff8;
	padding-right: 20px;
}

#homeBox1{
	border:1px solid #1F9BC1;	
	width:340px;
	height:320px;
	float:left;
	padding:7px;
}

#homeBox2{
	border:1px solid #1F9BC1;
	width:210px;
	height:320px;
	float:right;
	margin-right:20px;	
	padding:7px;
}

/* header */
table.bodystyle {
	width: 800px;
	background-color: #ffffff;
}
table.bannerstyle {
	width: 100%;
	background-color: #333333;
   background-image:url(/images/header.jpg);
   background-repeat:no-repeat;
	height: 127px;
}
td.ErrorBox { 
	background-color: #FFCC00;
	width: 90%;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}
/* topmenu */
#searchbox {
	width:160px;
	margin:0;
	margin-top: 2px;
	padding: 0;
	float: right;
	text-align: right;
	font-size:10px;
}

#searchbox form{
	padding:0px;
	margin: 0;
	padding-right: 10px;
}
#searchbox input{
	font-size:10px;
}


/* have to keep using tables for floating inline divs, containers don't work as expected in FF */
table.topmenu { 
	background-color: #ffffff;
	padding: 0;
	margin: 0;
	width: 100%;
}


/* top menu for categories */

#topbuttoncat{
	padding: 0;
	margin: 0;
	background-image: url(/ps_image/tb_bg.jpg);
	background-repeat: repeat-x;	
}






/* leftmenu 
   these styles are also used in randomprod,
   shop/login, account/billing, account/shipto   */

table.LeftMenuTableTop { 
	background-color: #1F9BC1;
	width: 180px;
	border: 0px;
	margin: 0px;
}
td.LeftMenuHeader { 
	color: #ffffff;
	font-size: 13px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;
}
table.LeftMenuTableBody { 
	background-color:#ffffff;

	color: #FFFFFF;
	width: 180px;
}
td.LeftMenuBody { 
	color: #333333;
}





/* Navigation classes for left infopages list */
#leftNavButtons {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;  
	background-color: #ffffff;
	color: #333333;
	width:160px;
	border: 1px solid #1F9BC1;
	}
#leftNavButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftNavButtons li {
	list-style-type: none;
	border-bottom: 1px solid #1F9BC1;
	margin: 0;
	padding: 0;
}
#leftNavButtons li.leftmenuheader {
	list-style-type: none;
	border-bottom: 1px solid #333333;
	background-color: #1F9BC1;
	color: #ffffff;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	margin: 0;
	padding: 5px;
}

/* Navigation classes for left menu products list */		
#leftProdButtons {
	padding: 0;
	margin: 0;
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;  
	background-color: #ffffff;
	color: #333333;
	width:160px;
	border: 1px solid #1F9BC1;
	}
#leftProdButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftProdButtons li {
	list-style-type: none;
	border-bottom: 1px solid #1F9BC1;
	margin: 0;
	padding: 0;
}

#leftProdButtons li.leftmenuheader {
	list-style-type: none;
	border-bottom: 1px solid #1F9BC1;
	background-color: #ffffff;
	color: #1F9BC1;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	margin: 0;
	padding: 5px;
}

#leftProdButtons2 {
	padding: 0;
	margin: 15px 0 0 10px;
	font-size: 11px;
	font-weight: normal;  
	background-color: #ffffff;
	color: #333333;
	width:160px;
	border: 1px solid #1F9BC1;
	}
#leftProdButtons2 ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftProdButtons2 li {
	list-style-type: none;
	border-bottom: 1px solid #1F9BC1;
	margin: 0;
	padding: 0;
}

#leftProdButtons2 li.leftmenuheader {
	list-style-type: none;
	border-bottom: 1px solid #1F9BC1;
	background-color: #ffffff;
	color: #1F9BC1;
	text-align:center;
	font-weight: bold;
	font-size:12px;
	margin: 0;
	padding: 5px;
}


/*	 Navigation links classes */	
a.LeftMenuLink {
	display: block;
	padding: 5px 0px 5px 6px;
	color: #333333;
	text-decoration: none;
}
a:visited.LeftMenuLink {
	color: #333333;
}
a:hover.LeftMenuLink {
	background-color: #1F9BC1;
	color: #ffffff;
}

/* Add more nav classes as required for more category hierarchies*/		
li a.LeftMenuLink1 {
	display: block;
	padding: 5px 0px 5px 16px;
	color: #461746;
	text-decoration: none;
}
a:hover.LeftMenuLink1 {
	background-color: #ffffff;
	color: #993399;
}
a.LeftMenuLink2 {
	display: block;
	padding: 5px 0px 5px 26px;
	color: #461746;
	text-decoration: none;
}
a:hover.LeftMenuLink2 {
	background-color: #ffffff;
	color: #993399;
}	
		
a.LeftMenuLinkPOPUP { 
	display: block;
	background-color: #ffffff;
	font-size: 11px;
	color: #461746;
	text-decoration: none;
	padding: 5px;
    background-image:url(/ps_image/nav_arrow.gif);
    background-position: center right;
    background-repeat:no-repeat;
}
a:visited.LeftMenuLinkPOPUP { 
	color: #461746;
}
a:hover.LeftMenuLinkPOPUP { 
	background-color: #1F9BC1;
	color: #ffffff;
}

/* footer */
table.footer { 
	width: 800px;
	height: 20px;
	background-color: #ffffff;
	border-top: 0px;
	background-image: url(/ps_image/footer_bg.jpg);
	background-repeat: repeat-x;
}
td.footertext { 
	font-size: 9px;
	color: #1F9BC1;
}
a.footerlink { 
	font-size: 9px;
	color: #1F9BC1;
}
a:visited.footerlink { 
	color: #1F9BC1;
}
a:hover.footerlink { 
	color: #000000;
}

/* Login box on home page */
.loginBox{
	border-right: 1px solid #1F9BC1;
	border-bottom: 1px solid #1F9BC1;
	border-top: 1px solid #1F9BC1;
	padding: 0 10px 0 10px;
	width: 120px;
}	

#minicart{
	border-right: 1px solid #1F9BC1;
	border-bottom: 1px solid #1F9BC1;
	border-top: 1px solid #1F9BC1;
	padding: 0 10px 0 10px;
	width: 120px;
}

#minicart .header{
	margin: 0;
	border-top: 1px solid #000000;
	background-color: #000000;
	color: #ffff00;
	font-size: 13px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;
	padding: 4px 0 4px 0;	
}

#minicart .content{
	padding: 4px;
	text-align: center;
}

a.forgottenPassword{
	display: block;
	font-size: 9px;
	color: #0080C4;
	padding-top:4px;
	padding-bottom:4px;
}	
a:visited.forgottenPassword{
	font-size: 9px;
	color: #0080C4;
}
a:hover.forgottenPassword{
	font-size: 9px;
	color: #000000;
}

ul.categoryList{
	list-style: none;
	padding:0;
	margin:0;
	
}

ul.categoryList li{
	margin-bottom:8px;
}

a.categoryListLink{
	font-weight:bold;
}	
a:visited.categoryListLink{
}
a:hover.categoryListLink{
}

/* Specials randomprod (sent to ps_product/showimage() ) */
#advanced_search{
	width: 180px;
	border:1px solid #0066cc;
	text-align:center;
}


table.randomProdTableTop { 
	background-color: #993399;
	width: 180px;
	border: 0px;
	margin: 0px;
}
td.randomProdHeader { 
	color: #ffffff;
	font-size: 13px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;
}
table.randomProdTableBody { 
	background-color:#fddfd9;
	border: 1px solid #445870;
	color: #FFFFFF;
	width: 180px;
}
td.randomProdBody { 
	color: #333333;
}
a.randomProdlink { 
	font-size: 8pt;
	color: #461746;
}
a:visited.randomProdlink { 
	color: #461746;
}
a:hover.randomProdlink { 
	color: #993399;
}
.randomProdImg {  
	border: 1px solid #445870;	
}

/* browse */

#browseCatChildList{
	padding: 0;
	padding-top:4px;
	margin: 0;
	margin-left: 10px;
	font-size: 11px;
	font-weight: normal;  
	background-color: #ffffff;
	color: #333333;
	width:160px;

	}
#browseCatChildList ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#browseCatChildList li {
	list-style-type: none;
	margin: 0;
	padding: 3px;
}



table.RecordsTable { 
	border: 0px solid #445870;
	background-color: #ffffff;
}
td.RecordsTableHeader { 
	background-color: #993399;
	font-weight: bold;
	border-bottom: 1px solid #445870;
	color: #ffffff;
	white-space: nowrap;
}
td.Record { 
	padding-top: 16px;
	background-color: #ffffff;
	border-bottom: 0px solid #445870;
}
a.offsetLink { 
	font-size: 14px; 
	margin-bottom: 4px;
	color: #445870;
}
a:hover.offsetLink { 
	color: #445870;
}
a:visited.offsetLink { 
	color: #445870;
}

/* product Page (flypage) 
   a. also in ps_product_category/navigation_list()  */

.readonlytext{
	border:0;
	background-color: #ffffff;
}	

#colourspage{

}	
#colourspage .pileDesc{
	padding: 3px 0 10px 0;
}
#colourspage .colourthumbs{
	float:left; 
	margin: 0 0 0 0;
	padding: 0px 0 0px 0;
	text-align:center;
	border: 0px solid #d1d1d1;
	width: 120px;
	height: 85px;
	height: 110px;
}


.pileDesc{
	padding: 3px 20px 10px 16px;
}
	
.colourthumbs{
	float:left; 
	margin: 0 0 0 0;
	padding: 0px 0 0px 0;
	text-align:center;
	border: 0px solid #d1d1d1;
	width: 130px;
	height: 85px;
	height: 110px;
}
.colorthumbstext{
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
}
.colourthumbs2{
	float:left; 
	margin: 0 0 0 0;
	padding: 0px 0 0px 0;
	text-align:center;
	border: 0px solid #d1d1d1;
	width: 120px;
	height: 85px;
	height: 110px;
}


/* FLOATER */
#trailimageid {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 206px;
	height: 1px;
	z-index: 1000;
}	
	
.navigationList { 
	font-size: 11px; 
	font-weight:normal; 
	margin-bottom: 4px;
	color: #333333;
}
.navigationListText{
	font-size: 12px; 
	font-weight:bold; 
	margin-bottom: 4px;
	color: #0066CC;	
}
a.navigationList { 
	font-size: 12px; 
	font-weight:bold; 
	margin-bottom: 4px;
	color: #0066CC;
}
a:visited.navigationList { 
	color: #0066CC;
}
a:hover.navigationList { 
	color: #0066CC;
}

.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: 0;
	margin:0;
}
.cartHeader {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #1F9BC1;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #1F9BC1;
	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 : normal;
}
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;
}

table.aboutus{
	border:1px solid #000000;
	border-right:0px solid #000000;
	border-bottom:0px solid #000000;
	width:97%;
}

th.aboutus {
	text-align: left;
	background-color: #cccccc;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding: 8px;
}
td.aboutus{
	vertical-align: top;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	padding: 5px;
}


/* 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. */


