/* Colors
	blue: #002257; 
	orange: #F78F1E;
*/

/* Temp Nav hiding */
.nav-dealers-staging,
.nav-distribution,
.nav-retail-staging {
	display: none;
}

.nav-dealers-staging.active,
.nav-distribution.active,
.nav-retail-staging.active,
.category-dealers-staging .nav-dealers-staging,
.category-dealers-staging .nav-distribution,
.category-dealers-staging .nav-retail-staging,
.category-distribution .nav-dealers-staging,
.category-distribution .nav-distribution,
.category-distribution .nav-retail-staging,
.category-retail-staging .nav-dealers-staging,
.category-retail-staging .nav-distribution,
.category-retail-staging .nav-retail-staging {
	display: list-item;
}

.category-dealers-staging .nav-dealers,
.category-dealers-staging .nav-retail,
.category-distribution .nav-dealers,
.category-distribution .nav-retail,
.category-retail-staging .nav-dealers,
.category-retail-staging .nav-retail {
	display: none;
}

/* end */

a {
	color: #E26703;
}

#nav-container .a a {
   border: none;
}

.blue {
	color: #002257;
}

body {
   background: #f3f3f3 url('../images/background.jpg') no-repeat;
}


body.catalog-product-gallery {
	background-color: #FFF;
}

body.page-popup {
	background-color: #FFF;
}

.main {
   clear: both;
}

.breadcrumbs {
	border: 0;
	border-bottom: 1px solid #DDD;
	/* clear: both; */
	font-size: .9em;
	/* margin: 5px 10px 0; */
	padding: 0 5px 5px;
}

.breadcrumbs a {
	color: #333;
	text-decoration: none;
}

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

.category-custom .col-main input {
	border: 1px solid #F78F1E;
	margin-bottom: 5px;
}

.category-title { 
	border-bottom: 0;
	margin: 0 0 5px;
}


.cms-home .col-main {
	padding: 0;
}

.cms-home .main {
	background: transparent;
	border: 1px solid #F78F1E;
	border-width: 0;
	clear: both;
	overflow: hidden;
	padding: 10px 0 0;
}

.cms-page-view a {
	color: #ff6600;
}

.cms-page-view .col-main p {
	margin-bottom: 1em;
}

.cms-page-view .col-main table p {
	margin-bottom: 0;
}

.cms-page-view .col-main table {
	border: 1px solid #CCC;
	/* border: none; */
	border-collapse: collapse;
}

.cms-page-view .col-main td {
	padding: .25em;
}

.cms-page-view .col-main table table {
	border: 1px;
}

.cms-page-view .col-main ul, 
.cms-page-view .col-main ol {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 2em;
	margin-bottom: 1em;
}

.cms-page-view h2 {
	font-weight: bold;
	margin-top: 1em;
}

.cms-page-view h3 {
	color: #ff6600;
	font-size: 16px;
	margin-top: 1em;
}

.cms-page-view h4 {
	color: #002257;
	font-size: 14px;
	margin-top: 1em;
}


.col2-left-layout  {
width:960px;
}

.col2-left-layout .col-main {
        margin-top:5px;
	width: 710px;
}

.col2-right-layout  {
width:960px;
}

.col2-right-layout .col-main {
        margin-top:5px;
	width: 680px;
padding:5px 20px 20px 20px!important;
}



.col3-layout .col-left {
	padding: 0;
	width: 200px;
}

.col3-layout .col-right {
	padding: 0;
	width: 215px;
}

.col3-layout .col-main {
	margin-left: 15px;
	padding: 0;
	width: 515px;
}

.col-left {
	border: 0;
}

.col-left a {
	color: #002257;
	font-weight: bold;
	text-decoration: none;
}

.col-left a:hover {
	color: #F78F1E;
}

.col-main {
   background-color: #FFF;
	border: 0;
	padding: 0;
	width: 726px;
}

.cms-home .col-main {
   background-color: transparent;
}

.col-main .product-view {
   padding: 1em;
}

.category-title {
   padding: 1em 1em .5em;
}

.col-right {
	border: 0;
	padding: 0;
	width: 215px;
}

.col-right p {
	padding-bottom: 10px;
}

h2 {
	color: #002257;
}

.header {
	border: 0;
	color: #FFF;
	padding: 0;
	position: relative;
width:960px!important;
}

.header a {
	color: #FFF;
}

.header .form-search {
	text-align: right;
}

.header .form-search button.button {
	background: #002257 none repeat scroll 0 0;
	border:1px solid #FFF;
}

.header .form-search button.button span {
	color: #FFF;
}

.header .form-search input.input-text, textarea {
	color: #333;
}

.header-container {
   padding-right: 20px;
}



.header-contact {
width:250px;
float:left;
}


.header-details {
float:right;
width:300px;
height:100px;
}


.header-details .ccl span { 
font-size:12px;
font-weight:bold;
text-decoration: none;
}
.header-details a:link,
.header-details a:visited,
.header-details a:hover,
.header-details a:active {
text-decoration: none;
}

iframe {
	border: none;
}

/*
#left-custom ul {
	margin-left: 1em;
}
*/

#left-custom .level2 ul {
	margin-left: 1em;
}

ul#left-custom li {
	_border: 1px solid blue;
	height: auto;
	//overflow: hidden;
}

ul#left-custom li li {
	_border: 0;
}

ul#left-custom a {
	_border: 1px solid red;
	display: none;
	height: auto;
}

ul#left-custom a span {
	_border: 1px solid green;
	display: none;
	//overflow: hidden;
	//width: auto;
	//height: auto
}

ul#left-custom ul ul a,
ul#left-custom ul ul a span {
	border: 0;
	display: inline;
}

#left-custom li.level0 {
	display: none;
}

#left-custom li.level0.active {
	display: list-item;
}

#left-custom li.level1 {
	display: none;
}

#left-custom li.level1.active {
	display: list-item;
}

#left-custom li.level1.active a,
#left-custom li.level1.active a span {
	display: block;
	color: #F78F1E;
}

#left-custom li.level1.active .level2 a,
#left-custom li.level1.active .level2 a span {
	color: #002257;
}

#left-custom li.level1.active,
#left-custom li.level1.active li.level2 {
	display: list-item;
}

#left-custom li.level2 {
	display: none;
}

#left-custom li.level2.active {
	display: list-item;
}

#left-custom li.level3 {
	display: none;
}

#left-custom li.level2.active li.level3 {
	display: list-item;
}

#logo {
	height: 85px;
	margin: 10px 0;
	width: 376px;
}

.main.col3-layout {
	background-color: transparent;
	border: none;
	padding: 0 20px 20px 0;
}

/********** < Navigation */
#nav {
	font-size:12px; 
	border: 0; 
	padding: 0; 
	margin: 0;
}

/* All Levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; line-height:1.3em; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }
#nav li li.parent {}

/* 0 Level */
#nav li { float:left; }
#nav li.active a { 
	color:#002257; 
}

#nav a { 
	float:left; 
	padding:5px 12px 6px 8px; 
	color: #FFF; 
	font-weight:bold; 
}
#nav li.over a,
#nav a:hover { 
	color:#002257; 
}

/* 1st Level */
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:1px; background:#F78F1E; }
#nav ul li.over {}
#nav ul li.last { background:#656461; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }
#nav ul li a { font-weight:normal !important; }

/* 2nd leven */
#nav ul { 
   border: none;
   position: absolute; 
   width:15em; 
   top: 20px; 
   left: -10000px;
   margin-left: 1em;
   padding-top: 13px;
}

#nav ul a {
   border: none;
   margin: 0;
   padding: 0;
}

/* 3rd+ Level */
#nav ul ul { top:5px; }

/* Show Menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#fbc78e; color:#333 !important; }
#nav ul li a:hover { background:#002257; color:#fff !important; }
#nav ul span,
#nav ul li.last li span { padding:3px 15px 4px 15px; }
/********** Navigation > */
/* ======================================================================================= */

#nav .nav-champion-system-online-shop { display:none; }
#nav .nav-contact-us { padding-left:120px; } 


#navbar {
   background: url('../images/nav-center.gif') repeat-x;
   float: left;
   height: 40px;
   width: 960px;
}

#navbar #nav {
   background: url('../images/nav-left.gif') no-repeat;
   height: 40px;
}

#navbar .links {
   background: url('../images/nav-right.gif') no-repeat 100% 0;
   height: 40px;
}

.header-container .ccl {
   background: url('/skin/frontend/default/champ-sys/images/ccl.gif') no-repeat;  
position:relative;
right:0px;
top:10px; 
  display: block;
   float: right;
   font-size: .9em;
   height: 27px;
   margin-top: 3px;
   width: 163px;
padding-top:7px;
padding-left:10px;
}

.header-container .ccl span {
width:50px;
height:12px;
top:5px;
margin-top:px;
}

.header-container .cc2 {
   background: url('/skin/frontend/default/champ-sys/images/cc2.gif') no-repeat;  
position:relative;
right:0px;
top:10px; 
  display: block;
   float: right;
   font-size: .9em;
   height: 27px;
   margin-top: 3px;
   width: 163px;
padding-top:7px;
padding-left:10px;
font-size:12px;
font-weight:bold;
}

.header-container .cc2 span {
width:50px;
height:12px;
top:5px;
margin-top:px;
}



.header-container .ccl3 {
   background: url('/skin/frontend/default/champ-sys/images/cc3.gif') no-repeat;  
position:relative;
right:0px;
top:10px; 
  display: block;
   float: right;
   font-size: 1.5em;
   height: 70px;
   margin-top: 3px;
   width: 163px;
padding-top:7px;
padding-left:10px;
}

.header-container .ccl3 span {
width:50px;
height:12px;
top:5px;
margin-top:px;
}



#left-custom .level2.active a {
	color: #F78F1E;
}

#left-custom .level2.active.parent a,
#left-custom .level2.active .level3 a {
	color: #002257;
}

#left-custom .level2.active .level3.active a {
	color: #F78F1E;
}

#nav-container {
	/* background-color: #F78F1E;
	border: 1px solid #F78F1E; */
	margin: 0;
	text-align: right;
}

#nav {
   padding-top: 6px;
}

#nav a {
   margin: 6px 0;
}

#nav-container .ccp-login a {
	background: #000 url('../images/button-back.gif') repeat-x;
}

#nav-container .ccp-login a:hover {
	background: url('../images/button-back-over.gif') repeat-x;
	color: #333;
}

#nav-container .links {
	display: block;
	float: right;
	font-size: .9em;
	margin: 0;
	padding: 6px 0 0;
}

#nav-container .links a {
	line-height: 28px;
	//line-height: 27px; /* ie 7 fix */
}

#nav-container a {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0;
	text-decoration: none;
}

#nav-container a {
   border-left: 2px solid #FFF;
   padding: 0 1em;
}

#nav-container .first a {
   border: none;
}

#nav-container a.ccl {
   border: none;
   display: block;
   padding: 0;
}

#nav-container a.ccl span {
   display: block;
   margin: 8px 29px 0 0;
   text-align: center;
}

#nav-container a:hover {
	color: #002257;
	text-decoration: none;
}

#nav-container a.ccl:hover {
	color: #F78F1E;
}

#nav-container .links li {
	/* margin-top: 5px; */
}


#nav-container .links li {
	position: relative;
	float: left;
}

#nav-container .links li.first a {
}

#nav-container .links.ccp-login li.first a {

}

.#F78F1E {
	color: #E26703;
}

.page {
	border: 1px solid #444;
	border-width: 0;
	padding: 0;
	width: 980px;
}

.pager,
.sorter {
    background:url(../images/pager_bg.gif) repeat-x 0 100% #fff;
    font-size:.95em;
    border-width: 1px 0 0;
}

.price-box,
.only {
	color: #F78F1E;
	font-size: .9em;
}

.only {
	float: left;
padding-left:7px;
	font-weight: normal!important;
	margin-right: 5px;
color:#ccc;
}

.priceholder { width:240px; height:25px; }

.price-box { float:left; }

.only { font-size:14px; }
.price-box .price { font-size:14px; }


.product-view .product-img-box .product-image  {
	border: 0;
}

.product-collateral {
	background-color: #FAF7EE;
	border:1px solid #C4C6C8;
	padding: 1em;
}

.product-collateral h3 {
	color:#E26703;
}

.product-collateral .up-sell .products-grid {
	background-color: #F6F2E7;
	border: 1px solid #E5DCC3;
}

.product-collateral .up-sell .products-grid td.empty {
	background:#F1ECDB none repeat scroll 0 0;
}

.products-grid td {
width:177px;
	border-width: 1px 1px 0 0;
}

.products-grid td.last {
	border-right: 0;
}

.products-grid tr.first td {
	border-top: 0;
}



.products-grid tr.even {
	background-color: transparent;
}

.product-name {
	line-height: 1em;
}

.product-name a:link,
.product-name a:visited {
	color: #002257;
	font-size: .75em;
	line-height: 1em;
	text-decoration: none;
}

.product-name a:hover,
.product-name a:active {
	text-decoration: underline;
}

.product-options-bottom .or {
	float: left;
	margin: 0 10px;
}

.product-options-bottom .add-to-cart {
	float: left;
}

.product-view .product-shop {
	width:240px;
}

.sidebar .block {
	border: 0;
	background-color: #E6F7FB;
}

.sidebar .block .block-content {
	padding: 5px 10px;
	border: 1px solid #E2E2E2;
	border-width: 0 1px 1px;
}

.sidebar .block .block-title {
	background-color: #002257;
	border: 0;
	color: #FFF;
}

.sidebar .block .block-title h2 {
	font-size: 12px;
}

.sidebar h2 {
	color: #FFF;
font-size:14px!important;
}

.sidebar .mini-products-list .product-image {
	background: #FFF;
}

.store-switcher {
	bottom: 10px;
	position: absolute;
	right: 5px;
	text-align: center;
}

.store-switcher h6 {
	font-size: .75em;
	padding-bottom: 3px;
}

table#PageTable {
	border-color: #EEE;
}

/******* HOME **********/	
	#custom-buttons {
		border: 0px solid blue;
		margin-left: 541px;
	}
	
	#custom-buttons img {
		border: 1px solid #F78F1E;
		margin: 0 0 10px 10px;
		_margin: 0 0 10px 8px;
		height: 135px;
		width: 135px;
	}
	
	#home-right {
		background: #fff;
		border: 1px solid #F78F1E;
		color: #002257;
		/* height: 190px;
		_height: 184px; */
		height: auto;
		margin-left: 551px;
		_margin-left: 546px;
		/* 
		padding: 10px;
		text-transform: uppercase;
		*/
		width: 437px;
	}
	
	#home-right #cc-shirt {
		float: left;
	}

	#home-right a {
		text-decoration: none;
	}

	#home-right a:hover {
		text-decoration: underline;
	}

	#home-right b {
		color: #002257;
	}

	#home-right h3 {
		margin-left: 150px;
	}

	#home-right #cc-new {
		margin-left: 30px;
	}
	
	#home-right p {
		/* margin-left: 200px; */
	}
	
	#fadeshow {
		border: 1px solid #F78F1E;
		float: left;
		height: 430px;
		width: 535px;
	}
	
	#home-left .up-sell {
		height: 250px;
	}
	
	#home-left {
		background: #FFF;
		border: 1px solid #F78F1E;
		clear: left;
		float: left;
		/* height: 250px; */
		margin-right: -417px;
		width: 535px;
	}
	
	#home-left h2 {
		font-weight: bold;
		padding: .25em;
	}
	
	#home-left h2 #retail {
		font-size: .65em;
		font-weight: normal;
	}

	#home-left td {
		text-align: center;
	}
	
	#frame {
	/*
		border: 1px solid red;
		width: 990px;
	*/
	}
	
	#sub-blocks {
		border: 1px solid #F78F1E;
		border-width: 1px 0 0;
		padding: 10px 0 0;
	}


iframe table {
	width: 800px;
}

.wrapper {
	margin: 30px auto 20px;
}

/*
 * Footer
 */
 
.footer {
   border: none;
   font-size: 1em;
   padding: 0 18px 10px 0;
}

.footer a,
.footer a:link,
.footer a:visited {
   color: #7C7C7C;
   font-size: 1em;
   font-weight: normal;
   padding: 0;
   text-decoration: none;
}

.footer a:hover,
.footer a:active {
	text-decoration: underline;
}

.footer .ccl a, 
.footer .ccl a:link, 
.footer .ccl a:visited {
    color: #F78F1E;
    font-weight: bold;
    padding: 0;
}

.footer address {
	clear: both;
	font-size: .75em;
	margin-top: 20px;
	text-align: center;
}

.footer address,
.footer address a,
.footer address a:link,
.footer address a:visited {
	background-image: none;
	color: #CCC;
}

.footer .inner {
   background-color: #FFF;
	border: 1px solid #F78F1E;
   margin: 20px 0 0 0;
   padding: 20px 0 0 20px;
   position: relative;
}

.footer .footer-logo {
   left: 360px;
   position: absolute;
   top: -20px;
}

.footer li {
	/* padding: 0; */
   font-size: .778em;
   line-height: 1.25em;
}

.footer li li {
   font-size: .778em;
   line-height: 1.25em;
}

.footer li.first {
}

.footer li.last a {
	background-image: none;
}

.footer ul {
   color: #F78F1E;
	display: block;
	float: left;
   font-size: 1.5em;
   font-weight: bold;
   line-height: 1.25em;
   margin-bottom: .5em;
	padding: 0;
	width: 235px;
}

.footer ul ul {
   font-size: 1.286em;
}

/*
 * header
 */

#footer_right, /* rename to header */
#search_mini_form {
   float: right;
	margin: 10px 0 0 .5em;
}

#footer_right a {
	background: none;
	padding: 0;
}

/*
 * Search
 */
 
#search_mini_form {
   padding-top: 3px;
}

#search_mini_form .button {
   background: url('../images/search.gif') no-repeat;
   border: none;
   height: 25px;
   width: 93px;
}

#search_mini_form .button span {
   font-size: .875em;
   text-transform: uppercase;
   margin: 0 20px 4px 0;
   padding: 0;
}

#search_mini_form input {
   -moz-border-radius: 3px;
   border-radius: 3px;
}

#fpss-outer-container.slideshow {
   border: 1px solid #F78F1E;
   margin: 0;
   padding: 0;
}

.home_block {
   border: 1px solid #F78F1E;
   float: left;
   margin: 20px 18px 0 0;
}

.home_block #custom-clothing {
   background: url('../images/custom-clothing.jpg') no-repeat;
   height: 194px;
   position: relative;
   width: 960px;
}

.home_block #custom-clothing a:link,
.home_block #custom-clothing a:visited {
   border: 2px solid transparent;
   display: block;
   float: left;
   height: 100px;
   margin-right: 1px;
   width: 100px;
}

.home_block #custom-clothing a:hover,
.home_block #custom-clothing a:active {
   border: 2px solid #F78F1E;
}

.home_block #custom-clothing a img {
   height: 100px;
   width: 100px;
}

.home_block #custom-clothing .inner {
   padding: 45px 0 0 7px;
}

.home_block #custom-clothing a.choose:link,
.home_block #custom-clothing a.choose:visited {
   background: url('../images/cys-off.png') no-repeat;
   border: none;
   bottom: 0;
   height: 39px;
   position: absolute;
   right: 0;
   width: 223px;
}

.home_block #custom-clothing a.choose:active,
.home_block #custom-clothing a.choose:hover {
   background: url('../images/cys-on.png') no-repeat;
}

.home_block #custom-clothing a.choose span {
   left: -10000px;
   position: absolute;
}

.home_block #happy-customers {
   background: url('../images/happy-customers.jpg') no-repeat;
   height: 253px;
   overflow: hidden;
   width: 470px;
}

.home_block #happy-customers .inner {
   float: right;
   margin: 75px 20px 0 0;
   width: 300px;
}

.home_block #happy-customers .inner div {
   background: url('../images/screen.png');
   -moz-border-radius: 10px;
   border-radius: 10px;
   font-size: .875em;
   font-weight: bold;
   line-height: 1.25em;
   padding: .5em 1em;
}

#like {
	width: 240px;
}

.team-button {
   position: absolute;
   left: 365px;
   top: 0px;
}

#fpss-outer-container.slideshow {
}

#fpss-outer-container.slideshow #navi-outer ul {
    height: 32px;
    margin: -40px 5px 0 0;
}

#fpss-outer-container.slideshow #navi-outer li.noimages a#fpss-container_next {
    background: url("../images/nav-right.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
}

#fpss-outer-container.slideshow #navi-outer li.noimages a#fpss-container_prev {
    background: url("../images/nav-left.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
}

.product-view .product-shop {
	width: 215px;
}

.product-cs-custom-tech-fleece-headband .product-view .product-shop  {
	width: 445px;
}

.col2-right-layout { 
width:960px;
}

.col2-right-layout .col-main {
   padding: 0em;
}

.add-to-links {
   clear: both;
}

/** for zen photo **/
.col1-layout .col-main {
   margin-right: 20px;
   padding: 10px 20px 0;
}

.cms-home .col1-layout .col-main {
   margin-right: 0;
   padding: 0;
}

.album {
   width: 430px;
}

#padbox .image {
   float: left;
   height: 130px;
   text-align: center;
   vertical-align: middle;
   width: 130px;
}

/*** cross-sell grid ***/
.checkout-cart-index .col2-set .col-1 {
   width: 100%;
}

.checkout-cart-index .crosssell .add-to-links {
   font-size: .75em;
   float: left;
}

.checkout-cart-index h3 {
   color: #F78F1E;
   margin-top: 1em;
}

.checkout-cart-index .crosssell h4.product-name {
   font-size: 1.25em;
}

.checkout-cart-index .crosssell li {
   float: left;
   height: 125px;
   margin-top: 2em;
   width: 210px;
}

.checkout-cart-index .crosssell li li {
   float: none;
   height: auto;
   margin-top: 0;
   width: auto;
}

.cart .cart-collaterals {
   width: 640px;
}

.checkout-cart-index .discount {
   clear: both;
   margin-top: 1em;
   padding-top: 1em;
}

.checkout-cart-index .totals {
   width: 260px;
}


.col-right .block .block-title,
.col-left .block .block-title { 
background:#F78F1E;
padding: 3px 5px;
}

.col-right .block .block-content,
.col-left .block .block-content {
background:#eee;
}

.col-right .block .block-content,
.col-left .block .block-content {
color:#aaa;
}



.col-main table td { 
border:1px solid #ddd;
}


.header #fb-root { 
width:150px;
height:20px;
float:left;
position:absolute;
top:80px;
left:450px;
}

.success-msg li { 
font-size:14px;
}

#shopping-cart-table .product-name { 
font-size:14px;
}
