@charset "UTF-8";

/* PRO CYCLE CSS

Global Tags ################################################## */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #000;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #fff;
}

a img {
	border:none;
}

a,
a:link,
a:active,
a:visited
{
	color:#00A8DC;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

h1 {
	font-size:21px;
	letter-spacing:0.1em;
	font-style:italic;
	padding-top:0;
	margin-top:0;
}

h2 {
	font-size:14px;
	margin:0;
	margin-top:3px;
	margin-bottom:3px;
	padding:0;
	border-bottom:solid 2px #666;
}

h3 {
	font-size:14px;
	margin-top:0;
	padding-top:0;
}

h4 {
	font-size:11px;
	color:#00A8DC;
	margin:0px;
	padding:0;
}

/* GLOBAL CLASSES ################################################## */

.blue {
	color:#00A8DC;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}

.hr {
	padding-bottom:18px;
	border-top: solid 1px #666;
}


/* GLOBAL IDs ################################################## */

#container {
	width: 1024px;
	background: #231F20;
	/*background-image:url(../images/pro-header-bg.gif);*/
	background-repeat:no-repeat;
	margin: 0 auto; 
	text-align: center;
}

#footer {
	font-size:10px;	
}

#footmenu
{
	padding-top:24px;
	padding-bottom:24px;
	float:right;
}

#header {
	position:relative;
	margin: 0 auto;
	width: 905px;
	height:105px;	
}

#header_options {
	position:absolute;
	top:12px;
	left:550px;
	width: 350px;
	height:80px;
	
	text-align:right;
	font-size:10px;
	color:#999;
}

#legal {
	padding-top:24px;
	padding-bottom:24px;
	float:left;
}

#mainContent {
	width: 905px;
	margin: 0 auto; 
	text-align: left;
	
}

#menu {
	padding-top:85px;
}

#pro_logo {
	position:absolute;
	top:10px;
	left:18px;
}

/* Overlays */
.ui-widget-overlay { background: #000 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50); }
.ui-widget-shadow { margin: -5px 0 0 -5px; padding: 5px; background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x; opacity: .20;filter:Alpha(Opacity=20); -moz-border-radius: 5px; -webkit-border-radius: 5px; }

/* vTip */
p#vtip { 
	display: none; 
	position: absolute; 
	padding: 10px; 
	left: 5px;  
	background-color: #333; 
	border: 1px solid #666; 
	/*
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	*/
	z-index: 9999; 
}

p#vtip #vtipArrow { 
	position: absolute; 
	top: -10px; 
	left: 5px 
}



/* scrolling product row  */


#scroll_area {
	display:block;
	float:left;
	width:845px;
	height:150px;
    overflow: hidden;
}

#scroll_area .cell {
	height:134px;
	width:146px;
	padding-top:12px;
	margin-left:10px;
	margin-right:9px;
	border:solid 2px #fff;
	background-color:#FFF;
	float:left;
	text-align:center;
	text-decoration:none;
}

#scroll_area .cell:hover {
	border:solid 2px #00A8DC;
}

#scroll_left {
	display:block;
	float:left;
	width:30px;
	height:150px;
	/*background-image:url(../images/scroll-arrow_left.gif);*/
	background-repeat:no-repeat;
	background-position: center;
}

#scroll_right {
	display:block;
	float:left;
	width:30px;
	height:150px;
	/*background-image:url(../images/scroll-arrow_right.gif);*/
	background-repeat:no-repeat;
	background-position: center;
}



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

#big_image {
	width:905px;
	height:490px;
}

#latest
{
}

#latest .item
{
	width:425px;
	padding-right:25px;
	float:left;
	font-size:10px;
	color:#CCC;
}

#latest .news_img
{
	display:block;
	float:left;
	border:solid 1px #fff;
	margin-right:10px;
	margin-bottom:10px;
}

#latest #rss_icon
{
	display:block;
	float:right;
	padding:2px;
}


/* PRODUCT PAGE ################################################## */

.part_number {
	font-weight:bold;
	color:#666;
	font-size:12px;
}

#product {
	padding-top:15px;
	padding-left:20px;
	background-color:#666;
	/*background-image:url(../../images/pro/product_bg.gif);*/
	background-repeat:repeat-y;
    /*min-height: 400px;*/
}

#product.star {
	/*background-image:url(../images/star-product_bg.gif);*/
}

#product_colors
{
}

#product_colors .color_option
{
	float:left;
	border: solid 1px #666;
	margin-right:10px;
	margin-bottom:10px;
	width:70px;
	height:53px;
}


#product_colors .swatch
{
	display:inline-block;
	width:15px;
	height:15px;
	border:solid 1px #fff;
	margin-left:2px;
	margin-right:2px;
}

#product_cross_sell
{
	padding-top:12px;
}

/*
#product_cross_sell .cell
{
	display:block;
	width:146px;
	height:132px;
	border:solid 2px #fff;
	background-color:#FFF;
	float:right;
	margin-left:12px;
	padding-top:12px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

#product_cross_sell .cell:hover {
	border:solid 2px #00A8DC;
}
*/

#product_image {
	position:relative;
	width:615px;
	float:left;
	text-align:center;
}

#product_info {
	width:270px;
	float:left;
	font-size:11px;
}

#product_options {
	padding:12px;
	text-align:right;
}

#star_logo {
	position:absolute;
	top:0px;
	left:42px;
}

/* COLLECTION PAGE ################################################## */

/* Collection version 1 */

#collection {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:35px;
	background-color:#fff;
	color:#000;
}

#collection .cell
{
	display:block;
	width:165px;
	height:153px;
	background-color:#FFF;
	float:left;
	padding-top:12px;
	text-align:center;
	text-decoration:none;
	border-top: dotted 1px #CCC;
	border-right: dotted 1px #666;
	border-bottom: dotted 1px #666;
	border-left: dotted 1px #CCC;
}

#collection_options {
	float:right;
	width:300px;
	text-align:right;
	padding-right:35px;
}

/* Collection version 2 */

#collection_desc
{
	width:240px;
}

#collection_info {
	width:270px;
	float:left;
	font-size:11px;
}

#collection_results {
	position:relative;
	width:615px;
	float:left;
	text-align:center;
}

#collection_results .cell
{
	display:block;
	width:130px;
	height:124px;
	border:solid 2px #fff;
	background-color:#FFF;
	float:left;
	margin-top:14px;
	margin-left:14px;
	padding-top:6px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

#collection_results .cell:hover {
	border:solid 2px #00A8DC;
}

/* KITS PAGE ################################################## */

#kit_desc {
	position:relative;
}

#kit_desc .content {
	position:absolute;
	top:12px;
	left:12px;
	width:240px;
	line-height:1.4em;
	font-size:10px;
	z-index:5;
}

#kit_desc .bg {
	position:absolute;
	top:0px;
	left:0px;
	width:264px;
	height:490px;
	z-index:4;
}

#kit_desc.on_black .content {
	color:#fff;
}

#kit_desc.on_black .bg {
	background: #000 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
}

#kit_desc.on_white .content {
	color:#000;
}

#kit_desc.on_white .bg {
	background: #FFF 50% 50% repeat; opacity: .50;filter:Alpha(Opacity=50);
}


#kit_image {
	width:905px;
	height:490px;
	margin-bottom:18px;
}





/* STAR PAGE ################################################## */


#star_image {
	width:600px;
	height:400px;
	float:left;
	text-align:center;
}

#star_info {
	width:280px;
	height:380px;
	padding-left:15px;
	padding-right:10px;
	padding-top:20px;
	float:left;
	font-size:11px;
	background-color:#E31937;
}


/* SEARCH RESULTS PAGE ################################################## */

#search_again_form
{
	padding-top:12px;
	padding-bottom:12px;
}

#search_info {
	width:270px;
	float:left;
	font-size:11px;
}

#search_results {
	position:relative;
	width:615px;
	float:left;
	text-align:center;
}

#search_results .cell
{
	display:block;
	width:130px;
	height:124px;
	border:solid 2px #fff;
	background-color:#FFF;
	float:left;
	margin-top:14px;
	margin-left:14px;
	padding-top:6px;
	text-align:center;
	color:#333;
	text-decoration:none;
}

#search_results .cell:hover {
	border:solid 2px #00A8DC;
}


/* SEARCH RESULTS PAGE ################################################## */

#news {
	padding-top:15px;
	padding-bottom:15px;
	padding-left:35px;
	background-color:#fff;
	color:#000;
}

#news h2 {
	font-size:16px;
	margin:0;
	margin:0;
	padding:0;
	color:#333;
	font-weight:normal;
	border:none;
}

.news_item {
	padding-top:32px;
	width:840px;
	border-bottom:dotted 1px #666;
	color:#666;
	font-size:11px;
}

.news_item .img_area {
	width:165px;
	padding-right:25px;
	float:left;
	text-align:center;
}

.news_item .text_area {
	width:600px;
	float:left;
	padding-bottom:12px;
}

.pagination {
	text-align:right;
	padding:12px;
	padding-right:32px;
}

.share_media {
}

.share_media .icon {
	margin-bottom:-5px;
}



