@charset "utf-8";
/* Print styles */

/* ------------------------------------------------------------------- Default tags */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background: #FFF;
	color: #000;
}

body {
	color: #000;
	font: 62.5% Helvetica, Arial, sans-serif;
	background: #FFF;
}

a {
	text-decoration: none;
	color: #04A7FF;
}

a:visited {
	color: #ff2b05;
}

a:hover,
a:focus,
a:active {
	color: #959595;
	outline: none;
	text-decoration: underline;
}

acronym {
	cursor: help;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}

dl {
	margin: 0px 0px 10px;
	padding: 0px;
}

dt {
	font-style: normal;
	font-weight: bold;
	margin: 0px 0px 5px;
	padding: 0px;
}

dd {
	margin: 0px 0px 5px;
	padding: 0px 10px;
}

fieldset {
	padding: 10px 5px 5px;
	margin: 0px 0px 10px;
	background: #FFF;
	border: 1px solid #E0E0E0;
}


h1,h2, h3, h4, h5, h6 {
	margin: 0px 0px 10px;
	padding: 3px 0px 5px;
	font-weight: normal;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.8em;
	color: #333;
	border-bottom: 1px solid #B0AFAF;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

h4 {
	font-size: 1.4em;
	margin: 0px;
	font-weight: bold;
	color: #666;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	color: #CA1F00;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
}

label {
	cursor: pointer;
}

legend {
	font-size: 1.4em;
	font-weight: bold;
	color: #000;	
}

p {
	line-height: 1.5em;
	margin: 0px 0px 10px;
	padding: 0px;
}

table {
	table-layout: fixed;
	border-right: 1px solid #E3E2DB;
	border-bottom: 1px solid #E3E2DB;
	margin-bottom: 5px;
}

td, th {
	padding: 4px;
	border-top: 1px solid #E3E2DB;
	border-left: 1px solid #E3E2DB;
}

th {
	background: #000;
	color: #FFF;
}



ul {
	margin: 0px 0px 20px 0px;
	list-style: none;
}

li {
	margin: 0px 0px 5px 0px;
	list-style: none;
	background: url(../images/icon_bullet_point.png) no-repeat left 4px;
	padding-left: 20px;
}


/* ------------------------------------------------------------------- Primary structure */

#header,
#content,
#footer {
	width: 98%;
	padding: 0px 1%;
	margin: 0px auto;
	font-size: 1.2em;
}

#header {
	margin-bottom: 0px;
}

#content {
	margin-bottom: 5px;
}

#footer,
#quickSearch,
#primaryNav,
.pagination {
	display: none;
}


/* ------------------------------------------------------------------- Secondary structure */

.floatWrap {
	width: 100%;
}

.columnContainer {
	width: 100%;
	margin: 0px 0px 10px;
	overflow: hidden;
}

.splitLeft {
	float: left;
	width: 49%;
	overflow: visible;
}

.splitRight {
	float: right;
	width: 49%;
	overflow: visible;
}

.threeColumn {
	float: left;
	width: 30%;
	margin: 0px 1.5% 0px 1.5%;
}

.fourColumn {
	float: left;
	width: 24%;
	margin: 0px 1% 0px 0px;
}

.fiveColumn {
	float: left;
	width: 19%;
	margin: 0px 1% 0px 0px;
}

/* ------------------------------------------------------------------- Lists */

.detailList {
	width: 98%;
	padding: 5px 1% 0px;
	margin: 0px auto 5px;
}

.detailList dt,
.detailList dd {
	margin: 0px;
	padding: 0px;
}


.detailList dt {
	width: 22%;
	float: left;
	text-align: right;
	padding: 4px 1% 3px;
	margin: 0px 1% 1px 0px;
	background: #F3F3F3;
	font-weight: normal;
}

.detailList dd {
	width: 73%;
	float: left;
	margin: 0px 0px 1px;
	padding: 4px 1% 3px
}

/* ------------------------------------------------------------------- Forms */

.formBlock {
	width: 98%;
	overflow: hidden;
	padding: 5px 1%;
	margin: 0px auto 5px;
}

.formBlock dt,
.formBlock dd {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

.formBlock .label {
	width: 22%;
	float: left;
	padding: 4px 1% 2px;
	margin: 0px 1% 0px 0px;
	border-bottom: 1px solid #222222;
	font-weight: bold;
}

.formBlock .input {
	width: 48%;
	float: left;
	margin: 0px;
	padding: 0px 1%;
}

.formBlock .description {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
	font-size: 0.9em;
	color: #777777;
}

.formBlock .error {
	color: #EC0000;
}

.textareaBlock {

}

.textareaBlock .input {
	float: right;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.textareaBlock .description {
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup {

}

.radioGroup .input {
	width: 73%;
	float: right;
	padding: 4px 1% 3px;
	margin: 0px;
}

.radioGroup .description {
	float: left;
	width: 73%;
	padding: 4px 1% 3px;
	margin: 0px;
}

.singleCheck .input {
	padding: 4px 1% 3px;
}

.required .label {
	
}

.formError {
	
}

.formError .label label {
	color: #EC0000;
}

.formError .label em {
	display: block;
	font-style: normal;
	font-weight: bold;
}

.inputTextArea,
.inputTextField,
.inputSelectList {
	width: 98%;
	border: 1px solid #333333;
	height: 14px;
	padding: 2px;
	background: #FFFFFF;
	outline: none;
}

.inputTextArea {
	height: 20em;
	width: 100%;
}

.inputTextField {
	
}

.inputSelectList {
	height: 22px;
	width: 100%;
}

/* ------------------------------------------------------------------- Content images */

.imageLeft {
	margin: 0px 10px 10px 0px;
	padding: 5px;
	float: left;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageRight {
	margin: 0px 0px 10px 10px;
	padding: 5px;
	float: right;
	background-color: #FFF;
	color: inherit;
	width: auto;
	display: block;
}

.imageCenter {
	padding: 5px;
	background-color: #FFF;
	color: inherit;
	margin: 0px auto 10px;
	clear: both;
	float: none;
	text-align: center;
	display: block;
	width: auto;
}

.inlineImage {
	margin: 0px 0px 10px;
	padding: 5px;
	background-color: #FFF;
	color: inherit;
}

/* ------------------------------------------------------------------- Misc navigation */

a.linkButton,
a.linkButton:visited {
	background:  #F00 url(../images/button_gradient_overlay_30.png) repeat-x center center;
	display: inline-block;
	padding: 0px 5px;
	color: #333;
	text-decoration: none;
	line-height: 30px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	height: 30px;
	font-weight: bold;
	text-align:center;
}

a.linkButton:hover,
a.linkButton:focus,
a.linkButton:active {
	color: #aeacac;
	background-color: #FFF;
	text-decoration: none;
}

#subNavGroup,
.subFooter {
	margin: 0px 0px 5px;
	padding: 5px;
	color: #000;
	background: #FFFDFD;
	width: 950px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#subNavGroup ul,
#subNavGroup li,
.subFooter ul,
.subFooter li {
	list-style: none;
	margin: 0px;
}

#subNavPrimary,
#subNavSecondary {
	float: left;
	width: auto;
}

#subNavSecondary {
	float: right;
}

#subNavGroup #subNavPrimary li,
#subNavGroup #subNavSecondary li {
	float: left;
	margin: 0px 5px 0px 0px;
	background: none;
	padding-left: 0px;
}

#subNavGroup #subNavSecondary li {
	margin: 0px 0px 0px 5px;
}

#breadCrumb {
	width: 640px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	padding-top: 2px;
}

.breadCrumbs {
	margin-bottom: 0px;
	padding-bottom: 0px;	
}

.breadCrumbs li {
	float: left;
	margin: 0px 5px 0px 0px;
	padding-bottom: 0px;
}

.breadCrumbs li.first {
	margin: 0px 5px 5px 0px;
	list-style: none;
	padding-left: 0px;
	background-image: none;
}

/* ------------------------------------------------------------------- Header */

h1#logo {
	font-size: 2.5em;
	margin: 0px 0px 10px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #666666;
}

h1#logo a {
	color: #000000;
	text-decoration: none;
}

#pageHeading {
	padding: 0px;
	margin: 0px 0px 10px;
	font-size: 1.5em;
}

#pageHeading span {
	display: none;
}

#userStatus {
	display: none;
}

/* ------------------------------------------------------------------- Cart */

#cartDefaultWrapper,
#cartWrapper {
	clear: both;
	width: 980px;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
}

#cartWrapper a {
	color: #007BCE;
}

#cartWrapper a:visited {
	color: #A42B02;
}

#cartWrapper a:hover,
#cartWrapper a:focus,
#cartWrapper a:active {
	color: #2DABFF;
}

#cartEditWrapper,
#cartDetailsWrapper {
	padding: 0px;
	text-align: left;
}

#cartEdit {
	background: rgb(49, 49, 49);
	background: rgba(49, 49, 49, 0.8);
	padding: 10px;
}

#cartDetailsWrapper #cartEdit {
	padding: 0px;
	background: #FFF;	
}

#cartEdit table {
	margin: 0px;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
	border-right: 1px solid #E0E0E0;
}

#cartEdit td {
	border-top: 1px solid #FFF;
	border-left: 1px solid #E0E0E0;
}

#cartEdit input {
	padding: 0px;	
}

#cartTotals {
	margin: 0px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
	border-top: 1px solid #FFF;
}

#cartTotals td {
	border: none;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}

#cartTotals td span {
	font-size: 0.8em;
	font-weight: normal;	
}

#cartDetailsWrapper {
	margin-bottom: 20px;
}

#cartEditWrapper caption,
#cartDetailsWrapper caption {
	text-align: left;
}

#cartNav {
	border-bottom: 1px solid #B0AFAF;
	margin-bottom: 0px;
	width: 960px;
	overflow: hidden;
	background: #FFF;
	padding: 10px 10px 0px;
	height: 29px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.2em;
}

#cartEmpty,
#cartTotal {
	float: left;
	width: 155px;
	text-align: right;
	margin-right: 5px;
}

#cartEmpty {
	float: right;
}

#cartEmpty img,
#cartTotal img {
	position: relative;
	bottom: -2px;	
}

#toggleCart,
a#checkoutButton,
a#checkoutButton:visited {
	height: 30px;
	width: 60px;
	border: none;
	display: block;
	line-height: 30px;
	text-align: center;
	float: left;
	margin-top: -5px;
	font-weight: bold;
}

#toggleCart {
	margin-right: 5px;
	width: 80px;
	border-style: none;
	background:  #F00 url(../images/button_gradient_overlay_30.png) repeat-x center center;
	display: inline-block;
	padding: 0px 5px;
	color: #333;
	text-decoration: none;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.25);
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}

#toggleCart:hover,
#toggleCart:focus,
#toggleCart:active {
	color: #aeacac;
	background-color: #FFF;
	text-decoration: none;
}

#toggleCart span,
#checkoutButton span {
	
}

#paymentInstructions {
	padding: 4px;
	border: 1px solid #FFD700;
	background: #FEFDE7;
	margin: 0px 0px 10px;
}

/* ------------------------------------------------------------------- Home page */

#homeSlideShowHolder {
	display: none;
}

#homeSlideShow {
	width: 100%;
	height: 300px;
	font-size: 1.2em;
	position: relative;
}

#homeSlideShow #stageCenter{
	width: 100%;
	height: 300px;
	margin: 0px auto;
	position: relative;
	overflow: hidden;
	background: #FFF;
	z-index: 2;
}

#homeSlideShow .slide {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#stageLeft,
#stageRight {
	display:none;
}

#homeLatestNews {
	background: #696969;
	position: absolute;
	z-index: 3;
	height: 120px;
	width: 295px;
	padding: 10px;
	right: 10px;
	bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: rgb(49, 49, 49);
	background: rgba(49, 49, 49, 0.8);
	color: #FFF;
}

#homeLatestNews h3 {
	margin: 0px 0px 5px;
	padding: 0px;
	color: #FFF;
	border-style: none;
}

.latestBlogPostBlock {
	overflow: hidden;
	position: relative;
	height: 30px;
	width: 295px;
	margin: 0px 0px 2px;
	padding: 0px;
}

.latestBlogPostBlock dt,
.latestBlogPostBlock dd {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}

.latestBlogPostBlock dt.title {
	line-height: 10px;
	height: 10px;
	width: 260px;
	left: 35px;	
}

#homeLatestNews a,
#homeLatestNews a:visited,
#homeLatestNews a:hover,
#homeLatestNews a:focus,
#homeLatestNews a:active {
	color: #FFF;
}

.latestBlogPostBlock dd.excerpt {
	left: 35px;
	width: 260px;
	height: 20px;
	font-size: 0.9em;
	top: 15px;
}

.latestBlogPostBlock dd.image {
	position: absolute;
	height: 30px;
	width: 30px;
}


#homePageBanners {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 960px;
	overflow: hidden;
}

#bannerHomeLeft,
#bannerHomeCenter,
#bannerHomeRight {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 180px;
	width: 320px;
}

.banner_1,
.banner_2,
.banner_3 {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 320px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
}

.banner_1 a,
.banner_2 a,
.banner_3 a {
	display:block;
	height: 180px;
	width: 320px;
	color: #FFF;
	text-decoration: none;
	z-index: 2;
}

.banner_1 em,
.banner_2 em,
.banner_3 em {
	display:none;
}

.banner_1 span,
.banner_2 span,
.banner_3 span {
	position: absolute;
	bottom: 5px;
	left: 7px;
	width: 295px;
	overflow: hidden;
	color: #FFF;
	padding: 5px;
	display: block;
	z-index: 1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgb(49, 49, 49);
	background: rgba(49, 49, 49, 0.8);
}

.banner_1 a span,
.banner_2 a span,
.banner_3 a span {
	cursor: hand;	
}

#homePrimary {
	float: left;
	width: 640px;
}

#homeSecondary {
	float: right;
	width: 315px;	
}

#homeRssNews {
	background: #b0afaf url(../images/bkgnd_cycling_news_bottom.gif) no-repeat center bottom;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 315px;
}

#homeRssNews h3 {
	background: url(../images/bkgnd_cycling_news_top.gif) no-repeat center top;
	margin: 0px 0px 5px;
	padding: 10px 5px 0px;
	border-style: none;
}

#homeRssNews .feedRow {
	margin: 0px 0px 5px;
	padding: 0px 5px;
	width: 305px;
}


#homeRssNews h4 {
	font-size: 1em;
	font-weight: bold;
}

#homeRssNews .feedRow a,
#homeRssNews .feedRow a:visited,
#homeRssNews .feedRow a:hover,
#homeRssNews .feedRow a:focus,
#homeRssNews .feedRow a:active {
	color: #FFF;
}

/* ------------------------------------------------------------------- Search results */


#searchResultsContainer h3 {
	margin: 0px 0px 5px;
	padding: 0px;
}

dl.resultItemBlock {
	padding: 0px;
	margin: 0px 0px 5px;
}

dl.resultItemBlock dt {
	margin: 0px;
	padding: 10px 5px 0px;
}

dl.resultItemBlock dd {
	margin: 0px;
	padding: 5px 5px 10px;
	border-bottom: 1px solid #000;
}

/* ------------------------------------------------------------------- Photos */

.photoBlock {
	background: #FDFDFD;
	margin: 0px 4px 10px;
	padding: 0px;
	height: 218px;
	width: 150px;
	float: left;
	position: relative;
	font-size: 0.9em;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

.photoBlock dt,
.photoBlock dd {
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.photoBlock dd.image {
	margin: 0px;
	padding: 5px;
	height: 140px;
	width: 140px;
	top: 0px;
	left: 0px;
	background: #FFF url(../images/loading.gif) no-repeat center center;
}

.photoBlock dt.title {
	width: 140px;
	top: 152px;
	left: 0px;
	padding: 0px 5px;
}

.photoBlock dd.timestamp {
	width: 140px;
	top: 174px;
	left: 0px;
	padding: 0px 5px;
}

.photoBlock dd.views {
	width: 140px;
	bottom: 0px;
	left: 0px;
	padding: 0px 5px;
}

/* ------------------------------------------------------------------- Contact */

#contactPrimary {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#contactPrimary h3 {
	font-size: 1.5em;
	margin: 0px 0px 5px;
	padding: 0px;
}

#contactDetails dl,
#shopHours dl,
#contactDetails dt,
#shopHours dt,
#contactDetails dd,
#shopHours dd {
	padding: 0px;
	margin: 0px;
}

#contactDetails dd,
#shopHours dd {
	margin: 0px 0px 5px;
	padding: 0px
}


#contactDetails,
#shopHours {
	width: 300px;
	margin: 0px 0px 10px;
	padding: 10px;
	overflow: hidden;
	background: #FFFDFD;
}

#contactSecondary {
	width: 100%;
	margin: 0px 0px 10px 0px;
}

#contactForm {
	display:none;
}

#map {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 630px;	
}

/* ------------------------------------------------------------------- Customer profile */

#orderHistory .linkView {
	background: url(../images/icon_view.png) no-repeat left;
	padding-left: 20px;
}

/* ------------------------------------------------------------------- Products */

#product_search {
	display: none;	
}

#productCategories {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

#productCategories h4 {
	font-size: 1em;
	text-transform: uppercase;
}

#productCategories ul {
	margin: 0px 0px 5px;	
}


ul.listProductCategories {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

ul.listProductCategories li.categories {
	float: left;
	width: auto;
	background: none;
	list-style: none;
	margin: 0px 5px;
	padding: 0px 10px;
}

ul.listProductCategories li.categories ul {
	
}

ul.listProductCategories li.categories ul li.subcategories {
	float: none;
	margin-bottom: 5px;
	background: none;
}


#listProductCategories {
	margin: 0px 0px 10px;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

.productCategoryBlock {
	margin: 0px;
	padding: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
	width: 948px;
	overflow: hidden;
}	

.productCategoryBlock .thumbnail {
	display: block;
	margin: 0px 5px 0px 0px;
	padding: 4px;
	float: left;
	height: 80px;
	width: 80px;
	border: 1px solid #E0E0E0;
	background: #FFF;
}

.productCategoryBlock .title {
	margin: 0px 0px 5px;
	padding: 0px;
}

.productCategoryBlock .brief {
	
}

.productCategoryBlock .link {
	margin: 0px;
	padding: 0px;
	text-align: right;
	display: block;
	width: 100%;
}

#parentSubcategoryDescription {
	margin: 0px 0px 10px;
	padding: 10px 0px;
	width: 960;
	overflow: hidden;
	background: #FFFDFD;
}

#productList {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	overflow: hidden;	
}

.productBlock {
	background: #FDFDFD;
	margin: 0px 4px 10px;
	padding: 0px;
	height: 227px;
	width: 150px;
	float: left;
	position: relative;
	font-size: 0.9em;
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #E0E0E0;
	border-bottom: none;
	border-left: 1px solid #E0E0E0;
}

.productBlock dt,
.productBlock dd {
	margin: 0px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	font-weight: normal;
	height: 20px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.productBlock dd.image {
	margin: 0px;
	padding: 5px;
	height: 140px;
	width: 140px;
	top: 0px;
	left: 0px;
	background: #FFF url(../images/loading.gif) no-repeat center center;
}

.productBlock dt.title {
	width: 140px;
	height: 29px;
	top: 152px;
	left: 0px;
	padding: 0px 5px;
}

.productBlock dd.price {
	width: 140px;
	top: 183px;
	left: 0px;
	padding: 0px 5px;
	line-height: 20px;
	font-weight: bold;
	font-size: 1em;
}

.onSpecial dd.price {
	color: #FF2B05;	
}

.onSpecial dd.price span {
	color: #B0AFAF;
}

.productBlock dd.availability {
	width: 140px;
	left: 0px;
	top: 205px;
	padding: 0px 5px;
	line-height: 20px;
}

.out_of_stock dd.availability {
	color: #FFF;
	background: #FF2B05;
}

#productView {
	
}

#productDetails {
	background: #b0afaf url(../images/bkgnd_secondary_top_grey.png) no-repeat left top;
	padding: 0px;
	margin: 0px 0px 10px;
	width: 315px;
	float: right;
}

#productDetails dt,
#productDetails dd {
	margin: 0px;
	padding: 0px 10px 5px;
	color: #FFF;
}

#productDetails dt {
	margin: 0px 0px 5px;
	padding: 10px 10px 0px;
	border-style: none;
	font-size: 1.2em;
}

#productDetails dd.brief {
	color: #FFF;
	background: url(../images/bkgnd_secondary_bottom_grey_black.png) no-repeat center bottom;
	padding-bottom: 5px;
}

#productDetails dd.price,
#productDetails dd.onSpecial {
	background: #000 url(../images/bkgnd_secondary_bottom_black_grey.png) no-repeat center bottom;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#productDetails dd.onSpecial {
	color: #FF2B05;
}

#productDetails dd.onSpecial span {
	color: #B0AFAF;
	font-size: 0.8em;
	font-weight: normal;
}

#productDetails dd.availability {
	background: #B0AFAF url(../images/bkgnd_secondary_bottom_grey_red.png) no-repeat center bottom;
	padding-top: 5px;
}

#productDetails dd.availability span {
	font-weight: bold;
	color: #B31B00;
}

#productDetails dd.cartOptions {
	background: #FF2B05 url(../images/bkgnd_secondary_bottom_red_white.png) no-repeat center bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#productDetails dd.cartOptions label {
	width: 50px;
	margin-right: 10px;
}

#productDetails dd.cartOptions .inputSelectList {
	width: 230px;
	margin-bottom: 10px;
}

#productDetails dd.cartOptions .inputTextField {
	margin-right: 7px;
	width: 98px;
}

#productDetails dd.cartOptions .formButton {
	width: 112px;
}

#productImages {
	float: left;
	width: 640px;
}

#productImages #featuredImage {
	margin: 0px auto 10px;
	padding: 4px;
	width: 560px;
	height:372px;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	overflow: hidden;
	border: 1px solid #E0E0E0;
}

#productImages #additionalImages {
	width: 640px;
	overflow: hidden;
}

#productImages #additionalImages a {
	width: 58px;
	height: 58px;
	border: 1px solid #E0E0E0;
	background: #FFF url(../images/loading.gif) no-repeat center center;
	padding: 0px;
	margin: 0px 2px 4px 2px;
	display: block;
	float: left;
	overflow: hidden;
	text-align: center;
}

#productImages #additionalImages a img {
	
}

.featuredWrapper {
	position: relative;
	width: 640px;
	height: 382px;
	margin: 0px 0px 10px;
	overflow: hidden;
}

#productImages .featuredWrapper #featuredImage {
	position: absolute;
	z-index: 1;
	left: 35px;
	top: 0px;
}

.featuredWrapper .prevLink,
.featuredWrapper .nextLink {
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 30px;
	outline: none;
	z-index: 2;
}

.featuredWrapper .prevLink {
	left: 0px;
	background: transparent url(../images/prev_button.png) no-repeat center center;
}

.featuredWrapper .nextLink {
	right: 0px;
	background: transparent url(../images/next_button.png) no-repeat center center;
}

.featuredWrapper .prevLink span,
.featuredWrapper .nextLink span {
	display: none;	
}

.thumbsContainerWrapper {
	position: relative;
	width: 640px;
	height: 60px;
	overflow: hidden;
}

#productImages .thumbsContainerWrapper #additionalImages {
	position: absolute;
	z-index: 1;
	left: 32px;
	top: 0px;
	width: auto;
	overflow: auto;
}

.thumbsContainerWrapper .prevLink,
.thumbsContainerWrapper .nextLink {
	display: block;
	position: absolute;
	top: 3px;
	bottom: 0px;
	width: 30px;
	outline: none;
	z-index: 2;
}

.thumbsContainerWrapper .prevLink {
	left: 0px;
	background: transparent url(../images/prev_button.png) no-repeat center center;
}

.thumbsContainerWrapper .nextLink {
	right: 0px;
	background: transparent url(../images/next_button.png) no-repeat center center;
}

.thumbsContainerWrapper .prevLink span,
.thumbsContainerWrapper .nextLink span {
	display: none;	
}

#productView #additionalInformation {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}

#productView #categories {
	float: left;
	width: 135px;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

#productView #categories h4 {
	font-size: 1.2em;
	border-bottom: 1px solid #E0E0E0;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
}

#productFullDescription {
	margin: 0px 5px 0px 0px;
	float: right;
	width: 495px;
}

#productFullDescription h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 0px 0px 5px;
	padding: 0px 0px 5px;
	border-bottom: 1px solid #E0E0E0;
}

#productOptions {
	float: right;
	width: 315px;
}

#productOptions #tabNav {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
}

#productOptions li.tab {
	display: inline;
	list-style: none;
	font-size: 1em;
	font-weight: normal;
	color: #FFF;
	background: #FF2B05;
	margin: 0px 1px 0px 0px;
	padding: 5px;
}

#productOptions li.active {
	background: #B0AFAF;
}

#productOptions .content {
	width: 295px;
	overflow: hidden;
	background: #B0AFAF url(../images/bkgnd_secondary_bottom_grey.png) no-repeat center bottom;
	margin: 0px;
	padding: 10px;
}

#optionAvailability,
#optionDimensions {
	padding: 0px 10px;
	width: 295px;
}

#optionAvailability dt,
#optionAvailability dd,
#optionDimensions dt,
#optionDimensions dd {
	font-weight: normal;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	width: 110px;
	float: left;
}

#optionAvailability dd,
#optionDimensions dd {
	width: 180px;
	margin-right: 0px;
}


#productSpecifications {
	
}

/* ------------------------------------------------------------------- Miscellaneous */

.fieldGroup .addField,
.fieldGroup .addFile {
	background: url(../images/icon_add.png) no-repeat left center;
	padding-left: 20px;
	margin-right: -20px;
}

.deleteInput {
	background: url(../images/icon_delete.png) no-repeat 5px center;
	padding: 0px 0px 0px 25px;
}

.topLink {
	text-align: right;	
}

.messageBlock {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #FFD700;
	background: #FEFDE7 url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 4px 4px 4px 24px;
	margin-bottom: 5px;
	clear: both;
}

.messageFail {
	background: #FEE7EE url(../images/icon_error.png) no-repeat 4px 4px;
	border-color: #FF0006;
}

.messageNone {
	background: #E4F2FD url(../images/icon_notice.png) no-repeat 4px 4px;
	border-color: #93CAF7;
}

.messageNotice {
	background-color: #E4F2FD;
	border-color: #93CAF7;
}

.messageRequired {
	background: url(../images/icon_bullet_star.png) no-repeat left center;
	padding-left: 16px;
}

.messageSuccess {
	border-color: #8DED00;
	background: #F2FFDF url(../images/icon_tick.png) no-repeat 4px 4px;
}

.formMessage {
	background: #E1F8FF url(../images/icon_information.png) no-repeat 4px 4px;
	padding: 5px 5px 5px 25px;
	margin-bottom: 0px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E0E0E0;
}

.highLite {
	background: #FEFDE7;
	padding: 0px 2px;
}

.listingHover,
#listHelpArticles .listingHover {
	background-color: #FEFDE7;
}
