* {
	font-size:9pt;
	color: #444;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #aaaaaa;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.thrColFixHdr #container { 
	width: 90%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 400px;
} 
.thrColFixHdr #header { 
	height: 100px;
	background: #fff; 
	padding: 0;
} 

div#logo-artemide-aste {
	float: left;
	width: 267px;
	height: 71px;
	margin-left: 20px;
	margin-top: 21px;
	background-image:url(../img/coin-auction-house-logo.jpg);
}
div#banner-monete {
	float: right;
	width: 385px;
	height: 100px;
	background-image:url(../img/coins-monete-header.jpg);
}

div#auction-header-separator {
	height: 10px;
	width: 100%;
	background-image:url(../img/header-moneta-border.jpg);
	background-repeat:repeat-x;
}

.thrColFixHdr #sidebar1 {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*background: #f0f0f0; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	min-height:800px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #f0f0f0; the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	min-height:800px;
	text-align: center;
}
.thrColFixHdr #mainContent { 
	margin: 0 0 0 200px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	padding-right: 10px;
} 
.thrColFixHdr #footer { 
	padding: 0 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size: 10px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


div.menu_button a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

div.menu_button br {
	margin: 0;
	padding: 0;
}

div#language_selection {
	font-size: 12px;
	text-align: center;
}

div#home_asta {
	text-align: center;
}

img {
	border-style: none;
}

h1 {
	font-size: 120%;
	text-align: center;
}

ul.asta-dettagli li {
	text-decoration: none;
	list-style: none;
}

div.home_asta_copertina {
	padding-bottom:  20px;
}


div.home_asta_esito {
	padding-bottom: 20px;
}
div.home_asta_esito a {
	color: red;
	font-weight: bold;
}


div.home_auction_container {
	float:left;
	min-height: 300px;
	margin: 5px;
	width: 200px;
}

div.home_auction_container ul {
	list-style: none;
	padding-left: 0;
}


a.menu_button {
    background: transparent url('../img/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
    width: 150px;
}

a.menu_button span {
    background: transparent url('../img/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 


a.menu_button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.menu_button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 

div.home_auction_h {
	text-align: center;
	font-weight:bold;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
	border-color: #ddd;
}

div.home_auction_img {
	height: 160px;
	vertical-align: middle;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	text-align: center;
}

div.home_auction_img img {
	max-width: 150px;
}

div.home_auction_menu {
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #ddd;
	text-align: left;
}

div.home_auction_content {
	text-align: left;

}

div#menu-negozio h4 {
	display: none;
}

div.aauction {
}

div.eauction {
}

div.eshop {
}