* 
{
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: Arial;
	font-size: 12px;
}

body 
{
	background-color: #363b3e;
}

img
{
	border: none;
}

p
{
	padding: 10px;
}	

p.closeTop
{
  padding-top: 0px;
}

p.closeBottom
{
  padding-bottom: 0px;
}

hr
{
	width : 90%;
	color: #0C5994;
	margin: 10px auto 0 auto;
}

.clear
{
	clear: both;
}

div.noscript 
{
  padding: 5px;
  border-top: 2px solid #c00;
  border-bottom: 2px solid #c00;
  font-weight: bold;
}

#container 
{
	background: url('../images/site/border.png') repeat-y;
	width: 820px;
	margin: 0 auto 0 auto;
}


/* header */
#search 
{
	width: 820px;
	height: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#searchArea 
{
	padding: 5px;
}

#searchArea input#searchBox 
{
	width: 265px;
}

#searchArea input#searchButton
{
	float: right;
	margin-right: 10px;
}

#searchBar 
{
	float: left;
	margin-left: 10px;
	width: 650px;
	height: 30px;
}

#search #cart a 
{
	float: right;
	margin-right: 15px;
	background: url('../images/site/cart.gif') left top no-repeat;
	width: 90px;
	height: 30px;
	padding: 7px;
	font: Verdana;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: right;
}

#search #cart a:hover 
{
	background-image: url('../images/site/cart_over.gif');
	color: #FFCC00;
}

#searchLinks 
{
	float: right;
	width: 300px;
	height: 30px;
}

#searchLinks ul 
{
	list-style: none;
	padding-top: 8px;
}

#searchLinks li 
{
	margin-right: 10px;
	float: left;
	text-align: center;
}

#searchLinks a 
{
	font: Verdana;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#searchLinks a:hover 
{
	color: #FFCC00;
}

.searchTerm 
{
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
}
	
#header 
{
	background: url('../images/site/header.png') bottom no-repeat;
	position: relative;
	width: 820px;
	height: 150px;
	margin: 0 auto 0 auto;
}

#CTBlogo
{
	margin: -20px auto 0 auto;
	background: url('../images/site/logos/ctblogo.png') no-repeat;
	width: 148px;
	height: 100px;
	text-indent: -9999px;
}

#logo
{
	position:absolute;
	top: 65px;
	left: 500px;
	background: url('../images/site/logos/logo.png') no-repeat;
	width: 288px;
	height: 39px;
	text-indent: -9999px;
}

#logo a
{
	width: 288px;
	height: 39px;
	display: block;
}

#storeContent
{
	width: 800px;
	margin: 0 auto 0 auto;
}


/* navigation */
/* TOP */
#topNav 
{
	width: 800px;
	height: 30px;
	margin: 0 0 10px 0;
	text-align: center;
}

#topNav h3
{
	float: left;
	width: 240px;
	font-size: 16px;
	text-align: right;
	color: #115171;
	margin: 0 0 0 10px;
	padding-top: 15px;
}

#topNav ul
{
	float: right;
	width: 540px;
	height: 30px;
	list-style: none;
	padding-top: 10px;
}

#topNav li 
{
	width: 87px;
	height: 30px;
	text-indent: 0px;
	margin-right: 3px;
	float: left;
	text-align: center;
}

#topNav a
{
	display: block;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	color: #115171;
}

#topNav a:hover
{
	color: #000;
}

#mainMenu .mainMenuActive a
{
	color: #BF1208;
}


/* SUBNAV */
#subNav
{
	color: #BF1208;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 500px;
	height: 12px;
	padding-left: 7px;
}

#subIndex
{
	width: 500px;
	padding-left: 7px;
	background: url('../images/site/subBG.png') repeat-y;
}

#subIndex p
{
	padding: 10px;
}

#subNav ul 
{
	list-style: none;
}

#subNav li 
{
	float: left;
	margin: 0 0 0 20px;
}

#subNav a 
{
	display: block;
	color: #115171;
	margin-left: 0px;
	padding: 0px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#subNav a:hover 
{
	color: #000;
}

#subMenu .subMenuActive a
{
	color: #BF1208;
}


/* BRANDNAV */
#brandNav
{
	width: 211px;
	margin: 40px 0 0 20px;
}

#brandNavTop
{
	margin: 0;
	background: url('../images/site/brandTop.png');
	width: 211px;
	height: 10px;
}

#brands
{
	margin: 0;
	background: url('../images/site/brandBG.png') repeat-y;
	padding: 0 10px 60px 10px;
	width: 211px;
}

#brands h3
{
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 0 0 5px 5px;
}

#genderList, #brandList
{
	width: 211px;
	position: relative;
}

#genderList p, #brandList p
{
	position: absolute;
	padding: 0;
	top: -20px;
	left: 90px;
}

.gender
{
	float: left;
	width: 61px;
	margin: 0 0 0 3px;
}

.brand
{
	float: left;
	width: 87px;
	margin: 7px;
}

.gender p, .brand p
{
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: none;
}

.gender:hover p, .brand:hover p
{
	display: block;
}

#brandNavBottom
{
	margin: 0;
	background: url('../images/site/brandBottom.png');
	width: 211px;
	height: 10px;
}


/* featured products */
#featuredRightTop
{
	width: 500px;
	height: 10px;
	margin: 15px 0 0 0;
	background: url('../images/site/subTop.png') no-repeat;
}

#featuredList
{
	width: 500px;
	background: url('../images/site/subBG.png') repeat-y;
}

#featuredList h4
{
	padding: 10px 0 0 20px;
	font-size: 16px;
	color: #fff;
}


#featuredRightBottom
{
	width: 500px;
	height: 10px;
	margin: 0;
	background: url('../images/site/subBottom.png') no-repeat;
}

.featuredProd
{
	float: left;
	width: 120px;
	margin: 22px;
	text-align: center;
}

.featuredProd h5
{
	margin-top: 10px;
}


/* search, cart, policies, and contact us */
#title 
{
	margin: 10px 0 20px 10px;
	font-size: 14px;
}

#midAlign
{
	width: 500px;
	margin-top: 20px;
	margin: 0 auto 0 auto;
}

.editQuantity 
{
  width: 2em;
}

#orderInfo, #cartItems 
{
	width: 500px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin: 0 auto 0 auto;
}

#orderInfo td, #cartItems td 
{
	padding: 2px 5px;
}

.orderLabel, .cartSumLabel 
{
	font-weight: bold;
}

.cartCouponLabel
{
  font-weight: normal;
  color: #900;
}

/* cart */
#cartTable 
{
	text-align: center;
}

#cartTable th, #cartTable td 
{
  padding: 0px 5px;
}

#cartTable td.priceCell 
{
  text-align: right;
  whitespace: no-wrap;
}

#cartTable td.priceNegativeCell 
{
  text-align: right;
  color: #900;
}

#cartTable tfoot th 
{
  text-align: right;
  padding-right: 4px;
}

#cartTable th.couponLabelCell 
{
  font-weight: normal;
  color: #900;
}

#cartButtons p 
{
	margin: 10px;
	text-align: right;
}


/* policies and contact*/
#midAlign h4 
{
	font-size: 14px;
	margin-top: 10px;
}

#midAlign ol 
{
	margin-left: 30px;
	width: 460px;
}

#midAlign ol li.spacedLi
{
  padding-top: 4px;
}

#midAlign ul 
{
	list-style: none;
	margin: 30px;
	width: 460px;
}

#midAlign ul.privacyPolicyList
{
  margin: 0px;
  padding: 8px 0px 10px 38px;
}

#midAlign ul.privacyPolicyList li
{
  list-style-type: disc;
}


#contactForm input, #contactForm textarea
{
	/* Commented this out so the fields don't look like they are disabled.
	background-color: #ccc; */
}


/* product list */
#rightSide
{
	float: right;
	width: 520px;
	margin: 30px 15px 0 0;
}

#rightSideMessage
{
	padding: 1px 6px;
	border: 2px solid #115171;
	font-size: 14px;
	background-color: #FFFFCC;
}

#rightSideMessage ul
{
  padding: 2px 2px 2px 30px;
  font-size: 14px;
}

#rightSideMessage li.offerLi
{
  font-size: 14px;
  font-weight: bold;
}

#prodList, #prodDetail 
{
	margin-top: 30px;
	float: right;
	background: #ffffff;
	width: 520px;
}

#prodList h5 
{
	font: Verdana;
	font-size: 16px;
	margin-bottom: 10px;
}

.prodListItemUnder  
{
	margin-top: 50px;
}

.prodListPic 
{
	float: left;
	margin-left: 20px;
}

.prodListText 
{
	width: 360px;
	float: right;
	margin-right: 10px;
}

a.button 
{
	float: right;
	background: url('../images/site/button.png') left top no-repeat;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	text-indent: 4px;
	letter-spacing: 1px;
	width: 120px;
	height: 20px;
	margin-top: 20px;
	padding-top: 3px;
}

.colorSwatchGroup
{
	float: left;
	width: 120px;
}

.colorSwatchGroup img, .colorSwatchGroupDet img
{
	margin: 1px;
	border: 1px solid;
}

.priceRange
{
	float: right;
	color: #94374A;
	margin: 12px 10px 0 0;
}


/* product details */
.prodDetailImage 
{
	float: left;
	margin-right: 30px;
}

.prodDetailErrorMessage
{
  padding: 5px;
  border: 1px solid #900;
  color: #900;
  margin-bottom: 0.8em;
}

.pageSubtitle 
{
	font: Verdana;
	font-size: 16px;
	margin-bottom: 10px;	
}

#productOptions 
{
	margin-top: 20px;
}

table.prodDetailOptions th 
{
  text-align: right;
  vertical-align: top;
  padding: 2px 2px 0px 0px;
}

td.addButtonCell 
{
  text-align: right;
}


/* footer */
#copy 
{
	width: 800px;
	text-align: center;
	margin: 40px auto 0 auto;
}

#footer 
{
	background: url('../images/site/footer.png');
	width: 820px;
	height: 20px;
	margin: 0 auto 0 auto;
}

/* checkout */
#checkout select option 
{
  padding: 0px 5px 0px 2px;
}

#orderInfo td.addr 
{
  vertical-align: top;
}

.cartPrice, .cartSumPrice, .cartSumLabel, .cartCouponLabel, .cartCouponPrice
{
  text-align: right;
}

.cartCouponPrice
{
  font-weight: normal;
  color: #900;
}

#testRadioGroup ul {
  margin: 0px;
  padding: 5px 0px 0px 20px;
}

#testRadioGroup li {
  padding: 0px 0px 2px 0px;
}

/* Testimonials */
.testimonial
{
	background: url('../images/site/testimonial.png') no-repeat top;
	width: 200px;
	margin: 10px 0 0 30px;
	padding-top: 35px;
}

.product a
{
	text-decoration: none;
	font-weight: bold;
	color: #115171;
} 

.name
{
	font-weight: bold;
}

.quote
{
	font-style: italic;
}


/* size charts */
#sizes table td, #sizes p
{
	text-transform: uppercase;
	font-size: 10px;
	padding: 6px;
	text-align: center;
	font-weight: bold;
}

#sizes h2
{
	font-size: 15px;
}

.title, .title td
{
	text-decoration: none;
	color: #115171;
}

.titleDarker, .titleDarker td
{
	text-decoration: none;
	color: #002850;
}

.obviousLink
{
	color: #002850;
}

.mensSizes
{
	width: 380px;
	margin: 20px auto 40px auto;
	text-align: center;
}

.womensSizes
{
	width: 280px;
	margin: 20px auto 40px auto;
	text-align: center;
}

.childrensSizes
{
	width: 510px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.formMessage_error
{
  margin-bottom: 5px;
  padding: 3px 8px;
  border: 2px solid #900;
  color: #900;
}

.formMessage_warning
{
  margin-bottom: 5px;
  padding: 3px 8px;
  border: 2px solid #600;
  color: #600;
}

.formMessage_info
{
  margin-bottom: 5px;
  padding: 3px 8px;
  border: 2px solid #070;
  color: #070;
}

#constantContact
{
  width: 173px;
  padding: 10px 17px 10px 40px;
}

#ccForm
{
  background: url('../images/site/ccBg.jpg') repeat-y;
  width: 170px;
  height: 100%;
  padding: 5px;
}

#ccTop
{
  background: url('../images/site/ccTop.jpg') no-repeat top;
  width: 170px;
  height: 8px;
  padding: 0;
  margin: 20px 0 0 0;
}

#ccBottom
{
  background: url('../images/site/ccBottom.jpg') no-repeat top;
  width: 170px;
  height: 8px;
  padding: 0;
  margin: 0 0 20px 0;
}



/*
Stylish Select 0.3 - jQuery plugin to replace a select drop down box with a stylable unordered list
http://scottdarby.com/

Copyright (c) 2009 Scott Darby

Requires: jQuery 1.3

Licensed under the GPL license:
http://www.gnu.org/licenses/gpl.html
*/


/*==================================
remove default focus style
====================================*/
:focus {outline:none;}

.js ul.newList {left:-9999px;}

/*==================================
red curvy example
====================================*/
ul.newList * {margin:0; padding:0;}
ul.newList {margin:0; padding:0; list-style:none; color:#000; width:290px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.newListSelected {width:285px; color:#000; height:19px; padding:3px 0 0 6px; float:left; background:url('../images/site/select-bg.png') no-repeat;}
.newListSelected span {width:284px; display:block;}
ul.newList li {padding:3px 8px;}
.selectedTxt {width:258px; overflow:hidden; height:16px; padding:0 23px 0 0;}
.hiLite {background:#650101!important; color:#fff!important;}
.newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.newListSelHover, .newListSelFocus {background-position:0 -22px; cursor:default;}
.newListOptionTitle {font-weight:bold;}
.newListOptionTitle ul {margin:3px 0 0;}
.newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}

/*======================================
windows xp style
========================================*/
.basicSelect .newListSelected {background:#FFF url('../images/site/dropdown.gif') no-repeat scroll 155px 1px; border:1px solid #A5ACB2; color:#000; height:17px; margin-bottom:10px; padding:0; width:173px;}
.basicSelect .newListSelected div {display:block; font-size:12px; padding:2px 21px 2px 4px; text-align:left !important; width:149px;}
.basicSelect ul.newList {list-style:none; color:#000; width:172px; background:#fff; border:1px solid #000; top:22px; left:0; height:auto; overflow:auto; font-size: 0.85em; text-align:left!important; position:absolute; z-index:9999;}
.basicSelect ul.newList li {padding:2px 5px!important; } /* border-bottom: 1px solid #cccccc; */
.basicSelect ul.newList li img {padding-right:4px!important; }
.basicSelect .hiLite {background:#316ac5!important; color:#fff!important;}
.basicSelect .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.basicSelect .newListSelHover {cursor:default;}
.basicSelect .newListSelHover, #win-xp .newListSelFocus {background-position:auto;}
/* .basicSelect .newListSelHover div, #win-xp .newListSelFocus div {font-weight:bold;} */
