/*custom base layout*/
.red						{color:#dc0000;}
.font-weight-bold			{font-weight:bold;}
.top_content				{background: url(../../libs/images/top.jpg) no-repeat; width:524px; height:22px;}
.bot_content				{background: url(../../libs/images/bot.jpg) no-repeat; width:524px; height:25px;}
.mid_content				{background: url(../../libs/images/mid.jpg) repeat-y; width:524px; height:auto; color:#ffffff;}
ol, ul						{margin-top:0px; margin-bottom:0px;}
p							{margin:0px}
.content_p					{padding-left:10px;padding-right:10px;}
.white						{color:#ffffff;}
.margin-left				{margin:10px; margin-top:0px;}



.outerWrapper { margin: 0 auto 0 auto; min-width: 900px; text-align: left; width: 900px; }
.outerWrapper .head { background: url(../../libs/images/header.jpg) no-repeat; position:relative; z-index:1; float:left; width:900px; height:224px; }
.outerWrapper .header img { display:block;/*fix for IE 6 - IE 7 doesn't seem to have this problem anymore*/ }
.outerWrapper .footer {font-weight:bold; }
.outerWrapper .footerBorder {width:900px;height:13px;float:left;background:url(../../libs/images/footerRepeat.jpg) repeat-x}
.outerWrapper .footer img{ border:0px; }
.outerWrapper .contentInner { float:left; width:900px; background-color:#fff; min-height:570px; }
.outerWrapper .contentInner .rightCol { list-style-type: disc;float:right;width:521px;padding:0px 40px 15px 40px;margin-top:-20px; position:relative; z-index:4; }
.outerWrapper .contentInner .leftCol { float:left;width:298px;height:547px;margin-top:-13px; position:relative; z-index:3; }
.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: 300px;
	background: #ffffff;
	text-align: center;
}

.right_form .form_input {
	width: 150px;
	float: left;
}

.right_form .form_input-highlighted {
	border: 2px solid #FF0000;
	width: 150px;
}

.right_form div.row span.label_col {
	float: left;
	text-align: right;
	padding-right: 5px;
	padding-left: 0px;
}

.right_form div.row span.input_col {
	float: right;
	text-align: right;
	padding-left: 5px;
	padding-right: 0px;
	width: 150px;
}

.right_form .submit_div {
	text-align: center;
	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 {
	background-color:#E5E6E6;
	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;
}