
/* Common elements */
#page_wrapper{
width:980px;
margin-left:auto;
margin-right:auto;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;

}

img {
border:none;
}

/* links */
a {
	text-decoration:none;
	color:#ffffff;
}

body{
	background-image:url(images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin:0px;
	padding:0px;	
}

.BREADCRUMBS_AND_INTRO{}

.breadcrumb_container{
	padding:0px;
	float:left;
	width:100%;
	font-size:11px;
}
.breadcrumb_container ul{
	padding:0px 10px 10px 10px;
	margin:0px;
	list-style-type: none;
	display:inline;
	float:left;
	
}
.breadcrumb_container ul li{
	display:inline;	
}
.breadcrumb_link
{
	white-space:nowrap;
}
.breadcrumb_link a
{
	float:left;
	font-weight:bold;
	color:#000099;
	padding-right:15px;
	text-decoration:underline;
	background-repeat:no-repeat;
	background-image:url(images/orange_arrow_right.gif);
	background-position:right center;
}
.endlink 
{	
	background-image:none !important;	
}
.breadcrumb_endText{
	font-weight:bold;
	color:#333333;
}

.page_title{
	padding:0px 10px 0px 10px;
	color:#3A55AA;
	font-weight:bold;
	font-size:13px;
	float:left;
}

.page_returnLink{
	padding:0px 10px 0px 10px;
	float:right;
	font-size:12px;
}

.page_returnLink a{
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
}


.page_intro{
	padding:10px;
	font-size:11px;
}

.COMMON_PANELS{}

.common_panel{
	background-color:#eeeeee;
	padding:0px 0px 3px 0px;
	margin:0px 10px 10px 10px;
	
	
}
.common_innerpanel_titlebar{
	background-image:url(images/titlebar_orange_bg_tl.jpg);
	padding:5px 5px 5px 5px;
	margin:0px 10px 0px 10px;
	font-weight:bold;
	font-size:11px;
	
}
.common_panel_headings{
	font-weight:bold;
	padding:0px 0px 3px 0px;
	margin:0px 10px 10px 10px;
	width:600px;	
}

.common_panel_headings a{
	color:#000099;
	text-decoration:underline;
	font-weight:normal;
	margin:0px;
	
}

.common_inner_panel{
	margin:0px 10px 10px 10px;
	background-color:#fafafa;
	padding:10px;
	
}

*html .common_panel /*IE hack to make panels push to the right height*/
{
	height:10px;
	
	
}




*html .common_inner_panel /*IE hack to make panels push to the right height*/
{
	height:10px;

}
html>body .common_panel { *height:1%;}




.common_zeroheight_clear{
	clear:both;
	margin:0px;
	height:1px;
	padding:0px;
}
.common_innerpanel_clear{
	clear:both;
	border-bottom:1px #fafafa solid;
}

.common_outerpanel_clear{
	clear:both;
	border-bottom:1px #eeeeee solid;
}

.common_clear{
	clear:both;
	border-bottom:1px #ffffff solid;
}
.lastdiv_clearfloats{
	height:2px;
	clear:both;
	margin:0px;
	padding:0px;
	font-size:10%;
	border-bottom:1px #fafafa solid;
}

.lastdiv_clearfloats_outer{
	border-bottom:1px #eeeeee solid;
	width:200px;
}

.common_panel_title{
	padding:0px 10px 0px 10px;
	color:#263C79;
	font-weight:bold;
	font-size:13px;	
	margin:0px;
}


.common_panel_title a{
	color:#000099;
	text-decoration:underline;
	font-weight:bold;
	margin:0px;	
}
.common_panel_copy{
	padding:0px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:3px;
	
	
}
.common_panel_copy a{
	color:#000099;
	text-decoration:underline;	
}
.common_form_copy{
	padding:5px 10px 10px 5px;
	margin-top: 5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

.common_form_copy a{
	color:#000099;
	text-decoration:underline;
}
.common a {
		color:#000099;
		text-decoration:none;
}

.file_upload{
	width:500px;
	background-color:#ffffcc;
	font-size:12px;
	border:1px solid #cccccc;
	height:20px;
	margin:0px;
	padding:0px;
}
#ItemsAddedPopup{
	width:440px;
	height:250px;
	background-image:url(images/dlg_AddToBasket.gif);
	margin:0px;
	margin-left:10px;
	margin-top:16px;
	padding:0px;
	position:absolute;
}

.ItemsAddedPopup_Message{
	background-color:#fafafa;
	font-size:13px;
	margin:0px;
	margin-bottom:0px;
	width:355px;
	height:200px;
	padding:5px;
	margin:15px;
	font-family:Arial, Helvetica, sans-serif;
	
}

.ItemsAddedPopup_StockMessage{
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:5px;

}

.PopUpNotInStock{
	background-image:url(images/icon_warning.gif);	
	background-repeat:no-repeat;
	color:#333333;
}

.PopUpInStock{
	background-image:url(images/icon_tick.gif);
	font-weight:bold;
	background-repeat:no-repeat;
	color:#006600;
}

.PopupStockWarning{
	background-image:url(images/images/icon_warning.gif);	
	color:#333333;
}

.MessageCentered{
	text-align:center;
}

.AddItemConfirmationMessage
{
		margin-top:30px;
		text-align:center;
}
.ItemAddedMessage
{
	font-weight:bold;
	color:#006600;
}
.AddItemConfirmationMessage div
{
	margin-bottom:8px;
}
.AddConfirmationButtonContainer
{
	margin-left:55px;
	padding-top:30px
}
.AddConfirmationButtonContainer a
{
	text-decoration:none;
}
.quantity_error
{
	border:1px solid #F00;
	background-color:Yellow;
}
	.InStock{
		font-weight:bold;
		color:#006600;
	}
	.PartialStock
	{
			font-weight:normal;
			color:#333333;
	}
	.OutOfStock
	{
			color:#333333;
	}
	.form_error
	{
		float:left;
		margin-left:5px;
		margin-top:6px;
		font-size:11px;
	}
	.form_error_address
	{
		font-size:11px;
		float:left;
		margin-left:5px;
		margin-top:2px;
	}
.common_left_align{text-align:left}
.common_center_align{text-align:center}
.common_right_align{text-align:right}

.text_grey {color:#999999;}
.text_red {color:#FF0000;}
.strikeThrough{text-decoration:line-through;}

.partno_text a{color:#000099;text-decoration:none;margin-top:15px;padding-left:5px;}

.PriceViewToggle
{
	text-align:center;
	font-weight:bold;
}
.PriceViewToggle a
{
	text-decoration:underline;
	color:#000099;
}
.new_product_indicator
{
	color:#F00;
	text-transform:uppercase;
	font-weight:bold;
}
.list_price_mode_indicator
{
	background-color:#990100;
	border:1px solid #F7B138;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	font-family:Arial;
	font-size:11px;
}
.delivery_included_message
{
	font-weight:normal;
	color:#CC0000;
}
.item_icon
{
	width:67px; height:24px;
}

/* BEGIN: HEADER BAR STYLES */

#headerbar{ background-image:url(images/bg_mainPage.jpg); background-repeat:repeat-x; }

#navbarButtons { float:left; width:450px;}

#navbarButtons ul { margin-top:0px; margin-left:0px; padding-left:0px;}

#navbarButtons li { display:inline; font-size:15px; font-weight:bold;}

#navbarButtons li img {margin:0px; padding:0px; border:0;}

#navbarButtons li a:hover span {
	display:block;
	border:1px solid #3F5BBC;
	background-color:#FFFFCC; 
	padding:4px;
	position:absolute;
	left:15px;
	top:32px;
	text-align:left;
	z-index:2;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}

#navbarButtons span {
	display:none;	
}



#telNumbers {color:#CCCCCC; font-size:14px; font-family:Arial; text-align:right; padding-top:6px; padding-bottom:16px; padding-right:15px; }

.white {color:#FFFFFF;}

.bold { font-weight:bold;}

/* END: HEADER BAR STYLES */
