﻿*{margin: 0; padding: 0;}
html, body, #x-container{height: 100%;}

body > #x-container {height: auto; min-height: 100%; width: 1000px; margin: 0 auto;}

#x-header
{
	padding: 25px 0 0 0;
	height: 70px;
}

#x-menubar { height: 60px;}

#x-content 
{
	padding: 0 0 100px 0; /* bottom padding must be same as footer */
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.x-left
{
	 width: 681px;
	 float: left;	 
	 background: #ffffff;
	 color: #333333;
	 margin: 0; 
	 padding: 0 0 0 0;
	
}

.x-left .more { clear: both; text-align: right; font-size: 13px; }

.x-right
{
	 color: #333333;
	 padding: 0;
	 border: 0;
	 text-align: right;		 
	 width: 300px;
	 
	
}


.x-block
{
	height: 200px;
	background-color: #f2f2f2;
	margin: 0 0 20px 0;
	padding: 15px 15px;
}

.x-block .title
{
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica;
}

.x-block-view
{
    background-color: #f2f2f2;
	margin: 0 0 20px 0;
	padding: 15px 15px 15px 30px;
	height: 600px;	
}

.x-block-view li
{
   
    font-size: 12px;
    width: 175px;
    border-bottom: 1px dotted #e4e4e4;
    padding-bottom: 3px;
    margin: 0 15px 10px 0;
    clear: both;
    
}
.x-block-view h1  
{
    margin-bottom: 10px; 
    font-family:Helvetica;
    font-size:16px;
    font-weight:bold;
}


#x-footer
{
	position: relative;	
	margin: -100px auto 0 auto;
	height: 100px;
	clear: both;
	text-align: center;		
	width: 1000px;	
}



#carousel
{
	width: 100%;
	height: 300px;
	background-color: #f9f9f9;
	margin: 10px 0 0 7px;
}

.x-outer-bst { margin: 10px 0;}

.x-bst-searchbox
{
	-moz-border-radius: 6px;
	height: 40px; 
	background-color: #00ade7;
	padding: 15px 10px 5px 10px;
}

.x-bst-searchbox input.field
{
	font-family:"Lucida Grande","Segoe UI",Verdana,Helvetica,Arial,sans-serif;
	padding: 3px 3px;
	border: 1px solid #e4e4e4;
	font-size: 1em;
	-moz-border-radius: 6px;
}

.x-bst-searchbox a.searchBoxBtn
{
	width: 121px;
	height: 31px;
	display: inline-block;
	background: url("/common/images/search-blue.png") no-repeat 0 0;	
}

.x-bst-searchbox a.searchBoxBtn:hover
{
	width: 121px;
	height: 31px;
	display: inline-block;
	background: url("/common/images/search-blue.png") no-repeat -123px 0;	
}


.x-bst-block 
{
	width: 150px;
	height: 100px;
	float: left;	
	color: #868b95;
	font-size: 13px;
	margin: 0 15px 0 0;
}

.x-left .x-bst-active { background-color: #f2f2f2;}



.x-left span.cart { background: url("/common/images/buy-sell-trade-icons.png") no-repeat 0 0; width: 61px; height: 52px; float: left; margin: 30px 0 0 0;}
.x-left span.sell { background: url("/common/images/buy-sell-trade-icons.png") no-repeat -57px 0; width: 61px; height: 52px; float: left; margin: 30px 0 0 0;}
.x-left span.trade { background: url("/common/images/buy-sell-trade-icons.png") no-repeat -130px 0; width: 61px; height: 52px; float: left; margin: 30px 0 0 0;}
.x-left .x-bst-info { width: 125px; margin-left: 10px; padding: 10px 15px; height: 115px; }
.x-left .x-bst-info .title { font-family: "Helvetica Neue", Helvetica, sans-serif; font-weight: bold; font-size: 2.2em; color: #00ade7; }
.x-left .x-block .col { float: left; margin: 0 10px 0 0;  }
.x-left .x-block .row { border-bottom:1px dotted #CCCCCC; margin:0 10px 15px 0; padding:0 0 3px 5px;  text-align: left; font-size: 14px; width: 130px; }
.x-left .x-block .items { padding: 10px 0;}
.clear { clear: both; }
