* {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	font-size: 11px;
/*	background-color: #e8e8e7;*/
}
form {
	background-color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	color: #487AAC; /*#003366; OLD*/
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#header { 
	/* background-image: url(../images/bg_header.gif); OLD*/
	height: 34px; /*134px;  OLD*/
	/*border-bottom: #E3E4E5 2px solid;*/	/* #CBCAC8 */
	padding-top: 20px;
}

#navbar {
	clear: both;
	height: 28px;
	margin: 0 auto 16px;
}
#navbar a {
	display: block;
	line-height: 22px;
	color:	#666666; /*#9f2e2d; OLD*/
	font-weight: normal;
	text-decoration: none;
	float: left;
}
#productNav {
	float: left;
}
#productNav .top-menu {
	display: inline-block;
}
#productNav a {
	text-transform: uppercase;
	color: #666666;
	line-height: 20px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: normal;
	float: left;
	margin: 0 5px;
}
#productNav a:hover, 
#productNav a.selected {
	border: 1px solid #DEDEDD;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#productNav .home {
    margin: -4px 5px 0 0;
    padding: 0;
}
#productNav .home:hover {
	border: none;
	padding: 0;
}
#shoppingCart {
	background-color: #dededd;
	height: 22px;
	line-height: 22px;
	color: #000000;
	width: 100px;
	margin: 0 7px;
}
#shoppingCart .left {
	margin-left: 5px;
	width: 30px; /*66px;*/
}
#items {
	float: left;
	text-align: right;
	width: 60px;
	margin-left: 5px;
}
#price {
	float: right;
    margin-left: 0;
    margin-right: 5px;
    text-align: right;
    width: 55px;
}
#shoppingCartDetails {
	border: 1px solid #999999;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
	width: 215px; /*219px;*/
	z-index: 20;
	background-color: #ffffff;
	color: #000000;
}
#shoppingCartDetails a {
	float: none;
	display: inline;
	line-height: 1.2em;
	color: #003366;
}
#safety {
	border: 1px solid #5b5c5e;
	position: absolute;
	background-color: #f1f1f2;
	display: none;
	z-index: 2;
}
#safety a {
	float: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
	white-space: nowrap;
}
#safety a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #939598;
	color: #FFFFFF;
}
#teamco {
	border: 1px solid #e9e9ea;
	background-image: url(../images/bg_teamco.gif);
	padding: 5px;
	width: 130px;
	background-color: #e1e3e5;
	background-repeat: repeat-x;
	position: absolute;
	display: none;
	z-index: 2;
}
#teamcoB {
	border: 1px solid #e9e9ea;
	background-image: url(../images/bg_teamco.gif);
	padding: 5px;
	width: 130px;
	background-color: #e1e3e5;
	background-repeat: repeat-x;
	position:absolute;
	display: none;
	z-index: 2;
	bottom:45px;
	right:370px;
}
#titleBar {
	background-image: url(../images/bg_titlebar.gif);
	height: 62px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#headerBar {
	height: 62px;
}
#shippingInfo {
	background-image: url(../images/bg_shippinginfo.gif);
	background-repeat: no-repeat;
	height: 243px;
	float: left;
	width: 285px;
}
#content {
	/* background-image: url(../images/bg_content.gif);
	background-repeat: repeat-x;
	background-position: bottom; OLD*/
	/* border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #9f2e2d; OLD*/
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E3E4E5;
	padding-bottom: 0;
	min-height: 575px; /*460px; OLD*/
	z-index: 1;
	position: relative;
}
#footer {
/*	background-image: url(../images/bg_footer.jpg);*/
	background-position: bottom;
	background-repeat: repeat-x; 
}
#bottomNav {
	text-align: center;
	font-weight: bold;
}
#bottomNav a {
	line-height: 42px;
	text-decoration: none;
	color: #666666;
	margin-right: 15px;
	margin-left: 15px;
	font-weight:normal;
}
#bottomNav a:hover {
	color: #9e2b2a;
}
#wholesaleNav {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cbcac8;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
	color: #9e2b2a;
	font-weight: bold;
}
#wholesaleNav a {
	color: #9e2b2a;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}
#wholesaleNav a:hover {
	text-decoration: underline;
}
#copyright {
	font-weight: bold;
	text-align: right;
	padding-bottom: 1em;
	padding-top: 1.0em;
	color: #000000;
}
#copyright a {
	color: #000000;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#loginPanel {
	border-top: solid 1px #cbcac8;
	position: absolute;
	top: 34px;	/*134px; OLD*/
	right: 0px;	/*30px; OLD*/
	z-index: 20;
	background-image: url(../images/bg_loginpanel.gif);
	height: 114px;
	width: 231px;
	display: none;
	color: #000000;
}
#loginPanel a {
	color: #0075c5;
	text-decoration: none;
	line-height: 20px;
}
#cartItems {
	margin-bottom: 1.0em;
}
#cartItems th {
	text-align: left;
}
#cartItems a {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}
#subMenuContainer2 {
	height: 52px; 
	padding-bottom: 6px; 
	margin-top: 5px; 
}
#subMenuContainer2 .canvas {
	position: relative;
	height: 100%;
}
#subMenuContainer2 .subMenu {
	margin-left: 100px;
	font-weight: bold;
	color: #2A7236;
	line-height: 52px;
}
#subMenuContainer2 a {
	display: inline;
	color: #2A7236;
	padding: 0px;
	text-transform: none;
	font-weight: bold;
}
#subMenuContainer2 a:hover {
	border: none;
	text-decoration: underline;
}
#productListContainer {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 1.0em;
	position: relative;
	overflow: hidden;
	height: 485px;	/*415px;*/
	clip: rect(0px, 10px, 10px, 0px);
	z-index: 1;
}
#productList {
	left: 0px;
	position: absolute;
	z-index: 10;
}
#productList td, .price {
	/*font-weight: bold;
	color: #003366; OLD*/
	color: #9f2e2d;
}
#productList a {
	color: #666666;
	text-decoration: none;
}
#productList a:hover {
	text-decoration: underline;
}
#productList .separator {
	width: 24px;
}
#scrollBarContainer {
	width: 402px;
	margin: 0 auto 1em;
}
#scrollBar {
	border: solid 1px #666666;
	width: 400px;
	float: left;
	background-color: #eeeeee;
	position: relative;
	height: 13px;
}
#btnScroll {
	background-image: url(../images/btn_scroll.gif);
	width: 100px;
	height: 13px;
	cursor: pointer;
	position: absolute;
}
#productDescription {
	text-align: right;
	padding-top: 6.0em;
}
#productDescription p {
	margin-bottom: 1.0em;
}
#newRetailerLeftColumn {
	width: 350px;
	float:left;
	margin-right: 10px;
}
#newRetailerLeftColumn .box input.textbox {
	width: auto;
}
#myAccount {
	background-image: url(../images/bg_myaccount.gif);
	width: 358px;
	background-repeat: no-repeat;
	height: 54px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#myAccountLinks p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
#myAccountLinks .redText {
	font-weight: bold;
	font-size: 12px;
}
#myAccountLinks a {
	color: #000000;
}
#myAccountLinks a:hover {
	text-decoration: underline;
}
#myAccountLinks a.redText {
	color: #9F2E2D;
}
#myAccountLinks .subTitle {
	font-weight: bold;
	font-size: 12px;
}
#myAccountLinks a.subTitle {
	color: #000000;
}

.logo {
	margin-top: 31px;
	float: left;
}
.madeInCanada {
	float: right;
	margin-top: 23px;
}
.left {
	float: left;
}
.title {
	line-height: 30px;
	color: #353535;
	font-weight: bold;
	margin-left: 50px;
	font-size: 14px;
}
.subtitle {
	margin-left: 85px;
	color: #b4b4b4;
}
.canvas {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}
#header .canvas {
	width: 955px;
}
.leftColumn {
	width: 420px;
	margin-left: auto;
}
.form th {
	text-align: left;
	line-height: 20px;
	vertical-align: top;

}
.formFeedback th {
	text-align: left;
	line-height: 20px;
	vertical-align: top;
	font-weight:normal;
}
.greyHeader {
	background-color: #dededc;
	line-height: 25px;
	font-weight: bold;
	height: 25px;
}
.button {
	background-image: url(../images/buttonbg.jpg);
	color: #9f2e2d;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #d2d2d2;
	height: 20px;
	background-color: transparent;
}
.buttonPassword {
	background-image: url(../images/buttonbg.jpg);
	color: #9f2e2d;
	font-size: 10px;
	text-transform: uppercase;
	border: 1px solid #d2d2d2;
	height: 20px;
	background-color: transparent;
	position:relative;
	bottom:22px;
}
.subMenu {
/*	margin-top: 5px;*/
	margin-left: 64px;
}
.subCategory {
	border-right: solid 1px #cbcac8;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}
.subMenu a {
	text-transform: uppercase;
	color: #666666;
	text-decoration: none;
	display: inline-block;
	padding: 1px 5px;
	font-weight: normal;
}
.subMenu a.new {
	color: #216db5;
}
.subMenu a:hover
{
	/*border: solid 1px #666666;
	padding: 0px 4px;*/
	font-weight:bold;
/*	color: #0070b2;*/
}
.subMenu a.selected
{
	/* border: solid 1px #666666; OLD*/
	/*padding: 0px 4px 0px 4px;*/
	font-weight: bold;
}
.producttitle {
	color: #000000;
	font-weight: normal;
}
.clear {
	clear: both;
}

.cartCanvas {
	padding: 0 25px; 
}
.greyText {
	color: #666666;
}
.redText {
	color: #9F2E2D;
}
.label {
	font-weight: bold;
	color: #9F2E2D;
}
.labelRegistration
{
	font-weight: bold;
}
.box {
	border: 1px solid #A1A2A4;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.box input.textbox
{
	width: 95px;
	font-size: 11px;
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 1px solid;
	background-color: transparent;
}
.radiolist input
{
	
}
.box select
{
	width: 95px;
	font-size: 11px;
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 1px solid;
	background-color: transparent;
}
.box label {
	margin-left: 5px;
}
.popupImage {
	display: block;
	margin: 5px;
}
.biggerSizes {
	position: absolute;
	bottom: 10px;
	left: 50%;
	text-align: left;
	width: 100px;
	border: 1px solid #e1e3e5;
	background-color: #FFFFFF;
	background-image: url(../images/bg_teamco.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	z-index: 2;
	padding: 5px;
	display: none;
}
.biggerSizes .price {
	display: none;	
}
.form th {
	text-align: left;
}
.rail {
	position: relative;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	height: 13px;
	width: 400px;
}
.handle {
	height: 13px;
	position: absolute;
	width: 100px;
	cursor: pointer;
}

.ColorLink
{
	margin-top: 4em;
}
#submenuContainer {
	background: #f5f7f7;
	padding: 5px 0;
	margin: 5px 0 0;
	font-size: 12px;
}
#scrollBarOuterContainer {
	position: absolute;
	top: 565px;
	left: 0;
	width: 100%;
	z-index: 100;
}
.borderTop {
	border-top: solid 1px #cbcac8;
}
.divOrder {
	bottom:-8em;
/*	left:3em;*/
	position:absolute;
}
#resaleRegistration {
	margin: 5em 0 0;
}
#youthAndKidsHeader {
	height: 60px;
}
#youthAndKidsHeader .container {
	width: 810px;
	margin: 0 auto;
	line-height: 64px;
	font-size: 12px;
}
#productDetail .canvas {
	height: 550px;
}
.subCategory td {
	width: 130px;
}
.product-item {
	padding: 0 10px;
}
.product-detail {
	 margin: 0px 25px 0 5px; 
}
.sub-navigation {
	font-size: 11px;
	text-transform: uppercase;
}
.sub-navigation a {
	color: #666666;
	padding: 3px 6px;
	margin: 0 0px;
	white-space: nowrap;
}
.sub-navigation a:hover,
.sub-navigation a.selected {
	text-decoration: none;
	border: solid 1px #DEDEDD;
	padding: 5px;
}
.video {
	border: 1px solid rgb(203, 202, 200); 
	margin: 40px auto 0pt; 
}
.product-description {
	height: 56px;
}
.size-chart {
	float: none;
	text-align: center;
}
.no-sale-items {
	margin:1em auto;
	width:775px;
}
.right-category td {
	width: 100px;
}
#product-nav-container {
	padding-top: 4px; 
	float: left;
	font-size: 12px;
}
#product-nav-container *,
#submenuContainer *,
#jerico_video_gallery .play-list * {
	font-family: Calibri,Arial,Helvetica,sans-serif;
}
#product-nav-container .login,
#product-nav-container .logoff {
	margin: 0 5px;
}
#product-nav-container .new-customer,
#product-nav-container .my-account {
	text-align: center;
	margin: 0 0 0 5px;
}
#footnote {
	margin: 0em auto 1em;
	width: 800px;
	color: #737070;
}
#footnote .copyright {
	float: left;
}
#footnote .copyright,
#footnote .canadian-made {
	padding: 19px 0 20px;
}
#footnote .canadian-made {
	float: right;
	background: url(screen/canadian-made.jpg) no-repeat center right;
	padding-right: 59px;
	margin: 0 -59px 0 0;
}
#jerico_video_gallery {
	margin: 55px auto 0;
	width: 910px;
}
#jerico_video_gallery .video-player {
	width: 659px;
	float: left;
	margin-right: 10px;
	margin-left: 50px;
}
#jerico_video_gallery .video-player object {
	display: block;
}
#jerico_video_gallery .thumbnail img {
	width: 120px;
	height: 80px;
}
#jerico_video_gallery .play-list {
	float: left;
	list-style: none;
	margin: 0;
	padding: 20px 40px 20px 20px;
	height: 362px;
	overflow: auto;
	width: 122px;
}
#jerico_video_gallery .video-player,
#jerico_video_gallery .play-list {
	border: 1px solid #CBCAC8;
}
#jerico_video_gallery .play-list h2, 
#jerico_video_gallery .play-list {
	font-size: 13px;
}
#jerico_video_gallery .play-list li {
	margin-bottom: 1em;
}
#jerico-newcustomer .static-content {
	float: right;
	margin-top: -5em;
}
#jerico-newcustomer .vStep2 {
	color: #61696b;
}
#jerico-newcustomer .vStep2 .form {
	float: left;
	margin-left: 14%;
}
#jerico-newcustomer .vStep2 label {
	padding: 4px 0;
	display: inline-block;
	width: 174px;
}
#jerico-newcustomer .vStep2 .textbox {
	vertical-align: middle;
	border: solid 1px #000000;
}
#jerico-newcustomer .vStep2 .radiolist {
	display: block;
	margin-left: 40px;
}
#jerico-newcustomer .vStep2 .radiolist label {
	width: 61px;
}
#jerico-newcustomer .vStep2 .shipping-preference {
	position: relative;
}
#jerico-newcustomer .vStep2 .shipping-preference .txtShippingOther {
	left: 84px;
    position: absolute;
    top: 111px;
    width: 20%;
}
#jerico-newcustomer .vStep2 .buttons {
	margin-left: 22%;
    margin-top: 3em;
}
.jerico-controls-productdetail .addthis_toolbox {
	float: right;
	margin-top: 1em;
}

