/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
body { 
	margin: 10px;	
	background-color: #2E2E2E; 
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #cccccc;
}
p,td {  
		font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
	color: #cccccc;
		}
h1 {  font-size: 20px; font-weight:normal; color:#cccccc;}
h2 {  font-size: 14px; font-weight:bold; margin-bottom: 4px;color:#cccccc;}
h3 {  font-size: 12px; font-weight:bold;color:#cccccc;}
a {
	color:#cccccc;
}
a:visited {
	color:#cccccc;
}
a:hover {
	color:#993399;
}
.tiny {  
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}

/* header */
table.bodystyle {
	width: 984px;

}

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!   */
	
table.topmenu { 
	padding: 6px 0 6px 0;
	margin: 0;
	width: 100%;
	background-color: #292929;
}
#topbutton{
	margin: 0;
	background-color: #292929;
	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: 0 12px 0 12px;
	color: #cccccc;
	text-decoration: none;
	border-right: 1px solid #8e006e;
	background-color: #292929;
	float:left;
}
#topbutton a:visited {
	color: #cccccc;
}
#topbutton a:hover {
	background-color: #666666;
	color: #FFFFFF;
}

#topbutton a.selected {
	padding: 0 12px 0 12px;
	color: #cccccc;
	text-decoration: none;
	border-right: 1px solid #8e006e;
	background-color: #292929;
}
#topbutton a:visited.selected {
	
}
#topbutton a:hover.selected {
	background-color: #666666;
	color: #FFFFFF;
}


/* top menu for categories */
table.topbuttoncat { 
	background-color: #ffffff;
	width:100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #000000;
}
#topbuttoncat{
	clear: both;
	padding: 0;
	margin: 0;
}
#topbuttoncat ul{
	padding: 0;
	margin: 0;
	background-color: #ffffff;
	color: #333333;
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight:bold; 
}

#topbuttoncat ul li { 
	display: inline; 
	list-style: none;
}


/* Top category menu links */

a.TopCatMenu {
	padding: 6px 12px 6px 12px;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #333333;
}
a:visited.TopCatMenu {
	color:#ffffff;
}
a:hover.TopCatMenu {
	background-color: #8ec5c0;
	color:#ffffff;
}
a.TopCatMenuPOPUP {
	padding: 6px 12px 6px 12px;
	background-color: #ffffff;
	color: #333333;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}
a:visited.TopCatMenuPOPUP {
	color:#333333;
}
a:hover.TopCatMenuPOPUP {
	background-color: #8ec5c0;
	color:#ffffff;
}

/* contains login, admin & account link & minicart*/
#authbar{
	text-align: right;
	padding: 4px 4px 4px 0;
}



/* leftmenu 
   these styles are also used in randomprod,
   shop/login, account/billing, account/shipto   */

table.LeftMenuTableTop { 
	background-color: #993399;
	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:#fddfd9;
	border: 1px solid #445870;
	color: #FFFFFF;
	width: 180px;
}
td.LeftMenuBody { 
	color: #333333;
}

td.leftmenu{
	 width: 165px;
	 background-color:#292929;
}	

/* Navigation classes for left infopages list */
#leftNavButtons {
	padding: 4px;
	margin: 0;
	}
#leftNavButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftNavButtons li {
	list-style-type: none;
	border-bottom: 3px solid #292929;
	margin: 0;
	padding: 0;
}
#leftNavButtons li.header {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 12px 6px;
	border: 0;
	color: #8e006e;
	font-size: 12px;
	font-weight : bold;
}

/* Navigation classes for left menu products list */		
#leftProdButtons {
	padding: 4px;
	margin: 0;
	}
#leftProdButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftProdButtons li {
	list-style-type: none;
	border-bottom: 3px solid #292929;
	margin: 0;
	padding: 0;
}
#leftProdButtons li.header {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 12px 6px;
	border: 0;
	color: #8e006e;
	font-size: 12px;
	font-weight : bold;
}

/*	 Navigation links classes */	
a.LeftMenuLink {
	display: block;
	padding: 1px 0px 1px 6px;
	color: #cccccc;
	text-decoration: none;
	background-color: #38383c;
	font-size: 11px;
	font-weight: normal; 
}
a:visited.LeftMenuLink {
	color: #cccccc;
}
a:hover.LeftMenuLink {
	background-color: #8e006e;
	color: #cccccc;
}

/* 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: #fddfd9;
	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: #ffffff;
	color: #993399;
}

/* footer */
table.footer { 
	width: 984px;
	height: 20px;
	background-color: #1b1b1b;
	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: #8e006e;
}

/* home page */

#homepage_bg{
	background-image: url(/images/home_image_bg.jpg);
	background-repeat:no-repeat;
	width: 610px;
	height:445px;
	float:left;
}
#store_desc {
	width:300px;
	padding-top: 25px;
	padding-left:25px;
	font-size: 10px;
	color:#cccccc;
	font-weight: normal;
}
#store_desc p{
	font-size: 10px;
	color:#cccccc;
	font-weight: normal;
}

#home_right{
	width:165px;
	float:right;
}

.home_right_boxes{
	background-color: #1b1b1b;
	padding:10px;
}

form.searchbox{
	margin:3px 0 2px 0;
}
.searchinput{
	border: 1px solid #666666;
	
}
form.login{
	margin:3px 0 2px 0;
}
.logininput{
	border: 1px solid #666666;
	background-color: #1b1b1b;
	color: #cccccc;
	
}

/* 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;	
}
#mailingList form {  
	margin: 5px;
}

/* Specials randomprod (sent to ps_product/showimage() ) */

#randomProd{
	width: 165px;
	background-color: #292929;
	text-align: center;
	padding: 4px 0 10px 0;
}

#randomProd .header {
	text-align : center;
	white-space: nowrap;	
	list-style-type: none;
	margin: 0;
	padding: 6px 0 12px 6px;
	border: 0;
	color: #8e006e;
	font-size: 12px;
	font-weight : bold;	
}

#randomProd a{ 
	font-size: 8pt;
	color: #cccccc;
}
#randomProd a:visited {
	color: #cccccc;
}
#randomProd a:hover { 
	color: #993399;
}
.randomProdImg {  
	border: 1px solid #445870;	
}

/* browse */

table.recordsTable { 
	background-color: #292929;
}
td.record { 
	border-bottom: 1px solid #38383c;
	padding:20px;
}

a.record{
	font-size: 18px; 
	font-weight:normal; 
	color: #b9008f;
}
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: #ffffff;
}
#prevNext a:hover { 
	color: #ffffff;
}
#prevNext a:visited { 
	color: #ffffff;
}
#prevNext a.current { 
	font-size: 10pt; 
	margin-bottom: 4px;
	color: #ffffff;
	text-decoration: none;
}
#prevNext a:hover.current { 
	color: #ffffff;
}
#prevNext a:visited.current { 
	color: #ffffff;
}


/* product Page (flypage) 
   a. also in ps_product_category/navigation_list()  */

.navigationList { 
	font-size: 18px; 
	margin-bottom: 4px;
	color: #b9008f;
}
a.navigationList { 
	font-size: 18px; 
	font-weight:normal; 
	margin-bottom: 4px;
	color: #b9008f;
}
a:hover.navigationList { 
	color: #993399;
}
a:visited.navigationList { 
	color: #b9008f;
}
.popupwindow{
	background-color: #702570;
}
table.popupwindow{
	background-color: #ffffff;
}

.popupwindowtext{
	color: #000000;
	font-weight:bold;
}

/* Retailer search results tables */

table.retailerStateList{
	width:100%;
}
table.retailerStateList td{
	border-bottom: 1px solid #292929;
	padding:4px 15px 4px 4px;
}
table.retailerStateList td.name{
	font-size:10pt;
	font-weight: bold;
}
table.retailerStateList td.listheader { 
	color: #8E006E;
	font-size: 13px;
	text-align : left;
	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: #333333;
	margin-bottom: 0px;
}
.vendoraddress {   
	font-size: 12px;
	color : #cccccc;
	font-weight : bold;
}
a.vendoraddress {   
	font-size: 12px;
	color: #cccccc;
}
a:hover.vendoraddress {
	color: #4B95B4;
}
a:visited.vendoraddress { 
	color: #cccccc;
}

/* 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. */



