/**-----------------------------------------------------------------------------------------------
 * @version $Id: foto.css,  v 1.0  15/12/2009   $ 
 *
 * foto
 *
 *-------------------------------------------------------------------------------------------------
 */



/*================
Корневая страница каталога - картинки категорий
==========*/
 
.gallery_block
{

}

.catblock
{
    width: 230px;
    height: auto !important;         
    min-height: 155px;
    max-height: 155px;
    _height: 155px;
    
    text-align: center;
    position: relative;
    margin: 10px;
    float: left;
	overflow: hidden;

}
 
.catwire
{
    width: 205px;
    height: auto !important;         
    min-height: 90px;
    max-height: 155px;
    _height: 155px;
    border: 2px solid #FFF;
    text-align: center;
	position: relative;
	padding: 10px;
	background-color: #EEE0BD;
    
}


.catpicture
{
 margin: 0; 
 padding: 0; 
 border: 1px solid #8b4513;
}

.plenka
{
	position: absolute;
	width: 50px;
	height: 28px;
	background: url(images/plenka.png) no-repeat;
	top: 70px;
	left: 20px;	
    z-index: 0;
}


/*================
Любая страница каталога - фотоальбомы и фотки
==========*/

.foto_block
{
    text-align: center;
}


.foto_box
{
    width: 150px;
    
    height: auto !important;
    min-height: 160px;
    max-height: 160px;
    _height: 160px; /*only for IE*/    
    
    border: 1px solid #FFF;
    padding: 0;
    margin: 2;
    margin-bottom: 10px;
	 
    
    float: left;
	 overflow: hidden;
}


.current_fotothumb
{
    border: 1px solid #8b4513;
    display: inline-block;
}

.fotothumbs
{
	background: url(images/ramka3.gif) repeat-x;
	height: 20px;
	padding-bottom: 10px;
}

a.aFotoItem:link, a.aFotoItem:visited {
    text-decoration: none;
    color: #8C632E;
    font-weight: bold;
}
a.aFotoItem:hover, a.aFotoItem:active {
    text-decoration: underline;
    color: #D04133;
    font-weight: bold;
}

/* Случайные фотографии*/
.fotorand_block
{
}
.rand_foto_box
{
	width: 100px;
	height: 100px;
	float: left;
	display: inline-block;
	overflow: hidden;
    margin: 1;
    padding: 1;
	background-color: #FCF7EF;
	text-align: center;
	vertical-align: middle;
}
.rand_foto_box_one
{
	width: 198px;
	margin: 1;
	padding-top: 10px;
	background-color: #FCF7EF;
	border: 2px solid #BC9A64;
	text-align: center;
	vertical-align: middle;
}
