﻿body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: sans-serif, Verdana, Arial, Helvetica;
	color: #393939;
	text-align: left;
}
input, textarea
{
	font-size: 11px;
}
a
{
	text-decoration: none;
	color: #00a0af;
}
.text
{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}
.textBold
{
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

/* Header */
.headerContent1
{
	padding: 2px 0px 0px 0px;
	z-index: 4;
	left: 0px;
	top: 0px;
	position: relative;
	_position: absolute; /* IE6 hack */
}
#hdCompanyLogo
{
	width: 150px;
	float: left;
}
#hdCDILogo
{
	float: right;
	padding-top: 2px;
}
#hdSearch
{
	float: right;
	padding: 2px 0px 0px 2px;
	margin-right: 50px;
}
* html #hdSearch
{
	text-align: right;
	width: 200px;
}
#hdSearch .hdLink
{
	display: block;
	margin: -2px 0 0 0;
	padding: 2px;
	text-align: center;
	text-decoration: none;
}
* html #hdSearch .hdLink
{
	float: right;
	margin-right: 20px;
}
* html .search_panel
{
	text-align: right;
	margin: 0 0 0 200px;
	float: right;
	width: 400px;
}
*:first-child + html #hdSearch .hdLink
{
	float: right;
	margin-right: 20px;
}
*:first-child + html .search_panel
{
	text-align: right;
	margin: 0 0 0 200px;
	float: right;
	width: 400px;
}
#hdCustomerInfo
{
	margin-left: 25px;
	padding-top: 10px;
	padding-top: 4px;
	float: right;
	font-weight:bold;
}
* html #hdCustomerInfo
{
	margin: -37px 130px 0 0;
	float: right;
}
*:first-child + html #hdCustomerInfo
{
	margin: -37px 160px 0 0;
	float: right;
}
#hdCustomerInfo .hdLinkMyAccount
{
	float: left;
	font-weight: bold;
	padding: 2px 5px 2px ;
	padding-left: 20px;
	cursor: pointer;
	white-space: nowrap;
	  font-size:medium;
}
#hdCustomerInfo .hdLinkLogin
{
	float: right;
	font-weight: bold;
	padding: 2px 15px 2px 2px;
	padding-left: 20px;
	cursor: pointer;
}
#hdCustomerInfo .hdLinkLogout
{
	float: right;
	font-weight: bold;
	padding: 2px 15px 2px 2px;
	padding-left: 20px;
	cursor: pointer;
	font-weight:bold;
}
.hdLinkMyAccount
{
	/*background: url(images/myAccount.gif) no-repeat;*/
}
.hdMyAccount
{
	float: left;
	margin: -3px 2px 0 2px;
	padding: 0px 5px 0px 5px;
	color: #e1e1e1;
	text-decoration: none;
}
* html .hdMyAccount
{
	width: 100px;
	position: relative;
	top: -3px;
	left: -2px;
	margin: 0;
	margin-left: 5px;
}
*:first-child + html .hdMyAccount
{
	width: 100px;
	position: relative;
	top: -3px;
	left: -2px;
	margin: 0;
	margin-left: 5px;
}
.hdLogin
{
	float: left;
	margin: -3px 2px 0 2px;
	padding: 0px 5px 0px 5px;
	color: #e1e1e1;
	text-decoration: none;
}
* html .hdLogin
{
	width: 60px;
	position: relative;
	top: -3px;
	left: -2px;
	margin: 0;
	margin-left: 5px;
}
*:first-child + html .hdLogin
{
	width: 60px;
	position: relative;
	top: -3px;
	left: -2px;
	margin: 0;
	margin-left: 5px;
}
.hdLinkLogin
{
	padding: 10px;
	/*background: url(images/login.gif) no-repeat;*/
}

.hdLogout
{
	float: left;
	margin: -3px 2px 0 2px;
	padding: 0px 5px 0px 5px;
	color: #e1e1e1;
	text-decoration: none;
}
* html .hdLogout
{
	width: 60px;
	position: relative;
	top: -3px;
	left: -2px;
	margin: 0;
	margin-left: 5px;
}
*:first-child + html .hdLogout
{
	width: 60px;
	position: relative;
	top: -3px;
	left: -2px;
	margin: 0;
	margin-left: 5px;
}
.hdLinkLogout
{
	/*background: url(images/logout.gif) no-repeat;*/
	font-weight:bold;
	  font-size: medium;
}
.headerContent2
{
	background: url(images/menu.gif) repeat-x;
	padding: 2px 0px 0px 0px;
	border-left:1px solid #807f83;
	border-right:1px solid #807f83;
	width: 100%;
	left: 0px;
	top: 85px;
	height: 30px;
	position: absolute;
	_position: absolute; /* IE6 hack */
}
#headerLeft
{
	float: left;
	padding: 7px 0px 0px 0px;
}
* html #headerLeft
{
	margin-left: 0px;
}
#headerCenter
{
	position: absolute;
	left: 175px;
	top: 5px;
	float: left;
	padding: 0px;
	width: 500px;
}
#headerRight
{
	float: right;
	padding: 7px 0px 0px 0px;
	margin-right: 0px;
}
* html #headerRight
{
	margin-left: -30px;
}
*:first-child + html #headerRight
{
	margin-right: 3px;
}
.hdHome
{
	float: left;
	margin: -6px 0px 0 -6px;
	padding: 6px;
	text-decoration: none;
}
.hdHome a
{
	text-decoration: none;
	border-right:1px solid #807f83;
}
.hdHome a:hover
{
    color:#FFF;
    background:#00a0af;
	text-decoration: none;
}
.hdLinkHome
{
	color: #807f83;
	padding: 8px 35px 8px 35px;
	/*background: url(images/home.gif) no-repeat;*/
}
.hdCart
{
	float: left;
	margin: -6px -12px 0 0px;
	padding: 6px;
	text-decoration: none;
}
.hdCart a
{
	text-decoration: none;
	border-left:1px solid #807f83;
}
.hdCart a:hover
{
    color:#FFF;
    background:#00a0af;
	text-decoration: none;
}
.hdLinkCart
{
	color: #807f83;
	padding: 8px 35px 8px 35px;
	/*background: url(images/cart.gif) no-repeat;*/
}
.hdHelp
{
	float: left;
	margin: -6px -6px 0 0px;
	padding: 6px;
	text-decoration: none;
}
.hdHelp a
{
	text-decoration: none;
	border-left:1px solid #807f83;
}
.hdHelp a:hover
{
    color:#FFF;
    background:#00a0af;
	text-decoration: none;
}
.hdLinkHelp
{
	color: #807f83;
	padding: 8px 35px 8px 35px;
	/*background: url(images/help.gif) no-repeat;*/
}
.hdLink
{
	color: #ffffff;
	font-weight: bold;
}
#headerLeftAdmin
{
	padding: 0;
	width: 0;
	float: left;
}
#headerCenterAdmin
{
	padding: 6px 10px 10px 0px;
	width: 90%;
	float: left;
}
.hdLinkHomeAdmin, .hdLinkAboutAdmin, .hdLinkLoginAdmin, .hdLinkLogoutAdmin
{
	padding:7px 25px;
	border-right:1px solid #807f83;
	color: #807f83;
}
/* Header */

/* DataGrid */
.GridHeader
{
	font-weight: bold;
	color: #FFF;
	height: 25px;
	background-color: #00a0af;
}
.GridFooter
{
	padding: 0;
	height: 0;
}
.GridRow
{
	height: 18px;
	background-color: #fff;
	vertical-align:top;
}
.GridAlternateRow
{
	height: 18px;
	background-color: #e1e1e1;
	vertical-align:top;
}
.GridPager span
{
	color: #00a0af;
	padding: 3px;
	font-weight: bold;
	line-height:30px;
	border: solid 1px #00a0af;
}
.GridPager a
{
	padding: 3px;
	border: solid 1px #00a0af;
}
#pagerBottom
{
	color: #00a0af;
	padding: 3px 3px 3px 8px;
	font-weight: bold;
	text-align: left;
}
#pagerBottom a
{
	padding: 3px;
	border: solid 1px #cccccc;
}
/* DataGrid */

/* DataList */
.ListHeader
{
}
.ListFooter
{
	padding: 0;
	height: 0;
}
.ListRow
{
}
.ListAlternateRow
{
}
/* DataList */

/* Web Parts */
.webpart_panel
{
	padding: 0;
}
.webpart_title
{
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	padding-bottom: 5px;
	margin-top: 15px;
}
.webpart_data_title
{
	font-weight: bold;
	margin: 2px 0px 2px 0px;
}
.webpart_data_value
{
	padding: 0px 0px 3px 0px;
}
.webpart_button_div
{
	text-align: right;
	padding: 5px 2px 2px 0;
}
.webpart_button_div a span
{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	height: 20px;
	cursor: pointer;
	background-color: #00a0af;
}
/* Web Parts */

/* Web Parts - Scrolling */
.messages-webpart
{
	padding: 3px 1px 0 3px;
	width: 155px;
	background: url(images/webpart_bg.gif) repeat-x;
}
.featured-webpart, .topselling-webpart, .recentlyViewed-webpart, .cart-webpart
{
	padding: 3px 1px 0 3px;
	width: 155px;
	background: url(images/webpart_bg.gif) repeat-x;
}
.messages-webpart ul li, .featured-webpart ul li, .topselling-webpart ul li, .recentlyViewed-webpart ul li, .cart-webpart ul li
{
	float: left;
	list-style: none;
	display: block;
	padding-bottom: 1px;
	margin-bottom: 5px;
}
.message-item
{
	/*height: 58px;*/
	width: 155px;
	height: 100px;
	float: left;
	border-bottom: solid 1px #000000;
}
.catalog-item
{
	width: 155px;
	height: 70px;
	cursor: pointer;
	float: left;
	overflow: hidden;
	border-bottom: solid 1px #000000;
}
.catalog-item:hover
{
}
.clear
{
	clear: both;
}
#messages-list, #featured-list, #topselling-list, #recentlyViewed-list, #cart-list
{
	margin: 0;
	padding: 0;
}

div.hoverscroll
{
	position: relative;
}
div.hoverscroll div.listcontainer
{
	overflow: hidden;
}
div.hoverscroll ul.list
{
	list-style: none;
	margin: 0;
	padding: 0;
}
div.hoverscroll div.arrow
{
	position: absolute;
	float: none;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
div.hoverscroll div.arrow.top, div.hoverscroll div.arrow.bottom
{
	left: 0px;
	width: 100%;
	height: 20px;
}
div.hoverscroll div.arrow.top
{
	top: 0px;
	background-image: url(images/arrow-up.gif);
}
div.hoverscroll div.arrow.bottom
{
	bottom: 0px;
	background-image: url(images/arrow-down.gif);
}
/* Web Parts - Scrolling */

/* Tabs */
.ajax__tab_xp .ajax__tab_header
{
	white-space: normal !important;
}
.ajax__tab_e2w .ajax__tab_header
{
	width: 98%;
	white-space: normal !important;
	font-family: arial,helvetica,clean,sans-serif;
	font-size: small;
	border-bottom: solid 5px #000000;
}
.ajax__tab_e2w .ajax__tab_header .ajax__tab_outer
{
	margin: 0px 0.16em 0px 0px;
	vertical-align: bottom;
	border: solid 1px #000000;
	border-bottom-width: 0px;
}
.ajax__tab_e2w .ajax__tab_header .ajax__tab_tab
{
	color: #000;
	font-weight: bold;
	padding: 0.35em 0.75em;
	margin-right: 0.01em;
}
.ajax__tab_e2w .ajax__tab_active .ajax__tab_tab
{
	color: #FFF;
	font-weight: bold;
	background-color: #000000;
}
.ajax__tab_e2w .ajax__tab_body
{
	min-height: 250px;
	width: 98%;
	font-size: 10pt;
	border-top-width: 0px;
	border: solid 1px #000000;
}
* html .ajax__tab_e2w, * html .ajax__tab_body
{
	height: auto !important;
	height: 250px;
}
.tabContentTable
{
	border: 1px solid #999999;
}
.tabPanel
{
	padding: 10px;
}
.tabText
{
	font-size: 12px;
	color: #393939;
}
.tabTitle
{
	height: 30px;
	color: #393939;
	font-size: 12px;
	font-weight: bold;
}
/* Tabs */

/* Catalog - expanded layout */
.productBox
{
	height: 250px;
	width: 182px;
	border: 1px solid #c5c5c5;
	margin: 10px 5px 5px 5px;
	float: left;
}
.productWrapper
{
	width: 180px;
	padding-top: 10px;
}
.productImageWrapper
{
	height: 110px;
	text-align: center;
	vertical-align: middle;
}
.productContentWrapper
{
	padding-left: 20px;
	height: 55px;
}
.productContentWrapper span
{
	color: #666;
	margin-right: 5px;
}
.productContentWrapper input
{
	margin-top: 2px;
	font-size: 10px;
}
.productDescription
{
	color: #393939;
	height: 25px;
	margin: 0 10px 5px 0;
	overflow: hidden;
}
/* Catalog - expanded layout */

/* Footer */
.footer
{
	color: #393939;
	font-size:11px;
	height: 15px;
	padding: 5px;
	border-top: solid 1px #00a0af;
}
.footer a
{
	color: #393939;
}
.footerCellLink
{
	padding: 0 5px 0 5px;
	text-decoration: none;
}
.footerCellLink:HOVER
{
	color: #393939;
	text-decoration: none;
}
/* Footer */

.button
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 3px;
	border: 1px solid #e9e9e9;
	text-align: center;
	cursor: pointer;
	background-color: #00a0af;
	height: 25px;
}
.actionButton
{
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	padding: 3px;
	border: 1px solid #e9e9e9;
	text-align: center;
	cursor: pointer;
	background-color: #000000;
	height: 25px;
}
.capitalize
{
	text-transform: capitalize;
}
.link
{
	border: 0;
	background-color: #00a0af;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	height: 20px;
	cursor: pointer;
}
#ddlDiv
{
	float: left;
	width: 340px;
}
#ddlDiv span
{
	margin: 0 5px 0 5px;
}
#ddlDiv select
{
	font-size: 11px;
}
#buttonDiv
{
	float: left;
	padding:6px;
	margin-bottom:8px;
}
#buttonDiv a
{
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #00a0af;
	padding: 5px 3px 5px 3px;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 25px;
	cursor: pointer;
}
#buttonDiv .actionButton
{
	margin-right: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background-color: #000000;
	padding: 5px 3px 5px 3px;
	border: 1px solid #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 25px;
	cursor: pointer;
}
* html #buttonDiv a
{
	line-height: 30px;
	vertical-align: middle;
}
.itemText
{
	font-size: 12px;
	font-weight: bold;
	color: #05173B;
	text-decoration: none;
}
.sectionTitleCell
{
    color:#393939;
	font-size: 30px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 0 0 10px 0;
}
.contentPathLink
{
	font-weight: normal;
	color: #00a0af;
	text-decoration: none;
}
.contentPathLink:HOVER
{
	font-weight: normal;
	color: #00a0af;
	text-decoration: underline;
}
.textfield10
{
	font-size: 10px;
}
.heading1
{
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.icLabelText
{
	font-size: 12px;
	color: #000000;
	padding-right: 10px;
	padding-left: 10px;
}
.icLabelTitle
{
	font-size: 12px;
	font-weight: bolder;
	color: #002a61;
	font-style: italic;
	padding-left: 12px;
}
.required
{
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.SmallText
{
	font-weight: lighter;
	font-size: 12px;
	color: Black;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
.WizardHeading1
{
	font-weight: bold;
	font-size: 14px;
	color: Black;
}
.search
{
	background-color: #FFFFCC;
}
.border
{
	border: solid 1px black;
}
.odd
{
	background-color: #ffffff;
	color: #000000;
}
.even
{
	background-color: #ffffff;
	color: #000000;
}
.mouseOverPointer
{
	cursor: pointer;
}
.buttonInBox
{
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFCC;
	padding-bottom: 2px;
	border: 1px solid #000000;
	text-align: center;
	height: 20px;
	cursor: pointer;
}
.search_panel
{
	text-align: left;
}
.search_panel .hdLink
{
	color: #00a0af;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	top: 8px;
}
.goButton
{
	position: relative;
	top: 5px;
	left: 2px;
}
.watermarked
{
	width: 120px;
	color: #393939;
	font-size: 10px;
}
.toptoolLink
{
	font-weight: bold;
	color: #393939;
	text-decoration: none;
}
#ItemDetail
{
	font-size: 11px;
	padding: 2px 2px 2px 2px;
	background-color: #ffffff;
	border: outset #666666 1px;
	position: absolute;
	left: 0px;
	top: -350px;
	width: 350px;
	height: 300px;
	overflow: auto;
}
#ItemDetail #popHeader
{
	font-size: larger;
	font-weight: bold;
	padding: 10px;
	background-color: #ccc;
	display: block;
	margin: 20px 20px 10px 10px;
}
#ItemDetail #popDetail
{
	padding: 10px;
	margin: 10px 20px 10px 10px;
	border: solid 1px #ccc;
}
#ItemDetail .boldText
{
	font-weight: bold;
}
.dollarSign
{
	background-color: #00a0af;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0px 3px 0px 3px;
}
.changeThemeLink
{
	margin: 0 0 10px 0;
	padding-top: 10px;
	text-align: center;
}
.changeThemeLink a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}
.addressTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #00a0af;
	background-color: #FFFFCC;
	font-size: 10px;
}
.addressHeader
{
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background-color: #00a0af;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
	padding-left: 5px;
}

.orderAddressTitle
{
	color: #393939;
	font-weight: bold;
}
.orderAddressTablePrint .table
{
	float: left;
	width: 30%;
}
.orderAddressTablePrint div
{
	padding: 2px;
}
.orderAddressPanel
{
}
.orderAddressTable .value
{
	width: 30%;
	padding: 2px;
}
.orderAddressPanel div
{
	padding: 0px;
}
.orderAddressPanel .table
{
	float: left;
	width: 30%;
}
.orderAddressPanel .separator
{
	float: left;
	width: 10px;
}
.orderHeaderDetailPanel
{
}
.orderHeaderDetailTitle
{
	color: #393939;
	font-weight: bold;
	width:120px;
}
.orderHeaderDetailPanel div
{
	padding: 2px;
}
.orderHeaderDetailPanel .table
{
	float: left;
	width: 49%;
}
.orderHeaderDetailPanel .separator
{
	float: left;
	width: 5px;
}
.upsellingHeader
{
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	background-color: #ebedf6;
}
.upsellingItemBoxHeader
{
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #00a0af;
	padding: 5px 0px 5px 0px;
}
.upsellingItemBox
{
	font-size: 10px;
}
.topSellingTable
{
	border-width: 1px;
	border-style: solid;
	border-color: #00a0af;
	background-color: #FFFFCC;
	font-size: 10px;
}
.segmentsTable
{
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 3px 3px 0px 3px;
	letter-spacing: normal;
	background-color: White;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}
.segmentsDescCell
{
	padding-left: 3px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
}
.segmentsValueCell
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
	text-align: left;
	height: 20px;
}
.segmentsValueControl
{
	font-weight: normal;
	font-size: 11px;
}
.wizardHeader
{
	height: 20px;
	background-color: #00a0af;
	color: #FFF;
	font-weight: bold;
	text-align: center;
}
.collapsePanel
{
	overflow: hidden;
}
.wizard
{
	border-width: 1px;
	border-style: solid;
	border-color: #00a0af;
}
.wizardStep
{
	vertical-align: top;
}
.wizardCompleteTreeCell
{
	vertical-align: top;
	font-size: 11px;
}
.modalPopup
{
	background-color: #fff;
}
.modalPopupHeader
{
	background-color: #00a0af;
	color: #FFF;
	border-top: 3px solid #000000;
	border-bottom: 3px solid #000000;
	font-weight: bold;
	padding: 4px;
	text-align: center;
}
.modalBackground
{
	background-color: gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.leftAlignGridColumn
{
	text-align: left;
}
.leftAlignGridColumnWidth
{
	text-align: left;
	width : 100px;
}
.centerAlignGridColumn
{
	text-align: center;
}
.rightAlignGridColumn
{
	text-align: right;
	direction: rtl;
}
.msgError
{
	color: red;
}
.msgInformation
{
	color: green;
}
.msgWarning
{
	color: blue;
}

.msgDisplay
{
	color: #393939;
}
#BusyBoxDiv
{
	position: absolute;
	text-align: center;
	left: 0px;
	margin: 0 auto;
}
#leftMenu
{
	margin-top: 2px;
	padding: 10px 2px 10px 3px;
	background: #00a0af;
}
.leftMenuText
{
	font-family: Arial, sans-serif;
	color:#000;
	cursor: pointer;
	text-decoration: none;
	font-size: 12px;
	line-height: 130%;
	padding: 2px 0;
}

.leftMenuTextHover
{
	font-family: Arial, sans-serif;
	color:#000;
	cursor: pointer;
	text-decoration: underline;
	font-size: 12px;
	line-height: 130%;
	padding: 2px 0;
}
.topMenuText
{
	cursor: pointer;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 6px 2px 6px;
}
.topMenuSubText
{
	cursor: pointer;
	font-weight: bold;
	color: #393939;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 5px 2px 10px;
}
.topAlign td, td.div
{
	vertical-align: top;
}
.TextBoxInOpenInvoiceGrid
{
	float: right;
	display: inline;
	width: 40px;
}
.LabelInOpenInvoiceGrid
{
	padding-left: 5px;
	padding-right: 5px;
	line-height: 25px;
	display: inline;
	width: 40px;
	float: right;
}
.language_ddl
{
	padding: 0 0 10px 0;
	width: 100%;
	margin-bottom: 10px;
	border-bottom: dotted 1px #cccccc;
}
.accordionHeader1
{
	margin-top: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
	padding: 5px 10px 10px 10px;
	cursor: pointer;
	background: #00a0af url(images/expand.gif) no-repeat right;
}
.accordionHeaderSelected1
{
	margin-top: 10px;
	text-align: left;
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
	background-color: #00a0af;
	padding: 5px 10px 10px 10px;
	cursor: pointer;
	border-bottom: none;
	background: #00a0af url(images/collapse.gif) no-repeat right;
}
.accordionContent1
{
	border: 1px dashed #00a0af;
	border-top: none;
	padding: 2px;
	clear: both;
}
#loginBox
{
	z-index: 4;
	float: right;
	background-color: #e9e9e9;
	position: absolute;
	top: 40px;
	padding: 10px;
	right: 20px;
	width: 150px;
	display: none;
	border: solid 1px #cccccc;
}
#loginBox img
{
	margin: -10px -10px 0 0;
}
* html #loginBox
{
	top: 28px;
	right: 270px;
}
*:first-child + html #loginBox
{
	top: 28px;
}
.loginText
{
	margin: 2px 0 4px 0;
}
#myAccount
{
	z-index: 4;
	float: right;
	background-color: #e9e9e9;
	position: absolute;
	top: 28px;
	padding: 10px;
	right: 185px;
	width: 250px;
	display: none;
	border: solid 1px #cccccc;
}
* html #myAccount
{
	right: 270px;
}
#myAccount img
{
	margin: -10px -10px 0 0;
}
#myAccount a
{
	line-height: 15px;
}

.ienlarger
{
	float: left;
	clear: none;
	padding-bottom: 5px;
	padding-right: 5px;
}
.ienlarger a
{
	display: block;
	text-decoration: none;
}
.ienlarger a:hover
{
	position: relative;
}
.ienlarger span img
{
	border: 1px solid #fff;
	margin-bottom: 0px;
}
.ienlarger a span
{
	position: absolute;
	display: none;
	background-color: #fff;
	border: solid 1px #000;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ienlarger img
{
	border-width: 0;
}
.ienlarger a:hover span
{
	/*display: block;
	top: -300px;
	left: 80px;
	z-index: 1;*/
	cursor: default;
}
.resize_thumb
{
	width: 60px;
	height: auto;
	padding-top: 5px;
	padding-right: 5px;
}

fieldset, fieldset.collapsible
{
	padding: 5px 10px;
	border: 1px solid #00a0af;
}

legend, legend.collapsible
{
	padding: 0.2em 0.5em;
	border: 1px solid #000000;
	color: #00a0af;
}

fieldset.collapsed
{
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	margin-bottom: 0;
	margin-left: 3px;
}

.orderReviewDiv
{
	float: left;
	padding: 5px;
	margin: 5px 8px 5px 0;
	background-color: #ededfb;
}

.orderReviewDiv .left
{
}

.orderReviewDiv .right
{
	float: right;
}

#priceBreakPopup
{
	position: absolute; 
	display: none;
	background-color: #E4E4E4; 
	border: solid 1px #cccccc;
    padding: 10px; 
    width: auto; 
    height: auto;
    right:39px;
}

.ajax__calendar_container { z-index : 60000 ; } 

.ajax__calendar { 
    position: relative; 
    left: 0px !important; 
    top: 0px !important; 
    visibility: visible; display: block; 
} 
.ajax__calendar iframe 
{ 
    left: 0px !important; 
    top: 0px !important; 
} 
