/*
 *
 *	General use classes
 *
*/

.text-8 { font-size: 8px; }
.text-9 { font-size: 9px; }
.text-10 { font-size: 10px; }
.text-11 { font-size: 11px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 13px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 17px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 19px; }
.text-20 { font-size: 20px; }
.text-22 { font-size: 22px; }
.text-black, a.text-black { color: #000000; }
.text-white, a.text-white { color: #ffffff; }
.text-grey, a.text-grey { color: #999999; }
.text-blue, a.text-blue { color: #00918c; }
.text-orange, a.text-orange { color: #ec9236; }
.text-green, a.text-green { color: #91c844; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.align-left { margin: 0px 15px 15px 0px; }
.align-right { margin: 0px 0px 15px 15px; }

html {
	height: 100%;
	margin: 0px 0px 1px 0px;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/body-bg.gif) top center repeat-x #d7d7d6;
}

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

iframe {
	border: 0;
}


td {
	padding: 5px;	
}

img {
	border: 0;
}

a {
	color: #ec9236;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	margin: 0px 0px 15px 177px;
	padding: 0;
	color: #93c947;
	font-weight: 100;
	font-size: 24px;
	line-height: 24px;
}

h2 {
	color: #93c947;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: 100;
}

a.tooltip {
	text-decoration: none;	
}
a.tooltip:hover {
	text-decoration: none;	
}

.cluetip-hover-box {
    /*background:url(../images/hover-bg.gif) no-repeat;*/
    width: 300px;
    /*min-height: 154px;
    height: 154px;*/
    padding: 0px;
	margin: 0px -174px -300px 0px;
	position: absolute;
	top: 300px;
	left: 400px;
	z-index: 100;
}

#hover-top {
       background: url(../images/hover-top-bg.gif) no-repeat;
       width: 330px;
       height: 6px;
       margin: 0;
       padding: 0;
}

#hover-bg {
       background: url(../images/hover-main-bg.gif) repeat-y;
       width: 310px;
       min-height: 150px;
       height: auto; !important
       height: 150px;
       padding: 4px 10px;
       margin: 0;
}

#hover-bottom {
       background: url(../images/hover-bottom-bg.gif) no-repeat;
       width: 330px;
       height: 6px;
       margin: 0;
       padding: 0;
}



.cluetip-white {
	width: 400px;
	background-color: #ffffff;
	height: auto;
	padding: 10px;
	margin: 0px -174px -300px 0px;
	position: absolute;
	top: 300px;
	left: 400px;
	z-index: 100;
	border: 1px solid #000000;
}

#header {
	width: 910px;
	height: 177px;
	margin: 0 auto;
	padding: 0;
}

#main-content {
	width: 910px;
	margin: 0 auto;
	background: url(../images/build-swap-logo.gif) top left no-repeat;
}

.text-materials {
	color: #89c33e;
}

.text-tools {
	color: #e88f37;
}

.text-equipment {
	color: #015998;
}

#content-top {
	width: 910px;
	height: 12px;
	margin: 0;
	padding: 0;
	background: url(../images/content-top.gif) no-repeat;
}

#content-bottom {
	width: 910px;
	height: 13px;
	margin: 0;
	padding: 0;
	background: url(../images/content-bottom.gif) no-repeat;
}

#content {
	overflow: auto;
	width: 876px;
	padding: 3px 17px;
	background: url(../images/content-bg.gif) repeat-y;
	min-height: 450px;
	height: auto; !important
	height: 450px;
}

#content-left {
	width: 177px;
	float: left;
}

#content-right {
	//float: right;
	width: 699px;
	margin: 0px 0px 0px 177px;
	//margin: 0;
	padding: 0;
	overflow: auto
}

#nav-buttons {
	float: right;
	position: relative;
	bottom: 0;
	margin: 44px 0px 0px 0px;
}

#footer {
	text-align: right;
	font-size: 10px;
	padding: 20px 40px;
	color: #252525;
}

#footer-left {
	text-align: left;
	float: left;
	display: inline;
}

#footer a {
	color: #252525;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#content-left-search-box {
	background: url(../images/content-left-search-box-bg.gif) no-repeat;
	width: 139px;
	height: 84px;
	padding: 40px 0px 0px 15px;
	margin: 0px 0px 30px 0px;
}

#content-left-search-box input {
	color: #999999;
}


#tab-bottom {
	height: 4px;
	width: 684px;
	margin: 0;
	padding: 0;
	background: #2c5f9d;
}

#pagination-box {
	padding: 10px 0px 20px 0px;
	color: #999999;
	text-align: center;
}

#pagination-box a {
	color: #999999;
	text-decoration: none;
}

#pagination-box a:hover {
	text-decoration: none;
}

#pagination-box-inner {
	display: inline;
}

#pagination-box-inner a {
	color: #2c5f9d;
	text-decoration: none;
}

#pagination-box-inner a:hover {
	text-decoration: none;
}

#pagination-box img {
	margin: 5px 0px -5px 0px;
}

#pagination-box-page {
	float: right;
	color: #2c5f9d;
	font-weight: bold;
}

/*
 *
 *	Home
 *
*/

#home-1-box {
	background: url(../images/home-1-box-bg.gif) no-repeat;
	width: 237px;
	height: 107px;
	float: left;
	text-align: right;
	padding: 40px;
	margin: 30px 20px 0px 0px;
}

#home-2-box {
	background: url(../images/home-2-box-bg.gif) no-repeat;
	width: 237px;
	height: 147px;
	float: right;
	text-align: right;
	padding: 40px 40px 0px 40px;
	margin: 30px 0px 0px 0px;
	clear: right;
}

#home-2-box a {
	color: #808080;
}

#home-box-search-area {
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	width: 180px;
	float: right;
	color: #434343;
}

#home-box-search-area input {
	width: 180px;
}

#home-boxes-container {
	width: 660px;
	margin: 0 auto;
}

/*
 *
 * Advanced search
 *
*/

.advanced-premier-listing {
	background: url(../images/advanced-premier-listing-main-bg.gif) repeat-y;
	height: 66px;
	width: 173px;
	padding: 3px 10px 10px 10px;
	margin: 0px;
	text-align: left;
}
.advanced-premier-listing-top {
       background: url(../images/advanced-premier-listing-top-bg.gif) no-repeat;
       height: 30px;
       width: 193px;
       padding: 0px;
       margin: 0px;
}

.advanced-premier-listing-bottom {
       background: url(../images/advanced-premier-listing-bottom-bg.gif) no-repeat;
       height: 4px;
       width: 193px;
       padding: 0px;
       margin: 0px;
}


.advanced-premier-placeholder {
	height: 66px;
	width: 173px;
	padding: 33px 10px 10px 10px;
	margin: 0px;
	text-align: left;
}


.advanced-search-box {
	background: url(../images/advanced-search-box-bg.gif) no-repeat;
	height: 95px;
	width: 449px;
	padding: 7px;
	margin: 0;
}

#advanced-search-results-header {
	background: url(../images/advanced-table-header.gif) no-repeat;
	width: 864px;
	height: 23px;
	margin: 0 auto;
	padding: 3px 10px 0px 0px;
	text-align: right;
}

#advanced-search-results-header select {
	color: #000000;
	font-size: 10px;
}

#advanced-search-results-footer {
	background: url(../images/advanced-search-results-footer-bg.gif) no-repeat;
	width: 874px;
	height: 16px;
	margin: 0 auto;
	padding: 0;
}

#advanced-search-results {
	border-left: solid 1px #999999;
	border-right: solid 1px #999999;
	width: 872px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

.advanced-feature-tr {
	/*background: url(../images/advanced-featured-tr-bg.gif) no-repeat;*/
	height: 58px;
}

.advanced-feature-tr td {
	background: url(../images/advanced-featured-tr-partial-bg.gif) repeat-x;
}

.advanced-featrue-tr td a {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.advanced-featrue-tr td a:hover {
	text-decoration: none;
}

#advanced-search-results-table {
	width: 855px;
    height: auto;
	margin: 0px 0px 0px 17px;
}

/*
 *
 *	My Account
 *
*/

#tabs-container {
	width: ;
}

.hide-show {
	width: 674px;
	height: 22px;
	padding: 4px 5px;
	background: #2c5f9d;
	color: #ffffff;
	font-size: 18px;
	margin: 2px 0px 0px 0px;
}

/*
 *
 * My Account Nav Box
 *
*/

#my-account-nav-box {
	background: url(../images/my-account-nav-box-bg.gif) no-repeat;
	width: 139px;
	height: 80px;
	margin: 0px 0px 30px 0px;
	padding: 25px 0px 0px 15px;
}

#my-account-nav-box a {
	color: #000000;
	text-decoration: none;
}

#my-account-nav-box a:hover {
	text-decoration: underline;
}

/*
 *
 *	Help Menu Box
 *
*/

#help-menu-box {
	background: url(../images/my-account-help-box-bg.gif) no-repeat;
	width: 137px;
	height: 41px;
	margin: 0px 0px 30px 0px;
	padding: 25px 0px 0px 15px;
}

#help-menu-box a {
	color: #000000;
	text-decoration: none;
}

#help-menu-box a:hover {
	text-decoration: underline;
}

/*
 *
 *	Listing
 *
*/

#listing-buttons {
	width: 684px;
	height: 24px;
	text-align: right;
	padding: 15px 0;
}

.listing-media-frame {
	min-height: 170px;	
	height: 170px; 
	width: 150px; 
	border: 1px solid #000000;
	text-align: center;
	vertical-align: middle;
}

.listing-media-container-frame {
	min-height: 170px;	
	height: 170px; 
	width: 150px; 
	border: 0;
	text-align: center;
	vertical-align: middle;
}

.listing-progress-bar {
	display: none;
	width: 140px;
	margin-left: 5px;
	position: relative;
	top: -10px;
	height: 5px;	f
}

.listing-progress-stats {
	display: none;
	font-weight: bold;
	font-size: 10px;
}

.listing-media-image {

}

#listing_error_msg {
	color: red;
	font-weight: bold;	
}

.compare-price-loading {
	margin-left: 0px;	
}


/*
 *
 * Specific Listing
 *
*/

img.sl-logo {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1	
}
img.sl-logo:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: .6;
	cursor: pointer;
}

img.sl-thumb {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1	
}

img.sl-thumb:hover {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: .6;
	cursor: pointer;
}

#content-right-right {
	width: 190px;
	float: right;
}

#content-right-left {
	width: 490px;
	margin: 0px 209px 0px 0px;
	//float: left;
	//margin: 0;
}

#flag-this-item-box {
	width: 170px;
	padding: 10px;
	background: #eeeeee;
	color: #333333;
	margin: 0;
}

#contact-seller-box {
	width: 170px;
	padding: 10px;
	background: #eeeeee;
	color: #333333;
	margin: 0;
}

#content-right-right-bottom {
	background-image: url(../images/content-right-right-bottom.gif) no-repeat;
	width: 190px;
	height: 6px;
	margin: 0;
	padding: 0;
}

#terms-display {
	width: 699px;
	height: 223px;
	overflow: auto;
	background: #f3f3f3;
}


#login-box {
    display: none;
    
    position: fixed;
    top: 8%;
    left: 70%;
    
    margin-left: -300px;
    width: 300px;
    min-height: 200px;
    background-color: #ffffff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

#compare-price-box {
    display: none;
    
    position: fixed;
    top: 8%;
    left: 70%;
    
    margin-left: -300px;
    width: 400px;
    min-height: 300px;
    background-color: #ffffff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}


/* .jqmOverlay { background-color: #000; } */

#end-listing-box {
    display: none;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -300px;
    width: 500px;
    height: 240px;
    background-color: #ffffff;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}
/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html #end-listing-box {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
* html #login-box {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


#end-listing-content {
	width: 99%;
	height: 200px;
	min-height: 200px;
	border: 0;
	border-color: #ffffff;
	clear: both;
	overflow: hidden;
}

/*
 *
 * BLOG
 *
*/

#blog-more {
	padding: 10px;
	background: #faf2ed;
	text-align: right;
	margin: 0px 0px 30px 0px;
}

.blog-comment {
	padding: 10px;
	background: #faf2ed;
	text-align: left;
	margin: 0px 0px 30px 0px;
}
.blog-comment-heading {
	border-bottom: #719cab 2px dotted;
}

.blog-image {
	margin-right: 15px;
	margin-bottom: 15px;
}

#blog-date {
	float: right;
	text-align: center;
	width: 30px;
	padding: 0px 0px 0px 10px;
	border-left: #719cab 2px dotted;
	line-height: 16px;
}

#blog-nav {
	margin: 5px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	border-top: #719cab dotted 4px;
}

#blog-nav a {
	color: #c2d3d7;
	text-decoration: none;
}

#blog-nav a:hover {
	color: #719cab;
	text-decoration: none;
}

#blog-nav-older {
	float: left;
}

#blog-nav-newer {
	float: right;
}

