body {
	font-family: Arial;
	font-size: 14px;
	color: #666666;
	background:#960001 url(../img/natale.jpg) top center no-repeat;
	padding: 0;
	margin: 0;
	line-height: 125%;
}

.wrap_page {
	width: 970px;
	background: white;
	padding-right:4px;
	padding-left:4px;
	margin:0 auto;
	
	
	
}

form {
	margin: 0 auto;
	padding: 0;
}

textarea {
	border:1px solid #CBCBCB;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #CBCBCB;
	padding: 4px;
	color: #666666;
}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/button-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000;
	color: #CCCCCC;
}

.sbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/button-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000;
	color: #CCCCCC;
	padding: 2px;
}

.search-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	border: 1px solid white;
	padding: 2px;
	background-color:#FFF;
	position: relative;
	top: -7px;
	width: 250px;
}


.logout-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../img/button-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000;
	color: #CCCCCC;
	width: 60px;
	line-height: 16px;
	display: block;
	margin: 0 auto;
	margin-top: 4px;
}

.backButtons {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../img/buttons/fb-buttonBG.gif);
	background-repeat: repeat-x;
	background-color:#EEEEEE;
	border-color:#999999 #999999 #888888;
	color: #333;
	width: 60px;
	line-height: 25px;
	display: block;
	text-align: center;
	border-style:solid;
	border-width:1px;
	display:inline-block;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:medium;
	padding:3px 6px;
	vertical-align:bottom;
	cursor:pointer;
}
.backButtons:hover {
	color: #000;
}
.sameas-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3F7513;
	font-weight: bold;
	border: 1px solid #3F7513;
	padding: 4px;
}

.logout-button:hover {
	color: white;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #2b2b2b;
}

a:hover {
	color: #4d4d4d;
}

input, select {
	border: 1px solid #CBCBCB;
	font-size: 14px;
	color: #666666;
	font-family: Arial;
	padding: 4px;
}

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

/* layout */

.header {
	height: 125px;
	margin-bottom: 10px;
	background:white;
	
}

#logoBox {
	top: 32px;
	position: absolute;
}

#langBox {
	width: 100%;

	margin:0;
	padding:0;
	
	padding-left:2px;
	
	line-height:30px;
	background:url('../img/bg_black.jpg') repeat-x;
	
}

#langBox a{
	font-size: 12px;
	color:white;
}

#langBox a:hover{
	text-decoration: underline;
}

#loginBox {
	float:right;
	height: 70px;
	background-image: url(../img/loginbox-bg.jpg);
	background-repeat: repeat-x;
	border: 1px solid #FFDA75;
	padding: 10px 10px 0px 10px;
	background-position: bottom;
	background-color: #FFFAE5;
	margin-top:4px;
	
}

#loginBox #password, #username {
	width: 140px;
	padding: 4px;
	color: #000;
}

#loginBox .button {
	padding: 0;
	position: relative;
	top: 5px;
	padding: 2px;
}

#loginBox label{
	font-size: 12px;
}


#searchBox {
	line-height:30px;
	background-image: url(../img/search-bar-bg.jpg);
	width: 682px;
	background-repeat: repeat-x;
}
#searchBoxText {
	width: 300px;
	float: left; 
	padding-left: 10px;
	font-size:16px;
	color: #FFF;
	font-weight: bold;
}
#main-content {

	background:white;
}

.tooltip {
	background: #f3fdff;
	border: 1px solid #e5e5e5;
	position: absolute;
	width: 180px;
	font-size: 12px;
}

.bids_box_open {
	background: url('../img/bids_box_open.png') no-repeat right;
}

.bids_box_closed {
	background: url('../img/bids_box_closed.png') no-repeat right;
}

.bids_box {
	height: 280px;
	padding-top: 50px;
	text-align: left;
	width: 268px;
}

.bids_mini_box {
	padding: 6px;
	padding-top: 14px;
	padding-left: 18px;
}

.bids_mini_box_content {
	font-size: 13px;
	float: right;
	text-align: left;
	width: 150px;
}

.license {
	padding: 4px;
	overflow: auto;
	height: 80px;
	border: 1px solid #bfbfbf;
	margin: 18px;
	background-color:#FFF;
}

.info-box {
	
}

.info-box h4{
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
}

.info-box p{
	font-size: 12px;
	padding: 2px;
	margin: 0;
}

.boxed {
	float:left;
	width: 660px;
}
.boxedP {
	padding: 10px;
}
.boxed p{
	padding: 20px;
	padding-top: 0px;
}
.boxed-content {
	padding: 10px;
}

.img_form {
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
}

.loads {
	background: white;
	padding: 18px;
	text-align: center;
	background: url('../img/icons/loader.gif') no-repeat center;
}

.center {
	text-align: center;
}

.head_box {
	height: 40px;
	width:100%;
	background:black;
	
	

	
}

.left_box input {

}

.left_box label {
	font-size: 15px;
	font-weight: bold;
	width: 230px;
	float: left;
	margin-bottom: 12px;
}



.left_box {
	float: left;
	width: 680px;
}

.right_box {
	float: right;
	width: 250px;
}

.box {
	border: 1px solid #004487;
	padding: 4px;
	background: white;
	margin-bottom: 20px;
	text-align: center;
}

.box h4 {
	padding: 5px;
	margin: 4px;
	font-size: 16px;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}

.box input {
	
}

.menu {
	padding: 0;
	color: #4d4d4d;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
}

.menu div {
	float: left;
	padding: 6px;
	width: 140px;
	height: 25px;
	background: url('../img/buttons/button.png') no-repeat center;
	text-align: center;
}

.menu a {
	color: #4d4d4d;
	text-decoration: none;
}

.menu a:hover {
	color: #bfbfbf;
}

.footer a:hover {
	color: #004e9b;
}

.footer {
	margin-top: 10px;
	text-align: center;
	padding-top: 30px;
	color: #4d4d4d;
	clear: both;
}

.footer .hrf {
	color: #F9F9F9;
	height: 1px;
	margin-bottom: 10px;
}

#credits {
	font-size: 12px;
}
#footer-links a{
	color: #3F7513;
}
#footer-links a:hover{
	text-decoration: underline;
}

.server-time {
	color: #999;
}

.error_code {
	font-weight: bold;
	font-size: small;
}

.result_login {
	font-size: 13px;
	color: #4d4d4d;
	clear: both;
}

.result {
	float: right;
	padding: 10px;
	font-size: 12px;
	line-height: 1.5em;
	width: 160px;
	overflow: auto;
	color: #4d4d4d;
	text-align: justify;
	border: 1px solid #e5e5e5;
	background: #ecfbff;
}

.error {
	font-size: 18px;
	background: white;
	border: 1px solid #4d4d4d;
	padding: 14px;
	text-align: center;
}

.clicks_list {
	margin: 0;
	width: 650px;
}

.green {
	background: #90ee90;
}

.clicks_list li {
	margin: 0;
	padding: 4px;
	text-align: left;
	list-style-type: none;
}

.bar {
	background: #bfbfbf;
	color: white;
	position: absolute;
	left: 190px;
	text-align: right;
}


/* categories */
.show-categories {
	border: 1px solid #CBCBCB;
	width: 680px;
	overflow:hidden;
	background-image: url(../img/categories-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 20px;
}
.show-categories h2, .green-header {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #FFF;
	background-image: url(../img/categories-bg.jpg);	
	line-height: 30px;
	padding-left: 10px;

}
.latest-bids, .page-wrapper, .boxed {
	border: 1px solid #CBCBCB;
	width: 680px;
	overflow:hidden;
	background-image: url(../img/categories-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.last_minute, .page-wrapper h2, .blue-header, .cat-header h2 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #FFF;
	background-image: url(../img/blue-header.jpg);	
	line-height: 30px;
	padding-left: 10px;
}
.latest-bids .bid {
	float: left;
	width: 180px;
	padding: 20px;
}
.latest-bids .bid_image {
	width: 180px;
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
	margin-bottom: 6px;
}

.latest-bids .bid_info .bold, .none, .italic{
	font-size: 16px;	
}
.latest-bids .bold{
	font-weight: bold;
}
.latest-bids .italic{
	font-weight: normal;
	font-style:italic;
}
.latest-bids .none{
	color: #999;
}
.latest-bids .buy_price {
	padding: 0;
	margin: 0;
	margin-bottom: 6px;
}
.latest-bids .offer_result {
	color: #333;
}
.box-closed {
	border: 1px solid #CBCBCB;
	overflow:hidden;
	background-image: url(../img/categories-box-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.box-closed h4 {
	padding: 0;
	margin: 0;
	font-size: 16px;
	color: #FFF;
	background-image: url(../img/categories-bg.jpg);	
	line-height: 30px;
	padding-left: 10px;
}
.box-closed table{
	padding: 10px;
}
.box-closed .small-image{
	background-color: #FFF;
	border: 1px solid #CCC;
	text-align: center;
}
.box-closed .small-desc {
	padding-right: 6px;
	font-size: 12px;
}
.box-closed .small-desc a{
	font-size: 14px;
}
.box-closed .small-box {
	border-bottom: 1px solid #CCC;
}
.page-wrapper .bid {
	padding: 10px;
}
.page-wrapper .bid_info {
}
.show-all-cat a{
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
	color: #0C57AAM;
}
.show-all-cat a:hover{
	text-decoration: underline;
}
.show-all-cat {
	text-align: right;
	margin-right: 20px;
	color: #0C57AAM;
}
/* Menu Categorie */
.show-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.show-categories ul li{
	background-image: url(../img/cat-bg.jpg);
	height: 30px;
	background-repeat: repeat-x;
	line-height: 30px;
	padding-left: 10px;
	color: #39A51E;
}
.show-categories ul li a:hover{
	color: #39A51E;
}
.sbutton-img {
	border: none;
	margin-top: 2px;
	margin-right: 8px;
}
#ilmeteo{
	margin-bottom: 20px;
}
.search-results {
	background-color: #FFF;
	padding: 4px;
}
.search-results td{
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	padding: 4px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.search-timer {
	color: #E92D2E;
}
.search-desc {
	font-size: 12px;
}
.pagination {
	line-height: 30px;
}
.breadCrumbs a{
	line-height: 30px;
}
.breadCrumbs a{
	text-decoration: underline;
}
.breadCrumbs a:hover{
	text-decoration: none;
}