* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
    background-image: url("images/bodyBg.jpg");
    background-repeat: repeat-x;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 290px;
    background: white;
}

.topMenu {
    height: 26px;
    background-image: url("images/topMenuBg.jpg");
    background-repeat: repeat-x;
}
.topMenu li {
    list-style: none;
    display: inline-table;
    margin: 3px 20px 0 15px;
}
.topMenu a{
    color: black;
    text-decoration: none;
    font-size: 9pt;
}
.topMenu a:hover {
    text-decoration: underline;
}
.topBlock{
    height: 145px;
    background-image: url("images/topBg.jpg");
    background-repeat: repeat-x;
}
.enter {
    width: 234px;
    height: 28px;
    border-bottom: 1px solid gray;
}
.bucket {
    margin-top: 5px;
    height: 61px;
    font-size: 11pt;
    text-align: right;
    padding: 10px 0 0 0px;
}
.bucket a {
    color: #057521;
}
.adres {
    color: #a9a9a9;
    font-size: 15pt;
    text-align: right;
    padding: 4px 20px 0 0;
    border-bottom: 1px solid gray;
    border-top: 1px solid gray;
}
.adres span {
    font-size: 17pt;
    font-weight: bold;
}
.enter a {
    font-size: 11pt;
    text-decoration: none;
    color: #057521;
}
.enter a:hover {
    text-decoration: underline;
}
.logo {
    height: 115px;
}
.phone {
    height: 84px;
    padding-top: 16px;
    font-size: 20px;
}
.phone a {
    color: #c81624;
    font-size: 16px;
}
.phone span{
    color: #191919;
}
.searchLine {
    width: 1170px;
    height: 42px;
    background-image: url("images/ornament.png");
    background-repeat: repeat-x;
}
.searchRow {
    width: 510px;
    height: 42px;
    background-image: url("images/searchBg.jpg");

}
.search {
    width: 380px;
    height: 30px;
    float: left;
    margin: 9px 0 0 10px;
    border-radius: 15px;
}
.searchInput {
    border-radius: 15px;
    height: 25px;
    width: 370px;
    padding: 0 0 0 20px;
    font-size: 14px;
}
.menu {
    width: 1170px;
    position: relative;
}
.greenLine {
    width: 1170px;
    height: 5px;
    background: #12cc12;
}
.menuShowClass {
    display: inline-block;
}
.menuBtn {
    height: 29px;
    background-image: url("images/menuBtnBg.png");
    background-repeat: repeat-x;
    display: inline-block;
    padding: 6px 13px 0 13px;
    margin: 5px 0 0 4px;
    border-radius: 7px 7px 0 0;
    font-size: 16px;
    position: relative;
}
.menuBtn a {
    color: white;
    text-decoration: none;
}
.menuBtn a:hover {
    color: white;
    text-decoration: none;
}
.menuBtn:hover {
    background-image: url("images/menuBtnBgHover.png");
}
.menuShowClass {

}
.menuBtnFull {
    position: absolute;
    /*background-color: #12cc12;*/
    background-color: #FFF;
    border: 3px solid #12cc12;
    /*height: 200px;*/
    width: 1144px;
    /*top: 50px;*/
    /*height: 0px;*/
    left: 0px;
    display: none;
    padding: 20px 0px 0px 20px;
    overflow: hidden;
    z-index: 10000;
}
.fullMenuLink a{
    font-size: 12px;
    color: green;
}
.ornamentGray {
    width: 1170px;
    height: 32px;
    background-image: url("images/ornamentGray.png");
    background-repeat: repeat-x;
    float: left;
}
.ornamentGray1 {
    width: 100%;
    height: 32px;
    background-image: url("images/ornamentGray1.png");
    background-repeat: repeat-x;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	overflow: hidden;
}

.wayTo {
    width: 950px;
    height: 25px;
    float: left;
    color: #003399;
    font-size: 11pt;
    padding: 5px 0 0 50px;
}
.wayTo a {
    text-decoration: none;

}
.wayTo a:hover{
    text-decoration: underline;
}
.sort {
    width: 660px;
    height: 20px;
    float: left;
    border-bottom: 1px solid gray;
    padding: 0 0 0 20px;
    font-size: 11pt;
    font-weight: bold;
    color: #191919;
}
.sort a {
    font-weight: normal;
    color: #003399;
    text-decoration: none;
}
.sort a:hover {
    text-decoration: underline;
}
.itemView {
    width: 670px;
    float: left;
    border-bottom: 1px solid gray;
    padding: 20px 0 20px 10px;
}
.itemPhoto {
    width: 200px;
    height: 200px;
    position: relative;
}
.itemName {
    width: 270px;
    float: left;
    margin: 5px 0 0 10px;
    font-size: 16pt;
    line-height: 24px;
    overflow: hidden;
    height: 50px;
}
.blueLink {
    color: #003399;
    text-decoration: none;

}
.blueLink:hover {
    text-decoration: underline;
}
.itemId {
    width: 170px;
    height: 45px;
    float: left;
    font-size: 12pt;
    color: #a8a8a8;
    margin: 8px 0 0 10px;
}
.itemPrice {
    width: 165px;
    height: 40px;
    margin: 10px 0 0 10px;
    font-size: 24pt;
    color: #c81624;
    font-weight: bold;
    padding: 10px 0 0 5px;
}
.itemPrice span{
    font-size: 16pt;
    font-weight: normal;
}
.itemInfo {
    width: 300px;
    height: 80px;
    float: left;
    margin: 10px 0 0 10px;
    font-size: 8pt;
}
.nal {
    width: 480px;
    height: 20px;
    float: left;
    margin: 10px 0 0 10px;
    border-bottom: 1px solid gray;
    font-size: 18pt;
    color: #007721;
    padding: 0 0 0 10px;
}
.buyBtn {
    width: 170px;
    height: 24px;
    float: left;
    background: url("images/BarHatBg.jpg");
    background-repeat: repeat-x;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
    font-size: 16pt;
    margin: 10px 0 0 20px;
    padding: 4px 0 0 0;
}
.buyBtn a {
    text-decoration: none;
    color: #007721;
    font-weight: bold;
}
.buyBtn:hover {
    border: 1px solid #007721;
    background: url("images/BarHatBg 1.jpg");
}
.saleRow {
    position: absolute;
    top: 0px;
    left: 0px;
}
.fullItemName {
    width: 970px;
    float: left;
    margin: 10px 0 0 0;
    font-size: 22px;
    color: #191919;
}
.fullItemId {
    width: 950px;
    height: 25px;
    float: left;
    color: #acacac;
    font-size: 16pt;
    margin: 10px 0 0 0;
}
.fullItemPhoto {
    width: 340px;
    height: 340px;
    float: left;
    border: 1px solid #cdcdcd;
    margin: 10px 0 0 20px;
}
.buyDiv {
    width: 260px;
    height: 330px;
    float: left;
    margin: 20px 0 0 10px;
}
.infoDiv {
    width: 350px;
    height: 360px;
    float: left;
    margin: 20px 0 0 10px;

}
.infoDiv p {
    font-size: 16pt;
    font-weight: bold;
}
.infoTable {
    width: 100%;
    max-width: 600px;
    margin: 10px 0 0 0;
    font-size: 10pt;

}
.tableLine1 {
    background: #dcdcdc;
}
.tableLine2 {
    background: white;
}
.colBold {

}
.pidInfo {
    width: 330px;
    height: 20px;
    border-bottom: 1px solid gray;
    padding: 0 0 5px 20px;
    margin: 6px 0 0 0;
    font-size: 12pt;
}
.brandLogo {
    width: 330px;
    height: 90px;
    text-align: center;
    margin: 10px 0 0 10px;
}
.grayLine {
    width: 100%;
    border-bottom: 1px solid gray;
    margin: 10px 0 10px 0;
    float: left;
}
.buyDiv p {
    font-size: 16pt;
    font-weight: bold;
}
.buyDiv span {
    font-size: 12pt;
}
.grayLineWithH {
    width: 970px;
    margin: 20px 0  20px 0;
    border-top: 1px solid gray;
    float: left;
    padding: 20px 0 0 30px;
    font-size: 24pt;
    font-weight: bold;
}
/* rotator items
-----------------------------------------------------------------------------*/
.rotatorItems {
    width: 1170px;
    height: 260px;
    float: left;
    margin: 10px 0 10px 0;
}
.roItem {
    height: 246px;
    border: 1px solid #cdcdcd;
    background: white;
    margin: 6px 7px 0 7px;
    display: inline-block;
    -webkit-box-shadow: 0px 10px 12px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 12px -3px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 12px -3px rgba(0,0,0,0.75);
}
.roItemsIn {
    width: 892px;
    height: 260px;
    float: left;
}
.rowBtn {
    width: 47px;
    height: 150px;
    float: left;
    padding: 110px 0 0 7px;
}
.rowBtn:hover {
    background: #dcdcdc;
}
.roItemPhoto {
    width: 140px;
    height: 140px;
    margin: 10px 0 0 10px;
}
.roItemName {
    width: 140px;
    height: 40px;
    margin: 10px 0 0 10px;
}
.roItemName a {
    font-size: 11pt ;
    color: black;
    text-decoration: none;
}
.roItemName a:hover {
    text-decoration: underline;
}
.buyBtnMini {
    width: 60px;
    height: 24px;
    background: url("images/BarHatBg.jpg");
    background-repeat: repeat-x;
    border: 1px solid gray;
    border-radius: 5px;
    text-align: center;
    font-size: 10pt;
    margin: 7px 0 0 10px;
    padding: 4px 0 0 0;
    float: left;
}
.buyBtnMini a {
    text-decoration: none;
    color: #007721;
    font-weight: bold;
}
.buyBtnMini:hover {
    border: 1px solid #007721;
    background: url("images/BarHatBg 1.jpg");
}
.roItemPrice {
    width: 72px;
    height: 20px;
    margin: 20px 0 0 7px;
    float: right;
    color: #c81624;
    font-size: 12pt;
    font-weight: bold;
    text-align: right;
}
.roItemPrice span {
    font-size: 8pt;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	position: relative;
}

.barHat {
    height: 26px;
    width: 350px;
    float: left;
    background-image: url("images/BarHatBg.jpg");
    background-repeat: repeat-x;
    border-top: 1px solid gray;
    color: #c81624;
    font-weight: bold;
    font-size: 14pt;
    padding: 4px 0 0 20px;
}
.saleItem {
    width: 100%;
    height: 90px;
    float: left;
    border-bottom: 1px solid gray;
    padding: 10px 0 0 10px;
}
.saleName {
    width: 190px;
    height: 38px;
    float: left;
    overflow: hidden;
}
.saleName a {
    text-decoration: none;
    color: black;
}
.saleName a:hover {
    text-decoration: underline;
}
.salePhoto {
    width: 80px;
    height: 80px;
    float: right;
    background: white;
    margin: 0 10px 0 0;
    -webkit-box-shadow: 0px -1px 11px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -1px 11px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -1px 11px 0px rgba(50, 50, 50, 0.75);
}
.salePrice {
    width: 120px;
    height: 26px;
    float: left;
    color: #c81624;
    font-size: 24pt;
    font-weight: bold;
    padding: 4px 0 0 0;
    margin: 10px 0 0 0 ;
}
.salePrice span {
    font-weight: normal;
    font-size: 18pt;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 222px;
	background: white;
}
.footerBg {
    width: 100%;
    height: 190px;
    background-image: url("images/footerBg.png");
    background-repeat: repeat-x;
}
.footerIn {
    height: 180px;
    width: 1170px;
    margin: 0 auto;
    padding:10px 0 0 0;
    text-align: center;
}
.siteMenu {
    height: 26px;
    text-align: center;

}
.siteMenu li {
    list-style: none;
    display: inline-table;
    margin: 3px 20px 0 20px;
}
.siteMenu a{
    color: #191919;
    font-size: 11pt;
}
.siteMenu a:hover {
    text-decoration: none;
}
.siteMenu2 {
    width: 1170px;
    height: 26px;
    margin: 10px 0 0 0;
    text-align: center;

}
.siteMenu2 li {
    list-style: none;
    display: inline-table;
    margin: 3px 15px 0 15px;
    font-weight: bold;
}
.siteMenu2 a{
    color: #057521;
    font-size: 12pt;
    text-decoration: none;
}
.siteMenu2 a:hover {
    text-decoration: underline;
}
.footerLogo {
    width: 270px;
    height: 70px;
    margin: 6px auto;
}
.sortFiltr {
    text-align: right;
}
.sortUl {
    display: inline-block;
}
.sortUl li{
    list-style: none;
    display: inline-block;
    margin: 0px 5px 0px 5px;
}
.activeSort {
    color: #000000;
    font-weight: bold;
}
.passiveSort {
    color: grey;
}
.askDesk {
    cursor: pointer;
}