/* CSS Document */

#productTopNav {
	border-top: 1px solid #ECECEC;
	padding: 20px 0px;
	margin-top: 50px;
}
#productTopNav img {
	margin-bottom: 3px;
	vertical-align: middle;
}

#product {
}
#product #main {
	padding-left: 25px;
}
#product #images {
	text-align: center;
}
#product #images #big_image {
	background-image: url(/site_assets/www.chairlines.com/images/product_background.gif);
	display: table;
	height: 366px;
	overflow: hidden;
	text-align: left;
	width: 291px;
	#position: relative; /* For IE6 */	  
}
#product #images #big_image div.middle {
	 display: table-cell; 
	 vertical-align: middle; 
	 width: 100%;
	 #position: absolute; /* For IE6 */ 
	 #top: 50%; /* For IE6 */
}
#product #images #big_image div.inner {
	text-align: center;
	#position: relative; /* For IE6 */ 
	#top: -50%; /* For IE6 */ 
}
#product #images #big_image img {
	vertical-align: middle;
}
#product #images #next_back {
	border-bottom: 1px solid #666666;
	color: #666666;
	font-size: 12px;
	margin-top: 16px;
	padding: 2px 0px;
	text-align: center;
}
#product #images #next_back img {
	vertical-align: middle;
}
#price_leader {

}
#price, #catalogue_num {
	color: #990000;
	font-weight: bold;
}

#buy {
	
}
#buy input.button {

}
#buy #skuSelect {

}
#buy #quantity {

}
#buy #addButtons {

}
#buy #addButtons input {

}
#buy #grid th {

}
#buy #grid td {

}

#imagePopup {
	padding: 5px;
	position: absolute;	
	visibility: hidden;
	z-index: 99;
}
#imagePopup #close {
	left: 7px;
	position: absolute;
	top: 7px;	
	z-index: 100;
}
#imagePopup #close a, #imagePopup #close a:hover {
	background-image: url(../images/themeIcons/closePopup.png);
	display: block;
	height: 31px;
	text-decoration: none;
	width: 31px;
}

