/*custom base layout*/
.outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  min-width: 900px;
  text-align: left;
  width: 900px;
}
.outerWrapper .header {
  /*background:url(../../libs/images/header.jpg) center no-repeat;*/
  background-color:#666;
  margin: 0px;
  width:900px;
  height:180px;
}
.outerWrapper .header img {
	display:block;/*fix for IE 6 - IE 7 doesn't seem to have this problem anymore*/
}
.outerWrapper .contentWrapper .content {
	padding-top:5px;
	padding-bottom:5px;
	background-color:white;
	width:890px;
}

.outerWrapper .contentWrapper .contentInner {
	float:left;
	width:900px;
	background:#fff;
}
.outerWrapper .contentWrapper .rightCol {
	width:150px;
	float:right;
	padding:5px 5px;
	background-color: white;
}
.outerWrapper .contentWrapper .leftCol {
	width:208px;
	height:650px;
	float:left;
	background-color: white;
	margin-left:5px;
}

.outerWrapper .contentWrapper .content_header{
	float:left;
	width:679px;
	height:228px;
	background:url(../../libs/images/top_block.jpg) no-repeat;
	margin-bottom:20px;
}
.outerWrapper .contentWrapper .footer {
	text-align:center;
	color:#666;
	float:left;
	width:900px;
	height:49px;
	margin:0px;
	padding:0px;
	background:url(../../libs/images/footer.jpg) no-repeat;
}

.outerWrapper .contentWrapper .footer a {
	color:#666;
	text-decoration:none;	
}

/*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 #0002c7;
}
.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;
	height:100px;
}
.right_form .form_input {
}
.right_form .form_input-highlighted {
	border:2px solid #0002c7;
}
.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:#fff;
	padding:5px;
	margin-bottom:8px;
}
.rightRow {
	line-height:18px;
}

.shopCartSmallRow {
	text-align:right;
	line-height:20px;
}

.featureProductFull {
	padding:5px;
	width:400px;
}

.contentBg {
	background-color:#fff;
	padding:5px;
	float:left;
}
.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;
}

.logoutbutton
{
	background: url(../../images/logoutblue.jpg) no-repeat; width: 74px; height: 24px;	
}

.logoutbutton:hover
{
	background: url(../../images/logoutwhite.jpg) no-repeat; width: 74px; height: 24px;
}

.submitbutton
{
	background: url(../../images/submitblue.jpg) no-repeat; width: 74px; height: 24px; border: none;	
}

.submitbutton:hover
{
	background: url(../../images/submitwhite.jpg) no-repeat; width: 74px; height: 24px; border: none;
}