HTML,BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}

BODY {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #545454;
}

/**
 * LINKS
 */

/* default link definition */
A {

}

/* definition for regular and visited link states */
A:link,
A:visited {
	color: #0C2653;
	text-decoration: none;
}
/* definition for hover (onmouseover) and active (onclick, onmousedown) link states */
A:hover,
A:active {
	color:#0C2653;
	text-decoration: underline;
}

/* TEXT STYLES */

H2 {
	margin-top:20px;
	font-size:18px;
	line-height:20px;
	color:#374989;

}

H3 {
	margin-top: 0px;
	font-size: 14px;
	color:#152147;
}

EM {
	color: #000000;
	font-style: normal;
}

DIV.wrapper {
	clear: both;
}

.popup_linkbar {font-size:12px;}

.box-productdetail {}
.box-productdetail-top {position:relative; width:300px; height:20px; line-height:20px; padding:0 10px; background:url('../img/box_productdetail_top.gif') left top no-repeat transparent; color:#FFFFFF; font-weight:bold;}
.box-productdetail-middle {width:300px; height:312px; padding:9px; border:1px solid #CCCCCC; border-top:0; border-bottom:0; background:#FFFFFF;}
.box-productdetail-bottom {width:320px; height:5px; background:url('../img/box_productdetail_bottom.gif') left top no-repeat transparent;}

.window-close-link {position:absolute; width:20px; height:20px; right:10px; top:0; text-align:right; color:#FFFFFF; font-weight:bold; font-size:12px; line-height:20px;}
.window-close-link A {color:#FFFFFF !important; text-decoration:none;}

