
.btn-slide {
	background:url(../images/btn-slide.gif) no-repeat 0 0;
	display:block;
	height:27px;
	width:78px;
	position:absolute;
	top:0;
	/*right:8px;*/
	right:8px;
}


.btn-slide span {
    color: #B3CEE4;
    font-size: 10px;
    left: 26px;
    position: absolute;
    top: 4px;
    text-transform:uppercase;
}

a.active span 
{
    color: #747474;
}

.slide2 {
	background:url(../images/flag.gif) no-repeat 0 0;
	display:block;
	height:27px;
	width:40px;
	position:absolute;
	top:0;
	right:86px;
}
.slide2 img {
position: absolute;
top: 8px;
left: 11px;
}

#panel {
	display:none;
	background:url(../images/panel-bg.png) no-repeat 0 0;
	height:49px;
	width:395px;
	position:absolute;
	top:27px;
	/*right:9px;*/
	right:9px;
	z-index:1;
}
#panel2 {
	display:none;
	background:url(../images/panel-bg.png) no-repeat 0 0;
	height:49px;
	width:395px;
	position:absolute;
	top:27px;
	right:87px;
	z-index:100;
}

form#search .field {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #b2b2b2;
	height:25px;
	width:339px;
	background:url(../images/search-input-bg.gif) repeat-x 0 0;
	padding-left:10px;
	font-weight:700;
	font-size:12px;
	color:#7c7c7c;
	line-height:25px;
	margin:10px 0 0 12px;
    font-family:Arial, Sans-Serif;
	/*behavior:url(/border-radius.htc);*/
}
form .search-downloads {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #b2b2b2;
	height:25px;
	width:188px;
	background:url(../images/search-input-bg.gif) repeat-x 0 0;
	padding-left:10px;
	font-weight:700;
	font-size:12px;
	color:#7c7c7c;
	line-height:25px;
	margin:10px 0 0 0;
	/*behavior:url(/border-radius.htc);*/
}
#contact input 
{
    font-family:Arial, Sans-Serif;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #b2b2b2;
	height:25px;
	/*width: 328px;*/
	width: 320px;
	background:url(../images/search-input-bg.gif) repeat-x 0 0;
	padding-left:10px;
	font-weight:700;
	font-size:12px;
	color:#7c7c7c;
	line-height:25px;
	margin:6px 0 0;
	/*behavior:url(/border-radius.htc);*/
}
.content-cta form input {
    font-family:Arial, Sans-Serif;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #b2b2b2;
	height:25px;
	width: 168px;
	background:url(../images/search-input-bg.gif) repeat-x 0 0;
	padding-left:10px;
	font-weight:700;
	font-size:12px;
	color:#7c7c7c;
	line-height:25px;
	margin:6px 0 5px;
	/*behavior:url(/border-radius.htc);*/
}
#contact textarea {
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #b2b2b2;
	height:115px;
	width:688px;
	background:url(../images/text-areaBG.gif) repeat-x 0 0;
	padding-left:10px;
	font-weight:700;
	font-size:12px;
	color:#7c7c7c;
	line-height:25px;
	margin:6px 0 0;
	font-family: Arial;
	/*behavior:url(/border-radius.htc);*/
}
#contact input.btn-med-blue {
	background:url(../images/btn-submit.gif);
	display:block;
	height:23px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	line-height:22px;
	padding:0 8px 3px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:2px 0 10px 12px;
	border: 0;
	width: 100px;
	font-weight:normal;
	/*behavior:url(/border-radius.htc);*/
}
#contact input.btn-med-blue:hover, .content-cta form input.btn-med-blue:hover, form input.btn-med-blue:hover
{
    cursor:pointer;
    background-position:0 -23px;
}
.content-cta form input.btn-med-blue, form input.btn-med-blue {
	background:url(../images/btn-submit.gif);
	display:block;
	height:23px;
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	float:left;
	line-height:22px;
	padding:0 8px 3px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	margin:7px 10px 10px 0;
	border: 0;
	/*width: 100px;*/
	font-weight:normal;
	/*behavior:url(/border-radius.htc);*/
}
#contact label {
	color:#005daa;
	font-size:14px;
	font-weight:600;
}
#contact label.error {
	color:red;
}
.full {
	float:left;
	display:inline;
	margin:0 20px 0 12px;
	
}
.half {
	float:left;
	z-index:99;
	display:inline;
	margin:0 20px 0 12px;
	width:340px;
}
.half-right {
	float:left;
	display:inline;
	margin:0;
}

.half, .half-right  {
    position: relative;
    height: 70px;
}
.half span.error, .half-right span.error {
    position: absolute;
    top: 50px;
    left: 3px;
    font-size: .8em;
    font-style:italic;
}
.full span.error {
    font-size: .8em;
    font-style:italic;
    color:Red;
    
}

form .btn-search {
	background:url(../images/searchbtn.gif) no-repeat 0 0;
	height:27px;
	width:31px;
	display:block;
	border:none;
	float:right;
	position:absolute;
	right:12px;
	top:10px;
	cursor:pointer;
}
.down-search, form.find {
	position:relative;
}
form td.down-search .btn-search-down {
	background:url(../images/searchbtn.gif) no-repeat 0 0;
	height:27px;
	width:240px;
	display:block;
	border:none;
	position:absolute;
	cursor:pointer;
	left:189px;
	top:10px;
}
form.search, div.search#search-long {
	position:relative;
}
#content form.search a.adv {
	position:absolute;
	right:5px;
	top:15px;
}
div.search#search-long .field{
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #b2b2b2;
	height:25px;
	width:573px !important;
	background:url(../images/search-input-bg.gif) repeat-x 0 0;
	padding-left:10px;
	font-weight:700;
	font-size:12px;
	color:#7c7c7c;
	line-height:25px;
	margin:10px 0 8px 12px;
	/*behavior:url(/border-radius.htc);*/
}
div.search#search-long .btn-search {
	background:url(../images/searchbtn.gif) no-repeat 0 0;
	height:27px;
	width:31px;
	display:block;
	border:none;
	float:right;
	position:absolute;
	right:0px;
	top:10px;
	cursor:pointer;
}

.long-cta form.find {
	width:660px;
}
.long-cta form.find2 {
	padding-bottom:12px;
	width:660px;
	margin:0 0 0 20px;
}
.long-cta form.find label {
	color:#005DAA;
	font-size:14px;
	font-weight:700;
}
.long-cta form.find select {
	margin-top:15px;
}
.sbHolder {
	font-size:12px;
	height:25px;
	position:relative;
	width:100%;
	float:left;
	
}
.sbSelector {
	border:1px solid #b2b2b2;
	display:block;
	height:25px;
	left:0;
	line-height:26px;
	outline:none;
	overflow:hidden;
	position:absolute;
	z-index:1;
	text-indent:10px;
	top:0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	background:url(../images/select-bg.gif) repeat-x 0 0;
	/*behavior:url(/border-radius.htc);*/
	width:100%;
}
.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color:#333;
	outline:none;
	text-decoration:none;
}
.sbToggle {
	background:url(../images/select-icons.gif) 0 0 no-repeat;
	display:block;
	height:27px;
	outline:none;
	position:absolute;
	float:right;
	z-index:2;
	right:-2px;
	top:0;
	width:31px;
}
.sbToggleOpen {
	background:url(../images/select-icons.gif) 0 -27px no-repeat;
}
.sbHolderDisabled {
	background-color:#3C3C3C;
	border:solid 1px #b2b2b2;
}
.sbOptions {
	background-color:#fff;
	border:solid 1px #b2b2b2;
	list-style:none;
	left:-1px;
	position:absolute;
	z-index:99;
	overflow-y:auto;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:10px;
	margin:0 0 0 1px;
	padding:0;
	white-space:nowrap;
	width:96%;
	/*behavior:url(/border-radius.htc);*/
}
.sbOptions li {
	padding:0 7px;
	font-weight: normal !important;
	z-index:10;
}
.sbOptions a {
	display:block;
	outline:none;
	padding:7px 0 7px 3px;
	z-index:10;
}
.sbOptions a:link, .sbOptions a:visited {
	color:#333;
	text-decoration:none;
	z-index:10;
}
.sbOptions a:hover {
	color:#1b2f55;
	z-index:10;
}
.sbOptions li.last a {
	border-bottom:none;
	z-index:10;
}
#content ul.sbOptions {
	padding-top:0;
	margin-left:0;
}
#content ul.sbOptions li {
	padding-bottom:0;
}
td.app .sbHolder {
	width:170px;
	margin-top:5px;
}
td.app .sbSelector {
	width:142px;
}
td.model .sbHolder {
	width:140px;
	margin-top:5px;
}
td.model .sbSelector {
	width:109px;
}
form.views .sbHolder {
	width:346px;
	margin-top:5px;
	margin-bottom:10px;
}
form.views .sbSelector {
	width:340px;
}
form.views .sbOptions {
	width:355px;
}
form .left-select .sbHolder {
	margin-right:20px;
}
#loc-form .sbHolder {
	width:370px;
	margin-top:5px;
	margin-bottom:10px;
}
#loc-form .sbHolder a {
	color: #333;
	font-size: 13px;
}
#loc-form .sbOptions {
	width:349px;
	z-index: 100;
}
#loc-form .sbSelector {
	width:365px;
}

#contact .half .sbHolder {
	width:300px;
	margin-top:5px;
	margin-bottom:10px;
}
#contact .half .sbSelector {
	width:285px;
}
#contact .half .sbOptions {
	width:300px;
}

td.down-select .sbSelector {
    width: 217px;
}

td.down-select .sbHolder {
    margin-top: 9px;
    width: 220px;
}

td.down-select .sbOptions {
    width: 220px;
}

.btn-select-submit {
	background:url(../images/btn-select-submit.gif) no-repeat 0 0;
	height:27px;
	width:30px;
	display:block;
	margin-top:5px;
}
.active, .btn-select-submit:hover {
	background-position:0 -27px;
}
.long-cta form select#application, td.app .sbOptions {
	width:170px;
}
.long-cta form select#model, td.model .sbOptions {
	width:140px;
}
td.year .sbHolder, td.make .sbHolder {
	width:120px;
	margin-top:5px;
}
td.year .sbSelector, td.make .sbSelector {
	width:93px;
}
td.year .sbOptions, td.make .sbOptions, .long-cta form select#year, .long-cta form select#make {
	width:120px;
}

/* RadCaptcha style */
.rcRefreshImage
{
    font-size: 10px;
    color: Blue;
}
.rcSection
{
    position:relative;
    z-index:0;
}

/* Country Selector */

.csLogo
{
    padding: 20px 0px 20px 0px;
    position:absolute;
}

.countrySelectorTableHeader
{
    position:relative;
    width:inherit;
    text-align:right;
    border-bottom: 3px solid black;
    padding-bottom: 10px;
    padding-top: 40px;
    vertical-align:top;
}

.countrySelectorWrapper
{
    background:url(../images/world-map.PNG) no-repeat 0 0;
    width:100%;
}
.countrySelectorTable,
.countrySelectorTableCell
{
    vertical-align:top;
    padding: 2px 10px 2px 10px;  
    font-weight:bolder;
    color: #003366;
}
.regionItem
{
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.regionalGroupHeader
{
    font-size: 18px;
    font-weight: bold;
}

.regionalGroupVerbiage
{
    font-size: 18px;
    font-weight: bold;
}

.separatorItem
{
    border-left:1px dashed gray;
}

.jobsearchform
{
    padding-bottom:100px;
}

.altcontentbutton
{
    position:absolute;
}

.altcontent_level1
{
    z-index:99;
}

.searchcriteria, 
.searchform, 
.searchresults
{
    font-size: 12px;
}

.searchresults 
{
    border-bottom: 1px solid gray;
    border-top: 1px dashed gray;
    width:100%;
}

.searchresultsheader
{
   background: #DCD4C9;
   color: #003399;
   font-size:13px;
   font-weight:bold;
}

.searchresultsheader td
{
    padding: 8px 2px 5px 2px;
    text-align:center;
}

.jobitem_alt td
{
    background: #CECEF6;
    padding: 3px 1px 2px 1px;
    text-align:left;
}

.jobAppWrapper
{
    padding-left: 10px;
    border-bottom:1px solid gray;
}

.jobapplicationform
{
    padding-left: 8px;
    font-size: 12px;
    width:100%;
}



.jobapplicationform td.appformHeader
{
    font-size: 14px;
    font-weight:bold;
    color: #005daa;
}

.jobapplicationform td.appformHeader .appformHeaderdata
{
    font-weight:normal;
}

.jobapplicationform td.appformSectionHeader
{
    font-size: 14px;
    font-weight:bold;
    padding-bottom:10px;
    border-bottom:1px dashed gray;
    color: #005daa;
}

.jobapplicationform td.appformItmemHeader
{
    font-size: 10px;
    font-weight:bold;
    padding-bottom: 10px;
}

.jobapplicationform .error
{
    color:Red;
}

.jobapplicationformfooter {
    border-top:1px solid gray;
}

span.icon {
	padding: 8px;
}

span.icon.add {
	background: url(/CMS/Assets/Images/add.gif) no-repeat center center;
}

.crumbs
{
    font-size:11px;
}
.newsTickerHeader
{
    float:left;
}
.marqueetext
{
    float:left;
    position:relative;
    overflow:hidden;
    top:2px;
    /*left:178px;*/
    width:764px;
    height:25px;
    white-space:nowrap;
}
.marqueetext span 
{
    white-space:nowrap;
}

.registerForm
{
    padding:0px;
    border:0px solid yellow;
}

.registerFormLabel
{
    width:150px;
    color:white;
	font-size:14px;
	font-weight:bold;
	vertical-align:bottom;
	border:0px solid yellow;
	text-align:right;
	padding-right:10px;
	white-space:nowrap;
}
.registerFormHeading
{
    width:150px;
    color:white;
	font-size:24px;
	font-weight:bold;
	vertical-align:bottom;
	border:0px none yellow;
	text-align:left;
	padding-right:10px;
	white-space:nowrap;
}
.registerFormInput
{
    padding:0px;
    width:350px;
    white-space:nowrap;
}

.registerFormFull
{
    width:470px;
    color:white;
	font-size:14px;
	font-weight:bold;
	text-align:right;
}

.error_sm
{
    color: Red;
    font-size:11px;
}

.certicateOwner
{
    font-size:40px;
	color:#005daa;
	padding: 0 0 8px;
}



.recycling_content_wrapper
{
    min-height:600px;
}

.faqList_question{
    margin-top:20px;
    font-weight:500;
    font-size:13px;   
    cursor:hand; 
}

#faqList_view{
    margin-top:6px;
    margin-left:4px;
    padding:0px;
    list-style-type:none;
}

#faqList_view li
{
     padding:8px;
     width:100%;
}
#faqList_view ul, 
#faqList_view ul li
{
    vertical-align:top;
    margin:0px;
    padding:0px;
    list-style-type:none;
}

#faqList_view span ul,
#faqList_view span ul li
{
    vertical-align:top;
    list-style-type:none;
    display:inline;
}

#faqList_view span ul li.img
{
    width:13px;
    margin-top:1px;
    padding-right:11px;
    height:20px;
}

#faqList_view span ul li.txt
{
    width:920px;
}

.faqList_answer{
    display:none;
    margin-left:25px;
    margin-top:10px;
    font-weight:500;
    font-size:13px;
    font-style:italic;
    line-height:14px;       
}