body, html {
	margin: 0;
	padding: 0;
}

body {
    text-align: center; /* Centers the layout on IE */
    font: 0.9em Verdana, Arial, sans-serif;
    /*background: #104984;*/
    background: #fff url('/m/image/catalog/background.png') top left repeat-x; /* Darker colour: #092462 */ 
}

td {
	font: 0.9em Verdana, Arial, sans-serif;
}

form {
	margin: 0;
}

a {
	color: #185594;	
}


h1 {
	color: #185594;	
	font-weight: bold;
    font-family: Helvetica;
    margin: 0;
    margin-top: 0;
}


sup {
	font-size: 11px; 
	color: #008200; 
	font-weight: bold;
}



/* Main wrapper */
#wrap {
    position: relative;
    top: 0;
    text-align: left; /* Overrides the IE text center */
    width: 995px; /* used to be 980 */
    margin: 0 auto;
    background-color: #EFF7DE;
    border: 1px solid #8ca25a;
    border-top: none;
}

/* Content below the top menus */
#main {
	float: left;
	width: 995px; /* used to be 980 */
    background-color: #fff;
}

#main h2, #main h3, #main p {
	padding: 0 10px;
    padding: 0;
}


#header {
	height: 74px;
}

    #header h1 {
        background: #EFF7DE url('/m/image/catalog/header_logo.png') top left no-repeat;
       	padding: 0;
        margin: 0;
        margin-top: 5px;
        text-indent: -999em;
        float: left;
        height: 74px;
        width: 300px;
    }

        #header h1 a {
            height: 74px;
            width: 300px;
            display: block;
        }

        

    #header p {
        float: right;
        margin: 1em;
    }

/* Top Menu on top right */
#header #top_menu {
	position: absolute;
	top: 0;
	right: 0;
	height: 22px;
	padding: 0 20px 0px 0;
	width: 280px;
	white-space: nowrap;
	background: #3F4F9D url('/m/image/catalog/xmas/header_menu_corner.png') no-repeat center left;
}

#top_menu ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding-top: 3px;
	padding-left: 15px;
}	

#top_menu li {
	display: inline;
	padding-right: 15px;
/*	background: url('/image/catalog/divider_tiny.png') no-repeat center right; */
	font-size: 10px;
}

#top_menu a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#top_menu a:hover {
	text-decoration: underline;
	color: #fff;
}


/* --- Main Navigation! ---- */
    #nav ul {
        margin: 0 1em 0;
        padding: 0;
        list-style: none;
    }

    #nav li {
        display: inline;
        float: left;
        margin: 0;
    }

    #nav a {
        display: block;
        margin: 5px 0 0;
        height: 25px;
        overflow: hidden;
        background: url('/m/image/catalog/menu_top.png') 0 0 no-repeat;
    }



    #nav li span { display: none; }
    
    #nav_home { width: 55px; }
    #nav_store { width: 87px; }
    #nav_contact { width: 96px; }
    #nav_about { width: 90px; }
    #nav_news { width: 58px; }
    #nav_cart { width: 165px; }

        #nav_home a { background-position: 0 0; }
        #nav_store a { background-position: -55px 0 ; }
        #nav_contact a { background-position: -142px 0; }
        #nav_about a { background-position: -238px 0; }
        #nav_news a { background-position: -328px 0; }
        #nav_cart a { background-position: -386px 0; }

        #nav li.active a, #nav a:hover {
            margin: 0;
            height: 30px;
            background-image: url('/m/image/catalog/menu_top_active.png');
        }

#nav_sub {
	background-color: #185594; /* #A5CF7B; *//* #185594; */
	margin-bottom: 5px;
}

#nav_sub ul {
	margin: 0;
	padding: 3px;
	list-style: none;
}
	
#nav_sub li {
	display: inline;
	padding-left: 15px;
}

#nav_sub a, #nav_sub li {
	color: #fff;  /* #315908; */
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#nav_sub a:hover {
	text-decoration: underline;
	color: #fff;
}

#nav .selected, #nav_sub .selected {
	color: #000;
}

/* ---- Left Menu Bar housing the main product category navigation ---- */
#leftbar {
	width: 190px;
	float: left;
	margin: 0.5em 0.5em 1em 0.8em;
}


#leftbar .menu_header {
	padding: 5px;
	background: #3f4f9d url('/m/image/catalog/menu_left_header.png') no-repeat;
	margin: 5px 0px 0px 0px;
	color: #fff;
	font-weight: bold;
}

    #leftbar .highlight {
        background: #BFD3FF;
    }

    .menu_header {
        padding: 0.5em;
        color: #fff;
        font-weight: bold;
    }

#leftbar ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    
    #leftbar li {
        z-index: 200;
        position: relative;
        background-color: #E0EBEF;
        border: 1px solid #3F4F9D;
        border-top: none;
        margin: 0;
    }
        #leftbar li a {
            display: block;
            margin: 0;
            padding: 0.5em;
            /*color: #3F4F9D;*/
            color: #000;
            font-size: 0.8em;
            font-weight: bold;
            text-decoration: none;
        }

        #leftbar li a:hover {
            color: #5F79BF;
            text-decoration: none;
            display: block;
        }

    #leftbar li ul.hidden {
        position: absolute;
        left: 190px;
        top: -1px;
        display: none;
        border: 1px solid #3F4F9D;
    }

    /* The base sub menu class */
    #leftbar li ul li {
        border: none;
        padding-right: 0.5em;
        font-size: 0.9em;
    }
            
    #leftbar li a.child { 
        background: #E0EBEF url('/m/image/icons/arrow_menu_compact.png') 5px center no-repeat;        
        padding-left: 15px;
        color: #3F4F9D;
        text-decoration: none;
    }

        #leftbar li ul.hidden li a.child {
            white-space: nowrap;
            font-size: 1.0em;
        }

    #leftbar li a.child:hover {
        text-decoration: underline;
    }

    #leftbar li:hover ul {
        display: block;
    }

    /* Fix IE. Hide from IE Mac \*/
    * html ul li { float: left; }
    * html ul li a { height: 1%; }
    /* End */
    


/* ------- Search Area ------------ */
#search_bar {
    clear: left;
    background: #CEDFAD; /* #3673AF; */
    color: #000;
    padding: 0.4em 0.2em 0.2em 0;
    height: 25px;
}

    #search_bar p {
        color: #000;
        font-size: 0.8em;
        display: inline;
        margin: 0.5em;
        padding: 0;
    }
        #search_bar p a {
            text-decoration: underline;
            color: #000;
        }

        #search_bar a:hover {
            text-decoration: none;
        }

    #search_bar span {
        line-height: 1.5em;
        margin-right: 1em;
        font-weight: bold;
    }

        #search_bar span a { text-decoration: none; }

#search_bar h3 {
    font-size: 1.0em;
    line-height: 1.0em;
    font-weight: bold;
    margin: 0 0.5em 0 1.0em;
    display: inline;
    /* color: #003A71; Old blue color. Too much like a link */
    color: #000;
}


#search_bar form {
    margin: 0;
    padding: 0;
    display: inline;
}

    #search_bar input {
        padding-left: 0.2em;
    }

#search_bar .masterSearch {
    width: 300px;
	text-align: left;
	margin-top: 2px;
}

/* ------- Main content area --------- */
#inline_content {
    float: right;
	text-align: left;
    width: 770px;
    padding: 0.5em;
}

h3 {
	color: #185594;
    margin: 0;
    margin-top: 0.5em;
	font-size: 1.8em;
    font-family: Arial;
	font-weight: bold;
}

h3 a {
    color: #000;
    text-decoration: underline;
}

.title_list {
	color: #185594;
	margin: 0 10px 0 10px;
	font-size: 1.6em;
	margin-left: 0px;
	font-weight: bold;
}

table#product .title {
	display: block;
	color: #185594;	
	font: 1.0em Verdana, Arial, sans-serif;
	font-weight: bold;
	margin: 4px;
}

    #product img {
        border: 0;
    }



/* Primary display used for our products and pages that don't contain our left menu. */
#item_display {
    margin: 1em 1em 1em 1em;
}

    #item_display h1, #item_display h2, #item_display h3 {
        margin: 0;
        padding: 0 0 0.5em 0;
        font-family: 'Droid Sans', Helvetica;
        letter-spacing: 1.3px;
    }

    #item_display h1 {
        font-size: 2.0em;
    }

    #item_display h2 {
        font-size: 1.6em;
    }


    #item_display h3 {
        font-size: 1.9em;
    }


.sale_floater {
    float: right;
}

.sale_floater_item {
    width: 170px;
    margin: 0 0px 10px 20px;
    padding: 1em;
    text-align: center;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    background-color: #E0EBEF;
}


.quickinfo_box {
    margin: 0 0 15px 0;
    font-size: 0.9em; 
    border: 1px solid #000;
}

.quicklinks {
    text-transform: uppercase; 
    font-family: arial; 
    font-size: 90%;
}

    ul.quicklinks {
        margin: 0;
        padding: 0;
    }

    .quicklinks li {
        list-style: none;
        display: inline;
        line-height: 2.0em;
        padding-left: 5px;
    }

.inline_list_plain li {
    display: inline;
}
.inline_list {
    background-color: #E0EBEF; 
    margin-bottom: 20px; 
    color: #fff;
    padding: 5px 0 5px 0; 
}

ul.inline_list {
    padding: 0;
    padding: 5px 0 5px 0; 
    margin: 0;
    font-size: 0.8em;
    display: inline;
    font-family: Arial;
}

    ul.inline_list li {
        margin: 0;
        background-color: #E0EBEF;
        color: #000;
        background: url('/m/image/list_divider.png') top right no-repeat;
        list-style: none;
        padding: 5px;
        padding-left: 10px;
        padding-right: 10px;
        display: inline;
    }

    .inline_list li.parent {
        background-color: #325FB1; 
        color: #fff; 
        font-weight: bold;
    }
        .inline_list li.parent a {
            color: #fff;
        }

    .inline_list li.last {
        background: none;
    }


/* For informational pages */
.content_only {
    margin-right: 1em;
}


.sale {
	font-size: 11px; 
	color: #008200; 
	font-weight: bold;
}

.sale_low {
	font-weight: none; 
	color: #008200; 
	font-size: 0.8em;
}

.subtext {
	font-weight: none;
	font-size: 0.8em;
	margin-left: 5px;
}
/* ----- Content below our big splash banner ------ */
#main_content {
	clear: both;
	text-align: left;
    margin: 1em;
}

.box {
	margin: 5px;
	text-align: center;
	padding: 5px;
}



/* ---------- Shopping cart and side bar ---------- */
.notice {
    background: #D1E6EF url('/m/image/icon_star.png') 10px center no-repeat;
    margin: 1em;
    margin-top: 0;
    padding: 1em;
    padding-left: 36px;
    border: 1px solid #185594;
    font-size: 0.9em;
}

.plain_notice {
    background: #D1E6EF;
    margin: 1em;
    margin-top: 0;
    padding: 1em;
    border: 1px solid #185594;
    font-size: 0.9em;
}

.errorlist {
    list-style-type: none;
    padding: 0 0 0 5px;
    color: #DF5900;
}

    .errorlist li {
        font-weight: bold;
    }

/* Great for notifying the user of their cart when they are outside of the page. */
.cart_notice {
    background: #D1E6EF url('/m/image/icons/cart.png') 10px center no-repeat;
    margin: 1em;
    margin-top: 0;
    padding: 1em;
    padding-left: 36px;
    border: 1px solid #185594;
}

.side_note {
	padding: 5px;
	padding-left: 15px;
	float: right;
	width: 280px;
	border-left: 1px solid #C6DBE6;
}

#shopping_cart {
    width: 100%;
    margin-top: 2em;
}

    #shopping_cart th {
        font-size: 0.7em;
    }

    #shopping_cart .itemrow {
        background-color: #C6DBE7;
    }

    #shopping_cart .itemrow2 {
        background-color: #D1E7C6;
    }

    #shopping_cart a {
        color: #000;
    }

        #shopping_cart .itemrow td, .itemrow2 td {
            padding: 0.5em;
        }

#shopping_cart h3, #selection_tabled h3 {
    margin: 0;
    margin-top: 5px;
    padding: 5px;
    font-size: 1.0em;
    background-color: #C6DBE6;
}

#shopping_cart .selected {
    background-color: #FFF9D8;
}

#sidebar {
	width: 190px;
	float: right;
	clear: right;
    margin: 0.5em 0.5em 0.5em 0;
}

* html #sidebar /* IE under/over bug */ {
	position: static;
	margin-right: 0px;
	float: right;
	clear: right;
	padding: 0;
}

#sidebar .module {
	position: relative;
	margin-bottom: 10px;
}

    #sidebar img {
        float: left;
        margin: 0.3em 0.5em 0 0;
        border: none;
    }

    #sidebar strong {
        color: #3F4F9D;
    }

    #sidebar .module a {
    }

* html #sidebar .module { position: static; } /* IE under/over bug */

#sidebar h2 {
	margin: 0px;
	padding: 5px;
    background: #3F4F9D url('/m/image/catalog/menu_left_header.png') no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 0.9em;
}

    #sidebar h2 a { color: #fff; }

#sidebar p, .module td, .module form, .module ul {
	font-size: 0.8em;
	margin: 0;
	padding: 5px;
	background-color: #E0EFC2;
	color: #315908;
}

#sidebar ul {
	margin: 0px;
	list-style-type: none;
	padding: 0;
	line-height: 0px; /* This fixes a stupid bug in IE somehow */
}

    #sidebar li {
        line-height: 150%;
    }

/* --- Pretty arrow list --- */
.block_list li a {
	display: block;
	padding: 5px 5px 5px 17px;
	background: #CEDFAD url('/m/image/catalog/bullet_go.png') no-repeat left center;
	text-decoration: none;
	color: #315908;
	font-weight: bold;
	font-size: 10px;
	line-height: 12px;
}

.block_list li a:hover {
	display: block;
	background-color: #DCEFB3;
	padding-left: 17px;
}

#footer {
	background-color: #00437F;
	clear: both;
	padding-top: 15px;
}

#footer p {
	padding:5px;
	margin:0;
}

#footer p {
	color: #fff;
	font-size: 11px;
	padding: 3px 35px 5px 35px;
	text-align: center;
	font-weight: bold;
}

#footer li {
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 5px;
}

.footer_head {	
	color: #FFDE9F;
	font-weight: bold;
}

#footer a {
	color: #fff;
}


/* --- Product Display --- */
#nav_details {
	margin: 0 50px 10px 30px;
	border-bottom: 1px solid #185594;
	padding: 5px;
	padding-left: 10px;
	padding-top: 15px;
}

#nav_details li {
	display: inline;
	list-style-type: none;
	padding: 5px;
	margin-left: 10px;
	background-color: #185594;
	color: #fff;
	font-weight: bold;
	border: 1px solid #185594;
}

#nav_details li a {
	color: #D1D9DF;
	text-decoration: none;
}

#nav_details li a:hover {
	color: #fff;
}


#item_detail {
	margin: 0 20px 30px 20px;
	padding-top: 8px;
    border-top: 1px solid #1755BA;
}

    #item_detail h4, .item_extra h4 {
        color: #588F00;
        font-size: 1.4em;
        font-family: Arial;
        padding: 0;
        margin: 3px;
        white-space: nowrap;
        font-weight: bold;
    }

    .item_extra {
        margin: 0 20px 30px 20px;
        padding-top: 8px;
    }

    .item_extra ul {
        line-height: 1.2em;
    }

    
    .item_extra li, #item_detail li {
        background:  url('/m/image/icons/bullet_orange.png') no-repeat left top;
        list-style-type: none;
        line-height: 1.5em;
        padding-left: 20px;
    }


.stock_in {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.price {
	padding: 0;
	margin: 0;
/*	text-align: center; */
	font-weight: bold;
    white-space: nowrap;
	color: #9C0000;
}

.side_title {
	color: #CC6600;
	font-weight: bold;
}

.price_low {
	padding: 0;
	margin: 0;
	text-align: center;
	color: #9C0000;
}

.highlight:hover {
	background-color: #EFFFEF;
}

.highlighted {
    color: green;
}

/* Title for in-content d ata */
.detail_title, #item_detail h2 {
    color: #588F00;
    font-size: 1.4em;
    font-family: Arial;
    padding: 0;
    margin: 3px;
    font-weight: bold;
}

.price_title {
    font-size: 1.5em;
    font-weight: bold;
    color: #FF6500;
}

/* Same idea, different font */
.detail_title_clear {
	color: #73BE00; 
	font-weight: bold; 
	font-size: 1.4em;
}

td .detail_title {
	padding: 3px;
	font-size: 1.6em;
	margin-bottom: 3px;
	color: #73BE00;
	font-family: Arial;
	font-weight: bold;
}

.detail_title_mini {
	padding: 3px;
	font-size: 1em;
	margin-bottom: 3px;
	color: #6CAF00;
	font-weight: bold;
}

#search {
	color: #EE0000;
	font-weight: bold;
	font-size: 75%;
}



.subtle_title {
	color: #5F5F5F;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

.subtle {
	color: #5F5F5F;
	font-size: 0.9em;
}

.textual_notice {
    font-weight: bold;
    color: #3F4F9D;
}
/* Menus within our content/details display need to look .. nice \o/ */

#ebay_dropoff ul {
	margin: 5px;
	padding: 5px;
}

#ebay_dropoff li {
	background: url('/m/image/icons/bullet_orange.png') no-repeat top left;
	list-style-type: none;
	padding-left: 24px;
	margin-left: 0px;
}

#bullet_list ul {
	margin: 5px;
	padding: 5px;
}

#bullet_list li {
	background: url('/m/image/icons/bullet_orange.png') no-repeat top left;
	list-style-type: none;
	padding-left: 24px;
	margin-left: 0px;
}

/* Pretty icon list for our bikes and such */
.motoList li {
	list-style-type: none;   
	padding-left: 50px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #064066;
}

.thumbnail {
	border: 1px solid #000;
}


#product_latest {
	background: url('/m/image/catalog/products_latest.png') no-repeat top left;
	padding-top: 25px;
	padding-left: 16px;
}

#ebay_dropoff {
	background: url('/m/image/catalog/services_header.png') no-repeat top left;
	padding-top: 25px;
	padding-left: 16px;
}

#dealers_banner {
	background: url('/m/image/catalog/dealer_header.png') no-repeat top left;
	padding-top: 35px;
	text-align: center;
	padding-bottom: 20px;
}


.front_box p, .front_box ul {
    padding: 0 10px 10px 10px !important;
}
.header_large {
	margin: 0; 
	padding: 5px; 
    padding-left: 10px !important;
	background-color: #3F4F9D; 
	color: #fff; 
    font-family: 'Droid Sans', Arial;
	line-height: 1.7em;
    letter-spacing: 0.9px;
    font-weight: normal;
	font-size: 1.5em;
}


#ebay_menu ul {
	background-color: #CEE7A5;
}

#ebay_menu li {
	border-bottom: 1px solid #fff;
	
}

#ebay_menu a {
	display: block;
	color: #315908;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
	background: url('/m/image/icons/bullet_go.png') no-repeat 2px center;
	padding-left: 18px;
	font-size: 0.9em;
}

#ebay_menu a:hover {
	color: #000;
}


.light_menu li {
	padding-left: 10px;
	font-size: 0.8em;
	font-weight: bold;
	color: #315908;
	background: #EDFFCF;
}

#info_floater {
    float: right;
    margin-left: 10px;
}
    
    #info_floater .wrap {
        width: 200px;
    }

    #info_floater h3 { 
        font-size: 13px;
        padding: 1em;
        margin: 0;
        background-color: #104883;
        color: #fff;
    }

    
.right_box {
	float: right; 
	width: 130px; 
	margin: 5px;
	background-color: #043776;
	color: #fff;
	padding: 5px;
}

.front_box {
	width: 50%;
	background-color: #EFF5F7; 
	border: 1px solid #c6d0e7; 
	padding: 0;
}

.front_gallery {
    z-index: 100;
    float: left;
    /*
    width: 555px;
    height: 285px;
    */
    padding: 0.2em;
    margin: 0;
    margin-left: 0.8em;
}
    .front_gallery img {
        display: none;
        border: none;
        /*
        width: 555px;
        height: 285px;
        */
        top: 0;
        left: 0;
        margin-top: 0.5em;
    }
    .always_show {
        display: block !important;
    }
        

.cursor_hand {
    cursor: pointer;
}

ul#product_top_menu {
	list-style-type: none;
    margin: 1em;
    padding: 0;
}

	#product_top_menu li {
		font-size: 1.1em;
        line-height: 1.6em;
	}

    #product_top_menu li a {
        text-decoration: none;
        font-size: 0.8em;
        font-weight: bold;
    }
    #product_top_menu li.video {
        background: url('/m/image/icons/icon_video.png') 5px bottom no-repeat;
        padding-left: 32px;
    }

        #product_top_menu li a:hover {
            text-decoration: underline;
        }


ul#product_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#product_list li {
     width: 280px;
     height: 300px;
     display: inline;
     float: left;
}

/* Our list of products from product_list */
#product h4 {
    margin: 5px;

}


ul.picture_list {
    list-style-type: none;
}

    .picture_list li {
        display: inline;
        background: none !important;
        padding-right: 1em;
    }


ul.item_list {
    list-style-type: none;
    float: left;
}

    .item_list li {
        float: left;
        margin: 10px;
        background: none !important;
        width: 200px;
        height: 200px;
    }

.go_link {
        padding-left: 16px;
        background: url('/m/image/icons/arrow_menu.png') 5px bottom no-repeat; 
}

#email_invalid {
    position: relative;
    font-size: 0.7em;
    font-weight: bold;
}

    .compare_table td+td {
        background-color: #ccc;
        text-align: right;
    }

    .compare_table td+td+td {
        background-color: #DFF0FF;
    }

.comparison_table td {
    padding: 5px;
    border: 1px solid #000;
}

.dialog {
    display: none;
}

.blurb {
    /* IE users don't get rounded corners. Just how life is */
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    background-color: #E0EBEF;
    padding: 0.8em;
}

#image_gallery_icons ul {
    list-style-type: none;
    margin: 0;
    margin-top: 1em;
    padding: 0;
}

    #image_gallery_icons li {
        display: inline;
        padding: 0.2em;
        list-style-type: none;
    }

#sb-counter {
    font-size: 1.8em;
}
