/* ------------------ BASIC TAGS */
form {
	margin: 0;
	padding: 0;
}
select {
	width: 150px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
}
h5 {
	width: auto;
	padding: 2px;
	text-align: center;
	color: #B21107;
	font-size: 12px;
	font-weight: bold;
}
h5 a {
	color: #B21107;
	text-decoration: none;
}
h5 a:hover {
	color: #F06000;
	text-decoration: none;
}
h4, h3 {
	height: 20px;
	margin: 0;
	padding: 0;
}
h4 {
	background-image: url(../../../media/images/headbg_200px.gif);
	background-repeat: no-repeat;
}
h3 {
	background-image: url(../../../media/images/headbg_495px.gif);
	background-repeat: no-repeat;
}
h2 {
	width: auto;
	height: auto;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B21107;
}

/* ------------------ DIVS */

#storeLeftCol, #storeRightCol {
	float: left;
	height: 450px;
	margin-bottom: 10px;
}
#storeLeftCol {
	width: 200px;
	margin-right: 5px;
	background-color: #F1F1EA;
}
#contentLeft {
	width: auto;
	height: auto;
	padding: 5px;
}
#storeRightCol {
	width: 495px;	
}

#stateIndicator {
	width: auto;
	height: 12px;
	padding: 2px 2px 2px 5px;
	font-size: 11px;
	color: #55555;
	background-color: #F1F1EA;
	border: 1px solid #BBBBBB;
	border-left-width: 3px;
	margin-top: 10px;
	clear: both;
}
#printLetter {
	width: 700px;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #555555;
	margin-bottom: 10px;
}

/* ------------------ STYLING */

.size11 {
	font-size: 11px;

}
.padLeft {
	margin-left: 2px;
}
.cellPad {
	padding: 2px 0 2px 0;
}
.infoCell {
	text-align: left;
	border-bottom: 1px solid #F1F1EA;
}

