﻿/* ================== START - reset.css ================== 
reset.css
revision 51
-------------------------------------*/
html
{
	font-size:100%;
}
body
{
	margin:0;
	padding:0;
	font-family:arial,sans-serif;
	font-size:63%;
	letter-spacing:normal;
}
/* base size set to 63% - this is font-size around 10px and makes calculating sizes easier */
fieldset, img
{
    border:0;
}
caption, th
{
    text-align:left;
}
h1, h2, h3, h4, h5, h6, li, td, a
{
    margin:0;
    padding:0;
    /*font-size:1em;*/
}
q:before, q:after
{
    content:'';
}
abbr, acronym
{
    font-variant:normal;
    border:0;
}
/* to preserve line-height and selector appearance */
sup
{
    vertical-align:text-top;
}
sub
{
    vertical-align:text-bottom;
}
input, textarea, select
{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
}
del, ins
{
    text-decoration:none;
}
p, ul, ol, dl
{
    margin:0;
    padding:0;
    /*font-size:1.2em;*/
}
a
{
    text-decoration:none;
    color:#000;
}
a:hover
{
	color:#039;
}
body
{
    color:#000;
    background:#fff;
}
/*
self clearing styles to cause elements containing floats to wrap correctly -
placed at the top so that height can be overruled later if necessary
*/
.clrNM, #bottomLinks, #motorcycleOverviewGallery, #motorcycleCarousel, .mcFeatureAwardSection
{
    min-height:1px;
}
.clrNM:after, #bottomLinks:after, #motorcycleOverviewGallery:after, #motorcycleCarousel:after, .mcFeatureAwardSection:after
{
    visibility:hidden;
    content:".";
    display:block;
    height:0;
    min-height:0;
    overflow:hidden;
    clear:both;
}
table, th, td
{
    margin:0;
    padding:0;
    border-spacing:0;
    border-collapse:collapse;
}
 
 blockquote {

 }

/* ================== END - reset.css ================== *//* ================== START - structure.css ================== 
structure.css
revision 817, 6032
-------------------------------------*/

.clear
{
    position:relative;
    display:block;
    width:1px;
    height:1px;
    font-size:1px;
    clear:both;
}
.displayNone
{
    display:none !important;
}
body
{
	background-color: #250304;
}
/* WRAPPERS */
#container1
{
    width:100%;
	text-align:left
}
#container2
{
    margin:0 auto;
    position:relative;
    padding:0;
    width:990px;   
}
#geomessage
{
    margin:0;
    padding:0;
    color:#fff;
}
#mainContent
{
    padding:0 0 0 11px;
    width:979px;
    text-align:left;
}
body#homePage #mainContent
{
    padding:0;
    width:990px;
    background:none;
}
/* HEADER SECTION */
#header
{
    position:relative;
    width:990px;
    margin:0;
    padding:0;
    min-height:130px;
}
#header #topLinks
{
    margin:0 0 0 240px;
    padding:4px 0 8px 0;
    width:750px;
    text-align:left;
}
#header #importantAnnouncment
{
	margin:0;
	padding:-20px 0 0px 480px;
	width:460px;
	height:46px;
	color: #000;
}
#header #importantAnnouncment .inner
{    
    height:44px;
    overflow:hidden;
    color:#fff;
    border:#fff 1px dashed;
}
#header #search
{    
    margin:0;
    padding:7px 0 9px 856px;
    width:129px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {/*chrome/safari*/
#header #search {height: 19px !important; }
}
#header #mainNav
{
    margin:0;
    padding:0 0 8px 0;
    width:983px;
}
/* NEWSLETTER SIGN UP */
#newsLetter
{
    position:absolute;
    top:25px;
    right:0;
    width:236px;
    z-index:999;
    padding:3px 12px 12px 12px;
    text-align:left;
    overflow:hidden;
}
/* CRUMBTRAIL */
#crumbtrail
{
    padding:0 0 0 20px;
    width:970px;
    height:19px;
    border-top:#fff 2px solid;
    border-bottom:#fff 2px solid;
}
/* COLUMNS */
#leftCol
{
	float:left;
	width:792px;
	background-color: #000;
}
#rightCol
{
    float:right;    
    width:198px;
}
.column
{
    float:left;
    padding:30px 0 0 24px;
}
.column.col233px
{
    width:233px;
}
.column.col290px
{
    width:290px;
}
.column.col291px
{
    width:291px;
}
.column.col351px
{
    width: 351px;
}
.column.col355px
{
    width:355px;
}
.column.col361px
{
    width:361px;
}
.column.col362px
{
    width:362px;
}
.column.col368px
{
    width:368px;
}
.column.col406px
{
    width:406px;
}
.column.col448px
{
    width:448px;
}
.column.col490px
{
    width:490px;
}
.column.col502px /* motorcycle range listing */
{
    padding:30px 22px 0 12px;
    width:502px;
}
.column.col528px
{
    width:528px;
}
.column.col663px
{    
    width:663px;
}
.column.col747px
{
    width:747px;
}
.column.col771pxcolHolder
{
    padding:30px 0 0 0;
    width:771px;
}
.column.col771pxcolHolder .column
{
    padding:0 0 0 24px;
}
.column.col920px
{
    width:920px;
}
.flexiColumn
{
    padding:0px 0 0 24px;
}
#introArea
{
    float:right;
    padding:12px 12px 4px 12px;
    width:162px;
}
body#homePage #introArea
{
    padding:14px 18px 0 18px;
    width:162px;
}
/* BANNER */
#banner
{
    position:relative;
    z-index:10;
    width:990px;
    height:358px;
    overflow:hidden;
    text-align:left; 
}
body#homePage #banner
{
    width:792px;
    background:#fff;
}
#bannerReplace, #mymovie
{
    z-index:11;
}
/* TABBED CONTENT */
#tabbedContent
{
	min-height:0px;
	background:#fff;
}
#tabbedContent, #tabbedContent ul, #tabbedContent ul li
{
    position:relative;
    margin:0;
    padding:0;
    border:none;
}
/* SIGN POSTS */
#mcukcontainer1
{
	padding:0px 0 0px 0px;
	width:990px;
	height:250px;
	text-align:left;
	background:#000;
	border-bottom:#67677e 1px solid;
	overflow:hidden;
}
#mcukcontainer2
{
	padding:0px 0 0px 0px;
	width:990px;
	text-align:left;
	background:#000;
	border-bottom:#67677e 1px solid;
	overflow:hidden
}

/* FOOTER (TOP) */
#footerTop, #footerBottom
{
    font-size:1.0em;
}


{
	}
#footerTop
{
    margin:10px 0 0 0;
    width:990px;
    text-align:left;
}
#footerTop .inner
{
    position:relative;
    padding:9px 0 8px 35px;
    width:955px;
}
/* FOOTER (BOTTOM) */
#footerBottom
{
    margin:8px 0 20px 0;
}

/* ================== END - structure.css ================== *//* ================ START - screen.css ================= *
 * screen.css
 * revision $LastChangedRevision: 817 $
 * PHP at line 497, 4108-9, 4113-4, 4118-9, 4113-4, 4128-9, 4133-4, 4138-9
 * After paste 481, 3783-4, 3787-8, 3791-2, 3795-6, 3799-800, 3803-4, 3808-9
 * ===================================================== */
h1, h2, h3
{
	padding:0 0 9px 0;
	color: #FFF;
	line-height:120%;
}
h1, h2, h3
{
	font-weight:normal;
	font-family: Verdana, Geneva, sans-serif;
}

h1
{
	font-size: 4em;
}

h2
{
	font-size:1.6em;
	letter-spacing:1px;
	text-decoration: underline;
}
h3
{
    font-size:1.4em;
    letter-spacing: 1px;
}
p
{
	padding:3px 3px 15px 3px;
	color:#FFF;
	font-size: small;
}
ul,ol,li{
	color:#FFF;
}
a
{
    color:#4c689f;
}
a img
{
	border:none;
}
ol, ul
{
    margin:0 0 10px 25px;
}
ol li
{
    list-style-type:decimal;
}
ul li
{
    list-style-type:disc;
}
address
{
    font-style:normal;
}
h1.mainHeading
{
    font-size: 1.6em;
    letter-spacing: 1px;
}
h1.mainHeadingLarge
{
    font-size: 4.0em;
}
h1.bannerHeading
{
    position: absolute; 
    top: 140px; 
    left: 35px; 
    font-size: 4.3em; 
    color: #fff;
    width: 700px;
}
.headingLink
{
    color: #333;
    padding-left: 16px;
}
.headingLink a
{
    color: #333;
}
.headingLink a:hover 
{
    color: #4c689f;
}
/* -------------------- GEO LOCATION -----------------------*/
#geolocation a {
    padding-right: 2px;
}
#geomessage
{
    float: left;
    padding:0 7px 0 20px;    
}
/* ---------------------- LOGO LINK ------------------------*/
#logoLink {
	position: absolute;
	display: block;
	width: 290px;
	height: 129px;
	text-indent: -9999px;
	text-align: left;
	left: 2px;
	top: 1px;
}
#newsLink {
	position: absolute;
	display: block;
	width: 124px;
	height: 253px;
	text-indent: -9999px;
	text-align: left;
	left: 1037px;
	top: 49px;
	background-image: url(images/braking_news.jpg);
}

/* ---------------------- TOP LINKS ------------------------*/
#topLinks
{
    width:750px;
    margin:0;
    padding:0;
    font-size:1.0em;
}
#topLinks ul
{
    margin:0;
    padding:0;
    list-style:none;
    text-align:right;
    line-height:100%;
    width:749px;
    margin-right:1px;
}
#topLinks ul li
{
    display:inline;
    padding:0 2px 0 0;
    list-style-type:none;
    color:#a0b0c8;
}
#topLinks ul li a
{
    line-height:100%;
    padding:0 3px 0 0;
    color:#a0b0c8;
}
#topLinks ul li a:hover
{
    color:#7b879a;
}
#topLinks ul li a.active
{
    color:#d9d9d9;
}
/* ---------------------- NEWSLETTER SIGN UP ------------------------*/
#newsLetter
{
    display:none;
}
#newsLetter .close a
{
    float:right;
    padding:1px 15px 0 0;
    width:35px;
    text-transform:uppercase;
    color:#333333;
    margin-right: -8px;
}
#newsLetter .close a:hover
{
    color:#4d6ba0;
}
#newsLetter h2
{
    padding:5px 0 3px 0;
    font-size:1.4em;
    font-weight:normal;
    color:#333333;
    text-transform:uppercase;
}
#newsLetter .form
{
    margin:0 0 3px 0;
}
#newsLetter .form form
{
    padding: 0;
    margin: 0;
}
#newsLetter .form .inner
{
    padding:6px 6px 6px 12px;
    width:218px;
    overflow:hidden;
}
#newsLetter .form .inner ul
{
    margin:0;
}
#newsLetter .form .inner ul li
{
    list-style-type:none;
}
#newsLetter .form .inner ul li label
{
    float:left;
    padding:6px 0 0 0;
    width:76px;
    color:#333333;
    font-size:0.9em;
}
#newsLetter .form .inner ul li label.error {
    color: #aa0000;
    padding: 0px 0 5px 76px;
    width: 134px;
}
#newsLetter .form .inner ul li input
{
    float:left;
    padding:2px 3px;
    width:134px;
    color:#7b879a;
    border:#d9d9d9 1px solid;
}
#newsLetter .form .inner ul li.btn input
{
    margin:3px 0 0 0;
    padding:0;
    width:64px;
    height:18px;
    border:none;
    float:right;
}
#newsLetter p
{
    color:#333333;
    font-size:0.95em;
    padding:0 12px 0 2px;
}
#newsLetter a:hover
{
    color:#7b879a;
}
#newsLetter a
{
    color:#4d6ba0;
}
#newsLetter a:hover
{
    color:#7b879a;
}
/* ---------------------- SEARCH ------------------------*/
#search form
{
    margin: 0px;
    padding: 0px;
}
#search ul
{
    margin:0;
}
#search ul li
{
    float:left;
    height:18px;
    overflow:hidden;
    list-style-type:none;
}
#search ul li.textBox input
{
    padding:1px 5px 0 5px;
    width:99px;
    color:#fff;
    background:none;
    border:none;
    font-size: 1.1em;
}
#search ul li.textBox input.idleField
{
    color:#7c7c86;
}
#search ul li.textBox input.focusField
{
    color:#fff;
}
#search ul li.btn input
{
    margin:0 0 0 2px;
}
/* ---------------------- MAIN NAVIGATION ------------------------*/
/*
#mainNav
{
    text-align:right;
}
#mainNav ul
{
    margin:0;
    padding:0;
}
#mainNav ul li
{
    display:inline;
    padding:0 12px 10px 0;
    margin:0;
    list-style-type:none;
    font-size:1em;
    letter-spacing:normal;
}
#mainNav ul li.end
{
    padding:0 0 0 0px;
    text-align:right;
}
#mainNav ul li a
{
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:inherit;
    font-weight:normal;
    color:#d9d9d9;
    padding:0;
    font-size: 1.2em;
}
#mainNav ul li a:hover
{
    color:#7b879a;
}
#mainNav ul li a.active
{
    color:#a0b0c8;
}
#mainNav ul li .navPanel
{
    position:absolute;
    top:120px;
    right:18px;
    z-index:998;
    padding:10px 0 0 0;
    display:none;
    width:809px;
    text-align:left;
}
#mainNav ul li:hover .navPanel
{
    display:block;
    z-index:997;
}
#mainNav ul li .navPanel .inner
{
    padding:12px 2px 0 12px;
}
#mainNav ul li .navPanel .inner ul.subNav
{
    float:left;
    margin:0;
    width:120px;
    overflow:hidden;
    text-align:left;
}
#mainNav ul li .navPanel .inner ul.subNav li
{
    margin:0;
    padding:0 0 9px 18px;
    display:block;
}
#mainNav ul li .navPanel .inner ul.subNav li a
{
    color:#333333;
}
#mainNav ul li .navPanel .inner ul.subNav li a:hover
{
    color: #4d6ba0;
}    
#mainNav .bikes
{
    float:left;
    width:650px;
    padding-left:12px;   
}
#mainNav .bikes h2
{
    padding:0 0 0 18px;
    font-size:1.2em;  
    color:#333333;
    line-height:100%;
}
#mainNav .bikes h2 a 
{
    display: block;
    padding-top: 2px;
    color: #333333;
}
#mainNav .bikes h2 a:hover
{
    color: #4d6ba0;
}
#mainNav .bikes ul
{
    margin:0 0 20px 0;
    text-align:left;
}
#mainNav .bikes ul li
{
    float:left;
    padding:0 10px 0 0;
    width:120px;
    line-height:100%;
}
#mainNav .bikes ul li a
{ 
    display: block;
    width:120px;
    font-size:1.0em;
    color:#333333;
    line-height:100%;
    text-align: center;
}
#mainNav .bikes ul li a:hover
{
    color: #4d6ba0;
}
#mainNav .bikes ul li a:hover img 
{
    opacity: 0.75;
    filter:alpha(opacity=75);
}
#mainNav .bikes ul li a img 
{
    display: block;
}
#mainNav .bikes ul li a span 
{
    padding-left: 15px;
}
#mainNav .navPanel #bottomLinks 
{
    padding-bottom: 15px;
}
#mainNav .navPanel #bottomLinks h2 
{
    float: left; 
    margin-right: 10px;
}
#mainNav ul li .navPanelWhyTriumph 
{
    right: 430px !important;
    width: 160px;
}
#mainNav ul li .navPanelClothing 
{
    right: 330px !important;
    width: 160px;
}
#mainNav ul li .navPanelAccessories
{
    right: 250px !important;
    width: 160px;
}
#mainNav ul li .navPanelGenuineParts
{
    right: 150px !important;
    width: 160px;
}
#mainNav ul li .navPanelTriumphWorld
{
    right: 40px !important;
    width: 160px;
}
#mainNav ul li .navPanelMyTriumph
{
    right: 0px !important;
    width: 160px;
}
*/
/* ---------------- Top Navigation --------------------- */
#topNav {
    width: 980px;
    position: relative;
    text-align: right;
}
#topNav ul.top {
    float: right;
}
#topNav ul.top div.sub-menu {
    width: 160px;
    /*height: 200px;*/
    text-align: left;
    /*opacity:0.8;
    filter:alpha(opacity=80);    */
}
#topNav ul.top div.sub-menu-motorcycles 
{
    /*width: 809px; */
    /*left: -120px; */
    width: 990px;
    left: -211px;
}
#topNav ul.top {
    margin: 0;
    padding: 0;
    list-style: none;
}
#topNav ul.top li.top {
    position: relative;
    float: left;
    list-style-type: none;
}
li.top .sub-menu {
    position: absolute;
    right: -10px;
    display: none;
    z-index: 1200;
}
li.top div.last-sub-menu {
    left: -70px;
}
#topNav ul.top li a.top {
    /*display: block;*/
    text-decoration: none;
    color: #fff;
    /*padding: 10px 5px;*/
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
}
#topNav ul.top li a.top:hover span {
    color: #7b879a;
}
#topNav ul.top li a.top span {
    display: block;
    padding: 0px 0px 15px 15px;
}
#topNav ul.top li:hover a.top, #topNav ul.top li.over a.top {
   color: #fff;
   /*background-color: red;*/
}
#topNav ul.top li:hover div.sub-menu, #topNav ul.top li.over div.sub-menu {
    display: block;
    /*padding-top: 20px;*/
}
#topNav ul.top li a.top.active {
    color: #A0B0C8;
}
#topNav ul.top div.inner {
    /*padding: 12px 12px 0px 12px;    */
    padding: 12px 0 0 12px;
}
#topNav ul.top ul.relatedLinks li { /*padding-bottom: 9px;*/ }
#topNav ul.top ul.relatedLinks li a { font-size: 1.2em; padding-bottom: 9px; }
#topNav ul li .sub-menu .inner ul.subNav
{
    float:left;
    margin:0;
    /*width:120px;*/
    width: 115px;
    overflow:hidden;
    text-align:left;
}
#topNav ul li .sub-menu .inner ul.subNav li
{
    margin:0;
    padding:0 0 9px 18px;
    display:block;
}
#topNav ul li .sub-menu .inner ul.subNav li a
{
    color:#333333;
    font-size: 1.2em;
    text-transform: uppercase;
}
#topNav ul li .sub-menu .inner ul.subNav li a:hover
{
    color: #4d6ba0;
}
#topNav .bikes
{
    float:left;
    /*width:650px;*/
    /*padding-left:12px;*/ 
    width: 858px;
    /*padding-left: 8px;*/
    /*background: #00aa00;*/
}
#topNav .bikes h2
{
    /*padding:0 0 0 18px;*/
    padding: 0 0 5px 18px;
    margin-bottom: 5px;
    font-size:1.2em;  
    color:#333333;
    line-height:100%;
    border-bottom: 1px solid #ccc;
}
#topNav .bikes h2 a 
{
    display: block;
    padding-top: 2px;
    color: #333333;
}
#topNav .bikes h2 a:hover
{
    color: #4d6ba0;
}
#topNav .bikes ul
{
    margin:0 0 20px 9px;
    text-align:left;
}
#topNav .bikes ul li
{
    /*float:left;*/
    /*padding:0 10px 0 0;*/
    width:120px;
    padding-bottom: 4px;
    line-height:100%;
    list-style-type: none;
}
#topNav .bikes ul li a
{ 
    display: block;
    width:120px;
    font-size:1.0em;
    color:#333333;
    line-height:100%;
    text-align: center;
    text-transform: uppercase;
}
#topNav .bikes ul li a:hover
{
    color: #4d6ba0;
}
#topNav .bikes ul li a:hover img 
{
    opacity: 0.75;
    filter:alpha(opacity=75);
}
#topNav .bikes ul li a img 
{
    display: block;
}
#topNav .bikes ul li a span 
{
    padding-left: 15px;
}
#topNav .sub-menu #bottomLinks 
{
    padding-bottom: 15px;
}
#topNav .sub-menu #bottomLinks h2 
{
    float: left; 
    margin-right: 10px;
}
#topNav .bikes .bikesCol {
    float: left;
    width: 138px;
    margin-right: 5px;
}
/* ------------------- END OF NEW NAV STYLES -----------------*/

/* ---------------------- BREADCRUMB ------------------------*/
#crumbtrail .flag
{
    float:left;
    margin:4px 6px 0 0;
}
/* see language selection box below for flag backgrounds */
#crumbtrail .flag a
{
    display:block;
    width:16px;
    height:11px;
    text-indent:-3000px;
    overflow:hidden;
}
#crumbtrail #crumbLinks
{
	float:left;
	color: #d9d9d9;
	font-size:10px;
	font-weight: bold;
}
#crumbtrail #crumbLinks ul
{
    margin:1px 0 0 0;
}
#crumbtrail #crumbLinks ul li
{
    float: left;
    margin-right: 5px;
    padding-top: 2px;
    list-style-type:none;    
}
#crumbtrail #crumbLinks ul li.end
{
    color: #7b879a;
    text-transform:lowercase;
}
#crumbtrail #crumbLinks ul li a
{
    text-transform:lowercase;
    color:#d9d9d9;
}
#crumbtrail #crumbLinks ul li a:hover
{
    color:#7b879a;
}
/* ---------------------- BANNER ------------------------*/
#banner #tabs
{
    position:absolute;
    bottom:0;
    left:0;
    z-index:1200;
    width:990px;
}
body#homePage #banner #tabs
{
    width:792px;
}
#banner #tabs ul
{
    margin:7px 0 7px 0;/* must be same as top and bottom anchor padding */
    text-align:center;
}
#banner #tabs ul li
{
    margin:0 -1px 0 0;
    display:inline;
}
#banner #tabs ul li.end
{
    margin:0 -3px 0 0;
}
#banner #tabs ul li a
{
    padding:7px 14px 7px 14px;
    font-size:1.1em;
    text-transform:uppercase;
    color:#fff;
    background:#000;
}
#banner #tabs ul li a:hover
{
    color:#000;
    background: #d9d9d9;
}
#banner #tabs ul li a.active
{
    color:#000;
    background:#fff;
}
/* ---------------------- INTRO AREA ------------------------*/
#introArea h2
{
    padding:0 0 6px 0;
    font-size:1.6em;
    font-weight:normal;
    text-transform:uppercase;
    color:#fff;
}
#introArea p
{
    padding:0 0 12px 0;
    text-transform:none;
    color:#fff;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 1.1em;
}
#introArea .callToAction
{
	position:relative;
	margin:0 0 8px 0;
	width:162px;
	height:150px;
	overflow:hidden;
}
#introArea .callToAction h3.callToActionTitle
{
    padding: 5px 9px 5px 9px;
    font-size:1.4em;
    text-transform:uppercase;
    color:#fff;
	background-color: #000;

	
}
#introArea .callToAction .link
{
    position:absolute;
    bottom:0;
    right:0;
    padding:0 11px 0 0;
    height:29px;   
}
#introArea .callToAction .link .inner
{
    padding:2px 0 0 7px;
    height:27px;
}
#introArea .callToAction .link a
{    
    padding:3px 0;
    display:block;
    text-transform:uppercase;
    color:#fff; 
}
#introArea ul#nav
{
    display:none;
    /* see js-enabled.css for panel nav */
}
#introArea #seeAll
{
    float:right;
    margin:8px 0 15px 0;
}
#introArea #seeAll a
{
    padding:0 17px 0 0;
    height:12px;
    color:#fff;
}
/* ---------------------- TABBED CONTENT ------------------------*/
#tabbedContent.opened
{
    min-height:122px;
    background:#fff;
}
#tabbedContent ul li
{
    padding:10px 20px 0 20px;
    background:#fff;
}
#tabbedContent ul li, #tabbedContent ul li.display
{
    display:block;
    width:950px;
    text-align:left;
}
#tabbedContent ul li.hidden
{
    display:none;
}
#tabbedContent .copy
{
    float:left;
    padding:8px 6px 8px 0;
    width:210px;
}
#tabbedContent .copy h2
{
    padding:0 0 4px 18px;
    font-size:1.2em;
    text-transform:uppercase;
    color:#333333;
}
#tabbedContent .copy h2 a 
{
    color: #333333;
    font-size: 1.5em;
}
#tabbedContent .copy h2 a:hover
{
    color: #4d6ba0;
}
#tabbedContent .copy p
{
    padding:0 0 6px 18px;
    font-size:1.1em;
    font-weight: bold;
}
#tabbedContent .copy p a
{
    font-weight: normal;
    padding:0 16px 0 0;
    color:#000;
}
#tabbedContent .copy p a:hover
{
    color: #4d6ba0;
}
#tabbedContent .bikes
{
    float:left;
    width:594px;
}
#tabbedContent ul li .bikes ul li
{
    float:left;
    padding:0 6px 0 0;
    padding:0;
    width:99px;
    overflow:hidden;
}
#tabbedContent ul li .bikes ul li img
{
    margin-top: 20px;
    margin-bottom:10px;
    display: block;
}
/*
#tabbedContent ul li .bikes ul li a
{ 
    padding:0 0 0 15px;
    display:block;
    width:78px;
    overflow:hidden;
    font-size:1em;
    text-transform:uppercase;
    color:#000;
}
*/
#tabbedContent ul li .bikes ul li a 
{
    color: #000;
    text-transform: uppercase;
    font-size: 1em;
    display: block;
    text-align: center;
}
#tabbedContent ul li .bikes ul li a:hover 
{
    color: #4d6ba0;
}
#tabbedContent ul li .bikes ul li a:hover img 
{
    opacity: 0.75;
    filter:alpha(opacity=75);
}
#tabbedContent ul li .bikes ul li a span {
    padding-left: 15px;
}
#tabbedContent ul li .rangeNav
{
    float:right;
    padding:8px 0;
    width:122px;
}
#tabbedContent ul li .rangeNav ul li
{
    padding:0 2px 6px 0;
    width:122px;
}
#tabbedContent ul li .rangeNav ul li a
{
    display:block;
    padding:0 17px 0 0;
    width:105px;
    text-align:right;
    font-size: 1.0em;
    color:#000;
}
#tabbedContent ul li .rangeNav ul li a:hover
{
    color:#4d6ba0;
}
/* ---------------------- GENERIC RELATED LINKS LIST ------------------------*/
ul.relatedLinks
{
    margin:0;
}
ul.relatedLinks li
{
    padding:0 0 2px 0;
    list-style-type:none;
}
ul.relatedLinks li a
{
    font-size: 1.1em;
    padding:0 0 0 16px;
    color:#333333;
    display: block;
}
ul.relatedLinks li a:hover 
{
    color: #4d6ba0;
}
/* ---------------------- GENERIC FORM ELEMENTS ------------------------*/
ul.form
{
    margin:0;
}
ul.form li
{
    padding:0 0 6px 0;
    list-style-type:none;
}
ul.form li label
{
    padding:0 0 2px 0;
    display:block;
    color:#333333;
}
ul.form li input, ul.form li select
{
    padding:2px 4px;
    width:211px;
    color:#a3a3aa;
    border:#d7d7d7 1px solid;
}
ul.form li select
{
    width:221px;
}
ul.form li.btn input
{
    padding:0;
    width:64px;
    height:18px;    
    border:none;    
}
ul.form li.btn.dealer input
{
    width:107px;
}
/* ---------------------- GREY BOXES ------------------------*/
.roundedGrey233px
{
    margin:0 0 6px 0;
}
.roundedGrey233px .inner
{
    padding:10px 6px 4px 6px;
}
/* ---------------------- LATEST NEWS ------------------------*/
#latestNewsList .item, #latestEventsList .item
{
    padding:0 0 10px 0;
}
#latestNewsList .item .image, #latestEventsList .item .image
{
    float:left;
    width:55px;
}
#latestNewsList .item .copy, #latestEventsList .item .copy
{
    float:right;
    padding:8px 0 0 0;
    width:170px;
    border-top:#d9d9d9 1px solid;
}
#latestNewsList .item .copy h3, #latestEventsList .item .copy h3
{
    padding:0 0 0 16px;
}
/* ---------------------- SOCIAL MEDIA ------------------------*/
#faceBook h2
{
    padding:0 0 9px 20px;
}
#faceBook h2 a
{
    color: #333;
}
#faceBook h2 a:hover
{
    color: #4d6ba0;
}
#faceBook .quote
{
    border-top:#d9d9d9 1px solid;
    border-bottom:#d9d9d9 1px solid;
    margin-bottom: 5px;
}
#faceBook .quote p
{
    padding:8px 0;
    font-size:1.2em;
    font-style:italic;
    color:#4d6ba0;
}
#faceBook p a.button
{
    margin:5px 0 0 0;
    display:block;
    width:107px;
    height:22px;
    overflow:hidden;
    text-indent:-3000px;
}
#faceBook p 
{
    font-size: 1.1em;
    line-height: 1.3em;
}
#youTube h2
{
    padding:0 0 9px 20px;
}
#youTube h2 a
{
    color: #333;
}
#youTube h2 a:hover 
{
    color: #4d6ba0;
}
#youTube .video
{
    padding:5px 0;
    border-top:#d9d9d9 1px solid;
    border-bottom:#d9d9d9 1px solid;  
    margin-bottom: 5px;
}
#youTube p a.button
{
    margin:5px 0 0 0;
    display:block;
    width:162px;
    height:22px;
    overflow:hidden;
    text-indent:-3000px;
}
#youTube p 
{
    font-size: 1.1em;
    line-height: 1.3em;
}
/* ---------------------- TRIUMPH WORLD LANDING ---------------------------*/
#newsletterSignup p 
{
    font-size: 1.1em;
    line-height: 1.3em;
}
#newsletterSignup form 
{
    background: #efefef;
    padding: 7px;
    margin: 0 0 10px 0;
}
#newsletterSignup form .row 
{
    margin-bottom: 7px;
}
#newsletterSignup form .row .label 
{
    margin-bottom: 5px;
    font-size: 1.1em;
}
#newsletterSignup form .row input#firstname,
#newsletterSignup form .row input#lastname,
#newsletterSignup form .row input#email
{
    width: 204px;
    color: #7b879a;
    font-size: 1.1em;
    font-weight: bold;
}
#newsletterSignup form .row input.error {
    border: 1px solid #AB0245;
}
#newsletterSignup form .row label.error {
    font-size: 1.1em;
    color: #fff;
    height: 25px;
    padding-top: 5px;
    padding-right: 20px;
    text-align: right;
    display: block;    
}
#findADealerForm p 
{
    font-size: 1.1em;
    line-height: 1.3em;
}
#findADealerForm p.top
{
    font-weight: bold;
    padding-bottom: 0;
}
#findADealerForm p.active-country {
    padding-bottom: 0;
}
#findADealerForm form 
{
    background: #efefef;
    padding: 7px;
    margin: 0 0 10px 0;
}
#findADealerForm form .row 
{
    margin-bottom: 7px;
}
#findADealerForm form .row .label
{
    margin-bottom: 5px;
    font-size: 1.1em;
}
#findADealerForm form .row input#country,
#findADealerForm form .row input#dealersNearTo,
#findADealerForm form .row input#andOr
{
    width: 210px;
    color: #7b879a;
    font-weight: bold;
    font-size: 1.1em;
}
#findADealerForm form .row select#country 
{
    width: 215px;
    color: #7b879a;
    font-size: 1.1em;
    font-weight: bold;
}
span.findDealerFormError {
    display: block;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 5px;
    text-align: center;
    width: 165px;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;    
}
/* ---------------------- MOTORCYCLE SECTION LISTS ------------------------*/
#motorcycleSectionList 
{
    padding-bottom: 10px;
}
#motorcycleSectionList .item
{
    margin:0 0 12px 0;
}
#motorcycleSectionList .item .image
{
    float:left;
    /*margin:4px 0 0 0;*/
    width:250px;
    height:152px;
    margin-right: 7px;
    margin-top: 4px;
}
#motorcycleSectionList .item .image img
{
    width: 248px;
    height: 150px;
    margin: 1px;
}
#motorcycleSectionList .item .copy
{
    float:left;
    width:231px;
    min-height: 152px;
}
#motorcycleSectionList .item .copy .copyInnerTop
{
    background: #cfd7e3; 
    padding: 8px 12px 12px 12px;
    min-height: 132px;
    margin-top: 4px;
}
#motorcycleSectionList .item .copy .copyInner
{
    padding: 0px 0px 0px 12px;
}
#motorcycleSectionList .item .copy h2
{
    padding:0 0 8px 16px;
}
#motorcycleSectionList .item .copy h2 a
{
    color: #333333;
}
#motorcycleSectionList .item .copy h2 a:hover 
{
    color:#4c689f;
}
#motorcycleSectionList .item .copy h3 
{
    padding-bottom: 4px;
    font-size: 1.1em;
}
#motorcycleSectionList .item .copy p
{
    font-size: 1.1em;
    padding-bottom: 8px;
}
#motorcycleSectionList .item .copy ul.relatedLinks li a 
{
    text-transform: uppercase;
    font-size: 1.0em;
    padding-top: 2px;
    display: block;
}
#motorcycleSectionList .item .copy ul.relatedLinks li a.active 
{
    color: #4d6ba0;
}
#motorcycleSectionList .item .copy .specialEdition 
{
    display: block;
    padding: 3px 0 3px 19px;
    margin-bottom: 8px;
    font-size: 1.1em;
    text-transform: uppercase;
}
#motorcycleSectionList .item .copy .list .listLeft 
{
    float: left; 
    width: 109px;
}
#motorcycleSectionList .item .copy .list .listRight
{
    float: left; 
    width: 109px;
}
/* ---------------------- MOTORCYCLES SECTION ------------------------*/
.motorcyclesIntroText p, .motorcyclesIntroText ul, .motorcyclesIntroText ol
{
    font-size: 1.2em;
    line-height: 1.3em;
}
.motorcyclesIntroSub 
{
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}
.motorcyclesIntroSub img 
{
    padding-bottom: 10px;
}
.motorcyclesIntroSub p
{
    font-size: 1.1em;
    font-weight: bold;
    line-height:1.3em;
}
/* ---------------------- MOTORCYCLE OVERVIEW GALLERY ------------------------*/
#motorcycleOverviewGallery 
{
    margin-top: 3px;
    margin-bottom: 16px;
}
#motorcycleOverviewGallery .photo
{
    float: left; 
    width: 386px; 
    height: 235px;
    position: relative;
}
#motorcycleOverviewGallery .photo .photoInner 
{
    padding: 1px;
}
#motorcycleOverviewGallery .title 
{
    position: absolute;
    bottom: 5px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    width: 386px;
    font-size: 1.0em;
}
#motorcycleOverviewGallery .thumbs 
{
    float: right; 
    width: 101px;
    display: none;
}
#motorcycleOverviewGallery .thumbs h2 
{
    margin-top: -4px;
    padding-bottom: 9px;
}
#motorcycleOverviewGallery .thumbs .hider
{
    position: relative; 
    height: 212px; 
    overflow: hidden;
}
#motorcycleOverviewGallery .thumbs .slider
{
    position: absolute; 
    left: 0px; 
    top: 0px;
}
#motorcycleOverviewGallery .thumbs #upBtn
{
    display: block;
    width: 101px; 
    height: 20px;
}
#motorcycleOverviewGallery .thumbs #downBtn
{
    display: block;
    width: 101px; 
    height: 20px;
}
#motorcycleOverviewGallery .thumbs a#upBtn:hover
{
    background-position: right top;
}
#motorcycleOverviewGallery .thumbs a#downBtn:hover
{
    background-position: right bottom;
}
ul.motorcycleThumbList
{
    margin:0;
}
ul.motorcycleThumbList li
{
    padding:0 0 2px 0;
    list-style-type:none;
    line-height: 0px;
    font-size: 0px;
}
ul.motorcycleThumbList li a
{
    padding:2px;
    display:block;
    width:97px;
    height:58px;
    overflow:hidden;    
}
ul.motorcycleThumbList li a:hover
{
    
}
ul.motorcycleThumbList li a.active
{
    
}
ul.motorcycleThumbList li a img 
{
    width: 97px;
    display: block;
}
#mcOveriewFullSpecLink 
{
    font-size: 1.0em;
    color: #333;
    text-transform: uppercase;
    padding: 1px 0 0 15px;
    display: block;
}
#mcOveriewFullSpecLink:hover 
{
    color: #4d6ba0;
}

/* ---------------------- MOTORCYCLE OVERVIEW CAROUSEL ------------------------*/
#motorcycleCarouselOverviewContainer 
{
    margin-bottom: 20px;
    width: 696px;
    border: none;
    margin: 0 0 20px 0; 
    padding: 0;
    float: left;
    
}
#motorcycleCarouselOverviewContainer li
{
    display: inline;
}
#motorcycleCarouselOverviewContainer li a
{
    border:none;
}
#motorcycleCarouselOverviewContainer li a img
{
    border:none;
}
.jcarousel-skin-tango {
    margin-bottom: 15px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}
.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;    
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}
/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;    
}
.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}
.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 11px;
    right: 3px;
    width: 11px;
    height: 110px;
    cursor: pointer;    
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active
    {
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 11px;
    height: 110px;
    cursor: pointer;    
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: 0 0;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active
    {
    cursor: default;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 110px;
    height: 110px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 360px;
    height: 110px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 332px;
    padding: 11px 40px 2px 20px;
    height: 120px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 717px;
    height: 110px;
}
.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: none;
    background: #000000;
    border: 1px solid #346F97;
    width:690px;
}

/*
#motorcycleCarouselOverviewContainer 
{
    margin-bottom: 20px;
    
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel
{
    background: #000;
    padding: 10px;
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel .hider
{
    float: left;
    width: 696px;
    height: 110px;
    position: relative;
    overflow: hidden;
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel .slider
{
    width: 1160px;    
    position: absolute;
    left: 0px;
    white-space:nowrap;
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel #prev
{
    float: left;
    width: 11px;
    height: 110px;
    margin-right: 3px;
    display: none;
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel #next
{
    float: left;
    width: 11px;
    height: 110px;
    margin-left: 3px;
    display: none;
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel a#prev:hover, #motorcycleCarouselOverviewContainer #motorcycleCarousel a#next:hover
{
    opacity: 0.75;
    filter: alpha(opacity=75);
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel .panel
{
    float: left;
    width: 116px;
    text-align: center;
    display:inline;
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel .panel a:hover img
{
    opacity: 0.75;
    filter:alpha(opacity=75);
}
#motorcycleCarouselOverviewContainer #motorcycleCarousel .panel img
{
    width: 110px;
    height: 110px;
}*/
/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/ /* Layout helpers
----------------------------------*/
 .ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ui-helper-clearfix {
    display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}
.ui-helper-clearfix {
    display: block;
}
/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity = 0);
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2010 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
*/ /* Component containers
----------------------------------*/
.ui-widget-header {
    background: transparent ;
}
.ui-state-active,.ui-widget-content .ui-state-active {
    background: #000;
}
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.7em;
}
.ui-widget .ui-widget {
    font-size: 0.7em;
}
.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button
    {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}
.ui-widget-content {
    border: none;        
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: none;
    color: #ffffff;
    font-weight: bold;
}
.ui-widget-header a {
    color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,.ui-widget-content .ui-state-default {
    border: 1px solid #cccccc;    
    font-weight: normal;
    color: #000;
}
.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited
    {
    color: #000;
    text-decoration: none;
    font-weight:normal;
    font-size:11px;
}
.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus
    {
    
    
    font-weight: bold;
    
}
.ui-state-hover a,.ui-state-hover a:hover {
    
    text-decoration: none;
}
.ui-state-active,.ui-widget-content .ui-state-active {
    border: 3px solid #fff;    
    font-weight: bold;
    color: #eb8f00;
    background: #000;
}
.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
}
.ui-widget :active {
    outline: none;
}


/* Tabs
----------------------------------*/
.ui-tabs {
    position: relative;
    padding: .2em;
    width:100%;
    height:100%;
    border:none;
    zoom: 1;
    
}
    
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
    margin: 0;
    margin-left:0.0px;
    margin-right:-2px;
    padding: .2em .2em 0;
    padding-bottom:0px;
    margin-bottom:0px;
    border:none;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top:3px;
    margin: 0 1px 0 1px;
    border-bottom: 0 !important;
    padding: 0 1px 0 1px;
    white-space: nowrap;
    margin-bottom:0px;
}
.ui-tabs .ui-tabs-nav li a {
    float: left;
    border:none;
    padding: .5em 1em;
    text-decoration: none;
    margin-left:0px;
    
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    margin-bottom: 0;
    padding-bottom: 1px;
    border:3px solid #fff;
    border-bottom:none;
    top:3px;
    margin-left:1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a
    {
    cursor: text;
}
li.ui-state-disabled, li.ui-state-disabled a {
    visbility:hidden;
    display:none;
}
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
    {
    cursor: pointer;
}
    
    /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
    display: block;
    border: 3px solid #fff;
    padding: 1em 1.4em;
    background: #000;
    margin-left: 0.3em;
}
.ui-tabs .ui-tabs-hide {
    display: none !important;
}


/* GALLERY LIST */
/* GALLERY CONTAINER */
#motorcycle-overview-gallery-container {
    background: #000;
    border: none;
    padding: 13px 5px 2px 17px;
    
    /*border: none;
    padding: 5px 0px 0px 11px;*/
    
}
/* LOADING BOX */
#motorcycle-overview-gallery-container .loader {
    
}
/* GALLERY PANELS */
#motorcycle-overview-gallery-container .panel {
    
}
/* DEFINE HEIGHT OF PANEL OVERLAY */
    /* NOTE - It is best to define padding here as well so overlay and background retain identical dimensions */
#motorcycle-overview-gallery-container .panel .panel-overlay,.panel .overlay-background {
    height: 32px;
    padding: 0 1em;
}
/* PANEL OVERLAY BACKGROUND */
#motorcycle-overview-gallery-container .panel .overlay-background {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity = 50);
}
/* PANEL OVERLAY CONTENT */
#motorcycle-overview-gallery-container .panel .panel-overlay {
    color: black;
    font-size: 0.7em;
    vertical-align:center;
}
#motorcycle-overview-gallery-container .panel .panel-overlay a {
    color: #000;
    text-decoration: none;
    font-weight: lighter;
}
/* FILMSTRIP */
    /* 'margin' will define top/bottom margin in completed gallery */

#motorcycle-overview-gallery-container .filmstrip {
    margin: 24px 0px 4px 0px;
}
/* FILMSTRIP FRAMES (contains both images and captions) */
#motorcycle-overview-gallery-container .frame {
    
}
/* WRAPPER FOR FILMSTRIP IMAGES */
#motorcycle-overview-gallery-container .frame .img_wrap {
    border: none;
}
/* WRAPPER FOR CURRENT FILMSTRIP IMAGE */
#motorcycle-overview-gallery-container .frame.current .img_wrap {
    border-color: #000;
}
/* FRAME IMAGES */
#motorcycle-overview-gallery-container .frame img {
    border: none;
}
/* FRAME CAPTION */
#motorcycle-overview-gallery-container .frame .caption {
    font-size: 11px;
    text-align: center;
    color: #888;
}
#motorcycle-overview-gallery-container div.panel-overlay {
    background-color: transparent;
    
}
#motorcycle-overview-gallery-container h2.panel-inner-content, #motorcycle-overview-gallery-container h2.panel-inner-content a {
    color: #000;
    text-decoration:none;
    font-weight:lighter;
}
#motorcycle-overview-gallery-container .panel-content{
    border:none;
    margin-left: auto;
    margin-right: auto;
    
}
#motorcycle-overview-gallery-container p.panel-inner-content {
    color: #000;
}
/* CURRENT FRAME CAPTION */
#motorcycle-overview-gallery-container .frame.current .caption {
    color: #000;
}
/* POINTER FOR CURRENT FRAME */
#motorcycle-overview-gallery-container .pointer {
    border-color: #000;
}
/* TRANSPARENT BORDER FIX FOR IE6 */
    /* NOTE - DO NOT CHANGE THIS RULE */
* html .pointer {
    filter: chroma(color =     pink);
}
#motorcycle-overview-gallery-container h2.panel-inner-content {
    font-size: 3em;
    display: block;
    float: left;
    border: none;
    text-transform: uppercase;
    color: #2f4244;
    font-weight: normal;
    vertical-align:middle;
    margin-top:8px;
}
#motorcycle-overview-gallery-container p.panel-inner-content {
    display: block;
    border: none;
    padding-right:12px;
    float: right;
    text-transform: uppercase;
    color: #2f4244;
    font-weight: normal;
    vertical-align:middle;
    margin-top:10px;
    font-size:2.1em;
}
#motorcycle-overview-gallery-container p.panel-inner-content a{
    
    border: none;
    text-decoration:none;
    text-transform: uppercase;
    color: #2f4244;
    font-weight: lighter;
    font-size:1.1em;
    white-space:nowrap;
    
    }

#motorcycle-overview-gallery-container p.panel-inner-content a span{
    border:none;
    width:20px;
    height:20px;
}

#multimedia-gallery-tabs #closeLightBox{
    width:62px;
    float:right;
    text-transform: uppercase;
}

#multimedia-gallery-tabs #closeLightBox span{
    width:10px;
    height:25px;
    border:none;    
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{ position:absolute; top:0; left:0; z-index:9999; overflow:hidden; }
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxWrapper{ border:none; background-color:transparent; padding:0px;}
#cboxOverlay{ border:none;}
#colorbox{background-color:transparent;}   
#cboxTopLeft{width:0px; height:0px; background-color:transparent;}
#cboxTopRight{width:0px; height:0px; background-color:transparent;}
#cboxBottomLeft{width:0px; height:0px; background-color:transparent;}
#cboxBottomRight{width:0px; height:0px; background-color:transparent;}
#cboxMiddleLeft{width:0px; background-color:transparent;}
#cboxMiddleRight{width:0px; background-color:transparent;}
#cboxTopCenter{height:0px; background-color:transparent;}
#cboxBottomCenter{height:0px; background-color:transparent;}
#cboxContent{background-color:transparent;}
#cboxLoadedContent{margin-bottom:0px;background-color:transparent;}   
#cboxTitle{display:none;}
#cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
#cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
#cboxPrevious{display:none;}
#cboxPrevious.hover{display:none;}
#cboxNext{display:none;}
#cboxNext.hover{display:none;}
#cboxLoadingOverlay{}
#cboxLoadingGraphic{}
#cboxClose{display:none;}
#cboxClose.hover{display:none;}  
                
/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; }
.cboxIE #cboxTopCenter{background:transparent; }
.cboxIE #cboxTopRight{background:transparent; }
.cboxIE #cboxBottomLeft{background:transparent; }
.cboxIE #cboxBottomCenter{background:transparent; }
.cboxIE #cboxBottomRight{background:transparent; }
.cboxIE #cboxMiddleLeft{background:transparent; }
.cboxIE #cboxMiddleRight{background:transparent; }

/* ---------------------- MOTORCYCLE SPEC TABLE ------------------------*/
#motorcycleSpecTable
{
    width: 100%;
}
#motorcycleSpecTable th
{
    background: #000;
    color: #fff;
    padding: 5px;
    font-size: 1.1em;
}
#motorcycleSpecTable td 
{
    padding: 5px;
    vertical-align: top;
    font-size: 1.1em;
    font-weight: bold;
}
#motorcycleSpecTable .borderBtm
{
    border-bottom: 1px solid #000;
}
#motorcycleSpecTable .borderRight 
{
    border-right: 1px solid #000;
}
#motorcycleSpecTable .leftCol
{
    width: 30%;
}
#motorcycleSpecTable .leftColShortSpec
{
    width: 40%;
}
.motorcycleFullSpecTable 
{
    margin-bottom: 20px;
}
.motorcycleShortSpecTable
{
    margin-bottom: 5px;
}
#motorcycleSpecTable .compTitle 
{
    width: 14%;
}
#motorcycleSpecTable  .result 
{
    width: 24%
}
/* ---------------------- MOTORCYCLE FEATURES / REVIEWS & AWARDS ------------------------*/
.mcFeatureAwardContainer
{
    padding-bottom: 24px;
}
.mcFeatureAwardSection, .mcFeatureAwardSectionBig
{
    margin-bottom: 12px;
}
.mcFeatureAwardSection .image, .mcFeatureAwardSectionBig .image  
{
    float: left;
    width: 119px;
    margin-top: 3px;
}
 .mcFeatureAwardSectionBig .image {
    float: left;
    width: 176px;
 }
.mcFeatureAwardSection .info, .mcFeatureAwardSectionBig .info 
{
    float: left;
    width: 371px;
}
.mcFeatureAwardSectionBig .info 
{
    width: 314px;
}
.mcFeatureAwardSection .image .logo, .mcFeatureAwardSectionBig .image .logo
{
    padding: 1px;
}
.mcFeatureAwardSection .info h2, .mcFeatureAwardSectionBig .info h2 
{
    padding-bottom: 6px;
}
.mcFeatureAwardSectionBig h2 
{
    font-size: 2.1em;
}
.mcFeatureAwardSection .info h2 a, .mcFeatureAwardSectionBig .info h2 a
{
    color: #333;
    padding-left: 16px;
}
.mcFeatureAwardSection .info h2 a:hover, .mcFeatureAwardSectionBig .info h2 a:hover
{
    color: #4d6ba0;
}
.mcFeatureAwardSection .info p.date, .mcFeatureAwardSectionBig .info p.date
{
    font-size: 1.1em;
    padding-bottom: 5px;
}
.mcFeatureAwardSection .info p.text, .mcFeatureAwardSection .info p, .mcFeatureAwardSectionBig .info p.text 
{
    font-size:1.1em;
    line-height:1.3em;
    font-weight: bold;
}
.sectionBorder {
    background: #d9d9d9;
    height: 1px;
    margin-bottom: 10px;
    font-size: 0px;
    line-height: 0px;
}
/* WARRANTY IMAGE */
#warrantyImg
{
    margin-top: 10px;
}
/* MOTORCYCLE VIEW BY YEAR LIST */
ul.col3List 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.col3List li 
{
    float: left;
    width: 33%;
    list-style-type: none;
}
ul.col3List li h3 {
    font-size: 1.1em;
    background-position: left 1px;
}
/* -------------------- CLOTHING ------------------------*/
a.launch-btn
{
    color: #fff;
    height: 18px;
    width: 74px;
    display: block;
    text-indent:-3000px;
}
/* ---------------------- SIGNPOSTS ------------------------*/
#signPosts .post
{
    position:relative;
    float:left;
    /*width:214px;
    height:137px;*/
    width: 190px;
    height: 123px;
    margin-right:5px;    
}
#signPosts .post h2
{
    position:absolute;
    top:8px;
    left:10px;
    text-transform:uppercase;
    color:#d9d9d9;
    font-size:1.4em;
}
#signPosts .post .link
{
    position:absolute;
    bottom:0px;
    right:5px;
    padding:0 11px 0 0;
    height:29px;
}
#signPosts .post .link .inner
{
    padding:2px 0 0 7px;
    height:27px;
}
#signPosts .post .link a
{    
    padding:3px 0;
    display:block;
    text-transform:uppercase;
    color:#fff; 
}
#signPosts #post1, #signPosts #post5
{
    margin-top:17px;
    margin-right:10px;
    width:161px;
    height:104px;
}
#signPosts #post1 .content, #signPosts #post5 .content
{
    width:161px;
    height:104px;
    position:relative;
}
#signPosts #post1 h2, #signPosts #post5 h2
{
    font-size:1.2em;
}
#signPosts #post2, #signPosts #post4
{
    margin-top:6px;
    margin-right:10px;
    width:190px;
    height:123px;
}
#signPosts #post2 .content, #signPosts #post4 .content
{
    width:190px;
    height:123px;
    position:relative;
}
#signPosts #post2 h2, #signPosts #post4 h2
{
    font-size:1.3em;
}
#signPosts #post3
{
    width:214px;
    height:137px;
}
#signPosts #post3 .content
{
    width:214px;
    height:137px;
    position:relative;
}
#signPosts .post img
{
    position:absolute;
    top:0;
    left:0;
}
/* -------------------- SEARCH RESULTS -----------------------*/
.resultSection
{
    margin-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}
.resultSection .left 
{
    float: left;
    width: 573px;
}
.resultSection .right
{
    float: right;
    width: 150px;
}
.resultSection p 
{
    font-size: 1.1em;
    padding-left: 16px;
}
.resultSection .right h2 {
    font-size: 1.1em;
    text-align: right;
}
.resultSection .right h3 
{
    float: left;
    width: 90px;
    font-size: 1.1em;
}
span.searchRel
{
    float: left;
    width: 29px;
    display: block;    
    color: #4d6ba0;
    text-indent: 32px;
}
span.searchRel90  { background-position: -3px 2px !important; }
span.searchRel80  { background-position: -6px 2px !important; }
span.searchRel70  { background-position: -9px 2px !important; }
span.searchRel60  { background-position: -12px 2px !important; }
span.searchRel50  { background-position: -15px 2px !important; }
span.searchRel40  { background-position: -18px 2px !important; }
span.searchRel30  { background-position: -21px 2px !important; }
span.searchRel20  { background-position: -24px 2px !important; }
span.searchRel10  { background-position: -27px 2px !important; }
span.searchRel0   { background-position: -30px 2px !important; }
.topResult 
{
    margin-bottom: 12px;
}
.topResult .image 
{
    float: left; 
    width: 250px; 
    height: 152px; 
    margin-right: 17px; 
    margin-top: 3px;    
}
.topResult .image img 
{
    width: 248px;
    height: 150px;
    padding: 1px 0px 0px 1px;
}
.topResult .info 
{
    float: left; 
    width: 299px;
}
.topResult .info p 
{
    padding-left: 0px;
}
.topRel
{
    position: absolute;
    top: 145px;
}
#advancedSearchForm {
    margin-bottom: 5px;
    background: #ececec;
    width: 597px;
}
#advancedSearchForm .inner 
{
    padding: 12px;
}
#advancedSearchForm .row 
{
    margin-bottom: 2px;
}
#advancedSearchForm .row .label 
{
    float: left;
    width: 110px;
    font-size: 1.1em;
    color: #333;
}
#advancedSearchForm .row .field 
{
    float: left;
    width: 310px;
    font-size: 1.1em;
}
#advancedSearchForm .row .right
{
    float: left;
    width: 50px;
}
#advancedSearchForm .row .field input 
{
    width: 300px;
    color: #7b879a;
}
#advancedSearchForm .right input#submit
{
    margin-top: 1px;
}
#searchPagination
{
    width: 597px;
    background: #cfd7e3;
    /*margin-bottom: 30px;*/
}
#searchPagination .inner 
{
    padding: 5px 0px 5px 10px;
}
#searchPagination .left 
{
    float: left;
    width: 357px;
}
#searchPagination .right
{
    float: right;
    width: 118px;
    padding-top: 1px;
}
#searchPagination .left p
{
    float: left;
    width: 40px;
    padding-bottom: 0px;
    text-transform: uppercase;
}
#searchPagination .left ul
{
    float: left;
    width: 200px;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#searchPagination .left ul li 
{
    list-style-type: none;
    display: inline;
}
#searchPagination .left ul li a
{
    float: left;
    display: block;
    padding: 0px 3px;
    font-size: 1.0em;
    margin-right: 0px;
}
#searchPagination .left ul li a.active
{
    color: #fff;    
}
#searchPagination .right a.previous
{
    text-transform: uppercase;    
    padding-left: 10px;
}
#searchPagination .right .next
{
    margin-left: 6px;
    text-transform: uppercase;    
    padding-right: 10px;
}
#searchPagination .right a.previous.inactive, #searchPagination .right a.next.inactive
{
    color: #a0b0c8;
}
#searchPagination .right a:hover 
{
    color: #333;
}
/* Pagination overrides */
.twNewsPagination  #searchPagination
{
    width: 490px;
}
.twNewsPagination  #searchPagination .left 
{
    width: 300px;
}
.twEventsPagination #searchPagination 
{
    width: 233px;
}
.twEventsPagination #searchPagination .left 
{
    width: 100px;
}
.twEventsPagination #searchPagination .left ul 
{
    width: 50px;
}
/* --------------- TRIUMPH WORLD EVENTS ---------------------*/
.triumhWorldLandingEventsContainer 
{
    margin-top: 20px;
}
.twLandingSection
{
    border-bottom:1px solid #D9D9D9;
    margin-bottom:15px;
}
.twLandingSection.end
{
    border-bottom: none;
}
.twLandingSection p 
{
    font-size: 1.1em;
    line-height: 1.3em;
    padding-bottom: 10px;
}
.twLandingSection img
{
    padding-bottom:10px;
}
.twLandingSection ul.relatedLinks 
{
    padding-bottom: 10px;
}
.triumphWorldEventsContainer 
{
    margin-bottom: 20px;
}
.eventDetailsSectionContainer 
{
    margin-bottom: 20px;
}
.eventDetailsSectionContainer.last
{
    margin-bottom: 0px;
}
.eventDetailsSection 
{
    margin-bottom: 9px;
}
.eventDetailsSection.noM
{
    margin-bottom: 0px;
}
.eventDetailsSection .image 
{
    float: left;
    width: 62px;
}
.eventDetailsSection .info 
{
    float: left;
    width: 170px;
}
.eventDetailsSection .infowide
{
    width: 233px;
}
.eventDetailsSection .sectionBorder 
{
    margin-bottom: 8px;
}
.eventDetailsSection .sectionBorder.bottom 
{
    margin-bottom: 0px;
}
.eventDetailsSection h2 
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 8px;    
}
.eventDetailsSection h3 
{
    font-size: 1.3em;
    padding-left: 16px;
    padding-bottom: 5px;
}
.eventDetailsSectionContainer h3.month
{
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 5px;
}
.eventDetailsSection h3 a 
{
    color: #333;
}
.eventDetailsSection h3 a:hover 
{
    color: #4d6ba0;
}
.eventDetailsSection p 
{
    padding-bottom: 10px;
}
/* blue sliding door button */
.slidingDoorBlue 
{
    
}
.slidingDoorBlue a
{
    float: left;
    display: block;
    min-height: 22px;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 2px;
}
.slidingDoorBlue a span
{
    margin-left: 6px;
    min-height: 22px;
    display: block;
    padding-top: 4px;
    padding-right: 6px;
}
.slidingDoorBlue.ext a span
{
    padding-right: 18px;
}
.slidingDoorBtmSpace5 
{
    margin-bottom: 5px;
}
.slidingDoorBtmSpace10
{
    margin-bottom: 10px;
}
.slidingDoorBtmSpace15
{
    margin-bottom: 15px;
}
.slidingDoorBtmSpace20
{
    margin-bottom: 20px;
}
/* --------------- ARTICLE / EVENT PAGES ---------------------------*/
p.eventDate 
{
    margin-top: -15px;
    font-size: 1.1em;
}
.articleEventPageSection
{
    padding-bottom: 15px;
}
ul.eventMapLinks
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.eventMapLinks li 
{
    display: inline;
    list-style-type: none;
}
ul.eventMapLinks li a 
{    
    padding-left: 16px;
    font-size: 1.1em;
    color: #333;
    margin-right: 10px;
}
ul.eventMapLinks li a:hover
{
    color: #4d6ba0;
}
#eventPageMap, #myTriumphPageMap
{
    margin-bottom: 10px;
}
#myTriumphPageMap 
{
    border: 1px solid #000;
    position: relative;
}
#myTriumphPageMap div.icon 
{
    position: absolute;
    left: 95px;
    top: 10px;
    width: 43px;
    height: 50px;    
    cursor: pointer;
}
/* --------------- STANDARD FORM --------------------*/
.standardFormSubHeading
{
    
}
.standardFormSubHeading h2 
{
    float: left;
    width: 320px;
}
.standardFormSubHeading p 
{
    float: right;
    width: 170px;
    text-align: right;
    font-size: 1.1em;
}
.formError
{
    color: #c52452;
}
.standardForm
{
    background: #ececec;
    padding: 12px;
}
.standardForm form .row
{
    margin-bottom: 2px;
}
.standardForm form .row .label
{
    float: left;
    width: 100px;
}
.standardForm form .row .input 
{
    float: left;
    font-size: 1.1em;
    height: 21px;
}
.standardForm form .row .input .text
{
    width:170px;
}
.standardForm form .row .input span 
{
    float: right;
    margin-right: 0px;
    padding-left: 5px;
}
.standardForm .regionHeading{
    padding-top: 8px;
    text-transform: uppercase;
    height: 1.8em;
    font-size: 1.4em;
}
.standardForm .regionHeading hr{
    height: 0px;
    border-left: 0px;
    border-top: 0px;
}
.standardForm .region{
    padding-top: 8px;
    width: 280px;
}
.standardForm .region div.input{
    display: inline;
    width: 100px;
    padding-right: 30px;
}
.standardForm .region .checkBoxPad{
    margin: 8px 0px;
}
.standardForm .region .checkBoxPad .input{
    width: 120px;
    padding:0;
}
.standardForm .region .wideCheckBoxPad .input{
    width: 250px;
    padding:0;
}
.standardForm .terms{
    margin-top: 8px;
}
.standardForm  .submit{
    margin-top: 20px;
}
.standardForm input.text 
{
    width: 168px;
    color: #a3a3aa;
    height: 15px;
    border: 1px solid #ececec;
    padding-left: 2px;
    float: left;
}
.standardForm input.short
{
    width: 40px !important;
}
.standardForm input.med
{
    width: 82px !important;
}
.standardForm form .row .input select 
{
    width: 172px;
    height: 19px;
    font-weight: bold;
    float: left;
}
.standardForm select.noError, .standardForm input.noError{
    border: 1px solid #ececec;
    color: #A3A3AA;
}
/* removed for IE
.standardForm select.error, .standardForm input.error{
    border: 1px solid #ab0245;
    color: #ab0245;
}
*/
.standardForm label.error{
    width: 170px;
    height: 19px;
    text-align: right;
    color: #ffffff;
    font-weight: bold;
    display: block;
    float: right;
    padding: 3px 10px 0px 0px;
    margin: 0px;
    font-size: 11px;
    float: right;
    display:inline;
}
.standardForm .checkBoxes label.error{
    position: relative;
    top: -18px; left: 172px;
}
.standardForm #ifRide, .standardForm #ifBrochure{
    display: none;
}
/* --------------- MOTORCYCLE COMPARISON --------------------*/
.motorcycleComparison {
    margin-bottom: 5px;
    width: 661px;
    float: right;
}
.compareImages {
    float: right;
}
.compareImages .image {
    margin-left: -1px;
    float: left;    
    width: 221px;
    height: 135px;
}
.compareImages .image .inner {
    padding: 1px;
}
.compareImages .image img {
    width: 219px;
    height: 133px;
}
.compareSelect {
    float: right;
    width: 661px;
    margin: 0 0 15px -1px;
    margin-left: -1px;    
}
.compareSelect form {
    padding: 0px;
    margin: 0px;
}
.compareSelect .field {
    float: left;
    width: 220px;
}
.compareSelect .field p {
    font-size: 1.1em;
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: bold;
}
.compareSelect .field .inner {
    padding: 10px;
}
.compareSelect .field select {
    width: 200px;
    color: #7b879a;
    font-size: 1.1em;
    font-weight: bold;
}
/* ---------------------- MY TRIUMPH ------------------------ */
.borderSurroundTB 
{
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 7px 0;
    margin-bottom: 10px;
}
.borderSurroundTB ul.relatedLinks li a 
{
    /*text-transform: uppercase;*/
}
.dealerNameIntro
{
    
}
.dealerNameIntro .left 
{
    float: left;
    width: 180px;
}
.dealerNameIntro .right
{
    float: left;
    width: 53px;
}
.dealerNameIntro p 
{
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 1.1em;
}
.loggedIn 
{
    position: absolute; 
    left: 35px; 
    top: 230px;
}
.username 
{    
    min-height: 53px;
}
.username .inner
{
    padding: 12px 12px 0 7px;
    margin-left: 5px;
    min-width: 120px;
}
.username p.title 
{
    color: #999;
    font-size: 1.1em;
    font-weight: bold;
    padding-bottom: 2px;
    text-transform: uppercase;
}
.username p.user
{
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}
.signout a
{
    display: block;
}
.signout a span 
{
    display: block;
    padding: 6px 6px 0 7px;    
    margin-left: 5px;
    text-transform: uppercase;
    color: #fff;
    min-height: 25px;
    min-width: 120px;
    cursor: pointer;
}
.loginForm, .registerForm, .forgotPasswordForm 
{
    min-height: 440px;
}
.loginForm p
{
    font-size: 1.1em;
    line-height: 1.3em;
}
.loginForm, .registerForm, .forgotPasswordForm
{
    background: #dde3eb; 
    padding: 8px;
}
.registerForm
{
    background: #ececec;
}
.loginForm form, .registerForm form, .forgotPasswordForm form
{
    padding: 0px;
    margin: 0 0 10px;
}
.loginForm .row, .registerForm .row,  .forgotPasswordForm .row  
{
    margin-bottom: 8px;
}
.loginForm .row .label , .registerForm .row .label, .forgotPasswordForm .row .label
{
    margin-bottom: 5px;
}
.loginForm .row label, .registerForm .row label
{
    font-size: 1.1em;
}
.loginForm input#email, .loginForm input#password, .registerForm input#registerEmail, .registerForm input#registerPassword, .registerForm input#confirmPass, 
.registerForm input#firstname, .registerForm input#surname, .forgotPasswordForm input#email
{
    width: 204px;
    color: #7c7c86;
    font-size: 1.1em;
    border: 1px solid #d7d7d7;
}
.registerForm select#title 
{
    color: #7b879a;
    font-weight: bold;
    font-size: 1.1em;
}
.registerForm select#country
{
    width: 212px;
    color: #7c7c86;
    font-weight: bold;
    font-size: 1.1em;
}
.loginForm .radio, .registerForm .radio
{
    float: left;
    width: 18px;
}
.loginForm .radioLabel, .registerForm .radioLabel
{
    float: left; 
    width: 180px;
    padding-top: 2px;
}
#myTriumphLogin input.error, #myTriumphRegisterForm input.error, #forgotPasswordForm input.error {
    border: 1px solid #AB0245;
}
#myTriumphLogin label.error, #myTriumphRegisterForm label.error, #forgotPasswordForm label.error {
    display: block;
    height: 25px;
    padding-top: 5px;
    padding-right: 15px;
    text-align: right;
    color: #fff;    
}
.registerForm form select {
    background-position: right top;
}
/* ---------------------- WHY TRIUMPH ----------------------- */
.whyTriumphSection
{
    float: left; 
    width: 233px;
    /*min-height: 200px;*/
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 12px;
}
.whyTriumphSection.lm
{
    margin-left: 24px;
}
.whyTriumphSection img 
{
    padding-bottom: 10px;
}
.whyTriumphSection p
{
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: bold;
}
/* -------------------- DEALER SEARCH --------------------- */
#dealer_details_container h2 {
    
}
#dealer_details_container p {
    font-weight: bold;
    padding-bottom: 5px;
    font-size: 1.1em;
}
#dealer_details_container .address {
    padding-bottom: 15px;
}
#directions_form_container {
    display: none;
    padding-top: 15px;
}
#directions_form_container #get_directions_form .left {
    float: left;
    width: 200px;
}
#directions_form_container #get_directions_form .right {
    float: left;
    width: 120px;
}
#directions_form_container #get_directions_form .left input {
    width: 185px;
    color: #7B879A;
    font-size: 1.1em;
    font-weight: bold;
}
#directions_form_container #get_directions_form .right input {
    margin-top: -2px;
}
#directions_form_container p {
    padding-bottom: 5px;
    font-size: 1.1em;
}
#directions_panel {
    height: 400px; 
    overflow: scroll; 
    display: none;
}
.get-in-touch {
    margin-bottom: 35px;
}
#openingTimesTable {
    border-top: 1px solid #000; 
    width: 100%; 
    margin-bottom: 20px;
}
#openingTimesTable .left {
    width: 50%; 
    font-weight: bold; 
    font-size: 1.1em; 
    border-right: 1px solid #000; 
    border-bottom: 1px solid #000;
    padding: 5px 5px 5px 0px;
}
#openingTimesTable .right {
    width: 50%; 
    font-size: 1.1em; 
    padding: 5px 0 5px 8px;
    border-bottom: 1px solid #000;
}
#map {
    border: 1px solid #000; 
    width: 490px; 
    height: 400px; 
    margin-bottom: 15px;
}
.googledir {
    font-size: 1.1em;
}

dl#Searchresult {
    margin-top: -10px;
}
dl#Searchresult dt {
    font-size: 1.3em;
    margin-top: 10px;
    margin-bottom: 5px;    
    text-transform: uppercase;
    line-height: 1.1em;
}
dl#Searchresult dt a {
    color: #333;
    padding-left: 16px;
    padding-bottom: 4px;
    display: block;
}
dl#Searchresult dt a:hover {
    color: #4c689f;
}
dl#Searchresult dd {
    margin: 0 0 2px 0px;
    font-size: 1.1em;
    font-weight: bold;
}
span.dealerDistance {
    text-align: right; 
    display: block; 
    font-weight: bold; 
    font-size: 1.0em;
    color: #4d6ba0;
}
#searchResults #Pagination {
    background: #cfd7e3 no-repeat;
    padding: 4px 5px;
    margin-bottom: 10px;
    width:240px;
}
#searchResults #Pagination .prev {
    padding-left: 12px;
    padding-right: 1px;
    text-transform: uppercase;    
}
#searchResults #Pagination .next {
    padding-right: 12px;
    padding-left: 1px;
    text-transform: uppercase;    
}
#searchResults #Pagination span, #searchResults #Pagination a {
    padding: 0px 2px;
}
#searchResults #Pagination span.prev, #searchResults #Pagination span.current.next 
{
    color: #A0B0C8;
}
#searchResults #Pagination span.prev, #searchResults #Pagination span.current.prev 
{
    color: #A0B0C8;    
}
#searchResults #Pagination span.prev, #searchResults #Pagination span.current
{
    text-align: center;
    color: #fff;    
}
.delearLocationAddress .address {
    float: left; 
    width: 175px;
}
.dealerLocationAddress .milesTo {
    float: right; 
    width: 50px;
}
/* ----------------- MULTI MEDIA SHOWCASE --------------- */
#multiMediaShowcase
{
    margin-bottom: 20px;
}
#multiMediaShowcase .photoHolder img {
    width: 368px;
    height: 243px;
}
#multiMediaShowcase .hider
{
    float: left;
    width: 332px;
    height: 77px;
    position: relative;
    overflow: hidden;
}
#multiMediaShowcase #thumbs 
{
    background: #000000;
    padding: 4px 6px;
    margin-top: 5px;
}
#multiMediaShowcase #thumbs .slider
{
    width: 840px;    /* (n)photos x panelWidth: will be set in js ultimately */
    position: absolute;
    left: 0px;
}
#multiMediaShowcase #thumbs #prev
{
    float: left;
    width: 9px;
    height: 77px;
    margin-right: 3px;
    /*display: none;*/
}
#multiMediaShowcase #thumbs #next
{
    float: left;
    width: 9px;
    height: 77px;
    margin-left: 3px;
    /*display: none;*/
}
#multiMediaShowcase #thumbs a#prev:hover, #multiMediaShowcase #thumbs a#next:hover
{
    opacity: 0.75;
    filter: alpha(opacity=75);
}
#multiMediaShowcase #thumbs .panel
{
    position: relative;
    float: left;
    width: 83px;
    text-align: center;
}
#multiMediaShowcase #thumbs .panel a:hover img
{
    opacity: 0.75;
    filter:alpha(opacity=75);
}
#multiMediaShowcase #thumbs .panel img
{
    width: 77px;
    height: 77px;
}
#multiMediaShowcase .videoHolder,  #multiMediaShowcase .youtubeHolder {
    display: none;
}
#multiMediaShowcase .panel span {
    position: absolute;
    bottom: 0;
    right: 3px;
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -4000px;
}
/* ---------------------- FOOTER TOP ------------------------*/
#footerTop .inner .list
{
	float:left;
	padding:0 6px 0 0;
	width:300px;
	min-height: 100px;
	overflow:hidden;
}
#footerTop .inner .list h2
{    
    padding:0 0 5px 0;
    font-size:1em;
    text-transform:none;
    letter-spacing: normal;
}
#footerTop .inner .list h2 a
{    
    color:#d9d9d9;  
    text-decoration:none; 
}
#footerTop .inner .list h2 a:hover
{
    color:#a0b0c8;   
}
#footerTop .inner .list ul
{
    margin:0;
}
#footerTop .inner .list ul li
{
    margin:0 0 1px 0;
    padding:0 0 0 9px;
    list-style-type:none;
}
#footerTop .inner .list ul li a
{    
    color:#7b879a;
    text-decoration:none;   
}
#footerTop .inner .list h2 a, #footerTop .inner .list ul li a:hover
{    
    color:#d9d9d9;  
}

#footerTop .inner .list2
{
	float:left;
	padding:0 6px 0 0;
	width:400px;
	min-height: 100px;
	overflow:hidden;
}
#footerTop .inner .list2 h2
{    
    padding:0 0 5px 0;
    font-size:1em;
    text-transform:none;
    letter-spacing: normal;
}
#footerTop .inner .list2 h2 a
{    
    color:#d9d9d9;  
    text-decoration:none; 
}
#footerTop .inner .list2 h2 a:hover
{
    color:#a0b0c8;   
}
#footerTop .inner .list2 ul
{
    margin:0;
}
#footerTop .inner .list2 ul li
{
    margin:0 0 1px 0;
    padding:0 0 0 9px;
    list-style-type:none;
}
#footerTop .inner .list2 ul li a
{    
    color:#7b879a;
    text-decoration:none;   
}
#footerTop .inner .list h2 a, #footerTop .inner .list2 ul li a:hover
{    
    color:#d9d9d9;  
}
#footerTop .inner .list3
{
	float:left;
	padding:0 6px 0 0;
	width:200px;
	min-height: 115px;
	overflow:hidden;
}
/* ---------------------- LANGUAGE SELECTION ------------------------*/
#footerTop .inner #languageSelection
{
    position:absolute;
    top:12px;
    right:10px;
    padding:0 0 0 75px;
    width:90px;
    height:46px;
    color:#fff;
}
#footerTop .inner #languageSelection .flag
{
    /*padding:0 0 0 23px;*/
    width:72px;
    background-position:0 center;
}
#footerTop .inner #languageSelection .flag a
{    
    padding:0 0 0 23px;
    font-size:1.05em;
    font-weight:bold;
    line-height:108%;
    color:#a0b0c8;
    display: block;
    
}
#footerTop .inner #languageSelection .flag a:hover {
    color: #d9d9d9;
}
/* ---------------------- SOCIAL MEDIA LINKS & COPYRIGHT ------------------------*/
#footerTop .inner #socialMediaLinks
{
    position:absolute;
    bottom:26px;
    right:10px;
    width:185px;
}
#footerTop .inner #socialMediaLinks ul
{
    margin:0;
    padding:0 0 0 12px;
    width:153px;
}
#footerTop .inner #socialMediaLinks ul li
{
    float:left;
    margin:0 5px 0 0;
    list-style-type:none;
}
#footerTop .inner #socialMediaLinks ul li.facebook a, #footerTop .inner #socialMediaLinks ul li.youtube a
{
    display:block;
    width:24px;
    height:24px;
    text-indent:-3000px;
}
#footerTop .inner #socialMediaLinks ul li.facebook a:hover, #footerTop .inner #socialMediaLinks ul li.youtube a:hover 
{    
    opacity: 0.75;
    filter:alpha(opacity=75);
}
#footerTop .inner #socialMediaLinks ul li.share
{
    margin:4px 0 0 0;
}
#footerTop .inner p.copyright
{
    padding:8px 0 0 0;
    text-align:center;
    font-size:0.9em;
    color:#fff;
}
/* ---------------------- FOOTER (BOTTOM) ------------------------*/
#footerBottom ul
{
    margin:0;
    text-align:center;
}
#footerBottom ul li
{
    padding:0 8px 0 4px;
    display:inline;
    list-style-type:none;
}
#footerBottom ul li.end
{
    padding:0 0 0 4px;
    background:none;
}
#footerBottom ul li a
{
    font-weight:bold;
    color:#a0b0c8;
}
#footerBottom ul li a:hover
{
    color:#d9d9d9;
}
/* ---------------------- LANGUAGE SELECTION ------------------------*/
#languageSelectionBox
{
    padding:6px 6px 5px 6px;
    width:280px;
    display:none;
}
#languageSelectionBox .checker
{
    display:block;
    background:lime;
}
#languageSelectionBox ul
{
    margin:0;
    width:135px;
}
#languageSelectionBox ul.left
{
    float:left;
}
#languageSelectionBox ul.right
{
    float:right;
}
#languageSelectionBox ul li
{
    list-style-type:none;
    padding:3px 0 5px 0;
    width:135px;
    text-align:left;
    border-bottom:#d9d9d9 1px solid
}
#languageSelectionBox ul li a
{
    display:block;
    padding:0 0 0 20px;    
    height:13px;
    font-size:0.9em;
    color:#444;
}
#languageSelectionBox ul li a:hover
{
    color:#000;
}
/* ------------------ GENERIC STYLING WHEN USED WITH CMS EDITOR----------------*/
/* paragraph */
.genericCopy p, .genericCopy ul, .genericCopy ol {
    font-size: 1.2em;
    line-height: 1.3em;
}

.genericCopy strong {
    font-weight: bold;
}
/* headings */
.genericCopy h2 {
    
}
.genericCopy h2 a {
    color: #333333;
    padding:0 0 0 16px;    
}
.genericCopy h2 a:hover {
    color: #4C689F;
}
/* unordered lists */
.genericCopy ul {
    margin: 0;
    padding: 0 0 15px 0;
    list-style-type: none;
}
.genericCopy ul li {
    list-style-type: none;
    padding:0 0 2px;
}
.genericCopy ul li a {
    color:#333333;
    display:block;
    font-size:1.1em;
    padding:0 0 0 16px;    
}
.genericCopy ul li a:hover {
    color: #4C689F;
}
/* links */
.genericCopy a {
    
}
.genericCopy a:hover {
}
/* horizontal rule */
.genericCopy hr {
    border: none;
    background: #d9d9d9;
    height: 1px;
    margin: 0 0 15px 0;
    padding: 0;
}
/* ---------------------- Z-INDEX FIXES ------------------------- */
#container1 { z-index: 990; }
#container2 { z-index: 980; }
#header { z-index: 970; }
#topLinks { z-index: 960; }
#importantAnnouncment {
	z-index: 950;
}
#importantAnnouncment p {
	font-size: medium;
	font-weight: bold;
	color: #FFF;
	margin-left: 0px;
	margin-top: 12px;
	font-family: Verdana, Geneva, sans-serif, Eurostile;
}
#importantAnnouncment a {
	font-size: x-large;
	font-weight: bolder;
	color: #F00;
	margin-left: 0px;
	margin-top: 0px;
	font-family: "Courier New", Courier, monospace;
	text-decoration: none;
}
#importantAnnouncment .inner { z-index: 940; }
#search { z-index: 930; }
#topNav { z-index: 920; }
#crumbtrail { z-index: 750; }
#languageSelectionBox { /*z-index: 1202;*/ z-index: 740; }
/* ---------------------- NO PROMO STYLING ------------------------ */
/* used on motorcycle overview and specification page */
.noPromo, .noPromoFeatures, .noPromoCategory, .noPromoClothing, .noPromoWhyTri, .noPromoSearch, .noPromoCompare,  .noPromoTw , .noPromoForm{
    background: #fff !important;
}
.noPromo #introArea {
    display: none;
}
.noPromo .col771pxcolHolder, .noPromoFeatures .col771pxcolHolder {
    width: 944px;
}
.noPromo .col771pxcolHolder .col233px {
    width: 406px;
}
.noPromo #motorcycleCarouselOverviewContainer #motorcycleCarousel .hider {
    width: 812px;
}
.noPromo #motorcycleCarouselOverviewContainer #motorcycleCarousel #prev {
    margin-right: 33px;
}
.noPromo #motorcycleCarouselOverviewContainer #motorcycleCarousel #next {
    margin-left: 33px;
}
/* used on motorcycle features / reviews & awards pages */
.noPromoFeatures #introArea {
    display: none;
}
.noPromoFeatures .col771pxcolHolder .col233px {
    width: 319px;
}
.noPromoFeatures .col771pxcolHolder .col490px {
    width: 577px;
}
.noPromoFeatures .col490px .mcFeatureAwardSection .info {
    width: 458px;
}
.noPromoFeatures .col771pxcolHolder .col351px
{
    width: 437px;
}
.noPromoFeatures .twNewsPagination  #searchPagination
{
    width: 577px;
}
.noPromoFeatures .twNewsPagination  #searchPagination .left  
{
    width: 400px;
}
/* used on the motorcycle family / motorcycle category pages */
.noPromoCategory #introArea 
{
    display: none;
}
.noPromoCategory .col233px
{
    width: 319px;
}
.noPromoCategory .col490px 
{
    width: 577px;
}
.noPromoCategory #motorcycleSectionList .item .copy
{
    width: 320px;
}
.noPromoCategory #motorcycleSectionList .item .copy .list .listLeft, .noPromoCategory #motorcycleSectionList .item .copy .list .listRight
{
    width: 154px;
}
/* used on clothing / why triumph pages */
.noPromoClothing #introArea, .noPromoWhyTri #introArea {
    display: none;
}
.noPromoClothing .col771pxcolHolder, .noPromoWhyTri .col771pxcolHolder, .noPromoForm .col771pxcolHolder
{
    width: 944px;
}
.noPromoClothing .col233px.expCol, .noPromoWhyTri .col233px.expCol , .noPromoForm .col233px.expCol 
{
    width: 406px;
}
.noPromoWhyTri .col355px.expCol
{
    width: 527px;
}
/* used on search results page */
.noPromoSearch #introArea {
    display: none;
}
.noPromoSearch .col771pxcolHolder, .noPromoWhyTri .col771pxcolHolder {
    width: 944px;
}
.noPromoSearch .resultSection .left {
    width: 733px;
}
/* used on the motorcycles compare page */
.noPromoCompare  #introArea{
    display: none;
}
.noPromoCompare .column.col771pxcolHolder {
    width: 944px;
}
.noPromoCompare .col355px {
    width: 50%;
}
/* used on triumph world landing page */
.noPromoTw #introArea
{
    display: none;
}
.noPromoTw .col233px.expCol
{
    width: 406px;
}
.noPromoTw .col233px.expCol .eventDetailsSection .info 
{
    width: 340px;
}
/* used on form pages */
.noPromoForm #introArea{
    display:none;
}
.noPromoForm .col233px.expCol
{
    width: 406px;
}
/* homepage no promo */
.noPromoHome #leftCol {
    width: 990px;
}
.noPromoHome #leftCol #banner 
{
    width: 990px;
}
.noPromoHome #rightCol 
{
    display: none;
}
/* for sso links in header */
.ssoHeaderLinks {
    float: right; 
    padding-top: 5px;
}
.ssoHeaderLinks .ssoHeaderSignInContainer {
    position: relative; 
    float: left;
    z-index: 1000;
}
.ssoHeaderLinks #signIn, .ssoHeaderLinks #welcomeMsg {
    padding-right: 5px;
}
#signInPopout {
    margin-top: 3px;
    float: right;
}
/* For Sliding Door Btns */
a.sd24px, a.sd22px, a.sd22pxSignIn, a.sd22pxDark, a.sd18px, a.sd18pxIcon, a.sd14pxGrey {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;            
    font-weight: bold;
    text-transform: uppercase;
    line-height: normal;
}
a.sd24px { background: url(../../images/static/sd-left-24px.png) no-repeat left top; padding: 4px 0px 6px 10px;    font-size: 1.1em; cursor: pointer; }
a.sd24px span {    padding: 4px 10px 6px 0px; background: url(../../images/static/sd-right-24px.png) no-repeat right top; }
a.sd24px.allowHov:hover { background-position: left -56px; }
a.sd24px.allowHov:hover span { background-position: right -56px; color: #5076a9; }
a.sd22px { background: url(../../images/static/sd-left-22px.png) no-repeat left top; padding: 4px 0px 3px 10px;    font-size: 1.1em; cursor: pointer; }
a.sd22px span {    padding: 4px 10px 3px 0px; background: url(../../images/static/sd-right-22px.png) no-repeat right top; }
a.sd22px.allowHov:hover, a.sd22px.active { background-position: left -54px; }
a.sd22px.allowHov:hover span, a.sd22px.active span { background-position: right -54px; color: #5076a9; }
a.sd22pxSignIn { background: url(../../images/static/sd-left-22px.png) no-repeat left top; padding: 4px 0px 3px 10px;    font-size: 1.1em; cursor: pointer; }
a.sd22pxSignIn span { padding: 4px 23px 3px 0px; background: url(../../images/static/sd-right-22px-sign-in.png) no-repeat right top; }
a.sd22pxSignIn.allowHov:hover, a.sd22pxSignIn.active { background-position: left -54px; }
a.sd22pxSignIn.allowHov:hover span, a.sd22pxSignIn.active span { background-position: right -54px; color: #5076a9; }
a.sd22pxDark { background: url(../../images/static/sd-left-22px-dark.png) no-repeat left top; padding: 4px 0px 3px 10px; font-size: 1.1em; cursor: pointer; }
a.sd22pxDark span {    padding: 4px 23px 3px 0px; background: url(../../images/static/sd-right-22px-dark.png) no-repeat right top; }
a.sd22pxDark.allowHov:hover { background-position: left -54px; }
a.sd22pxDark.allowHov:hover span { background-position: right -54px; color: #5076a9; }
a.sd18px { background: url(../../images/static/sd-left-18px.png) no-repeat left top; padding: 3px 0px 3px 10px;    font-size: 1.0em; cursor: pointer; }
a.sd18px span {    padding: 3px 10px 3px 0px; background: url(../../images/static/sd-right-18px.png) no-repeat right top; }
a.sd18px.allowHov:hover, a.sd18px.active { background-position: left -50px; }
a.sd18px.allowHov:hover span, a.sd18px.active span { background-position: right -50px;    color: #5076a9;    }
a.sd18pxIcon { background: url(../../images/static/sd-left-18px.png) no-repeat left top; padding: 3px 0px 3px 10px;    font-size: 1.0em; cursor: pointer; }
a.sd18pxIcon span {    padding: 3px 20px 3px 0px; background: url(../../images/static/sd-right-18px-icon.png) no-repeat right top; }
a.sd18pxIcon.allowHov:hover{ background-position: left -50px; }
a.sd18pxIcon.allowHov:hover span { background-position: right -50px; color: #5076a9; }

a.sd14pxGrey { background: url(../../images/static/sd-left-14px-grey.png) no-repeat left top; padding: 2px 0px 2px 4px;    font-size: 0.8em; cursor: pointer; letter-spacing: 1px; font-weight: normal; }
a.sd14pxGrey span {    padding: 2px 4px 2px 0px; background: url(../../images/static/sd-right-14px-grey.png) no-repeat right top; color: #000;}

span.sdBlack { position: absolute; top: 105px; right: 8px; display: block; color: #fff; background: url(../../images/static/sd-black-left.png) no-repeat left top; padding: 4px 0px 8px 6px;    font-size: 1.0em; cursor: pointer; }
span.sdBlack span {    padding: 4px 10px 8px 0px; background: url(../../images/static/sd-black-right.png) no-repeat right top; }

/* Sliding door button containers */
.registerBtnContainer { float: right; margin-right: 10px; }
.btnRight { float: right; }
.hideInputBtn { height: 0; width: 0; }

/* ================= END - screen.css ================== */
-------------------------------------*/
.headingLink 
{
    background:transparent url(../../images/static/blue-arrow-on-white.gif) no-repeat left 4px;
}
h3.headingLink
{
    background-position: left 3px;
}
/* intro area */

#header
{
	background:transparent url(../../images/static/header.jpg) no-repeat;
}
/* Social Media */
#footerTop .inner #socialMediaLinks ul li.facebook a, #footerTop .inner #socialMediaLinks ul li.youtube a
{
   background:transparent url(../../images/static/facebook.jpg) no-repeat;
}
#footerTop .inner #socialMediaLinks ul li.youtube a
{
    background:transparent url(../../images/static/youtube.gif) no-repeat;
}
/* FooterTop */
#footerTop
{
    background:transparent url(../../images/static/footer-top.gif) top left no-repeat;
}
#footerTop .inner
{
    background:transparent url(../../images/static/footer-bottom.gif) bottom left no-repeat;
}
#footerTop .inner .list ul li
{
    background:transparent url(../../images/static/footer-arrow.gif) left 3px no-repeat;
}
/* FooterBottom */
#footerBottom ul li
{
    background:transparent url(../../images/static/footer-pipe.gif) right 3px no-repeat;
}
