/******** steps ********/
#steps {
	background: url(/img/site/steps-bg.png) no-repeat top;
	width: 540px;
	height: 34px;
}

#steps div {
	width: 540px;
	height: 34px;
}

#steps span {
	color: #ffffff;
	font-size: 1.25em;
	font-weight: bold;
}

#steps .active1 .step1, #steps .active2 .step2, #steps .active3 .step3, #steps .active4 .step4 {
	color: #00318a;
}

.active1 {
	background: url(/img/site/steps-active1.png) no-repeat top left;
}

.active2 {
	background: url(/img/site/steps-active.png) no-repeat 88px 0;
}

.active3 {
	background: url(/img/site/steps-active.png) no-repeat 200px 0;
}

.active4 {
	background: url(/img/site/steps-active.png) no-repeat 309px 0;
}

.step1 {
	position: relative;
	left: 16px;
}

.step2 {
	position: relative;
	left: 36px;
}

.step3 {
	position: relative;
	left: 56px;
}

.step4 {
	position: relative;
	left: 76px;
}

/******** order ********/

.order-prod, .order-step2 {
	background: #ececec;
	border: 1px solid #afafaf;
	padding: 6px;
	float: left;
	margin-top: 12px;
	width: 524px;
}

.order-prod label {
	width: auto;
	padding-top: 4px;
}

.list-left {
	border-right: 1px solid #d9d9d9;
	float: left;
	min-height: 100px;
	width: 180px;
}

#content .list-left img {
	float: left;
	padding: 10px 0 10px 0;
}

.list-left h4 {
	color: #292929;
}

#content .list-left h4 a {
	color: #218cde;
}

.list-right {
	float: left;
	padding: 14px 0 0 14px;
}

#order-prod2 .list-right, #order-prod2 .list-right2, .order-step2 .list-right, .order-step2 .list-right2 {
	float: left;
	padding: 5px 0 0 14px;
}

.list-right span, .list-right2 span, #order-details span {
	color: #f63622;
}

#order-details span.bigger, .list-right2 span.bigger {
	font-size: 1.30em;
}

#order-details {
	border-bottom: 1px dotted #888888;
	margin: 10px 0 0 0;
	float: left;
	width: 536px;
	padding: 0 0 10px 0;
}

.fline {
	margin: 3px 0 3px 0;
	clear: both;
	float: left;
}

#loging .fline, #order_form2 .fline {
	width: 100%;
	float: left;
}

#order-details .fline input, #order-details .fline label {
	float: left;
	text-align: left;
}

#order-details .fline input {
	margin: 1px 6px 0 0;
}

.form-left {
	float: left;
	width: 60%;
}

.form-right {
	float: left;
	height: 40%;
}

#form-bottom {
	margin: 0 auto;
	width: 270px;
	clear: both;
	padding: 20px 0 0 0;
}

#order {
	border-bottom: 1px dotted #888888;
   	padding: 10px 0 15px 0;
	clear: both;
}

#order h2 {
   	font-weight: bold;
	padding: 0 0 10px 0;
	float: none;
}

#account {
	margin: 20px 0 0 0;
}

#order-prod2 .list-right, .order-step2 .list-right {
	border-right: 1px solid #d9d9d9;
	float: left;
	width: 140px;
	min-height: 86px;
}

#order-prod2 .list-right2, .order-step2 .list-right2 {
	float: left;
	width: 170px;
	min-height: 86px;
}

#order .txt, .txt {
	width:135px;
	border: 1px solid #afafaf;
	height: 18px;
}

.txt-reg {
	width: 100%;	
}

#order label, label {
    display:block;
    color: #292929;
    float:left;
    width:130px;
    margin:0 4px 0 0;
    text-align:right;
    font-size:1em;
}

#order-prod1 label, #delivery label {
    width: 50%;
}

#order label.error {
    display: block;
    color: #ff0000;
    float: left;
    width: 250px;
    margin: 0 4px 0 0;
    text-align: left;
    font-size: 0.85em;
}
#order textarea.txt, textarea.txt {
    height:120px;
    width: 240px;
}
#order .lradio {
    display:inline;
    float:none;
    padding:0;
    margin:0;
}
#order_form1 {
    float:left;
    width:283px;
}
#order_form2 {
    float:right;
    width:247px;
}
#order_form2 label {
    width:97px;
}

.fline_c {
	margin: 0 auto;
	width: 131px;
	float: none;
	padding: 12px 0 0 0;
}

/******** product ********/

#filtr-prod {
	background: #ececec;
	border: 1px solid #afafaf;
	padding: 6px;
	float: left;
	margin-top: 12px;
	width: 524px;
}
#filtr-prod label {
	display: inline;
	float: none;
}
#filtr-prod h4 {
	color: #fa2b26;
	width: 150px;
	border-bottom: 1px solid #d5d5d5;
}
#filtr-prod ul {
	list-style: none;
}
#filtr-prod li {
	background: url(/img/site/list-red.png) no-repeat 0 4px;
	padding: 0 0 0 15px;
}
#filtr-prod li.active {
	font-weight: bold;
	color: #FA2B26;
}
#filtr-prod li.active a {
	color: #FA2B26;
}
#filtr-prod li a {
	color: #292929;
}
#content #filtr-prod img {
	padding: 4px 4px 8px 4px;
}
#filtr-prod .line {
	padding: 8px 0 4px 0;
}
#filtr-prod .list-left {
	border-right: 1px solid #afafaf;
	border-bottom: 1px solid #d5d5d5;
	padding-left:5px;
}
#filtr-prod .list-right {
	padding: 0 0 0 10px;
	border-bottom: 1px solid #d5d5d5;
}

#gallery {
	padding: 10px 0 0 0;
	list-style: none;
	float: left;
	clear: both;
	width: 538px;
}

#gallery li {
	padding: 0 10px 10px 0;
	height: 75px;
	width: 75px;
	float: left;
}

#content #gallery img {
	padding: 0;
}

#code {
	float: left;
	clear: both;
	padding: 0 0 10px 0;
	width: 538px;
}

.panel-promo {
	padding-top: 3px;	
}

/******** pagination *********/
.pagination {
	margin: 10px 0 10px 0;
	float: left;
	clear: both;
	width: 100%;
}

.pagination ul {
	display: inline;
	list-style-type: none;
	padding: 0;
	float: left;
}

.pagination-ul li {
	float: left;
	margin: 0 8px 5px 0;
	text-align: center;
}

#content .pagination-ul li a {
	background: url(/img/site/btn-page-number.png) no-repeat;
	color: #ffffff;
	display: block;
	float: left;
	font-weight: bold;
	width: 27px;
	height: 24px;
	padding: 4px 0 0 0;
}

#content .pagination-ul li.active a {
	background: url(/img/site/btn-page-active.png) no-repeat;
	color: #292929;
}

#content .pagination-ul li.prev a,
#content .pagination-ul li.next a {
	background: none;
	color: #ffffff;
	padding: 0;
	width: auto;
	height: auto;
	display: inline;
}

#content .pagination img {
	background: none;
	border: none;
	padding: 0;
	display: inline;
	float: left;
}

/******** product_list ********/
.product-list {
	clear: both;
	margin: 10px 0 10px 0;
	float: left;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #878787;
	width: 100%;
}
.product-list p {
	padding: 5px 0 5px 0;
}

#content .img-right {
	float: right;
}

.product-list div {
	background: #f5f5f5;
	border: 1px solid #dadada; 
	float: right;
	width: 438px;
	padding: 8px;
	margin: 6px 0 0 0;
}

#content .product-list div p {
	padding: 0;
	line-height: 1em;
}

.product-list span, #product_prices span {
	color: #f63622;
	padding: 0px;
}

/******** product ********/

#product_intro {
	float:left;
	clear: both;
}
#product_intro img {
	padding: 0 0 10px 0;
}

#product_prices {
	background: #ececec;
	border: 1px solid #afafaf;
	float: right;
	width: 280px;
	color: #434343;
	padding: 10px 10px 5px 10px;
	line-height: 2em;
	margin: 0 0 10px 0;
}

#product_prices img {
	padding-left: 0;
}

#product_prices span {
	padding: 0;
	line-height: 1em;
}

#product_prices p {
	padding: 3px 0 3px 0;
}

#product_prices .submit {
	margin: 0 0 -3px;
	padding: 8px 0 0 0;
}

#product_prices .txt{
	border: 1px solid #afafaf;
	font-size: 0.92em;
	color: #F63622;
	height: 16px;
	margin: 0pt 2px 2px;
	padding: 1px;
	text-align: center;
	width: 36px;
}

#description {
	clear: both;
	margin: 10px 0 10px 0;
	width: 100%;
	float: left;
	text-align: justify;
}

#description span {
	padding: 0;
	line-height: 1em;
}

/******** webuser ********/

.registration {
	border-bottom: none !important;
}

/******** search ********/

.searchBox .txt {
	margin: 5px 8px 0 0;
	border: 1px solid #a7a7a7;
	color: #525252;
	background: none;
	font-size: 1em;
	width: 320px;
}

.searchBox .txt-sub {
	padding-top: 5px;
}

#result_report {
	background: #ECECEC;
	width: 100%;
	padding: 5px 3px 5px 3px;
	font-weight: bold;
	float: left;
	margin-bottom: 10px;
}

#results a {
	font-weight: bold;
	text-decoration: underline;
	font-size: 1.08em;
}

.description {
	font-size: 0.92em;
}

.url {
	font-size: 0.92em;
	color: #1A57A4;
}

#other_pages {
	font-weight: bold;
	background: #ECECEC;
	width: 100%;
	padding: 5px 3px 5px 3px;
}


/**
 * Api_message
 */
.api_msg_wraper {
	position: fixed;
	top: 0;
	left: 0;
}
 
.api_msg {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.api_msg .content {
  padding: 10px;
  background-color: #FA2B26;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1.5em;
  width: 388px;
}
.api_msg .content .button_area {
  margin-top: 8px;
  text-align: center;
}
.api_msg .content .button_area a {
  color: #ffffff;
}
.api_msg .content .button_area a img {
  display: inline;
}
.api_msg .status {
  padding: 4px;
  background-color: #FA2B26;
  color: #ffffff;
  font-weight: bold;
  width: 400px;
  float: left;
}
.api_msg .status .counter {
  font-size: 80%;
  float: left;
}
.api_msg .status .closer {
  float: right;
}
.api_msg .status .closer a {
  color: #ffffff;
  text-decoration: none;
}
.api_msg .footer {
  clear: both;
  float: left;
}
.api_msg .bb {
  float: left;
  height: 4px;
  width: 400px;
  background-color: #FA2B26;
}
.api_msg .cl {
  float: left;
  height: 4px;
  width: 4px;
  background-image: url(/img/admin/mcbl.png);
}
.api_msg .cr {
  float: left;
  height: 4px;
  width: 4px;
  background-image: url(/img/admin/mcbr.png);
}
.api_overlay { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 550px; 
}

#cart_overall_gross_price {
	line-height: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
}

.sitemap {
	list-style-image: url(/img/site/list-grey.png);
	margin: 0 0 0 20px;
}

.sitemap ul {
	margin: 0 0 0 10px;
}

#content .sitemap a {
	color: #1A57A4;
}

#content .sitemap ul a {
	color: #292929;
}

#content a.sale1 {
	background-image: url(/img/site/btn-sale1.png);
	width: 260px;
	height: 22px;
	float: left;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 15px;
	text-decoration: none;
}

#content a.sale2 {
	background-image: url(/img/site/btn-sale2.png);
	width: 260px;
	height: 22px;
	float: right;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
	margin-bottom: 15px;
	text-decoration: none;
}