div.main {
margin: 12px;
padding: 0px 0px 12px 0px;
}

div.main a {
color: #1C739F;
}

div.main * {
margin: 0px;
padding: 0px;
}

div.main p {
margin-bottom: 12px;
}

div.main h2 {
font-size: 18px;
margin: 18px 0px 6px 0px;
padding: 0px 0px 8px 0px;
color: #cc0099;
background: url(../images/heading.gif) bottom no-repeat;
}

div.main h3 {
font-size: 14px;
margin: 0px 0px 6px 0px;
color: #cc0099;
}


div.main h4 {
font-size: 12px;
color: #cc0099;
}

div.breadcrumbs {
margin-bottom: 12px;
font-weight: bold;
font-size: 11px;
color: #1C739F;
}

div.breadcrumbs a {
font-weight: normal;
}

ul.pagination {
list-style: none;
margin: 0px;
float: right;
}

ul.pagination li {
float: left;
padding: 0px 6px;
}

ul.pagination li.next {
}

ul.pagination li p {
margin: 0px;
padding: 0px;
}

a.button {
display: block;
clear: none;
float: left;
width: 130px;
height: 26;
line-height: 26px;
background: url(../images/button.gif) no-repeat;
text-align: center;
font-weight: bold;
text-decoration: none;
color: #8329BE !important;
}


div.hero {
width: 611px;
height: 200px;
background: #ddd;
margin-bottom: 18px;
}

ul.hero {
list-style: none;
margin-bottom: 18px;
min-height: 1px; /* IE7 Hack */

}

ul.hero li {
width: 50%;
float: left;
margin-bottom: 12px;
}

ul.hero li h3,
ul.hero li p {
margin: 0px;
}

ul.hero li h3 a {
color: #cc0099;
text-decoration: none;
}


div.main div.ads {
margin-bottom: 18px;
}

div.main div.ads img {
float: left;
margin-right: 12px;
}

div.main div.ads h3 {
font-size: 12px;
margin: 0px;
padding: 0px;
}

div.product img {
float: left;
margin-right: 12px;
border: none;
height: 273px;
width: 273px;
}


div.xsell {
padding-top: 12px;
clear: both;
}


ul.products {
_width: 645px;
list-style: none;
margin-left: -17px;
_margin-left: -34px;
min-height: 200px;
}

ul.products li {
float: left;
margin-left: 17px;
padding-bottom: 18px;
width: 140px;
}

ul.products li img {
border: none;
margin: 0px;
float: none;
height: 129px;
width: 129px;
}

ul.products li h4 {
height: 2.5em;
overflow: hidden;
}

ul.categories {
min-height: 50px; /* IE7 Fix */
margin-left: 24px;
margin-bottom: 18px;
}

ul.categories li {
width: 195px;
float: left;
}


ul.supplemental {
list-style: none;
margin: 18px 0px 0px 0px;
padding: 0px;
text-transform: uppercase;
border-left: 1px solid white;
border-right: 1px solid white;
background: red;
}

ul.supplemental li {
background: #9AD0ED;
padding: 2px 4px;
border-bottom: 1px solid white;
}

ul.supplemental a {
text-decoration: none;
color: #1D77A5;
font: 11px normal 'arial','helvetica',sans-serif;
line-height: 1em;
}

ul.supplemental a:hover {
color: white;
}

ul.supplemental li.key {
background: #58B3E2;
}

ul.supplemental li.key a {
color: white;
}


/* Clearfix Class */

.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

