ol.order-stage {
	margin: 20px 10px 30px;
	list-style: none;
}

ol.order-stage:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol.order-stage li {
	display: inline;
	height: 43px;
	float: left;
	position: relative;
	overflow: hidden;
}

ol.order-stage img,
ol.order-stage input {
	position: relative;
	top: 0;
}

ol.order-stage .active img,
ol.order-stage .active input {
	top: -43px;
}

ol.client-account-steps {
	margin: 20px 10px 30px;
	list-style: none;
}

ol.client-account-steps:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

ol.client-account-steps li {
	display: inline;
	height: 43px;
	padding-right: 30px;
	float: left;
	position: relative;
	overflow: hidden;
}

ol.client-account-steps img,
ol.client-account-steps input {
	position: relative;
	top: 0;
}

ol.client-account-steps .active img,
ol.client-account-steps .active input {
	top: -43px;
}

table.cart {
	margin: 0 5px 7px;
	border-bottom: solid 1px #d8e0e4;
	border-right: solid 1px #d8e0e4;
}

fieldset table.cart {
	margin-left: 0;
	margin-right: 0;
}

table.cart td,
table.cart th {
	padding: 5px 10px;
}

table.cart thead th {
	padding-top: 0;
	border-left: solid 1px #d8e0e4;
	border-bottom: solid 1px #d8e0e4;
	text-align: center;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	white-space: nowrap;
}

table.cart tbody tr:first-child td,
table.cart tbody tr:first-child th {
	border-top: solid 1px #fff;
}

table.cart tbody td,
table.cart tbody th {
	border-left: solid 1px #d8e0e4;
	text-align: center;
	white-space: nowrap;
}

table.cart tbody td img,
table.cart tbody th img,
table.cart tbody td input,
table.cart tbody th input {
	vertical-align: middle;
}

table.cart tbody td.name,
table.cart tbody th.name {
	width: 100%;
	text-align: left;
	white-space: normal;
}

table.cart tbody td.name .picture,
table.cart tbody th.name .picture {
	display: inline;
	float: left;
	margin: 0 10px 0 5px;
}

table.cart tbody td.name .picture img,
table.cart tbody th.name .picture img {
	display: block;
	border: solid 1px #c5c8c9;
}

table.cart tbody td.name strong,
table.cart tbody th.name strong {
	display: block;
	font-size: 1em;
	font-weight: bold;
}

table.cart tbody td.name a:hover strong,
table.cart tbody th.name a:hover strong {
	text-decoration: underline;
}

table.cart tbody td.name small,
table.cart tbody th.name small {
	display: block;
	text-decoration: none;
	font-size: 1em;
	font-weight: normal;
}

table.cart tbody td.quantity input,
table.cart tbody th.quantity input {
	width: 40px;
	height: 13px;
	line-height: 13px;
	padding: 2px;
	margin: 0 0px;
	background: #fff;
	border: none;
	border: solid 1px #a8b4b9;
	color: #585858;
	font-size: 1em;
	position: relative;
	text-align: center;
}

table.cart tbody td.subtotal,
table.cart tbody th.subtotal {
	font-weight: bold;
}

table.cart tbody td.delete input,
table.cart tbody th.delete input {
	width: 50px;
	height: 17px;
	position: relative;
	background: url(../../_images_frontend/backgrounds/button-dark-small.png) center center no-repeat;
	border: none;
	color: #fff;
	font-size: 1em;
	cursor: pointer;
	outline: none;
}

table.cart tbody .o td,
table.cart tbody .o th {
	background: #e9eef0;
	border-left-color: #fff;
}

table.cart tbody .o td.name,
table.cart tbody .o th.name {
	background: #e9eef0;
	border-left-color: #d8e0e4;
}

/*
* PRODUCT DETAILS
*/

#content .details h2 {
	margin-bottom: 10px;
}

.details h3 {
	padding: 0 5px;
	margin-bottom: 15px;
	font-size: 1.6em;
	font-weight: normal;
	color: #585858;
}

.details .product-data {
	display: inline;
	width: 245px;
	float: right;
}

.details .product-data dl {
	margin: 0;
}

.details .product-data dl dt {
	display: inline;
	margin: 0 4px 8px 0;
	float: left;
	clear: left;
	font-weight: bold;
}

.details .product-data dl dd {
	display: block;
	margin: 0 0 8px 0;
}

.details .product-data .select select {
	background: #fff;
	border: solid 1px #c5cbce;
	color: #585858;
	font-size: 1em;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

.details .product-data .up-down-field-ajax input {
	width: 40px;
	height: 12px;
	line-height: 12px;
	padding: 2px;
	margin: 0 -3px;
	background: #fff;
	border: none;
	border-top: solid 1px #c5cbce;
	border-bottom: solid 1px #c5cbce;
	color: #585858;
	font-size: 1em;
	vertical-align: top;
	position: relative;
	top: -1px;
	text-align: center;
}

.details .product-data .up-down-field-ajax img {
	vertical-align: top;
	position: relative;
	top: -1px;
}

.details .product-data .wishlist {
	padding: 10px 35px 0 0;
	margin: 0 0 10px;
	clear: both;
	text-align: right;
}

.details .product-data .wishlist a {
	padding-left: 20px;
	background: url('../../_images_frontend/icons/star.png') 0 center no-repeat;
}

.details .product-data .add-to-cart {
	display: inline;
	float: right;
	margin: 30px 30px 0 0;
}

.details .product-data .add-to-cart input {
	width: 130px;
	height: 38px;
	padding-bottom: 8px;
	background: url(../../_images_frontend/backgrounds/add-to-cart-big.png) right top no-repeat;
	border: none;
	font-size: 1em;
	font-weight: normal;
	cursor: pointer;
}

.details .product-data .price {
	display: inline;
	width: 53px;
	height: 43px;
	padding: 20px 10px 10px;
	margin: 10px -15px 0 0;
	float: right;
	background: url(../../_images_frontend/backgrounds/price-tag-red-big.png) center center no-repeat;
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	text-align: center;
}

.details .product-data .price strong {
	display: block;
	margin: 0 auto;
	font-size: 1.2em;
	color: #FFF;
}

.details .product-gallery .big-image {
	width: 270px;
	height: 230px;
	line-height: 230px;
	text-align: center;
	overflow: hidden;
}

.details .product-gallery .big-image img {
	vertical-align: middle;
}

.details .product-gallery ul {
	margin: 5px 10px 10px 40px;
	text-align: center;
}

.details .product-gallery ul:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.details .product-gallery ul li {
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}

.details .product-gallery ul li a {
	display: table-cell;
	width: 54px;
	height: 54px;
	border: solid 1px #d8e0e4;
	vertical-align: middle;
	text-align: center;
}

.details .product-gallery ul li a img {
	display: block;
	margin: auto;
}

.details .tabs {
	padding: 9px 0 0;
	margin: 0 -3px 0 -4px;
	clear: both;
	background: url(../../_images_frontend/backgrounds/product-description-tabs.png) left bottom repeat-x;
	list-style: none;
}

.details .tabs:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.details .tabs li {
	display: inline;
	height: 26px;
	margin: 0 -1px 0 0;
	line-height: 26px;
	float: left;
}

.details .tabs li a {
	display: inline;
	padding: 0 0 0 10px;
	float: left;
	background: url(../../_images_frontend/backgrounds/product-tab.png) left 0 no-repeat;
	color: #fff;
}

.details .tabs li a span {
	display: inline;
	padding: 0 10px 0 0;
	float: left;
	background: url(../../_images_frontend/backgrounds/product-tab.png) right 0 no-repeat;
}

.details .tabs li a:hover,
.details .tabs li a:focus,
.details .tabs li a:active {
	background-position: left -26px;
	text-decoration: none;
}

.details .tabs li a:hover span,
.details .tabs li a:focus span,
.details .tabs li a:active span {
	background-position: right -26px;
}

.details .tabs li.active a,
.details .tabs li.ui-tabs-selected a {
	padding-left: 16px;
	background-position: left -52px;
}

.details .tabs li.active a span,
.details .tabs li.ui-tabs-selected a span {
	background-position: right -52px;
}

.details .tab {
	padding: 5px;
	margin: 1px -3px 10px;
	background: url(../../_images_frontend/backgrounds/product-description.png) left top repeat-x;
}

.details .similar-products {
	padding: 4px 4px 0;
	margin: 0 -4px;
	position: relative;
	background: url(../../_images_frontend/backgrounds/similar-products.png) center top no-repeat;
}

.details .similar-products h3 {
	width: 86px;
	height: 28px;
	padding: 0;
	line-height: 22px;
	margin: 0 -4px 5px;
	background: url(../../_images_frontend/backgrounds/subheading.png) left top no-repeat;
	color: #573100;
	text-align: center;
	font-size: 1em;
	font-weight: normal;
}

.details .similar-products ul h3 {
	width: auto;
	height: auto;
	line-height: inherit;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 3px;
	background: transparent;
	color: #343434;
	text-align: left;
}

.details .opinions-summary {
	padding: 0 0 2px;
	margin: 10px 0;
	background: url(../../_images_frontend/backgrounds/opinions.png) center bottom no-repeat;
}

.details .opinions-summary:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.details .opinions-summary dl {
	line-height: 21px;
	padding: 10px 15px 10px;
	margin: 0;
	background: url(../../_images_frontend/backgrounds/opinions.png) center 0 no-repeat;
}

.details .opinions-summary dl:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.details .opinions-summary dl dt {
	display: inline;
	width: 105px;
	float: left;
	text-align: right;
	font-weight: bold;
}

.details .opinions-summary dl dd {
	display: inline;
	width: 135px;
	margin-left: 15px;
	float: left;
}

.details .opinions-summary dl dd a.show-all {
	border-left: solid 1px #000;
	padding-left: 7px;
	margin-left: 4px;
	padding-right: 8px;
	background: url(../../_images_frontend/icons/bullet-3.png) right center no-repeat;
}

.details .opinions-summary .detailed-grades {
	padding: 10px 0 0;
	margin: 0 10px;
	background: url(../../_images_frontend/backgrounds/opinions-details.png) center 0 no-repeat;
}

.details .opinions-summary .detailed-grades dl {
	padding: 0 10px 10px;
	margin: 0 0 8px;
	background: url(../../_images_frontend/backgrounds/opinions-details.png) center bottom no-repeat;
}

.details .opinions-summary .detailed-grades dl dt {
	width: 100px;
	font-weight: normal;
}

.details .opinions-summary .detailed-grades dl dd {
	width: 135px;
}

.details .opinions-summary p {
	line-height: 23px;
	margin: 0 14px 8px;
}

.details .opinions-summary .reviews-tc {
	display: inline;
	float: left;
}

.details .opinions-summary .add-review {
	display: inline;
	float: right;
}

.details .opinions-summary .add-review a {
	display: inline;
	width: 83px;
	line-height: 23px;
	float: left;
	margin-right: -4px;
	background: url(../../_images_frontend/backgrounds/button-dark.png) center center no-repeat;
	color: #fff;
	text-align: center;
}

.details .opinions-list {
	margin: 0;
	list-style: none;
}

.details .opinions-list li {
	padding: 5px 0 15px;
	margin: 0 0 14px;
	background: url(../../_images_frontend/backgrounds/horizontal-separator.png) center bottom no-repeat;
}

.details .opinions-list li:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.details .opinions-list .detailed-grades {
	padding: 10px 0 0;
	margin: 0 10px 10px;
	background: url(../../_images_frontend/backgrounds/opinions-individual-details.png) center 0 no-repeat;
}

.details .opinions-list .detailed-grades dl {
	line-height: 21px;
	padding: 0 10px 10px;
	margin: 0;
	background: url(../../_images_frontend/backgrounds/opinions-individual-details.png) center bottom no-repeat;
}

.details .opinions-list dl:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.details .opinions-list .detailed-grades dl dt {
	display: inline;
	width: 100px;
	float: left;
	text-align: right;
	font-weight: normal;
}

.details .opinions-list .detailed-grades dl dd {
	display: inline;
	margin-left: 15px;
	float: left;
	width: 135px;
}

.details .opinions-list li p {
	margin: 10px;
	clear: both;
	text-align: justify;
}

.details .opinions-list li h6 {
	display: inline;
	line-height: 21px;
	margin: 0 10px 12px;
	float: left;
	font-size: 1.25em;
	font-weight: bold;
	font-style: normal;
}

.details .opinions-list li .mean-grade {
	display: inline;
	line-height: 21px;
	margin: 0 10px 12px;
	float: right;
	clear: none;
}

.details .opinions-list li .mean-grade span {
	display: inline;
	margin-left: 10px;
	float: left;
}

/*
* FORMS
*/

.error .message {
	display: none;
	width: 100%;
	position: absolute;
	left: -1px;
	top: 25px;
	background: #f4dada;
	border: 1px solid #c5cbce;
	text-align: center;
	color: #000;
}

.error:hover {
	z-index: 100;
}

.error:hover .message {
	display: block;
}

.field-text {
	display: inline;
	width: 254px;
	margin: 10px 8px 10px;
	float: left;
	position: relative;
	background: #fff url(../../_images_frontend/backgrounds/form-field.png) -109px 0 repeat-y;
	border: solid 1px #c5cbce;
}

.field-text {
	width: 268px;
	margin: 10px 15px 10px;
}

.inline .field-text {
	width: 208px;
}

.field-text:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.field-text label {
	display: inline;
	width: 80px;
	padding: 5px 5px 4px;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
}

.field-text input {
	width: 153px;
	padding: 5px;
	background: #fff;
	border: none;
	font-size: 1em;
}

fieldset .field-text input {
	width: 167px;
}

.inline .field-text input {
	width: 107px;
}


.field-textarea {
	display: inline;
	width: 272px;
	margin: 10px 14px 10px;
	float: left;
	position: relative;
}

.field-textarea label {
	display: block;
	margin-bottom: 2px;
}

.field-textarea textarea {
	width: 260px;
	padding: 5px;
	border: solid 1px #c5cbce;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
}


.field-select {
	display: inline;
	width: 254px;
	margin: 10px 8px 10px;
	float: left;
	position: relative;
	background: #fff url(../../_images_frontend/backgrounds/form-field.png) -109px 0 repeat-y;
	border: solid 1px #c5cbce;
}

.field-select {
	width: 268px;
	margin: 10px 15px 10px;
}

.inline .field-select {
	width: 208px;
}

.field-select:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.field-select label {
	display: inline;
	width: 80px;
	padding: 5px 5px 4px;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
}

.field-select select {
	width: 177px;
	padding: 5px;
	background: #fff;
	border: none;
	font-size: 1em;
}

fieldset .field-text select {
	width: 167px;
}

.inline .field-select select {
	width: 107px;
}


.field-constant {
	display: inline;
	width: 254px;
	margin: 10px 8px 10px;
	float: left;
	position: relative;
	background: #fff url(../../_images_frontend/backgrounds/form-field-constant.png) -109px 0 repeat-y;
	border: solid 1px #c5cbce;
}

.field-constant {
	width: 268px;
	margin: 10px 15px 10px;
}

.inline .field-constant {
	width: 208px;
}

.field-constant:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.field-constant label {
	display: inline;
	width: 80px;
	padding: 5px 5px 4px;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
}

.field-constant span {
	display: inline;
	float: left;
	padding: 4px;
	cursor: default;
}

fieldset .field-constant input {
	width: 167px;
}

.inline .field-constant input {
	width: 107px;
}


.field-text-narrow {
	display: inline;
	width: 118px;
	margin: 10px 8px 10px;
	float: left;
	position: relative;
	background: #fff url(../../_images_frontend/backgrounds/form-field.png) -109px 0 repeat-y;
	border: solid 1px #c5cbce;
}

fieldset .field-text-narrow {
	margin: 10px 15px 10px;
}

.field-text-narrow:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.field-text-narrow label {
	display: inline;
	width: 80px;
	padding: 5px 5px 4px;
	margin: 0 1px 0 0;
	float: left;
	text-align: center;
}

.field-text-narrow input {
	width: 16px;
	padding: 5px;
	background: #fff;
	border: none;
	font-size: 1em;
}


.field-checkbox {
	display: inline;
	line-height: 27px;
	width: 300px;
	margin: 10px 8px 10px;
	float: left;
	position: relative;
}

fieldset .field-checkbox {
	margin: 10px 15px 10px;
}

.field-checkbox input {
	margin: 0 5px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}


.field-radio {
	line-height: 27px;
	margin: 10px 8px 10px;
	clear: left;
	position: relative;
}

fieldset .field-radio {
	margin: 10px 15px 10px;
}

.field-radio label span {
	display: block;
	line-height: 1.5em;
	margin: 0 0 0 30px;
}

.field-radio input {
	display: inline;
	float: left;
	margin: 0 5px;
	position: relative;
	top: 2px;
	vertical-align: middle;
}


.field-buttons {
	display: inline;
	margin: 10px 6px 10px;
	float: right;
}

.one-column .field-buttons {
	margin-right: 48px;
}

fieldset .field-buttons {
	margin: 10px 25px 10px 15px;
}

.field-buttons:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.field-buttons input {
	width: 83px;
	height: 23px;
	margin-left: 10px;
	position: relative;
	top: 2px;
	background: url(../../_images_frontend/backgrounds/button-dark.png) center center no-repeat;
	border: none;
	color: #fff;
	font-size: 1em;
	text-transform: lowercase;
	cursor: pointer;
	outline: none;
}


/*
* ADDRESSES
*/

.addresses {
	padding: 15px 0 0;
	margin: 0 0 10px;
}

.addresses:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

.addresses li {
	display: inline;
	width: 116px;
	padding: 30px 15px 0;
	margin: 0 10px 40px;
	float: left;
	position: relative;
	background: url(../../_images_frontend/backgrounds/address.png) -146px 0 no-repeat;
	text-align: center;
}

.addresses li.default {
	background-position: 0 0;
}

.addresses li ul {
	margin: 0;
	list-style: none;
	text-align: center;
}

.addresses li li {
	display: inline;
	padding: 0;
	margin: 0;
	float: none;
	background: transparent;
}

.addresses li label {
	display: block;
	line-height: 20px;
	padding-top: 15px;
	margin: 0 -15px -35px;
	position: relative;
	top: 0;
	background: url(../../_images_frontend/backgrounds/address.png) -146px -295px no-repeat;
}

.addresses li h4 {
	width: 126px;
	line-height: 20px;
	padding: 0 10px;
	margin: 0 !important;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
}

.addresses li.default label {
	background-position: 0 -295px;
}

.addresses li label input {
	margin-right: 4px;
	position: relative;
	top: -1px;
	vertical-align: middle;
}


/*
* CORRECT MARKS
*/

.error {
	color: #d11010;
}

.correct {
	color: #c5d75b;
}

.field-text-narrow,
.field-select,
.field-text {
	position: relative;
}

.field-text .correct,
.field-text .error,
.field-text-narrow .correct,
.field-select .correct,
.field-text-narrow .error,
.field-select .error {
	position: absolute;
	right: -28px;
	top: 0;
}


/*
* FIELDS
*/

#content fieldset {
	margin: 20px auto 20px;
	position: relative;
}

#content.wide fieldset {
	width: 638px;
	padding: 0 82px 0 0;
	margin: 20px 10px 20px;
	position: relative;
}

#content fieldset:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#content.wide fieldset.authorization {
	background: url(../../_images_frontend/icons/authorization-small.jpg') right bottom no-repeat;
}

#content.wide fieldset.registration {
	background: url(../../_images_frontend/icons/registration.jpg') right bottom no-repeat;
}

#content.wide fieldset.payment {
	background: url(../../_images_frontend/icons/payment.jpg') right bottom no-repeat;
}

#content.wide fieldset.delivery {
	background: url(../../_images_frontend/icons/delivery.jpg') right bottom no-repeat;
}

#content fieldset legend span {
	position: absolute;
	left: 15px;
	top: 12px;
	color: #343434;
	font-weight: bold;
}

#content .fields {
	width: 510px;
	padding: 10px 5px 20px 20px;
	margin: 20px auto;
	clear: both;
	background: url(../../_images_frontend/backgrounds/form-fieldset-narrow.png) center bottom no-repeat;
	border-top: solid 1px #d8e0e4;
}

#content.wide .fields {
	width: 613px;
	background-image: url(../../_images_frontend/backgrounds/form-fieldset.png);
}

#content fieldset .fields {
	padding-top: 30px;
	margin-top: 0;
}

#content fieldset .one-column {
	width: 335px;
	padding: 30px 100px 20px 100px;
}

#content fieldset .one-column p {
	clear: both;
	width: 270px;
	margin: 0 15px;
	text-align: justify;
}

#content.wide fieldset.inline p {
	float: right;
	margin: -10px 25px 0 0;
}

#content .fields h4 {
	margin: 10px -5px 0;
	font-size: 1em;
}

#content .fields h4 strong {
	color: #e9a318;
	text-transform: uppercase;
}

#content .fields p {
	padding: 0;
	margin: 0 -5px 10px;
}

#content .fields dl {
	margin: 5px 5px 10px;
}

#content .fields dl dt {
	display: inline;
	margin-right: 5px;
	margin-top: 5px;
	float: left;
	clear: left;
	font-weight: bold;
}

#content .fields dl dd {
	display: inline;
	margin-top: 5px;
	float: left;
}

#content .fields dl:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.fields:after {
	content: '.'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.fields p {
	padding: 13px 0 0;
	margin: 0 10px 10px;
}

.fields-narrow {
	width: 290px;
	padding: 40px 150px 40px 0;
	margin: 0 auto;
}

.authorization {
	background: url(../../_images_frontend/icons/authorization.jpg) right center no-repeat;
}

.fields-narrow .field-text {
	display: block;
	width: 274px;
	float: none;
}

.fields-narrow .field-text input {
	width: 173px;
}


/*
* TOTAL
*/

.total-big {
	height: 52px;
	line-height: 52px;
	margin: -5px 5px 0 0;
	padding: 0 175px 10px 10px;
	position: relative;
	text-align: right;
}

fieldset .total-big {
	margin-right: 0;
}

.total-big h4 {
	display: inline;
	margin: 0;
}

.total-big img {
	vertical-align: middle;
}

.total-big strong {
	display: block;
	width: 153px;
	height: 52px;
	line-height: 52px;
	position: absolute;
	right: 0;
	top: 0;
	background: #f6ba12 url(../../_images_frontend/backgrounds/total-big.png) center center no-repeat;
	color: #573100;
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
}

.total-big strong span {
	font-size: .6em;
	font-weight: bold;
}


/*
* TOTAL SMALL
*/

.total-small {
	height: 41x;
	line-height: 41px;
	margin: -5px 5px 0 0;
	padding: 0 140px 10px 10px;
	position: relative;
	text-align: right;
}

fieldset .total-small {
	margin-right: 0;
}

.total-small h4 {
	display: inline;
	margin: 0;
}

.total-small img {
	vertical-align: middle;
}

.total-small strong {
	display: block;
	width: 118px;
	height: 39px;
	line-height: 39px;
	position: absolute;
	right: 0;
	top: 0;
	background: #ecf0f0;
	border: solid 1px #d9dddb;
	color: #2c2c2c;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

.total-small strong span {
	font-size: .6em;
	font-weight: bold;
}

/*
* BUTTONS
*/

ul.buttons {
	margin: 10px 0 15px;
	text-align: right;
	list-style: none;
}

.block ul.buttons {
	margin-right: 5px;
}

ul.buttons li {
	display: inline;
	margin-left: 3px;
}

/*
* SEARCH RESULTS FORM
*/

form.search-results {
	padding: 10px;
	margin: -5px -3px -3px;
	background: #eff3f4;
}

form.search-results:after {
 content: '.'; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
}

form.search-results hr {
	height: 0;
	margin: 10px -10px 10px;
	clear: both;
	border-top: solid 1px #d8e0e4;
	border-bottom: solid 1px #fbfcfc;
	border-left: none;
	border-right: none;
}

form.search-results h3 {
	display: inline;
	padding: 0 0 10px;
	margin: 0;
	float: left;
	font-size: 1em;
	font-weight: bold;
}

form.search-results .field-radio {
	display: inline;
	line-height: 1.5em;
	width: auto;
	padding: 0 0 10px;
	margin: 0;
	float: right;
	clear: none;
}

form.search-results .field-radio label {
	display: inline;
	margin-left: 10px;
}

form.search-results .field-radio label.group {
	font-weight: bold;
}

form.search-results .field-radio label input {
	vertical-align: middle;
	float: none;
	top: -2px;
}

form.search-results .field-buttons {
	clear: both;
}

form.search-results .field-between {
	display: inline;
	width: 248px;
	margin: 5px;
	float: left;
	border: none;
	background: transparent;
}

form.search-results .field-between label {
	display: inline;
	width: 70px;
	padding: 5px 5px 4px;
	margin: 0;
	float: left;
	font-weight: bold;
}

form.search-results .field-between label.to {
	width: auto;
	margin-left: 9px;
	margin-right: 10px;
}

form.search-results .field-between input {
	display: inline;
	margin: 0;
	width: 45px;
	padding: 5px;
	float: left;
	border: solid 1px #c5cbce;
	vertical-align: middle;
	font-size: 1em;
}

form.search-results .field-text {
	width: 248px;
	margin: 5px;
	border: none;
	background: transparent;
}

form.search-results .field-text label {
	width: 70px;
	text-align: left;
	font-weight: bold;
}

form.search-results .field-text input {
	width: 147px;
	padding: 5px;
	border: solid 1px #c5cbce;
}

form.search-results .field-select {
	width: 248px;
	margin: 5px;
	border: none;
	background: transparent;
}

form.search-results .field-select label {
	width: 70px;
	text-align: left;
	font-weight: bold;
}

form.search-results .field-select select {
	width: 159px;
	padding: 4px;
	border: solid 1px #c5cbce;
}
