/*custom base layout*/
.outerWrapper {
  background:url(../../libs/images/backgraphic2.png) #aaa178 no-repeat bottom ;
  margin: 0 auto 0 auto;
  min-width: 890px;
  text-align: left;
  width: 892px;
}
.outerWrapper .header {
  width:638px;
  float:left;
  height:201px;
  margin:24px 0px 0px 10px;
  background:url(../../libs/images/header.jpg) no-repeat;
  color:#000;
  border:1px solid #e4840e;
}
.outerWrapper .header_bottom {
  width:638px;
  float:left;
  padding-top:88px;
  height:21px;
  color:#000;
}
.outerWrapper .header_content {
  width:615px;
  float:left;
  padding-top:10px;
  padding-left:23px;
  height:78px;
  color:#000;
}
.outerWrapper .header_date {
	float:left;width:80px;
	border-top:2px solid white;
	border-bottom:2px solid white;
	border-right:2px solid white;
	height:40px;
	text-align:center;
	color:white;
	font-size:36px;
	font-weight:bold;
	padding-top:24px;
	line-height:22px;
}
.outerWrapper .ticker {
	margin:0px 0px 0px 10px;
	background:url(../../libs/images/ticker_back.jpg) no-repeat;
	float:left;
	width:640px;
	height:37px;
}
.outerWrapper .contentBody{
	margin-left:10px;
	float:left;
	width:638px;
	min-height:940px;
	border:1px solid #e4840e;
	background:url(../../libs/images/content_repeat.png) repeat-y;
}
.outerWrapper .header img {
	display:block;/*fix for IE 6 - IE 7 doesn't seem to have this problem anymore*/
}
.outerWrapper .contentWrapper .contentleft {
	margin-left:53px;
	padding-top:-60px;
	width:620px;
	min-height:570px;
	padding:20px;
	margin-right:0px;
	padding-right:0px;
	float:left;
	text-align:left;
}
.outerWrapper .footer {
	background:#aaa178;
}
.footerTop {
	padding-left:37px;
	float:left;
	margin-top:-186px;
	background-color:#aaa178;
}
.outerWrapper .footer img{
	border:0px;
}

.outerWrapper .contentWrapper .contentInner {
	background:url(../../libs/images/contentInnerRepeat.png) repeat-y left;
	float:left;
	width:840px;
	margin-left:20px;
}
.outerWrapper .contentWrapper .content_right{
	float:right;
	text-align:right;
	width:200px;
	padding:20px;
}
.outerWrapper .contentWrapper .content_right .latestContainer{
	float:right;
	width:200px;
	border:2px solid #e4ae40;
	text-align:left;
	background:#e4ae40;
	margin-bottom:20px;
}
.outerWrapper .contentWrapper .content_right  .latestContainer .latestContainerInner{
	float:right;
	width:190px;
	padding:5px;
	background:#e5e3d6;
	text-align:left;
}
.outerWrapper .contentWrapper .leftcol {
	width:190px;
	float:left;
}

.header_item{
	width:80px;
	border-right:1px solid #000;
	float:left;
	margin-left:40px;
	font-size:12px;
}
/*specific, overriden layout styles - requires div.row*/
.gen_form {
	width: 300px;
	border:3px solid #000000;
}
.gen_form .form_input {
}
.gen_form .form_input-highlighted {
	border:2px solid #FF0000;
}
.gen_form div.row span.label_col {
	float: left;
	width: 25%;
	text-align: right;
	padding-right:5px;
}
.gen_form div.row span.input_col {
	float: right;
	width: 65%;
	text-align: left;
	padding-left:5px;
}
.gen_form .submit_div {
	width:40%;
	text-align:right;
}

.right_form {
	width: 145px;
}
.right_form .form_input {
}
.right_form .form_input-highlighted {
	border:2px solid #FF0000;
}
.right_form div.row span.label_col {
	float: left;
	text-align: right;
	padding-right:5px;
}
.right_form div.row span.input_col {
	float: right;
	text-align: left;
	padding-left:5px;
	padding-right:10px;
}
.right_form .submit_div {
	text-align:right;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
}

.login_box {}
.login_box * {
	font-size:10px;
}

/*specific layouts*/
.right_box {
	background-color:#739DB6;
	padding:5px;
	margin-bottom:8px;
}
.rightRow {
	line-height:18px;
}

.shopCartSmallRow {
	text-align:right;
	line-height:20px;
}

.featureProductFull {
	padding:5px;
	width:400px;
}

.contentBg {
	padding:5px;
}
.specialsBg {
	height:137px;
	padding:5px;
	padding:5px;
	border:1px solid #CCCCCC;
}
.galleryBg {
	height:137px;
	padding:5px;
	padding:5px;
	border:1px solid #CCCCCC;
}
.specialProductDiv {
	padding:5px;
	border:1px;
	width:55px;
	height:120px;
	overflow:hidden;
}
.homePhoto {
	padding:5px 15px;
}
.homeCaption {
	text-align:center;
	font-size:10px;
}

.request_box {
	float:right;
	border:2px solid #3B425F;
	padding:5px;
	width:150px;
}
.request_box a {
	font-size:11px;
}