html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background: url('../image/main_bg.png');
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-attachment:fixed;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 13px;
}
h1, .welcome {
	color: #333;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a{
	color: #121212;
}

a:hover{
	color: #e6792b;
}
a img {
	border: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -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;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -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);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* 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: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form_table_recalld{
	padding-left:10px;
}
.form_table_recall{
	padding-left:10px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -0px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -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);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -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);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -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);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -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);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus: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;
}

.boxcaption {
	height:0px;
	position:relative;
	top:30px;
	display:none;
}
/* stickers */
.icon-new {
	background:url('../image/icon_new.png') top center no-repeat;
	color:#fff;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px 0px;
}
.icon-hit {
	background:url('../image/icon_hit.png') top center no-repeat;
	color:#fff;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px 0px;
}
.icon-sale {
	background:url('../image/icon_sale.png') top center no-repeat;
	color:#fff;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	padding:3px 0px;

}

input[type=text] {
    color:#999;
}
input[type=text]:focus {
    color:#000;
}


/* stickers end */
/* layout */
#container {

	width: 1180px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 220px;
}
#column-right {
	float: right;
	width: 220px;
	
}
#content {
-webkit-border-bottom-right-radius: 7px;
-webkit-border-bottom-left-radius: 7px;
-moz-border-radius-bottomright: 7px;
-moz-border-radius-bottomleft: 7px;
border-bottom-right-radius: 7px;
border-bottom-left-radius: 7px;
padding: 10px; 
      background: #fff;
	min-height: 400px;
	margin-bottom: 25px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 240px;
}
#column-right + #content {
	margin-right: 195px;
}
/* top panel */
#toppanel {
 position: fixed;
  z-index: 9999;

	width: 100%;
	height: 32px;
	background: rgb(238,238,238);
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1)));
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
	border-bottom:#aaa 1px solid;
}
#wrap_analog {
	height: 32px;
	margin: 0 auto;
	max-width: 1180px;
}
#wrap_analog .popup_feedback, #wrap_analog .popup_recall, #wrap_analog .site_email {
	margin-top: 7px;
}
#wrap_analog .popup_feedback {
	float: left;
	background: url(../image/feedback_icon.png) 0 -2px no-repeat;
	padding: 0 25px 5px;
}
#wrap_analog .popup_feedback a {
	float: left;
	border-bottom: 1px dashed black;
	text-decoration: none;
	text-shadow:0px 1px 0px #f5f5f5;
}
#wrap_analog .popup_feedback a:hover {
	border:none;
}
#wrap_analog .popup_recall {
	float: left;
	background: url(../image/recall_icon.png) 0 2px no-repeat;
	padding: 0 25px 5px 18px;
}
#wrap_analog .popup_recall a {
	float: left;
	border-bottom: 1px dashed black;
	text-decoration: none;
	text-shadow:0px 1px 0px #f5f5f5;
}
#wrap_analog .popup_recall a:hover {
	border:none;
}
#wrap_analog .site_email {
	float: left;
}
#wrap_analog .tp_line {
	float: left;
	background-color: #C2C2C2;
	width: 1px;
	height: 32px;
	margin: 0 30px;
}
#wrap_analog .authulka {
	float: right;
	margin-top: 7px;
}
.authulka a {
	text-shadow:0px 1px 0px #f5f5f5;
}
#logaut {
	background: rgb(122,208,255);
	background: -moz-linear-gradient(top,  rgba(122,208,255,1) 0%, rgba(0,164,219,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,208,255,1)), color-stop(100%,rgba(0,164,219,1)));
	background: -webkit-linear-gradient(top,  rgba(122,208,255,1) 0%,rgba(0,164,219,1) 100%);
	background: -o-linear-gradient(top,  rgba(122,208,255,1) 0%,rgba(0,164,219,1) 100%);
	background: -ms-linear-gradient(top,  rgba(122,208,255,1) 0%,rgba(0,164,219,1) 100%);
	background: linear-gradient(to bottom,  rgba(122,208,255,1) 0%,rgba(0,164,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ad0ff', endColorstr='#00a4db',GradientType=0 );
	border: 1px solid #006b8f;
	color: #fff;
	cursor:pointer;
	text-decoration: none;
	padding: 3px 15px 5px 15px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-image: initial;
	text-shadow:0px -1px 0px #007ea8;
	box-shadow:inset 0px 0px 5px #006bf8;
}
#logaut:hover{
	text-decoration: none;
	box-shadow:none;
}
#loginbox {
	position:fixed; 
	top:33px; 
	right:150px; 
	padding:20px; 
	border: #ffbc34 3px solid; 
	border-top:none;
	display:none; 
	z-index:9999; 
	background: rgb(193,193,193);
	background: -moz-linear-gradient(top,  rgba(193,193,193,1) 0%, rgba(255,255,255,1) 10%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(193,193,193,1)), color-stop(10%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,  rgba(193,193,193,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,  rgba(193,193,193,1) 0%,rgba(255,255,255,1) 10%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1c1c1', endColorstr='#ffffff',GradientType=0 );
	border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	-khtml-border-radius:0px 0px 6px 6px;
	box-shadow: 0px 6px 9px #a5a5a5;
	-webkit-box-shadow: 0px 6px 9px #a5a5a5;
	-moz-box-shadow: 0px 6px 9px #a5a5a5;
	-khtml-box-shadow: 0px 6px 9px #a5a5a5;
}
/* topline-basket */
#wrap_analog .toppanel_basket {
	float: right;
	height: 32px;
	background: #00a4db;
	border-left: 1px solid #29c9ff;
	border-right: 1px solid #29c9ff;
	padding: 0px 20px;
	margin-left: 50px;
}
#wrap_analog .toppanel_basket div {
	margin-top: 7px;
	color:#fff;
}
.heading a {
	color:#fff;
}
.heading a:hover {
	text-decoration:none;
}
/* topmenu */
ul.top_menu_lvl1 {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top:105px;
	z-index: 65;
}
ul.top_menu_lvl1 li {
	float: left;
}
ul.top_menu_lvl1 li a {
	display: block;
	text-decoration: underline;
	color: black;
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
}
ul.top_menu_lvl1 li a:hover{
	color: #fff;
	text-decoration: underline;
	background: url('../image/bg_top_part-blue.png') 0 0 repeat-x;
	border-top: 1px solid #00b7f5;
	border-left: 1px solid #006b8f;
	border-right: 1px solid #006b8f;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
}
ul.top_menu_lvl1 li a.selected {
	color:#fff;
	position: relative;
	background: url('../image/bg_top_part-blue.png') 0 0 repeat-x;
	border-top: 1px solid #00b7f5;
	border-left: 1px solid #006b8f;
	border-right: 1px solid #006b8f;
	z-index: 85;
	border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-khtml-border-radius: 4px 4px 0 0;
	-webkit-border-radius: ;
}
ul.top_menu_lvl1 li a span {
	display: block;
	padding: 11px 17px;
}
/* header */
.phone1 {

color: #666666;
	font-size:x-large;
	position:absolute;
	top:37px;
	left:398px;
		margin-top: 25px; 
}
.phone2 {
color: #666666;
	font-size:x-large;
	position:absolute;
	top:37px;
	left:600px;
		margin-top: 25px; 
}

.phone3 {
color: #666666;
	font-size:x-large;
	position:absolute;
	top:77px;
	left:398px;
		margin-top: 25px; 
}

.phone4 {
color: #666666;
	font-size:x-large;
	position:absolute;
	top:77px;
	left:600px;
		margin-top: 25px; 
}

span.phone-blue {
	color:#90c119;

}
#top {
	height: 30px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}

#header {
	height: 130px;
	margin-bottom: 7px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 33px;

}
#language {
	position: absolute;
	top: 59px;
	left: 360px;
	width: 108px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
	margin-right: 5px;
	padding-left:5px;
}
#currency {
	width: 120px;
	position: absolute;
	top: 56px;
	left: 500px;
	color: #999;
	line-height: 17px;
}
#currency a {
	display: inline-block;
	padding: 2px 4px;
	color: #999;
	text-decoration: none;
	margin-right: 2px;
	margin-bottom: 2px;
}
#currency a b {
	color: #000;
	text-decoration: none;
}
#header #cart {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9;
	min-width: 300px;
}
#header #cart .heading {
	float: right;
	margin-right: 2px;
	height: 30px;
	padding-left: 14px;
	padding-right: 14px;
	background: url('../image/cart.png') 0% 50% no-repeat;
	position: relative;
	z-index: 1;
}
#header #cart .heading h4 {
	color: #333333;
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
}
#header #cart .heading a {
	color: #000;
	text-decoration: none;
	display: block;
}
#header #cart .heading a span {
	background: url('../image/arrow-down.png') 100% 50% no-repeat;
	padding-right: 15px;
	margin-left:30px;
	line-height: 30px;
}
#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 2px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {
font-weight:700;	
}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	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: 27px;
	right: 5px;
	width: 250px;
	z-index: 7;
}
#header .button-search {
	position: absolute;
	right: 0px;
	margin-top: 2px;
	background: url('../image/button-search2.png') center center no-repeat;
	width: 28px;
	height: 24px;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 0px 33px 1px 5px;
	width: 212px;
	height: 21px;

	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.search-input-help {
	font-size:11px;
	position:absolute;
	top:60px;
	right:40px;
}
.search-input-help span {
	font-size:13px;
	cursor:pointer;
	text-decoration:none;
	font-style:italic;
	border-bottom:1px dashed #000;
}	
.search-input-help a:hover {
	color:#000;
}
#header #welcome {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 5;
	width: 298px;
	text-align: left;
	color: #999999;
}
#header #welcome a{
	color: #000;
}
#header .links {
	position: absolute;
	left: 290px;
	top: 8px;
	font-size: 10px;
	padding-right: 10px;
	z-index:11;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
#header .links a:hover {
	text-decoration: none;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu */
#menu {
	background: #585858;
	border-bottom: 1px solid #000000;
	height: 37px;
	margin-bottom: 15px;
	-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;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	padding: 0px 5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#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: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
	color: #aaa;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-size:11px;
}
.breadcrumb a {
	color:#000;
	font-size:11px;
	text-decoration:none;
}


.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-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 {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-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;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-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;
}
.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.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%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	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 {
	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;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
        background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
        
        background-color:#33bdef;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 22px 0px 22px;
}
a.button:hover, input.button:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
        background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        
        background-color:#019ad2;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	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: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #bdbdbd;
	background: url('../image/background.png') repeat-x;
	padding: 10px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-heading-manufacturer {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #bdbdbd;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
        background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
        
        background-color:#33bdef;
	padding: 10px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-heading-categories {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	background:#fff;
	padding: 10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content-categories {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 0px 10px 10px 10px;
}
.box .box-heading-bestseller {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
        background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
        
        background-color:#33bdef;
        
	padding: 10px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-heading-actions {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #bdbdbd;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
	padding: 10px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-heading-actions1 {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border: 1px solid #bdbdbd;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
        background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
        
        background-color:#33bdef;
	padding: 10px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-heading-featured {
	-webkit-border-radius: 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px;
	-khtml-border-radius: 4px 4px 0px 0px;
	border-radius: 4px 4px 0px 0px;
	border-left: 1px solid #bdbdbd;
	border-top: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
        background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
        background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
        
	padding: 10px 10px 10px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #fff;
}
.box .box-content {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 10px;
}
.box .box-content-manufacturer {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 0px 10px 10px 10px;
}
.box .box-content-bestseller {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;

}
.box .box-content-featured {
	background: #FFFFFF;
	-webkit-border-radius: 0px 0px 4px 4px;
	-moz-border-radius: 0px 0px 4px 4px;
	-khtml-border-radius: 0px 0px 4px 4px;
	border-radius: 0px 0px 4px 4px;
	border-left: 1px solid #bdbdbd;
	border-right: 1px solid #bdbdbd;
	border-bottom: 1px solid #bdbdbd;
	padding: 0px 10px 10px 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 168px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}
.box-product-featured > div {
	display: inline-block;
	vertical-align: top;
	margin:10px;
	width:180px;
	border-bottom:#c7c7c7 1px solid;
}
.box-product-featured .image {
	display: block;
	float:left;
	margin-right:10px;
}
.box-product-featured .name a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product-featured .name a:hover {
	color:#26C1F1;
}
.box-product-featured .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product-featured .price-old {
	display:block;
	text-decoration:line-through;
	color:#aaa;
}
/*.box-product-bestseller > div {
	display: inline-block;
	vertical-align: top;
	text-align:center;
	height: 292px;
	width: 230px;
	border-left:#c6c6c6 1px solid;
	border-top:#c6c6c6 1px solid;
}*/
.box2-catalog2 {
	display: inline-block;
	vertical-align: top;
	text-align:center;
	height: 328px;
	width: 230px;
	border-left:#c6c6c6 1px solid;
	border-top:#c6c6c6 1px solid;
	overflow:hidden;
}
.box2-catalog2:hover .boxcaption {
	display:block;
}

.box2-catalog2:hover .prod-footer {
	display:block;
}

.box2-catalog2:hover {
	display: inline-block;
	vertical-align: top;
	text-align:center;
	position:relative;
	top:1px;
	left:1px;
	background:#fff;
	border:none;
	overflow:visible;
	height: 511px;
	width: 231px;
	margin-bottom:-200px;
	z-index:9988;
	outline:#d8232a 2px solid;
	/*outline:#d8232a 2px solid; red backup */
	outline-offset:-1px;
}
.box2-catalog2:hover .cart {
	display:block;
	margin: 25px 11px 0px 0px;
}
.box2-catalog2:hover .name a {
	display:block;
	margin-left:-1px;
	color:#11ACDA;
}
.box2-catalog2:hover .image {
	margin-left:-1px;
}

.box-catalog {
	display: inline-block;
	vertical-align: top;
	text-align:center;
	height: 292px;
	width: 230px;
	border-left:#c6c6c6 1px solid;
	border-top:#c6c6c6 1px solid;
	overflow:hidden;
}
.box-catalog:hover .boxcaption {
	display:block;
}

.box-catalog:hover .prod-footer {
	display:block;
}

.box-catalog:hover {
	display: inline-block;
	vertical-align: top;
	text-align:center;
	position:relative;
	top:1px;
	left:1px;
	background:#fff;
	border:none;
	overflow:visible;
	height: 488px;
	width: 231px;
	margin-bottom:-200px;
	z-index:9988;
	outline:#d8232a 2px solid;
	/*outline:#d8232a 2px solid; red backup */
	outline-offset:-1px;
}
.box-catalog:hover .cart {
	display:block;
	margin: 25px 11px 0px 0px;
}
.box-catalog:hover .name a {
	display:block;
	margin-left:-1px;
	color:#11ACDA;
}
.box-catalog:hover .image {
	margin-left:-1px;
}
/*.box-catalog:hover .economy-wrapper {
	display:block;
	position:relative;
	top:-450px;
	left:50px;
}*/
.economy-wrapper {
	display:inline-block;
	position:relative;
	left:-1px;
	top:10px;
	padding-top:5px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	width:233px;
	height:25px;
	background:#11ACDA;
	color:#fff;
}
#short-dis {
	display:inline-block;
	text-align:left;
	max-height: 125px;
	overflow:hidden;
	height:195px;
	max-width: 212px;
	padding: 15px 10px 5px 10px;
	margin-bottom:10px;
}
.short-dis {
	height:195px;
	overflow:hidden;
}
.prod-footer {
	display:none;
	padding:0px 10px;
	margin-bottom:10px;
}
.prod-footer .rating {
	display:block;
	float:left; 
	font-size:11px;
}
.prod-footer .rating span {
	display:inline;
	font-size:11px;
	position:relative; 
	top:-3px;
}
.prod-footer .compare {
	float:right; 
	font-size:11px;
	padding-top:3px;
}
.prod-footer .compare a {
	display:block;
	padding-left: 20px;
	cursor:pointer;
	font-size: 11px;
	text-decoration: none;
	background:url('../image/compare.png') center left no-repeat;
}
.box-product-bestseller .name {
	display:inline-block;
	position:relative;
	height:0px;
	/*top:-15px;*/
}
.box-product-bestseller .name a {
	display:inline-block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	margin-top: 6px;
	padding: 0px 5px;
}
.box-product-bestseller .image {
	display:inline-block;
	margin-top:20px;
}
.box-product-bestseller .image img {
	display:block;
}
.box-product-bestseller .name a:hover {
	color:#26c1f1;
	display:block;
}
.box-product-bestseller .cart {
	display:block;
	float:right;
	margin:25px 10px 0px 0px;
}
.box-product-bestseller .cart input {
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-khtml-transition:all 300ms ease;
}
.box-product-bestseller .cart input:hover {
	box-shadow:0px 0px 4px #999;
	-webkit-box-shadow:0px 0px 4px #999;
	-moz-box-shadow:0px 0px 4px #999;
	-khtml-box-shadow:0px 0px 4px #999;
}
.box-product-bestseller .price {
	display:block;
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:10px 0px 0px 10px;
}
.box-product-bestseller .price-only {
	display:block;
	margin-top:20px;
}
.box-product-bestseller .price-old {
	display:block;
	font-size:14px;
	text-decoration:line-through;
	color:#9797a6;
	float:left;
}
#column-left   .box-product > div , #column-right .box-product > div{
	width: 155px;
	margin-right: 0px;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
.box-category ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box-category ul li {
	padding:10px 5px;
	border-bottom:#c7c7c7 1px solid;
}
.box-category ul li a {
	text-decoration:none;
}
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	#padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	#padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box category-categories */
.box-category-categories ul {
	margin:0;
	padding:0;
	list-style:none;
}
.box-category-categories ul li {
	padding:10px 5px;
}
.box-category-categories ul li a {
	text-decoration:none;
}
ul.box-category-categories, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category-categories > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category-categories > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category-categories > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category-categories > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category-categories > li ul {
	display: none;
}
ul.box-category-categories > li a.active {
	font-weight: bold;
}
ul.box-category-categories > li a.active + ul {
	display: block;
}
ul.box-category-categories > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category-categories > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category-categories > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

.category-list {
	overflow: auto;
	margin-bottom: 20px;
}
.category-list ul {
	padding-left:0px;
}
.category-list ul li {
	border: 1px solid #eee;
	text-align:center;
	float: left;
	list-style:none;
	line-height:16px;
	width:22%;
	padding:10px 5px 5px 5px;
	margin-bottom:10px;
	margin-right:10px;
}
.category-list ul li a{
display: inline;
}
.category-list ul li span{
display:block;
height:30px;
}
.category-list ul li  img{}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	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 {
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
	overflow: auto;
	margin-bottom:25px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	float:left;
	padding-top: 5px;
	margin-left: 50px;
	font-weight: bold;
	
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	padding:10px;
	outline:#ddd 1px solid;
}
.product-list > div:hover {
	outline: #d8232a 2px solid;
	outline-offset: -1px;
	z-index:9999;
}
.product-list .right {
	height: 200px;
	width:130px;
	float: right;
	padding-left: 18px;
	border-left: 1px solid #EEEEEE;
	
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 30px;
}
.product-list .image img {

}
.product-list .name {
	margin-bottom: 3px;
	width:100%;
}
.product-list .name a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.product-list .name a:hover {
	color:#26c1f1;
}
.product-list .description {
	float:left;
	width:310px;
	line-height: 15px;
	margin: 5px 0px;
	color: #4D4D4D;
	display:inline-block;
}
.product-list .rating {
	float:left;
	width:300px;
	font-size:11px;
	margin-top:10px;
	color: #7B7B7B;
}
.product-list .rating span {
	position:relative;
	top:-3px;
}
.product-list .price {
	float: left;
	margin-top:50px;
	margin-bottom:15px;
	margin-right:45px;
	width: 100px;
	font-size:18px;
	font-weight:bold;
	text-align: left;
	color: #333333;	
}
.product-list .price-old {
	display: block;
	font-size: 14px;
	text-decoration: line-through;
	color: #9797A6;
	float: left;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .cart a img {
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-khtml-transition: all 300ms ease;
}
.product-list .cart a img:hover {
	box-shadow:0px 0px 4px #666;
	-webkit-box-shadow:0px 0px 4px #666;
	-moz-box-shadow:0px 0px 4px #666;
	-o-box-shadow:0px 0px 4px #666;
	-khtml-box-shadow:0px 0px 4px #666;
}
.product-list .wishlist, .product-list .compare {
	margin-top:10px;
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: none;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	display: block;
	padding-left: 20px;
	cursor: pointer;
	font-size: 11px;
	text-decoration: none;
	background: url('../image/compare.png') center left no-repeat;
}
/* new product-grid */
.product-grid {
	width: 100%;
	border-right: #C6C6C6 1px solid;
}
.product-grid > div {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 226px;
	border-left: #C6C6C6 1px solid;
	border-top: #C6C6C6 1px solid;
	overflow: hidden;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 15px;
}
.product-grid .name {
margin: 10px 0 0 0;
}
.product-grid .extra {
display:none !important;
}
.product-grid .image img {
	padding: 3px;
}
.product-grid .name a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: none;
	margin-bottom: 4px;
}
.product-grid .price {
display: block;
font-weight: bold;
color: #333333;
margin: 0px 0 0px 14px;
float: left;
font-size: 130%
}
.product-grid .price-old {
	color: #9797a6;
	text-decoration: line-through;
	display: block;
	width: 100%;
	margin-top: -15px;
}
.product-grid .price-new {
	font-weight: bold;
	display: block;
	width: 100%;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin: 0 12px 12px 0;
	float: right
}
.product-grid .cart{
	transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-moz-transition: all 500ms ease;
-o-transition: all 500ms ease;
-khtml-transition: all 500ms ease;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
	display: none;
}
.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-grid .cart:hover {
	box-shadow:0px 0px 4px #666;
	-webkit-box-shadow:0px 0px 4px #666;
	-moz-box-shadow:0px 0px 4px #666;
	-o-box-shadow:0px 0px 4px #666;
	-khtml-box-shadow:0px 0px 4px #666;
}
/*.product-grid > div:hover {
border-left: #d8232a 1px solid;
border-right: #d8232a 1px solid;
z-index: 9999;
}*/





.product-grid > div:hover .boxcaption {
	display:block;
}

.product-grid > div:hover .prod-footer {
	display:block;
}

.product-grid > div:hover {
	display: inline-block;
	vertical-align: top;
	text-align:center;
	position:relative;
	top:1px;
	left:1px;
	background:#fff;
	border:none;
	overflow:visible;
	height: 411px;
	width: 227px;
	margin-bottom:-200px;
	z-index:9988;
	outline:#d8232a 2px solid;
	/*outline:#d8232a 2px solid; red backup */
	outline-offset:-1px;
}
.product-grid > div:hover .name a {
	display:block;
	margin-left:-1px;
	color:#11ACDA;
}
.product-grid > div:hover .image {
	margin-left:-1px;
}

.product-grid > div:hover .description {
display: inline-block;
float:left;
text-align: left;
max-height: 64px;
overflow: hidden;
height: 64px;
padding: 15px 10px 0px 10px;
margin-bottom: 10px;
}
.product-grid > div:hover .compare {
display: block;
float: right;
font-size: 11px;
cursor:pointer;
margin-right: 10px;
}
.product-grid > div:hover .rating {
display: block;
float: left;
font-size: 11px;
margin-left: 7px;
}


.product-grid > div:hover .compare a {
color: #333333;
text-decoration: none;
padding-left: 18px;
display: block;
background: url('../image/compare.png') left center no-repeat;
}













/* product tabs */
.tabs_names {
/*	margin-bottom: 60px;*/
}
.tabs_names a.first_tab {
	margin-left: 0;
}

.tabs_names a{
    /* float: left; */
    position: relative;
    top: 15px;
    margin: 5px 8px 2px;
    /* padding-bottom: 17px; */
    /* margin-bottom: 19px; */
    border-bottom: 1px dashed #BDBDBD;
    text-decoration: none;
}
/* end product tabs */

/* Product */
#delivery-panel {
	float:right;
	width:216px;
	height:187px;
	background:url('../image/delivery-panel.jpg')top center no-repeat;
}
#region {
	padding:10px 0 10px 15px;
}
#region span {
	color:#0073B8;
	border-bottom:#0073B8 1px dotted;
	cursor:pointer;
}
#region span:hover {	
	border:none;
}
#courier {
	padding:10px 0 0 15px;
}
#data-p {
	padding:5px 30px 0 15px;
	color:#777;
}
#del-info {
	padding:10px 0 0 15px;
}
#del-info a {
	color:#0073B8;
	text-decoration:none;
	border-bottom:#0073B8 1px dotted;
}
#del-info a:hover {
	border:none;
}
#price-panel {
	float:right;
	margin-right:10px;
	width:216px;
	height:187px;
	background:#D6E8FF;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#price-stock {
	height:117px;
	text-align:center;
}
#stock-status {	
	font-size:14px;
	padding-top:5px;
}
#stock-status span {
	padding:3px 0px 3px 20px;
	background:url('../image/stock-icon.png')center left no-repeat;
}
#buy-but {
	width:100%;
	height:35px;
	text-align:center;
	background:url('../image/price-bg.png')repeat-x;
}
#buy-but span {
	font-size:14px;
	cursor:pointer;
	color:#fff;
	padding-left:24px;
	background:url('../image/shop_cart.png')center left no-repeat;
	position:relative;
	top:10px;
	text-shadow:0px -1px 0px #007096;
}
#buy-but:hover {
	background:url('../image/price-bg-dark.png')repeat-x;
}
#quick-but {
	width:100%;
	height:35px;
	text-align:center;
	background:url('../image/price-bg.png')repeat-x;
	-moz-border-radius:0px 0px 7px 7px;
	-webkit-border-radius:0px 0px 7px 7px;
	border-radius:0px 0px 7px 7px;
}
#quick-but:hover {
	background:url('../image/price-bg-dark.png')repeat-x;
}
#quick-but span {
	font-size:14px;
	cursor:pointer;
	color:#fff;
	padding-left:20px;
	background:url('../image/phone_touch.png')center left no-repeat;
	position:relative;
	top:10px;
	text-shadow:0px -1px 0px #007096;
}
#promo-banner {
	clear:both; 
	position:relative; 
	top:10px;
}
#promo-banner a img {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.right-left {
	float:left;
	width:200px;
}
.right-right {
	float:right;
}
.pricetools {

padding: 8px 15px 0px 14px;
margin-bottom: 20px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
color: #c09853;




	display: block;


	text-align: center;
	width: 150px;
	margin-top: 50px;
}

.pricetools2 {
	
	display: block;
	margin-bottom: 13px;
	padding-top: 1px;
	text-align: center;
	width: 200px;
	margin-top: 50px;
}

.pricetools .price-old1, .pricetools .price-new1 {

	font-size: 25px;
	font-weight: bold;
	line-height: 1,1;
	padding: 7px 0;

}
.pricetools .price-old1 {
	border-bottom: 1px dashed #0fc3ff;
	color: #0fc3ff;
	font-size: 32px;
	text-decoration: line-through;
}
.pricetools .pricetools-buy1click {
	border-bottom: 1px dashed #0fc3ff;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-webkit-border-radius: ;
}
.pricetools .pricetools-add2basket .add2basket_link, .pricetools .pricetools-buy1click a {
	color: black;
	display: block;
	font-size: 20px;
	height: 20px;
	padding: 7px 0;
	text-decoration: none;
}

#parcels{
    margin-top: -52px;
	margin-left: 890px;
}

.price-new1{
    text-align: left;

}

#reitingparsetools{
    margin-left: 490px;
}

.pricetools-skladi{
    margin-top: 140px;
}

.pricetools .pricetools-add2basket, .pricetools .pricetools-buy1click {
	border-top: 1px dashed #0fc3ff;
	background: url(../image/bg_bottons.png) 0 0 repeat-x;
}
.pricetools .pricetools-add2basket:hover,
.pricetools .pricetools-buy1click:hover{
	background: url(../image/bg_btn_hov.png) 0 0 repeat-x;
}
.pricetools .pricetools-add2basket .add2basket_link {
	background: url(../image/add2basket_big.png) 170px 7px no-repeat;
	padding-right: 85px;
	text-align: right;
	width: 250px;
	height: 37px;
}
form.pricetools-add2basket.add2basket_form {
	display:block;
	background-color: #00a4db;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	display: block;
	margin-bottom: 13px;
	padding-top: 1px;
	text-align: center;
	width: 250px;
	border-top: 1px dashed #0fc3ff;
	background: url(../image/bg_bottons.png) 0 0 repeat-x;
}
.add2basket_link {
	cursor: pointer;
	display: block;
	border: none;
	width: 100px;
	height: 24px;
	background: url(../image/add2basket.png) 0 0 no-repeat;
	-moz-transition: background-color .2s ease,box-shadow .2s ease;
	-webkit-transition: background-color .2s ease,box-shadow .2s ease;
	transition: background-color .2s ease,box-shadow .2s ease;
	border-image: initial;
}
.prod-rating {
	margin-top:100px;
	margin-bottom:20px;
	margin-left: 200px;
}
.prod-rating span {
	position:relative;
	left:8px;
	top:4px;
}
/* tmporary tables */
.fancy_store {
	display: block;
	float: left;
	border-bottom: 1px dashed black;
	text-decoration: none;
}
.open_store {
	width: 250px;
}
/* temporary end */

/* new main product description */
.prod-main-desc {
	margin:0px 20px 20px 0px;
}
.pmd-head {
	padding: 7px 16px 6px 0;
	font-size: 23px;
	border-bottom: #DDD 1px solid;
	margin-bottom: 15px;
    margin-top: 30px;
}
.product-info {
	clear:both;
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	width:425px;
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 460px;
}
.product-info .image {
	float: right;
	margin-top: 5px;
	text-align: center;
}
.product-info .image-additional {
	width: 110px;
	float:left;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.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: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.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;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.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: #38B0E3;
}
.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: 400px;
	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: 40%;
}
.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%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.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 table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	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 .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;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.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 {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.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: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.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;
}
.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;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
/*
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
*/
/* footer new */
#footer {
	padding-bottom:50px;
}
.hr {
	clear: both;
	width: 100%;
	height: 1px;
	background-color: #C7C7C7;
}
ul.bottom_menu {
	list-style: none;
	margin: 12px 0;
	padding: 0;
	font-size: 12px;
	float: left;
}
ul.bottom_menu li {
	float: left;
}
ul.bottom_menu li a {
	color: #7D7D7D;
	text-decoration: none;
}
ul.bottom_menu li a:hover {
	text-decoration:underline;
}
ul.bottom_menu li a span {
	display: block;
	padding: 6px 14px;
}
ul.bottom_menu li a span.nopaddingleft {
	display: block;
	padding: 6px 14px 6px 0;
}
ul.bottom_menu li.border {
	margin-top: 6px;
	width: 1px;
	height: 14px;
	background-color: #919191;
}
#footer .soc_icons {
	float: right;
}
#footer .soc_icons a {
	float: right;
	margin-left: 5px;
	margin-top: 15px;
}
#footer .botp1 {
	clear: both;
	float: left;
	margin-bottom: 14px;
	font-size:11px;
}
#footer .botp2 {
	clear: both;
	float: left;
	font-size:11px;
}
#footer .globalweb {
	float: right;
	
	
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
	height: auto;
	width: auto; 
}
/* new add-notification */
.ui-notify-cross { 
	float:right; 
	cursor:pointer; 
	color:#d8232a;
	text-decoration:none; 
	font-size:18px; 
	font-weight:bold; 
	padding:0px 6px 0px 0px; 
}
.ui-notify-cross:active { 
	position:relative; 
	top:1px 
}

.ui-notify {
    position: fixed;
    right: 50px;
    top: 20px;
    width: 330px;
    z-index: 9999;
}
.ui-notify-message {
    background: none repeat scroll 0 0 #FFFFFF;
	border:#ffbc34 6px solid;
	
    border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
    box-shadow: 0 0 10px #665;
	-webkit-box-shadow: 0 0 10px #665;
	-moz-box-shadow: 0 0 10px #665;
    margin-bottom: 15px;
    position: relative;
    left:-3px;
    width:350px;
}
.ui-notify-message h2 {
	width:200px;
	text-align:left;
    font-size: 16px;
    padding-bottom: 0;
    padding-top: 5px;
}
.ui-notify-message .s_button_remove {
    font-size: 1px;
    right: 10px;
    text-indent: -1000em;
    top: 10px;
}
.ui-notify-message h3 {
	margin-left:4px;
	float:left;
	text-align:left;
    color: #333333;
    font-weight: normal;
    font-size:14px;
}
.ui-notify-message .s_item {
    margin: 0 5px 16px !important;
}
.ui-notify-message .s_item:hover {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    margin: 0 5px 16px !important;
    padding: 0 !important;
}

.s_success_24{
	display:block !important;
	color:#aaa;
}

.s_icon_Shop{
	background:url("../image/iconNotif.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:15px;
}

.s_icon_Compare{
	background:url("../image/iconCompare.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:17px;
	margin-top:10px;
}

.s_icon_WishList{
	background:url("../image/iconWishList.png") no-repeat;
	width:36px;
	height:36px;
	float:left;
	margin-left:17px;
	margin-top:10px;
}

.titleSuccess{
	float:left;
	width:200px;
}

.pictureProduct{
	width:105px;
	height:105px;
	float:left;
	margin:5px;
	text-align:center;
	border:#e5e5e5 2px solid;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}

.pictureP{
	width:100px;
	height:100px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
}
.nameP{
	width:210px;
	padding-top:7px;
    margin-bottom:4px;
	float:left;
}

.ui-notify-message{
	min-height:120px;
}

.classHeight{
    min-height:120px;
}

.namePtext{
	margin:0px;
}
.namePtext a {
	font-size:15px;
}
#checkoutLabel{
	left:102px;
	top:5px;
	position:relative;
}

#checkoutLabel a{
	color:#943441 !important;
}

.rightPart{
	text-align:center;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#F0EEE6;
	padding-left:20;
	width:145px;
}	

.leftPart{
	text-align:center;
	width:200px;
}	

.middlePart{
	text-align:left;
	padding-left:15px;
	padding-right:20px;
	width:280px;
}

#monContainer{
	display:none;
}
/* fake top counters */
.sales_table_home {
margin-bottom: 20px;
}
.redsign_da {
float: left;
width: 220px;
height: 428px;
}
.redsign_da .redsign_da-title {
background-color: #f67c33;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
color: white;
font-size: 18px;
padding: 6px 0;
text-align: center;
text-transform: uppercase;
-webkit-border-radius: ;
}
.redsign_da .redsign_da-body {
background:#fff;
border-left: 2px solid #f67c33;
border-right: 2px solid #f67c33;
padding: 10px 10px 6px;
}
.redsign_da .redsign_da-name {
height: 34px;
overflow: hidden;
text-align: center;
}
.redsign_da .redsign_da-name a {
font-weight: bold;
text-decoration: none;
}
.redsign_da .redsign_da-discount {
background: url(../image/discount.png) 0 0 no-repeat;
font: bold 18px/31px Arial;
height: 31px;
margin: 3px auto;
text-align: center;
width: 186px;
}
.redsign_da .redsign_da-image {
display: block;
height: 160px;
line-height: 160px;
margin: 3px auto;
text-align: center;
}
.redsign_da .redsign_da-image img {
vertical-align: middle;
}
.redsign_da .redsign_da-prices {
text-align: center;
}
.redsign_da .redsign_da-old_price {
font: bold 16px Arial;
text-decoration: line-through;
}
.redsign_da .redsign_da-prices {
text-align: center;
}
.redsign_da .redsign_da-new_price {
color: #d8232a;
font: bold 22px Arial;
}
.clearfix::after {
clear: both;
content: " ";
display: block;
font-size: 0;
height: 0;
visibility: hidden;
}
.redsign_da .redsign_da-footer {
background-color: #f67c33;
color: white;
font-size: 12px;
padding: 22px 15px 12px 5px;
text-align: center;
}
.redsign_da .redsign_da-progress_bar {
float: right;
position: relative;
width: 110px;
height: 19px;
background-color: white;
box-shadow: inset 2px 2px 1px #666;
}
.redsign_da .redsign_da-progress_bg {
position: absolute;
top: 0;
left: 0;
height: 19px;
background: url(../image/dayprod_line.png) 0 -1px no-repeat;
z-index: 2;
box-shadow: inset 2px 2px 1px #666;
}
.redsign_da .redsign_da-progress_persent {
position: absolute;
top: 2px;
right: 5px;
text-align: right;
color: black;
z-index: 4;
}
.redsign_da .redsign_da-progress_persent {
text-align: right;
color: black;
}
.redsign_da .redsign_da-foot-hr {
width: 100%;
height: 1px;
clear: both;
background-color: #fff;
}
.redsign_da .redsign_da-footer-two {
background-color: #f67c33;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-khtml-border-radius: 0 0 5px 5px;
color: white;
padding: 12px 16px 20px 12px;
text-align: center;
-webkit-border-radius: ;
}
.redsign_da .redsign_da-do_konca {
width: 99px;
float: left;
text-align: left;
font-size: 12px;
}
.redsign_da .redsign_da-timer {
width: 90px;
margin-top: -2px;
height: 22px;
overflow: hidden;
padding-top: 9px;
float: right;
}
.redsign_da .da2-js-h, .redsign_da .da2-js-m, .redsign_da .da2-js-s {
font-size: 23px;
font-family: Arial;
}
.redsign_da .redsign_da-footer-two {
color: white;
text-align: center;
}
.quickbuy{
	background:#fff;
	width: 100%;
	text-align: center;
	height: 426px;
	overflow: hidden;
	border: 1px solid #C6C6C6;
	border-radius: 5px;
	-moz-border-radius: 5px; 
	-khtml-border-radius: 5px;
}

.quickbuy-item-leftborder{
	border-left: 1px solid #C6C6C6;
}

.quickbuy-item-price,
.quickbuy-item-price-old,
.quickbuy-item-price-new,
.quickbuy-item-discount{
	overflow: hidden;
	position:relative;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.quickbuy-item-price-old{
	color: #3A3A3A;
	font: bold 16px Arial;
	text-decoration: line-through;
}

.productold{

	color: #d8232a;
	font: bold 16px Arial;
	text-decoration: line-through;
}

.quickbuy-item-price-new{
	color: #d8232a;
	font: bold 23px Arial;
}

.quickbuy-item-discount{
	background: url(../image/discount.png) 0 0 no-repeat;
	color: #212121;
	font: bold 18px/31px Arial;
	height: 31px;
	margin: 3px auto;
	width: 186px;
}

.quickbuy .quickbuy-title{
	font-size: 18px;
	padding: 5px 0;
	text-transform: uppercase;
	border-bottom: 1px solid #C6C6C6;
}

.quickbuy .quickbuy-item{
	display: inline-block;
	//display: inline;
	padding: 10px;
	vertical-align: top;
	width: 210px;
	//zoom: 1;
}

.quickbuy .quickbuy-item-name{
	height: 34px;
	overflow: hidden;
}

.quickbuy .quickbuy-item-name a{
	font-weight: bold;
	text-decoration: none;
}

.quickbuy-item-image{
	display: block;
	height: 180px;
	line-height: 180px;
	margin: 3px auto;
	text-align: center;
}
.quickbuy-item-image img{
	vertical-align: middle;
}

.quickbuy .quickbuy-item-timer{
	padding-top: 3px;
	padding-bottom: 9px;
	text-align: center;
}

.quickbuy .quickbuy-item-timer-table{
	margin: 0 auto;
	font-size: 11px;
}

.quickbuy td.quickbuy-ptop{
	padding-top: 12px;
}

.quickbuy td.quickbuy-pbot{
	padding-bottom: 7px;
}

.quickbuy td.quickbuy-pleft,
.quickbuy td.quickbuy-pleft{
	padding-left: 12px;
}

.quickbuy td.quickbuy-pright,
.quickbuy td.quickbuy-pright{
	padding-right: 12px;
}

.quickbuy  .quickbuy-t-time td span{
	font-size: 23px;
	font-weight: bold;
}

.quickbuy  .quickbuy-t-time td.quickbuy-td-empty{
	border: 0;
}

.quickbuy .quickbuy-item-data{
	display: none;
}

.quickbuy-time-dvoetochie{
	padding: 0 4px;
}


/* timer borders */
.quickbuy .quickbuy-bl{
	border-left: 1px solid #C6C6C6;
}

.quickbuy .quickbuy-bt{
	border-top: 1px solid #C6C6C6;
}

.quickbuy .quickbuy-br{
	border-right: 1px solid #C6C6C6;
}

.quickbuy .quickbuy-bb{
	border-bottom: 1px solid #C6C6C6;
}

.quickbuy-js-d,
.quickbuy-js-h,
.quickbuy-js-m,
.quickbuy-js-s{
	font-family: Arial;
}

.quickbuy-ptop.quickbuy-pleft.quickbuy-bt.quickbuy-bl{
	border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	-khtml-border-radius: 3px 0 0 0;
}

.quickbuy-ptop.quickbuy-pright.quickbuy-bt.quickbuy-br{
	border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	-khtml-border-radius: 0 3px 0 0;
}

.quickbuy-pbot.quickbuy-pleft.quickbuy-bb.quickbuy-bl{
	border-radius: 0 0 0 3px;
	-moz-border-radius: 0 0 0 3px;
	-khtml-border-radius: 0 0 0 3px;
}

.quickbuy-pbot.quickbuy-pright.quickbuy-bb.quickbuy-br{
	border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	-khtml-border-radius: 0 0 3px 0;
}

.price-new22{
    margin-top: 65px;
	font-weight: bold;
	font-size: 15px;
	color: #666666;
}




.header-table {
    
  
cursor: pointer;
background: #FFFFFF;
	
	border-bottom: 1px solid #bdbdbd;
	padding: 10px;
}


.v_dsc {
    display: none;
    color: red;
}



.v_dsc.onepanel{
    display: block;
    color: red;
}

.sdvig a{
    margin-left: 20px;
}


.active1{
    font-weight: bold;
}
.box-content div.active {

	background: aliceblue;
}
.headertablea a{

    text-decoration: none;
}

.headertablea{
    cursor: pointer;
background: #FFFFFF;

	border-bottom: 1px solid #bdbdbd;
	padding: 10px;
}        


.knopkavkorz {
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
	background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color:#ffc477;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #eeb44f;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:40px;
	width:200px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #cc9f52;
}
.knopkavkorz2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
	background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color:#fb9e25;
}.knopkavkorz2:active {
	position:relative;
	top:1px;
}


.knopkavkorz2 {
	-moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
	box-shadow:inset 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-webkit-border-top-left-radius:15px;
	-moz-border-radius-topleft:15px;
	border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
	-moz-border-radius-topright:15px;
	border-top-right-radius:15px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:33px;
	line-height:33px;
	width:86px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffee66;
}
.knopkavkorz2:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.knopkavkorz2:active {
	position:relative;
	top:1px;
}



    .myButton {
        color: #fff;
        -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
        -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
        box-shadow:inset 0px 1px 0px 0px #a4e271;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
        background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
        
        background-color:#89c403;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #74b807;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:20px;
        font-weight:bold;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #528009;
        
    }
    .myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
        background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
        
        background-color:#77a809;
    }
    .myButton:active {
        position:relative;
        top:1px;
    }

	
	


    .myButton2 {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #fff6af;
        -webkit-box-shadow:inset 0px 1px 0px 0px #fff6af;
        box-shadow:inset 0px 1px 0px 0px #fff6af;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
        background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
        background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
        
        background-color:#ffec64;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #ffaa22;
        height: 40px; 
        display:inline-block;
        color:#333333;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:6px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #ffee66;
        
    }
    .myButton2:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
        background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
        background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
        
        background-color:#ffab23;
    }
    .myButton2:active {
        position:relative;
        top:1px;
    }

	
	

    .myButtonqick {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #a4e271;
        -webkit-box-shadow:inset 0px 1px 0px 0px #a4e271;
        box-shadow:inset 0px 1px 0px 0px #a4e271;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #89c403), color-stop(1, #77a809));
        background:-moz-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:-webkit-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:-o-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:-ms-linear-gradient(top, #89c403 5%, #77a809 100%);
        background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809',GradientType=0);
        
        background-color:#89c403;
        
        -moz-border-radius:6px;
        -webkit-border-radius:6px;
        border-radius:6px;
        
        border:1px solid #74b807;
        
        display:inline-block;
        color:#ffffff;
        font-family:arial;
        font-size:15px;
        font-weight:bold;
        padding:8px 24px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #528009;
        
    }
    .myButtonqick:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77a809), color-stop(1, #89c403));
        background:-moz-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-webkit-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-o-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:-ms-linear-gradient(top, #77a809 5%, #89c403 100%);
        background:linear-gradient(to bottom, #77a809 5%, #89c403 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77a809', endColorstr='#89c403',GradientType=0);
        
        background-color:#77a809;
    }
    .myButtonqick:active {
        position:relative;
        top:1px;
    }


#less { display:none; }



#submit_recall {
	-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
#submit_recall:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
#submit_recall:active {
	position:relative;
	top:1px;
}

.tabstyle {
height: 20px;
-moz-box-shadow: 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
	box-shadow: 0px 1px 0px 0px #fff6af;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
	background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
	background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
	background-color:#ffec64;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
	border:1px solid #ffaa22;
	display:inline-block;
	cursor:pointer;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffee66;
	}
	
.tabstyle:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
	background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
	background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
	background-color:#ffab23;
}
.tabstyle:active {
	position:relative;
	top:15px;
}

.buytempl {
-moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
	-webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
	box-shadow: 0px 1px 0px 0px #f0f7fa;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
	background:-moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:-ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
	background:linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
	background-color:#33bdef;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #057fd0;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #5b6178;
}
.buytempl:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
	background:-moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:-ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
	background:linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
	background-color:#019ad2;
}
.buytempl:active {
	position:relative;
	top:1px;
}




