/* Cyclorama CSS Styles
 * by AJR 18-19/6/09
 * edited by RPL
 */


/* Standard page elements
 */

* {
    margin: 0;
    padding: 0;
}

html {
}

body {
    font-family: Arial;
    color: #202020;
    font-size: 0.9em;
    background-color: #EDF2F1;
}

input, select, textarea {
    font-family: Arial;
    font-size: 12px
}

a img {
    border: 0;
}

fieldset {
    border: 0;
    display: inline;
}

table{
    border-collapse: collapse;
}

a, a:link, a:active, a:visited {
    color: #74002C;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 0.7em 0;
    line-height: 135%;
}

ul, ol {
    padding: 0 0 0 2em;
}

li {
    margin: 0 0 0.5em 0;
}

h1, h2, h3, h4, h5 {
    margin: 0.4em 0 0.5em 0;
    font-size: 1em;
}

h2 {
    font-size: 1.4em;
}

h3 {
    font-size: 1.1em;
}

.hr {
    clear: both;
    margin: 8px 4px;
}

.icon img {
    position: relative;
    top: 3px;
    margin-right: 3px;
}

/* Page layout
 */

#header {
    width: 100%;
    height: 104px;
    background-color: #005186;
}

#bikeculture #header {
    background-color: #c5dbd9;
    background-image: url('/images/BC-banner_bkgrd.jpg');
    background-position: left bottom;
    background-repeat: repeat-x;
}

#headerContent {
    width: 950px;
    height: 104px;
    margin: 0 auto;
    position: relative;
    background-image: url('/images/header-logo-blue.jpg');
    background-position: center top;
}

#headerContent #bannerLink {
    width: 950px;
    display: block;
    height: 104px;
}

#bikeculture #headerContent {
    background-image: url('/images/header-BClogo.jpg');
}

#headerContent h1, #headerContent p {
    display: none;
}

#login, #membersHome {
    position: absolute;
    right: 27px;
    top: 23px;
    height: 24px;
    display: block;
}

#login {
    background-image: url('/images/login.jpg');
    width: 65px;
}

#membersHome {
    background-image: url('/images/membershome.jpg');
    width: 111px;
}

#login:hover, #membersHome:hover {
    background-position: bottom center;
}

#login span, #membersHome span {
    display: none;
}

#flags {
    position: absolute;
    width: 200px;
    top: 14px;
    left: 0px;
}

#flags a {
    padding: 1px 5px 1px 5px;
}

#flags a.on {
    background-image: url('/images/flag_highlight.png');
}

#navigation {
    background-color: #9AC2B9;
    width: 100%;
    height: 28px;
}

#navigation ul {
    width: 950px;
    margin: 0 auto;
    padding: 2px 0 0 0;
    height: 28px;
    list-style: none;
    text-align: center;
}

#navigation ul li {
    display: inline;
    height: 28px;
    text-transform: uppercase;
    margin: 0 5px;
    font-size: 1em;
    line-height: 24px;
}

#navigation ul li a {
    text-decoration: none;
    color: #FFFFFF;
    padding: 5px;
    outline: none;
}

#navigation ul li.on a {
    color: #F9EEBF !important;
}

#navigation ul li a:hover {
    color: #74002C;
}

#navigationContent {
    width: 950px;
    height: 30px;
    margin: 0 auto;
    background-color: #9AC2B9;
}

#wrapper {
    background-color: #FFFFFF;
    width: 100%;
}

#content {
    background-color: #FFFFFF;
    width: 950px;
    margin: 0 auto;
    padding: 16px 0 16px 0;
    position: relative;
}

#home #content {
    padding-bottom: 45px;
}
    
#left {
    width: 150px;
    margin: 0 20px 0 0;
    float: left;
}

#right {
    width: 780px;
    float: right;
    position: relative;
}

#right h2, #right h3, #right h4, #right p{
    margin-left: 8px;
}

#right h3 {
    text-align: center;
}

#bottomWrapper {
    width: 100%;
    background-color: #F3F8F7;
}

#bottomWrapperWhite {
    width: 100%;
    background-color: #FFF;
}

#bottomContent {
    width: 950px;
    margin: 0 auto;
    background-color: #F3F8F7;
    font-size: 0.9em;
}

#bottomContentWhite {
    width: 950px;
    margin: 0 auto;
    background-color: #FFF;
    font-size: 0.9em;
}

#bottomContent p.previous,
#bottomContentWhite p.previous {
    width: 325px;
    padding-left: 90px;
    margin: 15px auto 15px 50px;
    float: left;
    display: inline;
    background-image: url('/images/blue-arrow-left.gif');
    background-position: left 12px;
    background-repeat: no-repeat;    
}

#bottomWrapperWhite  p.previous {
    background-image: url('/images/white-arrow-left.gif');
}

#bottomContent p.next,
#bottomContentWhite p.next {
    width: 325px;
    display: inline;
    padding-right: 90px;
    margin: 15px 50px 15px auto;
    float: right;
    background-image: url('/images/blue-arrow-right.gif');
    background-position: right 12px;
    background-repeat: no-repeat;
    text-align: right;
}

#bottomWrapperWhite  p.next {
    background-image: url('/images/white-arrow-right.gif');
}

#bottomContent p.previous a,
#bottomContent p.next a,
#bottomContentWhite p.previous a,
#bottomContentWhite p.next a {
    font-weight: bold;
    font-size: 1.1em;
    text-transform:uppercase;
}

#bottomContent p.previous img,
#bottomContent p.next img,
#bottomContentWhite p.previous img,
#bottomContentWhite p.next img {
    border: 1px solid #9AC2B9;
    margin: 3px;
}

#bottomContent #exhibitorList {
    text-align: center;
}

#bottomContent #exhibitorList .product {
    display: inline-block;
    float: none;
}

#footer {
    position: relative;
    width: 100%;
    height: 26px;
    background-color: #9AC2B9;
    font-size: 12px;
}

#footer ul {
    height: 22px;
    width: 950px;
    padding: 4px 0 0 0;
    margin: 0 auto;
    text-align: center;
}

#footer ul li {
    display: inline;
    padding: 0 5px 0 4px;
    border-right: 1px solid #FFFFFF;
/*    font-size: 0.9em; */
    line-height: 18px;
}

#footer #last {
    border: 0;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
    color: #FFFFFF;
}

#footer a:hover, #footer li.on a {
    color: #74002C;
}

#footerBackground {
    display: none;
    width: 100%;
    min-height: 100%;
    background-image: url('/images/footer-background.jpg');
    background-repeat: no-repeat;
    position: absolute;
    background-position: center top;
}

.clear {
    font-size: 1pt;
    line-height: 1pt;
    height: 0px !important;
    clear: both;
}

#search {
    background-color: #FFFFFF;
    width: 143px;
    height: 24px;
    margin: 0 0 30px 7px;
    position: relative;
}

#search .left {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/images/search-left.jpg');
}

#search .text {
    position: absolute;
    top: 0px;
    left: 14px;
    border-top: 1px solid #9AC2B9;
    border-bottom: 1px solid #9AC2B9;
    height: 22px;
    width: 107px;
    float: left;
}

#search .text input {
    height: 18px;
    position: relative;
    padding: 2px 5px 0 0;
    border-top: 1px solid #CDE1DC;
    border-bottom: 1px solid #CDE1DC;
    border-left: 0;
    border-right: 0;
    width: 102px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

#search input.image {
    position: absolute;
    top: 0px;
    left: 121px;
}

#search .text input:focus {
    outline: none;
}

#left #socialBookmarks {
    position: relative;
    top: -13px;
    left: 4px; 
    text-align: center;
    margin-bottom: 10px;
    padding: 0 2px;
 }
 

 /***************/
/*  HOME PAGE  */
/***************/

#home #search {
    position: absolute;
    top: 15px;
    left: 8px;
}

#home h2,
#aboutcyclorama h2 {
    text-align: center;
    color: #74002C;
    font-size: 1.6em;
    text-transform: uppercase;
    font-weight: normal;
}

.homeHr {
    width: 100%;
    background-image: url('/images/home-hr.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    height: 11px;
    margin: 8px 0;
}

.homeHr hr {
    display: none;
}

#home h3.explore {
    text-align: center;
    color: #74002C;
    font-size: 1.2em;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
}

#home .homeIntro {
    color: #7B9C96;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}

#home .box {
    width: 445px;
    height: 115px;
    float: left;
    padding: 15px;
    display: inline;
}

#home .box h3 {
    color: #FFFFFF;
    font-size: 1.1em;
    margin-top: 0;
    text-transform: uppercase;
    float: left;
    width: 230px;
}

#home .box a {
    text-decoration: none;
    color: #FFFFFF;
}

#home .box p {
    float: left;
    width: 230px;
    font-size: 0.9em;
}

#home .box img {
    float: right;
    padding-top:5px;
}

#homeBoxTL {
    background-color: #E4BF47;
}

#homeBoxTR {
    background-color: #8357A4;
}

#homeBoxBL {
    background-color: #6EBA66;
}

#homeBoxBR {
    background-color: #D95844;
}

#newsDiv {
    margin: 1.1em 0 1.5em 0;
    height: 18px;
    overflow: hidden;
}

#newsHeading {
    height: 17px;
    text-transform: uppercase;
    font-size: 1em;
    color: #7B9C96;
    padding: 0 10px 0 25px;
    font-weight: bold;
    width: 170px;
    text-align: right;
    float: left;
}

#news {
    float: left;
    height: 17px;
    margin-top:2px;
}

#bikes {
    padding: 0;
    margin-bottom: 1em;
}

#bikes .bikeBox {
    width: 135px;
    margin: 4px 0px 10px 0px;
/*    height: 108px; */
    float: left;
    display: inline;
    text-align: center;
}

#bikes .bikeBox a {
    text-decoration: none;
}

#bikes .bikeBox a:link, #bikes .bikeBox a:visited, #bikes .bikeBox a:active {
    color: #000000;
}

#homeQuote {
    width: 475px;
    min-height:131px;
    height:auto !important;
    height:131px;
    float: left;
    background-image: url('/images/home-quote.jpg');
    background-repeat: no-repeat;
}

#homeQuote p {
    color: #768014;
    font-size: 1.3em;
    width: 272px;
    text-align: center;
    margin: 35px 100px 0 100px;
}

#homeQuote span {
    font-size: 0.5em;
}

#homeLucky {
    position: relative;
    width: 475px;
    height: 138px;
    float: right;
    background-image: url('/images/home-lucky.jpg');
    background-repeat: no-repeat;
}

#homeLucky p {
    position: absolute;
    width: 220px;
    left: 235px;
    top: 60px;
    color: #768014;
    text-align: center;
    font-size: 0.85em;
}

#homeLucky div {
    position: relative;
    width: 174px;
    height: 99px;
    top: 20px;
    left: 23px;
    text-align: center;
    font-size: 1.1em;
}


#homeLucky p.luckyDipEnlarge {
    top:115px;
    font-size: 0.7em;
}

#home .slideshow {
    width: 203px;
    height: 105px;
    display: block;
    position: relative;
    float: right;
    top: 5px;
    overflow: hidden;
    margin-right: 3px;
}

#home .slideshow span {
    width: 203px;
    height: 105px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

#home .slideshow span.bottom {
    z-index: 5;
}


/*******************/
/*  CONTACT PAGE   */
/*******************/
#contactBox {
    font-size: 1.1em;
    padding: 1em;
}


/*********************/
/*  EXHIBITOR PAGES  */
/*********************/

#featuredExhibitors .box {
    display:inline;
    float:left;
    height:136px;
    padding: 0 0 5px 0;
    width:370px;
    margin: 5px;
    background-color: #f0f3d8;
}

#featuredExhibitors h3 {
    margin: 0 0 3px 5px;
    text-align: left;
}

#featuredExhibitors p {
    font-size: 0.9em;
    color: #7f8a25;
	padding-right: 5px;
}

#featuredExhibitors .featuredLogo {
    float: left;
    width: 140px;
	height: 100px;
    margin: 0 5px;
	font-size: 0.8em;
	text-align: center;
}

.exhibitorsPageNav {
	float: right;
	width: 250px;
	display: inline;
	font-weight: bold;
	text-align: right;
	font-size: 0.9em;
}

.exhibitorsPageNav a {
	margin-left: 20px;
}

.exhibitorsPageNav a.nextPage {
	background-image: url('/images/icons/right_arrow.gif');
    background-position: right center;
    background-repeat: no-repeat;
	padding-right: 22px;
}

.exhibitorsPageNav a.previousPage {
	background-image: url('/images/icons/left_arrow.gif');
    background-position: left center;
    background-repeat: no-repeat;
	padding-left: 22px;
}

.refineByInitial {
	font-weight: bold;
}

.refineByInitial a {
	padding: 0 2px;
}

.refineByInitial strong {
	color: #fff;
	padding: 0 2px;
	background-color: #74002c;
}
	

ul.exhibitorListColumn {
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: bold;
	width: 175px;
	float: left;
	clear: right;
	display: inline;
}
	

#exhibitorLogo {
    height: 80px;
    width: 220px;
    margin-left: 8px;
    display: inline;
}

#leftContent {
    margin: 0 0 0 16px;
    font-size: 0.9em;
}

#left ul {
    list-style: none;
    color: #7B9C96;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 0;
}

#left ul a {
    color: #7B9C96;
    text-decoration: none;
}

#left ul li a:hover, #left li.on a {
    color: #74002C;
}

#left li.on ul li a:hover {
    color: #74002C !important;
}

#left li.on ul li a {
    color: #7B9C96 !important;
}

#left li.on ul li.on a {
    color: #74002C !important;
}


#left ul li {
    margin: 0 0 0.5em 0;
}

#left ul ul {
    margin: 0.5em 0 0.5em 0;
    padding: 0 0 0 13px;
}

#left ul ul li {
    margin: 0 0 0.25em 0;
}

#leftContact {
    padding: 0 0 0.2em 0;
    margin: 10px 0 1.2em 0;
    border-top: 2px solid #7B9C96;
    border-bottom: 2px solid #7B9C96;
}

#leftContact h3, .leftNavSection h3, #recommendedReading h3 {
    text-transform: uppercase;
    color: #7B9C96;
}

.leftNavSection {
    padding: 0 0 0.2em 0;
    margin: 10px 0 0 0;
    border-top: 2px solid #7B9C96;
/*    border-bottom: 2px solid #7B9C96; */
}

.leftNavSection li {
    padding-left: 13px;
}

#leftContact a, #leftContact a:link {
    color: #000000;
}

#leftContact .email {
    background-image: url('/images/icon-email.jpg');
    background-repeat: no-repeat;
    padding: 0 0 0 23px;
}

#leftContact .website {
    background-image: url('/images/icon-website.jpg');
    background-repeat: no-repeat;
    padding: 0 0 0 23px;
}

#exhibitorContent {
    width: 520px;
    display: block;
}

#productDetailsSubList li {
    font-size: 0.7em;
}

#editorsNotesProduct, #editorsNotesExhibitor {
    background-image: url('/images/editors-notes.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #F1F4DB;
    padding: 10px;
    margin-bottom: 16px;
}

#editorsNotesProduct {
    padding: 50px 10px 50px 10px;
}

#editorsNotesProduct h3, #editorsNotesExhibitor h3 {
    color: #505862;
    text-transform: uppercase;
    text-align: center;
    font-size: 1em;
}

#editorsNotesProduct p, #editorsNotesExhibitor p {
    text-align: center;
    color: #505862;
    font-size: 0.85em;
}

#editorsNotesProduct a, #exitorsNotesExhibitor a {
    color: #505862;
}

#exhibitors #right h2 {
    font-size: 1.25em;
}

#exhibitors #right ul {
    margin-left: 1em;
}

#exhibitors #right li {
    margin-left: 1em;
}

#exhibitorPhotos {
    width: 240px;
    margin: 0 0 0 15px;
    float: right;
    display: inline;
}

#exhibitorPhotos p {
    margin: 10px 0 10px 0;
    color: #7B9C96;
}

#exhibitorList {
    margin: 0 auto;
}

#exhibitorList .product {
    width: 135px;
    float: left;
    margin: 0 5px 10px 5px;
    display: inline;
}

#exhibitorList .on {
    padding: 0;
}

#exhibitorList .on img {
    margin: 0;
    border: 3px solid #9AC2B9;
}

#exhibitorList img {
    margin: 2px;
    border: 1px solid #9AC2B9;
}

#exhibitorList p {
    color: #7B9C96;
    text-align: center;
    margin: 5px 0 0 0;
}

#bottomContent p.title {
    text-align: center;
    padding: 10px 0 10px 0;
    font-size: 1.4em;
    text-transform: uppercase;
    color: #74002C;
}

#bottomContent span {
    position: relative;
    top: 2px;
}

#bottomContent span {
    margin: 0 30px 0 30px;
}

#bottomContent .product a {
    font-size: 1.2em;
}

#exhibitor h2 {
    color: #74002C;
}

/********************/
/*  PRODUCT PAGES   */
/********************/

#exhibitorLarge{
    width: 540px;
    height: 470px;
    float: right;
    margin: 0 0 20px 8px;
    display: inline;
}

#exhibitorLargeImg {
    display: inline;
    float:right;
}

#exhibitorThumbs {
    width: 540px;
    height: 90px;
    float: right;
    margin: 0 0 20px 0px;
    display: inline;
}

#exhibitorThumbs .zoom {
    float: right;
    background-image: url('/images/hover-icon.jpg');
    padding: 5px 0 0 30px;
    background-repeat: no-repeat;
    background-position: 0px 5px;
    height: 21px;
    width: 170px;
    line-height: 20px;
    color: #74002c;
}

#exhibitorThumbs #zoomLabel {
    display: none;
}

#exhibitorThumbs .caption {
    float: left;
    width: 310px;
    height: 33px;
    padding: 5px 0 0 10px;
    font-size: 0.9em;
    color: #7B9C96;
    margin-left:0;
}

#exhibitorThumbs .thumbs {
    clear: both;
}

#exhibitorThumbs .thumb img {
    display: block;
}

#exhibitorThumbs .thumb {
    border: 2px solid #9AC2B9;
    width: 50px;
    height: 50px;
    margin-right: 6px;
    float: left;
}

#exhibitorThumbs .thumb a {
    display: block;
    width: 50px;
    height: 50px;
    outline: none;
}

#exhibitorHover {
    border: 2px solid #CCCCCC;
    width: 218px;
    display: none;
    height: 165px;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

#exhibitorHoverImg {
    border: 2px solid #9ac2b9;
    position: absolute;
    top: 0px;
    left: 0px;
}

#exhibitorBox {
    border: 1px solid #7b9c96;
    width: 185px;
/*    height: 123px; */
    background-color: #E3EEEB;
    float: right;
    clear: right;
    margin: 0 0 15px 10px;
    padding: 7px 0 0 10px;
    position: relative;
    font-size: 0.9em;
}

#exhibitorBox p {
    color: #505862;
    padding: 7px 0 0 50px;
    height: 30px;
    width: 120px;
    float: left;
}

#exhibitorBox a {
    color: #505862;
}

#exhibitorBox p.brochure {
    background-image: url('/images/icon-pdf.jpg');
    background-repeat: no-repeat;
    font-weight: bold;
}

#exhibitorBox p.video {
    background-image: url('/images/icon-video.jpg');
    background-repeat: no-repeat;
    font-weight: bold;
}

#exhibitorBox p.website {
    background-image: url('/images/icon-web.jpg');
    background-repeat: no-repeat;
    font-weight: bold;
}

#right h3.specification {
    color: #74002C;
    text-align: left;
    margin-top: 1em;
}

p.productInfo {
    font-size: 1em;
    margin-bottom:0.4em;
}

#inCategories {
    font-size: 0.8em;
    margin-top:0;
    margin-bottom: 1.2em;
}

#inCategories ul li {
    margin-bottom: 0.3em;
}

#blogBox {
    width: 500px;
    padding: 5px 10px;
    background-color: #f3f8f7;
    border: 2px solid #7b9c96;
    margin: 1em 0 0 0px;
}

#blogBox h3 {
    color: #7b9c96;
}

#blogBox strong {
    font-size: 0.9em;
    color: #7b9c96;
}

#bcGuide {
    text-align: center;
    border: 1px solid #9ac2b9;
    padding: 3px;
    margin-bottom: 1em;
}

#bcGuide h3 {
    font-size: 1em;
}

/*****************************/
/*  PRODUCT LISTING PAGES    */
/*****************************/

.catImage {
    float: right;
/*    border: 3px solid #9AC2B9; */
    margin: 0 0.8em 0.8em 0.8em;
}

#right .categoryCell h3 {
    text-align: left;
}

#categoryIndex {
    width: 770px;
    margin: 0.5em auto 0.5em 8px;
    font-size: 0.9em;
}

#categoryIndex img {
    border: 1px solid #9AC2B9;
    margin: 3px auto;
}

#categoryIndex td {
    padding: 2px 0.3em 0.8em 2px;
    vertical-align: top;
}

#categoryIndex h3 {
    text-align: left;
    margin:0;
}

#categoryIndex p.productDescription {
    margin-left: 0;
}

#categoryIndex td.imageCell {
    width: 146px;
    text-align: center;
}
    
#categoryIndex .fromLink {
    font-size: 0.85em;
    margin:0;
}

p.categoryNav {
    margin: 0;
    width: 440px;
}

p.categoryNav a {
    display: block;
    float: right;
    padding-left: 14px;
}

#categoryRefine {
    float: right;
    display: block;
    width: 300px;
    text-align: right;
    margin: 0 1em 0 0;
}

#categoryRefine select {
    width: 185px;
    border: 1px solid #74002C;
}

#categoryRefine strong {
    border: 1px solid #74002C;
}

.categoryNavBar {
    font-size: 0.9em;
    margin: 10px 0 15px 0;
}

.exhibitorInitials {
    display: block;
    float: right;
    width: 200px;
}

.exhibitorInitials a {
    font-weight: normal;
}

.pageNav {
    width: 200px;
    float: right;
    clear: right;
}

.pageNav a {
    display: block;
    float: right;
    margin-right: 20px;
}

#recommendedReading li {
    font-size: 0.75em;
    text-transform: none;
    padding-left: 13px;
}

#catNav li {
    font-size: 0.8em;
}

/*****************/
/* BIKE CULTURE  */
/*****************/

#bikeculture #left {
    font-size: 0.9em;
}

#bikeculture #wrapper, #bikeculture #content {
    background-color: #E4E8BA;
}

#bikeculture #content {
    background-image: url('/images/bike-culture-background.jpg');
    background-position: 170px 0px;
    background-repeat: repeat-y;
}

#bikeculture #left ul a:link, #bikeculture #left ul a:active, #bikeculture #left ul a:visited {
    color: #768014;
}

#bikeculture #left ul a:hover, #bikeculture #left ul li.on a {
    color: #74002C;
}

#bikeculture #left li.divider {
    height: 3px;
    width: 133px;
    border-bottom: 2px solid #768014;
    margin: 2px auto 8px 0;
}

#bikeculture #left li.subhead {
    font-size: 0.85em;
    margin-left: 5px;
}

#bikeculture #left ul a.on:link, #bikeculture #left ul a.on:visited, #bikeculture #left ul a.on:active {
    color: #7b9c96;
    text-decoration: underline;
}

#bikeculture #left ul a.on:hover {
    color: #74002C;
    text-decoration: none;
}

#bikeculture #center {
    width: 508px;
    background-color: #fff;
    float: left;
    padding: 0 16px 0 16px;
}

#bikeculture #right {
    width: 240px;
    float: left;
}

#bikeculture a,
#bikeculture a:link,
#bikeculture a:active,
#bikeculture a:visited {
    text-decoration: none;
}

#bikeculture #center a:hover,
#donate a:hover,
#bikeculture #right a:hover {
    text-decoration: underline;
}

#bikeculture h2 {
    font-size: 1.6em;
    font-weight: normal;
    text-transform: uppercase;
    color: #74002C;
    text-align: center;
}

#bikeculture p.intro {
    color: #768014;
    text-align: center;
    padding: 0 0 20px 0;
    background-image: url('/images/bike-culture-intro.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

#bikeculture #search .left {
    background-image: url('/images/search-left-culture.jpg');
}

#bikeculture .pointer {
    background-color: #F1F3D8;
    background-image: url('/images/culture-pointer-background.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    padding: 10px 10px 10px 29px;
    width: 186px;
}

#bikeculture .pointer p {
    margin: 0;
    text-align: center;
}

#bikeculture .pointer p a:active, #bikeculture .pointer p a:visited , #bikeculture .pointer p a:link {
    color: #505862;
} 
#bikeculture .pointer p a:hover {
    color: #74002C;
} 


.subjectIndexItem {
    margin-top: 10px;
    clear: left;
    padding-bottom: 20px;
    background-image: url('/images/bike-culture-intro.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.subjectIndexBlurb {
    display: inline;
    width: 344px;
    float: left;
}

.viewLink {
    text-align: right;
}

.viewLink a {
    font-weight: bold;
}

.subjectIndexItem img,
.articleIndexItem img {
    float: left;
    border: 1px solid #9AC2B9;
    margin: 3px 8px;
}

.subjectIndexItem div.noImg,
.articleIndexItem div.noImg {
    float: left;
    border: 1px solid #9AC2B9;
    margin: 3px 8px;
    width: 143px;
    height: 99px;
}

div.noImg img {
    border: 0;
    margin: 2px auto auto 4px;
}

#subjectMainImage {
    margin: 2px auto 10px 13px;
    border: 1px solid #768014;
}

.articleIndexItem {
    margin-top:10px;
}

.articleIndexItem .link {
    text-align: right;
    margin: -2px 15px 12px auto;
}

.articleDiv img {
    border: 1px solid #768014;
    margin: 3px 6px;
}

.articleDiv td {
    text-align: center;
    font-size: 0.8em;
}

.articleDiv .leftTable {
    float: left;
}

.articleDiv .rightTable {
    float: right;
}

.articleDiv p.previous {
    padding: 20px 0 5px 10px;
    float: left;
    width: 240px;
    display: inline;
    margin-top: 15px;
    background-image: url('/images/culture-arrow-left.gif');
    background-position: top left;
    background-repeat: no-repeat;
}

.articleDiv p.next {
    margin-top: 15px;
    padding: 20px 10px 5px 0;
    float: right;
    display: inline;
    width: 240px;
    text-align: right;
    background-image: url('/images/culture-arrow-right.gif');
    background-position: top right;
    background-repeat: no-repeat;    
}

.articleDiv p.next a,
.articleDiv p.previous a {
    text-transform: uppercase;
    font-weight: bold;
}    

#right #galleryList {
    text-align: center;
}

#right #galleryList img {
    border: 1px solid #768014;
    margin-top: 1em;
}

#right #galleryList p {
    font-size: 0.8em;
}

#bikeculture .galleryIndex {
    padding: 0 6px 0 6px !important;
    width: 528px !important;
}

#bikeculture .galleryIndex p {
    margin:10px;
}

.galleryIndexImage {
    width: 184px;
}

.galleryIndexItem {
    margin-top: 10px;
    clear: both;
    padding-bottom: 20px;
    background-image: url('/images/bike-culture-intro.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
}

.galleryIndexItem img {
    border: 1px solid #768014;
    margin: 3px 8px 10px 8px;
    display: inline;
}

.galleryIndexText {
    width: 305px;
    font-size: 0.9em;
    margin-left: 5px;
    margin-right: 5px;
    display: inline;
}

.galleryIndexText h3 {
    margin-top:0;
}

#center .galleryThumb {
    width: 172px;
    float: left;
    display: inline;
    margin: 5px 1px 0px 1px;
    text-align: center;
}

.galleryThumb img {
    border: 1px solid #768014;
    margin: 0;
}

/* Bike Culture inserts */
#cultureLucky {
    background-image: url('/images/culture-lucky-dip.jpg');
    background-repeat: no-repeat;
    width: 218px;
    margin: 20px 0 0 10px;
    padding: 175px 0 0 0;
    position: relative;
}

#cultureLucky div {
    width: 174px;
    height: 99px;
    position: absolute;
    text-align: center;
    top: 50px;
    left: 22px;
}

#cultureLucky p {
    color: #768014;
    text-align: center;
    margin: 0 0 5px 0;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 0.75em;
}

#cultureLucky .luckyDipEnlarge {
    font-size: 0.75em;
}

#cultureWords {
    width: 230px;
    background-image: url('/images/culture-words-middle.jpg');
    margin: 10px 0 0 5px;
}

#cultureWords p {
    width: 150px;
    margin: 10px auto 0 auto;
    color: #768014;
    text-align: center;
    font-size: 1.25em;
}

#cultureWords p span {
    font-size: 0.7em;
}

#cultureWords span.top {
    background-image: url('/images/culture-words-top.jpg');
    width: 230px;
    height: 53px;
    display: block;
}

#cultureWords span.bottom {
    background-image: url('/images/culture-words-bottom.jpg');
    width: 230px;
    height: 39px;
    display: block;
}

#cultureCartoon {
    width: 218px;
    margin: 30px 0 0 10px;
    text-align: center;
    color: #768014;
}

#cultureCartoon h3 {
    width: 140px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
}

#cultureCartoon span {
    display: block;
    width: 140px;
    height: 30px;
    background-image: url('/images/cartoons.gif');
    background-position: center center;
}

#cultureCartoon img {
    border: 1px solid #768014;
}

#cultureCartoon p {
    font-size: 0.8em;
}

#cultureCartoon p.cartoonEnlarge {
    font-size: 0.75em;
}

#donate {
    text-align: center;
    margin: 3em auto;
    font-size: 0.9em;
}

#donate p {
    margin-top: 0;
}

#bikeculture #visitCyclorama {
    margin-top: 50px;
}

/*********************/
/* ADMIN FACILITIES  */
/*********************/


#adminBox {
    width: 200px;
    padding: 5px 10px;
    background-color: #f3f8f7;
    border: 2px solid #72012d;
    margin: 0 auto 5px 10px;
}

#adminBox h3 {
    color: #72012d;
    text-align: left;
}

/*********************/
/* SEARCH PAGE       */
/*********************/
#advancedSearch {
    background-color: #FFFFFF;
    width: 143px;
    margin: 0 0 44px 7px;
    position: relative;
}

#advancedSearch h3 {
    margin: 0;
    font-size: 1em;
    text-align: center;
}

#advancedSearch .left {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 25px;
    left: 0;
    background-image: url('/images/search-left.jpg');
}

#advancedSearch .text {
    position: absolute;
    top: 25px;
    left: 14px;
    border-top: 1px solid #9AC2B9;
    border-bottom: 1px solid #9AC2B9;
    height: 22px;
    width: 107px;
    float: left;
}

#advancedSearch .text input {
    height: 18px;
    position: relative;
    padding: 2px 5px 0 0;
    border-top: 1px solid #CDE1DC;
    border-bottom: 1px solid #CDE1DC;
    border-left: 0;
    border-right: 0;
    width: 102px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
}

#advancedSearch input.image {
    position: absolute;
    top: 25px;
    left: 121px;
}

#advancedSearch .text input:focus {
    outline: none;
}

#advancedSearch p {
    font-size: 0.9em;
    margin-top: 5px;
    margin-bottom: 3px;
}

#advancedSearch .checkbox {
    margin-left: 4px;
    margin-top:2px;
    position: relative;
    top: 2px;
}

#advancedSearch label {
    font-size: 0.9em;
}

#advancedSearch p.advancedFieldStart {
    margin-top:55px;
}

p.searchResult {
    margin: 0.8em 1.3em 1em 1.5em !important;
}

.searchResult strong {
    font-size: 1.1em;
}

#searchIntro {
    font-size: 1.2em;
    margin-bottom: 1.5em;
    margin-top: 1.3em;
}

.searchNavigation {
    float: right;
    width: 300px;
    height: 30px;
    padding: 0 40px 0 0;
    line-height: 30px;
    text-align: right;
}

.searchNavigation a {
    text-decoration: none;
}

.searchNavigation a.left span, .searchNavigation span.left {
    padding: 0 0 0 15px;
    margin: 0 10px 0 0;
}

.searchNavigation a.right span, .searchNavigation span.right {
    padding: 0 15px 0 0;
    margin: 0 0 0 10px;
}

/*********************/
/* RETAILER INDEX    */
/*********************/

#retailers #right p,
#retailers #right h2,
#retailers #right h3,
#retailers #right h4 {
	margin-left: 10px;
}

#retailers #right ul {
    margin-left: 1em;
}

#retailers #right li {
    margin-left: 1em;
}

#retailersMap {
	width: 750px;
	height: 320px;
	margin: 5px auto 10px auto;
	border: 1px solid #79183f;
}

#memberBubble {
	font-size: 0.9em;
}

#memberBubble h3 {
	text-align: left;
}

h4.preHeading {
	font-size: 1.2em;
}

.retailersNav {
	margin-top: 10px;
}

.retailersNav form {
	width: 180px;
	float: right;
	display: inline;
	text-align: right;
	margin: 0 10px 5px auto;
}

/*********************/
/* RETAILER PROFILE  */
/*********************/

#retailers  #content {
    background-image: url('/images/retailers-background.gif');
    background-position: 170px 0px;
    background-repeat: repeat-y;
}

#retailers #right {
	padding: 0 10px 0 10px;
	width: 760px;
}

#retailers #right h3 {
	text-transform: uppercase;
}

#retailers .homeHr {
    background-image: url('/images/retailers-hr.jpg');
}

#retailerPhotos {
	overflow: auto;
	width: 100%;
	margin-bottom: 10px;
}

#retailerPhotos img {
	border: 1px solid #9AC2B9;
}

#retailerPhotos div {
	float: right;
	display: inline;
	width: 50%;
	height: 250px;
	text-align: center;
}

#retailerPhotos p {
	clear: right;
	float: right;
	display: inline;
	padding-right: 10px;
	margin-top: 10px;
	text-align: right;
	font-size: 0.9em;
	color: #7B9C96;
}

#retailerLogo {
	float: right;
	display: inline;
	padding: 0 9px 10px 10px;
}

#retailerLogo img {
	border: 1px solid #9AC2B9;
}

#retailerMarks {
	text-align: center;
	float: right;
	width: 180px;
}

#retailerMarks img {
	margin-bottom: 10px;
	border: 1px solid #9AC2B9;
}

#retailersCentre {
	width: 580px;
}

#openingHours {
	font-size: 0.85em;
	margin-bottom: 15px;
}

#openingHours strong {
	font-size: 1.2em;
}

#brandsStocked {
	clear: both;
	margin-top: 25px;
}

#brandsStocked h3 {
	font-size: 1.2em;
}

#brandsStocked span {
    position: relative;
    top: 1px;
    margin: 0 10px;
}

#brandsStocked .cycloramaBrand {
	float: left;
	width: 370px;
	padding: 0 5px;
	font-size: 0.9em;
}

#retailers #right .cycloramaBrand h3 {
	text-align: left;
	text-transform: none;
}

#brandsStocked .brandLogo {
	float: left;
	display: inline;
	width: 140px;
	height: 80px;
	margin: 10px 10px 10px 0;
	text-align: center;
}

#alsoStock {
	clear: both;
	width: 720px;
	margin: 20px 0 0 0;
	padding-bottom: 10px;
}

/*********************/
/* OTHER PAGES       */
/*********************/
#siteMap li {
    margin-top: 0.3em;
    margin-bottom: 0.3em;
	font-size:0.9em;
}

#donateForm {
    margin: 1.5em auto 2em auto;
    text-align: center;
}

/* Blog styles */
#right h3.postHeadline {
    font-size:1.4em;
    text-align: left;
    margin-top: 1em;
    margin-bottom:0;
}

#right .postTimestamp {
    font-size: 0.8em;
    text-transform: uppercase;
    color: #7B9C96;
}

/* Temporary styles */
#pagePreview {
    float: right;
    margin: 5px 20px 5px 5px;
    border: 1px solid #9AC2B9;
}


/*HOME PAGE REDESIGN*/

#homeBoxHead{
  height:31px;
  background:#3882C4;
  margin:20px 0 0 0;
}
#homeBoxHead h2{
  text-align:left;
  margin:0;
  width:400px;
  font-weight: bold;
  font-size:1.3em;
  padding:5px 0 0 13px;
  color: #fff;  
}

#home #search{
  float:right;
  position:relative;
  top:0;
  left:0;
  margin:0px 9px 6px 9px;
}

#home #search .left {
    width: 14px;
    height: 24px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('/images/search-left.png');
}


#hotTopics{
  overflow:auto;
  padding:0;
  line-height:2.4em;
  margin-top:7px;
}

#hotTopics h2{
  text-align:left;
  margin:0;
}

#hotTopics h3{
  padding:0 0 6px 0;
  margin:0;
  line-height:1.2em;
  font-size:1.1em;
  font-weight:bold;
}

#hotTopics .homeHr{
  margin:0;
}

#hotTopics img{
  margin:15px 0 0 0;
  border:2px solid #F0F3D8;
}

.hotTopic{
  width:216px;
  margin-right: 28px;
  display:inline;
  float:left;
}


#homeNewsSection h2{
  text-align:left;
  padding:0;
  margin:0;
  width:300px;
  float:left;
}

#homeNewsSection .date{
  text-align:right;
  padding:0 12px 0 0;
  float:right;
  font-size:1.2em;
  margin:0;
}

#homeNewsSection #socialBookmarks {
  float:right;
  margin:3px 0 0 0;
}

#homeNewsSection img{
  margin:0;
  float:right;
  border:2px solid #F0F3D8;
}

.newsItem{
  width:289px;
  height: 184px;
  overflow:hidden;
  padding:0 0 10px 0;
  background-image: url('/images/news-item-line.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;    
}

.newsItem h3{
  margin-bottom:0;
  padding-bottom:0;
}

#homeNewsSection .newsItem  img{
  border:0px;
}

.newsItem em{
  padding:0;
  margin:0;
  font-size:0.9em;
}
