body, html {
	background-color: #000000;
	height: 100%;
	margin: 0px;
}

body, td, input, select, textarea {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a {
	font-weight: bold;
	color: #EE1200;
	text-decoration: none;
}

a.left_menu_item {
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	color: #EE1200;
	text-decoration: none;
	margin: 2px 0px;
}

a:Hover, a.left_menu_item:Hover {
	text-decoration: underline;
	color: #ff6600;
}

a.button, .button, .submit_button {
	background-color: #ee1200;
	color: #fffaba;
	border: 1px solid #000000;
	font-weight: bold;
	cursor: pointer;
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	width: auto;
	float: left;
}

.submit_button {
	padding: 0px;
	width: auto;
	float: none;
}

a.button:Hover, .button:Hover, .submit_button:Hover {
	background-color: #ff6600;
	color: #ffffff;
}

h1, h2, h3, .pageHeading, td.pageHeading {
	font-weight: bold;
	color: #f0ae00;
	font-size: 22px;
	margin: 0px;
}

h2 { font-size: 18px; }
h3 { font-size: 16px; }

hr {
	color: #EE1200;
	background-color: #EE1200;
/*	border: 2px solid #ee1200; */
	clear: both;
	height: 2px;
	overflow: hidden;
}

img {
	border: 0px;
	text-decoration: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

input, select, textarea {
	background-color: #ffffcc;
	border: 1px solid #ee1200;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

.outer {
	width: 955px;
	background-color: #fffaba;
	padding: 0px;
	margin: 0px;
}

.product_image {
	float: left;
	text-align: center;
	margin-right: 20px;
}

.productListing-data {
	padding: 10px 0px;
	border-bottom: 1px solid #ee1200;
}

.std_form {
	border: 0px;
	background-color: transparent;
}

.top_right_menu {
	width: 134px;
	height: 171px;
	background-image:  url("images/template/top_right_menu_bg.jpg");
	text-align: left;
	padding: 15px 0px;
	display: block;
	float: left;
}

.top_right_menu_item, a.top_right_menu_item {
	font-weight: bold;
	display: block;
	height: 20px;
	color: #000000;
	text-decoration: none;
}

a.top_right_menu_item:Hover {
	color: #ffffff;
	text-decoration: none;
}