.ctable, .cdtable{
	width: 100%;
	border-collapse: collapse;
	margin: 0em 0em 1em 0em;
	empty-cells: show;
}
.ctable tr:hover, .cdtable tr:hover{
	background: #f1f1da;
}
.ctable td, .cdtable td{
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	text-align: center;
}
.ctable th, .ctable td, .cdtable td{
	padding: .5em;
}

.ctable .ct{
	width: 60%;
	text-align: left;
}

.cdtable .ct{
	text-align: left;
	font-weight: bolder;
}

.ctable .ctimg{
	text-align: left;
	width: 22px;
	padding-right: 1em;
}

.ctable .cdt{
	text-align: left;
	font-weight: bolder;
}
.ctable .price{
	white-space: nowrap;
}

#goods_list .ct{
	width: 50%;
}


.good_tiz {
	height: 120px;
	background: url('spics/fon_cat_good.jpg') no-repeat center top;
	margin: 1.2em 0;
	cursor: pointer;
}
.good_tiz .img, .info, .prices{
	padding: 10px;
	padding-right: 20px;
}

.prices{
	padding-bottom: 2em;
}

.prices .price{
	font-size: 1.3em;
	font-weight: bolder;
	margin-bottom: 1em;
	white-space: nowrap;
	color: #FF0000;
}
.prices .price a{
	color: #FF0000;
}

.prices .price_new{
	font-size: 1.1em;
	color: #AAA;
	text-decoration: line-through;
}
.good_info td{
	vertical-align: top;
	padding: .2em 0;
	padding-left: 1em;
}
.mng_good{
	margin-bottom: 2em;
}


.good_info a{
	text-decoration: none;
}

.good_info a:hover{
	text-decoration: underline;
}

