/* CSS Document */

.action {}
.action {
	background: url('/image/bg/bg-chess-block.jpg') repeat-x 0 -130px;
	border: 1px dashed #ccc;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	color: #000;
	position: relative;
	height: 100%;
}
.action.newyear {
	/*background: url('/image/bg/bg-chess-block-current.jpg') repeat-x 0 -100px;*/
}
#RightPane .action {
	margin-bottom: 10px;
}
.action-description {
	padding-left: 200px;
}
.action-description .block.hidden {
	height: 110px;
	border: 0px solid #ddd;
	display: scroll;
	overflow: hidden;
	padding: 2px;
}
.action .more {
	width: 110px;
	height: 40px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.action .more .bg {
	width: 110px;
	height: 40px;
	text-align: right;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/bg/text-gradient1.png', sizingMethod='scroll');
}
html>body .action .more {
	background: url('/image/bg/text-gradient1.png') no-repeat 0 0;
}
.action .more a {
	position: relative;
	display: block;
	float: right;
	background: url('/image/bullet/bullet-li-double.gif') no-repeat right 5px;
	margin-top: 22px;
	margin-right: 5px;
	padding-right: 12px;
	color: #069;
	font-weight: bold;
	width: 50px;
	bottom: 0;
	right: 0;
}
html>body .action .more a {
	margin-right: 10px;
}
.action-description h2, .action-description h2 a {
	padding-left: 0px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-bottom: 0px;
	position: relative;
	font-size: 17px;
}
.action-description h2 span {
	color: #c00;
}
.action-description .date {
	color: #c00;
	font-size: 17px;
	line-height: 30px;
}

.action img {
	border-style: solid;
	border-color: rgb(161, 161, 161) rgb(205, 209, 217) rgb(205, 209, 217) rgb(161, 161, 161);
	border-width: 1px;
	padding: 1px;
	display: block;
}


.product-page .action {
	border: 1px dashed #ccc;
	padding: 0px;
}
.product-page .action-description {
/*	background: url('/image/icon/in-action-big.gif') no-repeat 8px 5px; */
	background: url('/image/graphics/demo-actions1.gif') no-repeat 8px 5px;
	border-right: 0px dashed #ccc;
	margin-right: 0px;
	padding: 10px;
	padding-left: 65px;
}
.product-page .price-action-block .action-description {
	border-right: 1px dashed #ccc;
	margin-right: 190px;
}

.action  .price_action {
	float: right;
	border: 0px solid;
	width: 180px;
	position: relative;
	text-align: center;
	font-weight: normal;
	padding-top: 30px;
	font-size: 17px;
}
.action  .price_action span {
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #c00;
	line-height: 25px;
}
.action  .price_action .discount {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 52px;
	height: 37px;
	text-align: right;
	line-height: 23px;
	color: #c00;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/image/bg/bg-discount.png', sizingMethod='scale');
	background-position: -10px 10px;
	font-size: 12px;
	font-weight: bold;
}
html>body .action  .price_action .discount {
	background: url(../../image/bg/bg-discount.png) no-repeat 0 0;
}

/*
#ContentPane .hr.demo-actions {
	height: 37px;
	line-height: auto;
	background: url(/image/graphics/demo-actions.gif) no-repeat right 0;
	margin-bottom: -30px;
	z-index: 2;
	position: relative;
}
*/
h2.actions {
	background: url(/image/graphics/demo-actions1.gif) no-repeat 0 0;
	padding: 12px 0;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #c00;
	padding-left: 60px;
	margin-bottom: 0px;

}
h2.actions a {
	color: #c00;
	font-size: 18px;
}
h2.actions a.description {
	color: #000;
	font-size: 12px;
	display: block;
	text-decoration: none;
	margin-top: 5px;
}


.newyear-rubric {

}
.newyear-rubric .block {
	clear: both;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.newyear-rubric .picture {
	float: left;
	margin-right: 10px;
}
.newyear-rubric h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	font-size: 17px;
	font-weight: normal;
}