/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
body { 
	margin:0;	
	background-color: #CB997E; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #333333;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
p,td {  
		font-family:  Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
	color: #333333;
	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:#5d2d3a;
}
.tiny {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}

/* header */
.container{
	background-image: url(/images/background.jpg);	
	background-repeat: no-repeat;
	width:766px;
	margin: auto;
	background-color: #C37B5d;

}


table.bodystyle {
	width: 611px;
	margin:auto;
}

td.bannerstyle {
	text-align: center;
}



td.home{
	background-image: url(/images/home_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #ebe6d9;
	border: 1px solid #000000;
	
}
td.home h1{
	color:#c00000;
	font-size:11px;
	font-weight: bold;
	margin:2px 0 2px 0;
}
td.home h2{
	background-image: url(/images/header_img.gif);
	background-repeat: no-repeat;
	padding:12px 0 0 38px;
	height:38px;
	font-size:14px;
	font-weight: bold;
	color:#c00000;	
}


.home_box1{
	width:259px;
	padding: 10px 20px 0 20px;
	line-height: 130%;

}

.home_box1 h1{

}
td.home_cell2{
	background-color: #efece2;
}
.home_box2{
	width:259px;

	padding: 10px 20px 30px 20px;
	line-height: 130%;
}
/* Specials randomprod found in homebox2 */

.randomProd{
	border-bottom: 1px dotted #B1AEA7;
	padding:2px 0 2px 0;
	background-image: url(/images/home_arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
	
}
.randomProd a{ 
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}
.randomProd a:visited {
	color: #333333;
	text-decoration: none;
}
.randomProd a:hover { 
	color: #5d2d3a;
}
.randomProdImg {  
	border: 1px solid #445870;	
}
.home_box3{
	width:259px;
	height:226px;
	padding: 10px 20px 0 20px;
	line-height: 130%;
}

td.contentstyle {
	background-color: #ffffff;
	background-image: url(/images/white_top_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border: 1px solid #000000;
	padding: 0;
}
.content_left{
	background-color: #e5dfcf;
}

.content_bottom_left{
	padding: 10px 20px 20px 20px;
}


.content_right{
	width:259px;
	padding: 10px 20px 0 10px;
		overflow: auto;
}
.content_right p{
	margin:0;
}

.content_right h1{
	margin:0;
	background-image: url(/images/header_img.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height:38px;
	padding: 6px 0 0 38px;
}

.content_bleft{
	width:259px;
	padding: 10px 20px 0 20px;
	line-height: 130%;
	vertical-align: top;
}

.content_right a{
	color:#c00000;
	font-size:11px;
	font-weight: bold;
	margin:2px 0 2px 0;
}


td.ErrorBox { 
	background-color: #FFCC00;
	width: 90%;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}
/* topmenu */
p.searchbox {
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-decoration : none;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:30px;
	height:78px;
	vertical-align:bottom;
}

/* 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!   */
	
table.topmenu { 
	padding: 0;
	margin: 0;
	width: 100%;
	background-image: url(/images/topmenu_bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	border-bottom: 0;
	
	
}

/* contains login, admin & account link & minicart*/
#authbar{
	text-align: center;
	padding: 4px 4px 4px 0;
	color:#333333;
}
#authbar a{
	color: #333333;
}


/* browse */

table.recordsTable {
	width:600px;
	margin:auto;
}

td.record { 
	border: 0px solid #CCCCCC;
}

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()  */

.navigation_list{
	margin:0;
	background-image: url(/images/header_img.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	height:38px;
	padding: 6px 0 0 38px;	
}

.navListSeperator {
		font-size: 10px;
	font-weight: bold;	
}

.navigation_list a {
		color: #333333; 
	font-size: 14px;
}
.navigation_list a:hover { 
	color: #c00000;
}
.navigation_list a:visited { 

}

/* shopping cart */
/* basket, ro_basket, checkout/index(info table headers), checkout/thankyou */

#cartPage{
	padding:20px;
}
#cartPage h1{
	background-image: url(/images/header_img.gif);
	background-repeat: no-repeat;
	padding:12px 0 0 38px;
	height:38px;
	font-size:14px;
	font-weight: bold;
	color:#333333;
}

table.cart { 
	background-color: #FFFFFF;
	width: 100%;
	border: 0px;
}
.cartHeader {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #802e3c;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #802e3c;
	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;
}

/* info pages */  
#infoPage{
	padding: 20px 20px 20px 20px;
}
#infoPage h1{
	background-image: url(/images/header_img.gif);
	background-repeat: no-repeat;
	padding:12px 0 0 38px;
	height:38px;
	font-size:14px;
	font-weight: bold;
	color:#c00000;	
}


.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;
}

table.footer{
	width:611px;
}

table.footer td{
	font-size:7pt;
}

/* account module pages */  
#accPage{
	padding: 20px 20px 20px 20px;
}
#accPage h1{
	font-size:14px;
	font-weight: bold;
	color:#000000;	
}
#accPage h2{
	font-size:12px;
	font-weight: bold;
	color:#000000;	

}


/* 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. */


