
.catalog .preview
{
	float: left;
	position: relative;
	
	width: 340px; height: 130px; overflow: auto;
	margin: 8px;
	padding: 5px 8px 0px 8px;
}

.catalog .ware .props { }

.catalog .props div { display: none; }

.catalog .preview .photo
{
	float: left;
	position: relative;
	
	background-repeat: no-repeat;
	background-position: center center;
	
	width: 168px; height: 107px;
	
	margin: 3px 8px 8px 0;
	border: 1px solid #ffd100;
}

.catalog .preview .desc .name
{
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 13px;
	color: #ffcc00;
}
.catalog .preview .desc .text
{
	font-size: 11px;
	color: #fff;
}
.catalog .preview .desc a
{
	display: block;
}
.catalog .preview .more
{
	position: absolute; right: 0; bottom: 0;
	margin: 15px;
}
.catalog .preview .more a
{
	font-size: 10px;
}

.ware .bigphoto
{
	float: left;
	margin: 0px 10px 10px 0;
	border: 1px solid #ffd100;
}

.ware .papa
{
	clear: both;
	text-align: right;
	margin: 10px 100px 10px 10px;
}

/*----------------------------------------------------------------------------*/

.catalog .navigation
{
	display: none;
	border: 1px solid #ffd100;
	float: right;
	margin: 10px;
}
.catalog .navigation .content
{
	margin: 2px;
}
.catalog .navigation .content a
{
	white-space: nowrap;
	display: block;
	margin: 2px;
}
.catalog .navigation .head
{
	background-image: url(/images/v221_02.jpg);
	background-repeat: repeat-x;
	background-position: center -28px;
	
	border-bottom: 1px solid #ffd100;
	font-weight: bold;

	font-size: 14px;
	padding: 3px 15px;
	white-space: nowrap;
}

/*----------------------------------------------------------------------------*/

.catalog .empty
{
	clear: both;
}
.catalog .nullpls {
	height: 100%;
	width: 100%;
	
}
/*-----------------------------Shop------------------------------------------*/
.price_headline{
	color: #FFD200;
	font-weight: bold;
}
.price_value{
	color: #ad4733;
	font-weight: bold;
}
.hr_vert{
	margin-left: 30px;
	border: groove #FFD200;
	border-width:1px;
	width: 1px;
	height: 25px;
}
.add2cart_img{
	position: relative;
	top: 10px;
	margin-left: 30px;
}
.add2cart_title{
	font-weight: bold;
	color: white;
	margin-left: 10px;
}
.more{
	left: 173px;
}
.preview_price{
	position: absolute;
	margin: 15px;
	left: 173px;
	top: 45px;
	font-size: 10px;
	color: #FFD200;
}
.preview_price_value{
	color: #B05050;
	font-size: 11px;
}
.preview_price_img{
	position: relative;
	top: 10px;
	left: 5px;
}
.cart_bottom td {
	padding-left: 20px;
	font-size: 12;
}
.cart_bottom input {
	background: black;
	border-color: yellow;
	color: #EEC400;
}
.cart_text {
	font-size: 12;
}
table .cart_text{
   margin-left: 17px;
}
.cart_text th {
	color: #EEC400;
}
.cart_text a {
	font-weight: bold;
}
.cart_text a:link,a:visited {
	text-decoration: underline;
}
.cart_selectsum {
	color: #EEC400;
}
.cart_info {
	font-size: 12;
}
.cart_info b {
	color: #EEC400;
}
.cart_num{
	text-align: center;
	border: none;
}
.cart_button {
   background: black;
   border-color: #EEC400;
   color: #EEC400;
   font-size: 12;
   width: 200;
}
.ident_table {
   font-size: 10px;
   position: relative;
   top: -1%;
}
.ident_table input {
   width: 200;
}
.ident_table th {
   color: #EEC400;
   font-size: 12;
   text-align: left;
}
.ident_table .ofield{
   color: #EEC400;
}
.ident_hr_vert{
   border: groove #FFD200;
   border-width: 1px;
   margin-left: 20px;
   width: 1px;
   height: 300px;
}
.ident_err_field{
   color: red;
   font-weight: bold;
}
