@CHARSET "UTF-8";

.secondhand .text {
	padding:20px;
	padding-bottom:3px;
}

.secondhand .buttons {
	padding:20px; padding-left:0px;
}
.secondhand .buttons a {
	margin-right:10px;
}

.secondhand a.active {
	color:#FF0000;
	font-size:18px;
}

.secondhand a.passive {
	color:#000000;
	font-size:18px;
}

.secondhand .add {
	margin-bottom:10px;
	margin-left:0px;
}

.secondhand .add a {
	color:#d6241d;
	font-size:14px;
	margin: 0px 0px 0px 0px
}

.secondhand .itemlist {
	margin:0;
	width:100%;
	margin-bottom:20px;
	background-image: url('/images/price_background.gif');
	background-position: top right;
	background-repeat:repeat-y;
}

.secondhand .itemlist table {
	width:100%;
	border-spacing: 0;
}

.secondhand .itemlist td.slim-line-grad {
	background: url('/images/good_line.gif') no-repeat left center;
	height: 1px;
	padding: 0px;
	width:100px;
}

.secondhand .itemlist td.slim-line {
    background-color: #bcbcbc;
	height: 1px;
	padding: 0px;
}

.secondhand .itemlist table td {
	padding-bottom:3px;
	padding-top:3px;
	vertical-align:middle;
	/*width:100px;*/
}

.secondhand .itemlist table td.title {
	text-align:left;
	font-size:14px;
    max-width: 500px;
}

.secondhand .itemlist table td.price {
	color:#6f6e6e;
	width:100px;
}

.secondhand .itemlist .price table {
	font-size:12px;
	width:100px;
	margin-left:10px;
	margin-right:5px;
}

.secondhand .smalltext {
	font-size:12px;
	color:#6f6e6e;
}

.secondhand .itemlist a.link {
	color:#000000;
	font-size:14px;
    font-weight:bold;
}
tr.line td {
	height:1px; font-size:0px;
	border:0px;
}

.secondhand-add-form input,.secondhand-add-form select, .secondhand-add-form textarea {
	width:300px;
}
.secondhand-add-form .buttons {
	padding-top:10px;
}

.secondhand-add-form .caption {
	text-align:right;
	font-size:14px;
	line-height:180%;
}
.buttons .submit input {
	background-image: url(/images/send.gif);
	color: rgba(0,0,0,0);
	cursor:pointer;
	border: 0px;
	height: 24px;
	width: 123px;
}
.buttons .clear input {
	background-image: url(/images/order_clear.gif);
	color: rgba(0,0,0,0);
	cursor:pointer;
	border: 0px;
	height: 24px;
	width: 123px;
}
.buttons .back button {
	cursor:pointer;
	border: 0px;
	height: 24px;
	width: 123px;
}

.item .info {
    margin-top:10px;
}
.item .info table{ border-spacing: 0;}
.item .info table td {
    background-color: #E3E3E3;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.info table td.info-leftcorner {
    width:9px; height:10px; font-size:1px;
    background-image: url('/images/info_leftcorner.gif');
    background-repeat: no-repeat;
}
.info table td.info-rightcorner {
    width:9px; height:10px; font-size:1px;
    background-image: url('/images/info_rightcorner.gif');
    background-repeat: no-repeat;
}

.info table td.info-gray-leftcorner {
    width:9px; height:9px; font-size:1px;
    background-image: url('/images/info_gray_leftcorner.gif');
    background-repeat: no-repeat;
}
.info table td.info-gray-rightcorner {
    width:9px; height:9px; font-size:1px;
    background-image: url('/images/info_gray_rightcorner.gif');
    background-repeat: no-repeat;
}

.secondhand {
    width:100%;
    font-family: Verdana,Arial,Sans-Serif;
}

.secondhand h2,.secondhand h3 {
    color: #C80034;
    font-family: Verdana, Arial, sans-serif;
    font-size: 22px;
    margin: 0px;
    padding: 5px;
    padding-top:15px;
    margin-bottom:5px;
    font-weight:normal;
    text-align: left;
}

.secondhand .add-form {
	border:0 none;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

.secondhand .add-form .caption {
	text-align:right;
	font-size:14px;
	line-height:180%;
}
.secondhand .add-form input,.secondhand .add-form textarea { width:300px; }
.secondhand .add-form textarea { height: 100px; }
.secondhand table td.required { color:#d9251d; }
.secondhand table td.error { background-color:#FFEEEE; }
.secondhand .paginator {
    float: right;
    font-size: 14px;
    padding: 5px;
    padding-bottom:8px;
}
.secondhand .paginator a {
    font-size:14px; color:#000000;
}

.secondhand table, .secondhand table td {
    border:0px; border-collapse: collapse;
    padding:0px; margin:0px;
	text-align: left;
}
.secondhand .message, .secondhand .answer {

}

.secondhand .answer {
    margin-left:25px;
    margin-bottom:10px;
 }
.secondhand .message table, .secondhand .answer table {
    width:100%;
}
.secondhand .message td.top_corner {
    width:6px; height:30px;
    background-image: url("/images/guest_message_top.gif");
}
.secondhand .message td.top {
    height:30px;
    background-image: url("/images/guest_message_top_grad.gif");
    background-repeat: repeat-x;
}

.secondhand .message td.text {

}

.secondhand .message td.bottom_corner {
    width:6px; height:6px;
    background-image: url("/images/guest_message_bottom.gif");
}

.secondhand .message td.bottom {
    height:6px;
    background-image: url("/images/guest_message_bottom_grad.gif");
    background-repeat: repeat-x;
}
.secondhand .message td.left {
    width:6px;
    background-image: url("/images/guest_message_left.gif");
    background-repeat: repeat-y;
}
.secondhand .answer td.left {
    width:6px;
    background-image: url("/images/guest_answer_left.gif");
    background-repeat: repeat-y;
}
.secondhand .answer td.top {
    background-color: #eeeeee;
}
.secondhand .answer td.text {
    background-color: #eeeeee;
}
.secondhand .answer td.bottom_corner {
    width:6px; height:6px;
    background-image: url("/images/guest_answer_bottom.gif");
    background-repeat:no-repeat;
}

.secondhand .answer td.bottom {
    height:6px;
    background-image: url("/images/guest_answer_bottom_grad.gif");
    background-repeat: repeat-x;
}

.secondhand .message td.text div {
    padding:10px;
}
.secondhand .answer td.text div {
    padding:10px;
    font-size:12px;
}
.secondhand .answer td.top div {
    font-size:14px; font-weight:bold;
    padding-left:10px; padding-top:3px;
}
.secondhand .answer td.top div a {
    color:#000000;
}
.secondhand .message .name {
    padding-left:10px;
    font-weight:bold; font-size:14px;
}


secondhand .message .date {
    padding-left:2px;
}
.secondhand .date {
    margin:0px; padding:0px;
    padding-left:20px;
}
.secondhand .date table {
    width:140px;
    display:inline;
}
.secondhand .date table td {
    vertical-align: middle;
    height:18px;

}
.secondhand .date table td.text {
    text-align:center;
    background-color:#d9251d;
    color:#FFFFFF;
    font-size:12px;
}

.secondhand .info, .secondhand .info table, .secondhand .info table td {
    background-color:#ffffff;
}
.secondhand .info table td {
    padding:10px;
}
.secondhand .info table td.link a {
    color:#c40800;
    margin-top:-7px;
    display:block;
}
.secondhand .info table td div.count {
    width:139px;
    height:25px;
    background-image: url("/images/guest_count.gif");
    background-image-position: 0px 4px;
    background-repeat: no-repeat;
    text-align:center;
    padding-top:4px;
    font-size:12px;
    vertical-align:middle;
}
