#bgbackback {
	background-image: url('images/backback.jpg');
	background-position: top center;
	background-repeat:repeat-y;
}

#bgbackground {
	background-image: url('images/background.jpg');
	background-position: top center;
	background-repeat: repeat-y;
}

#bgheader {
	background-image: url('images/header.jpg');
	background-position: top center;
	background-repeat: no-repeat;
}

#bgfooter {
	background-color: #000;
	clear: left;
	text-align: center;
	background-image: url('images/footer.jpg');
	background-position: center -73px;
	background-repeat: no-repeat;
	height: 175px;
}

.googletext {
	background: none repeat scroll 0 0 #000;
	clear: both;
	color: #FFFFFF;
	font-size: 10px;
	height: 106px;
	margin-top: 57px;
	padding: 26px 49px 20px;
	display: none;
}

.googletext a {
	color: #f0f0f0;
}

/* first control*/
#scrollcontroll_contentmask {
	overflow: hidden;
	position: relative;
	height: 100px;
	width: 850px;
	padding-top: 0;
	padding-right: 10px;
	float: left;
}

#scrollcontroll_scrollcontainer {
	float: left;
	height: 103px;
	width: 10px;
	margin-left: 5px;
	display: none;
}

#scrollcontroll_scrollUpBtn {
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_up.gif);
	margin-bottom: 5px;
}

#scrollcontroll_scrollDownBtn {
	height: 10px;
	width: 10px;
	background-image: url(images/scroll_down.gif);
	margin-top: 5px;
}

#scrollcontroll_scrolltrack {
	height: 70px;
	width: 10px;
	background-color: #000;
}

#scrollcontroll_scrollknob {
	width: 8px;
	height: 25px;
	border: 1px solid #000;
	background-color: #000;
}

#contentcontainer {
	height: 300px;
	width: 840px;
	padding-top: 0;
	padding-right: 10px;
	overflow: scroll;
	overflow-x: hidden;
	margin-top: 20px;
	font-size: 1.1em;
}

.moredetails .button {
	background: url("bg/button_i.png") no-repeat scroll 0 0 transparent;
	border: 0 none;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	height: 26px;
	line-height: 1;
	padding: 7px 0 2px 38px;
	width: 155px;
}

.product_variants {
    padding-top: 10px;
}

.product_variants_title {
	color:#FFFFFF;
	padding: 5px 10px;
	background-color: #eee;
	background-image: url('images/redbox.jpg');
	display: block;
	border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;	
	cursor: pointer;
	font-weight: bold;
}

.product_variants_content {
	padding: 5px 10px;
	border: 1px solid #eee;
	background-color: #f0f0f0;
	display: block;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	line-height: 20px;
}