.product-sidebox {
	margin-bottom: 1em;
	margin-left: 15px;
}
#primary > .product-sidebox {
	float: right;
}

.orderbox {
	background-color: #fff6df;
	border: solid 2px #ffde8f;
	font-size: 100%;
}

.orderbox .price-line label {
	font-weight: bold;
	color: #9f4b00;
}

.orderbox .price-line {
	font-size: 16px;
}

.orderbox h4 {
	background-color: #ffe9af;
	font-weight: bold;
	padding: 4px 8px;
	font-size: 1.05em;
	text-align: center;
	border-bottom: solid 2px #ffde8f;
	margin: 0;
}
.orderbox h5 {
	padding: 4px 0;
	margin: 0;
}

.orderbox .contents {
	padding: 10px;
	text-align: center;
}

.orderbox hr {
	color: #ffde8f;
	background-color: #ffde8f;
	margin: 8px -9px;
}

.orderbox .price {
	font-weight: bold;
	color: #000;
}

.orderbox .options {
	margin-bottom: 4px;
}
.orderbox .options select {
	font-size: 100%;
	text-align: left;
}
.orderbox .bindingoptions label {
	cursor: pointer;
}
.orderbox .ordering-notice {
	font-size: 80%;
	line-height: 120%;
	margin-top: 4px;
	color: #999;
}

.orderbox .cscd-prices {
	font-size: 13px;
	line-height: 1.5;
	text-align: center;
	margin: 0 5px 10px;
}
.orderbox .choice-description {
	margin: 0 0 12px 0;
	font-size: 13px;
	line-height: 21px;
	color: #444;
}
.orderbox .product-selection {
	margin-bottom: 10px;
}
.orderbox .product-selection div {
	display: block;
	text-align: left;
	background: #fff;
	margin: 0;
	border: solid 1px #999;
	border-top: 0;
	font-size: 13px;
	border-collapse: collapse;
	position: relative;
	_position: static; /* IE 6 fix */
}
.orderbox .product-selection div.first {
	border-top: solid 1px #999;
}
.orderbox .product-selection input {
	position: absolute;
	_position: static; /* IE 6 fix */
	top: 10px;
}
.orderbox .product-selection label {
	padding: 11px 10px 11px 42px;
	text-indent: -10px;
	line-height: 1;
	margin: 0;
	cursor: pointer;
	display: block;
}

/* wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }

/* input, label positioning */
.orderbox .custom-checkbox input, 
.orderbox .custom-radio input {
	position: absolute;
	left: 7px;
	top: 10px;
	margin: 0;
	z-index: 0;
}

.orderbox .custom-checkbox label, 
.orderbox .custom-radio label {
	display: block;
	position: relative;
	z-index: 1;
}

.orderbox .custom-checkbox label {
	background: url(/images/products/checkbox.gif) no-repeat; 
}

.orderbox .custom-radio label { 
	background: url(/images/products/radiobutton.gif) no-repeat; 
}

.orderbox .product-selection .custom-radio label {
	background-image: url(/images/products/radiobutton_bluecheckedbg.gif); 
}
.orderbox .product-selection .custom-checkbox label {
	background-image: url(/images/products/checkbox_bluecheckedbg.gif); 
}


.orderbox .custom-checkbox label, .orderbox .custom-radio label {
	background-position: -6px -10px;
}

.orderbox .custom-checkbox.hover label,
.orderbox .custom-checkbox.focus label,
.orderbox .custom-radio.hover label,
.orderbox .custom-radio.focus label {
	background-position: -6px -110px;
}

.orderbox .custom-checkbox.checked label, 
.orderbox .custom-radio.checked label {
	background-position: -6px -210px;
	font-weight: bold;
	background-color: #e0f1ff;
}

.orderbox .custom-checkbox.checkedHover label, 
.orderbox .custom-checkbox.checkedFocus label {
	background-position: -6px -310px;
}

.orderbox .custom-checkbox.focus label, 
.orderbox .custom-radio.focus label {
	outline: 1px solid #f90;
}


/* shorter version */
.orderbox .shorter .custom-checkbox input, 
.orderbox .shorter .custom-radio input {
	left: 4px;
	top: 3px;
}

.orderbox .shorter label {
	padding-top: 5px;
	padding-bottom: 5px;
}

.orderbox .shorter .custom-checkbox label, .orderbox .shorter .custom-radio label {
	background-position: -8px -15px;
}

.orderbox .shorter .custom-checkbox.hover label,
.orderbox .shorter .custom-checkbox.focus label,
.orderbox .shorter .custom-radio.hover label,
.orderbox .shorter .custom-radio.focus label {
	background-position: -8px -115px;
}

.orderbox .shorter .custom-checkbox.checked label, 
.orderbox .shorter .custom-radio.checked label {
	background-position: -8px -215px;
	font-weight: bold;
	background-color: #e0f1ff;
}

.orderbox .shorter .custom-checkbox.checkedHover label, 
.orderbox .shorter .custom-checkbox.checkedFocus label {
	background-position: -8px -315px;
}

.orderbox .shorter .custom-checkbox.focus label, 
.orderbox .shorter .custom-radio.focus label {
	outline: 1px solid #f90;
}


/* IE 6.0 doesn't like our background image */
body.product-page .content > #primary-wrapper {
	background: transparent url(/images/products/blue-masthead-bg.png) top left repeat-x;
}
body.product-page .subnavbar {
	background-image: url(/images/layout/subnavbar-bg-products.png?1001);
}
body.product-page #breadcrumbs,
body.product-page #flash {
	display: none;
}

a.see-large {
	display: block;
	text-align: center;
}

ul.product-details {
	list-style-type: none;
	margin: 0 0 40px;
	font-size: 95%;
	text-align: center;
}
.product-details li {
	line-height: 120%;
	margin-bottom: .5em;
}

.footnotes {
	font-size: 12px;
	border-top: solid 1px #ccc;
	padding-top: 8px;
	color: #666;
}

.footnotes p, .footnotes ol, .footnotes ul {
	margin: 1px 0;
}

.additional-reading {
	padding: 12px;
	text-align: center;
}
.additional-reading h4 {
	border-bottom: solid 1px #999;
}
.additional-reading ul {
	margin: 0;
}
.additional-reading li {
	list-style-type: none;
	font-size: 13px;
	line-height: 21px;
}
.additional-reading a {
	display: block;
	margin-bottom: 4px;
	text-decoration: none;
	padding: 3px;
}
.additional-reading a:hover,
.additional-reading a:active {
	background: #fffad3;
}
.spacer {
	font-size: 1px;
	line-height: 1px;
}


.add-to-cart-button {
	background: url(/images/button-cart-bg.png) 0 0 repeat-x;
	border: solid 2px darkblue;
	color: darkblue;
	font-size: .95em;
	font-weight: bold;
	padding: 3px 3px;
	margin: 0;
	font-family: Arial, sans-serif;
	cursor: pointer;
	width: 95%;
}
.add-to-cart-button img {
	vertical-align: -2px;
	margin-right: 5px;
}
.add-to-cart-button.disabled {
	background: #ddd none;
	border: solid 2px gray;
	color: #333;
}

button.sd { 
	position: relative;
	_position: static; /* for IE 6.0 */
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}
button.sd::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}
button.sd > span { /* ">" hides from IE 6.0 */
	position: relative;
	display: block; 
	white-space: nowrap;	
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button.sd span { margin-top: -1px; }
}

button.sd { 
	padding: 2px 10px 2px 2px; 
	margin-right:5px; 
	font-size:16px; 
	font-weight: bold;
	text-align: center; 
	background: transparent no-repeat right -138px; 
}
button.sd span {
	padding: 10px 5px 0 15px; 
	height:31px; 
	background: transparent no-repeat left top; 
}
button.sd:hover, button.sd-hover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -208px; 
}
button.sd:hover span, button.sd-hover span {
	background-position: 0 -70px;
}
button.sd-yellow { 
	background-image: url(/images/btn_gold_sprite.gif); 
}
button.sd-yellow span {
	background-image: url(/images/btn_gold_sprite.gif);  
	color:#009; 
}
button.sd.disabled { 
	background-image: url(/images/btn_disabled_sprite.gif); 
}
button.sd.disabled span {
	background-image: url(/images/btn_disabled_sprite.gif);  
	color:#333; 
}
button.sd.disabled:hover { 
	background-position: right -140px; 
	cursor: default;
}
button.sd.disabled:hover span {
	background-position: 0 0;
}



#products-subnavbar {
	height: auto;
}

#product_pager {
	position: relative;
	_position: static;
	overflow: hidden;
	width: 958px;
	height: 60px;
	padding: 6px 0 9px;
}
#product_pager div.holder {
    width:4000px;
    position:absolute;
}
#product_pager {
	clear: both;
}
#product_pager ul.product_pager_page {
    list-style: none;
    overflow: visible;
	padding: 0 20px;
    margin: 0;
	float: left;
	width: 938px;
}
#product_pager ul.product_pager_page li {
    float: left;
    white-space: nowrap;
	width: auto;
}
#product_pager ul.product_pager_page li {
    float: left;
    white-space: nowrap;
	_width: 179px; /* for IE 6.0 only */
}
#product_pager .product_pager_page li a {
	border: solid 1px #a8c8cf;
	margin-right: 10px;
	height: 60px;
	display: block;
	color: #555;
	padding: 5px 25px 0px 8px;
}
#product_pager .product_pager_page li a:link,
#product_pager .product_pager_page li a:visited {
	color: #fff;
	text-decoration: none;
	background: #d1eaef;
}
#product_pager .product_pager_page li a.active:link,
#product_pager .product_pager_page li a.active:visited {
	background: rgb(118, 162, 171) url(/images/products/pager/pagerbg_selected.png) 50% 0% no-repeat;
}
#product_pager .product_pager_page li a:hover {
	background: #95e0ef;
}
#product_pager .product_pager_page li a:active {
	background: #e0ecef;
}
#product_pager .product_pager_page li img {
	display: block;
}
#product_pager .product_pager_page li.pager a {
	border: 0;
	padding-left: 20px;
	background: transparent;
	-moz-border-radius: 18px;
}
#product_pager .product_pager_page li.pager a:hover {
	border: 0;
	background: transparent;
	background: #95e0ef;
}
#product_pager .product_pager_page li.label {
    margin-top: 18px;
    color:#63959F;
    font-size:14px;
    font-weight:bold;
    cursor:default;
    margin-right: 15px;
}
