@CHARSET "UTF-8";

/**
 * @author Roman ЯR Yarovoy <roman@yar-webdev.ru>, 2010
 */
 
body {
    background: #FFC183 url(../images/bg.gif) top left repeat;
    margin: 0;
    padding: 6px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #474543;
    margin: 0;
    padding: 0;
    }
    
ul, ol {
    padding: 0;
    margin: 10px 0 10px 30px;
    }

    li {
        margin: 0;
        padding: 0;
        }

td, th {
    text-align: left;
    vertical-align: top;
    }

a {
    text-decoration: underline;
    color: #0B99EF;
    }
    
    a:hover {
        color: #4BB1EF;
        }
        
    a:active {
        /* TODO: ! */
       }
        
    a:visited {
        /* TODO: ! */
       }
    
    a img {
        border: 0;
       }
       
table th {
    text-align: left;
    }
       
ul.menu {
    margin: 0;
    padding: 0;
    }
    
    ul.menu li {
        list-style-type: none;
        }
    
    ul.menu ul {
        margin: 0;
        padding: 0 0 0 0.7em;
        }
        
.clear {
    clear: both;
    }
    
.empty {
    color: #999999;
    }
    
.note {
    font-size: 80%;
    }
    
.hide {
    display: none;
    }
    
/* backgound colors */
.bgc0 {background-color: #36d9be}
.bgc1 {background-color: #ff667f}
.bgc2 {background-color: #C5C705}
.bgc4 {background-color: #a3d936}
.bgc3 {background-color: #9966ff}
/*.bgc2 {background-color: #33ccff}*/
    
/* backgound colors */
.c0, .c0 > a {color: #36d9be}
.c1, .c1 > a {color: #ff667f}
.c2, .c2 > a {color: #C5C705}
.c4, .c4 > a {color: #a3d936}
.c3, .c3 > a {color: #9966ff}
/*.c2, .c2 > a {color: #33ccff}*/
    

/* Pages navigation. */
.pagesNav {
        margin: 10px 0 10px 0;
        font-size: 115%;
        line-height: 170%;
        }
        
        .pagesNav a, .pagesNav span {
            padding: 2px 6px;
            }
        
            .pagesNav .pages .selected,
            .pagesNav .pages span {
                text-decoration: none;
                background: #EEE;
                }
                
    .pagesNav .arrsNav {
        word-spacing: 0.8em;
        }
                
        .pagesNav .arrsNav a, .pagesNav .arrsNav span {
            text-decoration: none;
            white-space: nowrap;
            word-spacing: normal;
            padding: 0;
            }
            
            .pagesNav .arrsNav a i {
                text-decoration: none;
                color: #474543;
                font-style: normal;
                }

/* Меню сортировки товаров */
.sortMenu {
    font-style: italic;
    word-spacing: 0.8em;
    margin: 1em 0 2em 0;
    }

    .sortMenu .item {
        word-spacing: normal;
        padding: 0.2em 0.4em;
        }
    
    .sortMenu .selected {
        background: #EEEEEE;
        }
                
    
#header, #body, #footer {
    width: 90%;
    max-width: 1200px;
    min-width: 920px;
    margin: auto;
    position: relative;
    clear: both;
    }



/* #header */
#header {
    height: 120px;
    }
    
    #header * {
        margin: 0;
        }
    
    #logo {
        position: absolute;
        top: 31px;
        left: 25px;
       }
       
        #logo b {
            display: none;
            }
            
        #logo a {
            display: block;
            text-decoration: none;
            }
            
/* #basket */
#basket {
    /*background: #FAFF71;*/
    width: 246px;
    height: 100px;
    padding: 23px;
    position: absolute;
    right: 7px;
    top: 52px;
    z-index: 5;
    color: #616161;
    background: url(../images/basket-bg.png) 0 2px no-repeat;
    /* -moz-box-shadow: 0 2px 15px #666;
    -webkit-box-shadow: 0 2px 15px #666;
    box-shadow: 0 2px 15px #666;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; */
    
    }
    
    #basket a {
        color: #616161;
       }
    
        #basket a:hover {
            color: #0B99EF;
           }
    
    #basketSummary {
        padding: 18px 10px 18px 65px;
        background: #FAFF71;
        /*background: url(../images/basket.png) 8px 0 no-repeat;*/
        }
           
        #basketSummary .baskImg {
            color: #616161;
            position: absolute;
            display: block;
            width: 48px;
            height: 48px;
            margin: -36px 0 0 -54px;
            *margin: -20px 0 0 -70px;
            background: url(../images/basket.png) 0 0 no-repeat;
           }


/* #contacts */
#contacts {
    width: 260px;
    height: 102px;
    position: absolute;
    right: 286px;
    top: 33px;
    text-align: right;
    font-size: 15px;
    z-index: 30;
    }
    
    #contacts .wrapper {
        position: absolute;
        bottom: 10px;
        right: 15px;
        }


/* #body */
#body {
    z-index: 10;
    padding: 20px 0;
    /*background: #FFF;
    -moz-box-shadow: 0 2px 15px #666;
    -webkit-box-shadow: 0 2px 15px #666;
    box-shadow: 0 2px 15px #666;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;*/
    }
    
    #body h1, #body h2, #body h3 {
        /* TODO: ! */
    }
    
    #bodyWrapper {
        padding: 20px;
        background: #FFF;
        }
       
    #topMenu {
       margin: 0 5px;
       }
       
       #topMenu li {
            display: inline;
            padding: 0 5px 0 8px;
            background: url(../images/l.gif) 0 center no-repeat;
            }
       
           #topMenu .first {
                padding-left: 0;
                background: none;
                }
           
            #topMenu a {
                color: #616161;
                padding: 0.2em 0.4em;
                }
                
            #topMenu a:hover {
                color: #0B99EF;
                }
                
            #topMenu .selected a, #topMenu span {
                text-decoration: none;
                background: #EEE;
                padding: 0.2em 0.4em;
                }
                
                #topMenu .selected a:hover {
                    text-decoration: underline;
                    }

    #quickSearch {
        position: absolute;
        right: 33px;
        top: 36px
        }
        
        #quickSearch input {
            width: 15em;
            }

/* #sidebar */
#sidebar {
    width: 180px;
    float: left;
    }


/* #catalogMenu */
#catalogMenu {
    margin: 45px 0 0 0;
    }
    
    #catalogMenu .foldable {
        cursor: pointer;
        //cursor: hand;
        }
            
    #catalogMenu li {
        margin: .5em 0 0 0;
        }
            
        #catalogMenu li ul {
            padding-left: .3em;
            }
            
        #catalogMenu ul li {
            margin-top: 0.2em;
            padding: .2em 0 .2em .4em;
            }
            
        #catalogMenu ul .selected {
            background: #EEE;
            }
            
            #catalogMenu .selected .foldable {
                    display: block;
                    }
            
            #catalogMenu ul .selected a
            ,#catalogMenu ul .selected span {
                display: block;
                }
            
            #catalogMenu .selected h2
            ,#catalogMenu .selected h2 a
            ,#catalogMenu .selected h2 a:hover {
                color: #fff;
                }
            
    #catalogMenu h2 {
        /*color: #ff6d00;*/
        font-size: 110%;
        margin: .6em 0 0 0;
        padding: .1em .3em .1em .6em;
        }
            
    #catalogMenu h2 a {
        /*color: #ff6d00;*/
        }
            
        #catalogMenu h2 a:hover {
            color: #4BB1EF;
            }

            #catalogMenu .selected div
            ,#catalogMenu .selected div a
            ,#catalogMenu .selected div a:hover {
                color: #fff;
                }

	#catalogMenu div {
        /*color: #ff6d00;*/
        font-size: 110%;
        margin: .6em 0 0 0;
        padding: .1em .3em .1em .6em;
		font-weight: bold;
        }
            
    #catalogMenu div a {
        /*color: #ff6d00;*/
        }
            
        #catalogMenu div a:hover {
            color: #4BB1EF;
            }


/* #content */
#content {
    margin: 40px 0 0 205px;
    font-size: 96%;
    }
    
    #content li {
        margin: 0 0 0.3em 0;
        }
    
/* #page */
#page,
#article {
    line-height: 150%;
    }

/* #catalog */
#catalog {
    text-align: left;
    }
    
    #catalog .product, #catalog .end {
        width: 240px;
        margin: 25px 25px 30px 25px;
        text-align: left;
        display: -moz-inline-box;
        display: inline-block;
        vertical-align: top;
        zoom: 1;
        *display: inline; /* IE FIX */
       }
    
    #catalog .end {
        margin: 0 20px 0 0;
        }
    
        #catalog .product h2 {
            color: #397eff;
            font-size: 100%;
            font-weight: normal;
            margin: 12px 0 5px 0;
            }
    
        #catalog .product p {
            color: #397eff;
            font-size: 100%;
            font-weight: normal;
            margin: 12px 0 5px 0;
            }

        #catalog .product .photo {
            height: 280px;
            position: relative;
            }
    
            #catalog .product .photo a {
                position: absolute;
                bottom: 0;
                }
    
        #catalog .product .description {
            font-size: 95%;
            }
    
            #catalog .product .description p {
                margin: 5px 0;
                }
    
        #catalog .product .price b {
            font-weight: bold;
            font-size: 120%;
            }
            
        #catalog .product .buy {
            color: #ff6d00;
            }
    
        #catalog .product .actions {
            display: none;
            }
       
    #catalog .under {
        display: -moz-inline-box;
        display: inline-block;
        width: 100%;
        }
        
/* #product */
    #product .info {
        float: right;
        width: 30%;
        position: relative;
        }
        
        #product .info .price {
            background: #EEE;
            padding: 5px 15px;
            }
        
            #product .info .price strong {
                font-size: 130%;
                }
        
            #product .info .buy {
                font-weight: bold;
                color: #FF6D00;
                font-size: 120%;
                }
        
        #product .info .description {
            margin: 15px;
            }
        
    #product .photos {
        margin-right: 31%;
        }
        #product .photo {
            margin: 15px 0 10px 0;
            }
        #product .images .photo {
            display: none;
            cursor: pointer;
            //cursor: hand;
            }
            #product .images .photo.active {
                display: block;
                }
            #product .photo .name {
                margin: 10px 0 5px 0;
                font-style: italic;
                }
            #product .photo .description {
                margin: 10px 0 5px 0;
                }
        
        #product .thumbnail {
            display: inline-block;
            padding: 6px;
            margin: 6px;
            border: 1px solid #EEE;
            opacity: 0.6;
            cursor: pointer;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            //cursor: hand;
            //filter:alpha(opacity=60);
            //display: inline;
            zoom: 1;
            }
            #product .thumbnail.active {
                opacity: 1;
                border-color: #CCC;
                cursor: default;
                //filter:alpha(opacity=100);
                }
            #product .thumbnail:hover {
                opacity: 1;
                border-color: #CCC;
                //filter:alpha(opacity=100);
                }
            #product .thumbnail .image {
                display: inline;
                }
     
     
        
/* #basketTable */
#basketTable {
    width: 95%;
    line-height: 1.3em;
    }
    
    #basketTable td {
        vertical-align: top;
        text-align: left;
        padding-bottom: 1em;
        }
    
    #basketTable .photo {
        width: 100px;
        }
    
    #basketTable .amount {
        width: 7em;
        white-space: nowrap;
        }
    
        #basketTable .amount input {
            width: 3em;
            height: 1em;
            vertical-align: inherit;
            }
    
    #basketTable .price {
        width: 12%;
        text-align: right;
        white-space: nowrap;
        }
    
    #basketTable .remove a {
        color: #ff0000;
        margin-left: 20%;
        }
    
        #basketTable .remove a:hover {
            color: #ff4c4c;
            }
    
    #basketTable .totalPrice {
        text-align: right;
        padding-bottom: 10px;
        }
    
        #basketTable .totalPrice hr {
            padding: 0;
            margin: 10px 0;
            height: 1px;
            background: none;
            border: none;
            border-top: 1px solid #666;
            }

    #basketTable .note textarea {
        width: 100%;
        height: 4em;
        }
        
/* #basketForm */
#basketForm .actions {
    margin: 20px 0 0 0;
    }
    
/* Search */
#searchForm td {
    vertical-align: middle;
    }

/* #footer */
#footer {
    font-size: 12px;
    }
    
    #footer .wrapper {
        padding: 0 22px 10px 22px;
        }

#copyright {
    text-align: right;
    margin: 0;
    }    

/* web-developer */
#yar_webdev {
    margin: 2em 0 1em 0;
    color: #333;
    text-align: center;
    }

    #yar_webdev a {
        text-decoration: none;
        color: #333;
        }
    
        #yar_webdev a b {
            text-decoration: underline;
            font-weight: normal;
            color: #0B99EF;
            }
        
            #yar_webdev a:hover b {
                color: #4BB1EF;
                }



/* #buttons - кнопки партнеров внизу сайта */                
#buttons {
    text-align: center;
    font-size: 70%;
    }

.n_content {
	padding-top: 15px;
	padding-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.n_content p {
	text-align: justify;
	text-indent: 1.8em;
}

#netpeak {
    margin: 2em 0 1em 0;
    color: #333;
    text-align: center;
}
/* Reformal fix */
.furjbqy
{
    z-index: 15 !important;
}
