﻿#tblProductView 
{
    margin:0 auto;
    width:700px;
    border:0px solid silver;
    
}

img.smallPhoto
{
    width:75px;
    height:75px;
    margin:12px;
    cursor: pointer;
    display:none;
}

img.bigPhoto
{
    width:350px;
    height:350px;
    display:none;
    cursor:pointer;
}

div.price 
{
    color: #FD852D;
    font-size: 24px;
    font-weight: bold;
    margin-right:0px;
    padding: 0 0 15px 0;
}

div.QuantityPicker
{
    width :150px;
    margin-right:0px;
    padding: 0 0 15px 0;
}
div.QuantityPicker > input[type="button"]
{
    cursor:pointer;
}

.AddToComparison
{
    margin-right:0px;
    cursor:pointer;
}
.GotoRaitingTab
{
    margin-right:0;
    color:blue;
    cursor:pointer;
    text-decoration:underline;
}

.cart-btn-mid {
    background: url("../../../Content/Widget/ProductList/buttons-all.png") no-repeat left 0;
    width: 151px;
    text-indent: -999em;
    overflow: hidden;
    height: 40px;
    border: none;
    cursor:pointer;
}

.addcart-mid { background-position: left -84px;}
.addcart-mid:hover { background-position: -175px -84px;}
.addcart-mid:active { background-position: -350px -84px;}

.preorder-mid { background-position: left -124px; }
.preorder-mid:hover { background-position: -175px -124px; }
.preorder-mid:active { background-position: -350px -124px; }

.invoice-mid {  background-position: left -164px;}
.invoice-mid:hover {  background-position: -175px -164px;}
.invoice-mid:active {  background-position: -350px -164px;}
    
.cart-btn-big 
{
    
    background: url("../../../Content/Widget/ProductList/buttons-all.png") no-repeat left -203px;
    height: 48px;
    width: 176px;
    
    text-indent: -999em;
    overflow: hidden;
    
    border: none;
    cursor:pointer;
    
    
}

.addcart-big { background-position: left -203px;}
.addcart-big:hover { background-position: -175px -203px;}
.addcart-big:active { background-position: -350px -203px;}


#product-tabs1 .ui-tabs-nav { 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px; 
} 
#product-tabs1 .ui-tabs-panel { 
    margin: 0em 0.2em 0.2em 0.2em; 
}

#product-tabs { 
    padding: 0px; 
    background: none; 
    border-width: 0px; 
} 
#product-tabs .ui-tabs-nav { 
    padding-left: 0px; 
    background: transparent; 
    border-width: 0px 0px 1px 0px; 
    -moz-border-radius: 0px; 
    -webkit-border-radius: 0px; 
    border-radius: 0px;
} 

#product-tabs .ui-tabs-panel { 
    border-width: 0px 1px 1px 1px; 
}

#product-tabs .ui-tabs-nav { 
    height: 2.35em; 
    text-align: center; 
} 
#product-tabs .ui-tabs-nav li { 
    display: inline-block; 
    float: none; 
    top: 0px; 
    color:Red; 
}

#product-tabs .ui-tabs-nav li { 
    margin-top: 0.6em; 
    font-size: 80%; 
} 
#product-tabs .ui-tabs-nav li.ui-tabs-selected, 
#product-tabs .ui-tabs-nav li.ui-state-active { 
    margin-top: 0em; 
    font-size: 100%; 
}

.attribute-set .group {
    margin:0 0 5px 10px;
    color: #E26703;
    font-size: 16px;
}
.product-name {
    color: #005BDB;
}

/* Camera */
/*
.gallery-container {
    position: relative;
    height: 370px;
}

.gallery-container .camera_pag {
    position: absolute;
    top: 340px;
    left: 0;
}

.camera_wrap {
    cursor: pointer;
}

.gallery-full-container {
    display: none;
    z-index: 100002;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
*/
    /*position: absolute;*/
    /*width: 800px;*/
    /*height: 100%;*/
    /*top: 15%;*/
    /*left: 25%;*/
}
/*
#camera-full {
    bottom: 0;
    height: 100%;
    left: 0;
    margin-bottom: 0!important;
    position: fixed;
    right: 0;
    top: 0;
}
#back_to_camera {
    background: rgba(255,255,255,.9);
    clear: both;
    height: 40px;
    line-height: 40px;
    padding: 20px;
    position: relative;
    z-index: 1;
    display: none;
}
.camera_bar {
    z-index: 2;
}
.camera_thumbs {
    margin-top: -100px;
    position: relative;
    z-index: 1;
}
.camera_thumbs_cont {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.camera_overlayer {
    opacity: .1;
}


.slider {
    position: relative;
}

.camera_close span {
    display: block;
    width: 38px;
    height: 40px;
    text-indent: -999em;
    overflow: hidden;
    background: url("http://www.shop.philips.ru/skin/frontend/enterprise/aristos/images/buttons/close-button.png") no-repeat left top;
    opacity: 0.7;
}

.camera_close:hover span {
    background: url("http://www.shop.philips.ru/skin/frontend/enterprise/aristos/images/buttons/close-button.png") no-repeat left bottom;
    opacity: 1;
}
*/