.selection-box {
	margin: 25px 0 0 30px;
	width: 212px;
	background: url(../imgs/products/selection-box.png) left 16px no-repeat;
}

.selection-box h3 {
	background: url(../imgs/products/selection-box-top.png) no-repeat;	
	padding: 15px 23px 0 15px;
	font-weight: bold;
	color: #95908e;
}

.selection-box h3 span {
	display: block;
	padding: 0 0 5px 8px;
	border-bottom: 1px solid #bebec0;
}

.selection-box div {
	overflow: hidden;
	background: url(../imgs/products/selection-box-bottom.png) left bottom no-repeat;		
	padding: 10px 20px 30px 20px;
	min-height: 30px;
}

.selection-box ul {
	width: 160px;
}

.selection-box li {
	float: left;
}

.selection-box li.active {
	border: 3px solid #a4a9ab;
}

.selection-box li.active a {
	margin: 1px;
}

.selection-box ul a {
	width: 21px;
	height:21px;
	display: block;
	margin: 4px;
	border: 1px solid #83A4BF;
}

.hover-box, .active-box {
	background-position: -215px 16px;
}

.hover-box h3, .active-box h3 {
	background-position: -215px 0;
}

.hover-box div, .active-box div {
	background-position: -215px bottom;
}

#specs {
	width: 232px;	
	background: url(../imgs/products/specs-box.png) 0 51px no-repeat;	
	position: absolute;
	right: 20px;
	top: 150px;
	text-align: center;	
}

#specs h3 {
	text-align: left;
	float: left;
	width: 100px;	
	cursor: pointer;
	padding: 14px 0 14px 15px;
	line-height: 14px;
}

#specs h3.active {
	font-weight: bold;
	cursor: default;
}

#tabs {
	height: 51px;
	background: url(../imgs/products/tab-left.png) no-repeat;
}

div.active-tab2 #tabs {
	background: url(../imgs/products/tab-right.png) no-repeat;	
}

#specs div.single-tab {
	background: url(../imgs/products/single-tab.png) no-repeat;	
}

table.hide {
	display: none;
}

#bottom {
	background: url(../imgs/products/specs-bottom.png) no-repeat;
	height: 19px;
	width: 232px;
}

#specs table {
	margin: 0 15px;
	line-height:12px;
	width: 195px;
}

#specs th {
	color: #5e5d5b;
	padding-bottom: 5px;
	font-size: 12px;
}

#specs th h4 {
	border-bottom: 1px solid #b4babd;
	padding-bottom: 5px;
}

#specs td {
	padding: 3px 10px 3px 0;

}

#specs td.customPrice {
	white-space: normal;
}

#content {
	position: relative;
	background: none;
	width: 850px;
}


#product {
	width: 480px;
	height: 400px;
	position: absolute;
	top: 120px;
	left: 350px;
}

#loading {
	margin: 150px 0 0 50px;
}



#landingDescription {
	width: 276px;
	color: #5e5d5b;
	position: relative;
}

#landingDescription h3 {
	color: #3d3836;
}


#landingDescription ul {
	margin: 0 0 0 20px;
	list-style: disc;
}

#landingDescription ul li {
	padding: 2px 0;
}



#bottleLinksLanding {
	position: absolute;
	left: -20px;
	top: 200px;
}

#bottleLinksLanding p {
	padding-left: 20px;
}

#bottleLinksLanding p a {
	color: #57759c;
}



#bottleLinksLanding div {
	width: 138px;
	float: left;
	text-align: center;
}
	#bottleLinksLanding div.buyNowLandingBtn {
		width: auto;
		float: none;
		padding-top: 15px;
		clear: both;
	}





#bottleLinksLanding div img {
	margin: 0 auto;
	display: block;
}

#bottleLinksLanding div a {
	display: block;
	text-decoration: none;
}

#bottleLinksLanding div a span {
	padding: 6px 0 12px 0;
	display: block;
	color: #5e5d5b;
}
	#bottleLinksLanding div a:hover span {
		color: #000;
		font-weight: bold;
	}
#bottleLinksLanding div a span.additional {
	padding-top: 0;
}










#mainStoreLanding div {
	width: 138px;
	float: left;
	text-align: center;
}

#mainStoreLanding div img {
	display: block;
}

#mainStoreLanding div a {
	display: block;
	text-decoration: none;
}

#mainStoreLanding div a span {
	padding: 6px 0;
	display: block;
	color: #5e5d5b;
}
	#mainStoreLanding div a:hover span {
		color: #000;
		font-weight: bold;
	}








