body {
	margin: 0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	background-color:#D6D7B6;
}

a {
color: #FF0084; /*#857561; /*warm grey */
text-decoration: none;
}

a:hover {
color: #FF6600;
text-decoration: underline;
}

h2 a{
	color:#FF6600;
}

.comment a{
	color:#857561;
}

.similar a{
	color:#FF6600;
}

.h2head {
	/*margin:0;*/
	width:90%;
	background-color:#E7E3DF;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5%;
}

.navigation a{
	font-size:11;
}

.imageBox{
	width:80px;	/* Total width of each image box */
	height:80px;	/* Total height of each image box */
	padding:3px;
	float:left;
	border:solid 1px #ddd;
	margin-right:3px;
}
.imageBox_theImage{
	width:75px;	/* Width of image */
	height:75px;	/* Height of image */
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	margin-top:2px;
	margin-bottom:1px;
}

.imageBox2{
	width:48px;	/* Total width of each image box */
	height:48px;	/* Total height of each image box */
	float:left;
}
.imageBox_theImage2{
	width:48px;	/* Width of image */
	height:48px;	/* Height of image */
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	margin-bottom:2px;
}

/*imgbox user added image*/
.imageBox_uai{
	width:80px;	/* Total width of each image box */
	height:90px;	/* Total height of each image box */
	padding:3px;
	float:left;
	border:solid 1px #ddd;
	margin-right:3px;
	background-color:#FFFFFF;
}
.imageBox_theImage_uai{
	width:75px;	/* Width of image */
	height:75px;	/* Height of image */
	background-position: center center;
	background-repeat: no-repeat;		
	margin: 0 auto;
	margin-top:2px;
	margin-bottom:1px;
}

.ingr a{
	color: #333333;
	text-decoration: none;
}

ul { 
 list-style: none; 
 margin: 0px;
 padding-left:1px;
}

li {
 background-image: url( bullet-1.gif ); 
 background-repeat: no-repeat;
 padding-left:15px; 
 padding-right: 3px;
 padding-bottom:2px; 
 margin:0px;
}

/*pagination*/

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-left:1px; 
padding-right: 1px;
padding-bottom: 1px;
background-image: none; 
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #FF0084;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #FF6600;
background-color: lightyellow;
}

.pagination li.currentpage{
font-weight: bold;
padding: 0 5px;
border: 1px solid #D6D7B6;
background-color: #D2E2A1;
color: #FFF;
}

.pagination li.disablepage{
padding: 0 5px;
border: 1px solid #929292;
color: #929292;
}

.pagination li.nextpage{
font-weight: bold;
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
margin-right: 5px;
padding-right: 0;
}