@charset "UTF-8";

/* @group Generic */

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    padding-top: 60px;
}

h2, h3, h4, h5 {
    page-break-after: avoid;
}

p {
    line-height: 14pt;
}

table {
    width: 100%;
}
b {
	font-weight: normal;
}
del { color: #c00; }
img.left {
	float: left;
	margin: 10px 10px 10px 0;
}
img.right {
	float: right;
	margin: 10px 0 10px 10px;
}

/* Adds URLs after the end of links
.content a::after {
    content: " (" attr(href) ") ";
    font-size: 11pt;
}*/

/* @end */

/* Print Logo from the bottom of the HTML */
#print-logo {
    position: absolute;
    top: 0; left: 0;
    display: block;
}

/* Removes all top nav, newsletter sign up, search bar */
#header .top-header,
#header #main-menu,
#header h1,
#backgroundshadow {display: none; }
#main-menu ul {
	display: none;
}
#upper-menu-left {
	display: none;
}
#upper-menu-right {
	display: none;
}
#upper-menu-left ul {
	display: none;
}
#upper-menu-right ul {
	display: none;
}
#upper-menu-search {
	display: none;
}
.logo a {
	display: none;
}
img {
	border: none;
}
#christmas_gift {
	display: none;
}
/* Shrink the category H2 */
h2.sifr {
    font-size: 12pt;
    letter-spacing: 1px;
}

/* @group Link Decoration */

h2 a:link,
h2 a:visited{
	font-size: 12pt;
	color: #999;
	text-decoration: none;
	margin-top: 0;
}

a.smallblue{
	display: none;
}

/* @end */

/* @group Banners */

#banner{
	display: none;
}

#bikezoomcontainer {
	display: none !important;
}

.bikezoomposition {
	display: none !important;
}

/* @end */



/* @group Footer */

#footer .end {
    list-style: none;
    font-size: 80%;
    letter-spacing: 1px;
    color: #999;
    padding: 0;
    margin-top: 30px;
}

#footer .end li {
    display: inline;
    padding-right: 10px;
}

#footer #foot-menu {
    display: none;
}

/* @end */

/* @group Product Details */

/*.details-left a,*/
.details-left .form,
.details-right #previous-next { display: none; }
.details-right h2 { font-size: 1.2em ;}

/* @end */

/* @group Sidebar */

#right {
    display: none;
}

/* @end */

/* @group What's New */

.whatsnew { display: none; }

/* @end */

/* @group Product Summary & Search Results */

#summary-pages {
    display: none;
}

.summary-section {
    border-bottom: 2px solid #333;
    margin-bottom: 20px;
}

/* .product-left a, */
.product-left a.zoom,
.product-left a.see-our-review,
.product-left a.read-our-review,
.product-right p a,
.product-right ul {
    display: none;
}


/* @end */

/* @group Kit Calculator */
.calc-section
{
	position: relative;
	padding: 37px 0 15px 0;
	background: url(/images/global/gray-border.gif) repeat-x bottom left;
}

.calc-section h3
{
	margin: 0 0 13px 0;
	padding: 0;
}

.calc-section .component input.text {
	text-align: left;
}

/* Top section w/ thumbnail and text */
div.calc-top
{
	font-weight: bold;
	color: #666;
	padding-top: 33px;
	padding-bottom: 17px;
}

.calc-top h3 { margin: 5px 0 11px 0; }

.calc-top p
{
	line-height: 1.2em;
	margin-bottom: 1px;
}

.calc-top div.totals
{
	position: absolute;
	top: 60px;
	right: 0;
}

.calc-top div img
{
	float: left;
	margin: 2px 10px 0 0;
}

.calc-top ul
{
	position: absolute;
	right: 0;
	top: 106px;
}

.calc-top ul li
{
	display: block;
	float: right;
	width: 68px;
	margin: 0 0 0 4px;
	padding: 0 3px;
	font-size: 0.75em;
	text-align: right;
}

/* Totals Sections (top & bottom) */
.calc-totals h3 { margin-bottom: 3px; }

.calc-totals div.totals
{
	position: absolute;
	top: 29px;
	right: 0;
}

.calc-totals div.totals input,

.calc-top div.totals input
{
	width: 64px;
	margin: 0 0 0 4px;
	padding: 2px 2px 3px 2px;
	border-color: #a3a3a3;
	text-align: right;
	font-size: 0.625em;
	font-weight: bold;
}

/* Component Rows */
.component
{
	clear: both;
	position: relative;
	height: 20px;
	margin-bottom: 6px;
}

.component label
{
	float: left;
	width: 143px;
	text-align: right;
	font-size: 0.6875em;
	font-weight: bold;
	color: #666;
	padding-top: 4px;
	margin-bottom: 6px;
}

.component select,

.component input,

.component span.nodrop
{
	position: absolute;
	font-size: 0.6875em;
	border-color: #a3a3a3;
}

.component select
{
	top: 0;
	left: 153px;
	padding: 2px;
}

.component span.nodrop
{
	top: 0;
	left: 153px;
	font-size: 0.6875em;
	line-height: 20px;
}

.component input.text
{
	top: 0;
	right: 0;
	width: 56px;
	padding-bottom: 2px;
	text-align: right;
}

/* Bullet options in upper right corner of some sections */
.bullet
{
	position: absolute;
	top: 26px;
	right: 0;
	height: 16px;
	font-size: 0.6875em;
}

.bullet label
{
	float: left;
	line-height: 13px;
	font-size: 1.0em;
	font-weight: normal;
	color: #000;
}

.bullet label:hover
{
	/* Make label look like link. ÊModern browsers only. */
	cursor: pointer;
}

.bullet input { margin: 0 0 0 6px; }

/* Remove line from last block */
.calc-last { background-image: none; }

/* Bottom Buttons */
.save
{
	position: absolute;
	top: 70px;
	right: 0px;
}

.save input { margin-left: 5px; }

/* Disclaimer Paragraph */
.disclaimer
{
	color: #666;
	padding-top: 90px;
	font-size: 11px;
	line-height: 1.4em;
}

/* @end */

/*Demo pages*/
.demozoomthumbs { display: none; }
/* End */

/*Brand Landing Page */
#brand-grid td { padding-right: 15px; }
#brand-grid img { border: none; }
#brand-grid a {
	text-decoration: none;
	font-size: .75em;
	color: #000;	
}
/* End */

/* Order Confirmation */

.ocLabel {
	font-size: 12px;
	float: left;
	width: 135px;
	font-weight: bold;
}
.ocLeftContainer {
	width: 400px;
}

.ocLableIndent {
	margin-left: 20px;
	width: 80px;
}
.ocData {
	font-size: 12px;
	float: left;
}
.ocPrice {
	width: 80px;
	text-align: right;
}
.ocClear {
	clear: both;
	height: 10px;
}
.ocTextField {
	width: 145px;
	height: 18px;
	border: 1px solid #A3A3A3;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 11px;
	vertical-align: middle;
	padding-top: 3px;
	padding-left: 5px;
}

.oc_button {
	border: 1px solid #999;
	background-color: #C30004;
	color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	height: 23px;
	font-size: 12px;
	vertical-align: middle;
}


#sendTextSignupResponse {
	color: #c00;
	font-weight: bold;
	margin-left: 10px;
	display: none;
}

.ocAddressUpdateMsg {
	float: left;
	width: 250px;
	font-size: 12px;
	padding: 10px;
	background: #f3f3f3;
	line-height: 16px;
	color: #000;
	border: 1px solid #c00;
}

.ocRightCol {
	float: right;
	width: 234px;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
	margin-right: 10px;
}

.ocRightColHeader {
	color: #444;
	font-size: 24px;
}

.content {
	font-size: 10px;
}
.end {
	display: none;
}
.submit {
	display: none;
}
#confirm-table
{
	color: #000;
	border-bottom: 2px solid #646464;
	margin-bottom: 0;
}

#confirm-table tr th
{
	font-size: 10px;
	color: #c00;
	border-color: #a3a3a3;
}

#confirm-table tr td
{
	padding: 8px 0 4px 0;
	text-align: center;
	vertical-align: top;
}

#confirm-table tr th.left,

#confirm-table tr td.left { text-align: left; }

#confirm-table tr th.right,

#confirm-table tr td.right
{
	text-align: right;
	padding-right: 20px;
}

#confirm-table tr th.details { width: 200px; }
#confirm-table tr td.details { width: 100px; }
#confirm-table tr th.qty,

#confirm-table tr td.qty { width: 75px; }

#confirm-table tr th.qty, #confirm-table tr th.details {
	text-align: center;
}

#confirm-table tr td .components
{
	border: none;
	margin: 10px;
	color: #000;
}

#confirm-table tr td .components tr td
{
	padding: 0.181818em 0;
	text-align: left;
}

#confirm-table tr td.confirm-component {
    text-align: left;
    margin: 0;
    padding: 1px 0 0 20px;
    width: 180px;
 }

#confirm-table tr td.confirm-component-details {
    text-align: left;
    margin: 0;
    padding: 1px 0 0 0;
 }

#confirm-totals
{
	float: right;
	width: 240px;
	text-align: right;
	margin-right: 17px;
}

.printBold {
	font-weight: bold;
	width: 120px;
}
/* End */