html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, .welcome {
	color: #000;
	font-family: Tahoma, Arial;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 28px;
	font-weight: normal;
}
h2 {
	font-family: Tahoma, Arial;
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: normal;
}
h2.login_h2 {
	background: url("../image/login_heading_line.png") repeat-x 0 8px;
	height: 26px;
	margin-bottom: 5px;
	padding-top: 0px;
	text-align: center;
}
h2.login_h2 span{
	background: #FFFFFF;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px 0 10px;
	text-transform: uppercase;
}
input[type='text'], input[type='password'], textarea {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 6px;
	margin: 1px 0;
	color: #595959;
	-webkit-transition: border .3s;
	-moz-transition: border .3s;
	transition: border .3s;
	outline: none;
}
input[name='captcha'] {
	padding: 9px 6px;
	margin-top: 5px !important;
	display: inline-block;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 18px;
}
p a{
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
p a:hover{
	font-size: 14px;
	border-bottom:0 none;
}
a, a:visited, a b {
	text-decoration: underline;
	cursor: pointer;
	color: #E55B4C;
	outline: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
select {
	background: #fff;
	border: 1px solid #DDD;
	padding: 3px;
	color: #636363;
	border-radius: 2px;
	outline: none;
}
label {
	cursor: pointer;
}
#main_wrapper {
	width: 100%;
	min-height: 754px;
}
#topline {
	width: 100%;
	height: 30px;
}
#topline_center {
	max-width:1150px;
	margin:0 auto;
	position: relative;
}
/* layout */
#container {
	position: relative;
}
.container_bottom {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1170px;
}
#column-left {
	overflow: hidden;
}
#column-right {
	float: right;
}
#content {
	min-height: 400px;
	margin-bottom: 25px;
}
#content_bottom {
	display:block;
	position:relative;
	margin: 0px;
	clear:both;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 243px;
}
#column-right + #content {
	margin-right: 243px;
}
/* header */
#header {
	height: 90px;
	padding-bottom: 4px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: relative;
	float: left;
	margin-top: 20px;
}
#language {
	position: relative;
	float: left;
	display: inline-block;
	height: 30px;
	margin-left: 10px;
}
#language > ul {
	list-style: none;
	padding: 0;
	margin:0;
}
#language > ul > li > span{
	color: #999;
	font-size: 12px;
	padding: 7px 10px 8px 0;
	cursor: pointer;
	display: block;
}
#language > ul > li > span:hover{
	color: #000;
}
#language > ul > li div{
	display: none;
}
#language > ul > li:hover div{
	display: block;
	min-width: 90px;
	position: absolute;
	background: #fff;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #E55B4C;
	z-index: 1000;
}
#language > ul > li > div ul{
	list-style: none;
	padding: 0;
}
#language > ul > li > div > ul li + li{
	border-top: 1px solid #efefef;
}
#language > ul > li > div ul li{
	padding: 6px 10px;
	display: block;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
#language > ul > li > div ul li:hover{
	background: #333;
	color:#fff;
}
#language > ul > li > div ul li img{
	display: inline-block;
}
#language > ul > li > div ul li a{
	color: #000;
}
#language > ul > li > div ul li:hover a{
	color:#fff;
}
#currency {
	position: relative;
	float: left;
	display: inline-block;
	height: 30px;
	margin-left: 10px;
}
#currency > ul {
	list-style: none;
	padding: 0;
	margin:0;
}
#currency > ul > li > span{
	color: #999;
	font-size: 12px;
	padding: 7px 10px 8px 0;
	cursor: pointer;
	display: block;
}
#currency > ul > li > span:hover{
	color: #000;
}
#currency > ul > li div{
	display: none;
}
#currency > ul > li:hover div{
	display: block;
	min-width: 130px;
	position: absolute;
	background: #fff;
	border-right: 1px solid #efefef;
	border-left: 1px solid #efefef;
	border-bottom: 1px solid #E55B4C;
	z-index: 1000;
}
#currency > ul > li > div ul{
	list-style: none;
	padding: 0;
}
#currency > ul > li > div > ul li + li{
	border-top: 1px solid #efefef;
}
#currency > ul > li > div ul li{
	padding: 6px 10px;
	display: block;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
#currency > ul > li > div ul li:hover{
	background: #333;
	color:#fff;
}
#currency > ul > li > div ul li a{
	color: #000;
	text-decoration: none;
}
#currency > ul > li > div ul li:hover a{
	color:#fff;
	text-decoration: underline;
}
#currency > ul > li > div ul li a b{
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#currency > ul > li > div ul li:hover a b{
	font-weight: bold;
	color: #fff;
}
#header #cart {
	position: relative;
	float: right;
	z-index: 9;
	margin-top: 23px;
	width: 280px;
	margin-bottom: 20px;
}
#header #cart table{
	border-collapse: collapse;
	float: right;
}
#header #cart table tr td{
	border:0;
}
#header #cart table tr td span#cart-total{
	font-size: 15px;
	padding: 0px 17px;
	font-family: Tahoma, Arial;
	height: 40px;
	color: #4c4c4c;
	margin:0;
	line-height: 40px;
	display: block;
}
#header #cart table tr td span#cart-total:hover {
	color: #000;
}
#header #search {
	position: relative;
	float: left;
	margin: 24px 0 -5px 0;
	height: 40px;
	z-index: 15;
	padding-left: 0px;
}
#header .button-search {
	position: absolute;
	right: 7px;
	top: 13px;
	background: url('../image/test_search_button.png') center center no-repeat;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
#header #search input {
	padding: 1px 0px 1px 10px;
	font-family: Tahoma, Arial;
	font-size: 15px;
	margin-top: 4px;
	height: 30px;
	color: #4c4c4c;
	background: none;
	box-shadow: none;
	outline: none;
	border: 0;
}
#header #search input:focus {
	color: #000;
}
input::-webkit-input-speech-button {
    -webkit-appearance: -webkit-input-speech-button;
    display: inline-block;
    margin-right: 23px;
    cursor: pointer;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4c4c4c;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #4c4c4c;
}
#telephones {
	position: relative;
	float: left;
	display: inline-block;
	width: 285px;
	margin-top: 21px;
}
#telephones table{
	border-collapse: collapse;
}
#telephones table tr td{
	padding:0;
	margin:0;
}
#telephones #telephones_1{
	font-size: 20px;
	font-weight: normal;
	float: left;
	line-height: 22px;
}
#telephones #telephones_1 span{
}
#telephones #callback {
	float: left;
	display: inline-block;
}
#telephones #callback a{
	float: left;
	display: block;
	height: 40px;
	width: 80px;
	margin-left: 20px;
	margin-top: 3px;
	color: #fff;
	outline: none;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
#telephones #callback a:hover{
}
#telephones #callback a span{
	font-size: 12px;
	display: block;
	color: #fff !important;
	text-align: center;
	font-family: Tahoma, Arial;
	padding: 5px 0px 0px 0px;
	text-transform: uppercase;
}
#welcome {
	position: relative;
	line-height: 30px;
	margin-right: 10px;
	float: right;
	z-index: 5;
	text-align: right;
	color: #999999;
}
#welcome a {
	text-decoration: none;
	color: #999999;
	border-bottom: 1px dotted #999999;
}
#welcome a:hover {
	text-decoration: none;
	border-bottom: none;
	color: #000;
}
#topline_center_links {
	position: relative;
	float: left;
	line-height: 30px;
	font-size: 12px;
	margin-left: 10px;
	color: #999999;
}
#topline_center_links a {
	line-height: 17px;
	display: inline-block;
	text-decoration: none;
	color: #999999;
	font-size: 12px;
}
#topline_center_links a:hover {
	text-decoration: none;
	color: #000;
}
/* menu */
#menu {
	height: 50px;
	width: 100%;
	position: relative;
	z-index: 1000;
	padding: 0px;
	margin-bottom: 20px;
}
ul.first_nav {
	margin: 0 auto;
	display: table;
	max-width: 1140px;
	padding: 0 0px 0 0px;
	position: relative;
}
ul.first_nav > li {
	text-align: center;
	width: 1%;
	display: table-cell;
}
ul.first_nav > li:hover {
}
ul.first_nav > li + li a{
	border-left: 1px solid #333;
}
ul.first_nav > li:hover > ul{
	left:30px;
}
ul.first_nav > li > a {
	font-size: 15px;
	color: #FFF;
	font-family: Tahoma, Arial;
	line-height: 16px;
	text-decoration: none;
	display: block;
	padding: 17px 5px 17px 5px;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	z-index: 6;
	position: relative;
}
ul.first_nav > li .li-corner {
	margin: 7px 3px 0 2px;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #fff;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
ul.first_nav > li ul.sub_nav{
	top:50px; 
	left:0px; 
	width: 100%;
	position: absolute;
	z-index: 1000;
	display: none;
	padding: 10px;
	margin: 0;
	border-width: 3px;
	border-style: solid;
	background: #fff;
}
ul.first_nav > li:hover ul.sub_nav{
	display: block;
}
ul.first_nav > li ul.sub_nav > table {
	border-collapse: collapse;
}
ul.first_nav > li ul.sub_nav > table tr td {
	vertical-align: top;
	border: 0 none;
}
#sub_nav_td_1 {
	border-right: 1px solid #e1e1e1;
	padding-right: 10px;
}
#sub_nav_td_1_div {
	float:left;
	display:block;
	text-align:center;
}
#sub_nav_td_1_div span {
	font-size: 14px;
	font-weight: bold;
	color: #222;
	margin: 5px 0;
	font-family: Tahoma, Arial;
}
#sub_nav_td_2 {
	padding-left: 15px;
}
ul.first_nav > li ul.sub_nav > table tr td a{ 
	text-decoration: none;
	color: #000;
	padding: 0;
	width: 210px;
	min-height: 43px;
	display: block;
	margin: 5px 20px 5px 0;
	float: left;
	text-align: left !important;
	border: 0 !important;
	vertical-align: top;
}
ul.first_nav > li ul.sub_nav > table tr td a img {
	float: left;
}
ul.first_nav > li ul.sub_nav > table tr td a span {
	display: block;
	padding: 5px 5px 5px 50px;
}
ul.sub_nav > li > a {
	text-decoration: none;
	color: #000;
	padding: 0;
	margin:10px 0 10px 10px;
	height: 40px !important;
	min-width: 160px;
	text-align: left !important;
}
ul.sub_nav > li > a table{
	border-collapse: collapse;
	border:0;
}
ul.sub_nav > li a:hover {
	background: #f7f7f7;
}
ul.sub_nav > li > a {
	color: #000;
	border: 0;
	margin-bottom: 5px;
	padding: 3px;
}
ul.sub_nav > li > a + a {
	margin-right: 5px;
}
ul.sub_nav > li > a span{
	padding-left: 10px;
	font-size: 14px;
	display: block;
	margin: 9% 0;
	float: left;
}
ul.sub_nav > li > a img{
	width: 40px;
	height: 40px;
	padding: 0;
	margin:0;
	float: left;
}
.breadcrumb {
	font-size: 14px;
	margin-bottom: 10px;
}
.breadcrumb a{
	font-size: 14px;
	position: relative;
	text-decoration: none;
}
.breadcrumb img{
	margin-bottom: 0px;
}
.breadcrumb a:first-child{
	margin-left: 0;
	padding-left: 0;
	background: none;
}
.breadcrumb a:last-child{
	color: #E55B4C;
	font-weight: bold;
	font-size: 14px;
}
.breadcrumb a:hover {
	color: #E55B4C;
	font-size: 14px;
}
.success, .warning, .attention, .information {
	padding: 20px 20px 20px 33px;
	color: #555555;
	position: fixed;
	right: 15px;
	top: 15px;
	z-index: 10001;
}
.success {
	background: #fff url('../image/success.png') 10px center no-repeat;
	border: 1px solid #c6c6c6;
	width: 250px;
	border-radius:5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.warning {
	background: #fff url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #c6c6c6;
	width: 250px;
	border-radius:5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.attention {
	background: #fff url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #c6c6c6;
	width: 250px;
	border-radius:5px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.success .close, .warning .close, .attention .close, .information .close {
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
}
.success .close:hover, .warning .close:hover, .attention .close:hover, .information .close:hover {
	opacity: 0.5;
}
.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: 20px;
}
.pagination .links {
	float: left;
	margin-bottom: 5px;
}
.pagination .links a {
	display: inline-block;
	padding: 4px 7px !important;
	text-decoration: none;
	color: #fff;
	background: #E55B4C;
	margin: 0 2px 0 0 !important;
	text-align: center;
}
.pagination .links b {
	display: inline-block;
	padding: 4px 7px !important;
	font-weight: normal;
	text-decoration: none;
	color: #fff;
	background: #292628;
	margin: 0 2px 0 0 !important;
	text-align: center;
}
.pagination .links a:first-child {
	margin-right: 6px !important;
}
.pagination .results {
	float: right;
	padding-top: 3px;
	color: #666;
}
/* button */
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background: #E55B4C;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 12px 0px 12px;
}
a.button:hover, input.button:hover {
	background: #c43427;
}
.buttons {
	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 {
	text-align: left;
	margin: 30px 0 30px 0;
	width: 100%;
	height: 38px;
	display: block;
	background: #EFEFEF;
}
.htabs a {
	font-family: Tahoma, arial;
	padding: 8px 13px 9px 13px;
	font-size: 16px;
	float: left;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	display: none;
}
.htabs a.selected {
	color: #fff;
}
.tab-content {
	z-index: 2;
	overflow: hidden;
	margin: 0;
}
.tab-content_2 {
	z-index: 2;
	float: left;
	overflow: hidden;
	margin: 0;
}
/* box */
.box_category {
	margin-bottom: 20px;
}
.box {
	margin-bottom: 20px;
}
.box .box-heading {
	margin: 0 5px;
	height: 38px;
	position: relative;
}
.box .box-heading_carusel {
	margin: 0 5px;
	height: 38px;
	position: relative;
}
.box .box-heading_side {
	margin: 0 0 5px 0;
	height: 38px;
	position: relative;
}
.box_category .box-heading {
	width: 100%;
	height: 38px;
	position: relative;
}
.box .box-heading span{
	padding: 8px 20px 9px 20px;
	margin-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	float: left;
	border-right: 5px solid #fff;
}
.box .box-heading_carusel span{
	padding: 8px 20px 9px 20px;
	margin-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	float: left;
	border-right: 5px solid #fff;
}
.box .box-heading_side span{
	padding: 8px 20px 9px 20px;
	margin-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	float: left;
	border-right: 5px solid #fff;
}
.box_category .box-heading span{
	padding: 8px 20px 9px 20px;
	margin-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
	position: relative;
	float: left;
	border-right: 5px solid #fff;
}
.box .box-heading .cor{
	border-right: 11px solid transparent;
	border-top-style: solid;
	border-top-width: 11px;
	bottom: -11px;
	content: "";
	height: 0;
	left: 0;
	position: absolute;
	width: 0;
	display: inline-block;
	zoom: 1;
}
.box .box-content, .box_category .box-content{
	background: #fff;
	padding: 5px 0 10px 0;
}
.box .box-heading_welcome {
	width: 100%;
	height: 38px;
	background: #EEEEEE;
}
.box .box-heading_welcome span{
	background: #6F9426;
	padding: 9px 20px 10px 20px;
	margin-top: 0px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	float: left;
	border-right: 5px solid #fff;
}
.box .box-content_welcome {
	background: #fff;
	padding: 10px 0 10px 0;
	font-size: 14px;
	line-height: 18px;
}
.box-content-account, .box-content-information, .box-content-affiliate, .box-content-store {
	background: #fff;
	margin-left: 10px;
}
.box-content-store {
	padding-top: 15px;
}
.box-content-account ul, .box-content-information ul, .box-content-affiliate ul, .box-content-store ul{
	list-style-type: none;
	padding: 0 0px 0 0;
	line-height: 26px;
}
.box-content-account ul li a, .box-content-information ul li a, .box-content-affiliate > ul li a, .box-content-store > ul li a{
	color: #414141;
}
.box-content-store > ul li a.active{
	text-decoration: none;
}
.box-content-account ul li, .box-content-information ul li, .box-content-affiliate > ul li, .box-content-store > ul li {
	background: url('../image/arrow-right-indark.png') left center no-repeat;
	padding-left: 11px;
}
.addition-actions .wishlist-compare {
	display:  inline-block;
}
.hover-shadow .cart, .hover-shadow .wishlist, .hover-shadow .compare, .hover-shadow .rating{
    text-align: center;
    position: relative;
}
.hover-shadow .wishlist a, .hover-shadow .compare a, .hover-shadow .quikview a, .hover-shadow .quikcheckout a {
    display: block;
    overflow: hidden;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    padding: 0 20px 0 20px;
    text-transform: uppercase;
    text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 2;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}
.cart a:hover, .hover-shadow .wishlist a:hover,.hover-shadow .compare a:hover, .hover-shadow .quikview:hover a, .hover-shadow .quikcheckout:hover a{
}
.product-inside {
	position: relative;
	margin-bottom: 13px;
}
.product-inside:hover .hover-shadow {
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 1;
    transition-delay: 1s;
    transition-timing-function: ease-in-out 0s;
}
.product-inside .hover-shadow {
	background: rgba(0, 0, 0, 0.10);
    opacity: 0;
    /*transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;*/
    /*transition-delay: 1s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease-in-out 0s;*/
    width: 0;
    height: 0;
    border-radius: 3px 3px 0 0;
    display: block;
    /*left: 49%;*/
    left: 100%;
    top: 49%;
    position: absolute;
}
.product-inside .image .div-overlay.quikview {
 	margin-left: 135px;
    margin-top: -70px;
}
.product-inside .image .div-overlay.quikcheckout {
    margin-left: -275px;
    margin-top: -30px;
}
.product-inside .image .div-overlay.wishlist {
    margin-left: 135px;
    margin-top: 10px;
}
.product-inside .image .div-overlay.compare {
    margin-left: -275px;
    margin-top: 50px;
}
.product-inside .image .div-overlay.rating {
    margin-left: 135px;
    margin-top: 115px;
}
.product-inside:hover .image .div-overlay {
    margin-left: -49%;
}
.product-inside .image .div-overlay {
    /*transition: all 0.6s ease 0.28s;
    -webkit-transition: all 0.6s ease 0.28s;
    -moz-transition: all 0.6s ease 0.28s;
    -o-transition: all 0.6s ease 0.28s;
    -ms-transition: all 0.6s ease 0.28s;*/
    width: 100%;
    left: 49%;
    top: 49%;
    position: absolute;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li {
	padding: 0;
	background: #FFFFFF;
	margin: 0 0 4px;
	padding: 0 18px;
	border: 1px solid #e5e2dd;
}
ul.box-category > li > a {
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
	color: #5f5e5e;
}
ul.box-category > li > a:hover {
	color: #E55B4C;
}
.icon_right {
	float: right;
}
.icon_right a{
	text-decoration: none;
	color: #444;
	font-weight: bold;
	font-family: Tahoma, Arial;
}
.icon_right a:hover{
	text-decoration: none;
	color: #444;
	font-weight: bold;
	font-family: Tahoma, Arial;
}
.subcategory {
	margin: 0;
	line-height: 30px;
}
.hide_cat_ul {
	display: none;
	font-size: 18px;
}
.hide_cat_ul_2 {
	font-size: 18px;
}
ul.box-category > li ul {
	display: none;
	margin: 0 0 15px 15px;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
	margin: 0 0 15px 15px;
}
ul.box-category > li ul > li {
	padding: 0;
	line-height: 20px;
	border: 0px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
	line-height: 18px;
	color: #777;
	font-size: 12px;
}
ul.box-category > li ul > li > a:hover {
	color: #E55B4C;
}
ul.box-category > 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-radius: 5px;
	border: 1px solid #EEEEEE;
}
#content .content_register {
	padding: 0 10px;
	overflow: auto;
	margin-bottom: 0px;
}
#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;
	display: block;
	padding: 5px;
	margin: 0px 10px 10px 0;
	background: #fff;
	border: 1px solid #E7E7E7;
}
#category-info_description {
	border-radius: 3px;
	padding: 0px 0 10px 0px;
	line-height: 20px;
	font-size: 13px;
}
.category-list {
	overflow: auto;
	margin: 0 0 20px;
	padding: 0 0 4px 0;
}
.category-list ul {
	margin: 0;
	padding: 0;
}
.category-list ul li {
	float: left;
	list-style: none;
	margin: 12px 2px 2px 0;
}
.category-list ul li a {
	color: #636363;
	text-decoration: none;
	border: 1px solid #DDD;
	padding: 5px 25px;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
	text-transform: uppercase;
}
.category-list ul li a:hover {
	background: #E55B4C;
	border: 1px solid #E55B4C;
	color: #FFF;
}
/* manufacturer */
a.alfabet_manufacturer {
	text-decoration: none;
	display: inline-block;
		margin-bottom: 15px;
}
a.alfabet_manufacturer b{
	color: #fff;
	text-decoration: none;
	padding: 5px;
	background: #E55B4C;
	border-radius: 2px;
}
.manufacturer-list {
	border: 1px solid #DBDEE1;
	border-radius: 10px;
	padding: 10px;
	overflow: auto;
	margin-bottom: 10px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	padding: 0;
	list-style: none;
}
.manufacturer-list ul li{
	float: left;
	width: 100px;
	margin: 0 5px 10px 0;
	min-height: 112px;
}
.manufacturer-list ul li a{
	color: #E55B4C;
	font-size: 12px;
	display: block;
}
.manufacturer-list ul li a:hover{
	opacity: 0.8;
}
/* product */
.product-filter {
	padding: 7px 10px;
	overflow: hidden;
	background: #f8f8f8;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 5px;
	color: #333;
}
.product-filter .display a img{
	margin-top: -1px;
	margin-left: 0;
}
.product-filter .display img {
	margin-top: 0px;
	margin-left: 0;
}
.product-filter .display a img:hover, .product-filter .display img:hover {
	opacity: 0.8;
}
.product-filter .display .noactive_icon {
	opacity: 0.5;
}
.product-filter .sort {
	float: left;
	color: #333;
	margin-left: 15px;
}
.product-filter .limit {
	margin-left: 15px;
	float: left;
	color: #333;
}
.product-compare {
	float: right;
	padding-top: 4px;
}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
	color: #636363;
}
.product-compare a:hover {
	color: #000;
}
.product-list {
	margin-top: 15px;
}
.product-list > .product-div {
	overflow: hidden;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	padding: 15px;
	position: relative;
}
.product-list > .product-div .ekonomija {
  background: #E55B4C;
  font-size: 15px;
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 0;
  border-radius: 2px;
  color: #fff;
  width: 50px;
  text-align: center;
  padding: 5px 0;
  font-family: Tahoma, Arial;
}
.product-list .right {
	float: right;
}
.product-list .left {
	float: left;
	width: 500px;
}
.product-list .product-div-table {
	border-collapse: collapse;
}
.product-list .product-div-table tr td{
	margin: 0;
	padding: 0;
}
.product-list .image {
	float: left;
	margin-left: 10px;
	margin-right: 5px;
}
.product-list .name a {
	font-size: 24px;
	font-weight: normal;
	text-decoration: none;
}
.product-list .description {
	line-height: 20px;
	margin-top: 20px;
	font-size: 14px;
	float: left;
	width: 100%;
}
.product-list .rating {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	text-align: left;
	margin:0px 0 10px 0;
}
.product-list .price {
	text-align: left;
	font-size: 20px;
	margin: 15px 0 20px 0; 
}
.product-list .price-old {
	text-decoration: line-through;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	display: none;
}
.product-list .wishlist, .product-list .compare, .product-list .cart_2{
	float: left;
}
.product-list .cart_2 a {
	font-size: 16px;
	text-decoration: none;
	padding: 7px 30px;
	display: block;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.product-list .wishlist a {
	font-size: 16px;
	text-decoration: none;
	padding: 7px 10px;
	margin-left: 5px;
	text-transform: none;
	display: block;
	border-radius: 0;
	line-height: normal;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.product-list .compare a {
	font-size: 16px;
	text-decoration: none;
	padding: 7px 10px;
	margin-left: 5px;
	text-transform: none;
	display: block;
	border-radius: 0;
	line-height: normal;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.moreinfo-details {
	position:absolute; 
	z-index:97;
	top:-1px; 
	left:235px; 
	width:240px; 
	display:none;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.rightside .moreinfo-details{
	left:auto; 
	right:235px; 
	width:240px; 
	display:none;
}
.moreinfo-details .moreinfo-details-corner {
	top:15px;
	left:-23px; 
	background:url(../image/pcr-cut-left.png) no-repeat;
	width:23px;
	height:44px;
	position: absolute;
}	
.right-group-items .moreinfo-details .moreinfo-details-corner, .rightside .moreinfo-details .moreinfo-details-corner{
	left:auto;
	right:-23px;
	background-position:right;
}	
.moreinfo-details-text {
	position:relative; 
	z-index:3; 
	color:#555; 
	font-size:11px; 
	line-height:17px; 
	padding:21px 24px 18px; 
	text-align:left;
	min-height: 35px;
}
.moreinfo-details-text .headatrtitle{
	color:#555; 
	font-weight: bold;
}
.moreinfo-details-text .headatrname{
	color:#555; 
	font-weight: normal;
	float: left;
}
.moreinfo-details-text .headatrtext{
	color:#555; 
	font-weight: normal;
	float: right;
}
.product-grid .active-ptip .moreinfo-details {
	display:block;
}	
.product-grid {
	overflow: hidden;
}
.product-grid .description {
	display: none;
}
.product-grid .cart_2 {
	display: none;
}
#product_h1_2 {
	width: 100%;
	text-align: left;
}
#product_h1_2 h1{
	font-size: 32px;
	text-transform: uppercase;
}
#product_h1 {
	width: 100%;
	text-align: center;
}
#product_h1 h1{
	font-size: 32px;
	text-transform: uppercase;
}
#product_info_main_table {
	border-collapse: collapse;
	width: 100%;
}
#fix_1 {
	margin-bottom: 0;
}
#fix_2 {
	border-collapse:collapse;
	width:100%;
}
#fix_3 {
	width:86%;
	text-align:center;
	display:block;
}
.product-info {
	overflow: hidden;
	margin: 30px 0;
	display: block;
	width: 100%;
}
.product-info .image {
	padding: 0px;
	text-align: center;
	margin-bottom: 10px;
	position: relative;
}
#bigimage_plus_ico {
	position: absolute;
	top: 0;
	left: 0;
	outline: none;
}
#bigimage_plus_ico:hover {
	opacity: 0.9;
}
.product-info #zomm_1:hover {
	cursor: crosshair;
}
.product-info .image #wrap a img {
	text-align: center;
}
.product-info .image-additional {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.product-info .image-additional img {
	border-style: solid;
	border-width: 1px;
}
.product-info .image-additional img:hover {
	opacity: 0.5;
}
.product-info .image-additional a {
	display: inline-block;
	margin:0 5px 11px 5px;
}
.product-info .description {
	line-height: 28px;
	border: 1px dashed #ddd;
	border-radius: 10px;
	padding: 15px 10px;
	margin-bottom: 15px;
}
.description_block {
	display: block;
	border-bottom: 1px dotted #ddd;
}
.description_block:last-child {
	border-bottom: none;
}
.product-info .description span.col_left {
	display: inline-block;
	margin: 0;
	color: #636363;
	padding: 0;
	font-size: 12px;
	float: left;
	width: 49%;
}
.product-info .description span.col_right {
	color: #000;
	font-size: 12px;
	width: 49%;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: right;
}
.product-info .description a {
	color: #000;
	text-decoration: none;
}
.product-info .description_2 {
	line-height: 28px;
	border: 1px dashed #ddd;
	clear: both;
	min-width: 194px;
	border-radius: 10px;
	padding: 15px 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.description_block_2 {
	display: block;
	text-align: right;
	border-bottom: 1px dotted #ddd;
}
.description_block_2:last-child {
	border-bottom: none;
}
.product-info .description_2 span.col_left_2 {
	display: inline-block;
	margin: 0;
	color: #636363;
	padding: 0;
	font-size: 12px;
	float: left;
}
.product-info .description_2 span.col_right_2 {
	color: #000;
	font-size: 12px;
	width: 90px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.product-info .description_2 a {
	color: #000;
	text-decoration: none;
}
.product-info .price {
	padding: 0px 0px 10px 2px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #333333;
}
.product-info .price_2 {
	min-width: 194px;
	padding: 0px 0px 10px 2px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #333333;
	text-align: left;
}
.product-info #price_text {
	font-weight: normal;
	display: inline;
}
.product-info input.qyinput {
	background: #fff;
	font-size: 16px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	color: #000;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	width: 25px !important;
	height: 29px;
	margin: -6px 0 0 -3px;
	text-align: center;
	float: left;
	outline: none;
	padding: 0px !important;
}
@-moz-document url-prefix() { 
	.product-info input.qyinput {
		background: #fff;
		font-size: 16px;
		font-weight: normal;
		font-family: Tahoma, Arial;
		color: #000;
		border-top: none;
		border-bottom: none;
		border-left: 1px solid #dddddd;
		border-right: 1px solid #dddddd;
		width: 25px !important;
		height: 27px;
		margin: -6px 0 0 -3px;
		text-align: center;
		float: left;
		outline: none;
		padding: 0px !important;
	}
}
.product-info input.qyinput:hover, .product-info input.qyinput:focus {
	box-shadow: none;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
	margin-left: 51px;
}
.product-info .price-new {
}
.product-info .saving {
	font-weight: normal;
	font-size: 12px;
	color: #999;
	padding: 5px 0px;
}
.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_2 .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .price_2 .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	display: block;
	text-align: left;
	padding: 15px 10px;
	border: 1px dashed #ddd;
	border-radius: 10px;
	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 .options textarea{
	resize:vertical;
	width: 91%;
}
.product-info .options_2 {
	display: block;
	text-align: left;
	padding: 15px 10px;
	border: 1px dashed #ddd;
	border-radius: 10px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .options_2 textarea{
	resize:vertical;
	width: 91%;
}

.product-info .cart {
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart_2 {
	text-align: left;
	padding: 0px 0px 10px 0px;
	color: #4D4D4D;
	display: inline-block;
}
.product-info input.button_cart {
	font-family: tahoma, Arial;
	padding: 10px 34px 11px 34px;
	font-size: 21px;
	margin-bottom: 1px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	border-style: solid;
	border-width: 1px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
@-moz-document url-prefix() {
	.product-info input.button_cart {
		font-family: tahoma, Arial;
		padding: 9px 34px 10px 34px;
		font-size: 21px;
		margin-bottom: 1px;
		text-transform: uppercase;
		cursor: pointer;
		outline: none;
		border-style: solid;
		border-width: 1px;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
}
.product-info input.button_cart:hover {
	border-style: solid;
	border-width: 1px;
}
.product-info input.button_cart_2 {
	font-family: tahoma, Arial;
	padding: 10px 34px 11px 34px;
	font-size: 21px;
	width: 166px;
	margin-bottom: 1px;
	text-transform: uppercase;
	cursor: pointer;
	outline: none;
	border-style: solid;
	border-width: 1px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
@-moz-document url-prefix() {
	.product-info input.button_cart_2 {
		font-family: tahoma, Arial;
		padding: 9px 34px 10px 34px;
		font-size: 21px;
		width: 166px;
		margin-bottom: 1px;
		text-transform: uppercase;
		cursor: pointer;
		outline: none;
		border-style: solid;
		border-width: 1px;
		transition: 0.3s ease-in-out;
		-moz-transition: 0.3s ease-in-out;
		-webkit-transition: 0.3s ease-in-out;
	}
}
.product-info input.button_cart_2:hover {
	border-style: solid;
	border-width: 1px;
}
img#captcha {
	margin-left: 3px;
	margin-top: -2px;
}
.product-info .buy_now_button {
	float: left;
	font-family: tahoma, Arial;
	margin: 4px 0px 10px 2px;
	padding: 6px 0px;
	width: 178px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.product-info .buy_now_button:hover {
	border-style: solid;
	border-width: 1px;
}
.product-info .cart .minimum {
	padding-top: 5px;
	float: left;
	font-size: 11px;
	color: #999;
}
.product-info .cart_2 .minimum {
	padding:12px 0 0 0;
	display: inline-block;
	font-size: 11px;
	color: #999;
}
.product-info .button_wishlist, .product-info .button_compare {
	float: left;
	font-family: tahoma, Arial;
	border-style: solid;
	border-width: 1px;
	margin: 4px 0px 0px 2px;
	padding: 6px 0px;
	width: 178px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.product-info .button_wishlist:hover, .product-info .button_compare:hover {
	border-style: solid;
	border-width: 1px;
}
.product-info .button_wishlist_2, .product-info .button_compare_2 {
	float: left;
	font-family: tahoma, Arial;
	border-style: solid;
	border-width: 1px;
	margin: 4px 0px 0px 2px;
	padding: 6px 0px;
	width: 194px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.product-info .button_wishlist_2:hover, .product-info .button_compare_2:hover {
	border-style: solid;
	border-width: 1px;
}
.product-info .buy_now_button_2 {
	float: left;
	font-family: tahoma, Arial;
	margin: 4px 0px 10px 2px;
	padding: 6px 0px;
	width: 194px;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	outline: none;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.product-info .buy_now_button_2:hover {
	border-style: solid;
	border-width: 1px;
}
.review {
	color: #4D4D4D;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
.review > div {
	margin:0px auto;
}
.review > div > span {
	color: #38B0E3;
}
.review > div > a {
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
}
.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;
}
.review_author {
	float: right;
	color: #bbb;
}
.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%;
	margin: 0 0 20px 0px;
	border-collapse: collapse;
	border: 1px solid #DDD;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #636363;
	font-weight: bold;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: center;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: center;
}
.wishlist-info tbody td {
	vertical-align: middle;
	color: #878787;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.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: center;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: center;
}
.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%;
	text-align: center;
}
.login-content .right {
	float: right;
	width: 48%;
	text-align: center;
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
#content .login-content .left .content, #content .login-content .right .content {
	border: 0;
}
/* 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: 0 0 20px 0px;
	border-collapse: collapse;
	border: 1px solid #DDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #636363;
	font-weight: bold;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: center;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: center;
}
.cart-info tbody td {
	vertical-align: middle;
	color: #878787;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
.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: center;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .quantity .remove_cart {
	margin-top: -8px;
	display: inline-block;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: center;
}
.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: #292628;
	padding: 12px 10px;
	font-weight: bold;
	font-family: Arial, tahoma;
	font-size: 14px;
	color: #fff;
	margin-bottom: 15px;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.checkout-heading:hover {
	background: #f76a5d;
}
.checkout-heading a {
	float: right;
	color: #fff;
	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: 20px;
}
.sitemap-info .categTree {
	float: left;
	width: 50%;
}
.tree_top {
	background: url("../image/sitemap-top.gif") no-repeat scroll -1px -1px transparent;
	height: 14px;
	margin-left: 40px;
	padding: 3px 0 0 28px;
}
.tree_top a{
	color: #E55B4C;
	font-weight: bold;
}
.sitemap-info ol, ul {
	list-style: none outside none;
}
.sitemap-info ul.tree {
	margin-top: -0px;
}
.sitemap-info ul.tree li {
	background: url("../image/sitemap-horizontal.gif") no-repeat scroll 0 12px transparent;
	border-left: 1px solid #A1A1A1;
	margin: 0 0 0 11px;
	padding: 5px 0 0 16px;
}
.sitemap-info ul.tree li:last-child {
	background: url("../image/sitemap-last.gif") no-repeat scroll 0 0 transparent;
	border: medium none;
	padding: 5px 0 0 17px;
}
.sitemap-info ul.tree a {
	padding-left: 0;
}
.sitemap-info ul.tree li ul{
	padding-left: 4px;
	padding-top: 1px;
}
.sitemap-info ul.tree li ul li {
	margin: 0;
}
/* footer */ 
#go_to_top_div {
	margin-top:25px;
	text-align:center;
}
#go_to_top {
	position: relative; 
	width: 60px;
	margin: -26px auto 0 auto;
	padding: 5px 0;
	background: #707070;
	cursor: pointer;
	color: #fff;
	text-align: center;
	display: inline-block;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
#go_to_top:hover {
	background: #E55B4C;
}
@-moz-document url-prefix() { 
	#go_to_top {
	position: relative; 
	width: 60px;
	margin: -26px auto 0 auto;
	padding: 5px 0;
	background: #707070;
	cursor: pointer;
	color: #fff;
	text-align: center;
	display: inline-block;
	transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	}
}
#footer {
	clear: both;
	display: block;
	float: left;
	padding: 30px 0px 20px 0;
	position: relative;
	z-index: 0;
	width: 100%;
}
#footer_1 {
	clear: both;
	overflow: auto;
	min-height: 30px;
	padding: 15px 0;
	background: #EEEEEE;
}
#footer h3 {
	font-size: 16px;
	margin-top: 0px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px solid #333;
}
#footer .column {
	min-height: 100px;
}
#footer .column ul {
	margin-top: 10px;
	list-style: none;
	padding-left: 0px;
}
#footer .column a {
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: left;
	float: left;
	color: #777;
	font-size: 12px;
	margin-bottom: 0px;
}
#powered a{
	font-size: 12px;
	color: #777;
}
#payment_methoods {
	float: right;
	margin-top: 7px;
}
#payment_methoods img {
	margin-left: -3px;
}

.long_line {
	width: 100%;
	height: 13px;
	background: url(../image/test_line.png) repeat-x;
	margin-bottom: 20px;
	margin-top: 20px;
}

.banner_images {
	background: #fff;
	margin-bottom: 20px;
}
.home_table_bottom {
	border-collapse: collapse;
	border:0;
	margin: 5px 0 25px 0;
}
.home_table_bottom tr td{
	padding-right: 6px;
}
.account_ul {
	list-style: square;
}
.account_ul li{
	padding: 5px 0;
}
.account_ul li a{
	font-size: 14px;
}
.pluso {
	margin-top: 15px;
}
.zoom {
	display:inline-block;
	position: relative;
}
.zoom:after {
	content:'';
	display:block; 
	width:33px; 
	height:33px; 
	position:absolute; 
	top:0;
	right:0;
	background:url(icon.png);
}
.zoom img {
	display: block;
}
.zoom img::selection { background-color: transparent; }
#plussp, #minussp {
	margin-left: -3px;
}