/***********************************   html tag class         */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat;
}
img, form {
	margin: 0px;
	padding: 0px;
	border:none;
}
p {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
}
/***********************************   link tag class         */
a:link, a:visited {
	color: #004f93;
	text-decoration: none;
}
a:hover, a:active {
	color: #509d39;
	text-decoration: underline;
}
/***********************************   heading tag class         */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #509d39;
	margin: 0px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ced1cd;
}
h2 {
	font-size: 14px;
	color: #0B1E59;	
	margin: 0px;	
}
h3 {
	font-size: 14px;
	color: #509d39;
}
h4 {
	font-size: 11px;
	font-weight: bold;
	color: #0B1E59;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h5 {
	font-size: 10px;
	font-weight: normal;
	color: #0B1E59;
}
h6 {
	font-size: 9px;
	font-weight: normal;
	display: inline;
	color: #0B1E59;
}
fieldset{
	border: 1px solid #CCC;
	padding: 10px;
}
label {
}
.small{
	font-size: 11px;
	}
/***********************************   list tag class         */
ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
ul li{
	list-style-type: none;
	background-image: url(../images/bullet_blue.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 13px;
	margin: 0px;
}
ul ul {
	list-style: circle;
}
ul ul ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 27px;	
}
ol li{
	margin: 0px;
}
/***********************************   table tag class         */
.datatable th {
	background-color: #E5E5E5;
}
.datatable th, .datatable td {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.normaltable{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1E4FA;
	margin-top: 10px;
	}
.formtable th, .formtable td, .normaltable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1E4FA;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	vertical-align: top;
	padding: 5px;
}
.normaltable td {
	padding-top: 10px;
	padding-bottom: 10px;
}
.normaltable h3{
	margin-top: 0px;
	padding-top: 0px;
	}

.clear {
	clear: both;
}
img.floatright {
	margin-left: 10px;
	float: right;
}
img.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
/***********************************   layout tag class         */
.page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.container {
	padding-right: 7px;
	padding-left: 7px;
	background-color: #FFF;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-x;
}
.header {padding-right: 3px; padding-left: 3px;}
	.logo {}
	.headerright {
		font-size: 11px;
		padding-top: 10px;
		padding-right: 14px;
	}
	.utility {	padding-bottom: 3px; color: #7d7d7d;}
	.utility a:link, .utility a:visited{
	color: #7d7d7d;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	}		
	.utility a:hover, .utility a:active{
	color: #000;
}
	.search {}
	.search .textbox {
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	margin: 0px;
	width: 181px;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #9d9eab;
	border-bottom-color: #9d9eab;
	border-left-color: #666666;
	padding-right: 3px;
	padding-left: 3px;
	}
	.search .gobutton {
	background-image: url(../images/but_go.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 18px;
	width: 25px;
	background-position: left top;
	border: 0px solid #FFFFFF;
	}
	
.nav {}
.concept{}
.concept .left{}
.concept .right{
	width: 255px;
}
.flash{
	width: 686px;
}
.flash .head{}
.flash .foot{
	background-image: url(../images/flash_foot.jpg);
	color: #FFF;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	height: 63px;
	padding-top: 3px;
	padding-right: 80px;
	padding-left: 80px;
	background-color: #FFF;
	background-repeat: no-repeat;
}
.flash .foot strong {
	font-size: 18px;
	font-weight: normal;
}
.flash .foot a {
	color: #FFF;
}

.loginblock{
	background-image: url(../images/login_bg.gif);
	background-repeat: repeat-y;
	}
.loginblock .head{
	background-image: url(../images/login_header.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 5px;
	}
.loginblock .head h2{
	font-size: 12px;
	color: #FFF;
	text-transform: uppercase;
}	
.loginblock .text{
	font-size: 11px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	min-height: 71px;
	}
.loginblock .textbox{ font-size: 11px; width:155px; }	
.loginblock .submitbutton {
	background-image: url(../images/but_login.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 63px;
	border: 0px none #FFF;
	margin: 0px;
	padding: 0px;
}
.loginblock .foot {
	background-image: url(../images/login_footer.gif);
	background-repeat: no-repeat;
	height: 11px;
	background-color: #FFF;
}

.joinblock{
	background-image: url(../images/join_bg.gif);
	background-repeat: repeat-y;	
	}
.joinblock .head{
	background-image: url(../images/join_head.gif);
	background-repeat: no-repeat;
	height:7px;
	}
.joinblock h2{
	font-size: 14px;
	color: #112d5c;
	margin: 0px;
	padding: 0px;
}	
.joinblock .text{
	font-size: 12px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;

	}	
.joinblock .text ul {
	padding-top: 5px;
	padding-bottom: 0px;
}
.joinblock .joinimage {
	float:right;
}
.joinblock .foot {
	background-image: url(../images/join_foot.gif);
	background-repeat: no-repeat;
	height: 10px;
	background-color: #FFF;
}


.homecontent {
	margin-top: 3px;
	background-image: url(../images/homecontent_bg.gif);
	background-repeat: repeat-y;	
	overflow:auto;
}
.homecontent .left {	
	width: 686px;
}
.homecontent .right {
	width: 255px;
}

.rightblock{
	background-image: url(../images/rightblock_bg.gif);
	background-repeat: repeat-y;	
	}
.rightblockbg {
	background-image: url(../images/rightblockhead_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	}	
.rightblock .head{
	background-image: url(../images/rightblock_head.gif);
	background-repeat: no-repeat;
	height:7px;
	}
.rightblock h2{
	font-size: 14px;
	color: #509d39;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}	
.rightblock .text{
	font-size: 12px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	}	
.rightblock .text ul {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	vertical-align: middle;
}
.rightblock .image {
	float: left;
	padding-right: 10px;
}
.rightblock .foot {
	background-image: url(../images/rightblock_foot.gif);
	background-repeat: no-repeat;
	height: 6px;
	background-color: #FFF;
	padding-bottom: 5px;
}


.homeblock{
	display: block;
	float: none;
}
.homeblock .head{
	background-image: url(../images/homeblock_head.gif);
	background-repeat: no-repeat;
	height: 7px;
}
.homeblock .text{
	margin-right: 3px;
	margin-left: 3px;
	background-image: url(../images/homeblock_text_bg.gif);
	background-repeat: repeat-x;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
	color: #525252;
	font-size: 12px;
}
.homeblock .text .floatleft {
	width: 334px;
}
.homeblock .text .floatleft ul li {
	padding-bottom: 15px;
}
.homeblock .text .floatright {
	width: 252px;
	padding-left: 24px;
	padding-right: 24px;
}
.homeblock .text .right {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.homeblock .text .floatright ul li {

}
.homeblock .text .floatright .highlightblock {
	background-color: #d1e0f8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #b2ceff;
}

.homeblock .text .floatleft .highlightblock {
	background-color: #d1e0f8;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #b2ceff;
}

.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 25px;
	color: #84accf;
	font-size: 11px;
	padding-bottom: 25px;
	overflow:auto;
}
.footer .links a {
	color: #a7c9e6;
	text-decoration: none;
}
.footer a:hover {
	color: #CADFF0;
	text-decoration: none;
}
.footer .designby a {
	color: #84accf;
}

.footer .copyrights a {
	color: #84accf;
}

/*------ Message Styles ------*/
.message{
	padding-top:6px;
	padding-left:45px;
	height:24px;
	font-size:11px;
	font-weight:bold;
	display:block;
	background-position:left;
	background-repeat:no-repeat;
	margin-top:20px;
	margin-bottom:20px;
}
.error{
	background-color:#FBD2D0;
}
.information{
	background-color:#cde8fa;
}
.refresh{
	background-color:#d7f4cb;
}
.flag{
	background-color:#faebb4;
}


.submit-button{
	border:0px;
	width:70px;
	height:21px;
	font-family:verdana;
	line-height:15px;
	font-size:11px;
	color:#ffffff;
	padding:0px 0px 2px 0px;
	margin:0px;
}
.blue-button{
	background-image:url(../images/button-blue.gif);
	}

/*------------------------------------------------------------------- */
.tabular_data{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EFEFEF;
	border-left-color: #EFEFEF;
	}
.tabular_data th{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	font-weight: bold;
	background-color: #dce3e9;
	vertical-align: top;
	padding: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
.tabular_data td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EFEFEF;
}
.tabular_data .dark td{
	background-color: #EFEFEF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
.tabular_data .light td{
	background-color: #f6f6f6;
}
/* ------------------------------------------------------------------- */

/* submit button for shopping cart */
.addCart {
	background-color: #bff0af;
	border: 1px solid #509d39;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a6b14;
	padding: 3px;
	font-weight: bold;
}

/* cart style table */
 
.cart {
 padding:3px;
 border:1px solid #666666;
 border-spacing:1px;
}
.cart td img {
 border: 0px;
}
.cart td input {
 border: 1px solid #444444;
 font-size: 11px;
}
.cart th {
 padding:3px;
 border:1px solid #444444;
 background-color: #bff0af;
}
.cart th a {
 color:#0F429B;
}
.cart td {
 padding:3px;
 border:1px solid #999999;
 vertical-align: middle;
 text-align:left;
 font-size: 11px;
}

.viewCart {
 background-color: #d5e5fd;
 border: 1px solid #0b1e59;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #0b1e59;
 padding: 3px;
 font-weight: bold;
}

/* pagination file classes */
.pagin{
	font-size:11px;
	font-weight:bold;
	color:#2592e4;
	}
	
.records{
	font-size:11px;
	font-weight:bold;
	color:#777878;
	padding-left:10px;
}

/*  */
.alert {
	display:inline;
	color:#CC0000;
	font:bold 11px trebuchet, tahoma, arial, helvetica, sans-serif;
	/*border-bottom:1px solid #333333;*/
	margin-right: 3px;
}


.internalUtility {
 font-size: 9px!important;
 float: right;
 height: 50px;
 width: 125px;
}

/* spam hiddel field class */
.special {display:none;}



