/* CSS Document */
.clear, .box
{
	position: relative;
	display: block;
}
/* Block 1, Left Content */
/* Top */
#hometop{background:url(../images/rnd-tab/BotGradiant.gif) repeat-x bottom left;width:558px;}
.tab{ width:100%; margin:0px; padding:0px;}
.tab li { float:left; cursor:pointer; list-style:none;}
.tab li span{padding-top:10px; text-align:center; display:block}
#tabbg {
	border-left:1px solid #71CDFF;
	border-right:1px solid #71CDFF;	
	overflow:hidden;
}

.activetab{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#023F88;		
	}

.inactivetab{
	font:12px Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#057FC8;
	}
/* tab1rate tab */
.tab1 {
	width:150px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab1_on.gif);
	background-repeat:no-repeat;		
	}

.tab2off {
	width:150px;
	height:37px;
	background:url(../images/rnd-tab/Tab2_R.gif) no-repeat left;		
	}

.tab3off {
	width:154px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab2_off.gif);
	background-repeat:repeat-x;		
	}

.tab4off {
	width:104px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab4_off.gif);
	background-repeat:repeat;		
	}
/* tab2 tab */
.tab1offL {
	width:150px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab1_L.gif);
	background-repeat:no-repeat;		
	}

.tab2 {
	width:150px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab2_on.gif);
	background-repeat:no-repeat;		
	}

.tab3offR {
	width:154px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab3_R.gif);
	background-repeat:no-repeat;		
	}

/* tab3 tab */
.tab1off {
	width:126px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab1_off.gif);
	background-repeat:no-repeat;
	background-position:right;		
	}

.tab2offL {
	width:150px;
	height:37px;
	background:url(../images/rnd-tab/Tab2_L.gif) no-repeat right;		
	}

.tab3 {
	width:154px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab3_on.gif);
	background-repeat:no-repeat;		
	}

.tab4offR {
	width:104px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab4_R.gif);
	background-repeat:no-repeat;		
	}

/* tab4 tab */
.tab1off {
	width:150px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab1_off.gif);
	background-repeat:no-repeat;
	background-position:right;		
	}	
.tab2offC {
	width:150px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab2_off.gif);
	background-repeat:repeat-x;		
	}

.tab3offL {
	width:154px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab3_L.gif);
	background-repeat:no-repeat;		
	}

.tab4 {
	width:104px;
	height:37px;
	background-image:url(../images/rnd-tab/Tab4_on.gif);
	background-repeat:no-repeat;		
	}	
.tbbtom{width:100%; height:6px}
.tbbtom span{ display:block;}
.tbbtom .borderleft{ float:left; background:url(../images/rnd-tab/BotLeftCorner.gif) no-repeat bottom left; width:6px; height:6px; display:block}
.tbbtom .borderright{ float:right; background:url(../images/rnd-tab/BotRightCorner.gif) no-repeat bottom right; width:6px; height:6px; display:block}
/* =============== Tap Content ========================*/
.tabcontent {padding:0px 3px 0px 5px; width:100%; overflow:hidden}

.box {clear:both}
