*{

	margin: 0px;
	
	padding: 0px;
	
	list-style: none;
	
	text-decoration: none;
	
}

body{ 

	font: 14px Arial;
	
	color: #313131;
	
	background: white;
	
	padding-bottom: 10px;

}

#larger_font
{
font:15px Arial;

}




#top{
	width: 918px;
	height: 116px;
}

#top a img{
	border: none;
}

#logo{
	position: relative;
	float: left;
}

#top_banner{
	position: relative;
	float: right;
	top: 35px;
}

#menu{
	width: 918px;
	height: 22px;
	display: block;
	margin-top: 5px;
}

a.current{
	width: 80px;
	height: 22px;
	display: block;
	background: white url('../img/current_tab2.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}
a.current-small{
	width: 70px;
	height: 22px;
	display: block;
	background: white url('../img/current_tab2-small.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}

a.tab{
	width: 80px;
	height: 22px;
	display: block;
	background: white url('../img/tab2.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}

a.tab-small{
	width: 70px;
	height: 22px;
	display: block;
	background: white url('../img/tab2_small.png') top center no-repeat;
	text-align: center;
	padding-top: 6px;
	font-size: 12px;
	color: #313131;
	font-weight: bolder;
	float: left;
	margin-right: 2px;
}

a:hover.tab{
	background-image: url('../img/current_tab2.png');
}
a:hover.tab-small{
	background-image: url('../img/current_tab2-small.png');
}

#main{
	width: 918px;
	height: 500px;
}

#left{
	width: 650px;
	float: left;

}


#right{
	width: 268px;
	float: left;
	background: #b0e22c url('../img/right.png') right top no-repeat;
	margin-top: 25px;
	margin-bottom: 10px;
	
}

#mainfield {
 min-height: 300px;
}

h1.title{
	width: 640px;
	background: #b0e22c url('../img/title.png') right top no-repeat;
	padding: 5px;
	font-size: 14px;
}

.image{
	border-left: 5px solid #b0e22c;
	border-right: 5px solid #b0e22c;
 border-bottom: 0px;
 border-top: 0px;
}

#bottombar{
	width: 515px;
	height: 15px;
	background: #b0e22c url('../img/down.png') left bottom no-repeat;
	display: block;
	padding-left: 135px;
}


#votebar{
	width: 535px;
	height: 30px;
	background: #b0e22c url('../img/vote-sq.png') left bottom no-repeat;
	display: block;
	padding-left: 85px;
}

#votebarad{
	width: 535px;
	height: 50px;
	background: #b0e22c left bottom no-repeat;
	display: block;
	padding-left: 85px;
}

* html #votebar{
	margin-top: -3px;
}

#vot{
	width: 530px;
	height: 38px;
	display: block;
	float: left;
}

* html #vot{
	overflow: hidden;
}

#vot label{
	float: center;
	margin-right: 7px;
	font-weight: bold;
	margin-top: 18px;
}


#vote_btn{
	float: left;
	margin-top: 10px;
}

* html #vote_btn {
	margin-top: 9px;
}

#print{
	float: left;
	margin-left: 5px;
}

* html #print{
	top: 1px;
	position: relative;
	margin-left: 2px;
}

#print img{
	border: none;
}

.info{
	width: 248px;
	margin: 10px;
	height: 100px;
}

.stars{
	width: 228px;
	height: 16px;
	display: block;
	clear: both;

}
.stars img{
	float: center;
	margin-right: 5px;
	margin-bottom: 10px;
}


.stars p{
	clear: both;
	display: block;
}

div.comment{
	width: 208px;
	margin: 0px;
	background: #ebf6cd;
	padding: 0px;
	font-size: 12px;
}

div.comment2{
	width: 238px;
	margin: 8px;
	background: #ebf6cd;
	padding: 8px;
	font-size: 12px;
}


#bottom{
	width: 268px;
	height:20px;
	background: transparent url('../img/bottom.png') right bottom no-repeat;
}



/*input fields*/

input.log
{
position:absolute;
left: 500px;
border:solid 1px #3C8E34;

font-size:14px;
}

input.logsubmit
{
position:absolute;
left: 560px;
font-weight: bold;
margin-top: 7px;
margin-left: 50px;
width: 50px;
border:solid 1px #3C8E34;
background: #3C8E34;
font-size:12px;
}


.cur_pg
{
font-weight: bold;
 font-size: 16px;
}

.notcur_pg
{
 font-size: 16px;
font-weight: normal;
}



input.regsubmit
{
position:absolute;
/*left: 460px;*/
left: 260px;
font-weight: bold;
margin-top: 7px;
margin-left: 50px;
margin-bottom: 200px;
width: 70px;
border:solid 1px #3C8E34;
background: #3C8E34;
font-size:16px;
}
input.regsubmit12
{
font-weight: bold;
margin-top: 7px;
margin-left: 50px;
margin-bottom: 200px;
width: 70px;
border:solid 1px #3C8E34;
background: #3C8E34;
font-size:16px;
}
input.regsubmit2
{
position:absolute;
/*left: 460px;*/
left: 460px;
font-weight: bold;
margin-top: 7px;
margin-left: 50px;
margin-bottom: 200px;
width: 70px;
border:solid 1px #3C8E34;
background: #3C8E34;
font-size:16px;
}
input.regsubmit1
{
position:absolute;
left: 300px;
font-weight: bold;
margin-top: 7px;
margin-left: 50px;
 margin-bottom: 200px;
width: 70px;
border:solid 1px #3C8E34;
background: #3C8E34;
font-size:16px;
}
input.register
{
position: absolute;
left: 400px;
width: 150px;
border:solid 1px #3C8E34;
font-size:14px;
}
input.register12
{
width: 150px;
border:solid 1px #3C8E34;
font-size:14px;
}


input.register_normal
{
width: 150px;
border:solid 1px #3C8E34;
font-size:14px;
}


input.register2
{
position: absolute;
left: 470px;
width: 150px;
border:solid 1px #3C8E34;
font-size:14px;
}
input.register21
{
width: 150px;
border:solid 1px #3C8E34;
font-size:14px;
}
input.vouchers1
{
position: absolute;
left: 325px;
width: 150px;
font-size:14px;
}


input.ship_addr
{
position: absolute;
left: 480px;
width: 120px;
border:solid 1px #3C8E34;
font-size:14px;
}
input.ship_addr12
{

width: 120px;
border:solid 1px #3C8E34;
font-size:14px;
}

input.shipping
{
position: absolute;
/*left: 310px;*/
left: 325px;
width: 150px;
border:solid 1px #3C8E34;
font-size:14px;
}
input.shipping12
{
width: 150px;
border:solid 1px #3C8E34;
font-size:14px;
}

input.shipping2
{
position: absolute;
/*left: 255px;*/
left: 260px;
width: 50px;
border:solid 1px #3C8E34;
font-size:14px;
}

input.shipping3
{
position: absolute;
left: 310px;
border:solid 1px #3C8E34;
font-size:14px;
}




textarea.register
{
position: absolute;
left: 400px;
border:solid 1px #3C8E34;
font-size:14px;
}
textarea.register12
{
border:solid 1px #3C8E34;
font-size:14px;
}

textarea.ship_addr
{
position: absolute;
left: 480px;
border:solid 1px #3C8E34;
font-size:14px;
}
textarea.ship_addr12
{
border:solid 1px #3C8E34;
font-size:14px;
}
input.photosubmit
{
position: absolute;
left: 80px;
width: 80px;
border:solid 1px #3C8E34;
font-size:14px;
}

input.registerfile
{

border:solid 1px #3C8E34;

font-size:14px;
}


select.freight {
height: 20px;
font-size: 13px;
border: solid 1px #3C8E34;
opacity: 1;
}


select.register {
position: absolute;
left: 400px;
width: 129px;
height: 20px;
font-size: 13px;
border: solid 1px #3C8E34;
opacity: 1;
}
select.register12 {

width: 129px;
height: 20px;
font-size: 13px;
border: solid 1px #3C8E34;
opacity: 1;
}

select.ship_addr {
position: absolute;
left: 480px;
width: 120px;
height: 20px;
font-size: 13px;
border: solid 1px #3C8E34;
opacity: 1;
}
select.ship_addr12 {
width: 120px;
height: 20px;
font-size: 13px;
border: solid 1px #3C8E34;
opacity: 1;
}


select.registerday {
position: absolute;
left: 490px;
width: 45px;
height: 20px;
border: solid 1px #3C8E34;
font-size: 13px;
opacity: 1;

}


select.registermonth {
position: absolute;
left: 550px;
width: 100px;
height: 20px;
border: solid 1px #3C8E34;
font-size: 13px;
opacity: 1;

}

select.registeryear {
position: absolute;
left: 665px;
top: 450px;
width: 100px;
height: 20px;
border: solid 1px #3C8E34;
font-size: 13px;
opacity: 1;
}




.ban1
{
position: absolute;
left: 305px;
}

.ban2
{
position: absolute;
left: 370px;
}

.ban3
{
position: absolute;
left: 430px;
}

.ban4
{
position: absolute;
left: 235px;
}

.ban5
{
position: absolute;
left: 280px;
}

.ban6
{
position: absolute;
left:460px;
}

.ban7
{
position: absolute;
left: 520px;
}

.ban8
{
position: absolute;
left:580px;
}



.label1
{
position: absolute;
/*left: 145px;*/
left: 290px;
font-size:12px;
text-decoration: none;
color: #000000;
font-weight: bold;
}


.label1_thumb
{
	float:left;

font-size:12px;
text-decoration: none;
color: #000000;
 padding-bottom: 100px;
 width: 250px;
}

.label2
{
position: absolute;
left: 620px;
font-size:12px;
text-decoration: none;
color: #000000;
 padding-bottom: 100px;
 width: 250px;
}


.label2_admin
{
float:left;
font-size:12px;
text-decoration: none;
color: #000000;
 padding-top: 25px;
 padding-bottom: 100px;
 width: 250px;
}

.label3
{
font-size:12px;
text-decoration: none;
color: #000000;
float:left;
width:200px;
 
}
.label33
{
position: absolute;
left:20px;
line-height:18px;
font-size:12px;
text-decoration: none;
color: #000000;
float:left;
width:200px;
 
}

.label4
{
position: absolute;
left: 780px;
font-size:12px;
text-decoration: none;
color: #000000;
 padding-bottom: 100px;
}

.label4_adm
{
float:right;
font-size:12px;
text-decoration: none;
color: #000000;
 padding-bottom: 100px;
}


.ship1
{
position: absolute;
left: 360px;
font-size:12px;
text-decoration: none;
color: #000000;
font-weight: bold;
}



.ship2
{
position: absolute;
left: 520px;
font-size:12px;
text-decoration: none;
color: #000000;
 padding-bottom: 100px;
}

.ship3
{
position: absolute;
left: 600px;
font-size:12px;
text-decoration: none;
color: #000000;
 padding-bottom: 100px;
}

.feedback
{
position: absolute;
left: 390px;
font-size:12px;
text-decoration: none;
color: #000000;
 font-weight: normal;
 width: 500px;
}

.feedback_normal
{

font-size:12px;
text-decoration: none;
color: #000000;
 font-weight: normal;
}

#orders_div
{

 border: 0px solid #000000;
 width: 630px;
 float:left;
 margin:5px;
 padding:5px
}

.orders_div
{

 border: 2px solid #000000;
 width: 630px;
 float:left;
 margin:5px;
 padding:5px
}

#tbl_detail tr td{
	padding:3px;
	border:#666 solid 1px;
	}
.tdlabel{
	background-color:#CDCDCD;
	}

#text_div
{	position: relative;
	float: left;
	border: 1px solid #000000;
	margin-left: 10px;
	height: 385px;
	width: 230px;
	overflow:auto;
	padding: 0px;
	padding-left: 0px;
}

#img_type
{	position: relative;
	float: left;
	border: 1px solid #000000;
	margin-left: 5px;
	height: 385px;
	width: 160px;
	overflow:auto;
	padding: 0px;
	padding-left: 0px;
}

#image_properties
{	position: relative;
	border: 1px solid #000000;
	height: 110px;
	width: 692px;
	overflow:auto;
	padding-left: 0px;
}



.orders1
{
 border: 1px solid #000000;
 width: 53px;
}

.orders2
{
 width: 290px;
 border: 1px solid #000000;
}

.orders3
{
 width: 95px;
 border: 1px solid #000000;
}

.orders4
{
 width: 90px;
 border: 1px solid #000000;
}

.orders5
{
 width: 80px;
 border: 1px solid #000000;
}


.orders6
{
 width: 50px;
 border: 1px solid #000000;
}


.orders7
{
 width: 64px;
 border: 1px solid #000000;
 border-right: 0px transparent;

}



/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}



/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}



/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

.buton_im
{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333;
	padding:0px;
}
.total
{
	width:750px;
	float:left;
}
.fonts_text
{
	width:700px;
	float:left;
	padding-top:8px;
}
.fonts_text1
{
	width:150px;
	float:left;
	
}
.fonts_texts
{
width:300;
float:left;
}
.fonts_text12
{
	width:200px;
	float:left;
	
}
.fonts_text3
{
	width:425px;
	float:right;
	
}

.fonts_text1_small
{
	width:150px;
	float:left;
	
}
.fonts_text1_small1
{
	width:150px;
	float:left;
	color:#FFF
	
}
.fonts_texttab
{
	width:350px;
	float:right
	
}
.fonts_text4
{
	width:425px;
	float:right;
}
.divtotal
{
width:750px;
float:left;
}
.divtotal1
{
padding-top:8px;
width:700px;
float:left;
}
.divtotal2
{
width:150px;
float:left;
}
.divtotal3
{
width:450px;
float:left;
}
.divtotal4
{
width:20px;
float:left;
}
.divtotal5
{
width:200px;
float:left;
}