﻿.resource-container
{
	background:url(../Img/resource_center_bg.gif) no-repeat;
	background-position:5px 100%;
	width:605px;
}



.vertical-tabs-nav
{
	display:block;
	list-style:none;
	line-height:57px;
	position:relative;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	width:105px;
	float:left;
	margin-left:0px !important;
	
}

.vertical-tabs-nav li
{
	border-right:solid 1px #c0d7ed;
	cursor:pointer;
	padding-left:15px;
}

.resource-box
{
	display:block;
	width:483px;
	height:285px;
	position:relative;
	padding-left:15px;
	text-align:left;
	overflow:auto;
}

.resource-box ul
{
	list-style-type:circle;
}

.resource-box a
{
	color:#88A1B3;
	line-height:23px;
}

.vertical-tabs-nav .activeTab
{
	border-right:none;
	background:url(../Img/resource_center_tab.gif) no-repeat;
}