/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* #Basic Styles
================================================== */
body {
  background: #fafafa;
  font: 13px/21px Tahoma, Arial, sans-serif;
  color: #535353;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}
.widebox {
  width: 900px;
  margin: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 20px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #162c59;
  font-family: 'Open Sans', sans-serif !important;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 46px;
  line-height: 50px;
  margin-bottom: 14px;
}
h2 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 10px;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 8px;
}
h4 {
  font-size: 21px;
  line-height: 30px;
  margin-bottom: 4px;
}
h5 {
  font-size: 17px;
  line-height: 24px;
}
h6 {
  font-size: 14px;
  line-height: 21px;
}
.subheader {
  color: #777;
}
p {
  margin: 0 0 20px 0;
}
p img {
  margin: 0;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
/*	Blockquotes  */
blockquote,
blockquote p {
  font-size: 17px;
  line-height: 24px;
  color: #777;
  font-style: italic;
}
blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid #ddd;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* #Links
================================================== */
a,
a:visited {
  color: #1d5c99;
  text-decoration: none;
  outline: 0;
}
a:hover,
a:focus {
  color: #192957;
}
p a,
p a:visited {
  line-height: inherit;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 30px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/* #Buttons
================================================== */
.button {
  background: #eee;
  /* Old browsers */
  background: #eeeeee -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: #eeeeee -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: #eeeeee -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #eeeeee -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: #eeeeee -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: #eeeeee linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 8px 10px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.button:hover {
  color: #222;
  background: #ddd;
  /* Old browsers */
  background: #dddddd -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: #dddddd -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: #dddddd -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #dddddd -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: #dddddd -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: #dddddd linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-top: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.button:active {
  border: 1px solid #666;
  background: #ccc;
  /* Old browsers */
  background: #cccccc -moz-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* FF3.6+ */
  background: #cccccc -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.35)), color-stop(100%, rgba(10, 10, 10, 0.4)));
  /* Chrome,Safari4+ */
  background: #cccccc -webkit-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Chrome10+,Safari5.1+ */
  background: #cccccc -o-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* Opera11.10+ */
  background: #cccccc -ms-linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* IE10+ */
  background: #cccccc linear-gradient(top, rgba(255, 255, 255, 0.35) 0%, rgba(10, 10, 10, 0.4) 100%);
  /* W3C */
}
.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* #Forms
================================================== */
form {
  margin-bottom: 20px;
}
fieldset {
  margin-bottom: 20px;
}
textarea,
select {
  border: 1px solid #ccc;
  padding: 6px 4px;
  outline: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  margin: 0;
  width: 210px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
}
select {
  padding: 0;
}
textarea:focus {
  border: 1px solid #aaa;
  color: #444;
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
textarea {
  min-height: 60px;
}
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}
select {
  width: 220px;
}
input[type="checkbox"] {
  display: inline;
}
label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}
.ez_form {
  min-height: 290px;
  padding: 30px 20px;
  background: #122c5a url('../img/form_bg.png') right top no-repeat;
}
.ez_form .column {
  float: left;
  width: 295px;
  margin: 0 30px 0 0;
}
.ez_form h2 {
  border-bottom: 1px solid #fff;
  font: bold 18px/22px 'Open Sans', arial, sans-serif;
  color: #fff;
}
.ez_form h3 {
  clear: both;
  padding: 1em 0 0 0;
  font: bold 16px/22px 'Open Sans', arial, sans-serif;
  color: #fff;
}
.ez_form label {
  color: #fff;
  font-weight: normal;
}
.ez_form label .highlighted_text {
  color: #fff;
}
.ez_form ul.field_errors {
  margin: 0;
  color: #e02828;
}
.ez_form ul.field_errors li {
  margin: 0;
}
.ez_form input.text,
.ez_form input.text_input {
  width: 275px;
  margin: 0 0 10px 0;
  border: none;
  padding: 0 10px;
  font: normal 13px/26px 'Open Sans', arial, sans-serif;
  -moz-box-shadow: inset 0 0 5px #333333;
  -webkit-box-shadow: inset 0 0 5px #333333;
  box-shadow: inset 0 0 5px #333333;
}
.ez_form input.checkbox_input {
  margin-right: 8px;
}
.ez_form #loginForm2Submit,
.ez_form #fp_submit {
  float: right;
  width: 100px;
  margin-top: 10px;
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 24px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
}
.ez_form p {
  color: #fff;
  line-height: 18px;
}
.ez_form #forgot_password,
.ez_form #register_button {
  display: block;
  color: #fff;
  font: normal 13px/26px 'Open Sans', arial, sans-serif;
}
.ez_form form#reg h4 {
  clear: both;
  font: normal 16px/22px 'Open Sans', arial, sans-serif;
  color: #fff;
}
.ez_form form#reg div {
  float: left;
}
.ez_form form#reg div .text_input {
  height: 26px;
  width: 134px;
  margin: 0;
  border: none;
  padding: 0 3px;
  font: normal 13px/26px 'Open Sans', arial, sans-serif;
  -moz-box-shadow: inset 0 0 5px #333333;
  -webkit-box-shadow: inset 0 0 5px #333333;
  box-shadow: inset 0 0 5px #333333;
}
.ez_form form#reg div #reg_firstname,
.ez_form form#reg div #reg_email,
.ez_form form#reg div #reg_street,
.ez_form form#reg div #reg_city,
.ez_form form#reg div #reg_comp_name {
  margin-right: 15px;
}
.ez_form form#reg div #reg_comp_name {
  margin-bottom: 15px;
}
.ez_form form#reg div label[for="reg_email_mktg"] {
  float: right;
  clear: both;
}
.ez_form form#reg div:last-child {
  float: right;
  clear: both;
}
.ez_form form#reg div:last-child #reg_submit {
  width: 65px;
  margin-top: 15px;
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 24px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
}
.ez_form form#fp p.error-message {
  margin-bottom: 0;
}
/* #Site specific CSS
================================================== */
#container {
  width: 944px;
  margin: 0px auto;
  /*
	#categories {
		.category {
			width: 302px;
			height: 198px;
			border: 1px solid #dbdbdb;
			border-radius: 4px;
			float: left;
			margin-right: 15px;
			margin-bottom: 10px;
			&:hover {
				border-color: #c3c3c3;
				box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
				.colorbox {					
					position: absolute;
					width: 12px !important;
					-webkit-transition: all 0.2s ease-in-out;
					-moz-transition: all 0.2s ease-in-out;
					-o-transition: all 0.2s ease-in-out;
					-ms-transition: all 0.2s ease-in-out;
					transition: all 0.2s ease-in-out;
				}
			}
			&:nth-child(3n+3) {  
				margin-right: 0px;
			}
			a {
				text-decoration: none;
			}
			.category-image {
				width: 302px;
				height: 130px;
				background-color: #f5f5f5;
				border-top-right-radius: 4px;
				border-top-left-radius: 4px;
				background-repeat: no-repeat;
				background-position: center;
				overflow:hidden;
			}
			.category-description {
				position: relative;
				1width: 306px;
				height: 58px;
				background-color: #fff;
				border-bottom-left-radius: 4px;
				border-bottom-right-radius: 4px;
				overflow: hidden;
				padding-top: 5px;
				padding-bottom: 5px;
				h3 {
					margin: 0px;
					padding: 0px;
					font-size: 22px;
					padding-left: 20px;					
					color: #000;					
				}
				.colorbox{
					position: absolute;
					top: 7px;
					left: 0px;
					width: 5px;
					height: 30px;					
					&.movies {
						background: #ff7a40;
					}
					&.music {
						background: #405c8a;
					}
					&.karaoke {
						background: #ffff40;
					}
					&.toys {
						background: #58a25d;
					}
					&.games {
						background: #b646ab;
					}
					&.easyplus {
						background: #408ace;
					}
				}
				p {
					margin: 0px;
					padding: 0px;
					padding-left: 33px;
					font-size: 13px;
					color: #535353;
					background-image: url('../img/small-arrow.jpg');
					background-position: 20px 8px;
					background-repeat: no-repeat;
				}
			}
		}
	}
*/
}
#container #top {
  position: relative;
  width: 944px;
  height: 80px;
  overflow: hidden;
}
#container #top #logo {
  width: 164px;
  height: 50px;
  padding: 15px 10px;
  float: left;
}
#container #top #login_form {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 322px;
  height: 26px;
  margin: 0;
}
#container #top #login_form input {
  float: left;
  width: 90px;
  margin: 0 10px 0 0;
  border: 1px solid #c4c4c4;
  border-radius: none;
  padding: 0 9px;
  line-height: 24px;
  background-color: #fff;
  color: #c4c4c4;
}
#container #top #login_form #login_submit {
  width: 82px;
  height: 25px;
  margin-right: 0;
  padding: 0;
  text-align: center;
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 24px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
}
#container #top #user_control {
  position: absolute;
  right: 219px;
  bottom: 15px;
  width: 140px;
  height: 40px;
  margin: 0;
  border: 1px solid #dbdbdb;
  padding: 3px 10px;
  background-color: #f3f4f8;
  font: normal 12px/20px 'Open Sans', sans-serif;
}
#container #top #user_control strong {
  display: block;
}
#container #top #basket_content {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 140px;
  height: 40px;
  padding: 3px 10px 3px 59px;
  border: 1px solid #f1f1f1;
  background: #ffffff url(../img/basket.png) 0 0 no-repeat;
  font: normal 12px/20px 'Open Sans', sans-serif;
  color: #1a2754;
}
#container #top #basket_content strong {
  display: block;
  color: #000;
}
#container #navigation {
  width: 942px;
  border: 1px solid #1c2b3d;
  background-image: url('../img/nav-bg.png');
  border-radius: 2px;
  margin-bottom: 10px;
}
#container #navigation ul {
  margin: 0px;
  padding: 0px;
  height: 47px;
  overflow: hidden;
}
#container #navigation ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
#container #navigation ul li a {
  padding: 14px 19px 15px 19px;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  display: block;
  float: left;
  border-right: 1px solid rgba(80, 130, 170, 0.5);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#container #navigation ul li a:hover,
#container #navigation ul li.current a {
  background-color: rgba(90, 160, 210, 0.25);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#container #navigation ul li#en-flag a {
  padding: 14px 6px;
}
#container > p {
  margin: 0;
}
#container #carousel {
  margin-top: 10px;
  width: 942px;
  height: auto;
  border: 1px solid #dbd8d7;
  border-radius: 2px;
  position: relative;
}
#container #carousel .carousel-images {
  width: 942px;
  height: 343px;
  display: block;
  overflow: hidden;
  border-radius: 2px;
}
#container #carousel .arrow {
  width: 47px;
  height: 95px;
  position: absolute;
}
#container #carousel .arrow a:hover img {
  opacity: 0.66;
}
#container #carousel .left {
  top: 124px;
  left: -67px;
}
#container #carousel .right {
  top: 124px;
  right: -67px;
}
#container .shadow {
  width: 944px;
  height: 10px;
  background-image: url('../img/shadow.png');
  background-position: top;
  background-repeat: no-repeat;
}
#container #sidebar {
  width: 268px;
  margin: 0 10px 10px 0;
  float: left;
}
#container #sidebar h2 {
  margin: 7px 0 13px 0;
  border-bottom: 2px solid #162c59;
  font: normal 16px/30px 'Open Sans', arial, sans-serif;
  color: #162c59;
}
#container #sidebar .sidemenu {
  margin: 0 0 16px 0;
  padding: 0px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
#container #sidebar .sidemenu li {
  position: relative;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid #f6f6f6;
}
#container #sidebar .sidemenu li a {
  position: relative;
  display: block;
  padding: 15px 0px 15px 20px;
  text-transform: uppercase;
  color: #162c59;
}
#container #sidebar .sidemenu li a .colorbox {
  position: absolute;
  top: 15px;
  left: 0px;
  height: 20px;
  width: 5px;
  display: block;
}
#container #sidebar .sidemenu li a .colorbox.movies {
  background: #ff7a40;
}
#container #sidebar .sidemenu li a .colorbox.music {
  background: #405c8a;
}
#container #sidebar .sidemenu li a .colorbox.karaoke {
  background: #ffff40;
}
#container #sidebar .sidemenu li a .colorbox.toys {
  background: #58a25d;
}
#container #sidebar .sidemenu li a .colorbox.games {
  background: #b646ab;
}
#container #sidebar .sidemenu li a .colorbox.easyplus {
  background: #408ace;
}
#container #sidebar .sidemenu li a:hover {
  background-color: #fafafa;
  color: #000;
}
#container #sidebar .sidemenu li a:hover .colorbox {
  width: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#container #sidebar ul.categs {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: #f1f1f1;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
#container #sidebar ul.categs .catul1 {
  margin: 0;
}
#container #sidebar ul.categs .catul1 > li {
  position: relative;
  padding: 0;
  margin: 0;
}
#container #sidebar ul.categs .catul1 > li.item-active {
  background-color: #f3f4f7;
}
#container #sidebar ul.categs .catul1 > li > a {
  display: block;
  padding: 20px 40px 20px 20px;
  font: normal 14px/25px "Open Sans", arial, sans-serif;
  text-transform: uppercase;
}
#container #sidebar ul.categs .catul1 > li img.opener {
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 10px;
  cursor: pointer;
}
#container #sidebar ul.categs .catul1 > li > ul {
  padding: 10px 20px 0 0;
  margin: 0;
  background-color: #e3e5eb;
}
#container #sidebar ul.categs .catul1 > li > ul > li {
  margin: 0;
}
#container #sidebar ul.categs .catul1 > li > ul > li > a {
  display: block;
  padding: 0 20px 10px 20px;
  font: normal 13px/16px "Open Sans", arial, sans-serif;
}
#container #sidebar ul.categs .catul1 > li > ul > li > a:before {
  content: "»";
  padding-right: 4px;
  text-decoration: none !important;
}
#container #sidebar ul.categs .catul1 > li > ul > li.item-active.cat > a {
  padding-bottom: 0;
}
#container #sidebar ul.categs .catul1 > li > ul > li .catul3 {
  margin: 0 20px 0 40px;
  background-color: #e3e5eb;
}
#container #sidebar ul.categs .catul1 > li > ul > li .catul3 li {
  margin-bottom: 0;
}
#container #sidebar ul.categs .catul1 > li > ul > li .catul3 li a {
  font: normal 11px/25px "Open Sans", arial, sans-serif;
}
#container #sidebar ul.categs .catul2 {
  display: none;
}
#container #sidebar ul.categs .item-active > .catul2 {
  display: block;
}
#container #sidebar ul.categs .catul3 {
  display: none;
}
#container #sidebar ul.categs .catlv2.item-active > .catul3 {
  display: block;
}
#container #sidebar #search {
  position: relative;
  margin: 0 0 16px 0;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-color: #f1f1f1;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
#container #sidebar #search .text-input {
  width: 186px;
  height: 28px;
  margin: 0;
  border: 1px solid #c4c4c4;
  border-right: none;
  padding: 0 5px;
  font: normal 11px/28px 'Open Sans', arial, sans-serif;
}
#container #sidebar #search .submit-input {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 30px;
  margin: 0;
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 12px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}
#container .clear {
  clear: both;
}
#container .centered {
  text-align: center;
}
#container .content {
  width: 944px;
  background-color: #fff;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px;
}
#container .content.smallcontent {
  width: 606px;
  margin-left: 10px;
  float: right;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#container .content.bordered {
  padding: 20px;
  width: 900px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
#container .content h2 {
  font-size: 18px;
}
#container .content h3 {
  font-size: 16px;
}
#container .content h4 {
  font-size: 14px;
}
#container .blue {
  padding: 20px;
  width: 904px;
  background-color: #162c59;
  background-image: url('../img/ez-logo-big.png');
  background-position: 620px;
  background-repeat: no-repeat;
  color: #fff;
}
#container .blue h1,
#container .blue h2,
#container .blue h3,
#container .blue h4,
#container .blue h5,
#container .blue h6,
#container .blue a,
#container .blue a:visited,
#container .blue a:hover,
#container .blue a:active {
  color: #fff;
}
#container .bluebox {
  width: 330px;
  min-height: 260px;
  float: right;
  padding: 20px;
  background-color: #162c59;
  color: #ffffff;
}
#container .bluebox h1,
#container .bluebox h2,
#container .bluebox h3,
#container .bluebox h4,
#container .bluebox h5,
#container .bluebox h6 {
  color: #ffffff;
}
#container p.googlemap {
  position: relative;
  float: left;
}
#container #footer {
  background: transparent url(../img/footer.png) center 0 no-repeat;
}
#container #footer .footer-column {
  width: 214px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  float: left;
  border-right: 1px solid #dbdbdb;
  color: #535353;
  font-size: 13px;
}
#container #footer .footer-column p {
  margin: 0px;
  padding: 0px;
}
#container #footer .footer-column:nth-child(4) {
  border: 0px;
}
#contactform {
  position: relative;
  width: 495px;
}
#contactform td {
  position: relative;
  left: 0px;
  vertical-align: top;
}
#contactform label {
  color: #b4b4b4;
}
#contactform label .highlighted_text {
  color: #b4b4b4;
}
#contactform .w180 {
  position: relative;
  padding: 0px;
  margin: 0px;
  width: 180px;
  padding-right: 20px;
}
#contactform .text_input {
  width: 170px;
  margin: 0px;
  padding: 0px;
  height: 30px;
  margin-bottom: 20px;
  padding: 5px;
}
#contactform .textarea_input {
  position: relative;
  width: 285px;
  margin: 0px;
  padding: 0px;
  height: 92px;
  padding: 5px;
}
#contactform .submit_input {
  margin: 0px;
  padding: 0px;
  width: 295px;
  height: 40px;
  background-image: url('../img/submit.jpg');
  background-repeat: repeat-x;
  border: 0px;
  border-radius: 0px;
  font-size: 16px;
  color: #fff;
  text-shadow: none;
}
#karaoke {
  width: 100%;
}
#karaoke tbody tr {
  display: none;
}
#karaoke tr {
  border-bottom: 1px solid #eee;
}
.cards {
  position: relative;
  margin-bottom: 30px;
  float: left;
}
.cards .card {
  width: 206px;
  height: auto;
  border: 1px solid #e8e8e8;
  box-shadow: 2px 2px 3px #e8e8e8;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  float: left;
  text-align: center;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
}
.cards .card:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.cards .card:nth-child(4n+4) {
  margin-right: 0px;
}
.cards .card .logo {
  width: 65px;
  height: 24px;
  margin-bottom: 10px;
}
.cards .card .contacts {
  width: 200px;
  color: #282828;
}
.cards .card .contacts h4 {
  margin: 0px;
  padding: 0px;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #282828;
}
.cards .card .contacts p {
  font-size: 13px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
  color: #666;
  font-family: "Trebuchet MS", Arial, verdana, sans-serif;
}
.boxes {
  position: relative;
  margin-bottom: 30px;
  float: left;
}
.boxes .box {
  background: #ffffff;
  position: relative;
  float: left;
  width: 230px;
  height: 200px;
  border: 1px solid #e8e8e8;
  margin: 0px 5px 5px 0px;
  box-shadow: 2px 2px 3px #e8e8e8;
  text-align: center;
  line-height: 200px;
}
.boxes .box img {
  position: relative;
  margin: 0 auto;
  vertical-align: middle;
}
.boxes .box:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.boxes .box:nth-child(4n+4) {
  margin-right: 0px;
}
h3.blueline {
  clear: both;
  color: #000000;
  font-size: 22px;
  border-bottom: 2px solid #3169a1;
}
form#reg input {
  margin-bottom: 5px;
}
form#reg label span.caption {
  width: 120px;
  float: left;
}
.prodinfo {
  position: relative;
  float: left;
}
.prodinfo .prodimage {
  position: relative;
  float: left;
}
div.category {
  float: right;
  margin-bottom: 20px;
}
div.category .category_header {
  width: 660px;
  position: relative;
  margin: 7px 0 13px 0;
  border-bottom: 2px solid #162c59;
  font: normal 16px/30px 'Open Sans', arial, sans-serif;
  color: #162c59;
}
div.category .category_header div.sortlinks {
  position: absolute;
  right: 80px;
  bottom: 0;
}
div.category .category_header a.viewmode {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 18px;
  height: 17px;
  margin: 0;
  padding: 0;
}
div.category .category_header a.viewmode.cards {
  right: 44px;
  background: transparent url(../img/viewmodeicons.png) 0 0 no-repeat;
}
div.category .category_header a.viewmode.cards.active {
  background-position: -18px 0;
}
div.category .category_header a.viewmode.list {
  right: 22px;
  background: transparent url(../img/viewmodeicons.png) 0 -17px no-repeat;
}
div.category .category_header a.viewmode.list.active {
  background-position: -18px -17px;
}
div.category .category_header a.viewmode.compact {
  background: transparent url(../img/viewmodeicons.png) 0 -34px no-repeat;
}
div.category .category_header a.viewmode.compact.active {
  background-position: -18px -34px;
}
div.category div.product_item {
  background-color: #fff;
  border: 1px solid #dedede;
  border-top: 1px solid #f0f1f1;
}
div.category div.product_item .image_container {
  display: table-cell;
  vertical-align: middle;
  font-size: 0px;
  padding: 0;
  margin: 0;
  border: none;
}
div.category div.product_item .image_container img {
  display: block;
  margin: 0 auto;
}
div.category div.product_item .details {
  display: block;
  padding: 0 10px;
  border-bottom: 1px solid #d0d5de;
  color: #162c59;
}
div.category div.product_item .details h3 {
  margin: 0;
  font: normal 13px/22px Tahoma, arial, sans-serif;
}
div.category div.product_item .details strong {
  color: #e0131b;
}
div.category div.product_item .details span {
  color: #9b9b9b;
}
div.category div.product_item .details p {
  margin: 0;
}
div.category div.product_item form {
  margin: 0;
  padding: 10px;
  background-color: #f3f4f7;
  text-align: right;
}
div.category div.product_item form label {
  display: inline;
  font: normal 11px/24px Tahoma, arial, sans-serif;
  color: #162c59;
}
div.category div.product_item form input.quantity {
  display: inline-block;
  width: 28px;
  height: 24px;
  margin: 0 7px;
  border: 1px solid #c4c4c4;
  padding: 6px 4px;
  text-align: center;
  font: normal 14px/24px Tahoma, arial, sans-serif;
  color: #000;
}
div.category div.product_item form .basketaddform_submit {
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 22px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
  margin: 0;
}
div.category div.product_item p.availability.good {
  color: #61c821;
}
div.category div.product_item p.availability.some {
  color: #e2dc26;
}
div.category div.product_item p.availability.none {
  color: #e0131b;
}
div.category div.product_item.card {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 15px 15px 0;
  width: 210px;
  -moz-box-shadow: 0 2px 3px #e6e6e6;
  -webkit-box-shadow: 0 2px 3px #e6e6e6;
  box-shadow: 0 2px 3px #e6e6e6;
}
div.category div.product_item.card.last_of_row {
  margin-right: 0;
}
div.category div.product_item.card .image_container {
  width: 208px;
  height: 195px;
  font-size: 0px;
  border-bottom: 2px solid #162c59;
}
div.category div.product_item.card .image_container img.big {
  font-size: 0px;
  max-width: 208px;
  max-height: 195px;
}
div.category div.product_item.card .image_container img.small {
  display: none;
}
div.category div.product_item.card form .basketaddform_submit {
  height: 38px;
}
div.category div.product_item.card form input.quantity {
  margin-right: 0;
}
div.category div.product_item.list {
  position: relative;
  height: 78px;
  border: 1px solid #c4c4c4;
  border-bottom: none;
}
div.category div.product_item.list.last {
  border-bottom: 1px solid #c4c4c4;
}
div.category div.product_item.list .image_container {
  width: 92px;
  height: 78px;
}
div.category div.product_item.list .image_container img.small {
  max-width: 92px;
  max-height: 78px;
}
div.category div.product_item.list .image_container img.big {
  display: none;
}
div.category div.product_item.list .details {
  position: absolute;
  left: 92px;
  top: 0;
  height: 78px;
  width: 443px;
  border-left: 1px solid #c4c4c4;
  line-height: 26px;
}
div.category div.product_item.list .details h3 {
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.category div.product_item.list .details .availability {
  position: absolute;
  bottom: 0;
  right: 14px;
}
div.category div.product_item.list form {
  position: absolute;
  top: 0;
  right: 0;
  width: 82px;
  height: 58px;
  border-left: 1px solid #c4c4c4;
}
div.category div.product_item.list form label {
  position: absolute;
  left: 10px;
  top: 10px;
  line-height: 26px;
}
div.category div.product_item.list form input.quantity {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  padding: 0;
}
div.category div.product_item.list form .basketaddform_submit {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 82px;
  height: 24px;
  padding: 1px 3px;
}
div.category div.product_item.compact {
  position: relative;
  padding-right: 140px;
  height: 44px;
  line-height: 22px;
}
div.category div.product_item.compact .image_container,
div.category div.product_item.compact label {
  display: none;
}
div.category div.product_item.compact .details {
  position: relative;
  display: block;
  height: 44px;
  border: none;
}
div.category div.product_item.compact h3 {
  width: 370px;
  height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
div.category div.product_item.compact .price {
  position: absolute;
  top: 0;
  right: 14px;
}
div.category div.product_item.compact .sku {
  position: absolute;
  bottom: 0;
  left: 10px;
}
div.category div.product_item.compact .availability {
  position: absolute;
  bottom: 0;
  right: 14px;
}
div.category div.product_item.compact form {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  padding: 0;
}
div.category div.product_item.compact form input.quantity {
  position: absolute;
  left: 5px;
  top: 6px;
  height: 14px;
  line-height: 14px;
  margin: 0;
  padding: 8px 4px;
}
div.category div.product_item.compact form input.basketaddform_submit {
  position: absolute;
  right: 5px;
  top: 6px;
  padding: 4px 6px;
}
ul.simple_page_links {
  float: none;
  clear: both;
  display: inline-block;
  padding: 0;
  border: 1px solid #ced2dc;
  margin-top: 20px;
  list-style: none;
}
ul.simple_page_links li {
  float: left;
  width: 35px;
  height: 35px;
  border-right: 1px solid #ced2dc;
  text-align: center;
  margin: 0;
  color: #0085c9;
  font: normal 12px/35px Helvetica, sans-serif;
}
ul.simple_page_links li.selected {
  color: #999;
  background-color: #f3f4f7;
}
ul.simple_page_links li:last-child {
  border-right: none;
}
#product_page {
  float: right;
  width: 660px;
  margin-bottom: 20px;
}
#product_page .product_header {
  position: relative;
  margin: 7px 0 13px 0;
  border-bottom: 2px solid #162c59;
  font: normal 16px/30px 'Open Sans', arial, sans-serif;
  color: #162c59;
}
#product_page #slider {
  float: left;
  width: 330px;
  height: 330px;
  margin: 0 15px 15px 0;
  background-color: #fff;
}
#product_page #slider .slides li {
  position: relative;
  width: 330px;
  height: 330px;
}
#product_page #slider .slides li a {
  display: table-cell;
  width: 330px;
  height: 330px;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
#product_page #slider .slides li a img {
  width: auto;
  height: auto;
  max-width: 330px;
  max-height: 330px;
  margin: 0 auto;
}
#product_page #slider a.flex-prev {
  left: 10px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#product_page #slider a.flex-next {
  right: 10px !important;
  opacity: 1;
  filter: alpha(opacity=100);
}
#product_page #slider a.flex-disabled {
  display: none !important;
}
#product_page h1 {
  margin-bottom: 15px;
  font: bold 28px/28px 'Open Sans', arial, sans-serif;
  color: #535353;
}
#product_page p.product_price {
  display: inline;
  margin-bottom: 15px;
  font: bold 22px/22px 'Open Sans', arial, sans-serif;
  color: #000 !important;
}
#product_page p.product_price.old_price {
  padding-left: 20px;
  font-weight: normal;
  color: #000;
}
#product_page p.sku {
  margin: 15px 0;
  color: #535353;
}
#product_page p.sku strong {
  color: #535353;
}
#product_page form {
  margin: 0;
}
#product_page form label {
  display: inline;
  font: normal 11px/24px Tahoma, arial, sans-serif;
  color: #535353;
}
#product_page form div {
  float: left;
}
#product_page form #quantity {
  width: 28px;
  height: 24px;
  margin: 0;
  border: 1px solid #c4c4c4;
  padding: 6px 4px;
  text-align: center;
  font: normal 16px/24px Tahoma, arial, sans-serif;
  color: #000;
}
#product_page form .basketaddform_submit {
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 24px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
  height: 38px;
  float: left;
  margin: 24px 0 0 8px;
  padding: 7px 10px 8px 10px;
}
#product_page h2 {
  margin: 20px 0 10px 0;
  font: bold 13px/22px 'Open Sans', arial, sans-serif;
  color: #535353;
  clear: both;
}
#product_page h1.recommended {
  margin: 13px 0;
  border-bottom: 2px solid #162c59;
  font: normal 16px/30px 'Open Sans', arial, sans-serif;
  color: #162c59;
}
#unified_checkout {
  width: 900px;
  margin: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 20px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
#unified_checkout p.login {
  margin: 0;
}
#unified_checkout h2,
#unified_checkout h3 {
  margin: 7px 0 13px 0;
  border-bottom: 2px solid #162c59;
  font: normal 16px/30px 'Open Sans', arial, sans-serif;
  color: #162c59;
}
#unified_checkout table.basket_content_table {
  width: 100%;
  color: #535353;
}
#unified_checkout table.basket_content_table a {
  color: #535353;
}
#unified_checkout table.basket_content_table tbody tr {
  border-bottom: 1px solid #eee;
}
#unified_checkout table.basket_content_table td {
  vertical-align: top;
  padding: 5px 2px;
}
#unified_checkout table.basket_content_table td.basket_thumbnail {
  vertical-align: middle;
}
#unified_checkout table.basket_content_table td.basket_thumbnail img {
  display: block;
}
#unified_checkout table.basket_content_table td.number {
  text-align: right;
  line-height: 28px;
}
#unified_checkout table.basket_content_table input.quantity_change_box {
  width: 28px;
  height: 24px;
  margin: 0 8px;
  border: 1px solid #c4c4c4;
  text-align: center;
  font: normal 11px/24px Tahoma, arial, sans-serif;
  color: #c4c4c4;
}
#unified_checkout table.basket_content_table input.refresh {
  vertical-align: middle;
}
#unified_checkout table.basket_content_table td.row_price a {
  vertical-align: middle;
}
#unified_checkout table.basket_content_table td.row_price a img {
  position: relative;
  vertical-align: middle;
  top: -2px;
}
#unified_checkout td.co-caption-td {
  vertical-align: top !important;
}
#unified_checkout select {
  height: 28px;
  padding-top: 4px;
}
#unified_checkout .basket_actions a,
#unified_checkout .basket_actions input {
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 12px / 27px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
  height: 28px;
  padding: 0 8px;
  text-shadow: none;
}
#unified_checkout #couponForm td {
  vertical-align: top;
}
#unified_checkout #couponForm legend {
  padding-left: 16px;
  line-height: 30px;
}
#unified_checkout #couponForm #couponForm_bcoupsubmit {
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 27px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
  height: 28px;
  padding: 0 8px;
}
#unified_checkout label {
  min-width: 150px;
  line-height: 30px;
}
#unified_checkout .checkbox_field label {
  display: inline;
  padding-left: 6px;
  vertical-align: 2px;
}
#unified_checkout #delivery_payment_method td.co-caption-td {
  width: 150px;
}
#unified_checkout #delivery_payment_method span.meth_descr {
  display: block;
}
#unified_checkout #delivery_payment_method span.meth_descr,
#unified_checkout #delivery_payment_method #matkahuolto_lahella_selection,
#unified_checkout #delivery_payment_method #prinetti_search_div,
#unified_checkout #delivery_payment_method #smartpost_search_div {
  margin-bottom: 20px;
}
#unified_checkout #c_comment {
  width: 600px;
  height: 170px;
  margin-top: 6px;
}
#unified_checkout #checkout_submit {
  width: 80%;
}
#unified_checkout #checkout_submit #c_submit {
  vertical-align: -11px;
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 24px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
}
#unified_checkout .checkout_confirm_table {
  margin-bottom: 20px;
}
#unified_checkout .checkout_confirm_table td {
  padding-bottom: 10px;
}
#unified_checkout .checkout_confirm_table td:first-child {
  padding-right: 20px;
}
#unified_checkout #checkout_confirmation_form input {
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 12px / 26px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
  height: 38px;
  padding: 6px 10px !important;
  font-weight: normal !important;
}
#unified_checkout ul.field_errors {
  color: red;
}
#container > .genmsg,
#checkout_done {
  width: 900px;
  margin: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 20px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.userpanel {
  width: 900px;
  margin: 10px 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 20px;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
.userpanel h2 {
  margin-top: 30px;
}
.userpanel .userpanel-content li {
  margin: 0;
}
.userpanel .userpanel-content a {
  font: normal 15px/24px tahoma, arial, sans-serif;
}
.userpanel input {
  width: 300px;
  margin-bottom: 12px;
}
.userpanel label[for=profileform_marketing],
.userpanel input.checkbox_input {
  display: inline;
  width: auto;
  margin-top: 12px;
}
.userpanel label[for=profileform_marketing] {
  padding-right: 8px;
  vertical-align: 2px;
}
.userpanel #profileform_submit,
.userpanel #changepasswform_submit {
  border: none;
  border-top: 1px solid #4095dc;
  border-radius: none;
  font: bold 11px / 24px 'Open Sans', sans-serif;
  color: #fff;
  background-color: #135287;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#135287), to(#1a2e69));
  background-image: -webkit-linear-gradient(top, #135287, #1a2e69);
  background-image: -moz-linear-gradient(top, #135287, #1a2e69);
  background-image: -ms-linear-gradient(top, #135287, #1a2e69);
  background-image: -o-linear-gradient(top, #135287, #1a2e69);
  cursor: pointer;
  width: auto;
  margin-top: 6px;
}
.userpanel th {
  text-align: left;
}
.userpanel tr.product_list_header td {
  padding-top: 18px;
}
.userpanel #ordertable {
  margin-top: 18px;
}
.userpanel #prods {
  width: 100%;
  margin-top: 18px;
}
.userpanel #prods .number {
  text-align: right;
}
.userpanel #btmt {
  width: 100%;
  text-align: right;
}
.userpanel table.archive {
  width: 100%;
  margin-bottom: 18px;
}
.userpanel table.archive th {
  font-weight: bold;
}
.userpanel table.archive .number,
.userpanel table.archive .align-right {
  text-align: right;
}
.userpanel table.archive tbody tr:hover td {
  background-color: #f8f8f8;
}
