/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }


/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */
body { font-size:14px;color:#666556;font-family:Arial,Helvetica,sans-serif;}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; }

h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a           { text-decoration:underline;color:#005696; }
a:hover     { text-decoration:none; }

blockquote  { margin: 1.5em; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { }

ul          { list-style-type: none; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #f1f1f1; }
tfoot       { font-style: italic; }
caption     { background: #eee; }


/* Misc classes
-------------------------------------------------------------- */

.small      { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }


/* -------------------------------------------------------------- 
   
   BLUEPRINT CSS
    * Filename:        grid.css
    * Version:         0.7.1 (2008-02-25) YYYY-MM-DD
    * Website:         http://code.google.com/p/blueprintcss/

   Generated by:
    * Blueprint CSS Grid Generator (2008-05-01) [http://kematzy.com/blueprint-generator/]

   Based on work by:
    * Olav Bjorkoy      [bjorkoy.com]
    * Nathan Borror     [playgroundblues.com]
    * Jeff Croft        [jeffcroft.com]
    * Christian Metts   [mintchaos.com]
    * Khoi Vinh         [subtraction.com]

   == STRUCTURE: ========================
    * Page width:            940 px
    * Number of columns:     30
    * Column width:          12 px
    * Margin width:          20 px
   ======================================

   By default, the grid is 940px wide, with 30 columns 
   spanning 12px, and a 20px margin between columns.

   If you need fewer or more columns, use this formula to calculate
   the new total width: 

   Total width = (number_of_columns * column_width) - margin_width

   Read more about using a grid here:
   * subtraction.com/archives/2007/0318_oh_yeeaahh.php
   
-------------------------------------------------------------- */

/* A container should group all your columns. */
.bgContainer {
  width:1040px;
  margin: 0 auto;
  background-color:white;
}

.container {
  width: 940px;
  margin: 0 auto;
}

/* Use this class on any div.span / container to see the grid. */
.showgrid { 
  background: url(grid.png); 
}

/* Body margin for a sensile default look. */
body {
  margin:1.5em 0;	
}


/* Columns
-------------------------------------------------------------- */

/* Sets up basic grid floating and margin. */
div.span-1, div.span-2, div.span-3, div.span-4, div.span-5, div.span-6, div.span-7, div.span-8, div.span-9, div.span-10, div.span-11, div.span-12, div.span-13, div.span-14, div.span-15, div.span-16, div.span-17, div.span-18, div.span-19, div.span-20, div.span-21, div.span-22, div.span-23, div.span-24, div.span-25, div.span-26, div.span-27, div.span-28, div.span-29, div.span-30 {float:left;margin-right: 20px;}

/* The last column in a row needs this class. */
div.last { margin-right: 0; }

/* Use these classes to set the width of a column. */
.span-1  { width: 12px;}
.span-2  { width: 44px;}
.span-3  { width: 76px;}
.span-4  { width: 108px;}
.span-5  { width: 140px;}
.span-6  { width: 172px;}
.span-7  { width: 204px;}
.span-8  { width: 236px;}
.span-9  { width: 268px;}
.span-10 { width: 300px;}
.span-11 { width: 332px;}
.span-12 { width: 364px;}
.span-13 { width: 396px;}
.span-14 { width: 428px;}
.span-15 { width: 460px;}
.span-16 { width: 492px;}
.span-17 { width: 524px;}
.span-18 { width: 556px;}
.span-19 { width: 588px;}
.span-20 { width: 620px;}
.span-21 { width: 652px;}
.span-22 { width: 684px;}
.span-23 { width: 716px;}
.span-24 { width: 748px;}
.span-25 { width: 780px;}
.span-26 { width: 812px;}
.span-27 { width: 844px;}
.span-28 { width: 876px;}
.span-29 { width: 908px;}
.span-30, div.span-30 { width: 940px; margin: 0; }


/* Add these to a column to append empty cols. */
.append-1  { padding-right: 32px;}
.append-2  { padding-right: 64px;}
.append-3  { padding-right: 96px;}
.append-4  { padding-right: 128px;}
.append-5  { padding-right: 160px;}
.append-6  { padding-right: 192px;}
.append-7  { padding-right: 224px;}
.append-8  { padding-right: 256px;}
.append-9  { padding-right: 288px;}
.append-10 { padding-right: 320px;}
.append-11 { padding-right: 352px;}
.append-12 { padding-right: 384px;}
.append-13 { padding-right: 416px;}
.append-14 { padding-right: 448px;}
.append-15 { padding-right: 480px;}
.append-16 { padding-right: 512px;}
.append-17 { padding-right: 544px;}
.append-18 { padding-right: 576px;}
.append-19 { padding-right: 608px;}
.append-20 { padding-right: 640px;}
.append-21 { padding-right: 672px;}
.append-22 { padding-right: 704px;}
.append-23 { padding-right: 736px;}
.append-24 { padding-right: 768px;}
.append-25 { padding-right: 800px;}
.append-26 { padding-right: 832px;}
.append-27 { padding-right: 864px;}
.append-28 { padding-right: 896px;}
.append-29 { padding-right: 928px;}


/* Add these to a column to prepend empty cols. */
.prepend-1  { padding-left: 32px;}
.prepend-2  { padding-left: 64px;}
.prepend-3  { padding-left: 96px;}
.prepend-4  { padding-left: 128px;}
.prepend-5  { padding-left: 160px;}
.prepend-6  { padding-left: 192px;}
.prepend-7  { padding-left: 224px;}
.prepend-8  { padding-left: 256px;}
.prepend-9  { padding-left: 288px;}
.prepend-10 { padding-left: 320px;}
.prepend-11 { padding-left: 352px;}
.prepend-12 { padding-left: 384px;}
.prepend-13 { padding-left: 416px;}
.prepend-14 { padding-left: 448px;}
.prepend-15 { padding-left: 480px;}
.prepend-16 { padding-left: 512px;}
.prepend-17 { padding-left: 544px;}
.prepend-18 { padding-left: 576px;}
.prepend-19 { padding-left: 608px;}
.prepend-20 { padding-left: 640px;}
.prepend-21 { padding-left: 672px;}
.prepend-22 { padding-left: 704px;}
.prepend-23 { padding-left: 736px;}
.prepend-24 { padding-left: 768px;}
.prepend-25 { padding-left: 800px;}
.prepend-26 { padding-left: 832px;}
.prepend-27 { padding-left: 864px;}
.prepend-28 { padding-left: 896px;}
.prepend-29 { padding-left: 928px;}



/* Border on right hand side of a column. */
div.border {
  padding-right:9px;
  margin-right:10px;
  border-right: 1px solid #eee;
}

/* Border with more whitespace, spans one column. */
div.colborder {
  padding-right:5px;
  margin-right:2px;
  border-right: 1px solid #eee;
}

/* Use these classes on an element to push it into the 
   next column, or to pull it into the previous column.  */

.pull-1 { margin-left: -32px;}
.pull-2 { margin-left: -64px;}
.pull-3 { margin-left: -96px;}
.pull-4 { margin-left: -128px;}
.pull-5 { margin-left: -160px;}
.pull-6 { margin-left: -192px;}
.pull-7 { margin-left: -224px;}
.pull-8 { margin-left: -256px;}
.pull-9 { margin-left: -288px;}
.pull-10 { margin-left: -320px;}
.pull-11 { margin-left: -352px;}
.pull-12 { margin-left: -384px;}
.pull-13 { margin-left: -416px;}
.pull-14 { margin-left: -448px;}
.pull-15 { margin-left: -480px;}
.pull-16 { margin-left: -512px;}
.pull-17 { margin-left: -544px;}
.pull-18 { margin-left: -576px;}
.pull-19 { margin-left: -608px;}
.pull-20 { margin-left: -640px;}
.pull-21 { margin-left: -672px;}
.pull-22 { margin-left: -704px;}
.pull-23 { margin-left: -736px;}
.pull-24 { margin-left: -768px;}
.pull-25 { margin-left: -800px;}
.pull-26 { margin-left: -832px;}
.pull-27 { margin-left: -864px;}
.pull-28 { margin-left: -896px;}
.pull-29 { margin-left: -928px;}
.pull-30 { margin-left: -960px;}

.pull-1, .pull-2, .pull-3, .pull-4, .pull-5, .pull-6, .pull-7, .pull-8, .pull-9, .pull-10, .pull-11, .pull-12, .pull-13, .pull-14, .pull-15, .pull-16, .pull-17, .pull-18, .pull-19, .pull-20, .pull-21, .pull-22, .pull-23, .pull-24, .pull-25, .pull-26, .pull-27, .pull-28, .pull-29, .pull-30 {float:left;position:relative;}


.push-1 { margin: 0 -32px 1.5em 32px;}
.push-2 { margin: 0 -64px 1.5em 64px;}
.push-3 { margin: 0 -96px 1.5em 96px;}
.push-4 { margin: 0 -128px 1.5em 128px;}
.push-5 { margin: 0 -160px 1.5em 160px;}
.push-6 { margin: 0 -192px 1.5em 192px;}
.push-7 { margin: 0 -224px 1.5em 224px;}
.push-8 { margin: 0 -256px 1.5em 256px;}
.push-9 { margin: 0 -288px 1.5em 288px;}
.push-10 { margin: 0 -320px 1.5em 320px;}
.push-11 { margin: 0 -352px 1.5em 352px;}
.push-12 { margin: 0 -384px 1.5em 384px;}
.push-13 { margin: 0 -416px 1.5em 416px;}
.push-14 { margin: 0 -448px 1.5em 448px;}
.push-15 { margin: 0 -480px 1.5em 480px;}
.push-16 { margin: 0 -512px 1.5em 512px;}
.push-17 { margin: 0 -544px 1.5em 544px;}
.push-18 { margin: 0 -576px 1.5em 576px;}
.push-19 { margin: 0 -608px 1.5em 608px;}
.push-20 { margin: 0 -640px 1.5em 640px;}
.push-21 { margin: 0 -672px 1.5em 672px;}
.push-22 { margin: 0 -704px 1.5em 704px;}
.push-23 { margin: 0 -736px 1.5em 736px;}
.push-24 { margin: 0 -768px 1.5em 768px;}
.push-25 { margin: 0 -800px 1.5em 800px;}
.push-26 { margin: 0 -832px 1.5em 832px;}
.push-27 { margin: 0 -864px 1.5em 864px;}
.push-28 { margin: 0 -896px 1.5em 896px;}
.push-29 { margin: 0 -928px 1.5em 928px;}
.push-30 { margin: 0 -960px 1.5em 960px;}

.push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12, .push-13, .push-14, .push-15, .push-16, .push-17, .push-18, .push-19, .push-20, .push-21, .push-22, .push-23, .push-24, .push-25, .push-26, .push-27, .push-28, .push-29, .push-30 {float:right;position:relative;}



/* Misc classes and elements
-------------------------------------------------------------- */

/* Use a .box to create a padded box inside a column.  */ 
.box { 
  padding: 1.5em; 
  margin-bottom: 1.5em; 
}

/* Use this to create a horizontal ruler across a column. */
hr {
  background: #ddd; 
  color: #ddd;
  clear: both; 
  float: none; 
  width: 100%; 
  height: .1em;
  margin: 0 0 1.45em;
  border: none; 
}
hr.space {
  background: #fff;
  color: #fff;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clearfix:after, .container:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, .container {display: inline-block;}
* html .clearfix,
* html .container {height: 1%;}
.clearfix, .container {display: block;}

/* Regular clearing
   apply to column that should drop below previous ones. */

.clear { clear:both; }


/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }


/* Form fields
-------------------------------------------------------------- */

input.text, input.title,
textarea, select {
  border:1px solid #bbb;
}

input.text:focus, input.title:focus,
textarea:focus, select:focus {
  border:1px solid #666;
}

input.text, 
input.title   { width: 300px; padding:5px; }
input.title   { font-size:1.5em; }
textarea      { width: 390px; height: 250px; padding:5px; }


/* Success, notice and error boxes
-------------------------------------------------------------- */

.error,
.notice, 
.success    { border: 2px solid #ddd; }

.error      { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }


/* **********************************************************************************
File:  styles.css
Project: Pulse Roller
Created by: People Design
Date:  2008-04-27.
Copyright 2008 People Design. All rights reserved.
********************************************************************************** */
body  {
    margin:0px;
    padding:0px;
    background-color:#eaeaea;
}
:focus {
    -moz-outline-style: none;
}
.container  {
    padding-top:20px;
    position:relative;
    padding-bottom:40px;
}
/* --------------------
GLOBAL
-------------------- */
a  {
    color:#005696;
    text-decoration:none;
}
.roller .rollerLinks a:hover,
a:hover  {
    text-decoration:underline;
}
h1{
    color:#105A8C;
    font-size:30px;
    margin-top:25px;
}
h3 {
    background-color:#999;
    color:#FFF;
    font-size:14px;
    font-weight:bold;
    margin:0px;
    padding:5px;
    padding-left:10px;
}

h4 {
    color:#666556;
    font-size:14px;
    font-weight:bold;
    margin:0px 0px 10px 0px;
}
.topBar  {
    background-color:#005696;
    display:block;
    height:5px;
    width:100%;
}
label.error  {
    display:none !important;
}
textarea  {
    font-family: arial, helvetica, sans-serif;
    font-size:100%;
}
.nowrap{
    white-space:nowrap;
}
.spec_nom_edit-01{
    margin-right:5px !important;
    width:59px !important;
}
/* --------------------
Welcome page
-------------------- */
.bgContainer .welcome{
    /* overwrite .container width */
    width:100%;

    background-image: url('/images/welcome.jpg');
    background-position:top right;
    background-repeat:no-repeat;
    color:#105A8C;
    height:600px;
}
.welcome .logo {
    margin-left:50px;
} 
.welcome .message{
    left:102px;
    font-size:11px;
    position:relative;
    top:190px;
    width:300px;
}
.welcome h1{
    font-size:40px;
    font-weight:bold;
}
.welcome #sitefooter{
    position:absolute;
    bottom:40px;
    right:40px;
}
/* --------------------
UNIT PREFERENCE
-------------------- */
.unitPrefContainer {
    background-image:url('/images/resources/pulse-roller-pref-box.png');
    background-repeat:no-repeat;
    background-position:bottom left;
    color:#005696;
    cursor:pointer;
    font-size:10px;
    padding: 5px 10px;
    position:absolute;
    right:0;
    top:0;
    width:152px;
}
.unitPrefContainer img {
    margin-bottom:3px;
}
.unitPrefContainer label {
    color:#666666;
    font-weight:normal;
    padding-bottom:5px;
}
input.unit_pref_english,
input.unit_pref_metric {
}
.unitPref {
    display:none;
}
div.header{
    margin-top:20px;
}
div.header .logo{
    margin-top:7px;
}

/*---------------------
HOME PAGE
---------------------*/
.homePromo a{
    font-weight:bold;
}
/* --------------------
ADMIN NAV
-------------------- */
.adminTopBar {
    background-color:#005696;
    height:75px;
    width:100%;
    display:block;
}
.adminNavContainer {
    width:950px;
    margin:0 auto;
}
ul.adminNav li {
    float:left;
    margin-right:10px;
}
ul.adminNav li,
ul.adminNav li a  {
    color:#ffffff;
    font-size:12px;
}
.english_translation{
    background-color:#D2DFE7;
    margin:15px 0px;
    padding:15px;

}
/* --------------------
MAIN NAV
-------------------- */
ul.mainNav {
    float:left;
    margin-bottom:10px;
    margin-top:10px;
}
ul.mainNav li  {
    float:left;
    margin-left:20px;
}
ul.mainNav li a  {
    display:inline;
    font-size: 14px;
    font-weight: bold;
    float:left;
    text-decoration:none !important;
    height:23px;
    padding:7px 10px;
    background-repeat:no-repeat;
    background-position:right;
}
ul.mainNav li.over  {
    background-image:url('/images/resources/pulse-roller-menu-hover-left.gif');
}
ul.mainNav li.over a {
    background-image:url('/images/resources/pulse-roller-menu-hover-right.gif');
}
ul.mainNav li.selected  {
    background-image:url('/images/resources/pulse-roller-menu-select-left.gif');
}
ul.mainNav li.selected a {
    background-image:url('/images/resources/pulse-roller-menu-select-right.gif');
    color:#FFFFFF;
}
ul.mainNav li ul {
    float:left;
}
ul.mainNav li a.last  {
    padding-right:0px;
}
/* --------------------
ROLLER INDEX
-------------------- */
.roller .tab{/* this is the old tab for fixed length titles.  */
    background-image:url(pulse-roller-select-tab-grey.gif);
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-weight:bold;
    line-height:25px;
    padding-left:20px;
}
.roller .tab a{
    color:#FFF;
    display:block;
    width:175px;
}
.roller_tab{/* this is the fix for variable length titles */
    background-color:#999;width:auto;	display:inline;padding:5px 15px 5px 15px ;position:relative;top:-3px;font-weight:bold;
}
/*
.roller .tab:hover{
background-image: url('/images/pulse-roller-select-tab-blue.gif');
background-repeat:no-repeat;
}
*/

.roller .title {

    font-weight:bold
}
.rollerCol:hover .rollerTitle  {
    background-image: url('/images/pulse-roller-select-tab-blue.gif');
    background-repeat:no-repeat;
}
.rollerCol:hover .rollerLinks {
    background-color:#92b5cb;
}

.rollers .more_info {
    background-color:#F3F3F3;
    font-size:12px;
    margin-top:20px;
}
.rollers .more_info h3 {
    margin-bottom:10px;
}
.rollers .more_info a  {
    color:#005696;
    display:block;
    font-size:12px;
    font-weight:bold;
    margin:0px 0px 10px 15px;
}
.roller .description, .roller .description p {
    font-size:13px;
}

/* --------------------
ROLLERS SHOW
-------------------- */
.linesSpecific {
    display:none;
}
div.infoOverImg {
    position:absolute;
    top:0;
    left:0;
}
div.imgSelector {
    position:absolute;
    bottom:0px;
    left:0;
    font-size:11px;
}
ul.hoverTools  {
    /*margin-top:35px;
    */
}
ul.hoverTools li {
    float:left;
    margin-right:5px;
}
.namingQuestion {
    float:left;
    margin-left:5px;
}
ul.productLineDetailsNav{
    margin-bottom:2px;
    margin-top:20px;
}
ul.productLineDetailsNav li {
    display:block;
    float:left;
    width:182px;
}
ul.productLineDetailsNav li a {
    background-image:url('/images/pulse-roller-select-tab-grey.gif');
    background-repeat:no-repeat;
    color:#FFF;
    display:block;
    font-weight:bold;
    padding-left:5px;
}
ul.productLineDetailsNav li a.selected, ul.productLineDetailsNav li a:hover {
    background-image:url('/images/pulse-roller-select-tab-blue.gif');
    background-repeat:no-repeat;
}
.tabContent{
    border:solid 2px #CCC;
    padding:15px;
}
.rollerBasics, .linesSpecific {
    font-size:11px;
}
.rollerBasics ul {
    border-top:solid 2px #FFF;
    float:left;
    width:100%;
}
.rollerBasics ul.header, th {
    background:#015697;
    color:#FFF;
    font-weight:bold;
    font-size:11px;
}
.rollerBasics th{
    padding:3px 0px 0px 5px;
}
.rollerBasics ul li {
    float:left;
    padding:5px;
}
.rollerBasics .comparison{  
    display:none;
} 
.rollerBasics .minRollerLength th {  padding: 5px 0px  0px 0px;} 
.rollerBasics .minRollerLength tr+tr th { line-height:10px; padding: 0px 0px 7px 0px; } 
img.product_line_img{
    display:none;
}
.main_images span.product_line_drawing{
    bottom:0;
    color:#9E9E9E;
    display:none;
    font-size:10px;
    position:absolute;
    right:0;
}

.accordion h4{
  margin-bottom:0px;
}
.accordion div.uploads{
  margin:5px 0px 10px 0px;
  padding-top:0px;
}

/* --------------------
CONTROLS INDEX
-------------------- */


.controls .tab{
    background-image:url(pulse-roller-select-tab-grey.gif);
    background-repeat:no-repeat;
    color:#FFFFFF;
    font-weight:bold;
    line-height:25px;
    padding-left:20px;
}
.controls .tab a{
    color:#FFF;
    display:block;
    width:175px;
}
/*
.roller .tab:hover{
background-image: url('/images/pulse-roller-select-tab-blue.gif');
background-repeat:no-repeat;
}
*/

.roller .title {

    font-weight:bold
}


/* --------------------
CONTROLS SHOW
-------------------- */
.controls .tabs{
    margin-top:30px;
}
.controls .tabs a {
    background-image:url(pulse-roller-select-tab-grey.gif);
    color:#FFF;
    display:inline-block;
    font-weight:bold;
    height:25px;
    padding-left:10px;
    width:170px;
}


.controls .tabs a.selected {
    background-image:url(/images/pulse-roller-select-tab-blue.gif);
}

.controls .content {
    overflow:hidden;
    padding:15px;
}
.controls .content img{
    display:none;
}
.controls .content img#image0{
    display:block ;
}
.controls .content{
    border:1px solid #CCCCCC;
}



/*Specify*/
.spec{
    border-bottom:solid 1px #CCC;
    margin-bottom:10px;
    padding-bottom:10px;
}
.your_specifications ul{
    margin-left:20px;
}
.your_specifications ul li{
    list-style-type:disc;
}
.step {
    clear:both;
    float:left;
    margin-bottom:20px;
}
.step p {
    margin:0 0 5px;
}
.numberCircle {
    background-image:url("/images/resources/pulse-roller-specify-number-circle.gif");
    background-repeat:no-repeat;
    display:inline;
    float:left;
    width:30px;
    height:30px;
    font-size:16px;
    margin:-4px 10px 0 0;
}
.numCircleWSelect  {
    margin:-1px 10px 0 0;
}
.numberCircle span {
    display:inline;
    float:left;
    margin:2px auto auto 11px;
}
.step .stepCopy{
    margin-left:35px;
}
.torque_considerations ul li div{
    display:none;
    margin:7px 7px 25px 20px;
}
.previousStep {
    border:1px solid #666556;
}
.previousStep p {
    margin:10px;
}
.speeds p  {
    margin-bottom:5px;
}
.finalStartOver {
    margin-top:3px;
}
.yourSpecs  {
    border:1px solid #666556;
}
.vert-scroll-150{
    height:150px;
    overflow-y:scroll;
}
/*since redesign*/
.specBottomLine  {
    border-bottom:1px #ccc solid;
    height:10px;
    margin-bottom:10px;
    width:100%;
}
input.tightWidth {
    width:70px;
}
.whatsItMeanCopy, .toggleBody {
    display:none;
}
.grayBox .toggleBody{
    clear:left;
    margin:0px 10px;
}

.specSubmit_Reset a,
.specResultsSubmit a  {
    float:right;
    margin-top:0px;
    margin-right:10px;
}
.specSubmit_Reset input,
.specResultsSubmit input {
    float:right;
}
.recommendationBox .grayBox{
    height:520px;
}
/* Options */
.option{

    margin-bottom:20px;
    padding-bottom:20px;
    position:relative;
}

.toolbar {
    background-image:url(/images/pulse-roller-select-sub-left.gif);
    float:left;
    height:29px;
    padding:10px 0 0 10px;
    position:relative;
}
.toolbar .endCap { 
    background-image:url(/images/pulse-roller-select-sub-right.gif);
    height:39px;
    position:absolute;
    right:0;
    top:0;
    width:4px;
}
.options .toolbar {
    margin-bottom:60px;
}
.options .toolbar a:hover{
    text-decoration:none;
} 
.options .optionsRule{
    border-bottom:solid 1px #CCC;
    clear:both;
    margin-bottom:25px;
    position:relative;
} 
.options .optionsRule a{
    position:absolute;
    right:0px;
    top:-25px;
}
.options .optionsRule a img{
    position:relative;
    top:-3px;
}
/*News*/
.newsAbout p.content {
}
/*Contact*/
.contactForm div {
    margin-bottom:10px;
}
.contactForm p  {
    margin-bottom:10px;
}
.contactForm textarea  {
    margin-top:0px;
}
/*Tooltip*/
#tooltip {
    position: absolute;
    background-image:url('/images/pulse-roller-pref-box.png');
    /* z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
    */
}
#tooltip h3, #tooltip div {
    margin: 0;
}
/*Footer*/
#sitefooter, .site_by_peopledesign{
    font-size:11px;
}
#sitefooter {
    float:left;
    margin-top:20px;
}
.newsletter_signup_field{
    border:solid 1px #CCC;
    color:#666556;
    font-size:10px;
    padding:0px;
    width:170px;
}
.site_by_peopledesign{
    margin:20px auto 50px auto;
    text-align:right;
    width:940px;
}
.site_by_peopledesign  a{
    font-weight:bold;
}

/* Shadows */
.greyHorizontalShadow {
    /*The location of the left (wide) image*/
    background-image:url('/images/resources/pulse-roller-shadow-left.gif');
    /*The height of the image*/
    height:12px;
}
.greyHorizontalShadow span {
    /*The location of the left, super-wide image*/
    background-image:url('/images/resources/pulse-roller-shadow-right.gif');
}
/* sortable tables */
table.tablesorter {
    background-color: #CDCDCD;
    margin:10px 0pt 15px;
    width: 100%;
    text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #015697;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table.tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table.tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
    background-image: url('/images/asc.gif');
}
table.tablesorter thead tr .headerSortDown {
    background-image: url('/images/desc.gif');
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
} 
/* --------------------------------------------------------------
blueprint-additions.css
* Some added framework classes.
See the Readme file in this folder for additional instructions.
-------------------------------------------------------------- */
/*Typography*/
.blueText{
    color:#005696;
}
.largeGrey{
    font-size:20px;
    color:#333333;
}
.smallText{
    font-size:10px;
}
.rightText{
    text-align:right;
}
.centerText{
    text-align:center;
}
.leftText{
    text-align:left;
}
/*Margins around objects*/
.noMargin{
    margin:0px !important;
}
.margin{
    margin:10px !important;
}
.topMargin{
    margin-top:10px !important;
}
.rightMargin{
    margin-right:10px !important;
}
.bottomMargin{
    margin-bottom:10px !important;
}
.leftMargin{
    margin-left:10px !important;
}
/*Half*/
.topHalfMargin{
    margin-top:5px;
}
/*Double*/
.topDoubleMargin{
    margin-top:20px !important;
}
.rightDoubleMargin{
    margin-right:20px !important;
}
.bottomDoubleMargin{
    margin-bottom:20px !important;
}
.leftDoubleMargin{
    margin-left:20px !important;
}
/*Negative*/
.negTopMargin{
    margin-top:-10px;
}
.negRightMargin{
    margin-right:-10px;
}
.negBottomMargin{
    margin-bottom:-10px;
}
.negLeftMargin{
    margin-left:-10px;
}
/*Width*/
.fullWidth{
    width:100%;
}
/*Padding around objects*/
.noPadding{
    padding:0px !important;
}
.topPadding{
    padding-top:10px;
}
.rightPadding{
    padding-right:10px;
}
.bottomPadding{
    padding-bottom:10px;
}
.leftPadding{
    padding-left:10px;
}
/*Float objects*/
.leftFloat{
    float:left;
}
.rightFloat{
    float:right !important;
}
/*Positioning*/
.absolute{
    position:absolute !important;
}
.relative{
    position:relative !important;
}
.top{
    top:0px;
}
.right{
    right:0px;
}
.bottom{
    bottom:0px;
}
.left{
    left:0px;
}
/*Cycling*/
.even{
    background-color:#f1f1f1;
}
.odd{
}
/*Background*/
.pink{
    background-color:pink !important;
}
/*Boxes*/
.grayBorder{
    border:1px #cccccc solid;
}
.grayBox{
    background-color:#f3f3f3;
    padding:10px;
}
.grayDarkBox{
    padding:10px;
    background-color:#CCC;
}
/* --------------------------------------------------------------
END
blueprint-additions.css
-------------------------------------------------------------- */


.homePromo .grayBox{height:238px;} 

img.product_line_img{display:block;}
img.product_line_drawing{display:none;}
div.imgSelector{bottom:-10px;}
div.imgSelector a#active img{display:inline;}
div.imgSelector a#active{color:#333;}
div.imgSelector a img{display:none;margin-right:5px;}
div.infoOverImg{width:200px;}
ul.hoverTools li	{ position:relative;}
.tipback{background-image:url("/images/pulse-roller-select-option-hover.png");
    height:33px;
    width:200px;
    position:absolute;
    top:-32px;
    left:2px ;
    display:none;
}
ul.productLineDetailsNav li a	{ font-size:14px;padding-top:2px; height:23px;margin-bottom:-1px;}
ul.productLineDetailsNav{ margin-bottom:0px !important;}
.tabContent{border:solid 1px #CCC;}
.right-border{}
li.white{color:#333;background-color:white;}
.rollerBasics .firstComparison{ 
    background:#FFF top no-repeat url("/images/pulse-roller-compare-shadow.gif");
    border-top:none;
}
th{border:0 !important;}
.contactForm p{position:relative;}
.contactForm input.submit{width:auto;}
.contactForm textarea{width:430px;}
.tooltip{position:absolute;margin:0;left:210px;top:-2px;}
.alttip{left:444px;}
.grayBox .type-news-body{display:none;}
.newsTitles{margin-top:10px;}
.newsTitles li{margin-bottom:10px;}
h2{font-size:16px;font-weight:bold;} 

/* Phase 2 */
.toggle img{display:none}
.tagline{
    background-color:#A2BBCC;
    color:#FFF;
    font-size:22px;
    padding:15px;
}

.roller_index_heading{
    color:#2D82B3;
}

.accordion{ 
    border:solid 1px #ccc;
    margin-bottom:15px;
}
.accordion h3{
    border-bottom:solid 1px #777;}
.accordion h3 a, .accordion h3 a:hover{
    color:white;
    display:block;
    text-transform:none;
}
.accordion div{
    padding:10px;
} 
/* part number page */
table.part_number{border-collapse: collapse;} 
table.part_number tr{
    border-top:dotted 1px gray;
}
table.part_number  .box{
    background-color:#E8E8E8;
    padding:3px 15px;
} 
table.part_number .code{
    float:left;
    width:30%;
} 
table.part_number .code .box{
    float:left;
    background-color:#B8CDD8;
    margin-right:7px;
}

/* end part number page */

/*
m2m plugin styles
*/
#m2m div{
    border:solid 1px #999;
    float:left;
    margin-right:15px;
    padding:10px;
    width:40%;
} 
#m2m ul{
    margin: 0px;
} 
#m2m ul li{
    background-color:#f5f5f5;
    cursor:pointer;
    display:block;
    margin:3px 0px;
    padding:7px;
}
#m2m ul li:hover{
    background-color:#EBEBEB;
}
#m2m .assigned_hover{
    border:solid 1px red;
}
/*
Errors for Active Record, from scaffold
*/

#errorExplanation {
    width: 400px;
    border: 2px solid red;
    padding: 7px;
    padding-bottom: 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: -7px;
    background-color: #c00;
    color: #fff;
}

#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 5px;
}

#errorExplanation ul li {
    font-size: 12px;
    list-style: square;
}


/* YUI Rick Text editor */
.yui-editor-container .editor-hidden{
    display:none;
}
.yui-editor-container h3{
    background-color: transparent;
}
/* end YUI Rick Text editor */





































