@charset "utf-8";
/* ~~  This the css file for the Responsive Design of Virtual Beauty from Ecommerce Templates.
The first section correponds to the maximum width version of 980 pixels ~~ */

body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #999 repeat-x;
	margin: 0px;
	padding: 0px;
	color: #fff;
}

div.container {
 background-color: #5e041d; 
 padding: 0px 10px; 
 border-top: 0px solid #000; 
 border-right: 1px solid #f6ecd3; 
 border-bottom: 0px solid #000;  
 border-left: 1px solid #f6ecd3; 
 background-size: 100%;
}


.homeprods	{
	background-color: #5e041d; 
	border: 0px solid #f6ecd3; 
	overflow: hidden; height:100%; 
	margin-bottom: 50px;
}


img.logo_sizer	{
	max-width: 95%;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}

/* ~~ Headings ~~ */
h1{
  	background:#f1f1f1;
  	font-size:1.0em;
  	border-left:20px solid #c00606;
  	color:#6D6D6D;
  	width:90%;
}

h1.mennav{
  	background:#f1f1f1;
  	font-size:1em;
  	border-right:10px solid #f6ecd3;
  	color:#6D6D6D;
  	width:140px;
  	font-weight:normal;
  	border-left:0px;
}

/* ~~ Center paragraph ~~ */
p.ctr{
	text-align:center;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

p.frontpage {
	font-size: 18px;
	color: #ffffff;
	text-align: justify;
	line-height: 22px;
	margin-top: 20px;
	margin-right: 20px;
	}
	
.textlinkfront A:link {text-decoration: underline; font-size: 18px; color: #ffffff;}
.textlinkfront A:visited {color: #ffffff;}
.textlinkfront A:hover {color: #f6f4db;}

.textlink A:link {text-decoration: underline; font-size: 15px; color: #ffffff;}
.textlink A:visited {color: #ffffff;}
.textlink A:hover {color: #f6f4db;}


p.christmas {
	font-size: 22px;
	color: #fee303;
	text-align: center;
	line-height: 22px;
	margin-top: 20px;
	margin-right: 40px;
}


p.aboutpage {
	font-size: 18px;
	color: #ffffff;
	text-align: justify;
	line-height: 22px;
	margin-top: 20px;
	margin-right: 180px;
}

p.bodytext {
	font-size: 15px;
	color: #ffffff;
	text-align: justify;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
p.faqtextheader {
	font-size: 22px;
	color: #ffffff;
	text-align: justify;
	line-height: 20px;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	}		
	
p.faqtext {
	font-size: 15px;
	color: #ffffff;
	text-align: justify;
	line-height: 30px;
	margin-right: 20px;
	margin-left: 10px;
	margin-bottom: 10px;
	}	
		

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #fff;
	text-decoration: none; 
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: underline;
}

/* ~~this fixed width container surrounds the other divs~~ */
.container {
	width: 980px;
	background: #fff;
	margin: 0 auto; 
}

/* ~~ the header ~~ */
.header {

}

div.thead{
	border-bottom:3px solid #f6ecd3;
	height:50px;
}

div.tlinks{
	width:50%;
	float:left;
	margin:18px 0px;
	color:#667903;
	font-size:0.8em;
}

div.tsearch{
	float:right;
}

div.logo{
	width:40%;
	float:left;
	padding-left:10px;


}
div.smedia{
	width:40%;
	float:left;
	text-align:center;
	padding-top:36px;
}

div.logoright{
	float:right;
	width:20%;
	padding-top:-50px;

}

/* ~~ Top search ~~ */
.searchinput {
	float: left;
	width: 264px;
	height: 24px;
	padding: 2px;
	border: 1px solid #eee;
	background:#F6F6F6;
	color: #858585;
	border-radius:5px 0px 0px 5px;
	margin:8px 0px 8px 8px;
}
.searchsub {
	float: left;
	width: 34px;
	height: 30px;
	background: url(images/searchicon.gif);
	border: 0px;
	margin-top:8px;
	cursor: pointer;
}


/* ~~ Top horizontal navigation bar ~~*/
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}


.clearfix {
    *zoom: 1;
}

nav {
	height: 32px;
	width: 100%;
	background: #5e041d;
	font-family: Arial, sans-serif;
	text-align: justify;
	position: relative;
	border-bottom:3px solid #f6ecd3; 
	padding-right: 1px; 
	margin-bottom:1px;
}

nav ul {
	padding: 0;
	margin:0 auto;
	width: 100%;
	height: 32px;
}


nav li {
	display: inline;
	float: left;
	padding: 1px 5px;
}

nav a {
	color: #000000;
	display: inline-block;
  	font-size:0.97em;
	width: 110px;
	text-align: center;
	text-decoration: none;
	line-height: 32px;
}

nav li a {

}

nav li:last-child a {

}

nav a:hover, nav a:active {
	background-color: #f6ecd3; 
	color: #000;
  	border-radius: 8px 8px 0px 0px;
  	text-decoration: none;
}

nav a#pull {
	display: none;
}

/* ~~ These are the columns for the layout - content1 is only used on the home page ~~ */
.sidebar1 {
	float: right;
	width: 180px;
	background: #5e041d;
	padding-bottom: 10px;
	padding-top:16px;
}

div.content {
	padding: 16px 0;
	width: 790px;
	min-height: 860px;
	background: #5e041d;
	overflow:auto;
}

div.content ul, .content ol { 
	padding: 0px; 
}

div.content1 {
	padding:0px;
	width: 980px;
}

div.content1 ul, .content1 ol { 
	padding: 0px; 
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

/* ~~ Right hand menu. ~~ */
ul.nav {
	list-style: none; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #f1f1f1; 
}

ul.nav a, ul.nav a:visited { 
	padding: 2px 5px 2px 5px;
	display: block; 
	width: 160px; 
	text-decoration: none;
	background: #5e041d;
	font-size:0.9em;
}

ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background: #f6f6f6;
	color: #000000;
}

/* ~~ The home page content ~~ */
div.blurbleft{
	width:200px;
	float:left;
}

div.blurbright{
	width:auto;
	padding:6px;
	color:#fff;
}

div.blurbright1{
	padding:6px;
	color:#999;
}


div.homeprod1{
	background:#5e041d;
	width:300px;
	border:1px solid #f6ecd3;
	padding:0px;
	margin:8px 8px 20px 8px;
	float:left;
}

p.prodtitle{
	width:270px;
	background:#5e041d;
	color:#f6ecd3;
	font-weight:normal;
	font-size:26px;
}

td.cobll a.ectlink:link, a.ectlink:visited {
	color:#5e041d;
	text-decoration:none;
}

/* ~~ Minicart properties ~~ */
table.mincart{
	width:180px;
	font-size:0.8em;
	background:#eee;
}

td.mincart{
	background:#f1f1f1;
}

td.mincart a.ectlink:link, a.ectlink:visited{
	color:#fff;
	text-decoration:none;
}

/* ~~ Cart properties ~~ */
div.cartupdate a.ectlink:link{
	color:#fff;
	text-decoration:none;
}

div.cartupdate a.ectlink:visited{
	color:#fff;
	text-decoration:none;
}

div.cartcontinue a.ectlink:link{
	color:#fff;
	text-decoration:none;
}

div.cartcontinue a.ectlink:visited{
	color:#fff;
	text-decoration:none;
}

div.detailcheckoutbutton img.buybutton{
	display:none;
}

div.detailcheckoutbutton img.detailcheckoutbutton{
	position:relative;
	left:-9px;
}

/* ~~ Soft Cart properties ~~ */
.scart{
	color:#5e041d;
}

a.ectlink.scclink:link, a.ectlink.scclink:visited{
	color:#5e041d;
}

/* The product page - view all the available classes at http://www.ecommercetemplates.com/help/css-layouts.asp
-------------------------------------*/

/* div.prodfilter{
	float:left;
	background-color:#F9F9F4;
	border: 1px dotted #D7D1C9;
	padding:6px;
	color: #42619a;
	margin-bottom:10px;
	margin-top:10px;
} 

div.prodfilterbar{
	float:left;
	width:100%;
}

div.filtertext{
 	padding:8px;
}

select.prodfilter{
	padding:0px;
	margin:0px;
}

*/

div.product{
	padding:6px;
	width:31%;
	float:left;
	height:180px;
	margin:2px;
}

/* div.prodnavigation{
	padding:10px 0px 10px 12px;
	float:left;
	width:97%;
	font-size:0.9em;
	background-color:#eee;
	border-bottom: 1px solid #FED778;
}

*/

div.prodimage{
position:absolute;
	padding: 6px;
	text-align:center;
	background-color:#5e041d333;
}

div.prodimage:hover{
}


div.prodname{
	padding-top:6px;
	font-size: 1em;
}


div.prodprice{
	font-size: 1em;
	float:left;
	width:98%;
	color:#666;
	margin-top:-12px;
}

div.prodcurrency{
	float:left;
	width:100%;
	font-size: 0.7em;
	color:#666;
}

/* div.pagenums{
	text-align:center;
	float:left;
	padding:20px 0px 20px 0px;
}
/*

/* The product detail page 
-------------------------------------*/
 div.detailprodnavigation{
	display:none;
}


div.detailimage{
	padding:10px;
	float:left;
} 


div.detailid {
	display:none;
}

div.detailname {
	font-size: 1.2em;
	width:45%;
	margin-left:20px;
  	margin-bottom:12px;
	border-bottom: 1px solid #ccc;
}

div.detaildescription{
	font-size: 0.9em;
	margin-top:20px;
	margin-left:20px;
	line-height:1.8em;
	width:70%;
}


div.detailprice{
	display:none;
}


div.detaillistprice{
	font-size: 1em;
	font-weight:normal;
	float:left;
	width:96%;
	padding:6px 0px;
	color:#DA6A1E;
	margin-left:10px;
}


/*
span.detaildiscountsapply{
	margin-left:36px;
        color:#396A3B;
        font-size:0.8em;
}

div.detaildiscounts{
	width:73%;
	color:#396A3B;
	float:left;
        font-size:0.8em;
} 

div.detailmanufacturer{
	float:left;
	width:68%;
	margin:0px;
	padding:0px;
        color:#666;
        font-size:0.9em;
}

div.detailsku{
	float:left;
	width:68%;
	margin:10px;
    color:#666;
}

div.detailinstock{
	float:right;
	width:73%;
}

*/

div.detailcurrency{
	padding-top: 6px;
	font-size: 0.7em;
	float:left;
	width:96%;
	color:#666;
	margin-left:10px;
	border-bottom: 1px solid #ccc;
	padding-bottom:20px;
}

div.detailoption{
	width:100%;
}

div.detailoptions{
	padding: 6px;
	float:left;
	width:60%;
}

select.detailprodoption{
	font-size: 0.9em;
	width:50%;
	margin:7px;
	border:1px solid #333;
	padding:2px;
}

input.detailprodoption{
	font-size: 0.9em;
	margin:7px;
	border:1px solid #ccc;
    padding:2px;
}


div.detailoptiontext{
	padding: 6px;
	width:32%;
	float:left;
	clear:both;
}

div.detailmultioptiontext{
	padding: 6px;
	width:60%;
	clear:right;
}

div.previousnext{
	padding-top:20px;
	padding-bottom:6px;
	float:right;
	width:100%;
	text-align:center;
	font-size:0.9em;
	border-top:1px solid #333;
}

div.emailfriend{
	text-align:center;
	float:right;
	width:100%;
}

td.emfhl{
	background-color:#aaa;
	font-size:1.2em;
	color:#fff;
	font-weight:bold;
}

td.emfll{
	line-height:18px;
}

div.detailquantity{
	float:left;
	width:170px;
  
}

div.detailquantitytext{
	margin-top:18px;
	float:left;
	width:45%;
	text-align:right;
}

div.detailquantityinput{
	margin-top:16px;
	float:right;
	width:45%;
	text-align:left;
	padding:0px;
	height:65px;
}

#w0quant{
	height:21px;
	width:50px;
	border:1px solid #ccc;
}

/*
div.detailaddtocart,.detailoutofstock{
	float:left;
	margin-top:10px;
}

div.review{
	float:left;
	margin-top:16px;
	width:90%;
	font-size:0.9em;
}

hr.review{
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #bbb;
	padding:4px;
	margin-top:6px;
}

div.reviewprod{
	background-color:#eee;
	padding:10px;
}

*/

/* The category page 
-------------------------------------*/
div.category{
	width:43%;
	float:left;
	line-height:1.6;
  	font-size:0.9em;
        padding:10px;
	border:1px solid #ccc;
	background-color:#fefefe;
	margin:0px 0px 16px 16px;
	height:110px;
}

div.category:hover{
	background-color:#fff;
	border: 1px solid #FED778;
	box-shadow: 5px 5px 2px #ccc;
}

div.catnavigation{
	padding:10px 0px 10px 12px;
	float:left;
	width:97%;
	font-size:1em;
	background-color:#eee;
	border-bottom: 1px solid #FED778;
	margin-bottom:10px;
}

.catnavwrapper{
	background:#fff !important;
	border: 1px solid #fff !important;
}

div.navdesc{
	display:none; /* Removes the text "View all products in all categories */
}

div.catimage{
	width:34%;
	float:left;
}

div.catdesc{
	padding:0px 0px 4px 4px;
}

div.catname{
	padding-left:4px;
        font-size:1.2em;
}

.catdiscounts, .allcatdiscounts{
	padding-left:10px;
	font-weight:normal;
	color:#896325;
	font-size:0.9em;
}

div.categorymessage{
	padding-top:0px;
	font-size: 1.3em;
}

p.noproducts{
       padding-top:28px;
       text-align:left !important;
}


/* ~~ Horizontal rule ~~*/
HR {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #DA6B1D;
}

/* ~~ Table backgrounds for cart, search etc ~~*/
table.mincart{
background-color: transparent;
}

td.mincart{
background-color: transparent;
color:#ccc;
}

table.cobtbl{
	background-color: #CAE5AE;
	width:94%;
	margin-left:8px;
} 

td.cobhl{
	background-color:#fff;
	font-weight: normal;
	color:#5e041d;
	font-size:0.9em;
}

td.cobhdr{
       background-color: #CAE5AE;
}

td.cobll{
	background-color: #fff;
	color : #5e041d;
	font-weight:normal;
	font-size:0.8em;
}


div.tofreeshipping{
       color:#396A3B !important;
}

td.cobll input,  textarea, select{
      border: 1px solid #999;
      border-radius:2px;
      padding:4px;
}

.cartdiscounts, .cartdiscountsamnt{
     color:#396A3B !important;
}


td.cobll input[type="image"]{
border:none;
}

td.cobll input[type="radio"]{
border:none;
}

span.cartoption{
	font-size:0.8em !important;
	color:#5e041d;
}

div.giftwrap a{
  	color:#666;
  	font-size:0.8em;
  	text-decoration:none;
}

div.logintoaccount{
	text-align:left !important;
}

span.willpickup{
font-size:1.1em !important;
}

/*Thanks page*/
td.receiptoption{font-size:0.9em;}
td.receipthl{font-size:1em;}
td.receiptoption strong{font-weight:500;}
td.receiptheading{background:#F6F6F6;font-size:0.9em;color: #5e041d;font-weight:normal !important;border-bottom: 1px solid #99CC46;border-top: 1px solid #99CC46;}
td.receiptheading strong{font-weight:500;}
hr.receipthr{display:none;}

/* ~~ Store buttons ~~*/
input.login, input.sccheckout, input.logintoaccount, input.search	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	background: #7AC244;
	border: 1px solid #999;
	border-radius: 4px;
	cursor: pointer;
}

input.login:hover, input.sccheckout:hover, input.logintoaccount:hover, input.search:hover{
	background:#fff;
	color:#666;
}

/* ~~ The footer ~~ */
.footer {
	padding: 0px;
	position: relative;
	clear: both; 
	overflow:auto;
	background:  url(images/btmbg.gif) #f1f1f1 repeat-x;
}

div.footer1{
	width:980px;
	margin: 0 auto;
}

div.foobar{
	width:100%;
	margin: 0 auto;
	height:24px;
	background:#666666;
}

div.cards{
	width:100%;
}

.cards img{margin:2px 4px 0px 4px; cursor:pointer;}

div.foo1{
	font: 1.0em Arial, Helvetica, sans-serif;
	float:left;
	width:25%;
	padding: 0px;
	line-height:1.7em;
  	background: #f1f1f1;
}

.foo1 a, .foo2 a, .foo3 a, .foo4 a{color:#6D6D6D;; text-decoration:none;}
.foo1 a:hover, .foo2 a:hover, .foo3 a:hover, .foo4 a:hover{text-decoration:underline;}

.foo2{
	font: 1.0em Arial, Helvetica, sans-serif;
	float:left;
	padding:0px;
	width:25%;
	color: #6D6D6D;
	line-height:1.7em;
  	background: #f1f1f1;
}

.foo3{
	font: 1.0em Arial, Helvetica, sans-serif;
	color: #6D6D6D;
	float:left;
	width:25%;
	padding:0px;
	line-height:1.7em;
    background: #f1f1f1;
}

.foo4{
	font: 1.0em Arial, Helvetica, sans-serif;
	float:right;
	line-height:1.7em;
	width:25%;
  	background: #f1f1f1;
}

p.foothead{
	font-weight:bold; 
	text-align:left;  
	margin: 20px 0px 10px 0px;
	font-size:0.8em;
	color:#666;
	line-height:25px;
	padding-left:0px;
}

.ftrbtm{
	width:50%;
	float:left;
	font-size:0.8em;
	color: #666;
  	padding-top:22px;
    background: #f1f1f1;
}

.ftrbtm1{
	width:50%;
	float:right;
	text-align:right;
	font-size:0.8em;
	color:#666;
	padding-top:22px;
    background: #f1f1f1;
}

.designfooter A:link {color: #666; text-align: left;}
.designfooter A:visited {color: #666;}
.designfooter A:hover {color: #666; text-decoration: underline;}


/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*This is the first breakpoint and contains styles for screens 980px to 710px*/
@media screen and (max-width: 980px) {
	
div.container, div.content1 {
	width:712px;
}

div.content{
	width:522px;
}

div.logoright{
    display:none;
  }
  
div.blurbright{
	width:490px;
}

div.footer1{
	width:712px;
}
/* The category page 
-------------------------------------*/
div.category{
	width:90%;
}

  
 /* The products page 
-------------------------------------*/
div.product{
  width:46%
}
  

  /* The product detail page 
-------------------------------------*/
div.detailid {
	float:right;
        width:58%;
}

div.detailmanufacturer {
	float:right;
        width:58%;
}

div.detailname {
	float:right;
        width:58%;
}

.detaildiscountsapply{
        display:none; /*Removes Discounts Apply text*/
}

div.detaildiscounts{
        float:right;
        width:58%;
}

div.detaildescription{
       float:left;
       width:96%;
       margin:0px  0px 10px 10px;
}
  
}

/*This is the second breakpoint and contains styles for screens 710px to 480px*/
@media screen and (max-width: 715px) {
  
div.container, div.content1 {
	width:480px;
}

div.content{
	width:480px;
}

/*Hide right navigation bar*/
div.sidebar1{
	display:none;
}
  
div.tlinks{
    width:100%;
}

div.tsearch{
    float:right;
}

div.logo{
    width:100%;
}

div.smedia{
    display:none;;
}

div.blurbleft{
    width:100%
}

div.blurbright, div.blurbright1{
	width:100%;
}

div.footer1{
	width:480px;
} 
  
nav { 
  	height: auto;
}

nav ul {
  	width: 100%;
  	display: block;
  	height: auto;
}

nav li {
	width: 50%;
	float: left;
	position: relative;
}

nav li a {
	border-bottom: 1px solid #c00606;
}

nav a {
  	text-align: left;
  	width: 100%;
  	text-indent: 25px;
}

nav a:hover, nav a:active {
  	border-radius: 0px;
	background-color: #667903;
}
  
div.foo1, .foo2, .foo3, .foo4{
    width:50%;
}
	
/*tables for cart and search*/
table.cobtbl{
	font-size: 0.8em;
    margin-left:8px;
    margin-bottom:12px;
} 

/*the product page*/
div.prodfilter{
	display:none;
}
  
div.prodfilterbar{
	display:none;
}


  /* The product detail page 
-------------------------------------*/
div.detailid {
	float:left;
        width:96%;
        margin-left:10px;
}

div.detailmanufacturer {
	float:left;
        width:96%;
        margin-left:10px;
}

div.detailname {
	float:left;
        width:96%;
        margin-left:10px;
}

div.detaildiscounts{
	float:left;
        width:96%;
        margin-left:10px;
}

}

/*This is the last breakpoint and contains styles for screens 480px and lower*/
@media only screen and (max-width : 480px) {
div.container, div.content1, div.content {
	width:312px;
}

nav {
	border-bottom: 0;
}

nav ul {
	display: none;
	height: auto;
}
  
nav a#pull {
	display: block;
	background-color: #667903;
	width: 100%;
	position: relative;
	border-radius:0px;
    color:#fff;
}

nav a#pull:after {
	content:"";
	background: url('images/mobmenu.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 6px;
}
  
 div .callbacks_container{
    display:none;
}
  
div.blurbright, div.blurbright1{
    width:300px;
}
  
h1{
    padding:2px 0px 0px 6px;
    width:90%;
}
  
div.homeprod1{
	width:300px;
	border:1px solid #D6DEB9;
	padding:2px;
	margin:0px 0px 4px 0px;
	float:left;
}
  
div.footer1{
	width:312px;
}

/* ~~ Remove left hand cart column ~~*/
.cobcol1{
	display:none;
}

/* ~~ Modify additional info field on checkout ~~*/
textarea.addinfo{
	width:150px;
}

/*the product page*/

div.product{
width:96%;
}

/*the detail page*/

div.detailprodnavigation{
	width:96%;
}

div.detailoptions{
width:96%;
}

select.detailprodoption{
width:58%;
}


div.detailquantityinput{
	height:30px;
}

div.detailmultioptiontext{
	width:40%;
}

div.emailfriend{
	display:none;
}

}

}

