/* ***************  TABS STYLES *************** */

.rates {
	position:relative;
	left: -3px;
}

.tabs {
	width:728px;
	height:62px;
	position:relative;
	top:0px;
	left:3px;
}

.card {
	width:740px;
	background:url(../images/RS_tabs_card_mid.gif) repeat;
}

.card ul {
	margin:0;
}

.card ul li {
	margin:0 0 3px 0;
	padding-left:10px;
}

.tabs a {
	display:block;
	float:left;
	padding:0;
	margin:0;
	text-decoration:none;
	width: 182px; 
	height: 62px;
    outline: none;
}

.btn_text { visibility: hidden; }

#both a { background: url(../images/RS_tabs_allplans.gif) no-repeat; width: 182px; height: 62px; }
#sharelocal a { background: url(../images/RS_tabs_sharelocal.gif) no-repeat; width: 182px; height: 62px; }
#shareplus a { background: url(../images/RS_tabs_shareplus.gif) no-repeat; width: 182px; height: 62px; }
#sharelittle a { background: url(../images/RS_tabs_sharealittle.gif) no-repeat; width: 182px; height: 62px; }

#both a:hover {background-position: -182px 0;}
#sharelocal a:hover {background-position: -182px 0;}
#shareplus a:hover {background-position: -182px 0;}
#sharelittle a:hover {background-position: -182px 0;}

#both.on a {background-position: -182px 0;}
#sharelocal.on a {background-position: -182px 0;}
#shareplus.on a {background-position: -182px 0;}
#sharelittle.on a {background-position: -182px 0;}

