/* @group Reset */

#html, body {
  margin: auto;
	font-size: /*1em*/ 16px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0px;
	padding: 30px 0;
	text-align: center;
	background: #e1e1e1;
	color: #000;
} 

#centerpage { 
	width: 948px;
	margin: 0px auto;
	text-align: left;
}

/*Forces a scrollbar in FF and Safari to avoid page jumping between short and long centered pages
html {height: 100%; padding-bottom: 1px;}*/

/* Main Background Shadow */
.shadowContainer {
	position: relative;
}
.leftTopCorner {
	position: absolute;
	z-index: 5001;
	left: -8px;
	top: -8px;
	width: 100%;
	height: 16px;
	background: url(../images/common/shadow.png) left top no-repeat;
}
.rightTopCorner {
	position: absolute;
	z-index: 5001;
	right: -8px;
	top: -8px;
	width: 16px;
	height: 100%;
	background: url(../images/common/shadow.png) right top no-repeat;
}
.leftBottomCorner {
	position: absolute;
	z-index: 5001;
	left: -8px;
	bottom: -8px;
	width: 16px;
	height: 100%;
	background: url(../images/common/shadow.png) left bottom no-repeat;
}
.rightBottomCorner {
	position: absolute;
	z-index: 5001;
	right: -8px;
	bottom: -8px;
	width: 100%;
	height: 16px;
	background: url(../images/common/shadow.png) right bottom no-repeat;
}

.shadowContent {
	position: absolute;
}

/* Resizeable Background Shadow */
.shadowContainerRes {
	position: relative;
	background: #FFF;
}

form, h1, h2, h3, h4, h5, p, td, th, input, select, textarea, ol, ul, li, blockquote
{
	padding: 0;
	margin: 0;
}

b { font-weight: normal; }

h1, h2, h3, h4, h5
{
	font-weight: normal;
	font-style: normal;
	font-size: inherit;
	font-family: inherit;
}

a:link, a:visited
{
	text-decoration: underline;
	color: #000;
}

a:active, a:hover
{
	color: #000;
	text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: none; }

input, select, textarea
{
	font-size: inherit;
	font-family: inherit;
}

ul { list-style-type: none; }
img { border: 0px; }

/* @end */
/* @group Body & Main Container */
#main
{
	position: relative;
	margin: 0px;
	width: 948px;
	background: #fff;
}

#main ul.side-links li,
#main #left ul li
{
    /*line-height: 1.1em;*/
} 

/* @end */
/* @group Link Decoration */
.content a:link,
.content a:visited,
.content a:active
{
	color: #06f;
	text-decoration: none;
}

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

#answers a:link,
#answers a:visited,
#answers a:active
{
	color: #06f;
	text-decoration: none;
}

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

.content a.see-our-review,
.content a.see-our-review:visited,
.content a.read-our-review,
.content a.read-our-review:visited,
.content a.zoom,
.content a.zoom:visited
{
	display: block;
	width: ;
	color: #000;
	text-decoration: none;
	padding-right: 5px; 
}

.content a.see-our-review
{
	height: 12px;
	padding-left: 22px;
	background: url(/images/global/icon-see-review.gif) no-repeat top left;
}

.content a.zoom
{
	height: 13px;
	padding-left: 22px;
	background: url(/images/global/icon-zoom.gif) no-repeat top left;
}

.content a.read-our-review
{
	height: 13px;
	padding-left: 19px;
	background: url(/images/global/icon-read-review.gif) no-repeat top left;
}

.content a.configure-buy
{
	padding-left: 19px;
	background: url(/images/global/icon-configure-buy.gif) no-repeat top left;
	color: #000000;
	font-size: 0.625em;
	line-height: 14px;
}

.content a.demo-this-product,
.content a.demo-this-product:visited,
.content a.demo-this-product:active
{
	display: block;
	width: ;
	color: #000000;
	text-decoration: none;
	padding-right: 5px; 
}

.content a.demo-this-product:hover
{
	display: block;
	width: ;
	color: #999;
	text-decoration: none;
	padding-right: 5px; 
}
.content a.demo-this-product
{
	height: 12px;
	padding-left: 15px;
	background: url(/images/global/arrow.gif) no-repeat top left;
}

#configure-buy-bottom {
	margin: 15px 0 10px 0;
}

#configure-buy-bottom a.configure-buy {
	height: 15px;
	display: block;
}

.content a.see-our-review:hover
{
	color: #999;
	background-position: 0 -24px;
}

.content a.zoom:hover
{
	color: #999;
	background-position: 0 -24px;
}

.content a.read-our-review:hover
{
	color: #999;
	background-position: 0 -24px;
}

.content a.configure-buy:hover
{
	color: #999;
	background-position: 0 -30px;
	text-decoration: none;
}

ul.side-links li.red a:link,
ul.side-links li.red a:visited,
ul.side-links li.red a:active { color: #c00; }
ul.side-links li.red a:hover { color: #F06767; }

#left .summary-section li.red a:link,
#left .summary-section li.red a:visited,
#left .summary-section li.red a:active { color: #c00; }
#left .summary-section li.red a:hover { color: #F06767; }

table td.left a:link,
table td.left a:visited,
table td.left a:active
{
	line-height: 1.454545em;
	color: #06f;
	text-decoration: none;
}

table td.left a:hover { text-decoration: underline; }

.live_chat {
	float: left;
	display: block;
}
#_lpChatBtn {
	position: absolute;
	top: 10px;
	left: 13px;
}

/* @end */
/* @group Header */
#header { width: 948px; }

#headerSpace {
	clear: both;
	height: 192px;
}

.top-header
{
	position: absolute;
	top: 10px;
	right: 200px;
}

.top-header a
{
	float: left;
	display: block;
	width: 98px;
	height: 12px;
	margin: 3px 16px 0 0;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/global/mail.gif) no-repeat;
}

.top-header a:hover { background-position: 0 -12px; }
.top-header div, .top-header div input { float: left; }

.top-header div input.text
{
	position: relative;
	width: 149px;
	height: 15px;
	padding: 1px 4px 0 4px;
	margin-right: 3px;
	border: 1px solid #999;
	font-size: 10px;
	font-family: Arial;
	text-align: left;
}

body.rdb { }
body.mtb { }

/* @group Main Menu */
/* deleted by zaneray, got moved to navigation.css */
/* @end */
#header #banner
{
	position: relative;
	width: 877px;
	overflow: hidden;
	height: 302px;
	margin-bottom: 43px;
	margin-left: 35px;
	border: 1px solid #999;
}

#header #banner img { display: block; }

#header .cervelo-soloist-team
{
	height: 302px;
	background: url(/images/products/brand/year/cervelo-soloist-team.jpg) no-repeat;
}

/* @end */
/* @group Content Containers */

.relative { position: relative; }

/* 2-Col Format */
#left
{
	padding-left: 35px;
	width: 619px;
	float: left;
}

#right
{
	position: relative;
	float: left;
	padding: 33px 0 0 84px;
	/* overflow: hidden; -hides the horizontal #configure menu */
	width: 176px;
}

/* Larger dual columns. ÊPlace inside #container */
#left-475
{
	float: left;
	width: 475px;
}

#right-318
{
	float: right;
	width: 318px;
}

/* 1-Col Format */
#container
{
	padding-left: 35px;
	width: 879px;
}

#full
{
	padding-left: 35px;
	width: 784px;
}

/* @end */
/* @group Default / Common Styles */
h2
{
	margin: 0 0 26px 0;
	padding: 0;
	font: normal 0.8125em Arial, Helvetica, sans-serif;
}

h2.red {
    font-size: .8125em;
    color: #c00;
    margin: 2.5em 0 .70em 0;
    font-weight: bold;
}

.sIFR-active h2.sifr
{
	font-size: 14px;
	line-height: 1em;
	width: 610px;
}

.sIFR-active h2.sifr2
{
	font-size: 14px;
	line-height: 1em;
	width: 450;
}

h3
{
	font-size: 0.75em;
	color: #c00;
	margin-bottom: 9px;
	font-weight: bold;
}
h3 b { font-weight: bold; }

h2.gry, h3.gry { color: #494949; }

h3.gry {font-size: .81em;}

div.text h2
{
	font-weight: bold;
	margin-bottom: 0;
	color: #494949;
}

h4 { font-size: 0.6875em; }
th h4 { font-weight: bold; }
.small { font-size: 0.625em; }
p.small {
	margin-bottom: 0;
	font-size: .70em;
}

p{
	font-size: 0.75em;
	line-height: 1.45em;
	margin-bottom: 0.9em;
}

img { border: none; }

img.left
{
	float: left;
	margin: 6px 20px 4px 0;
	border: 1px solid #000000;
}

img.right
{
	float: right;
	margin: 6px 15px 4px 20px;
	border: 1px solid #000000;
}

span.icon-text-review
{
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(/images/global/icon-read-review.gif);
}

span.icon-video-review
{
	display: block;
	width: 18px;
	height: 13px;
	background-image: url(/images/global/icon-see-review.gif);
}

/* Tables default styling */

/* May need to add specific rules depending

any special styling needed per page. */

table
{
	width: 100%;
	color: #666;
	/*border-bottom: 1px solid #999;*/
	margin: 8px 0 30px 0;
}

table th
{
	border-bottom: 1px solid #000;
	padding-bottom: 0.181818em;
	color: #666;
}

table tr.alt { background-color: #f5f5f5; }

table td
{
	/*padding: 3px 0;*/
	padding: 0;
	font-size: 0.6875em;
	line-height: 1.454545em;
}

table td td
{
	font-size: 1em;
	line-height: 1em;
}

table th.left,

table td.left { text-align: left; }

/* Default lists */
ol
{
	list-style-position: inside;
	margin-left: 0;
	margin-bottom: 1em;
	padding: 0;
}

ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left ul li,
#left ol li,
.fit-calc-output ul li,
.fit-calc-output ol li,
.latestemails-right ul li,
.text ol li
{
	font-size: 0.75em;
	line-height: 1.333333em;
	margin: 0;
	padding: 0;
}
#left ol li {
	margin-bottom: 1em;
}
#left ul li p,
#left ol li p { font-size: 1em; }

.basic-list {
	list-style: disc;
	margin-left: 1em;
	margin-bottom: 1em;
}
.basic-list li {
	font-size: 0.75em;
	line-height: 1.333333em;
	margin: 0;
	padding: 0;
}		

/* Form Element Defaults */
form { display: inline; }

form label
{
	font-size: 0.6875em;
	font-weight: bold;
	color: #666;
}

.content label
{
	float: left;
	display: block;
}

.content input.text,
.sort input.text,
.sort input.searchField,
.reviews-right input.searchField,
.content input.submit,
.content select {font-size: 0.6875em; border: 1px solid #999; }

.sort input.text,
.sort input.searchField,
.reviews-right input.searchField,
.content input.text {
	padding: 0.181818em;
	margin: 3px 0 0 0;
}

.content input.submit
{
	padding: 1px 10px;
	background-color: #e1e1e1;
}

.content select
{
	height: 1.9em;
	padding: 2px;
}

.content textarea
{
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-size: 0.6875em;
}

/* @end */
/* @group Custom Lists */
/* Unordered Lists w/ Small Arrow */
ul.standard
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.standard li
{
	font-size: 0.75em;
	line-height: 1.333333em;
	margin: 0 0 3px 0;
	padding: 0 0 0 11px;
	background: url(/images/global/arrow-sm.gif) no-repeat 0 0.5em;
}
/* Same as Standard, but with more bottom margin on the list-items -- use for longer blocks of text */

#left ul.standard-long-block
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left ul.standard-long-block li
{
	font-size: 0.75em;
	line-height: 1.333333em;
	margin: 0 0 15px 0;
	padding: 0 0 0 11px;
	background: url(/images/global/arrow-sm.gif) no-repeat 0 0.5em;
}

.content ul.standard li a
{
	color: #000;
	text-decoration: underline;
}
.content ul.standard li a:hover
{
	color: #000;
	text-decoration: none;
}
#left ul.standard
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#left ul.standard li
{
	font-size: 0.75em;
	line-height: 1.333333em;
	margin: 0 0 3px 0;
	padding: 0 0 0 11px;
	background: url(/images/global/arrow-sm.gif) no-repeat 0 0.5em;
}

ol.standard li { margin-bottom: 3px; }

/* Ordered lists that resemble paragraphs rather than lists */
/* Use <ol class="unlist"> */
ol.unlist
{
	margin-left: 18px;
	font-weight: bold;
	list-style-position: outside;
}

ol.unlist li
{
	margin: 0;
	padding: 0;
}

ol.unlist li p
{
	margin-left: -18px;
	font-weight: normal;
}

ol.unlist li p strong.item { margin-left: 15px; }
div.text ol { margin-bottom: 0.666667em; }

/* @end */
/* @group Sidebar */
#right h3 { margin-bottom: 5px; }
#featured_new_product { margin-bottom: 15px; }
#mycustomscroll { margin-bottom: 15px; }

/* Bike Thumbnail Sidebar */
ul#thumbs
{
	float: left;
	list-style: none;
	margin: 0 0 10px -10px;
	padding: 0;
	_display: inline;
}

ul#thumbs li
{
	float: left;
	display: block;
	width: 93px;
	height: 75px;
	text-align: right;
}

ul#thumbs li a.configure
{
	display: block;
	width: 88px;
	height: 21px;
	text-align: left;
	text-indent: -9999px;
	background: url(/images/global/configure.gif) no-repeat 10px top;
}

.specials-row-left img.cat-thumb, #thumbs img.cat-thumb, #thumbs img.bike-thumb { border: solid 1px #999; }

/* Links under bike thumbnails */
ul.side-links
{
	list-style: circle outside url(/images/global/arrow.gif);
	margin: 15px 0 0 17px !important;
	clear: both;
	/* clears the floated thumbs above */
}

ul.side-links li a:link,
ul.side-links li a:visited,
ul.side-links li a:active
{
	font-size: 0.625em;
	text-decoration: none;
}

ul.side-links li a:hover { color: #999; }

/* RSS Button */
a.rss
{
  display: block;
  overflow: hidden;
  margin-top: 12px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 44px;
  height: 16px;
  background: url(/images/global/rss.jpg) no-repeat;
  float: left;
}

/* @end */
/* @group Bike Model */
/* Table things specific to Bike Model pages */
table td.price
{
	vertical-align: top;
	width: 100px;
}

table td.modelname
{
	vertical-align: top;
	width: 125px;
}

table td.price del { color: #c00; }

table th.right,

table td.right
{
	text-align: right;
	padding-right: 30px;
}

table#pricing { border-bottom: 1px solid #999; }
table#pricing th { text-align: left; }
table#pricing td { 
	line-height: 1.2;
	padding-top: 3px;
	padding-bottom: 3px;
}
table#geometry {
	text-align: center;
	margin-bottom: 3px;
	border-bottom: 1px solid #999;
}
table#geometry td { padding: 3px 0; }
table#geometry th {
	padding-right: 5px;
	padding-left: 5px;
}
#geometry-notes { font-size: .625em; }

/* Configure / Review links above side thumbs */
ul#configure
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 400px;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0.625em;
	z-index: 302;
}

ul#configure li { display: inline; }

ul#configure a
{
	float: right;
	line-height: 14px;
	_height: 20px;
	margin-left: 10px;
	text-decoration: none;
	display: inline;
}

ul#configure a:link,

ul#configure a:visited,

ul#configure a:active
{
	display: block;
	width: auto;
	color: #000;
	text-decoration: none;
}

ul#configure a.see-our-review
{
	height: 12px;
	padding-left: 22px;
	background: url(/images/global/icon-see-review.gif) no-repeat top left;
}

ul#configure a.read-our-review
{
	height: 15px;
	padding-left: 19px;
	background: url(/images/global/icon-read-review.gif) no-repeat top left;
}

ul#configure a.configure-buy
{
	height: 15px;
	padding-left: 19px;
	background: url(/images/global/icon-configure-buy.gif) no-repeat top left;
}

ul#configure a.see-our-review:hover
{
	color: #999;
	background-position: 0 -24px;
}

ul#configure a.read-our-review:hover
{
	color: #999;
	background-position: 0 -24px;
}

ul#configure a.configure-buy:hover
{
	color: #999;
	background-position: 0 -30px;
}

/* @end */
/* @group Bike Buy */
#bike_buy_left
{
	float: left;
	width: 279px;
	margin: 28px 0 45px 0;
	padding-bottom: 10px;
	border-right: 1px solid #7f7f7f;
	display: inline;
}

#bike_buy_right
{
	float: right;
	width: 279px;
	margin: 28px 0 45px 30px;
}

#bike_buy_right_contents
{
	padding-left: 30px;
}

#frame_buy_left
{
  float: left;
  width: 619px;
  margin: 0 0 0 0;
  display: inline;
}

#bike_buy_left h3, #bike_buy_right h3, #frame_buy_left h3 { margin: 0 0 24px 0; }

#bike_buy_left label, #frame_buy_left label
{
	font-size: 0.75em;
	width: 145px;
	height: 40px;
}

#bike_buy_left label a:link,

#bike_buy_left label a:visited,

#bike_buy_left label a:active,

#frame_buy_left label a:link,

#frame_buy_left label a:visited,

#frame_buy_left label a:active
{
	font-size: 0.833333em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	background: url(/images/global/arrow.gif) no-repeat 0 2px;
	margin-top: 4px;
	padding-left: 13px;
	text-decoration: none;
}
#bike_buy_left label a:hover, #bike_buy_left label a:hover { color: #999; }
#bike_buy_left select,
#bike_buy_left input, 
#frame_buy_left select,
#frame_buy_left input 
{ margin-left: 5px; }
#bike_buy_left br, 
#frame_buy_left br 
{ clear: left; }
.bike_buy_bottom { width: 450px; }
.bike_buy_bottom select { width: 170px; }
.bike_buy_bottom select,

.bike_buy_bottom input { float: right; }

/* @end */
/* @group Contact Us */
#contact-us
{
	color: #666;
	margin: 40px 0 70px 0;
}

#contact-us label
{
	width: 50px;
	height: 22px;
	font-size: 0.6875em;
	line-height: 22px;
	padding-right: 14px;
	text-align: right;
}

#contact-us input.text,

#contact-us textarea
{
	margin-bottom: 6px;
	border-color: #a3a3a3;
}

#contact-us input.text { width: 145px; }

#contact-us textarea
{
	font-size: 0.6875em;
	width: 370px;
	height: 90px;
	border: 1px solid #a3a3a3;
}

#contact-us br { clear: left; }

#contact-us input.box
{
	float: left;
	margin: 3px 5px 0 0;
}

#contact-us strong,

#contact-us span
{
	font-size: 0.6875em;
	line-height: 1.9em;
}

#contact-us input.submit { margin-top: 16px; }
#contact-us form a:link {
	font-size: .6875em;
}

.email-results a:link,

.email-results a:active,

.email-results a:visited
 {
	color: #06f;
	text-decoration: none;
	font-size: 0.6875em;
	}

.email-results a:hover
 {
	text-decoration: underline;
	}

/* #end */
/* @group FAQ */
#questions { margin-bottom: 39px; }

#questions p a {
	color: #06f;
	text-decoration: none;
}

#questions p a:hover {
	text-decoration: underline;
}

#questions h2,

#answers h2
{
	margin-bottom: 3px;
	padding: 0;
	font-weight: bold;
	color: #494949;
}

#questions ul { margin-bottom: 18px; }
#answers h3 { margin-bottom: 6px; }
#answers h3.red { padding-top: 1em; }

/* @end */
/* @group What's New */
.whatsnew
{
	font-size: 0.625em;
	color: #666;
	margin-bottom: 17px;
}

.whatsnew select
{
	height: 1.8em;
	padding: 2px;
	border: 1px solid #a3a3a3;
	color: #666;
	font-size: 1em;
	margin-top: 3px;
}

.whatsnew-right { margin-top: 96px; }
.whatsnew-right-about { margin-top: 16px; }

#twitter { 
	margin-top: 15px;
	}

#twitter ul { 
	margin: 0;
	padding: 0;
	line-height:1.33333em;
	font-size: 10px;
	}
	
#twitter ul li { 
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 11px;
}

#twitter ul li a:active,
#twitter ul li a:visited,
#twitter ul li a:link {
	color: #06f;
	text-decoration: none;
}
	
#twitter ul li a:hover {
	color: #06f;
	text-decoration: underline;
}

table.whatsnew {
	border-bottom: none;
	width:auto;
}

#whatsnew-content img:hover {
	cursor: pointer;
}

#whatsnew-content img {
	cursor: pointer;
}
	
/* @end */
/* @group Careers */
.careers-left h3
{
	color: #000;
	margin-bottom: 5px;
}

.careers-right
{
	margin-top: 15px;
	border: 1px solid #000;
	background-color: #f2f2f2;
}

.careers-right p { margin: 21px; }

/* @end */
/* @group Gift Cards */
.giftcards p { font-size: 0.6875em; }

.giftcards label
{
	float: none;
	display: inline;
	margin-right: 5px;
}

.giftcards input.text {
	padding: 2px;
	margin-right: 5px;
	}
.giftcards input.qty { text-align: center; }
.giftcards input.submit { margin-left: 5px; }

/* @end */
/* @group Latest Email */
.latestemails-left
{
	float: left;
	width: 283px;
	margin-top: 10px;
	padding-bottom: 18px;
}

.latestemails-left img { border: solid 1px #999; }

.latestemails-left h3 { margin: 20px 0 8px 0; }
.latestemails-right { margin: 35px 0 0 368px; }
.latestemails-right input { margin-bottom: 20px; }

.latestemails-right input.text
{
	float: left;
	margin-right: 5px;
	text-align: center;
	font-size: 0.6875em;
}

.latestemails-right .submit { margin-top: 3px; }

/* @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;
	margin-top: -23px;
}

.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 div img.cat-thumb
{
	border: solid 1px #999; 
}

.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 { margin-top: -5px;}

.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;
	margin-bottom: 57px;
}

/* Bottom Buttons */
.save
{
	position: absolute;
	top: 70px;
	right: 0px;
}

.save input { margin-left: 5px; }

/* Disclaimer Paragraph */
.disclaimer
{
	color: #666;
	padding-top: 6px;
	font-size: 11px;
	line-height: 1.4em;
}

/* @end */
/* @group Product Summary & Detail Common */
#product-container {
	width: 619px;
	float: left;
	margin-bottom: 15px;
}

#product-image {
	display: block;
	float: left;
	width: 300px;
	text-align: center;
}

/* Vertical alignment of image left of details */

#product-image table { margin-top: -5px;}

#product-image table td {
	width: 300px;
	vertical-align: middle;
	text-align: center;
}

#product-details {
	display: block;
	float: right;
	position: relative;
	width: 257px;
}

#product-details h2#productnamecapture {
	font-size: 0.923077em;
	font-weight: bold;
}

#product-details #buyaddtocart form {
	width: 257px;
}

#product-details #buyaddtocart form .row-field {
	height: 1.4em;
	margin-bottom: 10px;
}
#product-details #buyaddtocart form .row-field-text {
	margin-bottom: 10px;
	margin-top: -10px;
}

#product-details #buyaddtocart form .row-field-text p.small span {
	line-height: 1em;
}

#product-details div#iteminfo li {
	font-size: 1em;
}

#product-details div#iteminfo li.info {
	padding: 5px 0;
}

#product-details div#iteminfo {
	margin-bottom: 16px;
	line-height: 1.3;
	font-size: 0.7em;
}

#product-details div#iteminfo li > span {
	padding-right: 15px;
}

#product-details div#iteminfo li.price strong {
	font-size: 1.25em;
	font-weight: bold;
	color: #666;
}

#product-details .form {
	clear: both;
	padding-top: 10px;
}

#product-details input,
#product-details select {
	margin-bottom: 0;
}

#product-details input {
	text-align: center;
}

#product-details input.text {
	float: left;
	margin: 0 4px 0 0;
	width: 2.0em;
}

#product-details ul.side-links a {
	color: #000;
	font-size: .75em;
}

#product-details ul.side-links a:hover {
	color: #999;
}

#product-details input.submit {
	width: 88px;
}

#product-details form {
	display: block;
	float: left;
	margin-bottom: 15px;
}

#product-details ul.side-links {
	margin-top: 0 !important;
}

#product-details ul.side-links li {
	list-style-type: none;
}

h2#productnamecapture {
	color: #666;
	padding-bottom: 0;
	margin-bottom: 1px;
	line-height: 1.1em;
}

span.qty {
	display: block;
	height: 15px;
	font-size: 0.625em;
	line-height: 2em;
}

#product-controls {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

#product-views,
#previous-next {
	display: block;
	float: left;
}

#product-views {
	width: 362px;
	font-size: 0.625em;
}

#product-views a {
	display: block;
	float: left;
	margin-right: 5px;
	display: inline;
}

div#product-review-comments {
	width: 619px;
}
div#product-review-comments textarea, div#whats-new-comments textarea {
	border: solid 1px #999;
}
/* Left small column */
.product-left
{
	float: left;
	width: 118px;
}

.product-left a
{
	float: left;
	font-size: 0.625em;
	margin-bottom: 5px;
	display: block;
    width: 100%;
}

.product-left .zoom {
	margin-top: 10px;
}

.product-left .qty {
	font-size: 0.625em;
}

.product-left br { clear: left; }

/* Right column */
.product-right { margin-left: 154px; }

.product-right h2
{
	padding-bottom: 0;
	font-weight: bold;
	color: #666;
}

.product-right span
{
	float: left;
	margin-right: 5px;
}

.product-right h2 a:link,

.product-right h2 a:visited
{
	color: #666;
	text-decoration: none;
}

.product-right h2 a:hover { text-decoration: underline; }

/* @end */
/* @group Product Summary */
.summary-section
{
	margin: 0 0 30px 0;
	padding: 0 0 39px 0;
	border-bottom: 1px solid #c1c1c1;
}

.summary-first { margin-top: 10px; }

.summary-section div.price
{
	font-size: 0.6875em;
	float: right;
	margin: 2px 0 0 38px;
	font-weight: bold;
}

.summary-section .product-right div.price span.priceBreakSpacer,
.priceBreakSpacer
{
float: none;
margin: 0px 4px;
} 

.summary-section div.item 
{
	font-size: 0.6875em;
	margin-top: 3px;
}

.summary-section div.price del { color: #c00; }

.summary-section h2
{
	padding: 0;
	margin-bottom: -1px;
}

.summary-section p
{
	font-size: 0.6875em;
	margin: 16px 0 7px 0;
}

/* Arrow links */
#left .summary-section ul li
{
	line-height: 1.1666;
	padding-left: 15px;
	background: url(/images/global/arrow.gif) no-repeat 0 0.3em;
}

#left .summary-section ul li.red { background-image: url(/images/global/arrow-red.gif); }

#left .summary-section ul li a:link,
#left .summary-section ul li a:visited,
#left .summary-section ul li a:active
{
	font-size: 0.833333em;
	color: #000;
}

/* Page nubmers at bottom */
#summary-pages
{
	color: #666;
	padding-bottom: 19px;
}

#summary-pages ul { margin-top: 16px; }

#summary-pages ul li
{
	float: left;
	text-align: center;
	margin: 0 1px;
	font-size: 0.625em;
}

#summary-pages ul li a:link,

#summary-pages ul li a:visited,

#summary-pages ul li a:active
{
	color: #000;
	text-decoration: none;
}

#summary-pages ul li a:hover
{
	color: #999;
	text-decoration: none;
}

/* <li> class for Numbers */
#summary-pages ul li.number a,

#summary-pages ul li.number a:visited
{
	display: block;
	height: 1.2em;
	border: 1px solid #fff;
	padding: 0 0.1875em;
}

#summary-pages ul li.number a:hover,

#summary-pages ul li.number a:active { border-color: #999; }

/* <li> <a> class for Previous */
#summary-pages ul li.previous a:link,
#summary-pages ul li.previous a:visited,
#summary-pages ul li.previous a:hover,
#summary-pages ul li.previous a:active
{
	display: block;
	height: 1.0625em;
	background: url(/images/global/arrow-back.gif) no-repeat 0 0.15em;
	padding-left: 13px;
}

/* <li> class for Current Page */
#summary-pages ul li.now
{
	width: 1.3em;
	border: 1px solid #fff;
	color: #c00;
}

/* <li> <a> class for Next */
#summary-pages ul li.next a:link,
#summary-pages ul li.next a:visited,
#summary-pages ul li.next a:hover,
#summary-pages ul li.next a:active
{
	display: block;
	height: 1.0625em;
	background: url(/images/global/arrow.gif) no-repeat 100% 0.15em;
	padding: 0 14px 0 3px;
}

/* <li> class for View All */
#summary-pages ul li.all { padding-left: 12px; }
#summary-pages ul li.all a { color: #06f; }
#summary-pages ul li.all a:hover { text-decoration: underline; }
.content ul li.all { font-size: 11px; }
#summary-sort
{
	position: absolute;
	top: -33px;
	right: 0;
	width: 128px;
	height: 16px;
}

.summary-side ul#thumbs li { height: 73px; }

/* @end */
/* @group Product Detail */
.details-left .form
{
	clear: both;
	padding-top: 21px;
}

.details-left input,
.details-left select
{
	margin-bottom: 11px;
}

.details-left input { text-align: center; }

.details-left input.text
{
	float: left;
	margin: 0 4px 10px 0;
	width: 2.0em;
}

.details-left .form ul.side-links a {
	color: #000;
	font-size: .75em;
}
.details-left .form ul.side-links a:hover {	color: #999; }
.details-left input.submit { width: 88px; }
.details-right { padding-bottom: 5px; }

/* Previous/Next link box */
.details-right div#previous-next
{
	float: right;
	margin-left: 38px;
	text-align: right;
}

.details-right h2
{
	color: #666;
	padding-bottom: 0;
	margin-bottom: 1px;
	line-height: 1.1em;
}

/* Item info under header text */
.details-right div#iteminfo 
{
	margin-bottom: 16px;
	line-height: 1.3;
	font-size: .7em;
}

.details-right div#iteminfo strong del {
	color: #cc0000;
}

/* Span gives nice gap without using &nbsp; repetedly */
.details-right div#iteminfo span { margin-right: 18px; }

/* @end */
/* @group Brand Page Multi-Category */

.brand-paragraph { margin: 0 0 25px 0; }

#brand-grid
{
	width: auto;
	border: none;
	margin-top: 2px;
}

#brand-grid a:link,

#brand-grid a:visited
{
	text-decoration: none;
	color: #666;
}

#brand-grid tr td
{
	text-align: center;
	vertical-align: bottom;
	width: 218px;
}

td h3 { font-size: 1.090909em; }

#brand-grid tr td h3
{
	width: 208px;
	height: 50px;
	margin: 10px auto 0 auto;
}

#brand-grid tr td h3 a:hover
{
	text-decoration: underline;
}

/* @end */
/* @group Breadcrumbs */
.breadcrumb
{
	color: #666;
	font-size: 0.6875em;
}

.breadcrumb p { font-size: 1em; }

.breadcrumb a:link,

.breadcrumb a:visited
{
	color: #666;
	text-decoration: underline;
}

.breadcrumb a:hover { text-decoration: none; }

.breadcrumb em
{
	font-style: normal;
	color: #c00;
}

p.after-crumb { margin-top: -5px; }

/* @end */
/* @group Billing Info */
.billing-info span,

.payment-info span
{
	font-size: 0.6875em;
	line-height: 1.9em;
}

.billing-info strong,

.payment-info strong { color: #666; }

.billing-info .component label,

.billing-info .component select,

.billing-info .component input,

.payment-info .component label,

.payment-info .component select,

.payment-info .component input
{
	position: relative;
	top: 0;
	left: 0;
}

.billing-info .component label,

.payment-info .component label,

.payment-info label.comments { margin-right: 13px; }

.billing-info .component input.text
{
	width: 238px;
	text-align: left;
}

.billing-info .component select { width: 244px; }

.billing-info .component input.box,

.payment-info .component input.box
{
	float: left;
	margin: 3px 5px 0 0;
}

.billing-info .component select.state { width: 180px; }
.billing-info .submit { margin: 14px 0 20px 0; }
.payment-info .component input.text { width: 150px; }
.payment-info .component input.code { width: 60px; }
.payment-info .component select.card { width: 156px; border: 1px solid #666666; }
.payment-info .component select.date { width: 70px; border: 1px solid #666666; }

.payment-info label.comments
{
	float: left;
	width: 143px;
}

.payment-info textarea.comments
{
	margin: 18px 0 8px 0;
  border: 1px solid #999;
	border-color: #999;
}

/* Gift Card / Promo Code Box */
.cardpromo
{
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/images/global/gray-border.gif) repeat-x bottom left;
}

.cardpromo .component { margin-bottom: 15px; }
.cardpromo .component input.submit { margin-left: 5px; }

.cardpromo p
{
	font-size: 0.6875em;
	margin: 6px 0;
}

.cardpromo p strong { color: #000; }

/* @end */
.place-order
{
	margin: -10px 0 7px 0;
	text-align: right;
}

/* @end */
/* @group Shipping Choice */
#shipping-choice
{
	position: relative;
	width: 515px;
	margin: 25px 0 0 110px;
}

#shipping-choice img
{
	position: absolute;
	top: 0;
	left: -110px;
}

#shipping-form
{
	width: 315px;
	text-align: right;
	margin-bottom: 22px;
}

#shipping-form table
{
	margin-bottom: 25px;
	background-color: #999;
	border: none;
	text-align: left;
	color: #666;
}

#shipping-form table th,

#shipping-form table td { padding: 5px 4px; }

#shipping-form table th
{
	background-color: #eee;
	border-width: 0;
}

#shipping-form table td { background-color: #fff; }
#shipping-form table td a { font-size: 0.909091em; }

/* @end */
/* @group Confirm Order */
.confirm-billto,
.confirm-shipto,
.orderstatus-billto
{
	font-size: 0.75em;
	line-height: 1.333333em;
}

.confirm-billto
{
  float: left;
  width: 345px;
  padding-top: 0;
  margin-top: -11px;
}
.orderstatus-billto
{
  float: left;
  width: 510px;
  padding-top: 0;
  margin-top: -11px;
}
.confirm-billto,
.orderstatus-billto
{
	font-size: 100%;
}


.confirm-shipto
{
	margin-left: 355px;
	padding-top: 32px;
}

.confirm-items
{
	clear: both;
	padding-top: 30px;
	font-size: 0.625em;
}

#confirm-table
{
	color: #000;
	border-bottom: 2px solid #646464;
	margin-bottom: 0;
}

#confirm-table tr th
{
	font-size: ;
	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;
}

table.totals
{
	color: #000;
	border: none;
	margin-bottom: 30px;
}

table.totals tr td { padding: 0 0 2px 0; }
table.totals tr td.total { font-weight: bold; }
table.totals tr td.total span { color: #c00; padding-right: 5px;}
table.totals tr td.right { padding-right: 20px; }
table.totals tr td.right span { font-weight: bold; color:#c00; }

/* @end */
/* @group Cart */
.cart-view-saved
{
	height: 12px;
	line-height: 12px;
	font-size: 0.625em;
	background: url(/images/global/arrow-red.gif) no-repeat 0 2px;
	padding-left: 15px;
	margin-top: 7px;
}

.cart-view-saved a,

.cart-view-saved a:visited
{
	color: #c00;
	text-decoration: none;
}

.cart-view-saved a:hover { color: #F06767; }

#confirm-table tr td input.text
{
	font-size: 1.0em;
	text-align: center;
	border-color: #a3a3a3;
}

#cart-totals
{
	float: right;
	width: 500px;
	text-align: right;
}

#cart-totals table.totals
{
	width: 120px;
	float: right;
}

#cart-totals input.submit { margin-left: 5px; }

#related-items
{
	width: 530px;
	border: none;
}

#related-items tr td
{
	width: 135px;
	padding: 0 25px 5px 0;
	vertical-align: bottom;
}

#related-items tr td h3
{
	height: 35px;
	font-size: 0.909091em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
}

#related-items tr td h3 a,

#related-items tr td h3 a:visited
{
	text-decoration: none;
	line-height: 1.3em;
}

#related-items tr td h3 a:hover { text-decoration: underline; }

/* @end */
/* @group Demo Main */
.demo-links
{
	position: absolute;
	top: 3px;
	right: 0;
	width: 200px;
}

.demo-links ul { float: right; }

.demo-links ul.side-links { margin-top: 0 !important;}

.demo-main-row { clear: both; }

.demo-main-left
{
	float: left;
	width: 110px;
	padding-top: 40px;
}

.sIFR-active .demo-main-left h2.sifr { width: 110px; }
.demo-main-right { margin-left: 118px; }
.demo-main-right ul { display: inline; }

.demo-main-right ul li
{
	float: left;
	width: 170px;
	height: 130px;
	margin-right: 15px;
	text-align: center;
	font-size: 0.625em;
	display: inline;
}
.demozoomthumbs { 
	border: 1px solid #999;
}
/* .demo-main-right ul li img { border: 1px solid #777; }*/
.demo-main-right ul li a:link,

.demo-main-right ul li a:visited { text-decoration: none; }

/* @end */
/* @group Demo Model */
.demo-model-left
{
	float: left;
	width: 120px;
	margin-top: 34px;
	padding-top: 18px;
}

.demo-model-left div
{
	font-size: 11px;
}

.demo-model-left select,

.demo-model-left input
{
	width: 110px;
	margin-bottom: 11px;
}

.demo-model-left ul.side-links a {
	color: #000;
}

.demo-model-left input { margin-bottom: 21px; }

.demo-model-right
{
	margin: 55px 0 0 154px;
	padding-bottom: 22px;
}

.demo-model-right a:link,

.demo-model-right a:visited { text-decoration: none; font-size: 0.625em; }
.demo-model-right a:hover { color: #999; }

.demo-model-right img

{
	margin-top: 7px;
	border: 1px solid #999;
}

/* @end */
/* @group Fit Calc Output */
.fit-calc-output { padding-bottom: 9px; }
.fit-calc-output form span { font-size: 0.6875em; }
.fit-calc-output h3,

.fit-calc-step h3 { margin: 20px 0;  }
.fit-calc-output .breadcrumb,

.fit-calc-step .breadcrumb { margin-bottom: 52px; }
.fit-calc-step p { font-size: .6875em; }
.fit-calc-step ol {
	list-style-position: outside;
	margin-left: 21px;
}
.fit-calc-step li {
	font-size: .75em;
	margin-bottom: .75em;
	line-height: 1.2;
}

.measurements
{
	float: right;
	width: 156px;
	padding: 15px 25px;
	margin-top: 12px;
	border: 1px solid #999;
}

.measurements h3 { margin: 0 0 4px 0; }

.measurements table
{
	border: none;
	margin: 0;
}

.measurements table tr td { padding: 1px 0; }

.measurements table tr td.left
{
	font-weight: bold;
	color: #999;
}

.measurements table tr td.right
{
	color: #000;
	text-align: right;
	padding-right: 0;
}

#values { width: 618px; }
#values tr td { 
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}

#values tr th { 
	text-align: center;
}

#values tr td.left
{
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: left;
	font-weight: bold;
}

#values tr td ul.side-links
{
	list-style-position: inside;
	margin: 0px 0 0 0px !important;
}

#values tr td ul.side-links li { padding: 0; }

#values tr td ul.side-links li a:link,

.fit-calc-output table#values tr td ul.side-links li a:visited
{
	color: #666;
	font-size: 1.1em;
}

#values tr td ul.side-links li a:hover { color: #999; }

.fit-calc-output form ul.side-links li a:link,

.fit-calc-output form ul.side-links li a:visited
{
	color: #666;
	font-size: .91625em;
}

.fit-calc-output form ul.side-links li a:hover { color: #999; }

.fit-calc-output form p {
	font-size: .6875em;
}

.email-results
{
	width: 568px;
	margin: 25px 0;
	padding: 16px 24px;
	border: 1px solid #999;
}

.email-results h3 { margin-bottom: 5px; }
.email-results label { font-size: 0.6875em; }

.email-results input.text
{
	width: 125px;
	margin: -3px 0 12px 0;
	text-align: center;
}

.email-results input.box
{
	float: left;
	margin: 0 5px 16px 0;
}

.email-results textarea
{
	margin-bottom: 16px;
	font-size: 0.6875em;
	width: 370px;
	height: 90px;
	border: 1px solid #a3a3a3;
}

.email-results input.input
{
	border: 1px solid #a3a3a3;
	height: 1.5em;
}

.email-results br { clear: left; }

.email-results strong,

.email-results span
{
	font-size: 0.6875em;
	line-height: 1.454545em;
	color: #666;
}

.fit-calc-output ol
{
	list-style-position: outside;
	margin-left: 20px;
}

.fit-calc-output ol li { margin-bottom: 5px; }

.fit-calc-start
{
	float: right;
	width: 144px;
	padding: 19px 15px 24px 15px;
	border: 1px solid #999;
	margin: 3px 0 0 80px;
	font-size: 0.6875em;
}

.fit-calc-start strong
{
	display: block;
	margin-bottom: 7px;
	color: #666;
}

.fit-calc-start input.radio,

.fit-calc-start span
{
	float: left;
	height: 20px;
}

.fit-calc-start input.radio
{
	margin-bottom: 30px;
	border: none;
}

.fit-calc-start span
{
	line-height: 1.125em;
	padding: 0 9px 0 3px;
}

.fit-calc-start br
{
	clear: left;
	font-size: 0.01em;
	line-height: 0.01em;
}

.fit-calc-start input.submit { font-size: 1.0em; }

.fit-calc-link
{
	clear: both;
	border: 1px solid #999;
	margin: 59px 0 22px 0;
}

/* @end */
/* @group Fit Calculator Steps */
.fit-step-desc
{
	float: left;
	width: 360px;
	padding-right: 65px;
}

.fit-step-form
{
	float: left;
	width: 215px;
}

.fit-step-desc h3,

.fit-step-form h3 { margin-bottom: 10px; }

.fit-step-form label
{
	float: left;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.7em;
}

.fit-step-form label.done { color: #494949; }
.fit-step-form label.current { color: #c00; }
.fit-step-form label.empty { color: #999; }

.fit-step-form input
{
	float: right;
	text-align: center;
	border: 1px solid #ccc;
	width: 100px;
	margin-bottom: 12px;
	padding: 4px 0;
	font-size: 0.75em;
}

.fit-step-form input.current { border-color: #c00; }
.fit-step-form input.empty { border-style: dashed; }

.fit-step-form a.submit:link,

.fit-step-form a.submit:visited
{
	display: block;
	width: 215px;
	height: 25px;
	line-height: 25px;
	margin-top: 15px;
	border: 1px solid #666;
	color: #c00;
	font-weight: bold;
	font-size: 0.6875em;
	text-align: center;
	text-decoration: none;
}

.fit-step-form br { clear: both; }

.fit-step-img
{
	float: right;
	margin-top: 26px;
}

.fit-step-img img { border: none; }

.fit-step-clear
{
	clear: both;
	height: 22px;
}

/* @end */
/* @group Frameset Specials */
.specials-left
{
	float: left;
	width: 620px;
}

.specials-row
{
	padding: 15px 0 12px 0;
	border-bottom: 1px solid #c6c6c6;
}

.specials-row-left
{
	float: left;
	width: 150px;
	padding-top: 5px;
}

.specials-row-right
{
	margin-left: 155px;
	font-size: 0.6875em;
	line-height: 1.454545em;
}

.specials-row-right em,

.specials-row-right a:link,

.specials-row-right a:visited
{
	color: #c00;
	text-decoration: none;
}

.specials-row-right a:hover { text-decoration: underline; }

.specials-row-right h2
{
	margin: 0;
	padding: 0;
	font-size: 1.090909em;
	font-weight: bold;
}

.specials-row-right h2 a:link,

.specials-row-right h2 a:visited { color: #666; }

.specials-right
{
	float: right;
	width: 176px;
	padding-top: 16px;
}

.specials-right ul#thumbs li { height: 73px; }

/* @end */
/* @group Photo Gallery */
.gallery p { margin-right: 260px; }

.gallery .sort
{
	float: right;
	width: 186px;
}

.gallery .sort span
{
	font-size: 0.8em;
	color: #666;
}

.gallery .sort select
{
	height: 1.7em;
	padding: 0;
	margin: 2px 0 10px;
}

.gallery-page
{
	font-size: 0.6875em;
	color: #4d4d4d;
	margin: 40px 0 10px 0;
	font-weight: bold;
}

.gallery-block
{
	float: left;
	width: 260px;
	height: 113px;
	margin: 0 30px 20px 0;
	font-weight: bold;
	color: #666;
}

.gallery-block p{
	
}

.gallery-block img.pic
{
	float: left;
	margin-right: 18px;
}

.gallery-block img.brand { margin-top: 5px; }
.gallery-block p { margin: 15px 0 0 0; }

.gallery-paginate
{
	clear: both;
	padding-top: 15px;
}

.gallery-paginate a:link,

.gallery-paginate a:visited { text-decoration: none; }

.gallery-paginate p
{
	clear: both;
	font-size: 0.625em;
	padding-top: 10px;
	margin: 0;
}

.go-to-page
{
	float: right;
	margin-top: 15px;
	color: #000;
}

.go-to-page span { font-size: 0.625em; }
.go-to-page input.text { text-align: center; }

/* @end */
/* @group Reviews */
.reviews-right { margin-top: 31px; }

.reviews-right ul.side-links
{
	margin-top: 10px;
	margin-bottom: 45px;
	line-height: .7em;
}

.reviews-right input.text {
	font-size: 10px;
	border: 1px solid #999;
}

.reviews-right input.searchField {
	float: left;
	margin-right: 3px;
	padding: 0.181818em;
}

.reviews-right ul.side-links li.red
{
	list-style-image: url(/images/global/arrow-red.gif);
	margin-top: 10px;
}

/* All Reviews Stuff */
.all-reviews
{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #7d7d7d;
}

.all-reviews .sort
{
	position: absolute;
	top: 10px;
	right: 0;
	width: 205px;
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	font-family: Arial;
}

.all-reviews .sort input
{
	float: left;
	margin-right: 4px;
	font-size: 10px;
	font-family: Arial;
}

.all-reviews .sort input.text { width: 125px; }
.all-reviews .sort img { float: right; }

.reviews
{
	border: none;
	color: #000;
}

.reviews th
{
	padding: 15px 0 0 0;
	border: none;
	text-align: center;
}

.reviews td
{
	text-align: center;
	vertical-align: top;
	padding: 15px 0 0 0;
}

.reviews td.left p { font-size: 12px; }

.reviews th a:link,

.reviews th a:visited
{
	color: #666;
	text-decoration: underline;
}

.reviews th a:hover { text-decoration: none; }

.reviews tr td a.text,

.reviews tr td a.video
{
	display: block;
	text-indent: -9999px;
	margin: auto;
}

.reviews tr td a.text
{
	width: 13px;
	height: 13px;
	background-image: url(/images/global/icon-read-review.gif);
}

.reviews tr td a.video
{
	width: 18px;
	height: 12px;
	background-image: url(/images/global/icon-see-review.gif);
}

.reviews tr td a.text:hover { background-position: 0 -24px; }
.reviews tr td a.video:hover { background-position: 0 -24px; }

/* @end */
/* @group 4 Column & Logos Row */
.vertcolumn
{
	float: left;
	width: 195px;
	padding-right: 20px;
}

.logos { }
.logos ul li { display: inline; }

.logos ul li a
{
	display: block;
	float: left;
	width: 175px;
	text-align: center;
	margin-bottom: 60px;
}

/* @end */
/* @group Price Table Brand */
.div { padding: 5px 0; }

.div hr
{
	height: 1px;
	border: none;
	background-color: #ccc;
	margin: 0;
	padding: 0;
}

td hr{
	height: 1px;
	border: none;
	background-color: #999;
	margin: 0;
	padding: 0;
}

/* @end */
/* @group Color Chips Pop-up */
.chips
{
	position: relative;
	width: 680px;
	background-color: #fff;
	padding: 40px 60px 35px;
}

.chips h3 { font-weight: bold; }

.chips ul li
{
	float: left;
	margin: 0 35px 35px 0;
	text-align: center;
	font-size: 0.6875em;
}

.chips ul li img
{
	border: 1px solid #000;
	margin-bottom: 5px;
}

.chips .close
{
	position: absolute;
	left: 10px;
	bottom: 10px;
}

/* @end */
/* @group Sizing Chart Tables */
.chart { width: auto; }
.chart th,

.chart td { padding: 3px 10px; }
.chart th.left,

.chart td.left { padding-left: 1px; }

/* @end */

/* Size Charts (March 2010) */
div#nqa {
	width: 670px;
	padding-bottom: 6px
}
div#nqa img {
	float: right;
	margin: 0 20px 0 0;
	border: 0;
}
#size-chart  {
	width: 670px;
	margin: 0 0 20px 0;
}
.shoes td {
	vertical-align:bottom;
	border-bottom: solid 1px #ccc;
	padding-top: 12px;
	width: 30px;
}
#size-chart caption {
	text-align: left;
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #797979;
}
#size-chart caption span {
	font-size: 14px;
	font-weight: normal;
}
h3#size-chart-name {
	text-align: left;
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 2px #797979;
	width: 670px;
	margin: 0;
	padding: 0;
}
h3#size-chart-name span {
	font-size: 14px;
	font-weight: normal;
}
#size-chart th {
	border-bottom: solid 1px #ccc;
	color: #c00;
	font-size: 11px;
	padding: 12px 0 2px 0;
	text-align: center;
	
}
#size-chart th.category {
	text-align: left;
	color: #000;
	font-size: 14px;
	padding-left: 10px;
	background-color: #f2f2f2;
}
#size-chart th.spacer {
	width: 40px;
}
#size-chart td {
	text-align: center;
	vertical-align: top;
}
#size-chart td span {
	font-size: 10px;
	font-style: italic;
	color: #666;
	display: block;
	padding: 0 0 10px 0;
}
#size-chart td.size-instructions {
	background-color: #f2f2f2;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	color: #666;
	padding: 2px 11px 4px 0;
	vertical-align: top;
}
/* END */

/* @group Footer */
.clear-spacer
{
	clear: both;
	height: 22px;
}

/* PLACED IN "navigation.css"  */
/* @end */


/* @group Logo */
.home
{
	position: relative;
	height: 608px;
}

.logo
{
	position: absolute;
	z-index: 5012;
	top: 26px;
	left: 35px;
}

.logo a
{
	display: block;
	width: 194px;
	height: 49px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/images/global/logo-big.gif) no-repeat;
}

.home .home-bg
{
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.home #footer
{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 5;
}

.home-promo
{
	position: relative;
	width: 948px;
	background: #fff;
}
.bannershadow {
	margin-top: 10px;
}

.home-end { 
	margin-bottom: 10px;
	margin-top: 3px;
}

/* @end */
/* Clearing Floats */
.clear:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clear { display: inline-block; }

/* Hides from IE5-mac \*/
* html .clear,

div#home_content .pad li { _height: 1%; }

/* End hide from IE5-mac */

/*Styles for Pegoretti Custom Frameset page */

#pegorettiColors  {
	border-bottom: none;
}

#pegorettiColors p {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin-bottom: 25px;
}
#pegorettiColors td {
	vertical-align: top;
}

.calc-section table {
	border-bottom: none;
	width: auto;
}

.calc-section table tr td {
	padding-right: 13px;
	text-align: right;
}

strong.calc-section-discount,
td.calc-section-discount {
	color: #cc0000;
}
	
#bike-calc-size-color label
{
	font-size: 0.75em;
	width: 125px;
	height: 40px;
}

#bike-calc-size-color label a:link,

#bike-calc-size-color label a:visited,

#bike-calc-size-color label a:active
{
	font-size: .8em;
	line-height: 1.6em;
	font-weight: normal;
	color: #000;
	background: url(/images/global/arrow.gif) no-repeat 0 2px;
	margin-top: 4px;
	padding-left: 13px;
	text-decoration: none;
}
#bike-calc-size-color label a:hover { color: #999; }
#bike-calc-size-color select,
#bike-calc-size-color input
 { margin-left: 5px; }
#bike-calc-size-color br { clear: left; }

#demo-main-text
{
	clear: both;
	margin-top: 52px;
	margin-bottom: 25px;
}

#saddleHomeInstr p a:link,

#saddleHomeInstr p a:visited,

#saddleHomeInstr p a:active,

#demo-main-text p a:link,

#demo-main-text p a:active,

#demo-main-text p a:visited
 {
	color: #06f;
	text-decoration: none;
	font-size: 1.0em;
	}

#saddleHomeInstr p a:hover,

#demo-main-text p a:hover
 {
	text-decoration: underline;
	}

.gruppo-table {
	width:  350px;
}

th.grupporight {
	text-align: right;
	margin-right: 0px;
}

td.grupporight {
	text-align: right;
	padding-right: 5px;
}

td.gruppocenter {
	text-align: center;
}
/*Color Chip Layer Styles */
.colorChipsUpcharge {
  text-align: left; 
  margin: 10px 0 0 0; 
  font-size: .75em; 
  font-weight: bold; 
  color: #cc0000;
}

.colorChipContainer {
  margin-left: 20px;
  margin-top: 40px;
}

.colorChipMainContainer {
  width: 490px;
  height: 490px;
  margin-left: 20px;
  overflow: auto;
}

.colorChip {
	float: left; 
	margin: 20px 20px 0 20px;
}

.colorChipImage {
	border: 1px solid #000000;
}

.colorChipColor {
  text-align: center; 
  margin: 5px 0 0 0; 
  font-size: .625em;
}
/*End*/
/* Information Layer Styles*/

#info-layer {
	padding: 0 25px 0 0;
}
#info-layer a {
	color: #06f;
	text-decoration: none;
}

#info-layer a:hover {
	text-decoration: underline;
}

#wrapper {
	padding-bottom: 25px;
}

#wrapper p {
	margin: 0 25px 1em 25px;
}

/*End*/
/* What's New Gallery Styles*/

.wn-gallery { margin-top: 25px; }
.wn-gallery td {
	padding: 0 10px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.wn-gallery p { 
	font-size: 12px;
	margin-top: 15px;
}
.wn-gallery img { border: none; }

/*END*/

/*WEIGHT TOOLTIPS*/

.item a.tooltip {
	position: relative;
	margin: 0 0 0 18px;
	text-decoration: none;
	color: #000;
}
.item a.tooltip span {
	display: none;
}
.item a.tooltip:hover {
	font-size: 100%;
}
.item a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 1.5em;
  left: -3.0em;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	padding: .4em .6em;
	width: 200px;
	text-decoration: none;
	line-height: 1.33em;
}
#iteminfo a.tooltip {
	position: relative;
	margin: 0 0 0 18px;
	text-decoration: none;
	color: #000;
}
#iteminfo a.tooltip span {
	display: none;
}
#iteminfo a.tooltip:hover {
	font-size: 100%;
}
#iteminfo a.tooltip:hover span {
	display: block;
	position: absolute;
  top: 1.5em;
	left: 0;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	padding: .4em .6em;
	width: 150px;
	text-decoration: none;
}

/*END*/

/*FOOTNOTES ON HOVER*/

a.footnote {
	position: relative;
	margin: 0;
	text-decoration: none;
	color: #c00 !important;
}
a.footnote span {
	display: none;
}
a.footnote:hover {
	font-size: 100%;
}
a.footnote:hover span {
	display: block;
	position: absolute;
	top: 1.5em;
  	left: -3.0em;
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
	padding: .4em .6em;
	width: 200px;
	text-decoration: none;
	line-height: 1.33em;
}

/*END*/

/*BASIC DATA TABLE FOR USE IN BLOCKS OF BODY COPY SUCH AS WHAT'S NEW ARTICLES*/

#left .basic-table {
	margin: 25px 0;
	width: 600px;
}

#left .basic-table td {
	text-align: left;
	padding-left: 4px;
	font-size: 12px;
}

#left .basic-table tr.even {
	background: #f5f5f5;
}

#left .basic-table th {
	text-align: left;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 1px #000;
}

/*END*/

/*GATEWAY SPECIAL LANDING PAGE STYLES*/

#gatewayPromo {
	text-align: left;
	width: 684px;
	font-size: 11px;
	margin: 0 0 0 35px;
	line-height: 1.4;
}
#gatewayPromo h2 {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
#gatewayPromo p {
	margin-top: 0;
	font-size: 12px;
	font-weight: normal;
}
#gatewayPromo span {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
}
/******Special page - Ronde van Burns Race*****/
#questions .ronde td, #questions .points td {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding-bottom: 7px;
}
#questions .ronde th, #questions .points th {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: left;
	vertical-align: top;
	padding-bottom: 7px;
	border: none;
	font-weight: bold;
	width: 150px;
}
#questions .points th, #questions .points td {
	border: solid 1px #000;
	padding-top: 8px;
}
#questions .points td {
	text-align: center;
	vertical-align:bottom;
	border:1px solid #000;
	border-left:none;
	border-top:none;
}
#questions .points th {
	padding-left: 10px;
	border:1px solid #000;
	border-left:none;
	border-top:none;
	vertical-align:bottom;
}
#questions .points {
	width: 75%;
	border:1px solid #000;
	border-right:none;
	border-bottom:none;
}

#emailSignup {
	background: #fff;
	overflow: auto;
  height: 490px;
	width: 800px;
}

#emailSignup form {
	margin: 10px 0 18px 0;
  font-family: inherit;
  font-size: 11px;
}

#emailSignup p {
	margin: 0 30px 1em 28px;
	line-height: 1.25;
  font-size: 11px;
}

#emailSignup h3 {
	margin: 0 30px 1em 28px;
	line-height: 1.25;
}

#emailSignup p a {
	color: #06f;
  line-height: 1.25;
	text-decoration: none;
}

#emailSignup p a:hover {
  line-height: 1.25;
	text-decoration: underline;
}

#emailSignup input {
	font-family: inherit;
	border: 1px solid #999;
	text-align: left;
	font-size: 11px;
	color: #333;
}

#emailSignup input.go {
	padding: 1px 10px;
	background-color: #e1e1e1;
  font-family: inherit;
	font-size: 11px;
}

#emailSignup ul {
  margin-left: 28px;
}

#emailSignup li {
  font-size: 11px;
 margin-bottom: .1em;
}

#sendUnsubscribeEmailLayer,
#dealSendUnsubscribeEmailLayer {
  	background:#FFFFFF none repeat scroll 0 0;
  	border:1px solid #999;
	text-align: left;
	vertical-align: top;
  	padding: 10px;
  	width: 274px;
  	margin-left: 27px;
}
#sendUnsubscribeEmailLayer p,
#dealSendUnsubscribeEmailLayer p {
	margin: 5px 5px 0 0;
  text-align: left;
}
#sendSMSUnsubscribeLayer {
  	background:#FFFFFF none repeat scroll 0 0;
  	border:1px solid #999;
	text-align: left;
	vertical-align: top;
  	padding: 10px;
  	width: 274px;
  	margin-left: 27px;
}
#sendSMSUnsubscribeLayer p {
	margin: 5px 5px 0 0;
  text-align: left;
}
/* Twitter Button */
a.twitter
{
  display: block;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 31px;
  height: 23px;
  background: url(/images/global/twitter-tweeter.gif) no-repeat;
  float: left;
}

/* Facebook Button */
a.facebook
{
  display: block;
  overflow: hidden;
  margin-top: 8px;
  margin-right: 10px;
  text-indent: -9999px;
  width: 20px;
  height: 20px;
  background: url(/images/global/facebook20.jpg) no-repeat;
  float: left;
}

/* Totals & GC/Promo div */

.cc-info {
	background: none;
}

.cc-info h3 {
	margin: 0;
}

.cc-info table {
	margin: 5px 0 14px;
}

.cc-info input.submit {
	margin-right: 8px;
}

.payment-info.cc,
.payment-info.return-policy,
.payment-info.order-overview {
	border-bottom: 1px solid #a5a5a5;
}

.payment-info.cc-nocond {
	border-bottom: 0px hidden #FFFFFF;
	background: none;
}

/* CC Info & Comments div */

.cc {
	padding-top: 20px;
}

.cc label {
	width: 85px;
}

.cc-nocond {
	padding-top: 20px;
}

.cc-noconf label {
	width: 85px;
}

.payment-comments {
	position: absolute;
	top: -26px;
	right: 8px !important;
	right: 36px;
	/* IE6 */
    

width: 517px;
}

.payment-comments textarea {
	width: 100%;
	overflow: auto;
	border: 1px solid #999;
}

.payment-info .component p {
	font-size: 0.7em;
	line-height: 1.8em;
}

/* Send Order div */

.cc-order {
	margin: -20px 0 7px 0;
}
/*****END*****/
/* print related styles */
#print-logo { display: none;}
/* @end */
