a:link, a:visited, a:hover, a:active {
	color: inherit;
}

a:hover {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

p {
	margin: 5px 0;
	line-height: 1.3em;
	color: #333;
}

/*label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 5px;
	padding-top: 5px;
}*/

.show {
	float:right;
	padding:0px 15px 0 0;
	
}

#dLstProducts .10ptType 
{
	white-space:nowrap;
}

label.radio, label.checkbox {
	cursor: pointer;
	width: auto;
	display: inline;
	padding-left: 5px;
	width: auto;
	text-align: left;
}

.required, .error {
	color: #ED1C24;
}

.form_row .error {
	margin-left: 105px;
	padding-top: 5px;
}

#main_header input
{
	float: left;
}

input, select {
	font-size: 1.0em;
}

textarea {
	font-size: 1.0em;
	font-family: Arial, sans-serif;
	padding-left: 2px;
}

input[type="text"], input[type="password"] {
	padding-left: 2px;
}

input[type="checkbox"], input[type="radio"] {
	display: inline;
}

.form_row, .form_content {
	clear: both;
	padding: 5px 0;
}


.form_row .error {
	clear: both;
}

#required_msg {
	font-style: italic;
}

.two_col {
	width: 801px;
	float: left;
}

.pointer {
	cursor: pointer;
}

.relative {
	position: relative;
}

.notes {
	font-style: italic;
	color: #636363;
}

.required_msg {
	font-style: italic;
}


/* toggled layer default styles */


.toggle_layer {
	width: 575px;
	padding: 0;
	overflow: hidden;
	position: absolute;
	
	background-color: #FFF;
	border: 1px solid #CFCFCF;
	
	z-index: 10;
	
	display: none;
}

.toggle_layer #header {
	width: 575px;
	height: 16px;
	background-color: #0069AA;
	line-height: 16px;
	vertical-align: middle;
	text-align: right;
}

.toggle_layer #info {
	margin: 20px;
}

.toggle_layer #header a {
	color: #FFF;
	margin-right: 20px;
}

.toggle_layer #header a img {
	margin-top: 3px;
}
/* end toggled layer default styles */




	#ie_historyFrame { width: 0px;
	 height: 0px;
	 display:none !important;
	 border:0;
	  }