body,td,th {
	color: #333;
	font: 12px/1.4em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}
a {
	outline: none;
	color: #063C8A;
}
a:hover, a:active {
	outline: none;
	color: #0B6CB5;
}
.pageTitle {
	font-size: 24px;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 10px;
	line-height: 30px;
}
.user_details {
	margin: 0px auto;
	padding: 5px;
	width: 930px;
	background-color: #FF6;
	text-align: right;
}







.header {
	margin: 0px auto;
	padding: 0px;
	height: 80px;
	width: 940px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
a#searchButton {
	background-image: url(../images/search_button.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	width: 95px;
	display: block;
	text-decoration: none;
}
a#searchButton:hover, a#searchButton:active {
	background-image: url(../images/search_button.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}







.content {
	background-image: url(../images/content_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 500px;
	width: 920px;
	margin: 10px auto 0px;
	padding: 25px 25px 0px;
}
.content .left_content {
	width: 680px;
	float: left;
}
.content .right_menu {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 220px;
}







/* MAIN MENU */
.main_menu {
	margin: 0px auto;
	padding: 0px;
	height: 38px;
	width: 940px;
	list-style: none;
	display: block;
	background-image: url(../images/MMbg.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

ul.main_menu li {
	height: 38px;
	line-height: 38px;
	float: left;
	font-size: 10px;
	display: block;
	margin: 0px;
	padding: 0px;
}

ul.main_menu li a{
	height: 38px;
	line-height: 38px;
	display: block;
	white-space: nowrap;
	background-image: url(../images/MMAbg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 5px;
	color: #fff;
	font-size: 12px;
}
ul.main_menu li a:hover{
	background-position: left bottom;
}
/*END MAIN MENU */








.rmc_categories {
	background-image: url(../images/arrow_cat.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
.rmc_subcategories {
	padding-left: 25px;
	background-image: url(../images/arrow_scat.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}








.productDescription  tr td{
	padding-bottom: 30px;
	vertical-align: top;
}







.rm_box {
	margin: 0px;
	padding: 0px;
	width: 220px;
	background-color: #F7F7F7;
}
.rm_box .rmb_header {
	height: 24px;
	text-align: center;
	font: normal 14px/23px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.rm_box .rmb_content {
	padding: 10px ;
}
.box_blue_header {
	color: #FFF;
	background-image: url(../images/box_header_blue_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_red_header {
	color: #FFF;
	background-image: url(../images/box_header_red_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.box_green_header {
	color: #FFF;
	background-image: url(../images/box_header_green_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
}










.ajax-navigation-link-selected{
	color: #333;
	text-decoration: none;
}








.featuredProductDescription {
	text-align: center;
	float: left;
	height: 300px;
	width: 216px;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor:pointer;
	background-color: #D0E6F0;
	color:  #172d3a;
}
.featuredProductDescription:hover {
	background-color: #ABCDDC;
}
.featuredProductDescription a {
	color: #172d3a;
}




#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 1;
	width: 360px;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-size: 12px;
	font-weight: normal;
}
