@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53616A;
	margin: 0px;
	padding: 0px;
}
#showAdminBar, #showFootBar, #hideAdminBar, #hideFootBar {
	position: relative;
}
#showAdminBar {
	display: inline;
}
#hideAdminBar {
	display: none;
}
#showFootBar {
	display: inline;
}
#hideFootBar {
	display: none;
}
.pageBackground {
	background-repeat: repeat-x;
	background-position: left top;
}
.contentPadding {
	padding-top: 18px;
}
#mainContent {
	position: relative;
	width: 730px;
	z-index: 25;
}
div {
	z-index: 50;
}
.tablePadding {
	padding-right: 4px;
	padding-bottom: 4px;
}
#subContent {
	position: relative;
	width: 200px;
	z-index: 1;
}
#userLoginArea {
	position: absolute;
	width: 188px;
	left: 766px;
	z-index: 30;
	padding: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#userLoginArea .label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 2px;
}
#userLoginArea a, #accountInfo a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #53616a;
}
#userLoginArea a:hover, #accountInfo a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aeb7bd;
}
#userLoginArea .field input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 128px;
}
#userLoginArea .loginLinks {
	padding-top: 5px;
	padding-bottom: 5px;
}
#accountInfo {
	position: absolute;
	width: 188px;
	left: 766px;
	z-index: 30;
	margin: 0px;
}
#accountInfo .label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-top: 2px;
}
#accountInfo .output {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#accountInfo .user {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #53616a;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-left: 2px;
}
#accountInfo .field input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 140px;
}
#accountInfo .field select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	width: 178px;
}
#accountInfo .address {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

#userNav {
	position: absolute;
	width: 188px;
	left: 766px;
	z-index: 30;
}
#userNav ul {
	margin: 0px;
	padding: 5px;
	list-style-type: none;
}
#userNav a, #userNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #53616a;
	text-decoration: none;
	display: block;
	font-size: 12px;
	padding: 2px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #5e6266;
}
#userNav a:hover, #bottomSection a:hover {
	text-decoration:underline;
}
#userNav a:hover {
	color: #aeb7bd;
}
#bottomSection {
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomSection ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottomSection ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c8ca;
	position: relative;
}
#bottomSection ul li ul li a {
	padding-left: 36px;
	background-repeat: no-repeat;
	background-position: 23px 6px;
}
#bottomSection ul li ul li ul li a {
	padding-left: 59px;
	background-repeat: no-repeat;
	background-position: 46px 6px;
}
#bottomSection ul li a span.arrow, #bottomSection ul li a span.affordance {
	display:none;
}
#bottomSection ul li a.here span.arrow {
	position: absolute;
	left: -15px;
	top: 6px;
	display: inline;
}
#bottomSection ul li a:hover span.affordance {
	position: absolute;
	display: inline;
	right: 5px;
	top: 6px;
}
#topSection {
	z-index: 20;
	position: relative;
}
#bodyContainer {
	position: relative;
	width: 100%;
}
.pleaseLogIn {
	padding-top: 150px;
}
.topNav {
}
.topNav a, .topNav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-left: 8px;
	padding-right: 8px;
}
.topNav a:hover {
	text-decoration: underline;
}
.topNav a.first {
	border-left-style: none;
}
.userBoxBody {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e4eaed;
}
.footer {
	padding-top: 10px;
}
.footer .links {
	background-repeat: repeat-x;
	padding-top: 10px;
}
.footer .links a, .footer .links a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #AAAAAA;
	text-decoration: none;
	font-size: 11px;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	padding-left: 7px;
	padding-right: 7px;
}
.footer .links a:hover {
	text-decoration: underline;
}
.footer .links a.first {
	border-left-style: none;
}
.footer .copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #777777;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .copyright a {
	color: #777777;
}
.footer .copyright a:hover {
	color: #AEB7BD;
}
#contentArea {
	min-height: 690px;
	position: relative;
	width: 730px;
}
#shoppingCart {
	position: absolute;
	width: 210px;
	right: -230px;
	top: -105px;
	display: inline;
}
#shoppingCart a, #shoppingCart a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 5px;
}

.sectionbarred {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #53616A;
	background-color: #cad5df;
	padding: 3px;
	border: 1px solid #c2c9d0;
}
.ltredwborder {
	background-color: #dbe3e7;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #c2c9d0;
	border-bottom-color: #c2c9d0;
	border-left-color: #c2c9d0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.ltredwborder a {
	color: #53616A;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.redheading a {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.sectionbarredborder {
	background-color:#788E9E;
	border:1px solid #AEB0B2;
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:bold;
	padding:2px 2px 2px 5px;
}
.KC_Camisha-left {
	background-color:#E4EBEE;
	border-bottom:1px solid #AEB0B2;
	border-left:1px solid #AEB0B2;
	border-right:1px solid #AEB0B2;
	padding:8px;
}
.KC_Camisha-right {
	background-color:#E4EBEE;
	border-bottom:1px solid #AEB0B2;
	border-right:1px solid #AEB0B2;
	padding:8px;
}
.KC_bottom {
	border-bottom:1px solid #AEB0B2;
	border-left:1px solid #AEB0B2;
	border-right:1px solid #AEB0B2;
}
.KC_Camisha-right .text0blue {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.contentLayout .linksBox {
	border: 1px solid #c2c9d0;
	background-color: #dbe3e7;
}
.contentLayout .linksBox .heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #53616A;
	background-color: #cad5df;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c2c9d0;
	padding: 3px;
}
.contentLayout .linksBox .links ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	color: #53616A;
}
.contentLayout .linksBox .links a {
	color: #53616A;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}
.contentLayout .linksBox .links {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
}
.contentLayout .linksBox .links li {
	padding-bottom: 3px;
}
.contentLayout .rightCol .image {
	padding-bottom: 18px;
}
.contentLayout .copy {
	color: #53616a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
}
.contentLayout h1 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.contentLayout h2 {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.contentLayout .rightCol {
	padding-left: 10px;
	padding-top: 10px;
}
.contentLayout .copy .heading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.contentLayout .topSpace {
	padding-top: 10px;
}
.topborder {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c7c8ca;
}
.topbottom_buff-btborder, .bottomborder {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c8ca;
}
.imagelibright, .imagelibleft {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c7c8ca;
}
.sectionbar, .contentSubHeading {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.landingLinks {
	padding-top: 20px;
	padding-bottom: 20px;
}
.landingLinks .centerCol {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #c3c8cb;
	border-left-color: #c3c8cb;
}
.landingLinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.landingLinks .column {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53616a;
	padding-right: 20px;
	padding-left: 20px;
}
.landingLinks .column .title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #53616a;
	font-weight: bold;
	padding-bottom: 5px;
	display: block;
}
.landingLinks .column hr {
	color: #e0e1e2;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #e0e1e2;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 1px;
}
#headGraphic {
	position: relative;
	height: auto;
	width: 728px;
}
#headGraphic #subPages {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6f818c;
}
#headGraphic #subPages a {
	color: #6f818c;
	text-decoration: none;
}
#headGraphic #subPages a:hover {
	text-decoration: underline;
}
.glossarytext {
	padding-left: 10px;
	padding-bottom: 10px;
}
.s2kboxFrame {
	background-color: #f9fafb;
	border: 1px solid #aeb0b2;
}
.s2kSectionbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #788e9e;
	padding: 2px 2px 2px 5px;
	border: 1px solid #aeb0b2;
}
.s2kboxarea {
	background-color: #e4ebee;
	padding: 8px;
	border-right: 1px solid #aeb0b2;
	border-bottom: 1px solid #aeb0b2;
	border-left: 1px solid #aeb0b2;
}
ol.articleList {
	list-style-type: upper-roman;
	list-style-position: outside;
}
.articleHeading {
	font-weight: bold;
}
.text0,.text0b, .text0blue, .text0blueB, .text0red, .text0redB, .OCHeadings {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
}
.text0blue, .text0blueB {
	color: #788e9e;
	padding-bottom: 1px;
	font-weight: normal;
}
.text0red, .text0redB, .text2redB {
	color: #8F2635;
}
.text0redB, .text0blueB, .text2redB {
	font-weight: bold;
}
.text0b {
	font-weight: bold;
}
.text0w,.text0bw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.text0bw {
	font-weight: bold;
}
.text1,.text1b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.text1b {
	font-weight: bold;
}
.text2redB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.shipInfo {
	color: #CC0000;
}