﻿/*----Color Key---*/
/*
dark dark gray = #46505E
gray = #CCCCCC
red = #d20202
white = #ffffff
light cream = #FFFFCC
light yellow = #FFFF99
yellow = #FFFF66
*/
/*--------Entire Site-----------*/
body
{
	font-family:Arial;
	font-size:10pt;
	background-image:url(../images/galaxy.jpg);
	background-repeat:repeat;
	background-color:Black;
	background-attachment:fixed;
}
/*
h1, h2, h3, h4
{
	background-color:Red;
	color:white;
	text-align:center;
	width:100%;
	border:solid 1px black;
}
*/
a, a:visited
{text-decoration:none;color:blue;}
/* --------------------------------------------------------------
	Site wide classes that can be overridden by a control level class below
*/

.ItemsHeader, .ItemsFooter
{
	background-color:#d20202;
	color:White;
	font-weight:bold;
	padding:0px 4px 0px 4px;
}
.ItemsHeader
{
	margin-bottom:1em;
}
.ItemsFooter
{
	margin-top:1em;
}
.ItemsHeader a, .ItemsHeader a:visited, .ItemsFooter a, .ItemsFooter a:visited
{
	color:Yellow;
}
.ItemPic{padding:4px;height:92px;}
.ItemPic a img
{
	border:solid 2px silver;
}
.ItemPic a img:hover
{
	border:solid 2px blue;
}
.ItemName
{
	border:solid 1px black;
	background-color:#FFFFCC;
	font-weight:bold;
	padding:2px;
	color:black
}
.ItemName a:link, .ItemName a:visited
{
	color:black;
	font-weight:bold;
}
.ItemName a:hover
{
	color:blue;
	
}
.ItemLabel
{
	color:black;
	font-weight:bold;
	text-align:right;
	
}
.ItemPrice, .ItemPrice a, .ItemPrice a:vistied
{
	color:red;
	font-weight:bold;
}
.Validator
{
	position:absolute;
	float:right;
	z-index:1;
}
.Validator span
{
	position:absolute;
	z-index:2;
	float:right;
	background-color:White;
	border:solid 1px red;
	width:96px;
	padding:2px;
}
/*
=LayOut
----------------------Layout------------------------*/

Div.MainDiv
{
	margin:0 auto;
	width:980px;
	/*overflow:hidden;*/
}
.StepOrderFormMainDiv
{
	margin:0 auto;
	width:700px;
}
#LeftNavDiv
{
	width:170px;
	overflow:hidden;
}
.LeftNav
{
	vertical-align:top;
	text-align:left;
/*	background-image: url(../Images/LeftNavTop.gif);
	background-repeat: no-repeat;
	background-position: top center;*/
/*	padding-top:100px;*/
	width:170px;
}
.LeftNavHeader span
{	vertical-align:middle;
	text-align:left;
	color:white;
	font-weight:bold;
	padding:.35em;
	font-size:16pt;
}
.LeftNavBody{}
.LeftNavContent{}
#RightNavDiv
{
	width:170px;
	overflow:hidden;
}
.RightNav
{
	vertical-align:top;
	text-align:center;
	width:170px;
}
.RightNavHeader span, .RightNavHeader a:link span, .RightNavHeader a:hover span
{	vertical-align:middle;
	text-align:left;
	color:White;
	font-weight:bold;
	padding:.35em;
	font-size:16pt;
}
.RightNavHeader a:hover span
{color:Yellow;}
.RightNavBody
{
	padding-top:4px;
}
.RightNavBody table
{
	margin:0 auto;
}
.RightNavContent{}
.PageBody
{
	vertical-align:top;
	padding:3px;
}
.PageBodySecure
{vertical-align:top;background-color:White;margin:0 0 1em 0;
/*	background-image: url(../Images/LeftNavTop.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
}
.PageBodyDiv
{width:630px;}
/*
=MainNav
----------------------Navigation Buttons------------------*/
.MainNav
{
	/*background-image: url(../images/menu_BKGRD.gif);
	background-repeat:no-repeat;
	background-position:center top;*/
	background-color:Navy;
	border:solid 3px white;
	margin-bottom:0.35em;
	height:25px;width:974px;
	text-align:right;
	vertical-align:middle;
	padding:8px 0px 0px 0px;
}
.MainNav a:link, .MainNav a:visited
{
	color:White;
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
	font-size:12px;
}
.MainNav a:hover, .MainNav a:active
{
	color:Yellow;
	text-decoration:none;
}
/*
=Categories
----------------------Categories-------------------------*/
.CatTop
{background-image:url(../images/cattop.jpg);background-repeat:no-repeat;background-position:top;width:144px;}
.CatMid
{background-image:url(../images/catmid.jpg);background-repeat:repeat-y;background-position:top;}
.CatBtm
{background-image:url(../images/catbtm.jpg);background-repeat:no-repeat;background-position:bottom;padding:.35em .5em .35em .5em;font-size:13pt;}
.CatTop a, .CatTop a:visited
{color:White;display:block;}
.MainCategories
{margin:0 auto;font-weight:bold;}
.SubCategories
{margin:0 auto;width:122px;}
.SubCategory
{padding:.25em;background-color:White;}
.MainCategory a:link, .MainCategory a:visited
{color:white;}
.SubCategory a:link, .SubCategory a:visited
{color:black;display:block;}
.MainCategory a:hover, .MainCategory a:active
{color:yellow;text-decoration:none;}
.SubCategory a:hover, .SubCategory a:active
{color:black;text-decoration:none;background-color:Yellow;}

/*
=Footer
-------------------------Footer------------------------*/

.Footer, .Footer1
{
	color:navy;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
	margin-top:1.5em;
}
.Footer span
{padding-top:2px;}
.Footer a:link, .Footer a:visited
{text-decoration:none;}
.Footer a:hover
{text-decoration:underline;}

/*
=FillErrorLabel
------------------------  Error Label-----------------*/
.FillErrorLabel p
{
	 border:solid 2px red;
	 font-size:12pt;
	 text-align:center;
	 font-weight:bold;
	 padding:2px;
	 color:Red;
}

/*
=OrderForm
----------------------Order Form------------------------*/

.OrderFormHeader
{
	color:white;
	background-color:Gray;
}
.OrderFormTable
{
	padding:2px;
	background-color:#eeeeee;
	border: solid 2px gray;
}
.OrderForm
{
	color:white;	
	background-color:Gray;
}
hr.OrderForm
{
	border:1px solid gray;
}

/*
=FlagItems
-------------------Home Page Items & Specials Right Nav----------------------*/
.FlagItemsMain
{border:solid 2px white;}
.FlagItems
{
	 text-align:center;
	 vertical-align:top;
	 padding:2px;
	 width:145px;
}
.FlagItems:hover
{background-color:#FFFF99;}
.FlagItems div.ItemName
{
	height:31px;
	overflow:hidden;
	background-color:#84A629;
}
.FlagItems div.ItemName a, .FlagItems div.ItemName a:visited
{color:White;}
.FlagItems div.ItemPic
{
	border:solid 1px black;
	text-align:center;
	padding:4px 0px 4px 0px;
	background-color:White;
}
.FlagItems div.ItemPrice
{
	color:yellow;
	font-size:11pt;
	font-weight:bold;
	height:18px;
	overflow:hidden;
	border:solid 1px black;
	background-color:#46505E;
}
.FlagItems div.ItemPrice span
{
	color:white;
	font-size:11pt;
}
.FlagItems div.ItemPrice a, .FlagItems div.ItemPrice a:visited
{color:Yellow;}
/*
=Flags
---------------------- Specials/Flags -------------------------*/

.Flag
{
	text-align:left;
	width:150px;
	background-color:White;
	font-weight:bold;
}
.Flag a, .Flag a:link, .Flag a:visited
{
	color:black;
	padding:.35em;
	display:block;
}
.Flag a:hover
{background-color:yellow;}

/*
=ShowItem
--------------------------Show Item------------------------------*/

/*
.ShowItem table.ItemName a, .ShowItem table.ItemName a:link, .ShowItem table.ItemName a:visited
{}
.ShowItem table.ItemName a:hover
{}
*/
.ShowItem
{background-color:White;padding:.25em;border:solid 2px yellow;}
.ShowItem table.ItemName
{
	text-align:left;
	width:100%;
}
.ShowItem td.ItemInfo
{
	padding-bottom:1em;
}
.ShowItem td.ItemPic
{
	width: 135px;
	vertical-align:top;
	padding:4px;
}
/*
.ShowItem td.ItemPic a img
{}
.ShowItem td.ItemPic a img:hover						
{}
*/
.ShowItem td.ItemPrices
{
	text-align:right;
}
/*
.ShowItem td.ItemPrices table
{}

.ShowItem td.ItemPrices td.ItemLabel
{
}
.ShowItem td.ItemPrice
{}

.ShowItem td.ItemLabel, .ShowItem span.ItemLabel
{}
*/
.Headers								
{
	font-weight: bold;
	color: black;
	border-bottom: gray thin solid;
	display:block;
	padding:4px 0px 4px 0px;
}
.RelatedItems1, .RelatedItems2, .ItemNotes1, .ItemNotes2, .Applications
{
	margin:1em;
}
.ItemNotes2 span.Headers,.ItemNotes1 span.Headers, .Applications span.Headers
{
	border: white thin solid;
	border-bottom:solid 2px black;
	font-weight:bold;
	font-size:13pt;
	color:black;
	display:block;
	padding:2px;
	margin-bottom:.5em;
	background-color:white;
	visibility:inherit;
}
div.AdditionalInfoLinks
{margin:2px 0px 8px 0px;display:none;}
.AdditionalInfoLinks a, .AdditionalInfoLinks a:visited
{
	display:none;
	font-weight:bold;
	text-decoration:none;
	padding:0px 6px 3px 6px;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	color:#D20202;
	background-color:#eeeeee;
}
.AdditionalInfoLinks a:hover
{
	text-decoration:underline;
	color:Black;
}
.AdditionalInfoLinks div
{
	font-weight:bold;
	background-color:#eeeeee;
	color:black;
	padding:2px;
}
.AddAllButton{visibility:hidden;}
.AddAllButton div{}
.GoToTop
{
	border-bottom:dashed 1px red;
	text-align:right;
	font-weight:bold;
}
.GoToTop a
{}
/*
=RelatedItem
----------------------- Related Item --------------------------*/

.RelatedItem
{
	width:100%;
	vertical-align:top;
}
.RelatedItem td.ItemPrices
{
	width:135px;
	text-align:right;
	vertical-align:top;
	padding-top:4px;
}
/*
.RelatedItem td.ItemPrices table
{}

.RelatedItem td.ItemPrices td.ItemLabel
{}
.RelatedItem td.ItemPrice
{}

.RelatedItem td.ItemLabel, .RelatedItem span.ItemLabel
{
	font-weight:bold;
	text-align:right;
}
*/
.RelatedItem td.ItemPic
{
	vertical-align:top;
	padding:4px;
}
/*
.RelatedItem td.ItemPic a img
{}
.RelatedItem td.ItemPic a img:hover						
{}
*/
.RelatedItem td.ItemInfo
{
	vertical-align:top;
	padding-top:4px;
}
.RelatedItem div.ItemName
{
	width:360px;
}

/*
=CartInfo
----------------------Cart Info------------------*/

.CartInfoTop
{background-image:url(../images/CartInfoTop.jpg);background-repeat:no-repeat;background-position:top;width:170px;margin-bottom:.25em;}
.CartInfoMid
{background-image:url(../images/CartInfomid.jpg);background-repeat:repeat-y;background-position:top;}
.CartInfoBtm
{background-image:url(../images/CartInfobtm.jpg);background-repeat:no-repeat;background-position:bottom;padding:.5em;text-align:left;font-weight:bold;}
.CartInfoBtm a, .CartInfoBtm a:visited
{color:White;display:block;font-size:11pt;}
.CartInfoBtm a:hover
{color:Yellow;}
#CartInfoSpan
{font-size:13pt;}
/*
=ViewCart
---------------------View Cart----------------------*/
.ViewCartMainDiv
{background-color:White;padding:.25em;border:solid 2px yellow;}
.ViewCartHeader
{
	padding: 4px;
	background-color:navy;
	color:White;
	font-weight:bold;
}
.ViewCartSubHeader
{
	background-color:#cccccc;
	color:Gray;
	padding:4px;
}
.ViewCart
{
	 padding-bottom: 10px;
	 color:black;
}
.ViewCart td.ItemPic
{
	padding:4px;
}
/*
.ViewCart td.ItemPic a img
{}
.ViewCart td.ItemPic a img:hover
{}
.ViewCart span.ItemLabel
{}
*/
.ViewCart a
{
	color:Black;
	
	font-weight:bold;
}
.ViewCart a:hover
{
	color:blue;
	
}

/*
=AddByPartNumberHeader
----------------------Add By Part Number---------------------*/
.AddByPartNumberHeader
{
	padding:4px;
	background-color:#cccccc;
	color:Gray;
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}

/*
=CategoriesLanding
--------------------- Categories Landing / Landing Page -----------------------------*/

.CategoriesLanding{}
.CategoriesItem{width:100%}

/*
=CategoryLandingInfo
--------------------- Category Landing Page Info ----------------------*/
.CategoryLandingInfo{width:100%;}
.CategoryLandingInfo td.ItemPic {width:100px;}

/*
=CategoryInfo
--------------------- Category Info --------------------------*/

.CategoryInfo {width:100%;}
.CategoryInfo td.ItemPic {width:100px;}

/*
=ListItems
---------------------  LIST ITEM ----------------------------*/
.ListItemsMainDiv
{
	width:100%;
	background-color:White;
	padding:.25em;
}
.ListItem
{
	margin-bottom:4px;
}
.ListItem:hover
{
	background-color:#FFFF66;
}
.ListItem table.ItemName
{
	text-align:left;
}
/*
.ListItem table.ItemName a:link, .ListItem table.ItemName a:visited
{}
.ListItem table.ItemName a:hover
{}
*/
.ListItem td.ItemPic
{
	vertical-align:top;
	width:18%;
	padding:5px;
}
/*
.ListItem td.ItemPic a img
{}
.ListItem td.ItemPic a img:hover
{}
*/
.ListItem td.ItemInfo
{
	vertical-align:top;
	text-align:left;
	width:57%;
}
/*
.ListItem span.ItemLabel
{}

.ListItem td.ItemLabel
{}
*/
.ListItem td.ItemPrices
{
	width:25%;
	text-align:right;
}
/*
.ListItem td.ItemPrice
{}
*/

/*
=SearchControl
-------------------------Search Control-------------------------*/

div.SearchControl
{padding:.25em;background-color:#FFFFCC;height:55px;margin:.35em 0 .35em 0;border:solid 1px silver;}
div.SearchControl div
{
	float:left;
	height:45px;
	color:black;
	font-weight:bold;
	vertical-align:bottom;
	padding:.35em;
	overflow:hidden;
}
.SearchControl div:hover
{color:blue;}
.SearchControl select, .SearchControl input[type="text"]
{width:155px;}
#SearchButtons
{padding-top:1.25em;height:35px;}
/*
=ContactUS
----------------------Contact Us -------------------------------*/
.ContactUs
{background-color:White;padding:.25em;}


/*
=EmailSignup
--------------------- Mail Blaster----------------------------*/
.EmailSignup
{background-color:white;}

/*
=FAQ
----------------------FAQ----------------------------*/

.viewfaqQuestion h5{margin:4px;}
.viewfaqAnswer{margin-left:20px;}
.viewfaqAnswer h5{color:red;margin:4px;}

/*
=Classified
---------------------Classified Section-------------------*/

.ClassifiedMenuBKGRD
{
        background-color:#990000;
        color:White;
        border-left: solid 1px #333333;
        border-bottom:solid 1px #333333;
        width:150px;
        padding-left:3px;
        background-image:url(bullet.gif);
        background-position:center right;
        background-repeat:no-repeat;
}
.ClassifiedMenuBKGRD a:link, .ClassifiedMenuBKGRD a:visited
{
        color:white;
}
.ClassifiedPrice
{
	color:Yellow;
}
.ClassifiedAdPrice
{
	color:red;
	font-weight:bold;
}
.ClassifiedList
{
    	background-color:#990000;
    	color:White;
    	border:1px solid white;
}
.ClassifiedList a:link, .ClassifiedList a:visited
{
    	color:white;
}
.CartInfoBKGRD 
{
	background-image: url(../Images/CartInfoBkgrd.jpg);
}
.RightBRKGD
{
	background-image: url(../Images/rightNavBkgrd.jpg);
}
.ClassifiedNavMenu
{
	text-align:center;
}

.pic {
	left: 0px;
	position: relative;
	top: 0px;
}

.pic a .large {
	border: 0px;
	display: block;
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}

.pic a img {
	border: 0;
}

.pic a.p1, .pic a.p1:visited {
	display: block;
	left: 0;
	text-decoration: none;
	top: 0;
}
/****Hover over big picture***/
/*
.pic a.p1:hover {
	text-decoration: none;
}

.pic a.p1:hover .large {
	border: 1px solid #000000;
	display: block;
	height: 233px;
	left: 100px;
	position: absolute;
	top: -60px;
	width: 150px;
}
*/
/*
=PHOTOGALLERY
---------------------- PHOTO GALLERY --------------------------*/
	.BreadCrumb {padding:.25em .25em .15em 30px;text-align: left;font-size:14px;font-weight:bold;color:black;background-color: #DDDDDD;border-bottom:solid 2px yellow;}
        .BreadCrumb a {padding: 0px 5px;text-decoration:none;color:black;font-family:arial;font-size:14px;font-weight:bold;}
        .BreadCrumb a:visited {text-decoration:none;}
        .BreadCrumb a:hover {text-decoration: underline;color:#D20202;}
        .Photo {font-family: arial; background-color: #CCCCCC; border: 1px solid #CCCCCC;}
        .Photo tr td {background-color: #EEEEEE;}
        .PhotoImage {border: 2px solid #999999}
        .Photo tr td.Name {text-align: left; padding: 2px; color:black; font-weight: bold; background-color: #DDDDDD; border: 1px solid #FFFFFF;}
        .Photo tr td.Description {text-align: left; padding: 2px; font-size: 12px;}
        .Photo tr td.Download {text-align: center; font-size: 12px;}
        .Photo tr td.subtitle {font-size: 11px; font-weight: bold;}
        .Photo tr td.subinfo {font-size:10px;}
        .PhotoContainer {width:160px;background-color: #EEEEEE; border: 1px solid #999999; font-family: arial;vertical-align:top;text-align: center;margin:10px}

        /*
        .PhotoList tr td {background-color: #EEEEEE;vertical-align:top;}
        .PhotoList tr td.Name {text-align: left;}
        .PhotoList tr td.Name a {color:black; font-size:13px; font-weight:bold;text-decoration:none;}
        .PhotoList tr td.Name a:hover {color:#D20202;text-decoration:underline;}
        .PhotoList tr td.Description {text-align: left;font-size:12px;}
        */
        .PhotoListName {color:black; font-size:13px; font-weight:bold;text-align: left;}
        .PhotoListDescription {text-align: left;font-size:12px;}
        .CatList {border: 2px solid #CCCCCC;background-color:#EEEEEE;}
/*        .CatList tr td.Name a {font-family: arial;font-size: 13px; color:black;font-weight:bold;text-decoration:none;}*/
	.main {width:630px;}
	.main a, .main a:visited {font-style:italic;font-weight:bold;text-decoration:none;color:red;}
	.main a:hover {text-decoration:underline;color:black}
	
div.ShortDesc {position:absolute; z-index:1;border:ridge 2px gray; display:none;background-color:#EEEEEE;margin-left:3.5em;margin-top:3em;width:170px;padding:.25em;}
div.ShortDesc a, div.ShortDesc a:link, div.ShortDesc a:visited {color:Black;}
div.ShortDesc h5 {margin:.25em;background-color:white;}
div.FlagItems:hover div.ShortDesc {display:inline;}