﻿/* Header Styles */
/* ************************************************** */
#header {position:relative;background:#fff;padding: 0 0 0 0; height:78px; width: 1000px; border-bottom: 5px solid #000; margin: 0 0 5px 0; }
	#header a.headerFix {  display:block;width: 278px;height: 60px;overflow:hidden;cursor:pointer; position:absolute; text-indent:-9999em; background: url(http://media.tbccentral.com/themes/BigO/images/logoBigO.jpg) no-repeat 10px 10px; 
	                       }
		#header ul { position:absolute;top:13px;right:8px;height:16px;  }
			#header ul li { padding:0 0 0 5px; border-left: 1px solid #ebebeb; display: inline; font-size: 10px; font-weight: bold; }
				#header ul li.first { border-left:none;}
				#header ul li a { color: #939192; }
					#header ul li a:hover { text-decoration: underline; }
						
	#header #headerCartInfo{position:absolute;top:48px;right:1px;height:30px;width:240px; text-align: right; background: #fff;}
		#header #headerCartInfo img {float: left;}
		#header #headerCartInfo span {float: right; color: #939192;  font-size: 70%; display: block; padding: 1px 0 0 0; margin-top: 4px; margin-left: 5px; }
	
/* End */
/* ************************************************** */	