/*
*  CSS: Bidda
*  Data creazione: Maggio 2008
*  Autore: sevenPM.com srl
*  Note:
*/

/*IMPORT SECTION*/
@import url(nav.css);
@import url(form.css);
@import url(msgboard.css);
@import url(common.css);
@import url(lightbox.css);

/*generic price flash*/
.flash{color:#ff6100 !important}

/*error message*/
div.error{
	background:#fbebeb;
	padding:5px 2px	;
	border:1px dotted #eb7b7c
}

/*GENERIC RULES*/
html,body{
		margin:0;
		padding:0;
		height:100%;
		border:none
 }
 
table.layout{height:100%;width:918px;margin:0 auto}
* html table.layout{margin-left:1px}
table.layout td.content{height:100%; vertical-align:top}
table.layout td.footer{height:100px; vertical-align:top}

body{
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	background:white url(../img/bgpage.gif) repeat-y top center;
	color:#000;
	text-align:center
}
hr{display:none}
h1{display:none}
h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}
p{line-height:1.40em}
ul{list-style:none outside}
ul,li{padding:0;margin:0}
img{border:0}
img,div{behavior:url("iepngfix.htc")}
table{font-size:100%}

/*utils*/
html{overflow:-moz-scrollbars-vertical}
div{text-align:left}
.hide{display:none}
.hidden{visibility:hidden}
.clear{clear:both}
.mandatory{color:red}

/*LAYOUT
#layout{width:918px;margin:0 auto}
* html #layout{margin-left:1px}*/

/*
#layout{background:gold}
#header{background:violet}
#top{background:cyan}
#left{background:pink}
#right{background:green}
#content{background:blue}
#bottom{background:red}
#footer{background:lime}*/


/*HEADER*/
#header{
	width:918px;
	height:115px;
	margin-bottom:15px;
}
.log{background:url(../Img/bghdrlog.gif) no-repeat top left !important}
.notlog{background:url(../Img/bghdrnotlog.gif) no-repeat top left !important}
.nobox{background:url(../Img/bghdrnobox.gif) no-repeat top left !important}
.lndgpage{background:url(../Img/bghdrlpage.gif) no-repeat top left !important;height:120px !important}
.lndgpage10{background:url(../Img/bghdrlpage10bid.gif) no-repeat top left !important;height:120px !important}

#left,#right{margin-bottom:10px;display:inline}

/*LEFT*/
#left{
	width:543px;
	float:left;
	margin-left:10px
}

/*banner*/
#left div.banner{
	width:543px;
	margin-bottom:10px;
	padding:5px 0
}

/*RIGHT*/
#right{
	width:345px;
	float:right;
	display:inline;
	overflow:hidden;
	margin-right:10px
}

/*banner*/
#right div.banner{
	width:345px;
	margin-bottom:5px
}

/*BOTTOM*/
#bottom{
	width:918px;
	clear:both;
	text-align:center;
	margin-bottom:10px
}

/*FOOTER*/
#footer{
	background:url(../Img/bgftr.gif) no-repeat top left;
	padding:10px 15px 0 15px;
	width:auto;
	height:90px;
	clear:both;
	overflow:hidden
}
* html #footer{height:100px}

p.copy{
	float:left;
	font-weight:normal;
	font-size:0.90em;
	color:#fff
}
p.sysactivity{display:none}


/*tooltip*/
.Text{
	font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: #333333;
	text-decoration: none;
}
.toolTip {
	font-family: Verdana, Arial, Sans-serif, 'Times New Roman';
	font-size: 8pt;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	/* comment the above 3 line if you don't want transparency*/
}
div.increase img,
div.countreset img,
div.time a img,
div.autobidda h2 span a{cursor:help}

/*BANZAI FOOTER*/
.banzai_ft_left{float:left;width:600px}
.banzai_ft_right{float:right;width:150px}
.banzai_ft p a{color:#27384d}
.banzai_ft p a:hover{color:#666}
.banzai_ft p a,
.banzai_ft p a:hover{text-decoration:none}
.banzai_ft{position:absolute;margin-top:48px;
	width:888px;
	overflow:hidden;
	clear:both;
	padding:5px 0
}
* html .banzai_ft{margin-top:40px}
.banzai_ft p{
	font-size:0.90em;
	font-weight:bold;
	float:left;
	margin-right:20px
}
.banzai_ft .banzai_ft_right p{margin-right:0}

.banzai_ft img{float:right}
