﻿.products .infowrapper
{
	padding:10px 5px 5px 5px;
    overflow:hidden;
}
.products .infowrapper h1
{
    font-size:12px !important;
    font-weight:bold !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    margin:0px 0px 5px 0px !important;
    line-height:normal !important;
}
.products .infowrapper .info
{
	overflow:hidden;
	height:65px;
	margin-bottom:10px;
    line-height:normal;
}
.products .prodBox:hover .prodImage
{
	border:solid 1px #A2A2A2;
}


/* NORMALLIST */
.products .normalList
{
    width:100%;
}
.products .normalList tr th
{
    background-color:#F2F3F4;
    border-bottom:solid 1px #C0C0C0;
}
.products .normalList tr th, .products .normalList tr td
{
    padding:3px 5px;    
}
.products .normalList tr.alt td
{
	background-color:#F9F9F9;
}
.products .normalList .prodImage
{
	width:81px;
	height:50px;
}
.products .normalList .Price
{
	padding:0px;
}
/* END OF NORMALLIST */


/* A PRODUCT */
.products .aProduct .prodImage
{
	float:left;
	margin-right:10px;
	width:330px;
	height:203px;
}
.products .aProduct .infowrapper
{
    float:left;
    width:338px;
    height:215px;
    margin:0px;
    padding:0px;
}
.products .aProduct .infowrapper .info
{
	height:auto;
	max-height:143px;
}
/* END OF A PRODUCT */


/* SQUARELIST */
.products .squareList .product
{
    float:left;
    width:227px;
    margin:0px 4.4px 20px 0px;
    overflow:hidden;
}
.products .squareList .product .prodImage
{
	width:215px;
	height:133px;
}
/* END OF SQUARELIST */


/* SHOW-WINDOW */
.products .shopWindow .productBig
{
    float:left;
	width:342px;
    margin:0px 6px 20px 0px;
    overflow:hidden;
}
.products .shopWindow .productSmall
{
    float:left;
    width:227px;
    margin:0px 4.4px 20px 0px;
    overflow:hidden;
}
.products .shopWindow .productBig .prodImage
{
	width:330px;
	height:203px;
}
.products .shopWindow .productSmall .prodImage
{
	width:215px;
	height:133px;
}
/* END OF SHOW-WINDOW */


/* OTHER */

/* END OF OTHER */