﻿/* v1.0 | 20080212, Eric Meyer CSS reset http://meyerweb.com/eric/tools/css/reset/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.MyTable td
{
	margin: 2px;
}



/* TEXT */
h1
{
	margin: 0px 0px 10px 0px;
    font-size: 16px;
    font-family: Arial;
	color: #000; 
	font-weight: bold;
}

h2
{
	margin: 14px 0px 20px 0px;
	font-size: 16px; 
	font-family: Arial; 
	font-weight: normal; 
	text-transform: uppercase;
	color: #000; 
	border-bottom: dashed 1px #999999;
	padding-bottom: 0px;
}
h3
{
	font-size: 1.2em;
	margin: 10px 0px 10px 0px;
	color: Black; 
}
h4
{
	margin: 0px 0px 10px 0px;
    font-size: 1.0em;
    font-family: Verdana;
	color: Black; 
	font-weight: bold;
}

h5
{
	margin: 0px 0px 10px 0px;
    font-size: 24px;
    font-family: Arial;
	color: Black; 
	font-weight: bold;
}
h6
{
	margin: 0px 0px 0px 0px;
    font-size: 10px;
    font-family: Verdana;
	color: White; 
	font-weight: normal;
}

.inputboxes
{
	margin: 0px 0px 10px 0px;
    font-size: 1.0em;
    font-family: Verdana;
	color: Black; 
	font-weight: bold;
}
p
{
	margin: 10px 0px 14px 0px;
	line-height: 1.3em;
	font-size: 1.0em;
	letter-spacing: 0px;
	color: Black;
}
.Normal
{
	margin: 10px 0px 14px 0px;
	line-height: 1.3em;
	font-family: Verdana;
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
.LargeP
{
	margin: 10px 0px 14px 0px;
	line-height: 1.3em;
	font-weight: bold;
	font-size: 1.1em;
	font-family: Verdana;
	color: #000;
}
ul
{
	list-style-type: disc;
	margin: 1em 0em 1em 2em;
}

a
{
	text-decoration: underline;
	color: Black;
}

a:hover
{
	text-decoration: underline;
	color: Black;
}

body 
{
	font-family: Verdana;
	font-size: 10px;
	color: Black;
}



#pageWrap
{
	margin-top: 0;
	padding-top: 0;
}
#outer
{
	width: 896px;
	margin: auto;
	border: solid 1px white;	/* This line fixes the auto complete incompatibility in IE8. No clue how?!?!%#!? */
	padding-top: 0px;file:///C:\TFS\Luthman\Luthman\UserControls\MiniNews.ascx
}
#header
{
	width: 886px;
	height: 80px;
	margin: 30px 0px 0px 0px;
}
#contentHead
{
	height: 30px;
	width: 890px;
	margin: 0px -4px 0px 0px;
}
#content
{
	width: auto;
	margin: 0px 0px 0px 10px;
	background: white;
	min-height: 140px;
}

/* Default page Layout. Two column, wide right. */
#left
{
	float: left;
	width: 270px;
}
#right
{
	float: left;
	width: 582px;
	padding-left: 10px
}

/* Start page Layout */
#contentHeadSplash
{
	height: 226px;
	width: 890px;
	margin: 0px 0px 0px 0px;
}

#leftStart
{
	float: left;
	width: 624px;
	margin-left: -10px;
}

#rightStart
{
	float: left;
	width: 240px;
	padding-left: 10px;
}
#rightStart li
{
	margin-bottom: 4px;
}
#rightStart ul
{
	margin-left: 16px;
}

#innerLeft
{
	padding: 0px 0px 10px 0px;
	width: auto;
}
#innerLeftStart
{
	padding: 0px 0px 10px 0px;
	width: auto;
}

#innerRight
{
	padding: 0px 0px 10px 17px;
	width: auto;
	margin-right: -16px;
}
#innerContent
{
	padding: 0px 10px 10px 00px;
	width: auto;
}
#footer
{
	clear: both;
	font-size: 1.0em;
	height: 40px;
	width: 890px;
	text-align: right;
}
#innerFooter
{
	padding: 10px 10px 4px 10px;
	width: auto;
	float: right;
}
#logo
{
	width: 280px; height: 100%; float: left; border-right: solid 2px black; text-align: center;
}
#logo img
{
	margin-top: 10px;
}

.HeaderLoggedIn
{
	background: #000;
}
.LoggedInMenu
{
	padding: 14px 0px 0px 22px;
	color: #fff;
	text-transform: uppercase;
	font-size: 0.95em;
	font-weight: bold;
}
.LoggedInMenu a
{
	color: #fff;
	text-decoration: none;
}


.CSSFriendlyMenu{float: left; height: 34px;	width: 100%;}
.CSSFriendlyMenu ul.AspNet-Menu /* Tier 1 */{width: 600px;  margin-top: 7px; margin-left: 10px}
.CSSFriendlyMenu ul.AspNet-Menu ul  /* Tier 2 */{width: 600px; top: 100%; left: 0;}
.CSSFriendlyMenu ul.AspNet-Menu ul ul  /* Tier 3+ */{top: -0.5em; left: 6em;}
.CSSFriendlyMenu li /* all list items */{/*width: 5em;*//*background: white;*/ font-size: 14px; font-family: Arial; font-weight:bold; text-align: center; margin-left: 10px; margin-right: 10px; }
.CSSFriendlyMenu li:hover, /* list items being hovered over */
.CSSFriendlyMenu li.AspNet-Menu-Hover{/*background: transparent url('Images/greenslate_backgroundOVER.gif') repeat-x top left;*/}
.CSSFriendlyMenu a, /* all anchors and spans (nodes with no link) */
.CSSFriendlyMenu span{/*color: #FF6F16;*/ color: Black; padding: 0px 2px 2px 2px; /*13px 2px 11px 2px;*//*background: transparent url(arrowRight.gif) right center no-repeat;*/}
.CSSFriendlyMenu li.AspNet-Menu-Leaf a, /* leaves */
.CSSFriendlyMenu li.AspNet-Menu-Leaf span{background-image: none !important;}
.CSSFriendlyMenu li:hover a, /* hovered text */
.CSSFriendlyMenu li:hover span,
.CSSFriendlyMenu li.AspNet-Menu-Hover a,
.CSSFriendlyMenu li.AspNet-Menu-Hover span,
.CSSFriendlyMenu li:hover li:hover a,
.CSSFriendlyMenu li:hover li:hover span,
.CSSFriendlyMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.CSSFriendlyMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.CSSFriendlyMenu li:hover li:hover li:hover a,
.CSSFriendlyMenu li:hover li:hover li:hover span,
.CSSFriendlyMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.CSSFriendlyMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span{ text-decoration: underline;/*background: transparent url(activeArrowRight.gif) right center no-repeat;*/}
.CSSFriendlyMenu li:hover li a, /* the tier above this one is hovered */
.CSSFriendlyMenu li:hover li span,
.CSSFriendlyMenu li.AspNet-Menu-Hover li a,
.CSSFriendlyMenu li.AspNet-Menu-Hover li span,
.CSSFriendlyMenu li:hover li:hover li a,
.CSSFriendlyMenu li:hover li:hover li span,
.CSSFriendlyMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.CSSFriendlyMenu li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span{color: #333333;/*background: transparent url(arrowRight.gif) right center no-repeat;*/}
.CSSFriendlyMenu .AspNet-Menu-Selected /* this tier is selected */{text-decoration: underline;/*border: solid 1px #00ff00 !important;*//*background: transparent url('Images/greenslate_backgroundSELECTED.gif') repeat-x top left;*/color: black;}
.CSSFriendlyMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */{border: solid 1px #ff0000 !important;}
.CSSFriendlyMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */{border: solid 1px #0000ff !important;}

.Repeater
{
	text-decoration: none;
}

.ListView a
{
	text-decoration: none;
}
.ListView td
{
	font-size: 1.0em;
	color: black;
	height: 40px;
	padding-top:3px;
	padding-bottom:3px;
	vertical-align: middle;
}
.ListView th
{
	font-size: 1.0em;
	color: black;
	text-align: left;	
}

.pgrTop
{
	border: solid 1px red;
	width: 170px;
}
.DataPagerWrapper
{
       float: right;
       height: 26px;
       margin-top: 0px;
       margin-bottom: 2px; 
       padding-right: 6px;
       text-align: right; 
}
.DataPagerButtons
{
       float: right;
       margin-top: 4px;
}
.DataPagerPageInfo
{
       float: right;
       margin-top: 3px; 
}
.DataPagerDetails
{
   float: right;
   margin-top: 6px;
   /*margin-right: 30px;*/
}

.TextBoxWaterMark
{
	font-family: Verdana;
	font-size: 1em;
	color: Red;
}



/* JQUERY Cycle plug-in */

.pics {  
	width: 100px;
	height: 290px;
	float: left;
	z-index: 0;
	text-align: center;
	margin-top: 10px;
} 
.pics img   
{
	display: inline;
    margin: 0 auto;
    display: none;
} 
.pics2 {  
	width: 890px;
	height: 240px;
	z-index: 0;
	border: none;
} 
.pics2 img   
{
	display:block;
    margin: 0 auto;
    display: none;
} 


.navWrap {width: 100%; text-align: center;}
#nav {margin: 0px 6px 0px 2px; vertical-align: top; display: inline;}
#nav a {background: url('Images/pgrBullet.png') no-repeat; text-decoration: none; padding: 2px 1px 2px 1px;}
#nav a:focus { outline: none; }
#nav a:hover { background: url('Images/pgrBulletHover.png') no-repeat; }
#nav ul 
{}
#nav li
{
	list-style-type: none;
	padding: 4px;
	display: inline;
}
#nav a.activeSlide { background: url('Images/pgrBulletSelected.png') no-repeat;
}





.ArticleExtras td
{
	background: black;
	width: auto;
	color: black;
	padding: 3px;
	text-align: center;
	border-right: solid 1px #fff;
}
.ArticleExtras a
{color: #fff; text-decoration: none;}

.ArticleExtrasModal
{
	height: 200px; width: 400px; background-color: #fff; border: solid 2px #000; padding: 10px;
}
.ModalBackground
{
	background-color: #000;
	filter: alpha(opacity=20);
	opacity: 0.2;
}


/*** ComponentArt TreeView ***/
.TreeView 
{ 
	font-size: 1.0em;
	border: 1px solid black; 
	padding: 10px; 
	padding-left: 2px;
} 

.TreeNode 
{ 
	cursor: pointer;
} 

.SelectedTreeNode 
{ 
	cursor: default; 
	font-weight: normal;
	text-decoration: underline;
} 

.HoverTreeNode 
{
	font-weight: normal;
	cursor: pointer;
	text-decoration: underline;
}

.TreeNodeRow 
{ 
	height: 14px; 
}

.AdContainer
{
	margin: 0px 30px 4px 0px;
	border: solid 2px #000;
	height: 111px;
	width: 183px;
	 border: solid 2px black;
}
.AdContainer a
{
	 text-decoration: none;	
	 color: White;
}
.AdHeader
{
	height: 22px;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	background: #000;
	padding: 0px 0px 0px 4px;
	line-height: 20px;
}
.AdImage
{
	height: 89px;
	width: 176px;
	width: 100%;
}
.AdText
{
	padding: 0px 0px 20px 0px;
	font-size: 10px;
	width: 176px;
}
.AdText a
{
	 text-decoration: none;	
}

.NewsMiniList
{
	text-decoration: none;
}


.InlinePanel
{
	display: inline;
	float: left;
}
.InlinePanel2
{
	display: inline;
	float: right;
}



/* CONTROLS */
.DropDownList
{
	font-family: Verdana;
	font-size: 1.0em;
}
.TextBox
{
	border: solid 1px #aaa;
	font-family: Verdana;
	font-size: 1.0em;
	color: #000;
	height: 14px;
	padding: 2px;
	padding-bottom: 0px;
	margin: 4px;
	/*background-image: url('Images/inputBg.png');*/
    background-repeat: repeat-x;
    background-position: top;
}
.ListBox
{
	font-family: Verdana;
	font-size: 1.0em;
	color: #000;
	height: 18px;
}




.AutoCompleteResults
{
	font-size: 1.0em;
	padding: 10px;
	z-index: 4;
	position: relative;
	top: 40px;
	left: 40px;
	background: #fff;
	border: solid 1px #333;
	/*border-top: none;*/
	visibility: hidden;
}
.CompletionList
{
	font-size: 1.0em;
	/*z-index: 4;*/
}
.CompletionListItem
{
	padding: 4px;
}
.CompletionListHighLighted
{
	background: #000;
	color: #fff;
	cursor: pointer;
	padding: 4px;
}


.AddToCartButton
{
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: Black;
	background: #fff;
	width: auto;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 1px 0px;
	cursor: pointer;
}

.AddToCartButtonDetails
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #000;
	width: auto;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
	text-decoration: none;
}
a.AddToCartButtonDetails:hover
{
	background: #000;
	color: White;
	text-decoration: none;
}
.AddToCartButtonDetailsWide
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #000;
	width: auto;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
	text-decoration: none;
}
a.AddToCartButtonDetailsWide:hover
{
	background: #000;
	color: White;
	text-decoration: none;
}
.SearchButton
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #000;
	width: auto;
	border: none;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 10px;
	cursor: pointer;
	text-decoration: none;
}


a.AddToCartButton
{
	text-decoration: none;
}
a.AddToCartButton:hover
{
	color: Red;
}
.NoWrap
{
	white-space:nowrap;
}


/* Order stock list view */
.OrderStockListView
{
	width: 100%;
	
}
.OrderStockListView th
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	background: #000;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px 2px 5px;	
	text-align: left;
}
.OrderStockListView td
{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding: 4px 5px 4px 5px;	
	text-align: left;
}

.highlight tr
{
	background: #000;
	color: #fff;
}