﻿body {
	color:#666666;
	background-color: #ddddd7;
	margin: 0;
	font-size: 0.8em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 150%;
}

a 
{
	color: #3366cc;
	text-decoration: none;	
}

ul {
   list-style-position: inside; 
}

a:hover 
{
    color: #999999;
	text-decoration: underline;
}

a img 
{
    border: 0;
}

#menu_container 
{
    float: right;
    clear: right;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 960px;
	background-image:url(../images/home/bg_body.gif);
	background-repeat: repeat-y;
	background-color: white;
	padding: 10px 20px 10px 20px;
}

.page_block {
	position: relative;
	height: 120px;
	background-color: #272623;
	width: 960px;
	margin: 0;
}

#bottom_shadow {
	position: relative;
	height: 10px;
	background-color: #272623;
	width: 1000px;
	margin: 0 auto;
	background-image:url(../images/home/bg_footer.gif);
	background-repeat: repeat-x;
}

#find_dealer {
    float: right;
}

.bottom_block {
    float: right;
    margin-top: 12px;
    padding-right: 35px;
}

.social {
    float: left;
    margin-top: 12px;
    margin-left: 35px;
    font-size: 8pt;
    color: #cccccc;
}

.social ul {
    margin: 0pt; 
    padding: 0pt; 
    list-style: none;
}

.rights {
    float: right;
    margin-top: 27px;
    padding-right: 35px;
    clear: right;
    font-family: Georgia, Times New Roman;
    color: #999999;
    font-size: 8pt;
}

.bottom_block a {
    font-size: 8pt;
    text-decoration: none;
    color: #999999;
    margin-left: 20px;
    display: inline;
}

.bottom_block a:hover {
    color: #3366cc;
}

#SHOEI {
    font-size:10pt;
    color: #999999;
    text-align: right;
    padding-top: 3px;
    font-family: Helvetica, Arial, sans-serif;
}

.news_block {
    width: auto;
    height: 150px;
    display: inline;
    padding: 0px;
    margin: 0px;
}
.news_block2 {
    width: auto;
    float: left;
    margin: 0px;
    padding: 2px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    height: 178px;
}

.news_block img, .news_block2 img {
    padding: 0px;
    margin: 0px;
}

.dashHR {
    border-bottom: 1px dotted #999999; 
    margin-left: 35px; 
    margin-right: 35px; 
    margin-top: 25px;
    padding-bottom: 12px;
}

form {
    margin: 0px;
    padding: 0px;
}
.clearboth {
    clear: both;
}
#itemList {
    margin: 0 auto;
    padding: auto;
}
.reviewIcon {
    padding-right: 15px;
}

.roadItem {
    width: 220px;
    height: 220px;
	text-align:center;
	margin: 0; 
	float: left;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 10px;
}

.mxItem {
    width: 430px;
	text-align:center;
	margin:0px; 
	float: left;
	list-style: none;
	padding-top: 0px;
	padding-bottom: 30px;
}

#videoList {
    margin: 0 auto;
    padding: 0;
}

.videoItem {
    float: left;
    list-style: none;
    padding: 0 15px 15px 0;
    width: 162px;
	height: 135px;
}

a.itemLink {
    text-decoration: none;
    color: #3366cc;  
}


.itemImage {
    padding-bottom: 15px;
}

.infoLabel {
     color:red; 
     display: inline;
     font-weight: bold;
}
.redTxt {
/*	color: #B90000; */
     color:red; 
     display: inline;
     font-weight: bold;
}

.hInfoSect {
     border-bottom: 1px black dotted; 
     padding: 5px 0 5px 0;   
}

.helmetThumbs {
	text-align:center;
	margin: 0 0 0 10px; 
	float: left;
	list-style: none;
	padding: 5px;
}
.helmetThumbs:hover, .accordian_headings:hover, #btnViews, .riderActionList li:hover, .riderThumbList li:hover, .helmetThumbNav {
    cursor: pointer;
}
.infoText {
    background-color: #E3E3D5;
    padding: 1px 6px 1px 6px;
    margin: 5px 0 10px 0;
}

.roadDetailInfo {
    float:right; 
    background:url(../images/helmetpages/road/r_detail_header.gif) no-repeat top; 
    width: 415px; 
    margin-right: 25px; 
    padding-bottom: 20px;
}

.mxDetailInfo {
    float:right; 
    background:url(../images/helmetpages/mx/or_detail_header.gif) no-repeat top right; 
    width: 415px; 
    margin-right: 25px; 
    padding-bottom: 20px;
}

/* Accordian styles */

.accordian_headings {
	font-weight: bold;
	margin-top: 5px;
	font-size: 1em;
	text-decoration: none;
}

.accordian_headings:hover {
    color: #3366cc; 
}

div.selected .accordian_headings {
    color: #3366cc; 
}

.accordian_child {
    background-color: #E3E3D5;
    padding: 3px 6px 3px 6px;
    margin: 5px 0 5px 0;
}

.accordian_child p {
    margin-top: 6px;
    margin-bottom: 6px;
}

.accordian_break {
    border-bottom: 1px dotted black; 
    margin-top: 5px;
    list-style: none;
}

.downArrowBlue
{
    margin-left: 10px;
    display: none;
}
.rightArrowBlack 
{
    margin-left: 10px;
    display: inline;
    background-color: #3366cc;
}

.accordian_headings:hover .rightArrowBlack, a:hover .rightArrowBlack {
    background-color: #3366cc; 
}

div.selected .accordian_headings .rightArrowBlack {
    display:none;
}

div.selected .accordian_headings .downArrowBlue {
    display:inline;
}
/* end accordian */

#tblSizeChart {
    padding: 1px;
    border-top: 1px white dotted;
    border-right: 1px white dotted;
    margin: 5px auto;
    width: 100%;
}

#tblSizeChart td, #tblSizeChart th {
    border-bottom: 1px white dotted;
    border-left: 1px white dotted;
    text-align: center;
}
#dtlHead {
    padding-top: 50px; 
    padding-bottom: 5px;
    border-bottom: 1px black dotted;
}
#dtlHead h1 {
    display: inline;
}
#dtlHead h2 {
    display: inline;
    color: Red;
}
#largeImgDiv {
    background-repeat: no-repeat;
    background-position: center;    
}
#largeracerImgDiv {
    background-repeat: no-repeat;
    background-position: left;    
}
.wallpaperList, .riderActionList, .riderThumbList {
    padding: 0;
    margin: 5px -8px 0 0;
}

.riderActionList li {
    text-align:center;
	margin:0px; 
	float: left;
	list-style: none;
	padding: 0px 8.5px 3px 0px;
}
.wallpaperList li {
    text-align:center;
	margin:auto; 
	float: left;
	list-style: none;
	padding: 0px ;
	width: 174px;
	border: 2px solid white;
}
.wallpaperList a img.item {
	border: 3px solid white;
	padding: 2px;
}
.wallpaperList a img:hover, .wallpaperList a img.selected {
    border: 3px solid Blue;
	padding: 2px;
}

.riderThumbList li {
    text-align:center;
	margin:auto; 
	float: left;
	list-style: none;
	padding: 0px 6px 6px 6px;
	width: 125px;
}

.rightArrowBlue {
    margin-left: 10px;   
}

.extraLinks {
    margin-top: 4px;
}
.blue 
{
    font-size: 14pt;   
    color: #3366CC;
    font-weight: bold;
    display: inline;
}
.orange 
{
	font-size: 14pt;
	color: #FF6600;
	font-weight: bold;
	display: inline;
}
#flashIndex 
{
    z-index: 0;   
}
#homeContent {
    width: 960px;
    height: 464px;
}
#promos {
    margin: 10px 0;
}
#videoThumbs {
    float:right; 
    margin-right: 25px; 
    width: 355px;
}
#videoDescrip {
    width: 514px; 
    margin-left:40px;
}

ul.featureList ul{
    margin-left: 10px;
}

#aboutImages 
{
    float: right;
    width: 220px;
    padding-top: 20px;
}

.techimg {
    margin-right: 15px;
    vertical-align: top;
}

.techspecsbox {
    height:470px; 
    width: 729px;
    border-top: 1px dotted black;
}
.techspecsboxlist {
    float:left; 
    height: 100%; 
    border-right: 1px black dotted;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 0px;
    padding: 10px;
    margin: 0px 10px 0px 0px;
    background-color: #e3e3d5;
    font-size: 85%;
}
.activeTech {
    font-weight: bold;
    color: #3366cc;   
}
object { display:block; }
object#content { display:block; margin:0 auto 0 auto; padding: 0; }
/*firefox dotted line hack*/
a:active
{
outline: none;
}

a:focus
{
outline-style: none;
}
/*-------------------------*/
h2.acc_header {
    font-size: 1em;
    display: inline;
}
#rssHolder {
    width: 324px;
    height:150px;
    background-color:#cccccc;
    margin: 0px;
    padding: 0px;
    float:left;
}
#rssHolder2 {
    width: 310px;
    height:178px;
    margin: 0px;
    padding: 2px;
    border: 1px solid #cccccc;
    border-radius: 2px;
    float:left;
}
#rssBlock {
    height: 130px;
    width: 290px;
    margin: 10px 10px 10px 25px;
    background-color: #ffffff;
}
#rssBlock2 {
    height: 158px;
    margin: 10px;
}
#rsslink {
    float: right;
}
.first {
    margin: 0 10px;
}
.blogPost {
    margin: 3px 10px 3px 10px;
}
.blogPostDate {
    font-weight: bold;
}
#dtlHead p {
    display: inline;
    font-size: 200%;
    font-weight: bold;
}
#riderDetails {
    float: right; 
    margin-right:35px; 
    width: 278px;
}
.tabs {
    background-color: #F8F2E9;
    background-image: url("/images/tabs/body_container_bg.gif");
    background-repeat: repeat-x;
    float: left;
    width: 960px;
    margin-top: 20px;
}
.tabs ul.tabNavigation li.last {
	background-image:url(/images/tabs/seprator.gif);
}
.tabs ul.videotabs {
    padding-left: 0;
    margin: 0 0 20px 0;
}
.tabs ul.videotabs li a {
    width: 220px;
}
.videoListHolder {
    width: 960px;
}
.videoList {
    width: 100%;
}
.videoPlayer {
    width: 100%;
    background: #000000;
    text-align: center;
}
.videoDescription {
    margin: 0 auto;
    text-align: left;
    width: 720px;
}
.videowrapper {
    width: 100%;
    margin-top: 10px;
}
.videoTitle {
    margin-top: 20px;
    font-size: 17pt;
}
.videoItem a img {
    display: block;
    
}
