/* FOR 7 FRONTS TABS */

#tab_options {font:10px; width:800px; padding:15px 0 0 0; line-height:15px;}
#tab_options div.tab_off {color:#666666; height:25px; margin-right:2px; line-height:25px; padding:0 5px; float:left; background:url(../images/tabs_0.gif) repeat-x left bottom; border:1px solid #DDDDDD; border-bottom-color:#999999; cursor:pointer; position:relative; z-index:20;}
#tab_options div.tab_on {color:#333333; font-weight:bold; padding:0 5px; margin-right:2px; margin-top:1px; float:left; background:url(../images/tabs_2.gif) repeat-x left bottom; border:1px solid #999999; cursor:pointer; border-bottom:0; height:25px; line-height:25px; position:relative; z-index:100;}

div.hide_tab_content {display:none; width:0; overflow:hidden;}
div.show_tab_content {clear:left; background:#fff; width:790px; margin-top:0; top:-1px; border-top:1px solid #666666; padding:30px 5px 5px 5px; position:relative; z-index:50;}
div.show_tab_content img {float:left; margin:0 10px 10px 0;}
.clear {clear:both;}


/* FOR 2 COL LAYOUT */

.left {
	float:left;
	margin:0;
	padding:0;
}

.middle {
	margin:0;
}

.right {
	float:right;
	margin:0;
	padding:0;
}

