/* Start of CMSMS style sheet 'right-nav' */
.clearfloat-l {clear: left;}

#main-container {
	width: 900px;
	border: 1px solid #d1d1d1;
	margin: 0 auto;
	padding: 15px;
}

#right-nav-main-container {
	float: right;
}

.right-nav-container1 {
	color: black;
	border: 6px solid #F2F2F2;
	margin-bottom: 20px;
}

.right-nav-container2 {
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	width: 200px;
}

.right-nav-title-container {
	height: 30px;
	width: 202px;
	background: url(../images/right-nav-title-bg.gif) repeat-x;
}

.right-nav-title {
	font-size: 12px;
	font-weight: bold;
	color: white;
	position: relative;
	top: 10px;
	text-align: center;
}

.nav-right-item {
	height: 30px;
	padding-top: 8px;
	border-bottom: 1px solid #d1d1d1;
}
.nav-right-item .tlb {
	float: right;
	width: 150px;
	margin-right: 9px;
	text-align: left;
}
.nav-right-item .tlbi {
	float: right;
	width: 150px;
	margin: 5px 9px 0 0;
	text-align: left;
}

div#tlb a {
	background-color: transparent;
	float: left;
}

div#tlbi a {
	background-color: transparent;
	float: left;
}

.nav-right-form {
	padding-top: 8px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d1d1d1;
}

.nav-right-item a:link {text-decoration: none; color: black; font-weight: bold;}
.nav-right-item a:visited {text-decoration: none; color: black; font-weight: bold;}
.nav-right-item a:hover {text-decoration: underline; color: #0B375E; font-weight: bold;}
.nav-right-item a:active {text-decoration: underline; color: black;}

.nav-right-item-img {
	position: relative;
	top: 4px;
	padding-right: 10px;
	padding-left: 12px;
}

.right-nav-container-vendor {
	border-left: 1px solid #D1D1D1;
	border-right: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	width: 200px;
	text-align: center;
}

.vendor-img {
	text-align: center;
	position: relative;
	top: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.right-nav-bottom-clear {
	height: 20px;
}
/* End of 'right-nav' */

