@charset "utf-8";
body  {
	font-family: Verdana;
	font-size:11px;
	background: #525252;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
a{
	color:#FFFFFF;
}
a:hover{
	color:#F3B40F;
}
#sidebar1 h2.title{
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	font-weight: 900;
	color: #71beff;
	margin:0;
	padding:0;	
}
#sidebar1 div.block{
	display:block;
	width:100%;
	float:left;	
	margin:5px 0 5px 0;
	padding:10px;
	border:solid #999999 1px;;
}
#mainContent h1.title {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 15px;
	font-weight: 900;
	color: #FFFFFF;	
}
#mainContent h3,
#mainContent h2,
#mainContent h2 a {
	font-family: Tahoma,Arial,Helvetica;
	font-size: 12px;
	font-weight: 900;
	color: #71beff;	
}
#mainContent h2 a:hover {
	color:#F3B40F;
}
.twoColFixLtHdr #container {
	width: 770px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 5px auto; /* the auto margins (in conjunction with a width) center the page */
	border: solid #999999 1px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bkrdgradient.gif);
	background-repeat:repeat-x;
} 
.twoColFixLtHdr #header {
	/*padding: 0 10px 0 20px;*/  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	border-bottom:solid #999999 1px;
	height:119px;
} 
.twoColFixLtHdr #header #logo{
	display:block;
	float:left;
	padding: 10px 10px;
}
.twoColFixLtHdr #header #logo a img{
	border:none;
}
.twoColFixLtHdr #header #header-menus ul{
	list-style:none;
	line-height:11px;
	padding:5px 5px 5px 0;
	margin:5px;
}
.twoColFixLtHdr #header #header-menus ul li{
	display:inline;
	padding: 0 3px 0 3px;
}
.twoColFixLtHdr #header #header-menus ul li a{ 
	color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.twoColFixLtHdr #header #header-menus #header-top-menu ul li a{ 
	color:#CCCCCC;
	font-family:Verdana;
	font-size:11px;
	text-decoration:none;
}
.twoColFixLtHdr #header #header-menus ul li a:hover,
.twoColFixLtHdr #header #header-menus #header-top-menu ul li a:hover{ 
	text-decoration:underline;
}
.twoColFixLtHdr #header #header-menus #header-top-menu{
	display:block;
	height:11px;
	width:500px;
	float:right;
	padding:30px 10px 5px 0;
	text-align:right;
}
.twoColFixLtHdr #header #header-menus #header-bottom-menu{
	display:block;
	height:11px;
	width:500px;
	float:right;
	clear:right;
	padding:0 10px 0 0;
	text-align:right;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 135px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #sidebar1 #sidebar-banner {
	display:block;
	width:auto;
	height:145px;
	margin-top:-15px;
	* margin-top:-30px;
	margin-left:-20px;
}
.twoColFixLtHdr #sidebar1 #sidebar-banner img{
	display:block;
	width:auto;
	height:145px;	
}
.twoColFixLtHdr #sidebar1 ul{
	display:block;
	list-style: none;
	width:100%;
}
.twoColFixLtHdr #sidebar1 ul li{
	display:block;
	width:100%;
	float:left;
}
.twoColFixLtHdr #sidebar1 #block-views-latest_product ul li {
	display:block;
	text-align:center;
	margin-top:10px;
	margin-left:-15px;
}



div .view-field
.twoColFixLtHdr #sidebar1 ul li a{
	font-family:Verdana;
	font-size:11px;
	color:#FFFFFF;
}
.twoColFixLtHdr #sidebar1 ul li a:hover{
	color:#F3B40F;
}
.twoColFixLtHdr #sidebar1 ul li ul{
	
}
.twoColFixLtHdr #sidebar1 ul li ul li{

}
.twoColFixLtHdr #sidebar1 ul li ul li a{

}
.twoColFixLtHdr #sidebar1 ul li ul li a:hover{

}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 190px;/*190*/ /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow:visible;
} 
.twoColFixLtHdr #footer { 
	padding: 10px 10px 10px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#container #mainContent div.view-catalog div.view-content-catalog div.item-list ul{
	display:block;
	list-style:none;
}
#container #mainContent div.view-catalog div.view-content-catalog div.item-list ul li{
	display:block;
	width: 105px;
	height:186px;
	float:left;
	border: solid #999999 1px;
	padding:5px 5px 5px 5px;
}
#container #mainContent div.view-catalog div.view-content-catalog div.item-list ul li .view-item .view-field{
	text-align:center;
}
#container #mainContent div.view-catalog div.view-content-catalog div.item-list ul li .view-item .view-data-node-title,
#container #mainContent div.view-catalog div.view-content-catalog div.item-list ul li .view-item .view-data-uc-products-sell-price{
	margin-bottom:3px;
}
#container #mainContent table tbody tr td{
	background-color:#FFFFFF;
	color:#000000;
}
#container #mainContent div.address-pane-table table tbody tr td{
	background-color:#525252;
	color:#FFFFFF;
}
#container #mainContent table.cart-review thead tr{
	border-bottom:solid #666666 1px;
}
#container #mainContent table.cart-review thead tr td{	
	color:#000000;
}
#container #mainContent table tbody tr td a{
	color:#333333;
}
#container #mainContent .breadcrumb a{
	color:#999999;
}
#container #mainContent .breadcrumb a:hover{
	color:#FFFFFF;
}
#container #mainContent #rss-feed{
	display:block;
	width:100%;
	float:left;
	text-align:right;
}
#container #mainContent #rss-feed img{
	margin-top: 10px;
}
#container #mainContent div.pager{
	display:block;
	clear:both;
}
.twoColFixLtHdr #container #mainContent #sidebar-right #block-simplenews-newsletter-3{
	display:block;
	float:right;
	width:200px;
	clear:right;
}
.twoColFixLtHdr #container #mainContent #sidebar-right #block-search-0 {
	display:block;
	float:left;
	width:200px;
	clear:left;
}
.twoColFixLtHdr #container #mainContent .profile {
	display:block;
	float:left;
}
.twoColFixLtHdr #container #mainContent div.tabs ul.tabs li a {
	color: #333333;
}