/** Default settings **/
*
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

html, body, #pageForm
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	color: #000000;
	height: 100%;
}

a, a:link, a:visited
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	text-decoration: underline;
}

#divBody
{
	/*min-height: 400px;*/
}


#divFooter
{
	padding: 10px;
	font-size: 100%;
	border: 1px solid #8D8D8D;
	background-color: #F0F0F0;
	min-height: 40px !important;
}

#WTFooterRight
{
	float: right;
	text-align: right;
	width: 160px;
	position: relative;
	top: 0px;
}

#WTFooterLeft
{
	float: left;
	text-align: left;
	width: 160px;
}

#WTFooterMid 
{
	float: left;
	text-align: center;
	margin: 0 160px 0 160px;
	width: auto;
}

#contents
{
	padding: 10px;
	padding-left: 20px;
	margin-left: 130px;
}

/** Site content **/
#siteContent
{
	width: 100%;
	border: 1px solid #8D8D8D;
}

#contentSegment
{
	width: auto;
	vertical-align: top;
	text-align: left;
}

/** Branding **/
#branding
{
	height: 50px;
	text-align: left;
	background-color: #FFFFFF;
}

#brandingLogo
{
	width: 400px;
}

#subBrandingLogo
{
	text-align: center;
	font-size: 85%;
}

/** Menu bar **/
#menuBar
{
	height: 25px;
}

#menuBarContent
{
	padding-left: 15px;
	background-image: url(../images/linksbg.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#menuBarContent ul, #menuBarContent li
{
	list-style: none;
	display: inline;
	padding-right: 10px;
}

#WTShoppingCartInfo
{
	float:right;
	font-size:11px;
	margin-right:20px;
}

/** Page title **/
#pageTitleHeader
{
	height: 30px;
	background-color: #336699;
}

#pageTitleContent
{
	font-size: 150%;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
	border-bottom: 1px solid #8D8D8D;
	border-top: 1px solid #696969;
	background-image: url(../images/panels/glass/pagetitlebg.gif);
	background-position: left;
	background-repeat: repeat-x;
}

/** Search bar **/
.searchBarTableRow
{
	height: 30px;
	background-color: #F0F0F0;
}

.searchBarContent
{
	font-weight: normal;
	padding-left: 180px;
	text-align: left;
}

.searchBarContent form 
{
	float: left;
}

.searchDropDown
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.searchText
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

/** Navigation **/
.navigationBar
{
	width: 160px;
	vertical-align: top;
}

#navigation
{
	width: 100%;
	text-align: center;
}

/** Content zone **/
#mainContent
{
	width: 100%;
	border-left: 1px solid #8D8D8D;
	border-right: 1px solid #8D8D8D;
}

#contentContainer
{
	text-align: left;
	vertical-align: top; /*margin-left: 10px; 	margin-right: 10px;*/
	width: 100%;
}

#contentContainer a:link, #customPageTitle a:visited
{
	text-decoration: none;
	color: #000000;
}

#contentContainer a:hover
{
	text-decoration: underline;
	color: #000000;
}

/** Paging **/
.pageNumberCurrentPage
{
	background-color: #336699;
	color: #F0F0F0;
}

.pageNumber
{
	color: #336699;
}

/** Results ordering **/
.orderingDropDown
{
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

/** Page content **/
#pageContent
{
	padding: 0px;
	width: 100%;
}

/** Footer **/
#footer
{
	width: 100%;
}


/** Styling for the login page **/

.LoginError
{
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: Red;
}


.LoginPane
{
	border: none;
	padding: 10px 10px 0 10px;
}

.LoginPane div
{
	padding: 5px 0;
}

.validatorMessage
{
	color: #ff0000;
}

/** Payment Cards **/
.payMonthDropdown
{
	width: 50px;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.payYearInput
{
	width: 60px;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.payCvvInput
{
	width: 50px;
	font-size: 9pt;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

.paymentErrorMessage
{
	display: block;
}

.paymentErrorReturnLink
{
	color: #336699;
}

/** Mandatory Information **/
.mandatoryFieldMarker
{
	color: #ff0000;
	font-weight: bold;
}

/** Panel Footers **/
.currentItemsPerPageStyle
{
	color: #336699;
}

.itemsPerPageStyle
{
	font-weight: normal;
}

/** Header Bars **/
.packCalculatorHeaderBar
{
	height: 20px;
	color: White;
	background-color: #336699;
	font-weight: bold;
}

/** External Links **/
.externalLinkWarning
{
	font-size: 80%;
}

/** Related Products **/
.relatedProductsScrollingDiv
{
	width: 100%;
	height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #f0f0f0;
}

.relatedProductsScrollingDivInner
{
	padding-right: 20px;
}

.relatedProductsGroupsScrollingDiv
{
	width: 100%;
	height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.relatedProductsGroupsScrollingDivInner
{
	padding-right: 20px;
}

.watermarkText
{
	color: #808080;
}

.addressFinderControl
{
	width: 390px;
}

/** Modal Popups **/
.modalBackground
{
	background-color:Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup
{
	background-color: #ffffff;
	border: 1px solid #8d8d8d;
	width: 250px;
}

.modalPopupLarge
{
	background-color: #ffffff;
	border: 1px solid #8d8d8d;
	width: 400px;
}

.modalPopupStock
{
	background-color: #ffffff;
	border: 1px solid #8d8d8d;
	width: 440px;
}

.modalPopup p
{
	padding: 5px;
}

.modalPopupTitle
{
	padding: 3px;
	background-color: #336699;
	color: #ffffff;
}

/* Your Prices and Stock */
.stockDetailTable
{
	padding: 10px;
	width: 80%;
}

.stockDetailTable td
{
	border-bottom: solid 1px #8d8d8d;
}

.stockDetailTableLabel
{
	text-align: left;
}

.stockDetailTableValue
{
	text-align: right;
}

/* Product Details *//*
.productDescriptionScrollingDiv
{
	overflow-x: hidden;
	overflow-y: scroll;
	background-color: #f0f0f0;
}

.productDescriptionScrollingDivInner
{
	padding-right: 20px;
}

.productDescriptionImagePlaceholderDiv
{
	width: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}*/



.mainHeader 
{
	width: 100%;
/*	height: 23px;*/
	background: url(../images/panels/glass/paneltl.gif) top left no-repeat;
	padding: 0;
	margin: 0;
}

.mainHeader h2 
{
	height: 23px;
	color: #fff;
	font-size: 100%;
	font-weight: bold;
	margin: 0 0 0 12px;
	padding: 0 12px 0 0;
	background: url(../images/panels/glass/paneltr.gif) top right no-repeat;
}

.mainHeader h2 span 
{
	background: url(../images/panels/glass/paneltbg.gif) top left repeat-x;
	width: 100%;
	display: block;
	height: 23px;
	padding: 5px 0 0 0;
}

.mainContents 
{
	padding: 4px;
	margin: 0;
	border-left: 1px solid #8d8d8d;
	border-right: 1px solid #8d8d8d;
	border-bottom: 1px solid #8d8d8d;
}

.fullWidth
{
	width: 100%;
}

