<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("../common/style.css");

html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
@font-face {
  font-family:'PFIsotextProRegular';
  src:url('font/isotext-webfont.eot');
  src:url('font/isotext-webfont.eot?#iefix') format('embedded-opentype'),url('font/isotext-webfont.woff') format('woff'),url('font/isotext-webfont.ttf') format('truetype'),url('font/isotext-webfont.svgz#PFIsotextProRegular') format('svg'),url('font/isotext-webfont.svg#PFIsotextProRegular') format('svg');
  font-weight:normal;
  font-style:normal;
}
@font-face {
  font-family:'PFIsotextProBold';
  src:url('font/isotext_bold-webfont.eot');
  src:url('font/isotext_bold-webfont.eot?#iefix') format('embedded-opentype'),url('font/isotext_bold-webfont.woff') format('woff'),url('font/isotext_bold-webfont.ttf') format('truetype'),url('font/isotext_bold-webfont.svgz#PFIsotextProBold') format('svg'),url('font/isotext_bold-webfont.svg#PFIsotextProBold') format('svg');
  font-weight:normal;
  font-style:normal;
}
ul {
	list-style-image:url(./image/list.png);
}
ul li {
	line-height:21px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	background:url(./image/bg.png) repeat-x top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
body, td, th, input, textarea, select, a {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
}
table.tab {
	border:1px solid #e9e9e9;
	border-bottom:0;
	border-right:0;
}
table.tab td {
	border-bottom:1px solid #e9e9e9;
	padding-left:10px;
	border-right:1px solid #e9e9e9;
}
table {
	border:0;
	border-color:#aff;
	border-bottom:0;
}
table td {
	border:0;
	border-color:#aff;
	border-bottom:0;
	border-right:0;
	padding:8px 0 8px 0;
}
table th {
	background:#718991;
	padding:10px 0 10px 0;
	color:#fff;
	padding-left:10px;
	border:1px solid #718991;
}
h1, .welcome {
	margin:0;
	padding:0;
	margin-bottom:20px;
	color: #000;
	font:28px 'PFIsotextProRegular',arial,sans-serif;
	font-weight:600;
}
h2, h3, h4 {
	margin:0;
	padding:0;
	margin-bottom:10px;
	color: #000;
	font:14px 'PFIsotextProRegular',arial,sans-serif;
	font-weight:600;
}
p {
	margin:0;
	padding:0;
	line-height:21px;
}
ol li {
	margin:0;
	padding:0;
	line-height:21px;
}
a, a:visited, a b {
	color: #c90000;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input[type='text'], input[type='password'], textarea {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 3px;
	margin-left: 0px;
	margin-right: 0px;
}
select {
	background: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding: 2px;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	min-width: 960px;
	max-width: 1216px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-left {
	float: left;
	width: 250px;
	height: auto;
}
#column-right {
	float: right;
	width: 250px;
}
#content {
	min-height: 580px;
	margin-bottom: 40px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 300px;
}
#column-right + #content {
	margin-right: 300px;
}
/* header */
#header {
	position:relative;
	z-index:5;
}
#header .hh {
	margin:0;
	padding:0;
	height:115px;
	position:relative;
	background:url(./image/bg.png) repeat-x top;
	z-index:5;
}
#header #logo {
	position:absolute;
	z-index:5;	
	top: 25px;
	left: 20px;
}
#header #phone {
	position: absolute;
	top: 35px;
	right: 10px;
	height:60px;
        width:400px;
	color:#718991;
	font-size:14px;
	z-index:5;
}
#header #phone i{
	position:absolute;
	top:20px;
}
#header #phone span {
	font-size:24px;
	color:#b3d9e6;
	text-transform:uppercase;
	font-weight:bold;
	font-style:normal;
}
#header #cont {
	position: absolute;
	top: 294px;
	right: 5px;
	height:40px;
	z-index:5;
}
#header #cont a {
	background:url(./image/button.jpg) repeat-x;
	padding:9px 18px 8px 18px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius:5px;
	color:#fff;
	font-size:15px;
	text-decoration:none;
}
#header #cont a:hover {
	background:url(./image/button-h.jpg) repeat-x;
}
#language {
	position: absolute;
	top: 34px;
	right: 0px;
	width: 60px;
	color: #999;
}
#language img {
	cursor: pointer;
	margin-right: 10px;
}
#header .icons {
  width:108px;
  height:10px;
  position:absolute;
  top:34px;
  right:10px;
  z-index:5;
}
#header .icons a.home:link, #header .icons a.home:visited {
  display:block;
  width:11px;
  height:10px;
  background:url(./image/icons.png) 0 0 no-repeat;
  position:absolute;
  left:0;
  top:0;
}
#header .icons a.home:hover, #header .icons a.home:active {
  background-position:0 100%;
}
#header .icons a.home.active:link, #header .icons a.home.active:visited {
  background-position:0 100%;
  cursor:default;
}
#header .icons a.mail:link, #header .icons a.mail:visited {
  display:block;
  width:12px;
  height:10px;
  background:url(./image/icons.png) -48px 0 no-repeat;
  position:absolute;
  left:48px;
  top:0;
}
#header .icons a.mail:hover, #header .icons a.mail:active {
  background-position:-48px 100%;
}
#header .icons a.mail.active:link, #header .icons a.mail.active:visited {
  background-position:-48px 100%;
  cursor:default;
}
#header .icons a.map:link, #header .icons a.map:visited {
  display:block;
  width:13px;
  height:10px;
  background:url(./image/icons.png) -95px 0 no-repeat;
  position:absolute;
  left:95px;
  top:0;
}
#header .icons a.map:hover, header .icons a.map:active {
  background-position:-95px 100%;
}
#header .icons a.map.active:link, header .icons a.map.active:visited {
  background-position:-95px 100%;
  cursor:default;
}
#header .icons span.bord {
  display:block;
  width:1px;
  height:10px;
  background:url(./image/bord.gif) no-repeat;
  position:absolute;
  top:0;
}
#header .icons span.bord.left {
  left:29px;
}
#header .icons span.bord.right {
  left:78px;
}


/* menu */
#menu {
	background:url(./image/menn.png) repeat-x;
	height: 35px;
	padding:5px;
	padding-left:0;
	-webkit-border-radius: 0 0px 5px 5px;
	-moz-border-radius: 0 0px 5px 5px;
	-khtml-border-radius: 0 0px 5px 5px;
	border-radius:0 0px 5px 5px;
	margin-top:165px;
	margin-bottom: 25px;
	z-index:10;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu &gt; ul &gt; li {
	position: relative;
	float: left;
	z-index: 12;
}
#menu &gt; ul &gt; li:hover {
}
#menu &gt; ul &gt; li &gt; a {
	font-size: 15px;
	color: #fff;
	line-height: 15px;
	text-decoration: none;
	display: block;
	line-height:35px;
	padding: 0px 18px 0px 18px;
	margin-left:5px;
	margin-bottom:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius:5px;
	z-index: 13;
	background:url(./image/menu2.jpg) left repeat-x;
	position: relative;
}
#menu &gt; ul &gt; li &gt; a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	line-height:35px;
	padding: 0px 18px 0px 18px;
	margin-left:5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius:5px;
	z-index: 14;
	background:#e50a0a;
	position: relative;
}
#menu &gt; ul &gt; li &gt; a.active {
	color:#000;
	padding: 0px 18px 0px 18px;
	background:#dfeff4;
}
#menu &gt; ul &gt; li &gt; div {
	display: none;
	position: absolute;
	z-index: 13;
	margin-left:5px;
	padding:5px 18px 10px 18px;
	background:url(./image/menn.png) repeat-x;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#menu &gt; ul &gt; li:hover &gt; div {
	display: table;
}
#menu &gt; ul &gt; li &gt; div &gt; ul {
	display: table-cell;
	background:none;
}
#menu &gt; ul &gt; li ul + ul {
	padding-left: 20px;
}
#menu &gt; ul &gt; li ul &gt; li &gt; a {
	text-decoration:underline;
	line-height:28px;
	color: #fff;
	display: block;
	white-space: nowrap;
	min-width: 120px;
	background:none;
}
#menu &gt; ul &gt; li ul &gt; li &gt; a:hover {
	text-decoration:none;
}
#menu &gt; ul &gt; li &gt; div &gt; ul &gt; li &gt; a {
	color: #fff;
}


#menu  ul  ul div {
	padding-left: 20px;
}

#menu  ul  ul div a {
	font-size: 90%;
	line-height: 24px!important;
}

#menu  ul  ul ul div a {
	font-size: 80%;
	line-height: 20px!important;
}


.breadcrumb {
	color: #CCCCCC;
	margin-bottom: 10px;
}
.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 &gt; * &gt; * &gt; 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 {
	vertical-align: top;
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
	vertical-align: top;
}
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 {
	color:#b5b5b5;
	border-top: 1px dashed #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 10px;
	text-decoration: none;
	color: #fff;
	background:#565656;
	opacity:0.7;
}
.pagination .links a:hover {
	opacity:1.0;
}
.pagination .links b {
	display: inline-block;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #494949;
	background: #ffb80f;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button */
a.button, input.button, #button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background:url(./image/button.jpg) repeat-x;
	-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;
}
a.button, #button {
	display: inline-block;
	text-decoration: none;
	padding: 12px 25px 12px 25px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 15px 0px 15px;
}
a.button:hover, input.button:hover, #button:hover {
	background:url(./image/button-h.jpg) repeat-x;
}
.buttons {
	overflow: auto;
	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;
}
.tab-content {
	margin:0;
	padding:0;
	z-index: 2;
	width:100%;
}
/* box */
.box {
	margin-bottom: 30px;
}
.box .box-heading {
	margin:0;
	padding:0;
	margin-bottom:20px;
	color: #000;
	font:28px 'PFIsotextProRegular',arial,sans-serif;
	font-weight:600;
}
.box .box-content {}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product &gt; div {
	width: 220px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	text-align:center;
}
.box-product &gt; div:hover img {
	opacity:1.0;
}
.box-product &gt; div:hover a {
	text-decoration:none;
}
#column-left + #column-right + #content .box-product &gt; div {
	width: 220px;
}
.box-product .image {
	display: block;
	margin-bottom: 3px;
}
.box-product .image img {
	opacity:0.7;
}
.box-product .image img:hover {
	opacity:1.0;
}
.box-product .name a, .box-product {
	color: #eb9f37;
	font-weight: bold;
	text-decoration:underline;
	display: block;
}
.box-product .name a:hover {
	text-decoration:none;
}
/* box category */
.box-category {
	margin-top: -5px;
}
.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.box-category &gt; ul &gt; li {}
.box-category &gt; ul &gt; li &gt; a {
	color:#000;
	padding:5px 10px 5px 10px;
	display:block;
	font-size:14px;
	background:#f6f6f6;

	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius:5px;
	border:1px solid #e9e9e9;
	margin-bottom:5px;
	text-decoration:none;
}
.box-category &gt; ul &gt; li &gt; a:hover {
	background:#fff;
	border:1px solid #e9e9e9;
	text-decoration:none;
	color:#000;
}
.box-category &gt; ul &gt; li ul {
	display: none;
}
.box-category &gt; ul &gt; li a.active {
	background:#e7e7e7;
	border:1px solid #cecece;
	text-decoration:none;
	color:#000;
}
.box-category &gt; ul &gt; li a.active + ul {
	display: block;
	padding-left:50px;
	margin-bottom:20px;
}
.box-category &gt; ul &gt; li ul &gt; li {
	list-style-image:url(./image/menu_list.gif);
}
.box-category &gt; ul &gt; li ul &gt; li &gt; a {
	text-decoration: none;
	color:#000;
	line-height:25px;
	display: block;
}
.box-category &gt; ul &gt; li ul &gt; li &gt; a:hover {
	text-decoration: none;
	color: #c90000;
	display: block;
}
.box-category &gt; ul &gt; li ul &gt; li &gt; a.active {
	color: #c90000;
	background:none;
	border:0;
}
/* inform */
ul.inform {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.inform &gt; li {}
ul.inform &gt; li &gt; a {
	color:#000;
	padding:10px;
	display:block;
	font-size:14px;
	background:#f6f6f6;
	border:1px solid #e9e9e9;
	margin-bottom:5px;
	text-decoration:none;
}
ul.inform &gt; li &gt; a:hover {
	background:#e6e6e6;
	border:1px solid #cecece;
	text-decoration:none;
	color:#000;
}

/* level 3 Можно менять всякое */
.box-category &gt; ul &gt; li ul &gt; li &gt; a.active + ul {
	margin-bottom:0px;
	padding-left:20px;
}


/* content */
#content .content {
	overflow: auto;
	margin-bottom: 20px;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	margin:0;
	padding:0;
	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 {
	float: left;
	width: 18%;
}
.category-list .div a {
	text-decoration: underline;
	font-weight: bold;
}
/* 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-bottom: 5px;
	overflow: auto;
}
.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 {
	padding-top: 6px;
	margin-bottom: 25px;
	font-weight: bold;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}

.product-list {
	width: 100%;
	overflow: auto;
	margin-left:-10px;
}
.product-list &gt; div {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	border:1px solid #e9e9e9;
	padding:10px 15px 10px 15px;
	margin-left:20px;
	margin-right:0;
}
#column-left + #column-right + #content .product-list &gt; div {
	width: 220px;
}
.product-list .image {
	display: block;
	margin-bottom: 0px;
}
.product-list .image img {
	margin:0;
	padding:0;
}
.product-list .name {
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dashed #eeeeee;
	text-align: center;
}

.product-list .photo-item .name {
	border: none;
}
.product-list .name a, .product-list .name span {
	color: #8e0303;
	font-weight: bold;
	text-decoration:none;
	display: block;
	font-size:14px;
}
.product-list .name a:hover {
	text-decoration:underline;
}
.product-list .description {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #eeeeee;
}
.product-list .wishlist {
	width:120px;
	background: url('./image/lol.png') right no-repeat;
}

.product-list .wishlist:hover {
    width:120px;
	background: url('./image/lol2.png') right no-repeat;
}





.product-grid {
	width: 100%;
	overflow: auto;
	margin-left:-10px;
}
.product-grid &gt; div {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
	border:1px solid #e9e9e9;
	padding:10px 15px 10px 15px;
	margin-left:20px;
	margin-right:0;
}
#column-left + #column-right + #content .product-grid &gt; div {
	width: 220px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	margin:0;
	padding:0;
}
.product-grid .name {
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dashed #eeeeee;
}
.product-grid .name a {
	color: #8e0303;
	font-weight: bold;
	text-decoration:none;
	display: block;
	font-size:14px;
}
.product-grid .name a:hover {
	text-decoration:underline;
}
.product-grid .description {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #eeeeee;
}
.product-grid .wishlist {
	width:120px;
	background: url('./image/lol.png') right no-repeat;
}

.product-grid .wishlist:hover {
    width:120px;
	background: url('./image/lol2.png') right no-repeat;
}

/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info &gt; .left {
	float: left;
	margin-right: 15px;
}
.product-info &gt; .left + .right {
	margin-left: 230px;
}
.product-info .image {
	float: left;
	text-align: center;
}
.product-info .image-additional {
	width: 100%;
	clear: both;
	overflow: hidden;
	border-top:2px dashed #eeeeee;
	margin-top:15px;
	padding-top:25px;
}
.product-info .image-additional img {
	padding:5px;
	border:1px solid #e9e9e9;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin:0 4px 10px 4px;
}
.product-info .description {
	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;
	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 {
	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;
	cursor: pointer;
}
.product-info .cart {
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
	overflow: auto;
}
.product-info .cart div {
	float: left;
	vertical-align: middle;
}
.product-info .cart div &gt; span {
	padding-top: 7px;
	display: block;
	color: #999;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
	clear: both;
}
.product-info .review {
	color: #4D4D4D;
	margin-bottom: 10px;
}
.product-info .review &gt; div {
	padding: 8px;
	line-height: 20px;
}
.product-info .review &gt; div &gt; 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: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	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 &gt; 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 {
	width: 100%;
	background: url(./image/footer.png) repeat-x bottom;
/*	margin:0;
	padding:0;
	height: 60px;
        padding-top:10px; 
	width:100%;
	background:url(./image/footer.png) repeat-x;
*/
}

/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
#gallery {
  font-size:0;
  line-height:0;
  letter-spacing:-1px;
  padding:12px 0 0 0;
}
#gallery a.colorbox:link, #gallery a.colorbox:visited {
  display:inline-block;
  width:226px;
  padding:10px 10px 10px 10px;
  vertical-align:top;
  border:1px solid #ededed;
  box-shadow:0 0 3px #ededed;
  -moz-box-shadow:0 0 3px #ededed;
  -webkit-box-shadow:0 0 3px #ededed;
  font:13px /16px arial,sans-serif;
  letter-spacing:normal;
  margin:0 26px 29px 0;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#gallery img {
  width:216px;
  display:block;
  margin:0 0 5px 0;
}
#gallery a.album:link, #gallery a.album:visited {
  display:inline-block;
  padding:15px;
  vertical-align:top;
  font:14px /16px arial,sans-serif;
  letter-spacing:normal;
  color:#000;
  width:261px;
  height:181px;
  background:url(./image/album.png) no-repeat;
  text-decoration:none;
  margin:0 40px 40px 0;
  position:relative;
}
#gallery span.img-wrap {
  width:216px;
  max-height:144px;
  overflow:hidden;
  display:block;
  margin:0 0 10px 0;
}
#gallery span.photo {
  display:block;
  height:14px;
  background:url(./image/photo.png) 100% 2px no-repeat;
  color:#6a838b;
  font-size:12px;
  padding:0 12px 0 0;
  width:15px;
  position:absolute;
  right:17px;
  bottom:26px;
}
#ff a {
	opacity:0.5;
}
#ff a:hover {
	opacity:0.9;
}


.active-border {
	border:1px #c7c7c7 solid;
	padding: 5px 5px 5px 5px!important;
}

.active-border:hover {
	border:1px #666666 solid;	
}

/* CSS NEW  */

#news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
.news-view-short a {
		color:#384450;
		text-decoration:none;
}
.news-view-short a:hover {
		color: #c90000;
		text-decoration:underline;
}
/* full list */
.box-content .news-view-list,
.box-content .news-view-table {
		display: table;
}
.news-view-list .news-view-row {
		display: table-row;
}
.news-view-list .news-view-cell {
		display: table-cell;
		vertical-align: top;
}
.news-view-list .news-view-cell img {
		padding: 0px 8px 0px 0px;
}
.news-view-list .news-view-cell .news-caption {
		margin-bottom: 8px;
}
.news-view-list .news-view-cell .news-caption a, .news-caption span {
		font-weight: bold;
		font-size: 14px;
		padding-bottom:10px;
		text-decoration: none;
		margin-bottom: 10px;
		border-bottom:1px solid #f0f0f0;
}

.news-caption span {
	color: #c90000;
}

.news-view-list .news-view-cell .news-caption a:hover {
		text-decoration:underline;
}
.news-view-list .news-view-cell .news-date {
		color:#718991;
		text-align:center;
		padding-top:15px;
		font-size:18px;
		border:2px solid #f0f0f0;
		width:80px;
		height:65px;
		border-radius:100px;
}
.news-view-list .news-view-cell .news-description p {
		margin: 0px;
}
/* table view */
.news-view-table .news-view-cell {
		display: table-cell;
		vertical-align: top;
		width: 25%;
}
.news-view-table .news-view-cell img {
		float: left;
		padding: 0px 6px 0px 6px;
}
.news-view-table .news-view-cell .news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
/* short list */
.news-view-short .news-date {
		color:#000;
		font-size:11px;
		padding-top:6px;	
}
.news-view-short + .news-view-short {
		border-top:1px solid #f0f0f0;
		margin-top:12px;
		padding-top:12px;
}

.wishlist2{
	width:105px;
	background: url('./image/lol.png') right no-repeat;
}

.wishlist2:hover {
    width:105px;
	background: url(./image/lol2.png) right no-repeat;
}



/* BLUEBERRY */

.blueberry {
	margin: 0 auto;
}
.blueberry .slides {
	display: block;
	position: relative;
	overflow: hidden;
	margin:0;
	padding:0;
}
.blueberry .slides li {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.blueberry .slides li img {
	display: block;
/*	width: 100%; */
	width: 1216px;;

	max-width: none;
}
.blueberry .slides li.active { display: block; position: relative; }
.blueberry .crop li img { width: auto; }

.blueberry .pager {
	height: 40px;
	text-align: center;
	display:none;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 4px;
	width: 4px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 6px;
   -moz-border-radius: 6px;
	border-radius: 6px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: #c0c0c0;
	text-indent: -9999px;
-webkit-border-radius: 2px;
   -moz-border-radius: 2px;
	border-radius: 2px;
}
.blueberry .pager li.active a span { background: #404040; }


textarea {
	height: 90%;
	min-height: 150px; 
}

.date .month {
	background: #c90000!important;
}

.column b {
	margin-bottom:20px;
	color: #000;
	font:18px 'PFIsotextProRegular',arial,sans-serif;
	font-weight:600;
}

.column p a {
		color:#384450;
		text-decoration:none;
}
.column p a:hover {
		color: #c90000;
		text-decoration:underline;
}

.column p span {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
</pre></body></html>