@charset "utf-8";
/* CSS Document */

p.cat_text {
	color: #3d3d3d;
	font-size: 11px;
}

table.catalog {
	width: 100%;
}
table.catalog td {
	text-align: left;
	color: #bfbfbf;
	font-size: 13px;
	padding: 10px 0px 10px 20px;
}
table.catalog td a.name {
	font-size: 12px;
	color: #0990ca;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-bottom: 5px;
}
table.catalog td a.text {
	font-size: 11px;
	color: #3d3d3d;
	text-decoration: none;
	display: block;
}

table.order {
	width: 100%;
}
table.order td {
	font-size: 10px;
	color: #3d3d3d;
	background-color: #ececec;
}
table.order td.perelist {
	color: #b8b7b7;
	font-size: 10px;
}
table.order td.perelist span {
	color: #f3661f;
	font-weight: bold;
	font-size: 10px;
}
table.order td.perelist a {
	color: #3d3d3d;
	font-size: 10px;
}

table.products {
	width: 100%;
}
table.products tr.item td {
	border-top: dotted 1px #d9d9d9;
}
table.products tr.no_line td {
	border-top: 0px;
}
table.products td.image {
	padding: 20px 0px;
}
table.products td.price {
	color: #f3661f;
	font-size: 20px;
	padding-bottom: 25px;
}
table.products td.price span {
	font-size: 14px;
}
table.products a.name {
	padding-top: 25px;
	color: #0990ca;
	font-size: 14px;
	text-decoration: none;
	display: block;
}
table.products a.descr {
	color: #3d3d3d;
	font-size: 11px;
	text-decoration: none;
}

table.page td.norm {
	width: 22px;
	background-image: url(/img/catalog/page.gif);
	text-align: center;
	height: 19px;
}
table.page td.sel {
	width: 22px;
	background-image: url(/img/catalog/pages.gif);
	text-align: center;
	height: 19px;
}
table.page td.norm a {
	color: #005d95;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
table.page td.sel a {
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
table.page td.title {
	padding-right: 5px;
	text-align: right;
	height: 19px;
}



table.product {
	width: 100%;
}
table.product td.image {
	padding: 0px 15px 0px 0px;
	width: 290px;
	vertical-align: top;
}
table.product p.name {
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;
	margin-top: 0px;
	margin-bottom: 5px;
}
table.product p.descr {
	color: #3d3d3d;
	font-size: 11px;
	margin-top: 0px;
}
table.product p.price {
	color: #f3661f;
	font-size: 20px;
}
table.product p.price span {
	font-size: 18px;
}
img.small {
	padding: 10px 10px 0px 0px;
}
table.property {
	width: 100%;
	font-size: 11px;
	color: black;
	margin-top: 20px;
}
table.property td {
	height: 21px;
}
table.property tr.line {
	background-color: #f8f8f8;
}


div.items_in_cart {
	margin-bottom: 15px;
	border-bottom: 2px solid white;
	padding: 10px 10px 10px 25px;
}
div.items_in_cart a {
	color: black;
}
div.items_in_cart a:hover {
	color: #666666;
}





table.data_input td {
	border-bottom: 1px dotted black;
	padding: 5px;
	text-align: left;
}
table.data_input input.field {
	margin: 3px;
	border: 1px solid gray;
}
table.data_input input.wid {
	width: 98%;
}
table.data_input td.confirm {
	border-bottom: 0px;
	text-align: center;
}





table.cart {
	width: 100%;
}
table.cart a.addrem {
	text-decoration: none;
}
table.cart td {
	padding-left: 15px;
}
table.cart tr.title td {
	background-color: #ececec;
	font-size: 13px;
	font-weight: bold;
	height: 25px;
}
table.cart tr.item td {
	background-color: #f8f8f8;
	height: 20px;
}
table.cart tr.total td.price {
	background-color: #CCCCCC;
	font-size: 13px;
	font-weight: bold;
	height: 20px;
}
table.cart tr.total td.title {
	background-color: #CCCCCC;
	height: 20px;
}