.product{
    display: block;
    margin-left:0px;
    margin-top:5px;
    padding-top: 5px;
}
.product img{
    float: left;
    margin-right:10px;
    padding: 4px;
    margin-bottom: 20px;
}

.productheader{
    display: block;
    min-height: 130px;
    background: url('/content/ll/imgs/l.gif');
    background-repeat: repeat-x;
    background-position: bottom;
    width:100%;
}
.productheader h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    font-size: 18px;
    font-weight :normal;
    margin: 0 0 4px 0;
    display: inline;
}
.productdetails{
    display: block;
}

#productbuttons {
    margin-top:25px;
    margin-bottom:25px;
    text-align:center;
}
#productbuttons span.button {
    background: #32383B url( /content/lmiu/imgs/home-left.gif ) left top no-repeat;
    padding: 0 0 0 10px;
    margin: 10px;
}
#productbuttons span.button a {
    background: url( /content/lmiu/imgs/home-right.gif ) right top no-repeat;
    margin: 0;
	padding:1px 10px 2px 0pt;
    text-decoration: none;
    font-weight: bold;
    color: white;
}
#productbuttons span.button a:visited {
    color: white;
}
#productbuttons span.button a:hover {
    color: lightblue;
}

#productenquiry h1 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    font-size: 18px;
    font-weight :bold;
    padding-bottom: 5px;
    padding-top: 5px;
}
#productenquiry h3 {
    color: coral;
    padding-bottom: 5px;
    padding-top: 5px;
}
#productenquiry table.formlayout {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#productenquiry table.formlayout tr th {
/* width: 25em;*/
}
#productenquiry table.formlayout tr th span {
    font-weight: normal;
}

#productprices th.currencyprice{
    text-align:center;
}
#productprices th.price, td.price{
    text-align:right;
}

.productsearch{
    display: block;
    margin-left:0px;
    margin-top:5px;
    padding-top: 5px;
}
.productsearch img{
    float: left;
    margin-right:10px;
    padding: 4px;
    margin-bottom: 20px;
}
#productsearchresult{
    display: block;
    min-height: 130px;
    width:100%;
    padding-top:5px;
    border-top:1px dotted #666;
}
#productsearchresult h3 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #666;
    font-size: 18px;
    font-weight :normal;
    margin: 0 0 4px 0;
    display: inline;
}
#productsearchresult h4 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    color: #00c;
    font-size: 12px;
    font-weight :bold;
    margin: 0 0 4px 0;
    display: inline;
}

#productDisplay {
    padding: 5px 15px;
}

#productDisplayHeader {
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: 150px;
    background: #fff url("/content/lmiu/imgs/products/productheaderBG.gif") repeat-x bottom left;
}

#productDisplayHeader img {
    border: none;
    width: 100px;
    margin: 0 12px 12px 0;
    float: left;
}

#productDisplayHeader h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #222;
}

#productDisplayHeader p {
    margin-bottom: 10px;
}

#productDisplayBody {
    clear: both;
}

#productDisplayBody p {
    margin: 10px 0;
}

#productDisplayBody h4 {
    margin: 20px 0 5px 0;
    font-size: 14px;
    color: #222;
}

#productDisplayBody ul {
    padding-left: 17px;
    margin: 0 0 20px 0;
}

#productDisplayBody li {
    list-style: square;
    margin: 1px 20px;
}

#productDisplayBody a:link, #productDisplayBody a:hover, #productDisplayBody a:active, #productDisplayBody a:visited {
    font-weight: bold;
    color: #36c;
}

#productDisplayBody a:visited {
    font-style: italic;
    font-weight: 500;
}

#productDisplayBody a:hover {
    text-decoration: underline;
}

#productDisplayPrices h4{
    margin: 20px 0 5px 0;
    font-size: 14px;
    color: #222;
}

#productDisplayPrices table {
    margin: 15px 0;
    border-bottom: 1px #666666 solid;
}

#productDisplayPrices th.totalPriceHeader {
    width: 160px;
    text-align: center;
    padding: 8px 8px 8px 8px;
}

#productDisplayPrices td.totalPrice {
    border-top: 1px #666666 solid;
    width: 160px;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    font-weight: bold;
}

#productDisplayPrices td.displayName {
    border-top: 1px #666666 solid;
    padding: 8px 8px 8px 15px;
    font-size: 12px;
    font-weight: bold;
}

#productDisplayPrices th.pricesHeader {
    padding: 8px 8px 8px 0;
    font-size: 14px;
    color: #222;
}

#productAdvertisers {
    padding: 20px;
    margin: 10px 0;
    background: #fff url("/content/lmiu/imgs/products/productAdvertBG.gif") repeat-x bottom left;
}

#productAdvertisers img {
    border: 0;
    margin: 0 13px 0 0;
}

#productDisplayBody .thumb.to-right{
    float:right;
    margin:5px 0 10px 10px
}
#productDisplayBody .thumb.to-left{
    float:left;
    margin:5px 10px 10px 0;
}