.dealFuncContent {
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
}

.dealContact {
	float: left;
}

.addItem {
	background: transparent url( "css/images/add.gif" ) no-repeat scroll 0 0
}

.emailContent {
	width: 280px;
	font-size: 12px;
	font-family: Arial;
}

.submitDIV {
	text-align: center;
	margin: 8px;
}

input.submit {
	margin: 0 0 0 -50px;
}

.loadingImg {
	text-align: center;
	margin: 8px;
	display: none;
	height: 16px;
	width: 100%;
	background: transparent url( "css/../images/loading.gif" ) no-repeat 48% 0
}

.tdImg {
	width: 240px;
}

.tag {
	text-decoration: underline;
	margin: 0 10px;
	cursor: pointer;
}

.voting-ul {
	width: 100px;
	margin: 0;
	padding: 0;
	position: absolute;
}

.voting-li {
	background: transparent url( "css/../images/stars.png" ) no-repeat scroll 0 0;
	float: left;
	padding: 0 !important;
	margin: 0 !important;
	height: 20px;
	width: 20px;
	font-size: 0;
}

.voting-li-current {
	background: transparent url( "css/../images/stars.png" ) no-repeat scroll 0 50%;
}

.voting-overlap {
	background: transparent url( "css/../images/stars.png" ) repeat-x scroll 0 50%;
	height: 20px;
	position: absolute;
	margin: 0;
	padding: 0;
}

#voting-overlap {
	background: transparent url( "css/../images/stars.png" ) repeat-x scroll 0 50%;
	height: 20px;
	position: absolute;
	margin: 0;
	padding: 0;
}

.voting-cursor {
	cursor: pointer;
}

.memo {
	width: 95%;
	font-size: 12px;
	font-family: Arial;
}

.headbg {
	background: url( "css/../images/dotd.gif" );
	color: ;
	height: 30px;
	padding: 0 0 0 30px;
	line-height: 30px;
	font-size:16px;
	font-weight:bold;
	margin-left:-15px;
	width:725px;
}div#upload table td {
	text-align: left;
}

div#upload .right {
	text-align: right;
	width: 125px;
}

div#upload .keyword {
	margin: 0 5px 0 0;
	width: 90px;
}

div#upload table td select {
	width: 320px;
	margin-bottom: 0px;
}

div#hintMsg {
	width: 300px;
	height: 80px;
	display: none;
	position: absolute;
}

div#products .label {
	text-align: right;
	width: 156px;
}

#addminus {
	width: 40px;
	float: right;
	margin-right: 2px;
}

div#upload .padd { /*width: 400px;*/
	padding-left: 8px;
	vertical-align: bottom;
}

div#upload .necessary {
	color: #FF0000;
}

div#upload img {
	border: none;
}

div#upload .category_box {
	width: 20px;
}

div#category {
	float: left;
}

div#upload input[type=button] {
	width: 65px;
	text-align: center;
	vertical-align: top;
}

.product_name {
	width: 300px;
}

.agreement_content {
	font-size: 9pt;
	text-align: justify;
	width: 500px;
	height:400px;
}

input.price {
	width: 100px;
}
input.discount_pct{
width:30px;
}
div#sellLeft{width:340px;float:left;text-align:center;}
div#sellRight{width:340px;float:right;text-align:center;}
.center{border:1px dashed;margin:0 auto;padding:10px;}
.desc{margin:20px 5px 5px}
input.label{border:none;}
.weight{width:25px;}


/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#eee;
	
	width:700px;	
	min-height:525px;
	border:1px solid #666;
	padding:10px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
 
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url( "css/../images/close.png" );
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.details {
	position:absolute;
	top:15px;
	right:15px;
	font-size:11px;
	color:#FFFFFF;
	width:150px;
}
 
.details h3 {
	color:white;
	font-size:15px;
	margin:0 0 -10px 0;
}
.desc ol{
	list-style:decimal outside;
	margin:0 0 0 20px;
}
.desc{
	border: 1px solid #009900;
	background-color:#f3fff3;
	padding:10px;
	height:400px;
}