div#content > h1 {
display: none;
}


p {
margin: 0px;
margin-bottom: 12px;
}


form.search {
display: none;
float: left;
position: relative;
padding-left: 8px;
background: url(/images/istore/default/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/istore/default/search_btn.png) no-repeat;
width: 27px;
height: 22px;
margin: 0px;
padding: 0px;
_float: right;
}


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

ul.hero li {
width: 322px;
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.display {
padding: 0px;
position: relative;
float: left;
width: 656px;
}

div.breadcrumbs {
margin-top: 6px;
margin-bottom: 12px;
font-size: 12px;
font-weight: bold;
}

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

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

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

div.supplemental ul.navigation li {
margin: 0px;
padding: 0px;
}

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 {
position: relative;
list-style: none;
margin: 0px;
padding: 0px;
line-height: 22px;
float: right;
margin-right: 18px;
}

ul.pagination li {
float: left;
padding-left: 12px;
line-height: 36px;

}

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


ul.categories {
margin: 0px;
list-style: none;
min-height: 1px; /* IE7 Hack */
background: url(/images/istore/default/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 {
margin: 0px;
padding: 0px;
list-style: none;
min-height: 1px; /* IE7 Hack */
margin-left: -12px;
clear: both;
}

ul.products li {
width: 129px;
float: left;
margin-left: 12px;
margin-bottom: 18px;
text-align: center;
border: 1px solid #ddd;
background: #fff;
padding: 12px;
}

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

ul.products li h4 {
line-height: 1.2em;
height: 29px;
overflow: hidden;
margin-bottom: 12px;
}

ul.products li p.price {
line-height: 1.2em;
height: 14px;
overflow: hidden;
margin-bottom: 12px;
}

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

div.product {
padding: 18px;
border: 1px solid #ddd;
background: #fff;
margin-bottom: 18px;
min-height: 1px; /* IE7 Hack */
}

div.product div {
width: 326px;
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/istore/default/button_147.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/istore/default/gradient.png) #ddd bottom repeat-x;
border: 1px solid #666;

}


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


div.main ul.categories,
div.main p.partner {
border: 1px solid #337800;
}

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


/* Clearfix Class */

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