/* GENERAL STYLES */
.prodlist
{
 list-style:none;
 margin: 0 0 0 10px;
 padding: 0px;
}
.prodlist li
{
 float: left;
 list-style:none;
 margin: 20px;
 padding: 0;
 width: 180px;
 text-align: center;
 line-height: 12px;
 border:0px solid red;

}
.prodlist ul
{
 margin: 0px;
 padding: 0px;
}
.prodlistdesc
{
 line-height:16px;
 font-size: 14px;
}
#prodinfo
{
 float: right;
 width: 330px;	/* 260px for horizontal thumbs, 330px for vertical thumbs */
}
#prodinfo IMG
{
 cursor: pointer;
}
#prodinfo INPUT
{
 width: 175px;
}
.prodImages
{
 float: left;
}
.prodImageMain
{
 width:400px;
 height: 225px;
 float: left;
 text-align: center;
 margin: 10px;
}
.prodImageThumb
{
 width: 75px;
 height: 75px;
 float: right;
 border:0px solid red;
 background-color: #EEEEEE;
 text-align: center;
 margin: 2px;
}
.prodListe {
 float:left;
 width:210px; 
 border-bottom:1px dotted #ccc;
 font-size:12px;
}
.prodListe2 {
 font-size:12px;
}

/* EDITOR PROPERTIES */
