.block h4 {
	margin-top: -1px;
	height: 22px;
	float: left;
	padding-left: 8px;
	line-height: 21px;
	background: url(../img/buttons.png) no-repeat 0 -53px;
}

.block h4 a {
	display:block;
	height:19px;
	padding: 0 20px 3px 10px;
	background: url(../img/buttons.png) no-repeat 100% -53px;
}

.block_content {
    clear:both;
}


.block_manufacturer {
    clear: both;
	background-color: #FFFFDF;
}

.b-incut .b-photo-list li {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	border:3px solid #FFFFFF;
	margin:2px !important;
	padding:5px;
}

#pQuantityAvailable {
	font-weight:bold;
}

.on_sale {
	line-height:23px;
}

/* warning */
.warning {
	color: black;
	font-size: 1.2em;
	background-color: #FFFFDF;
	border: 1px solid #FFFC00;
	font-weight: bold;
	margin: 0.2em 2em;
	padding: 0.6em 1em;
	margin-left: 0em;
}
.warning_inline {
	color:#da0f00;
	font-weight:bold;
}

/* success */
.success {
	color: green;
	background-color: #d0d3d8;
	border: 1px dashed green;
	font-weight: bold;
	margin: 0.2em 1em;
	padding: 0.3em 0.8em 1em;
}
.success_inline {
	color:green;
	font-weight:bold;
}


/* Useful */
.align_center { text-align:center; }
.align_right { text-align:right; }
.middle { vertical-align: middle; }
.align_justify{ text-align: justify; }
.uppercase { text-transform:uppercase; }
.hidden, .collapsed, .block_hidden_only_for_screen { display:none; }
.wrap { white-space: normal; }
.bold { font-weight: bold; }
.strike { text-decoration:line-through; }
.italic { font-style: italic; }
.top { vertical-align: top; }
.span_link { cursor:pointer; }
.span_link:hover { text-decoration:underline; }
br.clear {
	clear:both;
	line-height:0;
	font-size:0;
	height:0;
}

/* simple list inline */
ul.inline_list{ list-style-type:none; margin-top: 1em; }
ul.inline_list li { float:left; text-align:center; }
ul.inline_list li img{ display:block; }
ul.half {
	width: 45%;
	margin-right: 1em;
	float: left;
}


/* pagination.tpl */
div.pagination {
	font-size: 16px;
	margin: 20px 0;
}

.pagination a:visited {
	color: #000 !important;
}

.pagination a:hover {
	color: #F6871F !important;
}

ul.pagination li {
	display: inline;
	float: left;
	margin-right: 10px;
}

ul.pagination a {
	color: #000 !important;
}

ul.pagination strong {
	color: #f6871f;
}

ul.pagination .disabled {
	color: #ccc;
}

ul.pagination .ctrl {
	font-size: 12px;
	color: #ccc;
}

#pagination_previous .ctrl {
	margin-right: 10px;
}

#pagination_next .ctrl {
	margin-left: 10px;
}

.submit {
	margin-top: 20px;
}

.text {
	margin-top: 5px;
}

.text label {
	display: block;
	float: left;
	width: 100px;
}

.lost_password {
	margin: 5px 0 0 100px;
}

.account_input {
	width: 180px;
}

.old-price .price-number{
	text-decoration: line-through;
}

.placeholded {
	color: gray;
}