#iconsmenu ul.icons .split {
	display: block;
	height: 180px;
	width: 1px;
	background: #aeaeae;
	margin: 0 20px;
}

a.category {
	display: inline-block;
	position: relative;
	margin: 0 4px;
	padding-left: 32px;
	text-decoration: none;
	font-family: pt-regular;
	font-size: 12pt;
	line-height: 30px;
	color: #000;
	cursor: pointer;
	text-shadow: 0 1px 1px #fff;
}
a.category:before {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: -2px;
	height: 30px;
	width: 30px;
	background: url(images/category-icons.png) 0px 0px no-repeat;
}
a.category-celebration.category:before {
	background-position: -64px 0px;
}
a.category-universal.category:before {
	background-position: -65px -97px;
}
a.category-corporate.category:before {
	background-position: -97px -32px;
}
a.category-family.category:before {
	background-position: -32px -34px;
}
a.category-graduation.category:before {
	background-position: -33px -1px;
}
a.category-travel.category:before {
	background-position: -96px -64px;
}
a.category-kids.category:before {
	background-position: 0px -65px;
}
a.category-wedding.category:before {
	background-position: -65px -33px;
}
a.category-xmas.category:before {
	background-position: 0px -97px;
}
a.category-valentine.category:before {
	background-position: 0px -128px;
}
a.category-girls.category:before {
	background-position: -33px -65px;
}
a.category-boys.category:before {
	background-position: 0px -65px;
}
a.category-wedding-invite.category:before {
	background-position: -65px -33px;
}
a.category-school-invite.category:before {
	background-position: -64px 0px;
}

a.tag {
	display: inline-block;
	padding: 0px 4px;
	text-decoration: none;
	font-family: pt-regular;
	color: #777;
	cursor: pointer;
	/*
	background: #f7f7f7;
	border: solid 1px #aaa;
	-webkit-box-shadow: inset 0 0px 2px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 0px 2px rgba(0,0,0,0.3);
	        box-shadow: inset 0 0px 2px rgba(0,0,0,0.3);
	-moz-border-radius: 4px;
	     border-radius: 4px;
	     */
}


#filters {
	position:relative;
	min-height: 24px;
	margin-bottom: 14px;
	border-bottom: solid 1px #888;
    background: #e9e9e9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#c7c7c7');
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#c7c7c7));
    background: -moz-linear-gradient(top, #e9e9e9, #c7c7c7);
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
	        box-shadow:0 0 8px rgba(0,0,0,0.3);
}
.filters-box {
	position: relative;
	display: block;
	overflow: hidden;
}
#filterbox {
    width: 950px;
    margin: 0 auto;
}
.filters-shadow {
	position: absolute;
	z-index: -1;
	display: block;
	left: -500px;
	width: 1000px;
	top: -28px;
	height: 50px;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.7);
	   -moz-box-shadow:0 0 15px rgba(0,0,0,0.7);
	        box-shadow:0 0 15px rgba(0,0,0,0.7);
	-moz-border-radius:300px / 10px;
	     border-radius:300px / 10px;
}
#filteritems {
	float: left;
}
#filteritems a.condition {
	display: inline-block;
	position: relative;
	margin: 0 8px;
	padding: 0px 24px 0px 4px;
	font-family: pt-regular;
	font-size: 11pt;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	background: #fef8d6;
	color: #222;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	        box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
	-moz-border-radius:7px;
	     border-radius:7px;
}
#filteritems a.condition:after {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	right: 2px;
	width: 14px;
	height: 14px;
	background: url(images/css3buttons_icons.png) 0 -764px no-repeat;
}
#filteritems a.condition:hover:after {
	background-position: 0 -778px;
}
#filteritems a.condition:hover {
	color: #fff;
	text-shadow: none;
	background: #c1a300;
}
#filteritems a.condition:before {
	content: ': ';
	display: inline;
	position: static;
	background: none;
	text-shadow: none;
	font-size: 10pt;
	line-height: 20px;
	color: #aaa;
}
#filteritems a.condition:hover:before {
	color: #ddd;
}
#filteritems a.condition-tag:before {
	content: 'тег: ';
}
#filteritems a.condition-categories:before {
	content: 'тема: ';
}
#filteritems a.condition-xxx {
	display: inline-block;
	margin: 0 4px;
	padding-right: 24px;
	border: solid 1px #888;
	background: #f7f7f7;
	font-family: pt-regular;
	font-size: 11pt;
	line-height: 14px;
	-webkit-box-shadow: inset 0 0px 1px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 0px 1px rgba(0,0,0,0.3);
	        box-shadow: inset 0 0px 1px rgba(0,0,0,0.3);
	-moz-border-radius: 16px;
	     border-radius: 16px;
}
#filteritems a.condition-xxx:hover {
	background: #fff;
	color: gold;
}
#back-to-list-button {
	float: left;
	padding: 1px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px #fff;
	background: #eee;
	color: #222;
	-webkit-box-shadow: inset 0 0px 4px rgba(0,0,0,0.7);
	   -moz-box-shadow: inset 0 0px 4px rgba(0,0,0,0.7);
	        box-shadow: inset 0 0px 4px rgba(0,0,0,0.7);
	-moz-border-radius:3px;
	     border-radius:3px;
}
#back-to-list-button:before {
	content: 'Назад к списку';
	position: static;
	display: inline;
}
#total-items-info {
	color: #666666;
	text-align: center;
}


#searchfield {
	display: block;
	float: right;
	position: relative;
	margin: 0;
	padding: 2px 8px;
	padding-left: 24px;
	width: 100px;
	font-family: pt-regular;
	font-size: 13px;
	line-height: 13px;
	background: #eee;
	background: #eee url(images/css3buttons_icons.png) 6px -469px no-repeat;
	color: #777;
	border: solid 1px #888;
	-webkit-box-shadow: inset 0 0px 1px rgba(0,0,0,0.3);
	   -moz-box-shadow: inset 0 0px 1px rgba(0,0,0,0.3);
	        box-shadow: inset 0 0px 1px rgba(0,0,0,0.3);
	-moz-border-radius: 16px;
	     border-radius: 16px;
}
#searchfield:focus {
	background-color: #fff;
}


#paramsbar {
	position:relative;
	z-index: -1;
	min-height: 32px;
    border-bottom: solid 1px #888;
    background: #e9e9e9;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#c7c7c7');
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#c7c7c7));
    background: -moz-linear-gradient(top, #e9e9e9, #c7c7c7);
    -webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
    box-shadow:0 0 8px rgba(0,0,0,0.3);
    padding-top: 8px;
    padding-bottom: 5px;
/*
	background: #e3e3e3;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d3d3d3', endColorstr='#e3e3e3');
    background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#e3e3e3));
    background: -moz-linear-gradient(top, #d3d3d3, #e3e3e3);
*/
}
#paramsbar .categories {
	position: relative;
	top: 0px;
  margin: 0 auto;
  text-align: center;
}

#paramsbar .container{
    width: 100%;
}
#paramsbar .tags {
	text-align: center;
}
#paramsbar a.category:after {
	content: '';
	display: none;
	position: absolute;
	z-index: -1;
	left: 0px;
	top: 10px;
	height: 12px;
	width: 100%;
	background: #eee;
	-webkit-box-shadow: 0 0 12px #fff;
	   -moz-box-shadow: 0 0 12px #fff;
	        box-shadow: 0 0 12px #fff;
	-moz-border-radius: 16px;
	     border-radius: 16px;
}
#paramsbar a.category:hover:after {
	display: block;
}
#paramsbar a.category:hover:before {
	background-color: #eee;
	-webkit-box-shadow: 0 0 12px #fff;
	   -moz-box-shadow: 0 0 12px #fff;
	        box-shadow: 0 0 12px #fff;
	-moz-border-radius: 16px;
	     border-radius: 16px;
}
#paramsbar a.category:hover {
	text-shadow: 0 1px 1px #fff, 0 0 8px #fff;
}
#paramsbar a.active {
	color: #FFDE66;
	text-shadow: 1px 1px 1px black;
}


#catalog {
	padding: 20px 0;
	background: #fff;
	border-top: solid 1px #c6c6c6;
	border-bottom: solid 1px #bababa;
}
.catalog-decor {
	position: relative;
	margin-bottom: 50px;
}
.catalog-decor:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	left: 0;
	width: 100%;
	top: 0px;
	height: 100px;
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 6px rgba(0,0,0,0.5);
	        box-shadow:0 0 6px rgba(0,0,0,0.5);
	-moz-border-radius:300px / 10px;
	     border-radius:300px / 10px;
}
.catalog-decor:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -3;
	left: 0px;
	width: 100%;
	bottom: 2px;
	height: 100px;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.7);
	   -moz-box-shadow:0 0 15px rgba(0,0,0,0.7);
	        box-shadow:0 0 15px rgba(0,0,0,0.7);
	-moz-border-radius:300px / 10px;
	     border-radius:300px / 10px;
}
#catalogitems {
	min-height: 200px;
}

.pager-button-box {
	clear: both;
	position: relative;
	margin: 0 auto;
	width: 200px;
	height: 0px;
	top: 20px;
}
.pager-button-shape {
	display: block;
	position: absolute;
	width: 200px;
	height: 70px;
	left: 0;
	top: 0;
	overflow: hidden;
}
.pager-complete .pager-button-shape {
	height: 40px;
}
.pager-button-shape:before, .pager-button-shape:after {
	content: '';
	display: block;
	position: absolute;
	top: -430px;
	left: -100px;
	width: 400px;
	height: 400px;
	-moz-border-radius:4px;
	     border-radius:4px;
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	-moz-transform-origin:50% 50%;
	-o-transform-origin:50% 50%;
}
.pager-button-shape:before {
	-webkit-box-shadow:-4px 4px 8px rgba(0,0,0,0.5);
	   -moz-box-shadow:-4px 4px 8px rgba(0,0,0,0.5);
	        box-shadow:-4px 4px 8px rgba(0,0,0,0.5);
	-webkit-transform: scale(1.2, 1) rotate(-45deg);
	-ms-transform: scale(1.2, 1) rotate(-45deg);
	-moz-transform: scale(1.2, 1) rotate(-45deg);
	-o-transform: scale(1.2, 1) rotate(-45deg);
}
.pager-button-shape:after {
	background: #fff;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 15px rgba(0,0,0,0.5);
	        box-shadow:0 0 15px rgba(0,0,0,0.5);
	-webkit-transform: scale(1.6, 1) rotate(-45deg);
	-ms-transform: scale(1.6, 1) rotate(-45deg);
	-moz-transform: scale(1.6, 1) rotate(-45deg);
	-o-transform: scale(1.6, 1) rotate(-45deg);
}
.pager-button-box:hover .pager-button-shape:before {
	-webkit-box-shadow:-6px 6px 12px rgba(0,0,0,0.5);
	   -moz-box-shadow:-6px 6px 12px rgba(0,0,0,0.5);
	        box-shadow:-6px 6px 12px rgba(0,0,0,0.5);
	-moz-border-radius:6px;
	     border-radius:6px;
}
.pager-button-box:hover .pager-button-shape:after {
	-moz-border-radius:6px;
	     border-radius:6px;
}
.pager-complete .pager-button-shape:before {
	display: none;
}
.pager-complete .pager-button-shape:after, .pager-complete:hover .pager-button-shape:after {
	top: -430px;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 8px rgba(0,0,0,0.5);
	        box-shadow:0 0 8px rgba(0,0,0,0.5);
	-moz-border-radius:60px;
	     border-radius:60px;
}
.pager-button {
	position: absolute;
	display: block;
	border: none;
	background: none;
	width: 200px;
	height: 70px;
	left: 0;
	top: 0;
}
.pager-button:after {
	content: 'ещё!';
	display: block;
	position: relative;
	top: -16px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-family: pt-heading;
	font-size: 24px;
	color: #666;
}
.pager-complete .pager-button {
	height: 40px;
}
.pager-complete .pager-button:after {
	content: ' - в начало - ';
	color: #bbb;
	top: -12px;
	font-size: 16px;
}
.pager-loading .pager-button::after {
	content: url('images/catalog-loader.gif');
}
.pager-button:hover:after {
	color: gold;
}


#template {
	clear: both;
	position: relative;
	margin-bottom: 24px;
	-moz-border-radius:8px;
	     border-radius:8px;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 4px rgba(0,0,0,0.3);
	        box-shadow:0 0 4px rgba(0,0,0,0.3);
}
#template:before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 1%;
	width: 98%;
	height: 100%;
	-webkit-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 1px 15px rgba(0,0,0,0.3);
	        box-shadow:0 1px 15px rgba(0,0,0,0.3);
	-moz-border-radius:200px / 20px;
	     border-radius:200px / 20px;
}
#template:after {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	top: 2%;
	left: 0;
	width: 100%;
	height: 96%;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
	        box-shadow:0 0 15px rgba(0,0,0,0.3);
	-moz-border-radius:70px / 100px;
	     border-radius:70px / 100px;
}
#template h1 {
	padding: 16px 24px;
	padding-top: 19px;
	margin: 0;
	background: #eee;
	color: #666666;
    border-top: solid 1px #fefefe;
	font-family: pt-heading;
/*	text-shadow: 0px 1px 1px #fff, 0px -1px 1px #222; */
	text-shadow: 0px 1px 1px #fff;
	-moz-border-top-right-radius:8px;
	-moz-border-top-left-radius:8px;
	     border-top-right-radius:8px;
	     border-top-left-radius:8px;
}

.template-box {
	padding-top: 10px;
}

#templatebox {
	position: relative;
	min-height: 300px;
    background: #fff;
	padding: 16px 20px;
    border-top: solid 1px #cacaca;
	-moz-border-bottom-right-radius:8px;
	-moz-border-bottom-left-radius:8px;
	     border-bottom-right-radius:8px;
	     border-bottom-left-radius:8px;
}

#templatenav {
}
a.tprev, a.tnext  {
	display: block;
	position: relative;
	width: auto;
	height: 54px;
	margin-bottom: 8px;
	font-family: pt-regular;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
a.tprev  {
	float: left;
	text-align: left;
	padding-left: 22px;
}
a.tnext {
	float: right;
	text-align: right;
	padding-right: 22px;
}
a.tprev img, a.tnext img {
	position: relative;
	display: inline-block;
	width: auto;
	height: 54px;
	border: solid 1px #ddd;
	-webkit-box-shadow:0 0 8px rgba(0,0,0,0.3);
	   -moz-box-shadow:0 0 8px rgba(0,0,0,0.3);
	        box-shadow:0 0 8px rgba(0,0,0,0.3);
}
a.tprev img {
	margin-right: 8px;
	float: left;
}
a.tnext img {
	margin-left: 8px;
	float: right;
}
a.tprev .title, a.tnext .title {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color: #777;
}
a.tprev:hover .title, a.tnext:hover .title {
	color: #222;
	text-shadow: 0 0 12px rgba(0,0,0,0.5), 0px 1px 1px #fff;
}
a.tprev:hover img, a.tnext:hover img {
	border-color: #eee;
	-webkit-box-shadow:0 0 12px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 12px rgba(0,0,0,0.5);
	        box-shadow:0 0 12px rgba(0,0,0,0.5);
}
a.tprev:before, a.tnext:before {
	content: '';
	display: block;
	position: absolute;
	z-index: 9;
	top: 7px;
	width: 40px;
	height: 40px;
	background: url(images/template-arrows.png) 0px 0px no-repeat;
}
a.tprev:before {
	background-position: 0px 0px;
	left: -12px;
}
a.tnext:before {
	background-position: 0px -80px;
	right: -15px;
}
a.tprev:hover:before {
	background-position: 0px -40px;
}
a.tnext:hover:before {
	background-position: 0px -120px;
}

#descrbox {
	width: 48.9%;
	float: left;
}

#descrbox .item-rating {
	width: 115px;
	height: 23px;
	float: right;
	background: url(images/category-star.png) 0 0 no-repeat;
}
#descrbox .item-rating div {
	height: 23px;
	background: url(images/category-star.png) 0px -23px no-repeat;
}

#sizesbox {
	position: relative;
	height: 140px;
    margin-bottom: 40px;
}
#sizesbox:before {
	content: 'Выберите размер альбома:';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-family: pt-regular;
	font-size: 10pt;
	color: #777;
}
#sizesbox .sx {
	position: absolute;
	left: 0;
	bottom: 8px;
	padding: 3px;
	border: solid 1px #fff;
	width: 100px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}
#sizesbox .sx.enabled {
	cursor: pointer;
}
#sizesbox .sx:after {
	content: '';
	display: block;
	position: absolute; top: -11px; left: 4px;
    font-size: 11px; color: #777;
}
#sizesbox .sx.selected:after {
    display: none;
    top: -16px;
}
#sizesbox .sx.disabled:after {
    background: url(/images/x50.png);
}
#sizesbox .s20x20 {
	left: 12px;
	width: 58px;
	height: 58px;
}
#sizesbox .s20x20:after {
	content: 'от 290 грн';
    width: 72px;
    height: 72px;
}
#sizesbox .s30x30 {
	left: 86px;
	width: 86px;
	height: 86px;
}
#sizesbox .s30x30:after {
	content: 'от 480 грн';
    width: 100px;
    height: 100px;
}
#sizesbox .s30x20 {
	left: 188px;
	width: 86px;
	height: 61px;
}
#sizesbox .s30x20:after {
	content: 'от 360 грн';
    width: 100px;
    height: 75px;
}
#sizesbox .s15x10 {
	left: 290px;
	width: 41px;
	height: 30px;
}
#sizesbox .s15x10:after {
	content: 'от 99 грн';
    width: 55px;
    height: 44px;
}
#sizesbox .sx.enabled:hover {
	border-color: #ccc;
	background-color: gold;
}
#sizesbox .selected.sx {
	background-color: gold;
	border-color: #aeaeae;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	        box-shadow:0 0 5px rgba(0,0,0,0.5);
}
#sizesbox .sx:before {
	content: '';
	display: block;
	position: absolute;
	left: -18%;
	bottom: -20px;
	width: 140%;
	height: 18px; 
	text-align: center;
	font-family: pt-regular;
	color: #999;
}
#sizesbox .s30x20.sx:before {
	content: '30x20см';
	font-size: 8pt;
}
#sizesbox .s30x30.sx:before {
	content: '30x30см';
	font-size: 8pt;
}
#sizesbox .s20x20.sx:before {
	content: '20x20см';
	font-size: 8pt;
}
#sizesbox .s15x10.sx:before {
	content: '15x10см';
	font-size: 8pt;
}
#sizesbox .selected.sx:before {
	color: #666666;
	letter-spacing: 1px;
	font-size: 10pt;
	font-weight: bold;
	text-shadow: 0 0 2px #fef6cc;
}

#pricesbox {
	position: relative;
}
#pricesbox .pricetext {
	font-family: pt-bold;
	font-size: 14pt;
	color: #777;
}
#price {
	font-family: pt-black;
	font-size: 48pt;
    line-height: 24pt;
	color: #555555;
}
#pricesbox .comments {
	font-size: 9pt;
}
#pricesbox .actions {
	float: right;
}
#pricesbox .noprice {
	font-family: pt-bold;
	font-size: 12pt;
    line-height: 12pt;
	color: #777;
    padding-bottom: 20px;
}
#pricesbox .hasprice, #pricesbox .noprice {
    display: none;
}

#colorsbox {
	position: absolute;
	top: -65px;
	right: 16px;
	padding-top: 16px;
	min-width: 160px;
	text-align: right; 
}
#colorsbox:before {
	content: 'Выберите цвет альбома:';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	font-family: pt-regular;
	font-size: 10pt;
	color: #777;
}
#colorsbox.one-color:before {
	content: 'Цвет альбома:';
}
#colorsbox .cl {
	display: inline-block;
	border: solid 1px #ddd;
	height: 32px;
	margin: 4px;
	padding: 2px;
	cursor: pointer;
}
#colorsbox .cl .cx {
	display: inline-block;
	width: 32px;
	height: 32px;
}
#colorsbox .cl:hover {
	background-color: gold;
	border-color: #999;
}
#colorsbox .selected.cl {
	background-color: gold;
	border-color: #aeaeae;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
	   -moz-box-shadow:0 0 5px rgba(0,0,0,0.5);
	        box-shadow:0 0 5px rgba(0,0,0,0.5);
}

#coverbox {
	width: 51%;
	float: right;
}
#coverbox .covers {
	text-align: left;
	padding-right: 13px;
	position: relative;
}

#template .textbox {
	clear: both;
}

#previewbox {
	clear: both;
	padding-top: 0px;
}
#previewbox .spread {
	display: block;
	position: relative;
	margin: 0 auto;
}

.commentsbox {
	margin-top: 24px;
	padding-top: 12px;
	border-top: solid 1px #ccc;
	color: #666666;
}
.commentsbox label {
	display: inline-block;
	text-align: left;
	padding-right: 14px;
	min-width: 40px;
	color: #666666;
}
.commentsbox textarea {
	display: block;
	height: 70px;
	width: 500px;
}
.commentsbox label.error {
	border: none;
	padding: 0;
}
.commentsbox input.error {
	padding: 1px;
}
.commentsbox .errorMessage {
	position: relative;
	top: -12px;
}
ul.comments-list li, ul.comments-list li:nth-child(2n) {
	position: relative;
	background: none;
	padding-left: 12px;
}
ul.comments-list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 16px;
	border: solid 1px #bbb;
	border-right: none;
	border-left-width: 2px;
}
.comment-widget > ul.comments-list > li {
    background: #fafafa;
}
.comment-widget > ul.comments-list > li:nth-child(2n) {
    background: #f5f5f5;
}
ul.comments-list .admin-panel {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
	padding-right: 12px;
	margin-right: 12px;
	border-right: solid 2px red;
}
ul.comments-list .admin-panel a {
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
	padding: 2px 7px;
	border: solid 1px #bbb;
	background: #eee;
	text-decoration: none;
	-moz-border-radius:7px;
	     border-radius:7px;
}
ul.comments-list a.add-comment {
	font-family: pt-normal;
	font-size: 8pt;
}
ul.comments-list a.add-comment.reply:before {
	content: 'ответить';
}
ul.comments-list li .comment-header {
	font-size: 8pt;
	font-family: pt-normal;
	font-weight: normal;
	color: #aaa;
}

#template .footerbox {
	clear: both;
}




/*
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
*/


#catalog
{
	background:#eeeeee;
}
div.cat-book-box
{
	position:relative;
	padding:20px 100px;
	left:-100px;
	width:100%;
	min-height:300px;
	margin-top: 20px;
	margin-bottom: 40px;
	background:#fff;
	border:solid thin #bbb;
	border-bottom-width:2px;
	border-radius:8px;
}
div.cat-book-box div.title
{
	margin:0;
	color:#888;
	font-size:9pt;
	font-family:pt-bold;
	letter-spacing:1px;
	text-transform:uppercase;
	margin-bottom:8px;
}
div.cat-caption
{
	width:1100px;
	position:relative;
	left:-86px;;
	text-align:left;
	padding: 6px 12px;
	color:#bbb;
	border-bottom:solid 1px #bbb;
	margin-bottom:30px;
}
div.cat-caption .c
{
	display:inline-block;
	font-size: 10pt;
	font-weight: normal;
	padding-left: 12px;
	padding-right:24px;
	line-height:16pt;
}
a.cat-link
{
	font-family:pt-bold;
	font-size:16pt;
	font-variant:allcaps;
	line-height:16pt;
	text-decoration:none;
	letter-spacing:1px;
	color:#888;
	border-bottom:solid 1px #fff;
}
a.cat-link:hover
{
	color:#444;
	border-bottom-color:#444;
}
div.cat-categories
{
	position:relative;
	width:250px;
	left:40px;
	clear:right;
	float:right;
	margin-bottom:12px;
}
div.cat-categories .category
{
	display:inline-block;
	width:80px;
	font-size:10px;
}
div.cat-comments
{
	position:relative;
	width:250px;
	left:54px;
	clear:right;
	float:right;
}
div.cat-comments-box
{
	width:100%;
	height:348px;
	border:solid thin #ddd;
	padding:2px 6px;
	position:relative;
	left:-14px;
	overflow:auto;
}
div.cat-comments-box > div
{
	margin-bottom: 12px;
}
div.cat-comments div.c
{
	color:#1281B7;
}
div.cat-covers
{
	position: relative;
	width: 330px;
	left:-60px;
	clear: left;
	float: left;
}
div.cat-covers-imgs
{
	position:relative;
	height:230px;
	width:330px;
	overflow:hidden;
}
div.cat-covers a.cover
{
	display:block;
	position:absolute;
	top: 0px; left: 0px;
	width: 75px;
	height: 18px;
	text-align:center;
	color:#1585FE;
	font-weight:normal;
	font-size:12px;
	font-variant:allcaps;
	text-transform:lowercase;
	text-decoration:none;
	cursor:pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
div.cat-covers a.cover.prev { left:145px; }
div.cat-covers a.cover.next { left:220px; }
div.cat-covers a.cover:hover
{
	border-bottom:solid 1px #1585FE;
}
div.cat-covers a.cover > span.arr
{
	display:inline-block;
	padding:0px 2px;
	position:relative;
	font-family:arial;
	font-size:16px;
	line-height:14px;
}
div.cat-decor-imgs
{
	position:relative;
	width: 360px;
	overflow:auto;
	font-size:2px;
	min-height:208px;
}
div.cat-decor-imgs > img
{
	display: inline-block;
	border: solid 1px #bbb;
	border-radius: 6px;
	width: 64px;
	height: 64px;
	margin: 0px 2px;
}
div.cat-body
{
	padding-left:330px;
	padding-right:280px;
}
div.cat-body > div.title
{
	text-align:center;
}
div.cat-sizes
{
	position:relative;
	text-align: center;
	margin-bottom:98px;
	border-bottom:solid 1px #ddd;
	color:#777;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
div.cat-sizes div.szbox
{
	display:inline-block;
	margin-left:6px;
	margin-bottom:6px;
	vertical-align: bottom;
	text-align:center;
}
div.cat-sizes div.prbox
{
	width:100%;
	height:30px;
	line-height:30px;
	color:#777;
	color:#a30051;
}
div.cat-sizes div.prbox .pr
{
	font-family:pt-bold;
	font-size:19px;
	color:#a30051;
}
div.cat-sizes div.sz
{
	display:block;
	border:solid 1px #bbb;
	border-radius:4px;
	color:#bbb;
	font-size:12px;
}
div.cat-sizes div.sz:first-child { margin-left: 0; }
div.cat-sizes div.sz.s15x10 { width:45px; height:30px; line-height:30px; }
div.cat-sizes div.sz.s20x20 { width:60px; height:60px; line-height:60px; }
div.cat-sizes div.sz.s30x20 { width:90px; height:60px; line-height:60px; }
div.cat-sizes div.sz.s30x30 { width:90px; height:90px; line-height:90px; }
div.cat-sizes div.sz.active
{
	border-color:#1281B7;
	border-width:2px;
	color:#1281B7;
}
div.cat-sizes .a4
{
	display:inline-block;
	font-size:20px;
	font-weight:normal;
	vertical-align:middle;
	margin-left:10px;
}
div.cat-book-box div.act
{
	color:#555;
	text-align:center;
	margin:40px 0px;
}
div.cat-book-box div.act a.yellowbutton
{
	font-size:16pt;
	cursor:pointer;
}
