* {
margin: 0px;
padding: 0px;
}

div.main {
float: left;
clear: both;
font: 12px normal 'lucida grande','arial','helvetica',sans-serif;
color: #666;
position: relative;
background: #fff;
padding: 18px;
width: 754px;
left: 50%;
margin-left: -352px;
text-align: left;
}

a:hover {
color: #666;
}

p,
ul,
ol,
dl {
margin-bottom: 12px;
}


h1 {
font-size: 16px;
line-height: 22px;
margin-bottom: 12px; 
}

/*
h3 {
font-size: 14px;
margin-bottom: 12px;
}
*/

.alsolike {
font-size: 14px;
margin-bottom: 12px;
}

h2 {
font-size: 12px;
margin-bottom: 6px;
}

form.search {
float: left;
position: relative;
padding-left: 8px;
background: url(../images/search_bkd.png) no-repeat;
min-height: 1px; /* IE7 Hack */
_width: 152px;
margin-bottom: 18px;
}


form.search input {
margin: 0px !important;
border: none;
float: left;
font-size: 12px;
}

form.search input.text {
background: transparent;
padding: 3px 0px 1px 0px;
height: 18px;
width: 125px;
_width: 117px;
}

form.search input.button {
background: url(../images/search_btn.png) no-repeat;
width: 27px;
height: 22px;
margin: 0px;
padding: 0px;
_float: right;
}


ul.hero {
list-style: none;
margin-bottom: 18px;
min-height: 1px; /* IE7 Hack */
margin-left: -12px;
_width: 558px;
_margin-left: -24px;
}

ul.hero li {
width: 273px;
float: left;
margin-bottom: 12px;
border-bottom: 1px solid #ddd;
margin-left: 12px;
padding-bottom: 12px;
height: 60px;
}

ul.hero li h3 {
margin: 0px;
margin-bottom: 6px;
}

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

ul.hero li p {
margin: 0px;
min-height: 36px;
height: 36px;
line-height: 18px;
overflow: hidden;
}

ul.hero li p a {
color: #666;
}

div.header {
	/*
background: url( '/images/headerimage.jpg' ) no-repeat bottom center;
height: 90px;
width: 790px;
*/
margin-bottom: 18px;
}

div.footer {
margin-bottom: 18px;
}

div.display {
position: relative;
float: left;
width: 558px;
padding-right: 18px;
border-right: 1px solid #ddd;
margin-bottom: 18px;
}

div.breadcrumbs {
margin-bottom: 18px;
font-size: 11px;
font-weight: bold;
}

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

div.supplemental {
position: relative;
float: right;
width: 160px;
}

div.supplemental ul.navigation {
list-style: none;
clear: both;
border-top: 1px solid #ddd;
_width: 160px;
}

ul.navigation li a {
display: block;
padding: 6px 6px;
border-bottom: 1px solid #ddd;
text-decoration: none;
_width: 148px;
}

ul.navigation li a:hover {
background-color: #ddd;
color: #fff;
}



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

ul.pagination li {
float: left;
padding-left: 12px;
}

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


ul.categories {
list-style: none;
min-height: 1px; /* IE7 Hack */
background: url(../images/gradient.png) bottom repeat-x;
padding: 12px;
margin-bottom: 18px;
line-height: 22px;
border: 1px solid #666;
_width: 534px;
}

ul.categories li {
width: 33%;
float: left;
}

ul.products {
list-style: none;
margin: 18px 0px 0px 0px;
min-height: 1px; /* IE7 Hack */
margin-left: -14px;
_margin-left: -28px; /* IE6 Hack */
_width: 586px; /* IE6 Hack */
}

ul.products li {
width: 129px;
float: left;
margin-left: 14px;
margin-bottom: 18px;
text-align: center;
}

ul.products li a.button {
width: 129px;
background: url(../images/button_129.gif) no-repeat;
}



ul.products li h4 {
height: 32px;
overflow: hidden;
}

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

div.product {
margin-bottom: 18px;
min-height: 1px; /* IE7 Hack */
_width: 558px;
_float: left;
}

div.product div {
width: 267px;
float: right;
}

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


a.button {
float: left;
text-align: center;
display: block;
height: 25px;
line-height: 25px;
width: 147px;
background: url(../images/button_buy.gif) no-repeat;
text-decoration: none;
font-weight: bold;
color: #666;
}

div.result {
margin-bottom: 18px;
}

div.result img {
float: left;
border: none;
margin-right: 12px;
}

div.spotlight {
width: 100%;
margin-bottom: 18px;
}

div.spotlight img {
border: none;
}

p.partner {
padding: 12px;
background: url(../images/gradient.png) #ddd bottom repeat-x;
border: 1px solid #666;

}


/* Color Controls */

a,
h2,
h3,
h4,
ul.hero li p a:hover,
a:hover.button {
color: #666666;
}

ul.categories,
p.partner {
border: 1px solid #666666;
}

p.partner,
ul.categories,
ul.navigation li a:hover {
background-color: #666666;
}

/* End Color Controls */





/* Clearfix Class */

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