﻿




#div-borshor {
    background-position: 10px -10px;
    float: right;
    width: 500px;
    height: 500px;
    background-image: url('../images/borshor.jpg');
    background-repeat: no-repeat;
    text-align:center;

    
}

@-webkit-keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); }
}

@keyframes scaleUp {
	0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); }
	100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); }
}

#div-borshor img {
    width: 400px;
    margin-top: 38px;
    margin-left:15px;
    height:400px;
    -webkit-animation: scaleUp 350ms ease-in-out both;
	animation: scaleUp 350ms ease-in-out both;
}

#div-descr {
    overflow: hidden;
    background-position: right bottom;
    float: left;
    width: 650px;
    height: 500px;
    background-color: #fff;
    background-image: url('../images/road.jpg');
    background-repeat: no-repeat;
}

#div-descr h3 {
    direction: ltr;
    text-align: left;
    font-family: Tahoma;
    font-size: 20px;
    color: #2359bd;
}

#div-descr h2 {
    position:absolute;
    margin-top:-33px;

}
#div-descr div {
    line-height: 25px;
    height: 400px;
    overflow: hidden;
}

#div-3d img
{
    height: auto;
    width: 100%;
    margin-right:auto;
    margin-left:auto;
}

#div-3d {
    width: 100%;
    min-height:400px;
    text-align: center;
    margin-bottom: 15px;
    margin-right:auto;
    margin-left:auto;
   background-position: center center; 
   background-image: url('images/formloader.gif'); 
   background-repeat: no-repeat;"
}

.degreepic{
    background-image: url('../images/360dg.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 120px;
    height: 80px;
    display: block;
    background-size: contain;
    position: absolute;
    margin-top: 20px;
    margin-right: 15px;
    z-index: 150;
}

.nav3d {

    text-align:center;
    width:1150px;
    margin-right:auto;
    margin-left:auto;
    height:50px;
    padding-bottom:7px;
    margin-top:-70px;
    position:absolute;
    z-index:1000;
}

.nav3d a{
    display:inline-block;
    width:50px;
    height:50px;
    background-image: url('../images/Controls.png');
    background-repeat: no-repeat;
     -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
}

    .nav3d a:hover {

        opacity:0.8;
    }

#div-details p {
    margin-bottom: 2px;
    color: #2359bd;
    border: 1px solid #C0C0C0;
    padding-right: 10px;
    min-height: 30px;
    overflow:hidden;
    background-color: #C0C0C0;
    text-align: right;

      -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease;
}

#div-details p span {
    padding-right: 15px;
    display: block;
    width: 800px;
    min-height: 30px;
    float: left;
    text-align: right;
    background-color: #F0F0F0;
    color:black;
    opacity:0.9;
}

#div-details p:hover {
    background-color:#45c9f7;
}

#div-product-nav {

    position:fixed;
    left:-5px;
    z-index:10000;
    height:140px;
    width:140px;
}
#div-product-nav a {
    position:relative;
    display:block;
    width:140px;
    height:32px;
    text-align:right;
    text-decoration:none;
    border-radius:5px;
    border:solid 1px #2359bd;
    margin-top:8px;
    background-color:#e8e6e6;
    left:-90px;
    font-size:12px;
    padding-top:5px;
     -webkit-transition: all 0.5s ease;
              -moz-transition: all 0.5s ease;
              -ms-transition: all 0.5s ease;
              -o-transition: all 0.5s ease;
              transition: all 0.5s ease;
}

    #div-product-nav a span {
        display:block;
        width:45px;
        height:37px;
        float:right;
    
        margin-left:5px;
         border-radius:5px;
         margin-top:-5px;
         background-image:url('../images/refback.jpg');
         

    }
    #div-product-nav a:hover {
        /*margin-top:250px;*/
        background-color:#2359bd;
        color:white;
        left:5px;
       
    }

    /*-----------*/

.h3-caption {
    text-align: right;
    padding-right: 10px;
    background-color:#2359bd;
    color:#fff;
    border-radius:5px;

}

#div-gallery {
    width: 550px;
    height: 540px;
    float: right;
    direction: ltr;
}

#div-gallery img {
    width:550px;
    height:auto;
}

#div-color {
    width: 550px;
    height: 500px;
    float: left;
}

#cycle-2  div {
    margin:0px;
}

.div-color-nav {
    cursor:pointer;
}
.div-color-nav:hover {
    opacity:0.8;
}
/*--------------------------*/

.p-profile-mnu a{

            margin:10px;
            border:solid 1px #cbc8c8;
            padding-right:10px;
            padding-left:10px;
            color:white;
            border-radius:3px;
            margin-bottom:0px;
            background-color:#8e8a8a;
        }
        .p-profile-mnu a:hover {
            background-color:#dbd7d7;
         }
       .p-profile-mnu a:focus, .active {
            background-color: #054d8e!important;
         }

        .tabcontent {
            padding-top: 20px;
            padding-right: 20px;
            padding-left: 20px;
            display: none;
            min-height:700px;
            -webkit-animation: fadeEffect 1s;
            animation: fadeEffect 1s; /* Fading effect takes 1 second */
            border:solid 1px #cbc8c8;
            background-color:white;
            overflow:hidden;
           
        }

         .tabcontent img {
             max-width:400px;
             float:left;
             padding:3px;
             border:solid 1px #8e8a8a;
             margin:5px;
             border-radius:3px;
         }

         .tabcontent  p {
            margin-bottom: 2px;
            color: #2359bd;
            border: 1px solid #C0C0C0;
            padding-right: 10px;
            min-height: 30px;
            overflow:hidden;
            background-color: #C0C0C0;
            text-align: right;
       

             -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

        .tabcontent  p span {
            padding-right: 15px;
            display: block;
            width: 800px;
            min-height: 30px;
            float: left;
            text-align: right;
            background-color: #F0F0F0;
            color:black;
            opacity:0.9;
        }

        .tabcontent p:hover {
            background-color:#45c9f7;
        }

        @-webkit-keyframes fadeEffect {
            from {opacity: 0;}
            to {opacity: 1;}
        }

        @keyframes fadeEffect {
            from {opacity: 0;}
            to {opacity: 1;}
        }

        .a-buy {
            display: block;
            width: 150px;
            height: 30px;
            text-align: center;
            background-color: #0066FF;
            color: #FFFFFF;
            border-radius:3px;
            float:left;
            margin-left:40px;
            margin-top:20px;
        }
            .a-buy:hover {
                background-color: #052452;
            }

      
