/* Layout Stylesheet */

/* Body Positioning */
body { text-align: center; }
.wrapper { width: 960px; margin: 0 auto; text-align: left; }

/* Content Area */
#sidebar { width: 155px; float: left; }
#content-area { width: 795px; float: right; }

/* Header */
#header .wrapper { position: relative; height: 90px; min-height: 90px; }
#header .logo { position: absolute; top: 20px; left: 0; }
#header .tel { position: absolute; top: 25px; left: 340px; }

    /* Temp */
    #header .tel { top: 36px; }

#header .searchsite { position: absolute; top: 20px; right: 0; }
#header .searchsite legend, #header .searchsite label { display: none; }
#header .basket { position: absolute; top: 50px; left: 340px; }
#header .account { position: absolute; bottom: 0; right: 0; }

/* Pri Nav */
.nav.primary li { width: 100%; float: left; }

/* Breadcrumb */
.breadcrumb { list-style: none; padding-left: 0; margin: 0 0 10px 0 !important; }
.breadcrumb li { display: inline; }
.breadcrumb .selected { margin-right: 0; padding-right: 0; }

/* Footer */
#footer .wrapper { text-align: center; padding-top: 5px; }
#footer ul, #footer p { margin: 10px 0; }
#footer li { display: inline; padding: 0 5px 0 6px; }
#footer img { position: relative; top: 3px; }

/* Paging */
ul.paging { clear: left; text-align: center; }
ul.paging li { display: inline; }

/* Product Listing */
.listing .product { width: 182px; float: left; margin: 10px 22px 10px 0; }
.listing .rowend { margin-right: 0; }
.listing .product .title { height: 70px; overflow: hidden; }
.listing .product .thumbnail { height: 150px; }
.listing .product .summary { height: 60px; overflow: hidden; }
.listing .product .price { height: 25px; }

/* Product Details */
.product .description { width: 470px; float: left; }
.product .gallery { width: 305px; float: right; text-align: center; }
.product .related-items { width: 100%; float: left; }

/* Search Results */
.search-results .listing { margin-top: 20px; }
.search-results .listing .product { width: auto; float: none; margin: 0; }
.search-results .listing .product .title, .search-results .listing .product .summary, .search-results .listing .product div.price { padding-left: 0; width: 650px; float: right; }
.search-results .listing .product .thumbnail { width: 100px; float: left; }
.search-results .listing .product .thumbnail img { max-width: 100px; max-height: 100px; }

/* Send To Friend */
#sendtofriend { padding: 20px; text-align: left; }
#sendtofriend h3 { margin: 0 0 10px 0; }
#sendtofriend form { margin: 10px 0; }
#sendtofriend fieldset { margin-bottom: 10px; }

/* Contact Form */
dl.contact dt { width: 15%; }
dl.contact dd { width: 85%; }