/* MESSAGES */
.error2
{
	
	border:1px solid #FF9900;
	padding:2px;
}
.error
{
	border:2px solid #F00;
	padding:3px;
	display:inline-block;
	margin-bottom:5px;
}
.success
{
	border:1px solid #339933;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px; 
	padding:3px;
	display:inline-block;
	margin-bottom:5px;
}
.langText {
	margin-right:5px;
	margin-left:5px;
	margin-top:-2px;
	font-size:14px;
}

.float_r {
	float:right;
}
.float_l {
	float:left;	
}
.align_r {
	text-align:right;	
}
.align_l {
	text-align:left;
}


.clear
{
	clear:both;
	width:0; 
	height:0; 
	display:block;
}

#map_canvas
{
	width:500px; 
	height:360px; 
	background:#fff;
	margin:0 auto;
	display:none;
	padding:6px;
}


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

		LINKS

**********************/
a:link, a:visited
{
	text-decoration: none; 
    font-weight: bold; 
    color: #0051BA;
}
a:hover
{
	text-decoration:underline;
}


ul.map
{
	line-height:18px;
	float:left;	
}

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

		IMAGE

**********************/
img
{
	border:none;
	
}

#bigimageholder
{
	width:500px;
	overflow:hidden;
	padding:6px;
}

.img-shadow {
	float:left;
	background: url("../images/trans-shadow.png") no-repeat bottom right; /* Most major browsers other than IE supports transparent shadow. Newer release of IE should be able to support that. */
}

.img-shadow img {
	display: block; /* IE won't do well without this */
	position: relative; /* Make the shadow's position relative to its image */
	padding: 2px; /* This creates a border around the image */
	background-color: #fff; /* Background color of the border created by the padding */
	border: 1px solid #cecece; /* A 1 pixel greyish border is applied to the white border created by the padding */
	margin: -6px 5px 6px -6px; /* Offset the image by certain pixels to reveal the shadow, as the shadows are 6 pixels wide, offset it by that amount to get a perfect shadow */
}
#ad_images div {
	display: block;
	cursor: pointer;
	margin-bottom:2px;
	margin-top:6px;
}

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

	SELECT MENU CLASSES

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



#emailbox
{
	margin-top:10px;
	margin-left:10px;
	width:350px;
	height:300px;
	border:1px solid #CCCCCC;
	background:#eee;
	display:none;
}


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

		MENU

**********************/
div#menubar
{
	position:relative;
	z-index:100;
	bottom:-1px;
	line-height:230%;
	height:28px;
}
#menu_ul img {
	margin-left:5px;
	vertical-align:text-bottom;
}

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

	SEARCH FORM

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

#searchform_main
{ 
	width:722px;
	padding:5px;
	background:#ddd;
	color:#000;
	border:1px solid #aaa;
	margin-bottom:15px;
}
.st
{
	color:#000;
}


/* AD LIST */
a.dotranslate {
	font-weight:normal;
}
#ad_order {
	list-style:none;
	background:none;
	margin-left:0px;
	padding-left:0px;
	margin-bottom:0px;
	width:100%;
	display:block;
}

#ad_order li {
	float:left;
	padding: 3px;
	margin-left:5px;
	background:#D2D2D2;
	border:1px solid #555;
	padding-bottom:3px;
	
}
#ad_order li.last {
	float:none;
	background:none;
	margin-left:0px;
	border-left:none;
	border-top:none;
	border-right:none;
	display:block;
	text-align:right;
	padding-bottom:4px;
}
#ad_order li.selected {
	background:#aaa;
	border-bottom:none;
	padding-bottom:4px;
}

#radio_types {
	float:left;
}
#radio_order {
	float:right;
}

form
{
	padding:0px;
	margin:0px;
}
h1
{
	font-size: 20px;
	margin-top:10px;
	margin-bottom:10px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size:16px;
}
h4
{
	font-size:15px;
}
h5
{
	font-size:14px;
}
h6
{
	font-size:13px;
}
a.lk
{
	line-height:15px;
}
a.lk:focus 
{ 
	color: #000; 
	font-weight: bold; 
	text-decoration:none; 
}
a.lk:hover 
{ 
	color: #000; 
	font-weight: bold; 
	text-decoration:none; 
}
a.al 
{ 
	color:#000; 
	line-height:15px;
	font-weight: bold; 
	text-decoration:none; 
}
td.head
{
	font-weight:bold;
}
table.ad_list
{
	width:100%;
}
table.ad_info
{
	width:100%;
	margin-bottom:20px;
}
#imagebox
{
	display:none;
}
#imagebox td
{
	padding-bottom:5px;
	padding-right:7px;
}
.field
{
	width:250px;
}
.bold
{
	font-weight:bold;
}
#subsholder
{
}
#countiesholder
{
	display:none;
}
#citiesholder
{
	display:none;
}
.adsTable
{
	width:100%;
}
.adsTable td.headline
{
	color:#fff;
	font-weight:bold;
	line-height:18px;
}
.adsTable td {
	border-bottom:1px solid #ddd;
}
.noborder td {
	border:none;
}
div.top
{
	width:100%;
	background:url("../images/navbar-bg.png") repeat-x;
	height:34px;
	color:#fff;
}
div.bottom
{
	width:100%;
	background:#ccc;
	height:30px;
}
.adsTable tr.odd
{
	background:#fff;
	border-bottom:1px solid #ddd;
}
.adsTable tr.even
{
	background:#fff;
	border-bottom:1px solid #ddd;

}
.space
{
	color:#ccc;
}
a.menulink:link, a.menulink:visited
{
	color:#868a8b;
	font-weight:normal;
}
a.menulink:hover
{
	color:#000;
	font-weight:normal;
}
a.current:link, a.current:visited
{
	color:#000;
	font-weight:normal;
}
#adholder
{
	background:#f2f2f2;
	width:891px;
	padding:5px;
}
#adholder_parent
{
	background:#fff; 
	padding:1px;
}


/* FOOTER */
.category_group
{
	
}

a.c_group, a.c_group:link, a.c_group:hover, a.c_group:visited
{

}
.category_group h3
{
	font-size:13px;
		margin:5px 0px 5px 0px;

	padding:0px;
}
.category_group h3 a.c_group
{
	color:#000;
	font-weight:normal;
}
#footer_links_holder
{
	display:block;
}


/* BUTTONS */
.buttonstandard{
   /* float:left;*/
    margin:0 7px 0 0;
    background-color:#d6d6d6;
    border:1px solid #a4a4a4;
    border-top:1px solid #bfbfbf;
    border-left:1px solid #bfbfbf;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    padding:5px 10px 6px 7px;
}
.buttonhover {
background-color:#E6EFC2; border:1px solid #C6D880; color:#529214;	cursor:pointer;
}
select.subsSelect {
	width:120px;	
	margin-right:5px;
}


#statistics a:link, #statistics a:visited, #statistics a:hover { color:#000;  }



/******* NY LISTVY ********/
.objectList {
	overflow: hidden;
}

.objectBox {
  width: 212px;
  float: left;
  height: 230px;
  padding: 7px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-left: 20px;
  margin-bottom: 20px;
  cursor:pointer;
}

.auctionBox {
	height:250px;
}

.objectBox.first {
  margin-left:0px;
}

.objectImage {
  width: 100%;
  height: 180px;
  overflow: hidden;
  display: block;
  text-align: center;
  margin:0 auto;
}
.objectImage a {
	display: block;
	overflow: hidden;
 }

.objectBox .objectImage img {
  max-width: 100%;
  max-height: 180px;
}
.objectDetails h3 {
  margin: 5px 0px;
}
.objectDetails a {
  font-weight: normal;
  font-size: 13px;
}
.objectDetails .price {
  font-weight:bold;    
  float:left;
}
.objectDetails .newAdd {
	float: right;
    color: rgb(33, 201, 33);
    font-weight: bold;          
}
.objectDetails .sold {
	float: right;
    color: red;
    font-weight: bold;          
}
.objectDetails .auctionDate {
    float: right;
}
.objectImage img.no-pic 
{
    width:212px;
    margin-top: 10px;
}

.objectInternalId {
    display: block;
    clear: both;
    padding-top: 2px;
}


/* HIGHLIGHTED CATEGORIES */
.HighlightedCategories a.selected {
    color: black;
}


/* AUCTIONS */
.bid_button  {
	color: #fff !important;
	background-color: #43ba7a !important;
	border: 1px solid #359561 !important;
	font-size: 14px !important;
	margin-top: -4px !important;
	margin-left: 5px !important;
}
.bid_input { 
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	width: 160px;
	text-align: center;
	color: #333;
}
.closedBidding {
	color:green;
	font-weight:bold;
}
#auctions_list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
#auctions_list p a {
	font-size:15px;
}
h1.auction_title {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
h4.addition_title {
	margin-bottom: 0px;
	color: red;
	font-size: 14px;
}


/* BID HISTORY */
.bid_history {
	width: 100%;
}
.bid_history th {
	text-align: left;
}
.bids_auction_title {
	margin-bottom: 4px;
	border-bottom: 1px solid #aaa;
	padding-bottom: 5px;
}



/* Menu Categories */
#sponsorer {
	  width: 148px;
	  text-align: center;
}
.leftMenuCategories, #sponsorer {
	background: #eeeeee;
  	-webkit-border-radius: 5px;
  	padding: 3px;
  	border: 1px solid #ccc;
}
div#leftContentMenu ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  
}
li.category > a {
  font-weight: bold;
  color: black;
  border-bottom: 1px dashed #333;
  display: block;
  font-size: 14px;
}
li.group > span {
  margin-top: 10px;
  cursor:pointer;
}
.group > span {
  font-weight: bold;
}
li.option {
  margin-left: 10px;
  margin-bottom: 3px;
  padding: 5px 0px;
  border-bottom: 1px solid #ddd;
}
.option > a {
  font-weight: normal;
  padding: 5px 0px;
}
li.category {
  margin-top: 20px;
}
li.option.selected > a {
  color: black;
  font-weight: bold;
}
ul.categories_all > li > ul > li > ul {
  display: none;
}

/* MENU SPONSORER */

div#sponsorer div {
	margin-bottom: 10px;
}

div#sponsorer img {
  max-width: 145px;
  padding: 2px;
border: 1px solid #cecece;
max-width: 144px;
position: relative;
background: #fff;
}


/* MENU AUCTIONS */
div#auctions_list div {
  display: block;
  margin: 8px 0px;
  padding: 2px;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 3px;
  cursor: pointer;
}
#auctions_list div span {
  display: block;
  font-weight: bold;
  color: #111;
  font-size: 13px;
  margin: 4px 0px;
  word-wrap: break-word;
}
#auctions_list div .username {
  font-size: 11px;
  color: #0051BA;
  font-weight:bold;
}
#auctions_list div .date {
	font-size: 11px;
	color: #0051BA;
	font-weight:bold;
}


/* GOOGLE TRANSLATE */
#google_translate_element img {
	padding: 0px !important;
  	border: 0px !important;
}



/* IMPORT */ 
.ImportErrors {
    margin-bottom: 50px;
    margin-top: 40px;
    padding: 0px 8px;
    background-color: #eee;
    border: 1px solid #ccc;
}
.ImportErrors h3 {
    color: red;
    font-size: 15px;
   	margin: 8px 0px;
}
ul.ImportErrorsList {
	padding-left: 0px;
}
ul.ImportErrorsList li {
	list-style-type: none;
}



select.highlight {
    background-color: yellow;
}


#facebook_button {
	margin-bottom: 6px;
    border: 0px !important;
}

.my-page-button {
    display: block;
    width: 130px;
    padding: 15px;
    font-size: 16px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 0px #0000002e;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.bids-button {
    background: #e74243;
}

.sold-button {
    background: #598d36;
}

.bought-button {
    background: #496996;
}

.my-page-buttons-holder {
    float: right;
    /* margin: 0px 20px; */
    width: 200px;
}


a.edit-ad-button {
    display: block;
    width: 140px;
    padding: 10px;
    font-size: 12px;
    color: white;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 0px #0000002e;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

a.edit-ad-button.remove {
    background-color: #e74243;
}

a.edit-ad-button.change {
    background: #989898;
}

a.edit-ad-button.renew {
    background: #598d36;
}

a.edit-ad-button.copy {
    background: #496996;
}

a.edit-ad-button.copy-insert {
    background: #496996;
	width: 200px;
	margin-bottom: 0px;
}

.auctions-textinfo {
    display: block;
    padding: 15px;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 2px 0px #0000002e;
    margin-bottom: 15px;
    border: 1px solid transparent;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}