body
{
	margin: 0;
	padding: 0;
	background: #a19893 url("/images/store/general/body_background.jpg") 0 0 repeat-x;
	text-align: center; /*For IE 5 PC*/
	color: #4e4845;
	font: 11px/1.4em Arial, Helvetica, sans-serif;
}

/* Zeroes and General Styles */
img, div, td, th, table, form
{
	border: 0;
	margin: 0;
	padding: 0;
}

p, ul, ol, li, dl, dt, dd, a, strong, em, td, th, form, span
{
	font: 11px/1.4em Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a, strong, em, span
{ font-size: inherit; }

hr { display: none; }

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h2
{
	color: #4e4845;
	font-size: 16px;
	margin: 0 0 7px 0;
}

h3, legend
{
	color: #ff6d00;
	font-size: 14px;
	margin: 0 0 9px 0;
}

h4
{
	color: #4e4845;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0.5em 0;
	/*border-bottom: 1px solid #4e4845;*/
	margin: 0 0 0.5em 0;
}

h5
{
	font-weight: bold;
	font-size: 11px;
	margin: 0 0 9px 0;
}

input, textarea, select
{
	padding: 2px;
	margin: 0;
	font: 11px/1.4em Arial, Helvetica, sans-serif;
}

strong { font-weight: bold; }

em { font-style: italic; }

a
{
	color: #0099b2;
	text-decoration: none;
}

a:hover { text-decoration: underline; }

h3 a
{
	color: #ff6d00;
	font-size: 14px;
	text-decoration: none;
}

h3 a:hover { text-decoration: underline; }

p, ul, address, dd { margin: 0 0 15px 0; }

p { text-align: left; }

p.r { text-align: right; }

p.divider, .divider
{
	padding: 0 0 15px;
	border-bottom: 1px solid #4e4845;
	margin: 0 0 15px 0;
}

p.nospace { margin: 0; }

ul { margin-left: 20px; }

address
{
	font-style: normal;
	display: block;
	/*margin-left: 20px;*/
}

#access { display: none; }

.silent { display: none; }

.reqd
{
	color: #c00;
}

.image_w_border
{
	display: block;
	border: 2px solid #c0c0c0;
	margin: 0 0 15px 0;
}

.ibl
{
	clear: both;
	display: block;
	margin: 0 0 15px 0;
}

.ifl, .ifr { display: inline; }

.ibl img,
.ifl img,
.ifr img
{
	display: block;
	border: 2px solid #c0c0c0;
}

.ifl
{
	float: left;
	margin: 0 15px 0 0;
}

.ifr
{
	float: right;
	margin: 0 0 0 15px;
}

.clickable, label
{
	cursor: pointer;
	cursor: hand;
}


span.clickable
{
	color: #0099b2;
	text-decoration: none;
}

span.clickable:hover { text-decoration: underline; }

.clearable { clear: both; }

.multiline { line-height: 1.2em; }
