/*  
Theme Name: Healthy Human Systems 
Theme URI: http://organic-arts.com/themes
Description: Custom Organic Arts Theme 
Version: 1.0
Author: Michael Blaha
Author URI: http://organicarts.net/
.
Designed by Michael Blaha,  Organic Arts
.
*/
@import url('./images/header/style.php');

/* =Body------------------------------------------------------------------ */		

body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	background-color: #DAE5C5;
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-image: url(images/back.jpg);
}
/* =page =wrap =subwarp------------------------------------------------------------------ */		

#page{
	text-align: left;
	background-color: #FFFFFF;
	border-top: 1px none #D3CCAA;
	border-right: 1px solid #D3CCAA;
	border-bottom: 1px solid #D3CCAA;
	border-left: 1px solid #D3CCAA;
	width: 900px;
	margin: 0px auto 10px;
	padding: 0px;
}



/* =Links  ------------------------------------------------------------------ */
a:link{
	color: #333333;	
}
a:visited{
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #6F8CCD;
}
a:active{
	color: #936ECF;	
}
a:focus {
	background-color: #FCFAFD;
	color: #6F8CCD;
}
/* =Headings =H ------------------------------------------------------------------ */
h1, h2, h3, h4, h5{}
h1{
	font-weight: normal;
	color: #333333;
}
h2{
	color: #8983C1;
	font-weight: normal;
	margin: 2px 0px 15px;
	padding: 1px;
	line-height: normal;
	font-size: 1.8em;
}
h3{
	color: #659EBD;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	font-variant: small-caps;
	font-size: 1.4em;
}
h4{}
h5{}
/* =Forms input------------------------------------------------------------------ */
textarea{
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
input, textarea{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #FAFBF4;
	padding: 3px;
	margin: 2px;
}
/* =List ------------------------------------------------------------------ */
ul{}
ol{}
li{
	padding-top: 2px;
	padding-bottom: 2px;
		}
/* =Header ------------------------------------------------------------------ */		
#header{
	margin: 0px;
	padding: 0;
}
#header h1 {
	margin: 0;
	height: 215px;
	width: 900px;
}
#header h1 a {
	background: url('./images/logo.png') no-repeat bottom left;
	display: block;
	height: 215px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	text-indent: -99999px;
	width: 900px;
}
/* =Footer ------------------------------------------------------------------ */
#footer{
	clear:both;
	padding: 25px;
	height: 100px;
}
#footer a {
	text-decoration:none;
			}
#footer .menu {}			
.copyright{}		
#footer .organicarts{ font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;}
	
/* =Menu // other menus under structure------------------------------------------------------------------ */		
#mainmenu{
	font-size: 1.2em;
	background-color: #EAE9DD;
	margin: 0px 0px 4px;
	padding: 0px 0px 3px;
	border-top: 1px solid #EAE9DD;
	border-right: 1px solid #E1EAB2;
	border-bottom: 1px solid #DEE7B2;
	border-left: 1px solid #E1EAB2;
}
#mainmenu ul{
	padding: 4px 0px 0px;
	margin-left: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
#mainmenu li{
	display:inline;
	padding: 2px;
	margin-right: 2px;
	}
#mainmenu a{
	padding: 4px;
	text-decoration: none;
	color: #666666;
}
/* =submenu // other menus under structure------------------------------------------------------------------ */		
#submenu{
	font-size: 1.2em;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4B4B4;
}
#submenu ul{
	padding: 2px 0px 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
}
#submenu li{
	display:inline;
	padding: 2px;
	margin-right: 2px;
	}
#submenu a{
	padding: 4px;
}

/* =Content ------------------------------------------------------------------ */
#content{
	float: left;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 30px;
	margin-left: 35px;
	text-align: left;
	margin-top: 25px;
}

/* Content classes -----------------------------------------------------------------*/
.contenthome, .contentsingle, .contentpage, .contentarchive, .contentsearch{
	width: 550px;
	margin-right: 15px;
	margin-left: 25px;
	}
.contenthome{}
.contentsingle {}
.contentpage{}
.contentarchive{}
.contentsearch {}

/* =Post ------------------------------------------------------------------ */

.post {
	clear: both;
	margin: 4px 0px 40px;
	padding: 0px;
	}
.post h2{
	margin: 0px 0px 2px;
	}	
.post h2 a{
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	display:block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3E3E3;
}
.post h2 a:hover{
	font-size: 1em;
	font-weight: normal;
	padding: 0px;
	display:block;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.post_entry{}
.post_more {}
.post_meta {
	color: #999999;
}
.post_meta ul, .postmeta li {}
	
/* =Linkspage ------------------------------------------------------------------ */
.links{}
.links h2{ 	
	font-size: 1.2em;
	}
.links ul{list-style-type: none;}
.links li{list-style-type: none;}

/* Left Column ------------------------------------------------------------------*/
#leftcol{
	float: left;
	width: 150px;
}

/* Right Column ------------------------------------------------------------------*/
#rightcol{}

/* =Sidebar  ---------------------------------------------- */
#sidebar{
	float:left;
	width: 225px;
	margin: 7px 0px 0px 15px;
	text-align: left;
	padding: 4px;
	}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {text-decoration:none;}
#sidebar a:hover{}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:hover, #sidebar h2 a:active  {
	font-size: 1.1em;
	color: #808E80;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	margin: 2px 0px 1px;	
}
#sidebar ul{
	margin: 0px;
	padding: 0px;
}
#sidebar li { 	list-style-type: none;}

#sidebar ul li {
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;
	padding-left: 0px;
}
#sidebar ul li a{
	list-style-type: none;
	display:block;
	font-size: 1.3em;
}
#sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul ul li {
	list-style-type: none;
	padding: 2px 0px 4px 4px;
	list-style-type: none;
	margin: 0px;
}
html>body #sidebar ul ul li a {
	list-style-type: none;
}
#sidebar ul ul li a {
	list-style-type: none;
	display: block;
	margin: 0 0 0 -8px;
	padding: 2px 10px 0;
} 
#sidebar ul ul li a:hover {
	list-style-type: none;
	text-decoration:underline;
}
#sidebar ul ul ul {
	margin: 0;
	border: none;
	list-style-type: none;
}
#sidebar ul ul ul li {
	padding: 3px 0px 3px 25px;
	border-bottom: none;
	font-weight: normal;
} 
html>body #sidebar ul ul ul li a {
}
#sidebar ul ul ul li a {
	margin: 0 0 0 -25px;
	padding: 2px 10px 0 25px;
} 

/* =Widgets -----------------------------------------------------------------*/
.widget{}
.widgettitle{}
.widget_meta{}
.widget_search{}

/* =Pagenav =Pageitem  -----------------------------------------------------------------*/
.pagenav {}
.pagenav ul {}
.pagenav ul li {}

.pageitem{}
#sidebar .pageitem a {font-weight: bold;}
.pageitem ul  li a{}
.pageitem ul ul li {}
	
/* =current ----------------------------------------------------------------- */
.page_item{
	margin-top: 2px;
	margin-bottom: 2px;
}
.current_page_item{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DBDBDB;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DBDBDB;
	background-color: #F6F6EA;
}

#sidebar .current_page_item a{
	color: #333333;
	font-weight: bold;	
}
#sidebar .current_page_item ul li a{
	color: #333333;
	font-weight: normal;
}

/* =Category -----------------------------------------------------------------*/
#categories {}
#categories a {}
#categories a:hover {}
#categories ul {}
#categories ul li {}

/* =Archives -----------------------------------------------------------------*/
#archives {}
#archives a {}
#archives a:hover {}
#archives ul {}
#archives ul li {}





/* =Poweredby ------------------------------------------------------------------ */
.poweredby{
	margin-top: 12px;
	margin-bottom: 15px;
}
.poweredby, .poweredby a{
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-decoration:none;
	text-align: center;
	color: #666666;
	padding: 3px;
	}
	
/* =Utility ------------------------------------------------------------------ */

.utility_head{
	font-size: 10px;
	position: relative;
	top: -50px;
	float: right;
	margin-right: 15px;
	color: #CCCCCC;
}
	
.utility_head li{
	display:inline;
	padding-left: 2px;
	}
.utility_head a:link, .utility_head a:visited, .utility_head a:active {
	color: #CCCCCC;
	text-decoration: none;
	padding: 3px;
	}
.utility_head a:hover{
	color: #333333;
	text-decoration:underline;
	}

.utility_foot{
	margin-right: 5px;
	color: #666666;
}
.utility_foot ul{
	padding: 0px;
		}
.utility_foot li{
	display:inline;
	padding-left: 2px;
	padding-right: 2px;
	}
.utility_foot a:link, .utility_foot a:visited, .utility_foot a:active {
	color: #666666;
	text-decoration: none;
	padding: 3px;
	}
.utility_foot a:hover{
	color: #333333;
	text-decoration:underline;
	}
/* Search: =Search ---------------------------------------------- */
#search{}
#search label {}
#searchform{
	margin-top: 4px;
	margin-bottom: 4px;
}
#searchhead{
	border: 1px dotted #DBDBDB;
	float: right;
	width: 260px;
}
#searchform input {}
#s{
	font-size: 1.1em;
	color: #333333;
	border: 1px solid #CFD0C5;
	background-color: #FBFBFB;
	width: 125px;
	padding: 3px;

}
#searchsubmit{
	font-size: 1.1em;
	background-color: #FFF;
	padding: 2px;
	color: #CFD0C5;
	border: 1px solid #CFD0C5;
}

/* =Comments ------------------------------------------------------------------ */
.commentlist li, #commentform input, #commentform textarea {
	width: 450px;
	}
.commentlist li {}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1em;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
#commentform p {}

.commentmetadata {
	font-weight: normal;
	width: 500px;
	}
	
.commentshome a{
	color: #CCCCCC;
	margin-left: 8px;
}	

#commentsubmit{}

/* =splash ------------------------------------------------------------------ */

.splash{
	margin: 0px 0px 24px;
	padding: 0px;
	line-height: 1em;
	clear:both;
}
.splashbox{
	border-bottom: 1px solid #F0F0F0;
	
	}

.splash h2{

}
.splash ul{
	margin: 0px;
	padding: 0px;
}
.splash li{
	margin: 0px 0px 0px 8px;
}

.splashimg{
	border: none;
}
.splashalert{
	color: #FFFFFF;
	background-color: #B18D29;
	padding: 4px;
}
.splashalert:hover{
	color: #FFFFFF;
	background-color: #993300;
	padding: 4px;
}

.splashleft, .splashright{
	margin: 2px;
	width: 195px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	float:left;
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #F0F0F0;
	border-bottom: 1px none #F0F0F0;
	border-left: 1px solid #F0F0F0;
} 
.splashleft:hover, .splashright:hover{
	background-color: #F4F4F4; 
} 
.splashleft{


}
.splashright{

}

/* =breakoutbox =bbox ------------------------------------------------------------------ */

.bbox, .bboxleft, .bboxright { 
	border: 1px solid #CCCCCC;
	}

.bbox{
	width: 95%;
	margin: 2px;
	padding: 8px;
}

.bboxleft{
	float: left;
	margin: 8px;
	padding: 10px;

}
.bboxright{
	float: right;
	margin: 8px 8px 8px 10px;
	padding: 10px;
}
.bbox0{

}
.bbox1{

}
.bbox2{
	
}

/*contentbox =contentbox ---------------------------------------------- */

.contentbox{
	width: 95%;
	background-color: #FBFBFB;
	padding: 4px 10px 10px;
	border: 1px solid #CCCCCC;
	margin-top: 4px;
	margin-bottom: 14px;	
}
.contentbox a{
	text-decoration: none;
}
.contentbox li a{
	display: block;
}
.contentbox ul{
	margin: 0px;
	padding: 0px;
}
.contentbox li, .contentbox li:hover{
	padding: 2px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 8px;
	list-style-position: inside;
	list-style-type: none;
}
.contentbox li:hover{
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ECECEC;
}

/* Calendar =wp-cal  ---------------------------------------------- */
#wp-calendar caption{
	font-weight: bold;
}
#wp-calendar a:link{
	color: #990000;
	padding:4px;
}
#today{
	background-color: #CCCCCC;
	padding:1px;
}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	background-color: #FBFBFB;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Contact Form =contact ---------------------------------------------- */

.contactform {
			width: 100%; 
			position: relative;
			float: left;
			}
		
.contactleft {
			width: 25%; 
			clear: both; 
			float: left; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}

.contactright {
			width: 70%;  
			float: right; 
			display: inline; 
			padding: 4px; 
			margin: 5px 0; 
			}

.contacterror {
            border: 1px solid #ff0000;
        	}


/* Images : =images ---------------------------------------------- */

/* All image class control here  */

.imgborder, .imgborderleft, .imgborderright, .imgleft, .imgright,.imgcenter {
	margin: 10px;}

img{border: 0;}
img a{ border: 0;}

/* Image Border  =imgborder */

.imgborder, .imgborderleft, .imgborderright{
	border: 1px solid #CCCCCC;
	background-color: #ECECEC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
.imgborderleft, .imgleft{ float: left;}
.imgborderright, .imgright{ float: right;}	

/* Left Right Floats : =left =right ---------------------------------------------- */

.left, .alignleft, .right, .alignright{ margin:10px;}
.left, .alignleft{ float:left;}
.right, .alignright{float:right;}

/* Misc for now ---------------------------------------------- */

.caps{
	font-variant: small-caps;
	color: #CC6600;
	font-family: "Times New Roman", Times, serif;

}
hr {
	color: #CCCCCC;

}

code{
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	display: block;
	padding: 12px;
}
blockquote{
	background-color: #F4F4F4;
	padding: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E3E3E3;
	border-bottom-color: #DEDEDE;
}
cite{}
acronym {speak : normal;}
abbr.initialism {speak : spell-out;}
abbr.truncation {speak : normal;}
.note {
	font-size: .8em;
	color: #999999;
}
.clear{
	clear:both;}
	
/* Attachment =attach ---------------------------------------------- */	
.smallattachment, .smallattachment:hover{
	background-color: #EEEEEE;
	padding: 12px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #F0F0F0;
}
.smallattachment:hover{
	background-color: #FFFFFF;
}
.smallattachment a{
	display: block;
	font-size: 1.5em;
	background-color: #FFFFFF;
	padding: 4px;
}
.hide{
	display:none;}
/* WP Shopping Cart =shop ---------------------------------------------- */	
div#shoppingcart{
 float: right;
/* height: 200px; */
 width: 148px;
 margin: 0px;
 padding: 0px;
 margin-left: 5px;
/* margin-right: -100px; */
 }
 
div#shoppingcart img{
 position: absolute; 
 top: 5px;
 left: 5px;
 }
 
div#shoppingcart div{
 border: 1px solid #999999;
 background-color: #efefef;
 height: 100%;
 width: 100%;
 text-align: left;
 padding: 6px;
 padding-top: 4px;
 }
 
div#shoppingcart div strong{
 }

div#sideshoppingcart div{
	height: 100%;
	width: 100%;
	text-align: left;
	padding: 4px 6px 6px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 1.1em;
	border: 1px solid #DBDBDB;
 }
 
div#sideshoppingcart div h2{
 margin-left: -1ex;
 display: inline;
 }

table.shoppingcart{
 margin-left: -2px;
 margin-bottom: 5px;
 }

table.shoppingcart tr td{
 }

div#widgetshoppingcart{
 }

div#widgetshoppingcart div{
 height: 100%;
 width: 100%;
 text-align: left;
 padding: 6px;
 }
 
div#widgetshoppingcarts div h2{
 margin-left: -1ex;
 display: inline;
 }

td{
 vertical-align: top;
 }

table.productcart{
 border: 1px solid #999999;
 width: 100%;
 margin-bottom: 10px;
 }

table.productcart tr td{
 padding-bottom: 5px;
 font-size: 8pt;
 }

table.productcart tr.firstrow td{
 font-weight:bold;
 background-color: #e5e5e5;
 }

table.productcart tr.oddrow td{
 background-color: #f0f0f0;
 }
 
table.productcart tr td.firstcol{
 width: 40%;
 } 

form.adjustform{
 display: inline;
 }




table.productdisplay{
/* margin-top: 10px; */
 margin-bottom: 20px;
 border-collapse: collapse;
 width: 100%;
 text-align: left !important;
 }

table.productdisplay tr td{
 vertical-align: top;
 padding-bottom: 5px;
 text-align: left !important;
 }


table.productdisplay tr td.imagecol{
 padding-right: 9px;
 margin-right: 9px;
 border: 0px solid #ffffff;
 }
 
table.productdisplay tr td.imagecol img{
/* width: 300px; */
border: 0px solid #ffffff;
 }

table.productdisplay tr td.textcol{
 padding: 0px;
 padding-bottom: 10px;
 margin: 0px;
 width: 100%;
 text-align: left !important;
 }

div.producttext{
 font-size: 10pt;
 width: 100%;
 text-align: left !important;
 }
 
 
 
table.list_productdisplay{
/* margin-top: 10px; */
 margin-bottom: 20px;
 border-collapse: collapse;
 width: 100%;
 }

table.list_productdisplay tr td{
 vertical-align: top;
 padding-bottom: 0px;
/*  border: 1px solid black;  */
 }

table.list_productdisplay tr td select{
 margin-right: 3px;
 }
 
 
table.list_productdisplay tr.list_view_description{
 margin: 0px;
 padding: 0px;
 }
 
table.list_productdisplay tr.list_view_description td{
 margin: 4px;
 padding: 0px 3px 5px 3px;
 } 
 
table.list_productdisplay tr.list_view_description td div{
 display: none;
 padding: 3px;
 } 
 
ul.tandclist li{
 list-style-type:lower-alpha;
 } 
 
ul.tandclist li{
 list-style-type: circle;
 } 
 
ul.linklist li{
 font-weight:bold;
 } 
 
strong.special{
 color: #DD0000;
 }
 
a.termsandconds
 {
 text-decoration: underline;
 }

span.miniarrow{
 display: block;
/* border: 1px solid black; */
 vertical-align: top !important;
 }

img.miniarrow{
/* position: relative; */
/* border: 1px solid black; */
 margin-right: 4px;
 }

img.catimage{
 float:left;
 position: relative;
 top: -3px;
 margin-right: 2pt;
 }

strong.cattitles{
 display: block;
 position: relative;
/* margin-bottom: -15px; */
 }

strong.prodtitles{
 display: block;
 margin-bottom: -15px;
 }

table.mainpagetable{
 margin-left: 0px;
 }

table.mainpagetable tr td{
 padding-left: 0px;
 }

strong.title{
 font-size: 12.5pt;
 }

a.categorylink{
 font-size: 8pt;
 /*border: 1px solid red;*/
 }

span.pricedisplay{
 white-space: nowrap;
 }
 
td.totals{
 vertical-align: bottom;
 }
 
table.cattable{
 padding: 0px;
 margin: 0px;
 border-collapse: collapse;
/* border: 1px solid black; */
 }
 
table.cattable tr td{
 padding: 0px;
/* border: 1px solid black; */
 }
 
 td.catfirstcol{
 padding-right: 3px;
 }

form#specials{
 display: inline;
 }
 
span.oldprice{
 text-decoration: line-through;
 }

 
span.additional_description{
 display: none;
 }
 
a.additional_description_link{
 display: inline;
 }
 
td.prodgroupmidline{
 border-right: 1px solid black !important;
 padding-right: 3px;
 }
 
#loadingindicator{
 visibility: hidden; 
 font-size: 7pt;
 font-weight: normal;
 }

#loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }
 
#alt_loadingindicator{
 visibility: hidden; 
 font-size: 7pt;
 font-weight: normal;
 }

#alt_loadingindicator img{
 position: relative;
 top: 3px;
 margin-left: 6px;
/*  visibility: hidden; */
  border: none !important;
 }
 
/* e-commerce fix for K2 */
table.productdisplay tr td img {
 max-width: none;
 border:1px solid #666666 }
 
 
div.product_footer{
 position: relative;
 padding: 0px !important;
 width: 100%;
 border-top: 1px dashed #cccccc;
 height: 35px;
 margin-top: 1em;
 }
 
div.product_footer strong{
 display: block;
 font-size: 7pt;
 font-weight: normal;
 }
 
div.product_average_vote{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 50%;
 float: left;
 margin: 0px !important;
 height: inherit;
 }
 
div.product_user_vote{
 position: absolute;
 top: 0px;
 right: 0px;
 width: 30%;
 margin: 0px !important;
 height: inherit;
 }
 
span.vote_total{
 position: relative;
 top: -3px;
 left: 2px;
 font-size: 7pt;
 }

span.rating_saved{
 color: #990000;
 display: none;
 }

div.select_country{
 margin-bottom: 5px;
 }
 
div#homepage_products{
 width:100%;
 }
 
div.frontpage_product{
 width:auto;
 float: left;
 height: 260px;
 text-align: center;
 }
 
div.frontpage_product a p{
 margin-top: 0px;
 }
 
div.frontpage_product a{
 color: #333333 !important;
 font-weight: normal !important;
 }
 
div.frontpage_product a img{
 border: none;
 }
 
div.frontpage_product img{
 text-align: center;
 }
 
div.frontpage_product span.front_page_price{
  display: block;
  }
  
  
/* shopping cart styling */

table.productcart{
 width: 100%;
 margin-top: 10px;
 margin-bottom: 10px;
 padding: 0px;
 border-collapse: collapse;
 padding-top: 3px;
 border: none;
 font-size: inherit;
 }

table.productcart tr td{
 padding-bottom: 5px;
 font-size: 11px;
 font-size: inherit;
 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }

table.productcart tr.product_row td{
 padding-bottom: 5px;
 font-size: inherit;
 vertical-align: middle !important;
 }
 
/*table.productcart tr td a{
 color: #000000;
 font-weight: normal;
 }
 
table.productcart tr td a:hover{
 color: #555555;
 }*/

table.productcart tr.firstrow td{
 font-weight:bold;
 background-color: #e5e5e5;
 border-left: 2px solid white;
 }

table.productcart tr.firstrow td.firstcol{
 border-left: none;
 }

table.productcart tr.product_shipping td{
 vertical-align: middle;
 border-top: 1px solid #999999 !important;
 border-bottom: 1px solid #999999 !important;
 padding-top: 4px;
 }

table.productcart tr.total_price td{
 border-top: 1px solid #999999 !important;
 border-bottom: 1px solid #999999 !important;
 font-weight: bold;
 padding-top: 4px;
 }
 
ul.checkout_links{
  list-style-type: none;
  padding-left: 0px;
 }
 
 
ul.checkout_links li{
  list-style-type: none;
  margin-left: 0px;
 }
 
ul.checkout_links li a{
 color: #555555 !important;
 font-weight: normal !important;
 }
 
ul.checkout_links li a:hover{
 color: #000000 !important;
 }
  
.PeSwitcher ul{
 padding-left: 0px;
 }
  
.PeSwitcher ul li{
 margin-left: 0px;
 }
  
.category_brand_header li{
 list-style-type: none;
 margin-left: 0px;
 }
  
#content .category_brand_header li a{
 color: #333333;
 font-weight: bold;
 }
  
.PeCatsBrands ul{
 padding-left: 0px;
 }
  
.PeCatsBrands ul li{
 list-style-type: none;
 margin-left: 0px;
 }
  
.PeCatsBrands  ul.SubCategories li{
 margin-left: 1em;
 }
 
.category_image{
 float: left;
 }
 
a#fancy_collapser_link{
 width: 13px;
 height: 13px;
 padding: 0px;
 margin-left: 5px;
 margin-bottom: -3px;
 border: none;
 }
 
a#fancy_collapser_link img{
 border: none;
 }
 
div#shoppingcartcontents{
 display: block;  
 }
 
div#sliding_cart{
  margin: 0px;
  padding: 0px;
  }  	
  
 #fancy_notification{
	margin: 8px;
	padding: 8px;
	border: 1px solid #FFFF99;
	background-color: #FEFFE5;
	font-weight: bold;
	color: #6E8ECB;
	font-size: 1.5em;
}
.go_to_checkout, .continue_shopping{
	padding: 2px;
	margin-right: 4px;
	display: block;
}
.cart_title{
	font-size: 1.2em;
	color: #718CCF;
}
.imagecol{
	width:151px;
	float:left;}