.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    display: none;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 10px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

#nav2{
	width:100%;
	position: relative;
	height: 43px;
	overflow: hidden;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	border-bottom: 1px solid #80858d;
	margin: 0 -4px 0 -1px;
	z-index: 0;
}

#nav a, #nav a:active, #nav a:visited {
	display:block;
	float:left;
	padding:5px 8px;
	background:#DAF1C9;
	color:green;
	margin-right:10px;
	text-decoration:none;
	outline:none;
	}
#nav a.selected, #nav a.selected:active, #nav a.selected:visited {
	background:#C51D1D;
	color:#fff;
	text-decoration:none;
	outline:none;
	}
#nav2 a, #nav2 a:active, #nav2 a:visited, #nav2 a:hover{
	float: left;
width: 33%;
height: 43px;
text-align: center;
border: 1px solid #c8cbd0;
border-bottom: 0;
border-top: 0;
margin-left: -1px;
line-height: 43px;
background: -webkit-gradient(linear,left top,left bottom,from(#f4f4f4),to(#dadada));
box-shadow: 1px 1px #fff inset;
font-size: 14px;
font-weight: bold;
letter-spacing: -1px;
color: #8f939c;
text-decoration:none;
/* cursor: pointer; */
	}
#nav2 a.selected, #nav2 a.selected:active, #nav2 a.selected:visited {

position: relative;

background: -webkit-gradient(linear,left top,left bottom,from(#5d5d5d),to(#b5b5b5));
box-shadow: 0 0 1px rgba(0,0,0,0.7) inset;
color: #fff;
text-shadow: 0 -1px rgba(0,0,0,0.4);
border: 1px solid #666;
border-bottom: 0;
	}

.hiddencontent,.hiddencontent2 {

	background:#fbfbfb;
	display:none;
	}
.clear {
	clear:both;
	}
h2 {
	color:#999999;
	font-size:16px;
	font-weight:bold;
	padding:5px 0 10px 0;
	}
	
.btn_submit {
min-height: 55px;
width:55px;
background: rgba(235,83,75,1);
background: -moz-linear-gradient(top, rgba(235,83,75,1) 0%, rgba(224,67,59,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(235,83,75,1)), color-stop(100%, rgba(224,67,59,1)));
background: -webkit-linear-gradient(top, rgba(235,83,75,1) 0%, rgba(224,67,59,1) 100%);
background: -o-linear-gradient(top, rgba(235,83,75,1) 0%, rgba(224,67,59,1) 100%);
background: -ms-linear-gradient(top, rgba(235,83,75,1) 0%, rgba(224,67,59,1) 100%);
background: linear-gradient(to bottom, rgba(235,83,75,1) 0%, rgba(224,67,59,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb534b', endColorstr='#e0433b', GradientType=0 );
box-shadow: 0 -2px rgba(0,0,0,0.2) inset;
color: #fff;
text-shadow: 0 -1px 0 #e0443b;
font-weight: bold;
border-radius: 3px;
border:0;
float:right;

}

.store_list{
	font-size:12px;font-weight:bold; float:left; padding:5px 7% 5px 0;margin-left:50px;
}

.img_sc img{width:14%;}


.imgTitle{position:absolute;top:41%;width:100%;color:#fff;font-size:15px;font-weight:bold;}


@media all screen(max-width:466px){
	.imgTitle{font-size:11px}
}
