﻿html
{
    background:url(/compass/art/bg_hot_products_deals.jpg) repeat-x top center;
    width:100%;
    height:100%;
    margin:0;
	font-family:Arial, Sans-Serif;
	font-size:10pt;
}

body {
	height:100%;
	margin:0;
}

table {
	border:0;
	padding:0;
	margin:0 auto;
	border-collapse:collapse;
	width:100%;
	text-align:left;
}

td {}

img 
{
    border:0px;
}

#wrapper {width:100%; text-align:center;}

.topLink, a.topLink{font-size:12px; color:#f5d9a2; text-decoration:none;}
a.topLink:hover {color:White;}

.menuItem, a.menuItem{font-size:13px; color:#9bb799; text-decoration:none; padding:0 10px 0 10px}
a.menuItem:hover {color:White;}

#mainContent {background:White; border:solid 1px grey; width:880px;}

.productImage{float:left; margin-right:20px; max-width:125px; max-height:250px; 
              width:expression(this.width > 125 ? 125:true); height:expression(this.height > 250 ? 250:true);
              }
              
.productImageSmall{float:left; margin-right:20px; max-width:75px; max-height:125px; 
              width:expression(this.width > 75 ? 75:true); height:expression(this.height > 125 ? 125:true);}
              
.productTitle {font-size:22px; text-decoration:none}
a.productTitle, a.productTitle:hover{font-size:22px; text-decoration:none, color:#22699d;}
a.productTitle:hover{text-decoration:underline;}
.productName {Font-size:18px; font-weight:bold; color:Gray;}

.author {font-size:16px; color:Gray;}
.productInfo {font-size:12px; color:Gray; font-weight:normal;}
a.productInfo, a.author {color:#1d7abd; text-decoration:underline;}

.breaker{width:100%; text-align:center; padding-top:20px}

.bodyCopy, a.bodyCopy, .header
{
    text-align:left;
    font-size:10pt;
    color:Gray;
    line-height:120%;
}
a.bodyCopy{color:Black;}

.header, .pageHeader {font-weight:bold; color:#487b45;}
a.header {color:#1d7abd; text-decoration:none;}
a.header:hover {color:Black;}

.pageHeader {font-size:24px;}

.footer, a.footer
{
    text-align:center;
    width:100%;
    font:arial;
    font-size:8pt;
    color:Gray;
}

a.footer
{
    color:Black;
}
