@charset "utf-8";
/* fonts */
@font-face {
    font-family: 'EurostileRegular';
    src: url('eurosti-webfont.eot');
    src: url('eurosti-webfont.eot?#iefix') format('embedded-opentype'),
  		 url('eurosti-webfont.woff') format('woff'),
         url('eurosti-webfont.ttf') format('truetype'),
         url('eurosti-webfont.svg#EurostileRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'EurostileBold';
    src: url('eurostib-webfont.eot');
    src: url('eurostib-webfont.eot?#iefix') format('embedded-opentype'),
         url('eurostib-webfont.woff') format('woff'),
         url('eurostib-webfont.ttf') format('truetype'),
         url('eurostib-webfont.svg#EurostileBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {	
	color:#000;
    text-decoration: none;
  	<!--font-family:Arial, Helvetica, sans-serif;-->
}

a {
    color: #12507F;
  	<!--font-weight:bold;-->
    text-decoration: none;
    }

.textlink
{ 
  	text-decoration: none;
 	font-weight: bold;
    color: #12507F;
}

a.tooltip
{
  text-decoration:none;
  border-bottom:1px dotted #4078A8;
}

a:hover 
{
    color:#999999;
}

html,body{min-height:100%;}

html {
	background-color:transparent;
}

body {
    <!--background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/bgtile.jpg?12887809905891216900);-->
	font-family:Arial, Helvetica, sans-serif;


}

#container {
	width:940px;
	margin:0 auto;
	overflow:visible;
    min-height:100%;height:auto !important;height:100%;margin:0 auto
}

b {
 font-family:Arial, Helvetica, sans-serif; 
}

ol {
 list-style-type:decimal;
margin-left:20px;
}

h1 {
	font-size:24px; 
	line-height:36px; 
	margin:-10px 0px 15px 0; 
    font-family: 'EurostileBold';
}

h2 {
	font-size:21px;
	line-height:36px;
	margin:15px 0 5px;
    font-family: 'EurostileBold';
    text-decoration:none;
}

h3 {
	font-size:19px;
	line-height:30px;
	margin:15px 0 5px;
    font-family: 'EurostileBold';
}

h4 {
	font-size:18px;
	line-height:30px;
	margin:15px 0 5px;
    font-family: 'EurostileBold';
}

p {
  	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:10px;
    font-size:16px;
}

strong {
	font-weight: bold;
}

li {
 font-family:Arial, Helvetica, sans-serif;  
}

tr {
 font-family:Arial, Helvetica, sans-serif;  
}

label {
  font-family:Arial, Helvetica, sans-serif; 
}

input {
 	font-family:Arial, Helvetica, sans-serif;  
}

span {
 	font-family:Arial, Helvetica, sans-serif;  
}

.strong{
  font-weight: bold;
}

.picsample {
	float:right;
	width:150px;
    height:150px;
	color:white;
	text-align:center;
    margin-right:10px;
}

.toppic {
	margin:270px 0 0;
}

.highlight{
font-weight:600;
color:black;
}

/* header */



#headerbg {
	background:#ffffff;
	height:220px;
	width:100%;
	margin-bottom:-220px;
}

#header-search{
 margin-top:20px; 
}

#logo {
	display:block;
	width:219px;
	height:168px;
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/PClogosite.gif?12887809905891216900) center center no-repeat;
	margin:15px 0 12px;
}


/* sidebar */



#sidebar {
	width:220px;
	margin:0px 20px 0 0;
	float:left;
}

#leftnav {
	background:#4078A8;
	margin-bottom:20px;
}

#leftnav > ul {
	padding:8px;
}
#leftnav > ul > li > a {
	padding-left: 4px;
  	font-size: 16pt;
}

.closed {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/tri.png?12887809905891216900) 1px 8px no-repeat;
    height:16px;
}

#leftnav .closed:hover {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/tri-hover.png?12887809905891216900) 1px 8px no-repeat #404041;
}

.open {
	background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/tri.png?12887809905891216900) 1px -12px no-repeat;	
}

#leftnav .open:hover {
	background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/tri-hover.png?12887809905891216900) 1px -12px no-repeat #404041;	
}

#leftnav ul ul {
	padding-left:15px;
}

#leftnav ul ul a {
	padding-left:20px;
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/dash.png?12887809905891216900) 5px 12px no-repeat;
}

#leftnav ul ul a:hover {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/dash-hover.png?12887809905891216900) 5px 12px no-repeat #404041;
}

#leftnav h3 {
    font-family: 'EurostileBold';
	color:#404041;
	font-size:18px;
	margin:0;
	padding:0;
	font-style:normal;
	margin-bottom:10px;
	padding-left:5px;
}

#leftnav a {	
    font-family: 'EurostileRegular';
	color:#FFF;
	text-decoration:none;
	padding:5px 0;
	display:block;
}

#leftnav a:hover {
	background:#12507F;
	<!--background:#404041;-->
	<!--transition: background-color 400ms, color 400ms;
	-moz-transition: background-color 400ms, color 400ms; /* Firefox 4 */
	-webkit-transition: background-color 400ms, color 400ms; /* Safari and Chrome */
	-o-transition: background-color 400ms, color 400ms;--> /* Opera */
}

#ship {
	width:220px;
	margin:0 20px 0 0;
	float:left;
}

.lookup {
	width:220px;
	margin:0 20px 20px 0;
	float:left;
}

.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0;
  padding: 10px 16px;
  font-size: 16pt;
  line-height: 1.33;
  border-radius: 6px;
  color: #fff;
  background-color: #4078A8;
  /*border: 3px outset #4078A8;*/
  text-align: center;
  font-family: 'EurostileRegular'}

.btn-block:hover {

  color: #FFF;
  background-color: #12507F;
}

#leftquote {
    background:#404041;
	padding:20px;
    margin-top: 320px;
}

#leftquote p, #leftquote span {
	color:#FFF;
	font-size:12px;
	line-height:20px;
	font-style:italic;
}

#leftquote #quoteauthor {
	text-align:right;
	color:#FF8E35;
	margin-top:10px;
	padding-top:5px;
	border-top:1px solid #999;
}


/* main */


#main {
	width:700px;
	float:right;
	position:relative;
}

#moreinfo {
	margin:30px 0 34px 0;
	color:#FFF;
	text-align:right;
    font-size: 13.5px;
    line-height: 15px;
}

.count{
font-family:Arial, Helvetica, sans-serif;
z-index: 3;
margin: -32px 0 6px 0;
color: #d8244f;
text-align: right;
font-weight: bold;
background-color: #FFF;
width: auto;
float: right;
border-radius: 6px;
padding: 3px 5px;}

.countPro{
color: #FF0000;
text-align: center;
font-weight: bold;
/*
margin-top: 5px;
width: 80%;
float: right;*/
}

.countProCart{
color: #FF0000;
text-align: right;
font-weight: bold;
float: right; 
margin-top: 24px;
width: 80%;
}

#shipPC {
  width: 141px;
  margin: -20px -12px 2px 3px;
  height: 59px;
  float: left;
}

#mainnav {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	background: #4078A8; /* Old browsers */
	background: -moz-linear-gradient(top,  #4078A8 1%, #4078A8 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4078A8), color-stop(99%,#4078A8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4078A8 1%,#4078A8 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4078A8 1%,#4078A8 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4078A8 1%,#4078A8 99%); /* IE10+ */
	background: linear-gradient(top,  #4078A8 1%,#4078A8 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */
}

#mainnav li {
	display:inline;
}

#mainnav ul {
	margin-left:20px;
}

#mainnav a {
  	font-family: 'EurostileRegular';
	display:inline-block;
	padding:12px 18px 13px;
	color:#ffffff;
	<!--text-shadow:1px 1px 0 #e4e4e4;-->
	text-decoration:none;
    font-weight: bold;
}

#mainnav a:hover {
	background-color:#12507F;
	text-shadow:none;
	<!--color:#FF8E35;-->
	transition: background-color 400ms, color 400ms;
	-moz-transition: background-color 400ms, color 400ms; /* Firefox 4 */
	-webkit-transition: background-color 400ms, color 400ms; /* Safari and Chrome */
	-o-transition: background-color 400ms, color 400ms; /* Opera */
}

#mainnav a.current {
	background-color:#12507F;
	text-shadow:none;
	transition: background-color 400ms, color 400ms;
	-moz-transition: background-color 400ms, color 400ms; /* Firefox 4 */
	-webkit-transition: background-color 400ms, color 400ms; /* Safari and Chrome */
	-o-transition: background-color 400ms, color 400ms; /* Opera */
}

.product-column {
	float:left;
	width:320px;
	margin-right:20px;
	margin-bottom:30px;
}

.product-column-right{
	float:left;
	width:320px;
	margin-right:0px;
	margin-bottom:30px;
}

.product-column li, .product-column-right li {
	margin-bottom:10px;
}

.product-column h3, .product-column-right h3 {
	margin-bottom:10px;
	font-style:normal;
	border-bottom:1px solid #090;
}

	



/* content */

#disclaimer, #disclaimer p {
    font-size: 11px !important;
}

#slideshow {
	z-index:0;
}

#slideshowcontent {
	width:700px;
	height:100px;
	top:280px;
	position:absolute;
	z-index:2;
	background-color: rgba(0, 0, 0, .5); 
	color: rgba(0, 0, 0, .9);
}

#slideshowcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: none;
	float: left;
	display: inline-block;
	margin-top: 5px;
	padding: 9px 25px 10px;
	text-shadow: 0 1px 0 black;
	border-radius: 5px;
	color: white;
	font-weight: 100;
	text-decoration: none;
	margin:25px;
    background:white;
	background: rgb(157,213,58); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(157,213,58,1)), color-stop(50%,rgba(161,213,79,1)), color-stop(51%,rgba(128,194,23,1)), color-stop(100%,rgba(124,188,10,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */


}

#slideshowcontent p {	
	color:#FFF;
	margin:25px;
}


#content {
	background:#FFF;
	padding:20px;
	overflow:hidden;
    border-radius:0px 0px 10px 10px;
    border:1px solid #ccc;
    border-top:none;
}
#content div .pull{
  width: 225px; 
  float: right; 
  margin-left: 12px; 
  margin-bottom: 10px;
  padding: 8px;
  font-size: 19px; 
  background-color: #caf0b5;
  text-align: right;
  border-radius: 15px;
  font-weight: 100;
  font-style: italic;
  border: 2px dotted #FF8E35;
  /*  background-image:url(http://cdn.shopify.com/s/files/1/0173/1766/files/5353535353535353536464643E3E3E_1571.png?6359);
*/
}

#content div .third{
  width: 33%;
  text-align: center;
  float: left;
  font-size: 11px;
}
#content div .cat{
  float: left; 
  width: 130px; 
  min-height: 130px; 
  border-radius: 15px; 
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 4px; 
  border: 1px solid;
  line-height: 28pt;
  font-size: 16pt;
  text-align: center;
}
#content div .catend{
  float: left; 
  width: 130px; 
  min-height: 130px; 
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 4px; 
  border: 1px solid;
  line-height: 28pt;
  font-size: 16pt;
  text-align: center;
}
#content div .cat a{
  color: #303031;
}
#content div .catend a{
  color: #303031;
}
#content div .guide {float: left; width: 31%; margin: 10px 15px 5px 0px;}
#content div .guideb {float: left; width: 31%; margin-top: 15px; margin-bottom: 5px;}
#content div .guidec {float: left; width: 48%; margin: 10px 15px 5px 0px;}
#content div .guided {float: left; width: 48%; margin-top: 10px; margin-bottom: 5px;}

#content div .guide, .guideb h2 {line-height: 25px;
}

#mainnav p, li {
    font-size:14px;
}



.description ul.listing {
    margin-left: 20px !important;
    list-style: disc !important;
    font-size: 12px;
    }
    
.description ol li, .description ul li {
    font-size: 12px;
    }

.description ol, .description ul {
    margin-bottom: 10px;
    }

#contentleftfull {
	width:100%;
	float:left;
}
#contentleftfull p{
		font-size:16px;
  		line-height:24px;
        }
#contentleftfull ul {
  		list-style-type:disc;
  		margin-left:40px;
        }

#contentleftfull li{
  font-size:16px;
  line-height:24px;
}
#content ol {
 list-style-type:decimal;
margin-left:40px;
  margin-bottom: 10px;
}


ul.recent-posts{
    font-size:16px;
  	line-height:24px;
  	list-style-type: none;
  	margin-left: -40px;
}

ul.recent-posts li{
  font-size:16px;
  line-height:24px;
  list-style-type: none; 
  border-bottom: 1px solid #ccc;
  margin-left: -40px;
}

.related-products *{
   list-style-type:none; 
}

#contentleftfull img {
    border-radius:0;
}


.product_page_addon {
font-size: 13.5px;
}

.product_page_addon img {
 	margin-bottom: -9px;
  	margin-left: 5px;
  	margin-right: -5px;
  	padding: 0;
}

.product_page_addon2 img {
 	margin-bottom: -9px;
  	margin-left: 3.5px;
  	margin-right: -5px;
  	padding: 0;
}

.product_page_addon3 {
 	font-size: 13.5px;
}

.product_page_addon3 img {
 	margin-bottom: -9px;
  	margin-left: 0;
  	margin-right: -16px;
  	padding: 0;
}

.product_page_addon4 {
	font-size: 13px;
}

.product_page_addon4 img {
 	margin-bottom: -9px;
  	margin-left: 3px;
  	margin-right: -10px;
  	padding: 0;
}

#contentleftfull .description img {
    border-radius:0;
    padding: 0;
    margin: 0;
}
#contentleftfull .description table td{
  padding-right: 5px;
  padding-left: 5px;
  vertical-align: top;
  font-size: 14px;
  border: 1px solid #000;
}
#contentleftfull .description table td img.alignnone{
  vertical-align: top;
  margin-left:-2px;
  margin-right: -5px;
  margin-bottom: -13px;
}
#contentright {
	width:200px;
	float:right;
}

#contentleft img, #contentleftfull img {
	padding:0 10px 5px 0;
}

.description img {
  border-radius: 15px;
  margin: 5px;
}

.blkfri {
  float: right; 
  width: 215px; 
  border: 3px double #dd0330;
  /*border: 3px double #5566cc*/
  border-top-left-radius: 9px; 
  border-top-right-radius: 9px;
  margin-left: 10px;
}

#contentleftfull p.blkfrip_in {
  font-size: 14px; 
  line-height: 20px; 
  padding: 0 5px 0 5px;
}

  p.blkfri_in span {
  font-weight: bold;
  color: red;
}


.blkfrip {
  text-align: center; 
  font-weight: bold;
  color: #FFF; 
  background-color: #dd0330; 
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;  
}

.patriot {
  float: right; 
  width: 215px; 
  border: 3px double #dd0330;
  border-top-left-radius: 9px; 
  border-top-right-radius: 9px;
  margin-left: 10px;
}

#contentleftfull p.patriot_in {
  font-size: 14px; 
  line-height: 20px; 
  padding: 0 5px 0 5px;
}

p.patriot_in span {
  font-weight: bold;
  color: #dd0330;
}


.patriotimg {
  background-color: #dd0330;
  background-image: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/American-flag.jpg?12887809905891216900);
  background-repeat: no-repeat;
  background-size: 215px 161px;
  border-top-left-radius: 5px; 
  border-top-right-radius: 5px;  
  height: 30px; 
  padding: 15px 0 10px 0;
}

.patriotp {
  text-align: center; 
  font-weight: bold;
  color: #dd0330; 
  background-color: #FFF; 
}

.labor {
  float: right; 
  width: 215px; 
  border: 3px double #3f4b7f;
  border-top-left-radius: 9px; 
  border-top-right-radius: 9px;
  margin-left: 10px;
  padding-top: 8px;
}

#contentleftfull p.labor_in {
  font-size: 14px; 
  line-height: 20px; 
  padding: 0 5px 0 5px;
}

p.labor_in span {
  font-weight: bold;
  color: #dd0330;
}


.laborimg {
  background-image: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/labor4.png?12887809905891216900);
  background-repeat: no-repeat;
  height: 55px;
  padding-bottom: 8px
}

.laborp {
  text-align: center; 
  font-weight: bold;
  color: #dd0330; 
  background-color: #FFF; 
}

#TOC {
float: left; 
width: 30%; 
margin: 0 20px 10px 0; 
background-color: #eeeeee;
padding: 5px 5px 5px 7px;
border-radius: 5px;}

#TOC ol {
margin-left: 20px;}

#TOC ol li {
font-size: 14px;
line-height: 20px;}


#contentleftfull p.widget-btn-text {
  margin: 0px;
  text-align: left;
  font-size: 15px;
  line-height: 40px;
  padding-left: 47px;
  color: #fff;
}

#widget-btn-preview {
  width: 210px;
  border-radius: 4px !important;
  padding-right: 15px;
  height: 40px;
  font-family: "open sans",sans-serif;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer !important;
  background-color: #000;
  background-image: url("https://shopify.returnly.com/img/icon-truck-white.png");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 50px 40px;
  margin-bottom: 10px;
}

/* contact us */
#contact form {
	background:#CCC;
	padding:20px 20px 50px 20px;
	border-radius:5px;
	width:330px;
	margin-bottom:20px;
}
#contact label {
	display:block;
	text-align:left;
	margin:8px 0 3px;
}
#contact input[type="text"] {
	width:95%;
	padding:3px;
	border-radius:3px;
}
#contact textarea {
	width:98%;
	height:100px;
	padding:3px;
	border-radius:3px;
}

#contact input[type="submit"] {
	float:right;
	padding:5px 25px;
}


/* Product Search */
#productsearch form {
	border-radius:5px;
	width:175px;
	margin-bottom:20px;
}

#productsearch label {
	display:block;
	text-align:left;
	margin:8px 0 3px;
}

#productsearch input[type="text"] {
	width:92%;
	padding:3px;
	margin-top:-15px;
	border-radius:3px;
	margin-left:1px;
	margin-bottom: 1px;
}

#productsearch textarea {
	width:98%;
	height:100px;
	padding:3px;
	border-radius:3px;
}

#productsearch input[type="submit"] {
	float:right;
	height:30px;
	padding:0px 5px;}
.clear {
	height:5px;
	clear:both;
}

/* footer */


#footer {	
	width:1045px;
	margin:40px auto;
	text-align:center;
    clear: both;
    padding-top: 40px;
}

#footer ul {
    margin: 0px auto 0px auto;
  	text-align:center;
    width: 80%;
    }

#footer ul li {
  	display:inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #000;
}

#footer ul li.first {
    border-left: none;
    }

#footer p {
    display: block;  
    clear: both;
    padding-top: 10px;
}




.customer, .hsw {font-weight:bold;}
#contentleft ul li {margin-top:10px;line-height:1.5em;}
#contentleft ul {margin-bottom:10px;}

/* CART */
#cartform table{
  width: 100%;
  margin: 20px 0 20px 0;
  }
#cartform table td{
  text-align: center;
  vertical-align: middle;
  padding: 5px;
  }

#cartform table th{
  text-align: center;
  }
col.checkout-image{ width: 50px; }
col.checkout-delete{ width: 80px; }


#cartform td img{ display: block; }
#cartform input.text { border: solid 1px ; padding: 4px; color: ; text-align: center; }

#cartform .subtotal {
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  }

#cartform .update-quantities{
  text-align: center;
  padding: 5px;
  width: 170px;
  }

#checkout-proceed{
  float: right;
  width: 40%;
  text-align: right;
  }
#update.btn{
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/Checkoutslider.gif?12887809905891216900);
  cursor: pointer;
  background-repeat: no-repeat;
  width: 258px;
  height: 36px;
}
#update.btn:hover{
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/Checkoutslider.gif?12887809905891216900);
  background-position: -258px 0px
}

#checkout-addnote{
  float: left;
  width: 60%;
  }
#checkout-addnote a{
  display: block;
  width: 175px;
  float: left;
  }
#checkout-addnote textarea{
  border: solid 1px #dddddd;
  color: #666666;
  width: 250px;
  height: 60px;
  float: left;
  padding: 4px;
  }
.js #checkout-addnote textarea{
  display: none;
  }

#additional-checkout-buttons{
  padding: 5px;
  margin: 5px 0 0 0;
  }
#additional-checkout-buttons-label{
  border-bottom: solid 1px #dddddd;
  display: block;
  margin: 0 0 8px 0;
  font-size: 11px;
  font-weight: bold;
  }
#paypal-notice{
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  color: #FF0033;
}

#paypalBox {
  float: right;
  width: 245px;
  background-color: rgba(255, 133, 0, 0.32);
  padding: 3px 5px;
  margin: 0 -5px 5px 0;
  border-radius: 3px;
}
  
/* Customer Log In */
#umbrella{
  background: #eeeeee;
  padding: 0 10px 0 12px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  color: #666666;
  }

#umbrella ul{
  margin: 0;
  padding: 0;
  list-style: none;
  }
#umbrella li{
  float: left;
  padding: 6px 12px 10px 0;
  margin: 0 12px 0 0;
  border-right: solid 1px #cccccc;
  font-weight: normal;
  }
#umbrella p{
  margin: 0;
  }
#umbrella a{
  color: #666666;
  text-decoration: none;
  }
#umbrella a:hover{ color: #ff9819; }

#umbrella .num-items-in-cart .icon{
  display: block;
  padding: 0 0 0 26px;
  
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/cart-icons.png?12887809905891216900) 0 0 no-repeat;
  
  }
#umbrella .num-items-in-cart:hover .icon{
  color: #FF8E35;
  
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/cart-icons.png?12887809905891216900) 0 -29px no-repeat;
  
  }

#umbrella .checkout-link{
  padding: 0;
  margin-right: 0;
  border: none;
  padding-top: 6px;
  }
  .content{
  padding-bottom: 20px;
  line-height: 1.5em;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  }
.content.description{ /* collection descriptions */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 15px 0 15px 0;
  float: left;
  color:black;
  }
  .testdoodles {
      color:black;
  }
  .pagination {
  height: 30px;
  margin: 18px 0;
  }
.pagination ul {
  float: left;
  margin: 0;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  }
.pagination li {
  display: inline;
  }
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 28px;
  border-right: 1px solid #dddddd;
  text-decoration: none;
  color: #666666;
  }
.pagination a:hover, .pagination .active a {
  color: #ffffff;
  background-color: #ff9819;
  background: #666666 url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/btn-small-depth.png?12887809905891216900) 0 100% repeat-x;
  }
.pagination .active a{
  border-right-color: #ffffff;
  }
.pagination .disabled a, .pagination .disabled a:hover {
  background: transparent;
  color:  #dddddd;
  cursor: default;
  }
.pagination .next a {
  border: 0;
  }

.pagination-num-showing{
  float: right;
  line-height: 28px;
  font-size: 11px;
  color: black;
  }
  .section-title{
  color: black;
  margin: 0;
  }
  .none {
      font-weight:bold;
      color:black;
  }
  
 .product-information{
  padding: 5px 10px;
  position: relative;
  background: #FF8E35;
  font-weight:bold;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-bottom:1px solid #7f7f7f;
  }
   .product-information-bottom{
  padding: 10px;
  position: relative;
  background: #4078A8;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  display: none;
  }
.product-information h3{
  font: normal 24px/1 BebasNeueRegular, arial, sans-serif;
  margin: 5px 0 10px 0;
  }
.product-information p{
  line-height: 1.4em;
  margin: 0 0 .75em 0;
  }
.product-information a {
    color:white;
    text-decoration: none;
    display: block;
}
  
  /**
 * Single Product
 */

#product-information{
  font-family:Arial, Helvetica, sans-serif;
  float: right;
  }

#product-actions{
  padding: 4px 0 12px 0;
  overflow: visible; height: 1%;
  }

#purchase {
  float: right;
  text-align: left;
  margin-left: 40px;
  width: 35.71%;
  }
.sold-out #purchase{
  float: right;
  text-align: left;
  }
#add-to-cart{
  margin: 8px 0 0 0;
  margin-bottom:-15px;
  }
#product-header{
  margin: 0 0 20px 0;
  }
#product-header #product-header-title{
  float: left;
  margin: 5px 0 16px 0;
  clear:both;
  }
#product-title{
  margin: 0 10px 5px 0;
  font-size: 32px;
  }
#product-vendor{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  margin-top:-10px;
  }
#product-vendor a{
  text-decoration: none;
  }
#product-actions select{
  padding: 3px;
  }
#product-actions .price{
  font-size: 18px;
  margin: 0;
  font-weight: bold;
  text-align: right;
  }
#product-actions .price strong{
  color: black;
  display: block;
  }
#product-actions .compare_at_price{
  font-size: 12px;
  display: block;
  }
.variants-wrapper{
  text-align: right;
  margin: 0 50px 8px 0;
  }
.selector-wrapper{
  margin: 0 0 8px 0 ;
  }
.selector-wrapper label{
  margin: 0 5px 0 0;
  text-align: right;
  }

#add-to-cart-msg {
  background: purple;
  padding: 10px;
  display: none;
  margin: 0;
  }

#product-information #sharing{
  margin: 16px 0 0 0;
  padding: 16px 0 0 0;
  list-style: none;
  }
#product-information #sharing li {
  margin: 0;
  float:left;
  }
.product-grid{
  list-style: none;
  margin: 0;
  color: #666666;
  }
.product-grid li, .boxFeatured li, .boxFeatured .product-grid-item {
  width: 204px;
  float: left;
  /*margin: 0 5px 5px 0;*/
  margin: 3px;
  position: relative;
  background: #FFF;
  padding: 3px;
  min-height: 135px;
  }
.product-grid img {
    width: 75px;
    height: auto;
    }
.product-grid .first-in-row {margin-left:15px;}    
.product-grid .last-in-row{ margin-right: 0; }
.product-information {
    text-align: center;
}
.product-photo {
    position: relative;
    top:5px;
    left:5px;
    height:auto;
}
#contentleftfull img.product-photo{
  margin-left: -5px;
  margin-right: -5px;
}
del {
    color:red;
    }
del span {
    color: black;
    }
.ourprice {
    color:black;
    font-weight:bold;
    font-size:24px;
}
.product-price {
    position: relative;
    bottom:0px;
    right:10px;
    text-align:right;
    float:right;
    }
.low {
    font-size:10px;
  	font-family:Arial, Helvetica, sans-serif; 
    }
/**
 * Customer Accounts
 */

.page-header #page-title{ float: left; border: none; margin: 0; }
.page-header #page-actions{ float: right; }

.templateCustomersLogin form input{
  float: left;
  }
.templateCustomersLogin form label{
  float: left;
  min-width: 120px;
  line-height: 22px;
  }
.templateCustomersLogin .form-row,
.templateCustomersActivateAccount .form-row{
  margin: 0 0 8px 0;
  }
.templateCustomersLogin .action-bottom{
  margin: 20px 0 0 0;
  }

input.btn{
    clear: both;
  background: #4078A8;
  color: #fff;
  border: none;
  padding:3px;
  border-radius:3px;
  cursor: pointer;
  font-size:14px;
}

input.btn:hover {
  background: #12507f;
}

input.btns{
    clear: both;
  background: #4078A8;
  color: #fff;
  border: none;
  padding:3px;
  border-radius:5px;
  cursor: pointer;
  font-size:14px;
  border: 2px solid #d2edc3;
}

input.btns:hover {
  color: #FFF;
  background: #404041;
  border: 2px solid #cccccc;
}

#add-to-cart.btn {
  clear: both;
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/AddToCartSlider.gif?12887809905891216900);
  background-repeat: no-repeat;
  border: none;
  padding:3px;
  border-radius:3px;
  cursor: pointer;
  font-size:14px;
  position:absolute; 
  width: 175px; 
  height: 42px; 
  top: 291px; 
  left: 640px; 
  top: 285px\9; 
  left: 640px\9;
    }
#add-to-cart.btn:hover {
  /*color: #FFF;
  background: #71bf44;*/
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/AddToCartSlider.gif?12887809905891216900);
  background-position: -175px 0px;
}

#ISR_button {
  width:246px;
  height:42px;
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/inStockNotificationSlider.gif?12887809905891216900);
  background-repeat: no-repeat;
  cursor:pointer;
}

#ISR_button:hover {
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/inStockNotificationSlider.gif?12887809905891216900);
  background-repeat: no-repeat;
  cursor:pointer;
  background-position: -246px 0px;
}


.templateCustomersLogin .action-bottom .note{
  font-size: 11px;
  padding: 0 0 0 5px;
  line-height: 27px;
  }
/* Customer Section */
#customer-login,
#recover-password{
  float: right;
  min-width:61%;
  border-left: solid 1px #ccc;
  padding-left: 5px;
  }
#recover-password{
  display: none;
  }
#recover_email label{
  min-width: 50px;
  }
#forgot_password{
  margin: 0px 25px 0px 0px;
  font-size: 11px;
  float: right;
  }
#guest{
  float: left;
  width: 38%;
  }
#guests.btn {
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/guest.gif?12887809905891216900);
  cursor: pointer;
  background-repeat: no-repeat;
  width: 100%;
  height: 42px;
}
#guests.btn:hover {
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/guestGray.gif?12887809905891216900);
  cursor: pointer;
  background-repeat: no-repeat;
  width: 100%;
  height: 42px;
}
#large-thumb  {
    margin-top:-30px;
    margin-left: -10px;
    margin-bottom:-20px;
    margin-right:-10px;
    clear:both;
    float:left;
}

#med-thumb  {
    margin-top:-30px;
    margin-left:-10px;
    margin-bottom:-20px;
    margin-right:-5px;
    clear:both;
    float:left;
}
#sharing {
    border-top:none;
}
#sharing ul li {
    list-style:square;
}
#product-gallery {
    float:right;
    width: 100%;
    }
    
.productimage{

    }
    
.newsletterBox {
   padding-bottom: 20px;
    }
    
#main {
    position: relative;
    }

#social_media {
  background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/social_border.png?12887809905891216900) top left no-repeat;
}

#social_media img {
  padding: 5px 5px 10px 0;
}

.socialBox {
    width: 450px;
    position: absolute;
    top: 10px;
    left: 0px;
    color: #FFF;
    }
	
.socialBox a {
	margin-right: 5px;
  	-webkit-transform:translate3d(0,0,0);
    }
	
a.fbrollover {
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	text-decoration: none;
	background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/facebookheader_sprite.png?12887809905891216900);
	}

a.fbrollover:hover {
	background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/facebookheader_sprite.png?12887809905891216900)");
	float: left;
 	background-position: -33px 0;
	}
	
a.pirollover {
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	text-decoration: none;
	background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/pinterestheader_sprite.png?12887809905891216900);
	}

a.pirollover:hover {
	background:url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/pinterestheader_sprite.png?12887809905891216900);
	float: left;
  	background-position: -33px 0;
	}
	
a.twrollover {
	display: block;
	width: 33px;
	height: 33px;
	float: left;
	text-decoration: none;
	background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/twitterheader_sprite.png?12887809905891216900);
	}

a.twrollover:hover {
	background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/twitterheader_sprite.png?12887809905891216900);
	float: left;
  	background-position: -33px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
  	-webkit-transform:translate3d(0,0,0);
	}
    
.socialBox p {
        color: #FFF;
		font-weight: bold;
		font-size: 9pt;
		margin: 0 0 3px 0;
		padding: 0;
    }

.fb-like {
	 margin-bottom: 7px;
}

.shipping_info_header {
    width: 200px;
    position: absolute;
  	font-size: 10px;
    top: 65px;
    left: 0px;
    color: #FFF;
    }

.description {
    margin-top:10px;
    margin-left:10px;
    min-height:300px;
    min-width: 648px;
}   

.boxFeatured, .productgrid {
    margin-bottom: 20px;
    background: #cde0f0;
    padding: 5px;
    }
    
.productgrid {
    padding: 13px;    
    }

.boxFeatured td {
    font-size: 12px;
    vertical-align: top;
    }

.boxFeatured h2, .productgrid h2 {
  	color:#FF8E35;
    margin-top: 5px;
    margin-bottom: 3px;
    line-height: 18px;
    font-size: 16px;
    }
    
.boxFeatured td .price {
    color: #333;
    }

.boxFeatured .pic, .productgrid .pic {
    float: left;
  	max-width: 30px;
  	margin-left: 2px;
    margin-right: 0px;
    margin-right: 1px\9; /* IE8 and below */  
    *margin-right: 1px; /* IE7 and below */
    _margin-right: 1px; /* IE6*/
    margin-bottom: 10px;
    }

.pic img {
    max-width: 72px;
  	margin-left: -3px;
    }
    
.boxFeatured .text, .productgrid .text {
        margin-left: 77px;
        text-align: right;
    }

.product-grid .first-in-row {
    margin-left: 0px;
    }
    
.boxFeatured h1 {
  color:#000;
    margin-top: 0px;
    margin-bottom: 10px;
    }

.boxFeatured p {
    color:#000;
    margin-top: 0px;
    margin-bottom: 10px;
  	font-size:24px; 
	line-height:36px; 
    font-family: 'EurostileBold';
}
    
.boxRecent {
        margin-bottom: 20px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px;
        font-size: 12px;
    }
    
.boxRecent li {
        font-size: 12px;
    }
    
.boxRecent .more {
    display: block;
    text-align: right;
    margin-top: 10px;
    font-weight: bold;
    }
    
.boxRecent h3 {
    margin-bottom: 3px !important;
    line-height: 20px !important;
    }
    
    .imagebox {
    width: 260px;
    float: left;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    color: #807f7f;
    margin-right: 10px;
    overflow: hidden;
    line-height: 15px;
}

    .imageboxr {
    width: 240px;
    float: right;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px;
    color: #807f7f;
    margin-left: 10px;
    overflow: hidden;
    line-height: 15px;
}

.imagebox, .imagboxr img {
    display: block;
    margin: 0px 0px 3px 0px !important;
    
    }

#col-main ul li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
    clear: both;
}


#col-main ul.listing {
    margin-left: 40px;
  margin-bottom: 10px;
    
}

#col-main ul.listing li {
    border: none;
    padding: 0;
    margin: 0;
    list-style: disc;
}

#col-main ul.listing ul {
    margin-left: 20px;
    }

#col-main ul.listing ul li {
    list-style: circle;
}
    
.addthis_toolbox {
    /*padding-top: 20px;*/
    }
    
.alignCenter {
    text-align:center;
}


.folder {
    width: 640px;
    position: relative;
    height: 860px;
}

.folder .contentBio {
    position: absolute;
    top: 320px;
    left: 50px;
    width: 489px;
    height: 334px;
    overflow-y: scroll;
    font-family: courier, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

.folder .contentBioS {
    position: absolute;
    top: 320px;
    left: 45px;
    width: 499px;
    height: 440px;
    overflow-y: scroll;
    font-family: courier, sans-serif;
    font-size: 11px;
    line-height: 14px;
}

.folder.samantha {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/NewYearsDossierSam.jpg?12887809905891216900) top left no-repeat;
}

.folder.aaron {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/DossierAS.jpg?12887809905891216900) top left no-repeat;
}

.folder.nathan {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/Nathan.jpg?12887809905891216900) top left no-repeat;
}

.folder.kossi {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/DossierKossi.jpg?12887809905891216900) top left no-repeat;
}

.folder.contest {
    background: url(//cdn.shopify.com/s/files/1/0173/1766/t/60/assets/DossierCont.jpg?12887809905891216900) top left no-repeat;
}

#customer_orders th {
	font-weight: bold;
  	width: 240px;
}

#customer_orders th:first-child, th:last-child {
	font-weight: bold;
  	width: 120px;
}

.black_btn {
	background-color: #404041;
    border: 0 none;
    border-radius: 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: -5px 0 5px;
    padding: 0 5px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
.black_btn:hover {
  color: #FFF;
  background: #4078A8;
}

.black_btn a{
	width: 100%;
  	height: 100%;
  	color: #fff;
  	font-weight: bold;
}

.wish_btn{
    width: 188px;
    margin: 0 20px 0 0;
    float: left;
    display: block;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 16px;
    font-size: 16pt;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #404041;
    text-align: center;
    font-family: 'EurostileRegular';
}

.wish_btn:hover {
  color: #FFF;
  background: #12507F;
}

.wish_btn a{
	width: 100%;
  	height: 100%;
  	color: #fff;
}

.recover-password {
  	background: #f8f8f8;
  	width: 50%;
	padding: 20px;  
}

.recover-password h2{
  	margin-top: 0; 
  	padding-top: 0;
}

.recover-password input{
  	margin-top: 5px;
  	margin-bottom: 5px;
}

.joinFight {
    position: absolute;
    bottom: 90px;
    left: 195px;
    display: block;
    width: 225px;
    height: 102px;
}

#tips, #tips li{
    margin:0;
	padding:0;
	list-style:none;
	}

#tips li{
	display:none; /* hide the items at first only */
	}

h1.blog {
    margin-bottom: 0px;   
    margin-top: 10px;
}

h1#page-title {
    clear: both;
    margin-top: 20px;
}

.results {
    clear: both;
    }

.results .thumbnail {
    width: 50px;
    float: left;
    margin-right: 10px;
}

.results .search-excerpt {
    margin-left: 60px;
    }
    
    
.searchBox {
    padding-top: 30px;
    }
    
.searchBox strong {
    font-weight: bold !important;
    }
    
.searchBox em {
    font-style: italic;
    }
    
.housed {
    margin-bottom: 20px !important;
    display: block !important;
    width: 220px;
    text-align: center;
   }
   
   .supplementTable {
       width: 100%;
       }
       
       .supplementTable td {
       width: 50%;
       }
       
       .meta {
           font-size: 11px;
           margin-bottom: 10px;
  			font-family:Arial, Helvetica, sans-serif;
           }
    .authorBio {
        margin-top: 20px;
        font-style: italic;
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
        background: #E3E3E3;
        }
    .authorBio h4 {
        font-style: normal;
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 5px;
        }

.houseAd {
    margin-bottom: 20px !important;
    display: block !important;
    /*width: 200px;*/
   }
    
    .review-item-content .description {
    min-height: 50px;   
}

#no-var-price {
      margin-right: 40px;
}

.no-var-price {
    font-weight: bold;
    font-size: 20px;
    }
    
    
.heardBox {
    background: #E3E3E3;
    padding: 5px 10px;
    font-size: 12px;
    margin-bottom: 5px;
    }
    
.heardBox h3 {
    margin-top: 0px;
}


.collectionListing {
    width: 100% !important;
  	
}



ul.clearfix{
 list-style-type:none !important; 
}
ul#collection-grid{
  margin-left: 0;
}
.collectionListing .productgrid .product-grid li {
    float: none !important;
    width: auto !important;
    margin-right: 0px;
  	margin-left:-40px;
    }
    
.collectionListing .text {
    text-align: center;
    margin-left: 160px; 
}
.collectionListing .text h2 {
    font-size: 23px;
    padding-top: 45px;
    }
    
.collectionListing .product-price  {
    text-align: left;
    right: auto;
    bottom: auto;
    top: 33px;
    left: 90px;
    float: left;
    position: absolute;
    }
    
.clear {
    clear: both;   
}

table.write-review td {
    padding: 3px 3px 3px 0px !important;
    font-weight: bold;
    }
    
.reviews-rating, .reviews-control {
    font-size: 11px;
    color: #D3D3D3;
    }
    
.reviews-control-write {
    font-size: 15px;
    font-weight: bold;
    }

.review-app {
  font-size: 20px; 
  color: #000000; 
  padding: 10px 0px 0px 0px;
  font-family: 'EurostileBold';
  margin-bottom: -15px;
}

.reviews-title, .reviews-title span {
  font-family: 'EurostileBold';
  font-size: 20px;
}

.review-item-rating{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14.5px;
}

.judgeme-badge + span {
    float: right;
    visibility: hidden;
    margin-bottom: -9px;
}

/* Condensed Best Sellers and New products on homepage */
.grid_left {
  display: block;
  width: 70%;
}
.tub-grid{
  float: right;
  width: 30.5%;
  margin: 3px;
  position: relative;
  text-align: center;
  background: #FFF;
  padding: 6px;
  min-height: 277px;
  }

.tub-grid a:link {
  color: #006400;
  font-weight: bold;
  text-decoration: underline;
  }

.tub-grid a:visited {
  color: #006400;
  font-weight: bold;
  text-decoration: underline;
  }

.tub-grid a:hover {
  color: #999999;
  font-weight: bold;
  text-decoration: underline;
  }

.tub-grid a:active {
  color: #006400;
  font-weight: bold;
  text-decoration: underline;
  }

.tub_img {
  width: 198px;
  height: 212px;
}

#customer-testimonials {
  position: relative;
  width: 180px;
  height: 320px;
  overflow: hidden;
}

#wishlist_box {
  font-size: 12px;
  color: #686868;
  text-align: center;
  background: #f3f8e8;
  width: 204px;
  line-height: 15px;
  padding: 10px;
  margin-top: -5px;
  margin-bottom: 5px;
}

#wishlist_box2 {

}


#wishlist_box2 input {clear:both; background-color: #4078A8; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:12px; font-weight: bold; height: 32px; line-height: 32px; margin: 10px 0; padding: 0px 5px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; margin-top: -5px; margin-bottom: 5px;}
#wishlist_box2 input:hover {color: #FFF; background: #165383;}

.wishlist_button {clear:both; background-color: #4078A8; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:12px; font-weight: bold; height: 32px; line-height: 32px; margin: 10px 0; padding: 0px 5px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
.wishlist_button:hover {color: #FFF; background: #165383;}

#wishlist_box a:link {
	font-weight: bold;
  	color: #12507F;
  	text-decoration: none;
}

#wishlist_box a:visited {
	font-weight: bold;
  	color: #12507F;
  	text-decoration: none;
}

#wishlist_box a:hover {
	font-weight: bold;
  	color: #12507F;
  	text-decoration: underline;
}

#wishlist_box a:active {
	font-weight: bold;
  	color: #12507F;
  	text-decoration: none;
}

#goes_with, #soluble {
  background: #f3f3f3;
  width: 185px;
  float: right;
  padding: 5px 15px;
  margin-left: 10px;
  margin-bottom: 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#soluble div{
    font-size: 21px;
    line-height: 36px;
    margin: 15px 0 5px;
    font-family: 'EurostileBold';
    text-decoration: none;
}

#soluble p{
   font-size: 12px;
   line-height: 16px;
}

#goes_with h2{
	margin: 0;
  	padding: 0;
}

#goes_with div {
    font-size: 21px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    font-family: 'EurostileBold';
    text-decoration: none;
}


#goes_with ul{
  list-style: square;
  margin-top: -5px;
  margin-bottom: 5px;
  padding-top: 0;
}

#goes_with a:link{
  font-size: 12px;
}

#goes_with p, #goes_with ul li{
  font-size: 12px;
}

/*Google Translate Widget */
.goog-te-gadget-simple {
  width: 99%;
  height: 20px;
  display: block;
  background-color:#81da4d; 
}

.goog-te-gadget-simple img{
  text-align: left;
}

.goog-te-gadget-simple a{
  text-align: right;
  float: right;
  margin-top: 2px;
}

@-moz-document url-prefix() { 
  .goog-te-gadget-simple a{
     margin-top: -17px;
  }
  .newsletterBoxA #mc_embed_signup .button{
    position: absolute;
    top: 82px;
  }
}

/*Holiday Subevergreen */

#holiday {
   height: 100px;
   width: 320px;
   float: right;
   padding: 10px 0 10px 5px;
   border: 2px dashed #FF00EB;
   margin-bottom: 20px;
   font-weight: bold;
}

#holidaya {
   height: 100px;
   width: 320px;
   float: right;
   padding: 10px 0 10px 5px;
   border: 2px dashed #A00D29;
   margin-bottom: 20px;
   font-weight: bold;
}

/* Mailchimp Stuff*/

.newsletterBoxA {
   height: 85px;
   padding-bottom: 10px;
   border: 2px dashed #ff7f00;
   margin-bottom: 20px;
}

.newsletterBoxA #mc_embed_signup label {width: 654px; display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}

.newsletterBoxA #mc_embed_signup .button {position: absolute; left: 146px; top: 75px; clear:both; background-color: #ff7f00; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}


.newsletterBoxB {
   height: 85px;
   padding-bottom: 10px;
   border: 2px dashed #71BF44;
   margin-bottom: 20px;
}

.newsletterBoxB #mc_embed_signup label {width: 654px; display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}

.newsletterBoxB #mc_embed_signup .button {position: absolute; left: 146px; top: 41px; clear:both; background-color: #71BF44; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding-left:5px; padding-right: 5px; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}

 #mc_embed_signup{background:#fff; clear:left; font:14px Helvetica,Arial,sans-serif;  width:220px;}
        /* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
           We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
           
    /* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #ff7f00; border: 0 none; border-radius:4px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:15px; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#aaa;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.product-square {
 	display: block;
    height: 100px;
  	width: 50%;
  	padding: 0;
  	margin: 0;
}

.product-square hr{
 	border: 0;
  	margin-top: 0;
  	margin-bottom: 3px;
  	height: 1px;
  	background: #ccc;
}

.product-square ul {
  	padding: 0;
 	margin: 0; 
}

.product-square ul li{
	font-size: x-small;
 	list-style-type: none;
  	padding: 0;
  	margin: 0;
  	margin-left: -40px;
}

.product-square img{
  	float: right;
  	margin-top: -10px;
  	width: 35%;
  	margin-right: 5px;
}

.product-square h2{
  	padding: 0;
  	margin: 0;
	font-size: 18px;
}

.product-square ul a{
	font-size: 14px;
}

.flow-opposite {
	float: right;
	margin-right: -3%;
}

.row {
  margin-bottom: 75px;
}
