/* Print Stylesheet */

/* Text */
* { font-family: Helvetica,Arial,sans-serif; }
h1 { font-size: 2em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h1,h2,h3,h4,h5,h6,h7 { margin-bottom: 10px; }
h1 *,h2 *,h3 * { font-size: inherit; }
strong,b { font-weight: bold; font-style: inherit; }
em,i { font-weight: inherit; font-style: italic; }
p,ul,ol,table,dl { margin-bottom: 10px; line-height: 150%; }
a { color: blue; }

/* Header */
#header { border-bottom: 2px dotted #999; padding-bottom: 10px; margin-bottom: 10px; }
#header .jump,#header .search,#header .account,#header .basket,#header .newsletter { display: none; }
#header .logo { margin-bottom: 10px; float: left; }
#header .strapline { float: right; font-style: italic; }

/* Prinav */
#prinav { display: none; }

/* Body */


/* Listings */
.listing { border: 1px solid #999; padding: 20px; margin: 20px 0; }
.listing .end { border: none; margin-bottom: 0 !important; }
.listing .date { font-size: small; font-style: italic; margin-top: -10px; margin-bottom: 0; }

/* Article Listing */
.listing .article { margin-bottom: 20px; }

/* Product Listing */
.listing .product { width: 160px; height: 350px; overflow: hidden; float: left; margin-right: 20px }

/* Footer */
#footer { text-align: center; border-top: 2px dotted #999; font-size: 10px; }
#footer li { display: none; }
#footer .copyright { display: inline; }

/* Site Map */
.sitemap a { padding-left: 12px; background: url(/img/icons/icon-arrow_right.png) 0 50% no-repeat; }
.sitemap ul ul { margin-left: 30px; }
.sitemap ul ul li { margin: 5px 0 !important; }
.sitemap ul ul a { padding: 0px; display: inline; margin: 0; background: none; }

/* Link Archive */
.listing .link { margin-top: 20px; border-bottom: 1px dotted #999; padding-bottom: 20px; }
.listing .link .title,.listing .link .summary { font-size: 100%; padding-left: 120px; }
.listing .link .thumbnail { float: left; }

/* Sorting Options */
.sorting { margin: 20px 0; }
.sorting legend { display: none; }
.sorting li { display: inline; margin-right: 20px; }
.sorting .submit { position: relative; }
.sorting .submit input { position: absolute; left: 0; top: -7px; }

/* Breadcrumb */
.breadcrumb { list-style: none; }
.breadcrumb li { display: inline; background: url(/img/icons/icon-breadcrumb_separator.png) 100% 50% no-repeat; padding-right: 12px; margin-right: 7px; }
.breadcrumb .selected { background: none; margin-right: 0; padding-right: 0; }
.breadcrumb .selected a { color: #999; }

/* Paging */
.paging { clear: both; text-align: center; margin: 10px 0 !important; }
.paging li { display: inline; }
.paging span { background: #000; color: #FFF; padding: 2px 3px; }
.paging a { font-weight: normal; margin: 2px 3px; }
.paging a span { padding: 0; background: transparent; color: #000; }
.paging .last a { background: url(/img/icons/icon-paging_last.png) 100% 50% no-repeat; padding-right: 11px; }
.paging .next a { background: url(/img/icons/icon-paging_next.png) 100% 50% no-repeat; padding-right: 8px; }
.paging .prev a { background: url(/img/icons/icon-paging_previous.png) 0 50% no-repeat; padding-left: 8px; }
.paging .first a { background: url(/img/icons/icon-paging_first.png) 0 50% no-repeat; padding-left: 11px; }

/* Product Image Gallery */
.product .gallery .featured-image { position: relative; width: 250px; height: 250px; margin: 0 !important; }
.product .gallery .featured-image li { position: absolute; width: 250px; height: 250px; line-height: 250px; text-align: center; top: 0; left: 0; }
.product .gallery .featured-image li img { vertical-align: middle; }
.product .gallery .thumbs { margin-top: 10px; }
.product .gallery .thumbs li { float: left; }

/* Image Gallery */
.image-gallery .image-result { float: left; width: 150px; height: 150px; overflow: hidden; position: relative; }
.image-gallery .image-result h2 { display: none; }
.image-gallery .image-result a { display: block; width: 100%; height: 100%; line-height: 150px; text-align: center; }
.image-gallery .image-result img { vertical-align: middle; }

/* Job Section */
.listing .joblisting { margin-bottom: 20px; }
.listing .joblisting .title,.listing .joblisting .summary,.listing .joblisting .details,.listing .joblisting .more { padding-left: 120px; }
.listing .joblisting .thumbnail { float: left; }

/* FAQ's */
.faqlist .heading { clear: left; }
.faqlist dt { background: url(/img/icons/icon-arrow_right.png) 0 50% no-repeat; padding-left: 12px; }
.faqlist dt.selected { background-image: url(/img/icons/icon-arrow_bottom_right.png) }
.faqlist dd { padding-left: 12px; }

/* Contact Form */
.contact-intro .contact { margin-top: 20px; padding-top: 20px; border-top: 1px solid #CCC; }
.contact-intro .contact dt { width: 20%; font-weight: bold; }
.contact-intro .contact dd { width: 80%; }
.contact-form .textarea { width: 100%; }