/*  
Description: Styles for the Revel Outdoors website
Version: 0.1
Author: Jamie Wightman
Copyright (c) 2007 Revel Outdoors Ltd.
Author URI: http://jamiewightman.com/
*/

body {
	margin: 0;
    text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
/*	background-image: url(/img/bg.gif);*/
	background-color: #999999;
}

input {
	font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.9em;
    vertical-align: middle;
}

select {
	font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.9em;
}

img {
	border: 0;
}

#page {
	position: relative;
/*	min-width: 960px;*/
	background-color: #ffffff;
    width: 960px;
    margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
    padding: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: left;
	background-image: url(/img/bg-middle.gif);
}

#header {
    height: 75px;
    padding: 0px;
    margin: 0px;
    text-align: left;
	width: 100%;
	border-bottom: 3px solid #999999;
}

#content {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    text-align: left;
}

#tagline {
    padding: 0px;
    margin: 0px;
	margin-top: 5px;
	margin-left: 5px;
    text-align: left;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	font-size: 1.0em;
}

table {
	font-size: 1.0em;
}

p {
	font-size: 1.2em;
    padding: 0px;
    margin: 10px;
	padding-bottom: 2px;
	text-align: left;
	vertical-align: bottom;
	line-height: 1.6em;
}

ul {
    margin-right: 10px;
	font-size: 1.2em;
	line-height: 140%;
}

ol {
    margin-right: 10px;
	font-size: 1.2em;
	line-height: 140%;
}

a, a:hover, a:visited {
    text-decoration: underline;
}

h1 {
    font-size: 1.3em;
	font-weight: bold;
    color: #006600;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #cccccc; 
	text-align: center; 
	margin-top: 0px; 
	padding-top: 4px; 
	padding-bottom: 4px;
}

#breadCrumb {
	font-size: 1.0em;
	margin-left: 20px;
}

h2 {
    font-size: 1.2em;
    font-weight: bold;
    padding: 5px;
    padding-left: 0px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    color: #000000;
}

h2, h2 a, h2 a:hover, h2 a:visited {
	text-decoration: none;
}

h3 {
    margin: 0px;
    padding: 0px;
    padding-top: 3px;
    padding-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2em;
	font-weight: bold;
}

h4 {
    padding: 0px;
    margin: 0px;
    font-size: 1.2em;
	font-weight: bold;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
	margin-top: 10px;
}

h5 {
    font-size: 1.2em;
	font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
    color: #cc6600;
}

h3 a {
    color: #333333;
}

h5 a {
}

#utilities {
	text-align: right;
	font-size: 1.0em;
	vertical-align: top;
}

#pageName {
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
}

#footer {
	clear: both;
    margin: 0px;
    padding: 0px;
	margin-top: 20px;
    text-align: center;
    border-top: 1px solid #cccccc;
    color: #000000;
    text-align: center;
    font-size: 0.9em;
/*	background-color:#999999;*/
}

#copyright {
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    text-align: center;
	font-size: 1.0em;
	color: #666666;
}

.categoryBox {
	width: 558px; 
	margin: 20px;
	margin-bottom: 10px;
	padding: 0px; 
	height: 100px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #cccccc;
}

.categoryBox h2 {
}

.categoryBox img {
	border: 0;
	margin: 0px;
}

#inlineBuyersGuide {
	margin: 20px;
	border: 1px solid #cc6600;
	background-color: #FFFFCC;
}

#inlineBuyersGuide h2 {
	color: #cc6600;
	padding-left: 50px;
	margin-top:  0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 8px;
	background-image: url(/img/buyers_guide.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#resultsNavigation {
	padding: 5px; 
	padding-bottom: 0px; 
	margin: 10px; 
	margin-left: 20px;
	margin-right: 20px;
	height: 20px; 
	background-position: bottom; 
	background-image: url(/img/green_grad.gif); 
	border-top: 1px solid #cccccc;
}


#bikeTypes {
    padding: 0px;
    width: 532px;
    margin-left: 10px;
    margin-right: 10px;
}

#bikeTypes h2 {
    margin-top: 5px;
    margin-bottom: 0px;
    padding-top: 0px;
}

#bikeGuide {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
}

#bikeGuide h3 {
    font-size: 1.0em;
	font-weight: bold;
    color: #333333;
    border: 1px solid #999999;
}

#subMenu {
    border-bottom: 2px solid #999999;
}

#search {
	position: relative;
	height: 25px; 
	padding: 2px;
	padding-bottom: 5px;
	background-image: url(/img/green_grad2.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#highlights {
	position: relative;
	height: 50px; 
	padding: 2px;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #cccccc;
}

#search table {
	font-size: 1.2em;
	padding: 0px;
	color: #006600;
}

#search h4 {
	font-size: 1.2em;
	border: 0px;
	color: #FFCC00;
}

.sidebar {
    width: 178px;
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
    border: 1px solid #cccccc;
}

.sidebar h3 {
    padding-bottom: 5px;
    margin: 0px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    background-image: url(/img/green_grad.gif);
    background-repeat: repeat-x;
    background-position: bottom;
}

.sidebar h4 {
    text-align: left;
    margin-left: 0px;
    padding-left: 5px;
    padding-top: 5px;
    border-top: 1px solid #cccccc;
}

.sidebar h5 {
    font-size: 1.0em;
    margin: 0px;
    padding-top: 10px;
}

.sidebar ul {
    margin: 0px;
    padding-left: 20px;
    padding-top: 5px;
}

.sidebar li {
    margin: 0px;
    padding-top: 5px;
}

.sidebar p {
    margin: 0px;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 5px;
}

#menu {
    list-style-type: none;
    margin-right: 10px;
    font-weight: normal;
    list-style-image: none;
}

#menu li {
    margin: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 2px;
	list-style-image: url(/img/pointer.gif); 
	border-bottom: 1px dashed #cccccc;	
}

#menu ul ul {
	font-size: 1.0em;
}

#menu a, #menu a:visited {
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

#menu h5 {
 color: #000000;
}

.productList {
	width: 550px;
	margin: 20px;
	height: 120px;
	border-bottom: 1px dashed #cccccc;
}

.productListImage {
	float: left;
	width: 150px; 
	text-align: left;
	vertical-align: top;
}

.productListPrice {
	float: left;
	width: 150px; 
	margin: 0;
	padding: 0;
	margin-top: 10px;
}

.productListRatings {
	float: left;
	width: 200px; 
	margin-top: 10px;
}

.productListRatings td {
	padding: 0px;
	border: 0px;
}

.productListBrief {
	float: left;
	margin: 0;
	padding: 0;
	width: 250px;
	padding-top: 10px;
	color: #666666; 
	font-size: 0.9em;
}

#productDetail {
	margin: 0px;
	padding: 0px;
	width: 90%;
}

#productDetail h2{
	margin-left: 0px;; 
}

#productDetailDescription {
	float: left;
	border: 1px solid #cccccc; 
	margin: 20px;
}

#purchaseOptions {
    font-size: 1.2em;
	border-collapse: collapse;
}

#purchaseOptions td, #purchaseOptions th {
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
    text-align: left;
    border-bottom: 1px dotted  #999999;
}

#specs {
	margin-left: 20px;
    border-collapse: collapse;
    text-align: left;
    font-size: 1.2em;
}

#specs td {
    border-bottom: 1px solid #cccccc;
}

#indexMainContentBox {
    margin-top: 20px;
}

.navTab, .navTabsel {
    float: left;
    margin: 0px;
	padding: 0px;
    margin-left: 4px;
    text-align: center;
	padding-top: 10px;
    width: 90px;
    height: 20px;
	font-weight: bold;
	background-image: url(/img/navtab.gif);
	background-position: bottom;
}

.navTabsel {
	background-image: url(/img/navtabsel.gif);
}

.navTab a, .navTabsel a, .navTab a:visited, .navTabsel a:visited {
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.navTab a {
	color: black;	
}

.navTabsel a {
	color: white;
}

#columns {
    margin-top: 20px;
    margin-bottom: 10px;
    width: 100%;
}

#leftColumn {
	float: left;
	width: 180px;
}

#middleColumn {
	margin-right: 180px;
	margin-left: 180px;
}

#rightColumn {
	float: right;
	width: 180px;
}

#cycleType {
    margin: 5px;
    border-collapse: collapse;
    width: 250px;
}

#cycleType tr {
    border-left: 1px solid #cccccc;
    border-right: 2px solid #009900;
}

#cycleType td {
    padding: 5px;
    vertical-align: top;
    border-top: 1px solid #cccccc;
    border-bottom: 2px solid #009900;
}

#cycleType a:visited, #cycleType a:hover, #cycleType a {
    color: #000000;
}

#cycleType h3, #cycleType p {
    margin-top: 1px;
    padding-top: 0px;
    margin-bottom: 0px;
}

#bikeSelector {
    border-collapse: collapse;
    font-size: 0.9em;
	width: 700px;
}

#bikeSelector tr {
    vertical-align: top;
}

#bikeSelector td {
}

#revelRatings {
    font-size: 0.2em;
}

#revelRatings td {
    border: 1px solid #000000;
}

#buyersGuides {
	margin-left: 20px;
}

#buyersGuides h1 {
	margin-left: 10px;
}

#buyersGuides h2 {
    color: #cc6600;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #cccccc;
}

#buyersGuides h3 {
    margin-top: 10px;
    color: #cc6600;
}

#buyersGuides h5 {
    color: #666666;
}

#account {
	margin-left: 20px;
    margin-bottom: 25px;
}

#account h1 {
    margin-left: 5px;
}

#account h2 {
    color: #006600;
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #cccccc;
}

#account h3 {
    margin-top: 10px;
    color: #006600;
}

#account h5 {
    color: #666666;
}

#greenboldtitles {
	color: #009900;
	font-weight: bold;
}

#buyersGuides ul {
    margin-top: 0px;
}

#buyersGuides ol {
    margin-top: 0px;
}

#shoppingBasket {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    border-collapse: collapse;
    text-align: center;
}

#shoppingBasket tr {
    border-bottom: 1px dashed #cccccc;
}

#shoppingBasket th {
    margin-top: 30px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #006600;
    font-size: 1.2em;
    border-bottom: 1px dashed #cccccc;
}

#shoppingBasket td {
    font-size: 1.2em;
    padding: 5px;
}

#shoppingBasketTotals {
	width: 450px;
	float: right; 
	background-color: #FFFFCC;
	border: 1px solid #FFCC66;
	padding-top: 10px;
}

.shoppingBasketTotalsValue {
	float: right; 
	width: 160px;
}

.shoppingBasketTotalsValue p {
	text-align: right; 
	margin: 0px; 
	margin-right: 70px;
}

.shoppingBasketTotalsDescription {
	float: right; 
	width: 280px;
}

.shoppingBasketTotalsDescription p {
	text-align: right; 
	margin: 0px;
}

#deliveryOptions {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 10px;
}

#deliveryOptions td {
	padding-bottom: 10px;
	vertical-align: top;
}

.inputBox {
	background-repeat: repeat-x; 
	background-position: top; 
	background-image: url(/img/green_grad2.gif); 
	padding: 10px;
	padding-top: 2px;
}

#error {
    color: red;
    border: 1px solid red;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #FDEEEE;
}
	
#tableAltRow {
	background-color: #FFFF99;
}
	
.button {
	margin-top: 5px;
	margin-left: 5px;
	padding: 5px;
	background-image: url(/img/darkgreen_grad.gif); 
	background-repeat: repeat-x; 
	width: 100px; 
	text-align: center;
	border-bottom: 1px solid #999999; 
	border-right: 1px solid #999999;
}

.button a {
	text-decoration: none;
	color: #ffffff;
}

.button a:hover {
	text-decoration: underline;
}

#slideshow {
    position:relative;
    height:350px;
}

#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	opacity:0.0;
	filter:alpha(opacity=0);
}

#slideshow IMG.active {
    z-index:10;
	opacity:1.0;
	filter:alpha(opacity=100);
}

#slideshow IMG.last-active {
    z-index:9;
}

.twitter {
	margin: 20px;
	border:1px solid #cccccc;
	text-align:left;
}

.tweet {
	border-top: 1px dotted #cccccc;
	padding-top: 10px;
}


/*
.rssFeed {
	margin: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #333333;
	border-left: 2px solid #333333;
	border-bottom: 1px solid #999999;
	border: 1px solid #cccccc;
}
*/
