/* Green used to be 3C7D15 now it is 71BF44 or the bongo green which is 00D000 */
body, table, td, ul {
    font-size: 11px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    color: #333;
    margin: 0px;
    border: 0px;
    padding: 0px;
    border-collapse: collapse;
	}

html {
	background-image: url('/images/body_bg_2.gif');
	background-repeat: repeat-x;
	}

body {
	width: 1000px;
	margin: 0px auto 0px auto;
	}
	
li {
	margin-left: 20px;
	list-style-position: outside;
}

#main_nav {
	height: 43px;
	line-height: 43px;
	padding: 0px;
}

#main_nav * {
	list-style:none outside none;
	font-size: 14px;
	color:#FFFFFF;
}

#main_nav li {
	float:left;
	margin: 0px;
	padding: 0px;
	height: 43px;	
	
}

#main_nav a.nav {
	display: block;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
	position: relative;
	height: 43px;
}

#main_nav a.nav:hover, #main_nav a.box_link:hover {
	background-color: #309AAB;
}

#main_nav .box_link {
	height: 42px;
	width: 44px;
	float: left;
}
#main_nav .box_link img{
	padding: 8px 0px 0px 8px;
}


.checkout_table th {
	background-color: #eeeeee;
	padding: 4px;
	font-weight: bold;
	border-top: 1px solid black;
}
.checkout_table td {
	padding: 4px;
}

.product_list { 
	width: 800px;
}

.product_list td {
	padding: 10px 0px;
	vertical-align: top;
	border-top: 1px solid #999999;
}

.price {
	font-size: 14px;
	color: #E58300;
	font-weight: bold;
}

.large_title {
	color: #fff;
	font-size: 30px;
	font-family: tahoma, geneva, sans-serif;
	}
	
.header_text {
	color: #fff;
	font-size: 13px;
	}
	
.button {
	background-color: #96B3B8;
	text-align: center;
	padding: 5px;
	}
	
.title {
	font-weight: bold;
	}
	
.main_title {
	font-size: 18px;
	font-weight: bold;
	}	

h2, .main_title_orange {
	font-size: 18px;
	font-weight: bold;
	color: #E58300;
	padding: 0px;
	margin: 0px;
}

.title_orange {
	font-size: 12px;
	font-weight: bold;
	color: #E58300;	
}

h1, .main_title_blue {
	font-size: 18px;
	font-weight: bold;
	color: #00ACBC;
	padding: 0px;
	margin: 0px;
}

.title_blue {
	font-size: 12px;
	font-weight: bold;
	color: #00ACBC;
}

.main_title_green {
	font-size: 18px;
	font-weight: bold;
	color: #71BF44;
}

.title_green {
	font-size: 12px;
	font-weight: bold;
	color: #71BF44;
}

h3 {
	color:white;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	margin: 0px;
	background-color: #eeeeee;
	clear: both;
}
h3.teal {
	border: 2px solid #386f78;
	color: black;
	text-align: center;
	margin-top: 40px;
}
.blue {
	background-color: #00ACBC;
}
.green {
	background-color: #71BF44;
}
.orange {
	background-color: #E58300;	
}


.table_orange {
	background-color: #F8DFA7; 
	border: 10px solid #F8DFA7; 
	margin: 10px;
}

.table_orange td {
	height: 25px;
}

#content {
	width: 1000px;
	border-top: 1px solid #333;
	}

#content_no_border {
	width: 1000px;
	}

#left {
	vertical-align: top;
	width: 379px;
	padding: 15px 20px 15px 0px;
	line-height: 15px;
	border-right: 1px solid #333;
	}

#right, #right2 {
	vertical-align: top;
	width: 379px;
	padding: 15px 0px 15px 20px;
	border-left: 1px solid #333;
	}
	
#wide {
	padding: 15px 0px 15px 0px;
	}
	
#wide_no_top {
	padding: 0px 0px 15px 0px;
	}	
	
#footer {
	width: 1000px;
	clear:both;
	border-top: 1px solid black;
	margin-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #666;
	padding-top: 5px;
	}

.info_table td {
	height: 25px;
	}
	
.label {
	text-align: right;
	padding-right: 10px;
	}
.shop_label {
	text-align: right;
	padding-right: 10px;
	width: 200px;
	float: left;
	height: 30px;
	line-height: 15px;
}
.label_req {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	}

.line {
			border-bottom:1px dotted #ccc;
			width: 100%;
			margin-top: 10px;
			margin-bottom: 10px;
		}
	
/* FORM ELEMENTS ---------------------- */

.input_text {
	width: 180px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}
	
.input_textarea {
	width: 180px;
	height: 100px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}

.input_file {
	width: 270px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    cursor: pointer;
/*	border: 1px solid #666666;
	color: #000000; */
	}

.input_text_short {
	width: 100px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}		

.input_text_tiny {
	width: 30px;
	font-size: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	color: #000000;
	}		

	
.input_phone_type {
	height: 16px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}	
	
.input_company_type {
	height: 16px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}
	
.input_company {
	height: 16px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}	

.input_submit {
/*	height: 16px;	*/
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
    cursor: pointer;
	border: 1px solid #666666;
	background: #EEEEEE;
	color: #000000; 
	}	
	
.input_select {
	height: 16px;
	font-size: 9px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: normal;
	border: 1px solid #666666;
	background: #ffffff;
	color: #000000;
	}	
/* ---------- NEW FORM - used for the product search */
.block_title_orange {
	height: 16px; 
	width: 100%;
	font-size: 14px;
	background-color: #F99F36;
	color: white;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.block_title_blue {
	height: 16px; 
	width: 100%;
	font-size: 14px;
	background-color: #00B4C3;
	color: white;
	padding: 5px;
	margin-bottom: 3px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
.block_title_green {
	height: 16px; 
	width: 100%;
	font-size: 14px;
	background-color: #71BF44;
	color: white;
	padding: 5px;
	margin-bottom: 3px;
	margin: 0px 0px 10px 0px;
	font-weight: bold;
}
#shop_table {
	
}
#shop_table tr td {
	vertical-align: top;
	padding-bottom: 10px;
}
#shop_table fieldset {
	 width: 240px;
	 margin: 0px 10px 10px 0px;
}
.quick_table {
	width: 100%;
}
.quick_table thead th {
	padding-right: 10px;
	border-bottom: 1px solid #eee;
	text-align: left;
}
.quick_table td {
	padding-right: 10px;
	text-overflow: clip;
	text-align: left;
}
.quick_table tr.over {
	background-color: #eee;
}
tbody.department tr td {
	background-color: #eeeeee;
}
.input_text2 {
	-moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    font: 12px arial,sans-serif;
    padding: 0.15em;
    width: 100px;
}
.input_select2 {
	-moz-border-radius: 0.4em 0.4em 0.4em 0.4em;
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #DDDDDD;
    font: 12px arial,sans-serif;
    padding: 0.15em;
    width: 225px;
}
legend {
    color: white;
    font-size: 12px;
    border: 1px solid #DDDDDD;
    padding: 5px 15px;
    width: 80%;
}
legend.orange {
	background-color: #F99F36;
	border-color: #F99F36;
}
legend.blue {
	background-color: #00B4C3;
	border-color: #00B4C3;
}
legend.green {
	background-color: #71BF44;
	border-color: #71BF44;
}
fieldset {
    border: 1px solid #DDDDDD;
    padding: 0 0.5em 0.5em;
}
fieldset.fs_orange {
	border-color: #F99F36;
}
fieldset.fs_blue {
	border-color: #00B4C3;
}
fieldset.fs_green {
	border-color: #71BF44;
}
fieldset div.fs_content {
	margin-top: 5px;
}
/* REQUIRED BUTTON STYLES: */		
button { 
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

button span { 
	position: relative;
	display: block; 
	white-space: nowrap;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Google Chrome only - fix margins */
	button span {
		margin-top: -1px;
	}
}


/* OPTIONAL BUTTON STYLES for applying custom look and feel: */		
button.submitBtn { 
	padding: 0 15px 0 0; 
	margin-right:5px; 
	font-size:2em; 
	text-align: center; 
	background: transparent url(/images/button_bg.gif) no-repeat right -140px; 
}
	
button.submitBtn span {
	padding: 13px 0 0 15px; 
	height:37px; 
	background: transparent url(/images/button_bg.gif) no-repeat left top; 
	color:#fff; 
}
	
button.submitBtn:hover, button.submitBtnHover { /* the redundant class is used to apply the hover state with a script */
	background-position: right -210px; 
}
	
button.submitBtn:hover span, button.submitBtnHover span {
	background-position: 0 -70px;
}

.autocomplete-w1 { background:url(/images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:6px 0 0 6px; /* IE6 fix: */ _background:none; _margin:1px 0 0 0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; overflow:hidden; }
.autocomplete strong { font-weight:normal; /* color:#3399FF; */ }
