/*------------------------------------------------------------------ 
# Trams - Sidebar Style Sheet
#  
# 2009 OctoberFive Design
# Version:    1.0 
# Last change:   01/12/2009
# -------------------------------------------------------------------*/ 

/*----- Side Bar Wrap -----*/
#sidebar_wrap {
	height:auto;
	width:210px;
	float:right;
	margin-left:25px;
}
/*---- Banners - Place within Sidebar ----*/
.banner_wrap {
	width:210px;
	height:auto;
	margin-bottom:15px;
	background:#fff;
}
.banner_titletop {
	width:210px;
	height:5px;
	background:url(../assets/structural/banner_titletop.gif) no-repeat;
}
.banner_title {
	width:210px;
	height:auto;
	background:url(../assets/structural/maincon_banner_grad_bg.gif) #000 bottom repeat-x;
}
.banner_title p {
	margin:0px;
	color:#FFF;
	padding:0 0 5px 5px;
}
.solid {
	background:none;
	background-color:#666666;
	border-bottom:1px solid #333;
}
.banner_content {
	width:108px;
	height:auto;
	font-size:0.9em;
	background:#FFFFFF;
	border-left:#000000 1px solid;
	border-right:#000000 1px solid;
	padding:10px 90px 0px 10px;
}
.quote {
	background:url(../assets/structural/quote_bg.jpg) no-repeat top right;
}
.support {
	background:url(../assets/structural/support_bg.jpg) no-repeat top right;
}
.banner_borderbottom {
	width:210px;
	height:5px;
	background:url(../assets/structural/sidebar_borderbottom.gif);
}
/*--- SideBar List -  Product Navigaton ---*/
.null_tab {
	background-color: #000;
	color:#FFFFFF;
	margin: 0px;
	padding: 5px;
}
.null_tab_content {
	width:auto;
	height:auto;
	padding:5px;
	border:1px solid #000;
	margin:0 0 25px 0;
}
.null_tab_content a {
	color:#666;
}
.null_tab_content a:hover {
	color:#000;
}
.null_tab_content ul {
	margin:5px;
}
.null_tab_content li {
	margin:0 0 7px 0;
	padding:0 0 7px 0;
	color:#000;
	border-bottom:#CCC 1px solid;
}
.null_tab_content .sub_title {
	padding-top:7px;
	font-weight:bold;
}
.null_tab_content li.no_border {
	border-bottom:none;
}
.StartTab {
	padding: 0px 0px 5px 10px;
	font-size:1.2em;
}
