 
.shop_content{ 
clear:both;
}


ul.shop_tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 0px; /*--Set height of tabs--*/
 
	width: 400px;  
	top:15px;
	left:0px;
	z-index:50;  
}

ul.shop_tabs li{

border-top-left-radius:10px;
	border-top-right-radius:10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-khtml-border-radius-topright: 10px;
	-khtml-border-radius-topleft: 10px;
	-webkit-border-radius-topright: 10px;
	-webkit-border-radius-topleft: 10px;
	border:0px solid #eee;
	padding: 3px 0;
	border-left:none;
	text-align:center;
	width:90px;
	display:block;
	height:18px;
	margin-bottom:3px;
	margin-right:2px;
	background-color:#FFFFFF;
		-moz-box-shadow: 4px 1px 4px #DDD;
	-webkit-box-shadow: 4px 1px 4px #DDD;
	box-shadow: 4px 1px 4px #DDD;
	color:#333;
	font-size:12px; 
	cursor:pointer;
	float:left;
	
}
ul.shop_tabs li a {
	color:#333;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size:14px;
	text-decoration:none;
} 
ul.shop_tabs li a:hover {
	color:#000;
	text-decoration:none;
}
html ul.shop_tabs li.active, html ul.shop_tabs li.active a:hover { /*--Makes sure that the active tab does not listen to the hover properties--*/
	color:#FFF;
	text-decoration:none;
	background-color:#990000;
	/*--Makes the active tab look like it's connected with its content--*/
}
.shop_container {
   
	position:relative; 
	width:300px;
	height:540px; 
	display:block;
	top:30px;

}

.stab_content{
	
position:absolute;
	 
}



.shop_tabs{
    
    
}
#best-sellers_block_right{
    
 

}
#best-sellers_block_right .product_images{
    
    
    list-style:none; padding:0px; 
    
    
    
}
#best-sellers_block_right li{
    
    
clear:both;
    margin:1px;
  height:30px;
  overflow: hidden;
    
}

#best-sellers_block_right .title_block{
    
    
    
    display:none;
    
    
}
#best-sellers_block_right .poz{
    
    
    color:#FFF;
    float:left;
    padding:5px; background-color:#990000;
    min-width:15px;
    text-align:center;
    
    
}
#best-sellers_block_right .name{
    
    
        padding:5px;  
        padding-left:35px;
            white-space: nowrap;
      max-width:300px;
          color: #666;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 12px;
    text-decoration: none;
}

#best-sellers_block_right a:link, #best-sellers_block_right a:active, #best-sellers_block_right a:visited

{
    
 text-decoration:none;   
}
#best-sellers_block_right a:hover  .name

{
    
 color:#990000 !important;
}

#best-sellers_block_right .block_content p{
    display:none;
}
    



