/* Print Stylesheet */

/* Fonts */
* { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; color: #000; }
a { font-weight: bold; color: #075784; text-decoration: none; }
a:hover { color: #666; }
label { font-weight: bold; }
legend { font-size: 20px; color: #000; }
strong { font-weight: bold; }
em { font-style: italic; }
#content p, #content ul, #content ol, #content table, #content address { margin: 10px 0; }
#content p, #content li, #content address { line-height: 160%; }
#content h1 { font-size: 28px; color: #000; }
#content h2 { font-size: 20px; color: #000; }
#content h3 { font-size: 18px; color: #000; }
#content h4 { font-size: 14px; color: #000; }

/* Body */
body { background: #FFF; }

/* Header */
#header { position: relative; height: 105px; margin-bottom: 10px; }
#header .jump { display: none; }
#header .logo { position: absolute; top: 0; left: 0; width: 244px; height: 105px; overflow: hidden; }
#header .strapline { font-size: 16px; line-height: 105px; position: absolute; top: 0; left: 254px; height: 105px; overflow: hidden; }
#header .strapline a { font-size: 16px; font-weight: normal; color: #000; }
#header .searchsite { position: absolute; top: 46px; right: 0; }
#header .jump, #header .account, #header .basket, #header .search { display: none; }

/* Pri Nav */
#prinav { display: none; }

/* Sidebar */
#sidebar { display: none; }

/* Breadcrumb */
.breadcrumb { border-bottom: 2px dotted #999; border-top: 2px dotted #999; padding: 10px 0; }
.breadcrumb li { display: inline; margin-right: 7px; background: url(/img/icons/icon-arrow_right.png) 100% 50% no-repeat; padding-right: 11px; }
.breadcrumb .selected { background: none; }
.breadcrumb a { color: #000; }

/* Content Area */
#body {  margin: 20px 0; width: 100%; }
.paging { margin: 0; padding: 0; }
.paging li { display: inline; margin-right: 5px; }
.sorting { display: none; }
.listing { width: 100%; }
.listing th { font-weight: bold; font-size: 15px; text-align: left; }
form ul { list-style: none; }

/* Footer */
#footer { text-align: center; border-top: 2px dotted #999; padding: 10px 0; width: 100%; float: left; }
#footer li { display: none; }
#footer .copyright { display: block; }
