/* CSS Document */


HTML {height: 100%; width:auto; font-size:70%;overflow-y: scroll;} 
BODY {
	width: auto;
	height: 100%;
	background: #FFF; /* url(../images/background.png) repeat-x center top;*/
	margin: 0px 0 1px 0;
	padding: 0;
	font:100%  Verdana, Arial, Helvetica, sans-serif;
	color: #777;
}

p {
 margin: 15px 0;
 line-height: 1.8em;
}

fieldset{
  width: 50%;
  margin: 0 auto;
  border: 1px solid black;
  padding: 10px;
}

legend{
  font-weight: bold;
  font-size: 1.1em;
  padding: 0 5px;
}

.boxtext {
 margin: 0px 6px;
 text-align: justify;
 line-height: 1.3em;
}

DIV {/*border: 1px #000000 solid; /**/}
HR { display: none;}

H1 {
  display: block;
  margin: 0 auto;
  text-align: center;
	font-size: 2.1em;
	padding: 0px;
	color: #777;
	margin: 0;
	font-weight: normal;
}

H2 {
	text-align:center;
	color: #aaa;
	font-size: 1.8em;
}

H3 {
  display: block;
	font-weight: bold;
	color: #555;
	font-size: 1.2em;
	border-bottom: 1px solid #000;
	margin: 10px 0;
}

H4 {
  display: block;
	font-weight: bold;
	color: #000;
	font-size: 1em;
	border-bottom: 1px solid #eee;
	margin: 0;
}


STRONG {font-weight: bold;}
EM{font-style: italic;}

ul.def {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
	list-style: disc;
	/*border: 1px solid #888;/**/
	padding-left: 5px;
	background: #FFF;
}

INPUT.masked{
  height:25px;
  width:200px;
  margin-top: 4px;
  padding: 5px 4px 0 120px; 
  font-size: 14px; /* font fisso perché fissa è l'img*/
  background: url(../img/input_text_mask.png) no-repeat;
  border-width:0px;
} 


.searchform .imglogin{
  position: absolute;
  top: 0;
  border: 0;
  cursor: pointer;
}

/* Default link*/
A:link,
A:visited,
A:active {
	color : #820000;
	text-decoration: none;
}
A:hover {
  color : #E55B29;
	text-decoration: underline;
}

a.blackarea:link, a.blackarea:visited{color: #000}
a.blackarea:hover, a.blackarea:active{text-decoration: underline; background: #eee;}

/* Dark link*/
A.dark:link,
A.dark:visited,
A.dark:active {
	color : #fff;
	text-decoration: none;
}
A.dark:hover {
  color : #D7A82D;
	text-decoration: underline;
}

/* Alternative link*/
A.alter:link,
A.alter:visited,
A.alter:active {
	color: #777;
	text-decoration: none;
}
A.alter:hover {
  color : #777;
	text-decoration: underline;
}

/* MAIN STRUCT */

#bodyContent {
	width: 998px; 
	margin: 0 auto;
}

#colorContent {
	padding: 10px;
	background: #fff;
    float: left
}

#header, #subHeader {
  width: 100%;
  margin:0;
  padding: 0;
  border: 0;	
}

#header {
  height: 70px;
	position: relative;
	padding-top: 0px;
	/*background: url(../images/header_back.png) top center no-repeat;*/
}

#header #header_logo, #header #header_search, #header #header_menu {
  display: block;
  position: absolute;
}  

#header #header_logo {
  vertical-align: middle;
  cursor: pointer;
  top: 0;
  left: 0;
}

#header #header_search {
  left: 370px;
  top: 16px;
  font-size: 0.8em;
}

#header #header_search #q{
  font-family:DIN-Medium,DIN-Regular,Arial,Helvetica;
  padding: 0;
  margin: 0;
  height: 17px;
  width: 200px;
}

#header #header_search #submit{
  width: 17px;
}
#header #header_menu {
  top: 5px;
  right: 40px;
}

#header #header_menu li{
  font-weight: bold;
  line-height: 1.6em;
  list-style-image: url(../images/arrow_right.png);
}

#colonna-sx {
  display: none;
	float: left;
	padding: 0;
	width: 150px;
	height: 100%;
}

#colonna-dx {
	float: right;
	margin: 30px 0 0 0;	
	width: 260px;
	background: #fff;
}

#colonna-sx .box, #colonna-dx .box {
	height: 100%;
	border:	0px #000 solid;
}

#bodyPageBottom{
	float: left;
	width: 100%;
}

#bodyPageTop{
	float: left;
	width: 100%;
}

#principale {
	float: left;
	width: 680px;      
	margin: 0 -1px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	padding-bottom: 30px;
	/*background: #ff0;*/
}

#principale .box {
  padding: 0;
}


#footer {
	color: #555;
	background: #EBEBEB;
	height: 105px;
	width: 998px;
	
	font-family: arial;
	clear: both;
	font-size: 0.9em;
	padding: 10px 0 10px 0;
	margin: 10px auto 0 auto;
	line-height: 1.5em;
	border-top: 2px #D3D3D4 solid;
}

#footer .container{width: 968px; margin: 0 auto;}

#footer a:link, #footer a:visited {color: #555; text-decoration: none;}
#footer a:active, #footer a:hover {color: #000; text-decoration: underline;}

#footer .links a{
 margin: 0 10px;
}

#colonna-dx-contatti{
  float:right;
  padding:0;
  width:58%;
}

#colonna-sx-contatti{
  float:left;
  padding:0;
  width:40%;
}


/*----------------------------------------------------------*/
#scrollbox {
    width: 790px;
    padding-left: 20px;
}
/* ---------------------------------------------------------*/


/* ---------------------- SEARCH RESULTS -------------------------*/
.searchhead{
  width: 668px;
  margin: 0px 0 11px 0;
  padding: 8px 4px;
  font-size: 1.2em;
  float: left;
  border-bottom: 1px solid #dedede;
  background: transparent url(../images/bg_title.png) repeat-x top center;
}
.searchhead small {font-size: 0.7em;}

#results {width: 670px}

#results .item {
  float: left;
  width: 100%;
  padding: 12px 3px 10px 3px;
  margin: 10px 0;
  margin-top: 0;
  border-bottom: 1px #ddd solid;
  background: #fff;
}
#results .item a:link,
#results .item a:visited,
#results .item a:active,
#results .item a:hover{
  color: #333;
}



#results .item big{
  font-size: 1.2em;
  font-weight: bold;
}

#results .middle {
  float: left;
  display: block;
  width: 410px;
}
#results a.middle:link, #results a.middle:visited{}

#results a.middle:active, #results a.middle:hover{
  text-decoration: none;
}

#results .dx {
  float: right;
  width: 160px;
  text-align: center;
  
}

#results .item .img{
  float: left;
  position: relative;
  width: 90px;
  margin-right: 10px;
}


#results .item .img img.ribbon{
  position: absolute;
  border: 0;
  top: -15px;
  left: 60px;
}

#results .item .img a {
  display: block;
  text-align: center;
}
#results .item .img img {
  border: 1px solid #888;
  border-radius: 5px;
}

#results .item .title{
  color: #820000;
}
#results .item .price{
  display: block;
  font-size: 1.3em;
  line-height: 1.8em;
}
#results .item ul.infos{
  display: block;
  color: #7B7B7C;
  padding: 0;
  margin: 2px 0;
}
#results .item ul.infos li{
	list-style:none;
	float: left;
  padding: 0;
  margin: 0 15px 0 0;
}

#results .item .descr{
  margin: 5px 0;
  padding: 2px;
}


#results .item .descr p{
  margin: 0;
}   

#results .item .descr .actions{
  text-align: right;
}
#results .item .descr .actions a{
  font-weight: bold;
  color: #000;
  margin-right: 20px;
  text-decoration: none;
}
#results .item .descr .actions a:link, #results .item .descr .actions a:visited{color: #000;}
#results .item .descr .actions a:hover, #results .item .descr .actions a:active{color: #497CDC;}
/* ---------------------------------------------------------*/
.buy_btn {
    background: transparent url(../images/gold_small_bnt.png) no-repeat top center;
    color: #fff;
    font-variant: small-caps;
    width: 137px;
    height: 47px;
    margin: 0 auto;
}
.buy_btn .price{font-size: 1.5em; font-weight: bold; text-shadow: 1px 0px 1px #000; color: #F63}
.buy_btn .buy_now{font-size: 1.2em; font-weight: bold; text-shadow: 1px 1px 2px #fff; color: #333}


.paymethod-box {
    float: left;
    width: 180px;
    height: 247px;
    background: transparent url(../images/paybox.png) no-repeat bottom center;;
    margin: 0 10px;
    padding: 0 10px
    
}

.orange-btn {
    display: block;
    background: transparent url(../images/gold_small_bnt_180.png) no-repeat top center;
    color: #fff;
    font-variant: small-caps;
    width: 180px;
    height: 47px;
    margin: 10px auto;
    font-size: 1.3em; font-weight: bold; text-shadow: 1px 1px 1px #222; color: #FFF;
    border: 0;
    cursor: pointer;
}

.silver-btn {
    display: block;
    background: transparent url(../images/silver_small_bnt.png) no-repeat top center;
    color: #fff;
    font-variant: small-caps;
    width: 137px;
    height: 47px;
    margin: 10px auto;
    font-size: 1.3em; font-weight: bold; text-shadow: 1px 1px 1px #222; color: #FFF;
    border: 0;
    cursor: pointer;
}

.silver-btn-long {
    display: block;
    background: transparent url(../images/silver_bnt_long.png) no-repeat top center;
    color: #fff;
    font-variant: small-caps;
    width: 256px;
    height: 68px;
    margin: 10px auto;
    font-size: 1.3em; font-weight: bold; text-shadow: 1px 1px 1px #222; color: #FFF;
    border: 0;
    cursor: pointer;
}



#results a.buy_btn {display: block}
#results a.buy_btn:link, #results a.buy_btn:visited{color: #FFF}
#results a.buy_btn:active, #results a.buy_btn:hover{color: #FFF; text-decoration: none;}


.save-listing {
    display: block;
    color: #E0DDFF;
    width: 137;
    height: 23px;
    padding-top: 5px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #222;
    background: transparent url(../images/btn-small-light-blue.png) no-repeat top center;
}

#results .item a {display: block}
#results .item a.save-listing:link, #results .item a.save-listing:visited{color: #FFF;}
#results .item a.save-listing:active, #results .item a.save-listing:hover{color: #FFF3A8;}

/* ---------------------- LISTING DETAIL -------------------------*/
#listing_detail {
  float: left;
  width: 668px;
  padding: 3px;
  margin: 0;
  margin-top: 30px;
  background: #FFF;
}
#listing_detail big{
  font-size: 1.4em;
  font-weight: bold;
}
#listing_detail .title{
  color: #820000;
}
#listing_detail .price{
  float: right;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.1em;
}

#listing_detail .detail-buy-btn {
  background: transparent url(../images/orange_bnt_long_small.png) no-repeat top center;
  float: right;
  width: 250px;
  text-align: center;
  padding-bottom: 5px;
}               

a.cart-claim {
    color: #fff;
    font-variant: small-caps;
    font-size: 1.2em;
    font-weight: bold;
    text-shadow: 1px 1px 1px #222
}

a.cart-claim .buy_now{font-size: 1.2em; font-weight: bold; text-shadow: 1px 1px 2px #fff; color: #333}


  

#listing_detail .sell-price{
  display: block;
  font-size: 1.1em;
  line-height: 1.8em;  
  float: none;
  font-weight: bold;
  text-shadow: 1px 0px 1px #000;
  color: #F63
}

#listing_detail ul.infos{
  display: block;
  height: 1.5em;
  padding: 2px;
  margin: 5px 0;
}
#listing_detail ul.infos li{
	list-style:none;
	float: left;
  padding: 0;
  margin: 0 15px 0 0;
}

#listing_detail .fullinfos {
  margin-top: 20px;
  float: left;
  height: 80px;
}
#listing_detail .fullinfos ul.infos{
  display: block;
  float: left;
  padding: 2px;
  margin: 5px 0;
}
#listing_detail .fullinfos ul.infos li{
	list-style:none;
	float: left;
	width: 253px;
  padding: 0;
  margin: 0 3px 5px 0;
  border-bottom: 1px solid #fdfdfd;
}

#listing_detail .fullinfos ul.infos li b{
  display: block;
  float: left;
  margin-right: 4px;
}
#listing_detail .photos {
  float: left;
  margin-top: 0px;
  padding: 5px; 
  border: 3px solid #F2F1F1;
}
#listing_detail .photos .viewer{
  float: left;
  width: 390px;
  padding: 5px;
  text-align: center;
  background: #FFF;
}

#listing_detail .photos .viewer .navphotos{
  margin-top: 10px
}
#listing_detail .photos .viewer .img a {
  display: block;
  text-align: center;
}
#listing_detail .photos .viewer .img img {
  border: 1px solid #888;
}

#listing_detail .photos .otherphotos{
  text-align: center;
  width: 400px;
}

#listing_detail .photos .otherphotos a{
  display: block;
  float: left;
  padding: 2px;
  background: #fff;
  text-align: center;
  width: 76px;
}

#listing_detail .photos .otherphotos a img{
}

#listing_detail .descr{
    line-height: 20px;
    
}

#listing_detail .descr p{
  margin: 0;
}

#listing_detail .sidebox {
  float: right;
  width: 250px;
}

#listing_detail .sidebox  .infos p{
  margin: 3px 0;
}


#listing_detail .actions{
  float: left;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  padding: 5px 0;
}
#listing_detail .actions a{
  font-weight: bold;
  color: #777;
  margin-left: 20px;
  text-decoration: none;
}
#listing_detail .actions a:link, #listing_detail .actions a:visited{color: #777;}
#listing_detail .actions a:hover, #listing_detail .actions a:active{color: #497CDC;}

/* ---------------------------------------------------------*/


.buy-price-detail {
    width: 100px;
}

.buy-price-detail td, .buy-price-detail th {
    white-space: nowrap;
    padding: 2px 5px;
    text-align: right;
}

#loginform {
  display: block;
  position: relative;
  width: 300px;
  height: 225px;
  margin: 0 auto;
  padding-top:5px;
  background: url(../images/login_back.png) center center no-repeat; 
}

#loginform ul{
  width: 155px;
  display: block;
  position:absolute;
  right: 20px;
  top: 20px;
}

#loginform ul li{
  margin: 15px 0;
}

#loginform .actions{
  position:absolute;
  bottom: 10px;
  right: 10px;
}


/* ---------------------------------------------------------*/


.askinfo{
  padding:0 10px;
  float: right;
  text-align: center;
  margin-top: 6px;
}

.askinfo small{
  font-size: 0.8em;;
}

.askinfo .title{
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  font-weight: bold;
  padding-bottom: 5px;
}
.askinfo .logoagenzia{
  display: block;
  margin: 10px auto;
}

.askinfo .location{
  
}

.askinfo .location span{
  display: block;
}

.askinfo input, .askinfo textarea{
  width: 200px;
}
/*.askinfo .location small span{display: inline;}*/

/* ---------------------------------------------------------*/

.tellafriend {
  width: 300px;
  margin-left: 10px; 
}

.tellafriend *{
  background: transparent;
}
.tellafriend input, .tellafriend textarea{
  border: 1px solid #7A8EBC;
}

.tellafriend .title{
  font-size: 1.2em;
  text-align: center;
}

.tellafriend li {
  margin: 15px 0;
}

.tellafriend small{
  font-size: 0.8em;;
}



/* ---------------------- TOP MENU -------------------------*/
#subHeader {
	height: 30px;
	position: relative;
}


#topbanner {
    float: right;
}

/* ---------------------------------------------------------*/

ul.topmenu {
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
	list-style:none;
	float: left;
	/*border: 1px solid #888;/**/
	margin: 0;
	padding: 0;
	padding-left: 5px;
	border-bottom: 2px solid #555;
}
ul.topmenu li {display:inline;}
ul.topmenu li a {  
 	float: left;
 	text-align: left;
 	color: #777;         
  font-size: 1em;
	padding: 3px 6px;
	border-left:1px solid #555;
	vertical-align: middle;
	text-decoration:none;
	font-weight: bold;
	text-transform: uppercase;
}
ul.topmenu li a:link, ul.topmenu li a:visited {color:#777; background:#fff;}
ul.topmenu li a:hover, ul.topmenu li a:active {
  color: #FFF;
  background:#555;
  text-decoration: underline;
}
ul.topmenu li a.sel {
  color:#FFF;
  background:#555;
  }
/* ---------- FINE TOP MENU ---------------*/


.regtable {width:98%; margin: 0 auto; border-collapse: collapse;}
.regtable TH, .regtable TD {border-radius: 7px;}
.regtable TH {width: 130px; text-align: center; color: #000; background: #f4f4f4; border-bottom: 1px solid #dedede; vertical-align: middle; padding: 5px}
.regtable TH IMG {display: block; border: 1px solid #aaa; margin: 0 auto} 
.regtable SMALL {font-size: 0.8em}
.regtable TH a {color: #555}
.regtable TD {padding: 3px; border-bottom: 1px solid #dedede; background: #fafafa; padding: 5px}
.regtable TD a{text-decoration: none;}

#custodia_dx{
  width: 260px;
  height: 290px;
  background: url(../images/custodia_dx.png) top center no-repeat;
  position: relative;
  clear: both;
  top: 20px;
}

#custodia_dx ul{
  position: absolute;
  top: 108px;
  right: 20px;
}

#custodia_dx ul li{margin: 8px 0; list-style: square;color: #FFF;}
#custodia_dx ul li a{
  color: #DDD;
  font-weight: bold;
  font-variant: small-caps;
}


table.thinborder td {
  border: 1px solid #E8E9CF;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
}

/*---------------- HOME -----------------------*/

.home_toplot {
  float: left;
  width: 216px;
  height: 216px;
  font-family:DIN-Medium,DIN-Regular,Arial,Helvetica;
  margin: 4px 0px 4px 6px;
  position: relative;
  border-radius: 10px;
}

.home_toplot .infos {
  display: block;
  width:198px;
  background:#FFF;
  color:#999;
  font-size: 0.9em;
  bottom: 10px;
  margin-left: 7px;
  padding: 2px;
  text-align:center;
  position: absolute;
  border-radius: 3px;
}
.home_toplot .infos:link, .home_toplot .infos:visited{background: #fff; color: #444; opacity: 0.7}
.home_toplot .infos:active, .home_toplot .infos:hover{background: #666; color: #fff; opacity: 1; text-decoration: none}


.home_box{
  width: 255px;
  margin: 10px 2px;
}

.home_box .top{
  background: #6A000A;
  width: 245px;
  padding: 5px;
  color: #F0F1CE;
  font-weight: bold;
}


.search_filter{
  width: 248px;
  margin: 20px auto;
}


.search_filter p.filter_list_item {
    padding: 0 0 0 22px;
    margin: 0;
    text-indent: -24px;
}

.search_filter .top{
  /* background: #6A000A; */
  background: #BBB;
  width: 238px;
  padding: 5px;
  color: #F0F1CE;
  font-weight: bold;
}

.search_filter .top input{
  width: 83px;
  height: 17px;
  margin: 0;
  padding: 0 3px;
  border:0;
  background: #CCC;
  font-family:DIN-Medium,DIN-Regular,Arial,Helvetica;
  color: #efefef;
}

.search_filter .top .submit{
  background: #C9524E;
  width: 17px;
  height: 14px;
  margin-top: 4px;
  margin: 0;
  padding: 0;
}

.search_filter .values, .search_filter .text_filter_body{
  display: block;
  overflow-y: scroll;
  width: 240px;
  background: #EBEAE8;
  max-height: 210px;
  padding: 5px 3px 5px 5px;
}

.search_filter .text_filter_body {
  overflow-y: auto;
}

.search_filter .textfield{
  font-family:DIN-Medium,DIN-Regular,Arial,Helvetica;
  padding: 0;
  margin: 0;
  height: 20px;
  width: 215px;
  border: 1px solid grey;
}

.search_filter .submit{
  width: 17px;
}

.filterbtn {margin-right: 8px;}

/* ------------------NEWS-----------------------*/

.news_list{
  display: block;
  padding: 15px 5px 30px 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  color: #777;
}
.tiny{
  padding: 10px 5px 10px 5px;
  margin-bottom: 0;
}

.tiny_home{  
  font-size: 0.8em;
  width: 321px;
  padding: 0 5px 0 0; 
  
}

.news_list a.main:link, .news_list a.main:visited{color: #777}
.news_list a.main:hover,.news_list a.main:active{
  text-decoration: underline;
  background: #eee;
}

.news_img {
  display: block;
  float: left;
  margin-right: 10px;
}

.news_detail{
  line-height: 1.8em;
}

.news_detail .attach{
  margin: 10px 0 0 20px;
}

.news_detail .photos {
  float: right;
  margin: 0 0 0 5px;
  padding: 5px; 
  border: 3px solid #F2F1F1;
}
.news_detail .photos .viewer{
  float: right;
  width: 390px;
  padding: 5px;
  text-align: center;
  background: #FFF;
}

.news_detail .photos .viewer .navphotos{
  margin-top: 10px
}
.news_detail .photos .viewer .img a {
  display: block;
  text-align: center;
}
.news_detail .photos .viewer .img img {
  border: 1px solid #888;
}

.news_detail .photos .otherphotos{
  text-align: center;
  width: 400px;
  max-height: 123px;
  overflow-y: scroll; 
}

.news_detail .photos .otherphotos a{
  display: block;
  float: left;
  padding: 2px;
  background: #fff;
  text-align: center;
  width: 72px;
}

.knocked_lot{
  display: block;
  margin: 4px auto;
  width: 60%;
  height: 1.2em;
  color: #777;
  border-bottom: 1px solid #f0f0f0;
}

/* ------------------TOPLOT SIDE-----------------------*/
.side_toplot  {
	width: 257px;
	font-family: verdana;
}
.side_toplot div {
}

.side_toplot p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.side_toplot .yellow {
  font-size: 1.3em;
  font-weight: bold;
  color: #FC6;
}
.side_toplot a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 0.9em;
	color: #000;
	background: #CFCCC2;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	
	background-image: url(../images/accordion_tab.png);
}
.side_toplot a:hover {
	background: #6A000A url(../images/accordion_tab_hilite.png);
}
.side_toplot a.selected {
	color: #FFF;
	background: #6A000A url(../images/accordion_tab_hilite.png);
}

.lot_tinybox{
cursor: pointer;
  width: 131px;
  height: 131px;
  float: left;
  margin: 4px 0 0 3px;
  background-repeat: no-repeat;
  background-position: center center;
}
.lot_tinybox * {position: relative;filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1}
.lot_tinybox a{
  width: 118px;
  height: 65px;
  font-size: 1em;
  font-weight: normal;
  border: 0;
  padding: 2px;
  text-align: center;
  overflow: hidden;
}
.lot_tinybox a:link,.lot_tinybox a:visited{
  background: #FFF;
  filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;
}
.lot_tinybox a:hover,.lot_tinybox a:active{
  background: #FFF;
  filter: alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}

.shop_box {
    border: 5px solid #FFF100;
}

.shop_tinybox{
cursor: pointer;
  width: 249px;
  height: 230px;
  margin: 5px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop_tinybox * {position: relative;filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1}
.shop_tinybox a{
    display: block;
  width: 249px;
  height: 230px;
  font-size: 1em;
  font-weight: normal;
  border: 0;
  padding: 1;
  overflow: hidden;
  position: relative;
}

.shop_tinybox a .shop_info{
  position: absolute;  
  padding: 4px 0;
  text-align: center;
  bottom: 0;
  width: 249px;   
  background: #dadada;
  color: #FFF100 !important;
  text-align: center;
  font-variant: small-caps;
  text-shadow: 0 0 7px #000;
  font-size: 1.5em;  
}

.shop_tinybox a:link,.shop_tinybox a:visited{
  filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;
}
.shop_tinybox a:hover,.shop_tinybox a:active{
  filter: alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;
}


.lot_grid{
  cursor: pointer;
  width: 128px;
  float: left;
  margin: 0 19px 20px;
}

.lot_grid a, .lot_grid .item{
  float: left;
  font-size: 1em;
  font-weight: normal;
  border: 0;
  padding: 2px;
  overflow: hidden;
  height: 202px;
  text-align: center;
}

.lot_grid a:link, .lot_grid a:visited{
  background: #FFF;
  filter: alpha(opacity=80);-moz-opacity: .08;opacity: 0.8;
}
.lot_grid a:hover, .lot_grid a:active{
  background: #efefef;
  text-decoration: none;
  filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1;
}

/*----------------ZOOM PAGE---------------------*/

#zoom_container {
	position: relative;
	margin: 0 10px;
	width: 100%;
  height: 570px;
  cursor: move;
}	
#zoom_wrapper {
	position: absolute;
	width: 100%;
  height: 100%;
	left: 0px;
	top: 0px; 
	padding: 0;
	z-index: 2;
}	
#zoom_preview{
	width: 100%;
  height: 100%;
}
.signswrap{
  width: 100%;
  z-index: 0;
  padding: 0;
  position: absolute;
  z-index: 1;    
}
.signs {
  margin: 0 auto;
  text-align: center;
  background: #FFF;
	width:150px; 
	height:20px;
	padding: 8px;
}
.signs IMG{
  margin: 0 5px;
  cursor: pointer;
}

.zoom_otherphotos{
  margin: 40px 0 0 10px;
  width: 100%;
}

/*---------------- MISC -----------------------*/
.hilite {color: #D82319; font-weight: bold}
.clear {clear: both;height: 0;line-height: 0;font-size: px; /*for IE*/}
.vmid{vertical-align: middle;}
.semiopaque {filter: alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7}
.semiopaque * {position: relative;filter: alpha(opacity=100);-moz-opacity: 1;opacity: 1}


.alt { display:	none}
.ghosted {color: #ABABAB;}

.displayDate {
  font-size: 1.2em;
  border: 1px solid #AAA;
  padding: 4px 1px;
  width: 260px;
  background: white;
  cursor: pointer
}

.right {float: right}
.left {float: left}
.icon {vertical-align: middle; padding: 0 3px;}

.justify {text-align: justify;}
.textleft {text-align: left;}
.textright {text-align: right;}
.center {text-align: center;}
.incenter {margin: 0 auto}
.smaller {font-size: 0.8em}
.bigger {font-size: 1.2em}
.bigger2 {font-size: 1.3em}
.bigger3 {font-size: 1.4em}
.grey{color: #939292}
.black{color: #000}
.red{color: #E20700}
.bold{font-weight: bold;}
.block{display: block}
.bordergrey {border: 1px solid #aaa;}
.bordergrey2 {border: 1px solid #ddd;}
.vcenter {vertical-align: middle;}

.warn{display: block; margin: 5px 0; border: 1px solid #eee; color:#FF2D26; text-align: center;}
.warn2{margin: 5px 0; color:#FF2D26; text-align: center;}
.info{margin: 5px 0; background:#428E22; color: #FFF; border: 1px solid #2A5B16; text-align: center;}
.info3{margin: 5px 0; background:#C9332E; color: #FFF; border: 1px solid #5B1715; text-align: center;}
.warn p, .warn2 p{line-height: 0.3em;}
.line{border-bottom: 1px #aaa solid; width: 100%; display: block; margin: 10px auto;}
.smallcaps{font-variant: small-caps;}
.bottongrey{display: block; color: #fff; background:#666;margin:2px 5px; padding:4px}
.bottonred{display: block; color: #fff; background:#990033;margin:2px 5px; padding:4px}
.whitetxt {color: #FFF} 
.dottedline {border: 0; border-bottom: 1px #aaa dotted; width: 100%; display: block; margin: 10px auto;}
.notes {font-size: 14px; color: #800; background: #EFEC9B; padding: 3px}
                                              
.yellow_shop{
    color: #FFF100 !important;
    text-shadow: 0 0 4px #000;
    background: #DADADA !important;  
}

.yellow_shop_small_header{
    color: #FFF100 !important;
    text-align: center;
    font-variant: small-caps;
    text-shadow: 0 0 7px #000;
    font-size: 2em;
}


#simpleTooltip { position: absolute; top: 200px; color: #000; padding: 7px; width: 200px; border: 5px solid #A6A7AB; background: #F2F3F5; }




.bold {font-weight: bold;}
.ital {font-style: italic;}

.pseudolink{
  cursor: pointer;
}

.horscroll{
  overflow-y: scroll;
}

.pagination{
  margin: 5px auto;
  font-size: 1.3em;
  text-align: center;
}

.pagination a:link, .pagination a:visited {
  text-decoration: none;
}

.pagination a:hover, .pagination a:active {
  color: #F00;
  text-decoration: underline;
}


#langarea{
  float: left;
  margin-bottom: 20px
  width: 400px;
}

#logininfo {
  color: #777;
  float: right;
  margin-bottom: 20px
  width: 400px;
}
/*#logininfo * {color: #ddd;}*/

#idlecounter{
  color: #ddd;
  font-size: 0.8em;
}

TABLE.admin2 {width:90%; margin: 0 auto; color:}
TABLE.admin2 TH {text-align: center; background: #666; color: #FFF; border: 1px solid #777; vertical-align: middle}
TABLE.admin2 TD {padding: 3px; background: #f0f0f0; border: 1px dotted #FFF}


.staticpage li {list-style: disc; margin:4px 0 2px 30px;}

.nav_lot {margin-bottom: 10px;}

.nav_lot a {
     font-size: 1.2em;

}
