html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
body {
	color:#333;
	//background:no-repeat url('../image/bg.png') 0 0;
	background-color:#fff;
	background-repeat:repeat;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10;
  font-weight: bold;
  color: #333333;
  text-rendering: optimizelegibility;
  padding-left:20px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}
h1 {
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 18px;
}
h3 {
  line-height: 27px;
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4, h5, h6 {
  line-height: 18px;
}
h4 {
  font-size: 14px;
}
h4 small {
  font-size: 14px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}

img.catimg {
	margin-left:150px; 	
	float:right; 
	margin-right:10px; 
	margin-top:-4px;      
	-moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    border-radius: 100px;
	border:5px solid #fff;
	width:80px;
	height:80px;
	padding:8px;
}

.eye {
  //margin: 100px;
  width: 13px;
  height: 13px;
  border: solid 2px #000;
  border-radius:  75% 15%;
  position: relative;
  transform: rotate(45deg);
}
.eye:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid 2px #000;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #333;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
ul, ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
}
ul.unstyled, ol.unstyled {
  margin-left: 0;
  list-style: none;
}
dl {
  margin-bottom: 18px;
}
dt, dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
strong {
  font-weight: bold;
}

/* Forms */
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}

input[type="image"], input[type="checkbox"], input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
  /* IE9 and down */

}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: #ffffff;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  width: auto;
  height: auto;
}
select, input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {

  background-color: #ffffff;
}
select[multiple], select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
input, textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus, textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input {
  float: none;
  margin-left: 0;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
input:focus:required:invalid, textarea:focus:required:invalid, select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus, textarea:focus:required:invalid:focus, select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}

input[class='lisa'], select[class="lisa"], img[class="lisa"] {
//   border:1px solid lightgrey; 
   border-collapse:collapse;
   background:white;
   height:25px; 
   line-height:20px; 
   width:230px; 
   text-indent:8px; 
   font-size: 16px;
   -webkit-border-radius:5px; 
   -moz-border-radius:5px; 
   border-radius:5px; 
   -moz-box-shadow: rgba(0,0,0,0.10) 0px 0px 10px 0px inset;
   -webkit-box-shadow: rgba(0,0,0,0.10) 0px 0px 10px 0px; inset;
   box-shadow: rgba(0,0,0,0.10) 0px 0px 10px 0px inset;
   font-family: "Trebuchet MS", Arial;
}
input:focus { outline:none; }

/* layout */
#container {
	width: 978px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 180px;
}
#column-right {
	float: right;
	width: 180px;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
	font-size:14px;
	color:#999999;
	background:#fff;
}
#content a {
	font-size:14px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 195px;
}
#column-right + #content {
	margin-right: 195px;
}
#wrapper {
	position:absolute;
	left:0;
	top:0;
	height:210px;
	width:100%;
	background:url('../image/wrapper.jpg') repeat-x;
	z-index:9;
}
/* header */
#header {
	height: 127px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 38px;
	left: 0px;
	z-index:9999;
}
#header #logo img {
	height: 70px;
}
#language {
	position: absolute;
	top: -6px;
	right: -10px;
	min-width: 100px;
	color: #999;
	line-height: 17px;
	font-size:11px;
}
#language img {
	cursor: pointer;
}
#language .aktiv {
	color:#eee; 
	background:#FF8533; 
	padding:4px;
	cursor:pointer; 
	margin-right:6px;
}
#language .deaktiv {
	color:#999;
	cursor:pointer; 
	margin-right:6px;
}
#currency {
	width: 100px;
	position: absolute;
	top: -27px;
	right: 90px;
	color: #999;
	line-height: 17px;
}
#currency a {
  float: left;
  padding: 0 8px;
  line-height: 24px;
  text-decoration: none;
  margin-right:-2px;
  font-size:12px;
  text-transform:uppercase;
	color: #999;
}
#currency a b {
	color: #eee;
	text-decoration: none;
	background:#FF8533;
	padding:3px;
	padding-left:7px;
	padding-right:7px;
	font-weight:normal;
}
#currency a:hover {
	//background-color: #f5f5f5;
}
#header #cart {
	position: absolute;
	top: 41px;
	right: 20px;
	z-index: 9999;
	min-width: 350px;
}
#header #cart .heading {
	float: right;
	margin-right: 0px;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;	
	position: relative;
	z-index: 1;
	background:#FF8533;
	color: #eeeeee;
	padding:8px;
	width:160px;
}
#header #cart .heading h4 {
	background:#FF8533;
	color: #eeeeee;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	padding-left:2px;
}
#header #cart .heading a {
	color: #eeeeee;
	text-decoration: none;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 3px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #555555;
	border-left: 1px solid #555555;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	-webkit-border-radius: 7px 0px 7px 7px;
	-moz-border-radius: 7px 0px 7px 7px;
	-khtml-border-radius: 7px 0px 7px 7px;
	border-radius: 7px 0px 7px 7px;
	background: #eeeeee;
}
#header #cart.active .heading {
	margin-top: 15px;
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	background:#fff;
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 56px;
	right: 227px;
	width: 150px;
	z-index: 99;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: #ccc url('../image/loup.png') center center no-repeat;
	background-size:22px 22px;
	width: 30px;
	height: 34px;
	cursor: pointer;
}
#header #search input {
	background: #F5F5F5;
	padding: 1px 1px 1px 36px;
	width: 140px;
	height: 32px;
	text-indent:0px;
	border: 0px solid #CCCCCC;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
	font-size:13px;
	color:#ccc;
	font-weight:normal;
	box-shadow:none;
	font-style:italic;
}
#header #welcome {
	position: absolute;
	top: 47px;
	right: 0px;
	z-index: 5;
	width: 298px;
	text-align: right;
	color: #999999;
	display:none;
}
#header .links {
	position: absolute;
	left: 0px;
	bottom: 3px;
	font-size: 12px;
	padding-right: 10px;
	top:-6px;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	text-decoration: none;
	font-size: 12px;
	color:#999999;
	font-weight:normal;
}
#header .links a:hover {
	color:#777777;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* menu */
#menu {
	height: 37px;
	margin-bottom: 15px;
	color: #333;
	padding: 8px 5px;
	position:relative;
	z-index:9;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 8px 0px 0px;
	margin-left:-5px;
	margin-right:-3px;
	height:44px;
}
#menu > ul > li:hover {
  -o-transition:.1s;
  -ms-transition:.1s;
  -moz-transition:.1s;
  -webkit-transition:.1s;
  transition:.1s;
}
#menu > ul > li > a {
	font-size: 12px;
	color: #999999;
	font-weight:bold;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 15px 6px 15px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li+li {
	border-left: 1px solid #eee;
}
#menu > ul > li > a:hover {
	color: #555555;
}
#menu > ul > li:hover > a {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	position: absolute;
	z-index: 5;
	padding: 5px;
	background:#fff;
	color: #eee;
    border-color: #999;
	margin-left:0px;
}
#menu > ul > li:hover > div {
	display: table;
	padding:0;
	margin-top:8px;
	background: #f5f5f5;
	min-width:260px;
	padding-top:15px;
	padding-bottom:10px;
	margin-left:14px;
	border-top:4px solid #333;
}
#menu > ul > li:hover > div a {
	font-size:12px;
	font-weight:normal;
	color:#999999;
	width:40%;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #333;
	display: block;
	white-space: nowrap;
	min-width: 150px;
	line-height:20px;
	padding-left:10px;
}
#menu > ul > li ul > li > a:hover {
	background: #FF8533;
	color:#eee;
}
#menu > ul > li > div > ul > li > a {
	color: #333;
}
.breadcrumb {
	color: #777;
	font-size:14px;
	background:#efefef;
    border-color: #999;
	padding:15px;
	margin-bottom:25px;
	display:none;
}
.breadcrumb a {
	color: #999999;
	font-size:14px !important;
}
.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
}
.success {
	background: #EAF7D9 url('../image/edu.png') 10px center no-repeat;
	border: 2px solid #BBDF8D;
	font-size:14px;
	font-weight:bold;
	color:#6A8A29;
}
.success a {
	font-size:14px;
	color:#555555;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 2px solid #F8ACAC;
	font-size:14px;
	font-weight:bold;
	color:#A30000;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}

table tr, table th { 
	border:1px solid #ddd !important; 
}
table {
  -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -khtml-border-radius: 6px !important;
    border-radius: 6px !important;
}
td.total, th.total {
	background:#f6f6f6 !important;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}

table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	background:#efefef;
	color: #333;
    border-color: #999;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: middle;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
table.radio label {
	width: 100%;
	height: 15px;
	display: inline-block;
}
.pagination {
  height: 36px;
  margin: 18px 0;
  width:98%;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right:-1px;
}
.pagination b {
  background:#fff;
  color: #999999;
  cursor: default;
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  margin-right:-1px;
}
.pagination a:hover, .pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled a, .pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination .links {
	float: left;
}


.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	color: #6e6e6e;
    font: bold 14px Helvetica, Arial, sans-serif;
    text-decoration: none;
    padding: 7px 12px;
    position: relative;
    display: inline-block;
    text-shadow: none;
    -webkit-transition: border-color .218s;
    -moz-transition: border .218s;
    -o-transition: border-color .218s;
    transition: border-color .218s;
    background: #f3f3f3;
    background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #fff;
    background: #ddd;
	color:#111;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    margin-right: 10px;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
	height: 18px;
}
input.button {
	cursor: pointer;
	cursor: hand;
	height: 36px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	color: #111;
    border-color: #232F3F;
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2) -webkit-box-shadow:0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.buttons {
	background:#fff;
	color: #333;
    border-color: #999;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 37px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
	border-top: 1px solid #DDDDDD;
}
.htabs a {
	padding: 12px 15px 0px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #555;
	margin-right: 2px;
	display: none;
	background:#fff;
	text-transform:uppercase;
}
.htabs a.selected {
	//padding-bottom: 7px;
	//background:#efefef;
	border-top:4px solid darkorange;
	padding-top:8px;
	color:darkorange;
}
.tab-content {
	background:#fff;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	color: #555;
	font-size:12px;
	line-height:20px;
	text-transform:uppercase;
}
/* box */
.box {
	margin-bottom: 20px;
	background:#fff;
}
.box .box-heading {
	background:#fff;
	color: #FF8533;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}

.box .box-heading {
    overflow: hidden;
    text-align: center;
	font-family:'Oswald','Arizonia','Allura','Great Vibes', Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
}
.box .box-heading:before,
.box .box-heading:after {
    background-color: #ddd;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 40%;
}
.box .box-heading:before {
    right: 0.5em;
    margin-left: -50%;
}
.box .box-heading:after {
    left: 0.5em;
    margin-right: -50%;
}

.box .box-content {

}

.box .box-content img {
	max-width:100% !important;
}

.box-cat {
	margin-bottom: 20px;
	background:#fff;
}
.box-cat .box-heading {
	background:#eee;
	color: #FF8533;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
.box-cat .box-content {

}

/* box products */
.box-product {
	width: 100%;
	overflow: auto;
	margin-left:14px;
	padding-left:1px;
}
.box-product > div {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
	padding:8px 5px;
	text-align:center;
	background:#fff;
	color: #333;
	border:1px solid #eee;
}
.box-product > div:hover {
	border:1px solid #ddd;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
#column-left .box-product {

	overflow: hidden;
	margin-left:5px;
}
#column-left .box-product > div {
	width: 160px;
	margin-bottom:10px;
	overflow: hidden;
	padding-left:1px;
	margin-left:0px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 0px;
	border: 0px solid #dfdfdf;
    margin-top:2px;	
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.box-product .image img:hover {
-moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.box-product .name {
	width:100%;
}
.box-product .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	height:30px;
	margin-top:10px;
	font-size:16px !important;
	font-weight:bold; 
	color:#333;
}
.box-product .name a:hover {
	color: darkorange;
}
.box-product .price {
	display: block;
	font-weight: normal;
	margin-bottom: 4px;
	background:#f5f5f5; 
	min-width:100px; 
	color:#111; 
	height:30px; 
	margin-left:-5px; 
	margin-top:6px; 
	line-height:30px;
}
.box-product .price-old {
	color: #999;
	text-decoration: line-through;
	font-weight:normal;
	font-size:12px;
}
.box-product .price-new {
	font-weight: bold;
	color:#111;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
	display:none;
}
/* box category */
.box-category {
	background:#efefef;
	color: #333;
    border-color: #999;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category > ul > li {
	border-bottom:1px solid #ddd;
}
.box-category > ul > li + li {
	
}
.box-category > ul > li > a {
	display:block;padding:10px 10px;margin:0;color:#333;text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#999;
	//text-transform:uppercase;
}
.box-category > ul > li > a:hover {
	background:#FF8533; text-decoration:none;
	color:#eee;
}
.box-category > ul > li ul {
	display: none;
}
.box-category > ul > li a.active {
	font-weight: normal;
	color:#eee;
	background:#FF8533;
	//text-transform:uppercase;
}
.box-category > ul > li > ul > li a.active {
	background:none;
	//margin-top:4px;
}
.box-category > ul > li > ul > li a.active:hover {
	color:#333;
}
.box-category > ul > li a.active:hover {
	color:#eee;
}
.box-category > ul > li.active {
	color:#333;
	background:#fdfdfd;
	background:rgba(255,255,255,.80);
	font-weight:normal;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
}
.box-category > ul > li.active a:hover {
	border-left:none;
	color:#eee;
}
.box-category > ul > li a.active + ul {
	display: block;
}
.box-category > ul > li ul > li {
	padding: 5px 5px 0px 10px;
}
.box-category > ul > li ul {
	margin-top:0px;
}
.box-category > ul > li ul > li > a {
	display:block;padding-left:15px;padding-bottom:8px;padding-right:0;padding-top:0;margin:0;margin-top:-10px;color:#333;text-decoration:none;
	font-size:12px;
	font-weight:normal;
	color:#999999;
	//text-transform:uppercase;
}
.box-category > ul > li ul > li > a:hover {
	color:#555;
}
.box-category > ul > li ul > li > a.active {
	font-weight: normal;
	color:#fff;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	background:#fff;
	color: #555;
    border-color: #999;
	font-size:14px;
}
#content .content a {
	font-size:14px;
}

#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
	background:#fff;
	color: #777;
    border-color: #999;
	padding:20px 20px 15px 20px;
}
.category-info .image {
	float: left;
	margin-right: 15px;
}
.category-info .image img {
	padding: 4px 3px;
}
.category-list {
	overflow: auto;
	margin-bottom: 20px;
	color: #333;
    border-color: #999;
	background:none;
	padding: 20px; 
	padding-left:0;
}
.category-list ul {
	float: left;
	width: 98%;
	list-style:none;
	line-height:32px;
}
.category-list ul li {
	margin:0px;
	padding:4px;
	display:inline;
}
.category-list ul li a {
	font-size:14px !important;
	background:#363B41;
	color:#fff;
	padding:5px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
    border-radius: 4px;
}
.category-list ul li a:hover {
	background:#4B5054;
   -moz-transition: all 0.3s;
   -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}

/* manufacturer */
.manufacturer-list {
	background:#fff;
	color: #333;
    border-color: #999;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	background:#efefef;
	color: #333;
    border-color: #999;
	padding-bottom: 5px;
	overflow: auto;
	padding:15px 15px 5px 15px;
}
.product-filter .displayText{
	display: none;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	color: #333;
	line-height: 24px;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .gridList {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') left 0px;
}
.product-filter .gridListActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') left 26px;
}
.product-filter .listView {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') right 0px;
}
.product-filter .listViewActive {
	display: inline-block;
	height: 24px;
	width: 33px;
	background:url('../image/viewType.png') right 26px;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
	margin-left:10px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
	background:#fff;
	color: #333;
    border-color: #999;
	padding:20px 20px 15px 20px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top:1px dotted #ddd;
}
.product-list .image {
	float: left;
	margin-right: 15px;
}
.product-list .image img {
	padding: 0px;
	border: 1px solid #dfdfdf;
	max-height:120px;
}
.product-list .image img:hover {
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size:16px;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	font-size:13px;
	color:#777777;
	line-height:22px;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 120px;
	margin-left: 8px;
	text-align: right;
	color: #333333;
	font-size: 16px;
	border-left:1px solid #ddd;
	padding-left:10px;
	width:110px;
}
.product-list .price-old {
	color: #777;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
	color:#111;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
	font-size:12px !important;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
	font-size:12px !important;
}
.product-grid {
	width: 100%;
	overflow: auto;
	margin-left:20px;
}
.product-grid > div {
	width: auto;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 15px;
	background:#fff;
	color: #333;
	border:1px solid #eee;
	padding:5px;
	text-align:center;
}
.product-grid > div:hover {
	border:1px solid #ddd;
}
.clearmargin {
	margin-right:0;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 0px;
	border: 0px solid #dfdfdf;
	margin-top:5px;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
 -moz-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.product-grid .image img:hover {
-moz-transform: scale(1.0);
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
}
.product-grid .name {
	width:100%;
}
.product-grid .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
	height:30px;
	margin-top:20px;
	font-size:16px !important;
	font-weight:bold; 
	color:#333;
}
.product-grid .name a:hover {
	color: darkorange;
}

.product-grid .description {
	//display: none;
}

.product-grid .rating {
	display: block;
	margin-bottom: 4px;
	display:none;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
	background:#e7e7e7; 
	min-width:100px; 
	color:#111; 
	height:30px; 
	margin-left:-5px; 
	margin-top:6px; 
	line-height:30px;
}
.product-grid .price-old {
	color: #777;
	text-decoration: line-through;
	font-weight:normal;
}
.product-grid .price-new {
	font-weight: bold;
	color: #111;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
	background:#fff;
	color: #333;
    border-color: #999;
	padding:20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 390px;
}
.product-info > h1 {
	margin-top:5px;
}
.product-info .image {
	  border-bottom: 1px solid #ddd;
	float: left;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
}
.product-info .image:hover {

}
.product-info .image-additional {
	width: 360px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 0px solid #ddd;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
}
.product-info .image-additional img:hover {
	border-color: lightgrey;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	//border-top: 1px solid #E7E7E7;
	//border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 24px;
	color: #777;
	text-transform:uppercase;
	font-size:12px;
}
.product-info .description span {
	color: #777;
}
.product-info .description a:hover {
	color:darkorange !important;
}
.product-info .description a {
	color: #777;
	text-decoration: none;
	font-size:12px !important;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #444 !important;
}
.product-info .price-old {
	color: #777;
	text-decoration: line-through;
}
.product-info .price-new {
	color:#444 !important;
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div > span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #333;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:25px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info {
	
}
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:25px;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .content{
	height:250px;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:20px;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	background:#efefef;
	color: #333;
    border-color: #999;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
	padding:20px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 14px;
	color: #555555;
	
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
	margin-top: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:25px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	min-height: 140px;
	padding: 20px;
	background:#111;
	//background:url('../image/fuuter.jpg') repeat;
	color: #333;
    border-color: #999;
}
#footer h3 {
	color: #888;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left:-15px;
}
#footer .column {
	float: left;
	width: 20%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
	color: #eee;
	font-weight:bold:
	font-size:13px;
	line-height:18px;
	padding-top:0;
	padding-bottom:0;
}
#footer .column a {
	text-decoration: none;
	color: #fff;
	font-weight:bold:
	font-size:13px;
	line-height:18px;
	padding-top:0;
	padding-bottom:0;
}
#footer .column a:hover {
	//text-decoration: underline !important;
}

#footer .contact {
	float: left;
	width: 20%;
	min-height: 100px;
}
#footer .contact ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .contact ul li {
	margin-bottom: 3px;
	color: #eee;
	font-weight:bold:
	font-size:13px;
	line-height:18px;
	padding-top:0;
	padding-bottom:0;
}
#footer .contact a {
	text-decoration: none;
	color: #fff;
	font-weight:bold:
	font-size:13px;
	line-height:18px;
	padding-top:0;
	padding-bottom:0;
}
#footer .contact a:hover {
	//text-decoration: underline !important;
}

#powered {
	clear: both;
	background:#e5e5e5;
	font-size:11px;
	color:#999;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-top:10px;
	margin-bottom: 10px;
}

.tags {
	background:#efefef;
	color: #333;
    border-color: #999;
	padding:15px;
}

.maksekeskus-form-list {
    list-style: none;
    margin: 0 !important;
    border: 0 none !important;
}

.maksekeskus_select {
/*    width: 95% !important;*/
    min-width: 250px !important;
}
#maksekeskus_ul {
/*    width: 100% !important;*/
    float: right;
}

.maksekeskus_select ul {
    display: table;
    margin: 0;
    border: 0 none !important;
}
.maksekeskus_select li {
    float: left;
    list-style: none;
    height: 90px;
    min-width: 94px;
    overflow: hidden;
    padding: 2px;
    background: transparent;
    margin: 0 !important;
    width: auto;
    
}
.maksekeskus_select li > a {
    display: block;
    height: 80px;
    min-width: 80px;
    border-radius: 8px;
    border: 3px solid #eee;
    position: relative;
    background: #fff;
    text-decoration: none;
    text-align: left;
}
.maksekeskus_select *, .maksekeskus_select *:before, .maksekeskus_select *:after {
    box-sizing: content-box;
}


.maksekeskus_select li > a:hover {
    border-color: #1477a0;
    text-decoration: none;
}
.maksekeskus_select li > a.selected {
    border-color: #ffc000;
}
.maksekeskus_select li > a.selected:hover {
    border-color: #1477a0;
}
.maksekeskus_select li > a > img {
    margin: auto !important;
    position: absolute !important;
    top: 0;
    bottom: 0;
    padding: 12px !important;
    border: 0 none !important;
}

.maksekeskus_select li > a > span {
    margin: auto;
    position: absolute;
    text-transform: uppercase;
    display: block;
    width: 84px;
    line-height: 84px;
    text-align: center;
    color: #666;
}


#maksekeskus_payment_start {
}

#maksekeskus_payment_start p {
    text-align: center;
}


#maksekeskus-loading-mask {
    color: #d85909;
    font-size: 1.1em;
    font-weight: bold;
    opacity: 0.8;
    position: absolute;
    text-align: center;
    z-index: 500;
}

#maksekeskus-loading-mask .loader {
    background: none repeat scroll 0 0 #fff4e9;
    border: 2px solid #f1af73;
    color: #d85909;
    font-weight: bold;
    left: 50%;
    margin-left: -60px;
    padding: 15px 60px;
    position: fixed;
    text-align: center;
    top: 35%;
    width: 120px;
    z-index: 1000;
}


/* small logo definitions */

.maksekeskus_select .maksekeskus_small li {
    height: 54px;
    min-width: 54px;
}

.maksekeskus_select .maksekeskus_small li > a {
    height: 50px;
    min-width: 50px;
}


.maksekeskus_select .maksekeskus_small li > a > img {
    width: 46px;
    padding: 2px !important;
    min-width: 0 !important;
}


.maksekeskus_select .maksekeskus_small li > a > span {
    width: 50px;
    line-height: 50px;
}

