/* Start of CMSMS style sheet 'catalog' */
table.category { border: none; border-collapse: collapse; clear: both; }
table.category td { border-bottom: solid #dddddd 1px; margin: 0; padding: 0.5em 0 0.5em 0; text-align: center; width: 200px;}


.category_items a, .category TD a
{
display: block;

text-decoration: none;
text-align: center;
opacity:0.8;
line-height: 1em; 
font-size: 1em;
font-weight: bold;
}

.category_items  a:hover, .category TD a:hover
{
background-color: none;
color: red;
opacity:0.8;
}

.category_items a img,  .category TD a img
{ opacity:0.5; border: 0; }

.category_image img
{
float: left; 

margin-right: 1em;
margin-bottom: 1em;
}

div.item
{
}

div.catalogItemImage
{
float:left;
position: relative;

min-width: 400px;
height: 100%;
}
div.catalogItemImage img {max-width: 400px;}

div.catalogItemImage div.vandut { 
position: absolute; 
left:0; 
top: 0; 
width: 100%; 
height: 100%; 
}

div.catalogItemImage div.vandut img {
position: absolute; 
left: 50%; 
top: 50%; 
margin: -84px 0 0 -125px;
}

.item_description { height: 100%; }
/* End of 'catalog' */

