.artwrap{
	width:100%;
	float:left;
	font-size:0.9em;
	overflow: hidden;
	background-color: #fff;
}
.article{
	margin: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:1px 1px 2px 1px #c2bdba;
	-webkit-box-shadow:1px 1px 2px 1px #c2bdba;
	box-shadow:1px 1px 2px 1px #c2bdba;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=135, color='#c2bdba');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=1, Direction=135, Color='#c2bdba')";
	font-family: "Trebuchet MS" !important;
}
.article .thumb{
	width:76px;
	float:left;
	padding:10px 5px;
}
.article .thumb img{
	width:100%;
}
.article .info{
	margin-left: 91px;
}
.article .number{
	color: #f00;
}
.article h2{
	padding: 10px;
	background-color: #ffc;
	border-bottom: 1px dotted #ddd;
	border-left: 1px dotted #ddd;
	font-size: 1.2em;
	overflow: hidden;
	/*white-space: nowrap;*/
}
.article h2 a{
	color:#000;
	text-decoration: none;
}
.article .format{
	float:left;
}
.article .format span{
	display: inline-block;
	padding:3px 5px;
	background: transparent url('') no-repeat left center;
	color:#a00;
}
.article .formatcd span{
	padding-left:20px;
	background-image: url('ico/cd.png');
}
.article .formata5 span{
	padding-left:20px;
	background-image: url('ico/a5.png');
}
.article .formatpocket-book span{
	padding-left:20px;
	background-image: url('ico/pocket.png');
}
.article .panel{
	font-size:1.1em;
	overflow: hidden;
	padding: 3px;
}
.links{
	float:right;
}
.links a{
	font-weight: bold;
}
.article .index{
	position: absolute;
	bottom:-1px;
	right:0;
	padding: 5px 15px;
	background-color: rgba(255,255,204,0.6);
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	display: block;
	text-indent: 0;
	-moz-border-radius-topleft: 3px;
	-webkit-border-radius: 3px 0px 0px 0px;
	border-radius: 3px 0px 0px 0px;
}
.article .index a{
	float:left;
	padding-left:20px;
	background: transparent url('ico/book.png') no-repeat left center;
	text-indent: 0;
	color:#006;
	font-weight:bold;
	font-size: 1.1em;
}

.links .custom{
	float:right;
	padding:0 5px 0 20px;
	background: transparent url('ico/basket.png') no-repeat left center;
	font-size:1.15em;
}
.links .reserve{
	float:right;
	margin-right:15px;
}
.links .custom a{
	color: #f00;
}
.links .index a{
	color: #006;
}
.article .price{
	padding:5px;
	margin: 3px 7px;
	border: 1px dotted #ccc;
	text-align:right;
	background-color:#fcfcfc;
	font-size:0.9em;
}
.article .price span{
	font-weight: bold;
	color:#900;
	font-size: 1.15em;
}
.article .descr{
	text-indent: 2ex;
	margin-top:5px;
	padding: 0 7px;
	height:75px;
	overflow: hidden;
	position: relative;
	text-align: justify;
}
.article .bonus{
	padding:1px;
	margin: 1px 7px;
	border: 1px dotted #ccc;
	text-align:right;
	background-color:#ffe0d9;
	color:#900;
	font-size:1em;
	font-weight:bold;
}
.article .bonus span{
	color:#003;
	font-size:1.1em;
}
.article.arch{
	height:125px;
}


.listing{
	clear: both;
	width: 100%;
}
.listing .arch{
	margin-bottom:0;
}

.comingsoon{
	background-color:#fff;
}
.comingsoon td{
	padding:5px !important;
}
.comingsoon .thumb{
	background-color: #fff;
}
.comingsoon h2{
	font-size:1.3em;
	font-weight:bold;
}
.artsection{
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	padding:5px;
}
.artsection a{
	color:#5B7AB7;
	font-weight:bold;
	padding:5px;
}
.artsection a.select{
	color:#fff;
	background-color:#FF0000;
	text-decoration:none;
}
.wrapper{
	float:left;
}
.wrapper .lft{
	float:left;
	width:105px;
	text-align:center;
}
.wrapper .rgt{
	float:right;
	width:85%;
}
.adver div{
	margin-bottom:30px;
}
.jqfullimage{
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    -moz-box-shadow:1px 1px 2px 1px #c2bdba;
    -webkit-box-shadow:1px 1px 2px 1px #c2bdba;
    box-shadow:1px 1px 2px 1px #c2bdba;
    filter: progid:DXImageTransform.Microsoft.Shadow(strength=1, direction=135, color='#c2bdba');
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength=1, Direction=135, Color='#c2bdba')";
    width:150px;
}
.jqfullimage img{
    width:100%;
}

