/* $Id: styles.css,v 1.1 2009/06/26 00:33:39 duvien Exp $ */
#page {
background:#ffffff;
}
h1#site-name {
  margin-bottom: 0;
}
#edit-search-theme-form-1-wrapper label {
        display: none;
}
#superfish, 
#block-superfish-1 {
  overflow: visible;
}
#site-header,
#site-subheader,
#footer-region,
.column,
.node,
.comment,
.block {
  margin-bottom: 10px;
}

.signupform{  	display:inline;}
#site-header {
	padding-top: 10px;
	z-index: 5;
	position: relative;
}
#header-inner {
  width:100%;
  height:74px;
}

.menu .welcome-user{
	text-transform: capitalize;
	border-left:0px;
	border-left:0px !important;
	position:absolute;
	bottom:16px;
	right:0;
}
#footer-region
{
  background:#c2cac8;
  	display:block;
  	margin:0;
	padding: 10px;
	font-size: 10px;
	text-align:center;
	color: #000000;
}
/* HTML Element */
html, body
{
color:#000;
background:#dedede !important;
}

pre, code
  {
    font-size: 1.0em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

table
  {
    border-collapse: collapse;
    width: 700; /* Prevent cramped-looking tables */	
	padding: 0;
	margin: 0;
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #ccc;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #ccc;
  }


  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
	border:1px solid #ccc;
  }

fieldset {}

.red {
  color:#f00;
}

/*
** Formatting for administration page
**
** The admin panel styles are a mess. IE has problems with this so this is
** only a temporary fix. This should be fixed in core.
*/
div.admin-panel {
  padding: 0;
}

div.admin-panel .body {
  padding: 0 !important;
}

div.admin .left,
div.admin .right {
  width: 50%;
  margin-left: 0;
  margin-right: 0;
}

div.admin .right .admin-panel {
  margin-left: 10px;
}

/* Theme settings */
#div-zen-debug strong
  {
    float: left;
    width: 90px;
    margin-left: 0;
    margin-right: 10px;
    text-align: left;
  }

ul.bodylist {
margin:0;
padding:0 0 3em 3em;
}

ul.links {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:93%;
	border:solid 1px #808080;
	background-color:#dadce5;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul.links li {
	display:block;
	height:30px;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #cccccc;
}
ul.links li a{
	display:block;
	float:left;
	color:#000000;
	text-decoration:none;
	padding:5px 20px 5px 10px;
	height:30px;
	}
/*ul.links li a:hover{
	background:transparent url("images/blue.jpg") repeat-x top left;	
	}
	*/
	
logintop{
    align: right;
}


/*   start jquery feature content    */
#featured{ 
	width:680px; 
	padding-right:250px; 
	position:relative;
	margin-bottom:10px;
	border:5px solid #dadce5; 
	height:314px; 
	background:#fff;
}
#featured ul.ui-tabs-nav{ 
	position:absolute; 
	top:0; left:679px; 
	list-style:none; 
	padding:0; margin:0; 
	width:250px; 
  background: none transparent;
}
#featured ul.ui-tabs-nav li{ 
	padding:1px 0; padding-left:13px;  
	font-size:9px; 
	color:#666;
	border: 0;
  background: none transparent;
}
#featured ul.ui-tabs-nav li img{ 
	float:left; margin:2px 5px; 
	background:#fff; 
	padding:2px; 
	border:1px solid #eee;
}
#featured ul.ui-tabs-nav li span{ 
	font-size:9px; font-family:Verdana; 
	line-height:14px; 
}
#featured li.ui-tabs-nav-item a{ 
	display:block; 
	height:60px; 
	color:#333;  background:#fff; 
	line-height:20px;
		text-decoration: none;
}
#featured li.ui-tabs-nav-item a:hover{ 
	background:#f2f2f2; 
}
#featured ul.ui-tabs-nav li.ui-tabs-selected{ 
	background:url('images/selected-item.gif') top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
	background:#dadce5; 
}
#featured .ui-tabs-panel{ 
	width:679px; height:314px; 
	background:#999; position:relative;
}
#featured .ui-tabs-panel .info{ 
	position:absolute; 
	top:244px; left:0; 
	width:679px; height:70px; 
	background: url('images/transparent-bg.png'); 
}
#featured .info h2{ 
	font-size:14px; font-family:Verdana; 
	color:#fff; padding:5px; margin:0;
	overflow:hidden; 
}
#featured .info p{ 
	margin:0 5px; 
	font-family:Verdana; font-size:11px; 
	line-height:15px; color:#f0f0f0;
}
#featured .info a{ 
	text-decoration:none; 
	color:#fff; 
}
#featured .info a:hover{ 
	text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
	display:none; 
}
/*  Views added custom styles  */
.views-view-grid-locations
 td {  vertical-align: bottom;
 padding:15px;
}

/*   end jquery feature content    */
.tablebox {
	border: 1px solid #AFC4E2;
	margin: 10px 0 0;
}

.tablebox h3 {
	background: #EDEFF7;
	width: 100%; 
	/*height: 17px;*/
	font-size: 13px;
	font-weight : bold;
	padding: 2px 0;
	margin-top: 0;
	text-indent: 14px;
}

.headerred {font-family:verdana, arial, helvetica, sans-serif; font-size:20px; color:#ff0000;}
.tablesred {font-family:verdana, arial, helvetica, sans-serif; font-size:11px; font-weight:600; color:#ff0000;}
.linklisthead {font-size:14px; color:#336699; line-height:18px; font-weight:600;}
.rightredhead {font-size:14px; color:#ff0000; line-height:18px; font-weight:600;}
.white {font-size:13px; color:#dedede; line-height:18px; font-weight:600;}
.black {font-size:11px; color:#000000; line-height:18px; font-weight:600;}
a.footer {font-size:11px; color: #3193c8; font-family: Verdana; font-weight: bold; text-decoration: underline;}
a.footer:hover {font-size:11px; color: #dedede; font-family: Verdana; font-weight: bold; text-decoration: underline;}
a.requestbox {color: #fff!important; font-family: Verdana; font-weight: bold; text-decoration: none; display: block; float: left;}
a.requestbox, a.requestbox span {overflow: hidden;}
a.requestbox.light {font-size: 12px; height: 36px; padding-right: 12px; background: no-repeat 100% -511px; margin-top: 12px;}
a.requestbox.light span {display: block; height: 12px; padding: 11px 0 13px 11px; background-position: 0 -451px;}
a.requestbox.light.mid, a.requestbox.light.mid span {height: 28px; display: block;}
a.requestbox.light.mid {font-size: 11px; background-position: 100% -307px; display: block;}
a.requestbox.light.mid span {padding: 7px 0 10px 11px; background-position: 0 -349px;}
a.requestbox.right {float: right;}
a.requestbox.center {float: none; text-align: center;}
a.requestbox.light.blue, a.requestbox.light.blue span {background-image: url(images/requestbox.png);}
a.requestbox.light.arrow {padding-right: 29px; background-position: 100% -397px;}
a.requestbox.light.arrow.mid {background-position: 100% -217px;}
a.requestbox.light:hover {background-position: 100% -549px;}
a.requestbox.light:hover span {background-position: 0 -489px;}
a.requestbox.light.arrow:hover {background-position: 100% -435px;}
a.requestbox.light.mid:hover {background-position: 100% -337px;}
a.requestbox.light.mid:hover span {background-position: 0 -379px;}
a.requestbox.light.arrow.mid:hover {background-position: 100% -247px;}
a.requestbox.light:active {background-position: 100% -587px;}
a.requestbox.light:active span {background-position: 0 -527px;}
a.requestbox.light.arrow:active {background-position: 100% -473px;}
a.requestbox.light.mid:active {background-position: 100% -367px;}
a.requestbox.light.mid:active span {background-position: 0 -409px;}
a.requestbox.light.arrow.mid:active {background-position: 100% -277px;}

/* Superfish menu */

ul#superfish-1 li.expanded a {padding-right:103px;}

/* Webforms */

.webform-client-form fieldset {border:0; border-top: 1px solid #CCC; padding:0;}
.webform-client-form fieldset legend {display:none;}

.webform-client-form fieldset .form-item {background-color: #EEE; border-bottom: 1px solid #CCC; padding: 0.2em 0.6em; margin:0;}
.webform-client-form fieldset .form-item label {display:block; float:left; width:100px; padding-top:3px; margin:0;}

.webform-client-form fieldset#webform-component-project-info legend,
.webform-client-form fieldset#webform-component-samples legend {display:block; margin-bottom:15px;}

.webform-client-form fieldset#webform-component-project-info .form-item label {width:200px;}
.webform-client-form fieldset#webform-component-product-needs .form-item label {width:200px;}
.webform-client-form fieldset#webform-component-literature .form-item label {width:200px;}

.webform-client-form fieldset#webform-component-samples--sample1,
.webform-client-form fieldset#webform-component-samples--sample-2,
.webform-client-form fieldset#webform-component-samples--sample-3,
.webform-client-form fieldset#webform-component-samples--sample-4,
.webform-client-form fieldset#webform-component-samples--sample-5 {background-color: #EEE; padding: 0.2em 0.6em; margin:0;}
.webform-client-form fieldset#webform-component-samples--sample-5 {border-bottom: 1px solid #CCC;}

.webform-client-form fieldset#webform-component-samples--sample1 legend,
.webform-client-form fieldset#webform-component-samples--sample-2 legend,
.webform-client-form fieldset#webform-component-samples--sample-3 legend,
.webform-client-form fieldset#webform-component-samples--sample-4 legend,
.webform-client-form fieldset#webform-component-samples--sample-5 legend {display:block; float:left; width:58px;}

.webform-client-form fieldset#webform-component-samples--sample1 legend {margin-top:22px;}

.webform-client-form fieldset#webform-component-samples--sample1 .form-item,
.webform-client-form fieldset#webform-component-samples--sample-2 .form-item,
.webform-client-form fieldset#webform-component-samples--sample-3 .form-item,
.webform-client-form fieldset#webform-component-samples--sample-4 .form-item,
.webform-client-form fieldset#webform-component-samples--sample-5 .form-item {display:block; float:left; background-color:transparent; border:0; padding:0;}

.webform-client-form fieldset#webform-component-samples--sample1 .form-item label {float:none; width:auto; white-space:nowrap;}

.webform-client-form fieldset#webform-component-samples--sample-2 .form-item label,
.webform-client-form fieldset#webform-component-samples--sample-3 .form-item label,
.webform-client-form fieldset#webform-component-samples--sample-4 .form-item label,
.webform-client-form fieldset#webform-component-samples--sample-5 .form-item label {display:none;}

/* Reformat tables from default
.pane-node-body table table,
.pane-node-body table table th,
.pane-node-body table table td
{
  border-color: #600;
  border-style: solid;
}

.page-node-102 .pane-node-body table table,
.page-node-102 .pane-node-body table table th,
.page-node-102 .pane-node-body table table td,
.page-node-134 .pane-node-body table table,
.page-node-134 .pane-node-body table table th,
.page-node-134 .pane-node-body table table td,
.page-node-163 .pane-node-body table table th,
.page-node-163  .pane-node-body table table td
{
  border-style: none;
}
 */
.pane-node-body table table
{
  border-width: 0 0 1px 1px;
  border-spacing: 0;
  border-collapse: collapse;
}

.pane-node-body table table th,
.pane-node-body table table td
{
  border-width: 1px 1px 0 0;
  margin: 0;
  padding: 4px;
}

tr.even, tr.odd {
  background-color: #fcfcfc;
  border:0;
  padding:0;
}
tr.even td, tr.odd td {
  border:solid 1px #ccc;
  padding:5px;
	margin: 0;
}
td.red {color:red;}

table.graph, table.graph table {margin-bottom:0;}
table.graph tr td {padding:0; border:0;}

table#graphs_forced, table#graphs_natural {margin-bottom:20px;}

#drawing {margin-bottom:20px;}

ul.quicktabs-tabs.quicktabs-style-basic li.active{
	line-height: 20px;
}
.panel-pane img {
	padding: 1em 0;
} 

#block-quicktabs-main_page_tab {
	margin: 0;
}
#footer-region td {
	width: 20%
}
.sf-menu.sf-style-white a {
	padding: 9px 18px;
}
.container-16 .grid-7 {
width: 370px;
}
.container-16 .grid-9 {
	width: 540px;
	float: right;
	margin-right: 20px;
}
.container-16 .grid-9 .logintop,
.container-16 .grid-9 .region-search-box {
	padding-top: 5px;
}
.container-16 #search-box {
	float: left;
	padding-top: 5px;
	font-size:12px;
}
.panels-flexible-row-21-main-row-middle {
  width:560px;
}
.pane-node-title .pane-content {
  font-size:25px;
  font-weight:bold;
  margin-bottom:20px;
}
.webform-client-form fieldset .form-item {
  border: none;  
}
#webform-client-form-2208 div > fieldset {
  width:455px;
  float:left;
  border: 1px solid #ccc;
  padding:0 5px 5px;
}
#webform-component-survey-question2 .form-item,
#webform-component-survey-question3 .form-item,
#webform-component-survey-question4 .form-item {
  width: 450px;
  float: left;
  padding: 0 0 0.2em 5px;
}
#webform-component-survey-question2 .form-item label,
#webform-component-survey-question3 .form-item label,
#webform-component-survey-question4 .form-item label {
  width:200px;
}
#webform-component-survey-question2 .form-type-radio,
#webform-component-survey-question3 .form-type-radio,
#webform-component-survey-question4 .form-type-radio {
  width: 12px;
  float: left;
  margin: 0;
  padding: 0 10px 0 19px;
}
#webform-component-survey-question2 .form-type-radio input.form-radio,
#webform-component-survey-question3 .form-type-radio input.form-radio,
#webform-component-survey-question4 .form-type-radio input.form-radio {
  margin:0;
}
#webform-component-survey-question2 .form-type-radio label,
#webform-component-survey-question3 .form-type-radio label,
#webform-component-survey-question4 .form-type-radio label {
  position:absolute;
  top:5px;
  width: 20px;
}
#webform-component-survey-question2 .form-type-radio:first-child label,
#webform-component-survey-question3 .form-type-radio:first-child label,
#webform-component-survey-question4 .form-type-radio:first-child label {
  right: 240px;
}
#webform-component-survey-question2 .form-type-radio:nth-child(2) label,
#webform-component-survey-question3 .form-type-radio:nth-child(2) label,
#webform-component-survey-question4 .form-type-radio:nth-child(2) label {
  right: 177px;
}
#webform-component-survey-question2 .form-type-radio:nth-child(3) label,
#webform-component-survey-question3 .form-type-radio:nth-child(3) label,
#webform-component-survey-question4 .form-type-radio:nth-child(3) label {
  right: 140px;
}
#webform-component-survey-question2 .form-type-radio:nth-child(4) label,
#webform-component-survey-question3 .form-type-radio:nth-child(4) label,
#webform-component-survey-question4 .form-type-radio:nth-child(4) label {
  right: 90px;
}
#webform-component-survey-question2 .form-type-radio:nth-child(5) label,
#webform-component-survey-question3 .form-type-radio:nth-child(5) label,
#webform-component-survey-question4 .form-type-radio:nth-child(5) label {
  right: 55px;
}
#webform-component-survey-question2 .form-type-radio:nth-child(6) label,
#webform-component-survey-question3 .form-type-radio:nth-child(6) label,
#webform-component-survey-question4 .form-type-radio:nth-child(6) label {
  right: 10px;
}
#webform-component-survey-question2 .fieldset-wrapper,
#webform-component-survey-question3 .fieldset-wrapper,
#webform-component-survey-question4 .fieldset-wrapper {
  position: relative;
  padding-top: 30px;
  padding-bottom: 5px
}
#webform-component-survey-question2 .fieldset-wrapper > div,
#webform-component-survey-question3 .fieldset-wrapper > div,
#webform-component-survey-question4 .fieldset-wrapper > div {
  border-bottom: 1px solid #CCC;
}
#webform-component-survey-question2 .fieldset-wrapper div div > label,
#webform-component-survey-question3 .fieldset-wrapper div div > label,
#webform-component-survey-question4 .fieldset-wrapper div div > label {
  display: none;
}
#webform-component-survey-question2 .fieldset-wrapper div:first-child div > label,
#webform-component-survey-question3 .fieldset-wrapper div:first-child div > label,
#webform-component-survey-question4 .fieldset-wrapper div:first-child div > label {
  display: block;
}
.webform-client-form fieldset legend {
  display: block;
}
#edit-submitted-responsibility-responsibility > div {
  float:left;
  width:350px;
  padding: 0;
  margin: 0.2em 0.6em;
}
#edit-submitted-responsibility-responsibility input.form-radio {
  float:left;
  margin: 5px 10px 5px 0;
  display: inline;
}
#edit-submitted-responsibility-responsibility label {
  width:100%;
  float: none;
  padding:0;  
  margin: 3px 0px 0px 0;
  display: inline;
}
#webform-client-form-2208 .fieldset-wrapper {
  background-color: #EEE;
  overflow:hidden;
}
#webform-component-responsibility--comments {
  border-top: 1px solid #ccc;
  height: 120px;
  float:left;
}

.node-type-accessories .pane-content .view-content input[type="submit"],.node-type-product-family .pane-content .view-content input[type="submit"] {
	border: none;
	background: transparent url(images/button-buy-now.gif) no-repeat 0% 0%;
	overflow: hidden;
	height: 30px;
	line-height:30px;
	text-indent: -999px;
	color: transparent;
	text-transform: capitalize;
	cursor:pointer;
	width: 100px;
	padding:0;
	margin:0;
	display:block;
}
.panels-flexible-region-product_search_page-center {
	border: 1px solid #DADCE5;
	padding-left: 15px;
	border-image: initial;
	
	
}
	
.panels-flexible-region-product_search_page-center {
	width: 620px;

}
.panels-flexible-region-product_search_page-right_links .pane-custom {
	border: 1px solid #DADCE5;
	padding: 10px;
	border-image: initial;
}
.panels-flexible-row-product_search_page-main-row-middle {
	margin:0;
	
}

#block-system-user-menu {
	position: absolute;
	top: 20px;
	right: 0;
	width:186px;
	height:50px;
}
#block-system-user-menu .menu li{
	display: inline;
	list-style-image: none;
	list-style-type: none;	
	border-left: 1px solid #DADCE5;
	margin: 0;
	padding: 0 8px 0 10px;
	float:left;
	height:18px;
}

#block-system-user-menu .header-link-border-right{
	border-left:0px !important;
	border-right:1px solid #DADCE5;
}

#block-system-user-menu .menu li.first {
	border:none;
}
#block-system-user-menu .menu li.last {
	display: block;
	border:none;
	/*position: relative;*/
}

#block-system-user-menu .menu-cart { 
	border-left:0px;
}

#block-system-user-menu .menu-cart a{
	/*position: relative;*/
	background: url(images/shopping-cart-header.png) no-repeat;
	width:25px; 
	height:18px;
	display:block;
	float:left;
	text-indent:-9999px;
}
.panels-flexible-row-product_search_page-main-row-right {
	float:	right;
}
.panels-flexible-column-11-main .pane-content {
	padding:0 10px;
}

.panels-flexible-product_search_page-inside .pane-1 input[type="button"] {
	background-color: white;
	background: transparent url(images/button-back-B.png) no-repeat;
	width: 50px;
	height: 30px;
	border: none;
	overflow: hidden;
	cursor: pointer;
	padding: 0px;
	text-indent: -999px;
	display: block;
	color: transparent;
	text-transform: capitalize;
}
.panels-flexible-row-56-main-row-middle {
	margin-right: 193px;
}
#block-superfish-1 {
	height: 32px;
	margin: 10px 0 0;
	background: #DADCE5;
	border: 1px solid #BCBDC5;
}
.sf-menu.sf-style-white {
	margin-bottom: 5px;
	margin-top: -1px;
	margin-left: -1px;
}
.sf-menu.sf-style-white a {
	padding: 9px 21px;
}
.sf-menu.sf-style-white #menu-6372-1 a,
.sf-menu.sf-style-white #menu-20118-1 a {
	border-right: none;
	padding: 9px 20px;
}

.panels-flexible-column-56-main {
	float: left;
	width: 100%;
}	
	
.panels-flexible-56-middle {
	margin-left: 0px;
}	
	
#uc-cart-view-form .form-actions  #edit-checkout--2 {
  border: none;
  text-indent: -999px;
  background: transparent url(images/button-checkout.png) no-repeat;
  width: 250px; 
  height: 30px; 
  cursor: pointer;
  overflow: hidden;
  margin-left: 1px;
  color: transparent;
  text-transform: capitalize;
 }
 
 #uc-cart-view-form .form-actions  #edit-update {
  border: none;
  text-indent: -999px;
  background: transparent url(images/button-update-cart.png) no-repeat;
  width: 100px; 
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  color: transparent;
  text-transform: capitalize;
   }
 
 #uc-cart-view-form  td.remove .form-submit {
  border: none;
  text-indent: -999px;
  background: transparent url(images/button-remove.png) no-repeat;
  width: 63px; 
  height: 26px; 
  cursor: pointer;
  overflow: hidden;
  padding: 0px;
  display:block;
  color: transparent;
  text-transform: capitalize;
  
 }
 
 
.page-cart-checkout #edit-panes-quotes-quote-button {
	border: none;
	text-indent: -999px;
	background: transparent url(images/button-ship-cost.png) no-repeat;
	width: 158px; 
	height: 30px; 
	cursor: pointer;
	overflow: hidden;
	padding: 0px;
	color: transparent;
	text-transform: capitalize;
}

.page-cart-checkout  #edit-continue {
	border: none;
	text-indent: -999px;
	background: transparent url(images/button-review-order.png) no-repeat;
	width: 100px; 
	height: 30px; 
	cursor: pointer;
	overflow: hidden;
	padding: 0px;
	margin-left: 10px;
	color: transparent;
	text-transform: capitalize;
}

.page-cart-checkout #edit-cancel {
	border: none;
	text-indent: -999px;
	background: transparent url(images/button-cancel.png) no-repeat;
	width: 63px; 
	height: 26px; 
	cursor: pointer;
	overflow: hidden;
	padding: 0px;
	color: transparent;
	text-transform: capitalize;
}

#uc-cart-checkout-review-form #edit-back {
	border: none;
	background-color: white;
	background: transparent url(images/button-back-B.png) no-repeat;
	text-transform: capitalize;
	width: 50px;
	height: 30px;
	padding: 0px;
	border: white;
	overflow: hidden;
	cursor: pointer;
	text-indent: -999px;
	color: transparent;
}

#uc-cart-checkout-review-form #edit-submit {
	border: none;
	background-color: white;
	background: transparent url(images/button-submit-order.png) no-repeat;
	text-transform: capitalize;
	width: 101px;
	height: 30px;
	border: white;
	overflow: hidden;
	cursor: pointer;
	padding: 0px;
	text-indent: -999px;
	margin-left: 10px;
	color: transparent;
	
}

.views-field-buyitnowbutton input[type="submit"]{
	border: none;
	background: transparent url(images/button-buy-now.gif) no-repeat 0% 0%;
	overflow: hidden;
	height: 30px;
	line-height:30px;
	text-indent: -999px;
	color: transparent;
	text-transform: capitalize;
	cursor:pointer;
	width: 100px;
	padding:0;
	margin:0;
	display:block;

}

.uc-cart-checkout-form #po-pane .form-item label {
  padding: 5px 6px 6px;
}

.uc-default-submit {
  height: 0px;
  left: -9999px;
  position: absolute;
  visibility:visible;
  top: -9999px;
  width: 0px;
}

#po-pane .form-item label {
  float: left;
  padding-right: 4px;
  text-align: right;
  width: 15em;
}


/**
* Extrusions Max Clips area
*
*/
.extrusmax .left-col {
  float:left;
  width:70%;
}

.extrusmax .right-col {
  float:right;
  width:29%;
}

.extrusmax #aavid-add-to-cart-form label {
  font-weight: normal;
  float: left;
  width: 110px;
  font-size: 12px;
}

.extrusmax #aavid-add-to-cart-form input.form-text {
  float: left;
  width:50px;
  margin-right: 5px;
}

.extrusmax #aavid-add-to-cart-form input.form-submit {
  width:150px;
  height:27px;
  background-color:#ff0000;
  color:white;
}

.extrusmax #aavid-add-to-cart-form input[value="Buy Now"] {
  width:110px;
  padding-left:25px;
  margin-left:5px;
  background:url(images/shopping-cart-white.png) no-repeat left #ff0000;
}

.extrusmax #aavid-add-to-cart-form input.grey-button {
  width:120px;
  float:left;
  background-color:#ccc;
  color:white;
}

.extrusmax #aavid-add-to-cart-form .form-radios * {
  display:inline;
  float:none;
  width:auto;
}

.extrusmax .part-number {
  padding-bottom:25px;
}

.extrusmax span.thermal-data {
  font-size:14px;
  font-weight:bold;
}

.extrusmax .thermal-graph-copy {
  margin:20px 0;
}

.extrusmax .form-item-exlength {
  display:inline;
}

.extrusmax span.red {
  color:#ff0000;
}

.extrusmax p.bar-length {
  font-size:12px;
}

.extrusmax hr {
  border:none;
  border-top:1px solid #ccc;
}

.extrusmax .add-to-cart legend {
  float: left;
  width: auto;
  height: 30px;
  font-weight: bold;
  
}
.extrusmax .add-to-cart .fieldset-wrapper {
	clear:both;
}
.extrusmax .part-messages {
  clear:both;
}


/* fix qty text input */
#aavid-add-to-cart-form .form-item-qty .form-text {
	border:1px solid black;
	text-align:right;
	padding:3px 7px;
	width:80%;
}
#aavid-add-to-cart-form span.cart-right{
	border:none;
}
/* fix the subscribe button */
#mc-embedded-subscribe{
	padding-left:5px;
	padding-right:5px;
	margin-left:3px;
}

/* fix home page main tab */
#quicktabs-main_page_tab{
	
}
#quicktabs-main_page_tab .item-list{
	
}
#quicktabs-main_page_tab .item-list ul{
	margin:0;
	padding:0;
}
#quicktabs-main_page_tab .item-list li{
	border:1px solid #e5e5e5;
	border-bottom:1px solid #aaa;
	padding:2px 5px;
	margin:0 3px 0 0;
	
	border-bottom:none;
}
#quicktabs-main_page_tab .item-list li.active{
	border:1px solid #aaa;
	border-bottom:1px solid #fff;
}
#quicktabs-main_page_tab .item-list li a{
	color:#AAAAAA;
	font:bold 12px/19px Verdana;
	text-decoration:none;
}
#quicktabs-main_page_tab .item-list li a:hover{
	color:#555555;
}
#quicktabs-main_page_tab .item-list li.active a{
	color:#027AC6;
}

#quicktabs-main_page_tab #quicktabs-container-main_page_tab{
	border:1px solid #ccc;
	padding:10px;
	background:#fff;
}

/* user tabs */
ul.user-tabs{
	padding:0;
	margin:0;
	width:100%;
	border-bottom:1px solid #BCBDC5;
	height:31px;
}
ul.user-tabs li{
	float:left;
	border:1px solid #BCBDC5;
	padding:0px;
	margin:0 5px 0 0;
	background:#DADCE5;
	height:30px;
	line-height:30px;
	list-style:none;
	border-bottom:none;
}
ul.user-tabs li.active{
	background:#fff;
	font-weight:bold;
	border-bottom:1px solid #fff;
}
ul.user-tabs li a,
ul.user-tabs li a:link,
ul.user-tabs li a:visited{
	color:#555;
	text-decoration:none;
	padding:0 10px;
	height:30px;
	line-height:30px;
	float:left;
}
ul.user-tabs li a:hover{
	background:#fff;
}

/***************************************
   =cluetipClass: 'aavid'
-------------------------------------- */

.cluetip-aavid,
.cluetip-aavid .cluetip-outer {
  background-color: #d9d9c2;
	text-align:left;
}
.cluetip-aavid .ui-cluetip-header {
  background-color: #87876a;
}

/* default arrows */
div.cluetip-aavid .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-aavid .cluetip-arrows {
	top:0;
  background-image: url(images/arrowleft.gif);
	height:27px;
}
div.clue-left-aavid .cluetip-arrows {
  background-image: url(images/arrowright.gif);
	top:0;
  left: 100%;
  margin-right: -11px;
	height:27px;
}
div.clue-top-aavid .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
div.clue-bottom-aavid .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}

/* node - quote */
.node-quote .bold{
	font-weight:bold;
	margin:0 0 10px 0;
}
.node-quote .item{
	clear:both;
	margin:0 0 5px 0;
}
.node-quote .item .l{
	width:30%;
	float:left;
}
.node-quote .item .r{
	width:70%;
	float:left;
}

.node-quote .actions a {
  color:#fff;
  background: url(images/bg-step-active.gif) repeat-x left bottom #72d3ff;
  border:1px solid #55656f;
  padding:8px 15px;
  font-weight:bold;
  border-radius:5px;
  margin:0 10px 0 0;
}

.node-quote .expire {
	margin-bottom:20px;
	color:red
}

/* my custom quotes page */
.pane-aavid-quote-user-panel-pane-1{

}
.pane-aavid-quote-user-panel-pane-1 .pane-title{
	display:none;
}
.pane-aavid-quote-user-panel-pane-1 .pane-content{
	margin:50px 0 0 0;
}
.pane-aavid-quote-user-panel-pane-1 table{
	width:100%;
}
.pane-aavid-quote-user-panel-pane-1 table thead{
	border:1px solid #efefef;
}
.pane-aavid-quote-user-panel-pane-1 table thead th{
	border:none;
	padding:5px 10px;
	color:#828282;
	font-weight:normal;
	background:url(images/bg-quote-table-head.gif) repeat-x bottom left #fefefe;
}

.pane-aavid-quote-user-panel-pane-1 table tbody td{
	border:none;
	border-bottom:1px dotted #cdcdcd;
	padding:20px 10px;
}

.pane-aavid-quote-user-panel-pane-1 .expire-future {
  padding-left:20px;
  background:url(images/hourglass-red.png) no-repeat left;
}

.pane-aavid-quote-user-panel-pane-1 .pager {
  margin-top:10px;
  text-align:right;
}

.pane-aavid-quote-user-panel-pane-1 .pager li {
  margin-left:0.1em;
}

.node-quote .actions{
	margin:0 0 25px 0;
}
.node-quote .actions a {
  color:#fff;
  background: url(images/bg-step-active.gif) repeat-x left bottom #72d3ff;
  border:1px solid #55656f;
  padding:8px 15px;
  font-weight:bold;
  border-radius:5px;
  margin:0 10px 0 0;
}


.node-quote .quote-options{
	width:100%;
}
.node-quote .quote-options td.radio{
	border:none;
}
.node-quote .quote-options td.price{
	color:#F00;
	background:#ededed;
	text-align:right;
}

/* TODO: fix add to cart form */
.node-quote .pane-uc-add-to-cart .add-to-cart{
	display:none;
}

/*
Hack to move own shipper radio
*/

#quote {
  position:relative;
}

#quote .custom-shipper-header {
  padding-left:10px;
}

#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--2,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--3,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--4,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--5,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--6,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--7,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--8,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--9,
#quote #edit-panes-quotes-quotes-quote-option-aavid-shipping-own-shipper--10 {
  position:absolute;
  top:5px;
  left:270px;
}


#quote-options-form-update{
	width:55px;
	height:15px;
	background:url(images/quote-update.gif) no-repeat;
	display:block;
	text-indent:-2000px;
	text-decoration:none;
	border: none;
    cursor: pointer;	
}

#quote-options-form-submit{
	background:url(images/quote-submit.gif) no-repeat;
	width:152px;
	height:25px;
	display:block;
	text-indent:-2000px;
	border: none;
	font-size:0;
	line-height:0;
	cursor:pointer;
}

#quote-options-wrapper .submit {
  display:block;
  float:left;
  clear:both;
}

#quote-options-wrapper .print {
  display:block;
  float:left;
  white-space:nowrap;
}

.profile-search-button{
	background:url(images/bg-red-button.gif) left bottom repeat-x #ff0000;
	height:30px;
	color:#fff;
	border:none;
	border:1px solid #ccc;
	padding:0 10px;
}

.stock-messages p {
  color:#000000;
  padding:1px 0;
  margin:0;
}

.view-extrusions td, .view-maxclips td {
  padding:5px 5px 10px 5px;
}

.view-extrusions td .views-field-field-thumbnail-image, .view-maxclips td .views-field-field-thumbnail-image {
  height:100px;
  display: table-cell;
  vertical-align: middle;
}

.view-extrusions td img, .view-maxclips td img {
  padding: 0 0 0 10px;
}

.view-extrusions .pager, .view-maxclips .pager {
  margin-top:25px;
  text-align:right;
}

.view-extrusions .pager li, .view-maxclips .pager li {
  font-size:16px;
  margin: 7px;
}

.pane-aavid-extrusmax-extrusions-search{
	border:none;
	padding:0;
}
.pane-aavid-extrusmax-extrusions-search .pane-content{
	padding:0;
}

#aavid-thermal-curves-form .form-radios, #aavid-thermal-curves-form .form-item-lengthunits {
  display:inline;
}

span.custom-bar {
  padding-left: 7px;
  line-height:25px;
}

table.production-quote {
  width:100%;  
}

div.access-denied > div {
  width:425px;
  padding:19px;
  float:left;
  border:solid 1px #ccc;
}

div.access-denied #login-form {
  margin-right:10px;
}

div.access-denied .register-message {
  margin-bottom:20px;
}

div.access-denied .register-link a, #user-login #edit-submit {
  display:inline-block;
  width:auto;
  padding:3px 10px 2px;
  background:url(images/bg-step-active.gif) repeat-x center;
  color:#fff;
  border:solid 1px #666;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size:14px;
  line-height:21px;
}

div.access-denied .register-link a:hover {
  text-decoration:none;
}

table.price-table {
  margin-bottom:20px;
}

table.production-quote {
  margin-bottom:10px;
}

table.production-quote .form-required {
  display:none;
}

table.production-quote .form-actions {
  margin:0;
}
/* fan product grids */

div.OneRowItems a {
	margin-right:8px;
	}
table.Tstyle2 td div.BarArea img {
	margin-right: 7px;
	margin-left: 0;
	display:block;
	}
div.BarArea {	
	 float:left; 
	font-size:10px;
	 margin-top:12px; 
	 margin-right: 12px;
	 }
div.MoreItems, div.OneRowItems {
	float:left;
	}
div.MoreItems a {
	display:block;
	}	
table.Tstyle2 th.ThStyle2 {
	background:#BDD8FF url(/sites/default/files/products/fans/pic/bk-th-2.gif) top left repeat-x;
	text-align: center;
	padding:7px 8px;
	color:#18486A;
}
table.Tstyle2 td img.RedBar {
	margin-right: 7px;
	}
div.MoreItems img, div.OneRowItems img {
	border:0;
	vertical-align:middle;
	margin-right: 4px;
	margin-left: -2px;
	}
table.Tstyle2 td a {
	color:#EB003D;
	}
table.Tstyle2 td {
	background: url(/sites/default/files/products/fans/pic/bk-td-1.gif) top left repeat-x;
	border-top:1px dashed #aaa;
	padding:10px 4px;
	vertical-align:top;
	}
table.Tstyle2 th {
	background:#C4E2F8 url(/sites/default/files/products/fans/pic/bk-th-1.jpg) top left repeat-x;
	text-align: center;
	padding:7px 8px;
	color:#18486A;
}
table.Tstyle2 {
	border:1px solid #ccc;
	font-size:10px;
	}

div#Content ul ul li a {
	background:#E3ECF5;
	padding:4px 9px;
	color:#0066FF;
	}
	
div#Content ul li a {
	color:#596877;
	}
	
div#Content ul li {
	margin-bottom: 14px;
	}
	
div#Content p {
	}
	
div#Content h2 {
	color: #395B7E;
	font-size:16px;
	}
	
div#Overview h1 {
	color:#2074C9;
	border-bottom: 1px dashed #ccc;
	font-size:
	18px;
	}
div#Content, div#Overview {
	padding: 0 10px 0 22px;
	color: #596877;
	line-height:18px;
	font-size: 13px;
	}
	
div#Container div#Menu a img {
	border:0;
	}	
	
div#Container a:hover {
		color:blue;
		}
		
div#OutContainer {
	width: 800px;
	margin: auto;
	text-align: left;
	padding-top:24px;
	padding-bottom:4px;
	}
	
div#Container {
	width: 800px;
	margin-bottom:4px;
	float:left;
	border: 4px solid #c1d1d4;
	background-color:#fff;
	}
	
	table.Tstyle1 td img {
	display:block;
	margin-top:8px;
	text-align:center;
	}
table.Tstyle1 td {
	background: url(/sites/default/files/products/fans/pic/bk-6.gif) top left repeat-x;
	border-top:1px dashed #aaa;
	padding:14px 8px;
	vertical-align:top;
	}
table.Tstyle1 th {
	background:#C4E2F8 url(/sites/default/files/products/fans/pic/bk-th-1.jpg) top left repeat-x;
	text-align: center;
	padding:7px 8px;
	color:#18486A;
}
table.Tstyle1 {
	border:1px solid #ccc;
	font-size:12px;
	}
	
td.BigDigit {
	font-size:22px;
	font-weight:bold;
	}