@charset "UTF-8";

.tab-4 li.select1 {background-color:#9a9a9a; }
.tab-4 li.select2 {background-image: url(tabbg.png); }

@media screen and (max-width: 970px){
.tab-4 .ui-tab { position:relative; width:100%; bottom:0; left:0; border-bottom: 10px solid #39b54a; }	
}

.tab-3 li.select1 {background-color:#9a9a9a; }
.tab-3 li.select2 {background-image: url(tabbg.png); }

@media screen and (max-width: 970px){

.tab-3.ui-tab ul { margin:0; list-style-type:none; display:table-row; }
.tab-3.ui-tab li { width:25%;}
.tab-3.ui-tab li:nth-child(1) {-webkit-border-radius: 3px 0 0 0; border-radius: 3px 0 0 0;}
.tab-3.ui-tab li:nth-child(2) {-webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0;}
.tab-3.ui-tab li:nth-child(3) {-webkit-border-radius: 0 0 0 0; border-radius: 0 0 0 0;}
.tab-3.ui-tab li:nth-child(4) {-webkit-border-radius: 0 3px 0 0; border-radius: 0 3px 0 0;}

}