/**********************************

Author: THC

***********************************/


@import "reset.css";

html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font: 72% Tahoma, Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
	text-align: center;
	background-color: #22211d;
}
img {
	vertical-align: middle;
	border: none;
}
hr, .cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0;
	padding: 0;
	border: none;
	visibility: hidden;
}

h4 {
    color: #4d8600;
    margin: 15px 0 3px 0;
}

/* mezera */
.cleaner {
    margin: 10px 0;
}

p {
	text-indent: 0;
	margin: 0;
	line-height: 1.5em;
}
a {
	color: #4D8600;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

th {
    background-color: #e3d6b5;
    border: 1px solid #bbb196;
    line-height: 35px;
    color: #463732;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 10px;
}

td {
    border: 1px solid #bbb196;
    background-color: #f5ebd0;
}

div.table {
	width: 100%;
}
div.table table {
	border-collapse: separate;
	border-spacing: 1px;
	width: 100%;
	font: 100% Tahoma, Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
}

table.table-form th {
    background-color: #e3d6b5;
    color: #3b332b;
    line-height: 32px;
}

table.table-form td, table.nice-table td {
    padding: 8px;
}

form.cmxform fieldset { margin-bottom: 10px; }

form.cmxform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}

form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}

form.cmxform fieldset ol {
	margin: 0;
	padding: 0;
	}

form.cmxform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}

form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}

form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}

form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
	}

form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.cmxform label { width: 130px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 133px; } /* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

form .form-errors {
    margin-left: 130px;
    font-size: 90%;
    color: #c80000;
}

form.cmxform {
	width: 100%;
 color: #9e846e;
	}

form.cmxform input {
    border: 1px solid #9e846e;
    background-color: #fff;
}
form.cmxform legend {
}

form.cmxform legend,
form.cmxform label { color: #3b332b; }

form.cmxform fieldset {
	border: none;
	border-top: 1px solid #bbb196;
	border-right: 1px solid #bbb196;
	}
form.cmxform fieldset li {
	padding: 5px 10px 7px;
	background: url(../images/cmxform-divider.gif) left bottom repeat-x;
	}
	
form .help {
    font-size: 0.9em;
}

form .form-note {
    font-size: 0.9em;
    margin-bottom: 4px;
}

/* common */
.rt {
	text-align: right;
}
.lt {
	text-align: left;
}
.c, .center {
	text-align: center;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*cols*/
.s1 {
	width: 100%;
}
.s2 {
	width: 49%;
}
.s3 {
	width: 33%;
}
.s4 {
	width: 24%;
}

/* ui.tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}

.info {
    background: #e3d6b5 url('../images/error_info.png') no-repeat 2%;
    border: 1px solid #bbb196;
    line-height: 36px;
    padding-left: 40px;
    color: #463732;
    font-weight: bold;
    margin: 10px 0;
    -moz-border-radius: 4px; -webkit-border-radius: 4px;
}


/* layout*/
#site-outer {
	background: #22211d url('../images/el_topbg.gif') repeat-x top;
}
#site-main {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	text-align: left;
}
#site-header {
	width: 100%;
	height: 260px;
	position: relative;
	background: transparent url('../images/el_header.jpg') no-repeat top center;
}
/* LOGO 980 x 260 */
#site-logo {
	border: 0;
	margin:  0;
	padding: 0;
}
/* 300 x 225 */
#site-logo a {
	display: block;
	text-decoration: none;
	background-color: transparent;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 0;
	width: 300px;
	padding-top: 215px;
	height: 0px !important;
    height /**/: 215px;
	cursor: pointer;
}
#site-search {
	margin-left: 70px;
	margin-top: 10px;
	height: 25px;
	width: 500px;
}
#search_keywords {
	font-size: 11px;
	padding: 3px 3px 3px 5px;
	margin: 0 0 2px 0;
	background: #f3e3bc;
	width: 180px;
	border: 0;
	vertical-align: bottom;
}
#search_button, .login_button, .continue_btn {
	border: none !important;
	color: transparent;
	width: 75px;
	height: 24px;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
	background: url('../images/search_btn.png') no-repeat 0 0;
	cursor: pointer;
}
#search_button:hover {
	background: url('../images/search_btn.png') no-repeat 0 -24px;
}
.login_button {
	width: 77px;
	height: 24px;
	background: transparent url('../images/login_btn.png') no-repeat top left !important;
}

.login_button:hover {
    background: transparent url('../images/login_btn.png') no-repeat 0 -24px !important;
}

/* 102 x 46 */
.continue_btn {
    width: 102px;
    height: 23px;
    background: transparent url('../images/continue_btn.png') no-repeat 0 0 !important;
}

.continue_btn:hover {
    background: transparent url('../images/continue_btn.png') no-repeat 0 -23px !important;
}
#account-info .login_button
{
    line-height: 30px !important;
    position: relative;
    _top: 3px;
    background: transparent url('../images/login_top_btn.png') no-repeat 0 0 !important;
}

#account-info .login-input {
    width: 110px;
    padding: 4px 0 4px 4px;
    background: transparent url('../images/input_bg.png') repeat-x;
    font-size: 11px;
    color: #3c2f2b;
    border: none;
}

#account-info .login_button:hover {
    background: transparent url('../images/login_top_btn.png') no-repeat 0 -24px !important;
}

#account-info a {
    color: #f5ff9f;
    text-decoration: underline;
    font-size: 11px;
    text-transform: lowercase;
}

#account-info .new-registration {
    position: absolute;
    left: -120px;
    top: -6px;
}

#account-info {
    position: absolute;
    line-height: 30px;
    vertical-align: middle;
    width: 315px;
    right: 15px;
    top: 10px;
}
#account-info a {
	
}
#cart {
	font-size: 11px;
	position: absolute;
	left: 832px;
	text-align: center;
	top: 103px;
	color: #feffd4;
}

#cart .price {
    color: #f7ff00;
    font-size: 12px;
}

#cart a {
    color: #feffd4;
    font-weight: bold;
    text-transform: lowercase;
    text-decoration: underline;
}

#cart table, #cart table td {
	background: transparent;
    white-space: nowrap;
    overflow: visible;
    text-align: left;
	border-style: none;
}
#cart table {
	width: 155px;
}

#cart table td {
    padding: 7px 3px;
}

.cart-qty-wrap {
    position: relative;
}

.cart-qty-input {
    width: 30px;
    position: relative;
    left: -10px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #a48b75;
}

.cart-qty-up, .cart-qty-down {
    width: 20px;
    position: absolute;
    float: right;
    top: 5px;
    left: 55px;
    _left: 28px;
    height: 6px;
    overflow: hidden;
    text-indent: 9999em;
    border: 0;
    line-height: 0px;
    font-size: 0px;
    background: transparent url('../images/up_down.png') no-repeat 0 0;
    cursor: pointer;
}

.cart-qty-down {
    top: 15px;
    background: transparent url('../images/up_down.png') no-repeat 0 -6px ;
}

.cart-delete {
    border: 0;
/*    width: 26px;*/
    width: 100%;
    height: 25px;
    display:block;
    text-align: center;
    font-size: 0px;
    line-height: 0px;
    text-indent: -1000em;
    overflow: hidden;
    background: transparent url('../images/delete_btn.png') no-repeat 50% 0;
    cursor: pointer;
}

.cart-delete:hover {
    background: transparent url('../images/delete_btn.png') no-repeat 50% -25px;
}

.cart-order-btn {
    display: block;
    float: right;
    width: 102px;
    margin: 5px;
    height: 23px;
    background: transparent url('../images/order_btn.png') no-repeat -123px 0;
}

.cart-order-btn:hover {
    background: transparent url('../images/order_btn.png') no-repeat -123px -23px;
}

.cart-order-btn span {
    display: none;
}

.cart-totalsum {
    height: 32px;
    color: #3b332b;
    text-align: right;
    padding-right: 30px;
    text-transform: lowercase;
}

.cart-totalsum .price {
    text-transform: capitalize;
}

.cart-desc p {
    margin: 4px;
    width: 400px;
}

.cart-desc a {
    font-weight: bold;
    text-decoration: underline;
    color: #5e9e00;
}

.cart-desc img {
    float: left;
    border: 1px solid #aea58d;
    margin: 0 4px 4px 0;
}

#site-menu {
    position: absolute;
    right: 57px;
    bottom: 0;
    width: 550px;
}

#site-menu a {
    display: block;
    float:left;
    white-space: nowrap;
    font-size: 11px;
    font-weight: bold;
    margin: 0 10px;
    line-height: 40px;
    color: #f3e4bd;
    text-transform: uppercase;
    text-decoration: none;
}

#site-menu a:hover {
    color: #fff;
}

#site-menu strong {
    display: block;
    float: left;
    width: 2px;
    height: 40px;
    background: transparent url('../images/menu_sep.png') no-repeat 0 3px ;
}

#site-left-sidebar {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	margin-left: -1000px;
	text-align: center;
	position: relative;
}
#site-left-sidebar div {
	background-color: #303222;
	margin: 0 10px;
}
#site-left-sidebar .sidebar-bottom div, #site-left-sidebar .sidebar-top div {
	margin: 0;
	padding: 0;
}
#site-left-sidebar .sidebar-bottom, #site-left-sidebar .sidebar-top {
	background-color: #22211d;
	margin-bottom: 10px;
}
#site-left-sidebar .sidebar-top {
	margin-bottom: 0px;
	margin-top: 10px;
}
#site-left-sidebar h3 {
	margin: 0 auto;
	padding: 0;
	height: 42px;
	width: 238px;
	line-height: 42px;
	color: #ffecc7;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	background: transparent url('../images/leftbox_bg.png') no-repeat center center;
}
#eshop-menu ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}
#eshop-menu ul li a {
	display: block;
	text-decoration: none;
    margin: 0;
    padding: 0;

}

#eshop-menu ul li {
    height: 100%;
    margin: 0px;
    padding: 0px;

}
#eshop-menu ul li a {
	/*background: #303222 url('../images/menu_row.gif') repeat-x;*/
/*  color: #f2e1be;*/
	color: #fff;
	/*font-size: 12px;
	font-weight: bold;
	padding: 0.5em;*/
	padding: 2px 0;
	padding-left: 15px;
}


#eshop-menu a.current {
	background: #303222;
  color: #BEF36E;
/*	color: #A17138;*/
}
#eshop-menu ul li a:hover {
	color: #BEF36E;
}
#eshop-menu ul li li a {
	padding-left: 25px;
}
#eshop-menu ul li li li a {
	padding-left: 35px;
}
#eshop-menu ul li li li li a {
	padding-left: 45px;
}
#eshop-menu ul li li li li li a {
	padding-left: 55px;
}
#site-content-outer {
    float: left;
    width: 100%;
}
#site-content {
	margin: 10px;
	margin-left: 260px;
    min-height: 700px;
    height: 700px;
	background-color: #efe5ca;
}
div[id] #site-content {
    height: auto
}

#site-content ul { margin: 0; }
#site-content ul, #site-content ol { margin-left: 30px; }
#site-content ul li, #site-content ol li                        { padding: 2px 0; }


#site-content-inner {
    padding: 20px;
}
#site-content h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	padding-left: 15px;
	margin-bottom: 10px;
	color: #fffaeb;
	text-align: left;
	zoom: 1;
	background: transparent url('../images/el_hbg.jpg') no-repeat;
}

#main-banner {
    margin-bottom: 10px;
}

#site-content h2 {
    margin-bottom: 10px;
    color: #4d8600;
}

#site-footer {
	width: 100%;
	height: 54px;
	clear: both;
	color: #9abb6e;
	font-size: 11px;
	text-align: center;
	background: transparent url('../images/el_footer.jpg') no-repeat center center;
	margin-bottom: 50px;
}
#site-footer p {
	line-height: 20px
}
.elovec-copy a {
	font-weight: bold;
}
.vortex-copy {
	color: #fee2b5;
	width: 200px;
	text-align: center;
	position: relative;
	left: 760px;
	top: 20px;
}
* html .vortex-copy {
	left: 360px;
}
.vortex-copy a {
	color: #ffeb03;
}
/* product box & shit 214 x 50  */
#product-category {
    text-align: left;
}
.product-box-wrap {
	display: inline-block;
	width: 100%;
    text-align: center;
	margin: 0 !important;
	padding: 0;
}
.product-box-wrap li {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	width: 214px;
	height: 320px;
	margin: 0 6px;
    padding: 0 !important;
	margin-bottom: 15px;
	overflow: hidden;
	background: #aea38d url('../images/box_bottombg.png') no-repeat bottom center;
}

.product-content {
	margin: 0 22px;
	height: 194px;
  position: relative;
}
.product-box-wrap h2 {
	background: transparent url('../images/box_topbg.jpg') no-repeat top center;
	font-size: 11px;
	font-weight: bold;
	padding: 5px;
	margin: 0px !important;
	height: 50px;
}
.product-box-wrap h2 a {
	color: #bef36e;
	text-decoration: underline;
}
.product-image {
	background: #fff;
	width: 170px;
	height: 170px;
	overflow: hidden;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.product-image img {
	display: block;
	position: relative;
	left: 0;
	margin: 0 auto;
}
.product-price {
	color: #3b332b;
/*	text-transform: lowercase;*/
	position: relative;
	top: 30px;
}
.product-price span {
	color: #5e9e00;
	font-size: 14px;
	font-weight: bold;
  margin-bottom: 2px;
}
.product-price span.productPriceDiscount {
  font-size: 12px;
  color: #477700;
  font-weight: normal;
}
.product-price span.productTaxPrice {
  display: none;
}
.product-price span.productSpecialPrice {
  color: #c80000;
}
.product-price span.normalprice {
  font-size: 12px;
  text-decoration: line-through;
}

.normalprice, .productSpecialPriceSale {
  text-decoration: line-through;
  }

.productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
  color: #ff0000;
  }

span.productSpecialPrice, SPAN.productSalePrice, .stockWarning, span.coming {
  color: #ee0a00;
  font-weight: bold;
}

span.productNormalPrice {
  color: #000000;
  font-weight: bold;
}

span.productTaxPrice {
  color: #666666;
  font-size: 10px;
}

span.productSpecialPriceSale {
  color: #ee0a00;
  text-decoration: line-through;
}

span.productPriceDiscount, .inputRequirement {
  color: #ee0a00;
  font-size: 11px;
}

.product-price br {
  display: none;
}
.product-controls {
	margin: 0 2px;
	margin-top: 35px
}
.todetail, .addcart {
	float: right;
	border: 0;
	display: block;
	margin: 0;
	padding: 0;
	width: 101px;
	height: 29px;
	cursor: pointer;
}
.todetail span {
	display: none;
}
/* 101 x 29  */
.todetail {
	float: left;
	background: transparent url('../images/detail_btn.png') no-repeat center center;
}
/* 102 x 29  */
.addcart {
	text-indent: -1000em;
	overflow: hidden;
	width: 102px;
	background: transparent url('../images/tocart_btn.png') no-repeat center center;
}
/* product detail & stuff */
#product-detail {
	margin: 0 10px;
}

#product-detail h2 {
    color: #477700;
    font-size: 16px;
    line-height: 22px;
}

.ppy ul {
/* hide everything if js deacitvated */
	height:         0px;
	width:          0px;
	padding:        0px;
	margin:         0px;
	overflow:       hidden;
}
.ppy-stage {
	background:     transparent no-repeat center center;
}
#detail-image-outer {
    float: left;
	background: transparent url('../images/detail_picbg.png') no-repeat center center;
	width: 250px;
	height: 250px;
}
#detail-image {
	margin: 7px;
}
.ppy {
	font-size: 0.8em;
}
.ppy-stagewrap {
    background: #fff;
    position: relative;
	overflow: hidden;
	display: table-cell !important;
	vertical-align: middle;
}
.ppy-stage {
    width: 235px;
	height: 235px;
}
.ppy-stage img {
	display: block;
	position: relative;
	left: 0;
	margin: 0 auto;
}
.ppy-tools {
	overflow:       hidden;
	zoom:           1;
    /* IE float container hasLayout fix */
	position:       absolute;
	padding:        10px;
	top:            0px;
	background:     #000;
	z-index:        100;
	display:        inline;
}
.ppy-tools.ppy-left {
	left:           0px;
	-moz-border-radius: 0 0 6px 0;
	-khtml-border-radius: 0 0 6px 0;
	-webkit-border-radius: 0 0 6px 0;
	border-radius:  0 0 6px 0;
}
.ppy-tools.ppy-right {
	right:           0px;
	-moz-border-radius: 0 0 0 6px;
	-khtml-border-radius: 0 0 0 6px;
	-webkit-border-radius: 0 0 0 6px;
	border-radius:  0 0 0 6px;
}
.ppy-tools div {
	width:          25px;
	height:         0px !important;
	padding-top:    35px;
	overflow:       hidden;
	float:          left;
	background:     transparent no-repeat center top;
	cursor:         pointer;
}
.ppy-prev {
	background-image: url('../images/prev.png') !important;
}
.ppy-enlarge {
	width:          49px !important;
	margin:         0 10px;
	background-image: url('../images/enlarge.png') !important;
}
.ppy-compact {
	width:          49px !important;
	margin:         0 10px;
	background-image: url('../images/compact.png') !important;
}
.ppy-next {
	background-image: url('../images/next.png') !important;
}
.ppy-tools div:hover {
	background-position: center -35px;
}
.ppy-cap {
    opacity:        0.7;
    -ms-filter:     "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE8 */
    filter:         progid:DXImageTransform.Microsoft.Alpha(Opacity=70); /* IE7 lte */
    z-index:        100;
	background:     #323d25;
	color:          #fff;
	line-height:    1.2em;
	position:       absolute;
	bottom: 0;
	left: 0;
	overflow:       hidden;
}
.ppy-textwrap {
	padding:        5px;
}
.ppy-loading {
	background:     #fff url('../images/loading.gif') no-repeat center !important;
}

#detail-top {
    height: 300px;
}

#detail-table {
    width: 416px;
    float: right;
}

#price-info {
    width: 400px;
    float: right;
    font-size: 120%
}

#price-info p {
  float: left;
  width: 185px;
  font-size: 11px;
  line-height: 40px;
  text-transform: lowercase;
  font-weight: bold;
}

#detail-table input {
    border: 1px #9e846e solid;
}

#detail-table span {
    float: left;
    width: 185px;
    margin-left: 15px;
    text-align: left;
    font-size: 11px;
    text-transform: lowercase;
    font-weight: bold;
}
.price {
    color: #5e9e00;
    font-size: 18px;
    font-weight: bold;
}
.dph {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    color: #3b332b;
}

#detail-table strong {
    float: left;
    width: 200px;
    text-align: left;
}

/* 416 x 36 */
#detail-table p {
    padding: 0;
    margin: 0;
    border: 0;
    height: 36px;
    line-height: 36px;
    color: #3b332b;
    background: transparent url('../images/detail_linebg.png') no-repeat bottom left;
}
/* 102 x 48  */
.tocart-btn {
    width: 102px;
    height: 24px;
    line-height: 36px;
    border: 0 !important;
    text-indent: -1000em;
	overflow: hidden;
    background: transparent url('../images/detail_tocart.png') no-repeat top left;
    cursor: pointer;
}
.tocart-btn:hover {
    background: transparent url('../images/detail_tocart.png') no-repeat bottom left;
}
.amount {
    position:relative;
    bottom: 6px;
}
#detail-tabs {
    clear: both
}

#productDescription table, #productDescription table td {
  border: 0;
  background: transparent;
}

#paging {
    text-align: center;
}

#paging ul {
    display: inline-block;
	margin: 20px;
	padding: 0;
}

#paging li {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
	overflow: hidden;
    height: 24px;
}

#paging li a {
    display: block;
    line-height: 24px;
    width: 21px;
    color: #3f5369;
    text-decoration: none;
    overflow: hidden;
    font-size: 11px;
    font-weight: bold;
    background: transparent url('../images/paging.png') no-repeat -42px 0;
}

#paging li a:hover {
    background: transparent url('../images/paging.png') no-repeat 0 0;
}

#paging li a.current-page, #paging li a.current-page:hover {
    color: #fff;
    background: transparent url('../images/paging.png') no-repeat -21px 0;
}
#paging li a.prev-page, #paging li a.prev-page:hover {
    width: 32px;
    text-indent: 9999em;
    background: transparent url('../images/paging.png') no-repeat -63px 0;
}

#paging li a.next-page, #paging li a.next-page:hover {
    width: 32px;
    text-indent: 9999em;
    background: transparent url('../images/paging.png') no-repeat -95px 0;
}

#paging li a.first-page, #paging li a.first-page:hover {
    width: 27px;
    text-indent: 9999em;
    background: transparent url('../images/paging.png') no-repeat -127px 0;

}

#paging li a.last-page, #paging li a.last-page:hover {
    width: 27px;
    text-indent: 9999em;
    background: transparent url('../images/paging.png') no-repeat -154px 0;

}

#checkout-steps {
    width: 690px;
    white-space: nowrap;
    margin-bottom: 15px;
}

#checkout-steps ul {
    display: inline-block;
	margin: 0;
	padding: 0;
}

#checkout-steps li {
	display: -moz-inline-box;  /* Moz */
	display: inline-block;  /* Op, Saf, IE \*/
	vertical-align: top;  /* IE Mac non capisce e a volte crea extra v space */
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 145px;
    width: 175px;
}

#checkout-steps li span {
    display: none;
}

#checkout-steps li.step-cart {
    background: transparent url('../images/checkout_steps.png') no-repeat 0 -150px;
}
#checkout-steps li.step-cart-active {
    background: transparent url('../images/checkout_steps.png') no-repeat 0 0;
}
#checkout-steps li.step-contact {
    background: transparent url('../images/checkout_steps.png') no-repeat -180px -150px;
}
#checkout-steps li.step-contact-active {
    background: transparent url('../images/checkout_steps.png') no-repeat -180px 0;
}
#checkout-steps li.step-payment {
    background: transparent url('../images/checkout_steps.png') no-repeat -360px -150px;
}
#checkout-steps li.step-payment-active {
    background: transparent url('../images/checkout_steps.png') no-repeat -360px 0;
}
#checkout-steps li.step-confirm, #checkout-steps li.step-confirm-active {
    width: 160px;
    background: transparent url('../images/checkout_steps.png') no-repeat -540px -150px;
}
#checkout-steps li.step-confirm-active {
    background: transparent url('../images/checkout_steps.png') no-repeat -540px 0;
}

#checkout-steps li a {
    display: block;
    height: 150px;
    width: 175px;
}

#checkout-steps li.step-confirm a, #checkout-steps li.step-confirm-active a {
    width: 160px;
}


