@charset "utf-8";
/* CSS Document */


html { overflow-y: scroll }

* {	margin: 0;
	padding: 0;
	}

body {
	font: 10px Sylfaen;
	margin: 0 auto;
	background: #FFFFFF url(images/bg.jpg) repeat-x; 
	}

p {
font: 10px Sylfaen;
margin: 5px 0 10px 0;
line-height: 16px;
color: #333333;
}


.small {
font: 9px Sylfaen;
font-weight: bold;
color: #333333;
}


td {
font: 10px Sylfaen;
margin: 0;
line-height: 16px;
color: #333333;

}

a {
	color: #333;
	text-decoration:none;
	}

a:hover {
	color: #235385;
	text-decoration:underline;
	}

a.underline_link {
	color: #333;
	text-decoration:underline;
	}




#menu {
	float:left;
	display: inline;
	height: 27px;
	width: 960px;
	}
	


#main {
	width: 960px;
	margin: 7px 0 0 0;
	text-align:left;
	}


#left {
	float: left;
	display: inline;
	width: 240px;
	border: 1px solid #cccccc;
	background:#fff ;	
	}

#left p {
	padding: 0 15px 0 15px;
	font-size: 10px;
	}
		

#content {
	margin: 0 auto;
	width:996px;
	text-align: left;
}
	
#center p {
	padding: 0 15px 0 15px;
	}	
	
	


#right {
	float: right;
	width: 173px;
	text-align: right;
	}
	
#right p {
	font-size: 9px;
	}
	
#right a {
	font-size: 10px;
	font-family: tahoma, verdana, arial;
	}
	
#right a:hover {
	font-size: 10px;
	font-family: tahoma, verdana, arial;
	}			

p.bigtext {
	font-size: 12px;
	line-height: 20px;
	}




/* START of Footer area */
#footer {
	}

#footer p {
	color: #cccccc;
 	margin: 5px 20px 0 0;
 	font-size: 10px;
	line-height: 12px;
}
	

/* END of Footer area */

	
.clear {
	clear:both;
	}	


.blue {
color: #235385;
}

.blueb {
color: #235385;
font-weight: bold;
}

.orange18 {
color: #ff6c00;
font-weight: bold;
font-size: 16px;
}

.orange12 {
color: #ff6c00;
font-weight: bold;
font-size: 12px;
}


.whitep {
color: #ffffff;
font-size:8px;
}

a.white {
color: #ffffff;
text-decoration: none;
}

a.white:hover {
color: #cccccc;
text-decoration: underline;
}



input, select {
color: #666666;
border: 1px solid #cccccc;
margin: 0;
}

.boxform {
margin: 15px 20px 10px 20px;
height: 20px;
width: 180px;
font: 10px Sylfaen;
}

.boxform1 {
margin: 5px 0;
height: 20px;
width: 180px;
font: 10px Sylfaen;
}

.searchform {
margin: 15px 3px 10px 5px;
height: 20px;
width: 110px;
font: 10px Sylfaen;
}

.searchcheck {
margin: 15px 3px 10px 20px;
}

.searchbutton {
margin: 15px 0 10px 0;
height: 20px;
width: 40px;
background-image:url(images/bt_bg.jpg);
font: 10px Sylfaen;
color: #fff;
}

.boxlisttd {
background-image:url(images/box_td_bg.jpg);
width: 165px;
height:24px;
padding: 0px 0 0 15px;
text-align: left;
}

.catboxlisttd {
background-image:url(images/box_td_bg2.jpg);
background-position:bottom;
width: 150px;
height:25px;
padding: 1px 0 0 0;
text-align: left;
}

.catboximgtd {
background-image:url(images/box_td_bg2.jpg);
background-position:bottom;
height:26px;
text-align: left;
}

.catboximgtd_selected {
background-color:#cccccc;
background-position:bottom;
height:26px;
text-align: left;
font-style:italic;
}




.listtitle {
background-color: #f0f0f0;
height:24px;
text-align: left;
color: #333;
}

.listitem {
height:24px;
padding: 3px 0;
text-align: left;
}

.listline {
height:1px;
padding:0;
background-color:#cccccc;
}

.search {
width: 113px;
}


.productbox {
width: 110px;
height: 85px;
}

.productbox img {
border: 1px solid #ccc;
}


.productcat {
width: 125px;
height: 45px;
}





.bold {
color: #333333;
font-weight: bold;
}

.eng {
font-family: Sylfaen;
}

img.alignright {
float: right;
margin: 0px 0px 0px 10px;
border: 1px solid #CCCCCC;
}

img.alignleft {
float: left;
margin: 0px 10px 0px 0px;
border: 1px solid #CCCCCC;
}

li {
	list-style-position: inside;
	list-style-image: url(images/arrowor.jpg);
	padding: 0 5px;
	color: #333333;
}

ul {
padding: 0;
}

a.page {
	text-decoration:underline;
}


