body {
    margin: 0px;
    background-image: url(/images/bg.gif);
    background-repeat: repeat-x;
    font-family: Tahoma;
    font-size: 10pt;
}

#header {
    text-align: right;
}

#content {
    margin-right: 200px;
    margin-left: 50px;
    text-align: right;
    position: relative;
    top: -35px;
}

#nav {
    float: right;
    margin-left: 50px;
    margin-right: 20px;
    height: 800px;
    width: 150px;
}

.auction_preview {
    float: right;
    width: 220px;
    height: 110px;
    padding: 10px;
    margin-bottom: 10px;
}

.auction_preview .image .product_image {
    margin-bottom: 10px;
}

.auction_preview .image .brand_image {
    margin-bottom: 5px;
}

.auction_preview .details {
    font-size: 8pt;
    color: gray;
}

.auction_preview .details .auction_type {
    vertical-align: text-bottom;
}

.auction_preview .image {
    float: right;
    height: 80px;
    width: 80px;
    text-align: center;
}

.auction_preview .text {
    height: 80px;
    width: 120px;
    margin-right: 80px;
}

.auction_preview .text .title {
    font-size: 10pt;
}

.right {
    border-right: solid 1px #eaeaea;
}

.reply_container {
    margin-top: 15px;
    padding: 10px;
	width:500px;
}

.reply_container .name {
    background-color: white;
    border: solid 1px #F5F5F5;
    display: block;
    padding: 3px;
    padding-right: 15px;
}

.reply_container .message {
}

.odd td, .even td {
	padding:5px;
}

.odd {
    background-color: #FEF9C3;
}

.even {
    background-color: #EEF9FD;
}

#auction_details {
    padding: 20px;

}

.admin {
    background-color: red;
    color: white;
    font-weight: bolder;
    padding: 10px;
    margin-top: 10px;
}

.admin a {
    color: white;
}

h1 {
    margin-top: 0px;
    color: #3B839F;
}

.details_header {
    background-color: #FFCA6F;
    color: white;
    font-weight: bolder;
    padding: 5px;
    text-align: center;
	width : 500px;
}

.replies_header {
    background-color: #87D5F6;
    color: white;
    font-weight: bolder;
    padding: 10px;
    text-align: center;
	width:500px;
}

#replies_list {
    padding: 20px;
}

#nav_stores_list {
    padding-right: 20px;
    margin: 0px;
    margin-bottom: 15px;
}

.highlight {
    background-color: #E7F6FD;
}

.show_list label {
    font-weight: bolder;
    color: #87D5F6;
}

.admin_reply {
    text-align: center;
    color: blue;
    font-weight: bolder;
}

.delete_button{
	font-weight:bold;
	text-decoration:none;
}

.delete_button:link, .delete_button:visited, .delete_button:active{
	color:black;
}

.delete_button:hover{
	background:red;
	color:white;
	}
	
.about_us {
	margin:auto;
}	
.about_us th{
	background-color:#FFE1C1;
	text-align:center;
	font-size:120%;
}

.reoder_list {
	list-style:none;
}

.reoder_list li {
	padding:5px;
	margin:5px;
	display:block;
	background-color:#EAEBFF;
	width:250px;
	cursor:move;
	
}

.price_tag {
	color:red;
}