body{
	font-size : 14px;
}
h1{
	font-size : 24px;
	color:#FF9900;
	font-family: 'Athiti', sans-serif;
}
h2{
	color:#D392A4;
	font-family: 'Athiti', sans-serif;
}
h3{
	font-family: 'Athiti', sans-serif;
}
h4{
	font-size : 10px;
	font-family: 'Athiti', sans-serif;
}

li{
margin-left:-5px;
}

input{

	font-size : 15px;
	border: 1px solid #999999;
}
input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px pink;
  	background-color:#FEFBAF;
}
textarea{

	font-size : 14px;
	border: 1px solid #999999;
}
select{

	font-size : 14px;
	border: 1px solid #999999;
}
td{
	font-size : 14px;
	color:#6B6B6B;
}
hr{
	border:solid #CCCCCC; 
	border-width:1px 0 0 0; 
	height:0;
	line-height:0px;
	font-size:0;
	margin:0;
	padding:0;
}

#header{

}
#footer{

	font-size : 11px;
	padding: 20px 0px 20px 0px;
}
select{

}
#navigation{
	margin-top:-30px; 
	margin-right: 20px; 
	text-align:right;
}
#productCategory{

	font-size : 14px;
	font-weight : bold;
	height : 22px;
	margin-top: 13px; 
	background-color:#F7DBE4;
	padding: 10px 20px 0px 20px;
	border-bottom: 2px solid #FF99CC;
}

a:link {text-decoration: none; color: #cc0000;}
a:visited {text-decoration: none; color: #cc0000;}
a:active {text-decoration: none; color: #3399FF;}
a:hover {text-decoration: none; color: #FF9900;}


div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #c9bbaf;
	
	text-decoration: none; /* no underline */
	color: #808080;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #ff9900;
		background-color: #ffcc00;
	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #ff9900;
		
		font-weight: bold;
		background-color: #cc0033;
		color: #FFF;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}

	.titleList{
	color:#E0E0E0;
	margin: 2px;
	font-size : 14px;
}

.dprice{
	font-size : 14px;
	font-weight : bold;
	color:#FF0000;
}

.small{
	font-size : 14px;
	color:#CCCCCC;
}
.textsmall{
	font-size : 12px;
	color:#CCCCCC;
}