body {
  margin: 0;
  padding: 0;
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
  background-color: #050505;
}

.header {
  background: #3c3c3c url('/images/header-bg.png') repeat-x;
  height: 112px;
  overflow: hidden;
  font-size: 10px;
  color: #c0c0c0;
}

a {
  outline: none;
  text-decoration: none;
  color: #196ab0;
}

img {
  border: 0;
}

.wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

.header .wrapper {
  padding-top: 20px;
}

.header a {
  float: left;
}

.menu {
  background: url('/images/toolbar-bg.png') repeat-x;
  height: 31px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.menu .wrapper {
  background: url('/images/toolbar-div.png') 0% 0 no-repeat;
}

#menu {
  display: inline-block;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 31px;
  line-height: 31px;
  padding-left: 5px;
}

#menu li {
  display: inline;
  float: left;
  padding: 0;
  margin: 0;
  background: url('/images/toolbar-div.png') 100% 0 no-repeat;
}

#menu li a {
  display: inline-block;
  height: 31px;
  padding: 0 15px;
  color: #fff;
  font-size: 12px;
}

#menu li a:hover {
  color: #333;
  text-decoration: none;
}

#menu .active {
  background-image: url('/images/toolbar-select-dark.png'), url('/images/toolbar-div.png');
  background-repeat: no-repeat;
  background-position: 50% 0, 100% 0;
}

.content {
  margin: 0;
  padding: 0;
  background: #ccc url('/images/body-bg.png') repeat-x;
}

.content .wrapper {
  min-height: 500px;
  padding: 5px 20px;
  background-color: #fff;
  background-image: url('/images/body-shadow-tl.png'), url('/images/body-shadow-tr.png'), url('/images/body-shadow-bl.png'), url('/images/body-shadow-br.png');
  background-repeat: no-repeat, no-repeat, repeat-y, repeat-y;
  background-position: 0 0, 100% 0;
}

.footer {
  margin: 0 0 0 0;
  padding: 20px;
  background: #050505 url('/images/footer-bg.png') repeat-x;
  color: #c0c0c0;
  font-size: 13px;
}

.bright-blue {
  color: #36F;
}

.blue {
  color: #196AB0;
}

.footer a:hover {
  color: #fff;
}

.center {
  text-align: center;
}

.copyright {
  font-size: 11px;
  color: #444;
}

h1 {
  margin: 0;
  padding: 5px 0;
  font-size: 16px;
  font-family: Tahoma, sans-serif;
}

.usermenu {
  float: right;
  font-size: 12px;
  line-height: 31px; 
  color: #eee;
}

.usermenu a {
  color: #eee;
  padding: 0 5px;
}

.usermenu a:hover {
  color: #444;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

.left-column {
  font-family: Arial;
  font-size: 14px;
  min-height: 500px;
  width: 200px;
  display:inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}

.right-column {
  display: inline-block;
  width: 680px;
  min-height: 500px;
  padding-left: 10px;
  border-left: 1px solid #e6e6e6;
  margin-left: -1px;
}

.k-widget a {
  color: #000;
}

#account-tabstrip {
  margin: 22px 6px;
  border: 0;
}

.orders-table {
  width: 580px;
  padding: 20px;
  text-align: center;
  border-spacing: 10px;
}

.orders-table tr td:first-child {
  width: 60px;
}

.orders-table tr td:nth-child(2) {
  width: 150px;
}

.orders-table tr td:nth-child(3) {
  width: 60px;
  text-align: right;
}

.order-popup {
  padding: 5px;
  color: #000;
  line-height: 20px;
}

.order-popup a {
  color: #196ab0;
}

.order-popup a:hover {
  color: #000;
}

.order-details-table, .order-details-table table {
  border-spacing: 0px 4px;
  vertical-align: top;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.order-details-table .wide-cell {
  width: 260px;
}

.order-details-table .narrow-cell {
  width: 80px;
}

.order-details-table table {
  width: 100%;
}

.no-padding {
  padding: 0;
}

.align-right {
  text-align: right;
}

.category-block {
  display: inline-block;
  width: 160px;
  padding: 10px 3px;
  text-align: center;
  vertical-align: top;
}

.category-block span {
  display: block;
}

.product-block {
  vertical-align: top;
  font-size: 13px;
  display: inline-block;
  width: 160px;
  padding: 10px 3px;
  position:relative;
  z-index: 1;
  line-height: 18px;
  text-align: left;
}

.product-block img {
  padding: 3px 0px;
}

.product-block span.price {
  font-weight: bold;
  padding-right: 6px;
  display: inline;
  color: #ab1231;
  font-size: 11px;
}

.bread-crumbs {
  font-size: 11px;
  padding-bottom: 10px;
}

.bread-crumbs-icon {
  padding: 2px 5px;
  color: #767576;
}

.product-main .image {
  float: left;
  min-width: 150px;
  text-align: center;
  padding: 5px 10px 10px 0px;
}

.product-description {
  clear: both;
}

.product-main .cart-area {
  padding: 12px 5px;
}

.product-main .price {
  font-size: 16px;
  font-weight: bold;
  color: #ae1231;
}

.add-to-cart {
  margin: 5px 10px;
  padding: 6px;
  font-size: 11px;
  display: inline-block;
  width: 100px;
  text-align: center;
  border: 1px solid #313131;
  border-radius: 3px;
  cursor: pointer;
  background: #313131;
  color: white;
  font-weight: bold;
}

.add-to-cart:hover {
  background-color: #464646;
}

.added-to-cart {
  margin: 5px 10px;
  padding: 6px;
  font-size: 11px;
  display: inline-block;
  width: 100px;
  text-align: center;
  border: 1px solid #313131;
  border-radius: 3px;
  cursor: default;
  background: #fff;
  color: #313131;
  font-weight: bold;
}

.sibling {
  position: relative;
  top: 0;
  height: 33px;
  overflow: hidden;
  border: 1px solid #c0c0c0;
  display: inline-block;
  width: 50px;
  text-align: center;
}

.sibling.active {
  background-color: #fff;
  opacity: 0.3;
}

.sibling img {
  width: 50px;
}

.store-menu-block {
  padding-bottom: 3px;
  margin: 6px 8px 6px 20px;
  font-size: 0.9em;
  text-align: left;
}

.store-menu-block.selected {
  font-weight: bold;
}

.store-menu-block div {
  font-size: 12px;
  padding: 2px;
  margin-top: -3px;
  margin-left: -12px;
  display: block;
  float: left;
  width: 8px;
  height: 100%;
  position: relative;
}

.cart-item {
  padding: 10px;
}

.cart-item:not(:nth-last-child(2)) {
  border-bottom: 1px solid #e6e6e6;
}

.cart-item > div {
  vertical-align: top;
  display: inline-block;
  text-align: left;
}

.cart-item .name {
  font-weight: bold;
  width: 230px;
}

.cart-item .sku {
  width: 235px;
  font-size: 0.9em;
}

.cart-item .price {
  width: 50px;
  text-align: right;
  padding-right: 10px;
}

.cart-item .name .properties {
  font-weight: normal;
  font-size: 0.9em;
  color: #898788
}

.cart-item .quantity {
  width: 55px;
  text-align: center;
}

.cart-item .quantity .links {
  font-size: 10px;
  line-height: 12px;
}

.cart-item .total {
  width: 60px;
  text-align: right;
}

.cart-item.caption > div {
  text-align: center !important;
  font-weight: bold;
}

.cart-item .subtotal {
  font-weight: bold;
  width: 340px;
  text-align: right;
  padding-right: 15px;
}

.order-review {
  width: 100%; padding: 10px; margin: 10px;
  border-collapse:collapse;
  border: 0;
}

.order-review .name, .order-review .value {
  display: inline-block;
  text-align: right;
  padding: 10px;
}

.order-review .name {
  width: 195px;
}

.order-review .value {
  width: 60px;
}

.search-area {
  padding: 6px;
  margin-bottom: 10px;
}

.search-area input {
  margin-top: 5px;
  width: 150px;
}

.search-area span.icon-search {
  padding: 3px;
  margin-left: 3px;
  cursor: pointer;
  font-size: 18px;
}

.galleria-thumbnails { margin: 0px auto !important; }
