@CHARSET "windows-1256";

#tabs {
	float: left;
}

#tabs ul {
	list-style: none;
	width:230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#tabs ul li {
	margin: 0px 0px 0px 0px;
	width: 220px;
	position: relative;
	list-style: none;
	list-style-image: url("../img/none.gif");
	padding-left: 0px;
}

#tabs ul li.last {
}

#tabs ul li a {
	display: block;	
	margin: 0px 0px 0px 4px;
	padding: 8px 0px 8px 28px;
	width:213px;
	min-height:24px;
	background: url(../img/li.png) no-repeat;
	text-decoration: none;
	font-size: 12px;
	font-weight:bold;
	color: #0073d2;
	text-transform: capitalize;
}

#tabs ul li a:hover, #tabs ul li a.active {
	background:url(../img/li_current.png) no-repeat;
	color: #ffffff;
	margin-left: 4px;
	text-decoration: none;
}
div.tab_box_title {display: none;}
div.tab_box_inner {display: none;}

/* begin sidebar */
div.tab_box {
	margin-bottom: 10px;
	float: right;
	width: 520px;
}

div.tab_box div.box_top_left {
	background-image: url(../img/tab_box/top_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 28px;
	width: 12px;
	float: left;
}

div.tab_box div.box_top_right {
	background-image: url(../img/tab_box/top_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 28px;
}

div.tab_box div.box_bottom_left {
	background-image: url(../img/tab_box/bottom_left.png);
	background-position: left top;
	background-repeat: no-repeat;
	height: 28px;
	width: 12px;
}

div.tab_box div.box_bottom_right {
	background-image: url(../img/tab_box/bottom_right.png);
	background-position: right top;
	background-repeat: no-repeat;
	height: 28px;
}

div.tab_box div.box_content_wrapper{
	background:transparent url(../img/tab_box/middle_left.png) repeat-y scroll left top;
}
div.tab_box div.box_content{
	background:transparent url(../img/tab_box/middle_right.png) repeat-y scroll right top;
	margin-left: 5px;
}


div.tab_box div.box_inner{
	padding: 5px 10px 1px 10px;
}

div.tab_box div.box_title{
	font-size: 20px;
	color: #005397;
	font-weight: bold;
	float: left;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-bottom:15px;
	border-bottom: 1px solid #666666;
	width: 95%;
}

div.tab_box .hr{
	margin-left:21px;
	width: 501px;
}

div#tab_content a.lear_more{
	padding: 2px 10px 2px 10px;
	background-color: #f1cb33;
	color: #082c79;
	text-decoration: none;
	float: right;
	margin: 5px 0 5px 0;
	font-size: 12px;
	font-weight: bold;
}

div#tab_content a.lear_more:hover{
	color: #ffffff;
	background-color: #082c79;
	text-decoration: none;
	margin-left: 2px;
}

#tab_content{
	padding-left:13px;
	margin-left:8px;
}

#tab_content P{
	margin-top: 6px;
}

h2#tab_title{
	padding:0 10px 0 10px;
	margin-bottom:4px;
	margin-left:11px;
	font-size: 16px;
	background:url("../img/gold_bullet.png") no-repeat left;
}


