.price_table{
	width:650px;
	font-size:12px;
    border-top:1px solid black;/*#663300;*/
    border-left:1px solid black;/*#663300;*/
    border-right:1px solid black;/*#663300;*/
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.price_table th{
	width:130px;
    border-right:1px solid gray; /*#663300;*/
    border-bottom:1px solid black; /*#663300;*/
    color:white; /*#330000;*/
    background-color:black; /*#996633;*/
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}
.price_table td{
    border-right:1px solid black; /*#663300;*/
    border-bottom:1px solid black; /*#663300;*/
    padding:0.3em 1em;
	text-align:center;
}

.price_table #model{
	color:orange;
}

.price_table .type{
	font-family:arial black;
	font-size:12px;	
	text-align:left
}

.comment{
	text-align:right;
	font-size:12px;
}

.av_table{
	width:650px;
	font-size:12px;
    border-top:1px solid black;/*#663300;*/
    border-left:1px solid black;/*#663300;*/
    border-right:1px solid black;/*#663300;*/
    border-collapse:collapse;
    border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
}
.av_table td{
    border-right:1px solid black; /*#663300;*/
    border-bottom:1px solid black; /*#663300;*/
    padding:0.3em 1em;
	text-align:left;
}
.av_table th{
	width:130px;
    border-right:1px solid gray; /*#663300;*/
    border-bottom:1px solid gray; /*#663300;*/
    color:white; /*#330000;*/
    background-color:black; /*#996633;*/
    background-position:left top;
    padding:0.3em 1em;
    text-align:center;
}

