﻿
/* Useless placehold header */
#headerContainer {
	width:960px;
	height:1%;
	overflow:hidden;
	opacity: 0.35;
	margin-left:auto;
	margin-right:auto;
}

/* Main Container [Content and Sidebar] */
#mainContainer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

/* Content Styling */
#contentContainer {
	width:960px;
	float:left;
}

/* Product Description */
#productContainer {
	margin-left: auto;
	margin-right: auto;
	height: 1%;
	width: 640px;
	left:0px;
	position:relative;
}
		
/*#productTitle {
	position: relative;
	left: -90px;
	display: inline-block;
	z-index: 1;
	background-color: #00457e;
	padding: 2px 115px 2px 115px;
	text-align: center;
	min-width:75px;
	max-width: 600px;
	height: 25px;
	    -moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
}*/
			
#productTitle {
	position: absolute;
	display: inline-block;
	left: -5px;
	top: 0;
	z-index: 1;
}

#productTitle .left {
	position: relative;
	float: left;
	width: 15px;
	height: 29px;
	background-image: url('/Style Library/Images/product_left.png');
}

#productTitle .middle {
	position: relative;
	float: left;
	padding: 2px 60px 2px 60px;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
	max-width: 570px;
	height: 25px;
	background-color: #00457e;
}

#productTitle .right {
	position: relative;
	float: left;
	width: 15px;
	height: 29px;
	background-image: url('/Style Library/Images/product_right.png');
}
			
#productTitle .middle span {
	font-size: 20px;
	font-weight: 600;
	color: #FFF;
}

#ropePreview {
	float: left;
	position: relative;
	display:block;
	top: 0px;
	z-index: 0;
	width: 90px;
	padding-top: 26px;
}
			
#productInfo {
	float: left;
	width: 265px;
	display: block;
	padding-top: 32px;
}

#productInfo p {
	margin-top: 8px;
	margin-bottom: 8px;
	font-size: 13px;
	text-transform: uppercase;
}

#productInfo p > strong {
	color: #777777;
	margin-right: 5px;
}
				
#colorOptions {
	position: absolute;
	display: block;
	top:  32px;
	right: 0;
	width: 220px;
	height: 94px;
	overflow: hidden;
}

#colorOptions p {
	margin-top: 8px;
	margin-bottom: 8px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	color: #777777;
}
				
#productDescription {
	position: relative;
	display: block;
	float: left;
	width: 510px;
	font-size: 13px;
	padding-top: 20px;
}

/*#productDescription .spacer {
	float: right;
	width: 245px;
	height: 30px;
}*/
					
/* Product Specifications */
#specsContainer {
	/*height: 1%;
	overflow: hidden;*/
	/*position: relative;
	top: -25px;*/
	/*padding-right:25px;*/
	padding-top:10px;
}

#specsContainer span.tableTitle {
	margin-top: 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 13px;
	color: #777777;
	font-weight: 600;
}

#elasticContainer {
	display: block;
	float: left;
	margin-bottom: 5px;
	padding-top: 30px;
	position: relative;
}

#elasticContainer .elasticTitle {
	margin-top: 8px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 13px;
	color: #777777;
	font-weight: 600;
}

:root #elasticContainer .elasticTitle { top: -20px \0/IE9; }  /* IE9 */

.elasticTable {
	/*float: right;*/
	margin-top:5px;
	text-align: center;
	font-size: 12px;
	border: 1px #dddddd solid;
	border-spacing: 0;
	color: #777777;
}

.elasticTable .columnTitles {
	font-size: 10px;
	font-weight: 700;
	border-bottom: 2px #000000 solid;
}

.elasticTable .columnTitles > td:nth-child(even) {
	border-bottom: 2px #000000 solid;
}

.elasticTable .columnTitles > td:nth-child(odd) {
	border-bottom: 2px #000000 solid;
}

.elasticTable .columnTitles > td {
	padding: 0 10px 0 10px;
}

.elasticTable tr > td {
	border: 1px #dddddd solid;
}

#specsContainer {
	display: block;
	float: left;
	width: 550px;
	padding-top: 30px;
}

.specsTable {
	max-width: 550px;
	text-align: center;
	font-size: 12px;
	border: 1px #dddddd solid;
	border-spacing: 0;
	margin-top:5px;
}

.specsTable .columnTitles {
	font-size: 10px;
	color: #777777;
}

.specsTable tr.columnTitles {
	border-bottom: 1px #000000 solid;
	font-weight: 700;
}
/*
.specsTable .columnTitles > th:nth-child(even) {
	background-color: #e1f4fd;
	border-bottom: 2px #000000 solid;
}

.specsTable .columnTitles > th:nth-child(odd) {
	background-color: #efefef;
	border-bottom: 2px #000000 solid;
}

.specsTable tr > td:nth-child(even) {
	background-color: #e1f4fd;
}
*/

.specsTable .columnTitles th {
	max-width: 80px;
}

.specsTable .columnTitles th.even {
	background-color: #e1f4fd;
	border-bottom: 2px #000000 solid;
}

.specsTable .columnTitles th.odd {
	background-color: #efefef;
	border-bottom: 2px #000000 solid;
}

.specsTable tr > td.even {
	background-color: #e1f4fd;
}

.specsTable tr > td {
	border: 1px #dddddd solid;
	white-space: nowrap;
}


/* Sidebar Styling */
#sidebarContainer {
	width:240px;
	height:1%;
	overflow:hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 16px;
	float:right;
}

#print-selector > a {
	font-size: 15px;
	font-weight: 600;
	color: #003e74;
	text-transform: uppercase;
}

#print-selector > p {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 10px;
}

#print-selector > p > a {
	text-decoration: underline !important;
}

.listTitle {
	margin: 15px 0 5px 0;
	padding: 5px 0 5px 0;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #008bdc;
	cursor: pointer;
}

.listTitle .chevron {
	display: inline-block;
	height: 9px;
	width: 12px;
}

.listTitle .chevron.expand {
	background-image: url("/Style Library/Images/chevron-down.png");
}

.listTitle .chevron.collapse {
	background-image: url("/Style Library/Images/chevron-up.png");
}

.listTitle UL {
	padding-left: 16px;
	margin: 0px;
	font-size: 12px;
	color: #676767;
}