/**-----------------------------------------------------------------------------------------------
 * @version $Id: item.css,  v 1.0  12/01/2009   $ 
 *
 * item
 *
 *-------------------------------------------------------------------------------------------------
 */


.thumbs
{
	background: url(images/panel_bg.jpg) repeat-x;
	height: 25px;
}

.thumb
{
	border: 1px solid #DCDCDC;
}
#fotos_icon
{
 background-image: url(images/photo_icon.png);
 width: 16px;
 height: 16px; 
 background-position: left;
 background-repeat: no-repeat;
 display: inline-block;
 margin-right: 10px;
 margin-left: 10px;
}


/*======================================\
Стили "Похожие товары".*/
.product_links {
}

.product_link {
    width: 150px;
    
    height: auto !important;
    min-height: 200px;
    _height: 200px; /*only for IE*/    
    
    border: 2px solid #FFF;
    padding: 0;
    margin: 10;
    margin-bottom: 10px;
    float: left;
}



/*================
Корневая страница каталога - картинки категорий
==========*/
 
.catwire
{
    width: 200px;
    _height: 90px;
    min-height: 90px;
    padding: 10px;
    border: 2px solid #FFF;
    text-align: center;
    
}

.catimage
{
    margin-bottom: 10px;
}



/*=============================
Витрина (блок)
=============*/

.catvitrina_block
{
    text-align: center;
}

.vitrina_box, .rand_vitrina_box
{
    width: 250px;
    
    height: auto !important;
    min-height: 200px;
    _height: 200px; /*only for IE*/    
    
    border: 2px solid #FFF;
    padding: 0;
    margin: 2;
    margin-bottom: 10px;
    
    float: left;
}




.item_image
{
    float: left;
    width: 120px;
}

.item_name
{
    float: right;
    width: 110px;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 2px;
}



.catitem_box
{
    /*
    height: auto !important;
    min-height: 150px;
    _height: 150px; 
    */
    border: 2px solid #FFF;
    padding: 0;
    margin: 2;
    
}

.catitem_name
{
    width: 58%;
    float: right;
    margin-top: 5px;
    margin-right: 2px;
    margin-bottom: 2px;
}




a.subcat
{
    font: normal normal bold 12px/16px Comic Sans MS, Tahoma Arial;    
    color: #6F8329;
    white-space: nowrap;
}
a.subcat:link,a.subcat:visited
{
    color: #6F8329;
}
a.subcat:hover
{
    color: #D04133;
}



