.pm_name {
	width:500px;
	float:left;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	padding-left:20px;
}
.pm_price_block {
	float:right;
	width:200px;
	text-align:right;
	font-weight:bold;
	font-size:18px;
}
.pm_old_price {
	text-decoration:line-through;
	color:#b7b7b7;
	text-decoration:uppercase;
	font-size:20px;
	font-weight:bold;
}
.pm_price {
	color:#AA1A06;
	text-decoration:uppercase;
	font-size:20px;
	font-weight:bold;
	padding:0 10px;
}
.pm_photo_block {
	float:left;
	width:220px;
	margin-left:25px;
}
#pm_big_pic {
	width:220px;
	height:240px;
	overflow:hidden;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	-o-border-radius:5px;
}
#pm_big_pic img {
	width:220px;
}
.pm_pic_list {
	margin-top:10px;
	text-align:center;
	vertical-align:top;
}
.pm_pic_list a {
	display:inline-block;
	width:60px;
	height:65px;
	overflow:hidden;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	margin:0 4px;
	outline:none;
}
.pm_pic_list a img {
	width:70px;
	margin:-5px 0 0 -5px;
}
.pm_opis_block {
	float:right;
	width:450px;
	text-align:left;
	line-height:20px;
}
.pm_opis_block p {
	margin:0;
}
.pm_opis_block ul {
	margin:0;
	padding:0 0 0 20px;
	list-style:disc;
}

.pm_left_col {
	float:left;
	width:220px;
	margin:0 10px;
	text-align:center;
}
.pm_center_col {
	float:left;
	width:220px;
	margin:0 10px;
}
.pm_right_col {
	float:left;
	width:220px;
	margin:0 10px;
}
.buy_now_text {
	font-weight:bold;
	font-size:14px;
}
#pm_countdown figure div {
	width:16px!important;
}
#pm_countdown figure figcaption {
	line-height:15px!important;
	text-align:center!important;
}
.pm_butlinks_block {
	text-align:center;
}
.pm_butlinks_block a {
	display:inline-block;
	height:20px;
	line-height:23px;
	outline:none;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	-o-border-radius:3px;
	background:#DD2D06;
	margin-bottom:5px;
	width:200px;
}
.pm_butlinks_block a:hover {
	background:#F23409;
	text-decoration:none;
	color:#ffffff;
}	
.pm_sep {
	width:100%;
	height:10px;
}
a.pm_buy {
	background:#aa1a06!important;
}
a.pm_buy:hover {
	background:#d12109!important;
}
a.pm_detail_link {
	color:#AA1A06;
	text-decoration:underline;
}
a.pm_detail_link:hover {
	text-decoration:none;
}