/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}

.printnone {
	display: none;
}

body { 	
	font-family:  Arial; 
	font-size: 13pt;
	color: #000000;
	background-image: none;	
}

p,td { font-size: 12pt; }

h1 {  
	font-size: 20pt;
	font-weight:bold; 
	color:#000000; 
	border-bottom: 1px dotted #000000; 
	margin-bottom: 6px;
	padding-bottom: 3px;
}
h2 {  font-size: 16pt font-weight:bold; margin-bottom: 4px; }

h3 {  font-size: 15pt font-weight:normal;color:#8F0000;}

a { color:#8F0000; }

.tiny {   font-size: 7pt; }

.asterix {   color: #990000;}

.red{ color: #8F0000; }

table.bodystyle { width: 1010px; }

table.content{}

.tag{
	font-size: 23pt;
	font-weight: bold;
	padding: 5px 0;
}



span.red { display: none;}

.searchform, p.searchbox{ display: none; }

#leftcol { display: none;}

td.ErrorBox { 
	background-color: #FFCC00;
	width: 90%;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}

table.topmenu { 
	padding: 0;
	margin: 0;	
}

.TopAISText { 
	font-weight: bold; 
	font-size: 11pt;
	padding-bottom: 25px;
	}

a.TopAISTextLink { text-decoration:none; }

/* Navigation classes for top infopages list */
#topbutton{
	padding: 0;
	margin: 0;
}
#topbutton ul{
	padding: 0;
	margin: 0;
	background-color: #ff6633;
	color: #ffffff;
	font-size: 11px;
	font-weight:bold; 
}
#topbutton ul li { 
	display: inline; 
	list-style: none;
}

#topbutton2{
	padding: 0;
	margin: 0;
	float: right;
}
#topbutton2 ul{
	padding: 0;
	margin: 0;
	background-color: #ff6633;
	color: #ffffff;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight:bold; 
}
#topbutton2 ul li { 
	display: inline; 
	list-style: none;
}



/* 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;
}


table.LeftMenuTableTop {  display:none;  }

td.LeftMenuHeader {  display:none; }

table.LeftMenuTableBody {  display:none; }

table.LeftMenu2ndTable {  display:none; }
td.LeftMenuBody { 
	color: #333333;
}


#leftNavButtons { display: none; }
	
#leftProdButtons { display: none; }


/*	 Navigation links classes */	
a.LeftMenuLink {
	display: block;
	padding: 10px 0px 10px 6px;
	color: #015353;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:visited.LeftMenuLink {
	color: #015353;
}
a:hover.LeftMenuLink {
	background-color: #D3E2A2;
	color: #015353;
}

/* Add more nav classes as required for more category hierarchies*/		
li a.LeftMenuLink1 {
	display: block;
	padding: 10px 0px 10px 36px;
	color: #015353;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:visited.LeftMenuLink1 {
	color: #015353;
}
a:hover.LeftMenuLink1 {
	background-color: #D3E2A2;
	color: #015353;
}
a.LeftMenuLink2 {
	display: block;
	padding: 10px 0px 10px 56px;
	color: #8F0000;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
a:visited.LeftMenuLink2 {
	color: #8F0000;
}	
a:hover.LeftMenuLink2 {
	background-color: #CFC8B4;
	color: #8F0000;
}	
		
a.LeftMenuLinkPOPUP { 
	display: block;
	padding: 10px 0px 10px 6px;
	color: #015353;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
    background-image:url(ps_image/nav_arrow.gif);
    background-position: center right;
    background-repeat:no-repeat;
}
a:visited.LeftMenuLinkPOPUP { 
	color: #015353;
}
a:hover.LeftMenuLinkPOPUP { 
	background-color: #D3E2A2;
	color: #015353;
}

.inputbox{
	background-color: #ffffff;
	border: 1px solid #999999;
	font-size: 10px;
	margin-bottom: 4px;
	
}


/* footer */
table.footer { 
	width: 100%;
	height: 20px;
	background-color: #ffffff;
	border-top: 0px;
}
td.footertext { 
	font-size: 11pt;
	color: #666666;
}

/* Specials randomprod (sent to ps_product/showimage() ) */

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 */

table.RecordsTable { 
	border: 1px 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: 6px;
	background-color: #ffffff;
	border-bottom: 1px solid #445870;
}
a.offsetLink { 
	font-size: 14px; 
	margin-bottom: 4px;
	color: #445870;
}


/* product Page (flypage) 
   a. also in ps_product_category/navigation_list()  */

.navigationListBox{ display: none; }	
	
.popupwindow{
	background-color: #702570;
}
table.popupwindow{
	background-color: #ffffff;
}

.popupwindowtext{
	color: #000000;
	font-weight:bold;
}

a.backLink{
	display: none;
}


td.flypageBG{
	background-image: URL(product-page_files/fly_page_background.gif);
	background-repeat: repeat-y;
	padding: 10px;
}
/* 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;
}
.cartCell {/* basket, ro_basket - used in subtotal cell etc*/ 
	background-color: #ffffff;
}

/* 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 : 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;
}



/* 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. */


/* NEW STYLES */

h1 {
	border-bottom: 1px solid #000000; 
	font-weight: bold;
	margin-bottom: 20px;
}

td.flypageBG{
	background-image: none;
	padding: 0;
}

.spec {
	width: 100%;
	border-spacing: 0;	
	margin: 4px 0;
	border-collapse: collapse;
}

.spec thead td{
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	background-color : #f8faf3;
	width: 170px;
}

.spec thead th{
	border-top: 1px solid #c9c9c9;
	padding: 8px 8px;
	background: #eaf1d2;
	text-align: left;
}

.spec .border{
	border-left: 1px solid #c9c9c9;
}

.spec tbody th{
	border-top: 1px solid #c9c9c9;
	border-right: 1px solid #c9c9c9;
	padding: 5px 8px;
	text-align: right;
	background: #f0f0f0;
	width: 170px;
}

.spec tbody td{
	border-top: 1px solid #c9c9c9;
	padding: 7px 8px 7px 21px;
	background: url(images/bullet.gif) 8px 11px no-repeat;	
}

.spec tbody .blank {
	background-color : #f8faf3;
}

.spec tbody .stock {
	background: url(images/stock.gif) 5px 8px no-repeat;	
	background-color : #f8faf3;
	font-weight: bold;
}

.spec tbody .nonstock {
	background: url(images/nonstock.gif) 5px 8px no-repeat;	
	background-color : #f8faf3;
	font-weight: bold;
}

.spec .double {
	background: url(images/bullet.gif) 8px 16px no-repeat;		
}

table.content{ }

.spec tbody td.download { display: none; }
 
.spec .single div { padding: 5px 20px 10px 31px; }
 
.spec .two div { padding: 5px 40px 10px 31px; }
 
.spec .three div {  padding: 5px 30px 10px 31px; }
 

 
.spec .arrow {
	float: right;
	background: url(images/arrow.gif) 0 2px no-repeat;
	height: 21px;
	width: 19px;
	display: block;
	text-decoration: none;
	margin-top: -5px;
	margin-bottom: -5px;
}

.spec .arrow.double {
	margin-top: 1px;
	margin-bottom: -4px;
}


#right .img-border{
	background: url(images/img-border.gif) no-repeat;
	padding: 12px;
	margin-top: 16px;
	margin-bottom: 20px;
}


.optional-note {
	padding: 0 0 0 13px;
	margin-left: 3px;
	margin-top: 13px;
	text-align: left;
	background: url(images/arrow.gif) no-repeat;
}
#right p{ display: none; }

#right .download { display: none; }

#right .optional { display: none; }

a.navigationList {
	text-decoration: underline;
}

#contenttable {
	width: 90%;
}









