﻿/*
* @Author Sequence Ltd, http://www.sequence.co.uk
* @Copyright Sequence Ltd
* @May 2010
*/

/* RESET */

html, body, ul, ol, li, dl, dt, dd, form, fieldset, legend {
	margin: 0;
	padding: 0;
	color: #383838;
}

h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

fieldset,img { border: 0; }

legend { color: #000; }

li { list-style: none; }

sup { vertical-align: text-top; }

sub { vertical-align: text-bottom; }

a.video {margin-bottom: 1.8462em;}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

input, textarea, select {
	font-size: 110%;
	line-height: 1.1;
}

abbr, acronym {
	border-bottom: .1em dotted;
	cursor: help;
}

#body_overlay{position:absolute;width:100%;height:2000px;background:#222;z-index:-1;display:none;opacity:0.9}

/* CLEARFIX */

#header, #navigation, #main, #rotator, #ctas, #quicklinks, #footer {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* PRIMARY STYLES */

body {
	background: #383838 url("images/background.png") repeat-x scroll top center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8125em; /* http://riddle.pl/emcalc/ */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

/* SHARED STYLES */

.right {
	float: right;
}

ul.horizontal_nav {
	float: right;
}
ul.horizontal_nav li {
	float: left;
}
ul.horizontal_nav li a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
ul.horizontal_nav li a:hover {
	color: #FFC315;
}
ul.horizontal_nav li.current a 
{
	color: #FFC315;
}
ul.horizontal_nav ul {position:relative;z-index:99999999}
ul.horizontal_nav ul li {*width:200px;overflow:hidden}
ul.horizontal_nav ul li {position:relative;z-index:99999999999999}

#side .dark {
	width: 250px;
}

#side ul.sub_navigation{
    margin-bottom: 40px;
    padding-top: 2px;
}

#content .dark {
	width: 555px;
}
.dark {
	padding: 0 15px;
	width: 890px;
	background-color: #383838;
	color: #FFFFFF;
}
.dark a {
	color: #FFFFFF !important;
}

/* TOP BAR */

#top_bar {
	position: absolute;
	top: 0; left: 0; right: 0;
	border-top: 7px solid #FFC20E;
}

#top_bar input[type=submit]{display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	width:80px;
	height:27px;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	margin-left:5px;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0em 0.7em .275em;
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #e9e9e9;
	border: solid 1px #555;
	background: #6e6e6e;
	background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
	background: -moz-linear-gradient(top,  #888,  #575757);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');

}

#top_bar .inner {
	width: 940px;
	margin: 0 auto;
	font-size: 0.8462em;
}

#top_bar ul {
	float: right;
}

#top_bar li {
	float: left;
	height: 25px;
	margin-left: 5px;
	padding-left: 19px;
	background: transparent url("images/top-bar-tab-left.png") no-repeat top left;
}

#top_bar li a {
	float: left;
	display: block;
	padding: 5px 0 0 8px;
	height: 20px;
	width: auto;
	background-color: #515050;
	color: #FFFFFF;
	text-decoration: none;
}
#top_bar li a.tab {
	padding: 5px 27px 0 8px;
	background: transparent url("images/top-bar-tab-right.png") no-repeat top right;
	outline: none;
	
}

#top_bar li:first-child.active{
	background-image: url("images/top-bar-tab-left-active.png") !important ;
}
#top_bar li.active a,
#top_bar li a:hover {
	background-color: #FFC20E;
	color: #000000;
}
#top_bar li.active a.tab,
#top_bar li a.tab:hover {
	background: transparent url("images/top-bar-tab-right-active.png") no-repeat top right;
	
}

#top_bar li a.separator {
	padding-right: 9px;
	background: #515050 url("images/top-bar-separator.png") no-repeat top right;
}

#top_bar li a:hover {
    background: #ffc20e;
}

#top_bar li a b {
	color: #FFC20E;
}

#top_bar li.search {
	padding-left: 0px;
	background: none;
}

#top_bar li.search a.tab {
	display: block;
	height: 25px;
	width: 97px;
	padding: 5px 0px 0 0px;
	background: transparent url("images/top-bar-search.png") no-repeat;
	text-indent:22px;
}
#top_bar li.search.active a.tab,
#top_bar li.search a.tab:hover {
	background-image: url("images/top-bar-search-active.png");
}

#top_bar ._toggletab_content {
	display: none;
	position: absolute;
	top: 0; left: 0; right: 0;
	height: 0;
	background-color: #FFC20E;
}

#top_bar ._toggletab_content .inner {
	width: 940px;
	margin: 0 auto;
	font-size: 1.2727em;
}

#top_bar ._toggletab_content .inner .right {
	margin: 0 10px;
}

#top_bar ._toggletab_content .inner span,
#top_bar ._toggletab_content .inner label,
#top_bar ._toggletab_content .inner .uniform,
#top_bar ._toggletab_content .inner .login_label {
	float: left;
}

#top_bar ._toggletab_content .inner .login_label span {
    font-weight: bold;
    font-size: 1.2em;
    padding: 0 3px 0 2px;
    color: #7f1717 !important;
}

#top_bar ._toggletab_content .inner label {
	height: 28px;
	line-height: 28px;
	margin: 0 5px 0 10px;
	font-weight: 600;
}

#top_bar ._toggletab_content .inner a {
	display: none;
}

#top_bar ._toggletab_content table {
    float: right;
}

#top_bar ._toggletab_content .submit {
    margin-left: 5px;
}
#top_bar .validation {
    font-weight: bold;
    padding: 0 10px;
    line-height: 2em;
    color: #000000;
}

/* WRAPPER */

#wrapper-container {
	background: transparent url("images/bg-container.png") no-repeat scroll top center;
}

#wrapper {
	width: 996px;
	margin: 0px auto 0;
}

/* HEADER */

#header #logo {
	float: left;
	height: 56px;
	width: 220px;
	margin: 0;
	border-bottom: 1px solid #727272;
}

#header #logo a {
	height: 56px;
	width: 220px;
	text-indent: 0px;
	overflow: hidden;
}

#header #logo.norican a {
	background-image: url("images/logo-norican.png");
}

#header #logo.wheelabrator a {
	background-image: url("images/logo-wheelabrator.png");
}

#header #logo.wheelabrator_plus a {
	background-image: url("images/logo-wheelabrator-plus.png");
}

#header #logo.disa a {
	background-image: url("images/logo-disa.png");
}

#header .logos {
	float: left;
	height: 42px;
	width: 700px;
	margin: 14px 0 0 20px;
	border-bottom: 1px solid #727272;
}

#header ul li {
	padding: 0 15px;
}

#header ul li a {
	display: block;
	height: 27px;
	outline: none;
	overflow: hidden;
}
#header ul li a:hover img {
	margin-top: -27px;
}

/*

#header ul li.norican a {
	width: 97px;
	background: transparent url("images/logo-small-norican.png") no-repeat;
}
#header ul li.wheelabrator a {
	width: 101px;
	background: transparent url("images/logo-small-wheelabrator.png") no-repeat;
}
#header ul li.wheelabrator_plus a {
	width: 99px;
	background: transparent url("images/logo-small-wheelabrator-plus.png") no-repeat;
}
#header ul li.disa a {
	width: 48px;
	background: transparent url("images/logo-small-disa.png") no-repeat;
}

*/ 

/* NAVIGATION */

#navigation div.language_selector {
	margin: 12px 0 14px;
}

#navigation div.language_selector .submit input {
    background-image: url(images/sprite-norican.png);
    background-position: -37px -751px !important;
    display: block !important;
    border: none !important;
    background-color: transparent;
    height: 25px;
    color: #ffffff;
    font-weight: bold;
    padding: 0 0 3px 8px;
    cursor: pointer;
    outline: none;
} 
  
#navigation div.language_selector .submit span {
    display: none;
}

#navigation div {
	float: left;
}

#navigation ul {
	margin-top: 7px;
	/*margin-right: -10px;*/
	margin-right: 0;
	font-size: 1.2308em;
	font-weight: 500;
}

#navigation li {
	position: relative;
	margin-top: 1px;
	line-height: 35px;
}

#navigation li a {
	margin-right: 10px;
	padding-right: 10px;
	padding-left: 10px;
	overflow:hidden;
}

#navigation li.last a,
#navigation li.before_alt a {
	margin-right: 0 !important;
}
#navigation li.sub.hover.alt a {
	margin-right: 10px;
}

#navigation li.sub {
	z-index: 10;
}

#navigation li.sub ul {
	display: none;
	/*box-shadow: 1px 1px 1px #444444;
	-webkit-box-shadow: 1px 1x 1px #444444;
	-moz-box-shadow: 1px 1px 1px #444444;*/ /* removed by request of James & Rob */	
}

#navigation li.sub.hover a {
	display: inline-block;
	margin-right: 0;
	padding-right: 20px;
	padding-left: 0;
	background: transparent url("images/navigation-hover-right.png") no-repeat center right;
	color: #000000;
	text-decoration: none;
}
#navigation li.sub.hover.alt a {
	padding-right: 10px;
	background: transparent url("images/navigation-hover-right-alt.png") no-repeat center right;
}

#navigation li.sub.hover a span {
	display: block;
	padding-left: 10px;
	background: transparent url("images/navigation-hover-left.png") no-repeat center left;
}
#navigation li.sub.hover.alt a span {
	padding-left: 20px;
	background: transparent url("images/navigation-hover-left-alt.png") no-repeat center left;
}

#navigation li.sub.hover ul {
	position: absolute;
	top: 23px;
	left: 0;
	padding-top: 10px;
	background-color: #FFC20E;
	font-size: 0.75em;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 6px;
	border-top-left-radius: 0;
}
#navigation li.sub.hover.alt ul {
	right: 10px;
	left: auto;
	-webkit-border-radius: 6px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius: 6px;
	-moz-border-radius-topright: 0;
	border-radius: 6px;
	border-top-right-radius: 0;
}
#navigation li.sub.hover.alt.last ul {
	/*right: 10px;*/ /* removed to make dropdown nav fit within the page */
	right: 0px;
}

#navigation li.sub.hover ul li {
	display: block;
	float: left;
	clear: both;
	line-height: 30px;
	margin: 0 10px;
	padding-left: 3px;
	background: transparent url("images/navigation-sub-underline.png") repeat-x top left;
}

#navigation li.sub.hover ul li:hover {
	line-height: 31px;
	margin: 0 0 -1px;
	padding-right: 10px;
	padding-left: 13px;
	background: transparent url("images/navigation-sub-bg.png") repeat-x top left;
	z-index: 10;
}

#navigation li.sub.hover ul li:hover:last-child {
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}

#navigation li.sub.hover ul li:hover:last-child a {
	height: 30px;
}

#navigation li.sub.hover ul li a {
	display: block;
	height: 30px;
	width: 180px;
	padding-left: 12px;
	background: transparent url("images/navigation-sub-arrow.png") no-repeat 0 12px !important;
	color: #000000;
	overflow: visible;
}

#navigation li.sub.hover ul li:hover a {
	height: 31px;
}

/* MAIN */

#main {
	padding: 0;
}

/* PAGE HEAD */

.page-head, #page-head {
	position: relative;
	display: block;
	height: 214px;
	width: 940px;
	overflow: hidden;
	background: url("images/background.png") repeat-x scroll center bottom #383838;
}

.basicImageRotator .page-head, .basicImageRotator #page-head 
{
    height: 64px; 
}

#page-head .box {
	position: absolute;
	bottom: 0;
	height: 34px;
	width: 900px;
	padding: 15px 20px;
	background-image: url("images/65-black.png");
	z-index:7;
}

.page-head h1, #page-head h1 {
	margin: 0;
	color: #FFFFFF;
	font-size: 2.3077em;
	font-weight: 400;
}

.page-head .action, #page-head .action {
	margin-top: -30px;
	font-size: 1.3846em;
}
.page-head .action a, #page-head .action a {
	background: transparent url("images/action-button-right.png") no-repeat center right;
	color: #383838 !important;
}

.page-head .action a span, #page-head .action a span {
	background: transparent url("images/action-button-left.png") no-repeat center left;
}

/* ACTIONS */

.action {
	float: right;
	color: #FFFFFF;
	font-weight: 400;
}

.action span.text {
	float: left;
}

.action a {
	display: inline-block;
	float: left;
	margin: -2px 0 0 15px;
	padding-right: 12px;
	background: transparent url("images/action-button-right-dark.png") no-repeat center right;
	color: #FFFFFF !important;
	font-size: 0.7778em;
	text-decoration: none;
}

.action a:hover {
	text-decoration: none !important;
}

.action a span {
	display: block;
	padding-left: 12px;
	line-height: 28px;
	background: transparent url("images/action-button-left-dark.png") no-repeat center left;
	font-weight: 500;
}

/* CONTENT */

#content-container {
	padding: 25px;
	min-height: 300px;
	background-color: #FFFFFF;
	position: relative;
}

#content-container h2 {
	padding-left: 2px;
	padding-bottom: 12px;
	background: transparent url("images/header-underlined.png") repeat-x bottom left;
	font-size: 1.3846em;
	clear: both;
}

#content-container #content h2 {
    margin-bottom: 23px;
    overflow: hidden;
    padding-bottom: 12px;
    position: relative;
}

#content-container a {
	color: #383838;
	font-weight: normal;
	text-decoration: none;
}
#content-container a:hover {
	text-decoration: underline;
}
#content-container .box a {
	color: #FDC215;
	font-weight: 500;
}
#content-container .box a:hover {
	text-decoration: none;
}

#content {
	float: right;
	width: 575px;
}

#content h2 {
	font-weight: 600;
}

#content p {
	margin-bottom: 1.4em;
	line-height: 1.5em;
	overflow: hidden;
}

#content li {
	margin-bottom: 0.9231em;
	line-height: 1.8462em;
	list-style:none;
}

#content ul li {list-style:none;}

#content ul li img {}

#content li li {
	margin-bottom: 0;
	margin-left: 0px;
}
#content ul li {
	list-style-type: none;
}
#content li ul li {
	list-style-type: disc;
}
#content li li ul li {
	list-style-type: circle;
}
#content ol li {
	list-style-type: decimal-leading-zero;
}

#content img {
	margin-bottom: 1.8462em;
}

#content table {
	width: 100%;
	margin-bottom: 1.8462em;
	border-collapse: collapse;
}
#content th {
	padding: 12px 15px;
	background-color: #383838;
	color: #FFFFFF;
	font-size: 1.3846em;
	font-weight: 600;
}
#content td {
	/*padding: 12px 15px;*/ 
	padding: 12px 8px;
	line-height: 20px;
	background-color: #E9E9E9;
	color: #000000;
	border-bottom: solid 2px #FFFFFF;
}

#content input#Template_ctl09_txtQuery {position:relative;top:-100px}
#left label {display:none}

#Template_ctl09_pnlSearch {position:relative;top:-72px;height:40px;left:665px;width:270px;}

#content-container #left #Template_ctl09_pnlSearch div.submit,
#content-container #side #Template_ctl08_pnlSearch div.submit {
overflow:hidden;
height:28px;
position:relative;
top:-16px;
background:#ffc20e url("images/search_icon.png") no-repeat 57% 55%;
width:30px;
margin-left:20px;
text-indent:-9999px;
-moz-border-radius:2px;
-webkit-border-radius:2px;
cursor:pointer
}

#Template_ctl09_pnlSearch div.submit span {
background-image:url("images/search_icon.png");
color:#333;
text-shadow:none;
width:10px;
padding:0
}

/* Horrible Hack to position search bar*/

#content-container .news_search label {
    color: #CCC;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 0;
    float: left;
    padding: 8px 10px 0 0;
    line-height: 1em;
}

#content-container .news_search {
    position: absolute;
    height: 40px;
    top: -87px;
    right: 31px;
    z-index:9;
}

#content-container .downloads_search {
    position: absolute;
    top: -80px;
    height: 40px;
    left: 652px;
    width: 270px;
    z-index:9;
}

#content-container #left .downloads_search {
    position: absolute;
    top: -108px;
    height: 40px;
    left: 652px;
    width: 270px;
    z-index:9;
}

#content-container .downloads_search .text {
    margin-right: 10px;
}

#content-container .downloads_search .text input {
    line-height: 1.3em;
}

#content-container .downloads_search label {
    display: none;
}

#content-container .news_search div.submit {
overflow:hidden;
height:28px;
display:block;
position:relative;
top:0px;
background:#ffc20e url("images/search_icon.png") no-repeat 60% 55%;
width:30px;
margin-left: 3px;
text-indent:-9999px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
cursor:pointer;
float: left;
}

#content-container .news_search div.submit span{display:none}

#content-container .news_search .text {
    margin-right: 7px;
}

#content-container .news_search .text input {
    line-height: 1.3em;
}

#Template_DownloadsSearch1_pnlSearch .uniform-theme-small span {display:none}


#content-container #left #Template_ctl08_pnlSearch div.submit,#content-container #Template_DownloadsSearch1_pnlSearch div.submit {
overflow:hidden;
height:28px;
display:block;
position:relative;
top:-16px;
background:#ffc20e url("images/search_icon.png") no-repeat 60% 55%;
width:30px;
margin-left:10px;
text-indent:-9999px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
cursor:pointer;
z-index:9999999999999999;
}

#Template_ctl08_pnlSearch div.submit span {
background-image:url("images/search_icon.png");
color:#333;
text-shadow:none;
width:10px;
z-index:9999999999999999;
}

/* Category 2 Page */

#content ul li {float:left;}

#content ul li a.cta {

display:block;
height:194px;
overflow:hidden;
width:170px;
float:left;
margin:0 21px 21px 0;
background:#5a5a5a url("images/default_thumb3.png") no-repeat scroll top center;
}

#content ul li a.cta span.title, .generic_cta {
color:#3A3A3A !important;
font-size:1.2385em !important;
font-weight:500 !important;
line-height:59px;
text-transform:uppercase !important;
font-weight:bold;
}

#content .equip_subcat {
    overflow: hidden;
    padding: 0;
}

#content .equip_subcat li a.cta span.title {
    background: #f1f1f1 !important;
    text-transform: none !important;
    height: 53px;
    line-height: 16px;
    text-align:center;
    font-size:1em !important;
    
}

#content .equip_subcat li {
    background: url(images/header-underlined.png) repeat-x scroll left bottom;
    margin: 0 21px 0 0;
    padding: 21px 0;
    float: left;
    list-style: none;
}

#content .equip_subcat li a.cta {
    background: #5a5a5a url("images/default_thumb_small.png") no-repeat scroll top center;
    height: 131px;
    margin: 0;
}


/* LITTLE LIST */

#content .little_list {
    overflow: hidden;
    padding: 0;
}

#content .little_list .cta {
    /* background: url(images/header-underlined.png) repeat-x left bottom; */
    margin: 0 21px 0 0;
    padding: 0px 0 21px 0;
    width: 170px;
    list-style: none;
    float: left;
    height:170px;
}

#content .little_list .image {
    background: #5a5a5a url(images/default_thumb_small.png) no-repeat top center;
    height: 77px;
    width: 170px;
    display: block;
}

#content .little_list .image a {
    height: 77px;
    width: 170px;
    display: block;
}

#content .little_list .image img {
    display: block;
    height: 77px;
    width: 170px;
    margin: 0;
}

#content .little_list .title {
    background: #F1F1F1 url(images/cta-yellow-arrow.png) no-repeat 148px 21px;
    line-height: 1.3em;
    font-size: 1em;
    text-transform: none !important;
    display: block;
    padding: 10px 30px 10px 12px;
    font-weight: normal;
    min-height: 37px;
    
}

#content .little_list .title span {
    font-size: 0.95em;
    display: block;
    color: #999999;
}

#content .little_list li .cta {
    height: 131px;
    margin: 0;
    display: block;
}

/* LONG LIST */

#content-container .long_list.results_list .cta.featured { background: #ccc; }
#content .info_bar, #content-container .info_bar {
    background: #383838;
    color: #ffffff;
    margin: 20px 0 13px 0;
    padding: 12px 13px 11px 15px;
    /*font-weight: bold;*/
} 

#content .long_list, #content-container .long_list {
    background: #f3f3f3;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#content .long_list .cta, #content-container .long_list .cta {
    background: #dcdcdc url(images/downloads_gradient.png) repeat-x 0 0;
    float: none;
    margin: 0;
    margin-bottom: 0em !important;
    border-bottom: 1px solid #bfbfbf;
    padding: 24px 17px 22px 17px;
    overflow: hidden;
}

#content-container .long_list.downloads_list .cta
{
    padding: 12px 7px; 
}

#content-container .long_list.results_list .cta {
    background: #dcdcdc url(images/search_gradient.png) no-repeat 0 0;
    padding: 18px 75px 7px 27px; 
}

#content-container .long_list.results_list .cta .title a {
    font-size: 1.1em;
}

#content-container .long_list.results_list .cta .subTitle {
    color: #383838;
    font-size: 0.9em;
}

#content-container .long_list.results_list .cta .subTitle a {
    color: #383838;
    font-weight: bold;
}

#content-container .long_list .cta {
    background: #dcdcdc url(images/downloads_gradient.png) repeat-x 0 0;
    float: none;
    margin: 0;
    margin-bottom: 0em !important;
    border-bottom: 1px solid #bfbfbf;
    padding: 24px 17px 7px 17px;
    overflow: hidden;
}

#content-container .long_list .cta .inner {
    display: block;
}

#content .long_list .image {
    float: left;
}

#content .long_list .image img {
    margin: 0;    
}

#content .long_list .title {
    float: left;
    padding: 0 0 0 14px;
    width:400px;
    /*color: #969696;*/
}

#content .download_listing .title
{
    background: no-repeat 12px 7px;
    padding-left: 53px;
}

#content-container .long_list .subTitle a 
{
    font-weight: normal;
}

#content-container .long_list .subTitle 
{
    padding: 2px 0;
    display: block;
}

#content .long_list .title a, #content-container .long_list .title a {
    display: block;
    color: #383838;
}

#content .long_list .button {
    background: url(images/action-button-left.png) no-repeat 0 0;
    float: right;
    margin: 10px 0 0 0;
    padding: 0 0 0 8px;
}

#content .long_list .button a {
    background: url(images/action-button-right-download.png) no-repeat right 0;
    height: 27px;
    display: block;
    margin: 0;
    width: auto;
    padding: 2px 28px 0 0;
}

.show_all {
    background: #fdc622 url(images/show_all.png) repeat-x 0 0;
    display: block;
    min-height: 10px;
    font-size: 0.85em;
    padding: 5px 26px;
}

/* PRODUCT PAGE */

#content .list_detail {
    padding: 0;
    list-style-type:none;
}

#content .list_detail li {
    background: #f1f1f1;
    padding: 18px;
    width: auto;
    float: none;
    overflow: hidden;
    margin: 0 0 19px 0;
    list-style-type:none;
}

#content .list_detail li span.img {
    background: #333333 url("images/default_thumb4.png") no-repeat top center;
    display: block;
    width: 170px;
    height: 129px;
    float:left;
    margin-right:20px;
    margin-top:7px;
}

#content .list_detail .description {
    /*float:right;
    width:340px*/
}

#content .list_detail .descr {
    background: url(images/action-button-left.png) no-repeat 0 0;
    float: left;
    margin: 10px 0 0 0;
    padding: 0 0 0 8px;
}

#content .list_detail .descr a {
    background: url(images/action-button-right-download.png) no-repeat right 0;
    height: 27px;
    display: block;
    margin: 0;
    width: auto;
    padding: 1px 28px 0 0;
}

#content .list_detail .title {
    background: url(images/header-underlined.png) repeat-x left bottom;
    display: block;
    font-weight: bold;
    font-size: 1.3em;
    padding: 0 0 10px 0;
    margin: 4px 0 10px 0;
    float:right;
    width:345px;
}

ul.list_detail a {float:left;margin-right:20px;margin-top:7px;}
ul.list_detail a.descr {float:left;width:40%;height:20px;margin-right:0px;margin-left:190px;margin-top:0px;display:block;background:#FFF}
ul.list_detail img {float:left;width:170px;margin-right:20px;}
ul.list_detail li{clear:both;margin-bottom:40px;width:575px}
ul.list_detail span.description{}

/* LANDING */

#landing {
	margin: -25px -25px 0 0;
	position: relative;
	z-index: 1;
	min-height: 1px;
}

#more-container .more {
    clear: both;
}

.landing-list 
{
    position: relative;
}

#content-container #landing span.description{color:#333}

#main #more-container .more .box {
	top: 1px;
	width: 300px;
	margin-right: 25px;
}

#landing ul li {
	float: left;
	width: 280px;
	height: 187px;
	margin: 25px 25px 0 0;
	overflow: hidden;
}

#landing ul li.wide {
	position: relative;
	height: 187px;
	width: 585px;
	font-size: 1.0769em;
	overflow: hidden;
}

#landing ul li.wide .box {
	position: absolute;
	height: 164px;
	line-height: 25px;
	width: 300px;
	display: block;
	padding: 15px;
	background-image: url("images/65-black.png");
	color: #FFFFFF;
}

#landing ul li.wide .box h3 {
	margin: 0;
	background: none;
	font-size: 1.4286em;
	text-transform: uppercase;
}

#landing ul li.wide .box h3 b {
	display: block;
	margin-bottom: -10px;
	color: #FFC315;
	font-size: 1.8em;
}

#landing ul li.wide .box p {
	margin-bottom: 12px;
	padding-bottom: 12px;
	background: transparent url("images/header-underlined.png") repeat-x bottom left;
}

#landing ul li.wide .box a {
	display: block;
	margin-right: 30px;
	background: transparent url("images/box-arrow.png") no-repeat center right;
	color: #FFFFFF;
	font-size: 1.4286em;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

#landing ul li a img {
    width: 280px;
    height: 187px;
    display: block;
}

/* PAGE ACTIONS */

.box {
	color: #FFFFFF;
}

.box h3 {
	font-size: 1.5385em !important;
	font-weight: 500;
}

.box h4 {
	margin-bottom: 10px;
	color: #FFC315;
	font-size: 1.5385em;
}

#main .more .box .item {
	float: left;
	width: 249px;
	margin-right: 25px;
	padding: 0 10px;
}
#more-container { position: relative; z-index: 9; }
#main .more .box {
	position: absolute;
	top: -7px; right: -7px;
	width: 884px;
	display: block;
	padding: 10px;
	background-image: url("images/85-black.png");
	z-index: 5;
}

#main .more dl {
	margin: 25px 25px 0;
}

#main .more .box dl {
	margin: 0;
}

#main .more dt {
	margin: 10px 0 -1em;
	padding: 10px 15px 0 10px;
	background: transparent url("images/header-underlined.png") repeat-x top left;
	font-size: 1.5385em;
	color: #FFC315;
}

#main .more dt:first-child {
	margin-top: 0;
	padding-top: 0;
	background: none;
}

#main .more dd {
	margin: 0 0 15px 60px;
}

#main .more dd a {
	font-size: 1.0769em;
	color: #000000;
	text-decoration: none;
}
#main .more .box dd a {
	color: #FFFFFF;
}
#main .more .box img.close {
	float: right;
}

/* VERTICAL SELECTOR */

.vertical_selector h2 {
	height: 55px;
	width: 250px;
	line-height: 55px;
	margin: 0;
}

#content-container #content .vertical_selector h2{padding-bottom:0} 

.vertical_selector .item {
	display: block;
	height: 58px;
	padding: 0 15px;
	border-bottom: 1px solid #808080;
	background: #E8E8E8 url("images/bg-vertical-selector.png") repeat-x top left;
	color: #383838;
	font-style: normal;
}

.vertical_selector .item span {
	display: block;
	padding-top: 10px;
	font-weight: bold;
}

.vertical_selector .item img {
	float: left;
	margin-right: 10px;
}

.vertical_selector .active .item {
	background: #333333 url("images/bg-vertical-selector-active.png");
	color: #FFFFFF;
}

.vertical_selector a {
	font-weight: 500 !important;
}

.vertical_selector .foot {
	background: #fdc728 url("images/bg-vertical-selector-foot.png") repeat-x top left;
	font-size: 0.8462em;
}

.vertical_selector .foot a {
	display: block;
	padding: 4px 4px 4px 24px;
	background: transparent url("images/vertical-selector-arrow.png") no-repeat center left;
	color: #383838;
	text-decoration: none;
}

.vertical_selector.dark h2 {
	margin-bottom: 0;
}

.vertical_selector.dark li,
.vertical_selector.dark .item {
	padding-right: 0;
	padding-left: 0;
	border: none;
	background: transparent url("images/header-underlined.png") repeat-x bottom left;
}
.vertical_selector.dark li:last-child,
.vertical_selector.dark .item:last-child {
	background: none;
}
.vertical_selector.dark .foot {
	margin: -1px -15px 0;
}
.vertical_selector.dark .foot a {
	color: #383838 !important;
}

.vertical_selector.variable_height .item {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

.vertical_selector .item span.title {
	color: #3E3E3E;
}
.vertical_selector .item span.date,
.vertical_selector .item span.desc,
.vertical_selector .item span.meta {
	/*color: #ADABAB;*/
}
.vertical_selector.dark .item span.title {
	color: #FFFFFF;
}
.vertical_selector.dark .item span.date,
.vertical_selector.dark .item span.desc,
.vertical_selector.dark .item span.meta {
	color: #959595;
}


#content-container .vertical_selector .generic_cta {
    background: #E8B10D url(images/bg-cta-yellow-header.png) repeat-x scroll left top;
    color: #3A3A3A;
    display: block;
    font-size: 1.5385em;
    font-weight: 500;
    height: 59px;
    line-height: 59px;
    padding: 0 15px;
    text-transform: uppercase;
}

#content-container .vertical_selector .generic_cta:hover {
    /*background: #E8B10D url(images/bg-cta-yellow-header2.png) repeat-x scroll left top;*/
}

/* CASE STUDIES */

#side .vertical_selector
{
position:relative;
/*top:-15px	*/
}

#case_studies {
	position: relative;
	clear: both;
	margin: 25px 0;
	overflow: hidden;
}

#case_studies ul li img 
{
    width: 610px;
	margin: 0;
	padding: 0;
	background: #CCC;
	color: #FFFFFF;
	font-size: 1.5385em;
	z-index: 10;
	height: 253px;
}

#case_studies .vertical_selector {
	width: 280px;
}

#case_studies .vertical_selector ul {
	min-height: 165px;
	background: #E8E8E8;
}

#case_studies h2.generic_cta {
	height: 55px;
	width: 250px;
	line-height: 55px;
	margin: 0;
	border-bottom: 1px solid #808080;
}

#case_studies .vertical_selector cite {

}
#case_studies .vertical_selector .item span.title {
	padding-top: 0;
	color: #959595;
	text-transform: uppercase;
	font-size: 0.85em;
}

#case_studies .vertical_selector .item span.fn {
    font-size: 1.4em;
    font-weight: normal;
}

#case_studies .vertical_selector .active .item span.title {
	color: #969696;
}

#case_studies .vertical_selector img,
#case_studies .vertical_selector blockquote {
	display: none;
	position: absolute;
}
#case_studies .vertical_selector .active img,
#case_studies .vertical_selector .active blockquote {
	display: block;
}

#case_studies .vertical_selector img {
	bottom: 0;
	right: 0;
	z-index: 5;
	margin-top:20px;
	width: 610px;
}

#case_studies .vertical_selector {margin-top:20px}

#case_studies .vertical_selector blockquote {
	top: 0;
	bottom: 0;
	left: 280px;
	width: 290px;
	margin: 20px 0 0 0;
	padding: 24px 15px 0 25px;
	background-image: url("images/65-black.png");
	color: #FFFFFF;
	z-index: 10;
}

#case_studies .vertical_selector blockquote .quote {
    font-size: 1.4em;
    display: block;
    padding: 0 0 15px 0;
}

#case_studies .vertical_selector blockquote .name {
    font-size: 1.8em;
    display: block;
}

#case_studies .vertical_selector blockquote .position {
    text-transform: uppercase;
    display: block;
    padding: 4px 0 0 0;
    font-size: 0.9em;
}

.case_study {
	float: right;
	width: 545px;
	padding: 20px 20px 1px;
	background-color: #383838;
	color: #FFFFFF;
}

#content-container .case_study a {color:#FFC315;display:block}

#case_studies .case_studies li.active .arrow {
    background: url(images/arrow_case_study.png) no-repeat 0 0;
    width: 8px;
    height: 19px;
    display: block;
    position: relative;
    top: -20px;
    left: 280px;
    z-index: 11;
    margin: -19px 0 0 0;
}

.case_study img,
.case_study cite {
	display: block;
	float: left;
	clear: left;
	width: 208px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.case_study cite {
	padding-top: 10px;
	background: transparent url("images/box-underline.png") repeat-x top left;
	font-size: 1.8462em;
	font-style: normal;
}

.case_study cite .title {
	display: block;
	font-size: 0.4583em;
	text-transform: uppercase;
}

.case_study blockquote {
	margin: 0;
	line-height:1.5em
}

#case_studies .vertical_selector blockquote .more_holder {
    background: url(images/header-underlined.png) repeat-x left top;
    margin: 10px 0 0 0;
}

#case_studies .vertical_selector blockquote a.more_link {
    background: url(images/box-pagination-next.png) no-repeat 258px 18px;
    font-size: 1.4em; 
    font-weight: bold;
    color: #ffffff;
    display: block;
    padding: 13px 0 0 0;
    text-transform: uppercase;
}


/* TESTIMONIALS */

#testimonials {
    overflow: hidden;
}

#content #testimonials ul {
    padding: 0;
}

#content-container #content #testimonials .generic_cta {
    width: auto;
    margin: 0;
}

#testimonials .item {
    float: none;
    margin: 0;
    padding: 11px 15px;
    overflow: hidden;
    height: auto;
    cursor: auto !important;
}

#testimonials .item span {
    padding: 0;
}

#testimonials .item span.title {
    color: #AAAAAA;
    font-size: 0.9em;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
}

#testimonials .item .fn {
    font-style: normal;
    font-size: 1.4em;
    margin-bottom:10px
}

#content-container .case_study a{
    margin-bottom:20px
}

#testimonials .item blockquote {
    margin: 0;
}


/* DOWNLOADS */

#downloads {
	margin-bottom: 25px;
}
#downloads .vertical_selector .item {
	padding: 0 0 8px 0;
}
#downloads .vertical_selector .item.pdf {
	background: transparent url("images/icons/pdf.png") no-repeat center right !important;
}
#downloads .vertical_selector .item.doc {
	background: transparent url("images/icons/doc.png") no-repeat center right !important;
}
#downloads .vertical_selector .item.ppt {
	background: transparent url("images/icons/ppt.png") no-repeat center right !important;
}
#downloads .vertical_selector .item span.title {
	padding-top: 10px;
	font-size: 1.0769em;
}
#downloads .vertical_selector .item span.meta {
	padding-top: 5px;
	font-size: 0.8462em;
	text-transform: uppercase;
}

#downloads ul { padding: 8px 0; }

#downloads .dark ul li {
	padding: 10px 0 0 0;
	position: relative;
}

#downloads .dark ul li a {
	padding: 10px 0 0px 0;
	height: auto;
}

#downloads .dark span.meta {
    color:#CCC;
    position: relative;
    left: 0;
}

#side #downloads .dark ul li,
#left #downloads .dark ul li {
    padding: 8px 0 0 0;
    height: auto;
}

#downloads .vertical_selector.dark li,
#downloads .vertical_selector.dark .item {
	padding-right: 0;
	padding-left: 0;
	border: none;
	background: transparent url("images/header-underlined.png") repeat-x top left;
	overflow: hidden;
}
#downloads .vertical_selector.dark li:first-child,
#downloads .vertical_selector.dark .item:first-child {
	background: none;
}


/*NORICAN LOGIN BOX JQUERY POPUP */


.divide{clear:both;height:20px;}
.clr{clear:both}

#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:777;
	background:#111;opacity:0.7;filter:alpha(opacity=70);
	display:none;
}

#login_window h1 {font-size:18px;margin-bottom:20px;color:#ffc20e}
  
#login_window .window {
	width:300px;
	position:absolute;
	margin:0 auto;
	width:440px;
	display:none;
	z-index:9999;
	padding:20px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #333;
}

#login_window .window label {color:#FFF}

#login_window h1{float:left}
#login_window img {float:right;position:relative;top:3px}

#login_window #dialog {
	width:280px; 
	padding:10px;
	background:url('images/trans.png') repeat;
}

#dialog p {color:#FFF;margin-bottom:18px;clear:both;}
#dialog a{color:#999}
#dialog .window input
{
	background:transparent url('images/input_bg.png') repeat;
    border:1px solid #CCC;
                      
}

#login_window  input {
	border:1px solid #CCC;
	padding:3px;
	margin-bottom:10px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#dialog div.text input 
{
	border:none;
cursor:default;
display:block;
float:none;
padding-right:0;
overflow:hidden;
white-space:normal;}

#dialog {
	width:10px
}

#dialog .text span {display:none} 

#login_window input[type=submit] {margin-top:4px;border:0;}

/*End Login pop up */

/* SECURE LOGIN */

#secure_login td {
    background-color: Transparent;
    padding: 0; 
}

#secure_login td fieldset div span.highlight {
    padding-top: 0;
    padding-bottom: 2px;
    *padding-bottom: 4px;
}

/* RELATED */

#related {
	margin-bottom: 25px;
}
#related .vertical_selector .item {
	font-size: 0.9231em;
}
#related .vertical_selector .item span.title {
	padding-top: 1px;
}
#related .vertical_selector .item span.date,
#related .vertical_selector .item span.desc {
	padding-top: 7px;
}

/* DETAIL GALLERY */

a.gallery {
	display: block;
	float: right;
	height: 21px;
	*margin-left: 5000px;	
	background: url("images/gallery-button.png") no-repeat right;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
    padding-right: 45px;
    padding-top: 5px;
    font-size: 0.8em;
}

.detail {
	position: relative;
}

.detail #overlay .box {
	width: 398px;
}

#overlay .box input,#overlay .box .uniform{width:240px}
#overlay .box .buttons .uniform{width:50px}

.detail #overlay_details {
	width: 398px;
	margin-top: 0;
	margin-bottom: 0;
	height: 415px;
}

.detail #overlay_details img {
	max-width: 398px;
}

#side #overlay.videoOverlay .box {
    margin: 50px 0 0 105px;
    width: 640px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
#side #overlay.videoOverlay #overlay_details 
{
    width: 640px;
}

.hidden_item {
    display: none;
}

#overlay_details .video object {
    height: 280px;
}

#overlay_details p {
    margin-top: 7px;
}

/* PRODUCTS */

#owners_products {
	margin-bottom: 25px;
}
#owners_products .item {
	margin-top: 5px;
	padding-top: 0;
	padding-bottom: 15px;
}
#owners_products .item .title {
	font-weight: 600;
}
#owners_products .item .link a {
	color: #FDC215 !important;
	font-weight: 600 !important;
}
#owners_products .item .meta {
	font-size: 0.8462em;
	text-transform: uppercase;
}

/* WARRANTY */

#warranty {
	margin-bottom: 25px;
	padding-bottom: 15px;
}
#warranty .notice {
	margin: -15px -15px 15px;
	padding: 15px;
	padding-left: 50px;
	border-top: solid 2px #E5E5E5;
	background: #F1F1F1 url("images/warranty-notice.png") no-repeat center left;
	color: #C70101;
}
#warranty .link {
	margin-top: 10px;
}
#warranty .link a {
	color: #FDC215 !important;
	font-weight: 600 !important;
}

#warranty .generic_cta, .vcard .generic_cta {color:#FFF !important;padding:30px 0 0 20px !important} 
.vcard .map_pin {background:transparent}

/* STAFF */

#staff {
	position: relative;
	margin-left: -25px;
}

#staff .vcard {
	float: left;
	width: 170px;
	height: 145px;
	margin-left: 25px;
	margin-bottom: 22px !important;
	padding: 0;
	background: url(images/default_thumb_small.png) no-repeat scroll center top;
	overflow: hidden;
	color: #000;
}

#staff .vcard .box {
	display: block;
	height: 78px;
	width: 100%;
}
#staff .vcard.overlay .box {
	background-image: url("images/65-black.png");
}

#staff .vcard .info {
	background: transparent url("images/header-underlined.png") repeat-x bottom left;
    height: 60px;
}

#staff h3 {
	margin: 0;
	padding: 0;
	background: none;
}
#staff .vcard h3 {
	margin-top: 5px;
	font-size: 1.0769em;
}

#staff div.title {
	margin: 0;
	padding: 0 0 10px;
}
#staff .vcard div.title {
	color: #999999;
	font-size: 0.9231em;
}

/* OVERLAYS */


#overlay {
	position: absolute;
	display: none;
	z-index: 199;
	overflow: visible;
	width: 940px !important;
}

#overlay_background {
	position: absolute;
	background-color: #000;
	width: 916px;
}

#overlay .box 
{
	width: 300px;
	margin:0px auto 0;
	*margin:0px auto 0;
	padding: 15px 20px;
	background-image: url("images/85-black.png");
	color: #FFFFFF;
	overflow: hidden;
	position:relative;
	border:1px solid #444;background:#222;padding:20px;
}

#side #overlay .box {
    margin: 50px 0 0 315px;
}

#overlay .box img.close,
#overlay .box img.next {
	float: right;
}
#overlay .box img.prev {
	float: left;
}
#overlay .box img.close {
	margin-top: 0;
	margin-bottom: 10px;
}
#overlay .box img.prev,
#overlay .box img.next {
	margin-top: 10px;
	margin-bottom: 0;
}

#overlay .box h3 {
	color: #FFC315;
}

#overlay .box div.title {
	font-size: 1.0769em;
}

#overlay_details {
	width: 300px;
	overflow: hidden;
	margin-top: -1px;
	margin-bottom: -1.8462em;
	height: 413px;
}

#overlay_details img {
	max-width: 300px;
}

#overlay_details label, #overlay_details .submit
{
    display: block;
    clear: both;
}

/* WORLDWIDE */

#worldwide {
	/*margin-right: -25px;*/
	position: relative;
}

#worldwide h2 {
	margin-bottom: 0;
	margin-right: 0;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.6em;
}

#worldwide .location {
	float: left;
	height: 195px;
	width: 240px;
	margin: 25px 1px 0 0;
	padding: 15px 20px;
	overflow: hidden;
}

#worldwide .location.vcard {
    background: none;
}

#worldwide .location.vcard .header {
	display: block;
	height: 39px;
	width: 243px;
	text-indent: -99999px;
}

#worldwide .locationRow
{
    position: relative;
    padding-bottom: 20px;
}


#worldwide .location.vcard .header.norican {
	background: transparent url("images/worldwide-logo-1.png") no-repeat 0 0;
}
#worldwide .location.vcard .header.wheelabrator {
	background: transparent url("images/worldwide-logo-4.png") no-repeat 0 0;
}
#worldwide .location.vcard .header.wheelabrator_plus {
	background: transparent url("images/worldwide-logo-2.png") no-repeat 0 0;
}
#worldwide .location.vcard .header.disa {
	background: transparent url("images/worldwide-logo-3.png") no-repeat 0 0;
}

#content-container .long_list.results_list .cta.featured .show-map
{
    background: url(images/worldwide-pin.png) no-repeat 0 2px;
    padding: 3px 20px;
}
#content-container .long_list.results_list .cta.featured 
{
    color: #fff;
    background: #262626;
}
#content-container .long_list.results_list .cta.featured a, #content-container .long_list.results_list .cta.featured .subTitle
{
    color: #fff;
}
#content-container .long_list.results_list .cta .subTitle 
{
    padding: 4px 0;
}

#content-container .long_list.results_list .cta.featured .type
{
    font-weight: 700;
}

#worldwide .show-map {
    padding: 3px 0 3px 0px;
    float: left;
    margin: 16px 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.9em;
}

#worldwide .location.vcard {
	position: relative;
}
#worldwide .location.vcard .email {

}

#worldwide .more .box {
	right: 18px;
	min-height: 434px;
}

#worldwide .more .vcard {
	float: left;
	width: 249px;
	margin-right: 25px;
	padding: 0 10px;
	background: none;
	color: #FFFFFF;
}

#worldwide .more .vcard .org {
	margin-bottom: 0;
}

#worldwide .more .vcard .country-name {
	display: block;
	margin-bottom: 1em;
	margin-left: -2px;
	color: #FDC215;
	font-size: 1.5385em;
}

.offices {
    background: #262626;
    padding: 20px 26px 25px 21px;
    position: relative;
    overflow: hidden;
}

.offices .header-holder {
    background: url(images/header-underlined.png) repeat-x left bottom;
    overflow: hidden;
    margin-bottom:40px
}

#content-container .offices .header-holder h2 {
    background: none;
    float: left;
}

#worldwide #sections .vcard .header {
    font-size: 1.5em;
    color: #FDC215;
}

.offices .office-toggle {
    overflow: hidden;
    float: right;
}

.offices .office-toggle dt {
    color: #ffffff;
    float: left;
    padding: 5px 10px 0 0;
}

.offices .office-toggle dd {
    background: url(images/office-view-black.png) no-repeat 0 0;
    float: left;    
    margin: 0 8px 0 0;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.offices .office-toggle dd.active {
    background: url(images/office-view.png) no-repeat 0 0;
}

.offices .office-toggle dd span {
    background: url(images/office-view-black.png) no-repeat right 0;
    display: block;
    padding: 5px 16px 5px 0px;
    font-weight: bold;
}

.offices .office-toggle dd.active span {
    background: url(images/office-view.png) no-repeat right 0;
}

.section_nav {
    display: none;
    background: #262626;
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    padding: 0 0 0 43px;
}

.section_nav li {
    float: left;
    padding: 22px 40px 0 0;
}

#content-container .section_nav li a {
    color: #ffffff;
    font-size: 1.4em;
    float: left;
    padding: 0 0 10px 0;
    outline: none;
}

#content-container .section_nav li a:hover,
#content-container .section_nav li.active a {
    background: url(images/box-selected.png) no-repeat center bottom;
    color: #ffc315;
    text-decoration: none;
}


#worldwide #sections {
    background: #262626;
    clear: both;
    overflow: hidden;
   /* position: absolute;
    top: 64px;
    left: 0;*/
}

#worldwide #sections .paginate {
    overflow: hidden;
    /*padding: 0 26px 25px 21px;*/
    padding: 0;
}

#worldwide #sections .vcard {
    background: none;
    float: left;
    width: 240px;
   
    padding: 5px 20px;
    margin: 0px 1px 0 0;
}

#worldwide #sections .pagination_controls {
    background: url(images/header-underlined.png) repeat-x 0 0;
    clear: both;
    overflow: hidden;
    padding: 50px 0 15px 0;  
}
#worldwide #sections .pagination_controls .next a
.pagination_controls{padding: 10px 0 15px 0;}

#worldwide #sections .pagination_controls ul {
    overflow: hidden;
    margin:0 0 0 360px;
}

#worldwide #sections .pagination_controls ul li {text-align:center}

#worldwide #sections .pagination_controls .prev,
#worldwide #sections .pagination_controls .next {
    position: static;
}

#worldwide #sections .pagination_controls .prev a {
    background: url(images/box-pagination-prev.png) no-repeat 0 0;
    text-indent: -5000px;
    width: 8px;
    height: 13px;
    margin: 0 10px 0 0;
    padding: 0;
}

#worldwide #sections .pagination_controls .prev a:hover {
    background: url(images/box-pagination-prev-active.png) no-repeat 0 0;
}

#worldwide #sections .pagination_controls .next a {
    background: url(images/box-pagination-next.png) no-repeat 0 0;
    text-indent: -5000px;
    width: 8px;
    height: 13px;
    margin: 0 0 0 10px;
    padding: 0;
}

#worldwide #sections .pagination_controls .next a:hover {
    background: url(images/box-pagination-next-active.png) no-repeat 0 0;
} 


#worldwide #sections .pagination_controls li {
    float: left;
    text-indent: 0;
    position: relative;
    top: -3px;
}

#worldwide #sections .pagination_controls li a {
    float: left;
    color: #ffffff;
    padding: 0 7px;
}

#worldwide #sections .pagination_controls li a:hover,
#worldwide #sections .pagination_controls li.on a {
    color: #fdc215;
    text-decoration: none;
}

/* GOOGLE MAP */

#google_map {
	width: 890px;
	height: 440px;
	margin: 0 25px 3px 0;
}

#google_map .google_map_control {
	display: block;
}
.google_map_control {
	display: none;
}

#google_map #_gm_type {
	margin: 15px;
}

#google_map #_gm_zoom {
	margin: 15px;
}

#google_map #_gm_zoom div {
	width: 30px;
	text-indent: -9999px;
	cursor: pointer;
}

#google_map #_gm_zoom .increase {
	height: 35px;
	background: transparent url("images/google-map-zoom-increase.png") no-repeat center right;
}

#google_map #_gm_zoom .decrease {
	height: 34px;
	background: transparent url("images/google-map-zoom-decrease.png") no-repeat center right;
}

#google_map .google_map_button {
	display: block;
	float: left;
	margin-left: 5px;
	padding-right: 12px;
	background: transparent url("images/google-map-button-right.png") no-repeat center right;
	color: #FFFFFF;
	font-size: 1.0769em;
	text-decoration: none;
	cursor: pointer;
}

#google_map .google_map_button span {
	display: block;
	float: left;
	padding-left: 12px;
	line-height: 28px;
	background: transparent url("images/google-map-button-left.png") no-repeat center left;
}

#google_map .infobox {
	min-height: 125px;
	margin-top: 17px;
	padding: 15px;
	background-color: #1E1E1E;
	color: #FFFFFF;
	position:relative;
	z-index:999;
}

#google_map .infobox a {
	color: #FDC215;
}

#google_map .infobox .show-map {
    display: none;
}

#google_map .infobox .header {
	display: none;
}

.map_pin {
	display: block;
	background: transparent url("images/markers/generic.png") no-repeat center right;
}

/* NEWS */

.news {
	position: relative;
	clear: both;
	margin-bottom: -10px;
}

#content .news.featured h3 {
    background: url(images/header-underlined.png) repeat-x 0 bottom;
    font-size: 1.3em;
    line-height: 1.3em;
    padding: 0 0 13px 0;
}

.news.small {
	margin-bottom: 0;
	padding-top: 15px;
	background: transparent url("images/header-underlined.png") repeat-x left top;
}

.news.small .description {
    overflow: hidden;
}

#content-container #content .news.small h2 {
	margin-bottom: 3px;
	padding: 0;
	line-height: 1.5em;
	background: none;
	font-size: 1.0769em;
}


/* sitemap */

#content-container ul.sitemap li {
    list-style: none;
    text-transform: capitalize;
}

#content-container ul.sitemap li a {
    background: url("images/header-underlined.png") repeat-x scroll left bottom transparent;
    color: #383838;
    display: block;
    font-size: 1.0769em;
    font-weight: bold;
    line-height: 1.2em;
    padding: 14px 0;
}

#content-container ul.sitemap li ul li {
    margin-left: 20px;
    margin-bottom: 10px;
}

#content-container ul.sitemap li ul.sitemap li {
    background: url(images/arrow.png) no-repeat 0 14px;
    margin-left: 20px;
    margin-bottom: 10px;
    list-style-type: none;
    padding-left: 21px;
}

#content-container ul.sitemap li ul.sitemap li a {
    background: none;
    border-bottom: 1px solid #efefef;
    font-weight: normal;
}




/* */

.news .date {
	margin-bottom: 15px;
	color: #989292;
	font-style: italic;
}

.news.small .date {
	margin-bottom: 5px;
}

.news p.standfirst {
	font-size: 1.1538em;
}

.news.small img, .news.small a.img {
	float: left;
	margin-right: 15px;
	width: 170px;
	height: 113px;
}

.news.small a.img 
{
    background: url("/images/default_thumb2.png") no-repeat center -11px #5A5A5A;
}

/* EVENTS */

#events {
	margin-bottom: 25px;
}

#events .item .title {
	display: block;
	float: right;
	width: 195px;
	padding-top: 5px;
	font-weight: 600;
}

#events .item .date {
	display: block;
	float: left;
	height: 63px;
	width: 45px;
	padding: 0;
	background: transparent url("images/date.png");
	color: #FFFFFF;
	text-align: center;
}

#events .item .date .day {
	padding-top: 4px;
	font-size: 1.8462em;
}

/* SIDE */

#side {
	float: left;
	width: 280px;
	margin-top: 0;
	position: relative; /* this is needed to position the search box... */
	overflow: visible;
	z-index: 2;
}

#left {
	float: left;
	width: 280px;
	padding: 1px 0 0 0;
	position: relative;
}

#side .cta {
	margin-bottom: 15px;
}

#side .cta a img {
    max-width: 280px;
} 

#side .cta a {
	display: block;
}

#left .cta {position:relative;top:-8px}

#side h2 a
{
    font-weight: normal;
}


/* VCARD */

.vcard {
	margin-bottom: 26px;
	padding: 20px;
	background: #333333 url("images/bg-side-cta.png") repeat-x;
	color: #FFFFFF;
}
.vcard.dark {
	padding: 0 15px 15px;
	background: #383838;
}
.cssgradients .vcard {
	background: -webkit-gradient(linear, left 110, left bottom, from(#4A4A4A), to(#333333));
}

.vcard h3 {
	margin-bottom: 0.7222em;
}

.vcard .adr .type,
.vcard .adr .country-name {
	display: none;
}

.vcard div {
	margin-bottom: 1em;
}
.vcard .title,
.vcard .adr div,
.vcard .tel,
.vcard .email {
	margin-bottom: 0;
}
.vcard .email {
	margin-top: 1em;
}
.vcard .type,
.vcard .title {
	font-weight: 600;
}

.vcard a {
	font-weight: 600;
	color: #FDC215 !important;
	text-decoration: none;
}

/* SERVICE */

#services {
	margin-bottom: -26px;
}

#services li {
	margin-bottom: 26px;
}

#services li a {
	display: block;
	height: 194px;
	width: 280px;
	text-indent: -9999px;
	outline: none;
}
#services li.wheelabrator a {
	background: transparent url("images/service-wheelabrator.png") no-repeat;
}
#services li.wheelabrator_plus a {
	background: transparent url("images/service-wheelabrator-plus.png") no-repeat;
}
#services li.disa a {
	background: transparent url("images/service-disa.png") no-repeat;
}

/* ROTATOR */

#rotator {
	position: relative;
	height: 363px;
	width: 996px;
	background-color: #383838;
	overflow: hidden;
}

#rotator .item {
	display: block;
	height: 363px;
	width: 996px;
	position: relative;
}

#rotator .item .box {
	position: absolute;
	bottom: 0;
	width: 996px;
	padding: 16px 20px 7px 20px;
	background-image: url("images/65-black.png");
}

#rotator .item h1 {
	margin: 0;
	width: 75%;
	color: #FFFFFF;
	font-size:16px;
	font-weight:bold;
	height:40px;
	line-height:40px;
}

#rotator .item h1 a {
	color: #FFFFFF;
	text-decoration: none;
	font-size:14px;
}

#rotator .loading {
	position: absolute;
	bottom: 20px;
	right: 20px;
	height: 32px;
	width: 32px;
	background: transparent url("images/loading.png") no-repeat 0 0;
	overflow: hidden;
	z-index: 5;
}

/* HOMEPAGE - CTAS */

#ctas {
	overflow: hidden;
	background:url("images/background.png") repeat-x scroll center bottom #383838;
	border-top: 1px solid #383838;
}

#ctas .item {
	float: left;
	width: 234px;
	border-left: 1px solid #FFFFFF;
	background: #DCDCDC url("images/bg-cta.png") repeat-x;
}
.cssgradients #ctas .item {
	background: -webkit-gradient(linear, left 110, left bottom, from(#F3F3F3), to(#DCDCDC));
}

.home-ctas #ctas .item {
    height: 187px;
}

#ctas .item:first-child {
	width: 235px;
	border-left: 0;
}

#ctas .item:first-child img {
	width: 235px;
}

#ctas .item h2 {
	margin: 0;
	padding: 8px 10px;
	background: transparent url("images/bg-cta-header.png") repeat-x;
	font-size: 1.3846em;
	font-weight: 500;
}
.cssgradients #ctas .item h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#DCDCDC));
}

#ctas .item h2 a {
	display: block;
	padding-right: 37px;
	background: transparent url("images/cta-link.png") no-repeat center right;
	color: #000000;
	text-decoration: none;
}

#ctas .item p {
	margin: 12px 12px 16px;
	font-size: 0.8462em;
}

/* GENERIC CTAS */

a.cta {
	display: block;
	position: relative;
	height: 187px;
	width: 280px;
	overflow: hidden;
	background:#5a5a5a url("images/default_thumb2.png") no-repeat scroll top center;
}
a.cta:hover {
	text-decoration: none !important;
}



a.cta span.title {
	position: absolute;
	bottom: 0; 
	left: 0; 
	right: 0;
}

a.cta span.title .arrow {
    background: url(images/box-pagination-next-active.png) 0 0;
    width: 8px;
    height: 13px;
    display: inline-block;
   position: relative;
    top: 1px;
    left: 2px;
}

a.cta span.description {
	display: block;
	padding: 0 15px 10px;
	background-color: #E8B10D;
	font-size: 0.8462em;
	font-weight: 500;
	color: #383838;
}

a.cta .title,
.generic_cta {
	display: block;
	padding: 7px 19px 0 15px;
	background: url("images/65-black.png") repeat top left;
	color: #ffffff;
	font-size: 1.3em;
	min-height: 50px;
	line-height: 1.35em;
	font-weight: normal;
	text-transform: uppercase;
}

.generic_cta a
{
    color: #383838 !important;
}
.dark a.cta .title,
.dark .generic_cta {
	margin: 0 -15px 15px;
}

/* QUICKLINKS */

#quicklinks {
	margin-top: 0px;
	padding-bottom: 97px;
	border-top: 4px solid #000000;
	border-bottom: 1px solid #7D7D7D;
	background: transparent url("images/bg-quicklinks.png") no-repeat scroll bottom center;
	z-index: 0;
}

#quicklinks ul,#quicklinks h3{margin-left:12px}
#quicklinks ul li{margin-bottom:5px}
#quicklinks ul li a,#quicklinks a {color:#FFF}
#quicklinks ul li a:hover{color:#ffc20e}

#quicklinks h2 {
	display: none;
	float: left;
	height: 34px;
	padding: 0 0 0 24px;
	background: #000000 url("images/quicklinks-left.png") no-repeat top left;
	color: #FFFFFF;
	font-size: 1.3077em;
	font-weight: 600;
}

#quicklinks h2 span {
	display: block;
	height: 28px;
	width: auto;
	padding: 6px 60px 0 0;
	background: #000000 url("images/quicklinks-right.png") no-repeat top right;
	outline: none;
}

#quicklinks h2.minus span {
    background: #000000 url("images/quicklinks-minus.png") no-repeat top right;
}

#quicklinks .inner {
	background-color: #000000;
	color: #FFFFFF;
	padding: 20px 0;
}

#quicklinks .inner div {
	width: 235px;
	float: left;
}

#quicklinks .inner .notitle{margin-top:48px}

#quicklinks .inner h3 {
	height: 28px;
	margin-bottom: 20px;
	overflow:hidden;
}


#quicklinks dl dd a:hover {color:#ffc20e}

/*
#quicklinks .inner h3.norican {
	width: 157px;
	background: transparent url("images/quicklinks-norican.png") no-repeat;
}
#quicklinks .inner h3.wheelabrator {
	width: 159px;
	background: transparent url("images/quicklinks-wheelabrator.png") no-repeat;
}
#quicklinks .inner h3.wheelabrator_plus {
	width: 157px;
	background: transparent url("images/quicklinks-wheelabrator-plus.png") no-repeat;
}
#quicklinks .inner h3.disa {
	width: 75px;
	background: transparent url("images/quicklinks-disa.png") no-repeat;
}*/

#quicklinks .inner dl {
	width: 48%;
	float: left;
	font-size: 0.9231em;
	line-height: 1.8462em;
}

#quicklinks .inner dt {
	margin-top: 1.8462em;
	color: #FFC315;
	font-weight: 600;
}

#quicklinks .inner dd a {
	color: #FFFFFF;
	text-decoration: underline;
}

#quicklinks ._toogle_text {
	display: none;
}

/* FOOTER */

#footer {
	margin: 19px -6px 150px;
	color: #FFFFFF;
	z-index: 0;
}

#footer #map {
	float: left;
}

#footer #map a {
	display: block;
	height: 24px;
	margin-left: 12px;
	padding: 5px 0 0 68px;
	background: transparent url("images/map.png") no-repeat scroll center left;
	color: #FFFFFF;
	font-size: 1.2308em;
	font-weight: 500;
	text-decoration: none;
}

#footer ul {
	float: right;
	margin-top: 8px;
	font-size: 0.8462em;
}

#footer li {
	margin: 0;
	padding: 0 8px;
	border-left: 1px solid #FFFFFF;
	color: #fff;
}
#footer li:first-child,
#footer .copyright {
	margin-left: 10px;
	border-left: 0;
}

/* SUB NAVIGATION */

.sub_navigation {
	/*margin-top: -20px;*/
	margin-bottom: 25px;
}

.sub_navigation ul {
	display: block;
}

.sub_navigation li {
	display: block;
	font-size:1em;
}

.sub_navigation li:first-child a {
    /*height: 32px;*/
}

.sub_navigation li.active {
	display: block;
	background: transparent url("images/sub-nav-active.png") no-repeat 8px 9px;
}

.sub_navigation li a {
	display: block;
	padding: 8px 10px;
	background: transparent url("images/header-underlined.png") repeat-x bottom left;
	color: #383838;
	font-weight: 500;
	text-decoration: none;
}

.sub_navigation li a:hover {
	text-decoration: underline;
}

.sub_navigation li.active ul {
	padding-left: 25px;
}

.sub_navigation li > a,
.sub_navigation li a,
.sub_navigation li.active ul li a,
.sub_navigation li.active ul li.active ul li a {
	font-weight: 500 !important;
}

.sub_navigation li.active > a,
.sub_navigation li.active a,
.sub_navigation li.active ul li.active a,
.sub_navigation li.active ul li.active ul li.active a {
	padding-left: 25px;
	font-weight: 600 !important;
}

/* PAGINATION CONTROLS */
#content .equip_subcat li a.cta span.title 
.pagination_controls {
	margin: 16px 0;
	/*background: url("images/header-underlined.png") repeat-x scroll left top;
	padding-top: 13px;*/
	text-align:center
}

.pagination_controls ul{padding:10px 0 0 0 !important}

.pagination_controls ul li {
	float: none;
}

.floatFix .pagination_controls ul li {
	float: left;
}

#content .pagination_controls ul li 
{
	float:left;
	display:inline;
	font-size: 0.9231em;
	font-weight: 600;
	text-align: center;
	list-style: none !important;
}

.pagination_controls li.prev,
.pagination_controls li.next {
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
}
.pagination_controls li.prev a {
	margin-right: 8px;
	background: transparent url("images/pagination-prev.png") no-repeat center center;
}
.pagination_controls li.next a {
	margin-left: 8px;
	background: transparent url("images/pagination-next.png") no-repeat center center;
}

.pagination_controls li a {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	color: #999999;
	text-decoration: none;
}

.pagination_controls li.on a {
	color: #1D1D1D;
}

.pagination_controls li a:hover {
	text-decoration: underline;
}

.pagination_controls .accessible {
	display: none;
}

/* BOX - PAGINATION CONTROLS */

.box .pagination_controls {
	clear: both;
	position: relative;
	float: left;
	left: 50%;
}

.box .pagination_controls ul {
	position: relative;
	float: left;
	left: -50%;
}

.box .pagination_controls li.prev a {
	margin-right: 50px;
	background-image: url("images/box-pagination-prev.png");
}
.box .pagination_controls li.next a {
	margin-left: 50px;
	background-image: url("images/box-pagination-next.png");
}

.box .pagination_controls li a {
	color: #FFFFFF !important;
}
.box .pagination_controls li.on a {
	color: #FDC215 !important;
}

/* BOX - SECTION NAVIGATION */

.box ul.section_navigation {
	height: 50px;
	margin-bottom: 20px;
	background: transparent url("images/box-underline.png") repeat-x bottom left;
}

.box ul.section_navigation li {
	float: left;
	height: 22px;
	margin-right: 40px;
	margin-bottom: 3px;
	padding: 10px;
	text-align: center;
}

.box ul.section_navigation li.active {
	background: transparent url("images/box-selected.png") no-repeat bottom center;
}

.box ul.section_navigation li a {
	display: block;
	color: #FFFFFF !important;
	font-size: 1.5385em;
	font-weight: 500;
	text-decoration: none;
	outline: none;
}
.box ul.section_navigation li.active a {
	color: #FDC215 !important;
}

/* Search Results Page */

.pagination_items .result{ background: transparent url("images/header-underlined.png") repeat-x bottom left; margin-bottom:20px; padding-bottom: 6px; }
.pagination_items .result h3{text-transform:capitalize}
.pagination_items.result p {}

/* FORMS/UNIFORM */

fieldset {
	position: relative;
	clear: both;
	padding: 50px 20px 20px;
	border-bottom: 4px solid #FFFFFF;
	background-color: #F1F1F1;
	color: #383838;
}
fieldset.no-legend {
	padding-top: 10px;
}
fieldset.buttons {
	padding: 10px;
	background-color: #FFFFFF;
}
fieldset.buttons input {
	float: right;
	width: auto;
}

#content .buttons {
    clear: both;
    overflow: hidden;
    float: none;
    padding: 15px 0 9px 0;
}

#content .buttons .submit {
    width: auto;
    float: left;
    clear: none;
    margin: 0 10px 0 0;
    padding-right: 8px;
}

fieldset legend {
	margin-bottom: -50px;
	font-size: 1.3846em;
	font-weight: 600;
	position: relative !important;
    top: 40px !important;
}

fieldset legend span {
	color: #FDC215;
}

fieldset div {
	position: relative;
	float: right;
}
fieldset div.clear {
	float: left;
}

fieldset div.half {
    width: 258px;
}

fieldset div label,
fieldset div span.label,
fieldset div input,
fieldset div select,
fieldset div .uniform {
	float: left;
	clear: both;
	line-height: 1.2;
	margin: 0;
	width: 520px;
}
#content fieldset div label,
#content fieldset div span.label,
#content fieldset div input,
#content fieldset div select,
#content fieldset div .uniform {
	width: 365px;
}
fieldset div textarea {
	min-height: 162px;
	width: auto;
}
fieldset div label,
fieldset div span.label  {
	width: 495px;
	margin: 10px 5px 5px;
	font-weight: 600;
}
#content fieldset div label {
	width: 340px;
}
fieldset div.half input,
fieldset div.half textarea,
fieldset div.half .uniform {
	width: 392px;
}
#content fieldset div.half input,
#content fieldset div.half textarea,
#content fieldset div.half .uniform {
	width: 237px;
	overflow: hidden;
}
fieldset div.half select,
fieldset div.half .selector {
	width: 382px;
}
#content fieldset div.half select,
#content fieldset div.half .selector {
	width: 247px;
}
fieldset div.half .selector span {
	width: 375px;
}
#content fieldset div.half .selector span {
	width: 220px;
}

fieldset div.half label,
fieldset div.half span.label {
	width: 355px;
}
#content fieldset div.half label,
#content fieldset div.half span.label {
	width: 200px;
}

fieldset div .uniform.radio,
fieldset div .uniform.checker {
	clear: none;
	float: left;
	width: 20px !important;
}

fieldset div.checkboxes label {
	float: left;
	clear: none;
	margin: 2px 5px;
	width: 382px;
}
fieldset div.checkboxes table label {
	float: none;
}

#content fieldset.register-form div.checkboxes {
    padding: 8px 0 0 0;
}

#content fieldset.register-form div.checkboxes td {
    padding: 6px 18px 0 0;
}

#content fieldset div.checkboxes label {
	width: 227px;
}

fieldset div.clear {
	clear: left;
}

fieldset div.no-label {
	display: block;
	margin-top: 31px;
}

fieldset p.note,
fieldset p.required {
	font-size: 0.7692em;
	text-transform: uppercase;
	text-align: right;
}
fieldset p.note {
	position: absolute;
	top: -33px; 
	right: 35px;
	margin: 0;
}

fieldset div p.required {
	position: absolute;
	top: 0; right: 0;
	height: 20px;
	width: 67px;
	margin-top: 8px;
	padding-right: 4px;
	background: transparent url("images/form-required.png") no-repeat scroll top right;
}
fieldset div p.required.highlight {
	background-position: center right;
	color: #FFFFFF;
}

fieldset div span.highlight {
    background: url(images/form-required.png) no-repeat right top;
    background-position: center right;
    position: absolute;
 	top: 0;
	right: 0;
	width: 57px;
	padding: 4px 0 0 8px;
	margin-top: 8px;
	height: 18px;
	font-size: 0.8em;
	display: block;
	color: #ffffff !important;
	text-transform: uppercase;
}

fieldset div p.required.accepted {
	background-position: bottom right;
	text-indent: 9999px;
	overflow: hidden;
}

fieldset div.terms {
    padding-top: 5px;
    width: 100%;
}

fieldset div.terms label {
    float: left;
    overflow: hidden;
    clear: none;
    margin-top: 2px;
}

fieldset div.terms input,
fieldset div .uniform.checker {
    width: auto !important;
}



#content fieldset table,
#content fieldset th,
#content fieldset tr,
#content fieldset td {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

fieldset.user-search .half {
    float: left;
}

#content fieldset.user-search .buttons {
    float: left;
    padding: 30px 0 9px 10px;
    clear: none;
}

#content .users_table td {
    border: none;
    border-bottom: 1px solid #ffffff;
}

#content .error ul {
    padding: 0 0 20px 15px;
}

#content .error p {
    font-weight: normal;
    margin: 0 0 0 0;
    color: #000000;
    font-size: 1.4em;
}

#content .error li {
    list-style: disc;
    float: none;
    font-weight: bold;
    margin: 0;
    color: #f42222 !important;
}

#content .error {
    background: #f1f1f1 url(images/warning.png) no-repeat 22px 28px;
    border: 1px solid #fbd1d1;
    margin: 0 0 20px 0;
    padding: 20px 20px 10px 66px;
    display: block;
    min-height: 40px;
}

#content span.error_summary {
    font-weight: bold;
    padding-top: 25px;
}

.downloadspopup {display:none;}

#content .download-popup-form {
    background: none;
    overflow: hidden;
    clear: both;
    padding-top: 0;
    padding-bottom: 0;
    border: none;
}

#content .download-popup-form label {
    color: #ffffff;
}

#content .download-popup-form fieldset{}

#content .download-popup-form .required {
    margin-top: 7px;
    margin-right: 1px;
}

#content .download-popup-form div p.required {
    background: transparent url(images/form-required-black.png) no-repeat right top;
    height: 17px;
}

#content .download-popup-form div p.required.highlight {
    background-position: right -17px;
}

#content .download-popup-form div span.highlight {

}

/* WYSIWYG Styles */

#content .Paragraph {
    font-size: 1em;
}

#content h3 {
    font-size: 1.12em;
    font-weight: bold;
}

#content ul {
    overflow: hidden;
    padding: 0 0 0 0px;
}

#content ul li { /* these styles for wysiwyg content might mess up some styling elsewhere...somewhere they need a float and no disc... */
    list-style: disc;
    float: none;
}


/***************** MISC */

.nav_row{clear:both;height:40px;padding-bottom:10px}

#modal{overflow:hidden;display:none;border:1px solid #444;width:500px !important;/*min-height:400px*/;background:#222;padding:20px;position:absolute;top:0;left:0;z-index:999;display:none;}
#modal p {color:#CCC}
#modal p.required{color:#222}
#modal p.highlight{color:#FFF}

#modal fieldset {display:block;width:460px !important;min-height:300px}
#modal object{width:500px;height:280px;margin-bottom:20px}
#modal h3.fn, #modal h3 {font-size:2em;color:#FFC315 !important}

#modal .checked {margin-top:3px}
#modal checker {float:left}

.accessible { margin-left: -99999px; position: absolute; }
.hide { display: none; }
#modal fieldset div.half {width:458px;height:70px;float:left;clear:both;}
#modal fieldset div.half label, #modal fieldset div.half span.label {width:auto}
#modal fieldset div label, #modal fieldset div span.label, #modal fieldset div input, #modal fieldset div select, #modal fieldset div .uniform {width:auto}
#modal img.close{float:right;position:relative;top:10px;z-index:9999}
#modal .fn {width:200px}
/*Hack for IE7*/
#modal .buttons{*position:absolute;*left:10px;*top:320px}

#testimonials_dark{background:#FFF}
#testimonials_dark .test_box {clear:both;background:#383838;margin-bottom:20px;color:#FFF;padding:15px;overflow:auto;}
#testimonials_dark .test_box img.person_thumb{width:180px;height:100px;float:left;background:#CCC;margin-right:20px}
#testimonials_dark .test_box blockquote{font-size:1.2em;font-weight:bold;margin:0;padding-bottom:20px}
#testimonials_dark .test_box span.fn{color:#FFC315;display:block;font-style:normal;font-weight:bold}
#testimonials_dark .test_box span.title{color:#999;display:block;text-transform:uppercase;font-style:normal;font-weight:bold}

.register-form .buttons {width:280px}
#content fieldset.register-form div.checkboxes tr{display:block;width:200px}
#content fieldset.register-form div.checkboxes td{display:block;width:200px}
.register-form .half{float:none;display:block}
#content fieldset.register-form div.checkboxes td input[type=checkbox]{position:relative;top:18px}


/* Edit user section */

.edit_user,.register-form{padding:20px 20px 20px}
#content .edit_user div label, 
#content .edit_user div span.label, 
#content .edit_user div input, 
#content .edit_user div select, 
#content .edit_user div .uniform {width:300px}
#content .edit_user div.half input, 
#content .edit_user div.half textarea, 
#content .edit_user div.half .uniform  {width:300px}
#content .edit_user div.checkboxes td input[type=checkbox]{position:relative;top:18px}
.edit_user div {float:left}

#modal .error_summary ul li {color:#FF0000;margin-bottom:10px}

#breadcrumb {background:url("/images/bg-cta-header.png") repeat-x 0 0;border-bottom:1px solid #BBB;padding:10px 0;}
#breadcrumb li {color:#333 !important;display:inline;margin-left:20px;text-transform:uppercase;font-size:0.9em}
#breadcrumb li a {color:#666;text-decoration:none}
#breadcrumb li a:hover { text-decoration: underline; }

.key { display:none;width: 200px; background: url("images/65-black.png") repeat; padding: 10px; position: absolute; z-index: 55; top: 87px; right: 0; }
.key dd { color: #fff; clear: both; }
.key dd span { display: block; padding: 10px 0 10px 30px; }
.key dd img { float: left; }
#modal select {width:420px !important;cursor:pointer}

.visible { display: block !important }
.hidden { display: none !important }