/* Product styles */
.Products_Trans_help {
	font-size : smaller;
	font-style : italic;
}

.Products_Trans_toggler {
	font-family: Courier;
	font-size: 12px;
	font-weight : normal;
}

A.Products_Trans_toggler {
	color : Blue;
	font-family: Courier;
	font-size: 12px;
	font-weight : normal;
}

A.Products_Trans_toggler:link {
	color : Blue;
	font-family: Courier;
	font-size: 12px;
	font-weight : normal;
}

A.Products_Trans_toggler:hover {
	color : Red;
	text-decoration : none;
	font-weight : normal;
}

A.Products_Trans_toggler:visited {
	color : Blue;
	text-decoration : none;
	font-weight : normal;
}

DIV.Products_HelpContainer {
	background : #D9D9D9; 
	border : 1px solid #808080;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	left : 20px; 	
	padding-left : 0px; 
	padding-right : 0px;
	position : absolute; 	
	top : 0px; 
	white-space : normal;
	width : 300px;
}

.Products_Help_title {
	background : #D0E7E7; 
	border-bottom : 1px solid #808080;
	color : #996600;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	margin : 0px;
	padding-bottom : 1px;
	padding-left : 5px;	
	padding-right : 0px;
}

DIV.Products_HelpContent {
	background : #D9D9D9; 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : normal;
	height : 160px;
	overflow : -moz-scrollbars-none;
	overflow : -moz-scrollbars-vertical;	
	overflow-x : hidden;
	overflow-y : auto;	
	padding-bottom : 5px; 
	padding-left : 2px;	
	width : 300px;
	vertical-align : bottom;
	white-space : normal;
}

DIV.Products_HelpContent EM {
	font-style : normal;
	font-weight : bold;
}

/* box styles */
.box {margin-bottom:8px}

.crn {height:3px}
.top {font-size:0px;background-image:url(/resources/common/images/box/title_bkg.gif)}
	
.box-title {
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight : bold;
	text-decoration : none;
	text-align : left;
	color: #000000;
	letter-spacing : 0px;	
	background-image:url(/resources/common/images/box/title_bkg2.gif);
	border-left:1px solid #0075B0;
	border-right:1px solid #0075B0;
	padding:0px 7px;
	vertical-align : middle;	
}

.box-command {
	float:right;
	height:20px;
	font-weight:bold;
	color:#FFF;
	vertical-align : middle;
}

.box-content {border-left:1px solid #0075B0;border-right:1px solid #0075B0;padding:7px;background-color:#CBE0EE;font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight:normal;text-decoration : none;text-align : left;color: #000000;letter-spacing : 0px;	}
.box-content a {color:#000000}
.box-content a:link {color:#000000}
.box-content a:hover {color:#000000}
.box-content a:visited {color:#000000}

/* Corners */
.top-left {float:left;width:3px;background-image:url(/resources/common/images/box/crn_topleft.gif)}
.top-right {float:right;width:3px;background-image:url(/resources/common/images/box/crn_topright.gif)}
.top-links {font-size:0px;background-image:url(/resources/common/images/box/title_topbkg.gif)}
.bot {font-size:0px;background-image : url(/resources/common/images/box/box_bkg.gif)}
.bot-left {float:left;width:3px;background-image:url(/resources/common/images/box/crn_botleft.gif)}
.bot-right {float:right;width:3px;background-image:url(/resources/common/images/box/crn_botright.gif)}
.bot-links {font-size:0px;background-image:url(/resources/common/images/box/title_botbkg.gif)}

/* / box styles */