﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #333333;
    background-color: #E6E7E8;
    background-image: url('images/pattern.gif');
}

.main
{
    position: relative;
    display: block;
    width: 1000px;
    left: 50%;
    margin-left: -500px; /*background-color: rgba(52,57,63,0);*/
    background-color: #ffffff;
    float: left;
    padding: 20px;
    padding-bottom: 50px;
}

.riga 
{
    position: relative;
    width: 1040px;
    height: 1px;
    left: -20px;
    border: 0;
    background-color: #c0c0c0;
    margin-top: 20px;
}

ul.menu 
{
    position: relative;
    margin-left: -30px;
    list-style: none;
}

ul.menu li 
{
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 20px;
}

ul.menu li a 
{
    position: relative;
    display: block;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 14px;
    color: #333333;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -12px;
    padding-right: 20px;
    border-right: solid 1px #c0c0c0;
    text-decoration: none;
}

ul.menu li a:hover 
{
    padding-top: 20px;
    padding-bottom: 0px;
}

.languages 
{
    position: relative;
    float: right;
    display: inline-block;
}

.languages a 
{
    position: relative;
    float: right;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 10px;
    margin-left: 10px;
    text-decoration: none;
    color: #333333;
}

.languages a:hover 
{
    font-weight: bold;
}

.content 
{
    position: relative;
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left:-20px;
}

.home,
.products
{
    position: relative;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.home h2,
.products h2 
{
    position: relative;
    float: left;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 24px;
    left: 30px;
    color: #000000;
    font-weight: normal;
}

.home p,
.products p
{
    position: relative;
    float: left;
    left: 30px;
    color: #000000;
}

.footer 
{
    position: relative;
    float: left;
    height: 80px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left:-20px;
    top: 50px;
    background-color: #696969;
}

.admin-add 
{
    position: relative;
    float: left;
    display: block;
    width: 24px;
    height: 24px;
    background-image: url('images/admin-add.png');
    background-position: center center;
    background-repeat: no-repeat;
}

.productsbody 
{
    position: relative;
    float: left;
    width: 100%;
}

.productsbody .left 
{
    position: relative;
    float: left;
    width: 740px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -7px;
    border-right: solid 1px #c0c0c0;
}

.productsbody .right 
{
    position: relative;
    float: right;
    width: 180px;
    margin-top: -7px;
}

.productsbody .right h3
{
    position: relative;
    float: left;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-left: -20px;
}

.productsbody .right h3.productscategories-menu-body-item-folder
{
    position: relative;
    float: left;
    clear: left;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-left: -40px;
    margin-bottom: 0;
    cursor: pointer;
}

.productsbody .right h3.productscategories-menu-body-item-folder:hover 
{
    color: #c0c0c0;
}

.productsbody .right h3.productscategories-menu-body-item-child 
{
    position: relative;
    float: left;
    clear: left;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-left: -30px;
    margin-bottom: 0;
    cursor: pointer;
}

.productsbody .right h3.productscategories-menu-body-item-child:hover
{
    color: #c0c0c0;
}

.productscategories-menu-body-item-delete 
{
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url('images/admin-delete.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 5px;
}

.productscategories-menu-body-item-edit 
{
    position: relative;
    float: left;
    width: 24px;
    height: 24px;
    background-image: url('images/admin-edit.png');
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 20px;
    margin-top: 5px;
}

.productscategories-menu-body-item-child.selected 
{
    color: Red !important;
}

.breadbrumbs 
{
    position: relative;
    float: left;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    margin-top: 10px;
    margin-left: 10px;
}

.productbox 
{
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    margin-top: 10px;
    border-bottom: solid 1px #999999;
}

.productbox .image 
{
    position: absolute;
    width: 160px;
    height: 160px;
    left: 10px;
    top: 10px;
}

.productbox .producttitle 
{
    position: absolute;
    top: 10px;
    left: 200px;
    font-family: Arial;
    font-size: 18px;
    color: #333333;
    
}

.productbox p 
{
    position: absolute;
    top: 40px;
    left: 200px;
}

.productbox .delbutton 
{
    position: absolute;
    bottom: 30px;
    left: 200px;
}

.productbox .editbutton 
{
    position: absolute;
    bottom: 30px;
    left: 280px;
}

#photobox 
{
    padding: 10px;
}

#photobox .imagebox 
{
    position: relative;
    float: left;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

#photobox .imagebox.default
{
    background-color: #336699;
}

#photobox .imagebox:hover 
{
    box-shadow: 0px 0px 15px #336699;
}

.detailgroup
{
    position: relative;
    float: left;
    width: 600px;
    padding: 10px;
    background-color: #EEEEEE;
}

.detailgroup h3 
{
    position: relative;
    float: left;
    width: 590px;
    height: 20px;
    background-color: #c0c0c0;
    margin: 0;
    padding: 5px 5px 0 5px;
    color: #ffffff;
}

.detailgroup .detailrow 
{
    position: relative;
    float: left;
    width: 600px;
    margin-top: 5px;
}

.detailgroup .detailrow .title
{
    position: relative;
    float: left;
    width: 180px;
    background-color: #999999;
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
}

.detailgroup .detailrow .value
{
    position: relative;
    float: left;
    width: 350px;
    background-color: #ffffff;
    padding: 10px 0 10px 10px;

    font-weight: bold;
    margin-left: 5px;
}

.detailgroup .detailrow .buttondelete
{
    position: relative;
    float: right;
    width: 24px;
    height: 24px;
    background-image: url('images/admin-delete.png');
    background-position: center center;
    background-repeat: no-repeat;
    top: 5px;
    right: 5px;
}

.productdetail 
{
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.productdetail .product 
{
    position: relative;
    float: left;
    width: 100%;
}

.productdetail .product h2 
{
    position: relative;
    float: left;
    margin: 30px 0 10px 10px;
    left: 0;
    display: inline-block;
}

.productdetail .product .closedetail
{
    position: relative;
    float: left;
    padding: 5px;
    color: #999999;
    font-weight: bold;
    font-size: 14px;
    margin-top: 33px;
    text-decoration: none;
}

.productdetail .product p
{
    position: relative;
    float: left;
    margin: 10px 0 10px 10px;
    left: 0;
    text-align: justify;
}

.productdetail .product .details 
{
    position: relative; 
    float: left;
    width: 100%;
}


.productdetail .product .details .detailbox
{
    position: relative; 
    float: left;
    width: 730px;
    margin-left: 10px;
    border-bottom: solid 4px #B9C9FE;
    background-color: #B9C9FE;
    margin-bottom: 10px;
    border-radius: 10px;
}

.productdetail .product .details .detailbox .title
{
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
    color: #006699;
    font-weight: bold;
    padding: 10px 0 10px 5px;
    font-size: 14px;
    border-bottom: solid 1px #ffffff;
}

.productdetail .product .details .detailbox .detailrow
{
    position: relative;
    float: left;
    width: 100%;
    border-bottom: solid 1px #ffffff;
    background-color: #E8EDFF;
}

.productdetail .product .details .detailbox .detailrow .desc
{
    position: relative;
    float: left;
    width: 150px;
    background-color: #D3DDFE;
    padding: 5px;
    font-weight: bold;
    color: #333333;
}

.productdetail .product .details .detailbox .detailrow .value
{
    position: relative;
    float: left;
    width: 200px;
    padding: 5px;
    font-weight: bold;
    color: #333333;
}

.productdetail .product .images 
{
    position: relative; 
    float: left;
    width: 100%;
    padding: 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.productdetail .product .images a
{
    position: relative; 
    float: left;
    margin: 5px;
    padding: 5px;
    box-shadow: 0px 0px 15px #c0c0c0;
}

.productdetail .product .images a:hover
{
    background-color: #D3DDFE;
}

#categoryimage 
{
    position: relative;
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    width: 720px;
    height: 200px;
    overflow: hidden;
}

#categorydescr 
{
    position: relative;
    float: left;
    text-align: justify;
    margin-top: 20px;
    margin-left: -20px;
    width: 720px;
}

.home 
{
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 12px;
    position: relative;
    float: left;
    width: 960px;
    padding: 20px;
    text-align: center;
}

.home .image1 
{
    position: relative;
    float: left;
    width: 100%;
    height: 305px;
    background-image: url('images/about1.jpg');
}

.home p 
{
    position: relative;
    float: left;
    width: 1000px;
    text-align: justify;
    margin-left: -30px;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 12px;
    margin-top: 20px;
}

.contact 
{
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 12px;
    position: relative;
    float: left;
    width: 960px;
    padding: 20px;
    text-align: center;
}

.contact .image
{
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
    background-color: #99CCFF;
    margin-bottom: 20px;
}

.contact span 
{
    font-size: 18px;
    font-weight: bold;
}

.contact h3
{
    font-size: 24px;
    color: #336699;
}

.contact a
{
    font-size: 18px;
    color: #336699;
}

.gallery 
{
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 12px;
    position: relative;
    float: left;
    width: 960px;
    padding: 20px;    
}

.gallery h3 
{
    font-size: 18px;
    margin-left: 10px;
}

.gallery .admin-add 
{
    margin-top: -50px;
}

.photo-box 
{
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px #808080;
}

.photo-box:hover
{
    box-shadow: 0px 0px 10px #333333;
}

.photo-box img 
{
    width: 100px;
    height: 100px;
}

.footer ul.menu 
{
    position: relative;
    margin-left: -30px;
    list-style: none;
    margin-top: 35px;
}

.footer ul.menu li 
{
    position: relative;
    float: left;
    display: inline-block;
    margin-left: 20px;
}

.footer ul.menu li a 
{
    position: relative;
    display: block;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 12px;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -12px;
    padding-right: 20px;
    text-decoration: none;
    border: none !important;
}

.footer img.facebook 
{
    position: relative;
    float: right;
    margin-right: 20px;
    margin-top: -25px;
}

.footer a.facebook 
{
    position: relative;
    float: right;
    font-family: Georgia, Geneva, "Times New Roman", times;
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
    margin-right: 10px;
    margin-top: -3px;
}