/* @override http://demo-barro.sandbox.versacommerce.de/accounts/demo-barro_versacommerce_de/designs/barro_redesigned/assets/shop.css */

/* @group basics */
h1 {
	margin-bottom: 5px;
}
body,html,label,select,option {
  color: #52575F;
}

h1 {
  color: #486078;
}

h2 {
  color: #C8CFD6;
}

h3 {
  color: #8E9297
}

a {
  color: #486078;
  text-decoration: none;
  font-weight: bold;
}

a:focus, a:hover, a:active {
  text-decoration: underline;
}

small {
  font-size: 11px;
  color: grey;
}

table td {
  vertical-align: top;
}

table th {
  text-align: left;
}

hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.align_left {
  text-align: left;
}

.align_right {
  text-align: right;
}

form {
  display: inline;
}

input {
  padding-top: 4px;
  padding-left: 4px;
  vertical-align: bottom;
}

/* @end */

/* @group layout */

#header {
  margin-top: 20px;
  margin-bottom: 10px;
  height: 30px;
  position: relative;
}

#top_navigation {
  text-align: right;
  padding-top: 2px;
}

#container_navigation {
  margin-bottom: 10px;
  height: 45px;
}

#footer {
  overflow: hidden;
  min-height: 18px;
  background-color: #edeeef;
  /*padding: 8px 8px;*/
  margin-top: 20px;
}

.legal{
	padding: 8px 8px;
	float: left;
}

.seo {
	padding: 8px 8px;
	text-align: right;
}


/* @end */

/* @group quicksearch */

#quicksearch {
  text-align: right;
}

#quicksearch_content {
  display: inline;
}

#quicksearch input {
  height: 14px;
  background: white;
  border: 1px solid #ccc;
  font-size: 11px;
  width: 90px;
  color: #999;
}

#quicksearch_title {
  line-height: 14px;
  font-size: 12px;
  color: #b3b3b3;
  display: inline;
  position: relative;
  top: -1px;
}

.quicksearchbutton {
  display: none;
}

/* @end */

/* @group minicart */

#minicart {
  background: #eee;
  display: block;
  margin-bottom: 20px;
}

#minicart_content {
  padding: 15px 10px 10px;
}

#minicart_content h4 {
  font-size: 12px;
  font-weight: bold;
  background: url(bg_box_minicart.jpg) no-repeat;
  color: white;
  margin: -15px -10px 5px;
  padding: 2px 0 2px 15px;
  border-top-color: #dd0002;
}

#minicart_content table {
  width: 100%
}

#minicart_content table th {
  /*width: 100px;*/
  font-weight: normal;
  padding-bottom: 2px;
  padding-top: 2px;
}

#minicart_content table td {
  text-align: right;
  padding-bottom: 2px;
  padding-top: 2px;
}

#minicart_infos {
  font-size: 10px;
  color: gray;
  border-top-color: #ccc;
}

.minicart_total {
  border-top: 1px dotted silver;
}

#minicart_checkout {
  /*text-align: right;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

/*

@end */

/* @group buttons */

#quicksearch_content .button {
  padding: 3px;
  background: #e6e6e6;
  border: 1px solid #cccccc;
}

.button_clear {
/* generic container (i.e. div) for floating buttons */
  overflow: hidden;
  width: 100%;
}

a.button {
  background: transparent url('bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: left;
  font: normal 12px arial, sans-serif;
  height: 24px;
  /*margin-right: 6px;*/
  padding-right: 18px;
  /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 0 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none;
  /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 0 4px 18px;
  /* push text down 1px */
}

/* @end */

/* @group top_navigation */

#top_navigation a {
  font-size: 12px;
  font-weight: normal;
  margin-left: 20px;
}

.topCartLink, .topCartLink:hover, .topCartLink:focus {
  color: #5C933F;
  background: url('icon_basket.jpg') no-repeat 0;
  padding-left: 24px !important;
}

.topMyShortlist, .topMyShortlist:hover, .topMyShortlist:focus {
  background: url('icon_shortlist.jpg') no-repeat 0;
  padding-left: 24px !important;
}

/* @end */

/* @group main_navigation */

#main_navigation {
  position: relative;
  background: url('bg_navmain.gif') repeat-x;
  width: 940px;
  overflow: hidden;
  float: left;
  display: inline;
  line-height: 0;
}

#main_navigation ul {
  position: relative;
  display: inline;
  float: left;
  margin: 0;
  padding: 0;
}

#main_navigation ul li {
  display: inline;
  float: left;
  line-height: 10px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}


#main_navigation ul li a {
  background: transparent;
  display: block;
  padding: 12px 13px;
  width: auto;
  color: white;
  text-shadow: black 0px 1px 1px;
}

#main_navigation ul li a:focus,
#main_navigation ul li a:hover,
#main_navigation ul li a:active,
#main_navigation ul li.current a,
#main_navigation ul li.current a:focus,
#main_navigation ul li.current a:hover,
#main_navigation ul li.current a:active {
  color: #486078;
  text-shadow: white 0px 1px 1px;
  background: url('bg_navmain_current.gif') repeat-x;
}

.edge-lo,
.edge-lu,
.edge-ro,
.edge-ru {
  position: relative;
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  z-index: 99;
}

.edge-lo {
  float: left;
  background-image: url(edge-lo.gif);
  background-position: top left;
  left: 10px;
  clear: left;
}

.edge-ro {
  float: right;
  background-image: url(edge-ro.gif);
  background-position: top right;
  right: 10px;
  clear: right;
}

.edge-lu {
  background-image: url(edge-lu.gif);
  background-position: bottom left;
  left: 10px;
  bottom: 10px;
  clear: left;
}

.edge-ru {
  float: right;
  background-image: url(edge-ru.gif);
  background-position: bottom right;
  right: 10px;
  bottom: 20px;
  clear: right;
}

/*

 @end */

/* @group side_navigation */



#side_navigation h3 {
  font-size: 12px;
  font-weight: bold;
  background: url(bg_box.jpg) no-repeat;
  color: white;
  border-top-color: #dd0002;
  padding: 2px 0 0px 15px;
}



#side_navigation ul {
  background-color: #eee;
  list-style-type: none;
}

#side_navigation ul li a {
  padding: 4px 0 4px 10px;
  display: block;
  text-decoration: none;
  color: #666;
}

#side_navigation ul li a:hover,
#side_navigation ul li a:focus {
  font-weight: bold;
  text-decoration: underline;
}

#side_navigation ul li.current a {
	color: #486078;
	font-style: italic;
}

#side_navigation ul.sub_navigation {
	position: relative;
	left: 5px;
	width: 208px;
	background-color: #eaeaea;
	border-top: 1px solid #d5d5d5;

}



/* @end */

/* @group pagination */

.pagination {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.pagination_current_page {
  border: 1px solid #e4e4e4;
  padding: 2px 5px;
  margin-right: 2px;
  color: white;
  background: #e4e4e4;
}

.pagination_page a {
  padding: 2px 5px;
  margin-right: 2px;
  border: 1px solid #e4e4e4;
}

.next a, .prev a {
  padding: 2px 5px;
  margin-right: 2px;
  border: 1px solid #e4e4e4;
}

/* @end */

/* @group collection display */

#product_list {
  overflow: hidden;
}

#product_list ul {
 overflow: hidden;
}

#product_list ul li {
  position: relative;
  width: 149px;
  padding: 8px;
  float: left;
  height: 180px;
  text-align: center;
  border: 1px solid #e4e4e4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin: 5px 10px 10px 0px;
  
}

#product_list ul li:hover {
  background: url(bg_product.gif) repeat-x;
}

#product_list ul li.last_item {
  margin-right: 0px;
}

#product_list ul li h3 {
  margin-top: 5px;
  float: left;
  display: block;

}

#product_list .collection_price{
  position: absolute;
  bottom: 8px;
  left: 8px;
  font-size: 16px;
}

.itemNew, .itemNewFeatured, .itemFeatured {
  width: 60px;
  height: 50px;
  color: #fff;
  z-index: 999;
  top: 0px;
  right: 0px;
  position: absolute;
  font-size: 1.2em !important;
  font-weight: bold;
  right: -4px;
}

.itemNew span, .itemNewFeatured span, .itemFeatured span {
  padding: 7px 0 0 0;
  display: none;
}

.itemNew {
  background: url(item_new.gif) no-repeat 0px 0px;
}

.itemFeatured {
  background: url(item_featured.gif) no-repeat 0px 0px;
}

.itemNewFeatured {
  background: url(item_newfeatured.gif) no-repeat 0px 0px;
}

/* @end */

/* @group product display */

#productform {
	float: right;
}


#recommendation_list {
  overflow: hidden;
  margin: 10px 0;
}

.product_info {
	margin-bottom: 40px;
}

.product_info tr th {
  padding-right: 5px;
}

#product_description {
	padding-top: 30px;
}
#product_description ul {
  list-style-type: disc;
  margin-top: 0;
  margin-bottom: 10px;
}

#product_description ul li {
  list-style-type: square;
  margin-left: 22px;
  padding-left: 0;
}

#product_variants {
	overflow: hidden;
	padding-bottom: 30px;
}

#product_variants h3 {
	text-transform: uppercase;
}

#product_variants div {
  margin-top: 10px;
  display: block;
  height: 50px;
}

#product_variants img {
  float: left;
  padding-right: 10px;
}




.product_big_image_block {
  text-align: center;
  z-index: -1;
  padding-bottom: 10px;
}

.product_small_image_block {
  border: 1px solid #e4e4e4;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0px 20px 10px 0px;
  width: 58px;
  float: left;
  text-align: center;
}

.product_images {
  overflow: hidden;
  padding-bottom: 30px;
}

.product_images a {
  text-decoration: none;
  display: block;
  border: 5px solid #fff;
  	  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.product_images a:hover {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 5px solid #edeeef;
}

#product_price {
  text-align: right;
  padding-bottom: 30px;
}

#product_price strong {
  font-size: 24px;
  color: green;
}

#product_recommendations {
  margin-top: 10px;
  padding-top: 10px;
}

#product_recommendations h3 {
	text-transform: uppercase;
}

#product_recommendations li {
  height:	60px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-bottom: 10px;
  padding: 3px 8px 3px 3px;
  border: 1px solid #e4e4e4;
  z-index: 99;
}

.recommendation_description {
	float: left;
	width: 300px;
}


#product_recommendations li a img {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group template: cart */

.cart_table {
  width: 100%;
}

.cart_table td, .cart_table th {
  padding: 8px;
}

.cart_header th {
  background-color: #eceff1;
}

.cart_line_price {
  background-color: #eceff1;
}

.cart_line_action {
  width: 120px;
}

.cart_total {
  background-color: #486078;
  color: white;
  font-weight: bold;
}

.cart_table tr td, .cart_table tr th {
  padding-top: 10px;
}

.cart_table .cart_underline {
  border-bottom: 1px solid #808080;
}

/* @end */