div.telephone {
    background: url("images/icons-sprite.gif") no-repeat scroll 0 -333px transparent;
}

#cart i{
    background: url("images/icons-sprite.gif") no-repeat scroll left -468px transparent;
    padding-left: 25px;
}

#search .form-button { border-color: #eca048 #db7600 #d77400 #e88e24; background: #e47b00;}
#search .form-textbox-border { background: white url(images/icons-sprite.gif) no-repeat 2px -381px; }

#footer-wrapper { background:url(images/footer_bg.jpg) #f9f9f9 repeat-x;}

div.catalog-item-filter .r0 { border-color: #FFF; }
div.catalog-item-filter-body-inner, div.catalog-item-filter .r1 { background-color: #e6e6e6; }
div.catalog-item-filter-title a { border-color: #506CBC;}
div.catalog-item-filter-title a:hover { border-color: #EA0000;}

div.filter-active div.catalog-item-filter-title span { background-color: #fff79e; }

div.catalog-item-sorting a.selected { background-color: #e6e6e6; color: #000;}
div.catalog-item-sorting a.desc { background-image: url(images/icons-sprite.gif); background-repeat: no-repeat; background-position: right -185px;}
div.catalog-item-sorting a.asc {  background-image: url(images/icons-sprite.gif); background-repeat: no-repeat; background-position: right -228px;}

div.catalog-item-price span { background-color:#e6e6e6; }

div.catalog-red{color:#fff; background:url(images/left_red.gif) no-repeat left #e50707;}
div.catalog-title .catalog-red{background: url(images/right_red.gif) no-repeat right;}

div.catalog-yellow{color:#fff; background:url(images/left_yellow.gif) no-repeat left #ffae00;}
div.catalog-title .catalog-yellow{background: url(images/right_yellow.gif) no-repeat right;}

div.catalog-blue{color:#fff; background:url(images/left_blue.gif) no-repeat left #4771dc;}
div.catalog-title .catalog-blue{background: url(images/right_blue.gif) no-repeat right;}

div.catalog-item-links a, div.catalog-item-links span { background: url(images/icons-sprite.gif) no-repeat; }
div.catalog-item-links span.catalog-item-available { background-position: 0 -56px; color: #0E9500;}
div.catalog-item-links span.catalog-item-not-available { background-position: 0 -83px; color: #CC1300;}
div.catalog-item-links a.catalog-item-compare { background-position: 0 0; }
div.catalog-item-links a.catalog-item-compared { background-position: 0 -27px; color: #B3B3B3;}
div.catalog-item-links a.catalog-item-buy { background-position: 0 -110px; color: #C19100;}
div.catalog-item-links a.catalog-item-in-the-cart { background-position: 0 -137px; color: #B3B3B3;}

table.catalog-section-childs a { color: #000; background: url(images/icons-sprite.gif) no-repeat 0 -508px; }

div.catalog-detail-image { border-color: #ccc; }
div.catalog-detail-price label { color: #999999; }
div.catalog-detail-price p { color: #000;}

div.catalog-detail-property { border-color: #ccc;}

div.catalog-admin-buttons a { color: #FFF !important; }

/* Inline Filter */
div.inline-filter b { background: #e6e6e6; }

/* Content Block */
div.content-block { border-color: #e5e5e5;}
div.content-block h3 { color: #CE0000; }

/* Special Offer Block */
div.content-block-special { background-color: #f3f3f3; }
div.content-block-special .item-image a { border-color: #cfc19c;}

/* Subscribe Block */
div.content-block-subscribe { background-color: #F3F3F3; }

/* Content Block List */
dl.block-list dt span{background: #eaeaea; }

/* News List */
div.news-date { color: #919191;}

/* Order List */
span.order-status { background-color: #A4A4A4; color: #FFF; padding: 1em; display:inline;}
span.order-status-n { background-color: #FFAE00;}
span.order-status-deny { background-color: #F20000;}
span.order-status-p { background-color: #3ABE00;}

div.order-items { color: #7F7F7F}

/* Subscription */
div.subscription-title b, div.subscription-title-inner {background-color:#E6E6E6;}
div.subscription-title .r2, div.subscription-title .r0 {border-color:#FAFAFA;}
div.subscription-form { border-color: #E5E5E5;}
div.subscription-rubric span, div.subscription-format span, div.subscription-utility p { color: #787878; }

/* Cart Item List */
table.cart-items thead td { color: #7F7F7F;}
table.cart-items td { border-color: #E5E5E5; }
td.cart-item-actions a.cart-delete-item { background: url(images/icons-sprite.gif) no-repeat 0 -83px; } 

/*Compare Grid */
div.compare-props { border-color: #e47b00; }
div.compare-props label { color: #000; }
div.compare-props label.unchecked { color: #b2b2b2;}

table.compare-grid thead td { background-color: #ECECEC; border-color: #D9D9D9; }
table.compare-grid tr.alt td { background-color: #F6F6F6;}
table.compare-grid .compare-delete-item { background: url(images/icons-sprite.gif) no-repeat 0 -83px;  }

/* Paging */
span.nav-current-page { background-color:#e6e6e6; }
div.navigation span.disabled, div.navigation span.arrow, div.navigation span.ctrl   { color:#7E7E7E;}

/* Search results*/
div.search-item, table.search-filter td { border-color: #e6e6e6;}
div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field { background: #F8F7F7; border-color: #D9D9D9; }
div.search-advanced, div.search-item-meta, div.search-item-meta a, div.search-advanced-result a { color: #8a8a8a !important;}
div.search-sorting b { background: #e6e6e6; }

/*Common Elements */
div.content-form div.form-input input, div.content-form div.form-input textarea, div.content-form div.form-input select
{
	background: #F8F7F7;
	border-color: #DEDEDE;
}
div.content-form div.field-error div.form-input input, 
div.content-form div.field-error div.form-input textarea, 
div.content-form div.field-error div.form-input select
{
	color: red;
	background:	#fff8d3;
}
div.content-form div.field label.field-title { color:#555; }
div.content-form div.description { color:#979797;}

div.content-form div.field-error div.form-input input, 
div.content-form div.field-error div.form-input textarea, 
div.content-form div.field-error div.form-input select
{
	color: red;
	background:	#fff8d3;
}

/*Error & OK messages*/
.errortext, .starrequired { color: red;}  
.errortext, .notetext { border-color: #FFD482;}

div.catalog-detail-property b, div.catalog-detail-property span {
    background: none repeat scroll 0 0 white;
}

span.sticker {color:#FFAE00;}

div.catalog-detail-recommend {padding: 0px;}





.page-inter-exter
{
float:right;
width:750px;
margin-bottom:30px;
position:relative;
}
.page-inter-exter-slide-l
{
float:left;
width:530px;
height:260px;
position:relative;
}
.page-inter-exter-slide-l1,
.page-inter-exter-slide-l2
{
float:left;
width:530px;
height:260px;
display:none;
}
.page-inter-exter-slide-l1.active,
.page-inter-exter-slide-l2.active
{
display:block;
}
.page-inter-exter-slide-l-item
{
float:left;
width:530px;
height:260px;
display:none;
}
.page-inter-exter-slide-l-item img
{
width:530px;
height:260px;
}
.page-inter-exter-slide-l-item.active
{
display:block;
}
.content-container-header
{
float:right;
width:750px;
color:#fff;
margin-top:20px;
color: #ffffff;
font-family: Verdana;
font-size: 22px;
margin-bottom:20px;
}
.page-inter-exter-slide-r
{
float:right;
width:190px;
}
.page-exterior-control
{
float:right;
width:750px;
margin-bottom:20px;
}
.page-interior-control
{
float:right;
width:750px;
}
.ex-control-name,
.in-control-name
{
float:left;
width:100%;
color: #fff;
font-size: 12px;
font-weight:bold;
font-family: 'Verdana';
margin-bottom:4px;
}
.ex-control-name span
{
font-weight:normal;
}
.ex-control-item
{
float:left;
width:40px;
height:24px;
margin-right:10px;
padding-bottom:4px;
cursor:pointer;
}
.ex-control-item span
{
display:block;
width:40px;
height:24px;
}
.in-control-item
{
float:left;
margin-right:10px;
padding-bottom:4px;
width:76px;
height:24px;
cursor:pointer;
}
.in-control-item img
{
width:76px;
height:24px;
}
.ex-control-item.active,
.in-control-item.active
{
border-bottom:2px solid #fff;
}
.page-inter-exter-slide-name
{
float:Left;
width:100%;
color: #fff;
font-size: 11px;
margin-bottom:3px;
}
.ex-mini-slider,
.in-color1-slider,
.in-color2-slider
{
float:left;
width:100%;
height:65px;
margin-bottom:10px;
}
.ex-mini-slider-item,
.in-color1-slider-item,
.in-color2-slider-item
{
float:left;
width:100%;
height:65px;
display:none;
}
.ex-mini-slider-item.active,
.in-color1-slider-item.active,
.in-color2-slider-item.active
{
display:block;
}
.btn-toggle
{
position:absolute;
z-index:1;
background: linear-gradient(to bottom, #9e9c99 0%, #82807e 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 3px;
bottom: 30px;
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
color: #fff;
font-size: 12px;
padding: 2px 8px;
position: absolute;
left: 350px;
text-decoration: none;
font-family: 'Verdana';
cursor:pointer;
}
.exter-name.active,
.ex-mini-slider.active
{
visibility:visible;
}
.exter-name,
.ex-mini-slider
{
visibility:hidden;
}