body {
  font-family: Arial;
  font-size: 14px;
  margin:0;
}

a {
    color: #00549c;
}

a:hover {
    color: green;
}

.viewport {
    width:1000px;
    margin:0 auto;
}

.body {
    border:1px solid black;
}

header {
    height:60px;
    padding:20px;
}

header .logo {
    float:left;
    margin-top:10px;
}

header .contacts {
    float:right;
}

header .phones {
    font-size:30px;
}

.topMenu {
    background: black;
    height:30px;
}

.topMenu ul {
    list-style:none;
    margin:0;
    padding-left:40px;
}

.topMenu ul li {
    float:left;
}

.topMenu ul li a {
    display:block;
    height:30px;
    line-height:30px;
    color: white;
    text-decoration:none;
    padding:0 20px;
}

.topMenu ul li a:hover {
    background: #808080;
}

.columns .leftColumn {
    width:210px;
    float:left;
    padding:20px;
}

.columns .rightColumn {
    width:730px;
    float:right;
    padding:20px 20px 20px 0;
}

.catalog {
    margin-bottom:40px;
}

.catalog ul {
    list-style:none;
    padding:0;
    margin:0;
}

.catalog ul li a {
    display:block;
    padding:5px 0;
    text-decoration:none;
}

.catalog ul .act a {
    font-weight:bold;
}

.catalog ul li a:hover {
    background: #808080;
    color: white;
}

.lastNews ul{
    list-style:none;
    padding:0;
    margin:0;
}

.noTopMarg {
    margin-top:0;
}

.clear {
    clear:both;
    height:0;
    font-size:0;
}

.productList ul {
    list-style:none;
    padding:0;
    margin:0;
    overflow:hidden;
}

.productList ul li {
    width:200px;
    height:300px;
    float:left;
    border:1px dotted black;
    margin-right:20px;
    margin-bottom:20px;
}

.productList li .image {
    display:block;
    padding:10px 30px 0;
    width:140px;
    height:210px;
    background: white;
}

.productList li .title {
    display:block;
    padding:0 10px;
}

.productList li .cost {
    font-weight:bold;
    text-align: right;
    padding:10px;
}

footer {
    border-top:3px solid black;
    height:60px;
    padding:20px;
}

footer .logo {
    margin-top:20px;
    float:right;
    display:block;
}

.breadcrumbs {
    margin-bottom:20px;
}

.sortLine {
    margin-bottom:10px;
}

.sortLine .asc,
.sortLine .desc {
    font-weight:bold;
}

.subCategory a{
    color: #808080;
}


.paginator {
    padding:10px 0;
}

.paginator a {
    padding:5px 7px;
    text-decoration:none;
}

.paginator a.act {
    background: #808080;
    color: white;
}

.product .mainImage {
    border:1px solid black;
    float:left;
}

.product .gallery {
    overflow:hidden;
}

.product .gallery .info {
    margin-left:450px;
}

.product .cost {
    background: black;
    color: white;
    padding:10px;
    line-height:40px;
    font-size:18px;
}

.product .description {
    padding:20px 0;
}

.product .gallery .images a{
    display:block;
    text-align:center;
    width:80px;
    height:80px;
    padding:10px;
    border:1px solid #000;
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.exceptionBlock {
    text-align: center;
}
.exceptionBlock .code {
    font-size: 120px;
    font-weight: bold;
}