/* CSS GLOBAL CWS */


body {    
    background: url(../img/background.jpg) repeat-x #ffffff;
    width: 100%;
    text-align: center;
    font: 80%/1.5 Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #000;
    line-height: 1.5;
}
    
h1 {
    float: left;
    clear: left;
    font-size: 1.5em;
    color: #7b7b80;
    margin: 15px 0 10px 0px;
	border-bottom: 1px solid #000;
	width: 650px;
}
    
h2 {
    float: left;
    clear: left;
    font-size: 1.4em;
    margin: 10px 0 5px 0px;
    width: 100%;
}
    
h3 {
    font-size: 1.2em;
    clear:left;
    float:left;
    font-size:1.2em;
    margin:8px 0 5px 0;
}

    
    
p {
    font-size: 1em;
    float: left;
    margin: 5px 0 5px 5px;
    width: 550px;
}
    
a {
    color: #990033;
}

img {
    border: 0;
}

.clearboth {
    clear: both;
}

.red-copy {
	color: #ab1919;
}




/* Page wrapper  ******************************************************************************/

#wrapper-all {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

#wrapper-content {
    margin: 0 auto;
    width: 841px;
    text-align: left;
    /*border: 1px solid red; */
}


/* header  ******************************************************************************/

#header {
    float: left;
    width: 841px;
} 

#logo {
    float: left;
    margin-top: 2px;
    background: url(../img/top.jpg) no-repeat top left;
    width: 841px;
}

#signup {
    float: right;
}

/* TOP NAV ********************************************************************************/

#top-nav {
    float: left;
	margin-top: 0px;
	width: 100%;
	background: #990033;
}
#top-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#top-nav li {
	width: 70px;
	height: 20px;
    float: left;
    margin: 6px 3px 5px 0px;
	text-align: center;
	border-right: 1px solid #fff;
}
#top-nav li.wide {
	width: 130px;
}
#top-nav li a {
	color: #FFFFFF;
	font-size: 0.95em; 
    padding: 0 5px 0 3px;
}





/* MAIN CONTENT  ******************************************************************************/

#content {
    float: left;
    width: 841px;
    height: 100%;
    margin-top: 2px;
    margin-bottom: 10px;
	border-top: 1px solid black;
	background: url(../img/content-bg.gif) repeat-x;
}


/* LEFT SIDE CONTENT  ******************************************************************************/

#left-side {
    float: left;
    width: 150px;
    height: 100%;
	padding: 10px;
}

#search {
    float: left;
	margin-bottom: 15px;
}
#search input {
    float: left;
    width: 140px;
    height: 20px;
    margin: 0;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
}
#search input.btn-go {
	background: url(../img/btn-go.jpg);
	float: left;
	width: 40px;
	height: 27px;
	border: 0;
	margin-top: 3px;
}

.left-side-head {
	float: left;
	border-bottom: 1px solid #000;
	height: 25px;
}

#login {
    float: left;
    clear: left;
}
.login-row {
    float: left;
    clear: left;
    width: 135px;
    padding-top: 3px;
}
#login input {
    float: left;
    width: 135px;
    height: 20px;
    margin-top: 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
}
#login label 
{
    color: #4c4c4c;
}
#login input.btn-login {
	background: url(../img/btn-login.jpg);
	float: left;
	width: 141px;
	height: 26px;
	border: 0;
	margin-top: 3px;
}
#login input.btn-logout {
	background: url(../img/btn-logout.jpg);
	float: left;
	width: 141px;
	height: 26px;
	border: 0;
	margin-top: 3px;
}	

.forgot-psw 
{
    font-size: 0.9em;
}

.left-hand-links {
    float: left;
	margin-top: 10px;
}
.left-hand-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
	width: 150px;
}
.left-hand-links li {
	width: 150px;
    float: left;
	clear: left;
    margin: 5px 0 0 0px;
    padding-left: 12px; 
	background: url(../img/left-link-bg.gif) no-repeat;
}
.left-hand-links li.black-img {
	background: url(../img/left-link-bg-black.gif) no-repeat;
}



/* RIGHT SIDE CONTENT  ******************************************************************************/

#right-side {
	float: right;
	width: 650px;
    /*border: 1px solid red;*/
}

/* ONE COLUMN CONTENT  ******************************************************************************/

#one-column {
	float: left;
	width: 841px;
    /*border: 1px solid red;*/
}


/* FOOTER  ******************************************************************************/


#footer {
    float: left;
	height: 35px;
	background: #000;
	width: 841px;
}

#footer-links {
    float: right;
}
#footer-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-links li {
    font-size: 0.85em;
    float: left;
    margin: 8px 10px 0 0px;
	height: 10px;
}
#footer-links li a {
    color: #bababa;
}

.footer-devide {
	color: #999999;
}

#copywrite {
	float: right;
	margin: 7px 0 0 0;
	font-size: 0.9em;
	color: #999999;
}

#poweredby-red2 {
	float: left;
	width: 200px;
	margin: 2px 0 0 0;
}
.poweredbyred2-link {
	float: left;
	padding: 3px 0 0 0px;
	margin: 0 5px 0 0px;
}
.poweredbyred2-link a {
	color: #666;
	font-size: 0.9em;
	text-decoration: none;
}
.poweredbyred2-img {
	float: left;
	color: #666;
	width: 42px;
	height: 22px;
}





/* CATALOG PAGE  ******************************************************************************/


.next-prev {
	float: left;
	clear: left;
	margin: 2px 0 5px 0;
	color: #606060;
	width: 650px;
	text-align: right;
}

#abbrev {
	float: left;
	font-size: 0.12em;
	margin: 20px 0 2px 254px;
}

#table-auccat-div 
{
    clear: left;
	float: left;
	width: 650px;
}

#table-auccat-div p
{
    float: none;
    width: auto;
}

#table-auccat {
	float: left;
	border-collapse: collapse;
	width: 650px;
	margin: 0px 0 0 0px;
	table-layout: fixed;
}
#table-auccat thead tr .header {
	background-image: url(../img/arrows-gray.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	cursor: pointer;
}
#table-auccat thead tr .headerSortUp {
	background-image: url(../img/arrow-up.jpg);
}
#table-auccat thead tr .headerSortDown {
	background-image: url(../img/arrow-down.jpg);
}
#table-auccat th {
	border: 1px solid #b4b4b4;
	padding: 5px;
	background: #818181;
	color: #fff;
	font-size: 1.21em;
	vertical-align: top;
	text-align: left;
}
#table-auccat td {
	border: 1px solid #b4b4b4;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	line-height: 1.1em;
}
#table-auccat td img {
	float: left;
	border: 1px solid #9d0b3c;
	margin-right: 5px;
	width: 69px;
	height: 52px;
}

.table-img-copy 
{
    float: left;
	margin-left: 0px;
	width: 170px;
}
.lots-td-image
{
    width: 80px;
}
.lots-td-width 
{
    width: 190px;
}


/* LOT DETAIL PAGE  ******************************************************************************/

.bid-history
{
    float: left;
    clear: left;
    width: 99%;
}


.item-detail-head {
	float: left;
	clear: left;
	width: 645px;
	background: #999999;
	padding: 5px;
	color: #FFFFFF;
	font-size: 1.3em;
	margin-top :8px;
}
.auc-id {
	 float: left;
	font-size: 1.3em;
}
.add-item {
	 float: right;
	 padding-top: 2px;
	color: #FFFFFF;
}

#detail-table-and-img {
	 float: left;
	clear: left;
	width: 655px;
}

#table-lotdetail {
	float: left;
	border-collapse: collapse;
	width: 295px;
	margin: 10px 0 0 0px;
}
#table-lotdetail th {
	border: 1px solid #b4b4b4;
	padding: 2px;
	vertical-align: top;
	text-align: left;
}
#table-lotdetail td {
	border: 1px solid #b4b4b4;
	padding: 2px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}
#table-lotdetail td img {
	float: left;
	border: 1px solid #9d0b3c;
	margin-right: 5px;
}
/*
#detail-images {
	float: right;
	width: 350px;
	margin: 9px 0 0 0;
	border :1px solid blue;
}*/
.main-img {
	float: right;
	margin: 0;
	border:1px solid #990033;
	width: 345px;
	height: 262px;
	margin: 10px 0 5px 5px;
}
.main-img img {
	float: left;
	width: 350px;
	height: 262px;
}
.small-imgs {
	float: right;
	margin: 0px 0 5px 0;
	width: 350px;
}
.small-imgs img {
	float: left;
	margin: 0px 1px 0px 0;
	border :1px solid #990033;
	width: 67px;
	height: 60px;
}
#view-imgs {
	float: right;
	clear: left;
	width: 115px;
	margin: -10px 0 -10px 0;
}

.confirmyourbid-head {
    float: left;
    padding-top: 5px;
    width: 200px;
	color: #636363;
}



#place-your-bid, #confirm-your-bid {
	float: left;
	background: #f0f0f0;
	padding: 5px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 5px 0;
	width: 640px;
	border: 1px dashed #8f8f8f;
}
.placeyourbid-head {
    float: left;
    padding-top: 5px;
    width: 160px;
	color: #636363;
}
.placeyourbid-row {
    float: left;
    padding-top: 5px;
    width: 420px;
}
.placeyourbid-row2 {
    float: left;
    padding-top: 5px;
    width: 300px;
}
.placeyourbid-lable {
    float: left;
    color: #333;
    width: 150px;
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin: 0 15px 0 0;
    padding-top: 3px;
	border: 1px solid #f0f0f0;
}
.placeyourbid-input {
    float: left;
    width: 200px;
    height: 20px;
    margin: 0;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
}
.btn-placeyourbid {
	background: url(../img/btn-placeyourbid.jpg);
	float: left;
	width: 354px;
	height: 36px;
	border: 0;
	margin: 8px 0 0 150px;
}
.btn-back {
	background: url(../img/btn-back.jpg);
	float: right;
	width: 73px;
	height: 27px;
	border: 0;
	margin-top: 7px;
}

#table-bidhistory {
	 float: left;
	 width: 100%;
	 border-collapse: collapse;
}
#table-bidhistory th {
	 border-bottom: 1px solid #8f8f8f;
	 padding: 3px 3px 3px 10px;
}
#table-bidhistory td {
	 padding: 3px 3px 3px 10px;
}

.sec-logo {
	float: left;
}




/* AUCTION DETAILS PAGE ***********************************************************border: 1px solid red;*****/


#auc-detail-img {
	float: left;
	margin-top: 10px;
}

#table-aucdetail {
	float: left;
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0 0 0px;
}
#table-aucdetail th {
	border: 1px solid #b4b4b4;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	width: 30%;
}
#table-aucdetail td {
	border: 1px solid #b4b4b4;
	padding: 4px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
	width:70%;
}



/* FORM ELEMENTS ***********************************************************border: 1px solid red;*****/

.row {
    float: left;
    clear: left;
    padding-top: 8px;
    width: 620px;
}
.rowspacer {
    padding-top: 20px;
}
.row .label {
    float: left;
    color: #000;
    width: 300px;
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin: 0 15px 0 0;
    padding-top: 3px;
}

.inputfield {
    float: left;
}
.row input, select {
    float: left;
    width: 268px;
    height: 20px;
    border: 1px solid #d8d9d9;
    margin: 0;
    padding: 0px 0 0 2px;
    font-size: 0.98em;
    font-family: "trebuchet MS", Verdana, Tahoma;
    background: #f6f5f6;
}
.row select {
    height: 22px;
    width: 270px;
}
.row select.day {
    float: left;
    width: 58px;
    margin-right: 5px;
}
.row select.month {
    float: left;
    width: 70px;
    margin-right: 5px;
}
.row select.year {
    float: left;
    width: 80px;
    margin-right: 5px;
}
.calendar {
    float: left;
}    
.row input.radio-btn {
    float: left;
    width: 20px;
    border: 0;
    margin: 3px 5px 0 0;    
    background: none;
}    
.row input.checkbox {
    float: left;
    width: 20px;
    border: 0;
    margin: 3px 5px 0 0;    
    background: none;    
}

.row input.btn-register {
	background: url(../img/btn-register.jpg);
	float: left;
	width: 141px;
	height: 25px;
	border: 0;
	margin-top: 3px;
}

.row input.btn-submit {
	background: url(../img/btn-submit.jpg);
	float: left;
	width: 117px;
	height: 27px;
	border: 0;
	margin-top: 3px;
}

.row input.btn-update {
	background: url(../img/btn-update.jpg);
	float: left;
	width: 141px;
	height: 25px;
	border: 0;
	margin-top: 3px;
}

.norow {
    float: left;
    clear: left;
    padding-top: 8px;
    width: 620px;
}
.norow .label {
    float: left;
    color: #000;
    width: 300px;
    display: block;
    font-weight: normal;
    font-size: 13px;
    margin: 0 15px 0 0;
    padding-top: 3px;
}
.norow .input {
    float: left;
}

/* ****************************************
PAGING 
*******************************************/
#display {
	float: right;
	clear: left;
	width: 240px;
	margin: 0;
}
#display ul {
    list-style: none;
    margin: 0;
}
#display li {
    float: left;
	border-right: 1px solid #b3cae5;
    padding: 0 8px 0 5px;
}

.tablesorter-div1
{
    float: right;
    width: 160px;
}
.tablesorter-div2
{
    float: left;
    width: 50px;
}

div.tablesorterPager {
	float: right;
	clear: left;
	padding: 5px 0 5px 0;
	text-align: right;
	margin: 0;
	width: 240px;
}
div.tablesorterPager span {
	padding: 0 5px 0 5px;
}
div.tablesorterPager input.prev {
	width: auto;
	margin-right: 1em;
}
div.tablesorterPager input.next {
	width: auto;
	margin-left: 1em;
}
div.tablesorterPager input {
	width: 50px;
	border: 1px solid #d8d9d9;
	text-align: center;
	background: #f6f5f6;
	margin-top: -5px;
}

.pagesize
{
    float: left;
    width: 50px;
}


.btn-update {
	background: url(../img/btn-update.jpg);
	float: left;
	width: 141px;
	height: 27px;
	border: 0;
}

.row input.btn-go {
	float: left;
	background: url(../img/btn-go.jpg);
	width: 38px;
	height: 23px;
	border: 0;
}


.bid-successful 
{
    float: left;
    clear: left;
    border: 1px solid #999999;
    background: #eeeeee;
    width: 630px;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
}


.return-btn 
{
    float: right;
}





.userlot-congrats 
{
    float: left;
    clear: left;
    width: 628px;
    font-weight: bold;
    color: #3d5e08;
    font-size: 1.1em;
    padding: 10px;
    border: 1px dotted #3d5e08;
    background: #f1f5e9;
    margin: 10px 0px 0 0;
}
.userlot-outbid 
{
    float: left;
    clear: left;
    width: 628px;
    font-weight: bold;
    color: #d0121b;
    font-size: 1.1em;
    padding: 10px;
    border: 1px dotted #d0121b;
    background: #f2e9e9;
    margin: 10px 0px 0 0;
}



#login input.button
{
    float: left;
    background: url(../img/button.gif);
    padding: 1px 2px 4px 2px;
    border: 0;
    width: 105px;
    height: 27px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: underline;
}
.row input.button
{
    float: left;
    background: url(../img/button.gif);
    padding: 1px 2px 3px 2px;
    border: 0;
    height: 24px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 0.9em;
    text-align: center;
    margin-top: 5px;
    text-decoration: underline;
}
.row input.button.go
{
    width: 40px;
    height: 27px;
    background: url(../img/btn-go-generic.gif);
    text-decoration: underline;
}

.forgotten
{
    float: left;
    clear: left;
    width: 160px;
}

.bidhistory-p 
{
    font-size: 1em;
    float: left;
    clear: left;
    margin: 5px 0 0px 0;
}


.tablesorter-div3
{
    float: left;
    display: block;
    padding: 5px;
}

.success-message
{
    float: left;
    clear: left;
    border: 1px solid #999999;
    background: #CCDFC4;
    width: 630px;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
    color: #3C662E;
}

.error-message
{
    float: left;
    clear: left;
    border: 1px solid #999999;
    background: #f2dfe6 ;
    width: 630px;
    padding: 10px;
    font-weight: bold;
    margin-top: 10px;
    color: #990033;
}

.validation-summary-errors
{
    float: left;
    clear: left;
    border: 1px solid #999999;
    background: #f2dfe6 ;
    width: 630px;    
    font-weight: bold;
    margin-top: 10px;
    color: #990033;
}

#payment input.btn-submit
{
    float: left;
    background: url(../img/button.gif);
    padding: 1px 2px 4px 2px;
    border: 0;
    width: 105px;
    height: 27px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: underline;
}
