﻿@import "/App_/ROOT/PageFrame/StandardPartial/StyleSheet.css";
table.engineTable td
{
	padding: 3px;
}

/* type */
.breadCrumbType
{
	color: #666;
	font-size: 12px;
}
.breadCrumbType a, .breadCrumbType a:active, .breadCrumbType a:visited
{
	color: #666;
	text-decoration: none;
}
.breadCrumbType a:hover
{
	color: #ff0000;
	text-decoration: underline;
}
.breadCrumbType a.active, .breadCrumbType a.active:active, .breadCrumbType a.active:visited
{
	color: #ff0000;
	text-decoration: underline;
}

/* frame */
#frameHeader
{
	background: url(/App_/ROOT/PageFrame/Standard/midland_corners.gif) no-repeat -1px 0;
	width: 960px;
	height: 39px;
	/*height: 19px; /* 48-28
	padding: 20px 0 0 200px;*/
}
#frameHeader .content 
{
	padding: 23px 0 0 200px;
}
#frame
{
	width: 960px;
	background: #fff url(/App_/ROOT/PageFrame/Standard/FrameRight.gif) no-repeat top right;
	min-height: 450px;
}
#frame td.leftMargin
{
	width: 14px;
	background: #fff url(/App_/ROOT/PageFrame/Standard/FrameLeft.gif) no-repeat;
}
#frame td.leftTool
{
	width: 175px;
	background: url(/App_/ROOT/PageFrame/Standard/LeftToolSync.gif) repeat-y;
    vertical-align: top;
}
#frame td.rightMargin
{
	width: 14px;
	background: #fff url(/App_/ROOT/PageFrame/Standard/FrameRight.gif) no-repeat;
}
#frame td.rightTool
{
	width: 175px;
	background: #fff url(/App_/ROOT/PageFrame/Standard/RightToolSync.gif) repeat-y;
    vertical-align: top;
}

/* rightTool */
#rightTool
{
	margin-bottom: 50px;
}
#rightTool div.cart
{
	padding: 5px 5px 2px 25px;
}
#rightTool div.seal 
{
    padding-top: 20px;
    text-align: center;
}
#rightTool .lastExecuteMessage
{
	padding: 2px 5px 5px 25px;
	font-weight:bold;
	color: #ff0000;
}
#rightTool .checkoutCommand
{
	padding: 10px 5px 0 30px;
}
#rightTool .relatedLink
{
	margin-top: 40px;
}
#rightTool .relatedLink ul
{
	margin: 0 0 0 2px;
	padding: 0 0 0 3px;
}
#rightTool .relatedLink li
{
	list-style-type: none;
	margin: 10px;
}

#rightTool .relatedLink a {
	display: block;
	padding: 1px 0 3px 20px;
}
#rightTool .relatedLink a.OwnersManual { background: url(/App_/ROOT/PageFrame/Standard/RightTool/report.png) no-repeat left center; }
#rightTool .relatedLink a.SpecSheet { background: url(/App_/ROOT/PageFrame/Standard/RightTool/page_white_text.png) no-repeat left center; }
#rightTool .relatedLink a.EmailPage { background: url(/App_/ROOT/PageFrame/Standard/RightTool/email_go.png) no-repeat left center; }
#rightTool .relatedLink a.ExternalLink { background: url(/App_/ROOT/PageFrame/Standard/RightTool/link.png) no-repeat left center; }
#rightTool .relatedLink a.PrintPage { background: url(/App_/ROOT/PageFrame/Standard/RightTool/printer.png) no-repeat left center; }
#rightTool .weAccept { padding: 30px 13px 0; }

/*** LeftTool **********************/
.leftTool .topMenuItem 
{
	background: url(/App_/ROOT/PageFrame/Standard/CatalogLeftTool/Open_O.gif) no-repeat 0 0;
	padding-left: 25px;
}
.leftTool .subMenuItems 
{
	padding: 5px;
}
.leftTool .subMenuItems .item
{
    background: url(/App_/ROOT/PageFrame/DealerCenter/RightTool/ItemArrow.gif) no-repeat 12px center;
    padding: 2px 5px 2px 25px;
}

#page
{
	padding-left: 4px;
	padding-right: 4px;
	vertical-align: top;
}
#page div.body
{
	min-height: 450px;
}
div.contentPane
{
    padding: 0px 20px;
}
div.engineContentPane
{
    padding: 0px 20px;
}

/**** Main command pane *********/
div.commandPane 
{
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	zoom: 1;
}
div.commandPane .buttons { float: left; padding: 0 0 0 10px; }
div.commandPane .commandCheckout { float: right; text-align: center; }
div.commandPane .or { padding: 10px 0 5px; }

/* backCommand */
div.backCommand
{
	font-weight: bold;
	margin-top: 0.5em;
	text-align: right;
	white-space: nowrap;
}
div.backCommand a
{
	font-weight: bold;
	text-decoration: none;
}
div.backCommand a:hover
{
	text-decoration: underline;
}

/* catalogLeftTool */
#catalogLeftTool
{
}
#catalogLeftTool div.productSearch
{
	height: 32px; /* 52 - 20*/
	background: url(/App_/ROOT/PageFrame/Standard/CatalogLeftTool/ProductSearchSync.gif) no-repeat 0 0;
	padding: 20px 0 0 10px;
}
#catalogLeftTool div.productSearch input.searchText
{
	height: 14px; /* 16 - 2 */
	float: left;
}
#catalogLeftTool input.searchText
{
    width: 125px;
    padding: 1px;
    margin: 0px;
}
#catalogLeftTool a.searchCommand img
{
    padding-top: 1px;
}
#catalogLeftTool div.productSearch input.searchCommand
{
	height: 16px;
	float: left;
}
#catalogLeftTool div.productFind
{
	margin-top: 30px;
}
#catalogLeftTool div.productFind a.toggle, .leftTool a.toggle
{
	/*margin-top: 1px;*/
	display: block;
	padding-left: 25px;
	background: url(/App_/ROOT/PageFrame/Standard/CatalogLeftTool/Close_O.gif) no-repeat 0 0;
}
#catalogLeftTool div.productFind a.open, .leftTool a.open
{
	background: url(/App_/ROOT/PageFrame/Standard/CatalogLeftTool/Open_O.gif) no-repeat 0 0;
}
#shopByLifestyle 
{
	padding: 10px;
}
#shopByLifestyle a
{
	color: Black;
}
#shopByIndustry
{
	padding: 10px;
}
#shopByIndustry a
{
	color: Black;
}
#quickProductFind
{
	background: url(/App_/ROOT/PageFrame/Standard/CatalogLeftTool/BlueGradientSync.gif) repeat-y 0 0;
}
#quickProductFind div.productCategoryKeyInput
{
	margin-left: 10px;	
}
#quickProductFind div.productKeyInput
{
	margin-left: 10px;
}
#shopByLifestyle
{
	background: url(/App_/ROOT/PageFrame/Standard/CatalogLeftTool/BlueGradientSync.gif) repeat-y 0 0;
}
#shopByIndustry
{
	background: url(/App_/ROOT/PageFrame/Standard/CatalogLeftTool/BlueGradientSync.gif) repeat-y 0 0;
}

/* Help Center*/
.helpCenterContent
{
	margin-left: 20px;
}
.helpCenterContent td
{
	padding: 5px;
	vertical-align: top;
}
.helpCenterContentHeader
{
    background-color: #668691;
    padding: 0px;
}

/* cartSummary */
.cartSummary td
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}
.cartSummary a, .cartSummary a:visited, .cartSummary a:active
{
	color: #000066;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: underline;
}
.cartSummary table.lineItem
{
	width: 100%;
}
.cartSummary table.lineItem th
{
	text-decoration: underline;
	font-weight: bold;
	text-align: left;
}
.cartSummary table.lineItem td
{
}
.cartSummary table.lineItem tr.productType td
{
	font-weight: bold;
	background-color: #ddd;
	border-bottom: 1px solid #000;
}
.cartSummary table.lineItem tr.alternate td
{
	background-color: #eaeaea;
}
.cartSummary table.lineItem tr.alternate td.empty
{
	background-color: transparent;
}
.cartSummary table.chargeLine
{
	width: 250px;
	float: right;
}
.cartSummary table.chargeLine tr td
{
	background-color: #eaeaea;
}
.cartSummary table.chargeLine tr.grandTotalPrice td
{
	font-weight: bold;
}
#toolCommand img
{
	padding: 3px;
}
div.HelpCenterLinks {
	margin-left: 10px;
}

/* pagerFrame */
table.pagerFrame
{
	border: none;
	empty-cells: show;
	width: 100%;
}
table.pagerFrame th
{
	background-color: #d2d2d2;
}
table.pagerFrame td
{
	padding: 3px;
}
table.pagerFrame td.alternate
{
	background-color: #eaeaea;
}

div.pagination { margin-right: 10px; }

/* control suite modal */
#modal_container
{
	border: 1px solid #000;
	background-color: #fff;
	overflow: auto;
}
#modal_container .content { padding: 5px;}
#modal_overlay
{
	background-color: #000;
}
.overlayCss
{
    background-color: #000;
}
.modalClose 
{
	background: #446B7F url(/App_/ROOT/PageFrame/StandardPartial/modal_window_close.gif) top right no-repeat;
	color: #fff;
	text-align: right;
}
.modalClose a { color: #fff; display:inline-block; padding-right: 20px; text-decoration: none;  }

/* product detail */
#ProductDetailItem .block 
{
	margin-top: 10px;
}
#ProductDetailItem .block ul
{
	margin: 0;
}

/*** FAQ Table ***************************/
.faqTable { margin-top: 15px; }
.faqTable .image { padding-right: 10px; }

