a {
	color: #000;
	text-decoration: none;
	text-decoration: underline;
}
a:hover {
	color: #777;
	text-decoration: none;
}
a.pageResults,.accountCategory,.checkoutBarFrom,.checkoutBarTo{
	color: #777;
}
a.pageResults:hover{
	color: #777;
}
body {
	background: #FFF;
	color: #000;
	font-family: Arial;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding:0px;
	text-align: center;
	_behavior: url(includes/css/csshover.htc);	/* Fix IE6 Hover Behavior For Fancy Popup thingies, relative to base tag because IE is crazy */
}
form {
	display: inline;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
	margin-top: 10px;
	color:#666;
}
h2 {
	font-weight:bold;
	color:#666;
	font-size:12px;
}
h3 {
	font-size: 12px;
}
img {
	color: #666;
	border: none;
}
legend {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
fieldset {
	border: 1px solid #333;
	padding: 6px;
}
td, input, textarea, select, checkbox, radio {
	font-family: Arial;
	font-size: 11px;
	line-height: 1.6em;
}
#header {
	display:block;
	height:105px;
	background-image:url(../../images/site/design_header.gif);
	background-repeat:no-repeat;
	position:relative;
}

#header .home {
	position:absolute;
/*	background-color:rgba(255, 0,0, 0.3); /**/
	background:url('../../images/site/blank.gif');
	height:60px;
	width:300px;
	left:20px;
	top:10px;
}

#header .phone {
	position:absolute;
	left:315px;
	display:block;

	width:183px;
	height:23px;
	text-align:center;
	background:url('../../images/site/blank.gif'); /**/

	font-family:Trebuchet, Arial, sans-serif;
	font-size:18px;


	top:27px;
	color:#fff;
	cursor:default;;
}

.headerNavigation ul {
	display:block;
	list-style:none;
	padding:0px;
	margin-left:4px;
	text-align:center;
	width:980px;
}
.headerNavigation ul li {
	position:relative;
	display:block;
	float:left;
	background-image:url(../../images/site/design_top_tab_left.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#666666;
	margin-right:3px;
	line-height:12px;
	padding-left:5px;
}
.headerNavigation ul li a{
	color:#FFF;
	font-weight:bold;
	line-height:14px;
	text-decoration:none;
}
.headerNavigation ul li a:hover{
	text-decoration:underline;
}
.headerNavigationRight {
	clear:both;
	height:29px;
	width:5px;
	background-image:url(../../images/site/design_top_tab_right.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:right;
}
.headerNavigation ul li ul {
	display:none;
}
.headerNavigation ul li:hover ul {
	position:absolute;
	top:29px;
	left:-4px;
	display:block;
	width:160px;
	border-top:2px solid #00AAD6;
}
.headerNavigation ul li:hover ul li {
	background-color:#92CEDB;
	background-image:none;
	width:150px;
	text-align:left;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}
.headerNavigation ul li:hover ul li:hover {
	background-color:#6DC4DB;
}
.headerNavigation ul li:hover ul li a {
	font-weight:bold;
	color:#000;
	letter-spacing:normal;
}
#cartNavigation{
	font-size:12px;
	display:block;
	position:absolute;
	right:5px;
	top:83px;
}
#cartNavigation a{
	font-weight:bold;
	color:#797979;
	text-decoration:none;
}
#cartLiveSupport{
	display:block;
	position:absolute;
	right:5px;
	top:10px;
}
#searchBox {
	display:block;
	float:left;
	width:134px;
	>height:23px;
	height:25px;
	background-image:url(../../images/site/design_left_search_box.gif);
	background-repeat:no-repeat;
	border:none;
	>width:134px;
	>border:0px;
	font-size:16px;
	>padding-top:2px;
	padding-top:3px;
	padding-left:3px;
	padding-right:3px;
	>background-position:right;
}
#searchButton {
	display:block;
	float:right;
	width:58px;
	height:28px;
	background-image:url(../../images/site/design_left_search_button.gif);
	background-repeat:no-repeat;
	border:none;
}
.fieldKey, .tableHeading, .formAreaTitle {
	font-weight: bold;
}
.formArea {
	background: #FFF;
	border: 1px solid #777;
}
.errorBox{
	background: #DA3D3D;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.headerNavigation,.footer{
	/*background: #777; */
}
.infoBox{
	border: 1px solid #777;
}
.infoBoxHeading,.productListing-heading{
	clear:both;
	background: url(../../images/site/heading_gradient_med.jpg) #444444 repeat-x bottom;
	color: #FFF;
	font-size: 11px;
	padding: 3px;
}
.bodyBreadcrumbs{
}
.bodyBreadcrumbs a, .bodyBreadcrumbs a:hover{
	color: #036;
}
.headerBreadcrumbs{
	font-size: 11px;
}

.headerBreadcrumbs a, .headerBreadcrumbs a:hover{
	color: #FFF;
}
.markProductOutOfStock {
	color: #B20000;
	font-weight: bold;
}
.messageStackError, .messageStackWarning, .headerError, .errorBox, .infoBoxNotice, .infoBoxNoticeContents {
	background: #DA3D3D;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}
.messageStackWarning {
	background: #9F09F0;
}
.messageStackSuccess {
	background-color: #9F09F0;
	color: #FFF;
	font-weight: bold;
}
.moduleRowOver {
	background-color: #777;
	color:#FFF;
	cursor: pointer;
	cursor: hand;
}
.moduleRowSelected {
	background-color: #DEDEDE;
}
.newItemInCart, .inputRequirement, .productSpecialPrice, .errorText, .stockWarning {
	color: #B20000;
}
.orderEdit {
	color: #000;
	text-decoration: underline;
}
.pageHeading {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
.productListing-data {
	padding: 3px;
}
tr.productListing-odd {
	background: #f8f8f9;
}
tr.productListing-odd td {
/*  border-bottom: solid #777 1px;*/
}
.progress {
	background-color: #000080;
	color: #FFF;
	font-size: 12px;
	height: 14px;
	overflow: hidden;
	padding-left: 5px;
	width: 1px;
}
.smallText {
	font-size: 10px;
}
.subBar {
	background: #DEDEDE;
}
.subBar, .checkoutBarCurrent {
	color: #000;
}
#box_whats_new td,
#box_bestsellers td,
#box_currencies td,
#box_featured td,
#box_information td,
#box_languages td,
#box_login td,
#box_manufacturer_info td,
#box_manufacturers td,
#box_order_history td,
#box_product_notifications td,
#box_reviews td,
#box_rfq_cart td,
#box_search td,
#box_shopping_cart td,
#box_specials td,
#box_tell_a_friend td{
	font-size: 11px;
	line-height: 1.5em;
	padding: 3px;
}
#box_categories td, #box_info td{
	font-size: 11px;
	line-height: 1.5em;
	padding: 3px;
}
#box_whats_new,
#box_bestsellers,
#box_currencies,
#box_featured,
#box_information,
#box_languages,
#box_login,
#box_manufacturer_info,
#box_manufacturers,
#box_order_history,
#box_product_notifications,
#box_reviews,
#box_rfq_cart,
#box_search,
#box_shopping_cart,
#box_specials,
#box_tell_a_friend{
	width: 200px;
}
#box_categories, #box_info{
	width: 200px;
}
#central_content {
	padding: 0px 10px 20px 10px;
}
#column_left {
	width: 200px;
	background-color:#DBDEAF;
	border:4px solid #FFF;
}
#column_right {
	padding: 3px;
	width: 150px;
}
#page_container {
	position:relative;
	background-color: #FFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 980px;
}
.footer {
	background-color:#92CEDB;
	height:90px;
	border-left:4px solid #FFF;
	border-right:4px solid #FFF;
	border-bottom:4px solid #FFF;
	text-align:center;
	padding-top:15px;
}
#footer2 {
	margin: 0px auto 30px auto;
	text-align: right;
	width: 980px;
}
.child_options {
	display: block;
}
.child_options input, .child_options select {
	width: 160px;
}
#printNav {
	float: right;
	margin-bottom: 6px;
}
#printfix {
	clear: both;
	display:none;
}
.pricebreaksFloat div {
	display:none;
}

.pricebreaksFloat:hover div {
	display:block;
}
.pricebreaksPopup {
	background:white;
	position:absolute;
	border:1px solid black;
	width:140px;
}
#printlogo {
	display: none;
}

ul.noindent {
	margin-left: 1.5em;
	padding-left: 0;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 2px;
}

div.categoryImage {
	float:right;
	margin:0 0 10px 10px;
	text-align:center;
	font-size: 10px;
}

div.productImage {
	float:right;
	margin:0px 10px 10px 10px;
	text-align:center;
	font-size: 10px;
	width:210px;
}

div.productImage img, div.categoryImage img {
	margin: 5px;
}
.simple_button {
	padding:2px;
	margin-bottom:3px;
	border:1px solid #CCCCCC;
	background-color:#f4f4f4;
	cursor:pointer;
	font-size:13px;
}
#parentProductListing {
	overflow:auto;
	width:590px;
	max-height:600px;
}
.filters {
	padding : 8px;
	border : 1px solid #000066;
	margin : 3px;
}



.product-title { font-size:18px; font-weight:bold; border-bottom:1px solid #ccc; padding-bottom:4px; }


/* LOGIN FORM STYLES */

ul.formRow {

}
ul.formRow li { display:block; float:left; padding:4px; margin:4px; }
ul.formRow li.rowLabel { width:180px; }
.rowLabel { width:120px; }
.formSubHeader { color:#555; font-size:12px; font-weight:bold; border-bottom:1px solid #CCC; }
.formHeader { color:#333; font-size:14px; font-weight:bold; text-indent:8px; }

.formBox { background:#EDEDED; -moz-border-radius:6px; -webkit-border-radius:6px; padding:10px; margin-bottom: 10px; }
.formBox h2 {
	margin: 0px 0px 6px 0px;
}

.formPasswordBox { background:#FFF; -moz-border-radius:6px; -webkit-border-radius:6px; border:1px solid #CCC; }
.formPasswordBox h3 {
	margin: 0px;
}

/* LOGIN JS BUTTONS */
.loginChooseButton { width:250px; text-decoration:none; background:#EDEDED; color:#444; line-height:48px;
					font-size:14px; font-weight:bold; -moz-border-radius:6px; -webkit-border-radius:6px;
					padding:5px; display:block; margin:0 auto 10px; text-align:left }
.loginChooseButton img { float:left; margin-right:12px; }
.loginChooseButton:hover { background:#CCC; color:#FFF; }


.faq {
	display:block;
	margin: 5px;
	padding: 0px;
	font-size:11px;
}
.faq_category {
	display:block;
	font-size:20px;
	font-weight:bold;
	margin-bottom:15px;
}
.faq_question {
	display:block;
	font-size:14px;
	padding-left:29px;
	font-weight:bold;
	padding-bottom:3px;
	cursor:pointer;
	background-image:url(../../images/site/arrow_button_south.gif);
	background-position:left;
	background-repeat:no-repeat;
}
.faq_view {
	display:block;
	padding-bottom:10px;
	border-bottom:1px dashed #CCCCCC;
	cursor:pointer;
	text-align:right;
	color:#03F;
}
.faq_answer {
	display:block;
	font-size:12px;
	padding-left:29px;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom:1px dashed #CCCCCC;
	background-image:url(../../images/site/arrow_small_south_east.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#F4F4F4;
}
#formContactInfo {
	display:block;
	position:absolute;
	right:0px;
	top:425px;
	>top:425px;
	text-align:center;
	width:150px;
	margin:0px 20px 20px 0px;
	padding:20px;
	border:1px solid #069;
	background-color:#FFFFFF;
	font-size:13px;
}
#product_description {
	font-size:12px;
}
.product_tab_details {
	display:block;
	width:300px;
	min-height:50px;
	float:right;
	border:1px solid #333;
	padding:10px;
	margin:-10px 10px 10px 10px;
	text-decoration:none;
}
.view_details {
	text-decoration:underline;
	cursor:pointer;
}
#comp_spec_name {
	display:block;
	font-weight:bold;
}
#comp_spec_values {
	display:block;
	padding-left:10px;
}
#crashTested {
	display: block;
	width: 75px;
	margin:0px 15px 15px 15px;
	float:right;
}
#faq_search {
	display:block;
	width:300px;
	float:right;
	text-align:right;
}
.home_bullets {
	list-style-image:url(../../images/site/bullet_orange.gif);
	font-size:12px;
}
.home_bullets a:hover {
	color:#F97715;
}
.orange1 {
	color:#F97715;
	font-size:16px;
}
#nb_style input {
	background-color:#990;
	color:#C00;
}
#lookup_rows .even {
}
#lookup_rows .odd {
	background-color:#F5F5F5;
}
#lookup_rows:hover {
	background-color:#EEE;
}
.lookup_head {
	border-bottom:2px solid #999;
}
.lookup_center {
	border-left:1px solid #fff;
	text-align:center;
}

#product_popup_links {
	margin: -10px 0px 0px 40px;
}

#product_popup_links a {
	color: #F37717;
	font-size: 13px;
}

.product_popup_box {
	background: #fff;
	color: #333;
	height: 355px;
	overflow-y: scroll;
}

.hr {
	clear:both;
	border-bottom:1px solid #ccc;
}

#like_buttons {
	padding-left:10px;
	position:absolute;
	top:290px;
	right:56px;
	clear:left;
	overflow:none;
}

/* make the like button smaller */
.fb_edge_widget_with_comment iframe
{
	width:47px !important;
}

/* but make the span that holds the comment box larger */
span.fb_edge_comment_widget.fb_iframe_widget iframe
{
	width:401px !important;
}
