@charset "tis-620";
td {
	font: 13px "Tahoma","MS Sans Serif", "Microsoft Sans Serif";
}
BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-face-color:       ##E2E2E2;
	scrollbar-highlight-color:  #FFFFFF;
	scrollbar-arrow-color:      #4071B9;
	scrollbar-track-color:      #FFFFFF;
	scrollbar-darkshadow-color: #BF578A;
	font: 13px "MS Sans Serif", Tahoma, "Microsoft Sans Serif";
	background-color: #ffffff;
   }
   .bg_left {
	background-image: url(images/design/side_03.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.bg_right {
	background-image: url(images/design/side_05.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.tr_verdot {
	background-repeat: repeat-y;
	background-position: bottom;
	background-image: url(images/hrdot_122.gif);
}

.fdv-main legend{
	font-family: Tahoma, "MS Sans Serif";
	font-size: 16px;
	color: #4C9017;
	font-weight: bold;
}
form.fdv p {
	margin: 3px;
	padding: 3px;
	display: block;
	clear: both;
	position: relative;
	width: 100%;
}
form.fdv label {
	font-weight: bold;
	text-align: right;
	width: 20%;
	margin-right: 5px;
	float: left;
	display: block;
}	

.on{display:on}
.off{display:none}

.inputdisable{
	background: #E3E4E4;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.titlewritereport {
	padding: 3px;
	clear: left;
	margin-top: 3px;
	margin-left: 3px;
	font-weight: bold;
	color: #FFFFFF;
//	background:url(images/layout_edit.png);
//	background-repeat:no-repeat;
	padding-left:20px;
	background-color: #DE34A1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}

.tr_hrdot {
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/hrdot_122.gif);
/*	border-bottom:1px #9966CC dashed;
*/}

.row_over {
	background-color: #E6E6E6;
}

.productname{
	font-weight: bold;
	color: green;
}

.promotionprice{
	font-weight: bold;
	color: red;
	font-size: 14px;
}

.normalprice{
	/*text-decoration:line-through;*/
	color: red;
	font-weight: bold;
}

.hi_light{
	border:1px #333333 inset;
	background-color:#FBC8EC;
	color:blue;
}


