/* general styles */

h1 {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	margin: 0 10px 15px;
	letter-spacing: -1px;
}

h2 {
	font-size: 20px;
	line-height: 26px;
	color: #000;
	margin: 0 10px 10px;
	letter-spacing: -1px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	margin: 0 10px 10px;	
	letter-spacing: -1px;
}

h3 a { color: #690; }
h3 a:hover { color: #999; }

h4 {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin: 0 10px 10px;
}

p, ul, ol, dl {	margin: 0 10px 10px; }
li { margin: 0 15px 5px 25px; }
ul>li { list-style: square; }

.big { font-size: 14px; }

.align-left { text-align: left !important; }
.align-center { text-align: center !important; }
.align-right { text-align: right !important; }

.float-left {
	float: left !important;
	width: auto !important;
	clear: none;
	margin: 0 10px 10px 0;
}

.float-right {
	float: right !important;
	width: auto !important;
	clear: none;
	margin: 0 0 10px 10px;
}

.keyline { border: 1px solid #ccc; }

.bug {
	display: inline-block;
	padding: 2px 3px;
	font-size: 10px;
	line-height: 12px;
	background: #690;
	font-weight: bold;
	text-shadow: 0 -1px 0 #527a00;
	color: #fff;
	margin: 0 2px;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

/* breadcrumb */

#breadcrumb {
	padding: 12px 25px;
	position: relative;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
}

#breadcrumb p { color: #999; margin: 0; }
#breadcrumb p a { margin: 0 5px; }

#breadcrumb a { color: #333; }
#breadcrumb a:hover { color: #999; }

ul.actions {
	position: absolute;
	right: 12px;
	top: 5px;
	margin: 0;
}

ul.actions li {
	display: inline;
	list-style: none;
	margin: 0;
}

ul.actions a {
	float: left;
	padding: 6px 6px 6px 24px;
	position: relative;
	border: 1px solid #fff;
	text-shadow: 0 1px 0 #fff;
	margin: 0 2px 0 0;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

ul.actions a:hover {
	border-color: #ddd;
	background: #eee;	
}

ul.actions a .icon {
	background: url(../images/icon-actions.png) no-repeat left top;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 5px;
	top: 5px;
}

ul.actions li.actions-share .icon { background-position: left top; }
ul.actions li.actions-print .icon { background-position: right top; }

/* layout */

#body {
	padding: 0 20px 20px;
	position: relative;
}

#sidebar {
	float: left;
	width: 220px;
	position: relative;
}

#content {
	float: right;
	width: 700px;
	min-height: 500px;
	position: relative;
}

#contentSSO {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}


#content.full {
	float: none;
	width: auto;
}
#content.middle {
	float: none;
	margin-left: 120px;
	margin-right: 120px;
}

.section {
	padding: 0 0 20px;
	position: relative;
	clear: both;
}

/* subnav */

ul.subnav {
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	padding-bottom: 11px;
	margin: 0;
}

ul.subnav li a { color: #333; }
ul.subnav li a:hover { color: #999; }

ul.subnav li {
	border: 1px solid #ddd;
	list-style: none;
	position: relative;
	margin: 0 0 -1px;
	overflow: hidden;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.ff ul.subnav li { overflow: visible; }

ul.subnav li .subnav-header {
	display: block;
	padding: 8px 30px 8px 10px;
	cursor: pointer;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	
	background: #eee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* ie */
}

ul.subnav li ul {
	padding: 8px 10px;
	font-weight: normal;
	line-height: 14px;
	max-height: 180px;
	overflow: auto;
	margin: 0;
	position: relative;
}

ul.subnav li ul li {
	border: none;
	padding: 3px 0;
	margin: 0;
}
ul.subnav .ui-icon {
	position: absolute;
	right: 5px;
	top: 6px;
	background: url(../images/icon-sheet.png) no-repeat left bottom;
	width: 20px;
	height: 20px;
}


ul.subnav li a.subnav-header .ui-icon { background-position: -40px bottom; }
ul.subnav li a.subnav-header:hover .ui-icon { background-position: -40px top; }

ul.selected a.subnav-header .ui-icon { background-position: right top !important; }
ul.selected a.subnav-header:hover .ui-icon { background-position: right bottom !important; }

/* accordion & expansion */

ul.subnav li .ui-state-active {
	border-bottom: 1px solid #ddd;
	color: #fff;
	text-shadow: 0 -1px 0 #007aa3;
	
	background: #09c;
	background: -moz-linear-gradient(top, #0099cc 0%, #007aa3 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0099cc), color-stop(100%,#007aa3)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099cc', endColorstr='#007aa3',GradientType=0 ); /* ie */
}

ul.subnav li .ui-state-active a {
	color: #fff;
	text-shadow: 0 -1px 0 #007aa3;
}

ul.subnav li .ui-state-active .ui-icon { background-position: -20px top; }


/* content expanders */

.expand h2 {	
	border: 1px solid #ddd;
	position: relative;
	font-size: 14px;
	line-height: 18px;
	text-shadow: 0 1px 0 #fff;
	padding: 9px;
	margin: 0 0 10px;
	cursor: pointer;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	
	background: #eee;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 ); /* ie */
}

.expand h2 .ui-icon {
	background: url(../images/icon-sheet.png) no-repeat left bottom;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 8px;
	top: 8px;
	text-indent: -9999em;
}
.expand h2.ui-state-active .ui-icon { background-position: -20px top; }

/* facets */

ul.subnav li .subnav-header small {
	font-weight: normal;
	font-size: 11px;
}

ul.subnav li ul li small {
	color: #999;
	font-size: 11px;
}

ul.subnav li ul li.subnav-remove a {
	color: #c00;
	background: url(../images/icon-sheet.png) no-repeat -62px top;
	display: inline-block;
	padding: 3px 0 0 20px;
	height: 17px;
}

ul.subnav li ul li.subnav-remove a:hover {
	background-position: -62px bottom;
	color: #999;
}

ul.parents {
	background: #e1f2f8;
	border: 1px solid #cad9df;
	margin: 0 0 10px;
	padding: 5px 5px 5px 10px;
	text-shadow: 0 1px 0 #fff;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

ul.parents ul { margin: 0; }

ul.parents li {
	list-style: none;
	background: url(../images/arrow-parent.png) no-repeat left 8px;
	padding-left: 14px;
	margin: 0;
}

ul.parents li a {
	color: #333;
	position: relative;
	display: block;
	height: 21px;
	padding: 3px 0 0;
}
/*
ul.parents li a .icon {
	background: url(../images/icon-sheet.png) no-repeat right top;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 0;
	text-indent: -9999em;
}
ul.parents li a:hover .icon { background-position: right bottom; }
*/

ul.parents li a:hover { color: #999; }

/* sidebar content */

.sidebar-content {
	padding-top: 10px;
}

.sidebar-content ul { margin: 0 0 5px; }

.sidebar-content ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 5px;
}

/* tabs */

.tab {
	clear: both;
	position: relative;
}

ul.tab-nav {
	border-bottom: 1px solid #ddd;
	height: 31px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
	
	background: #fff;
	background: -moz-linear-gradient(top, #ffffff 0%, #dddddd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#dddddd)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ); /* ie */
}

#content ul.tab-nav { padding-left: 10px; }

ul.tab-nav li {
	list-style: none;
	float: left;
	margin: 0;
}

ul.tab-nav li a {
	display: block;
	background: #eee;
	border: 1px solid #ddd;
	height: 22px;
	padding: 8px 12px 0;
	margin-left: -1px;
	color: #333;
	
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	
	behavior: url(js/PIE.htc);
}

ul.tab-nav li a:hover { background: #ddd; }

ul.tab-nav li.ui-tabs-selected a {
	background: #fff;
	color: #416e9b;
	cursor: default;
	height: 23px;
	border-bottom: none;
}

ul.tab-nav-img li a {
	padding: 4px 4px 0;
	height: 26px;
}

ul.tab-nav-img li.ui-tabs-selected a { height: 27px; }

.ui-tabs-hide {
/* 	 position: absolute; */
/* 	 left: -9999em; */
	display: none;
	}

.tab-content { padding: 20px 0; }

/* resources */

#resources.tab-content { padding-left: 0; padding-right: 0; }

.resources-list {
	float: left;
	width: 329px;
	padding: 0 10px;
}

.resources-list ul {
	border-top: 1px solid #ddd;
}

.resources-list li { 
	margin: 0;
	list-style: none;
	position: relative;
	min-height: 18px;
	padding: 11px 40px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
}

.resources-list li img.resources-list-thumb {
	position: absolute;
	left: 0;
	top: 5px;
	width: 30px;
	height: 30px;
}

.resources-list li img.resources-list-icon {
	position: absolute;
	right: 0;
	top: 8px;
}

/* slideshow */

.slideshow {
	width: 700px;
	height: 290px;
	position: relative;
	overflow: hidden;
	margin: 0 0 15px;
}

.slideshow ul,
#content .slideshow ul {
	width: 700px;
	height: 290px;
	overflow: hidden;
	margin: 0;
}

.slideshow ul li {
	list-style: none;
	width: 750px;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

.banner {
	width: 700px;
	margin: 0 0 10px;
	padding: 1px 0 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

.slideshow ul li h2,
.banner h2 {
	margin: 20px 20px 10px;
	font-size: 32px;
	line-height: 36px;
	color: #fff;
}

.slideshow ul li p,
.banner p,
.banner ul,
.banner ol {
	font-size: 16px;
	line-height: 24px;
	margin: 0 20px 10px;
	list-style: none;
}

.slideshow ul li.onwhite h2,
.onwhite h2,
.slideshow ul li.onwhite p,
.onwhite p,
.onwhite ul,
.onwhite ol {
	color: #333;
	text-shadow: 0 1px 0 #fff;
}

.banner li {
	list-style: none;
	margin: 0;
}

.slideshow ul li p a,
.banner p a,
.banner li a { color: #fff; text-decoration: underline; }
.slideshow ul li p a:hover,
.banner p a:hover,
.banner li a:hover { color: #ccc; }

.slideshow ul li.onwhite p a,
.onwhite p a,
.onwhite li a { color: #416e9b !important; }
.slideshow ul li.onwhite p a:hover,
.onwhite p a:hover,
.onwhite li a:hover { color: #999 !important; }

.slideshow ul li .buttons {
	position: absolute;
	right: 60px;
	bottom: 20px;
}

.slideshow ul li .buttons a.button {
	
	box-shadow: 0 0 15px rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.slideshow-nav {
	position: absolute;
	bottom: 15px;
	left: 15px;
	height: 20px;
	z-index: 50;
}

.slideshow-nav a {
	float: left;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	background: url(../images/slideshow-nav.png) no-repeat left top;
	text-indent: -9999em;
}

.slideshow-nav a.activeSlide { background-position: left bottom; }

/* callouts */

ul.callouts {
	margin: 0;
}

ul.callouts li {
	list-style: none;
	margin: 0 0 10px;
}

ul.callouts img { display: block; }

/* banners */

ul.banners {
	display: inline-block;
	min-height: 110px;
	padding: 0 0 0 10px;
	margin: 0;
}

ul.banners li {
	float: left;
	padding: 0 10px;
	list-style: none;
	margin: 0;
}

/* list headers */

.header {
	position: relative;
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	color: #666;
	text-transform: uppercase;
	height: 20px;
}

.header span,
.header label {
	position: absolute;
	top: 0;
}

.header label.header-check {
	left: 8px;
	text-transform: none;
	color: #999;
}

.header label.header-check input { margin-right: 3px; }

.header a.sort {
	width: 8px;
	height: 12px;
	display: inline-block;
	background: url(../images/arrow-sort.gif) no-repeat center top;
	text-align: left;
	text-indent: -9999em;
	margin-left: 2px;
}

.header a.sort-up { background-position: left top; }
.header a.sort-down { background-position: right top; }

/* tables */

table {
	margin: 0 0 10px;
	border-collapse: collapse;
	text-shadow: 0 1px 0 #fff;
	width: 700px;
}

table th {
	border: 1px solid #ddd;
	margin: 0;
	padding: 6px 10px;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 3px double #ccc;
}

table td {
	border: 1px solid #ddd;
	margin: 0;
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

table .alt th,
table .alt td { background: #eee; }

/* address box (checkout & account */

.shipaddress-box {
	padding: 14px 4px;
	position: relative;
	border: 1px solid #ddd;
	background: #eee;
	text-shadow: 0 1px 0 #fff;
	margin: 0 0 10px;
	overflow: hidden;
	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.shipaddress-box p.shipaddress-new {
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #666;
}

.shipaddress-box a.button-bug {
	position: absolute;
	right: 14px;
	top: 14px;
}

.shipaddress-left { float: left; width: 47%; height: 110px; }
.shipaddress-right { float: right; width: 47%; height: 110px; }

/* site map */

ul.sitemap {
	font-weight: bold;
	font-size: 14px;
}

ul.sitemap li {
	border: 1px solid #ddd;
	padding: 10px;
	list-style: none;
	margin-left: 0;
	margin-right: 0;
}

ul.sitemap li ul {
	margin: 10px 0 0;
	border-top: 1px solid #eee;
	padding: 5px;
	font-size: 12px;
}

ul.sitemap li ul li {
	border: none;
	border-bottom: 1px solid #eee;
	padding: 5px;
	margin: 0;
}

ul.sitemap li ul li ul {
	border: none;
	margin: 0;
	padding: 10px 0 0;
	font-weight: normal;
}

ul.sitemap li ul li ul li {
	border: none;
	padding: 0;
	margin: 0 15px 5px 25px;
	list-style: square;
}

/* messages */

.message {
	margin: 0 0 20px;
	padding: 15px 15px 10px;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.message p,
.message ul,
.message ol {
	margin: 0 0 5px;
}


.message-green { background-color: #d7e7b6; }
.message-yellow { background-color: /* #faf2ae */ #fbf3bf; }
.message-red { background-color: #f7d9d9; }
	
/* admin box */

#admin {
	background: #eee;
	border: 1px solid #ddd;
	text-shadow: 0 1px 0 #fff;
	padding: 9px 9px 8px;
	position: relative;
	margin: 10px auto 0;
	width: 960px;
	text-align: left;
	
	box-shadow: 0 0 10px #a0beca;
	-moz-box-shadow: 0 0 10px #a0beca;
	-webkit-box-shadow: 0 0 10px #a0beca;
	
	behavior: url(js/PIE.htc);
}

#admin dl {
	width: 501px;
	margin: 0;
}

#admin dl dt {
	float: left;
	width: 100px;
	padding: 3px 0;
	font-weight: bold;
}

#admin dl dd {
	float: left;
	width: 150px;
	padding: 3px 0;
}

#admin dl dd.admin-user {
	width: 400px;
}

#admin ul {
	position: absolute;
	right: 9px;
	top: 9px;
	margin: 0;
}

#admin ul li {
	display: inline;
	list-style: none;
	margin: 0;
}
	
/* tooltips */

.tooltip {
	position: relative;
	text-align: left;
}

.tooltip .tooltip-query {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background: url(../images/icon-tips.png) no-repeat -2px -22px;
	text-indent: -9999em;
}

.tooltip .tooltip-stop {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	background: url(../images/icon-tips.png) no-repeat -2px -2px;
	text-indent: -9999em;
}

.tooltip a.tooltip-text {
	margin: 0 5px;
	font-weight: bold;
	font-size: 11px;
}

.tooltip span.tooltip-text {
	margin: 0 5px;
	font-weight: bold;
	color: #666;
	font-size: 11px;
	cursor: help;
}

.tooltip .tooltip-content {
	display: none;
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 250px;
	padding: 14px;
	text-align: left;
	background: #fbf3bf;
	border: 1px solid #ccc;
	font-weight: normal;
	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	color: #333;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	behavior: url(js/PIE.htc);
}

.tooltip .tooltip-downward {
	top: 15px !important;
	bottom: auto !important;
}

.tooltip .tooltip-content a { font-weight: bold; }

.tooltip:hover .tooltip-content,
.active .tooltip-content {
	display: block !important;
}

.tooltip .tooltip-cvv {
	display: none;
	position: absolute;
	right: 0;
	bottom: 15px;
	width: 360px;
	padding: 14px;
	text-align: left;
	background: #fbf3bf;
	border: 1px solid #ccc;
	font-weight: normal;
	box-shadow: 0 0 10px #ccc;
	text-shadow: 0 1px 0 #fff;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0;
	color: #333;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	behavior: url(js/PIE.htc);
}
.tooltip .tooltip-cvv a { font-weight: bold; }

.tooltip:hover .tooltip-cvv,
.active .tooltip-cvv {
	display: block !important;
}
.tooltip:hover { z-index: 9999; }

.content-without-leftnav {
	float:none !important;
	margin-left: 130px;
}

.content-pdf-h1 {
	width: 660px;
}


#admin-result{
	padding: 9px 9px 8px;
	position: relative;
	margin: 10px auto 0;
	width: 960px;
	text-align: left;
	
	behavior: url(js/PIE.htc);
}
#admin-result dl {
	width: 501px;
	margin: 0;
}

#admin-result dl dt {
	float: left;
	width: 100px;
	padding: 3px 0;
	font-weight: bold;
}

#admin-result dl dd {
	float: left;
	width: 150px;
	padding: 3px 0;
}

#admin-result dl dd.admin-user {
	width: 400px;
}

#admin-result ul {
	position: absolute;
	right: 9px;
	top: 9px;
	margin: 0;
}

#admin-result ul li {
	display: inline;
	list-style: none;
	margin: 0;
}