/*Left Nav*/
#divAccountInformation {
	display: none;
}

#divAccountServices {
	display: none;
}

/*Middle Content*/
#hidden {
	display: none;
}
.productLabel {
	width: 500px;
	height: auto;
}

#controls {
	width: 189px;
	margin: 20px;
	float: right;
}
#controlsHeader {
	background-image: url(/images/design-parts/product-buy-background-header.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 190px;
}
#controlsMiddle {
	padding: 5px 10px;
	background-color:#3399cc;
}
#controlsMiddle p{
	text-align: right;
	font-size: 18px;
	font-weight: 900;
}
#price{
	color: #ffffff;
}

#member {
	color: #ffdd26;
}
#controlsFooter {
	background-image: url(/images/design-parts/product-buy-background-footer.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 190px;
}
#checkout {
	padding: 4px 0 0 0;
}
#added {
	font-size: 11px;
}
#fda {
	font-size: 10px;
	color: #3399cc;
}

