﻿.ContentWrapper {
	background: url(../images/dots_news.gif) top repeat-y;
	margin: 35px 0px 40px 0px;
	overflow: hidden;
	width: 915px;
}

/*----RIGHT COLUMN----*/

.RightColumn {
	float: right;
	width: 234px;
}

.SideLinksHeader {
	color: #FFD863;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	font-weight: normal;
	padding-bottom: 10px;
}

.SideLinks {
	list-style: none;
	padding-bottom: 25px;
}

	.SideLinks a {text-decoration: none; color: #FFFFFF;}
	.SideLinks a:hover {text-decoration: none; color: #FFD863;}
	
	.SideLinks li {
		border-bottom: solid 1px #21160A;
		line-height: 30px;
	}


/*----LEFT COLUMN----*/

.BreadCrumbs {
	color: #CABDB0;
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 16px;
	width: 630px;
}

	.BreadCrumbs a {text-decoration: underline; color: #CABDB0;}
	.BreadCrumbs a:hover {text-decoration: underline; color: #FFD863;}
	
.PageTitle {
	color: #FFD863;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	padding-bottom: 22px;
	width: 630px;
}

.PageText {
	padding-bottom: 30px;
	width: 630px;
}

	.PageText a {text-decoration: underline; color: #FFFFFF;}
	.PageText a:hover {text-decoration: underline; color: #FFD863;}
	
	
/*----PRODUCT BOX----*/
	
.ProductBox {
	background-color: #5E4D3C;
	margin-bottom: 18px;
	padding: 8px;
	width: 614px;
}

.ProductBoxBorder {
	border: solid 1px #261A0D;
	overflow: hidden;
}

.ProductBoxHeader {
	background-color: #261A0D;
	overflow: hidden;
	padding: 0px 11px 0px 11px;
	width: 590px;
}

	.ProductTitle {
		float: left;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 21px;
		font-weight: normal;
		line-height: 21px;
		padding: 11px 0px 11px 0px;
	}
	
	.MoreInfo {
		color: #FFD863;
		float: right;
		padding-top: 11px;
	}
	
		.MoreInfo a {text-decoration: none; color: #FFD863;}
		.MoreInfo a:hover {text-decoration: none; color: #FFFFFF;}
		
.ProductBoxContent {
	overflow: hidden;
	padding: 18px 18px 20px 11px;
}
	
	.ProductText {
	width: 367px;
	text-align: left;
}
	
	.ProductLogo {
		border: solid 3px #FFFFFF;
		float: right;
	}

