﻿@font-face {
    font-family: "Helios";
    src: url("Helios.ttf");
}

@font-face {
    font-family: "DIN";
    src: url("DIN.ttf");
}

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:3px 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:#000;}
p {margin: 10px 0;}

h1, h2 {
    border-left: 3px solid #902a31;
    font-family: DIN;
    font-size: 26px;
    margin: 10px 0;
    padding-left: 15px;
}
h3 {
    font-family: DIN;
    font-size: 24px;
    margin: 10px 0;
}

input[type=text], input[type=password], textarea
{
    border:solid 1px #A2A2A2;
    border-radius:7px;
    padding:4px 7px;
}

body {
    font: 15px Helios, Tahoma, Helvetica, Arial, sans-serif; 
    color:#000; 
    background:#b8bcc5 url(i/bg.jpg) no-repeat center 0;
}

.centerie {
    text-align: center;
}

.centerfo {
    margin-left: auto;
    margin-right: auto;
    width:1024px;
    text-align: left;
}

.wrapper {
    width:970px;
    margin-left:29px;
    float:left;
}

.clear {
    clear: both;
}

.header {
    width:100%;
    display:inline-block;
    padding:20px 0;
}
.header .logo  {
    float:left;    
} 
.header .title {
    float: right;
    margin-right:100px;
    margin-top:7px;
    font-family:DIN;
    font-size:26px;
    text-transform:uppercase;
}

.header .phone-icon
{
    margin-right: 10px;
    margin-top: 10px;
    background:url(i/phone.png) no-repeat 0 0;
    width:27px;
    height:26px;
    float:left;
}
.header .address
{
    float: left;
    text-align:right;
    line-height:22px;
    font-size:12px;
}
.header .address strong {
    display: inline-block;
    font-size: 23px;
    margin-top: 5px;
}

.autoriz {
    clear: right;
    float: right;
    font-size: 12px;
    width: 200px;
}
.autoriz input[type="text"], .autoriz input[type="password"] {
    border-radius: 14px;
    font-family: Arial;
    font-size: 12px;
    font-style: italic;
    padding: 0 6px 1px;
    width: 143px;
}
.logout-table .prof { padding-right:10px; }

.mainmenu {
    display:inline-block;
    width:100%;
    margin-bottom: 30px;
}
.mainmenu .contacts
{
    float: left;
    background:url(i/header-contacts.png) repeat-x 0 0;
    color:#fff;
    padding:2px 7px;
    font-size:15px;
    height:59px;
    text-align:right;
}
.mainmenu .contacts strong {
    font-size:21px;
}
.mainmenu .menu-content {
    background-color: #fff;
    box-shadow: 0 0 4px #9c9c9c;
    float: right;
    width:780px;
}
.mainmenu ul, .mainmenu-footer ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
    display:inline-block;
text-align: center;
}
.mainmenu li, .mainmenu-footer li {
    display: inline-block;
    padding: 12px 20px;
}
.mainmenu a, .mainmenu-footer a {
    font-size: 1.4em;
}
.mainmenu a:hover, .mainmenu-footer a:hover {
    text-decoration: underline;
}

.main-cat-img {
    margin-bottom: 20px;
    text-align: center;
    height:143px;
}
.main-cat-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align:center;
}
.main-cat-body {
    min-height: 130px;
    padding: 0 15px;
}
.main-category
{
    display:inline-block;
    background-color:#fff;
    box-shadow: 0 0 4px #9c9c9c;
    margin-bottom:20px;
    padding: 30px;
}
div.type-item
{
    padding:0;
    float:left;
    width:25%;
}
.main-category ul
{
    margin:0;
    padding: 0;
    list-style:none;
    border-left: 3px solid #902a31;
}
.main-category li {
    float: none;
    padding: 3px 0 3px 10px;
    width: 100%;
}
.main-category ul li a {
    text-decoration:none;
}
.main-category ul li a:hover {
    text-decoration:underline;
}

.main-content
{
    display:inline-block;
    width:100%;
    margin-bottom: 30px;
}
.sidebar {
    width:250px;
    float:left;
}

.content {
    display:inline-block;    
    width:100%;
    background-color:#fff;
    box-shadow: 0 0 4px #9c9c9c;
    margin-bottom:20px;
}
.content-text {
    padding: 0 20px 20px;
}
.breadcrumbs {
    padding: 20px 20px 0;
}


.button {
    background-color: #666366;
    border-radius: 14px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    padding: 5px 13px;
    text-decoration: none;
}

.button:hover
{
    background-color:#e6b012;
}

.slideshow
{
    width:100%;
    height:210px;
    margin-bottom:20px;
}

.basket {
    float: right;
    margin-top: 4px;
    margin-bottom:10px;
}

.basket-icon
{
    background:url(i/basket.png) no-repeat 0 0;
    width:33px;
    height:36px;
    float:left;
    margin-right:10px;
}
.basket-info
{
    float:left;
    margin-top:3px;
    font-style:italic;
}
.basket a {
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-style:normal;
}
.basket-order
{
}
.basket-order a
{
    font-size:12px;
    font-weight:normal;
    text-decoration:underline;
}

.basket a:hover 
{
    text-decoration:underline;
}


.autoriz ul
{
	list-style:none;
	padding:0;
	text-align:center;
	margin-top:0;
}

.autoriz ul li
{
	display:inline-block;
	margin:0 5px;
}

.item-catalog
{
    width:100%;
}
.item-catalog tr td
{
    vertical-align:top;
    width:16%;
}

h1.cat
{
    background-color:inherit;
    color:#666366;
    font-size:14px;
    font-weight:normal;
    padding:0;
}

.cat-item {
    margin: 2px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.cat-item .img
{
    margin-bottom:7px;
}

.cat-item .img img
{
    max-width:140px;
    max-height:140px;
}
.cat-item .price
{
    color:#e6b012;
    font-weight:bold;
    margin:10px 0;
}
.buy {
    background: url("i/buy.png") no-repeat 0 0;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px 7px 34px;
    text-decoration: none;
}

.item-img
{
    float:left;
}
.item-params, .item-comment
{
    float:left;
    margin-left:20px;
}

.item-params {
    border: 1px solid #d2d2d2;
    padding: 20px;
    text-align: center;
}

.item-cat
{
    /*margin-bottom: 30px;*/
}
.item-cat ul
{
    margin:0;
    padding:0;
    list-style:none;
}
.item-cat ul li
{
    display:inline-block;
    margin-right:5px;
    padding:3px 10px;
}
.item-cat ul li.current
{
    background-color:#e6b012;
    border-radius: 14px;
}
.item-cat ul li.current a
{
    color:#fff;
    text-decoration:none;
}

.order-table
{
    width:100%;
    border:0;
}

.order-table tr td
{
    padding:5px;
    text-align:center;
    vertical-align:top;
}

.order-table tr td table tr td
{
    text-align:right;
}

.order-col-textbox
{
    width:28px;
    text-align:right;
    border-radius: 14px;
    padding: 4px 11px;
}

.order-size
{
    display:inline-block;
}

.order-size tr td
{
    padding:2px 0;
    font-size:12px;
}
.order-oplata
{
    float: left;
    margin-right: 20px;
    margin-top: 3px;
}
.order-loader, .order-buttons { float:left; }
.order-buttons {
    margin-left:20px;
}
.order-buttons .button {
    margin: 0;
}

.dynamic-menu span
{
    font-size:16px;
    border-bottom:dotted 1px #bcbcbc;  
    display:inline-block;
    width:100%;
    padding:5px 0;  
}

.dynamic-menu span:last-child
{
    border:0;
}

.accHeader
{
    cursor:pointer;
}

.accHeader a
{
    text-decoration:none;
}

.sub-dynamic-menu
{
    margin-left:20px;
}

.sub-dynamic-menu a
{
    text-decoration:none;
}

.dynamic-menu-selected
{
    color: #B92927;
    font-weight: bold;
}

.paging
{
    padding:10px 0;
    text-align:right;
    float:right;
}
.paging div {
    display: inline-block;
    float: right;
    margin-left: 20px;
}
.pagercurrlink {
    background: none repeat scroll 0 0 #e6b012;
    border-radius: 11px;
    color: #fff;    
    padding: 2px 7px;
    text-decoration: none;
    float:left;
    margin-left:2px;
}
    
.pagerlink 
{
    padding: 2px 7px;
    text-decoration: none;
    background:#666366;
    color:#fff;
    border-radius: 11px;
    float:left;
    margin-left:2px;
}

.search {
	text-align:right;
	margin-bottom:10px;
	float:left;
}

.news
{
    float:left;
    background:url(i/news.png) no-repeat 0 0;
    width:303px;
    height:126px;
}

.news a
{
    color: #FFFFFF;
    float: left;
    font: bold 24px Arial Narrow,Tahoma;
    margin: 23px 0 0 90px;
    text-decoration: none;
    text-transform: uppercase;
}

.mainmenu-footer 
{
    display:inline-block;
    width:100%;
    height:65px;
    background:url(i/menu-footer.png) no-repeat 0 0;
}
.mainmenu-footer ul { text-align:center; }
.mainmenu-footer a { color:#fff; }

.footer 
{
    display: inline-block;
    width: 100%;
    padding:20px 0;
    margin-bottom:20px;
    background-color:#fff;
    box-shadow: 0 0 4px #9c9c9c;
}

.footer .contacts
{
    float:left;
    margin-left:100px;
    padding-right:40px;
    border-right:3px solid #902a31;
    text-align:right;
}
.footer .contacts strong { font-size:20px; }
.footer .logo
{
    float:left;
    padding:5px 20px;
    border-right:3px solid #902a31;
}
.footer .copyright
{
    float:right;
    margin-right:100px;
    padding-right:20px;
    padding-top: 3px;
}


.admin_menu
{
    float:left;
}

.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;
}

.lbPopupLink { }	
.popupDialog { background-color: white; }
.popupDialog .ui-dialog-content { }
.popupDialog .ui-dialog-titlebar {
	cursor: default;
	display: none;
}
.popupDialog .ui-dialog-titlebar-close { }	
.ui-resizable-handle.ui-resizable-n  {
    height:46px;
    z-index:-1;
}    
.ui-resizable-handle.ui-resizable-s {
    height:46px;
    z-index:-1;
}   
.ui-dialog-content table { margin-top:15px; }    
.modal-link {
    text-decoration:none;
    font-size:24px;
}    
.modal-close {
    text-decoration:none;
    font-size:18px;
}

.modal-popup-bg
{
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.modal-window
{
    padding:30px;
    background:#fff;
    display:inline-block;
}
.modal-window img { 
	max-width:200px; 
	max-height:200px;
	margin-right:7px;
}
.order-register
{
    float:left;
    margin-right:70px;
}
.order-login
{
    float:right;
}
.modal-window input[type="text"], .modal-window input[type="password"] { width:200px; }
.order-input {
    clear: right;
    float: right;
    width: 267px;
    height:140px;
}
.order-close {
    float:right;
}
.order-progress {
    float: right;
    margin-top: 3px;
}

.question-table
{
    width:100%;
}
.question-table tr td
{
    padding:5px 20px 3px;
}
.question-table-header
{
    background-color:#5D6467;
    color:#fff;
    font-size:16px;
}
.question-table-item, .question-table-altitem
{
    
}

.left td {
    padding: 0;
}
.MenuTitle span {
    font-size: 16px;
    font-weight: bold;
}

.ctl05_ctl00_ftbContent_OuterTable td, .ctl05_ctl00_ftbArticle_OuterTable td {padding:0;}

.print-order tr td, .print-order tr th { padding:3px; }
.print-order tr td img { height:60px; }

#images img { height:100px; }

.menu {
}


.button.sel-act
{
	border-radius: 10px;
    font-size: 18px;
    padding: 13px 20px 10px;
	width:195px;
	margin:10px 0;
}

.info-table
{
    width:100%;
}

.info-table tr td
{
    padding:10px 0;
}

#status p {
    font-family: Arial;
    font-size: 11px;
    margin: 5px 0;
}

.top-news-table
{
    width:100%;    
}
.top-news-table tr td
{
    padding-bottom:10px;  
}
.edit-user-valid {
    float: right;
    margin-top: 5px;
    width: 270px;
}
.profile-table {
    float: left;
}