﻿/* 

IE CSS Hacks: 
----------------------------------------------------------------------------------
IE8 only:
    Use the following to make <p> blue only in IE8
    body:last-child p {
	    color: blue;
    }

IE7 and below only: 
    Use an asterisk before the property to target IE7 and below, e.g. to make <p> red only in IE7 and below:
    p { 
        color:green;
        *color:red;
      }

If you use both of the above hack examples, then <p> in FF, Safari, Chrome and Opera will be green

You can also use the following to target specific IE versions:

IE7 only:
    Use a 'greater than' before the element to target IE7 only:
    >p {color:black}

IE6 and below: 
    Use an underscore before the property:
    _color: black;
   
----------------------------------------------------------------------------------
*/


/* Elements */

html{ overflow-y:scroll }
html, body, div, table, tr, td, img, form {	margin: 0; padding: 0; border: 0 }
body {
	background: #ebebec url("images/bg.gif") repeat-x;
	font: 10px/13px Verdana, Helvetica, Arial, sans-serif;
	color: #404042;
}

h1 {margin: 0 0 0 0}
h1 a.logo { 
    display: block; 
    float:left; 
    width: 173px; 
    height: 30px;
    background: url(images/company_logo.gif) no-repeat
}
h2, h3, h4, h5, h6 { margin: 0 0 12px; font: normal 14px Verdana, Helvetica, Arial, sans-serif }
h3 { font: normal 12px Verdana, Helvetica, Arial, sans-serif }
h4 {
    color:#AAAAAA;
    font-family:Verdana,Helvetica,Arial,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    line-height:normal;
}

p, td, ul, ol, li, textarea {
	font: 10px/13px Verdana, Helvetica, Arial, sans-serif;
	color: #404042;
}
p { margin: 0 0 12px }
td { vertical-align: top; padding: 0; border: 0; text-align: left }
ol li {	margin-bottom: 6px;	text-align: justify }
address { display: block; margin: 0 0 12px 0 }

a:link      { color: #404042; text-decoration: none; }
a:visited   { color: #404042; text-decoration: none; }
a:hover     { color: #5FACCC; text-decoration: underline; cursor:pointer }
a:active    { color: #5FACCC; text-decoration: underline; }

/* Classes */

.silent { display: none }

table.productlist td { width: 33%; }
table.productlist td div { 
    width: 162px; 
    margin-bottom: 16px;
    padding: 0 5px 0 22px;
    background: url("images/widedots.gif") repeat-y 4px 0; 
} 
table.productlist td div.b_row { padding: 0 5px 0 0; background: none }
table.productlist p.img_thumb { text-align: center; margin: 12px 0 }
table.productlist img.thumb { padding:0; margin:0 }
table.productlist strong a { color: #404042 !important; text-decoration: none }
table.productlist strong a:hover { text-decoration: none }

table.articlesummarylist {width:560px}
table.articlesummarylist tr td { width:187px}
table.articlesummarylist img { width:176px; height:91px;}
table.articlesummarylist p { width:170px }

table.eventlist { margin-top:10px; width:560px;}
table.eventlist tr td { width:50%; padding:15px 15px 15px 0}
table.eventlist h3 {font-weight:bold}

p.alphabeticbreakdown a {color: #5FACCC;}

ul.navlist { margin: 0 3px; padding: 0; background: #0f0 }
ul.navlist li { list-style: none; margin: 0; padding: 0; display: inline }
ul.navlist a { display: block; margin: 0; padding: 0 0 0 15px; height: 20px }

ul.linklist { margin: 0; padding: 0 }
ul.linklist li {
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    float: left;
    list-style: none;
    border-left: 1px solid #AAAAB0
}
ul.linklist li.first, .linklist li.no-separator {border-left: 0}
ul.linklist li.first { margin-left: 3px; padding: 0}

ul.linklistbulleted { margin: 0;  padding: 14px 15px 6px 15px }
ul.linklistbulleted li { list-style: none; margin: 0 0 8px 0; }
ul.linklistbulleted li a { padding: 0 0 0 10px; background: url(images/bullet.gif) left center no-repeat }
ul.linklistbulleted a:link    { color: #404042; text-decoration: none; }
ul.linklistbulleted a:visited { color: #404042; text-decoration: none; }
ul.linklistbulleted a:hover   { color: #5FACCC; text-decoration: underline; cursor:pointer }
ul.linklistbulleted a.active  { color: #5FACCC; text-decoration: underline }

ul.navlist { border-top: 1px solid #e0e0e2 }
ul.navlist a {
    background-attachment:scroll;
    background-color: #efeff0;
	background-image: url("images/nav_grad.gif");
	border-bottom: 1px solid #e0e0e2;
	font: bold 10px/20px Verdana, Helvetica, Arial, sans-serif;
}
ul.navlist a:link,ul.navlist a:visited  { color: #404042; text-decoration: none; }
ul.navlist a:hover, ul.navlist a.active {
    background-attachment:scroll;
	background-position: 0 -20px;
	background-color: #fdfdfd;
	text-decoration: none;
	color: #5FACCC;
}

ul.AtoZList { list-style-type: none; padding-bottom : 20px }
il.AToZList li { list-style-type: none }
ul.AtoZList li ul li { list-style-type: circle; list-style-position: inside; padding-left: 20px; font-size: 11px }
ul.AtoZList li h3 { font-size: 14px }
ul.AtoZList li a { color: #5FACCC }

dl.feed { margin: 14px 0 20px; }
dl.feed dt, dl.feed dd { margin: 0; padding: 0 }
dl.feed dt { float: left; width: 200px; font-weight: bold }
dl.feed dd { margin: 0 0 10px 210px; }
a.feed { background: url("/images/icons/rss_feed.gif") left center no-repeat; padding-left: 14px}

p.pcen a { text-align: center !important; color: #5FACCC }

a.click {
    color: #5FACCC;
    display: block;
    padding: 0 0 8px 10px;
    margin: 10px 0 0 3px;
    background: url("images/bullet.gif") no-repeat 0 .4em;
}

p.buynow { text-align:center; padding:10px}
p.buynow .note { display:block; color: #ff0000; margin-top: 5px;}

a.buynowbutton {
    display: inline-block;
    color: #5FACCC;
}
a.buynowbutton img {
    vertical-align:middle;
    width:82px; height:20px;
    margin: 5px;
}

span.buynowold {color: #ff0000; font: 13px Verdana, Helvetica, Arial, sans-serif; text-decoration:line-through}
span.buynownew {color: #404042; font: 13px Verdana, Helvetica, Arial, sans-serif;}

table.cart {width:100%; border:1px solid #8888aa }
table.cart tr.header { background: transparent url(images/bg_nav_chrome.gif) repeat-x }
table.cart tr.header th {height:15px; padding:4px}
table.cart tr.even {background-color:#eeeef3}
table.cart tr.odd {background-color:#e5e5ec}
table.cart tr td {padding:4px}
table.cart tr td.qty input {width:30px}

a.alphabeticalproductlist_link { color: #5FACCC }
a.generalappslist_link { color: #5FACCC }

.required {color:#FF0000}
.articletab {color:#BB0000}

.dealerlocator { float:right; background: url(images/dealerlocator_bg.gif) no-repeat; width:216px; height:89px}
.dealerlocator .title {position:relative; left:21px; top:13px;font-weight:bold}
.dealerlocator .zip {position:relative; left:20px; top:25px}

span.stn_button {
	float: left;
	margin: 12px 0;
	padding-right: 6px;
	height: 19px;
	background: url("images/button_bg.gif") no-repeat right top
}
span.stn_button a {
	float: left;
	height: 19px;
	padding: 3px 0 2px 4px;
	background: url("images/button_bg.gif") no-repeat;	
	font-weight: bold; 
	color: #fff !important;
}





/* Article rules */

div.articlersslist { margin-top:10px}
div.articlersslist h3 { width:550px;}
div.articlersslist h3 a { color: #5FACCC }

div.articlersspdflist { margin-top:10px}
div.articlersspdflist div { float:left }
div.articlersspdflist img { float:right }

div.articleiconlist { width:540px;padding:1px 0 4px 3px;margin-bottom:5px;background-color:#eee}
img.articleicon { width:176px;height:91px;margin:0 4px 9px 2px }

.singlearticle { float:none; }
.singlearticle h5 { font-size: 11px; line-height: 15px; font-weight: bold; margin: 10px 0 10px 0 }
.singlearticle h6 {	font-size: 10px; line-height: 13px;	font-weight: bold;	margin: 10px 0 20px 0 }
.singlearticle div { width: 546px; float: none;	font-size: 10px; line-height: 13px }
.singlearticle p, .singlearticle td { font-size: 10px; line-height: 13px; padding: 0 0 10px 0 }

.singlearticle .hr_bullets { text-align: center; letter-spacing: .625em; font-weight: bold; padding-top: 10px; padding-bottom: 20px }

/* Named Elements */

#pagewrapper {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 806px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

#header { margin-top:7px; height: 107px; }
#navbg { position: absolute; top: 55px; left: 2px; width: 806px; height:58px; background: url(images/topmenu-base.gif) no-repeat }
#locatelinks   { position: absolute; top: 12px; right: 30px; clear: both;}
#flag   { position: absolute; top: 5px; right: 0px; display: block; width: 24px; height: 24px; background: url(images/flag.png) no-repeat }
#companyname {position:absolute; top:34px; left:2px}
#backstagelogo { position: absolute; top: 47px; right: 177px; width:75px; height:44px; z-index:1000; background: url(images/backstage.gif) no-repeat }
#footer {clear:both; *clear:none; display: block; width: 806px; height:20px; padding: 12px 0 24px 0}
#footer li {list-style: none; border-left: 1px solid #AAAAB0}
#footer li.first { border: 0}
#footer ul.homelogos { float: right; padding: 0; margin: 0 3px 0 0}
#footer ul.homelogos li { padding: 0; margin: 0 0 0 15px; float: right; width: 83px; }
#footer ul.homelogos li { list-style: none; border-left: none}

#rightcolumn { width:216px; float:right }

h2#title {
    padding-bottom: 1px; 
    margin-bottom: 12px;
    font: normal 20px/24px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, sans-serif;
	border-bottom: 1px solid #8bbaca;
}
h2#title span {	
    display: block;	
    padding-bottom: 3px; 
    border-bottom: 1px solid #8bbaca 
}

#ProdInfo { padding: 17px 20px 0px 1px}
#ProdInfo h2 { color: #444; font: normal 20px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, sans-serif}
#ProdInfo h2 span { font: normal 16px "Trebuchet MS", Trebuchet, "Lucida Grande", Lucida, sans-serif; color: #8bbaca}

dl#specs dt { margin: 4px 0; padding: 4px; font-weight: bold; background-color: #EBEBEC }
dl#specs dt.section {
    margin: 19px 0 6px 0; 
    height: 16px; 
    padding: 4px 10px; 
    background: url("images/spec_group_bg.gif") no-repeat; 
    font-size: 12px; 
    color: #FFF
}

dl#specs dt.comment { color: #999; font-size: 10px; font-weight: normal; background-color: #FFF }

#downloads_list dt { margin: 0 0 6px 0; padding: 0 0 2px 0; font-size: 12px; border-bottom: 1px solid #e0e0e2  }
#downloads_list dd { margin: 0 0 12px 0; padding: 0}

#mainBusy{ position:absolute; left:720px; top: 30px }
#mfeHolder { 
    padding-bottom: 0; 
    *padding-bottom: 3px  /* overrule for IE7 and below only */
} 