 /*default values*/
body {
	margin: 0px;
	font-family: arial;
}
img {
	border: 0px solid #000;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
form {
	margin: 0;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}

/*Header Container*/
.header {
	width: 826px;
	height: 140px;
	margin: 0px auto;
	position: reletive;
}
/*Container that holds the logo*/
.logo {
	z-index: 0;
}
/*Container that holds the 2 containers for the search box and quick links, overlaps the logo contianer*/
.search_links {
	width: 826px;
	z-index: 1;
	position: absolute;
	top: 0;
	text-align: right;
	margin-top: 32px;
}
/*Sub container to .search_links*/
.search_links .searchbox {
	width: 243px;
	height: 15px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #777;
	font-family: arial;
	font-size: 0.75em
}
.search_links .searchbutton {
	height: 20px;
	padding: 1px;
	margin: 0px;
	background: #fff;
	color: #777;
	border: 0px solid #fff;
	font-family: arial;
	font-size: 0.75em
}
/*
Sub Container to .search_links
Quick links are in a UL controls are below
*/
.links {
	font-size: 0.75em;
}
.links ul {
	float: right;
	margin: 5px 0px 0px 0px;
}
.links li {
	display: inline;
	float: left;
	clear: none;
	background-image: url('../images/navbg.jpg');
	background-repeat: repeat-y;
	background-position: 15px 50%;
	padding: 0px 0px 0px 30px;
}
/*Overwrites the li to use a alt background*/
.links .cart {
	display: inline;
	float: left;
	clear: none;
	background-image: url('../images/icon-cart.gif');
	background-repeat: repeat-y;
	background-position: 0px 50%;
	padding: 0px 0px 0px 30px;
}
.links li a:link, .links li a:visited {
	text-decoration: none;
	color: #777;
}
.links li a:hover {
	text-decoration: underline;
}
.footer a {
	color:#777;
}

/*Horizontal Navigation bar*/
.navbar {
	width: 826px;
	height: 23px;
	margin: 0px auto;
	font-size: 0.75em;
}
.navbar ul {
	height: 21px;
	width: 820px;
	margin: 0px auto;
	border: 1px solid #777;
}
.navbar li {
	display: inline;
	float: left;
	clear: none;
	background-image: url('../images/navbg.jpg');
	background-repeat: repeat-y;
	background-position: 0 0;
}
.navbar li.active {
	/*background-color: #99BAE3;*/
	font-weight: bold;
}
/*Overwrites first li to remove background image*/
.navbar .home {
	background-image: none;
}
.navbar li a:link, .navbar li a:visited {
	color: #777;
	text-decoration: none;
	display: block;
	padding: 3px 19px 3px 19px;
}
a.link {
	color: #777;
	text-decoration: none;
	display: block;
}
.navbar li a:hover {
	text-decoration: underline;
}
/*Splash page container*/
.splashpage_content {
	width: 904px;
	height: 556px;
	margin: 0px auto;
}

/*sub nav*/
#subnavbar {
	/*display: none;*/
	width: 826px;
	/*height: 23px;*/
	margin:auto;
	margin-top: -1px;
	font-size: 0.75em;
	
}
#subnavbar ul {
	width: 820px;
	margin:auto;
	border: 1px solid #777;
	background-color:#99BAE3;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#subnavbar li {
	display: inline;
	clear: none;
	
}

#subnavbar li a:link, #subnavbar li a:visited {
	color: #222222;
	text-decoration: none;
	padding: 13px 19px 3px 20px;
}
#subnavbar li a:hover {
	text-decoration: underline;
}


/*Main container for the site holds sidenav and maincontent*/
.main_container {
	width: 822px;
	margin: 0px auto;
}
.floatfix {
	float:left;
	width:100%;
}
/*Info bar that also holds filters for results*/
.infobar {
	height: 23px;
	background: #0066cc;
	margin: 5px 0px 18px 0px;
	color: #fff;
	font-weight: bold;
}
.infobar .title {
	float: left;
	clear: left;
	padding: 4px 0px 6px 10px;
	font-size: 0.75em;
}
.infobar .filter {
	height: 23px;
	float: right;
	clear: none;
	padding: 0px;
	margin: 0px;
	font-size: 0.7em;
}
.infobar .filter ul {
	
}
.infobar .filter li {
	width: 90px;
	height: 23px;
	_height: 25px;
	float: left;
	clear: none;
	text-align: center;
}
.infobar .filter li a:link, .infobar .filter li a:visited {
	display: block;
	color: #fff;
	padding: 5px 0px 4px 0px;
	text-decoration: none;
}
.infobar .filter li a:hover {
	text-decoration: underline;
}
.infobar .filter .all {
	background-color: #6699cc;
}
.infobar .filter .top1 {
	background-color: #ff0000;
}
.infobar .filter .top10 {
	background-color: #0066cc;
}
.infobar .filter .top25 {
	background-color: #66cc66;
}
.infobar .filter .abovea {
	background-color: #ffcc00;
}

/*Sub container of main_container*/
.sidenav {
	width: 150px;
	clear: left;
	float: left;
	font-size: 0.75em;
}
.sidenav ul {
	
}
.sidenav li {
	padding: 0px 0px 13px 0px;
}
.sidenav li a:link, .sidenav li a:visited {
	color: #777;
	text-decoration: none;
}
.sidenav li a:hover {
	text-decoration: underline;
}

/*
Sub container of main_container
Homepage Cat Layout, divided into 4 columns with correct margin widths
*/
.maincontent {
	width: 667px;
	margin: 0px 0px 0px 5px;
	clear: right;
	float: left;
}
/*Column 1 */
.cat-item-1 {
	background: #fbb570;
	clear: none;
	float: left;
	height: 154px;
	width: 154px;
	margin: 0px 17px 15px 0px;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;	
	text-align: center;
}
.cat-item-1 a:link, .cat-item-1 a:visited {
	text-decoration: none;
	color: #fff;
}
.cat-item-1 a:hover {
	text-decoration: underline;
}
/*Column 2 */
.cat-item-2 {
	background: #679a40;
	clear: none;
	float: left;
	height: 154px;
	width: 154px;
	margin: 0px 17px 15px 0px;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;	
	text-align: center;
}
.cat-item-2 a:link, .cat-item-2 a:visited {
	text-decoration: none;
	color: #fff;
}
.cat-item-2 a:hover {
	text-decoration: underline;
}
/*Column 3 */
.cat-item-3 {
	clear: none;
	float: left;
	background: #3267b2;
	text-align: center;
	height: 154px;
	width: 154px;
	margin: 0px 17px 15px 0px;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;	
	text-align: center;
}
.cat-item-3 a:link, .cat-item-3 a:visited {
	text-decoration: none;
	color: #fff;
}
.cat-item-3 a:hover {
	text-decoration: underline;
}
/*Column 4 */
.cat-item-4 {
	clear: none;
	float: left;
	background: #3dc1c4;
	height: 154px;
	width: 154px;
	margin: 0px 0px 15px 0px;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;	
	text-align: center;
}
.cat-item-4 a:link, .cat-item-4 a:visited {
	text-decoration: none;
	color: #fff;
}
.cat-item-4 a:hover {
	text-decoration: underline;
}
/*
Sub Container of maincontent
Search Results
*/
.search-results {
	width: 684px;
	margin: 0;
	clear: right;
	float: left;
}
.search-results div {
	height: 229px;
	width: 154px;
	margin: 0px 17px 15px 0px;
	color: #fff;
	font-size: 0.75em;
	font-weight: bold;	
	text-align: center;
	float: left;
	clear: none;
}
.search-results div p {
	margin: 4px 0px 3px 0px;
}
.search-results div img {
	margin: 8px 8px 0px 8px;;
}
/*Background color controls*/
.search-results .top1 {
	background: #ff0000;
	/*background-image: url('../images/moreinfo-red.gif');*/
	background-repeat: no-repeat;
	background-position: bottom right;
}
.search-results .top10 {
	background: #0066cc;
	/*background-image: url('../images/moreinfo-blue.gif');*/
	background-repeat: no-repeat;
	background-position: bottom right;
}
.search-results .top25 {
	background: #66cc66;
	/*background-image: url('../images/moreinfo-green.gif');*/
	background-repeat: no-repeat;
	background-position: bottom right;
}
.search-results .abovea {
	background: #ffcc00;
	/*background-image: url('../images/moreinfo-yellow.gif');*/
	background-repeat: no-repeat;
	background-position: bottom right;
}
.search-results .topall {
	background: #6699cc;
	/*background-image: url('../images/moreinfo-lightblue.gif');*/
	background-repeat: no-repeat;
	background-position: bottom right;
}


/*The search results page*/
.search-results div .more-info {
	text-align: right;
	font-size: 0.85em;
	padding: 0px 0px 0px 0px;
	margin: 7px 0px 0px 0px;
}
.more-info a:link, .more-info a:visited {
	padding: 0px 12px 0px 0px;
	text-decoration: none;
	color: #fff;
}
.more-info a:hover {
	text-decoration: underline;
}
img.no-image {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

/*bull view page*/
.bullinfo .item {
	background: #fdb56f;
	padding: 8px;
	color: #000;
	font-size: 1em;
	float:left;
}
.bullinfo .item .left {
	padding: 0px 8px 8px 0px;
	float: left;
	clear: left;
	width: 451px;
}
.bullinfo .item .right {
	float: left;
	clear: right;
	width: 192px;
}
.info1 {
	border:1px solid #000000;
	margin-top:10px;
	width:369px;
}
.info1 td {
	text-align:center;
	width:120px;
}
.info1 .title {
	font-size: 0.80em;
	font-weight:bold;
	background: #7DA7D9;
	padding: 4px 10px;
	color:#FFFFFF;
}
.bullinfo .item .info1 .value {
	font-size: 0.95em;
	padding: 10px;
}

.item .info2 {
	margin: 35px 0px 0px 0px;
}
.info2 a:visited {
	text-decoration: underline;
	color: #000;
	font-weight: bold;
}
.bullinfo .item .info2 a:hover {
	text-decoration: none;
	color: #000;
}
.bullinfo .item .info2 td {
	padding: 4px;
}

.bullinfo .item .maininfo {
	padding: 4px;
}
.bullinfo .item .maininfo .firstname {
	font-size: 1.25em;
}
.bullinfo .item .maininfo .lastname {
	font-size: 1.65em;
}
.bullinfo .item .maininfo .price {
	font-size: 1.1em;
	padding: 0px 0px 0px 4px;
}
.bullinfo .item .maininfo .info {
	font-size: 0.75em;
	padding: 1px 0px 1px 4px;
}
.bullinfo .item .maininfo .info a:link, .bullinfo .item .maininfo .info a:visited {
	color: #000;
	text-decoration: none;
}
.bullinfo .item .maininfo .info a:hover {
	text-decoration: underline;
}
.bullinfo .item .maininfo .info2 {
	font-size: 0.75em;
	padding: 4px 0px 4px 4px;
}
.bullinfo .item .maininfo .info .moreinfo {
	background-image: url('../images/more_arrow.gif');
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding: 0px 0px 0px 12px;
	font-weight: bold;
}
.vendorlink {
	font-size: 0.75em;
	padding: 4px 0px 4px 4px;
	font-weight: bold;
}
.vendorlink a:link, .bullinfo .item .maininfo .vendorlink a:visited {
	color: #000;
	text-decoration: underline;
}
.vendorlink a:hover {
	text-decoration: none;
}
.bullinfo .item .maininfo .cartops {
	font-size: 1.1em;
	padding: 4px 0px 0px 0px;
}
.bullinfo .item .maininfo .cartops a:link, .bullinfo .item .maininfo .cartops a:visited {
	color: #000;
	text-decoration: none;
	padding: 0px 0px 0px 30px;
}
.bullinfo .item .maininfo .cartops a:hover {
	text-decoration: underline;
}
.bullinfo .item .maininfo .cartops .buy {
	background-image: url('../images/icon-buy.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.bullinfo .item .maininfo .cartops .viewcart {
	background-image: url('../images/icon-cart-2.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.backlink {
	margin: 2px 0px 0px 0px;
}
.backlink a:link, .backlink a:visited {
	color: #666666;
	font-size: 0.75em;
	background-image: url('../images/blue-arrow.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 5px;
	text-decoration: none;
}
.backlink a:hover {
	text-decoration: underline;
}


/*classifieds*/

h1 {
	color: #777;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

.classifieds {
	
}
/*item a css*/
.classifieds .itema a:link, .classifieds .itema a:visited  {
	text-decoration: none;
	background: #ffcc99;
	display: block;
	height: 32px;
	color: #fff;
}
.classifieds .itema a:hover {
	text-decoration: underline;
	background: #ff7631;
}
.classifieds .itema {
	width: 667px;
	float: left;
	clear: none;
	margin: 2px 0px 2px 0px;
}

.classifieds .itema .name {
	float: left;
	clear: left;
	font-size: 1.3em;
	padding: 4px 5px 0px 10px;
}
.classifieds .itema .price {
	float: right;
	clear: right;
	text-align: right;
	font-size: 0.9em;
	padding: 7px 30px 0px 5px;
	height: 25px;
	text-decoration: underline;
	background-image: url('../images/classified-ia.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*item b css*/
.classifieds .itemb a:link, .classifieds .itemb a:visited {
	text-decoration: none;
	background: #ff9966;
	display: block;
	height: 32px;
	color: #fff;
}
.classifieds .itemb a:hover {
	text-decoration: underline;
	background: #ff7631;
}
.classifieds .itemb {
	width: 667px;
	float: left;
	clear: none;
	margin: 2px 0px 2px 0px;
}
.classifieds .itemb .name {
	float: left;
	clear: left;
	font-size: 1.3em;
	padding: 4px 5px 0px 10px;
}
.classifieds .itemb .price {
	float: right;
	clear: right;
	text-align: right;
	font-size: 0.9em;
	padding: 7px 30px 0px 5px;
	height: 25px;
	text-decoration: underline;
	background-image: url('../images/classified-ia.gif');
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*Export*/
.export {
	
}
.export .row-title {
	background: #7da7d9;
	color: #fff;
	width: 60px;
	font-size: 1.1em;
	text-align: center;
}
.export .row-a {
	background: #ffcc99;
	color: #fff;
	text-align: center;
}
.export .row-b {
	background: #ff9966;
	color: #fff;
	text-align: center;
}
.export .row-a-name {
	background: #ffcc99;
	color: #fff;
	width: 194px;
	font-size: 1.3em;
	text-align: center;
}
.export .row-b-name {
	background: #ff9966;
	color: #fff;
	width: 194px;
	font-size: 1.3em;
	text-align: center;
}



/*classified bull view page*/
.classifiedinfo .item {
	background: #fdb56f;
	padding: 8px;
	color: #fff;
	font-size: 1em;
	height: 314px;
}
.classifiedinfo .item .right {
	padding: 0px 8px 8px 0px;
	float: left;
	clear: right;
	width: 355px;
}
.classifiedinfo .item .left {
	padding: 0px 0px 0px 10px;
	float: left;
	clear: left;
	width: 250px;
}

.classifiedinfo .item .info1 {
	text-align: center;
}
.classifiedinfo .item .info1 table {
	border: 2px solid #fff;
	margin: 10px auto;
}
.classifiedinfo .item .info1 td {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	width: 73px;
}
.classifiedinfo .item .info1 .title {
	font-size: 0.65em;
	background: #d66c03;
	padding: 4px 10px;
}
.classifiedinfo .item .info1 .value {
	font-size: 0.95em;
	padding: 10px;
}

.classifiedinfo .item .info2 {
	margin: 35px 0px 0px 0px;
}
.classifiedinfo .item .info2 a:link, .classifiedinfo .item .info2 a:visited {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
	font-size: 0.85em;
}
.classifiedinfo .item .info2 a:hover {
	text-decoration: none;
	color: #fff;
}
.classifiedinfo .item .info2 td {
	padding: 4px;
}

.classifiedinfo .item .maininfo {
	padding: 4px;
}
.classifiedinfo .item .maininfo .name {
	padding: 0px 0px 10px 0px;
}
.classifiedinfo .item .maininfo .firstname {
	font-size: 1.25em;
}
.classifiedinfo .item .maininfo .lastname {
	font-size: 1.65em;
}
.classifiedinfo .item .maininfo .price {
	font-size: 1.1em;
	padding: 0px 0px 0px 4px;
}
.classifiedinfo .item .maininfo .info {
	font-size: 0.75em;
	padding: 1px 0px 1px 4px;
}
.classifiedinfo .item .maininfo .info2 {
	font-size: 0.75em;
	padding: 4px 0px 4px 4px;
}
.classifiedinfo .item .info2 .vendorlink a:link, .classifiedinfo .item .info2 .vendorlink a:visited {
	color: #fff;
	text-decoration: underline;
}
.classifiedinfo .item .info2 .vendorlink a:hover {
	text-decoration: none;
}
.classifiedinfo .item .info2 .cartops {
	font-size: 1.1em;
	padding: 20px 0px 0px 0px;
}
.classifiedinfo .item .info2 .cartops a:link, .classifiedinfo .item .info2 .cartops a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 30px;
}
.classifiedinfo .item .info2 .cartops a:hover {
	text-decoration: underline;
}
.classifiedinfo .item .info2 .cartops .buy {
	background-image: url('../images/icon-buy.gif');
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.classifiedinfo .item .info2 .cartops .viewcart {
	background-image: url('../images/icon-cart-2.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.name {
	font-size:2em;
	margin-bottom:-15px;
}
.small {
	font-size:0.75em;
}
.rightInfo {
	line-height:1.2em;
	float:left;
	width:210px;
	font-family:Arial;
}

.footer {
	clear:both;
	width:822px;
	margin:auto;
	text-align:center;
	font-size:0.75em;
	padding-bottom:10px;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#777777;
}

.tool-tip {color: #fff;width: 320px;z-index: 13000;}
.tool-title {font-weight: bold;font-size: 11px;margin: 0;color: #9FD4FF;padding: 8px 8px 4px;background: #444; display:none;}
.tool-text {font-size: 11px;padding: 4px 8px 8px;background: #0066CC;}
.custom-tip {color: #000;width: 130px;z-index: 13000;}
.custom-title {background: #C3DF7D;border-bottom: 1px solid #B5CF74;color: #3E4F14;font-weight: bold;font-size: 11px;margin: 0;padding: 8px 8px 4px;}
.custom-text {background: #CFDFA7;font-size: 11px;padding: 4px 8px 8px;}
.tipz a:after {
	content: attr(title);
}

.search-results a {
	color:#FFFFFF;
}
#sddm {
	margin:auto;
	width:822px;
	height:25px;
	padding: 0;
	background:url("../images/nav_bg.gif") no-repeat top left;
}

#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font-size:80%;
}

#sddm li a {
	display: block;
	padding: 3px 10px;
	margin-right:15px;
	color: #777777;
	text-align: center;
	text-decoration: none;
}
#sddm li a:hover {
	background: #49A3FF;
	color:#FFFFFF;
}
#sddm div {
	background:#49A3FF;
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	font-weight:bold;
	z-index:10000;
}
#sddm div a {
	color: #CCCCCC;
	position: relative;
	font-size:90%;
	display: block;
	margin: 0;
	padding: 5px 10px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	z-index:10000;
}
.basket a {
	color: black;
}
.lblue {
	background: #0072BB;
	border: 1px solid #777;
	color: white;
	padding-left: 8px;
}
.lorange {
	background: #FDB56F;
	border: 1px solid #777;
}
input, textarea {
	border: 1px solid #777;
}
.checkout input.text, .checkout textarea.text {
	width:180px;
	font:110% Arial;
}
label {
	width: 170px;
	float: left;
	clear: both;
	display: block;
	margin: 2px 0px;
	color: black;
}
.checkout .heada {
	text-decoration: none;
	background: #7DA7D9;
	display: block;
	color: #fff;
	width: 100%;
	float: left;
	clear: none;
	margin: 2px 2px 2px 0px;
}
.checkout .conta {
	text-decoration:none;
	display:block;
	color:#000000;
	float:left;
	width:378px;
	margin-bottom:10px;
	margin-top:-2px;
	border:1px solid #CCCCCC;
	border-top:0px;
	padding:10px;
	font-size:85%;
}
.labels {
	padding-left:6px;
	padding-top:6px;
	color:#000000;
	float:left;
}
.submit {
	float:right;
	margin-right:58px;
	display:inline;
}
.newname {
	float: left;
	font-size: 1.3em;
	padding: 4px 5px 6px 10px;
}
.check-left {
	float: left;
	width: 400px;
}
.check-right {
	float: right;
	width: 400px;
	
}
pre {
	float:left;
	clear:both;
}
.big {
	color:#0071BC;
	font-size:250%;
	line-height:0.95em;
	margin-bottom:10px;
}
.heading {
	color:#0071BC;
	line-height:0.95em;
	margin-bottom:10px;
	font-size: 2em;
}
fieldset#advanced {
	padding:15px;
}
.blueBack {
	background:#7DA7D9;
	padding:5px;
	color:#FFFFFF;
}
.paging {
	float:right;
	margin-right:25px;
	font:80% Trebuchet MS, Arial, Verdana;
	text-transform:uppercase;
	color: #333333;
}
.paging a {
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}
