.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px "Trebuchet MS";
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs h2{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Tahoma, Arial, Sans-Serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
letter-spacing:.1px;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #eee;
color: #666;
background: white url(http://buildoffers.com/images/shade_green.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #666;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #666;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(http://buildoffers.com/images/shadeactive_green.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #eee;
background-color: #fafafa;
width: 495px;
height: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontentstyle_list{ /*style of tab content oontainer*/
border: 1px solid #eee;
background-color: #fafafa;
width: 620px;
height: 100%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}

/* --------------------------------------------------
Homepage
-------------------------------------------------- */

.shadetabs_Homepage {
	padding: 3px 0px;
	margin:1px 0 0 0;
	font: bold 12px "Trebuchet MS";
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs_Homepage li {
	display: inline;
	margin: 0;
}

.shadetabs_Homepage li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #eee;
	color: #666;
	/*background: white url(http://buildoffers.com/images/shade_green.gif) top left repeat-x;*/
}

.shadetabs_Homepage li a:visited{
	color: #666;
}

.shadetabs_Homepage li a:hover{
	text-decoration: underline;
	color: #666;
}

.shadetabs_Homepage li.selected {
	position: relative;
	top: 1px;
}

.shadetabs_Homepage li.selected  a{ /*selected main tab style */
	background-image: url(http://buildoffers.com/images/shadeactive_green.gif);
	border-bottom-color: white;
}

.shadetabs_Homepage li.selected  a:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontentstyle_Homepage{ /*style of tab content oontainer*/
	border: 1px solid #eee;
	background-color: #fafafa;
	width: 495px;
	height: 145px;
	margin-bottom: 0px;
	padding: 10px;
}
