.price_header{
	background-color: #DCDCDC;
	color: black;
	border-bottom: 2px solid black;
	padding: 10px 4px 4px 4px;
	font-size: 16px;
}


.price_name{
}
.price_descr{
	font-size: 12px;
	color: #888888;
}
.price_hotname{
	font-weight: bold;
	color: red;
}
.price_hotdescr{
	font-weight: bold;
	font-size: 12px;
	color: #888888;
}



td.price_item{
	border-bottom: 1px solid black;
	padding: 4px;
	vertical-align: top;
}
td.price_price{
	border-bottom: 1px solid black;
	text-align: right;
	vertical-align: top;
}
td.price_addtocart{
	padding: 4px;
	vertical-align: top;
}


a.price_hotname_small{
	text-decoration: none;
}
a.price_hotname_small:hover{
	text-decoration: underline;
}
.price_price_small{
	text-align: right;
}




.price_commdate{
	color: darkblue;
}

.price_commname{
	font-weight: bold;
}

.price_commmessage{
	border : 1px solid silver;
	padding: 8px;
}


td.price_domainvalue_title{
	font-weight: bold;
	vertical-align: top;
}
td.price_domainvalue_value{
}