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

/* General page styles */
*,
body{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	color: #333;
}
body{
	background-color: #FFF;
}
a:link{
	outline: none;
	color: #FF0000;
}
a:visited{
}
a:hover{
}
a:active{
}
p{
	margin-bottom: 1.5em;
}
hr{
	margin: 1em;
}
h1{
	margin-bottom: 15px;
	font-size: 20pt;
	color: #D41F36;
}
h2{
	margin-top: 1em;
	margin-bottom: .25em;
	font-size: 18pt;
	color: #104B6E;
}
h3{
	margin-top: .5em;
	margin-bottom: .25em;
	margin-left: 15px;
	font-size: 14pt;
	color: #666;
}
input[type="submit"],
input[type="button"]{
	padding: 5px;
	color: #FFF;
	cursor: pointer;
	background: #000;
	border: 0;
}
td{
	vertical-align: top;
}
pre{
	background: #FFF;
}


/* Misc styles */
.captcha_note{
	position: relative;
	top: -15px;
	left: 5px;
	font-size: 9px;
	color: #666;
}
.red{
	color: #CC0000;
}
.active{
	color: #006600;
}
.inactive{
	color: #CC0000;
}
.approve{
	color: #0000CC;
}
.err_msg{
	margin: 2px 0;
	padding: 5px 10px;
	background: #EEE;
}
.err_msg strong{
	color: #CC0000;
}
.button{
	display: block;
	float: left;
	width: 67px;
	padding: 2px 5px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF !important;
	background: #000;
}
.button2{
	padding: 5px;
	color: #FFF !important;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: #000;
	border: 0;
}
#page_help{
	display: none;
	padding: 10px;
	border: 1px solid #CCC;
}
#page_help .button{
	float: right;
}
.clear{
	clear: both;
}
#admin_dealer_assigned{
	padding: 5px 20px;
	background: #676C72;
	border-bottom: 2px solid #999;
}
#admin_dealer_assigned a{
	text-decoration: none;
}
#admin_dealer_assigned,
#admin_dealer_assigned *{
	color: #FFF;
}
/*
#prev_next_tabs{
	position: relative;
	top: -110px;
	left: 20px;
	width: 140px;
	height: 33px;
}
#prev_next_tabs a,
#prev_next_tabs span{
	float: left;
	display: block;
	width: 70px;
	height: 33px; 
	text-indent: -9999em !important;
	text-decoration: none;
	outline: none;
}
#prev_next_tabs a{
	background-image: url(../images/prev_next_tabs.jpg);
	background-repeat: no-repeat;
}
#prev_next_tabs a#next_lnk{
	background-position: -70px 0;
}
#prev_next_tabs a#prev_lnk:hover{
	background-position: 0 -33px;
}
#prev_next_tabs a#next_lnk:hover{
	background-position: -70px -33px;
}*/
.frm_tbl{
	width: 100%;
}
.frm_tbl td{
	padding: 5px;
}
.frm_tbl td:first-child{
	font-weight: bold;
	text-align: right;
}
.message{
	margin-bottom: 20px;
}
.message h2{
	margin-top: 0;
}


/* Wrapper styles */
#wrapper1{
	/*position: relative;*/
	padding-bottom: 20px;
	background: url(../images/wrapper1_bg.jpg) repeat-x 0 125px #FFF;
}
#wrapper2{
	/*position: relative;*/
	background: url(../images/wrapper2_bg.jpg) repeat-x #000;
}


/* Header styles */
#header{
	position: relative;
	width: 920px;
	height: 220px;
	margin: 0 auto;
}
#header h1{
	position: absolute;
	top: 16px;
	left: 7px;
	display: block;
	width: 360px;
}
#header h1 a{
	display: block;
	height: 103px;
	text-indent: -9999em;
	background: url(../images/site_logo_large.jpg) no-repeat;
}
#header p#tagLine{
	position: absolute;
	top: 132px;
	left: 7px;
	color: #EEE;
}
#header p#phNumbers{
	position: absolute;
	top: 132px;
	right: 7px;
	text-align: right;
	color: #EEE;
}
#header_u_nav{
	position: absolute;
	top: 5px;
	right: 0;
	float: left;
	width: 100%;
	list-style-type: none;
}
#header_u_nav li{
	float: right;
}
#header_u_nav li a{
	padding: 0 5px;
	font-size: 8pt;
	color: #333;
	text-decoration: none;
	border-right: 1px solid #999;
}
#header_u_nav li:first-child a{
	border: 0;
}
#header_u_nav li a:hover{
	text-decoration: underline;
}
#header p#acctTitle{
	position: absolute;
	bottom: 110px;
	right: 7px;
	margin: 0;
	text-align: right;
	font-size: 18pt;
	color: #DF001E;
}


/* Search by keyword form */
#search_x_keyword_frm{
	position: absolute;
	top: -48px;
	right: 43px;
	width: 547px;
	height: 45px;
	background: url(../images/keyword_search_bg.gif) no-repeat;
}
#search_x_keyword_frm #keyword_search_input {
	position: absolute;
	top: 7px;
	left: 235px;
	width: 260px;
	height: 28px;
	padding-top: 3px;
	font-size: 12pt;
	border: 0;
}
#search_x_keyword_frm #keyword_search_button {
	position: absolute;
	top: 7px;
	right: 9px;
	width: 38px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999em;
	cursor: pointer;
	background: none;
	border: 0;
}

/* Login page */
#login_frm_tbl{
	margin: 0 auto;
}
#login_frm_tbl > tbody > tr > td{
	width: 400px;
	padding: 0 50px;
}
#login_frm_tbl > tbody > tr > td:first-child{
	padding: 0px;
}


/* Dealer search */
#dealer_search{
	position: absolute;
	top: 5px;
	right: 175px;
	text-align: right;
	text-decoration: none;
	color: #CC0000;
	cursor: pointer;
}
#dealer_search:hover{
	text-decoration: underline;
}


/* Advanced search form */
#adv_search{
	position: absolute;
	top: 5px;
	right: 50px;
	text-align: right;
	text-decoration: none;
	color: #CC0000;
	cursor: pointer;
}
#adv_search:hover{
	text-decoration: underline;
}
#search_help_lnk{
	float: right;
	position: relative;
	top: 32px;
	margin-right: 20px;
	text-align: right;
	cursor: pointer;
}
#search_help_lnk img{
	position: relative;
	top: 4px;
	width: 20px;
	height: 20px;
}
#adv_search_tbl{
	width: 100%;
}
#adv_search_tbl tr td:first-child{
	width: 100px;
	padding-right: 15px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
}
#adv_search_page_form > table{
	width: 100%;
}
#adv_search_page_tbl > tbody > tr > td:first-child{
	width: 300px;
	padding-top: 25px;
}


/* Main page styles */
#page{
	position: relative;
	width: 920px;
	margin: 0 auto;
	padding-top: 30px;
}
#sidebar{
	float: left;
	width: 315px;
	position: relative;
}
#content{
	float: left;
	width: 590px;
	padding: 0 10px 10px 5px;
}
#page ul,
#page ol{
	margin-left: 30px;
	margin-bottom: 1.5em;
}
.content_tbl{
	width: 100%;
}
.content_tbl > tbody > tr > td{
	padding: 0px 20px 10px;
}
.content_tbl > tbody > tr > td h4{
	margin: 20px 0px 5px;
}



/* Equipment feed styles */
#equip_feed{
	position: relative;
	top: -77px;
	width: 304px;
	height: 800px;
	margin-bottom: -77px;
	padding-top: 51px;
	background: url(../images/equipfeed_label.jpg) no-repeat;
}
#equip_feed .carousel {
	margin-left: 10px;
	width: 249px;
	padding: 0 10px 10px;
	background-color: #676C72;

}
#equip_feed .carousel ul{
	width: 249px;
	list-style-type: none;
}
#equip_feed .carousel li{
	height: 24px;
}
#equip_feed .carousel li:first-child{
	border: 0;
}
#equip_feed .carousel li a{
	display: block;
	padding: 4px 0;
	color: #EEE;
	font-size: 9pt;
	line-height: 10pt;
	height: 24px;
	text-decoration: none;
	border-top: 1px solid #484848;
}
#equip_feed .carousel li a:hover{
	text-decoration: underline;
}

/* Category and Manufacturer search forms */
#cat_mfg_searches{
	position: relative;
	z-index: 10;
	width: 583px;
	height: 51px;
	margin-top: 20px;
	margin-bottom: 50px;
	background: url(../images/search_slider_labels.jpg) no-repeat;
}
#cat_search,
#mfg_search{
	position: absolute;
}
#cat_search{
	width: 289px;
}
#mfg_search{
	left: 289px;
	width: 292px;
}
#cat_search h3,
#mfg_search h3{
	height: 44px;
	margin: 0;
	cursor: pointer;
	text-indent: -9999em;
}
#cat_search h3{
	width: 260px;
}
#cat_search div{
	width: 229px;
	margin-left: 10px;
	background-position: 0 -100px;
	background-color: #FCD73E;
}
#mfg_search div{
	width: 258px;
	margin-left: 10px;
	background-position: 0 -100px;
	background-color: #FCD73E;
}
#cat_slider,
#mfg_slider{
	display: none;
	float: left;
	margin: 0 !important;
	padding-top: 10px;
	list-style-type: none;
	color: #000;
}
#cat_slider{
	width: 229px;
}
#mfg_slider{
	width: 258px;
}
#cat_slider li,
#mfg_slider li{
	float: left;
}
#cat_slider li{
	width: 114px;
}
#mfg_slider li{
	width: 128px;
}
#cat_slider a,
#mfg_slider a{
	display: block;
	padding: 3px 10px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
.slider_arrow{
	background-image: url(../images/slider_arrow.png);
}
.slider_arrow_d{
	background-image: url(../images/slider_arrow_d.png);
}
#cat_search div p,
#mfg_search div p{
	clear: both;
	height: 30px;
	margin-bottom: 0;
	text-indent: -9999em;
	cursor: pointer;
	background-repeat: no-repeat;
}
#cat_search div p{
	width: 229px;
	background-position: 90px 6px;
}
#mfg_search div p{
	width: 258px;
	background-position: 103px 6px;
}


/* Pagination */
.pagination{
	margin: 5px 0;
	padding: 5px 10px;
	text-align: right;
	background: #FFF;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.pagination span{
	float: left;
	color: #333;
}
.pagination a,
.pagination strong{
	color: #333;
	font-size: 10pt;
	font-weight: bold;
}
.pagination a img{
	position: relative;
	top: 2px;
	margin: 0 3px;
	border: 0;
}
.pagination a{
	text-decoration: none;
}
.pagination a:hover{
	color: #BF0B17;
}
.pagination strong{
	color: #4878B2;
}


/* List/Equip tables */
#list_tbl,
#equip_tbl
{
	width: 100%;
	border: 1px solid #CCC;
}
#list_tbl th,
#equip_tbl th{
	padding: 5px 10px;
	text-align: left;
	background: #000;
	color: #FFF;
	border-bottom: 2px solid #000;
}
#list_tbl th input,
#equip_tbl th input{
	position: relative;
	top: 2px;
	left: 7px;
}
#list_tbl th a,
#equip_tbl th a{
	color: #FFF;
	text-decoration: none;
}
#list_tbl td{
	padding: 2px 10px;
	border-left: 1px solid #CCC;
}
#list_tbl td input[type="image"]{
	float: right;
	position: relative;
	top: 2px;
}
#list_tbl td:first-child{
	border: 0;
}
#list_tbl tr#tbl_filter td{
	padding: 5px 10px;
	background: #999;
	border: 0;
}
#list_tbl tr#tbl_filter td input[type="text"]{
	position: relative;
	top: 5px;
}
#list_tbl tr#tbl_filter td input[type="button"]{
	position: relative;
	top: -1px;
	background: #666;
}
#list_tbl .edit_lnk a{
	color: #333;
	text-decoration: none;
}
#list_tbl .edit_lnk a img{
	border: 0;
}


/* Equipment list */
.listing_tbl{
	width: 100%;
	margin: 3px 0px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.listing_tbl td{
	padding: 2px 3px 5px;
}
.listing_tbl td h2, .listing_tbl td h2 a{
	margin-top: 0;
	margin-bottom: .25em;
	font-size: 18pt;
	color: #104B6E;
	text-decoration: none;
}
.listing_tbl > tbody > tr:first-child td{
	padding-left: 5px;
	background: #CCC;
}
.listing_tbl > tbody > tr:first-child td a{
	color: #333;
}
.listing_tbl td.thumb{
	padding: 7px 10px 5px;
	cursor: pointer;
}
.listing_tbl td.thumb img{
	max-width: 100px;
}
/*.editBox{
	padding: 10px;
	background: #FCD73E;
}
.editCheck{
	position: relative;
	top: 3px;
	left: 5px;
} */
#reg_tbl > tbody > tr > td{
	padding: 10px;
}

/* Edit equipment photo styles */
.edit_thumb{
	position: relative;
	float: left;
	width: 122px;
	height: 77px;
	margin-top: 5px;
	overflow: hidden;
}
.edit_thumb img{
	border: 1px solid #333;
}
.edit_thumb input{
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 5px;
}

/* Expand/Colapse listing styles */
.expCol_lnk{
	position: relative;
}
.expCol_lnk span{
	display: block;
	position: absolute;
	top: 2px;
	right: 5px;
	cursor: pointer;
}
.expCol_lnk span img{
	border: 0;
}

/* Publication Flags */
#pub_flags{
	width: 100%;
	border-collapse: collapse;
}
#pub_flags td{
	padding: 5px;
	border: 1px solid #CCC;
	text-align: center;
}
#pub_flags td:first-child{
	width: 150px;
	text-align: right;
	border: none;
}

/* Auction Calendar */
#aucCal_div{
	position: relative;
	width: 568px;
	height: 533px;
	margin-bottom: 1.5em;
	background: url(../images/auc_cal_bg.jpg) no-repeat;
}
#aucCal_header{
	height: 53px;
	overflow: hidden;
}
#aucCal_header h2{
	float: left;
	width: 234px;
	height: 45px;
	margin: 0;
	text-indent: -9999em;
}
#aucCal_nav{
	float: right;
	width: 243px;
	margin: 25px 15px 0;
}
#aucCal_btnL,
#aucCal_btnR,
#aucCal_btn{
	float: right;
	width: 25px;
	cursor: pointer;
	font-size: 14pt;
	line-height: 14pt;
	text-align: center;
}
#aucCal_btn{
	width: 190px;
	padding: 0;
	font-size: 12pt;
}
#aucCal_btn:hover{
	text-decoration: underline;
}
#aucCal_tbl{
	margin: 1px 10px 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#aucCal_tbl td{
	width: 78px;
	height: 78px;
}
#aucCal_tbl td div{
	width: 63px;
	height: 67px;
	padding: 5px 7px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
#aucCal_tbl td.curr{
	font-weight: bold;
}
#aucCal_tbl td.prev > div,
#aucCal_tbl td.next > div{
	color: #999;
}
#aucCal_tbl td.Sun > div,
#aucCal_tbl td.Sat > div{
	background: #F2F2F2;
}
#aucCal_tbl td.aucs > div{
	background: #FFEFD1 url(../images/aucs_bg.jpg) repeat-x left bottom;
}
#aucCal_tbl td a{
	display: block;
	margin-top: 5px;
	text-align: center;
	font-weight: normal;
	color: #9E6833;
}
#rtn_to_cal_txt{
	position: absolute;
	top: 65px;
	right: 25px;
	color: #999;
}
#aucCal_tbl td span{
	display: block;
	margin-top: 5px;
	text-align: center;
	font-weight: normal;
	color: #DFBD7D;
}
#aucList_hd{
	width: 515px;
	height: 35px;
	margin: 0 10px;
	padding: 10px 0 0 30px;
	font-size: 12pt;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
#aucList_cont{
	width: 546px;
	height: 424px;
	margin-left: 10px;
	overflow: scroll;
	overflow-x: hidden;
	border: 1px solid #CCC;
	border-top: none;
}
#aucList_tbl{
	width: 546px;
}
#aucList_tbl td a{
	padding: 10px;
	text-decoration: none;
	border-top: 1px solid #CCC;
}
#aucList_tbl td a:first-child{
	border: 0;
}
#aucList_tbl td a div{
	padding-left: 15px;
}
#aucList_tbl td a:hover{
	background: #F2F2F2 !important;
}


/* Manage auction styles */
/*#mng_auc_tbl{
	width: 100%;
	border: 1px solid #CCC;
}
#mng_auc_tbl th{
	padding: 3px 10px;
	text-align: left;
	color: #FFF;
	background: #000;
}
#mng_auc_tbl th.delRec input[type="button"]{
	background: #CC0000 !important;
}
.delRec,
#mng_auc_tbl th.delRec,
#mng_auc_tbl td.delRec{
	width: 75px;
	text-align: center;
}
#mng_auc_tbl th:first-child{
	width: 100px;
}
#mng_auc_tbl td{
	padding: 3px 10px;
}*/

/* Digimag styles */
#digimag{
	position: relative;
	width: 547px;
	margin-left: 10px;
	margin-bottom: 1.5em;
}
#digimag h2{
	position: relative;
	height: 44px;
	margin: 0;
	text-indent: -9999em;
	background: url(../images/digimag_heading_bg.jpg) no-repeat;
}
#digimag > a{
	position: absolute;
	top: 12px;
	right: 30px;
	font-size: 12pt;
	color: #FFF !important;
	text-decoration: none;
}
#digimag div{
	padding: 10px 20px 0;
	border: 1px solid #CCC;
	border-top: 0;
}
#digimag div table{
	width: 100%;
}
#digimag div table td{
	width: 50%;
}
#digimag iframe,
#digimag td a{
	position: relative;
	top: -15px;
}

/* Truck link styles */
#truck_trailer_banner{
	display: block;
	width: 547px;
	height: 95px;
	margin: 0 0 0 10px;
	padding: 65px 0 0 0;
	color: #000;
	text-decoration: none;
	background: url(../images/truck_trailer_banner.jpg) no-repeat;
}

/* Footer styles */
#footer{
	/*position: relative;*/
	width: 920px;
	margin: 0 auto;
}
#footer{
	color: #EEE;
}
#footer #yellow-box {
	width: 550px;
	padding: 10px 20px;
	font-size: 8.5pt;
	color: #333;
	text-align:justify;
	background: #EFC11A;
}
#copyright{
	font-size: 8.5pt;
	color: #999;
}
#static_pages{
	/*position: absolute;
	top: 15px;
	right: 0;*/
	float: right;
}
#static_pages *{
	color: #999;
}
#static_pages td{
	padding: 5px 10px;
	vertical-align: top;
	border-left: 1px solid #666;
}
#static_pages td a{
	font-size: 8.5pt;
}
#static_pages td a:hover{
	color: #FFF;
}

/* Equip Detail sytles */
.equip_details_tbl{
	margin: 3px 0;
	border: 1px solid #CCC;
}
.equip_details_tbl > tbody > tr > th{
	padding: 5px 10px;
	text-align: left;
	background: #CCC;
}
.equip_details_tbl > tbody > tr > td{
	padding: 10px;
}
.equip_details_tbl > tbody > tr > td:first-child{
	width: 350px;
	background: #F3F3F3;
}
.equip_details_tbl #imgMain{
	width: 348px;
}
.equip_details_tbl #imgMain img{
	max-width: 348px;
	border: 1px solid #666;
}
.equip_details_tbl .thumbs img{
	max-width: 100px;
	margin: 1px;
	cursor: pointer;
	border: 1px solid #666;
}
.equip_details_tbl .contact{
	margin-top: 10px;
	padding: 10px;
	border-top: 1px solid #CCC;
}
.equip_details_tbl .info{
	padding: 0 15px;
}
.equip_details_tbl td table td{
	width: 50%;
	padding: 10px;
	border: 1px solid #F3F3F3;
}
.equip_details_tbl h3 span{
	display: block;
	float: right;
	font-size: inherit;
	color: #238FD7;
}

#cj_links, #cj_links a, #cj_links a:link, #cj_links a:visited, #cj_links a:active, #cj_links a:hover {
	color: #000 !important;
}
