
/* Debug */
div {
/*
    padding: 10px;
    border: 1px solid red;
    */
}

/* Reset */
* {
	margin: 0;
	padding: 0;
}

/* HTML Elements */
html {
	overflow-y:scroll;
}

body {
	background: url("../../_img/backgrounds/DBXBackground.jpg") #654e29 50% 0 no-repeat fixed; /**/
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

li {
	margin-left: 1.5em;
}

/* Layout */
#page {
	width: 973px;
	margin: auto;
}

/* Global */

h1.title a, h2.title a, .post p, h3.news_item_title a, #contact_intro a, #content h3, #fullpage-inner h1, #content h1, #news_container h1, .vcard h3, #search_results h3 a {
	color: #4E4E4E;
}

.post p, .post p span, div#team_member_description, #register_description, #contact_intro, .ddsg-wrapper ul, .ddsg-wrapper li, #content h2, #content h3, #content, #comments, #comment_area, .dealerlist, form#bmx_fad, #fullpage-inner h2, #fullpage-inner p {
	line-height: 2em !important;
}

.post p a, .blog_navigation a, .news_item_copy a, #older_news a, #content a, #team_member_description a, a.email, a.url, .pagination a, .bike-cat-link, #search_results a {
	color: #45ADE6;
	font-weight: bold;
}

#news_container h1, #news_container p, #comments, h1.title, #comment_area, #news_container #topics, #contact_intro, #register_description, #content h1, #content p, h2.title {
	padding: 0px 0px 0px 20px;
}

.post p, .post p span, #contact_intro, #register_description, #content h1, #content h3, #content p {
	margin: 0px 20px;
	width: 500px;
}

#register_description, .vcard h3 {
	margin-top: 20px;
}

#content h3 {
	margin: 10px 0px 0px 40px;
}

#news_container h1, #fullpage-inner h1.title, form#bmx_fad, #searchform {
	padding: 0px 0px 0px 40px;
}

#news_container #flashObj {
	position: relative;
	z-index: 0;
}

/* Helpers */
.buyNowWrap {
	display: none;
}

#findADealerTop {
	position:absolute;
	right:224px;
	top: 113px;
	z-index:0;
}

a#findADealerTop {
	display:block;
	background: url(../../_img/buttons/find_dealer.gif) transparent bottom center no-repeat;
	width: 51px;
	height: 51px;
}

a#findADealerTop:hover {
	background: url(../../_img/buttons/find_dealer.gif) transparent top center no-repeat;
}

.clear {
	clear: left;
}

.hide {
	display: none;
}

.offscreen_positioned {
	text-indent: -50000px;
}

/* Header */
p#logo a {
	position: absolute;
	/*
background-image: url("../../_img/DBXLogo.png");
*/
	width: 300px;
	height: 91px;
	text-indent: -5000px;
	top: -40px;
}

#header {
	margin-top: 47px;
}

#header_content {
	position: relative;
	z-index: 1;
}

/* Navs */
#header ul {
	list-style: none;
	text-align: right;
}

#header ul li {
	display: inline;
	list-style: none;
}

#nav_utility_wrapper {
	margin-bottom: 6px;
}

ul#nav_utility a {
	color: #49a5e6;
}

ul#nav_utility a:hover {
	color: white;
}

ul#nav_utility li {
	background-color: black;
	font-size: 1.1em;
	text-transform: capitalize;
	padding: 6px;
	margin: 0;
}

ul#nav_main a {
	color: white;
}

ul#nav_main a:hover, ul#nav_main li.on a {
	color: #fdea24;
}

ul#nav_main span.slash {
	margin: 0 -5px 0 11px;
}

ul#nav_main li {
	background-color: #339ed6;
	font-size: 1.9em;
	text-transform: uppercase;
	font-weight: bold;
	color: white;
	height: 24px;
	padding: 6px;
	margin: 0;
}

ul#bikes_secondary_nav a {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#bikes_secondary_nav img {
	border: 1px solid white;
	margin-top: 3px;
}

ul#bikes_secondary_nav {
	position: absolute;
	left: 154px;
	top: 60px;
	width: 724px;
	height: 215px;
	background: url("../../_img/backgrounds/sub_nav.png") 0 0 no-repeat; /**/
	padding-left: 16px;
	z-index: 1000;
}

ul#bikes_secondary_nav li {
	margin: 0;
	padding: 3px;
	padding-top: 18px;
	display: block;
	float: left;
}

/* Content */
#content_container {
	position: relative;
	top:-22px;
}

.home_page #content_container {
	top: 26px;
}

#detail-wrapper {
	position: relative;
	top: 30px;
}

#interior_page {
	position: relative;
}

ul#nav_bread {
	position: absolute;
	left: 20px;
	top: -15px;
	z-index: 0;
	list-style: none;
	text-align: left;
}

ul#nav_bread li {
	float: left;
	list-style: none;
	background-image: url("../../_img/backgrounds/black_.75_opacity.png");
	margin: 0;
	padding: 5px 8px;
}

ul#nav_bread li a {
	font-weight: bold;
	color: white;
}

ul#nav_bread li a:hover {
	text-decoration: underline;
}

div#primary {  /* Total width should be 753px */
	float: left;
	width: 753px;
	background-color: white;
	margin-top: 28px;
	padding-bottom: 0px; /* set to zero for bike detail page*/
}

div#fullpage {
	margin-top: 30px;
}

div.ragged_top {
	float: left;
	width: 713px;
	margin-top: -42px;
	padding: 72px 20px 20px 20px;
	background: url("../../_img/backgrounds/content_bg_header.png") transparent repeat-x top;
}

div#primary.ragged_category {
	background-color: transparent;
}

.ragged_category div.ragged_top {
	padding: 42px 0 0;
	width: 753px;
}

div#fullpage-inner {
	width: 932px;
}

div#fullpage {
	background-color: white;
	float: left;
}

div#secondary {
	float: left;
	position: relative;
	left: 20px;
}

ul.nav_secondary li.current_page_ancestor a, ul.nav_secondary li.current_page_item a {
	color: white;
}

ul.nav_secondary li {
	background-color: white;
}

ul.nav_secondary li a {
	color: black;
	font-size: 11px;
	font-weight:bold;
}

ul.nav_secondary li.current_page_ancestor, ul.nav_secondary li.current_page_ancestor *, ul.nav_secondary li.current_page_item, ul.nav_secondary li.current_page_item * {
	background-color: #339ED6;
}

ul.nav_secondary li { /* Total width 200px */
	width: 177px;
	font-weight: bold;
	list-style: none;
	margin-left: 0;
	margin-bottom: 5px;
	padding: 3px 3px 3px 20px;
}

ul.nav_secondary li li {
	width: 162px;
	padding: 3px 3px 3px 15px;
	margin-bottom: 0px;
	font-weight: normal;
}

ul.nav_secondary li li a:hover {
	color: #FDEA24;
	text-decoration: underline;
}

img#current_photo {
	margin-left: 28px;
	margin-top: 0px;
}

a#current_text_link {
	display: block;
	text-align: center;
	color: #808080;
}

h1#bike_name {
	position: absolute;
	top: 40px;
	left: 20px;
	font-size: 2.2em;
	font-style: italic;
	color: #4e4e4e;
}

#sub_bike_window {
	float: left;
	position: relative;
	width: 723px;
	margin: 20px 5px 5px;
	border: 10px solid #4d4d4d;
	background-image: url("../../_img/backgrounds/sub_bike_window.gif");
	background-color: #4d4d4d;
	background-repeat: repeat-x;
	color: white;
}

#sub_bike_window h1 {
	position: relative;
	top: 10px;
	color: #fff;
}

#bike_copy { /* total width: 363px */
	width: 333px;
	float: left;
	margin: 15px 10px 0 10px;
	padding: 0px 0px 0px 10px;
}

#bike_copy p {
	color:  #fff;
	margin-bottom: 15px;
}

p#price {
	background-color: transparent;
	color:  white;
	margin-top: 15px
}

#spec_geom { /* total width: 360px */
	width: 360px;
	float: left;
}

a.price {
	color: red;
}

a.price span {
	color: #4D4D4D;
}

#compare_bikes_btn {
	position: absolute;
	right: 166px;
	top: 7px;
	background-image: url("../../_img/buttons/compare.png");
	width: 193px;
	height: 30px;
}

#geometry {
	margin-top: 45px;
	background-color: #4d4d4d;
}

#geometry h2, #specs h2 {
	background-color: #333;
	padding: 5px;
}

#geometry_details {
	margin: 8px 0;
	text-align: center;
}

#geometry_details td, #geometry_details th {
	padding: 8px;
}

#geometry_details td {
	border: 1px solid #9a9a9a;
	font-size: 1.7em;
	color: #00ffff;
}

#specs_initial, #specs_expanded {
	border-collapse: collapse;
}

#specs_initial th, #specs_initial td, #specs_expanded th, #specs_expanded td {
	border-bottom: 1px dotted white;
	padding: 8px;
}

a#view_full_specs {
	color: #46a9ec;
}

.bike-cat-link
{
	position: relative;
	font-style:italic;
	left:10px;
	position:relative;
	text-align:left;
	bottom:-16px;	
	font-size:15px;
}

#bike_page .bike-cat-link
{
		bottom:-27px;	
	}

/* Footer */

#footer {
}

#nav_copyright {
	margin-top: 15px;
	background-color: #262626;
	width: 753px;
	line-height: 20px;
}

#home #nav_copyright {
	margin-top: 40px;
	margin-left: 7px;
	width:728px;
}

#nav_copyright li {
	list-style: none;
	display: inline;
	color: #808080;
	font-weight: bold;
	text-transform:capitalize;
	margin-left:1em;
}

#nav_copyright li a {
	color: #45ADE6;
}

/* Flyouts */
#dealer_flyout_wrapper {
	width:230px;
	background:url(../../_img/nav/fd_wrapper_bg.png) top left repeat-y;
	margin-top: -70px;
	position: absolute;
	z-index: 500;
	left: 300px;
}

div#dealer_flyout {
	background-color: #fff;
	width: 214px;
	padding: 0 3px;
	margin:auto;
}

div#dealer_flyout div.flyout_body {
	background: #fff url() top left repeat-x;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding:10px 0 0 0;
}

div#dealer_flyout h3 {
	width:164px;
	height:16px;
	margin:0 auto;
	background: transparent url(../../_img/nav/find_a_dealer.gif) top left no-repeat;
	padding:5px 0;
	text-indent:-9999px;
}

div#dealer_flyout_wrapper div#dealer_flyout a#close_button {
	margin:10px 0 !important;
	line-height:19px !important;
}

div#dealer_flyout_bot {
	background: url(../../_img/nav/fd_botcap.png) top left no-repeat;
	width:230px;
	height:9px;
	position: relative;
	bottom:-9px;
}

/* Hide */
ul.nav_sr {
	left: -999999em;
	position: absolute;
}

/* Home Page */
div#page.home_page #slider {
	width: 639px;
	height: 401px;
	background: url("../../_img/backgrounds/black_.75_opacity.png");
	float: left;
	margin-right: 6px;
	overflow: hidden;
	overflow-y: scroll;
	text-align: center;
}

div#page.home_page #slider ul li {
	list-style: none;
	margin: 0;
	padding: 0 0 0px 0;
	width: 630px;
}

div#page.home_page #video_news {
	width: 328px;
	height: 402px;
	background: url("../../_img/backgrounds/video_news_bg.png");
	float: left;
}

#video_news #video {
	width: 328px;
	height: 75px;
	margin: 47px 0 66px 0;
}

#video_news .video {
	display: block;
	width: 100px;
	height: 75px;
	float: left;
	margin-left: 6px;
}

#video_news #news {
	width: 312px;
	height: 205px;
	margin: 0 7px;
}

#news .home_news_item {
	border-top: 1px dotted white;
	margin-bottom: 8px;
}

#news .home_news_item .home_news_item_date, #news .home_news_item h3, #news .home_news_item .home_news_item_entry {
	margin-left: 8px;
}

#news .home_news_item h3 {
	font-size: 1em;
}

#news .home_news_item_date {
	margin-top: 8px;
	color: #eae35f;
}

#news .home_news_item a {
	color: #339ED6;
}

#news .home_news_item .home_news_item_entry {
	color: white;
}

div#page.home_page #features {
	width: 975px;
	height: 177px;
	background-image: url("../../_img/backgrounds/sub_features_bg.png");
	margin-top: 6px;
	float: left;
}

#features .feature {
	display: block;
	width: 315px;
	height: 130px;
	float: left;
	margin: 7px 0 0 7px;
	color: white;
	font-size: 1.1em;
	font-weight: bold;
}

#features .feature div {
	float: left;
	margin: 137px 0 0 5px;
}

/* Bike Details */
ul#more_bikes {
}

ul#more_bikes li, ul#more_parts li {
	list-style: none;
	float: left;
	margin: 0 0 1px 1px;
	width: 250px;
	height: 200px;
	background-image: url("../../_img/backgrounds/section_grid_bg.png");
	text-align: center;
}

ul#more_bikes li a, ul#more_parts li a {
	display: block;
}

ul#more_bikes li img, ul#more_parts li img {
	margin-top: 17px;
}

ul#more_bikes li img, ul#more_parts li img {
	max-height: 144px;
	max-width: 200px;
}

#wee_cycles {
	position:absolute;
	right:16px;
	top:-173px;
	width:51px;
}

.sub_photo img {
	border: 1px solid #ccc !important;
	margin-bottom: 4px;
}

/**
 * Register Your Bike Page.
 * NB: Register Your Bike form elements can be found in form.css
 */

div#register_description {
	float: left;
}

div#register_description h2 {
/*margin-top: 15px;*/
}

div#register_photo {
	float: left;
	margin-left:60px;
	text-align: center;
}

div#register_photo img {
	margin-bottom:10px;
}

ol.register_your_bike {
	list-style: none;
	background: transparent url("../../_img/dividers/divider_gray_dot.gif") 0 100% repeat-x;
	padding: 0 0 3px 0;
	font-size: 1.1em;
}

ol.register_your_bike li {
	background: transparent url("../../_img/dividers/divider_gray_dot.gif") 0 0 repeat-x;
	margin: 0;
	padding: 1em;
}

ol.register_your_bike li.odd {
	background-color: #f3f3f3;
}

ol.register_your_bike li.submit_zone {
}

table#occupation {
}

table#occupation th {
	text-align: left;
	font-weight: normal;
	padding-right: 2em;
}

table#occupation th#occupation_guide {
	width: 20em;
}

/**
 * Compare Bikes
 */
table#compare_bikes {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

table#compare_bikes th {
	text-align: left;
	font-weight: normal;
}

table#compare_bikes thead th {
	width: 240px;
	padding: 15px 1em 0.5em;
	border-right: 10px solid #fff;
}

table#compare_bikes thead th h2 {
	text-transform: uppercase;
	color: #3b3a3a;
	margin: 0.25em 0 0;
}

table#compare_bikes thead th h2 span {
	font-size: 0.686em
}

table#compare_bikes thead th h2.compare_bike_default {
	color: #888787;
	margin: 0.25em 0 1em;
	width: 125px;
}

table#compare_bikes thead th#guide_header {
	width: 130px;
	color: #414040;
	font-size: 1.1em;/*background: none;*/
}

table#compare_bikes thead th#guide_header span {
	display: block;
	padding-bottom: 30px;
	background: transparent url("../../_img/backgrounds/compare_arrow.gif") 0 100% no-repeat;
}

table#compare_bikes tbody th {
	background: transparent url("../../_img/backgrounds/hr_dash_3.gif") 0 0 repeat-x;
	padding: 1em;
	width: 130px;
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, Arial, Helvetica, sans-serif;
	color: #717070;
}

table#compare_bikes tbody tr.odd th {
	background: #f8f8f8 url("../../_img/backgrounds/hr_dash_3.gif") 0 0 repeat-x;
}

table#compare_bikes tbody td {
	background: transparent url("../../_img/backgrounds/hr_dash_3.gif") 0 0 repeat-x;
	padding: 0.5em 1em;
	border-left: 10px solid #fefefe;
	width: 240px;
	font-size: 1.1em;
}

table#compare_bikes tbody tr.odd td {
	background: #f8f8f8 url("../../_img/backgrounds/hr_dash_3.gif") 0 0 repeat-x;
}

/* End Compare Bikes */

/* Start Team */

div#team_sub {
	clear:both;
}

div#team_sub_media {
	float: left;
	width:205px;
	margin: 15px 15px 0 30px;
}

div#team_sub_media img {
	display: block;
}

div#team_sub_media img#current_photo {
	margin-left:0px;
	margin-top:0px;
}

div#team_sub_media a.news_link {
	display:block;
	margin:0 0 10px 0;
}

div#biker_portrait {
}

div#biker_thumbs {
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

div#biker_thumbs li {
	margin-left:0em;
}

div#biker_thumbs ul {
	list-style: none;
}

div#biker_thumbs ul li {
	float: left;
}

div#biker_thumbs ul li a {
	float: left;
	margin: 12px 10px 0 0;
}

div#biker_thumbs ul li a img {
	width: 58px;
}

div#team_member_info {
	float: left;
	width: 420px;
	margin-top: 10px;
	margin-bottom: 20px;
}

div#team_member_info h1 {
	margin: 0 0 10px 20px;
	padding: 0;
}

div#team_member_description, #latest_news_header h2 {
	margin: 10px 20px;
}

div#team_member_description dl {
	float: left;
	width: 175px;
	margin: 10px 5px;
}

div#team_member_description dl dt {
	margin-top:8px;
	font-weight: bold;
}

div#team_member_description dl dd {
	padding-bottom: 8px;
}

div#team_member_info div#latest_news_header {
	width: 355px;
	clear: both;
	margin-top: 20px;
}

div#team_member_info #older_news {
	margin-left: 20px;
}

div#team_member_info div.news_item {
	margin: 0 20px 10px;
	padding: 0 0 1px;
}

div#team_member_info div.news_item div.news_item_date {
	font-weight: bold;
}

div#team_member_info div.news_item h3.news_item_title {
	margin: 0 0 0.5em 0;
}

/* End Team */

/* Start News */

.news_items_alt h3 {
	background-color: #fff;
	padding-left:11px;
	padding-top: 5px;
}

.blog_navigation .previous, .blog_navigation .next {
	float:left;
	padding-left: 40px;
	padding-bottom: 20px;
}

.blog_navigation .next {
	padding-left: 60px;
}

/* End News */

/* Start Site Map */

.ddsg-wrapper h2 {
	display: none;
}

/* Press */

ul.item_list {
	padding-left: 20px;
}

ul.item_list li {
	list-style-type:none;
	float: left;
	height: 312px;
	padding: 10px 0px;
}

ul.item_list li a {
	display: block;
	width: 190px;
}

form#bmx_fad {
	float:left;
	width:165px;
	padding-top: 10px;
}

form#bmx_fad #submit {
	margin-top: 10px;
}

form#bmx_fad label {
	font-weight: bold;
}

form#bmx_fad .centered {
	padding-top: 5px;
}

div#map_decoration {
	float:right;
	height:430px;
	margin:0px 40px 0px 0px;
	width:685px;
}

div#map {
	height:392px;
	margin:19px 11px;
	width:652px;
}

ol.dealerlist {
	font-size:1.1em;
	list-style:none outside none;
	padding:0 0 3px;
}

ul.pagination {
	padding-bottom:50px;
	clear: both;
}

ul.pagination li {
	float: left;
	font-size:1.4em;
	font-weight:bold;
	list-style:none outside none;
}

ul.pagination .disabled {
	color: #ccc;
}

.distance {
	font-weight:bold;
}

li.vcard {
	width: 214px;
	height: 214px;
	margin-bottom: 10px;
	margin-left: 0px;
	float:left;
}

.map-results, ol.dealerlist, ul.pagination {
	margin-left: 220px;
}

ul.pagination {
	margin-left: 195px;
}

ol.dealerlist {
	float: left;
}

.map-total-pages, .map-results {
	float: left;
}

.map-total-pages {
	margin-left: 49px;
}
