html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
text-decoration:none;
background:transparent
}
ol,ul {
list-style:none
}

blockquote,q {
quotes:none
}

blockquote:before,blockquote:after,q:before,q:after {
content:'';
content:none
}

:focus {
outline:0
}

table {
border:0;
border-collapse:collapse;
border-spacing:0
}

a, a:active { outline: none; } 
/**/
html {
overflow-y:scroll;
}
H1 {
font-family: Arial,Helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: #f47e04;
margin-bottom:10px;
}
p {
	margin:0;
	padding:0;
}
input, textarea {
	margin-top:5px;
	margin-bottom:5px;
}
a, a:link, a:active, a:visited, a:hover {
	color: #f47e04;
	font-weight:bold;
}
.Help {
	width:auto;
	display:table-cell;
	background-color:#FFFFCC;
	border:1px dotted #cccc00;
}
#maincont a.CommandButton, #maincont a.CommandButton:link, #maincont a.CommandButton:active, #maincont a.CommandButton:visited, a:hover {
	color: #f47e04;
	font-weight:bold;
}
.tcFlowText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height:16px;
color:#000;
}
.Normal, .NormalDisabled {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
/*line-height:16px;*/
font-weight: normal;
}

.SubHead {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#333;
}
.TitleHead {
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
color: #F47E04;
}
.tcNewsItem {
margin-bottom:10px;
}
.tcNewsHead {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color:#333;
}
.tcNewsText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
line-height:16px;
color:#000;
}
.tcNewsDate {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight: normal;
color: #999;
margin-top:3px;
margin-bottom:3px;
}



#prod_imgarea {
	width: 430px;
}
#prod_image {
	margin-top:10px;
	margin-left:10px;
}
.p_contdiv {
	display:none;
	background-color:#fff;
	border:1px solid #999;
	margin:20px 20px 0px 20px;
	padding:15px;
	position:absolute;
	width:380px;
	-moz-border-radius:10px;
    -webkit-border-radius:10px;
    behavior:url(border-radius.htc);
	line-height:16px;
}

.p_contdiv H1 {
font-family: Arial,Helvetica,sans-serif;
font-size: 20px;
font-weight: bold;
color: #f47e04;
margin-bottom:16px;
}

.p_closer {
	text-align:right;
	cursor:pointer;
	float:right;
	width:16px;
}