html, body  
	{background:url(images/bg.png);
	 text-align: center; 
	 font-size: 14px; 
	 font-family: Arial,Helvetica,sans-serif;
	 color:#101010;
	}
body *
	{margin: 0 auto; 
	 padding: 0px; 
	 font-size: 14px; 
	 text-align: left;

	}
img 
  {border: 0px;
	}
h1 
	{font-size: 30px !important; 
	 color:#223c64 !important;
	 font-family: 'Courgette', cursive !important;
	 border-bottom: 2px dotted #223c64;
	padding: 0px 0px 7px;
	margin-bottom: 5px;
	}
h2 
	{font-size: 26px !important; 
	 color:#223c64 !important;
	 font-family: 'Courgette', cursive !important;
	 border-bottom: 2px dotted #223c64;
	padding: 0px 0px 7px;
	margin-bottom: 5px;
	}
h3
	{font-size: 1em; 
	 font-weight: bold;
	 color:#231F20;
	 padding-bottom:10px;
	}
/*
th	{
	text-align:center
	}	

*/
table{
width:100%;

}
td 
	{text-align: center; 
	}
td.captions
	{font-weight:bold;
	text-align:left;
	} 
table img{
width:35px;
}
table img.product{
width:112px;
}
a 
	{color:#574D4D;
	 text-decoration:none;
	}
a:visited 
	{color:#574D4D;
	}
a:hover 
	{color: #EF8BB8;
	}
p {
line-height:150%;
color:#666 !important;
font-size:18px !important;
text-align: justify;
font-family: 'Coda', cursive !important;
}
.clr{
clear:both;
}
#header{
width:1000px;
background:#fdfdfd;
}
.logo
{float: left;
padding: 10px 0px 0px 10px;
}
.banner {
    float: right;
    padding: 10px 10px 0px 0px;
    width: 794px;
    font-size: 15px;
}

#wrapper{
margin-top: 70px;
}

#main{
background:#fdfdfd;
}
#top-menu {
    display: inline-block;
    width: 1000px;
    height: 53px;
    list-style: none outside none;
    margin: 0px 0px 10px;
	font-weight:bolder;
    line-height: 25px;
	font-size:20px;
    font-weight: normal;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}
#top-menu li{
display:inline;
margin-right: 60px;
}
.date{
float: left;
margin-left: -7%;
border: medium none;
width: 45px;
height: 95px;
margin-top: 24px;
display: block;
}

#content{
width:880px;
margin: auto;
padding-top: 50px;
}
#content ul {
padding:10px 20px;
line-height: 150%;
}
#content ul li{
list-style-type:circle;
font-family: 'Coda', cursive !important;
color: #666 !important;
}
#content li{

}
.box{
margin-bottom:10px;
padding:10px;
}

.box strong{
font-size:20px;
}
.info{
width:1000px;

}
.item_desc{
width:1000px;
padding-bottom: 30px;
clear: both;
}
.item_img{
width:200px;
float:left;
text-align:left
}
.item_img img{
width:180px;
}

.item_desc_one{
width:300px;
float:left;
}
.item_desc_two{
width:300px;
float:left;
}

#comments{
width:600px;
}
#comments_revitalash{
width:600px;
}
#comments_xlash{
width:600px;
}
#comments_m2lashes{
width:600px;
}
#comments_loreal{
width:600px;
}
#comments_feg{
width:600px;
}
#comment-box{
margin-bottom:20px;
}
#comment{
padding: 10px;
font-size:11px;
float:right;
border-radius: 10px;
border: 1px solid #DDD;
width: 500px;
}
#comment p{
padding-bottom:5px;
font-weight:bold;
color:#C1DFD6;
font-size: 15px;
}
#comment-img{
float: left;
margin-right: 10px;
padding: 10px;

}
.rating {
    float:right;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
   follow these rules. Every browser that supports :checked also supports :not(), so
   it doesn’t make the test unnecessarily selective */
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}

.rating:not(:checked) > label {
    float:right;
    width:1em;
    padding:0 .1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
    color:#ddd;
    text-shadow:1px 1px #bbb, 2px 2px #666, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:before {
    content: '★ ';
}

.rating > input:checked ~ label {
    color: #f70;
    text-shadow:1px 1px #c60, 2px 2px #940, .1em .1em .2em rgba(0,0,0,.5);
}

.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: gold;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #ea0;
    text-shadow:1px 1px goldenrod, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}
th
{
	font-family: 'Baloo Bhaina', cursive;
	font-size: 20px;
	text-align: center !important;
}
tr td:first-child 
{
	font-family: 'Coda', cursive !important;
	color: #666;
}
.label-danger {
    background: #ed1b24 !important;
    background: -webkit-linear-gradient(#ed1b24, #b00f17) !important;
    background: -o-linear-gradient(#ed1b24, #b00f17) !important;
    background: -moz-linear-gradient(#ed1b24, #b00f17) !important;
    background: linear-gradient(#ed1b24, #b00f17) !important;
    padding: 5px 10px !important;
}
.label-success {
    background: #bfd630 !important;
    background: -webkit-linear-gradient(#bfd630, #64a33a) !important;
    background: -o-linear-gradient(#bfd630, #64a33a) !important;
    background: -moz-linear-gradient(#bfd630, #64a33a) !important;
    background: linear-gradient(#bfd630, #64a33a) !important;
    padding: 5px 9px !important;
}
.item_desc_one strong
{
	font-family: 'Baloo Bhaina', cursive;
	font-size: 28px;
	color: #666 !important;
	margin-top: 2px;
	line-height: 28px;
}
.item_desc_two strong
{
	font-family: 'Baloo Bhaina', cursive;
	font-size: 28px;
	color: #666 !important;
	margin-top: 2px;
	line-height: 28px;
}
ul.conclusions li {
	text-align: justify;
}
#myTabContent {
    border: 1px dotted #223c64 !important;
    border-radius: 5px !important;
    background: #f8fafd !important;
}
.nav-tabs 
{
	border: none !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #f8fafd !important;
    border: 1px dotted #223c64 !important;
    border-bottom-color: transparent !important;
    cursor: default;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    border: 1px dotted #223c64 !important;
}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #f8fafd !important;
}
ul#myTab {
    padding-bottom: 0 !important;
}
.form-group .col-sm-10 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.form-horizontal .form-group {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.form-horizontal .control-label {
    text-align: left !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.btn-default {
    color: #fff !important;
    background-color: #223c64 !important;
    border: 1px #223c64 solid !important;
}
.btn-default:hover {
    color: #223c64 !important;
    background-color: #fdfdfd !important;
    border: 1px #223c64 solid !important;
}
form.form-horizontal {
    font-family: 'Abril Fatface', cursive;
}
.ad 
{
    padding-left: 20px;
    padding-bottom: 20px;
    float: right;
    width: 250px;
    margin-left: 40px;
    margin-bottom: 40px;
    border-left: 1px dotted #223c64;
    border-bottom: 1px dotted #223c64;
}
#footer
{
	width: 100%;
	background-color: #fdfdfd;
	/* box-shadow: 0px 0px 20px #666; */
	margin-top: 50px;
	border-top: 10px solid #4c7cc3;
}
.content-footer
{
	width: 1030px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	font-family: 'Coda', cursive;
	font-size: 22px;
}
.content-footer a
{
	font-size: 18px;
	color: #4c7cc3;
}
#header
{
	width: 100%;
	background-color: #fdfdfd;
	/* box-shadow: 0px 0px 20px #666; */
	margin-bottom: 50px;
	border-bottom: 20px solid #4c7cc3;
}
.content-header
{
	width: 1030px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}


/* font-family: 'Abril Fatface', cursive;
font-family: 'Courgette', cursive;
font-family: 'Baloo Bhaina', cursive;
font-family: 'Coda', cursive;
font-family: 'Bungee', cursive; */