/**
 * @file
 * Layouts for Leviton theme. Formatted to follow CSS guidelines and
 * better readability.
 *
 * @see http://drupal.org/node/1887862
 */

/**
 * Standard HTML tag rule set.
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del { text-decoration: line-through; }

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select { vertical-align: middle; }


/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */
body {
  font: 13px/1.231 sans-serif;
  *font-size: small; /* Hack retained to preserve specificity */
}

select, input, textarea, button { font: 99% sans-serif; }

/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }

/**
 * Minimal base styles.
 */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto; /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
}

.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: middle; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid,
textarea:valid {

}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
  position:relative;
  /*behavior: url(/css/PIE.htc);*/
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

/**
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */
::-moz-selection{
  background: #8dc63f;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #8dc63f;
  color: #fff;
  text-shadow: none;
}

/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #FF5E99;
}

/**
 * Make buttons play nice in IE:
 * www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ 
 */
button {
  overflow: visible;
  width: auto;
}

/**
 * Bicubic resizing for non-native sized IMG:
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/**
 * You might tweak these..
 */

body, select, input, textarea {
  color: #444; /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  font-family: Arial, sans-serif; /* Set your base font here, to apply evenly */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }




@font-face {
  font-family: 'SceneStdRegular';
  src: url('../fonts/scenestd-regular-webfont.eot');
  src: url('../fonts/scenestd-regular-webfont.eot?#iefix') format('eot'),
       url('../fonts/scenestd-regular-webfont.woff') format('woff'),
       url('../fonts/scenestd-regular-webfont.ttf') format('truetype'),
       url('../fonts/scenestd-regular-webfont.svg#webfontHxiAq39a') format('svg');
  font-style: normal;
  font-weight: normal;
}

body { 
  background:#fff url(../images/bg_page_repeat.png) repeat;
}

#head-1 {
  background:url(../images/bg_top.jpg) repeat-x;
}

#head-2 {
  background:url(../images/bg_page_top.png) no-repeat top center;
}

#container {
  background:url(../images/bg_page_repeat.png) repeat-y top center;
  position: relative;
  min-height:1000px;
}

/* Header stuff */

#header {
  height: 80px;
  margin: 0px auto 20px;
  position: relative;
  width: 960px;
  z-index: 50;
}

#header h1 {
  height: 59px;
  left: 48px;
  position: absolute;
  top: 22px;
  width: 186px;
}

#header h1 a {
  background: none no-repeat 0px 0px;
  height: 59px;
  width: 186px;
}

#header ul {
  margin: 0px;
  position: absolute;
  top: 8px;
  right: 0px;
  width: auto;
  padding-right: 48px;
}

#header li {
  border-left: 1px solid #666;
  color: #666;
  float: left;
  font-size: 85%;
  height: 18px;
  line-height: 18px;
  list-style-type: none;
  margin-left: 8px;
  padding-left: 8px;
}

#header li.no-border {
  border: 0px;
  padding-left: 0px;
}

#header li a {
  color: #666;
  text-decoration: none;
}

#header li a:hover {
  text-decoration: underline;
}

#header select {
  border: 1px solid #ccc;
  height: 18px;
  margin: 0px 0px 0px;
  padding: 0px;
  vertical-align: baseline;
}

.ie7 #header select,
.ie8 #header select {
  height: 15px;
  height: auto;
}

.ie7 #header li,
.ie8 #header li,
.ie9 #header li {
  line-height: 22px;
}

#header .sign-in {
  border-left: 1px solid #666;
  font-weight: bold;
  padding-left: 8px;
}

#header .my-lists {
  border-left: 1px solid #666;
  padding-left: 8px;
}

#search-wrap {
  bottom: 0px;
  height: 30px;
  position: absolute;
  right: 48px;
  width: 504px;
  z-index: 51;
}

#magnify {
  background: url(../images/bg_magnifyingGlass.png) no-repeat 0px 0px;
  height: 12px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 12px;
  z-index: 70001;
}

#search {
  background: #003476;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 8px;
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 504px;
  z-index: 50000;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#searchbox {
  background: #eee;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 6px;
  height: 24px;
  left: 3px;
  position: relative;
  top: 3px;
  width: 426px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius:6px;
}

.ie8 #searchbox {
  background-position: 8px 8px;
}

#searchbox input[type="text"] {
  background: transparent;
  border: 0px;
  height: 24px;
  margin: 0px;
  padding: 0px 0px 0px 24px;
  width: 402px;
}

.ie7 #searchbox input[type="text"],
.ie8 #searchbox input[type="text"] {
  padding-top: 3px;
}

#search input[type="submit"] {
  background: transparent;
  border: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 108%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 14px;
  top: 7px;
}

.ie7 #search input[type="submit"],
.ie8 #search input[type="submit"] {
  left: 442px;
  top: 5px;
}

#search input[type="submit"]:hover {
  color: #999;
}

/* Nav Stuff */

#nav {
  background: url(../images/bg_nav.jpg) no-repeat 0px 0px;
  height: 39px;
  margin: 0px auto;
  width: 940px;
}

#nav ul {
  height: 39px;
  margin: 0px auto;
  width: 800px;
}

#nav li {
  background:url(../images/bg_navLine.jpg) no-repeat center left;
  list-style-type:  none;
  float: left;
  line-height: 39px;
  position: relative;
  width: 100px;
  white-space: nowrap;
  z-index: 100;
}

#nav li a {
  color: #003476;
  display: block;
  height: 39px;
  text-decoration: none;
}

#nav li a:hover,
#nav li a.hovered {
  background: #8dc63f;
  color: #fff;

}

#nav li.nav-solutions {
  width: 119px;
}

#nav li.nav-solutions>:first-child {
  cursor: default;
}

#nav li.nav-solutions a {
  padding: 0px 34px;
  width: 51px;
}

#nav li.nav-products {
  width: 125px;
  background: none;
}

#nav li.nav-products>:first-child {
  cursor: default;
}

#nav li.nav-products a {
  padding: 0px 37px;
  width: 51px;
}

#nav li.nav-news {
  width: 108px;
}

#nav li.nav-news>:first-child {
  cursor: default;
}

#nav li.nav-news a {
  padding: 0px 38px;
  width: 32px;
}

#nav li.nav-partners {
  width: 120px;
}

#nav li.nav-partners a {
  padding: 0px 18px 0px 20px;
  width: 82px;
}

#nav li.nav-support {
  width: 120px;
}

#nav li.nav-support>:first-child {
  cursor: default;
}

#nav li.nav-support a {
  padding: 0px 40px;
  width: 40px;
}

#nav li.nav-buy {
  width: 146px;
}

#nav li.nav-buy>:first-child {
  cursor: default;
}

#nav li.nav-buy a {
  padding: 0px 30px;
  width: 86px;
}

#nav li.nav-about {
  width: 100px;
}

#nav li.nav-about>:first-child {
  cursor: default;
}

#nav li.nav-about a {
  padding: 0px 34px;
  width: 32px;
}

#nav li.nav-partners>:first-child {
  cursor: default;
}

#nav li ul {
  background: #fff;
  border: 2px solid #8dc63f;
  display: none;
  height: auto;
  left: 0px;
  padding: 22px 64px 22px 22px;
  position: absolute;
  top: 39px;
  width: 122px;
  z-index: 9999;
}

#nav li div.mega ul {
  width: 180px;
}

#nav li.nav-partners div.mega ul {
  width: auto;
}

#nav li li {
  background: none;
  display: block;
  float: none;
  font-size: 16px;
  line-height: 16px;
  width: auto;
}

#nav li li a {
  color: #013474;
  display: block;
  height: auto;
}

#nav li.nav-news li a:hover,
#nav li.nav-buy li a:hover,
#nav li.nav-about li a:hover,
#nav li li a:hover {
  color: #8dc63f;
  background: none;
}

#nav li.nav-about li a,
#nav li.nav-partners li a,
#nav li.nav-news li a,
#nav li.nav-buy li a,
#nav li.nav-solutions li a,
#nav li.nav-products li a,
#nav li.nav-support li a {
  padding: 0px;
  width: auto;
}

#nav li.nav-products li {
  line-height:14px;
}

#nav li div.mega {
  background: #fff;
  border: 2px solid #8dc63f;
  display: none;
  left: -61px;
  padding: 34px 42px;
  position: absolute;
  top: 39px;
  width: 872px;
  z-index: 10000;
}

#nav li div.part-mega {
  padding-left: 20px;
  padding-right: 5px;
  padding-top: 26px;
  width: 650px;
}

#nav li div.part-mega .part-col {
  background-image: url(../images/bg_megaCol.jpg);
  background-position: right 20px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 26px;
  min-height: 280px;
  width: 112px;
}

#nav li div.part-mega .part-col-2 {
  background-image: url(../images/bg_megaCol.jpg);
  background-position: right 20px;
  background-repeat: no-repeat;
  float: left;
  margin-right: 26px;
  min-height: 280px;
  width: 112px;
}

#nav li div.part-mega .part-big-col {
  float:left;
  margin-right:28px;
  min-height:280px;
  width:220px;
}

#nav li div.part-mega .part-med-col {
  float: left;
  margin-right: 16px;
  min-height: 280px;
  padding-top: 34px;
  width: 120px;
}

#nav li div.part-mega .med-col-wide {
  margin-right: 40px;
}

#nav li.nav-support div.mega {
  padding-left: 30px;
  padding-right: 4px;
  padding-top: 25px;
  width: 750px;
}

#nav li div.mega span {
  color: #013474;
  display: block;
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: Arial, sans-serif;
  font-size: 16px;
  height: auto;
  line-height: 26px;
}

#nav li.nav-support div.four-col div {
  background-image: url(../images/bg_megaCol.jpg);
  background-position: right /*70px*/ 20px;
  background-repeat: no-repeat;
  float: left;
  min-height: 380px;
  position: relative;
}

#nav li.nav-support  div.four-col div.part-col {
  background-image: url(../images/bg_megaCol.jpg);
  background-position: right /*top*/ 20px;
  background-repeat: no-repeat;
  min-height: 250px;
  width: 132px;
}

#nav li.nav-support  div.four-col div.part-col-2 {
  background-image: url(../images/bg_megaCol.jpg);
  background-position: right /*top*/ 20px;
  background-repeat: no-repeat;
  min-height: 250px;
  width: 132px;
}

#nav li.nav-support  div.four-col div.part-col-wider {
  margin-left: 30px;
  width: 220px;
}

#nav li.nav-support  div.four-col div.part-col-wider ul {
  width:  220px;
}

#nav li div.four-col .col-1 {
  background-image: url(../images/bg_megaCol.jpg);
  background-position: right 20px;
  background-repeat: no-repeat;
  float: left;
  width: 207px;
}

#nav li div.four-col .col-2 {
  background-image: url(../images/bg_megaCol.jpg);
  background-repeat: no-repeat;
  background-position: right 20px;
  float: left;
  min-height: 320px;
  padding-left: 48px;
  width: 179px;
}

#nav li div.four-col .col-3 {
  background-image: url(../images/bg_megaCol.jpg);
  background-position: right 20px;
  background-repeat: no-repeat;
  float: left;
  padding-left: 48px;
  width: 200px;
}

#nav li div.four-col .col-4 {
  width: 141px;
  background: none;
  padding-left: 48px;
  float: left;
  background: none;
}

#nav li.nav-products div.four-col .col-2 {
  padding-left: 30px;
}

#nav li.nav-products div.four-col .col-3 {
  padding-left: 30px;
}

#nav li.nav-products div.four-col .col-4 {
  padding-left: 30px;
  width: 196px;
}

#nav li.nav-products div.four-col .col-4 {
  padding-left: 30px;
  background: none;
  width: 200px;
}

#nav li.nav-products div.mega {
  padding-right: 30px;
  width: 884px;
}

#nav li.nav-support div.mega .col-2 {
  background: none;
  min-height: 250px;
  width: 128px;
  padding-left: 30px;
}

#nav li div.mega ul {
  background: none;
  border: 0px;
  position: static;
  margin: 0px 0px 20px;
  padding: 0px;
  display: block;
}

#nav li.nav-products div.mega .col-1 ul {
  width: 190px;
}

#nav li.nav-products div.mega .col-3 ul {
  width: 180px;
}

#nav li div.four-col .col-4 ul {
  margin-bottom: 20px;
}

#nav li.nav-products div.four-col .col-4 ul {
  width: 200px;
}

#nav li div.mega a.mega-more {
  font-weight: bold;
  padding: 0px;
  width: auto;
}

#nav li div.mega a.mega-more:hover {
  color: #666;
  background: none;
}

#nav li div.mega ul li a {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}

#nav li.nav-products div.mega ul li a {
  font-size: 11px;
  line-height: 14px;
}

#nav li div.mega ul li a:hover {
  color: #8dc63f;
  background: none;
}

#nav li div.part-col ul li {
  margin-bottom: 4px;
  /*font-family:'SceneStdRegular', sans-serif;*/
  font-family: Arial, sans-serif;
  line-height: 26px;
}

#nav li.nav-partners div.part-col ul li {
  margin-bottom: 0px;
}

.ie7 #nav li.nav-partners div.part-col ul li {
  line-height: 18px;
}

#nav li div.mega ul li.list-title a {
  font-weight: bold;
  margin-top: 40px;
}

#nav li div.mega ul li.list-title-2 a {
  font-weight: bold;
  margin-top: 0px;
}

#nav li div.part-col ul li a {
  font-size: 16px;
  color: #013474;
  line-height: 26px;
}

#nav li div.part-col-2 ul li a {
  font-size: 12px;
  color: #666;
  line-height:18px;
}

#nav li.nav-products a.col-title, 
#nav li.nav-partners a.col-title, 
#nav li.nav-solutions a.col-title, 
#nav li.nav-support a.col-title,
#nav div.mega a.col-title {
  font-size: 16px;
  color: #013474;
  padding: 0px;
  margin: 0px 0px 0px;
  height: auto;
  width: auto;
  line-height: 26px;
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: Arial, sans-serif;
}

#nav li.nav-partners a.col-title {
  margin-bottom: 8px;
}

#nav li.nav-products a.col-title:hover,
#nav li.nav-partners a.col-title:hover,
#nav li.nav-solutions a.col-title:hover,
#nav li.nav-support a.col-title:hover,
#nav div.mega a.col-title:hover {
  color: #8dc63f;
  background: none;
}



#nav li.nav-solutions a.col-title {
  margin-bottom: 0px;
}

#nav li.nav-news li,
#nav li.nav-buy li,
#nav li.nav-about li {
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: Arial, sans-serif;
  line-height: 26px;
  margin-bottom: 4px;
}

/* Carousel Stuff */

#carousel-wrap {
  background: #fff;
  height: 400px;
  margin: 0px auto 22px;
  overflow: hidden;
  position: relative;
  width: 960px;
  z-index: 90;
}

#carousel {
  background: #cccccc;
  height: 400px;
  margin: 0px auto 22px;
  overflow: hidden;
  position: relative;
  width: 960px;
  z-index: 90;
}

#carousel-mask {
  border-top: 4px solid #8dc63f;
  height: 392px;
  margin: 0px auto 4px;
  overflow: hidden;
  position: relative;
  width: 952px;
  z-index: 93;
}

#carousel-fade {
  background: #fff;
  height: 400px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 960px;
  z-index: 99;
}

#carousel .loading {
  background: url(../images/ajax-loader.gif) no-repeat top center;
  height: 50px;
  margin: 150px auto;
  position: relative;
  width: 50px;
}

.loading p {
  bottom: 0px;
  color: #ccc;
  /*
  font-family: 'SceneStdRegular', sans-serif;
  */
  font-family: 'Arial';
  left: 0px;
  position: absolute;
}

#carousel-border {
  background: url(../images/bg_carouselBorder.png) no-repeat 0px 0px;
  bottom: 0px;
  height: 51px;
  left: 0px;
  position: absolute;
  width: 53px;
}

#previous {
  -moz-transition: all 0.3s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 hack */ 
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #666;
  filter: alpha(opacity = 60); /* IE 5-7 hack */
  height: 400px;
  left: 0px;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  transition: all 0.3s ease;
  width: 26px;
  z-index: 95;
}

#next {
  -moz-transition: all 0.3s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 hack */ 
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  background: #666;
  filter: alpha(opacity = 60); /* IE 5-7 hack */
  height: 400px;
  opacity: 0.6;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: all 0.3s ease;
  width: 26px;
  z-index: 95;
}

#previous:hover {
 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */ 
  filter: alpha(opacity = 100); /* IE 5-7 hack */
  opacity: 1.0;
}

#next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */ 
  filter: alpha(opacity = 100); /* IE 5-7 hack */
  opacity: 1.0;
}

#previous a {
  background: url(../images/ir_arrowLeft.png) no-repeat 6px 189px;
  height: 400px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 26px;
  z-index: 93;
}

#next a {
  background: url(../images/ir_arrowRight.png) no-repeat 6px 189px;
  height: 400px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 26px;
  z-index: 93;
}

#carousel ul {
  margin: 0px;
}

#carousel-mask ul {
  height: 300px;
  left: 0px;
  position: relative;
  width: 999999px;
  z-index: 92;
}

#carousel-mask li {
  float: left;
  left: 960px;
  list-style-type: none;
  position: absolute;
  top: 0px;
}

#carousel-mask li a.learn-more {
  background: #01306c;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 6px;
  bottom: 26px;
  color: #fff;
  display: block;
  /*font-family: "Verdana", Verdana, sans-serif; */
  font-family: 'Arial';
  font-size: 85%;
  height: 26px;
  line-height: 26px;
  position: absolute;
  right: 66px;
  text-align: center;
  text-decoration: none;
  width: 96px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
}

#carousel li a:hover {
  color: #999;
}

#carousel-nav{
position:absolute;
z-index:100;
top:0px;
left:0px;
width:960px;
height:40px;
}

#carousel-nav ul{
position:absolute;
z-index:95;
top:30px;
right:65px;
}

#carousel-nav ul li{
width:10px;
height:11px;
display:block;
margin-left:6px;
float:left;
}

#carousel-nav ul li a{
background:url(../images/ir_carouselDot.png) no-repeat 0px 0px;
width:10px;
height:11px;
}

#carousel-nav ul li a:hover{
cursor:default;
}

#carousel-nav ul li a.c-nav-act{
background:url(../images/ir_carouselDot.png) no-repeat 0px -12px;
}

/* Featured Products */

#featured-products{
width:864px;
background:#ccc;
margin:0px auto 24px;
-webkit-border-radius: 6px; 
-moz-border-radius: 6px; 
-o-border-radius:6px;
border-radius:6px;
position:relative;
/*behavior: url(/css/PIE.htc);*/
}

#featured-products h2{
font-size:108%;
padding:8px 0px 8px 17px;
}

#featured-products ul{
margin:0px;
border:2px solid #e7e7e7; 
height:194px;
width:860px;
background: #fff;
}

#featured-products li{
list-style-type:none;
float:left;
width:215px;
height:194px;
text-align:center;
}

#featured-products li img{
width:155px;
height:155px;
margin:8px auto 0px;
display:block;
}

#featured-products li a{
font-weight:bold;
text-decoration:none;
color:#013474;
}

#featured-products li a:hover{
text-decoration:underline;
}

/* Columns Area */

#column-container {
  margin: 0px auto 32px;
  width: 940px;
}

.left-column{
width:649px;
float:left;
position:relative;
background:#013474;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-right:10px;
/*behavior: url(/css/PIE.htc);*/
}

.right-column{
width:281px;
float:right;
position:relative;
background:#8dc63f;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/*behavior: url(/css/PIE.htc);*/
}

.left-column h3{
color:#fff;
font-size:24px;
text-align:center;
font-weight:normal;
height:48px;
line-height:48px;
margin:0px 0px 1px 0px;
/*font-family: 'SceneStdRegular', sans-serif;*/
font-family: 'Arial';
}

.left-column ul{
margin:0px 0px 0px;
padding:0px 0px 0px 10px;
width:659px;
background:#fff;
}

.left-column li{
float:left;
list-style-type:none;
width:196px;
margin:0px 18px 0px 0px;
height:236px;
}

.left-column li div.video {
  border: 1px solid #ccc;
  height: 104px;
  margin: 0px 0px 8px;
  padding: 5px;
  width: 186px;
}

.left-column li h4 {
  font-size: 12px;
  margin-bottom: 8px;
  padding: 0px 6px;
  text-align: center;
}

.left-column li h4 a {
  color: #013474;
  text-decoration: none;
}

.left-column li p {
  color: #666;
  font-size: 108%;
  margin-bottom: 8px;
  padding: 0px 6px;
}

.right-column h4 {
  color: #fff;
  /*font-family: 'SceneStdRegular', sans-serif; */
  font-family: 'Arial';
  font-size: 24px;
  font-weight: normal;
  line-height: 48px;
  text-align: center;
}

.widget {
  background: #eee url(../images/bg_widget.png) no-repeat 8px 8px;
  padding: 24px 22px 38px;
  text-align: center;
  width: 237px;
}

.widget-home {
  background: #eee url(../images/bg_widget.png) no-repeat 8px 8px;
  padding: 24px 22px 5px;
  text-align: center;
  width: 237px;
}

.last-widg {
  background: #eee;
  padding: 24px 0px 0px;
  margin: 0px;
  width: 100%;
}

.last-widg-home {
  background: #eee;
  margin: 0px;
  padding: 5px 0px 0px;
  width: 100%;
}

.widget h5 {
  color: #333;
  text-align: left;
}

.widget p {
  text-align: left;
}

.widget h5 {
  margin: 14px 0px 8px;
}

.widget h5 a {
  color: #333;
  text-align: left;
  text-decoration: none;
}

.widget a {
  text-align: left;
}

.widget img {
}

.widget-home h5 {
  color: #333;
  text-align: left;
}

.widget-home p {
  padding-bottom: 0px;
  text-align: left;
}

.widget-home h5 {
  margin: 14px 0px 8px;
}

.widget-home h5 a {
  color: #333;
  text-align: left;
  text-decoration: none;
}

.widget-home a {
  text-align: left;
}

.widget-home img {
}

a.lower-right {
  text-align: right;
  text-decoration: none;
  color: #013474;
  font-size: 12px;
  display: block;
  padding: 0px 20px 20px 0px;
}

a.lower-right:hover {
  text-decoration: underline;
}

.left-column a.lower-right {
  position: absolute;
  bottom: -45px;
  right: 0px;
}

/* Product page */

/* Begin new breadcrumbs */

.bread-conts {
  margin: 0px auto 5px;
  width: 960px;
}

.breadcrumb-cont {
  background: none;
  height: 24px;
  margin: 0px auto;
  position: relative;
  width: 960px;
}

.breadcrumb-full {
  background: url(../images/bg_grad.jpg) no-repeat 0px 0px;
  margin: 0px auto;
  min-height: 30px;
  width: 960px;
}

.breadcrumb-cont .breadcrumb {
  bottom: 0px;
  left: 40px;
  margin: 0px;
  position: absolute;
}

.breadcrumb-cont .breadcrumb li {
  float: left;
  font-size: 85%;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

.breadcrumb-cont .breadcrumb li a {
  background: url(../images/bg_breadcrumb.jpg) no-repeat right 3px;
  color: #666;
  margin-right: 2px;
  padding-right: 10px;
  text-decoration: none;
}

.breadcrumb-cont .breadcrumb li.crumb-current a {
  background: none;
}

.breadcrumb-cont .breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb-cont .page-options {
  bottom: 0px;
  margin: 0px;
  position: absolute;
  right: 40px;
}

.breadcrumb-cont .page-options li {
  float: left;
  font-size: 85%;
  font-weight: bold;
  list-style-type: none;
  text-transform: uppercase;
}

.breadcrumb-cont .page-options li.choose-language {
  margin-right: 12px;
  text-transform: none;
}

.breadcrumb-cont .page-options li a {
  color: #666;
  text-decoration: none;
}

.brand-wrapper .breadcrumb-cont .page-options li {
  min-height: 18px;
}

.brand-wrapper .breadcrumb-cont .page-options li a {
  display: block;
  line-height: 18px;
  min-height: 18px;
}

.breadcrumb-cont .page-options li a.email-page {
  background: url(../images/bg_email.jpg) no-repeat left 2px;
  border-right: 1px solid #666;
  margin-right: 8px;
  padding: 0px 8px 0px 17px;
}

.breadcrumb-cont .page-options li a.print-page {
  background: url(../images/bg_print.jpg) no-repeat left top;
  border-right: 1px solid #666;
  margin-right: 8px;
  padding: 0px 8px 0px 13px;
}

.breadcrumb-cont .page-options li a.pdf-page {
  background: url(../images/bg_pdf.jpg) no-repeat left top;
  padding-left: 13px;
}

.breadcrumb-cont .page-options li a:hover {
  text-decoration: underline;
}

.brand-wrapper .breadcrumb-cont .page-options li a.email-page,
.brand-wrapper .breadcrumb-cont .page-options li a.print-page,
.brand-wrapper .breadcrumb-cont .page-options li a.pdf-page {
  background-position: left center;
}

.product-columns {
  width: 882px;
  margin: 0px auto;
}

.product-left {
  float: left;
  width: 267px;
  margin-right: 19px;
}

.product-right {
  float: left;
  width: 596px;
}

.the-product {
  background: #8dc63f;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  -o-border-radius: 8px;
  border-radius: 8px;
  position:relative;
  /*behavior: url(/css/PIE.htc);*/
}

.the-product h4 {
  color: #fff;
  font-size: 123.1%;
  font-weight: bold;
  text-align: center;
  padding: 7px 0px;
}

.the-product div {
  background: #fff url(../images/bg_product.jpg) no-repeat center top;
}

.the-product div img {
  margin: 0px auto;
  display: block;
  padding-top: 10px;
} 

.product-sidebar {

}

.product-sidebar ul {
  margin: 0px;
}

.product-sidebar li {
  list-style-type: none;
}

.current-color {
  color: #333;
  font-size: 108%;
  text-align: center;
  margin-bottom: 10px;
  line-height: 32px;
  height: 32px;
  vertical-align: middle;
}

.product-sidebar li.product-price {
  text-align: center;
  display: block;
  color: #000333;
  font-size: 12px;
  margin-bottom: 12px;
  font-weight: bold;
}

.current-color img {
  vertical-align: middle;
}

.current-color span {
  font-weight: bold;
}

.views {
  margin-bottom: 14px;
}

.views a {
  margin-left: 54px;
  width: 159px;
  height: 23px;
  background: url(../images/ir_adtlViews.jpg) no-repeat 0px 0px;
}

.product-meta {
  font-size: 77%;
  color: #333;
  text-align: center;
}

.product-type {
  margin: 26px 0px 0 0;
}

.product-type .lft {
  width: 133px;
}

.product-type .lft p {
  text-align: right;
  padding-right: 10px;
  font-size: 108%;
}

.product-type .lft p.bold-p {
  padding-top: 6px;
}

.product-sidebar li.product-colors {
  text-align: center;
  font-size: 93%;
  margin: 26px 0 20px;
}

.product-sidebar li.product-colors a {
  border: 1px solid #ccc;
  display: block;
  height: 30px;
  width: 30px;
  margin: 0px auto;
}

.product-sidebar li.product-colors a:hover, .product-sidebar li.product-colors a.curr-color{
  border: 1px solid #013474;
}

.product-sidebar li.product-colors img {
  vertical-align: bottom;
}

.product-sidebar li.product-colors ul {
  width: 148px;
  display: block;
  margin: 12px auto 0px;
}

.product-sidebar li.product-colors li {
  float: left;
  margin: 0px 0px 6px 0px;
  text-align: center;
  height: 70px;
  width: 49px;
}

.product-sidebar li.product-colors li.current-color {
  font-weight: bold;
  line-height: normal;
}

.product-sidebar li.product-colors li.current-color a {
  border: 1px solid #013474;
}

.product-sidebar li.product-colors li span {
  font-size: 10px;
  width: 49px;
  display: block;
  margin: 3px auto 0px;
  text-align: center;
}

.project-lists {
  width: 196px;
  margin: 0px auto 60px;
  background: #ccc;
  -webkit-border-radius: 8px; 
  -moz-border-radius: 8px; 
  -o-border-radius: 8px;
  border-radius: 8px;
  position:relative;
  /*behavior: url(/css/PIE.htc);*/
}

.project-lists h5 {
  font-size: 123.1%;
  color: #fff;
  text-align: center;
  font-weight: normal;
  padding: 8px 0px;
}

.project-lists div {
  background: #fff url(../images/bg_projectList.jpg) no-repeat 0px 0px;
  padding-top: 2px;
  min-height: 80px;
}

.project-lists p {
  text-align: center;
  color: #666;
}

.project-lists input[type="text"] {
  border: 1px solid #999;
  padding: 0px;
  margin: 0px 0px 0px 5px;
  width: 50px;
  height: 18px;
}

.ie7 .project-lists div,
.ie8 .project-lists div {
  padding-top: 8px;
}

.project-lists div a {
  background: #8dc63f;
  display: block;
  text-align: center;
  color: #fff;
  height: 22px;
  width: 160px;
  margin: 8px auto;
  text-decoration: none;
  font-size: 85%;
  line-height: 22px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  border-radius: 5px;
  position:relative;
  /*behavior: url(/css/PIE.htc);*/
}

.product-description {
  /*min-height:260px;*/
}

.product-right h1 {
  font-size: 182%;
  color: #003476;
  font-weight: bold;
  margin-bottom: 18px;
}

.product-description h2 {
  font-size: 93%;
}

.product-description p {
  margin-bottom: 34px;
  font-size: 93%;
  color: #333;
}

.where-to {
  float: right;
  width: 212px;
  float: right;
  margin: 0px 0px 25px 42px;
}

.where-to-buy {
  width: 212px;
  background: #ccc;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  border-radius: 5px;
  position:relative;
  /*behavior: url(/css/PIE.htc);*/
}

.where-to-buy h4 {
  font-size: 123.1%;
  color: #fff;
  text-align: center;
  font-weight :normal;
  padding: 8px 0px;
}

.where-form {
  background: #fff url(../images/bg_whereToBuy.jpg) no-repeat 0px 0px;
  padding: 0px 24px;
  height: 110px;
}

.where-form select {
  margin: 0px 0px 9px 2px;
  width: 164px;
}

.where-form span {
  font-size: 85%;
  display: block;
  padding: 10px 0px 3px 9px;
}

.where-form .zip-cont {
  background: #013474;
  width: 164px;
  height: 28px;
  margin-bottom: 10px;
  -webkit-border-radius: 7px; 
  -moz-border-radius: 7px; 
  -o-border-radius: 7px;
  border-radius: 7px;
  position:relative;
  /*behavior: url(/css/PIE.htc);*/
}

.where-form div {
  background: #fff;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 136px;
  height: 24px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  /*behavior: url(/css/PIE.htc);*/
}

/*.ie8 .where-form div{
top:4px;
}*/

.where-form div input[type="text"] {
  border: 0px;
  margin: 0px;
  padding: 0px 0px 0px 3px;
  background: transparent;
  width :136px;
  height: 24px;
  line-height: 24px;
  position: relative;
  color: #999;
}

.ie7 .where-form div input[type="text"],
.ie8 .where-form div input[type="text"] {
  line-height: 20px;
}

.where-form div input[type="submit"] {
  width: 13px;
  height: 14px;
  background: url(../images/ir_submit.png) no-repeat 0px 0px;
  position: absolute;
  top: 7px;
  right: 6px;
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.ie7 .where-form div input[type="submit"],
.ie8 .where-form div input[type="submit"] {
  line-height: -30px;
}

.ie7 .where-from div input[type="text"], 
.ie8 .where-from div input[type="text"] {
  padding-top: 3px;
}

.where-form a, .buy-ez {
  width: 164px;
  height: 28px;
  background: url(../images/ir_buyEStore.png) no-repeat 0px 0px;
  margin-left: 2px;
}

.buy-ez {
  margin:1 2px auto 0px;
}

.product-nav {
  margin: 10px 0px 10px;
}

.product-nav li {
  list-style-type: none;
  float: right;
  font-size: 77%;
  font-weight: bold;
  height: 13px;
}

.product-nav li a {
  text-decoration: none;
  color: #333;
  display: block;
  background: url(../images/bg_jump.jpg) no-repeat right center;
  padding-right: 18px;
  margin-left: 8px;
  height: 13px;
  line-height: 13px;
}

.product-nav li a:hover {
  text-decoration: underline;
}

.product-box-cont {
  background: #ccc;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 8px;
  /*behavior: url(/css/PIE.htc);*/
}

.product-box-cont h5 {
  font-size: 93%;
  padding: 8px 0px 8px 12px;
}

.product-box-cont h5 a {
  color: #013474;
  font-size: 93%;
  text-decoration: none;
}

.product-box-cont h5 a:hover {
  text-decoration: underline;
}

.product-box-cont a.top-link {
  position: absolute;
  top: 8px;
  right: 8px;
  padding-right: 16px;
  background: url(../images/bg_jumpUp.jpg) no-repeat right center;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
  font-size: 77%;
}

.product-box-cont a.top-link:hover {
  text-decoration: underline;
}

.product-box {
  background: #fff;
  border: 2px solid #e7e7e7;
}

#product-tech-info .lft {
  margin: 16px 55px 16px 16px;
  width: 200px;
}

#product-tech-info ul {
  margin: 0px 0px 22px;
}

#product-tech-info li {
  list-style-type: none;
  /*font-size:85%;*/
  font-size: 93%;
  color: #333;
  margin-bottom: 4px;
}

#product-tech-info .list-heading {
  font-style: italic;
  text-decoration: underline;
}

#product-support ul,
#product-discussions ul {
  margin: 0px;
}

.disc-content .product-box ul {
  margin: 72px 0px 0px 10px;
  padding: 0px;
}

.ie7 .disc-content .product-box ul,
.ie8 .disc-content .product-box ul {
  margin-top: 0px;
}

#product-support li, #product-discussions li {
  list-style-type: none;
  margin: 0px;
  /*height:42px;*/
  line-height: 42px;
  padding-left: 22px;
}

.left-column .disc-content .product-box li {
  list-style-type: none;
  margin: 0px;
  height: auto;
  /*min-height:42px;*/
  /*line-height:42px;*/
  padding-left: 22px;
}

#product-support li {
  padding-left: 4px;
}

#product-support li.alt, #product-discussions li.alt {
  background: #f9f9f9;
}

.disc-content .product-box li.alt {
  background: #f9f9f9;
}

#product-support li a {
  padding-left: 32px;
  background: url(../images/bg_pdf.png) no-repeat left center;
  margin-left: 20px;
  font-size: 108%;
  text-decoration: none;
  color: #415f98;
}

#product-support li a.viz {
  background: url(../images/bg_viz.png) no-repeat left center;
}

#product-support li a.wrd {
  background: url(../images/bg_wrd.png) no-repeat left center;
}

#product-support li a.xl {
  background: url(../images/bg_xl.png) no-repeat left center;
}

#product-support li a:hover {
  text-decoration: underline;
}

#product-support span {
  font-size: 85%;
}

#product-discussions li {
  color: #777;
  font-size: 85%;
  clear: left;
}

.disc-content .product-box {
  border: 0px;
}

.left-column .disc-content .product-box li {
  color: #777;
  font-size: 85%;
  float: none;
  width: auto;
  display: block;
}

#product-discussions .avatar {
  /*margin:7px 12px 0px 0px;*/
  padding: 10px 10px 10px 0;
  margin: 0;
  display: inline-block;
  float: left;
  height: 28px;
}

.avatar img {
  display: block;
}

.disc-content .product-box .avatar {
  /*margin:7px 12px 0px 0px;*/
  padding: 10px 10px 10px 0;
  display: inline-block;
  float: left;
  height: 28px;
}

#product-discussions li a {
  color: #415F98;
  display: block;
  float: left;
  font-size: 123.1%;
  margin: 12px 0 12px 10px;
  padding-left: 32px;
  text-decoration: none;
  width: 370px;
  line-height: 120%;
}

.disc-content .product-box li a {
  font-size: 123.1%;
  text-decoration: none;
  color: #415f98;
  margin: 12px 0px 12px 10px;
  padding-left: 32px;
  display: block;
  float: left;
  width: 430px;
}

#product-discussions li a.disc1 {
  background: url(../images/bg_disc1.png) no-repeat 0 0;
}

#product-discussions li a.disc2 {
  background: url(../images/bg_disc2.png) no-repeat 0 0;
}

#product-discussions li a:hover {
  text-decoration:underline;
}

.disc-content .product-box li a.disc1 {
  background: url(../images/bg_disc1.png) no-repeat 0 0;
  padding-left: 8px;
  width: 530px;
}

.disc-content .product-box li a.disc2 {
  background: url(../images/bg_disc2.png) no-repeat 0 0;
  padding-left: 8px;
  width: 530px;
}

.left-column .disc-content .product-box li a.disc1 {
  background: none;
}

.left-column .disc-content .product-box li a.disc2 {
  background: none;
}

.disc-content .product-box li a:hover {
  text-decoration: underline;
}

#product-discussions li div {
  float: left;
  width: 110px;
}

.disc-content .product-box li div {
  float: left;
  width: 110px;
  /*height:42px;
  line-height:42px;*/
  word-wrap: break-word;
}

#product-related .product-box ul {
  margin: 8px 0px 0px;
  position: relative;
  left: 0px;
  width: 999999px;
}

#product-related .product-box .mask {
  width: 540px;
  margin: 0px auto;
  overflow: hidden;
  height: 244px;
  position: relative;
}

#product-related .product-box li {
  list-style-type: none;
  float: left;
  width: 180px;
  height: 175px;
}

#product-related .product-box li a{
  display: block;
  text-align: center;
  width: 180px;
  text-decoration: none;
  font-weight: bold;
  color: #003476;
}

#product-related .product-box li a:hover {
  text-decoration: underline;
}

#product-related .product-box li a img {
  margin: 0px auto;
}

#product-related .product-box a.ir {
  width: 15px;
  height: 22px;
  position: absolute;
  z-index: 90;
}

#product-related .product-box a.prev-related {
  background: url(../images/ir_arrowLeft.jpg) no-repeat 0px 0px;
  top: 100px;
  left: 14px;
}

#product-related .product-box a.next-related {
  background: url(../images/ir_arrowRight.jpg) no-repeat 0px 0px;
  top: 100px;
  right: 14px;
}

.full-video {
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  height: auto;
  width: 546px;
}

.full-video div.a-vid {
  width: 546px;
  margin: 0px auto;
  display: none;
}

.a-vid object {
  margin: 0px auto;
}
.vid-box {
  width: 542px;
  height: 437px;
  border: 2px solid #cdcdcd;
}

#product-videos .product-box h6 {
  color: #013474;
  font-size: 123.1%;
  margin: 15px 0px 15px 0px;
}

#product-videos .product-box .mask {
  width: 466px;
  margin: 26px auto 18px;
  overflow: hidden;
  height: 106px;
  position: relative;
}

#product-videos .product-box .vid-car-cont {
  position: relative;
}

#product-videos .product-box .vid-car-cont a.ir {
  width: 17px;
  height: 18px;
  position: absolute;
  top: 20px;
  z-index: 999;
}

#product-videos .product-box .vid-car-cont a.prev-video{
  background: url(../images/ir_arrowLeft2.jpg) no-repeat 0px 0px;
  left: 28px;
}

#product-videos .product-box .vid-car-cont a.next-video {
  background: url(../images/ir_arrowRight2.jpg) no-repeat 0px 0px;
  right: 28px;
}

#product-videos .product-box ul {
  margin: 0px;
  position: relative;
  width: 999999px;
  z-index: 800;
  left: 0px;
}

#product-videos .product-box li {
  float: left;
  list-style-type: none;
  width: 85px;
  margin-right: 40px;
  height: 115px;
}

#product-videos .product-box li a {
  color: #013474;
  display: block;
  font-size: 93%;
  margin: 0px 0px 10px;
  text-align: center;
  text-decoration: none;
  width: 85px;
}

#product-videos .product-box li a:hover {
  text-decoration: underline;
}

#product-videos .product-box li a img {
  border: 2px solid #cdcdcd;
  display: block;
  margin: 0px auto;
}

#product-feats-bnfts .product-box ul {
  margin: 25px 35px;
}

#product-feats-bnfts .product-box li,
#additional-info .product-box li {
  margin-bottom: 12px;
}

#additional-info .product-box {
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 35px;
  padding-top: 5px;
}

#additional-info .product-box h2 {
  padding-bottom: 10px;
  padding-top: 10px;
}

#additional-info .product-box p {
  padding-bottom: 10px;
  padding-top: 10px;
}
/* Brand Page 1 */

.brand-page .breadcrumb-cont{
  /* proof remove
  margin-bottom: 18px;
  */
}

.page-title {
  margin: 0px auto;
  width: 960px;
}

.page-title h1 {
  color: #013474;
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: 'Arial';
  font-size: 182%;
  font-weight: normal;
  margin-bottom: 14px;
  padding-left: 40px;
}

.brand-page #carousel {
  height: 300px;
  margin-bottom: 25px;
}

.brand-page #carousel-mask {
  border-top: 4px solid #ccc;
  height: 292px;
}

.brand-page #carousel-wrap {
  height: 300px;
}

.brand-page #previous {
  height: 300px;
}

.brand-page #next {
  height: 300px;
}

.brand-page #previous a {
  background: url(../images/ir_arrowLeft.png) no-repeat 6px 139px;
}

.brand-page #next a {
  background: url(../images/ir_arrowRight.png) no-repeat 6px 139px;
}

.brand-page .left-column {
  background: none;
  padding-left: 30px;
  width: 610px;
}

.brand-page .right-column {
  background: none;
  margin-right: 30px;
  /*width: 234px;*/
  width:238px;
}

.solution-brand .left-column {
  padding-bottom: 20px;
  width: 882px;
}

.brand-page .brand-page-1-content h2 {
  color: #013474;
  font-size: 138.5%;
  margin-bottom: 20px;
}

.brand-page-1-content p {
  color: #333;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 18px;
}

.brand-page .brand-page-1-content h3 {
  color: #013474;
  /*font-family: Arial, sans-serif;*/
  font-family: 'Arial';
  font-size: 138.5%;
  height: auto;
  line-height: normal;
  margin: 0px 0px 14px 0px;
  text-align: left;
}

.brand-page .intro {
  margin-bottom: 40px;
}

.solution-brand .intro a {
  color: #013474;
  font-weight: bold;
  text-decoration: none;
}

.solution-brand .intro a:hover {
  text-decoration: underline;
}

.article-content a {
  color: #013474;
  font-weight: bold;
  text-decoration: none;
}

.article-content a:hover {
  text-decoration: underline;
}

.a-callout {
  margin-bottom:30px;
}

.brand-page .article-thumb {
  float: left;
  height: 127px;
  width: 127px;
}

.brand-page .article-thumb a {
  border: 1px solid #ccc;
  display: block;
  height: 125px;
  width: 125px;
}

.brand-page .article-thumb img {
  display: block;
  margin: 0px auto;
}

.brand-page .article-thumb a.no-bord {
  border: 0px;
}

.brand-page .article-content {
  float: left;
  margin-left: 16px;
  width: 435px;
}

.brand-page-widget {
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 5px;
  margin-bottom: 18px;
  position: relative;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.green-widg {
  background: #8dc63f;
}

.no-green-pad {
  padding-top: 0px;
}

.grey-widg {
  background: #ccc;
}

.brand-page-widget ul {
  background: #eee;
  border-bottom: 5px solid #ccc;
  margin: 0px;
  padding: 0px 0px 8px 0px;
}

.brand-page-widget li {
  border-bottom: 1px solid #ddd;
  font-size: 108%;
  list-style-type: none;
  margin: 0px 14px;
  padding: 10px 0;
}

.brand-page-widget .reg-widg ul {
  background: none;
  border-bottom: 0px;
  margin: 0px;
  padding: 0px 0px 0px 0px;
}

.brand-page-widget .reg-widg li {
  border-bottom: 0px;
  font-size: 108%;
  height: auto;
  line-height: normal;
  list-style-type: none;
}

.brand-page-widget .reg-widg li {
  margin: 0;
}

.brand-page-widget li.last {
  border-bottom: 0px;
}

.brand-page-widget li a {
  color: #11427f;
  text-decoration: none;
}

.brand-page-widget li a:hover {
  color: #8dc63f;
}

.right-column .brand-page-widget h4 {
  font-size: 18px;
  line-height: 24px;
  padding: 6px 0px;
}

.image-widg div.widg-container {
  background: #eee url(../images/bg_imgWidg.png) no-repeat center 10px;
  border-bottom: 5px solid #ccc;
}

.image-widg.short-widg div.widg-container {
  background: #eee url(../images/bg_imgWidg2.png) no-repeat center 10px;
  border-bottom: 5px solid #ccc;
}

.image-widg div.widg-container a {
  color: #11427f;
  font-size: 95%;
  font-weight: bold;
  display: block;
  padding: 28px 0px 6px;
  text-align: center;
  text-decoration: none;
}

.image-widg div.widg-container a:hover {
  text-decoration: underline;
}

.image-widg div.widg-content .reg-widg a {
  color: #444;
  font-size: 12px;
  font-weight: normal;
  padding: 0px;
  text-align: left;
}

.grey-widg div.widg-content .reg-widg a {
  color: #11427f;
  font-size: 14px;
  font-weight: normal;
  padding: 0px;
  text-align: left;
}

.grey-widg div.widg-content .reg-widg ul {
  padding-bottom: 20px;
}

.image-widg div img {
  display: block;
  margin:0px  auto;
  padding-top: 20px;
}

.image-widg div.widg-content {
  background: #eee url(../images/bg_imgWidgBottom.jpg) no-repeat center 0px;
  border-bottom: 0px;
  padding: 0px 0px 12px;
}

.image-widg.questions-widg div.widg-content {
  padding-top: 12px;
}

.image-widg div.widg-content .reg-widg {
  border: 0px;
  padding: 30px 32px 0px;
}

.image-widg div.widg-content .reg-widg h5 {
  font-size:14px;
  margin: 0px;
  padding: 0px;
}

.image-widg div.widg-content .reg-widg h6,
.image-widg div.widg-content .reg-widg h6 a {
  color: #013474;
  font-size: 12px;
  font-weight: bold;
}

.image-widg div.widg-content .reg-widg h6 a:hover {
  text-decoration: underline;
}

.questions-widg div {
  padding-top: 20px;
}

.image-widg div.widg-content p {
  margin:12px 0px;
}

.image-widg div.widg-content .reg-widg p {
  color: #333;
  font-size: 12px;
  margin-top: 5px;
  padding: 0px;
}

.questions-widg div.widg-content p {
  margin-bottom: 2px;
  margin-top: 0px;
}

.questions-widg div.widg-content p span {
  color: #11427f;
  display: block;
  font-weight: bold;
  text-decoration: underline;
}

.questions-widg div.widg-content a.notcenter {
  padding-top: 6px;
}

.questions-widg div.widg-content a span {
  color: #8dc63f;
}

.image-widg div.widg-content img {
  float: left;
  padding-top: 0px;
  margin: 0px 1em 0px 0px;
  margin-left: 30px;
}

.brand-page #product-related {
  margin: 12px auto 16px;
  width: 940px;
}

.brand-page #product-related .product-box .mask {
  height: 275px;
  width: 864px;
}

.page-1.brand-page #product-related .product-box .mask {

}

.brand-page #product-related .product-box ul {
  left: 0px;
  margin-top: 34px;
}

.brand-page #product-related .product-box li {
  height: 197px;
  width: 216px;
}

.brand-page #product-related .product-box li a {
  margin-bottom: 20px;
  width: 216px;
}

.solution-brand #product-related .product-box li a {
  margin-bottom: 10px;
  width: 216px;
}

.brand-page #product-related .product-box a.prev-related {
  top: 120px;
}

.brand-page #product-related .product-box a.next-related {
  top: 120px
}

/* Brand Page 2 */

.brand-page-2-content .intro {
  border: 1px solid #999;
  position: relative;
}

.intro-corner {
  background: url(../images/bg_cornerIntro.jpg) no-repeat 0px 0px;
  bottom: -1px;
  height: 16px;
  left: -1px;
  position: absolute;
  width: 17px;
}

.brand-page-2-content .intro img {
  border-bottom: 1px solid #999;
}

.brand-page .brand-page-2-content h2 {
  color: #013474;
  font-size: 138.5%;
  margin: 12px 0px 10px;
  padding: 0px 16px;
}

.brand-page-2-content .intro p {
  color: #333;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 18px;
  padding: 0px 16px;
}

.brand-page .brand-page-2-content h3 {
  color: #013474;
  /*font-family: Arial, sans-serif;*/
  font-family: 'Arial';
  font-size: 138.5%;
  height: auto;
  line-height: normal;
  margin: 0px 0px 14px 0px;
  text-align: left;
}

.brand-page-2-content .article-content p {
  font-size: 14px;
  line-height: 18px;
  color: #333;
  margin-bottom: 18px;
}

.image-widg h5 {
  padding: 0px 30px;
  font-size: 108%;
  margin: 12px 0px 6px;
}

.image-widg p {
  padding: 0px 30px;
  font-size: 93%;
  margin-bottom: 16px;
}

.image-widg div a.notcenter {
  display: block;
  padding: 0px 30px;
  text-align: left;
}

.brand-page #product-related.brand-page-2-carousel .product-box ul {
  margin-top: 12px;
}

.brand-page #product-related.brand-page-2-carousel .product-box li a {
  margin-bottom: 4px;
}

/* Brand Page 3 */

.left-column.regular-content-small ul.brand-sections {
  width: 618px;
  margin: 0px;
  padding: 0px;
  margin: 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  width: 659px;
}

.left-column.regular-content-small .brand-sections li {
  list-style-type: none;
  margin: 0px 10px 40px 0px;
  height: auto;
  float: left;
  list-style-type: none;
  width: 196px;
  margin: 0px 18px 0px 0px;
  height: 236px;
}

.left-column.regular-content-small .brand-sections li a {
  color: #013474;
  font-size: 16px;
  text-decoration: none;
}

.left-column.regular-content-small .brand-sections li a:hover {
  text-decoration: underline;
}

.brand-page .left-column.regular-content-small .brand-page-1-content .brand-sections li h3 {
  height: 36px;
}

.left-column.regular-content-small .brand-sections li a img {
  border: 1px solid #d6d6d6;
  display: block;
}

.left-column.regular-content-small ul.solution-sections {
  margin: 0px;
  padding: 0px;
  width: 896px;
}

.ie7 .left-column.regular-content-small ul.solution-sections,
.ie8 .left-column.regular-content-small ul.solution-sections {
  margin: 0px 0px 30px;
  padding: 0px;
  width: 896px;
}

.left-column.regular-content-small .solution-sections li {
  float: left;
  height: auto;
  list-style-type: none;
  margin: 0px 18px 22px 0px;
}

.left-column.regular-content-small .solution-sections li a {
  color: #013474;
  text-decoration: none;
  font-size: 16px;
}

.left-column.regular-content-small .solution-sections li a:hover {
  text-decoration: underline;
}

.brand-page .left-column .brand-page-1-content .solution-sections li h3 {

}

.left-column.regular-content-small .solution-sections li a img {
  border: 1px solid #d6d6d6;
  display: block;
}

.listed-widg div {
  padding-top: 20px;
}

.listed-widg div.widg-content {
  padding-top: 16px;
}

.image-widg div a.notcenter.listed {
  display: block;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 30px;
  text-align: left;
}

.brand-page #product-related.brand-page-3-carousel .product-box ul {
  margin-top: 20px;
}

.brand-page #product-related.brand-page-3-carousel .product-box li a {
  margin-bottom: 14px;
}

/* Footer Stuff */

#footer {
  background: #013474;
  border-top: 5px solid #002048;
  padding: 12px 14px 34px 18px;
  margin: 0px auto;
  min-height: 178px;
  position: relative;
  width: 908px;
}

#footer-corner {
  background: url(../images/bg_footerCorner.png) no-repeat 0px 0px;
  bottom: -7px;
  height: 47px;
  left: -7px;
  position: absolute;
  width: 46px;
}

#footer h6 {
  border-bottom: 1px dotted #fff;
  color: #fff;
  font-size: 108%;
  margin-bottom: 8px;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer ul {
  margin: 0px;
}

#footer li {
  font-size: 10px;
  line-height: 15px;
  list-style-image: none;
  list-style-type: none;
  margin: 0px;
}

#footer li a {
  color: #fff;
  text-decoration: none;
}

#footer li a:hover {
  text-decoration: underline;
}

.footer-about {
  background: url(../images/bg_footerLine.png) no-repeat center right;
  padding-right: 22px;
  width: 428px;
}

.footer-about p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.footer-solutions {
  background: url(../images/bg_footerLine.png) no-repeat center right;
  padding: 0px 22px;
  width: 99px;
}

.footer-solutions p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.footer-products {
  background: url(../images/bg_footerLine.png) no-repeat center right;
  width: 147px;
  padding: 0px 22px;
}

.footer-products p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.footer-support {
  padding-left: 22px;
  width: 102px;
}

.footer-support p {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

#global-footer {
  /*width:864px;*/
  width: 904px;
  margin: 16px auto 0px;
  position: relative;
  padding-bottom: 80px;
  height: 60px;
}

#global-footer ul {
  margin: 0px;
}

#global-footer li {
  float: left;
  list-style-type: none;
}

#global-footer ul.left-list {
  color: #999;
  font-size: 11px;
  left: 0px;
  position: absolute;
  top: 0px;
}

#global-footer ul.left-list li {
  border-right: 1px solid #999;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

#global-footer ul.left-list li ul {
  margin: 0px;
  position: absolute;
  top: -3px;
  right: 0px;
}

#global-footer ul.left-list li li {
  border: 0px;
  float: left;
  margin-right: 0px;
}

#global-footer ul.left-list li.no-bord {
  border: 0px;
  width: 135px;
}

#global-footer ul.right-list {
  color: #999;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}

#global-footer ul.right-list li {
  line-height: 13px;
  margin-left: 10px;
}

#global-footer ul.right-list a {
  color: #999;
  text-decoration: none;
}

#global-footer ul.right-list a:hover {
  text-decoration: underline;
}

.left-list a.ir {
  width: 18px;
  height: 18px;
}

#global-footer ul.left-list li ul {
  float: left;
}

#global-footer ul.left-list li li.fb {

}

.left-list li li.fb a {
  background: url(../images/ir_fb.png) no-repeat 0px 0px;
}

.left-list li li.yt a {
  background: url(../images/ir_yt.png) no-repeat 0px 0px;
}

.left-list li li.tw a {
  background: url(../images/ir_tw.png) no-repeat 0px 0px;
}

a.vid-button {
  background: #fff url(../images/bg_videoButton.png) no-repeat 0px 0px;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  height: 66px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  width: 325px;
}

a.disc-button {
  background: #fff url(../images/bg_discButton.png) no-repeat 0px 0px;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  height: 66px;
  padding-top: 6px;
  text-align: center;
  text-decoration: none;
  width: 324px;
}

a.vid-button:hover,
a.vid-button.act {
  background: #fff url(../images/bg_videoButton.png) no-repeat -325px 0px;
}

a.disc-button:hover,
a.disc-button.act {
  background: #fff url(../images/bg_discButton.png) no-repeat -324px 0px;
}

#carousel-corner {
  background: url(../images/bg_sliderCorner.png) no-repeat 0px 0px;
  border: 0px;
  bottom: -12px;
  height: 84px;
  left: -13px;
  position: absolute;
  width: 81px;
  z-index: 9500;
}

.ie8 #carousel-corner {
  border: 0px;
  left: -20px;
}

#product-gallery {
  margin: 0px auto;
  width: 882px;
}

#product-gallery h2 {
  color: #013474;
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: 'Arial';
  font-size: 182%;
  font-weight: normal;
  margin-bottom: 30px;
}

#product-gallery p {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 19px;
}

#product-gallery p.desc {
  font-size: 10px;
  margin: 12px 0px;
  text-align: left;
}

.gallery-content a {
  color: #333;
  text-decoration: underline;
}

.gallery-content a:hover {
  color: #999;
}

.gallery-content a.add-project-button {
  color: #fff;
  text-decoration: none;
}

#product-gallery-list {
  border: 1px solid #ccc;
  margin: 18px 0px;
  padding: 21px 0px 21px 0px;
  position: relative;
  width: 655px;
}

.ez-desc #product-gallery-list {
  width: 882px;
}

#product-gallery-list li {
  float: left;
  height: 260px;
  list-style-type: none;
  margin: 0px 21px 20px;
  text-align: center;
  width: 175px;
}

.ez-b2b #product-gallery-list li {
  /*height: 250px;*/
  height: auto;
}

.ez-desc #product-gallery-list li {
  /*height: 590px;*/
  height: auto;
}

.ez-b2b.ez-desc #product-gallery-list li {
  /*height: 590px;*/
  height: auto;
}

.ie7 .ez-desc #product-gallery-list li {
  /*height: 610px;*/
  height: auto;
}

.ie7 .ez-b2b.ez-desc #product-gallery-list li {
  /*height: 610px;*/
  height: auto;
}

.ie7 #product-gallery-list div.clearfix {
  background: none;
  height:1px;
  width: 100%;
}

#product-gallery-list li a.gall-link {
  border: 1px solid #a7a7a7;
  display: block;
  height: 175px;
  margin-bottom: 8px;
  overflow: hidden;
  width: 175px;
}

#product-gallery-list li a {
  color: #013474;
  font-size: 11px;
  text-decoration: none;
}

#product-gallery-list li a:hover {
  text-decoration: underline;
}

#product-gallery-list li a.gall-link img {

}

.ez-widg {
  background: #ccc;
  behavior: url(../css/PIE.htc);
  border-radius: 8px;
  margin-right: 30px;
  position: relative;
  float: left;
  width: 196px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.ez-widg h5 {
  color: #fff;
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: 'Arial';
  font-size: 138.5%;
  font-weight: normal;
  padding: 8px 0px;
  text-align: center;
}

.ez-widg div.ez-cont {
  background: #eee;
  border-bottom: 6px solid #ccc;
  padding: 2px 0px 6px;
}

.ez-widg div.ez-cont div {
  background: url(../images/bg_widget2.png) no-repeat 0px 0px;
  margin: 12px auto 0px;
  padding-top: 18px;
  width: 172px;
}

.ez-widg div.ez-cont div.a-dropdown {
  background: #fff url(../images/bg_drop.png) no-repeat 120px top;
  border: 1px solid #666;
  margin: 0px auto 12px;
  min-height: 32px;
  padding: 0px;
  position: relative;
  width: 142px;
}

.ez-widg div.ez-cont div.a-dropdown ul {
  margin: 0px;
  padding: 0px;
}

.ez-widg div.ez-cont div.a-dropdown li {
  display: none;
  list-style-type: none;
  margin: 0px;
  padding: 8px 20px 8px 8px;
}

.ez-widg div.ez-cont div.a-dropdown li em {
  font-style: italic;
}

.ez-widg div.ez-cont div.a-dropdown:hover {
  cursor: pointer;
}

#product-gallery .ez-widg p {
  color: #013474;
  font-size: 108%;
  font-weight: bold;
  margin-bottom: 4px;
  padding-left: 14px;
}

#product-gallery .ez-widg p a {
  color: #013474;
  text-decoration: none;

}

#product-gallery .ez-widg p a:hover {
  text-decoration: underline;
}

#product-gallery .ez-widg select {
  margin-bottom: 8px;
  width: 142px;
}

.ez-widg input[type="text"] {
  border: 1px solid #999;
  padding: 0px;
  margin: 0px;
  width: 50px;
  height: 18px;
}

.gallery-navigation {
  height: 70px;
  position: relative;
  margin-bottom: 20px;
}

.ez-b2b .gallery-navigation {
  height: 90px;
}

.gallery-navigation ul {
  margin: 0px;
}

.gallery-navigation li {
  float: left;
  list-style-type: none;
}

.items-per-page,
.add-project-button,
.page-numbers {
  position: absolute;
}

.items-per-page {
  bottom: 0px;
  font-size: 12px;
  left: 0px;
}

.items-per-page li {
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
}

.items-per-page li a {
  border: 1px solid #fff;
  color: #333;
  display: block;
  height: 18px;
  text-decoration: none;
  width: 18px;
}

.items-per-page li a:hover,
.items-per-page li a.current-per-page {
  border: 1px solid #6785ac;
  font-weight: bold;
}

.add-project-button {
  top: 22px;
  right: 0px;
  background: #8dc63f;
  display: block;
  text-align: center;
  color: #fff;
  height: 22px;
  width: 160px;
  text-decoration: none;
  font-size: 85%;
  line-height: 22px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  /*behavior: url(/css/PIE.htc);*/
}

.gallery-navigation a.add-cart-button {
  top: 30px;
  right: 36px;
  background: #8dc63f;
  display: block;
  text-align: center;
  color: #fff;
  height: 22px;
  width: 160px;
  text-decoration: none;
  font-size: 85%;
  line-height: 22px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  /*behavior: url(/css/PIE.htc);*/
}

.gallery-navigation a.check-avail-button{
top:0px;
right:36px;
background:#8dc63f;
display:block;
text-align:center;
color:#fff;
height:22px;
width:160px;
text-decoration:none;
font-size:85%;
line-height:22px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
-o-border-radius: 5px;
border-radius: 5px;
position:absolute;
/*behavior: url(/css/PIE.htc);*/
}

.ez-b2b .gallery-navigation a.add-cart-button,
.ez-b2b .gallery-navigation a.check-avail-button {
  right: 0px;
}

.gallery-navigation a.add-project-button {
  color: #fff;
}

.brand-page-1-content a.add-cart-button {
  top: 30px;
  right: 0px;
  background: #8dc63f;
  display: block;
  text-align: center;
  color: #fff;
  height: 22px;
  width: 160px;
  text-decoration: none;
  font-size: 85%;
  line-height: 22px;
  -webkit-border-radius: 5px; 
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  /*behavior: url(/css/PIE.htc);*/
}

.brand-page-1-content a.check-avail-button {
  -moz-border-radius: 5px; 
  -o-border-radius: 5px;
  -webkit-border-radius: 5px; 
  background:#8dc63f;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 5px;
  font-size:85%;
  color:#fff;
  display:block;
  height:22px;
  line-height:22px;
  position:absolute;
  right:0px;
  text-align:center;
  text-decoration:none;
  top:0px;
  width:160px;
}

.brand-page-1-content .add-project-button {
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #8dc63f;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 85%;
  height: 22px;
  line-height: 22px;
  position:absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  top: -30px;
  width: 160px;
}

.brand-page-1-content .search-nav-2 .add-project-button {
  top: -52px;
}

.search-nav a.add-cart-button {
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #8dc63f;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 85%;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  top: -40px;
  width: 160px;
}

.search-nav a.check-avail-button {
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: #8dc63f;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 5px;
  color: #fff;
  font-size: 85%;
  display: block;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  top: -70px;
  width:160px;
}

.search-nav .add-project-button {
  background: #8dc63f;
  /*behavior: url(/css/PIE.htc);*/
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 85%;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 0px;
  text-align: center;
  text-decoration: none;
  width: 160px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.page-numbers {
  bottom: 0px;
  font-size: 12px;
  right: 0px;
}

.page-numbers li {
  color: #a7a7a7;
  margin-right: 7px;
}

.page-numbers a {
  color: #a7a7a7;
  text-decoration: none;
}

.page-numbers a:hover,
.page-numbers a.current-page-number {
  color: #003476;
  font-weight: normal;
  text-decoration: underline;
}

.brand-page .brand-page-1-content .page-numbers a.current-page-number {
  color: #003476;
  font-weight: bold;
  text-decoration: underline;
}

#product-gallery-list li.product-gallery-list-title {
  float: left;
  height: auto;
  left: 0px;
  list-style-type: none;
  margin: 0px;
  position: absolute;
  text-align: left;
  top: -22px;
  width: auto;
}

#product-gallery-list li.product-gallery-list-title h3 {
  background: #fff;
  color: #013474;
  font-size: 18px;
  font-weight: normal;
}

.ez-find #product-gallery-list li a {
  color: #013474;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.ez-find #product-gallery-list li span {
  color: #666;
  display: block;
  font-size: 12px;
  margin-top: 6px;
}

.ie7 .ez-find #product-gallery-list li span,
.ie8 .ez-find #product-gallery-list li span,
.ie9 .ez-find #product-gallery-list li span {
  display: block;
  position: relative;
  vertical-align: top;
}

.ez-find #product-gallery-list li span.ez-price {
  color: #111441;
  font-weight: bold;
}

.ez-find #product-gallery-list li input[type="checkbox"] {
  margin: 0px 2px;
}

.ie7 .ez-find #product-gallery-list li input[type="checkbox"],
.ie9 .ez-find #product-gallery-list li input[type="checkbox"] {
  margin: 0px 2px 0px 0px;
  position: relative;
  top: 2px;
}

.ie8 .ez-find #product-gallery-list li input[type="checkbox"] {
  top: 0px;
}

.ez-find #product-gallery-list li input[type="text"] {
  border: 1px solid #999;
  margin: 0px;
  padding: 0px;
  width: 36px;
}

.ie7 .ez-find #product-gallery-list li input[type="text"],
.ie8 .ez-find #product-gallery-list li input[type="text"],
.ie9 .ez-find #product-gallery-list li input[type="text"] {
  margin: 0px;
  position: relative;
  top: 0px;
  vertical-align: middle;
}

.ie7 .ez-find #product-gallery-list li input[type="text"],
.ie8 .ez-find #product-gallery-list li input[type="text"] {
  width:32px;
}

.ie9 .ez-find #product-gallery-list li input[type="text"] {
  border: 1px solid #999;
  margin: 0px;
  padding: 0px;
  width: 28px;
}

.disc-content {
  display: none;
}

.lft {
  float: left;
}

.alignright {
  float: right;
  margin: 0em 0em 1em 1em;
}

.alignleft {
  float: left;
  margin: 0em 2em 1em 0em;
}

.aligncenter {
  margin: 0px auto;
  text-align: center;
}

.ie7 .alignleft {
  float: left;
  margin: 0em 3em 1em 0em;
}

.product-gallery-page .breadcrumb-cont {
  /* proof remove
  margin-bottom: 12px;
  */
}

.bold-p {
  font-weight: bold;
}

#nav li div.part-col ul li.sub-item a {
  color: #666;
  font-size: 12px;
  line-height: 18px;
}

#nav li div.part-col ul li.sub-item a:hover {
  color: #8dc63f;
}

#nav li div.part-col ul li.main-item {
  margin-bottom: 8px;
}

#nav li.nav-support div.four-col div.no-bg {
  background: none;
  min-height: 250px;
}

#nav li.nav-support div.four-col div.no-bg a.col-title {
  margin-left: 30px;
}

a.more-discs {
  display: none;
}

/* Wrapper A */

.wrapper-a p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}

.wrapper-a a {
  color: #003476;
  text-decoration: none;
}

.wrapper-a a:hover { 
  text-decoration: underline;
}

.wrapper-a em {
  font-style: italic;
}

.wrapper-a blockquote {
  color: #444;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 21px;
  padding: 0px 20px;
}

.left-column.wrapper-a ul {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.left-column.wrapper-a ol {
  list-style-type: decimal;
  margin:0px 0px 21px 0px;
  padding-left: 20px;
}

.left-column.wrapper-a li {
  float: none;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.left-column.wrapper-a ol li {
  list-style-type: decimal;
}

/* Wrapper B */

.left-column.wrapper-b {
  margin-right: 0px;
  padding-right: 30px;
  width: 880px;
}

.wrapper-b p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}

.wrapper-b a {
  color: #003476;
  text-decoration: none;
}

.wrapper-b a:hover {
  text-decoration: underline;
}

.wrapper-b em {
  font-style: italic;
}

.wrapper-b blockquote {
  color: #444;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 21px;
  padding: 0px 20px;
}

.left-column.wrapper-b ul {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.left-column.wrapper-b ol {
  list-style-type: decimal;
  margin: 0px 0px 21px 0px;
  padding-left: 20px;
}

.left-column.wrapper-b li {
  float: none;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.left-column.wrapper-b ol li {
  list-style-type: decimal;
}

/* Press Release */

.left-column.press-release {
  margin-right: 0px;
  padding-right: 30px;
  width: 880px;
}

.press-release p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}

.press-release a {
  color: #003476;
  text-decoration: none;
}

.press-release a:hover {
  text-decoration: underline;
}

.press-release em {
  font-style: italic;
}

.press-release blockquote {
  color: #444;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 21px;
  padding: 0px 20px;
}

.left-column.press-release ul.top-list {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.left-column.press-release ol {
  list-style-type: decimal;
  margin: 0px 0px 21px 0px;
  padding-left: 20px;
}

.left-column.press-release ul.summary-image {
  float: left;
  width: 545px;
}

.left-column.press-release ul.top-list li {
  float: none;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px;
  width: auto;
}

.left-column.press-release ol li {
  list-style-type: decimal;
}

.press-contact {
  margin-bottom: 21px;
}

.press-contact div {
  float: left;
  margin-right: 20px;
  width: 125px;
}

.press-release .press-contact div p {
  margin: 0px;
}

.press-release h2 {
  color: #013474;
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: 'Arial';
  font-size: 24px;
  font-weight: normal;
}

.left-column.press-release h3 {
  color: #444;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  margin-bottom: 0px;
  text-align: left;
}

/* Copper Solutions */

.side-ad {
  text-align: center;
}

.left-column .text-list-box ul {
  height: auto;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.left-column .text-list-box ul.text-col-3 {
  width: 174px;
}

.left-column .text-list-box li {
  float: none;
  font-size: 12px;
  height: auto;
  list-style-type: none;
  margin: 0px 0px 8px;
  width: 198px;
}

.left-column .text-list-box li a {
  color: #013474;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.left-column .text-list-box li a:hover {
  text-decoration: underline;
}

.left-column.regular-content-small .text-list-box ul {
  float: left;
  width: 170px;
}

.text-list-box .text-col-1,
.text-list-box .text-col-2,
.text-list-box .text-col-3 {
  float: left;
}

.left-column.regular-content-small .text-list-box ul.text-col-1 {
  width: 168px;
}

.left-column.regular-content-small .text-list-box ul.text-col-2 {
  width: 240px;
}

.left-column.regular-content-small .text-list-box ul.text-col-3 {
  width: 162px;
}

.text-list-box .product-box {
  padding: 14px;
}

#three-col-list {
  height: 172px;
}

.left-column.regular-content-small .square-thumb-box ul {
  margin: 0px;
  padding: 0px;
  padding-bottom: 20px;
  width: auto;
}

.ie7 .left-column.regular-content-small .square-thumb-box ul {
  padding-bottom: 26px;
}

.left-column.regular-content-small .square-thumb-box li{
  float: left;
  height: 130px;
  list-style-type: none;
  margin: 6px 14px 14px 14px;
  text-align: center;
  width: 92px;
}

.left-column.regular-content-small .square-thumb-box li a {
  color: #013474;
  display: block;
  font-size: 12px;
  font-weight: bold;
  height: auto;
  line-height: normal;
  overflow: hidden;
  text-decoration: none;
}

.left-column.regular-content-small .square-thumb-box li a.copper-thumb {
  border: 1px solid #a7a7a7;
  height: 90px;
  margin-bottom: 10px;
}

.left-column.regular-content-small .square-thumb-box li a:hover {
  text-decoration: underline;
}

.left-column.regular-content-small .square-thumb-box li a img {
  margin: 0px auto;
}

.left-column.regular-content-small .square-thumb-box .product-box {
  padding: 12px 0px;
}

/* Search Results */

.search-results-page .left-column {
  float: right;
  margin-right: 20px;
  padding: 0px 10px 0px 0px;
  width: 650px;
}

.search-results-page .right-column {
  float: left;
  margin-right: 0px;
  padding-left: 30px;
  width: 198px;
}

.search-results-page .image-widg div {
  background: #eee url(../images/bg_imgWidg3.png) no-repeat center 10px;
}

.search-results-page .image-widg div.widg-content {
  background: url(../images/bg_imgWidgBottom2b.jpg) no-repeat center bottom;
  padding-top: 8px;
}

.search-results-page .image-widg div a.notcenter.listed {
  font-size: 14px;
  margin-bottom: 0px;
}

.search-count {
  color: #999;
  display: block;
  margin-bottom: 16px;
  padding-left: 30px;
}

.search-results-page div.intro {
  margin-bottom: 0px;
}

.product-results-b2b div.intro {
  margin-top: 38px;
}

.search-results-page.brand-page .brand-page-1-content h2 {
  color: #333;
  margin-bottom: 30px;
}

.left-column ul.search-results-list {
  margin: 0px;
  padding: 0px;
}

.left-column ul.search-results-list li {
  float: none;
  height: auto;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  width: auto;
}

.left-column ul.search-results-list li:before,
.left-column ul.search-results-list li:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.left-column ul.search-results-list li:after {
  clear: both;
}

.left-column ul.search-results-list li {
  zoom: 1;
}

.brand-page .brand-page-1-content .search-results-list li h3 {
  color: #013474;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 0px;
}

.brand-page .brand-page-1-content .search-results-list li h3 span {
  color: #6a6c6d;
  font-size: 12px;
  font-weight: normal;
}

.brand-page .brand-page-1-content .search-results-list li h3 a {
  color: #013474;
  text-decoration: none;
}

.brand-page .brand-page-1-content .search-results-list li h3 a:hover {
  text-decoration: underline;
}

.brand-page .brand-page-1-content .search-results-list li p {
  color: #333;
  margin: 4px 0px;
  padding-left: 0px;
}

.brand-page .brand-page-1-content .search-results-list li h4 {
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding-left: 0px;
  width: 100%;
}

.brand-page .brand-page-1-content .search-results-list li h4 a {
  color: #3e7b48;
  display: block;
  text-decoration: none;
  width: 100%;
}

.brand-page .brand-page-1-content .search-results-list li h4 a:hover {
  text-decoration: underline;
}

.brand-page .brand-page-1-content .search-results-list li h4 {
  display: block;
  text-align: left;
}

.brand-page .brand-page-1-content .search-results-list li .result-info {
  float: left;
  height: 260px;
  margin: 0em 1em 1em 0em;
  overflow: hidden;
  width: 175px;
}

.product-results-b2b .brand-page-1-content .search-results-list li .result-info {
  float: left;
  height: 280px;
  margin: 0em 1em 1em 0em;
  overflow: hidden;
  width: 175px;
}

.brand-page .brand-page-1-content .search-results-list li .result-info a {
  color: #013474;
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.brand-page .brand-page-1-content .search-results-list li .result-info a:first-child {
  height: 228px;
  margin-bottom: 12px;
  overflow: hidden;
  width: 175px;
}

.product-results-b2b .brand-page-1-content .search-results-list li .result-info a:first-child {
  height: auto;
  margin-bottom: 12px;
  max-height: 220px;
  overflow-x: hidden;
  width: 175px;
}
.brand-page .brand-page-1-content .search-results-list li .result-info a.result-price {
  color: #000333;
}

.brand-page .brand-page-1-content .search-results-list li .result-info a:hover {
  text-decoration: underline;
}

.brand-page .brand-page-1-content .search-results-list li a.ir {
  background: url(../images/ir_buyEStore.png) no-repeat 0px 0px;
  float: left;
  height: 28px;
  margin: 20px 0px 0px;
  width: 164px;
}

.left-column ul.product-search-results-list {
  border: 1px solid #ccc;
  margin: 50px 0px 30px;
  min-height: 300px;
  padding: 24px 0px 50px 0px;
  position: relative;
  width: 648px;
}

.ie7 .left-column ul.product-search-results-list {
  margin: 12px 0px 30px;
}

.product-search-results-list h5 {
  background: #fff;
  color: #013474;
  font-size: 18px;
  font-weight: normal;
  left: 0px;
  padding: 0px 4px 0px 0px;
  position: absolute;
  top: -20px;
}

.left-column ul.product-search-results-list li {
  height: auto;
  margin: 0px;
  min-height: 236px;
  text-align: center;
  width: 216px;
}

.product-search-results-list li h6 {
  color: #013474;
  font-size: 14px;
  margin-bottom: 6px;
}

.product-search-results-list li h6 a {
  color: #013474;
  text-decoration: none;
}

.product-search-results-list li h6 a:hover {
  text-decoration: underline;
}

.product-search-results-list li a {
  text-align: center;
}

.product-search-results-list li a.psrl-thumb {
  display: block;
  margin: 0px 19px 12px;
  overflow: hidden;
  width: 177px;
}

.product-search-results-list li a img {
  border: 1px solid #b9b9b9;
  display: block;
  margin: 0px auto 12px;
}

.product-search-results-list li a.ir {
  background: url(../images/ir_buyEStore.png) no-repeat 0px 0px;
  height: 28px;
  margin: 0px auto;
  width: 164px;
}

.result-form {
  float: right;
  margin-top: 20px;
}

.ie7 .result-form,
.ie8 .result-form {
  bottom: 58px;
}

.result-form span {
  color: #666;
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

.result-form input[type="text"] {
  border: 1px solid #999;
  margin: 0px;
  padding: 0px;
  width: 36px;
}

a.all-product-search {
  bottom: 10px;
  color: #013474;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  right: 10px;
  text-decoration: none;
}

a.all-product-search:hover {
  text-decoration: underline;
}

.search-nav {
  height: 32px;
  position: relative;
}

.search-nav-2 {
  height: 32px;
  position: relative;
}

.search-nav-2 select {
  left: 0px;
  position: absolute;
  top: -22px;
}

.product-results-b2b .search-nav {
  margin-top:100px;
}

.left-column .search-nav ul {
  background:none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 520px;
}

.left-column .search-nav-2 ul {
  background: none;
  margin: 0px;
  padding: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 520px;
}

.left-column .search-nav ul.page-numbers {
  float: left;
  width: auto;
}

.left-column .search-nav-2 ul.page-numbers {
  float: left;
  width: auto;
}

.brand-page .brand-page-1-content .search-nav li {
  color: #a7a7a7;
  font-size: 12px;
  height: auto;
  margin: 0px 6px 0px 0px;
  padding: 0px;
  text-decoration: none;
  width: auto;
}

.brand-page .brand-page-1-content .search-nav-2 li {
  color: #a7a7a7;
  font-size: 12px;
  height: auto;
  margin: 0px 6px 0px 0px;
  padding: 0px;
  text-decoration: none;
  width: auto;
}

.brand-page .brand-page-1-content .search-nav li a {
  color: #a7a7a7;
  text-decoration: none;
}

.brand-page .brand-page-1-content .search-nav li a:hover {
  color: #013474;
  font-weight: bold;
  text-decoration: underline;
}

.brand-page .brand-page-1-content .search-nav-2 li a {
  color: #a7a7a7;
  text-decoration: none;
}

.brand-page .brand-page-1-content .search-nav-2 li a:hover {
  color: #013474;
  font-weight: bold;
  text-decoration: underline;
}

/* Wiring Devices Page */

.left-column.wiring-devices {
  margin-right: 0px;
  padding-right: 30px;
  width: 880px;
}

.wiring-devices p {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 18px;
}

.wiring-devices a {
  color: #003476;
  text-decoration: none;
}

.wiring-devices a:hover {
  text-decoration: underline;
}

.device-list {
  border: 1px solid #ccc;
  margin: 0px auto 22px;
  padding: 28px 0px 0px;
  width: 880px;
}

.ie7 .device-list {
  margin-bottom: 40px;
}

.device-list li {
  display: block;
  float: left;
  height: 143px;
  list-style-type: none;
  margin: 0px 27px;
  text-align: center;
  width: 92px;
}

.device-list li a img {
  display: block;
  margin: 0px auto;
}

.device-list li a {
  color: #013474;
  display: block;
  font-size: 11px;
  margin: 0px auto;
  text-align: center;
  text-decoration: none;
}

.device-list li a.device-thumb {
  border: 1px solid #a7a7a7;
  min-height: 90px;
}

.device-list li a:hover {
  text-decoration: underline;
}

.ez-find-products {
  float: right;
  width: 655px;
}

.ez-desc .ez-find-products {
  float: none;
  width: 882px;
}

.exception{
}

.exception-content {
  margin: 0px auto 32px;
  width: 880px;
}

.exception-content p {
  color: #666;
  font-size: 12px;
  margin-bottom: 16px;
}

.wrapper-wide #carousel {
  width: 960px;
}

.wrapper-wide #carousel-mask {
  width: 952px;
}

.search-drop {
  background: #eee;
  /*behavior: url(/css/PIE.htc);*/
  border: 2px solid #003476;
  border-radius: 6px;
  display: none;
  left: 1px;
  position: absolute;
  top: 30px;
  width: 426px;
  z-index: 50000;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.search-corner-1 {
  background: #eee;
  height: 5px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 5px;
}

.search-corner-2 {
  background: #eee;
  height: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 5px;
}

#header .search-drop ul {
  left: auto;
  margin: 0px;
  padding: 0px;
  position: static;
  top: auto;
  width: auto;
}

#header .search-drop li {
  border: 0px;
  border-bottom: 1px solid #003476;
  color: #333;
  display: block;
  float: none;
  font-size: 11px;
  height: auto;
  line-height: 20px;
  list-style-type: none;
  margin: 0px;
  padding: 8px 20px 5px 20px;
}

#header .search-drop li.last-search-drop {
  border: 0px;
  min-height: 20px;
}

.search-drop li p {
  color: #333;
  float: left;
  /*font-family: "Helvetica Neue", "Helvetica", Helvetica, sans-serif;*/
  font-family: 'Arial';
  font-size: 11px;
  margin: 0px;
  width: 270px;
}

.search-drop li p.no-thumb {
  width:auto;
}

#header .search-drop li.last-search-drop p {
  float: none;
}

#header .search-drop li a.search-thumb {
  float: right;
}

#header .search-drop li a {
  color: #333;
  text-decoration: none;
}

#header .search-drop li a:hover {
  text-decoration: underline;
}

.content-table {
  background: #ccc;
  border: 1px solid #ccc;
  float: left;
  text-align: center;
  width: auto;
}

div.content-table {
  margin-bottom: 21px;
}

.content-table table {
  border: 0px;
  display: block;
  margin-right: 1px;
  width: auto;
}

.content-table table tbody {
  width:600px;
}

.content-table tr {
  background: #fff;
  width: 100%;
}

.content-table tr.table-alt {
  background:#f1f1f1;
}

.content-table th {
  background: #ccc;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 6px 6px 12px;
  text-align: center;
}

.content-table td {
  border: 1px solid #eee;
  padding: 6px;
  text-align: center;
}

.ir {
  background-repeat: no-repeat;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.clear {
  clear: both;
}

/**
 * Hide for both screenreaders and browsers:
 * css-discuss.incutio.com/wiki/Screenreader_Visibility 
 */
.hidden {
  display: none;
  visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders: by Jon Neal.
 * www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden 
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden .focusable:active,
.visuallyhidden .focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/**
 * The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
 * j.mp/bestclearfix 
 */
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
  zoom: 1;
}

.product-box:before,
.product-box:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.product-box:after {
  clear: both;
}

/* Fix product-box: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.product-box {
  zoom: 1;
}

.result-form label {
  clear: left;
  float: left;
  margin-right: 5px;
  text-align: right;
  width: 50px;
}

.product-box li div {
  line-height: 120%;
  padding: 15px 0;
  word-wrap: break-word;
}

/* Product Additional Views Overlay */
#product-pop-overlay {
  background: url(../images/bg_overlay.png) repeat;
  display: none;
  left: 0px;
  min-height: 100%;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 99999;
}

.ie7 #product-pop-overlay {
  background:none;
}

.product-additional {
  background: #fff;
  border: 1px solid #eaeaea;
  margin: 50px auto 0px;
  padding: 12px;
  position: relative;
  width: 510px;
}

span.close-additional {
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 22px;
  top: 16px;
}

span.close-additional a {
  color: #fff;
  text-decoration: none;
}

span.close-additional a:hover {
  text-decoration: underline;
}

.product-additional h1 {
  background: #8DC63F;
  color: #fff;
  margin-bottom: 12px;
  padding: 4px 4px 4px 8px;
}

.additional-main {
  text-align: center;

}

ul.additional-thumbs {
  margin: 0px;
}

ul.additional-thumbs li {
  float: left;
  list-style-type: none;
  padding: 6px;
}

ul.additional-thumbs li img {
  display:block;
}

.left-column.press-release ul {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.left-column.press-release li {
  float: none;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.left-column .press-release ul.top-list {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.regular-content p {
  color: #444;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}

.left-column.regular-content ul {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.left-column.regular-content li {
  float: none;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.left-column.regular-content ol {
  list-style-type: decimal;
  margin: 0px 0px 21px 0px;
  padding-left: 20px;
}

.left-column.regular-content ol li {
  list-style-type: decimal;
}

.regular-content blockquote {
  color: #444;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 21px;
  padding: 0px 20px;
}

.spacing {
}

.regular-content-small p {
  color:#444;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 21px;
}

.left-column.regular-content-small ul {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.left-column.regular-content-small li {
  float: none;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.left-column.regular-content-small ol {
  list-style-type: decimal;
  margin: 0px 0px 21px 0px;
  padding-left: 20px;
}

.ie8 .regular-content-small ol,
.ie7 .regular-content-small ol {
  margin-left: 10px;
  padding-left: 22px;
}

.left-column.regular-content-small ol li {
  list-style-type:decimal;
}

.regular-content-small blockquote {
  color: #444;
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
  margin-bottom: 21px;
  padding: 0px 20px;
}

.product-description.regular-content-small ul {
  list-style-type: disc;
  margin: 0px 0px 21px 0px;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.product-description.regular-content-small li {
  float: none;
  font-size: 14px;
  height: auto;
  line-height: 21px;
  list-style-type: disc;
  margin: 0px;
  padding: 0px;
  width: auto;
}

.product-description.regular-content-small ol {
  margin: 0px 0px 21px 0px;
  padding-left: 20px;
  list-style-type: decimal;
}

.ie7 .product-description.regular-content-small ol {
  margin:0px 0px 21px 0px;
  padding-left:24px;
  list-style-type:decimal;
}

.product-description.regular-content-small ol li {
  list-style-type:decimal;
}

.product-description.regular-content-small blockquote {
  margin-bottom: 21px;
  line-height: 21px;
  font-size: 14px;
  color: #444;
  padding: 0px 20px;
  font-style: italic;
}

.regular-content-small ul {
  margin: 0px 0px 21px 0px;
  list-style-type: disc;
  padding: 0px 0px 0px 20px;
  width: auto;
}

.regular-content-small li {
  float: none;
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  line-height:21px;
  font-size: 14px;
  list-style-type: disc;
}

.regular-content-small ol {
  list-style-type: decimal;
  margin: 0px 0px 21px 0px;
  padding-left: 20px;
}

.regular-content-small ol li {
  list-style-type: decimal;
}

.product-config {
  margin-top: 16px;
  text-align: center;
}

.product-config p {
  font-weight: bold;
}

.recov {
  margin-top: 16px;
  text-align: center;
}

.recov a {
  text-decoration: underline;
}

.pop-up {
  padding: 30px;
}

.pop-up p {
  font-family: Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 18px;
}

.pop-up p img {
  display: block;
  margin: 0px auto;
  width: 80px;
}

.gallery-list-loader {
  position:relative;
}

.gallery-loading {
  background: #fff url(../images/ajax-loader.gif) no-repeat center 100px;
  display: none;
  height: 100%;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 100%;
  z-index: 9999;
}

#product-gallery .gallery-loading p {
  color: #aaa;
  /*font-family: 'SceneStdRegular', sans-serif;*/
  font-family: 'Arial';
  font-size: 12px;
  padding-top: 136px;
  text-align: center;
}

#replaceme h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px;
  padding: 0px 10px;
  width: 400px;
}

#replaceme p {
  margin: 20px 0px;
  padding: 0px 10px;
  width: 400px;
}

/* proof fix */
em {
  font-style: italic;
}
/* end proof fix */


/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */
@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */
}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */
}

/**
 * Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
 * consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ 
 */
@media screen and (max-device-width: 480px;) {
  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
