/* 
Description: Nexen Style Guide
Version: 2.0 Redesign of Nexen Website
Author: Ken Buras * / * /
 --------------------------------------------- */

/* TABLE OF CONTENTS

00 - Global Elements - Standard Elements
01 - Typography - Any unique typographic elements
02 - Main Structure - The core of the header, content, and footer
03 - Header - Navigation and Images
04 - Containers - Left and Right containers
05 - Product Page - Core of layout for product search
06 - Main Navigation - Drop Down
07 - Miscellaneous - Anything else

----------------------------------------------*/

/* Color palette

	Orange		-	#fe9901		-	Primary color
	Dark Orange -   #E97402    - 	h3 Products Title
	Light Orange-	#ffe8cf		- 	Image borders, backgrounds
	Grey dark	-	#666		-	h3 narrow search
	Blue		-	#a9cce7		-	h3 Main Category Title, background gradients
	Grey light	-	#636263		-	Text (when not black)
	Note: The Grey light replaced with #444444 except for the footer.
   
----------------------------------------------------*/

/* 00 - GLOBAL ELEMENTS 

----------------------------------------------*/

#home {
	background-color: #fff;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin:0 0 15px;
	font-size:13px;
	color:#444444; /* color:#636263; 2010-05-17 Jim per Tim. */
}
td,
th {
	font-size: 12px;
}
h1,
#rightS_products h2 {
	font-weight: bold;
	color:#ff9900;
	margin-bottom: 20px;
	font-size:22px;
  text-shadow: 0 1px 1px #ffffff;	
}
a {
	color:#444444; /* color:#636263; 2010-05-17 Jim per Tim. */
}
a:hover {
	color:#ff9900;
}
p {
	color:#444444; /* color:#636263; 2010-05-17 Jim per Tim. */
}
ul.NoBullet {
	list-style-type: none}

/* 01 - Typography - Any unique typographic elements

 ----------------------------------------------*/
.matching_results{
    color:#Ff9900;
    font-size:12px;
    font-weight:bold;
    margin:0px !important;
    padding:0px !important;
    }
.items{
    float:left; margin:0px !important; font-size:10px!important;;
    }
.page{
    float:right; margin:0px !important; font-size:10px!important;;
    }
.items .current , .page .current{
    color:#ff9900;
    text-decoration:none;
}
ul.NoBullet {
	list-style-type: none}
    
/* 02 - Main Structure - The core of the header, content, and footer

 ----------------------------------------------*/

#container {
	width: 960px;
	margin: 0 auto;
}

#current {
	background-color:#ccc;
}

#logo {
	height: 40px;
    width:207px;
    background:url(../images/logo-white.png) no-repeat;
    margin:20px 0px 0px 0px;
    float:left;
}
#login {
	float: right;
	margin-top: 65px;
}

#login-banner
{
    float:right;
    font-size:8pt;
    font-weight:bold;
    text-align:right;
}

#login-banner a {
    padding: 0;
    margin:0;
    display:inline;
    font-weight:normal;
}
#login-banner a:hover {
    color:#fe9901;
    background:transparent;
}

#customer-proxy {
    text-align:center;
    margin-bottom:10px;
}

#customer-proxy div {
    margin-bottom:5px;
}

#customer-proxy #proxy-name {
    font-size:8pt;
}

.lg {
	float: left;
}

#footer {
	background-color:#d9d9d9;
	margin-top:20px;
}

#footerInner {
	width:960px;
	margin:0 auto;
	text-align:center;
	font-size:11px;
	padding-top:10px;
	padding-bottom:11px;
}

#footer p {
	margin-top:5px;
	margin-bottom:5px;
}

#footer a {
	text-decoration:underline;
}


/* 03 - Header - Navigation and BG Images

 ----------------------------------------------*/

#header {
	height:83px;
    background:url(../images/header-bg.jpg) repeat-x;
    overflow:hidden;
}

#headerInner {
    height:83px;
	width:960px;
	margin:0 auto;
}

#navMain,
#navMainInner {
	height:42px;
}

#navMain {
	background-image:url(../images/nav-main-bg.gif);
	background-repeat:repeat-x;
    
}

#navMainInner {
	width:960px;		
	margin:0 auto;
}
#breadcrumb{
    height:32px;
    background:url(../images/breadcrumbs-bg.jpg) repeat-x;
    }
#breadcrumb-wrapper{
    width:960px;
    height:32px;
    margin:auto;
    }
#breadcrumb ul{
    list-style:none;
    margin:0px 0px 0px 0px;
    padding:0px;
    }
#breadcrumb li{
    display:inline;
    overflow:hidden;
    }
#breadcrumb a{
    font-size:12px;
    color:#FFF;
    text-decoration:none;
    display:block;
    background:url(../images/breadcrumbs-arrow.jpg) right no-repeat;
    float:left;
    padding:10px 30px 10px 0px;
    }
#breadcrumb a:hover{
    color:#333333;

    }
#image-rotator {
    width:686px;
    height:83px;
    float:right;
    }
#rotator-left{
    height:83px;
    width:118px;
    float:left;
    margin-right:-28px;
    background:url(../images/header-left.png) no-repeat;
    position: relative;
    z-index:100;
    }
#rotator-center{
    height:83px;
    width:500px;
    float:left;
    }
#rotator-right{
    height:83px;
    width:118px;
    margin-left:-28px;
    background:url(../images/header-right.png) no-repeat;
    float:left;
    position: relative;
    z-index:100;
    }

#bannerHome,
#bannerHomeInner {
	height:200px;
	background-image:url(../images/banner_home_bg.gif);
	background-repeat:repeat-x;
}

#bannerHome {
	border-bottom:1px solid #ff9a00;
}

#bannerHomeInner {
	width:960px;
	margin:0 auto;
}

#bannerHomeInner img {
	display:block;
	margin:0 auto;
}

#logo img{
	margin-left:30px;
	margin-top:28px;
}

#homeHeader {
	background: url(../images/slidingArrow.gif) right bottom no-repeat;
	height: 230px;
}
#defaultHeader {
	background: url(../images/defaultHeader.jpg) center top no-repeat;
	padding-top: 20px;
	height: 93px;
}
#headingTitle {
	color:#fff;
	margin-left: 170px;
	margin-bottom: 30px;
}
#M1 {
	list-style-type: none;
}
#M1 li {
	display: inline;
}
#M1 li a {
	width: 300px;
	padding: 0 5px 0 5px;
}
#literature_cat,
#user_manuals,
#industry_list,
#product_line_list,
#subject_list,
#sales_canada,
#sales_intl,
#dist_usa,
#dist_canada,
#dist_intl,
#topic,
#sales_zip {
	border: 1px solid #ccc;
	width: 300px;
	float: left;
}

#sales_zip {
    margin:3px 1px 0 0;
}
#rotatingImages {
	clear: both;
	float: right;
}
/* form driven content and generated tables */

#search_form {
	width: 740px;
}
#search_form img {
	border: 5px solid #ffe8c5;
}
#rightS label {
	float: left;
	width: 11em;
	margin-right: 1em;
	text-align: right;
	color:#b16b03;
}
#rightS ul {
	background-color:#f7f5f5;
	padding: 5px;
	margin-top: 5px;
}
#rightS ul li {
	height: 25px;
	margin: 5px 0 5px 0;
	background-color:#ededed;
	padding: 4px 0 2px 0;
}
#product_div {
}
#rightS h3 {
	margin: 15px 0 10px 0;
	text-transform: uppercase;
}
#rightS table {
	border: 1px solid #cacaca;
}
#rightS table tr th {
	height: 25px;
	padding: 5px;
	border: 1px solid #cacaca;
	background-color:#ff9900;
	font-size: 11px;
}
#rightS table tr td {
	height: 25px;
	padding: 5px;
	border: 1px solid #cacaca;
}
.odd td {
    background: #FFF;
}
option {
	padding: 2px 0 2px 0;
}
/* 04 - Containers - Left and Right Containers

 ----------------------------------------------*/

#leftS {
	float: left;
	width: 170px;
	background: url(../images/sideNavTop.gif) center top no-repeat;
	padding-top: 35px;
	text-align: center;
}
#bT {
	background: url(../images/sideNavBottom.gif) center top no-repeat;
	height: 20px;
	margin-top: 35px;
}
#rightS {
	float: right;
	width: 770px;
	padding: 40px 0 0 20px;
}
#rightS p {
	margin:5px 0 15px 25px;
	line-height: 1.5em;
}
#rightS p img {
	border: 7px solid #ffe8c5;
	margin: 0 10px 0 0;
}
#rightS h2 {
	text-transform: uppercase;
	margin: 0 0 10px 0;
	letter-spacing: 2px;
}
/* 05 - Product Page - Core of layout for product search

 ----------------------------------------------*/

/* product search by category */

div.more {
	display: none;
}
/* left product search */

#searchMe {
    background: url(../images/quick-search-bg2.jpg) top center no-repeat;
    height: 158px;
    padding: 15px 0px 0px 15px;
}
#search_kw {
	border: 1px solid #ccc;
	width: 140px;
	float: left;
	margin:1px 4px 0px 0px;
}
#search_pn {
	border: 1px solid #ccc;
	width: 140px;
	float: left;
	margin:1px 4px 0px 0px;
}
ul#search_pn_list {
}
ul#search_pn_list li {
	height: 16px;
}
a.search_button {
    background:url(../images/search-button-bg.jpg) no-repeat;
    text-align:center;
    width:204px;
    padding:20px 0px 0px;
    color:#333333;
    text-decoration:none;
    font-size:18px;
    height:43px;
    display:block;
    margin: 8px 0px 0px;
    font-weight:bold;
    }
#searchMe h2,
#customer-search h2 {
    color:#ff9900 !important;
    font-size:14px;
    margin:0px 0px 30px 0px;
    }
/* containers */
.left_container{
    width:200px;
    background:url(../images/left-container-mid.jpg) repeat-y;
    margin-top:7px;
    margin-right:15px;
    padding:0px 0px 0px 0px;
    float:left;
    }
.left_container_top{
    height:29px;
	width:200px;
    background:url(../images/left-container-top.jpg) no-repeat;
    padding:20px 0px 0px 0px;
}
.left_container_top h2{
    font-size:18px !important;
    text-align:center;
    font-color:#000000;
}
.left_container_btm{
    width:200px;
    background:url(../images/left-container-btm.jpg) no-repeat bottom;
    }
    
.small_container{
    width:341px;
    background:url(../images/small-container-mid.jpg) repeat-y;
    margin-right:15px;
    float:left;
    }
.small_container_top{
    height:33px;
	width:326px;
    background:url(../images/small-container-top.jpg) no-repeat;
    padding:15px 0px 0px 15px;
}
.small_container_top h2{
    font-size:18px !important;
}
.small_container_btm{
    width:341px;
    background:url(../images/small-container-btm.jpg) no-repeat bottom;
    }
    
.large_container{
    width:740px;
    background:url(../images/large-container-mid.jpg) repeat-y;
    float:left;
    }
.large_container_top{
    height:33px;
	width:740px;
    background:url(../images/large-container-top.jpg) no-repeat;
    padding:15px 0px 0px 15px;
}
.large_container_top h2{
    font-size:18px !important;
}
.large_container_btm{
    width:740px;
    background:url(../images/large-container-btm.jpg) no-repeat bottom;
    }

/* products-layout */

#container_products {
	padding: 0 25px 0 25px;
}
#content_products {
	width: 100%;
}

#login_products {
	float: right;
	margin-top: 65px;
}
#defaultHeaderProd {
	padding-top: 25px;
	height: 93px;
}
#headingTitleProd {
	color:#000;
}
#leftS_products {
    float: left;
    width: 204px;
    padding-bottom:145px;
}
#rightS_products {
    float: left;
		width: 736px;
    margin-left: 20px;
}
#rightS_products p {
	line-height: 1.5;
	font-size:13px;
	margin-bottom:1em;
}
#rightS_products p img {
	border: 7px solid #ffe8c5;
	margin: 0 10px 0 0;
}
#rightS_products h3 {
	margin: 0 0 22px;
	font-size:15px;
}

#rightS_products #main_category_filter h3 {
	margin:0;
}

#rightS_products .selected_category {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
	border-right:dotted 1px #CCCCCC;
}

#rightS_products h4 {
	clear:both;
	font-size:16px;
}
#rightS_products label {
	float: left;
	width: 220px;
	margin-right: 1em;
	text-align: right;
	color:#b16b03;
	line-height:25px;
}
#rightS_products ul {
}
#rightS_products ul li {
	margin-bottom: 3px;
	clear: both;
}
h3.prodList {
	color:#e97402;
	margin: 25px 0 10px 15px;
	letter-spacing: 1px;
}
#rightS_products table,
table.productDetail {
	border: 1px solid #cacaca;
	background-color:#f7f5f5 !important;
}
#rightS_products table tr th,
table.productDetail tr th {
	color:#fff;
	font-weight: normal;
	height: 25px;
	padding: 5px;
	border: 1px solid #cacaca;
	background-color:#ff9900;
}
#rightS_products table tr td,
table.productDetail tr td {
	height: 25px;
	padding: 5px !important;
	border: 1px solid #cacaca !important;
}
#footer_products {
	border-top: 2px solid #dadde1;
	margin-top: 50px;
	text-align: center;
	color:#636263;
	font-size:11px;
}
#footer_products p {
	margin-top: 10px;
}
h2.selectSearch {
	padding-top: 25px;
}
div.selectSearch {
	float: left;
	width: 201px;
	margin: 0 25px 0 25px;
	font-size: .75em;
}
.selectsearch p {
}
div.selectSearch a {
	font-size: 12px;
	font-weight: bold;
}

a#sbf,
a#sbc,
a#sbs {
	display: block;
	height: 38px;
	padding-top: 35px;
	width: 147px;
	padding-left: 54px;
	color:#000;
}
a#sbf {
	background: url(../images/but_SBF.gif) no-repeat;
}
a#sbc {
	background: url(../images/but_SBC.gif) no-repeat;
}
a#sbs {
	background: url(../images/but_SBS.gif) no-repeat;
}
/* product flow */

p#breadcrumbs {
	font-size: 11px;
	margin: 0 !important;
}
p#breadcrumbs a {
	text-decoration: underline;
	text-transform: uppercase;
}
p#breadcrumbs2 {
	background:#fff url(../images/gradientBC2.gif) top center repeat-x;
	height: 45px;
	border-top: 1px solid #fe9901;
	font-size: 10px;
	margin: 0 !important;
	padding: 30px 0 0 15px;
}
p#breadcrumbs2 a {
	font-size: 12px;
	color:#222;
	font-weight: bold;
	text-decoration: underline;
	text-transform: uppercase;
}
#parent_cat {
	background-color: #ffe8c5;
	width: 100%;
	height: 1px;
}
.primary_category {
	padding-bottom: 15px;
	clear:both;
}

.primary_category h3,
.primary_function h3
{
	text-transform: uppercase;
	color:#ff9900;
	margin-bottom: 10px;
}
div.narrowSearch {
	border-top: 13px solid #fff;
	background: #fff url(../images/filterbg.gif) scroll repeat-x left top;
	padding-bottom: 10px;
}
div.narrowSearch p {
	color:#333;
	margin: 15px 0 15px 15px !important;
}
p#narrow_leader {
	padding: 15px 0 0 35px;
	background: url(../images/filterSearchBG.gif) left center no-repeat;
	width: 237px;
	height: 36px;
}
h3.narrowSearch {
	font-size: .75em;
	margin-top: 10px;
	color:#666;
	background: url(../images/checkboxProd.gif) left top no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	height: 20px;
	margin-bottom: 10px;
}
.remove_filter {
	background: url(../images/icon_delete.png) left top no-repeat;
	padding: 0 16px 0 0;
}
#otherAttrib_wrapper {
	background: url(../images/prodFilterBG.gif) no-repeat left top;
	float: left;
	width:220px;
	padding-top:9px;
	padding-left: 10px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-left: 15px;
    height:172px;
}
.otherAttrib {
	font-size: .85em;
	width:200px;
	height:100px;
	overflow:auto;
	padding: 5px;
	background-color:#f7f7f7;
	border: 1px solid #ccc;
}
#maincat {
	float: left;
	margin-left:5px;
}
#family {
	float: left;
	padding:0 0px;
}
#prodcat {
    float: left;
    padding:0 0px;
		margin-top: 10px;
}

#rightS_products #prodcat h3 {
  margin-bottom: 10px;	
}

#pointer {
	background: url(../images/pointerProd.gif) left top no-repeat;
	width: 66px;
	height: 98px;
	float: left;
	margin-left: -113px;
}
table#product_comparison {
    width: 690px;
    table-layout: fixed;
}
table#product_comparison th {
	font-weight:bold;
    background-repeat: no-repeat;
    background-position: 0 30%;
}

table#product_comparison th a {
    color:#ffffff;
    text-decoration:none;
}

table#product_comparison th.headerSortUp {
	background-image: url(../images/asc.gif);
}
table#product_comparison th.headerSortDown {
	background-image: url(../images/desc.gif);
}
.results {
	color:#666;
	font-size: .75em;
	letter-spacing: normal;
}
#filters {
	margin-bottom: 15px;
}
#filters p {
	font-weight: normal;
	padding: 0 !important;
    margin:0 !important;
}

.filter_description {
    margin:0 0 10px 20px;
    width:180px;
}

#selected_functions li {
    margin:0 0 10px 0;
}

#product_photo {
	border: 7px solid #ff9900;
    margin-bottom:10px;
}
div.product_result {
}
.product_result_top{
    margin-bottom:25px;
    }
h3.product_result {
	font-size: 23px !important;
	margin:5px 0 25px 0;
	color:#fe9901;
}
p.product_result {
	float:left;
	width: 20%;
	margin: 0 !important;
	padding: 0 !important;
}
ul.product_result {
	float: right;
	width: 70%;
	color:#444;
}
ul.product_result li {
	padding-bottom: 3px;
	margin-bottom: 10px !important;
	border-bottom: 1px dashed #ccc;
}
.product_desc {
	color:#e97402;
}

#next_option {
	float: left;
    margin-left:5px
}

#next_option ul,
#maincat ul,
#prodcat ul,
#family ul {
    padding: 5px;
    border: 1px solid #ccc;
    width:180px;
    height:100px;
    overflow:auto;
    margin-bottom: 5px;
}
#next_option li,
#maincat li,
#prodcat li,
#familt li {
	margin-bottom:5px !important;
}
/* 06 - Main Navigation - Drop Down 

 ----------------------------------------------
  Pure CSS Drop-down Menu for all platforms
  Last Updated: 12/31/2007 by Justin Spegele
  Author: Justin Spegele
          Spegele Design and Development
          http://www.spegele.com/
  This code is free to modify and use for any purpose, as
  long as proper credit is given to the original designer.
----------------------------------------------------------- */

/* Overarching Menu
    -----------------------------------*/
.cssnav {
	position:relative;
	z-index:100;
	font-size:14px;
	text-align:center;
}
.cssnav ul {
	padding:0;
	margin:0px 0px 0px 20px;
	list-style-type:none;
}
.cssnav ul ul {
	width:148px;
	text-align:left;
	margin-left:0px;
	margin-top:1px;
}
/*	Main list 
    -----------------------------------*/
.cssnav li {
	float:left;
	position:relative;
}
/*	First Level
    -----------------------------------*/
    /* Links */
.cssnav a, .cssnav a:visited {
	display:block;
	text-decoration:none;
	color:#444444; /* color:#636263; 2010-05-17 Jim per Tim. */
	line-height:40px;
	margin-top:1px;
	margin-bottom:1px;
	padding-left:10px;
	padding-right:10px;
}
/* Links on hover */
.cssnav a:hover, .cssnav ul ul a:hover {
	background:#adadad;
	color:#fff;
}

/*	Second Level
    -----------------------------------*/
    /* Links */
.cssnav ul ul a, .cssnav ul ul a:visited {
	line-height:1;
	background:#e9e9e9;
	padding:5px 10px;
	margin:0;
	width:128px;
	filter:alpha(opacity=95);
	opacity: 0.95;
	-moz-opacity:0.95;
}
/* Links on hover */
    .cssnav ul ul a:hover {
	background:#ccc;
	color:#000 !important;
}
/* Visibility */
    .cssnav ul li:hover ul, .cssnav ul a:hover ul {
	visibility:visible;
}
/*	Third Level
    -----------------------------------*/
/* Links */
.cssnav ul ul ul a, .cssnav ul ul ul a:visited {
	background-color:#E9E9E9;
}
/* Links on hover */
.cssnav ul ul ul a:hover {
	background-color:#ccc;
}
/* Positioning */
.cssnav ul ul ul {
	left:148px;
	top:-2px;
}
.cssnav ul ul ul.left {
	left:-150px;
}
/* Visibility */
.cssnav ul :hover ul ul {
	visibility:hidden;
}
.cssnav ul :hover ul :hover ul {
	visibility:visible;
}
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
.cssnav ul ul {
	visibility:hidden;
	position:absolute;
	top:40px;
	left:0px;
	border:1px solid #adadad;
}
/*	IE Table 
    -----------------------------------*/
.cssnav table {
	position:absolute;
	top:0;
	left:0;
	border-collapse:collapse;
}
/* 07 - Miscellaneous

 ----------------------------------------------*/

.cl {
	clear: both;
}
.cl1 {
	clear: both;
	height: 25px;
}
tr.highlight td {
	background-color: #D0EAFF;
	cursor: pointer;
}
div#dropdown_filter {
	display:none;
}
/*  FAQ page
    -----------------------------------*/
.q {
	font-weight: bold;
}

.top {
    margin-bottom:30px !important;
}
.top a
{
    font-size:8pt;
    text-transform:uppercase;
}
/*  Resources pages
    -----------------------------------*/
.resource-list {
	float: left;
	width: 455px;
	margin-right: 15px;
}
.resource-list dl dt, .essential-reading dl dt {
	margin: 1em auto .25em;
	line-height: normal;
}
/*  Benefits page
    -----------------------------------*/
#benefits h4 {
	margin: 1em auto;
}
#benefits ul, #benefits ul li {
	background-color: transparent;
	height:auto;
	margin:0;
	padding:0;
	line-height:normal;
}
/*  Events page
    -----------------------------------*/
#exhibit-photo, #event-logo {
	float: right;
	padding-left: 10px;
}
ul#events li {
	line-height: normal;
	height: auto;
	clear:none;
}
ul#events li .dates {
	font-style: italic;
}/*  Documents pages (Case Studies, White Papers, Press Releases)
    -----------------------------------*/
#document-image {
	float: right;
	padding-left: 10px;
}
/*  How to Buy page
    -----------------------------------*/
#map {
    width:100%;
    height:300px;
    margin:10px 0 20px 0;
	border: 1px solid #000;
}
.map_sm {
	float: right;
	width: 60%;
	height: 240px;
	margin: 0 auto;
	border: 1px solid #000;
}
ul.distributors li {
	float: left;
	clear: none !important;
	text-align: center;
	font-size: 10px;
	padding: 10px 20px 20px 0;
}

ul.distributors li img {
	margin-bottom: 5px;
}
h5.distributor-listing {
	clear:both;
	margin-bottom: 0;
}
p.distributor-listing {
	margin-bottom:1.5em !important;
	margin-left: 20px;
}
p.distributor-listing .block1 {
	display:block;
	width:25em;
	float:left;
	padding-right:2em;
}
p.distributor-listing .block2 {
	display:block;
	width:auto;
	float:left;
}

.page_section {
	margin-bottom: 20px;
	border-bottom: 1px solid #999;
	padding-bottom: 20px;
}
.page_inset {
	background: #EEE;
	padding: 20px 20px 10px 20px;
}

#rightS_products img.icon {
	border: none;
	margin-left: 5px;
}
#rightS_products a.icon {
	text-decoration: none;
}

.col1,
.col2 {
	float: left;
	width: 49%;
	margin-bottom: 10px;
}
.listing li{
	margin-bottom:10px !important;
}
.listing strong {
	display:block;
	font-weight:normal;
	margin-bottom:2px;
}
.listing small {
	display:block;
	font-size:11px;
	color:#999;
}

#sales_zip {
	width:296px;
}

#faq-form {
    margin:0 0 50px 0;
}

ol.questions {
	list-style-type:decimal;
	margin-left:2em;
	margin-bottom:25px
}
ol.questions li{
	line-height:1.5
}
ol.questions a{
	font-weight:bold;
}
ol.questions a:hover{
	text-decoration:underline;
	color:#FE9900;
}

small.date {
	display:block;
}

#banner,
#bannerInner {
	height:69px;
	line-height:69px;
	overflow:hidden;
}

#banner {
	border-bottom:1px solid #ff9a00;
	background-color:#ff9a00;
	background-image:url(../images/banner_bg.gif);
	background-repeat:repeat-x;
}

#bannerInner {
	width:960px;
	margin:0 auto;
}

#bannerInner h1 {
	color:#fff;
	background-image:url(../images/banner_arrow.png);
	background-repeat:no-repeat;
	background-position:right top;
	float:left;
	padding-left:30px;
	padding-right:65px;
	font-size:29px;
}

#content {
	width:960px;
	margin:0 auto;
	padding-top:15px;
}

#dropdownpanel {
	display:none;
}

#detail-tabs {
    float:left;
    width:489px;
}

#detail-tabs .ui-tabs-panel {
    padding:0;
}

.ui-widget-header {
    background-image:url("../images/header-bg.jpg") !important;
}

#detail-tabs ul li {
    clear:none !important;
}

#detail-other-products table {
    width:100%;
}

.productDetail {
    float:left;
	line-height:1.2;
	width:489px;
}

#rightS_products .productDetail th {
	text-align:left;
	font-weight:bold;
	width:165px;
}

.productDetail td {
}

.product_columnLeft {
    float:left;
    width:500px;
    margin-right:20px;
}

.product_columnRight {
	float:left;
	width:176px;
}

.specialAttributes {
	margin-bottom:20px;
	line-height:1.3;
}

.product_columnRight h4 {
	color:#FE9901;
	margin-top: 5px;
	margin-bottom:5px;
}

.product_columnRight ul {
	padding-left:25px;
	margin-bottom:20px;
	list-style-type:disc;
}

.product_columnRight li {
	margin-bottom:4px !important;
}

.product_columnRight a {
	text-decoration:underline;
}

#next_option a,
#maincat a,
.primary_category a,
#narrow_link {
	text-decoration:none;
}
#accessories_list{
    width:200px;
    float:left;
    margin-right:25px;
    }
a.add_cart{
    background:url(../images/add.jpg) no-repeat;
    width:115px;
    height:30px;
    padding:12px 0px 0px 0px;
    text-align:center;
    display:block;
    text-decoration:none;
    color:#333;
    float:left;
    }
.price{
    float:left;
    font-size:16px;
    line-height:25px;
    margin-right:25px;
    }

span.price table th {
    font-weight:bold !important;
    color:#636263 !important;
    background:transparent !important;
}

span.price table td {
    text-align:right;
}

span.price i {
    font-size:8pt;
    font-weight:normal;
}
#accessories_list ul{
padding-top:10px;
    }
#accessories_list li{
    list-style: url(../images/bullet.gif) none;
    list-style-position:inside;
    padding-left:5px;
    }
.validator_error {
    border: 1px solid #f00;
    background-color: #fcc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bolder;
	text-align:center;
	vertical-align:middle;
}
#not-logged-in {
    margin-top:20px;
}
.login_mesg {
    border: 1px solid #000;
    background-color: #ffe8c5;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
}
.download_link {
	text-decoration: underline;
	color:#fe970d;
	cursor: pointer;
}
.flash_mesg {
    border: 1px solid #f00;
    background-color: #fcc;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bolder;
	text-align:center;
	vertical-align:middle;
    margin-bottom:10px;
}


/** Customer Picker styles **/
#customer-search h3,
#customer-search form {
    padding-bottom:10px;
}

#customer-search .pagination {
    font-size:7pt;
    padding:2px 0 2px 0;
}

#customer-search table {
    width:100%;
    font-size:7pt;
    border:solid 1px black;
}

#customer-search table td {
    vertical-align:top;
    padding:2px 2px 2px 2px !important;
}

#customer-search table tr.odd td {
    background:#eeeeee;
}

#customer-search ul.search-filter {
    font-size:7pt;
}

#customer-search ul.search-filter input {
    width:200px;
}

#customer-search input[type="text"] {
	width: 400px;
}

#customer-search label {
	float: left;
	width: 11em;
	margin-right: 1em;
	text-align: left;
	color:#b16b03;
}

/* solutions pages */
#cs_featured {
	margin-top: 20px;
	margin-bottom: 10px;	
}

#cs_search {
	margin-top: 10px;
	margin-bottom: 30px;	
}

#cs_results {
	margin-top: 10px;
	margin-bottom: 30px;	
}

#cs_recent {
	margin-top: 10px;
	margin-bottom: 20px;	
}

/** Dashboard Panels */

#featured-products,
#press-releases,
#case-studies,
#events
{
    padding:5px 15px 15px 15px;
}
#news-releases {
	padding:5px 5px 5px 5px;
}
             
table#event-list {
	width: 100%;
}
#featured-products li {
    clear:none !important;
    height: 300px !important;

}

#featured-products .feature-image {
    border: 7px solid #ff9900;
    margin:0 10px 10px 0;
    float:left;
}

#featured-products .feature-content {
    font-size:13px;
    line-height:1.5;
    margin-bottom:1em;
    height: 275px;
    overflow:auto;
}

#press-releases table td,
#case-studies table td {
    border:none !important;
}

#press-releases table tr.odd td,
#case-studies table tr.odd td {
    background:#dddddd;
}

#case-studies img {
    width:50px;
    vertical-align:middle;
    border: solid 1px #ff9900
}

/* manage account */
.textfield-short {
	width: 17%;
}
.textfield-medium {
	width: 27%;
	
}
.textfield-long {
	width: 37%;
}

#billto-display {
    padding:5px 0 5px 0;
}

.readonly {
    padding:5px 0 5px 0;
}

/** Product Search Pagination **/
div.product-pagination
{
    margin:5px 0 5px 0;
}

div.product-pagination ol li
{
    float:left;
    margin:0 5px 0 5px;
    line-height:1.5;
}

div.product-pagination ol li.current a
{
    color:#ff9900;
}

/** Video Popup **/
#video
{
    text-align:center;
}
#misc_list{
	width:100%;
    float:left;
    margin-left:5px;
    }
#misc_list ul{
padding-top:1px;
padding-bottom:15px;
    }
#misc_list li{
    list-style: url(../images/bullet.gif) none;
    list-style-position:inside;
    padding-left:5px;
    }
#document {
    line-height:1.5;
}
#document ul {
    margin:10px !important;
}

#document li {
    margin:10px !important;
    list-style:circle !important;
}

/**
 * Cart page
 */
#cart-add-part {
  margin: 10px 0px;
}

#cart-add-part li:first-child {
	float: left; 
}

#cart-add-part li label,
#cart-add-part li input[type=text] {
  width: 60px;
}

#your-shopping-cart {
	margin: 20px 0px;
	padding: 20px 0px;
	border-top: 1px solid #c2c2c2;
}

/**
 * Facebox custom styles
 */
#facebox select {
	width: 400px;
	float: left;
	margin-right: 5px;
}

#facebox h3 {
	font-size: 16px;
	margin: 10px 0px;
} 

#facebox table {
	width: 100%;
}
#facebox .content table th {
  background-color: #d3d3d3;
	padding: 10px;
	border: 1px solid #c2c2c2;		
}

#facebox .content table td {
	margin: 10px;
	padding: 10px;
	border: 1px solid #c2c2c2;
}

#product-search {
	background-color: #f2f2f2;
	padding: 10px;
}

#facebox table tr.even {
	background-color: #f2f2f2;
} 

#facebox #page-number {
	margin: 10px;
}

#facebox ul#product-search li {
	display: inline;
	float: right;
}

#facebox ul#product-search li:first-child {
	float: left;
}

#product-search {
	height: 23px;
	margin-bottom: 10px;
}

#shipping-billing-info {
  margin: 10px 0px;
}

#cart #rightS_products {
    width: 690px;
    padding: 20px;
}

#cart #rightS_products h3 {
  font-size: 18px;
	margin: 10px 0px;
}
#cart #rightS_products h4 {
  margin: 10px 40px;
	color: #777777;
}

#cart #rightS_products p {
	margin-left: 40px;
}

#cart .cart-section {
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-top: 20px;
    margin-bottom: 20px;
}

#cart .cart-section label {
  width: 120px;
}

#cart .cart-section input[type="text"] {
	width: 167px;
}
#cart #shipping-billing-info input
{
	width: 340px;
}

#cart #shipping-billing-info #shipto-state {
	width: 20px;
}
#cart #shipping-billing-info #shipto-zip {
	width: 40px;
} 
#cart #shipping-billing-info #shipto-country {
	width: 167px;
}

table#cart-items {
	margin-bottom: 10px;
}

#cart-add-part ul li{
	display: inline;
	margin-right: 10px;
}

#cart-update {
	float: left; 
	margin-right: 10px;
}

#cart-checkout {
	float: right; 
}

.order-table {
	width: 100%;
	text-align: center;
}

/** CART STYLES **/
.cart-section h4,
.cart-section p
{
    margin-left:0 !important;
}

#cart-items {
    width:100%;
}

#cart-items .quantity {
    width:50px;
}

#cart-items .number {
    text-align:right;
}

tr.cart-footer input,
tr.cart-footer select
{
    width:300px;
}

#cart-items tr.cart-footer th,
#cart-items tr.cart-footer td
{
    text-align:right;
    font-weight:bold;
}

#cart-items tr.cart-footer th
{
    background-color:#a2a2a2 !important;
}

#shipping-panel {
    float:left;
    width:395px;
    margin-right:50px;
}

#shipping-panel input,
#cart #extra_billing input
{
    width:240px !important;
}

#billing-panel {
    float:right;
    width:225px;
}

.flash_mesg ul li {
    text-align:left;
}

#shipping-contact-panel {
    float:left;
    width:395px;
    margin-right:50px;
}

#shipping-contact-panel input
{
    width:240px !important;
}


