div.productsleft
{
position:relative;
float:left;
width:400px;
}
div.productsright
{
float:right;
width: 140px;
}
div.productlisting
{
position: relative;
width: 100%;
height: 120px;
left: 0px;
top: 0px;
margin-top: 10px;
border: 1px solid #FF0000;
clear:right;
}
div.productoptions
{
position: relative;
width: 100%;
height: 20px;
left: 0px;
top: 0px;
}
div.productthumb
{
position:relative;
}
div.productthumb a
{
width:100px;
height:100px;
padding:0px 2px 0px 2px;
margin:0px auto;
text-align:center;
display:block;
}
div.productthumbrow
{
float:left;
width:400px;
padding:10px 0px 10px 0px;
border-bottom:1px solid #DDDDDD;
}
div.productthumblisting
{
position: relative;
font-size:9pt;
float:left;
text-align:center;
width: 130px;
left: 0px;
top: 0px;
border-left:1px solid #DDDDDD;
}
span.productbutton a
{
width:110px;
height:18px;
background-color:#333399;
color:#FFFFFF;
font-weight:bold;
float:right;
text-align:center;
border-left:2px solid #FFFFFF;
border-top:1px solid #FFFFFF;
}
span.productbutton a:hover
{
color:#FFFFFF;
background-color:#FF0000;
}
span.productprice
{
font-size:11pt;
position:absolute;
bottom:0px;
left:0px;
}
span#totalprice
{
font-size:12pt;
font-weight:bold;
float:right;
}
div.productmoreinfo
{
width:100%;
float:right;
clear:right;
position:relative;
padding-bottom:10px;
}

select.selectoptions
{
padding: 0px;
background-color: #FFFFFF;
border: 1px solid #AAAAAA;
margin: 0px;
font-size: 9pt;
width: 100%;
height: 22px;	
}
input.productqtybox
{
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 1px;
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
border: 1px solid #FF0000;
margin:3px;
width: 50px;
height: 26px;
}
div.productordering
{
width:130px;
float:right;
}
.productordering span
{
display:block;
}
div.hiddenenlarge
{
position:absolute;
right:0px;
top:0px;
display:none;
border:5px solid #FFFFFF;
}