body {
	background-image: url(../images/homePageBg.jpg);
	background-color:#583609;
}
#TransparentTitleBox a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#TransparentTitleBox a:visited {
	text-decoration: none;
	color: #fe8300;
}
#TransparentTitleBox a:hover {
	text-decoration: underline;
}
#TransparentBox ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	margin: 0px;
}
#ShopImageBoxContentArea {
	position: relative;
	padding-top: 13px;
	padding-left: 13px;
	padding-bottom:13px;
}
#ShopLeftColumn {
	width: 250px;
	float: left;
	padding-right: 13px;
}
#ShopRightArea {
	float: left;
	width: 735px;
}
#ShopRecordRow {

}
#ProductThumbMedium {
	float: left;
	padding-right: 8px;
	position:relative;
	text-align: center;
	font-size: 11px;
}
#ShopThumbMedium {
	float: left;
	padding-right: 15px;
	position:relative;
	text-align: center;
	font-size: 11px;
}
#SearchRadioButtonsArea {
	width: 100%;
	clear: both;
}
.Combo {
	font-size: 11px;
	text-decoration: none;
	background-image: url(images/textFieldBg.png);
	background-repeat: repeat-x;
	height: 18px;
	color: #FFF;
	background-color: #5f5f5f;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #2e2e2e;
	border-bottom-color: #585858;
	border-left-color: #000000;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.YellowText {
	color: #fdd100;
	text-decoration: none;
}