/* CSS Document */

#productTopNav {
	border-bottom: 1px solid #DF5A28;
	padding: 4px 0px;
	margin-bottom: 30px;
}
#productTopNav img {
	margin-bottom: 3px;
	vertical-align: middle;
}

#product {
}
#product #main {
	border-right: 1px dotted #95AEB3;
	padding-right: 10px;
}
#product #images {
	padding-left: 10px;
	text-align: center;
	width: 200px;
}
#product #images #next_back {
	border-bottom: 1px solid #666666;
	color; #666666;
	font-size: 12px;
	padding-bottom: 2px;
	text-align: center;
}
#product #images #next_back img {
	vertical-align: middle;
}
#price_leader {

}
#price {

}

#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;
}
