body{

}

body{-webkit-filter:grayscale(0%);filter:grayscale(0%);}

h1{
	font-family: 'Athiti', sans-serif;
}
h2{
	color:#D392A4;
	font-family: 'Athiti', sans-serif;
}
h3{
	color:#186BBE;
	font-family: 'Athiti', sans-serif;
}
h4{
	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{
	color:#6B6B6B;
}
hr{
	border:solid #CCCCCC; 
	border-width:1px 0 0 0; 
	height:0;
	line-height:0px;
	font-size:0;
	margin:0;
	padding:0;
}

area:hover
{
    border:1px solid black;
}

#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: #3399FF;}
a:visited {text-decoration: none; color: #186BBE;}
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;
	margin-top: -7px;
	font-size : 14px;
}

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

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

.tdBaseLine{
border-bottom: 1px solid #BBBBBB;
}
.tdBaseLineSmall{
border-bottom: 1px solid #EBEBEB;

}
.tdLeftLine{
border-left: 1px solid #EBEBEB;
}


.myButton {
  background: #86b879;
  background-image: -webkit-linear-gradient(top, #86b879, #2c7d23);
  background-image: -moz-linear-gradient(top, #86b879, #2c7d23);
  background-image: -ms-linear-gradient(top, #86b879, #2c7d23);
  background-image: -o-linear-gradient(top, #86b879, #2c7d23);
  background-image: linear-gradient(to bottom, #86b879, #2c7d23);
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 7px 10px 7px 10px;
  text-decoration: none;
}

.myButton:hover {
  background: #91d693;
  background-image: -webkit-linear-gradient(top, #91d693, #4e8a3a);
  background-image: -moz-linear-gradient(top, #91d693, #4e8a3a);
  background-image: -ms-linear-gradient(top, #91d693, #4e8a3a);
  background-image: -o-linear-gradient(top, #91d693, #4e8a3a);
  background-image: linear-gradient(to bottom, #91d693, #4e8a3a);
  text-decoration: none;
}


.fixed-nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 70px;
}

.thimage{
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border:1px solid #dddddd;
}

.shimage{
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border:1px solid #dddddd;
}