﻿div#bigleft 
{
    float:left;
    width:245px;
   margin-top:10px;
  
  }
div#bigleft img
{
   display:block; 
   margin:0 auto 20px auto;
   cursor:pointer;
  }

div#bigright 
{
    float:left;
    width:350px;
     margin-top:10px;
}
div#bigright div#tools ul
{
 list-style:none;
 margin:0;
 padding:0;   
}
div#bigright div#tools ul li
{
    height:30px;
    color:#167CBA;
 font-weight:bold;
 font-size:11px; 
}
div#bigright div#tools ul span
{
 float:left;
 width:142px;  
 color:#167CBA;
 font-weight:bold;
 font-size:11px; 
}
div#bigright div#tools ul strong em
{
 font-style:normal;  
 font-size:15px; 
}
div#bigright div#tools ul strong
{
    font-size:11px;
    color:Red;
}
div#bigright div#tools h2
{
    color:  #87B50A;
    text-decoration:underline;
    font-size:11px;
    margin-bottom:20px;
    }
    
div#bigopis 
{
    clear:both;
   
    font-size:10px;
    color:#6f6f6f;
    background-color:#F7FCFF;
    padding:5px;
   
    border:solid 1px #E0EDFF;
    color:#127FBA;
    margin-top:5px;    
}
div#bigopis a
{
color:#A7C50C;
}
.star-rating
{
    list-style: none;
    margin: 0px 0px 0px 0px;
     z-index:20;
    padding: 0px;
    width: 100px;
    height: 20px;
    position: relative;
    background: url( '../images/stars.png' ) top left repeat-x;
}
.star-rating li
{
    padding: 0px;
    margin: 0px; /*\*/
    float: left; /* */
}

.star-rating li a:link, .star-rating li a:visited
{
    display: block;
    width: 20px;
    height: 20px;
    text-decoration: none;
    text-indent: -9000px;
    z-index: 20;
    position: absolute;
    padding: 0px;
    border: none;
    outline: none;
}
.star-rating li a:hover
{
    background: url( '../images/stars.png' ) left center;
    z-index: 1;
    left: 0px;
}
.star-rating a.one-star
{
    left: 0px;
}
.star-rating a.one-star:hover
{
    width: 20px;
}
.star-rating a.two-stars
{
    left: 20px;
}
.star-rating a.two-stars:hover
{
    width: 40px;
}
.star-rating a.three-stars:hover
{
    width: 60px;
}
.star-rating a.three-stars
{
    left: 40px;
}
.star-rating a.four-stars
{
    left: 60px;
}
.star-rating a.four-stars:hover
{
    width: 80px;
}
.star-rating a.five-stars
{
    left: 80px;
}
.star-rating a.five-stars:hover
{
    width: 100px;
}

.star-rating li.current-rating
{
    background: url( '../images/stars.png' ) left bottom;
    position: absolute;
    height: 20px;
    display: block;
    text-indent: -9000px;
    z-index: 1;
}
#ocen
{
    clear: both;
    text-align: left;
    padding-top: 25px;
    padding: 0;
    margin-left:10px;
    color: #4A3F2B;
    z-index:20;
   margin-bottom:20px;
    margin-top:10px;
   
}
#ocen em
{
    padding: 0;
    margin: 0;
    font-size: 9px;
    padding-left: 2px;
   font-style:normal;
   color: #4A3F2B;
}

