body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background-color: #FAFAFA;
	margin: 0px;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, input, textarea {
	padding: 0px;
	margin: 0px;
}
.main {
	width: 1000px;
	margin: 0px auto;
}
.header {
	width: 1000px;
	float: left;
	background:url(../images/header.gif) no-repeat left top;
	height: 200px;
}


.header h1 {
	padding: 50px 10px 10px 10px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	width: 350px;
}
.page {
	width: 1000px;
	float: left;
	border-top: solid 2px #000000;
	border-right: solid 1px #000000;
	border-bottom: solid 2px #000000;
	border-left: solid 1px #000000;
}

.content {
	width: 916px;
	float: left;
	padding: 30px 20px 0px 44px;
}

.content .title{
	background-color: #009999;
	color: #FFFFFF;	
	padding: 5px;
}

.content table th{
	vertical-align: top;
}

.content table td{
	vertical-align: top;
}

.left {
	width: 680px;
	float: left;
	
	/*color:#fff;*/
}
.title {
	font-size: 30px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 15px;
}
.subtitle {
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	margin-top: 50px;
	margin-bottom: 15px;
}
.copyright {
	border: 0px;
	height: 1px;
	width: 1px;
}
.right {
	width: 160px;
	float: right;
	padding:5px;
	background-color: #33CC66;
	color: #fff;
}
.right h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 100%;
	margin-bottom: 25px;
	color: #fff;
	padding: 5px;
}
.right ul {
	margin-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #272727;
	/*list-style-type: none;*/
}/*
.right ul li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #272727;
}
.right ul li a {
	color: #000066;
	text-decoration: none;
}
.right ul li a:hover {
	color: #006600;
}*/
.footer {
	font-size: 12px;
	/*line-height: 50px;*/
	color: #ffffff;
	background-color: #800000;
	text-align: center;
	width: 1000px;
	height: 50px;
	float: left;
	margin-top: 50px;
}

.footer a{
	color: #33cc66;
}
.footer-link {
	color:#ffffff; 
	text-decoration:none; 
}

/*
 * CUSTOM CLASS & JQUERY STYLES
 */
.error{
	border: 4px solid red;
}

#err_content{
	display:none;
}

.total_item_price{
	margin:30px;
	padding:10px;
	background: #33cc66;
	color: white;
	width:300px;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 1.2em;
}

.important_detail{
	padding: 10px;
	background: #33cc66;
	float:right;
}

.important_detail a{
	color: white;
}

.other_option{
	padding: 10px;
	width: auto;
	
}

.other_option a{
	padding: 5px;
	text-decoration: none;
	background: pink;
	color:#000000;
}

.other_option a:hover{
	padding: 5px;
	text-decoration: none;
	background: #009999;
	color: white;
}

#stock_warn{
	padding: 10px;
	
}


#group_sort{
	list-style-type: none;
	 width: 60%;
}

#group_sort li{
	margin: 5px;
	padding: 10px;
	height: 18px;
	background: #33CC66;
	color: white;
}


#sub_group_sort{
	list-style-type: none;
	 width: 60%;
}

#sub_group_sort li{
	margin: 5px;
	padding: 10px;
	height: 18px;
	background: #33CC66;
	color: white;
}

#sub_group_cats_sort{
    list-style-type: none;
     width: 60%;
}

#sub_group_cats_sort li{
    margin: 5px;
    padding: 10px;
    height: 18px;
    background: #33CC66;
    color: white;
}


.pager{
	text-align: center;
	font-size: 16px;
}

.ui-state-error, .ui-state-highlight{
	padding:5px;
}


.no-close .ui-dialog-titlebar-close {
display: none;
}

/*
 * 
 * FIELDSET STYLES
 */
legend{
	font-size: 1.1em;
	color: black;
	background: #33CC66;
	padding: 5px;

}

 fieldset{
	margin: 10px;
	border-color: #009999;
	border-style: solid;
}




/*
 * 
 *  DETAILS TABLE STYLE
 */

.details_table{
	
}
.details_table th{
	padding:5px;
	background: #009999;
	color:white;
}

.details_table td{
	padding:5px;
	background: #33cc66;
}

.details_table td img{
	background: none;
}

/*
 * ENTRY TABLE STYLES
 */

.entry_table th{
	padding:5px;
	background: #009999;
	color:white;
	
}

.entry_table td{
	padding:5px;
	background: #33cc66;
}
/* Table styles*/


.listing_table {
	margin: 10px;
	border: 2px solid #009999;
	min-width: 500px;
	
}

.listing_table td, .listing_table th{
	padding:5px;
	border-bottom: 1px solid #33cc66;
	border-left: 1px solid #33cc66;
	text-align: center;
}

th{
	text-align: left;
}

th.col_head{
	text-align: center;
	padding: 5px;
	background: #33cc66;
}
.ord_sh_itm_cat{
	text-align: left;	
}

th.grp_col_head{
	text-align: center;
	padding: 5px;
	background: #33cc66;
	width: 400px;
}

th.qty_col_head{
	text-align: center;
	padding: 5px;
	background: #33cc66;
	width: 90px;
}

th.cost_col_head{
	text-align: center;
	padding: 5px;
	background: #33cc66;
	width: 90px;
}

.order_grp_head{
	padding: 5px;
	background: #009999;
	color: white;
}

.order_sub_grp_table{
	margin: 10px;
	border: 2px solid #009999;
	width:600px;
}

.order_sub_grp_table td,.order_sub_grp_table th{
	
	border-bottom: 1px solid #33cc66;
	border-left: 1px solid #33cc66;
}

.order_details_table{
	
}

.order_details_table th{
	padding: 5px;
	background: #009999;
	color:white;
	/*border-bottom: 1px solid #33CC66;
	border-left: 1px solid #33CC66;*/
	
}

.order_details_table td{
	padding: 5px;
	background: #33CC66;
	
	/*border-bottom: 1px solid #33CC66;
	border-left: 1px solid #33CC66;*/
	
}

.search_box table{
	
} 

.search_box table td{
	vertical-align:bottom;
}

.search_box table td input{
	vertical-align:bottom;
	height: 30px;
}

.row_highlight{
	background-color: yellow;
}

.para_highlight{
	background-color: #33cc66;
	padding: 5px;
	color: white;
}

/*
 * 
 * Form and children styles
 */

form h3{
	padding: 5px;
	background: #009999;
	color: white;
	text-align: center;
}

form legend{
	font-size: 1.1em;
	color: black;
	background: #33CC66;
	padding: 5px;

}

form fieldset{
	margin: 10px;
	border-color: #009999;
	border-style: solid;
}

form.search_box fieldset{
	width: 250px;
	float: right;

}

/* 
 * 
 * Report styles
 */

div .graph_head{
	display:none;
}

div .graph_value{
	display:none;
}

/*
 * SLIDE SHOW STYLES
 * 
 */

#banner-fade,
#banner-slide{
	margin-bottom: 60px;
}

ul.bjqs-controls.v-centered li a{
	display:block;
	padding:10px;
/*	background:#fff;*/
	background: #33CC66;
	opacity: 0.6;
	color:#fff;
	text-decoration: none;
}

ul.bjqs-controls.v-centered li a:hover{
	background:#000;
	color:#fff;
}

ol.bjqs-markers li a{
	padding:5px 10px;
	background:#000;
	color:#fff;
	margin:5px;
	text-decoration: none;
}

ol.bjqs-markers li.active-marker a,
ol.bjqs-markers li a:hover{
	background: #999;
}

p.bjqs-caption{
/*	background: rgba(255,255,255,0.5);*/
	background: #33cc66;
	color: #fff;
	opacity: 0.6;
}


/* MISC STYLES */

.section_head{
	font-size: x-large;
	padding: 10px;
	background-color: #33cc66;
	color: #fff;
	text-align: left;
}
