a:link {
	color:#003366;
	text-decoration : none;
}

a:visited {
	color:#003366;
	text-decoration : none;
}

a:hover {
	color:#000000;
	text-decoration : underline;
}

a:active {
	color:#003366;
	text-decoration : none;
}

body {
	color : #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	margin: 0px;
	background-color: #4C4D4F;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
}

button {
	background-color:#FFFFFF; 
	border:0px solid #FFFFFF; 
	font-weight:bold;
	cursor:hand;
}

button, button td {
	font-weight:bold;
	cursor:hand;
}

.button {
	background-color : #FFFFFF;
	font-family : Arial;
	font-size : 11px;
	font-weight : bold;
	color : #333333;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	height:30px;
	background:url(/public/image/btn_grey_bg.jpg) center repeat-x;
}

.field {
	color : #000000;
	font-family : Arial;
	font-size : 11px;
	font-weight : normal;
}

.header {
	color : #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height : 19px;
}

.thickBoxHeader {
	color : #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height : 19px;
}

h4, h3, h2, h1 {
	color : #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	line-height : 19px;
}

#product-nav-wrap, #product-nav {
	display:none;
}

#dim-overlay { display:none; position:absolute; width:100%; height:100%; background-color:#000; z-index:3; opacity:0.5; filter:alpha(opacity=50); }