@charset "utf-8";
/* CSS Document */

/* RESET BROWSERS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}


/* AUCTIONSOUND COLOR SCHEME 
	Blue :: #1b7bab;
	Green ::  #349931;
	Dark Gray :: #646464;
	Light Gray :: #cdcbcc;
*/ 


/* GLOBAL STYLES */
a, a:visited {
	color: #1b7bab;
	text-decoration: none;
	}
	
a:hover {
	color: #646464;
	}
	
p {
	margin: 5px 10px 2px 10px;
	text-align: left;
	font-size: 12px;
	color: #646464;
	}
	
h1 {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #1b7bab;
	margin: 5px 0px 5px 0px;
	text-align: center;
	}
	
h1 .rightcol {
	clear: both;
	margin-top: 25px;
	margin-bottom: 20px;
	}
	
h2 {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #000000;
	margin: 5px 0px 10px 0px;
	text-align: left;
	}
	
h3 {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:18px;
	color: #1b7bab;
	margin: 5px 0px 10px 0px;
	text-align: center;
	}
	
h3 a {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:18px;
	font-weight: bold;
	color: #1b7bab;
	margin: 10px 0px 30px 0px;
	text-align: center;
	}
	
h4, h4 a {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	margin: 8px 0px 10px 0px;
	text-align: center;
	}
	
.floatleft {
	float: left;
	margin: 5px;
	}
	
.floatright{
	float: right;
	margin: 5px;
	}
	
.clear {
	clear: both;
	}
	
hr {
	background: transparent;
	color:#FFFFFF;
	border-top: 3px dashed #999999;
	width: 100%;
	clear: both;
	}


/* LAYOUT */	

body {
	background-image: url(../images/bg-body.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	}
	
#wrapper {
	width: 930px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
#header { 
	width: 930px;
	height: 100px;
	float: left;
	}
	
#logo {
	float:left;
	margin: 35px 0px 0px 15px;
	}
	
#login {
	width: 180px;
	height:30px;
	margin: 5px 0px 10px 0px;
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	text-align: right;
	font-weight: bold;
	float: right;
	}
	
#ebay {
	margin:50px 20px 0px 10px;
	float:right;
	}
	
.btn-login {
	background: url(../images/btn-login.jpg) no-repeat;
	height:24px;
	width:62px;
	float: right;
	margin: 0px 0px 0px 5px;
	}

.btn-login:hover {
	background: transparent url(../images/btn-login.jpg) left -24px no-repeat;
	cursor: pointer;
	}
	
#socialconnect {
	width: 180px;
	height: 43px;
	float: right;
	margin-top: 20px;
	}
	
#nav {
	clear: both;
	margin-left: auto;
	padding-left: 45px;
	margin-right: auto;
	padding-top: 10px;
	}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#nav ul li {
	display: inline;
	padding: 15px 40px 10px 5px;
		}

#nav li a {
	font-family:"Myriad Pro",Helvetica,Arial,sans-serif;
	font-size:22px;
	font-weight:bold;
	color: #1b7bab;
	text-align: center;
	text-transform: uppercase;
	padding: 0px 0px 6px 0px;
	height:50px;
	} 
	
#nav li a:hover {
	color: #646464;
	background-image: url(../images/bg-navhover.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	} 
	
#bluebox p {
	width: 425px;
	height: 115px;
	margin: 0px 25px 0px 15px;
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	text-align: justify;
	}
	
#bluebox a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#bluebox a:hover {
	color:#cccccc;
	}
	
#content {
	width: 890px;
	float: left;
	margin: 0px 20px 20px 20px;
	}
	
#pcontent {
	width: 820px;
	float: left;
	padding: 25px 35px 0px 35px;
	margin: 0px 20px 20px 20px;
	background-image: url(../images/bg-pagetop.png);
	background-repeat: no-repeat;
	background-position: top center;
	}
	
#pcontent p {
	margin-bottom: 10px;
	line-height: 16px;
	}
	
#pcontent #fldetails p {
	margin-bottom: 0px;
	line-height: 150%;
	}
	
#leftcolumn {
	width:550px;
	margin: 0px 20px 0px 0px;
	float: left;
	}

strong {
	font-weight: bold;
	}

#rightcolumn {
	width:320px;
	float: right;
	}
	
#skinnyrcolumn {
	width:320px;
	float: right;
	margin: 0px 0px 15px 15px;	
	}
	
#inventorymanagement {
	width: 255px;
	height: 180px;
	margin: 0px 20px 20px 0px;
	float: left;
	background-image: url(../images/bg-inventorymanagement.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#storefront {
	width: 255px;
	height: 180px;
	margin: 0px 0px 20px 0px;
	float: left;
	background-image: url(../images/bg-storefront.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#salereports {
	width: 255px;
	height: 180px;
	margin: 0px 20px 0px 0px;
	float: left;
	background-image: url(../images/bg-salereports.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
#consignormanagement {
	width: 255px;
	height: 180px;
	margin: 0px 0px 0px 0px;
	float: left;
	background-image: url(../images/bg-consignormanagement.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	}
	
.pricebox {
	width:151px;
	height: 130px;
	padding: 0px 10px 10px 0px;
	float: left;
	border-right: 3px dashed #999999;
	}
	
.rmodule {
	border-bottom: 3px dashed #999999;
	}
	
#leftcolumn ul, .rmodule ul {
	margin: 0px 0px 5px 15px;
	padding: 0px;
	list-style-type: none;
	}

	
#leftcolumn ul li, .rmodule ul li{
	background-image: url(../images/li-arrow.png);
	background-repeat: no-repeat;
	padding: 0px 0px 10px 23px;
	line-height: 18px;
	}
	
#pcontent ul {
	margin: 0px 0px 5px 15px;
	padding: 0px;
	list-style-type: none;
	}
	
#pcontent ul li{
	background-image: url(../images/li-check.png);
	background-repeat: no-repeat;
	padding: 0px 0px 10px 23px;
	line-height: 18px;
	}
	
.btn-seemore {
	background: url(../images/btn-seemore.png) no-repeat;
	height:27px;
	width:124px;
	margin-left: auto;
	margin-right: auto;
	}

.btn-seemore:hover {
	background: transparent url(../images/btn-seemore.png) left -27px no-repeat;
	cursor: pointer;
	}
	
.btn-createanaccount {
	background: url(../images/btn-createaccount.png) no-repeat;
	height:52px;
	width:237px;
	margin-left: auto;
	margin-right: auto;
	}

.btn-createanaccount:hover {
	background: transparent url(../images/btn-createaccount.png) left -52px no-repeat;
	cursor: pointer;
	}
	
.btn-partneraccount {
	background: url(../images/btn-partneraccount.png) no-repeat;
	height:52px;
	width:237px;
	margin-left: auto;
	margin-right: auto;
	}

.btn-partneraccount:hover {
	background: transparent url(../images/btn-partneraccount.png) left -52px no-repeat;
	cursor: pointer;
	}
	
	
#accountlogin {
	width: 300px;
	height: 113px;
	padding: 10px;
	background-image: url(../images/bg-accountlogin.png);
	font-size: 9px;
	line-height: 14px;
	}

#loginform {
	width: 170px;
	margin: 8px 0px 0px 6px;
	float: left;
	}
	
#loginform input {
	border: 0px;
	width: 168px;
	padding:2px;
	margin-bottom: 17px;
	color: #349931;
	background: transparent;
	}
	
#albtn {
	width: 62px;
	margin: 5px 15px 5px 0px;
	border: 0px;
	border-collapse: collapse;
	}
	
#albtnb {
	width: 124px;
	margin: 10px auto 5px 80px;
	border: 0px;
	border-collapse: collapse;
	}
	

#featuredlisting {
	clear: both;
	margin: 0px 0px 20px 0px;
	width: 301px;
	height: 202px;
	padding: 10px;
	background-image: url(../images/bg-featuredlisting.png);
	}
	
#flphoto {
	width: 130px;
	height: 80px;
	float: left;
	}
	
#fldetails {
	width: 150px;
	height: 80px;
	float: left;
	margin-top: -10px;
	margin-right: 3px;
	margin-bottom: 5px;
	line-height: 140%;
	}
	
#fldetails p {
	margin:10px;
	padding: 0px 0px 10px 0px;
	}

#featuredlisting h3 {
	width: 298px;
	height: 59px;
	overflow: hidden;
	margin-bottom: 0px;
	padding-top: 10px;
	}
	
.btn-viewlisting {
	background: url(../images/btn-viewlisting.png) no-repeat;
	height:27px;
	width:124px;
	}

.btn-viewlisting:hover {
	background: transparent url(../images/btn-viewlisting.png) left -27px no-repeat;
	cursor: pointer;
	}
	
#footer {
	clear:both;
	width: 936px;
	height: 240px;
	padding: 30px 0px 10px 95px;
	background: transparent url(../images/bg-footer.jpg) bottom no-repeat;
	margin: 0px auto 0px auto;
	font-size: 10px;
	}

#copyright {
	width: 841px;
	text-align: center;
	clear: both;
	}
	
#footer a {
	color: #646464;
	}
	
#footer a:hover {
	color: #349931;
	}
	
#footer ul {
	margin-bottom: 15px;
	}
	
#footer ul li {
	line-height: 20px;
	}
	
.box {
	float: left;
	margin: 0px 25px 0px 0px;
	width: 250px;
	}
#boxabout {
	width: 200px;
	margin-right: 45px;
	}
	
#boxaccount {
	width: 350px;
	margin-right: 45px;
	}
	
#boxcorp {
	width: 180px;
	margin-right: 0px;
	}
	
#boxshare{
	margin:0px 0px 0px 0px;
	clear:both;
	text-align:center;
		width: 841px;
		padding:20px 0px 20px 0px;
}
#tu a{
	color: #349931;
	padding-bottom: 10px;
	}

#pbnoborder {
	border-right: 0px;
	}
	
#mainimg {
	margin-top:35px;
	}
	
#pricinglist ul {
	list-style-type: none;
	}
	
#pricinglist ul li {
	display:inline;
	background-image: url(../images/li-check.png);
	background-repeat: no-repeat;
	padding: 0px 0px 10px 23px;
	}
	
.photo {
	float: left;
	margin: 0px 15px 15px 0px;
	border: 4px solid #cdcbcc;
	}
	
.testimonial {
	width: 450px;
	background-image:url(../images/bg-testimonial.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid  #cdcbcc;
	text-align: left;
	margin-bottom: 10px;
	}	
	
.testimonialtitle {
	color:#349931;
	font-size: 10px;
	font-style:oblique;
	text-align: right;
	}
/* Support Form */
#support-contactForm input, select { height: 22px; line-height: 22px; display: block; float: none;
padding: 0px 3px; margin: 5px 0px; font-size: 14px; color: #121212; width: 160px;}
#support-contactForm select { width: 180px;}
#support-contactForm label { display: block; float: none; padding: 0px; margin: 5px 0px 0px;}
#support-contactForm textarea { width: 320px; height: 140px; font-size: 14px; font-family: Verdana, Geneva, sans-serif;}
#support-contactForm .send { width: 120px; border-radius: 5px; background-color: #1B7BAB; text-align: center; height: 26px; line-height: 26px; font-weight: bold; color: #fff; cursor: pointer;}
#support-contactForm .send:hover { background-color: #2197d2;}
#support-contactForm .send:focus { background-color: #156187;}
