
body, p {
	margin: 0px;
	padding: 0px;
	font: Arial, Arial, Helvetica, sans-serif;
}

.halfmoon{
	margin-bottom: 1em;
	padding-bottom: 2em;
}

.halfmoon ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom: 1px solid #929492;
}

.halfmoon li{
	display: inline;
	margin: 0;
}

.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 1px; /*distance between each tab*/
	border-left: 1px solid #DDD;
	color: black;
	font-size: 13px;
	background: #ECEEEC url(../images/tabright.gif) top right no-repeat;
}
/*////////////////////////////////
a:link, a:active, a:visited {
	color: #CC0000;
	text-decoration:underline;
}

a:hover {
	color: #FF9933;
	text-decoration:none;
}
///////////////////////////////*/
.halfmoon li a:visited{
	color: black;
}

.halfmoon li a:hover{
	background-color: #CDDADA;
	color: navy;
}

h1 {
	color: #00b9f1;
	font-size: 1.4em;
}

h3 {
	color: red;
	font-size: 1.2em;
}

.red {
	color: #D40000;
	font-weight: bold;
	font-size: 0.9em;
}

.title {
	color: #68767f;
	font-size: 14px;
	text-decoration:none;
	font-weight:bold;
}
.code {
	color: #83c1dd;
	font-size: 10px;
	font-weight:bold;
}

.style3 {
	color: #CEE6F2;
	font-size: 10px;
}

.style4 {
	color: #e8ebec;
	font-size: 10px;
}

.style5 {
	color: #959FA5;
	font-size: 10px;
	text-decoration:none
}

.style6 {
	color: #68767f;
	font-size: 11px;
	text-decoration:none
}

.style7 {
	color: #000;
	font-size: 11px;
}

.style8 {
	color: #8da3b3;
	font-size: 11px;
}

.style9 {
	color: #7b868e;
	font-size: 11px;
}

.style10 {
	color: #098929;
	font-size: 9px;
}

.style11 {
	color: #667681;
	font-size: 11px;
}

.style12 {
	color: #787878;
	font-size: 9px;
	font-weight: bold;
}

.style13 {
	color: #098929;
	font-size: 11px;
}

input:focus, textarea:focus, select:focus {
	background: #fbffc0;
	color: #000;
}

select, option { font-size: 10px; }

.mainArea img {
	/*border: 1px solid #DADADA;*/
	padding: 0px;
}

img.float-right {
	margin: 0px 0px 3px 7px;
	border: 0px;
}

img.float-left {
	margin: 0px 15px 20px 0px;
	border: 0px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-center  { text-align: center; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }

.product {
	clear: both;
	margin: 5px 5px 20px 5px;
	width: 660px;
	/*border-right: 1px solid #c0c0c0;*/
	border-bottom: 1px solid #c0c0c0;
	padding: 5px;
	min-height:130px;
	height:auto !important;
	height:130px;
}

.productDetails {
	margin:0px;
	padding:0 0 0 15px;
}

div.pagination {
	padding:3px;
	margin:3px;
	text-align:center;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	text-decoration: none;
	color: #88AF3F;
	background: #fff;
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #85BD1E;
	font-style:normal;
	color: #638425;
	background-color: #F1FFD6;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #85BD1E;
	font-weight: bold;
	background-color: #B2E05D;
	color: #5f5f5f;
}
div.pagination span.disabled {
	padding: 2px 3px;
	margin-right: 1px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}

