﻿/********************************************************************************/
/* Main UI Styles                                                               */
/********************************************************************************/

#footerHelp
{
	display: none;
}

html
{
	height: 100%;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 76%;
	color: White;
}

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
    background: #0D0D0D url('../images/master/FadingBackground.jpg') repeat-x;
}

a:link
{
    color: white;
}

a:hover
{
    color: White;
}

a:visited
{
    color: White;
}

/*table
{
	text-align: left;
}*/

#bodyContainer
{
    width: 950px;
    margin: 0 auto;
    background: url('../images/master/wrapper.png') repeat-y;
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 8px;
    padding-bottom: 40px;
    color: White;
}

#logoBar
{
    height: 62px;
    color: White;
    border: #181819 1px solid;
    background-color: #0B0D0A;
}

#logoBar *
{
    margin: 0px;
    float: left;
    display: block;
    
}

#logoBar span
{
    display: none;
}

#deltaHeader
{
    background: url('../images/master/bg_elements.gif') -1px -1px no-repeat;
    height: 62px;
    width: 140px;
}

#deltaHeader *
{
    display: none;
}

#commercialSubHeader
{
    background: url('../images/master/bg_elements.gif') no-repeat -135px 5px;
    height: 62px;
    width: 248px;
}

#commercialSubHeader *
{
    display: none;
}

#specSelectHeader
{
    background: url('../images/master/specselect_logo_wht.jpg') 0px 5px no-repeat;
    height: 62px;
    width: 208px;
    float: right;
}

#specSelectHeader *
{
    display: none;
}

#navigationBar
{
    text-transform: uppercase;
    font-weight: bold;
    color: White;
    padding:6px 0px 0px;
    height: 37px;
    margin-bottom: 8px;
    border-bottom: #181819 1px solid;
    border-left: #181819 1px solid;
    border-right: #181819 1px solid; 
    background-color: #0B0D0A;
}

#searchContainer input
{
    background-color: #0B0D0A;
    border: none;
    color: White;
    width: 150px;
    padding:0px 0 1px 3px;
    margin-right: 5px;
    margin-top: 3px;
    position: relative;
    top: -4px;
    vertical-align:bottom;
}

#searchContainer img
{
    border: 0px;
    margin-left: 3px;
    margin-right:5px;
    padding:2px 0 1px 3px;
}

#searchContainer
{
    float: right;
    margin: 9px 0px;
    line-height: 21px;
}

#searchContainer span
{
    float: left;
}

#searchBox
{
    border: solid gray 1px;
    height: 20px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: -10px;
}

#LocationImageContainer
{
    padding-top:2px;
}

.InputSearch
{
	
}

#linkBar 
{
    height: 35px;
    width: 635px;
    float: left;
}



#footerBar
{
    color: White;
    font-size: 0.8em;
    line-height: 20px;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 0px;
    height: 30px;
    background: black url('../Images/master/footerbackground.jpg') no-repeat;
}

#footerBar #copyrightInformation
{
    display: block;
    width: 215px; 
    padding-left: 10px;  
    color: #666666; 
    padding-top: 20px;
}

#footerLinks
{
    display: block;
    font-family: Arial;
    font-size: 11px;
}

#footerLinks a
{
    padding: 0px 14px;
    text-decoration: none;
}

#footerLinks a:visited
{
	color: White;
}

#footerLinks a:hover
{
    color: #AA0232;
}

#footerWebmaster, #footerQuoteEdition, #footerFavorites, #footerPrivacy, #footerAbout, #footerContact, #footerHelp
{
    border-left: 1px solid white;   
}

#LocationImageContainer
{
    float: right;
    margin-right: 5px;
    position: relative;
    top: 11px;	
}

#LocationImageButton
{
	margin-top: 10px;
	border: 1px solid white;
}

#HeaderTable
{
	width: 100%;
	height: 100%;
	background: url(../images/content/banner34.jpg) no-repeat;
}

#HeaderTable td
{
	text-align: right;
	padding-right: 5px;
}

#HeaderTable td img
{
	height: 32px;
	width: 35px;
	vertical-align: middle;
	border: 0px none;
}

#MainContentTable
{
	width: 100%;
	border: 0px none;
	vertical-align: top;
}

#BreadCrumbTable
{
	background: #CCCCCC;
	padding: 4px 5px;
	font-size: .8em;
	color: black;
	margin-bottom: 10px;
	height: 10px;
	vertical-align: middle;
}

#BreadCrumbTable #youAreHereTag
{
    font-weight: bold;
}

#BreadCrumbTable a:link
{
    color: Black;
    text-decoration: underline;
}

#BreadCrumbTable *
{
    margin:0px;
    padding: 0px;
    line-height: 100%;
}

#BreadCrumbTable a:hover
{
    color: Black;
    text-decoration: underline;
}

#BreadCrumbTable a:visited
{
    color: Black;
    text-decoration: underline;
}

#MainContent
{
	background-color: #000000;
	min-height: 400px;
	height: 100%;
}

#FooterTable
{
	width: 960px;
	background-image: url(../images/content/Bluebar.jpg);
}

/********************************************************************************/
/* Main Menu Styles                                                             */
/********************************************************************************/

#MainMenuContentTable
{
	width: 100%;
	text-align: left;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	background: black;
	color: White;
}

#MainMenuContentTable td
{
	vertical-align: top;
	color: White;
}

#MainMenuContentTable td p
{
	font-size: 8pt;
	line-height: 15px;
}

#MainMenuButtonsTable
{
	margin-left: 20px;
	text-align: left;
}

#MainMenuButtonsTable td
{
	font-size: 9pt;
	color: White;
}

#MainMenuButtonsTable a
{
	text-decoration: none;
	color: #000000;
}

#MainMenuButtonsTable img
{
	border: 0px none;
}

#MainMenuButtonsTable h2
{
	font-size: 14pt;
	margin-bottom: 0px;
	margin-left: 10px;
}

#MainMenuButtonsTable span
{
	margin-left: 10px;
}

#FlashContentPlaceHolder
{
	width: 250px;
	height: 250px;
	background-color: Gray;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
}


/********************************************************************************/
/* Function Type Selector Styles                                                        */
/********************************************************************************/

#ProductFunctionContainer
{
	text-align: center;
	height: 100%;
	margin-left: 5px;
	margin-right: 5px;
}

#ProductFunctionContainer p
{
	text-align: left;
}

#ProductFunctionContainer #ProductFunctionHeaderRow th
{
	background-color: #2F4FA2;
	font-size: 10pt;
}

#ProductFunctionContainer table
{
	text-align: left;
	width: 100%;
	margin-right: 15px;
}

#ProductFunctionContainer table a
{
	color: #2F4FA2;
	font-size: 10pt;
}

#ProductFunctionContainer table span
{
	font-size: 10pt;
}

#ProductFunctionContainer table tr td
{
	padding-bottom: 5px;
	vertical-align: top;
}

/********************************************************************************/
/* MAIN2 Template Styles                                                        */
/********************************************************************************/

#RelatedPopUp
{
	background-color: white;
	position: absolute;
	z-index: 1;
}

/********************************************************************************/
/* 3GRIDS Template Styles                                                       */
/********************************************************************************/

#HeaderColumnsTable
{
	width: 100%;
	color: Black;
}

.HeaderColumns
{
	width: 33%;
	height: 40px;
	
	text-align: center;
	vertical-align: middle;
	
	background: url('../Images/tabEdge.gif') top right no-repeat;
	background-color: #CCCCCC;	
	color: Black;
	border-right: black solid 1px;
	/* font-size: x-small; */
	
    /* margin-right: 10px; */
}

.HeaderColumns .HeaderInnerBackground
{
    height: 100%;
    background: url('../Images/tabEdgeLeft.gif') top left no-repeat;
    line-height: 40px;
}

/* #OptionsTable
{
	width: 100%;
}

#OptionsTable td
{
	width: 30%;
	height: 100%;
	vertical-align: top;
	border-style: solid;
	border-width: 0px;
	border-right-color: Black;
	border-right-width: 1px;
} */

/* Product Table */
#ProductTable
{
    background: black;
    color: White;
}

#ProductTable #Table1 td
{
    color: White;
    vertical-align: top;
}

.optionDiv
{
    border-right: solid black 1px;
    background-color: #CCCCCC;
    vertical-align: top;
    padding: 0px 5px 5px 5px;
}

.optionDiv img
{
    border: 0px;
}


/* Styles for the Option Grids on the Product Pages */
.optionGrid
{
    width: 100%;
    border: 1px inset gray;
    border-collapse: collapse;
}

.optionGrid tr
{   
    background-color: White; 
    min-height: 60px;
    height: 60px;
    color: Black;
}

.optionGrid td
{
    border-bottom: gray solid 1px;
}

.regularRow
{
    height: 60px;
}

.seatFiller
{
    background-color: white;
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: 0px;
}

.seatFiller *
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: 0px;
}

.imageColumn
{
    min-width: 75px;
}

.descriptionCell
{
}

.partNumberCell
{
    min-width: 50px;
    text-align: center;    
}

.selectedRow *
{
    background-color: Gray;
    color: White;
}

.selectedRow img
{
    border: black 1px solid;
}

.standardRow
{
    color: Blue;
}

.whiteBack
{
    background: white;
    overflow: auto;
    border: gray solid 1px;
}

/* Prod */

#PICTURE table
{
    margin-top: 5px;
    margin-left:auto;
    margin-bottom: 0px;
    margin-right: auto;
    border: 1px solid darkgray;
}

#PICTURE span
{
    display: block;
    margin: 0px auto;
}

#PICTURE
{
    margin: 0px auto;
}

#PICTURE img
{
    border: solid 1px black;
}

#PICCAPTION a
{
    display: block;
    background: #CCCCCC;
    border: 1px solid white;
    line-height: 20px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    padding: 0px 5px;
    margin: 5px 5px;
}

#PICCAPTION a:link
{
    color: Black;
}

#PICCAPTION a:visited
{
    color: Black;
}

#PICCAPTION a:hover
{
    color: White;
    background-color: #AC0535;
}

#Table2
{
    background: gray;
    padding: 0px 5px;   
    margin: 0px auto;
}

#Table2 td
{
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Document pop-up lists */
.documentPopup
{
    width: 200px;
}

.documentPopup table, #ArchiveDocs table
{
    background: #CCCCCC;
    color: Black;
    border-collapse: collapse;
    border-bottom: 5px gray solid;
    width: 200px;
}

.documentPopup a
{
    color: Black;
}

.documentPopup tbody td
{
    padding: 5px 0px;
}

.documentPopup th
{
    background-color: gray;
    color: black;
    text-align: center;  
    border: 0px;  
}

.documentPopup tfoot td
{
    font-weight: bold;
    text-align: right;
    background-color: Gray;
}

.documentPopup tbody td
{
    border-bottom: solid lightgrey 1px;
    padding-left: 5px;
}

/*Generic Table Display */
.displayTable
{
    background-color: Gray;
    border-right: lightgrey 1px solid;
    border-bottom: lightgrey 1px solid;
    border-collapse: collapse;
    min-width: 700px;
}

.displayTable th
{
    background: darkgray;
    padding: 3px 5px;
    border-right: 1px solid lightgrey;
    text-decoration: none;
    font-weight: bold;
    color: Black;
    font-size: .8em;
}

.displayTable td
{
    white-space: nowrap;
    padding: 5px 5px;
    border-bottom: lightgrey 1px dotted;
}

.displayTable .productLineName
{
    max-width: 350px;
}

/* Product Page Option Underline */
.productOptionUnderline
{
    border-bottom: 1px solid #AC0535;
}

  



