body {
	background:#F2F5F7;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
}

#outerwrapper{
}

#wrapper{
	width:960px;
	min-height: 300px;
	padding: 0px;
	margin: 0px auto;
	background:#FFFFFF;
	border: 1px solid #000;
}
#header{
	background:url(../images/header.jpg) #069 top center no-repeat;
	display:block;
	margin: 0px auto;
	height:313px;
}
#top-bar{
	color:#FFF;
	font-size:11px;
	height:23px;
}
.top-bar-left{
	font-size:11px;
	line-height:18px;
	float:left;
	width:800px;
}
.top-bar-left a{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	padding:0 5px;
}
.top-bar-left a:hover{
	text-decoration: none;
	color:#ffd95d;
}
.top-bar-right{
	float: right;
	width: 115px;
	line-height: 20px;
}
.top-bar-right a{
	font-weight:bold;
	color:#000033;
	text-decoration:none;
}
.top-bar-right a:hover{
	color:#00827B;
}

.top-bar-content{
	padding:3px 10px;
}
.top-bar-content a{
		color:#FFF;
}
#logo-container{
	float:left;
	width:220px;
	display:block;
	margin:10px 0 0 20px;
}
#logo-container #upcoming{
	margin: 5px 140px 0 0;
	font-size:19px;
	font-weight:bold;
	color: #00837C;
	line-height: 25px;
	height:50px;
	text-align:right;
}
#logo{
	height:140px;
	margin: 0;
}
#logo img{ border:none;}
#global-date{
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}


#random-container{
	float: right;
	width: 700px;
	height:240px;
}
#auctioneer-register{
	float:right;
	display:block;
	width:180px;
	margin: 5px 0 0 0;
}


#global-tagline{
	float:left;
	display:block;
	width:500px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:10px 0 0 0;
	font-size:24px;
	line-height:30px;
}

#top-subbar{
	padding:0 10px;
}

.auction-top{
	//padding:10px 0 0 0;
}

.auction-auctioneer-title {
	font-size: 24px;
	font-weight: bold;
	color: #273E6B;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:20px 15px;
	position:relative;
	float:left;
}

.auction-auctioneer-title-legend {
	font-size: 16px;
	margin: 20px 15px;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	position: relative;
	float: right;
}

.breadcrumbs{
	display:block;
	height:24px;
	background:url(../images/breadcrumb.png) repeat-x #FC0;
	color:#37424A;
	font-weight:bold;
	margin: 0;
	border-bottom:1px solid #273E6B;
}
.breadcrumbs a{
	color:#37424A;
	text-decoration:none;
}
.breadcrumbs a:hover{
	color:#37424A;
}
.breadcrumbs ul{
	list-style:none;
	padding:0;
	margin:0;
}
.breadcrumbs ul li{
	line-height:24px;
	padding: 0px 15px 0px 25px;
	margin:0 0;
	display:block;
	float:left;
}
.breadcrumbs .bread-first{
	background: center right no-repeat;
}
.breadcrumbs .bread-middle{
	background: url(../images/bread_separator.png) center left no-repeat;
}
.breadcrumbs .bread-last{
	background: url(../images/bread_separator.png) center left no-repeat;
}
.breadcrumbs .bread-prelast{
	background:  url(../images/bread_separator.png) center left no-repeat;
}

.toolbar{
	border-bottom:1px dashed #677797;
	border-top:1px dashed #677797;
	background:#FFFFFF;
	margin:0 15px;
	line-height: 18px;
	padding: 10px 0 0 0;
	clear: both;
}

.toolbar a {
	color: #00827B;
	font-weight: bold;
}

.auction-salebill .toolbar{
	padding: 5px 0;
}

#main-body{
	margin: 0px auto;
	background:url(../images/contentBckgrd.jpg) #F2F5F7 top repeat-x;
	
}


#side-left{
	width:200px;
	float:left;
	margin: 5px 5px;	
}

.withside{
	width:620px;
}
.withnoside{
	width:780px;
}
#side-right{
	width:150px;
	float:right;
	border-left: 1px dotted #999;
	padding-left:5px;
}

#footer{
	background:url(../images/footerbg.jpg) bottom repeat-x;
	min-height:250px;
	display:block;
}
#footer-menu{
	color:#FFFFFF;
	text-align:center;
	padding: 20px 20px 0 20px;
	font-size:11px;
	font-weight:bold;
	display:block;
	height:60px;
}
#footer-menu a{
	color:#FFFFFF;
	padding:0 5px;
	text-decoration:none;
}
#footer-menu a:hover{
	text-decoration: none;
	color:#ffd95d;
}
#footer-ad{
	text-align:center;
	color:#FFF;
	display:block;
	height:135px;
	margin: 10px 0 0 0;
}

#copyright{
	color:#FFFFFF;
	font-size:11px;
	text-align:center;
}
.addthis_margin{
	margin-top:18px;
}
/******************** CONTENT */
#content{
	float:left;
	color:#333333;
	font-size:12px;
	padding-bottom:10px;
}
#content h1, h3, h5{
	color:#336699;
	font-weight:normal;
}

.content-area{
	margin:10px 15px;
	font-size:12px;
}
.content-area a{
	color:#00827B;
	text-decoration:none;
}
.content-area a:hover{
	color:#003366;
	text-decoration:underline;
}
.page-container{
	background:#FFFFFF;
	padding:5px 5px;
	border:1px #336699 solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:10px
}
/******************** LISTING */
.upcoming-auctions{
	font-size:12px;
	font-weight:bold;
	color:#3366CC;
	margin:0 0 5px 0;
}
.auction-listing{
	border-bottom:2px dashed #CCCCCC;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #666;
}
.auction-listing a{
	color: #666;
}
.auction-listing .title h3{
	margin: 5px 0;
}
.auction-listing .title{
	font-size:16px;
	font-weight:bold;
}
.auction-listing .title a{
	text-decoration: none;
	color:#0e6663;
}
.auction-listing .title a:hover{
	text-decoration:underline;
	color:#039;
}
.auction-listing .ldate{
	font-size:13px;
	padding-bottom:5px;
}
.auction-listing .llocation{
	font-size:13px;
	padding-bottom:5px;
}
.auction-listing .lcompany{}
.auction-listing .ltype{}
/**********************************************/
.container-left-home{
	width:680px;
	float:left;
	margin: 37px 10px 10px 15px;
}

.container-right-home{
	width:250px;
	float:right;
	margin:7px 0 15px 0;
}

.recent-blog{
	margin:30px 0 10px 0;
}

.recent-blog-title{
	float:left;
	width:250px;
	background:#00827B url(../images/gradient_green.jpg) center;
	color:#FFFFFF;
	font-size:18px;
	line-height:30px;
	margin: 0 0 0 12px;
	text-align:center;
	
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
	
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

.recent-global-blog{
	float:right;
	line-height:30px;
	text-align:right;
	width:200px;
}

.recent-global-blog a{
	color:#00827B;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}

.recent-blog ul{
	line-height:20px;
	font-weight:bold;
}
.recent-blog ul li a{
	color:#00827B;
	text-decoration:none;
}

.recent-blog ul li a:hover{
	color: #036;
	text-decoration:none;
}

.round-box{
	border:2px #939eb4 solid;
	padding:10px;
	background:#FFFFFF;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.spaced-text{
	line-height: 1.5em;
}
.container-left-listings{
	width:720px;
	float:left;
}
.container-right-listings{
	width:200px;
	float:right;
}

.container-left-auction{
	width:630px;
	float:left;
}
.container-right-auction{
	width:314px;
	float:right;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-top:6px solid #036;
	background:#FFF;
	margin: 10px 0;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.general-title{
	border: 1px solid #CCC;
	color:#333333;
	text-decoration:none;
	display:block;
	background:#f2f2f2 url(../images/bg_gradient.jpg) center repeat-x;
	padding:10px 15px;
}
.generic-button {
	border: 1px solid #CCC;
	color:#333333;
	font-size:14px;
	width: 160px;
	min-height: 30px;
	text-decoration:none;
	line-height:30px;
	display:block;
	text-align:center;
	background: #E6E6E6/*{bgColorDefault}*/ url(auctionguy/images/ui-bg_glass_75_ededed_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	-moz-box-shadow:   1px 1px 1px 1px #CCC;
  	-webkit-box-shadow: 1px 1px 1px 1px #CCC;
  	box-shadow:         1px 1px 1px 1px #CCC;
}

a:hover.generic-button{
	background: #d8e9f3/*{bgColorDefault}*/ url(auctionguy/images/ui-bg_glass_50_d8e9f3_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	-moz-box-shadow:   0px 0px 1px 1px #CCC;
  	-webkit-box-shadow: 0px 0px 1px 1px #CCC;
  	box-shadow:         0px 0px 1px 1px #CCC;
}
#top-right .fluid-button {
	margin-right:5px;
}

.fluid-button {
	border: 1px solid #CCC;
	color:#333333;
	font-size:14px;
	text-decoration:none;
	line-height:30px;
	text-align:center;
	padding: 5px 10px;
	background: #E6E6E6/*{bgColorDefault}*/ url(auctionguy/images/ui-bg_glass_75_ededed_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	-moz-box-shadow:   1px 1px 1px 1px #EEE;
  	-webkit-box-shadow: 1px 1px 1px 1px #EEE;
  	box-shadow:         1px 1px 1px 1px #EEE;
}

a:hover.fluid-button{
	background: #d8e9f3/*{bgColorDefault}*/ url(auctionguy/images/ui-bg_glass_50_d8e9f3_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	-moz-box-shadow:   0px 0px 1px 1px #EEE;
  	-webkit-box-shadow: 0px 0px 1px 1px #EEE;
  	box-shadow:         0px 0px 1px 1px #EEE;
}
/**********************************************/

.toolbar-subtitle{
	border-bottom:1px dashed #003366;
	border-top:1px dashed #003366;
	height:50px;
	margin: 10px 25px;
	background:#DDE2E8 url(../images/toolbar_subtitle.jpg) center repeat-y;
	line-height:50px;
	padding-left:15px;
	clear: both;
}

.home-map{
	margin:10px 15px;
	text-align:center;
}

.home-map a{
	color: #00827B;
	font-size:12px;
	font-weight:bold;
	text-decoration:none
}

.home-map a:hover{
	color: #036;
	text-decoration:none;
}

.homepageMainTextArea-Title{
	font-size: 16px;
	font-weight: bold;
	color: #273E6B;
}

.homepagecontentright a{
	text-decoration:none;
}

.homepagerecenttop {
	display:block;
	background: url(../images/homepageRecentTop.jpg) no-repeat;
	height: 45px;
	width: 241px;
}

.homepagerecentcontent {
font-size: 10px;
font-weight: bold;
color: #273E6B;
line-height: 1.7em;
}
.homepagerecentcontent {
position: relative;
background: url(../images/homepageRecentBckgrd.jpg) repeat-y;
width: 241px;
padding-left: 9px;
}

.homepagerecentbottom {
position: relative;
background: url(../images/homepageRecentBottom.jpg) no-repeat;
height: 15px;
width: 241px;
}

a.homepagerecentcontent-link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #00827B;
text-decoration: none;
}

.homepagerecentcontent-location {
position: relative;
float: left;
padding-left: 3px;
}

.homepagerecentcontent-date {
position: relative;
float: right;
padding-right: 18px;
}

.homepagerecentcontent-line {
clear: both;
height: 1px;
border: 0;
border-top: 1px solid #7F9AB1;
width: 220px;
}
/**********************************************/
.listings-list{
}
.listing-list a{
	text-decoration:none;
}
.listing-box{
	border-top: 1px dashed #CCC;
	margin: 5px 15px;
}

.listing-box-top{
	background:#FFFFFF;
}
.listing-box-bottom{
	background:none;
}

.listings-list .even{
	
}

.listing-image{
	width:100px;
	height:80px;
	float:left;
	margin:0 6px 0 0;
	overflow:hidden;
}
.listing-image img{
	border:1px solid #CCC;
}
.listing-title{
	float:left;
	padding: 10px 10px;
	width:400px;
}
.listing-title a{
	color:#027B74;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
.listing-title a:hover{
	color: #036;
	text-decoration:underline;
}
.listing-auctions{
	float:right;
	width:180px;
	text-align:right;
	padding: 13px 10px 13px 0;
	font-weight:bold;
}
.listing-date-cat{
	font-size:11px;
	color:#999999;
}
.listing-date-cat a{
	color:#e26f76;
	text-decoration:none;
}
.listing-company-loc{
	float:left;
	width:300px;
	padding: 13px 10px;
	color:#273E6B;
}
.listing-company-loc a{
	color:#273E6B;
	text-decoration:none;
}

.listing-phone{
	float:right;
	width:180px;
	text-align:right;
	padding: 13px 10px 13px 0;
	font-weight:bold;
}
/**********************************************/

.auction-listing-box{
	border-top: 1px dashed #CCC;
	margin: 5px 5px 5px 15px;
}
.auction-listing-top{
	background:#FFFFFF;
	padding:10px 15px;
}
.auction-listing-middle{
	border-top: 1px dashed #CCC;
	background:#DAEAEA;
	padding:10px 15px;
	font-weight:bold;
	color:#273E6B;
}
.auction-listing-auctioneer-info{
	margin: 5px 5px 5px 15px;
	padding: 0 0 20px 0;
}
.auction-listing-auctaddrr{
	margin: 15px 0px;
	line-height: 20px;
}
.auction-listing-auctinfo{
	margin:0 0 0 10px;
	letter-spacing:1px;
}
.auction-listing-auctabout{
	margin:0 50px;
	padding:20px 15px 10px 15px;
	background: #FFF url(../images/info_background.png) top repeat-x;
	border-left: 2px solid #939EB5;
	border-right: 2px solid #939EB5;
	border-bottom: 2px solid #939EB5;
	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.auction-listing-auctinfo strong{
	color:#273E6B;
}
.auction-listing-auctinfo a{
	color:#00827B;
	text-decoration:none;
}
.auction-listing-auctinfo a:hover{
	color:#273E6B;
}

.auction-listing-middle strong{
	color:#000000;
}

.auction-listing-middle a{
	text-decoration:none;
	color:#027B74;
}
.auction-listing-middle a:hover{
	color: #036;
	text-decoration:underline;
}
.auction-listing-bottom{
	border-top: 1px dashed #CCC;
	height:18px;
	display:block;
}

.auction-listing-title{
	float:left;
	width:500px;
}
.auction-listing-title a{
	color:#027B74;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
.auction-listing-title a:hover{
	color: #036;
	text-decoration:underline;
}

.auction-listing-icons{
	float:right;
}
.new-auction-icon{
	background: #FFF url(https://static.globalauctionguide.com/images/new_icon.png) center left no-repeat;
	padding:10px 15px 10px 30px;
}
/**********************************************/
.auctioneer-header{
	background:#f5f5f5;
	color: #222;
	font-size:12px;
	padding:15px 10px;
}
.auctioneer-header a{
	color:#e26f76;
	text-decoration:none;
}
.auctioneer-header-title h1{
	margin: 0 0 5px 0;
	font-size:20px;
}
.auctioneer-about{
	font-size:11px;
}
.auctioneer-about h3{
	margin:10px 0 3px 0;
	font-size:12px;
	color:#333333;
}
/**********************************************/
.auction-salebill{
	padding:15px 10px;
	font-size:12px;
	color:#333333;
}
.auction-header{
	margin: 10px 0 0 15px;
	padding:15px 10px;
	font-size:12px;
	background:#FFF url(../images/new-bottom.png) bottom repeat-x;
	border:2px #939eb4 solid;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.auction-header h1{
	font-size:18px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.auction-header a{
	font-size: 12px;
	font-weight: bold;
	color: #00827B;
	text-decoration: none;
}
.auction-header strong{
	color:#273E6B;
}
.auction-title-container{
	margin:0 0 0 20px;
}
.auction-header-company{
	font-size:10px;
	color:#666666;
	line-height:16px;
}

#auction-tabs{
	margin: -1px 0 0 15px;
}
.container-left-auction .ui-tabs {
padding: 0;

}
.container-left-auction .ui-widget-content {
border: none;
background:none;
}

.container-left-auction .ui-tabs .ui-tabs-nav{
	padding:0;
}

.container-left-auction .ui-widget-header{
	border:none;
	background:none;
}

.container-left-auction .ui-corner-top {
-moz-border-radius-bottomright: 5px;
-webkit-border-bottom-right-radius: 5px;
-khtml-border-bottom-right-radius: 5px;
border-bottom-right-radius: 5px;

-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
-khtml-border-top-right-radius: 0px;
border-top-right-radius: 0px;
}
.container-left-auction .ui-corner-top {
-moz-border-radius-bottomleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-khtml-border-bottom-left-radius: 5px;
border-bottom-left-radius: 5px;

-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
-khtml-border-top-left-radius: 0px;
border-top-left-radius: 0px;
}

/**********************************************/

.auction-images {
	position:relative;
	 overflow: hidden;
	 margin: 20px 0;
	 padding: 10px 0 0 0;
	 background:url(../images/content-slider-bg.png) center;
	 border-top: 1px solid #4D6080;
	border-bottom: 1px solid #4D6080;
}

.auction-images ul {
    width: 20000em;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
}

.auction-images li {
    float: left;
	margin: 0 10px 0 0;
}
.auction-images img {
	border:1px solid #CCC;
}

.auction-images[dir=rtl] li {
    float: right;
}
.auction-images-container{
	display:block;
	position:relative;
    overflow: hidden;
	min-height:90px;
	width:480px;
	float:left;
}
.auction-images-prev{
	width:42px;
	height:42px;
	padding: 0px 5px;
	font-size:11px;
	display:block;
	text-align:center;
	background: url(../images/left-arrow.png) no-repeat;
	float:left;
	margin: 20px 12px 0 0;
	cursor:pointer;
}
.auction-images-prev img{
	border:none;
}
.auction-images-next{
	width:42px;
	height:42px;
	padding: 0px 5px;
	font-size:11px;
	display:block;
	text-align:center;
	background: url(../images/right-arrow.png) no-repeat;
	float:right;
	margin:20px 0 0 0;
	cursor:pointer;
}
.auction-images-next img{
	border:none !important;
}

.photo-gallery ul{
	list-style: none;
    margin: 0;
    padding: 0;
}

.photo-gallery ul li{
	width: 110px;
	height: 90px;
	text-align:center;
	padding:5px;
	border:1px solid #CCC;
	display:block;
	float:left;
	overflow:hidden;
	margin: 10px 15px;
	text-align:center;
}

.photo-gallery ul li img{
	width: 100px;
	height: 75px;
	text-align:center;
	overflow:hidden;
}

.auctioneer_right_box-header {
	height: 41px;
	background-color: #273E6B;
	display:block;
	color:#FFF;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 25px;
	font-family: "Trebuchet MS",Arial,Helvetica;
	margin: 10px 0;
	padding: 10px 15px 0;
}

.auctioneer_right_box-header a {
	font-weight: bold;
	letter-spacing: 1px;
	color: white;
	text-decoration:none;
}

.auctioneer_right_box-header a:hover {
	text-decoration:underline;
}

.auctioneer_right_box-header_text {
	padding: 10px 15px 0px;
	height: 25px;
	line-height: 25px;
}

.auctioneer_right_box-img {
	vertical-align: middle;
	margin-right: 5px;
}

a.auctioneer_right_box-header_link {
	font-size: 0.7em;
	color: #BBE0DE;	
	text-decoration: none;
}

a.auctioneer_right_box-header_link:hover {
	text-decoration: underline;
}

.auctioneer_right_box-content {
	text-align: center;
}

.auctioneer_right_box-text {
	margin-top: 13px;
	padding: 0px 33px;
	font-size: 0.9em;
	color: #37424A;
	line-height: 1.4em;
}

.auctioneer_right_box-text-title {
	font-size: 1.2em;
	font-weight: bold;
	color: #273E6B;	
}

.auctioneer_right_box-hr {
	height: 2px;
	width: 244px;
	background: white url('https://static.globalauctionguide.com/images/right_box-dotted_line.png') repeat-x;
	margin-top: 8px;
	margin-bottom: 10px;
}

.side-ads{
	text-align:center;
	margin:10px 0;
}

.random-container{
	border:1px #336699 solid;
	background:#f2f2f2;
	padding: 0 10px 5px 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.random-listing{
	border-bottom:1px dashed #CCCCCC;
	padding: 0 0 3px 0;
	margin: 0 0 3px 0;
	color: #666;
}
.random-listing a{
	color: #666;
}
.random-listing .title h3{
	margin: 5px 0;
}
.random-listing .title{
	font-size:12px;
	font-weight:normal;
}
.random-listing .title a{
	text-decoration: none;
	color:#0e6663;
}
.random-listing .title a:hover{
	text-decoration:underline;
	color:#039;
}
.random-listing .ldate{
	font-size:11px;
	padding-bottom:3px;
}
.random-listing .llocation{
	font-size:11px;
	padding-bottom:3px;
}
.random-listing .lcompany{}
.random-listing .ltype{}

/**********************************************/
.auctioneer-listing{
	border-bottom:2px dashed #CCCCCC;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	color: #666;
}
.auctioneer-listing a{
	color: #666;
}
.auctioneer-listing .atitle h2{
	margin: 5px 0;
	font-size:18px;
	font-weight:bold;
}
.auctioneer-listing .atitle h3{
	margin: 5px 0;
	font-size:13px;
	font-weight:normal;
}
.auctioneer-listing .atitle{}
.auctioneer-listing .atitle a{
	text-decoration: none;
	color:#0e6663;
}
.auctioneer-listing .atitle a:hover{
	text-decoration:underline;
	color:#039;
}
/**********************************************/
#othermonths{
	text-align:center;
	width:500px;
	margin:0 auto;
}
#othermonths .ui-datepicker-next, #othermonths .ui-datepicker-prev{
	display:none!important;
}
/**********************************************/
.footer-ads{
	margin:10px 0 0 0;
	text-align:center;
}
/**********************************************/
.refine-location{
	display:none;
}
.refine-location ul{
	font-size:10px;
	padding:0;
	list-style:none;
}
.refine-location li a{
	text-decoration:none;
	color:#369;
}

.refine-countries{
	display:none;
}
.refine-countries ul{
	font-size:10px;
	padding:0;
	list-style:none;
}
.refine-countries li a{
	text-decoration:none;
	color:#369;
}

.all-location{
	
}
.all-location ul{
	font-size:10px;
	padding:0;
	list-style:none;
}
.all-location li a{
	text-decoration:none;
	color:#369;
}

.all-countries{
	display:none;
}
.all-countries ul{
	font-size:10px;
	padding:0;
	list-style:none;
}
.all-countries li a{
	text-decoration:none;
	color:#369;
}
/******************** FEATURED */
#auctioneer-space{
	width:128px;
	float:right;
	margin: 10px 0 0 0;
}
#featured{
	float:right;
	width:615px;
	margin: 5px 0px 5px 0px;
	padding:5px 10px;
	border: #7f8da8 2px solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background:#FFFFFF
}
.featured-image{
	font-size:10px;
	text-align:center;
	padding: 5px 3px;
	border: #7f8da8 2px solid;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#dadce8;
}
.featured-box{
	width: 115px;
	font-size:10px;
	text-align:center;
	margin: 0 8px 0 0;
	float:left;
}
.featured-box a{
	color:#06C;
	text-decoration:none;
}
.featured-box a:hover{
	color:#3366CC;
	text-decoration:underline;
}
.featured-header{
	width:885px;
	margin: 0 auto;
}
.head-featured {
width: 150px;
display: block;
float: left;
}

.box-1{
	margin:12px 0 0 20px;
}
.box-2{
	margin:12px 0 0 22px;
}
.box-3{
	margin:12px 0 0 26px;
}
.box-4{
	margin:12px 0 0 22px;
}
.head-image{
	text-align:center;
	height:85px;
	width: 120px;
	overflow:hidden;
	clear:both;
	padding:5px;
	margin: 0 0 5px 0;
}
.head-link{
	margin-top:15px;
	font-size:10px;
	text-align:center;
	font-weight:bold;
	color:#273E6B;
}
.head-link a{
	text-decoration:none;
	color:#333;
}
.head-link a:hover{
	text-decoration:none;
	color:#00827B;
}
/******************** NAVIGATION */
.sidenav{
	padding:0;
	margin:0;
	font-size:12px;
	background: url(../images/h_fade.jpg) right repeat-y #FFF;
	border:1px #336699 solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.sidenav ul{
	padding:0;
	margin:0;
	list-style: none;
}

.sidenav ul li a {
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	color:#369;
	border-bottom: dotted 1px #DDD;
	/*background: #369;*/
}
.sidenav ul li a:hover {
	/*background: #f2f2f2;*/
	color: #000;
}

.sidebar li ul li a{
	display:block;
	padding:3px 0 3px 10px;
	margin-left: 5px;
	text-decoration:none;
	color:#FFF;
	border-bottom: dotted 1px #DDD;
	/*background: #69C;*/
	font-size:11px;
}
.sidenav li li a:hover {
	/*background: #DDD;*/
	color: #69C;
}
/********************AUCTIONEER NAVIGATION */
.auctioneer-nav{
	padding:0;
	margin:0 0 10px 0;
	font-size:12px;
	background: #FFF;
	border:1px #336699 solid;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.auctioneer-nav ul{
	padding:0;
	margin:0;
	list-style: none;
}

.auctioneer-nav ul li a {
	display:block;
	padding:3px 0 3px 10px;
	text-decoration:none;
	color:#333;
	border-bottom: dotted 1px #DDD;
}
.auctioneer-nav ul li a:hover {
	color: #ccc;
}

.auctioneer-nav li ul li a{
	display:block;
	padding:3px 0 3px 10px;
	margin-left: 5px;
	text-decoration:none;
	color:#333;
	border-bottom: dotted 1px #DDD;
	font-size:11px;
}
.auctioneer-nav li li a:hover {
	color: #ccc;
}
/******************** SEARCH CLASSES */
#search-bar{
	margin: 12px 0 0 225px;
}


.searchItem{
	width:255px;
	float:left;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
}
.searchItemInput{
	width:150px;
	height:15px;
	font-size:11px;
	border:1px solid #FFF;
	background:#C9CFDA;
	margin:0 0 4px 0;
}
.searchItemSubmit{
	vertical-align:top;
}
.searchfield{
	width:200px;
	line-height:20px;
	color:#666666;
	padding:2px 5px;
	background:none;
	border:none;
	float:left;
}
.searchbutton{
	font-size:13px;
	border-left:1px solid #CCC;
	border-top:none;
	border-right:none;
	border-bottom:none;
	background:none;
	text-align:center;
	width:80px;
	height:30px;
	margin-left:4px;
	background: #E6E6E6/*{bgColorDefault}*/ url(auctionguy/images/ui-bg_glass_75_ededed_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	float: right;
	display:block;
}
.buttonblue{
	height:25px;
	line-height:20px;
	border: #436383 1px solid;
	padding:3px 5px;
	background: #1d5185;
	color:#FFFFFF;
	font-size:12px;
}
.buttongrey{
	height:25ppx;
	line-height:20px;
	border: #436383 1px solid;
	padding:3px 5px;
	background: #CCC;
	color:#333;
	font-size:12px;
}

.browseby {
	border: 1px solid #CCC;
	border-radius: 4px;
	color:#333333;
	font-size:14px;
	width: 170px;
	height: 30px;
	margin: 16px 10px 0 20px;
	text-decoration:none;
	line-height:30px;
	display:block;
	float:left;
	text-align:center;
	background: #E6E6E6/*{bgColorDefault}*/ url(auctionguy/images/ui-bg_glass_75_ededed_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/;
	-moz-box-shadow:    0px 0px 1px 1px #999999;
  	-webkit-box-shadow: 0px 0px 1px 1px #999999;
  	box-shadow:         0px 0px 1px 1px #999999;
}

a:hover.browseby{
	background: #d8e9f3/*{bgColorDefault}*/ url(auctionguy/images/ui-bg_glass_50_d8e9f3_1x400.png)/*{bgImgUrlDefault}*/ 50%/*{bgDefaultXPos}*/ 50%/*{bgDefaultYPos}*/ repeat-x/*{bgDefaultRepeat}*/
}

.bblocation{}
 .bbcompany{}
 .bbdate{}
/******************** FOOTER */
.ad-footer{
	text-align:center;
	padding:10px;
}
.footer-content{
	padding:5px 10px;
co}
.footer-links{
	font-size:12px;
	color:#FFF;
}
.footer-links a{
	color:#f2f2f2;
	text-decoration:none;
	display:block;
	width:160px;
	height:20px; line-height:20px;
	border-bottom:1px #DDD dotted;
	padding:0 0 0 5px;
}
.footer-links a:hover{
	color:#DDD;
}
.footer-links ul{
	list-style:none;
	padding: 0;
}
.follow-footer{
	font-size:11px;
	color:#FFF;
}
.follow-footer a{
	color:#f2f2f2;
	text-decoration:none;
	display:block;
	padding-bottom:5px;
}
.follow-footer a:hover{
	color:#ddd;
}
.follow-footer ul{
	list-style:none;
	padding: 0;
}
/******************** AUCTION TABS */
#auction-tabs{
	font-size:10px;
}
.auction-content .sub-title{
	color:#FFF;
	line-height:30px;
	font-weight:normal;
	padding-left:10px;
}
.auction-content .sub-content{
	padding-left:10px;
	color:#333333;
}
.thumb{
	display:block;
	float:left;
	width:106px;
	height:81px;
	text-align:center;
	border:1px solid #999999;
	background:#FFF;
	padding:4px 0 0 0;
	margin: 5px 3px;
	overflow:hidden;
}
.showmore{
	display:none;
}
.sub-info{
	padding:10px 10px;
	margin: 0 0 5px 0;
}
/******************** ADS CLASSES */
.side-ads .adbox{
	margin-bottom:10px;
}

/******************** AUX CLASSES */

.fade {
opacity: .25;
filter: alpha(opacity=25);
-ms-filter: "alpha(opacity=25)";
-khtml-opacity: .25;
-moz-opacity: .25;
}

.hidden {
	display: none;
}

.colorgreen{ color:#00827B; }
.colorblue{ color:#273E6B; }
.colorred{ color:#e26f76; }

.largefield{ width:200px; height:30px; border:1px solid #CCC; }
.clear{ clear:both; height:0px; padding:0; margin:0px; }

.rowodd{ background:#F2f2f2; }
.roweven{ background:#FFFFFF; }
.rowhead{ background:#333333; color:#FFFFFF; }

.floatleft{float:left; }
.floatright{float:right;}
.floatnone{float:none;}

.w100{width: 100px; }
.w150{width: 150px; }
.w200{width: 200px; }
.w250{width: 250px; }
.w300{width: 300px; }
.w350{width: 350px; }
.w400{width: 400px; }
.w450{width: 450px; }
.w500{width: 500px; }
.w550{width: 550px; }
.w600{width: 600px; }
.w650{width: 650px; }
.w700{width: 700px; }
.w750{width: 750px; }
.w800{width: 800px; }
.w850{width: 850px; }
.mh100{ max-height:100px; overflow:hidden; }
.mh200{ max-height:200px; overflow:hidden; }
.mh300{ max-height:300px; overflow:hidden; }
.mh400{ max-height:400px; overflow:hidden; }
.tx6{font-size:6px;}
.tx7{font-size:7px;}
.tx8{font-size:8px;}
.tx9{font-size:9px;}
.tx10{font-size:10px;}
.tx11{font-size:11px;}
.tx12{font-size:12px;}
.tx13{font-size:13px;}
.tx14{font-size:14px;}
.tx15{font-size:15px;}
.tx16{font-size:16px;}
.tx17{font-size:17px;}
.tx18{font-size:18px;}
.tx19{font-size:19px;}
.tx20{font-size:20px;}
.tx21{font-size:21px;}
.tx22{font-size:22px;}
.tx23{font-size:23px;}
.tx24{font-size:24px;}

.txleft{text-align:left;}
.txright{text-align:right;}

.txbold{font-weight:bold;}
.txnormal{font-weight:normal;}

.linedash{ border-bottom: 1px dashed #999999; clear:both; height:2px; margin-bottom:2px; }
.linedot{ border-bottom: 1px dotted #999999; clear:both; height:2px; margin-bottom:2px; }

a.linksoft{ color:#336699; text-decoration:none; }
a.linksoft:hover{ color: #039; text-decoration:none; }

.fileupload-buttonbar .ui-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: solid transparent;
  border-width: 0 0 100px 200px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: translate(250px, -50px) scale(1);
  -moz-transform: translate(-300px, 0) scale(4);
  direction: ltr;
  cursor: pointer;
}

.fileinput-button {
  overflow: hidden;
}

/* Fix for IE 6: */
*html .fileinput-button {
  padding: 2px 0;
}

/* Fix for IE 7: */
*+html .fileinput-button {
  padding: 2px 0;
}

.fileupload-buttonbar {
  padding: 0.2em 0.4em;
}

.fileupload-buttonbar .ui-button {
  vertical-align: middle;
}

.fileupload-content {
  padding: 0.2em 0.4em;
  border-top-width: 0;
}

.fileupload-content .ui-progressbar {
  width: 200px;
  height: 20px;
}

.fileupload-content .ui-progressbar-value {
  background: url(pbar-ani.gif);
}

.fileupload-content .fileupload-progressbar {
  width: 400px;
  margin: 10px 0;
}

.files {
  margin: 10px 0;
  border-collapse: collapse;
}

.files td {
  padding: 5px;
  border-spacing: 5px;
}

.files img {
  border: none;
}

.files .name {
  padding: 0 10px;
}

.files .size {
  padding: 0 10px 0 0;
  text-align: right;
  white-space: nowrap;
}

.ui-state-disabled .ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}

.ui-state-disabled input {
  cursor: default;
}

.listing-images-list{
	list-style: none;
	display:inline;
}

.listing-images-list li{
	width:100px;
	text-align:center;
	height:80px;
	float:left;
	padding:3px 3px;
}
/* BROWSE BY CALENDAR BEGIN */
.calendardiv{
	width:220px;
	height:270px;
	padding:2px 5px;
	border: 1px #003366 solid;
	display:block;
	margin: 5px;
}

.calendar{
	width:220px;
}
.calendar td{
	margin:2px;
}
.calendar-head{
	text-align:center;
	color:#000;
	font-weight:bold;
	padding:5px 10px;
	font-size:14px;
	border-bottom: 1px #999999 dotted;
}
.calendar-day-head{
	padding:5px;
	font-size:12px;
	font-weight:bold;
}
.calendar-day-np{
	width:30px;
	
	padding:5px;
	margin:2px;
}
.day-number{
	text-align:center;
	font-size:12px;
	color:#CCCCCC;
	width:30px;
	height:30px;
	display:block;
}
.day-number a{
	padding:5px;
	text-decoration:none;
	display:block;
	margin:2px;
	background:#003366;
	color:#FFFFFF;
	border: 1px #003366 solid;
}
.day-number a:hover{
	background:none;
	border: 1px #003366 solid;
	color:#003366;
}
/* BROWSE BY CALENDAR END */