@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/helveticaneue.eot');
    src: url('../fonts/helveticaneue.eot') format('embedded-opentype'),
         url('../fonts/helveticaneue.woff') format('woff'),
         url('../fonts/helveticaneue.ttf') format('truetype'),
         url('../fonts/helveticaneue.svg#HelveticaNeueRegular') format('svg');
}
@font-face {
    font-family: 'Springsteel';
    src: url('../fonts/springsteel-lig-webfont.eot');
    src: url('../fonts/springsteel-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/springsteel-lig-webfont.woff') format('woff'),
         url('../fonts/springsteel-lig-webfont.ttf') format('truetype'),
         url('../fonts/springsteel-lig-webfont.svg#springsteellight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'lato';
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold-webfont.woff') format('woff'),
         url('../fonts/lato-bold-webfont.ttf') format('truetype'),
         url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
	background: none repeat scroll 0 0 #FFF;
	font-size: 100%;
	margin: 0;
	font-family: Arial, "Helvetica", sans-serif;
	color: #4a4a4a;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: normal;
	font-family:'lato', Arial, sans-serif;
}
body, td, th, input, textarea, select, a {
	outline: 0 none;
}
h1 {
	font-size: 38px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 19px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #5e5e5e;
}
a {
	-webkit-transition:color .24s ease-in-out;
	-moz-transition:color .24s ease-in-out;
	-o-transition:color .24s ease-in-out;
	-ms-transition:color .24s ease-in-out;
	transition:color .24s ease-in-out;
	color:#14bfcc;
}
a:hover {
	color: #444;
}
ul {
	list-style: none;
}
img {
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}
.img-responsive {
	width:100%;
}
.pointer {
	cursor:pointer;
}
p {
	margin: 0 0 10px;
}
.fs12 {
	font-size: 12px;
}
.fs13 {
	font-size: 13px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.margin-auto {
	float: none !important;
	margin: 0 auto;
	display: block;
}
.margin-bottom {
	margin-bottom: 5px;
}
.required {
	color: #ff0000;
	font-weight: bold;
}
.clear {
	clear: both;
}
.size-980 .line {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 10px;
}

.inline {
	display: inline-block;
}
header {
	display: block;
	width: 100%;
}
.line:after, nav:after, .center:after, .box:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.margin {
	margin: 0 -0.625em;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.align-left {
	text-align: left;
}
.xss-margin {
	margin-bottom:5px !important;
}

.xs-margin {
	margin-bottom:10px !important;
}

.sm-margin {
	margin-bottom:20px !important;
}

.md-margin {
	margin-bottom:30px !important;
}

.lg-margin {
	margin-bottom:40px !important;
}
.s-1, .s-2, .s-five, .s-3, .s-4, .s-5, .s-6, .s-7, .s-8, .s-9, .s-10, .s-11, .s-12, .l-1, .l-2, .l-five, .l-3, .l-4, .l-5, .l-6, .l-7, .l-8, .l-9, .l-10, .l-11, .l-12 {
	float: left;
	position: relative;
}
.s-1 {
	width: 8.3333%;
}
.s-2 {
	width: 16.6666%;
}
.s-five {
	width: 16.6666%;
}
.s-3 {
	width: 25%;
}
.s-4 {
	width: 33.3333%;
}
.s-5 {
	width: 41.6666%;
}
.s-6 {
	width: 50%;
}
.s-7 {
	width: 58.3333%;
}
.s-8 {
	width: 66.6666%;
}
.s-9 {
	width: 75%;
}
.s-10 {
	width: 83.3333%;
}
.s-11 {

	width: 90%;
}
.s-12 {
	width: 100%;
}
.margin > .s-1, .margin > .s-2, .margin > .s-five, .margin > .s-3, .margin > .s-4, .margin > .s-5, .margin > .s-6, .margin > .s-7, .margin > .s-8, .margin > .s-9, .margin > .s-10, .margin > .s-11, .margin > .s-12, .margin > .l-1, .margin > .l-2, .margin > .l-five, .margin > .l-3, .margin > .l-4, .margin > .l-5, .margin > .l-6, .margin > .l-7, .margin > .l-8, .margin > .l-9, .margin > .l-10, .margin > .l-11, .margin > .l-12 {
	padding: 0 0.625em;
}
.margin > .s-1 {
	width: 8.3333%;
}
.margin > .s-2 {
	width: 16.6666%;
}
.margin > .s-five {
	width: 20%;
}
.margin > .s-3 {
	width: 25%;
}
.margin > .s-4 {
	width: 33.3333%;
}
.margin > .s-5 {
	width: 41.6666%;
}
.margin > .s-6 {
	width: 50%;
}
.margin > .s-7 {
	width: 58.3333%;
}
.margin > .s-8 {
	width: 66.6666%;
}
.margin > .s-9 {
	width: 75%;
}
.margin > .s-10 {
	width: 83.3333%;
}
.margin > .s-11 {
	width: 90%;
}
.margin > .s-12 {
	width: 100%;
}
.l-1 {
	width: 8.3333%;
}
.l-2 {
	width: 16.6666%;
}
.l-five {
	width: 20%;
}
.l-3 {
	width: 25%;
}
.l-4 {
	width: 33.3333%;
}
.l-5 {
	width: 41.6666%;
}
.l-6 {
	width: 50%;
}
.l-7 {
	width: 58.3333%;
}
.l-8 {
	width: 66.6666%;
}
.l-9 {
	width: 75%;
}
.l-10 {
	width: 83.3333%;
}
.l-11 {
	width: 90%;
}
.l-12 {
	clear: left;
	width: 100%;
}
.margin > .l-1 {
	width: 8.3333%;
}
.margin > .l-2 {
	width: 16.6666%;
}
.margin > .l-five {
	width: 20%;
}
.margin > .l-3 {
	width: 25%;
}
.margin > .l-4 {
	width: 33.3333%;
}
.margin > .l-5 {
	width: 41.6666%;
}
.margin > .l-6 {
	width: 50%;
}
.margin > .l-7 {
	width: 58.3333%;
}
.margin > .l-8 {
	width: 66.6666%;
}
.margin > .l-9 {
	width: 75%;
}
.margin > .l-10 {
	width: 83.3333%;
}
.margin > .l-11 {
	width: 90%;
}
.margin > .l-12 {
	width: 100%;
}
.right {
	float: right;
}
.left {
	float:left;
}
.btn-primary {
    cursor: pointer;
    color: #FFFFFF !important;
    padding: 6px;
    display: inline-block;
    background-color: #c22214;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: none;
    font-size: 14px;
}

.btn-primary a {
	color: #FFF !important;
}
.btn-primary:hover {
	background-color: #b51507;
}

#Remember label {margin-left:5px;}

.ErrorControl{background-color: #FBE3E4 !important;
            border: solid 1px red !important;}
            
        .MessageError{border: 1px solid red !important;
            box-shadow: 0px 0px 3px 0px red;background-color: #FBE3E4 !important;}
        
        .success .closemsg, .warning .closemsg{
            float: right;padding-top: 4px;padding-right: 4px;cursor: pointer;
            font-size: 21px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;
            }
        
        .success{background: #EAF7D9 url('../images/success.png') 10px center no-repeat;
            border: 1px solid #BBDF8D;padding: 10px 10px 10px 33px;margin-bottom: 15px;
            color: #555555;border-radius: 5px;}
            
        .warning{   background: #FFD1D1 url('../images/warning.png') 10px center no-repeat;
            border: 1px solid #F8ACAC;padding: 10px 10px 10px 33px;margin-bottom: 15px;
            color: #555555;border-radius: 5px;}
            
        .shopping-cart-quantity input[type="text"]{width: 30%;text-align:center;}
        
         .errorspan{margin-top:2%;}
         
        .errorspan li{color: red;line-height: 20px;margin-left: 20px;}
        
        .MagicZoomPlusHint{display:none !important;}
        
        .EmptyDataRowStyle
        {
            padding: 5%;
        }
       
        


 @media screen and (max-width:800px) {
.size-1170 {
	max-width: 800px;
}
.hide-l {
	display: block;
}
.hide-s {
	display: none;
}
.l-1 {
	width: 8.3333%;
}
.l-2 {
	width: 16.6666%;
}
.l-five {
	width: 20%;
}
.l-3 {
	width: 25%;
}
.l-4 {
	width: 33.3333%;
}
.l-5 {
	width: 41.6666%;
}
.l-6 {
	width: 50%;
}
.l-7 {
	width: 58.3333%;
}
.l-8 {
	width: 66.6666%;
}
.l-9 {
	width: 75%;
}
.l-10 {
	width: 83.3333%;
}
.l-11 {
	width: 90%;
}
.l-12 {
	width: 100%;
}
.margin > .l-1 {
	width: 8.3333%;
}
.margin > .l-2 {
	width: 16.6666%;
}
.margin > .l-five {
	width: 20%;
}
.margin > .l-3 {
	width: 25%;
}
.margin > .l-4 {
	width: 33.3333%;
}
.margin > .l-5 {
	width: 41.6666%;
}
.margin > .l-6 {
	width: 50%;
}
.margin > .l-7 {
	width: 58.3333%;
}
.margin > .l-8 {
	width: 66.6666%;
}
.margin > .l-9 {
	width: 75%;
}
.margin > .l-10 {
	width: 83.3333%;
}
.margin > .l-11 {
	width: 90%;
}
.margin > .l-12 {
	width: 100%;
}
.s-1 {
	width: 8.3333%;
}
.s-2 {
	width: 16.6666%;
}
.s-five {
	width: 20%;
}
.s-3 {
	width: 25%;
}
.s-4 {
	width: 33.3333%;
}
.s-5 {
	width: 41.6666%;
}
.s-6 {
	width: 50%;
}
.s-7 {
	width: 58.3333%;
}
.s-8 {
	width: 66.6666%;
}
.s-9 {
	width: 75%;
}
.s-10 {
	width: 83.3333%;
}
.s-11 {
	width: 90%;
}
.s-12 {
	width: 100%;
	float: none;
}
.margin > .s-1 {
	width: 8.3333%;
}
.margin > .s-2 {
	width: 16.6666%;
}
.margin > .s-five {
	width: 20%;
}
.margin > .s-3 {
	width: 25%;
}
.margin > .s-4 {
	width: 33.3333%;
}
.margin > .s-5 {
	width: 41.6666%;
}
.margin > .s-6 {
	width: 50%;
}
.margin > .s-7 {
	width: 58.3333%;
}
.margin > .s-8 {
	width: 66.6666%;
}
.margin > .s-9 {
	width: 75%;
}
.margin > .s-10 {
	width: 83.3333%;
}
.margin > .s-11 {
	width: 90%;
}
.margin > .s-12 {
	width: 100%;
}
}
.header-top {
    background: #151516;
    font-size: 12px;
    color: #FFF;
    padding: 20px 0;
}
.header-top a {
	color:#FFF !important;
}
.header-top .left {
	position: relative;
}
.header-top .left a {
	padding: 0 6px;
	border-right:solid 1px #FFF;
	display:inline-block;
}
.header-top .left a:last-child{
	border:none;
}
.header-top .left a:hover {
	text-decoration: underline;
	color: #eb3a42;
}
#menu{
	position:relative;
	float:right;
}
.login_img {
    background: url(../images/login.png)no-repeat top;
    border: 0;
    cursor: pointer;
    display: block;
    float: left;
    height: 16px;
    width: 17px!important;
    min-width: 0px;
    margin-right: 2px;
}
#menu .home_icon{
	float:left;
	width:19px;
	height:15px;
	background:url(../images/home_hover.png)no-repeat top;
	background-repeat: no-repeat;
}
#menu .home_icon:hover{
	background-position: 0 -15px; transition: all 0.3s ease;
}
#menu ul{
	list-style:none;
}
#menu li {
	display:inline-block;
	border-right:solid 1px #FFF;
}
#menu li:last-child{
	border:none;
}
#menu li a{
	padding:0 6px 0 6px;
	color:#fff;
}

.fix_container{
	-moz-box-shadow: 0px 0px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px #333333;
	box-shadow: 0px 0px 5px #333333;
	margin:0 auto; 
	max-width:980px;
}
.header-middle {
	background: #FFF;
	padding: 15px 0;
}

.header-middle .search input[type="text"] {
	 border:solid 10px #909090;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
	padding:12px;
	width:100%;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
.header-middle .search_button {
	/*
	position: absolute;
	right: 20px;
	top: 9px;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 0px;
	border: none;
	height: 24px;
	width: 24px;
	*/
	background:url(../images/search_button.png) no-repeat;
	width:71px;
	height:41px;
	right:10px;
	position:absolute;
	background-repeat:no-repeat;
	border:none;
	top:9px;
	outline:none;
	cursor:pointer;
	text-indent: -9999px;
}

.categories{
	width:100%;
	float:left;
	margin-bottom:10px;
	border:solid 1px #666666;
	border-radius:5px;
}
.categories ul h2 {
	font-size:inherit;
}
.common_heading{
	background-color:#c22214;
	width:100%;
	-moz-border-radius-topleft: 4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
}
.common_heading h2{
	text-align:center;
	font-family:'Springsteel' !important;
	font-size:15px;
	color:#fff;
	padding:5px 0px;
}

.categories ul{
	margin:10px 0px 10px 25px;
	list-style-image:url(../images/side_errow.png);	
}
.categories ul li ul.opencatlist {
    display: block !important;
}
.categories ul li ul{
	/*margin:10px 0px 10px 10px;*/
	margin:2px 0 2px 10px;
	display:none;
}
.categories li{
	margin:0;
	clear:both;
	padding:3px 0px;
}
.categories li a, .selectedli, .categories li h2 a {
    font-size: 13px;
    font-weight: normal;
    color: #4a4a4a;
    font-family: Arial, Helvetica, sans-serif;
}
.categories li a{
	font-size:13px;
	color:#4a4a4a;
	font-family:Arial, Helvetica, sans-serif;
}
.categories li a:hover{
	color:#F00;
}

#feedbackcontant ul{
	list-style-image:url(../images/right_icon.png);
	margin:10px 0 10px 35px;
	clear:both;
}
#feedbackcontant li{
	font-size:14px;
	color:#4A4A4A;
}
#recent_feedback{
	float:left;
	width:100%;
}
.newsletter_main{
	width:100%;
	float:left;
	border:solid 1px #bababa;
	margin-bottom:15px;
	background:#c22214;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:50px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:50px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:45px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:50px;
	border-top-left-radius:4px;
	border-top-right-radius:50px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:50px;
}
.newsletter_tieline-text{
	/*margin:0 15px;*/
}
.lets-torque {
	text-align:center;
	color:#FFF;
	font-weight:bold;
	padding:8px 0px;
	font-size:14px;
}
.newsletter_tieline-text p{
	 font-size:14px;
	 color:#FFF;
	 text-align:center;
	 padding-top:7px;
	 margin:0;
}
.newsletter_form{
	margin-top:7px;
}
.newsletter_form input[type="text"]{
	width:71%;
	border-radius:4px;
	-webkit-border-radius:4px;
	border:none;
	outline:none;
    -moz-box-shadow: 3px 0px 5px #a2a2a2;
    -webkit-box-shadow: 3px 0px 5px #a2a2a2;
    box-shadow: 3px 0px 5px #a2a2a2;
	height:35px;
	padding-left:10px;
}
.newsletter_form input[type="submit"]{
	background:#28912d;
	height:35px;
	width:29%;
	border:none;
	color:#FFF;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:4px;
	border-top-left-radius:0px;
	border-top-right-radius:4px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:4px;
	-moz-box-shadow: 3px 0px 5px #a2a2a2;
    -webkit-box-shadow: 3px 0px 5px #a2a2a2;
    box-shadow: 3px 0px 5px #a2a2a2;
	margin-left:-5px;
	cursor:pointer;
}
.off_circle{
	float:right;
}
.off_circle img{
	border-radius:50px;
	-webkit-border-radius:50px;	
    -moz-box-shadow:-3px -3px 3px #959595;
    -webkit-box-shadow:-3px -3px 3px #959595;
    box-shadow:-3px -3px 3px #959595;
}
.welcome-contant{
 text-align:center;
}
.welcome-contant h4{
 color:green !important; margin-bottom:5px; text-align:center; padding-bottom:15px; 
}
/* Responcive Slider  */


.heading_common h4, .featured_categories h4 {
    font-size: 18px;
    color: #c22214;
    font-weight: bold;
    font-family: 'lato';
    text-transform: uppercase;
    padding: 5px 0px;
    letter-spacing: 0.5px;
}
.Categories_colm {
	padding-left:15px;
	padding-right:15px;
}
.Categories_colm h2 {
    text-align: center;
    font-size: 14px;
    color: #c22214;
    text-transform: uppercase;
    padding: 10px 0px;
    font-weight: normal;
    height: 30px;
	padding-bottom:10px;
	font-family:'Helvetica' !important;
}

.Categories_colm-Products {
    border: solid 1px #bdbdbd;
    padding: 10px;
	text-align:center;
}

.Categories_colm-moreProducts {
    margin-top:5px;
	text-align:center;
}
.Categories_colm-moreProducts li{
	display:inline-block;
	margin:0;
	padding:0;
	
}
.Categories_colm-moreProducts li > a {
    font-size: 13px;
    color: #666666;
    display: inline-block;
}
.separator {
    margin: 0 3px;
	color:#666666;
}
.item {
	min-height:370px;
	border:solid 1px #e5e5e5;
	margin-top:5px;
	margin-bottom:10px;
	text-align:center;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.43) 43%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(43%,rgba(255,255,255,0.43)), 					    color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.43) 43%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.43) 43%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.43) 43%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.43) 43%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
.item-img {
    width: 100%;
    text-align: center;
    min-height: 132px;
}
.item p {
    float: left;
    padding: 0 8px;
    min-height: 120px;
}
.item > p > a {
    font-size: 12px !important;
    color: #4a4a4a;
}
.item .price {
    text-align: center;
    font-size: 14px;
    color: #4a4a4a;
    font-weight: bold;
    display: inline-block;
    padding: 10px 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.item > .learnmore {
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
	margin-bottom:20px;
}
.item > .learnmore:hover {
	opacity: 0.7;
}
.item > .learnmore_sml {
	
}
/* Layout helpers
----------------------------------*/

/*
.filter-heading {  background-color:#383435; }
.filter-heading h4 { margin:0; color:#FFF; font-weight:bold; font-size:14px; display:inline-block; }
.filter-icon {
  position: relative;
  background: url(../images/filter.png) no-repeat 3px 3px;
  padding-left: 25px;
}
*/
.filter-padding {
	padding: 10px;
}
.filter-range {
	position: relative;
}
.commen-heading {
	background: #eeeeee;
}
.commen-heading h5 {
	margin: 0;
	color: #667280;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
}
.bottom-icon {
	position: relative;
	background: url(../images/arrow.png) no-repeat 4px 5px;
	padding-left: 25px;
}
.priceRangebox {
	background: #FFF;
}
.side-banner {
	position: relative;
	margin-bottom: 25px;/*	margin-top:25px;*/
}
.side-banner img {
	width: 100%;
}
.contant-background {
	background: #ffffff;
	padding: 15px 0;
}
.contant-background h1 {
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
}
.products {
	position: relative;
}
.products .top {
	border-bottom: solid 1px #d6d6d6;
	margin-bottom: 20px;
	padding-bottom: 9px;
	margin-top: 10px;
}

.products .btn {
	background: #f07e1d;
	padding: 10px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	position: relative;
}
.products .btn:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.products .btn:after {
	border-top-color: #f07e1d;
	border-width: 10px;
	margin-left: -10px;
}
.products .product-grid .l-4 {
	border: solid 1px #CCC;
	padding: 10px;
	box-sizing: border-box;
	width: 31.33%;
	margin: 0 1% 2% 1%;
	float: left;
	position: relative;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.products .product-grid .l-4:hover {
	-moz-box-shadow: 0px 0px 5px #c3c3c3;
	-webkit-box-shadow: 0px 0px 5px #c3c3c3;
	box-shadow: 0px 0px 5px #c3c3c3;
}
.products .product-img {
	min-height: 355px;
	text-align: center;
}
.products .label-special {
	background: #373434;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	width: 39px;
	height: 39px;
	top: 10px;
	right: 12px;
	display: block;
	position: absolute;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	text-transform: uppercase;
	line-height: 3.2285714296;
	padding: 0;
	font-weight: bold;
	z-index: 99;
}
.products .label-special:before {
	border-left: 16px solid rgba(0,0,0,0);
	border-top: 16px solid #373434;
	left: 23px;
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 1;
}
.products .product-name {
	position: relative;
}
.products .block-description {
	margin-bottom: 11px;
	display: none;
	font-size: 13px;
}
.products .list-description {
	display: block;
}
.products .product-grid .l-4 p {
	color: #303433;
	font-size: 15px;
	font-weight: bold;
}
.reviews .star-rating {
	display: inline;
}
.star-rating {
	position: relative;
	overflow: hidden;
}
.star-rating li {
	float: left;
	margin-right: 5px;
}
.read-more {
	color: #ce0000 !important;
	font-size: 13px;
	/*padding:10px 0;*/
	display: inline-block;
}
.read-more:hover {
	text-decoration: underline;
}
.footer {
	background: #383435;
	padding: 20px 0;
	color: #FFF;
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.footer-links{
	position:relative;
}
.footer-links .l-2 {
	width:20%;
	padding:0 0.625em;
	float:left;
	margin-bottom:2.50%;
}
.footer h6 {
    color: #c22214;
    font-family: Lato;
    font-size: 16px;
    background: url(../images/footer_border.png) no-repeat left bottom;
    padding: 0 0 5px;
    min-width: 124px;
}
.footer ul {
	margin-top: 5px;
}
.footer ul li a {
	color: #4a4a4a;
	font-size: 13px;
}
.footer ul li a:hover {
	text-decoration: underline;
	color:#000;
}
.footer .address {
	margin-top: 15px;
	color: #FFF;
	font-size: 13px;
}
.footer .email {
	margin-top: 15px;
	color: #FFF;
	font-size: 13px;
}
.atms li , .support li {
	display:inline-block;
	vertical-align:middle;
}
.digi_cart {
	margin-top:15px;
}
.copyright {
    background: #151516 none repeat scroll 0 0;
    padding-bottom: 10px;
    padding-top: 15px;
}
.copyright .l-4 {
	color: #FFF;
	font-size: 13px;
}
.copyright .payment {
	position: relative;
}
.copyright p {
	margin-top: 10px;
	font-size:12px;
	color:#FFF;
}
.copyright .payment li {
	display: inline-block;
}
/*------rchobbyestor buggies page--*/
.product_container {
    width: 100%;
    border: solid 1px #a0a0a0;
	margin-bottom:15px;
}
.product_container h4 {
    background: #c22214;
    padding: 10px;
    font-size: 17px;
    font-family: 'lato';
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.product_container .l-3 {
	padding-left:15px;
	padding-right:15px;
}
.box-padding {
	padding-top:15px;
}
.product-div {
	text-align:center;
	margin-bottom:1%;
}
.product-div a h3{
	color: #c22214;
    font-size: 16px;
    margin: 5px 0 0;
    min-height: 60px;
    text-transform: uppercase;
}
.product-div .img-div img{
    border: solid 1px #CCCCCC;	
	padding:5px;
}
/*------rchobbyestor product page--*/
.result-div h1{
	font-size: 26px;
    color: #c22214;
}
.result{
	font-weight:bold;
	color:#4a4a4a;
	font-size:12px;
	margin-bottom:15px;
	display:inline-block;
}
.filter{
	background: #c22214;
    padding:10px;
    font-size: 14px;
    color: #FFF;
	margin-bottom:20px;
}
.filter select {
	border:solid 1px #CCC;
	padding:1px 5px;
}
.filter_heading {
	margin-right:5px;
}
/*------rchobbyestor Product Detail--*/
.product-detail h1 {
	color: #c22214;
    font-size: 20px;
    font-weight: normal;
}
.product #psumm ul {
    list-style-image: url(../images/side_errow.png);
    padding: 10px 0px;
	
}
#psumm li a {
    font-size: 12px;
    color: #4a4a4a;
    text-transform: uppercase;
    line-height: 18px;
}
.available h6 {
    color: #c22214;
    font-size: 18px;
    padding: 0 0 16px;
}
.available label{
    display: inline-block;
    padding: 0 5px 0 0;
    color: #4c4c4c;
    font-size: 12px;
	width:70px;
	text-align:right;
}
.available select {
    outline: none;
    padding: 3px;
	border:solid 1px #CCCCCC;
}
#pricearea{
	width:100%;
	margin-top:15px;
}
#pricearea h2{
	background-color:#9a9a9a;
	color:#FFF;
	font-weight:normal;
	font-size:16px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright:8px;
    -moz-border-radius-bottomleft:0px;
    -moz-border-radius-bottomright:0px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    -webkit-border-bottom-left-radius:0px;
    -webkit-border-bottom-right-radius:0px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;
	padding:5px 10px;
}
#price{
	font-size:18px;
	font-weight:normal;
}
#addToCartform{
	padding:15px 10px;
	border:solid 1px #9c9c9c;
	moz-border-radius-topleft: 0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:8px;
	-webkit-border-bottom-right-radius:8px;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:8px;
	border-bottom-right-radius:8px;
	overflow:hidden;
}
#Quantity{
	 font-size:14px;
}
#Quantity2{
	width:35px;
	padding:2px;
}

#buttons{
	float:right;
	margin-top:-3px;
	cursor:pointer;
}
#buttons img{
	margin-right:5px;
}
#addToCartform > small{
	padding-top:8px;
	font-size:10px;
	display:inline-block;
}
/*------rchobbyestor Product Detail TABS CSS--*/
.product_desc{
	clear:both;
	margin-top:30px;
}
.resp-tabs-list li {
	font-size:12px;
	display: inline-block;
	padding: 7px 15px;
	margin: 0;
	list-style: none;
	cursor: pointer;
	float: left;
    margin-right: 5px;
	
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.resp-tab-item{
	background:#9a9a9a;
	color:#000;
}
.resp-tabs-list li:hover {
	background:#CCCCCC;
}
.resp-tab-active:hover{
	background:#c22214;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
	padding: 15px;
}
.resp-tab-active {
	background: none repeat scroll 0 0 #c22214 !important;
	color: #fff !important;
}
.resp-tab-active {
	border-bottom: none;
	background-color: #fff;
}

.resp-content-active, .resp-accordion-active {
   display: block;
}
.resp-tab-content {
   border: 1px solid #ccc;
   font-size:12px;
}
.resp-tab-content ul{
	list-style-image: url(../images/side_errow.png);
    margin-left: 10px;
}
.resp-tab-content{
	line-height:20px;
}
h2.resp-accordion {
	font-size:1em;
	border: 1px solid #ccc;
	margin: 0px;
	padding: 10px 15px;
	background:#E0E0E0;
	margin:10px 0;
}
h2.resp-accordion:hover{
	color: #E4292F;
}
h2.resp-tab-active {
	border-bottom: 0px solid #c1c1c1 !important;
	margin-bottom: 0px !important;
	padding: 10px 15px !important;
}
/*------rchobbyestor shoppingcart page--*/
.CheckoutNowButton {
    background:url(../images/checkout_now_btn2.png) no-repeat;
    color: #FFF;
    width: 117px;
    border: none;
    height: 30px;
    cursor: pointer;
}
.ContinueShoppingButton {
    background:url(../images/continue_shopping_btn.png) no-repeat;
    color: #FFF;
    width: 150px;
    border: none;
    height: 30px;
    cursor: pointer;
}
.btn_xpressCheckout {
	background:url(../images/btn_xpressCheckout.gif) no-repeat;
    width: 145px;
    border: none;
    height: 42px;
    cursor: pointer;
}

.table-box h2 {
	color:#FFF;
	font-size:16px;
-moz-border-radius-topleft: 14px;
-moz-border-radius-topright:14px;
-moz-border-radius-bottomleft:0px;
-moz-border-radius-bottomright:0px;
-webkit-border-top-left-radius:14px;
-webkit-border-top-right-radius:14px;
-webkit-border-bottom-left-radius:0px;
-webkit-border-bottom-right-radius:0px;
border-top-left-radius:14px;
border-top-right-radius:14px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
	background:#6c6c6c;
	padding:10px;
	font-family:'Helvetica';
}
.shopping-cart-data table, .gift-Coupon table ,  .checkout-page table, .checkout-product table {
	width: 100%;
	font-size: 13px;
	margin-bottom: 15px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.shopping-cart-data td, .checkout-product td  , .gift-Coupon td {
	padding: 7px;
}
.shopping-cart-data thead, .checkout-product thead {
	background-color: #f7f7f7;
}
.shopping-cart-data thead th, .checkout-product thead th {
	padding: 7px;
}
.shopping-cart-data .shopping-cart-image, .checkout-product {
	text-align: center;
}
.shopping-cart-data th, .checkout-page th, .checkout-product th {
	border-bottom: solid 1px #ecebeb;
	padding-bottom: 8px !important;
	text-align: left;
}
.shopping-cart-data td, .checkout-page td, .checkout-product td , .gift-Coupon td {
	vertical-align: top !important;
	border-bottom: solid 1px #ecebeb;
}
.checkout-product {
	overflow-y: auto;
}
.checkout-product td {
	text-align: left;
}
.checkout-product .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
}
.EmptyDataRowStyle td {
padding: 15px;
}
.shopping-cart-image, .checkout-image {
	width: 105px;
}
.shopping-cart-image img, .checkout-image img {
	width: 75px;
	border: solid 1px #ecebeb;
}
.shopping-cart-price, .shopping-cart-total, .checkout-price, .checkout-total {
	font-family: "lato", Arial, sans-serif;
}
.shopping-cart-price strong, .shopping-cart-total strong, .checkout-price strong, .checkout-total strong, .checkout-product strong {
	color: #ff3366;
	font-size: 21px;
	font-weight: normal;
}
.shopping-cart-price strong span, .shopping-cart-total strong span, .checkout-price strong span, .checkout-total strong span {
	font-size: 17px;
}
.shopping-cart-total img, .shopping-cart-price img {
	vertical-align: baseline;
}
.shopping-cart-data h3, .checkout-page .checkout-description h3, .checkout-product h3 {
	font: 500 14px "lato", Arial, sans-serif;
	text-transform: inherit;
	padding: 0;
	margin: 0 0 5px;
}
.shopping-cart-data h3 a, .checkout-page .checkout-description h3 a, .checkout-product h3 a{
	color:#00F !important;
}
.shopping-cart-quantity input[type="image"] {
	vertical-align: middle;
}
.shopping-cart-description {
	width:58%;
}
.shopping-cart-quantity .form-control{
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #292929;
    vertical-align: middle;
	text-align:center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.Coupon-box {
	padding:10px;
}
.Coupon-box small , .order-notes small {
    margin-bottom: 5px;
    display: inline-block;
	font-size:12px;
}
#altCouponCode {
    padding: 5px;
    border: solid 1px #aeaeae;
	width:100%;
}
.cart-total {
    border-top: 1px solid #ddd;
    margin-top: 10px;
    margin-bottom: 15px;
    float: right;
	font-size:12px;

}
.cart-total table td {
	padding:5px;
}
.RelatedPrdpriceand_checkbox {
	margin-top:10px;
}
.RelatedPrdpriceand_checkbox input{ 
	vertical-align:top;
}
.recommendedproducts .l-4{
	text-align: center;
    border-right: 1px solid #f0f0f0;
	font-size:12px;
	padding:10px;
}
.recommendedproducts .l-4:last-child{
	border:none;
}
.recommendedproducts a {
	font-size:12px;
}
.table-border {
	border:solid 1px #ecebeb;
}
.order-notes{
	padding:10px;
}
/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
.resp-vtabs .resp-tab-content:last-child {
	border-bottom: 1px solid #c1c1c1 !important;
}
}


/*------rchobbyestor prettyPhoto CSS--*/
#photos{
width:100%;
float:left;
}
#photos ul{
list-style:none;
}
#photos li{
float:left;
border:solid 1px #9c9c9c;
padding:10px;
margin:10px;
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -93px no-repeat}
div.pp_default .pp_top .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) top left repeat-x}
div.pp_default .pp_top .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -93px no-repeat}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:url(../images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;padding-left:13px}
div.pp_default .pp_content_container .pp_right{background:url(../images/prettyPhoto/default/sprite_y.png) top right repeat-y;padding-right:13px}
div.pp_default .pp_next:hover{background:url(../images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(../images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(../images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(../images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(../images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(../images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(../images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(../images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(../images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:url(../images/prettyPhoto/default/sprite.png) -78px -127px no-repeat}
div.pp_default .pp_bottom .pp_middle{background:url(../images/prettyPhoto/default/sprite_x.png) bottom left repeat-x}
div.pp_default .pp_bottom .pp_right{background:url(../images/prettyPhoto/default/sprite.png) -112px -127px no-repeat}
div.pp_default .pp_loaderIcon{background:url(../images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(../images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(../images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(../images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(../images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(../images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:20px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left; visibility:hidden;}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000; visibility:hidden;}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0;}
.pp_gallery li.default a{background:url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}

#headingspn{
color:#c22214;
font-size:14px;
text-transform:uppercase;
padding-bottom:5px;
}

#features_cont{
width:100%;
float:left;
}
#Specs, #Package{
	float:left;
	margin-top:15px;
}
#rcbox_container{
	float:left;
	width:100%;
}
#rcbox_container img{
margin-left:50px;
}
#free_bonus{
float:left;
margin:20px 0 10px 0px;
}
#free_bonus_book{
	float:left;
}
#free_bonus_contant{
	float:right;
	width:385px;
}
#free_bonus_contant ul{
	list-style:
}
.headingspn {
	color: #c22214;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 5px;
}
.Warranty a {
	color:#00F !important;
}
/*------rchobbyestor checkout CSS--*/
.checkout-tabs , .myaccount-tabs {
	margin: 0 10px;
}
.checkout-tabs h1 , .myaccount-tabs h1 , .login h1, .forgotten h1 , .register h1 , .resetpassword h1{
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
	font-family:Arial, Helvetica, sans-serif;
}
.checkout-heading {
    background: #e7e7e7;
    padding: 8px;
	border:none;
    overflow: hidden;
	font-weight: bold;
	font-size:16px;
	color: #5e5e5e;
	cursor:pointer;
	font-family:Arial, "Helvetica", sans-serif;
	width:100%;
	text-align:left;
}

.checkout-content {
	padding: 0px 0px 15px 0px;
}
#checkout, #payment-address, #shipping-address, #shipping-method, #order-review , #payment-method, #confirm {
	clear: both;
	position:relative;
	margin-top:5px;
}
.address {
	margin-bottom:2%;
	margin-top:2%;
}
.address .l-6{
	padding-left:15px;
	padding-right:15px;	
}
.address .box {
	border:solid 1px #ccc;
}
.address .box-padding {
	padding:10px;
}
.address-heading {
	background: #e7e7e7;
    padding: 8px;
    border: none;
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
    color: #5e5e5e;
    cursor: pointer;
    font-family: Arial, "Helvetica", sans-serif;
    width: 100%;
    text-align: left;
}
.same-checkbox {
	position:absolute;
	right:10px;
	top:8px;
}
.required {
    color: #ff0000;
    font-weight: bold;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #292929;
	vertical-align: middle;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,0.6);
}
textarea {
	height: 100px !important;
}
.responcive-table-form .option label {
    display: inline-block;
    margin-bottom: 5px;
}
.option {
    margin-bottom: 11px;
    overflow: hidden;
}
.responcive-form h2 {
    margin-bottom: 5px;
	font-size:14px;
}
.Label2 a{
    font-size: 14px;
    color: #a81a0e;
    padding: 5px 0px;
}
.buttons {
    background: #FFFFFF;
    border: 1px solid #CCC;
    overflow: auto;
    padding: 6px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
}
.form-table table {
    width: auto;
}
.radio td {
    width: auto !important;
}
.radio label{margin-left:5px;}
.form-table td {
    padding: 4px;
}
.customer-adrs, .billing-details, .radio-btn {
    padding-left: 25px !important;
}
#Existingaddress {
	margin-bottom:5px;
	margin-top:10px;
}
.check-billing{
	width:100%;
}
.check-billing span{
    width: 33.3333%;
	float:left;
	position:relative; 
	min-height:130px;
	padding-left:10px;
	padding-right:10px;
}
/*------rchobbyestor other-pages page--*/
.other-pages {
	font-size:12px;
	line-height:16px;
}
.other-pages h1{
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.other-pages h2{
	line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}
.blue-link{
	color:#00F !important;
}
/*------rchobbyestor myaccount page--*/
/*------responsiveTabs ------------------------------------------------*/
.responsive-tabs__heading {
	display: none;
}
.responsive-tabs__list__item {
	display: inline;
	cursor: pointer;
}
 @media (max-width: 767px) {
.responsive-tabs__list {
	display: none;
}
.responsive-tabs__heading {
	display: block;
	cursor: pointer;
}
.responsive-tabs__panel--closed-accordion-only {
	display: none;
}
}
 @media (min-width: 768px) {
.responsive-tabs__panel--closed-accordion-only {
	display: block !important;
}
.responsive-tabs-wrapper h2 {
	margin-bottom: 3%;
}
}
/* END - Required for core functionality */


/* OPTIONAL - Basic Skin */

.responsive-tabs-wrapper {
	clear: both;
	zoom: 1;
	margin-bottom: 20px;
}
.responsive-tabs-wrapper h2 {
	font-size: 13px;
	padding-top: 10px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 2%;
}
.responsive-tabs-wrapper h3 {
	font-size: 16px;
	padding-top: 10px;
	font-weight: bold;
	color: #939393;
}
.responsive-tabs-list {
	width: 70%;
	float: left;
	margin-top: 3px;
}
.responsive-tabs-list ul {
	list-style-position: inside;
}
.responsive-tabs-wrapper:before, .responsive-tabs-wrapper:after {
	content: "";
	display: table;
}
.responsive-tabs-wrapper:after {
	clear: both;
}
.responsive-tabs__heading:focus, .responsive-tabs__list__item:focus {
	outline: 1px solid #ccc;
}
.responsive-tabs__heading--active:focus, .responsive-tabs__list__item--active:focus {
	outline: none !important;
}
.responsive-tabs__list {
	margin: 16px 0 0 0;
	padding: 0;
	padding-bottom: 5px;
}
/*.responsive-tabs__list ul { margin:0; padding:0; } */
.responsive-tabs__list__item {
	background: #9a9a9a;
	padding: 10px 10px;
	margin-right: 3px;
	cursor: pointer;
	color: #3e3e3e;
	line-height: 24px;
	font-weight: bold;
	font-size: 12px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright:8px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-bottom-left-radius:0px;
	border-bottom-right-radius:0px;
}
.responsive-tabs__list__item:hover {
	background: #efefef
}
.responsive-tabs__list__item--active, .responsive-tabs__list__item--active:hover {
	color: #FFF;
	background: #c22214;
}
.responsive-tabs__panel {
	border: 1px solid #EBEBEB;
	padding: 15px;
	overflow: hidden;
}
 @media (max-width: 767px) {
.responsive-tabs__heading {
	padding: 0.5em;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	background: #ddd;
	position: relative;
}
.responsive-tabs__heading:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 45%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.responsive-tabs__heading:hover,  .responsive-tabs__heading--active:hover {
	background-color: #efefef
}
.responsive-tabs__heading--active {
	background: #fff;
}
.responsive-tabs__heading--active:after {
	border-bottom: 5px solid #000;
	border-top: 0;
}
}
 @media (max-width: 1148px) {
.responsive-tabs__heading {
	padding: 0.5em;
	border-radius: 5px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4);
	background: #ddd;
	position: relative;
}
.responsive-tabs__heading:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 45%;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #000;
}
.responsive-tabs__heading:hover,  .responsive-tabs__heading--active:hover {
	background-color: #efefef
}
.responsive-tabs__heading--active {
	background: #fff;
}
.responsive-tabs__heading--active:after {
	border-bottom: 5px solid #000;
	border-top: 0;
}
.responsive-tabs__list {
	display: none;
}
.responsive-tabs__heading {
	display: block;
	cursor: pointer;
}
.responsive-tabs__panel--closed-accordion-only {
	display: none;
}
}
/*------myaccount table-------------------------------------------*/
.change-password table {
    width: 100%;
}
.customer-adrs table{
	width:auto;
}

.myaccount table {
	width: 100%;
	font-size: 13px;
	margin-bottom: 15px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}
.myaccount table td {
	padding: 7px;
}
.myaccount thead {
	background-color: #f7f7f7;
}
.myaccount thead th {
	padding: 4px;
}
.myaccount th {
	text-transform: uppercase;
	border-bottom: solid 1px #ecebeb;
	padding-bottom: 8px !important;
	text-align: center;
}
.myaccount td {
	vertical-align: top !important;
	border-bottom: solid 1px #ecebeb;
}
.myaccount h3 {
	font: 500 14px "Open Sans", Arial, sans-serif;
	text-transform: inherit;
	padding: 0;
	margin: 0 0 5px;
}
.reward table td, .customer table td {
	vertical-align: top !important;
	border-bottom: solid 1px #ecebeb;
	border-right: solid 1px #ecebeb;
}
.reward table tr td:last-child, .customer table tr td:last-child {
	border-right: none;
}
.customer-adrs, .billing-details, .radio-btn {
	padding-left: 25px !important;
}
.pagination {
	border-top: 1px solid #E7E7E7;
	padding: 12px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination ul li {
	display: inline-block;
}
.pagination ul li a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #E8E7DC;
	cursor: pointer;
	display: inline-block;
	font-size: 0.8em;
	padding: 5px 10px;
	color: #525049;
	text-transform: uppercase;
	margin-left: 0px;
}
.pagination ul li a:hover, .pagination ul li.active a {
	background: #303030;
	color: #FFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
.review-list, .query-section {
    position: relative;
    border: 1px solid #F1F1F1;
    padding: 16px;
    margin-bottom: 16px;
    overflow: hidden;
}
.query-section .admin, .query-section .client {
    font-size: 16px;
    font-weight: bold;
}
.review-list .author, .query-section .author {
    float: left;
    margin-bottom: 5px;
}
.review-list .text, .query-section .text {
    clear: both;
}
.responcive-table-form address {
    font-style: normal;
    margin-bottom: 20px;
}	
/*------rchobbyestor login CSS--*/
.form-content h2 {
    font-size: 22px;
    line-height: 34px;
    text-transform: uppercase;
}
.form-content p {
    margin: 0 0 10px;
	font-size:12px;
}
.form-content label {
    margin-bottom: 5px;
    display: inline-block;
    margin-right: 25px;
}
.login .form-content .l-6 , .forgotten .form-content  .l-12{
	padding-left:15px;
	padding-right:15px;
}
/*------rchobbyestor orderdetails CSS--*/
.order-detail {
	font-family:Arial, "Helvetica", sans-serif;

}
.order-detail h2 {
	color: #c22214;
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.order-detail h3{
	padding-top:15px;
	
}
.order-detail h4{
	line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 0;
	font-family:Arial, "Helvetica", sans-serif;
}
.table-alignment {
	margin-top: 20px;
    padding-bottom: 15px;
	border-top: 1px dotted #7c7c7c;
}
.details-table table {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.details-table thead {
    background-color: #f7f7f7;
}


.details-table th {
    text-transform: uppercase;
    border-bottom: solid 1px #ecebeb;
	padding:7px;
}
.details-table td {
	padding:7px;
	border-bottom: solid 1px #ecebeb;
	vertical-align: top !important;
}
/*------responsive design--*/
@media (min-width: 768px) and (max-width: 979px) {
/*------rchobbyestor home page--*/ 
	.margin {
		margin:0;
	}
	.header-top .left , .header-top .top-right{ 
		width:50%;
		float:left;
		text-align:center;
	}
	.top-center {
		width:33%;
		float:left;
	}
	.logo {
		float: left;
		width: 33%;
	}
	.shipping {
		float: left;
		width: 33%;
	}
	.search {
		float: left;
		width: 34%;
	}
	
	#menu {
		margin:0;
		float:none;
	}
	.newsletter_tieline-text {
		padding:0 10px;
	}
	.off_circle {
		position: absolute;
		right: 10px;
	}
	.featured_categories .Categories_colm {
		width:50%;
	}
	.popular_products .s-3 , .recently_products .s-3 {
		width:50%;
	}
	.footer-links .l-2 {
		width:33%;
	}
}
@media (max-width: 767px) { 
/*------rchobbyestor home page--*/
	.header-top {
		text-align: center;
		padding:10px 0;
	}
	.margin {
		margin:0;
	}
	.header-top .left {
	 margin-top: 0px;
	 padding:10px 0;
	 width:50%;
	 float:left;
	 text-align:center;
	}
	.top-center {
		width:45%;
		float:left;
	}
	.logo {
		float: left;
		width: 50%;
	}
	.shipping {
		float: left;
		width: 50%;
	}
	.search {
		clear:both;
	}
	.header-top .top-right{
		width:50%;
		text-align:center;
		float:left;
	}
	#menu {
		margin:0;
		padding:10px 0;
		float:none;
	}
	.newsletter_tieline-text {
		padding:0 10px;
	}
	.off_circle {
		position: absolute;
		right: 10px;
		top: 9px;
	}
	.featured_categories .Categories_colm {
		width:50%;
	}
	.popular_products .s-3 , .recently_products .s-3 {
		width:50%;
	}
	.footer-links .l-2 {
		width:33%;
	}
	/*------rchobbyestor checkout page--*/
	.responcive-table-form .l-6 {
		width: 50%;
	}
	/*------rchobbyestor checkout page--*/
	.available .l-6{
		width:50%;
	}
}
 @media only screen and (max-width: 749px) {
.shopping-cart-data th,  .checkout-page th,  .shopping-cart-data td,  .checkout-page td {
	border-right: 0 none;
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: auto !important;
}
.compare-info table th, .compare-info table td{
	border-right: 0 none;
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: auto !important;
}
.wishlist-info td,
  .wishlist-info th,
  table.compare-info td,
  table.compare-info th,
  table.pav-checkout-product td,
  table.pav-checkout-product th,
  table.pav-shop-cart td,
  table.pav-shop-cart th {
    border-right: 0 none;
    display: block !important;
    float: none !important;
    text-align: left !important;
    width: auto !important;
  }
.shopping-cart-data td h3 {
	clear: both;
	padding-top: 5px;
}
.shopping-cart-data tr td:before,  table.checkout-page td:before {
	content: attr(data-label);
	float: left;
	font-weight: bold;
	text-align: left;
	white-space: nowrap;
	width: 50%;
}
.shopping-cart-data thead,  table.pav-shop-cart thead {
	display: none;
}
@media screen and (max-width:667px) {
	.product-detail .l-6 {
		width:100%;
	}
	.available .l-6{
		width:50%;
	}
}
@media screen and (max-width:590px) {
	.header-top .left , .header-top .top-right{ 
		width:100%;
		float:left;
		text-align:center;
	}
	.filter .l-4 {
		margin-bottom: 10px;
		width: 50%;
	}
	.product-detail .l-6 {
		width:100%;
	}
	.available .l-6{
		width:50%;
	}
	.address .l-6 {
		margin-bottom:10px;
	}
	#shipping-address .checkout-heading{
		padding:10px 15px 35px 10px;
	}
	.same-checkbox {
		top:37px;
		right:77px;
	}
}
 @media screen and (max-width:480px) {
/*------rchobbyestor home page--*/
.header-top {
	text-align: center;
	padding:10px 0;
}
.header-top .left , .header-top .top-right{ 
	width:100%;
	float:left;
	text-align:center;
}
#menu {
	margin:0;
	padding:10px 0;
	float:none;
}
.logo {
	width:50%;
	float:left;
}
.shipping {
	width:50%;
	float:left;
}
.search {
	clear:both;
}
.margin {
	margin:0;
}
.newsletter_main {
	border-radius:0;
}
.newsletter_main .newsletter_tieline-text {
	width:70%;
	margin:0 10px;
}

.newsletter_main .newsletter_form {
	padding:10px 15px;
	width:100%;
	margin:0;
}

.newsletter_tieline-text p {
	margin-bottom:10px;
}
.off_circle {
	position:absolute; 
	right: 26px;
    top: 9px;
}
.featured_categories .Categories_colm {
	width:50%;
}
.popular_products .s-3 , .recently_products .s-3{
	width:50%;
}
.footer-links .l-2 {
	width:50%;
	margin-bottom:10px;
}
.phone-no {
	font-size: 16px;
}

.header-top .headline {
	margin-top: 10px;
}
.header-top .l-4 {
	width: 100%;
}
.header-top .l-8 {
	width: 100%;
}
.header-top .l-4 {
	width: 100%;
}
.header-top .l-8 {
	width: 100%;
}
.header-middle .l-2 {
	width: 100%;
	float: left;
}
.header-middle .l-9 {
	width: 100%;
	float: left;
	margin-left: 0px;
}
.header-middle .mid-right .l-8 {
	width: 100%;
	float: left;
}
.header-middle .mid-right .l-4 {
	width: 100%;
	float: left;
}
.supports .atms , .supports .support {
	width:100%;
	text-align:center;
}
/*------rchobbyestor buggies page--*/
.product_container .l-3 {
	width:50%;
}
/*------rchobbyestor productpage--*/
.filter .l-4{
	width:50%;
	margin-bottom:10px;
}
.filter .l-8{
	width:50%;
	margin-top:0px;
}
/*------rchobbyestor productdetal--*/
.product-detail .l-6{
	width:100%;
}
.available .l-6{
		width:50%;
}

/*------rchobbyestor shoppingcart--*/
.CouponAndTotal .l-6{
	width:100%;
}
.recommendedproducts .l-4{
	width:100%;
	border-right:0;
	border-bottom:1px solid #f0f0f0;
}
/*------rchobbyestor checkout page--*/
.responcive-table-form .l-6 {
    width: 100%;
}
.billing-details {
	margin-bottom:10px;
}
.myaccount {
    overflow-y: scroll;
}
.check-billing span {
	width:100%;
}

.address .l-6 {
	margin-bottom:10px;
	width:100%;
}
#shipping-address .checkout-heading{
	padding:10px 15px 35px 10px;
}
.same-checkbox {
	top:37px;
	right:77px;
}
.table-alignment td{
	width:100%
}
.table-alignment {
	margin-top: 20px;
    padding-bottom: 15px;
	border-top: 1px dotted #7c7c7c;
	overflow-y:scroll;
}

@media screen and (max-width:375px) {
	#shipping-address .checkout-heading {
    padding: 10px 15px 50px 10px;
} 
}
@media screen and (max-width:320px) {
/*------rchobbyestor home page--*/
.header-top .left , .header-top .top-right{ 
	width:100%;
	float:left;
	text-align:center;
}
.margin {
	margin:0 !important;
}	
.newsletter_main .newsletter_tieline-text {
	width:79%;
}
.off_circle 
{
	right:15px;
}
.popular_products .s-3 , .featured_categories .Categories_colm , .recently_products .s-3 {
	width:100%;
}
/*------rchobbyestor buggies page--*/
.product_container .l-3 {
	width:100%;
	float:left;
}
/*------rchobbyestor productpage--*/
.filter .l-4{
	width:100%;
	float:left;
	margin-bottom:10px;
}
.filter .l-8{
	width:100%;
	float:left;
	margin-top:10px;
}
/*------rchobbyestor productdetail--*/
#buttons{
	margin-top:16px;
}
.available .l-6{
	width:100%;
}
/*------rchobbyestor checkout page--*/
#shipping-address .checkout-heading{
	padding:10px 15px 50px 10px;
}
.same-checkbox {
	top:34px;
}
}