/*custom base layout*/
.outerWrapper {
  background-color: #FFFFFF;
  margin: 0 auto 0 auto;
  min-width: 1022px;
  text-align: left;
  width: 1022px;
}
.outerWrapper .header {
  background-color: #00bff3;
  font-size: 14px;
  font-weight: bold;
  line-height: 15px;
  color:#FFFFFF;
  /*padding: 5px;*/
  /*border:1px solid #000000;*/
}
.outerWrapper .header img {
	display:block;/*fix for IE 6 - IE 7 doesn't seem to have this problem anymore*/
}
.outerWrapper .contentWrapper .content {
	/*padding:5px;*/
	/*border-left:1px solid #000000;
	border-right:1px solid #000000;*/
}
.outerWrapper .footer {
	padding: 5px;
	/*border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;*/
}
.outerWrapper .contentWrapper .contentInner {
	float:left;
	width:522px;
	padding:0px 20px;
}
.outerWrapper .contentWrapper .contentLeft {
	float:left;
	width:217px;
}

.outerWrapper .contentWrapper .contentRight {
	width:233px;
	float:right;
}

.contentBox {
	padding-left:10px;
}

/*specific, overriden layout styles - requires div.row*/
.right_form {
	width: 145px;
}
.right_form .form_input {
	border:1px solid #CCCCCC;
}
.right_form .form_input-highlighted {
	border:1px solid #FDB813;
}
.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 {
	/*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;
}

.contentInner .heading { margin-bottom:10px; }

.contentLeft .heading{
	
}

.contentLeft .heading .end{
	background-color:#00BFF3;	
	height:25px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	width:20px;
}

.contentLeft .heading .left {
	margin-top:5px;
	padding:5px;
	padding-right:12px;	
	height:15px;
	color:#FFFFFF;
	background-color:#FDB913;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	width:155px;		
}

.contentLeft .divide {
	background-color:#FFFFFF;
	height:3px;
	width:215px;
	margin-bottom:10px;
	margin-top:10px;
}

.contentRight .content {
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size:10px;
	color:#000000;
	text-align:justify;
}

.contentRight .divide {
	background-color:#FFFFFF;
	height:3px;
	width:232px;
	margin-bottom:10px;
	margin-top:10px;
}

.contentRight .heading {
	
}

.contentRight .heading .end{
	background-color:#00BFF3;	
	height:25px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	width:20px;
}

.contentRight .heading .left {
	margin-top:5px;
	padding:5px;
	padding-right:12px;	
	height:15px;
	color:#FFFFFF;
	background-color:#FDB913;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	width:150px;		
}


.outerWrapper .contentWrapper .contentInner .divide{
	background-color:#FDB913;
	height:3px;
	width:532px;
	margin-bottom:10px;
	margin-top:10px;
}

.outerWrapper .contentWrapper .contentInner .heading{
}

.outerWrapper .contentWrapper .contentInner .heading .end{
	float:left;
	background-color:#00BFF3;	
	height:25px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	width:20px;
}

.outerWrapper .contentWrapper .contentInner .heading .left {
	float:left;
	margin-top:5px;
	padding:5px;
	padding-right:12px;	
	height:15px;
	color:#FFFFFF;
	background-color:#FDB913;
	text-align:right;
	font-size:12px;
	font-weight:bold;
	width:140px;		
}

.outerWrapper .header .menuStart{
	float:right;
	width:50px;
}

.outerWrapper .header .menuItem0 {
	float:right;
	background-color:#898989;
	text-align:center;
	height:15px;
	width:auto;/*120px;*/
	padding:5px 15px;
	cursor:pointer;
}
.outerWrapper .header .menuItem1 {
	float:right;
	background-color:#0F9CD4;
	text-align:center;
	height:15px;
	width:auto;/*120px;*/
	padding:5px 15px;
	cursor:pointer;
}
.outerWrapper .header .menuItem2 {
	float:right;
	background-color:#FDB913;
	text-align:center;	
	height:15px;
	width:auto;/*120px;*/	
	cursor:pointer;
	padding:5px 15px;
}

.outerWrapper .header .menuItem0:hover{
	color:#FFCC00;
}
.outerWrapper .header .menuItem1:hover{
	color:#FFCC00;
}
.outerWrapper .header .menuItem2:hover {
	color:#0F9CD4;
}

.contentLeft .fondsWrapper {  
  margin: 0 auto 0 auto;*/
  width:150px;
  text-align: center;
  overflow:hidden;
 
}

.borderBox {
	border:solid 1px #CCC;
	padding:3px;
}

.entryBox {
	/*border:solid 1px #CCC;*/
	padding:5px;
	height:auto;
}
.filterContainer {
	 margin: 0 auto 0 auto;
}
.filterContainer .filter {
	float:left;
	padding:3px 5px;
	cursor:pointer;
	color:#0F9CD4;
}

.libButton { background:#FFFFFF; border:2px solid #FFCC66; width:60px; padding:2px; color:#0F9CD4; font-size: 11px; font-weight:normal; text-align:center; cursor:pointer; }

.pad5{
	padding:5px;
}
.styleGrey{
font-size:11px;
color:#666666;
font-weight:normal;
}
