﻿@charset "utf-8";
/* CSS Document */

#products ul li {
list-style:none;
padding:10px 0;
margin:20px 0 0 0;
width:655px;
height:auto;
}

.productimage {
width:143px;
height:143px;
position:relative;
float:left;
margin:0 10px 10px 0;
}

.productimage img
{
border:1px solid #999999;
}

.rightcol {
width:460px;
position:relative;
float:left;
}

.rightcol p {
margin:0;
}

.prodTitle {
color:#506870;
margin:0 0 .5em 0;
font-weight:bold;
}

.prodDesc {
margin:0 0 15px 0;
}

.rightcol .price {
margin:1.2em 0 0 0;
display:inline;
}

.rightcol .price .amount {
color:#506870;
font-style:italic;
display:inline;
}

.quantity {
display:inline;
position:relative;
width:40px;
margin:0 0 0 150px;
}

.quantity input {
width:20px;
margin:0 0 0 5px;
}

.addtocart {
background:url(../../images/addtocart.gif) no-repeat;
width:111px;
height:23px;
position:relative;
float:right;
margin:-23px 0 23px 0;
}

#products .adminButtons
{
 margin:20px 0 20px 0; 
 padding:0 0 10px 0; 
 border-bottom: solid 1px #999999; 
 text-align:center;
}

#products .adminButtons img
{
border: 0;
}

#products .prodBtn
{
    display: block;
    height: 24px;
}
