@charset "utf-8";
/* CSS Document */

.itemadvert {
	position:relative;
	float:left;
	width:710px;
	padding:10px;
	margin-bottom:15px;
	background-color:#111;
	}

.itemphoto {
	float:left;
	width:160px;
	height:120px;
	padding:2px;
	border:1px solid #111;
	}

.itemtitle {
	float:left;
	width:534px;
	margin:0 0 0 10px;
	color:#672234;
	font-size:19px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	font-family:"Times New Roman", Times, serif;
	line-height:20px;
	}
	
.itemextratext {
	float:left;
	width:534px;
	font-size:18px;
	color:#fff;
	padding:0 0 5px 0;
	margin:3px 0 5px 10px;
	font-family:"Times New Roman", Times, serif;
	border-bottom:1px solid #222;
	color:#cc0000;
	}

.itemprice {
	float:left;
	width:99px;
	height:20px;
	font-size:14px;
	color:#ffffff;
	text-align:center;
	padding:5px 0 0 0;
	background-color:#672234;
	border-left:1px solid #ffffff;
	display:none;
	}
	
.itembriefdescription {
	float:left;
	width:534px;
	margin:0 0 0 10px;
	font-size:12px;
	}
	
.itemmoreinfo a {float:right; height:18px; padding:3px 35px 0 10px; margin:15px 0 0 0; color:#eee; font-size:12px; text-transform:uppercase; -moz-box-shadow:0 0 3px #000;-webkit-box-shadow:0 0 3px #000;box-shadow:0 0 3px #000; background:url(../graphics/button.gif) top right no-repeat;}
.itemmoreinfo a:hover {text-decoration:none; color:#fff; }
