/* YUI RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,img {
  border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

ol,ul {
  list-style: none;
}

caption,th {
  text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,q:after {
  content: '';
}

abbr,acronym {
  border: 0;
}

/* end YUI RESET */

/* CLEARFIX */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hide from IE Mac \*/

.clearfix {
  display: block;
}

/* End hide from IE Mac */

/* END YUI RESET */

/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
	text-align: left;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align: left;
}
.lv_MenuBar * { padding: 0; margin: 0;}


.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
	overflow: hidden;
}

/* simulates padding-left inside .lv_Data 
.lv_DataText div, .lv_ImgNumber div { margin-left: 3px; } */

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_contentTop,
.lv_contentBottom {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}

#lightview iframe {
	float: left;
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* navbar
   Adds a bar below the view that takes over the default Controller
*/
#lightviewController {
	position: fixed;
	bottom: 0;
	top: 0;
	left: 50%;
	margin: 0;
	padding: 0;
	color: #d2d2d2;
	font: 11px Arial, Helvetica, sans-serif;
}
* html body #lightviewController { /* IE6 */
	position: absolute;
	top: auto;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) + (Lightview.controllerOffset || 0)) + 'px');	
}
#lightviewController ul {
	display: block;
	height: 100%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.lv_controllerTop, .lv_controllerMiddle, .lv_controllerBottom {
	list-style-type: none;
	float: left;
	display: block;
	position: relative;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_controllerCenter  { width: auto; float: left; }
.lv_controllerCornerWrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.lv_controllerCornerWrapperTopLeft,
.lv_controllerCornerWrapperBottomLeft { top: 0; left: -100%;}
.lv_controllerCornerWrapperTopRight,
.lv_controllerCornerWrapperBottomRight { top: 0; left: 100%;}

#lightviewController .lv_CornerWrapper {
	width: 100%;
}
#lightviewController .lv_Corner { float: left; }
#lightviewController .lv_Corner {
	float: right;
	position: relative;
}
#lightviewController .lv_CornerTr, #lightviewController .lv_CornerBr { float: left; }
.lv_controllerBetweenCorners {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.lv_controllerMiddle {
	position: relative;
	height: 100%;
	float: left;
}
.lv_controllerCenter { float: left; width: auto;}
.lv_controllerCenter li {
	list-style-type: none;
	float: left;
	display: inline;
	position: relative;
	clear: none;
}
.lv_controllerSetNumber {
	float: left;
	text-align: center;
}

#lightviewController .lv_Button {
	float: left;
	position: relative;
	height: 100%;
	clear: none;
}
.lv_controllerSetNumber {
	position: relative;
	height: 100%;
	padding-right: 3px;
}
.lv_controllerPrev, 
.lv_controllerNext, 
.lv_controllerSlideshow, 
.lv_controllerClose {
	float: left;
	position: relative;
	height: 100%;
	padding-left: 3px;
}

.lv_controllerPrev { border-left: 1px solid #3c3c3c; }
#lightviewController .lv_controllerNext { padding-right: 3px; border-right: 1px solid #3c3c3c; }

* html #lightview { /* IE6 */
	position: absolute;
	margin-top: expression( (-1 * this.offsetHeight / 2 + (document.documentElement ? document.documentElement.scrollTop : 0) - (Lightview.controllerHeight || 0)) + 'px');
	margin-left: expression( -1 * this.offsetWidth / 2 + (document.documentElement ? document.documentElement.scrollLeft : 0) + 'px');
}

/* Always cover 100% of the screen in IE6 */
html #lv_overlay {
	position: absolute;
	height: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollHeight, document.documentElement.scrollHeight, document.body.offsetHeight, document.documentElement.clientHeight].max() : document.documentElement.scrollHeight) + 'px' );
	width: expression(((window.Enumerable && window.Enumerable.max) ? [document.body.scrollWidth, document.documentElement.scrollWidth, document.body.offsetWidth, document.documentElement.clientHeight].max() : document.documentElement.scrollWidth) + 'px' );
}

/* END LIGHTVIEW */

/* COAL STYLES FALL 2009 */

body {
  background-color: #ccc;
  color: #f3f3f3;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 12px;
  line-height: 18px;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  color: #555555;
}

a:link, a:visited {
  color: #999999;
  text-decoration: none;
  outline: none;
}

a:hover, a:active {
  color: #00A9C7;
  text-decoration: underline;
  border: 0;
  outline: none;
}

#background-holder {
  position: fixed;
  top: 0;
  left: 0;
	z-index:-5;
}

#background-holder img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

.first_time {
  background: #ffffff;
}

.first_time #menu-column {
  
}

.first_time #background-holder {
  
}

.first_time #background-holder img {
  
}

.noshow {
  display: none;
  width: 0;
  height: 0;
}

/* BUTTONS */

.buttons a, .buttons button {
  display: block;
  float: left;
  margin: 0 7px 0 0;
  background-color: #f5f5f5;
  border: 1px solid #949494;
  border-top: 1px solid #c8c8c8;
  border-left: 1px solid #c8c8c8;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size: 10px;
  line-height: 130%;
  text-decoration: none;
  font-weight: normal;
  color: #565656;
  cursor: pointer;
  padding: 5px 10px 6px 7px;
  /* Links */
  background-image: url(/stylesheets/img/button_bg.png);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.buttons button {
  width: auto;
  overflow: visible;
  padding: 4px 10px 3px 7px; /* IE 6 */
}

.buttons button[type] {
  padding: 5px 10px 5px 7px; /* Firefox */
  line-height: 17px; /* Safari */
}

*:first-child+html button[type] {
  padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
  margin: 0 3px -3px 0 !important;
  padding: 0;
  border: none;
  width: 16px;
  height: 16px;
}

/* LAYOUT */

#all {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
  display: block;
}

#menu-column {
  width: 215px;
  position: fixed;
  margin: 0 auto;
  padding-top: 42px;
  padding-bottom: 42px;
  padding-left: 0px;
	left:0;
	position:absolute;
}

.menu_page #menu-column {
  
}

.page {
  float: left;
  width: 782px;
  background: #ffffff;
  z-index: 100;
  margin: 50px 0 100px 220px;
  height: auto;
  padding-bottom: 100px;
}

#cart_top {
  position: absolute;
  /*width: 1000px;*/
  right: -2px;
	padding:0;
  top:0;
  /*height: 50px;*/
  display: block;
  /* font-family: "Trade Gothic LT Std", Helvetica, Arial, Sans-Serif; */
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 12px;
	font-weight:normal;
  line-height: 40px;
  color: #7b7b7b;
   /*text-shadow: #562717 1px 1px 5px;*/
  text-align: right;
}
#cart_top span { padding:5px 0;}
#cart_top span.seperator {
	padding: 0;
}
#cart_top a:link, #cart_top a:visited {
  color: #666;
  /*text-shadow: #562717 1px 1px 5px;*/
  text-align: right;
  margin: 5px 10px;
	padding:5px;
}

#favorites_top {
  position: absolute;
  width: 1020px;
  left: 0;
  top: 0;
  height: 40px;
  display: block;
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 14px;
  line-height: 40px;
  color: #666;
  /*text-shadow: #555 1px 1px 15px;*/
  text-align: right;
}

#favorites_top a:link, #cart_top a:visited {
  color: #666;
  /*text-shadow: #555 1px 1px 15px;*/
  text-align: right;
}

.menu-item a:link, .menu-item a:visited {
  background-repeat: no-repeat;
  width: 195px;
  height: 20px;
  display: block;
  line-height: 20px;
  margin-bottom: 4px;
  margin-left: 0;
  padding: 0;
  background: url(img/titles-menu.png) no-repeat;
  text-indent: -9999px;
}

.menu-item a:hover, .menu-item a:active {
  color: #ffffff;
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  text-decoration: underline;
}

.menu-item.active {
	padding-left: 12px;
	background-image: url(/images/active_marker.png);
	background-repeat: no-repeat;
	background-position: -2px 1px;
	
}

.menu_logo a {
  display: block;
  background-image: url(/images/large/coal_menu.png);
}

.menu_logo a span {
  display: none;
}

#coal_logo {
  position: relative;
  height: 42px;
  width: 190px;
}

#coal_logo a {
  background-image: url(img/coal_logo_sepia.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 65px;
  position: absolute;
  width: 200px;
  left: -16px;
  top: 0px;
}

.ulopen li.menu-item:first-child a {
  display: block;
}

.ulopen li.menu-item:first-child li a {
  display: block;
}

.ulopen li.menu-item:first-child li.menu-item:first-child a {
  display: block;
}

.ulopen li.menu-item:first-child li.menu-item:first-child li a {
  display: block;
}

#coal_ul #fall_li.background_cover a {
	display: none;
}
#coal_ul #fall_li.background_cover ul li a {
	display: block;	
}

.menu-list {
  margin: 35px 0 25px 0px;
}
#fall_ul.ulopened {
	margin-left: 0;
	margin-top: 32px;
}
.ulopened {
	margin:10px 0 15px 12px;
}

.menu_list li {
  margin-top: 10px;
}

#coal_ul {
  margin: 0;
}

.menu-item a span {
  display: none;
}

#unisex_li a {
  background-position: 0 -20px;
}

#caps_li a {
  background-position: 0 -40px;
}

#beanies_li a {
  background-position: 0 -60px;
}

#flap_beanies_li a {
  background-position: 0 -80px;
}

#brim_beanies_li a {
  background-position: 0 -100px;
}

#headbands_li a {
  background-position: 0 -120px;
}

#nwas_li a {
  background-position: 0 -140px;
}

#womens_li a {
  background-position: 0 -160px;
}

#womens_beanies_li a {
  background-position: 0 -180px;
}

#womens_flap_beanies_li a {
  background-position: 0 -200px;
}

#womens_brim_beanies_li a {
  background-position: 0 -220px;
}

#womens_scarfs_li a {
  background-position: 0 -240px;
}

#womens_mittens_li a {
  background-position: 0 -260px;
}

#womens_arm_warmers_li a {
  background-position: 0 -280px;
}

#youth_li a {
  background-position: 0 -300px;
}

#youth_beanies_li a {
  background-position: 0 -320px;
}

#youth_flap_beanies_li a {
  background-position: 0 -340px;
}

#youth_brim_beanies_li a {
  background-position: 0 -360px;
}

#considered_li a {
  background-position: 0 -380px;
}

#findyourhat_li a {
  background-position: 0 -400px;
}

#friends_li a {
  background-position: 0 -420px;
}

#information_li a {
  background-position: 0 -440px;
}

#where_to_buy_li a {
  background-position: 0 -460px;
}

#contact_us_li a {
  background-position: 0 -480px;
}

#side_page img {
  margin: 0 auto;
  display: block;
}

#side_page h3 {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  color: #999999;
  font-size: 28px;
  margin: 28px 0 0 28px;
}

/* style pages */

.style_list_page_head {
  margin: 32px 35px 0 37px;
}

.style_list_page_head td {
  vertical-align: top;
}

.page h1 {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  color: #999999;
  font-size: 28px;
  line-height: 35px;
  padding: 0 10px 0 0;
  width: 228px;
  margin: 20px 0 0px 32px;
  float: left;
}

.style_list_page_head h1 {
  margin: 0;
  float: none;
  width: 218px;
}

#forgot_password.page h1 {
  width: 700px;
  float: none;
}

#new_customer.page h1 {
  width: 400px;
}

#new_user {
  clear: both;
  margin-top: 10px;
  margin: 0;
}

.errorExplanation {
  clear: both;
  display: block;
  margin: 0 35px;
  line-height: 22px;
}

.errorExplanation h2 {
  font-weight: light;
  font-size: 16px;
  background: yellow;
  padding: 10px;
}

.errorExplanation p {
  padding: 0 10px;
  display: none;
}

.errorExplanation ul {
  list-style-type: decimal;
  padding-left: 25px;
  background-color: yellow;
  padding-bottom: 10px;
  font-style: italic;
}

/* anchor list */

.page .anchor_list {
  color: #999999;
  padding-top: 12px;
  font-size: 10px;
}

.page .anchor_list ul li {
  float: left;
}

.page .anchor_list ul li a {
  padding: 3px;
}

.page .anchor_list ul li:after {
  content: '|';
}

.page .anchor_list ul li:last-child:after {
  content: '';
}

.page .style_list {
  background: #ffffff;
  padding: 0 0 20px 0;
}

/* style chunk */

.page .style_display {
  display: block;
  clear: both;
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  height: 255px;
}

.style_display .grey_extension {
  background: #eeefef;
  position: absolute;
  width: 700px;
  height: 1000px;
  left: 42px;
  top: 15px;
  height: 3000px;
}

.style_display .style_image {
  height: 255px;
  position: absolute;
  width: 757px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.style_display .main_color_div {
  display: block;
  width: 265px;
  height: 250px;
  position: relative;
  float: left;
  position: relative;
}

.style_display .main_color_div .main_color_link {
  display: block;
  width: 265px;
  height: 250px;
  position: absolute;
  top: 0;
  left: 0;
}

.style_display .main_color_div .favorite_main {
  position: absolute;
  display: block;
  left: 44px;
  top: 211px;
  z-index: 1000;
  font-size: 10px;
  line-height: 12px;
  background-color: #eeefef;
  background-image: url(img/hand_outline_2.gif);
  background-repeat: no-repeat;
  background-position: 8px 4px;
  height: 25px;
  width: 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.style_display .main_color_link span {
  position: absolute;
  left: 48px;
  top: 232px;
  font-size: 10px;
  line-height: 12px;
  background: #eeefef;
  padding: 3px 7px 3px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.youth .style_display .main_color_div .favorite_main {
  background-color: #c6eaf8;
}

.style_display .main_color_div .remove_favorite {
  background-image: url(img/hand_solid_2.gif);
}

.style_display .main_color_div .favorite_main:link span,
.style_display .main_color_div .favorite_main:visited span {
  display: none;
}

.style_display .main_color_div a.favorite_main:hover span,
.style_display .main_color_div a.favorite_main:active span {
  display: block;
  width: auto;
  width: 35px;
  background-color: #eeefef;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 7px 4px 6px;
  margin-left: 25px;
  text-decoration: none;
}

.youth .style_display .main_color_div .favorite_main:hover span,
.youth .style_display .main_color_div .favorite_main:active span {
  background-color: #c6eaf8;
}

.style_display .style_right {
  float: left;
  margin: 17px 0 0 0;
	*margin: 0 0 0 0;
  padding: 0;
}

.style_display .style_info {
  width: 330px;
  float: left;
  display: block;
  height: 100px;
}

.style_display .style_info .style_title {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  color: #999999;
  font-size: 22px;
  line-height: 24px;
  margin: 5px 0 0 0;
  width: 300px;
}

.style_display .style_info p {
  font-size: 11px;
  color: #999999;
  line-height: 15px;
  margin: 0 3px;
  width: 325px;
}

.style_display .style_info p.style_material {
  font-size: 10px;
}

.style_display .style_shopping {
  width: 140px;
  float: left;
  display: block;
  margin-left: 5px;
}

.style_display .style_shopping .style_price {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  color: #999999;
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0 5px 0;
}

.add_to_cart_button {
  text-shadow: #ffffff 1px 1px 1px;
}

.add_to_cart {
  position: relative;
}

.add_to_cart_form {
  width: 134px;
  text-align: right;
  line-height: 22px;
}

select.coal_color_select {
  width: 128px;
}

.style_display .style_color_links {
  clear: left;
  width: 450px;
}

.style_display .style_color_links .color_link_div {
  display: block;
  float: left;
  height: 155px;
  width: 140px;
  position: relative;
  margin-bottom: 35px;
}

.style_display .style_color_links .color_link_div a.color_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 155px;
  width: 140px;
  margin-bottom: 35px;
}

.style_display .style_color_links .color_link_div a.color_link span {
  position: absolute;
  top: 115px;
  font-size: 10px;
  line-height: 12px;
  background: #eeefef;
  padding: 3px 5px 3px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.style_display .style_color_links .color_link_div .favorite {
  position: absolute;
  display: block;
  left: -10px;
  top: 93px;
  z-index: 1000;
  font-size: 10px;
  line-height: 12px;
  background-color: #eeefef;
  background-repeat: no-repeat;
  background-position: 8px 5px;
  background-image: url(img/hand_outline_2.gif);
  height: 25px;
  width: 25px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.youth .style_display .style_color_links .color_link_div .favorite {
  background-color: #c6eaf8;
}

.style_display .style_color_links .color_link_div .remove_favorite {
  background-image: url(img/hand_solid_2.gif);
}

.style_display .style_color_links .color_link_div .favorite:link span,
.style_display .style_color_links .color_link_div .favorite:visited span {
  display: none;
}

.style_display .style_color_links .color_link_div .favorite:hover span,
.style_display .style_color_links .color_link_div .favorite:active span {
  display: block;
  width: auto;
  width: 35px;
  background-color: #eeefef;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 6px 7px 7px 5px;
  margin-left: 25px;
  margin-top: 0px;
}

#caps_style_list .style_display {
  height: 290px;
}

#caps_style_list .style_image .main_color_div .favorite_main {
  top: 245px;
  left: 47px;
}

#caps_style_list .style_display .main_color_div .main_color_link {
  height: 295px;
}

#caps_style_list .style_display .main_color_link span {
  top: 268px;
}

#caps_style_list .style_display .style_color_links .color_link_div a.color_link span {
  top: 152px;
}

#caps_style_list .style_display .style_color_links .color_link_div .favorite {
  top: 128px;
  left: -5px;
}

#caps_style_list #floyd_style_display .color_link_div {
  width: 215px;
}

/* specific styles */

#leroy_style_display {
  
}

#basic_style_display {
  height: 450px;
}

#basic_style_display .style_image {
  height: 450px;
}

#frena_solid_style_display {
  height: 650px;
}

#frena_solid_style_display .style_image {
  height: 650px;
}

#flt_style_display {
  height: 650px;
}

#flt_style_display .style_image {
  height: 650px;
}

#team_style_display {
  height: 450px;
}

#team_style_display .style_image {
  height: 450px;
}

#logo_style_display {
  height: 450px;
}

#logo_style_display .style_image {
  height: 450px;
}

#frena_style_display {
  height: 450px;
}

#frena_style_display .style_image {
  height: 450px;
}

#richie_set_style_display {
  height: 295px;
}

#richie_set_style_display .style_image {
  height: 295px;
}

#anders_scarf_style_display a.main_color_link span {
  right: 65px;
  text-align: right;
  background: transparent;
}

#anders_scarf_style_display a.cl_2 span {
  right: 0;
}

#anders_scarf_style_display #color_link #cl_2 span {
  right: 0;
  background: red;
}

#v_neck_gator_style_display {
  height: 450px;
}

#v_neck_gator_style_display .style_image {
  height: 450px;
}

#nwas_style_list .style_display {
  height: 295px;
}

#nwas_style_list .style_display .style_image {
  height: 295px;
}

#dylan_scarf_style_display.style_display .main_color_link span {
  top: 270px;
}

#dylan_scarf_style_display .cl_2 {
  top: 39px;
}

#caps_style_list .style_display .style_color_links a.color_link {
  width: 203px;
}

#caps_style_list #owen_style_display.style_display .style_color_links a.color_link {
  width: 155px;
}

#youth_brim_beanies_style_list,
#youth_flap_beanies_style_list,
#youth_beanies_style_list {
  background-color: #e1f4fb;
}

#youth_brim_beanies_style_list .style_list,
#youth_flap_beanies_style_list .style_list,
#youth_beanies_style_list .style_list {
  background-color: #e1f4fb;
}

#youth_brim_beanies_style_list .style_display .grey_extension,
#youth_flap_beanies_style_list .style_display .grey_extension,
#youth_beanies_style_list .style_display .grey_extension {
  background-color: #c6eaf8;
}

#youth_brim_beanies_style_list .style_display .style_color_links a span,
#youth_flap_beanies_style_list .style_display .style_color_links a span,
#youth_beanies_style_list .style_display .style_color_links a span {
  position: absolute;
  top: 115px;
  font-size: 10px;
  line-height: 12px;
  background-color: #c6eaf8;
  padding: 3px 5px 3px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

#youth_brim_beanies_style_list .style_display .main_color_link span,
#youth_flap_beanies_style_list .style_display .main_color_link span,
#youth_beanies_style_list .style_display .main_color_link span {
  position: absolute;
  left: 48px;
  top: 230px;
  font-size: 10px;
  line-height: 12px;
  background: #c6eaf8;
  padding: 3px 5px 3px 5px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

/* CONTENT PAGES */

.coal_slideshow {
  width: 700px;
  display: block;
  margin: 42px 0 10px 42px;
  height: 475px;
  overflow: hidden;
}

.coal_slideshow img {
  width: 700px;
  position: absolute;
}

#friend_columns {
  color: #999999;
}

#friend_columns .col {
  width: 373px;
  float: left;
  margin-left: 42px;
}

#friend_columns .last {
  width: 133px;
  float: left;
  margin-left: 30px;
  line-height: 11px;
}

.text_page_content.page {
  padding: 0px 42px 42px 42px;
}

.text_page_content.page h4 {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  color: #999999;
  font-size: 18px;
  line-height: 20px;
  margin: 20px 0 5px 0;
  clear: left;
}

/* WHERE TO BUY */

.where_to_buy {
  padding: 20px 42px;
  height: 500px;
}

.where_to_buy h1 {
  margin: 2px 25px 15px 0;
}

.where_to_buy #dealers_header h4 {
  float: left;
  margin: 12px 0 0 0;
}

#wheretobuy .notice, .stockists .notice {
  clear: both;
  margin: 10px 0;
}

#wheretobuy #dealers_other_links, .stockists #dealers_other_links {
  display: block;
  position: absolute;
  width: 350px;
  top: 15px;
  right: 0;
  text-align: right;
}

#wheretobuy h1, .stockists h1 {
  margin-bottom: 10px;
}

#wheretobuy #dealersHeadBar, .stockists #dealersHeadBar {
  display: block;
  background: #ccc;
  padding: 10px;
  height: 30px;
  border-top: 1px solid #ccc;
  float: left;
  width: 420px;
  margin-bottom: 15px;
}

#wheretobuy #dealersHeadBar .locationSearch,   .stockists #dealersHeadBar .locationSearch {
  line-height: 14px;
}

#wheretobuy #dealersHeadBar form,   .stockists #dealersHeadBar form {
  padding: 0;
  margin: 0;
  height: 35px;
  display: block;
  position: relative;
}

#wheretobuy #dealersHeadBar .submit,   .stockists #dealersHeadBar .submit {
  display: block;
  padding: 6px 8px;
  background-color: #ccc;
  background-image: url(/images/cart_top_bg_2.gif);
  background-position: 0 bottom;
  border: 1px solid #999;
  cursor: pointer;
  color: #333333;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

#wheretobuy #dealersHeadBar #locationInput,   .stockists #dealersHeadBar #locationInput {
  font-size: 14px;
  padding: 3px;
  display: block;
  float: left;
  margin: 0 15px 0 0;
}

#wheretobuy #dealersHeadBar #countryList,   .stockists #dealersHeadBar #countryList {
  padding: 13px 0 10px 0;
  line-height: 29px;
}

#wheretobuy #dealersHeadBar #countryList a span,     .stockists #dealersHeadBar #countryList a span {
  width: 27px;
  display: block;
  float: left;
  text-align: center;
}

#wheretobuy #googleSearchResults, .stockists #googleSearchResults {
  background: transparent;
  margin: 0 0 25px 0;
}

#wheretobuy #search-results, .stockists #search-results {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 0 -20px;
  padding: 5px 0;
  width: 690px;
  clear: left;
}

#wheretobuy #search-results li,   .stockists #search-results li {
  float: left;
  display: block;
  width: 180px;
  height: 65px;
  border-top: 1px solid #ccc;
  margin: 0px 0 10px 20px;
  padding-top: 5px;
  font-size: 10px;
  line-height: 14px;
}

#wheretobuy #search-results li h4,     .stockists #search-results li h4 {
  font-family: Arial, Helvetica, Sans-Serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0px;
  color: #555;
}

#wheretobuy #search-results li img,     .stockists #search-results li img {
  margin: 0 7px 42px 0;
  float: left;
}

#wheretobuy #map, .stockists #map {
  display: block;
  height: 330px;
  width: 380px;
}

#wheretobuy #googleMap, .stockists #googleMap {
  display: block;
  height: 330px;
  width: 380px;
  float: right;
  border: 1px solid #ccc;
}

#wheretobuy #dealerList h2, .stockists #dealerList h2 {
  color: #ccc;
  font-size: 24px;
  line-height: 28px;
  border-top: 1px solid #ccc;
  padding: 2px 0 10px 0;
  text-transform: uppercase;
}

#wheretobuy #dealerList p, .stockists #dealerList p {
  font-size: 11px;
}

#wheretobuy #dealerList a, .stockists #dealerList a {
  color: #ccc;
  text-decoration: underline;
}

#wheretobuy #dealerList li, .stockists #dealerList li {
  float: left;
  width: 255px;
  height: auto;
  margin-bottom: 15px;
}

#wheretobuy #dealerList h3, .stockists #dealerList h3 {
  margin: 10px 0;
  font-size: 18px;
  line-height: 22px;
  color: #ccc;
  border-top: 1px solid #ccc;
}

#wheretobuy .dealer_address_info, .stockists .dealer_address_info {
  line-height: 14px;
  font-size: 11px
}

#wheretobuy .dealer_address_info p,   .stockists .dealer_address_info p {
  margin-bottom: 3px;
}

#wheretobuy .dealer_address_info h5,   .stockists .dealer_address_info h5 {
  margin: 0 0 4px 0;
  line-height: 16px;
  font-weight: bold;
}

.stockists #shell_middle {
  border-top: 1px solid #ccc;
  margin: 0;
}

.stockists #dealers_header {
  margin-top: 10px;
}

.stockists #dealers_header h1 {
  margin: 5px 15px 0 0;
  color: #333;
  float: left;
}

.stockists #dealers_header h3 {
  display: block;
  margin: 17px 15px 0 0;
  float: left;
  line-height: 18px;
}

.stockists #dealers_header h4 {
  float: left;
  margin-top: 18px;
}

.buy_online h1, .distributors h1 {
  float: none;
  clear: both;
}

.buy_online #online_dealers_list li {
  margin: 5px 0 0 0;
}

#distro_list li {
  width: 225px;
  height: 77px;
  float: left;
  margin: 0 25px 25px 0;
}

#distro_list li h5 {
  line-height: 20px;
  font-weight: bold;
  color: #777777;
  border-top: 1px solid #ccc;
}

.distributors {
  height: auto;
  padding-bottom: 60px;
  padding-right: 0;
}

.text_page_content h1 {
  float: none;
  clear: both;
  margin: 22px 0 0 0;
}

#checkout #checkout_page {
  float: left;
}

#checkout_progress_bar {
  width: 245px;
  display: block;
  float: right;
  border: 1px solid #ccc;
  margin: 10px 0;
  font-size: 12px;
}

#checkout_progress_bar ul li {
  text-align: center;
  padding: 5px;
  background: #dfdfdf;
  border: 8px solid #ffffff;
}

#checkout_progress_bar ul li #checkout_address {
  text-align: left;
  padding: 0 10px;
}

#checkout_progress_bar ul li.checkout_progress_bar_done {
  background: #e6e6e6;
  border: 2px solid green;
  margin: 5px;
}

#checkout_progress_bar ul li.checkout_progress_bar_current {
  background: yellow;
  color: black;
}

.header_row td h5 {
  margin-top: 25px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.button_row td {
  background: #dfdfdf;
  text-align: right;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#checkout_page select, #new_customer select {
  padding: 2px;
}

#checkout_page .text_input, #new_customer .text_input {
  padding: 3px;
  font-size: 14px;
}

#checkout_page .text_input_short, #new_customer .text_input_short {
  width: 175px;
  padding: 3px;
  font-size: 14px;
}

#checkout_page table td,   #new_customer table td {
  padding-top: 10px;
}

#checkout_page table td.cell_align_right,   #new_customer table td.cell_align_right {
  text-align: right;
  padding-top: 20px;
  padding-right: 42px;
}

#checkout_page table td.cell_align_right button,     #new_customer table td.cell_align_right button {
  padding: 0 15px;
}

#billing_address_show, #contact_info_show {
  float: left;
  display: block;
  width: 250px;
}

.address_form table tr td {
  padding: 0;
}

#shipping_address_confirmation {
  width: 620px;
  display: block;
  float: left;
}

#shipping_information {
  float: right;
  width: 340px;
  margin-left: 20px;
}


#payment_information {
  width: 360px;
  display: block;
  float: right;
}

strong {
  font-weight: bold;
}

/* BEGIN CART */

#cart_page h1 {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  font-size: 28px;
  line-height: 40px;
  border: 0;
  margin-top: 25px;
}

#cart_page #cart {
  width: 784px;
  display: block;
  float: left;
}

#cart_page #cart a:link, #cart_page #cart a:visited {
  color: #333333;
}

#cart_page #cart a:hover {
  color: #0082ad;
}

#cart_page #cart #cart_summary {
  margin: 10px 0;
}

#cart_page #cart #cart_summary table {
  width: 782px;
}

#cart_page #cart #cart_summary table tr td {
  text-align: left;
  vertical-align: top;
  background: #e6e6e6;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#cart_page #cart #cart_summary table tr td.checkout_button {
  text-align: center;
  vertical-align: middle;
  padding-top: 2px;
}

#cart_page #cart #cart_details {
  margin: 0 0 5px 0;
}

#cart_page #cart #cart_details table {
  width: 782px;
  border-bottom: 1px solid #ccc;
}

#cart_page #cart #cart_details table thead tr td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

#cart_page #cart #cart_details table tfoot tr td {
  border-top: 1px solid #ccc;
}

#cart_page #cart #cart_details table tfoot tr td.emphasized {
  background: #e6e6e6;
  padding: 20px;
}

#cart_page #cart #cart_details table tfoot tr td.emphasized input {
  margin: 0 10px 0 0;
}

#cart_page #cart #cart_details table tr td {
  padding: 5px;
}

#cart_page #cart #cart_details table tr td.centered_cell {
  text-align: center;
}

#cart_page #cart #cart_details table tfoot tr td {
  padding: 15px;
}

#cart_page #cart_functions {
  margin: 0 0 0 0;
  padding: 10px 0;
  background: #fff;
  width: 782px;
  float: right;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#cart_page #cart_functions ul li {
  padding: 4px 12px;
  width: auto;
  float: right;
  margin-right: 25px;
}

#cart_page #cart_functions ul a:link, #cart_page #cart_functions ul a:visited {
  color: #555;
}

#checkout #checkout_page {
  float: left;
}

#checkout_progress_bar {
  width: 245px;
  display: block;
  float: right;
  border: 1px solid #ccc;
  margin: 10px 0;
  font-size: 12px;
}

#checkout_progress_bar ul li {
  text-align: center;
  padding: 5px;
  background: #dfdfdf;
  border: 8px solid #ffffff;
}

#checkout_progress_bar ul li #checkout_address {
  text-align: left;
  padding: 0 10px;
}

#checkout_progress_bar ul li.checkout_progress_bar_done {
  background: #e6e6e6;
  border: 2px solid green;
  margin: 5px;
}

#checkout_progress_bar ul li.checkout_progress_bar_current {
  background: yellow;
  color: black;
}

.header_row td h5 {
  margin-top: 25px;
  padding-top: 5px;
  border-top: 1px solid #ccc;
}

.button_row td {
  background: #dfdfdf;
  text-align: right;
  padding: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

#checkout_page select, #new_customer select {
  padding: 2px;
}

#checkout_page .text_input, #new_customer .text_input {
  padding: 3px;
  font-size: 14px;
}

#checkout_page .text_input_short, #new_customer .text_input_short {
  width: 175px;
  padding: 3px;
  font-size: 14px;
}

#checkout_page table, #new_customer table {
  width: 400px;
}

#checkout_page table td,   #new_customer table td {
  padding-top: 10px;
}

#checkout_page table td.cell_align_right,   #new_customer table td.cell_align_right {
  text-align: right;
  padding-top: 20px;
  padding-right: 42px;
}

#checkout_page table td.cell_align_right button,     #new_customer table td.cell_align_right button {
  padding: 0 15px;
}

#new_customer table td {
  padding-top: 8px;
  vertical-align: top;
}

#billing_address_show, #contact_info_show {
  float: left;
  display: block;
  width: 250px;
}

.address_form table tr td {
  padding: 0;
}

#shipping_address_confirmation {
  width: 620px;
  display: block;
  float: left;
}

#shipping_information {
  float: right;
  width: 340px;
  margin-left: 20px;
}

#payment_information {
  width: 360px;
  display: block;
  float: right;
}

#customer_login #login_form.fork_choice {
  margin-left: 35px;
  width: 225px;
}

#customer_login .fork_choice {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  display: block;
  float: left;
  margin: 10px 0px 25px 34px;
}

#new_customer.fork_choice {
  width: 450px;
}

#customer_login .fork_choice p {
  margin: 5px 0;
  font-size: 11px;
}

#customer_login .fork_choice input {
  padding: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}

#customer_login #login_form label {
  padding-top: 5px;
  font-weight: bold;
}

#login_form.fork_choice {
  margin-left: 24px;
}

.subnav {
  float: right;
  width: 240px;
  text-align: left;
  margin: 72px 35px 0 0;
  border-top: 1px solid #cccccc;
}

.subnav ul li {
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}

.subnav ul li a {

  display: block;
}

.subnav ul li.last {
  border-bottom: 0;
}

.account_form {
  width: 455px;
  float: left;
	margin-left:25px;
}
.account_form h1 { margin-left:0; margin-top:5px; float:none; width:auto;}
.account_form h3 { font-weight:bold;}
.account_form h5 {
  padding: 15px 0;
}

.account_form input {
  padding: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}

.account_form table tr td {
  padding: 10px 10px 0px 0px;
}

.account_form table tr td button {
  margin-bottom: 10px;
}

#billing_information h5 {
  padding: 0;
}

#account_page #billing_information {
  position: relative;
  min-height: 135px;
}

#account_page #billing_information div {
  display: block;
  width: 245px;
  float: left;
}

#account_page #billing_information div.email_and_telephone {
  display: block;
  position: absolute;
  top: 18px;
  left: 265px;
}

#customer_login.page h1 {
  clear: both;
  float: none;
  margin: 0;
  width: 700px;
  margin: 10px 32px 0 32px;
}

#customer_login.page {
  
}

#customer_login.page h2 {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  font-size: 18px;
  line-height: 22px;
}

#customer_login.fork_choice .button {
  margin-top: 100px;
}

table.order_history_table strong { font-weight:bold;}
.account_form table.order_history_table tr td { /*border-bottom:1px solid #ccc;*/ padding: 5px;	font-size:10px;	}
table.order_history_table .even td { background:#f1f1f1;}
.account_form table.order_history_table tr td input { margin:0;}
/* FILTERS FIND A HAT */

#filters {
  clear: both;
  margin: 24px;
  position: relative;
}

#filters a {
  background-image: url(/stylesheets/img/filter_icons_3.png);
  background-repeat: none;
  display: block;
  height: 82px;
  width: 52px;
  float: left;
  position: relative;
  margin-right: 2px;
}

#filters a span {
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 52px;
  height: 24px;
  text-align: center;
  background: #ffffff;
  font-size: 10px;
  line-height: 12px;
}

#filters #reset_buttons a {
  background-color: #cccccc;
  background-image: url(/stylesheets/img/button_bg.png);
  height: 18px;
  width: auto;
  height: auto;
  margin-right: 10px;
  text-shadow: #ffffff 1px 1px 1px;
  padding: 5px 5px 7px 5px;
  margin: 0 0 0 15px
}

#filters #reset_buttons a span {
  position: relative;
  display: block;
  background: transparent;
  top: 0;
  width: auto;
  height: auto;
}

#filters #reset_buttons {
  text-align: right;
  position: absolute;
  right: 0px;
  top: -35px;
}

#sex_filters, #type_filters {
  border-right: 1px dashed #ccc;
  margin-right: 15px;
  padding-right: 7px;
  margin-bottom: 15px;
  float: left;
}

#type_filters a {
  margin-right: 12px;
}

a#filter_mens:link, a#filter_mens:visited {
  background-position: -12px -169px;
}

a#filter_womens:link, a#filter_womens:visited {
  background-position: -55px -169px;
}

a#filter_youth:link, a#filter_youth:visited {
  background-position: -100px -169px;
}

a#filter_caps:link, a#filter_caps:visited {
  background-position: -154px -169px;
}

a#filter_beanies:link, a#filter_beanies:visited {
  background-position: -203px -169px;
}

a#filter_brim_beanies:link, a#filter_brim_beanies:visited {
  background-position: -254px -169px;
}

a#filter_flap_beanies:link, a#filter_flap_beanies:visited {
  background-position: -306px -169px;
}

#filters a#filter_headbands:link, #filters a#filter_headbands:visited {
  width: 58px;
  background-position: -352px -169px;
}

#filters a#filter_headbands:link span, #filters a#filter_headbands:visited span {
  width: 58px;
}

a#filter_nwas:link, a#filter_nwas:visited {
  background-position: -410px -169px;
}

a#filter_scarfs:link, a#filter_scarfs:visited {
  background-position: -352px -234px;
}

a#filter_womens_scarfs:link, a#filter_womens_scarfs:visited {
  background-position: -358px -234px;
}

a#filter_womens_mittens:link, a#filter_womens_mittens:visited {
  background-position: -463px -219px;
}

#filters a#filter_womens_armwarmers:link, #filters a#filter_womens_armwarmers:visited {
  width: 60px;
  background-position: -405px -226px;
}

#filters a#filter_womens_armwarmers:link span, #filters a#filter_womens_armwarmers:visited span {
  width: 60px;
}

a#filter_mens:hover, a#filter_mens:active, a#filter_mens.selected {
  background-position: -12px 0px;
}

a#filter_womens:hover, a#filter_womens:active, a#filter_womens.selected {
  background-position: -55px 0px;
}

a#filter_youth:hover, a#filter_youth:active, a#filter_youth.selected {
  background-position: -100px 0px;
}

a#filter_caps:hover, a#filter_caps:active, a#filter_caps.selected {
  background-position: -155px 0px;
}

a#filter_beanies:hover, a#filter_beanies:active, a#filter_beanies.selected {
  background-position: -203px 0px;
}

a#filter_brim_beanies:hover, a#filter_brim_beanies:active, a#filter_brim_beanies.selected {
  background-position: -254px 0px;
}

a#filter_flap_beanies:hover, a#filter_flap_beanies:active, a#filter_flap_beanies.selected {
  background-position: -305px 0px;
}

#filters a#filter_headbands:hover, #filters a#filter_headbands:active, #filters a#filter_headbands.selected {
  width: 58px;
  background-position: -352px 0px;
}

#filters a#filter_headbands:hover span, #filters a#filter_headbands:active span {
  width: 58px;
}

a#filter_nwas:hover, a#filter_nwas:active, a#filter_nwas.selected {
  background-position: -410px 0px;
}

a#filter_scarfs:hover, a#filter_scarfs:active, a#filter_scarfs.selected {
  background-position: -352px -56px;
}

a#filter_womens_scarfs:hover, a#filter_womens_scarfs:active, a#filter_womens_scarfs.selected {
  background-position: -357px -64px;
}

a#filter_womens_mittens:hover, a#filter_womens_mittens:active, a#filter_womens_mittens.selected {
  background-position: -460px -49px;
}

#filters a#filter_womens_armwarmers:hover, #filters a#filter_womens_armwarmers:active {
  width: 60px;
  background-position: -403px -56px;
}

#filters a#filter_womens_armwarmers:hover span, #filters a#filter_womens_armwarmers:active span {
  width: 60px;
}

#filter_listing {
  width: 700px;
  margin-left: 36px;
  overflow: hidden;
}

#filter_listing li {
  float: left;
  display: block;
}

#filter_listing li a {
  margin-right: 5px;
}

#filter_listing li span {
  display: none;
}

#filter_loading_notice {
  background-color: none;
  background-image: url(/stylesheets/img/loading_foreground.png);
  position: absolute;
  width: 700px;
}

#filter_loading_notice h5 {
  font-family: "Trade Gothic LT Std", Arial, Verdana, Helvetica, Sans-Serif;
  font-weight: lighter;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
}

#color_picker {
  margin-top: 15px;
  display: block;
  clear: both;
  position: relative;
  width: 750px;
}

#color_picker a:link, #color_picker a:visited {
  background-image: none;
  width: 17px;
  height: 22px;
  margin: 8px 0;
  display: block;
}

#color_picker a.selected, #color_picker a:hover, #color_picker a:active {
  width: 17px;
  height: 30px;
  margin: 0 0 0 0;
}

#color_picker a.selected {
  
}

#color_picker a span {
  display: none;
}

#favorites_list {
  clear: both;
}

#favorites_list li {
  display: block;
  float: left;
  width: 160px;
  margin: 0 0px 10px 22px;
  height: 220px;
  position: relative;
}

#favorites_list li a span {
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  width: 160px;
  text-align: center;
  background: white;
  display: none;
  padding: 2px 0 4px 0;
  color: #999;
  text-decoration: none;
}

#favorites_list li a:hover, #favorites_list li a:active {
  text-decoration: none;
}

#favorites_list li a:hover span,
#favorites_list li a:active span {
  display: block;
}

#new_user h5 {
  margin: 7px 0;
  font-weight: bold;
  width: 450px;
}

#new_user #user_email {
  
}

.red {
  color: red;
}

.shippingTable {
  margin: 0px 0 5px 0;
}

.shippingTable table {
  margin: 0px 20px 20px 0;
}

.shippingTable table td {
  padding: 5px 10px;
  text-align: center;
  font-size: 1.2em;
  border-bottom: 1px solid #999;
}

.shippingTable table td strong {
  font-size: 1.2em;
  font-weight: bold;
}

.text_page_content .shippingTable p {
  margin-left: 0;
}

.text_page_content .shippingTable p {
  margin-left: 0;
}

a.top_of_page_link {
  margin-left: 42px;
  padding: 10px 35px;
  background-image: url(/stylesheets/img/arrow_up.gif);
  background-repeat: no-repeat;
  height: 35px;
}

.clear_favorites {
  position: absolute;
  top: 31px;
  right: 33px;
}

/* checkout page */

#checkout_container {
  margin: 35px;
}

#checkout_page select, #new_customer select {
  padding: 2px;
}

#checkout_page .text_input, #new_customer .text_input {
  padding: 3px;
  font-size: 14px;
}

#checkout_page .text_input_short, #new_customer .text_input_short {
  width: 175px;
  padding: 3px;
  font-size: 14px;
}

#checkout_page table, #new_customer table {
  width: 500px;
}

#shipping_address_confirmation table {
	width: 450px;
}

#checkout_page table td,   #new_customer table td {
  padding-top: 10px;
}

#checkout_page table td.cell_align_right,   #new_customer table td.cell_align_right {
  text-align: right;
  padding-top: 20px;
  padding-right: 42px;
}

#checkout_page table td.cell_align_right button,     #new_customer table td.cell_align_right button {
  padding: 0 15px;
}

#new_customer table {
  width: 610px;
}
#billing_summary { margin-bottom:15px;}
#billing_summary a {
	clear: both;
	float: left;
}
#billing_address_show, #contact_info_show {
  float: left;
  display: block;
  width: 250px;
}

.address_form table tr td {
  padding: 0;
}

#shipping_address_confirmation {
  width: 320px;
  display: block;
  float: left;
}

#shipping_information {
  float: right;
  width: 210px;
  margin-left: 20px;
}

#payment_information {
  width: 210px;
  display: block;
  float: right;
}
#checkout_container h3 {
	padding: 0 0 15px 0;
	font-size: 18px;
}
 hr { background:#fff; border:1px solid #fff; border-top:1px solid #ccc; color:#ccc; line-height:1px; height:1px}
#payment h3 {
	font-weight:bold;
	padding-bottom:10px;
}
#customer_login .fork_choice {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  display: block;
  float: left;
  margin: 10px 20px 25px 25px;
}

#customer_login .fork_choice p {
  margin: 5px 0;
}

#customer_login .fork_choice input {
  padding: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}

#customer_login #login_form label {
  padding-top: 5px;
  font-weight: bold;
}

.account_form h5 {
  padding: 15px 0;
}

.account_form input {
  padding: 2px;
  font-size: 12px;
  margin-bottom: 10px;
}

.account_form table {
  margin:15px 0 0 0 ;
  border-top: 1px solid #ccc;
  top: 0;
	width:100%;
}

.account_form table tr td {
  padding: 10px 10px 0px 0px;
}

.account_form table tr td button {
  margin-bottom: 10px;
}

#billing_information h5 {
  padding: 0;
}

#account_page h1 { margin-bottom:14px;}
#account_page #billing_information {
  position: relative;
  min-height: 135px;
}

#account_page #billing_information div {
  display: block;
  width: 245px;
  float: left;
}

#account_page #billing_information div.email_and_telephone {
  display: block;
  position: absolute;
  top: 18px;
  left: 265px;
}

#order_summary #order_details {
  margin: 10px 0;
  width: 710px;
  border-top: 1px solid #cccccc;
}

#order_summary #order_details table {
  width: 710px;
}

#order_summary #order_details table tr td {
  padding: 10px 0;
  text-align: center;
}
#order_summary #order_details table tr td h3 {
	border-top:none;
}
#order_summary #order_details table tbody tr td {
  padding: 10px 0;
  text-align: center;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-collapse: collapse;
}

#order_summary #order_details table tr td p {
  text-align: left;
}

#order_summary #order_details table tr td h3 {
  text-align: left;
}
#order_summary #order_details table tr td h5 {
  text-align: left;
  font-size: 22px;
  font-family: "Trade Gothic LT Std", Helvetica, Arial, Sans-Serif;
  font-weight: lighter;
  letter-spacing: 0.5px;
}

#confirm_order .paragraph {
  width: 490px;
}

#confirm_order #order_summary td p {
  margin-top: -20px;
}
}

#confirm_order #billing_information, #confirm_order #order_details {
  border-top: 1px solid #ccc;
  width: 490px;
  margin: 10px 0;
  padding: 5px 0;
}

#confirm_order { padding-left:25px;}
#confirm_order h1 { margin-left:0;}
#confirm_order h3{ font-weight:bold; padding-top:10px; margin-top:10px; border-top:1px solid #ccc;}
#confirm_order #order_details { width:760px; }
#confirm_order #billing_information { width:710px; }

#confirm_order div.notice,
#checkout_page div.notice {
	background: lightyellow;
	padding: 15px;
	border: 1px solid orange;
	margin-bottom: 25px;
}
#confirm_order div.notice { margin:25px 25px 0; }
#billing_summary h3 {
	padding: 0 0 15px 0;
	font-size: 18px;
	font-weight: bold;
}
#billing_summary h5 {
	font-weight: bold;
}
#shipping_summary h3 {
	font-weight: bold;
	padding-bottom: 10px;
}
#shipping_summary {
	margin-bottom: 25px;
}
#contact_reset_page h1 {
	width: 400px;
}
#checkout_container input[type='submit'] {
	margin: 0 0 0 18px;
}
#billing_summary input[type='submit'], #shipping_summary input[type='submit']  {
	margin: 0 0 0 0;
}

.clearing { clear:both;}

.christmas_delivery {
	background: #ffffff;
	position: absolute;
	top: 0px;
	left: 220px;
	width: 320px;
	padding: 9px 10px 7px 46px;
	background-image: url(/images/gift_icon.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.menu_position_youth .christmas_delivery {
	background-color: #e1f4fb;
}
#ordering_information.text_page.brand_coal h1 {
	width: 400px;
}
.holiday_shipping_explaination h4 {
	background-image: url(/images/gift_icon.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	padding: 19px 0 0 42px;
}
.holiday_shipping_checkout h5 {
	background-image: url(/images/gift_icon.png);
	background-repeat: no-repeat;
	background-position: -5px -5px;
	padding: 15px 0 9px 42px;
	font-size: 22px;
}
.brand_coal #shipping_information {
	width: 290px;
}
