/* Global Styles */

.floatright {
	float:right;
}
.floatleft {
	float:left;
}
body { 
	margin: 10px;	
	background-color: #aeb8ce; 
	font-family:  Arial, Helvetica, sans-serif; 
	color: #333333;
	font-size:small;
}
p,td {  
	font-family:  Arial, Helvetica, sans-serif; 
	color: #333333;
	vertical-align: top;
	margin-top:0;		
		}
h1 {  font-size: 17pt; font-weight:bold; color:#1F5999; margin-top:0;}
h2 {  font-size: 12pt; font-weight:bold; color:#329EE7;}
h3 {  font-size: 100%; font-weight:bold; font-style:italic; color: #0371BE;}
a {
	color:#2699E6;
}
a:visited {
	color:#2699E6;
}
a:hover {
	color: #00008b;
}
.tiny {  
	font-family:  Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px;
}
.asterix {  /* shop/login, account/shipto, account/billing, */
	color: #990000;
}

/* header */
table.bodystyle {
	width: 870px;
	background-color: #ffffff;
}
table.bannerstyle {
	width: 100%;
	background-color: #333333;
}

#content{
	padding:5px 20px 0 20px;
}


#ErrorBox { 
	background-color: #FFCC00;
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	color: #000000;
}
/* topmenu */

/* Wild Medicine is using MLDDM for top menu */
	
table.topmenu { 
	padding: 0;
	margin: 0;
	width: 100%;
	background-color: #177ec0;
}
/* used to remove 3px margin below the header image */
.imgBlock{
	display: block;
	margin:0;
}
.tag{
	background-color: #09357A;
	color:#FFCC00;
	font-size: 10pt;
	font-style: italic;
	font-weight:bold;
	padding:5px 0 10px 10px ;
}

.author{
	font-size:8pt;
	font-style:normal;
	font-weight:normal;
}


/* contains login, admin & account link & minicart*/
#authbar{
	text-align: right;
	padding: 4px 4px 4px 0;
	font-size:80%;
}
h1.homeh12{
	margin-top:20px;
}
h2.homeh2{
	margin:20px 0 8px 0;
	
}


ul.hometicks{
	margin:0;
	padding: 0;
	padding-left: 10px;
}

ul.hometicks li{
	padding:3px 0 3px 22px;
	display: block;
	background-image: url(/images/tick.gif);
	background-repeat:no-repeat;
	background-position: left;
	list-style-type: none;
}

/* 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: 160px;
}	

/* Navigation classes for left infopages list */
#leftNavButtons {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;  
	background-color: #fddfd9;
	color: #333333;
	border:1px solid #000000;
	}
#leftNavButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftNavButtons li {
	list-style-type: none;
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
}
#leftNavButtons li.header {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 6px;
	border: 0;
	background-color: #BC0C0C;
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	border-bottom:1px solid #000000;
}

/* Navigation classes for left menu products list */		
#leftProdButtons {
	padding: 0;
	margin: 0;
	font-size: 11px;
	font-weight: normal;  
	background-color: #fddfd9;
	color: #333333;
	border:1px solid #000000;
	}
#leftProdButtons ul {
	margin: 0;
	padding: 0;
	border: 0;
}
#leftProdButtons li {
	list-style-type: none;
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0;
}
#leftProdButtons li.header {
	list-style-type: none;
	margin: 0;
	padding: 2px 0 2px 6px;
	border: 0;
	background-color: #BC0C0C;
	color: #ffffff;
	font-size: 12px;
	font-weight : bold;
	border-bottom:1px solid #000000;
}

/*	 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: #FFFFFF;
	color: #993399;
}

/* Add more nav classes as required for more category hierarchies*/		
li a.LeftMenuLink1 {
	display: block;
	padding: 5px 0px 5px 16px;
	color: #333333;
	text-decoration: none;
}
a:hover.LeftMenuLink1 {
	background-color: #ffffff;
	color: #993399;
}
a.LeftMenuLink2 {
	display: block;
	padding: 5px 0px 5px 26px;
	color: #333333;
	text-decoration: none;
}
a:hover.LeftMenuLink2 {
	background-color: #ffffff;
	color: #993399;
}	
		
a.LeftMenuLinkPOPUP { 
	display: block;
	background-color: #fddfd9;
	font-size: 11px;
	color: #333333;
	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: #333333;
}
a:hover.LeftMenuLinkPOPUP { 
	background-color: #ffffff;
	color: #993399;
}

/* footer */
table.footer { 
	width: 870px;
	height: 20px;
	background-color: #aed2e9;
	border-top: 0px;
}
table.footer td { 
	font-size: 10px;
	color: #09357A;
}
table.footer a { 
	font-size: 10px;
	color: #09357A;
}
table.footer a:visited { 
	color: #09357A;
}
table.footer a:hover { 
	color: #ffffff;
}

/* 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: 135px;
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
	margin-top: 4px;
}

#randomProd .header {
	background-color: #BC0C0C;
	padding: 4px 0 4px 0;
	color: #ffffff;
	font-size: 11px;
	text-align : center;
	font-weight : bold;
	white-space: nowrap;	
}

#randomProd a{ 
	font-size: 8pt;
	color: #333333;
}
#randomProd a:visited {
	color: #333333;
}
#randomProd a:hover { 
	color: #993399;
}
.randomProdImg {  
	border: 1px solid #445870;	
}

.testimHR{
	padding:0px 0 20px 0;
	text-align: center;
}
/* Login page note */

.note{
	width:180px;
	float:right;
	padding:20px 10px 20px 10px;
	line-height:140%;
	border:2px solid #177ec0;
}




/* browse */
table.product_s_desc{
	
}
table.product_s_desc td{ 
	padding-right:8px;
}

table.recordsTable { 
}
td.record { 
	border: 1px 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;
}
.price{
	padding-bottom: 10px;
}

#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;
}

td.productDesc p{
	margin-top:0;
}

td.productDesc table{
	padding:0;
}
td.productDesc td{
	padding-right:20px;
}

/* product Page (flypage) 
   a. also in ps_product_category/navigation_list()  */

.navigationList { 
	font-size: 18px; 
	margin-bottom: 4px;
	color: #333333;
}
a.navigationList { 
	font-size: 18px; 
	font-weight:normal; 
	margin-bottom: 4px;
	color: #333333;
}
a:hover.navigationList { 
	color: #993399;
}
a:visited.navigationList { 
	color: #333333;
}
.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: 0px;
}
.cartHeader {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #177ec0;
}
.cartHeaderRight {
	font-size: 12px;
	color : #ffffff;
	font-weight : bold;
	background-color : #177ec0;
	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;
}

/* infopages */

table.simpleInfopage{
	width:100%;
	
}

table.simpleInfopage td.col1{
	padding-right:30px;
	width:50%;

}
table.simpleInfopage td.col2{
	padding-left:30px;
	width:50%;
}

#infopage{
	padding:0 30px 20px 30px;
}

#infopage h1 {  
	margin-bottom:10px;
}
#infopage h2 {  
	font-size: 14px; 
	font-weight:bold; 
	color:#329EE7;
}
#infopage .intro {  
	font-style: italic;
	font-weight:bold;

}

#infopage hr{
color: #333333;
background-color: #333333;
height: 1px;
}

#infopage a.reference{
	vertical-align: super;
	color:#002bb8;
	font-size:smaller;
	font-weight:bold;
	text-decoration:none;
}
#infopage a.reference:hover{
	text-decoration: underline;
}
#infopage a.footnote{
	color:#002bb8;
	text-decoration:none;
	font-weight:bold;
}
#infopage a.footnote:hover{
	text-decoration: underline;
}

ul.toc li {
	list-style-type:none;
	margin-bottom:4px;
}





#jaroBox{
	width:270px;
	border:1px solid #000000;
	padding:5px;
	margin-left:10px;
	float:right;
}
#jaroBox p{
	margin:0;
	font-size:smaller;
}
#jaroBox img{
	margin-right:10px;
}

.breakoutQuote{
	font-size:larger;
	color:#990000;
	text-align: center;
}
.infoIntro{
	font-style:italic;
	color:#990000;
}
.infoPara1{
	font-weight: bold;
}





/* 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. */


