﻿@font-face {
    font-family: "DaxlinePro";
    src: url("DaxlinePro-Regular.ttf");
    font-weight:normal;
}

@font-face {
    font-family: "DaxlinePro";
    src: url("DaxlinePro-Bold.ttf");
    font-weight:bold;
}

html,body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}
td {padding:2px 0;}

table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{
	border:0;
}
address,caption,cite,code,dfn,th,var{
	font-style:normal;
	font-weight:normal;
}
caption,th{
	text-align:left;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
q:before,q:after{
	content:'';
}
abbr,acronym{
	border:0;
}
a {color:#393939;}
p {margin: 10px 0;}

h1, h2
{
	text-transform:uppercase; 
	color:#fff; 
	margin:22px 0 0 30px; 
	font:bold 12px Tahoma; 
	float:left; 
	background-color:#E00024; 
	padding:8px 20px;
}

h3 {
    float:left; 
    margin:10px 0 10px 19px; 
    font-size:16px; 
    background-color:#E00024; 
    color:#fff; 
    width:145px; 
    text-align:center;
    padding:5px 33px; 
    text-decoration:none; 
    display:inline-block;    
}
h4 { font-weight:bold; }

input[type=text], input[type=password], textarea
{
    border:solid 1px #A2A2A2;
    border-radius:7px;
    padding:4px 7px;
}

body {
    font: 12px Tahoma, Helvetica, Arial, sans-serif; 
    color:#393939; 
    background:#fff none repeat 0 0;
}

.centerie {
    text-align: center;
}

.centerfo {
    width:1200px;
    text-align: left;
    background-color:#efefef;
    box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
    margin:30px auto;
    display: inline-block;
}

.wrapper {
    width:970px;
    margin-left:29px;
    float:left;
}

.clear {
    clear: both;
}

.header
{
    width:100%;
    display:inline-block;    
    background: url(i/Header/bg.jpg) left top no-repeat;
    height: 123px;
}
.header .address
{
    color:#fff; 
    float:left; 
    margin:18px 0 0 300px; 
    font:16px Verdana;
}
.header .logo {
    float: right;
    margin: 17px 140px 0 0;
}

.mainmenu {
    display:inline-block;
    width:100%;
    float:left;
    background: url('i/MainMenu/bg.jpg') no-repeat left top;
    padding-bottom:15px;
}
.mainmenu .title
{
    float:left; 
    margin:37px 20px 0 30px;
    text-decoration:none; 
    font:bold 15px sans-serif; 
    text-transform:uppercase;
    text-decoration:none;
}
.mainmenu ul {
    list-style: none outside none;
    margin: 48px 0 0;
    padding: 0;
    float:left;
}
.mainmenu ul li 
{
    float:left;
    border-right:dotted 1px #393939;
    padding:0 3px;
}
.mainmenu ul li:last-child {
    border-right: 0 none;
}
.mainmenu ul li a {
    display: inline-block;
    font-size: 11px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 105px;
}
.mainmenu ul li a:hover {
    color:#fff;
    background-color:#e00024;
    border-radius:4px;
}
.basket
{
    float: right;
    margin-right: 20px;
}

.main-content
{
    display:inline-block;
    width:100%;
}
.left-sidebar {
    width:240px;
    float:left;
}
.right-sidebar {
    width:240px;
    float:right;
}

.content 
{
    float:left;    
    width:700px;
    margin:0 10px;
}
.content2
{
    float:right;    
    width:940px;
    margin-left: 10px;
}


.button {
    background-color: #e00024;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 4px 5px;
    text-decoration: none;
}
.button:hover
{
    background-color:#ff2a4e;
}

.slideshow
{
    width:100%;
    height:210px;
    margin-bottom:20px;
}
.footer {
    background-color: #c3c3c3;
    display: inline-block;
    padding: 10px 0 20px;
    width: 100%;
}
.footer .logo {
    float: left;
    margin-top: 10px;
	margin-left: 50px;
}
.footer .logo > a {
    display: block;
}
.footer .logo strong {
    display: block;
    font-size: 22px;
    text-align: center;
}
.footer .logo small {
    display: block;
    font-size: 18px;
    text-align: center;
}
.footer .logo img {
    margin-bottom: 15px;
    width: 184px;
}
.footer .address {
    float: left;
    font-size: 13px;
}
.footer .address > ul {
    margin: 0;
}
.footer .address li {
    margin-bottom: 5px;
}
.footer .maps {
    float: right;
    margin-right: 50px;
}
.footer .maps p {
    text-align: center;
}
.footer .maps > div {
    float: left;
    margin-left: 20px;
    width: 400px;
}
.footer .copyright {
    margin-top: 15px;
    padding: 0 40px;
    text-align: center;
}

.content-table {
    border-collapse: collapse;
    width: 100%;
}
.content-table tr th, .content-table tr td {
    padding: 3px 5px;
}
.content-table tr th {
    font-weight: bold;
    text-align: center;
}

/*.item_menu {
    margin:5px 0 5px 30px;
	text-align:left;
}
.item_menu table {
    margin:5px 0 5px 20px;
}*/

.item_menu {
    display: block;
    margin: 5px 0 5px 30px;
}
.item_menu > span {
    display: block;
    font-weight: bold;
	font-size: 14px;
    margin-bottom: 5px;
	text-decoration: underline;
}
.item_menu2 {
    margin-left: 15px;
    padding: 3px 0;
}
.prod-cat-items {
    /*margin-left: 15px;*/
    padding: 2px 0;
}
.prod-cat-items > span {
    display: block;
    margin-bottom: 5px;
	font-size: 14px;
    font-weight: bold;
}
.prod-cat-items a {
    display: inline-block;
    text-decoration: none;
	padding: 2px 0 3px;
}
.prod-cat-items a:hover, .prod-cat-items a.current
{
	color:#fff;
	background-color:#e00024;
	border-radius:4px;
    padding: 2px 5px 3px;
}

.paging  {
    margin:10px 0;
}
.paging tr td  {
    padding:0 2px;
}

.cat-item-price {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}
.cat-item-title > a {
    color: #00599d;
    font-size: 14px;
    text-decoration: none;
	font-weight: bold;
}
.cat-item-img img {
    width: 70%;
}
.cat-item-color {
    color: #999;
    padding: 5px 0;
}
.item-price {
    background-color: #e00024;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 5px 20px;
}
.item-params select {
    font-size: 11px;
}

.top-item {
    float: left;
    text-align: center;
    width: 16.6%;
}
.top-item-img img {
    max-height: 120px;
    max-width: 90%;
}

.top-video-item {
    float: left;
    margin: 20px 11px;
    width: 30%;
}
.top-video-item-title {
    text-align: center;
}

.admin-menu {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 20px;
    text-align: left;
}
.admin-menu > li {
    display: inline-block;
    padding: 10px;
    vertical-align: top;
}
.admin-menu > li > span {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
}

.cat-item-img {
    display: inline-block;
    /*padding-right: 10px;*/
}
.cat-item-img > a {
    position: relative;
}
.item-img {
    float:left; 
    margin:0 10px 10px 0; 
    position:relative;
}
.top-item-img {
    position: relative;
    display: inline;
}

.stick {
    bottom: 0;
    height: 70px;
    position: absolute;
    right: 0;
    width: 70px;
}
.top-item-img .stick {
    height: 30px;
    width: 30px;
}


.color-filter {
    display: inline-block;
    padding: 10px 20px;
	width: 96%;
}
.color-filter > div {
    float: left;
    margin: 5px;
    text-align: center;
    width: 75px;
}
.color-filter > div.current-color img {
    border-color: #E00024;
}
.color-filter a {
    display: block;
}
.color-filter img {
    width: 50px;
    border:1px solid #fff;
}

.soc-header {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    text-align: center;
}
.soc-header img {
    margin: 4px 0;
}


.order-table {
  width: 100%;
  text-align: center;
}
.order-table td {
  padding: 5px;
}
.order-table table {
  text-align: left;
}



.prod-cat-items a span{
    border-radius: 5px 5px 5px 5px;
    visibility: hidden;
    position: absolute;
    left: 270px;
    background: #fff;
    box-shadow: -2px 2px 10px -1px #333; 
    border-radius: 5px;
    z-index: 9999;
}
.prod-cat-items a:hover span{
    visibility: visible;
}