/* @override http://demo-solo.versacommerce.de/accounts/demo-solo_versacommerce_de/designs/solo/assets/master.css */

/*
  MAIN COLOR: rgb(254, 28, 80)
  
*/

body {
  
}

h1 {
  font-size: 22px;
}

h4 {
  color: #6c336d;
}
a:link, a:visited {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
  color: #6c336d;
  font-weight: normal;
  text-decoration: underline;
}

a.active {
  color: #6c336d;
  font-weight: bold;
  text-decoration: underline;
}

:focus {
	outline: 0;
}

a, a:active, :-moz-any-link:focus, :focus {
   outline: none;
  -moz-outline-style: none;
 }

.currency {
  
}

#container {
  width: 940px;
  margin-left: auto;
  margin: auto;
  padding-top: 20px;
}

#logo {
  float: left;
  height: 65px;
}

#top_navigation {
  float: right;
  font-size: 11px;
  position: relative;
  top: 28px;
}

#info_wrapper {
  border-top-color: #6c336d;
  border-top-style: solid;
  border-top-width: 5px;
  clear: both;
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  width: 940px;
}

#navigation_selector {
  float: left;
}

#navigation_selector form {
  display: inline;
  margin-right: 10px;
}

#cart_details {
  float: right;
  font-size: 11px;
  color: #6c336d;
}

#cart_details a {
  color: #6c336d;
  text-decoration: underline;
}

#cart_details a:hover {
  color: black;
  text-decoration: underline;
}

#content {
  clear: both;
  padding-top: 20px;
  padding-bottom: 20px;
}

#product_list {
  
}

#slideshow_container {
  position: relative;
}

#prev {
  width: 38px;
  height: 74px;
  display: block;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 210px;
  text-indent: -99999px;
  background: url(media-previous.png) no-repeat;
}

#next {
  width: 38px;
  height: 74px;
  display: block;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 210px;
  text-indent: -99999px;
  background: url(media-next.png) no-repeat;
}

.marker {
  
}

#product_description {
  
}

#product_price {
  float: right;
color: #6c336d;
display: block;
float: right;
font-size: 24px;
height: 28px;
}

#product_price del {
  color: gray;
  margin-right: 10px;
}

#recommendations {
  border-top-color: #6c336d;
  border-top-style: solid;
  border-top-width: 5px;
  clear: both;
  display: block;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 20px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 20px;
  width: 940px;
}

#footer {
  height: 20px;
  clear: both;
  background: #6c336d;
  padding: 5px 0px 2px;
  text-align: center;
  color: white;
  font-size: 11px;
  margin-bottom: 20px;
}

#footer_navigation {
  float: left;
  padding-left: 5px;
}

#footer_navigation a:link, #footer_navigation a:visited {
  color: white;
  text-decoration: underline;
}

#copyright {
  float: right;
  padding-right: 5px;
}

/* @group button */

a.button {
  display: block;
  height: 24px;
  position: relative;
  color: #fff;
  background: url('button.png');
  float: left;
  line-height: 23px;
  text-shadow: #0f2e56 0px 1px 0px;
  margin-left: 6px;
  padding: 0 3px;
  margin-top: 12px;
  font-size: 13px;
  text-decoration: none;
}

.button .left {
  display: block;
  position: absolute;
  height: 24px;
  background: url('button_left.png');
  width: 6px;
  left: -6px
}

.button .right {
  display: block;
  position: absolute;
  height: 24px;
  background: url('button_right.png');
  width: 6px;
  right: -6px
}

.button:hover, .button:hover .left, .button:hover .right {
  cursor: default
}

a.button:hover, a.button:hover .left, a.button:hover .right {
  background-position: bottom;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

a.button:visited, a.green_button:visited {
  color: white;
}

.product_add_to_cart {
  position: relative;
  top: 7px;
}
/* @end */

/* @group template: cart */

.cart_table {
  width: 100%;
}

.cart_table td, .cart_table th {
  padding: 8px;
  vertical-align: middle;
}

.cart_header th {
  background-color: rgba(108,51,109,0.08);
}

.cart_line_price {
  background-color: rgba(108,51,109,0.08);
}

.cart_line_action {
  width: 120px;
}

.cart_total {
  background-color: #6c336d;
  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;
}

.align_right {
  text-align: right;
}


.align_left {
  text-align: left;
}

.cart_item_quantities {
  width: 120px;
}
            
.cart_item_images {
  width: 60px;
}

.cart_item_quantity {
  font-weight: bold;
  position: relative;
  top: 6px;
  left: 3px;
}

.cart_continue_shopping {
  float: left;
  height: 60px;
}

.cart_checkout {
  float: right;
  position: relative;
  right: 7px;
  height: 60px;
}

/* @end */