/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0; }
a:focus,input:active,input:focus { outline: none;}
/* END OF Yahoo Reset */

body, html {
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	color: #666;
}
html {
	background:#e5e8e9;
}
select, textarea {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #666;
	padding: 4px;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.header {
	background: url(../images/header_bg.png) no-repeat;
	height: 103px;
	padding: 0 14px;
	color: #fff;
}
.header .logo {
	display: block;
	float: left;
	background: url(../images/logo.png) no-repeat;
	width: 277px;
	height: 103px;
	text-indent: -9999px;
}
.sidebar {
	width: 215px;
	float: left;
	background: url(../images/sidebar_bottom.png) left bottom no-repeat;
	padding-bottom: 40px;
}
.sidebar .sidebarTop {
	height: 9px;
	background: url(../images/sidebar_top.png) no-repeat;
}
.sidebar ul {
	margin-left: 14px;
	width: 192px;
}
.sidebar ul ul {
	margin: 0;
}
.sidebar a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 6px 10px;
	border-bottom: 1px dotted #ccc;
}
.sidebar a:hover, .sidebar a.selected {
	color: #000;
	background: #edf3f8;
	border-bottom: 1px solid #6799cb;
}
.sidebar ul li ul a, .sidebar ul li ul a:hover {
	background: #d5e3ee url(../images/sidebar_child.png) no-repeat;
	padding-left: 24px;
	border-bottom: 1px dotted #ccc;
}
.sidebar ul li ul a.selected {
	background: #afc3d3 url(../images/sidebar_child.png) left -50px no-repeat;
	border-bottom: 1px solid #afc3d3;
	color: #fff;
}
.sidebar a.title {
	background: #6799cb url(../images/sidebar_title.gif) no-repeat;
	color: #fff;
	font-weight: bold;
	height: 24px;
	padding: 8px 10px 0px;
	border-bottom: 0;
}
.menu {
	margin-bottom: 0px;
	background: url(../images/menu_bg.png) left bottom no-repeat;
	padding: 0 14px 12px;
}
.ie7 .menu {
	margin-bottom: 0px;
	background: url(../images/menu_bg.png) left bottom no-repeat;
	padding: 2px 14px 10px;
}
.menu li {
	float: left;
	position: relative;
}
.menu li a {
	display: block;
	color: #666;
	text-decoration: none;
	height: 22px;
	background-image: url(../images/menu_item.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding: 8px 17px 0 15px;
}
.menu li a:hover, .menu li a.hover {
	background: url(../images/menu_item.png) right -33px no-repeat;
}
.menu li ul {
	position: absolute;
	background: url(../images/submenu_bg.png) left bottom;
	border: 1px solid #fff;
	border-top: 0;
	left: -9999px;
	z-index: 300;
}
.menu li li {
	float: none;
}
.menu li li a {
	color: #fff;
	border-bottom: 1px dotted #fff;
	padding: 4px 6px;
	width: 160px;
	height: 1%;
	float: none;
	background-image: none;
}
.menu  li li a.last {
	border-bottom: 0;
}
.menu li li a:hover, .menu li li a.hover {
	background-color: #003867;
	background-image: none;
}
.menu li li a.hasChild {
	background-image: url(../images/menu_arrow.gif);
	background-position: 160px 8px;
	background-repeat: no-repeat;
}
.content {
	background: #fff url(../images/content_top.png) no-repeat;
	float: left;
	width: 745px;
	position: relative;
}
.content .crumbs, .content .textSize {
	position: absolute;
	right: 38px;
	top: 18px;
	z-index: 10;
	font-size: 10px;
	color: #9f9f9f;
}
.content .crumbs a {
	color: #9f9f9f;
}
.content .textSize {
	top: 58px;
}
.content .textSize span {
	float: left;
	padding: 3px 3px 0 0;
}
.content .textSize a {
	width: 13px;
	height: 13px;
	display: block;
	float: left;
	background: url(../images/textsize.gif) no-repeat;
	text-indent: -9999px;
}
.content .textSize a:hover {
	background-position: left -13px;
	border: 0;
}
.content .textSize .large {
	background-position: -13px top;
}
.content .textSize .large:hover {
	background-position: -13px -13px;
}
.content .contentMid {
	background: url(../images/content_mid.png) repeat-y;
	margin-top: 10px;
	padding: 48px 40px 20px 50px;
	position: relative;
}

.popupResultContent .contentMid
{
	padding-left:40px;
	padding-top:20px;
	overflow:hidden;
}

.popupResultContent .contentMid blockquote
{
	margin-bottom:14px;	
}

.content .contentInner {
	z-index: 1;
	position: relative;
}

.popupResultContent .contentInner h3
{
	margin-top:0px;
}
.content .contentBot {
	background: url(../images/content_bottom.png) no-repeat;
	height: 10px;
	clear: both;
}
.wideContent {
	width: 960px;
	background: #fff url(../images/wide_top.png) no-repeat;
}
.wideContent .contentMid {
	background: url(../images/wide_mid.png) repeat-y;
}
.wideContent .contentBot {
	background: url(../images/wide_bottom.png) no-repeat;
}
.content .crumbs a {
	padding: 2px;
}
.content .crumbs a:hover {
	background: #003867;
	color: #fff;
}
.content a {
	color: #8a8e95;
}
.content .watermark {
	width: 120px;
	height: 81px;
	position: absolute;
	left: 5px;
	top: -5px;
	z-index: 0;
}


.wideContent .watermark {
	top: -4px;
	left: 10px;
}
.footer {
	clear: both;
	padding: 10px 0 20px;
}
.footer .footerInner {
	padding: 14px 34px;
	background: url(../images/footer.png) no-repeat;
}
.footer .footerBot {
	height: 10px;
	background: url(../images/footer.png) left bottom no-repeat;
}
.footer ul {
	float: left;
	margin-right: 20px;
	line-height: 16px;
}
.footer ul ul {
	float: none;
	padding-top: 4px;
}
.footer .links {
	border-right: 1px solid #cecece;
	width: 680px;
	float: left;
}
.footer .copyright {
	float: right;
	text-align: right;
	color: #fff;
	line-height: 16px;
}
.footer a.first {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.footer a.first:hover {
	text-decoration: none;
}
.footer a {
	color: #8a8e95;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
h1, h2 {
	clear: both;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	color: #003867;
	border-bottom: 3px solid #f4f4f4;
}
h1 span {
	color: red;
}
h2 {
	background: url(../images/h2.png) no-repeat;
	font-size: 14px;
	padding-bottom: 16px;
	color: #666;
	margin: 10px 0 0 0;
	font-weight: bold;
}
h3 {
	color: #003867;
	background: url(../images/h3.png) right top no-repeat;
	margin-top: 20px;
	font-weight: bold;
	font-size: 12px;
	padding: 0 20px 24px 0;
	float: left;
}
blockquote {
	background: #f2f2f2;
	color: #778da3;
	padding: 14px;
	margin-top: 14px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	font-weight: bold;
	font-size: 12px;
	font-style: italic;	
}
blockquote.error 
{
    background: #fdefef;
    color: #9a1818;
    border: 0;
}
.content p {
	clear: both;
	line-height: 15px;
	margin-top: 10px;
}
.content a {
	color: #003867;
}
.content a:hover {
	background-color: #003867;
	border-bottom: 2px solid #003867;
	color: #fff;
}
a.button{	
	background: url(../images/sprite-buttons.png) no-repeat 100% -24px!important;
	color:#fff!important;
	display:block;
	float:right;
	height:24px;
	padding-right:8px;
	text-decoration:none;
}
.button span {
	background: url(../images/sprite-buttons.png) no-repeat!important;
	display: block;
	font-size:12px;
	height:12px;
	line-height:12px;
	padding:6px 0 6px 8px;
	text-align:center;
	color:#fff!important;
}
.ie7 .button span{
	background: url(../images/sprite-buttons.png) no-repeat!important;
	display: block;
	font-size:12px;
	height:12px;
	line-height:12px;
	padding:4px 0 8px 8px;
	text-align:center;
	color:#fff!important;
}
.ie8 .button span{
	background: url(../images/sprite-buttons.png) no-repeat!important;
	display: block;
	font-size:12px;
	height:12px;
	line-height:12px;
	padding:4px 0 8px 8px;
	text-align:center;
	color:#fff!important;
}
a.button:hover {
	background-position: 100% -72px!important; text-decoration:none;
	border: 0;
}
a.button:hover span {
	background-position: 0 -48px!important; text-decoration:none;
}
table {
	width: 100%;
	margin-top: 12px;
}
table td, table th {
	padding: 6px 8px;
}
table th {
	color: #666;
	text-align: left;
	padding: 8px;
	vertical-align: top;
	font-weight: bold;
	background: #e3e3e3;
	background-image: -moz-linear-gradient(top, 
							#FEFEFE, 
							#DFDFDF);
	background-image: -webkit-gradient(linear,left top,left bottom,
		color-stop(0, 		#FEFEFE),
		color-stop(1, 		#DFDFDF));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEFEFE',EndColorStr='#DFDFDF')";
	border-right: 1px solid #bebebe;
}
table td {
	border-bottom: 1px dotted #ccc;
}
table th.end {
	border-right: 0;
}
table thead th.first, table thead th.last {
	background: url(../images/table_header.png) no-repeat;
	height: 30px;
	font-weight: bold;
	border-right: 0;
	color:#fff;
}
table thead th.last {
	background-position: right top;
}
table tfoot td.first, table tfoot td.last {
	background: url(../images/table_footer.png) no-repeat;
	border: 0;
}
table tfoot td.last {
	background-position: right top;
}
table.alts tr.alt td {
	background: #f7f7f7;
}
table.hoverable  tr.hover td {
	background: #edf3f8;
	color: #000;
}
table a.btnExpandCollapse {
	background: url(../images/expandcollapse.png) no-repeat;
	display: block;
	width: 10px;
	height: 10px;
	float: left;
	text-decoration: none;
	text-indent: -9999px;
	margin: 2px 4px 0 0;
}
table a.btnExpandCollapse:hover {
	border: 0;
	background-color: transparent;
}
table a.expanded {
	background-position: left -10px;
}
.pagination {
	text-align: right;
	color: #c4cccc;
	padding-bottom: 6px;
}
.pagination a {
	padding: 0 2px;
}
.pagination a.current {
	font-weight: bold;
	color: #3d5871;
	padding: 0 4px;
}
.pagination a.current:hover {
	color: #fff;
}
.buttonRow {
	padding-top: 6px;
	height: 24px;
	clear: both;
}
.text {
	font-size: 11px;
	padding: 4px;
	border: 1px solid #ccc;
	color: #666;
}
.text:focus {
	border: 1px solid #bccad9;
}
.error {
	border: 1px solid #c61919;
}
.field {
/*	height: 26px;*/
	float: left;
	position: relative;
}
.field label {
	float: left;
	padding: 4px 18px 0 0;
	text-align: right;
	width: 100px;
}
.field input {
	float: left;
}
.field span.text {
	display: block;
	float: left;
	border: 0;
}
.required {
	background: url(../images/required.png) left top no-repeat;
	position: absolute;
	width: 7px;
	height: 8px;
	top: 6px;
}
.panel {
	padding-left: 4px;
	background: #f7f7f7 url(../images/panel.png) left top;
	margin-top: 12px;
}
.panel .panelInner {
	padding: 6px 12px;
}
.panel .panelTop {
	background: #f7f7f7 url(../images/panel.png) right top no-repeat;
	height: 6px;
	margin-left:4px;
}
.panel .panelBottom {
	background: #f7f7f7 url(../images/panel.png) left bottom no-repeat;
	height: 6px;
	clear: both;
}
textarea {
     resize: none;
}
.green {
	color: #003867;
}
.modal {
	display: none;
}
.tip {
	cursor: pointer;
}
.tooltip {
	width: 267px;
	color: #1d325f;
}
.tooltip .tooltipInner {
	background: url(../images/tooltip.png) no-repeat;
	padding: 10px 22px;
}
.tooltip .tooltipInner img, .tooltip .tooltipInner span {
	float: left;
}
.tooltip .tooltipInner span {
	padding: 0 0 0 6px;
	font-weight: bold;
	font-size: 12px;
}
.tooltip .tooltipInner p {
	clear: both;
	padding-top: 6px;
}
.tooltip .tooltipFooter {
	background: url(../images/tooltip.png) left bottom no-repeat;
	width: 267px;
	height: 22px;
}
.pageActions 
{
    text-align: right;
    padding: 8px 14px 0 0;
}
.pageActions a 
{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.hidden 
{
    display: none;
}
a.moreinfo {
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	background: url(../images/moreinfo.png) no-repeat;
}
a.moreinfo:hover {
	background-color: transparent;
	border-bottom: 0;
}
.moreinfo td {
	background: #fbf4dc;
	color: #c99353;
	padding: 16px;
}
.moreinfo td b {
	color: #bd7c2a;
}
.moreinfo .col1, .moreinfo .col2 {
	width: 50%;
}
.moreinfo a:hover {
	background: #cfa269;
	border-bottom: 1px solid #a76f1c;
}
.moreinfo a {
	border-bottom: 1px solid #a76f1c;
	border-left: 1px solid #a76f1c;
	display: block;
	margin: 8px 0 0;
	background: #c99353;
	color: #fff;
	font-weight: bold;
	padding: 4px 0;
	text-align: center;
	font-size: 9px;
	text-decoration: none;
}
.hide {
	display: none;
}
.retrievingData {
	background: url(../images/content_loader.gif) no-repeat;
	height: 14px;
	padding: 1px 0 0 24px;
}
.retrievingDataMoreInfo {
	background: url(../images/moreinfo_loader.gif) no-repeat;
}
/*	Login
	========================================== */
#Login .panel {

}
#Login .panel label {
	width: 80px;
}
#Login .panel .buttonRow {
	padding-right: 30px;
}
#Login .panel .text {
	width: 200px;
}
#Login .panel textarea {
	width: 479px;
	height: 300px;
}
#Login .field {
	padding-bottom: 6px;
}
#Login label.agree {
	width: auto;
	float: left;
	margin-left: 4px;
}
#Login .agreeField input{
	margin-top: 4px;
}
#Login .eulaField {
	height: auto;
}
/*	Search
	========================================== */
#Search .panel label, #SearchSearchReference .panel label {
	width: 120px;
	text-align: left;
}
#Search .panel .field, #SearchSearchReference .panel .field {
	margin-top: 12px;
}
#Search .panel input, #SearchSearchReference .panel input {
	width: 390px;
	margin-right: 12px;
}
/*	Consignment History
	========================================== */
#ConsignmentHistory .panel label {
	width: 120px;
	text-align: left;
}
#ConsignmentHistory .panel input {
	width: 390px;
	margin-right: 12px;
}
/*	POD
	========================================== */
#POD .pod {
	background: #eee;
	height: 600px;
	margin-top: 12px;
}
#POD .field {
	height: 20px;
}
#POD .field label {
	width: 55px;
	padding-right: 4px;
}
/*	Enquiry
	========================================== */
#Enquiry .panel .field {
	width: 260px;
	height: 20px;
}
#Enquiry .panel label {
	width: 140px;
}
#Enquiry .panel .referencesField {
	height: auto;
}
#Enquiry .entryFields {
	margin-top: 4px;
}
#Enquiry .entryFields .field {
	clear: both;
	margin-top: 6px;
}
#Enquiry .entryFields .field  label, #Enquiry .messageField label {
	text-align: left;
	width: 120px;
}
#Enquiry .entryFields .field  select {
	width: 210px;
}
#Enquiry .entryFields .field input 
{
    width: 200px;
}
#Enquiry .messageField {
	margin-top: 12px;
	height: auto;
}
#Enquiry .messageField textarea {
	width: 500px;
	height: 140px;
}
/*	Search Results
	========================================== */
#SearchResults .searchPanel label {
	width: 120px;
	text-align: left;
}
#SearchResults .podSummary {
	width: 205px;
	float: left;
	margin-left: 5px;
	padding-left:0px
}
#SearchResults .podSummary a:hover {
	border: 0;
}
#SearchResults .podSummary img {
	float: left;
	margin-left: 0px;
	width: 80px; 
}
#SearchResults .podSummaryMessage
{
	float:left;
	width:100%;	
}
#SearchResults .podSummaryMessage span
{
	float:left;
	padding:5px;
	font-style:italic;
	color:#778DA3;	
	font-size:12px;
	font-weight:bold;
}


#SearchResults .searchPanel .panelInner {
	padding-left: 20px;
}
#SearchResults .searchPanel input {
	width: 390px;
	margin-right: 12px;
}
#SearchResults .summary {
	float: left;
	padding-left:0px;
	width:434px;	
}
#SearchResults .summary .field label{
	width: 80px;
	padding-right: 15px;
}
#SearchResults .historyField {
	padding-top: 8px;
}
#SearchResults .summary .field{
	width: 205px;	
}
#SearchResults .summary .field span.text
{
	word-wrap: break-word;
	width:100px;
}
.podSummary .field label 
{
	padding-right: 0px;
	width:90px;
	text-align:left;
}
.podSummary .field 
{
	width:90px;
	float:left;
}
.podSummary .field span
{
 	word-wrap: break-word;
 	width:90px; 
 	padding-left:0px
}
#SearchResults table.expandable .child {
	display: none;
}
#SearchResults #ArticleSummary th.last, #SearchResults #ConsignmentScans th.last {
	text-align: right;
	padding-right: 12px;
}
#SearchResults #btnExpandCollapseAll, #SearchResults #btnHideShow {
	color: #fff;
}
#SearchResults .search 
{
    height: 30px;
    margin-top: 12px;
}
#SearchResults .search img 
{
    float: left;
    margin-right: 12px;
}
#SearchResults .search .message 
{
    float: left;
    padding-top: 8px;
}
#SearchResults .podDetails {
	clear: both;
}
#SearchResults .podDetails .panel
{
	padding-left:0px;
	width:100%;	
	margin: 0;
	margin-bottom:5px;
}
#SearchResults .podDetails .panel .field
{
	overflow:hidden;	
}
#SearchResults .podDetails .panel .field span.text
{
	width:318px;
	word-wrap: break-word;	
}



#SearchResults .podDetails .panel .captions
{
	float:left; 
	width:445px;	
}

#SearchResults .podDetails .podSummaryMessage
{
	float:left;	
}

#SearchResults .podImage {
	height: 180px;
	width: 180px;
	/*background: url(../images/pod.png) no-repeat;*/
	margin-left:5px;
	float:left;
}
#SearchResults .podSection {
	display: none;
}
a#smallPodImageLink:hover {
	border: 0;
	background: none;
}
.contactMeFieldRadios {
	float: left;
	margin-left: 24px;
}
.contactMeFieldRadios input {
	float: none;
}