/* ----------------------------------
// RESET
// ----------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ----------------------------------
// GLOBAL LAYOUT
// ----------------------------------*/

#globalWrapper {
  margin: 0 auto;
  text-align: left;
  min-width: 960px;
  max-width: 1600px;
  background: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #a0a0a0;
}

#header {
  position: relative;
  height: 180px;
  background-repeat: no-repeat;
  background-position: 100% 0;
}

#pageWrapper {
	padding: 0 250px 0 250px; 
  position: relative;
  background: #f4f4f4 url(../../images/frontend/subnav_back.gif) repeat-y 0 0;
}

#contentWrapper {
  position: relative;
  float: left;
  left: -7px;
  padding-left: -7px;
  width: 100%;
  background: #f4f4f4 url(../../images/frontend/content_back.jpg) repeat-x 0 0;
}

#content {
  padding: 30px;
}

#subnav {
  position: relative;
  top: -1px;
  float: left;
  z-index: 10;
  width: 250px;
	right: 257px;
	margin-left: -100%;
  padding-top: 5px;
  background: transparent url(../../images/frontend/subnav_corner.gif) no-repeat 100% 0;
}

#sidebar {
  left: -7px;
  position: relative;
  float: left;
  width: 217px;
  padding: 50px 30px 30px 10px;
  margin-right: -100%;
  background: #f4f4f4 url(../../images/frontend/content_back.jpg) repeat-x 0 0;
}

#footerWrapper {
  clear: both;
  background: #a0a0a0 url(../../images/frontend/footer_back.gif) repeat-x 0 0;
}

/* ----------------------------------
// GLOBAL ELEMENTS
// ----------------------------------*/

body {
  background: #e0dbdb;
  text-align: center;
  padding: 0 20px 20px 20px;
  font: 0.750em/1.5 Arial, 'Lucida Grande', 'Liberation Sans', FreeSans, sans-serif;
} 

a {
  color: #000;
}

a:hover {
  color: #000 !important;
}

#content a:focus {
  outline: 1px dotted invert;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  font-weight: bold;
  line-height: 1.2;
}

#content h1 {
  font-size: 1.67em;
}

#content h2 {
  font-size: 1.67em;
}

#content h2.intro {
  background-color: #000;
  color: #fff;
  padding: 6px 20px;
  font-size: 1.17em;
  text-align: center;
  margin: 0 10px;
  zoom: 1;
}


#content h3 {
  font-size: 1.5em;
}

#content h4 {
  font-size: 1.3em;
}


#content h5 {
  font-size: 1.1em;
}


#content h6 {
  font-size: 1em ;
  text-transform: uppercase;
}

#content ol {
  list-style: decimal;
  margin-left: 24px;
}

#content ul {
  padding-bottom: 10px;
}

#content ul li {
  padding: 2px 0 2px 24px;
  background: transparent url(../../images/frontend/list_item_arrow.png) no-repeat 0 4px;
}

#content p,
#content dl,
#content ol,
#content ul,
#content pre,
#content table,
#content address,
#content fieldset {
  margin-bottom: 0.8em;
}

#content hr {
  margin: 0 !important;
  border-color: none;
  border-style: none;
  border-width: 0;
  clear: both;
  height: 0;
}

#content strong  {
  font-weight: bold;
}

#content em {
  font-style: italic;
}

#content img.image {
  border: 1px solid #d1d1d1;
  padding: 4px;
  float: right;
  margin: 16px;
  vertical-align: top;
}

.clear {
  clear: both;
}


/* ----------------------------------
// GLOBAL ITEMS
// ----------------------------------*/


a.rounded, .button {
  outline: none;
  border: none;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  display: -moz-inline-box;
  display: inline-block;
  overflow: visible;
}


/* ITEM ROUNDED CORNERS */

.item, .item_body, .item_head, .item_head strong, .item_head div.title, .item_head p.product {
  display: block;
  background: transparent url(../../images/frontend/item_back.gif) no-repeat bottom right;
  margin: 0;
  padding: 0; 
}

.item {
  padding-right: 15px;
  margin: 0;
  background-color: #fff;
}

.item_head {
  background-position: top right;
  margin-right: -15px;
  padding-right: 40px;
}

.item_head strong, .item_head div.title, .item_head p.product {
  background-position: top left;
  margin-bottom: 0 !important;
  padding: 25px 0 0 40px;
  height: auto !important; 
  height: 1%;
}

.item_body {
  background-position: bottom left;
  margin-right: 25px;
  padding: 0 0 10px 40px;
}


/* ITEM DESIGN */

.item {
  position: relative;
}

.item_head .product a  {
  float: left;
  display: inline-block;
}

.item_head .product a img {
  vertical-align: top;
  margin: 0 6px 12px -8px;
}

.item_body strong sup.tip {
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 30;
  display: block;
  width: 59px;
  height: 59px;
  text-indent: -999em;
  background: transparent url(../../images/frontend/tip_small.png) no-repeat 0 0;
}

#detail div.group sup.tip {
  position: absolute;
  top: -40px;
  left: -60px;
  z-index: 30;
  display: block;
  width: 59px;
  height: 59px;
  text-indent: -999em;
  background: transparent url(../../images/frontend/tip_small.png) no-repeat 0 0;
}


.item_body strong.title a {
  text-decoration: none;
}

.item_body strong.title a:hover {
  color: #000;
}

.item_body a.price  {
  margin: 0 0 10px 0;
  float: right;
  font-weight: bold;
  text-decoration: none;
}

.item_body a.price strong  {
  display: -moz-inline-block;
  display: inline-block;
  padding: 0 38px 0 0 !important;
  margin: 0;
  background: #000 url(../../images/frontend/price_back_right.png) no-repeat 100% 0;
}

.item_body a.price strong span {
  display: -moz-inline-block;
  display: inline-block;
  min-width: 50px;
  height: 40px;
  color: #fff;
  line-height: 43px;
  padding: 0 10px;
  background: transparent url(../../images/frontend/price_back_left.png) no-repeat 0 0;
}

/* TIP BOX */

.tip_box {
  padding: 0 !important;
  margin: 10px !important;
  display: block;
  text-decoration: none;
  font-weight: bold;
  background: #000 url(../../images/frontend/tip_box.png) no-repeat 0 0;
}

.tip_box span {
  display: block;
  margin-left: 10px;
  overflow: hidden;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent url(../../images/frontend/tip_box.png) no-repeat 100% 0;
}

.tip_box strong {
  display: block;
  font-size: 2em;
  line-height: 0.9;
  padding: 10px 120px 10px 10px !important;
  color: #fff;
  background: none !important;
}

.tip_box a:hover {
  color: #fff !important;
}


/* ITEM LIQUID */

ul.products {
	width: 100%;
	padding: 0 !important;
}

ul.products li {
	display: inline;
	float: left;
	width: 50%;
	padding: 0 !important;
  background: none !important;
}

ul.products li .item_body p {
  margin: 0;
}

/* ITEM FULL */

.full {
  clear: both;
}

.full .item_body strong.title {
  font-size: 1.5em;
}

.full .item_body p {
  margin: 0;
}

.full .item_head strong sup.tip {
  width: 88px;
  height: 88px;
  background: transparent url(../../images/frontend/tip_big.png) no-repeat 0 0;
}


/* CONTENT BOX */

.box {
  clear: both;
  position: relative;
}

.box .item_head {
  height: 20px;
}

.box .item_head .title div {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  padding-left: 1px;
  text-indent: 40px;
  color: #fff;
  background: transparent url(../../images/frontend/title_back_left.png) no-repeat 0 100%;
  background-color: #000;
}

.box .item_head .title div em {
  font-style: normal !important;
  position: relative;
  float: left;
  display: block;
  padding-top: 9px;
  line-height: 27px;
  height: 27px;
  width: auto;
  text-align: right;
  margin-right: -32px;
}

.box .item_head .title div em a {
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  font-size: 1.5em;
}

.box .item_head .title div em a:hover {
  text-decoration: underline;
}

.box .item_head .title div h2,  .box .item_head .title div h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  padding-top: 10px;
  line-height: 50px;
  height: 40px;
  color: #fff !important;
  text-indent: 40px;
  background: transparent url(../../images/frontend/title_back_right.png) no-repeat 100% 100%;
  overflow: hidden;
}

.box .item_body {
  padding-top: 70px;
}


/* PRODUCT LIST */

ul.products_small {
	width: 100%;
	padding: 0 !important;
	marrgin: 0;
	overflow: hidden;
}

ul.products_small li {
	display: inline;
	float: left;
	width: 50%;
	padding: 0 !important;
  background: none !important;
}

.products_small li a {
  display: block;
  text-decoration: none;
  padding: 10px;
  font-size: 0.92em;
  zoom: 1;
}

.products_small li a img {
  vertical-align: top;
  margin-right: 8px;
  float: left;
}

.products_small li a strong {
  text-decoration: none;
}

.products_small li a .desc {
  float: left;
  margin-top: 10px;
  width: 40%;
  color: #000;
}

.products_small li a .price {
  width: 50px;
  margin-top: 10px;
  font-size: 0.8em;
  display: block;
  float: right;
  text-align: center;
}

.products_small li a .price strong {
  display: block;
  color: #fff !important;
  padding: 3px 5px;
  background-color: #000;
}

.products_small li a:hover {
  background: #eeeeee;
}

/* ----------------------------------
// GLOBAL FORMS
// ----------------------------------*/

#header label, #nav label {
  display: none;
}

#content form {
  position: relative;
  overflow: hidden;
}

#content form p {
  clear: both;
  position: relative;
  margin: 10px 0;
  overflow: hidden;
}

#content form label {
  display: block;
  float: left;
  padding: 2px 20px;
  font-size: 1.1em;
  line-height: 0.9;
  width: 80px;
  text-align: right;
  font-weight: bold;
}

#content form label sup {
  color: #ccc;
}

#content form input.text, #content form input.password, #content form textarea  {
  width: auto;
  float: left;
  border: 0;
  padding: 6px 4px;
  background: transparent url(../../images/frontend/input_back.gif) no-repeat 0 0;
}

#content form select {
  width: auto;
  float: left;
  background: #f4f4f4;
}

#content form select option  {
  padding: 2px;
  background: #f4f4f4;
}

#content form textarea {
  width: 60%;
}

#content form .group {
  display: inline-block;
  width: 60%;
  float: left;
  overflow: hidden;
}

#content form .group label {
  display: block;
  width: auto;
  float: left;
  font-weight: normal;
  padding: 0 10px 0 0;
  text-align: left;
}

#content input.submit {
  clear: left;
  float: right;
  width: 138px;
  height: 28px;
  border: none;
  color: #fff;
  font-size: 1.17em;
  font-weight: bold;
  background: #000 url(../../images/frontend/submit_back.png) no-repeat 0 0;
}



/* ----------------------------------
// HEADER
// ----------------------------------*/


#header strong.logo, #header strong.logo a {
  display: block;
  width: 480px;
  height: 80px;
}

#header strong.logo a {
  position: relative;
  top: 36px;
  left: 40px;
  text-indent: -999em;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

/* META NAV */

#meta {
  position: absolute;
  top: 0;
  width: 100%;
  height: 36px;
}

#meta p {
  padding: 10px 20px;
  text-align: right;
  float: right;
  font-size: 0.9em;
  color: #fff;
}

#meta p a {
  color: #000;
  margin: 0 6px;
}

#meta p a:hover {
  color: #000;
}

#login {
  float: right;
  margin-top: 4px;
}

#login input.text {
  width: 179px;
  height: 16px;
  padding: 6px;
  border: none;
  font-weight: bold;
  color: #868686;
  font-weight: bold;
  background: transparent url(../../images/frontend/meta_login_input.png) no-repeat 0 0;
}

#login #login_submit {
  position: relative;
  top: 2px;
  margin-left: 2px;
  font-size: 0.8em !important;
  padding: 0 4px;
  text-align: left;
  border: none;
  font-weight: bold;
  text-transform: uppercase;
  width: 78px;
  height: 23px;
  background: transparent url(../../images/frontend/meta_login_submit.png) no-repeat 0 0;
}

/* GLOBAL NAV */

#nav {
  position: absolute;
  width: 100%;
  bottom: 0;
  right: -14px;
  background: transparent url(../../images/frontend/nav_back.png) repeat-x 0 100%;
  background-color: #000;
}

#nav em {
  display: block;
  float: left;
  position: relative;
  height: 22px;
  width: 140px;
  padding: 10px 20px;
  color: #838383;
  font-size: 0.8em;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}

#nav ul {
  float: right;
  padding-right: 20px;
  background: transparent url(../../images/frontend/nav_back_right.png) no-repeat 100% 50%;
  overflow: auto;
}

#nav ul li {
  float: left;
  padding: 0;
  text-transform: uppercase;
  list-style: none;
}

#nav li a {
  display: block;
  padding: 0 14px;
  min-height: 42px;
  line-height: 42px;
  color: #e0dbdb;
  font-size: 0.92em;
  font-weight: bold;
  text-decoration: none;
  
}

#nav li a:hover {
  color: #fff !important;
}

#nav li.current a {
  color: #fff;
	min-height: 40px;
  line-height: 40px;
	margin-bottom: 2px;
  background: transparent url(../../images/frontend/nav_item_current_back.png) repeat 0 0;
}

#nav li.current a:hover {
  color: #fff !important;
}


#search form {
  padding: 5px 0;
  margin-left: 20px;
}

#search input.text {
  width: 179px;
  height: 16px;
  padding: 6px;
  border: none;
  font-weight: bold;
  color: #868686;
  font-weight: bold;
  background: transparent url(../../images/frontend/meta_login_input.png) no-repeat 0 0;
}

#search #search_submit {
  position: relative;
  top: -2px;
  left: -6px;
  text-align: left;
  border: none;
  text-indent: -999em;
  width: 31px;
  height: 23px;
  font-size: 0;
  background: transparent url(../../images/frontend/search_submit.png) no-repeat 0 0;
}

/* ----------------------------------
// SIDEBAR
// ----------------------------------*/


#subnav h4 {
  width: 100%;
  color: #fff;
  text-indent: 20px;
  padding-left: 10px;
  margin-bottom: 1px;
  line-height: 30px;
  background: transparent url(../../images/frontend/nav_back.png) repeat-x 0 100%;
  background-color: #000;
}

#subnav h4 span {
  display: block;
  padding-right: 40px;
  background: transparent url(../../images/frontend/subnav_back_right.png) no-repeat 100% 50%;
  overflow: auto;
}

#subnav h4.first {
  width: 240px;
}

#subnav h4.first span {
  background: none;
}

#subnav ul {
  z-index: 20;
  position: relative;
  top: -1px;
  background: transparent url(../../images/frontend/subnav_list_left.png) no-repeat 0 0;
  padding: 0 5px 0 7px;
  margin-bottom: 30px;
}

#subnav ul li a {
  display: block;
  padding-left: 23px;
  line-height: 30px;
  border-bottom: 1px solid #b7b7b7;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#subnav ul li.current {
  position: relative;
  left: -7px;
  width: 246px;
  padding-bottom: 6px;
  background: transparent url(../../images/frontend/subnav_list_left.png) no-repeat 0 100%;
}

#subnav ul li.current a {
  text-indent: 16px;
  background: #f4f4f4 url(../../images/frontend/subnav_current.gif) no-repeat 25px 11px;
}


/* ----------------------------------
// DETAIL
// ----------------------------------*/

#detail {
  position: relative;
  min-height: 280px;
}

#detail .desc {
  margin-left: 220px;
  min-height: 200px;
}

#detail .desc div.group {
  min-height: 160px;
}

#detail .product_image {
  position: absolute;
  top: 10px;
  width: 200px;
  float: left;
}

#detail .desc a.order {
  float: right;
  margin-top: 20px;
}

#detail .desc p.price {
  position: relative;
  float: right;
  width: 80px;
  font-weight: bold;
  margin: 10px 0 0 10px;
  font-size: 1.17em;
  display: block;
  text-align: center;
}

#detail .desc p.price strong {
  display: block;
  color: #fff;
  padding: 3px 5px;
  background-color: #000;
}

.tags {
  clear: both;
  padding: 16px;
  background-color: #f4f4f4;
}

.tags h3 {
  font-size: 1.83em;
  display: inline;
  margin-right: 10px;
  color: #000 !important
}

.tags a {
  margin: 0 6px;
}

.rank5 {
  font-size: 1.83em
}

.rank4 {
  font-size: 1.67em
}

.rank3 {
  font-size: 1.5em
}

.rank2 {
  font-size: 1.33em
}

.rank1 {
  font-size: 1.17em
}

.actions {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px dotted #5c5c5c;
}

.actions ul {
  width: 40%;
  float: left;
}

.actions ul li a {
  font-weight: bold;
  color: #000;
}

.actions .notice {
  width: 50%;
  float: right;
}


.notice {
  padding: 16px;
  text-align: center;
  background-color: #f4f4f4;
  font-size: 0.92em;
  color: #585858;
}

.notice p {
  margin: 0;
}

.notice a {
  color: #585858;
  font-weight: bold;
}

.notice a:hover {
  color: #000;
}

a.order {
  display: block;
  background: #000 url(../../images/frontend/order_back_right.png) no-repeat 100% 0;
  padding: 0 55px 0 0;
  text-decoration: none;
}

a.order span {
  display: block;
  padding: 0 10px;
  height: 49px;
  color: #fff;
  text-decoration: none;
  line-height: 47px;
  text-indent: 20px;
  font-size: 1.17em;
  font-weight: bold;
  background: transparent url(../../images/frontend/order_back_left.png) no-repeat 0 0;
}

#options {
  padding: 0 !important;
}

#options li {
  padding: 0 !important;
  display: block;
  width: 50px;
  height: 50px;
  text-indent: -999em;
  float: left;
  background-image: url(../../images/frontend/option_icons.gif) !important;
  background-repeat: no-repeat;
}

#options li.fast {
  background-position: 0 0;
}
#options li.fast48 {
  background-position: -210px 0;
}


#options li.postbox {
  background-position: -50px 0;
}

#options li.giro {
  background-position: -100px 0;
}

#options li.free {
  background-position: -150px 0;
}

/* ----------------------------------
// REVIEWS
// ----------------------------------*/

#reviews ul {
  margin: 10px 0;
  border-top: 1px dotted #5c5c5c;
}

#reviews ul li {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px dotted #5c5c5c;
  background: none !important;
}

#reviews ul li h5 {
  margin-bottom: 6px;
}


#reviews ul li h5 sup {
  vertical-align: top;
  font-size: 0.8em;
  color: #585858;
}


/* ----------------------------------
// FILTERS
// ----------------------------------*/

.filter p {
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  color: #ababab;
}

.filter p a {
  text-decoration: none;
}

.filter p a:hover {
  text-decoration: underline;
}

.filter p strong {
  color: #000;
}

.filter p.price span {
  color: #000;
  margin: 0 6px;
}

.filter p.price span.current {
  font-weight: bold;
}

.filter p.price {
  border-bottom: 1px dotted #5c5c5c;
}

.filter p.sort {
  
}

.filter p.sort a {
  margin: 0 6px;
}

.filter p.sort a span {
  position: relative;
  top: -4px;
  display: inline;
  display: inline-block;
  text-indent: -999em;
  padding: 6px;
  font-size: 0;
}

.filter p.sort a.current {
  font-weight: bold;
}

.filter p.sort a span.asc {
  background: #000 url(../../images/frontend/asc.png) no-repeat 100% 0;
}

.filter p.sort a span.desc {
  background: #000 url(../../images/frontend/desc.png) no-repeat 100% 0;
}


/* ----------------------------------
// PAGINATION
// ----------------------------------*/

.pagination {
  position: relative;
  display: block;
  clear: both;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  margin: 4px 10px;
}

.pagination a {
  color: #fff;
  font-weight: bold;
  padding: 4px 8px;
  text-decoration: none;
}

.pagination a:hover {
  text-decoration: underline;
}

.pagination strong {
  padding: 4px 8px;
  color: #000;
  background: #fff;
}

.pagination .previous {
  position: absolute;
  padding: 0;
  left: 20px;
  color: #fff;
  font-weight: bold;
  padding-left: 14px;
  background: transparent url(../../images/frontend/previous.png) no-repeat 0 5px;
}

.pagination .next {
  position: absolute;
  padding: 0;
  right: 20px;
  font-weight: bold;
  color: #fff;
  padding-right: 14px;
  background: transparent url(../../images/frontend/next.png) no-repeat 100% 5px; 
}

.pagination span.previous, .pagination span.next {
  color: #fff;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}


/* ----------------------------------
// SIDEBAR
// ----------------------------------*/

#sidebar h4 {
  padding: 20px 0 6px 0;
  color: #000;
  font-size: 1.50em;
}

#sidebar ul {
  padding-bottom: 20px;
  border-bottom: 1px dotted #5c5c5c;
}

#sidebar ul li {
  padding: 6px 0 6px 24px;
  background: transparent url(../../images/frontend/list_item_arrow.png) no-repeat 0 6px;
}

#sidebar ul li a {
  font-weight: bold;
  color: #5c5c5c;
  text-decoration: none;
}

#sidebar ul li a:hover {
  color: #000;
  text-decoration: underline;
}

#sidebar ul.specials {
  font-size: 0.9em;
}


/* PRODUCT SIDEBAR */
#sidebar ul.products_side {
  border-bottom: 0;
}

#sidebar ul.products_side li {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dotted #5c5c5c;
}

#sidebar ul.products_side li a {
  display: block;
  font-weight: normal;
  text-decoration: none;
  padding: 6px;
  font-size: 0.92em;
  line-height: 1.1;
  background: transparent url(../../images/frontend/item_sidebar_back.gif) no-repeat 0 0;
}

#sidebar ul.products_side li a:hover strong {
  color: #000 !important;
}

#sidebar ul.products_side li a img {
  vertical-align: top;
  margin-right: 14px;
  float: left;
}

#sidebar ul.products_side li a strong {
  text-decoration: none;
}

#sidebar ul.products_side li a .desc {
  margin-top: 10px;
  color: #5c5c5c;;
}

#sidebar ul.products_side li a .price {
  display: block;
}


/* OTHER SHOPS SIDEBAR */
#sidebar ul.other_shops {
  border-bottom: 0;
}

#sidebar ul.other_shops li {
  padding: 0;
  margin: 0 0 10px 0;
}

#sidebar ul.other_shops li a {
  display: block;
  text-decoration: none;
  padding: 6px;
  background: transparent url(../../images/frontend/item_sidebar_shop_back.gif) no-repeat 0 0;
}

#sidebar ul.other_shops li a img {

}

/* ----------------------------------
// FOOTER
// ----------------------------------*/

#footer {
  overflow: auto;
  color: #fff;
}

#footer a {
  font-weight: normal !important;
  font-size: 0.92em;
  color: #000;
}

#footer a:hover {
  color: #f4f4f4;
}

#footer p {
  width: 20%;
  margin: 20px 10px 20px 30px;
  float: left;
  font-weight: bold;
}

#footer ul {
  width: 12%;
  margin: 20px 10px;
  float: left;
  font-weight: bold;
}

#other_shops {
  padding: 20px 0;
  
}

