body {
margin:0px; padding:0px; text-align:center;
font-family:Arial, Helvetica, sans-serif; font-size:11px;
}

img {border: none;}


p {
margin:0px; padding:12px 0px 0px 0px;
color:#000;
}

h1 {
	margin:0px; 
	padding:15px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif; font-size:13px;
	color:#666;
}

h2 {
	margin:0px; 
	padding:20px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif; font-size:15px;
	color:#666;
}

ul {
	margin:0px; padding:0px;
}

li {	
	list-style:none; 
	padding:5px 0px 0px 20px;
	color:#666; 
}

li a {
	color:#666; 
	text-decoration:none;

}

li a:hover {
	color:#666; 
	text-decoration:underline;
}

#pageText {
	padding:15px 0px 0px 20px;
}

#container {
	width:825px; 
	margin:0 auto;
}

#header {
	width:100%; 
	height:100px; 
	background:#fff;
	background-image:url('../assets/logo_sm.gif');
	background-repeat:no-repeat;
	border-bottom: 1px black solid;
}

#header-text {
	text-align: left; 
	padding-right: 10px; 
	padding-left: 200px; 
	padding-top: 0px;
}

#content {
	clear:both;
}

.catBlock {
	position: relative;
	padding-top: 10px;
	/*float: left;*/
}

.imgBlock {
	position: relative;
	padding-top: 10px;
	/*float: left;*/
}

.priceBlock {
	position: relative;
	padding-top: 10px;
	/*float: left;*/
}

#leftColumn {
	width:165px; height:500px; background:#fff;
	text-align:left;
	float:left;
	border-right: 1px black solid;
}

#midColumn {
	width:180px; height:500px; background:#fff;
	overflow: auto;
	text-align:left;
	float:left;
	border-right: 1px black solid;
}

.alert-message {
	background: #fff url('../assets/information.png') center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}

#updateBox {
	background: #666;
	background-position: 15px 50%; /* x-pos y-pos */
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

#irightColumn {
	width:473px; 
	height:500px; 
	overflow: auto;
	background:#fff;
	text-align:left; 
	color:#000;
	float:right;
	
}

#irightColumn2 {
	width:649px; 
	height:500px; 
	overflow: auto;
	background:#fff;
	text-align:left; 
	color:#000;
	float:right;
	
}

#rightColumn {
	width:649px; 
	height:500px; 
	background:#fff;
	text-align:left; 
	color:#000;
	float:left;
}

#footer {
	width:100%; 
	height:50px; 
	background:#fff;
	text-align:right;
	padding-right: 10px;
	clear:both;
	border-top: 1px black solid;
}

/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 6px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: .9em;
color: #333333;
line-height:1.4em;
margin-right:10px;
margin-top:0;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 1.1em;
color: #592C16;
margin-right:10px;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}