/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
body { 
	margin: 0px;	
	background-color: #fafafa;
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000;
}
p,td {  
		font-family:  Verdana, Arial, Helvetica, sans-serif; 
		font-size: 11px;
	color: #333333;	
		}
h1 {  
	font-size: 1.4em; 
	font-weight:bold; 
	background: url(images/heading-line.gif) -28px 15px no-repeat;
	color:#5d6265; 
	margin-bottom:9px;
	padding-bottom: 14px;
}

h2 {  
	font-size: 13px; 
	font-weight:bold; 
	margin-bottom: 4px;
	color:#461746;
}

h3 {  font-size: 12px; font-weight:normal;color:#8F0000;}
a {
	color:#000000;
}

a:hover {
	color:#000000;
}
.tiny {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 7pt;
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}
.red{
	color: #8F0000;
}

/* header */
table.bodystyle {
	width: 1010px;
	background-color: transparent;
}
table.bannerstyle {
	width: 100%;
	background-color: #5d6265;
	height: 85px;
	border-bottom: 1px solid #9ccd58;
}
table.content{
	background-color: #ffffff; 
	padding:24px 0 50px 30px;
}
.tag{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 0px 30px;
}
.searchform{
	padding: 0px 12px 0px 0px;
}


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:30;
	height:60px;
	vertical-align:bottom;
}

#header {
	background: url(images/header-image.jpg) no-repeat right;
	height: 84px;
}

#header h1 {
	background: url(images/healthcare.gif) no-repeat;
	float: left;
	height: 74px;
	width: 295px;
	border: 0;
	padding: 0;
	margin: 8px 0 0 2px;
}

#header div {
	float: left;
	margin: 9px 0 0 65px;
}

#header p{ 
	color: #fff; 
	padding: 10px 0;
	margin: 0;
}

#header a{ color: #fff; }

#header form { 
	padding: 4px 25px 0 0;		
	margin: 0;
}

#header input { 
	color: #868686;
	height: 20px; 
	float: left;
	margin-right: 2px;
}

#header #search {
	background: url(images/search-bg.gif) repeat-x;
	border: none;
	height: 20px;
	color: #000;
	font-size: 1em;
	padding: 0 5px;
	cursor: pointer;
	margin: 0;
}


/* have to keep using tables for floating inline divs, containers don't work as expected in FF */
table.topmenu { 
	padding: 0;
	margin: 0;
}

a.TopAISLink{
	padding: 4px 8px 4px 8px;
	background-color: #015353;
	color: #ffffff;
	text-decoration: none;
	float: left;
	display: block;
	border-bottom: 3px solid #E6E899;
	margin-left: 30px;
}
a:visited.TopAISLink{
	color: #FFFFFF;
}
a:hover.TopAISLink {
	background-color: #015353;
	color: #fff;
	border-bottom: 3px solid #8F0000;
}

.TopAISText{
		padding: 4px 0px 4px 0px;
		display: block;
		margin-left: 30px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif; 
		float: left;
}
a.TopAISTextLink {
		text-decoration:none;
}
a:visited.TopAISTextLink {
		text-decoration:none;
}
a:hover.TopAISTextLink {
		text-decoration:underline;
}
/* 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 links */
a.TopMenuLink{
	padding: 4px 8px 4px 8px;
	background-color: #818070;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	display: block;
	border-bottom: 3px solid #E6E899;
}
a:visited.TopMenuLink{
	color: #FFFFFF;
}
a:hover.TopMenuLink {
	background-color: #cfc8b4;
	color: #fff;
	border-bottom: 3px solid #8F0000;
}

a.TopMenuLinkRight{
	padding: 6px 12px 6px 12px;
	background-color: #ff6633;
	color: #ffffff;
	text-decoration: none;
	float: left;
	border-left: 1px solid #fff;
	display: block;
}
a:visited.TopMenuLinkRight{
	color: #FFFFFF;
}
a:hover.TopMenuLinkRight {
	background-color: #8ec5c0;
	color: #fff;
}

a.TopMenuLinkPOPUP {
	background-color: #ff6633;
	color:#ffffff;
	text-decoration: none;
}
a:visited.TopMenuLinkPOPUP {
	color:#ffffff;
}
a:hover.TopMenuLinkPOPUP {
	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;
}



/* 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:#ffffff;
	color: #FFFFFF;
	width:223px;
	background-image: url(images/menu.gif);
	background-repeat: no-repeat;
}
table.LeftMenu2ndTable { 
	background-color:#ffffff;
	color: #333333;
	width:223px;
	padding: 0px;

}
td.LeftMenuBody { 
	color: #333333;
}


/* Navigation classes for left infopages list */
#leftNavButtons {
	padding: 0;
	margin: 10px 0 15px 0;
	font-size: 11px;
	font-weight: normal;  
	background-color: transparent;
	color: #461746;
	}
#leftNavButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftNavButtons li {
	list-style-type: none;
	border-bottom: 1px dotted #333333;
	margin: 0;
	padding: 0;
}


/* Navigation classes for left menu products list */		
#leftProdButtons {
	padding: 0;
	margin: 25px 0 15px 0;
	font-size: 11px;
	background-color: transparent;
	}
	
#leftProdButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftProdButtons li {
	list-style-type: none;
	border-bottom: 1px dotted #333333;
	margin-top: 0px;
	padding: 0;
}

#leftProdButtons li.noborder{
	border-bottom: none;

}


/*	 Navigation links classes */	
a.LeftMenuLink {
	display: block;
	padding: 9px 10px 9px 30px;
	color:#4E4545;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: bold;
}

a:hover.LeftMenuLink {
	background-color: #deed9b;
	color:#4E4545;
}

/* Add more nav classes as required for more category hierarchies*/		
li a.LeftMenuLink1 {
	display: block;
	padding: 10px 0px 10px 36px;
	color: #4E5000;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}
a:visited.LeftMenuLink1 {
	color: #4E5000;
}
a:hover.LeftMenuLink1 {
	background-color: #deed9b;
	color: #4E5000;
}
a.LeftMenuLink2 {
	display: block;
	padding: 10px 0px 10px 56px;
	color: #8F0000;
	text-decoration: none;
	margin-top: 0;
	margin-bottom: 0;
}
a:visited.LeftMenuLink2 {
	color: #8F0000;
}	
a:hover.LeftMenuLink2 {
	background-color: #deed9b;
	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;
	margin-bottom:10px;
	padding:6px 11px;
}

td.footertext { 
	font-size: 9px;
	color: #666666;
}
a.footerlink { 
	font-size: 9px;
	color: #666666;
}
a:visited.footerlink { 
	color: #666666;
}
a:hover.footerlink { 
	color: #000000;
}

/* 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;
}
a:hover.offsetLink { 
	color: #445870;
}
a:visited.offsetLink { 
	color: #445870;
}

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

.navigationListBox{
	display: block;
	width: 484px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
	font-size: 11px; 
	margin-bottom: 4px;
	color: #7D7D7D;
}	
	
a.navigationList { 
	font-size: 11px; 
	font-weight:normal; 
	margin-bottom: 4px;
	color: #7D7D7D;
	text-decoration: none;
}
.navigationListBox a:visited { color: #7D7D7D; }

.navigationListBox a:hover{ color: #000000; }

a.navigationList {
	text-decoration:underline;
}

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

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

a.backLink{
	color:#7D7D7D;
	text-decoration: none;
}
a.backlink:hover{
	color: #000000;
}

/* 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 : #444519;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #444519;
	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 : 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;
}

.debugPanel{
	background-color: #d5d5d5;
	border:2px solid #990000;
}

.debugPanelHeader{
	color:#000000;
	font-weight: bold;
}
.debugLabel{
	color: #00018c;
	font-weight: bold;
	font-size: 10px;
}
.debugValue{
	color: #000000;
	font-weight: normal;
	font-size: 10px;
}

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

#right .img-border{
	 background: url(/images/img-border.gif) no-repeat; 
	padding: 3px;
	margin-top: 24px;
	margin-bottom: 20px;
}
#right div{
	padding: 5px 6px 10px 31px;
	margin-bottom: 5px;
	width: auto; /*ie fix */
	height: auto; /*ie fix */
}

#right img{
	width: 180px;
}


#right .download { background: url(/images/download.gif) no-repeat; }

#right .optional { background: url(/images/optional.gif) no-repeat; }

.infoimage {
text-align:right;

}

a#linkhome {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 10px;
	text-decoration: none;
	outline: none;
}


.content ul {
	padding: 0 0 0 17px;
	margin: 0;
	list-style-type: circle;
	list-style-image: url(images/bullet.gif);
}

.content li{
	margin: 0;
	padding: 1px 0 3px 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: 100px;
}

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

.spec thead th.lighter {
	background-color : #f8faf3;
	padding: 6px 8px;
}

.spec thead th.long {
	font-size: 10px;
}

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

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

.spec tbody td{
	border-top: 1px solid #c9c9c9;
	padding: 7px 8px 7px 8px;
	/* 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) 7px 8px no-repeat;	
	background-color : #f8faf3;
	font-weight: bold;
	padding: 7px 8px 7px 22px;
}

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

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

table.content{
	padding: 24px 0px 50px 30px; 
}

.spec tbody td.download {
	background: none;
	padding: 14px 3px 0 1px;	
}

.spec tbody td.download div {
	margin-bottom: 5px;
	height: auto; /*ie fix */
	background: url(images/download.gif) no-repeat; float: left;
 }
 
.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 tbody td.download .end {
	display: block;
	width: 7px;
	float: left;
	height: 24px;
	background: url(images/download-end.gif) right no-repeat;
 }
 
.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;
}

#aandd thead th{
	background: #f0f0f0;
	font-size:11px;
}

#aandd tbody th{
	background:#EAF1D2;
	text-align:left;
	font-size:12px;
}


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


#product-navigation {
	background: url(images/nav-bg.gif) repeat-x;
	border-bottom: 1px solid #9ccd58;
	margin: 0;
	padding: 0;
	height: 36px;
	background-color: #494949;
}

#product-navigation li {
	float: left;
	list-style: none;
	position: relative;	
}

#product-navigation a {
	color: #fff;
	font-weight: normal;
	padding: 11px 13px 11px 13px ;
	height: 14px;
	border-right: 1px solid #8f9380;
	border-left: 1px solid #595c50;
	margin: 0;
}

*:first-child+html {} * html #product-navigation a {
	float: left;
}

#product-navigation a:hover {
	background: url(images/nav-bg-hover.gif) repeat-x;
}

#product-navigation ul{	
	position: absolute;
	visibility: hidden;
	margin: -1px 0 0 0;
	background: #666665;
	border: 0;
	padding: 0;
	clear: left;
	z-index: 1;
}

	#product-navigation ul a	{		
		display: block;
		margin: 0;
		padding: 10px 0 10px 12px;
		border-right: none;
		border-left: none;
		text-decoration: none;		
		}

	#product-navigation ul a:hover {	
		background: #545453;
		text-decoration: underline;
	}
	
#product-navigation ul#m1{ width: 207px;}

#product-navigation ul#m1 li{ width: 207px;}

*html #product-navigation ul#m1 a{ width: 207px;}

*:first-child+html  #product-navigation ul#m1 a{ width: 207px;}

h2 a {
	background: url(images/summaryheading.gif) no-repeat;
	display: block;
	padding: 11px 0 11px 10px;
	color: #fff;
	height: 17px;
	width: 346px;
	margin-bottom: 10px;
}

h2 a:hover {
	color: #fff;
}

.summary {
	width: 348px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 230px;
}
.summaryborder {
	background:transparent url(images/summaryborder.gif) no-repeat scroll 0 0;
	width: 133px;
	height: 157px;
	text-align: center;
	padding-top: 9px;
}

.sumcont {
	height: 135px;
	padding: 0 4px;
}

a.viewmore {
	background:transparent url(images/moreinfo.gif) no-repeat scroll 0 0;
	color:#000000;
	display:block;
	float:right;
	height:auto;
	margin-right: 6px;
	padding:5px 25px 10px 38px;
	width:auto;

}

a.moreinfo {
	background:transparent url(images/moreinfo.gif) no-repeat scroll 0 0;
	color:#000000;
	display:block;
	float:right;
	height:auto;
	margin-right: 6px;
	padding:5px 40px 10px 38px;
	width:auto;

}


.christom {
	float: right;
	right: 5px;
	margin-top: -15px;
}

img {
	border : none;
}













