.input_error{
	border:1px solid #F00 !important;
}
.error_text{
	display:none;
	width:100%;
	color:#F00;
	float:left;
}

.proheading p{
	min-height:60px;
}
.printheading h1{
	font-size:48px;
}

.devider{
	border-bottom:2px solid #f1f1f1;
	background:#f3f5f7;
}
.Imgdetl_right a{
	margin-bottom:15px !important;
}
.Imgdetl_left img{
	width:100%;
}
.ProductDetailBanner{
	position:relative;
}
.productrating {
    display: block;
    text-align: center;
	padding:5px 0px;
    height: 20px;
}
.productrating span{
	display:inline-block;
	color:#09F;
}
.fancybox-inner p{
	font-size: 17px;
    margin-top: 26px;
    font-family: 'HelveticaLTStd-bold';
	width:500px;
	
}
.proDiv1 img{
	/*height:180px;*/
}
.formTbleOne label{
	text-align:left;
}
.signupBx{
	padding-top:20px;
}
#reg_zip_code{
	text-transform:uppercase;
}
.nav-tabs {
    border-bottom: 1px solid #38b3d8;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #FFF;
    cursor: default;
    background-color: #fff;
    border: 1px solid #38b3d8;
    border-bottom-color: transparent;
    background: #38b3d8;
}
.priceDivRow {
    padding: 40px 0 0 0px;
    color: #000000;
    font-size: 20px;
    font-family: 'Lato-Regular';
    text-align: right;
}
.priceDivRow span {
    color: #a01514;
	font-weight:bold;
	font-size:28px;
}
.margin-bottom-5{
	margin-bottom:5px;
}
.margin-bottom-10{
	margin-bottom:10px;
}
.margin-bottom-20{
	margin-bottom:20px;
}
.margin-bottom-30{
	margin-bottom:30px;
}
.margin-bottom-40{
	margin-bottom:40px;
}

#shippingOptions{
	position: fixed;
    background: rgba(0,0,0,0.9);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000000;
}
.avialShippings{
	margin: 60px auto;
    width: 500px;
    padding: 10px;
    overflow: hidden;
}
.LoadingBx{
	margin: 100px auto;
    width: 500px;
    padding: 10px;
    overflow: hidden;
	text-align:center;
	font-family: 'Lato', sans-serif;
    font-weight: bold;
	color:#FFF;
}
.avialShippings h2{
	 font-size: 16px;
    margin-top: 0px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #FFF;
    background: #333;

}
.logo .logo-desktop {
	display: block;
}
.logo.logo-mobile {
    display: none;
}
@media only screen and (min-width:651px) and (max-width:767px){
.printheading h1 {
    font-size: 34px;
}
}
@media only screen and (min-width:526px) and (max-width:650px){
.printheading h1 {
    font-size: 28px;
}
}
@media only screen and (max-width:525px){
.printheading h1 {
    font-size: 22px;
}	
}

@media screen and (max-width: 760px) {
.logo.logo-mobile {
    display: block;
}
.logo-desktop {
	display: none;
}
}