/** CSS Fixed Tab Styles **/
#tabcontent_lo1{width:200px;  margin: 60px 0 0 80px; float:left; clear:both}
#tabcontent_lo2{width:200px;  margin: 6px 0 0 80px; float:left;; clear:both}
	
.fixedtab
{
	position: absolute;
	width: 286px;
	bottom: 0px;

	-moz-transition: all 0.2s ease-out;  
	-o-transition: all 0.2s ease-out;  
	-webkit-transition: all 0.2s ease-out;  
	-ms-transition: all 0.2s ease-out;  
	transition: all 0.2s ease-out;
}

	.lefttab{left:50%;margin:0 0 0 -470px}

		
	
	.centertab{left:50%;margin:0 0 0 -143px}



	.righttab{right:50%;margin:0 -469px 0 0}

		
		
		
	
	.fixedtab .tab{float: left;width: 286px;padding: 0px;margin: 0px 0 0 0;}
	


		.lefttab .tab{width:286px;height:36px;}	
		.centertab .tab{width:286px;height:36px;}	
		.righttab .tab{width:286px;height:36px;}			
			.fixedtab .blue
			{width:286px;height:27px;background:url(../images/tab_menu_bg.gif) no-repeat 0 0;margin:0 auto;padding:12px 0 0 0;text-align:center;}
	
	.fixedtab .tabcontent
	{width:284px;height:121px;padding:0;background: #FFf;color: #555;border-left:1PX solid #702121;border-right:1PX solid #702121;}


	
		.lefttab .tabcontent{float:left;}
		.centertab .tabcontent{float:left;}
		.righttab .tabcontent{float:left;}
