/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
/*reset.css*/body{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,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;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:10pg0%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*fonts.css*/body {font:13px/1.22 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:99%;}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body{margin:0;}h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong,dt{font-weight:bold;}optgroup{font-weight:normal;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;}em{font-style:italic;}del{text-decoration:line-through;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:none;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}sup{vertical-align:super;}sub{vertical-align:sub;}p,fieldset,table,pre{margin-bottom:1em;}button,input[type="checkbox"],input[type="radio"],input[type="reset"],input[type="submit"]{padding:1px;}

/* Fixes for link borders */
a:active {
	outline: none;
}
:focus {
	-moz-outline-style: none;
}

/*
Company:  Green Label Organic
File:   main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {

}
body {
  font-family: "Myriad Pro", Arial, sans-serif;
  background: url(/images/page-top-bkg.jpg) no-repeat 50% 0 #f2efe6;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
  height: 190px;
  position: relative;
}

/* Body */
div#bd {
  padding: 0 0 100px 0;
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
}

/* Footer */
div#ft {
  background: url(/images/ft-bkg-colors.gif) repeat-x 0 0 #473e39;
  padding: 33px 0 0 0;
  overflow: hidden;
  width: 100%;
}
div#ft-inner {
  width: 1008px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;

  min-height:306px;
  height:auto !important;
  height:306px;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
  width: 291px;
  height: 173px;
  background: url(/images/glo-logo.gif) no-repeat 0 0;
  text-indent: -9000px;
  margin: 0 0 0 12px;
  position: absolute;
}
div#logo2 {
  width: 291px;
  height: 173px;
  background: url(/images/glo-logotr.gif) no-repeat 0 0;
  text-indent: -9000px;
  margin: 0 0 0 12px;
  position: absolute;
}
div#logo1 {
	width: 291px;
	height: 173px;
	background: url(/images/glo-logo1.gif) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 0 12px;
	position: absolute;
	left: 723px;
	top: 2px;
}
div#logo a {
  display: block;
  height: 100%;
}
div#logo2 a {
  display: block;
  height: 100%;
}
/* Cart */
div.cart-hd {
  width: 281px;
  height: 92px;
  background: url(/images/cart-bkg.gif) no-repeat 0 0;
  position: absolute;
  margin: 0 0 0 696px;
  z-index: 100;
  font-size: 14px;
  color: #b0a9a4;
  text-align:center;
}
div.cart-hd a.cart-link {
  display: block;
  width: 100%;
  height: 45px;

}
div.cart-hd p {
 display: block;
  text-align: center;
  margin:0px;


}
div.cart-hd p span {
  padding: 10 13px;
}
div.cart-hd a:link, div.cart-hd a:visited {
  color: #b0a9a4;
  text-decoration: none;
}
div.cart-hd a:hover {
  text-decoration: underline;
}

/* Collection Pager */
div.content-box-top-pager div.pagination {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 13px;
  color: #393632;
}
div.content-box-top-pager div.pagination a {
  background: url(/images/pagination-arrow.png) no-repeat 100% 50%;
  color: #393632;
  text-decoration: none;
  padding: 0 8px 0 0;
}
div.content-box-top-pager div.pagination a:hover {
  color: #aa2036;
  text-decoration: underline;
}
div.content-box-top-pager div.pagination span {color: #aa2036;} 
div.content-box-top-pager div.collection-pager {
  margin-top: -23px;
  position: absolute;
  left: 215px;
}
div.view-collection-pager {
  padding: 0;
}
div.collection-pager {
  height: 49px;
  color: #fff;
  font-size: 18px;
  font-family: Georgia, Times, serif;
  float: left;
  display: inline;
}
div.collection-pager a.prev, div.collection-pager a.prev-active {
  display: block;
  width: 56px;
  height: 49px;
  background: url(/images/banner-nav-left-dull.gif) no-repeat 0 0;
  text-indent: -9000px;
  overflow: hidden;
  float: left;
  display: inline;
}
div.collection-pager a.prev-active {
  background: url(/images/banner-nav-left-active.gif) no-repeat 0 0!important;
}
div.collection-pager a.next, div.collection-pager a.next-active {
  display: block;
  width: 52px;
  height: 49px;
  background: url(/images/banner-nav-right-dull.gif) no-repeat 0 0;
  text-indent: -9000px;
  overflow: hidden;
  float: left;
  display: inline;
}
div.collection-pager a.next-active {
  background: url(/images/banner-nav-right-active.gif) no-repeat 0 0!important;
}
div.collection-pager a:hover {
  background-color: transparent!important;
}
div.collection-pager span {
  display: block;
  line-height: 49px;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  background: url(/images/banner-nav-mid.gif) repeat-x 0 0;
  float: left;
  display: inline;
}
div.content-box-top-pager div.view-settings {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-family: "Myriad Pro", Arial, Helvetica, sans-serif; 
  font-weight: bold;
  font-size: 13px;
  color: #393632;
}
div.content-box-top-pager div.view-settings select {
  color: #AA2036;
  width: auto;
}

/* Footer Trees */
div#ft-trees {
  width: 325px;
  height: 224px;
  background: url(/images/ft-trees.gif) no-repeat 0 0;
  position: absolute;
  z-index: 2;
  margin: -224px 0 0 -232px;
}

/* Footer People */
div#ft-people {
  width: 156px;
  height: 116px;
  background: url(/images/people-dog-pic.png) no-repeat 0 0;
  position: absolute;
  z-index: 10;
  margin: -116px 0 0 30px;
}

/* Footer Logo */

div#glo-ft-logo {
  width: 447px;
  height: 141px;
  background: url(/images/glo-ft-logo.gif) no-repeat 0 0;
  position: absolute;
  z-index: 10;
  margin: -110px 0 0 440px;
}

/* Footer Birds */
div#ft-birds {
  background: url(/images/ft-birds.gif) no-repeat 100% 0;
  padding: 76px 0 0 0;
}

/* Footer People Content */
div#ft-people-content {
  width: 191px;
  height: 268px;
  background: url(/images/ft-people-box.gif) no-repeat 0 0;
  padding: 38px 38px 0 38px;
  color: #3c0f18;
  font-size: 12px;
  float: left;
  display: inline;
}
div#ft-people-content p {
  line-height: 15px;
}
div#ft-people-content a:link, div#ft-people-content a:visited {
  color: #d9b0b3;
  text-decoration: underline;
}
div#ft-people-content a:hover {
  color: #a31841;
  background-color: #fff;
  text-decoration: none;
}
div#ft-people-content h4 {
  color: #efece1;
  font-family: Georgia, Times, serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 10px 0;
}

/* Footer Nav */
div#ft-nav {
  width: 398px;
  height: 172px;
  background: url(/images/ft-nav-box.gif) no-repeat 0 100%;
  margin: 0 0 30px 50px;
  padding: 59px 0 0 20px;
  float: left;
  display: inline;
}
div#ft-nav div.ft-nav-col {
  width: 106px;
  margin: 0 0 0 15px;
  padding: 13px 0 0 0;
  float: left;
  display: inline;
}
div#ft-nav h3 {
  font-family: Georgia, Times, serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 2px 0;
  color: #c5c2b7;
}
div#ft-nav ul {
  margin: 0;
}
div#ft-nav ul li {
  list-style: none;
}
div#ft-nav a:link, div#ft-nav a:visited {
  color: #fff;
  text-decoration: none;
}
div#ft-nav a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #6e6861;
}

/* Footer Contact Form */
div#ft-contact-form {
  width: 196px;
  min-height:172px;
  height:auto !important;
  height:172px;
  background: url(/images/contact-form-bkg.gif) no-repeat 0 100%;
  margin: 0 0 0 40px;
  padding: 59px 0 0 0;
  float: left;
  display: inline;
}
div#ft-contact-form h3 {
  color: #38352c;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 8px 10px;
  padding: 3px 0 0 0;
}
div#ft-contact-form input.txt {
  width: 157px;
  padding: 3px;
  background-color: #efece1;
  color: #6f6f6f;
  font-style: italic;
  font-family: "Myriad Pro", Arial, sans-serif;
  margin: 0 0 5px 13px;
}
div#ft-contact-form textarea {
  width: 159px;
  padding: 3px;
  background-color: #efece1;
  color: #6f6f6f;
  font-style: italic;
  font-family: "Myriad Pro", Arial, sans-serif;
  height: 50px;
  margin: 0 0 10px 13px;
}
div#ft-contact-form input.btn {
  margin: 0 15px 0 0;
  float: right;
  display: inline;
}

/* Footer Links */
div#ft-links {
  width: 700px;
  color: #b2ada4;
  font-size: 12px;
  float: right;
  display: inline;
}
div#ft-links a:link, div#ft-links a:visited {
  color: #bfbcba;
  text-decoration: underline;
}
div#ft-links a:hover {
  text-decoration: none;
  background-color: #bfbcba;
  color: #473e39;
}
div#ft-links p {
  margin: 0;
}
div#ft-links p.ft-link-text {
  line-height: 46px;
  float: left;
  display: inline;
}
div#ft-links p.retailer-login {
  margin: 0 0 0 20px;
  padding: 10px 0 0 0;
  font-size: 18px;
  font-family: Georgia, Times, serif;
  float: left;
  display: inline;
}
div#ft-links p.retailer-login a {
  display: block;
  line-height: 28px;
  width: 131px;
  text-align: center;
  background: url(/images/btn-retailer.gif) no-repeat 0 0;
}
div#ft-links p.retailer-login a:link, div#ft-links p.retailer-login a:visited {
  text-decoration: none;
}
div#ft-links p.retailer-login a:hover {
  background-position: 0 -28px;
  color: #bfbcba;
}


/* Side Col */
div.side {
  width: 252px;
  float: left;
  display: inline;
}

/* Main */
div.main {
  width: 704px;
  float: right;
  display: inline;
}

/* Content Box */
div.content-box-top-pager {
  width: 704px;
  height: 57px;
  background: url(/images/content-box-top-pager.gif) no-repeat 0 100%;
  padding: 40px 0 0 0;
  position: relative;
}
div.content-box-top {
  width: 704px;
  height: 20px;
  background: url(/images/content-box-top.gif) no-repeat 0 0;
}
div.content-box {
  width: 704px;
  overflow: hidden;
  background: url(/images/content-box-bkg.gif) repeat-y 0 0;
}
div.content-box-btm {
  width: 704px;
  height: 20px;
  overflow: hidden;
  background: url(/images/content-box-btm.gif) no-repeat 0 100%;
}

/* Shirt Type */
div.select-shirt-type {
  color: #746e66;
  font-size: 13px;
  background: url(/images/select-by-shirt-type.gif) no-repeat 0 0;
  width: 233px;
  height: 105px;
  margin: 0 0 35px 15px;
}
div.select-shirt-type select {
  width: 188px;
  position: absolute;
  margin: 44px 0 0 20px;
  font-family: Georgia, Times, serif;
}

/* Giving Back */
div.giving-back {
  width: 252px;
  height: 244px;
  background: url(/images/giving-back-bkg.gif) no-repeat 0 0;
font-family:Verdana, Geneva, sans-serif;

}
div.giving-back h1{
	color:#a40929;
	font-weight:bold;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:35px;
	padding-top:5px;
}
div.giving-back p {
padding-top:0px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}


/* On Sale */
div.on-sale {
  width: 252px;
  height:242px;
  background: url(/images/on-sale-bkg.gif) no-repeat 0 0;
  font-size: 11px;
  color: #a0a080;
  margin: 0 0 35px 0;
}
div.on-sale h1{
	color:#a40929;
	font-weight:bold;
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:65px;
	padding-top:5px;
}
div.on-sale p {
  padding: 5px 5px 0 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
div.on-sale p img {
  margin: 6px 0 0 0;
}

/* Free Shipping */
div.free-shipping {
  width: 252px;
  height: 110px;
  background: url(/images/free-shipping-bkg.gif) no-repeat 0 0;
  font-size: 11px;
  color: #a0a080;
  margin: 0 0 35px 0;
}
div.free-shipping p {
  padding: 50px 20px 0 40px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
div.free-shipping p img {
  margin: 6px 0 0 0;
}


/* Shirts Grid */
div.shirts-grid {
  width: 660px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}
div.shirt-grid-item {
  width: 189px;
  margin: 0 15px;
  float: left;
  min-height:200px;
  display: inline;
}
div.shirt-grid-item div.shirt-pic {
  width: 189px;
  height: 150px;
  background: url(/images/all-shirts-shadow.gif) no-repeat 0 0;
}
div.shirt-grid-item div.shirt-pic a:hover {
  background-color: transparent!important;
}
div.shirt-grid-item div.shirt-pic img.shirt-pic {
  margin: 2px 0 0 3px;
}
div.shirt-grid-item div.shirt-pic img.shirt-zoom {
  position: absolute;
  margin: 117px 0 0 167px;
  z-index: 10;
}

div.shirt-grid-item p.shirt-name {
  width: 220px;
  padding: 0 10px 0 0;
  margin: 0;
  font-size: 12px;
  color: #393632;
  text-align: right;

  display: inline;
}
div.shirt-grid-item p.shirt-name a:link, div.shirt-grid-item p.shirt-name a:visited {
  color: #393632;
  text-decoration: none;
}
div.shirt-grid-item p.shirt-name a:hover {
  background-color: #393632;
  color: #fff;
}
div.shirt-grid-item div.shirt-gender {
  width: 56px;
  float: left;
  display: inline;
}
div.shirt-grid-item div.shirt-gender a {
  margin: 0 3px 0 0;
  font-size: 15px;
  line-height: 15px;
  background-color: #9d9b97;
  padding: 2px;
  font-weight: bold;
  float: left;
  display: inline;
}
div.shirt-grid-item div.shirt-gender a:link, div.shirt-grid-item div.shirt-gender a:visited {
  color: #fff;
  text-decoration: none;
}
div.shirt-grid-item div.shirt-gender a:hover {
  background-color: #393632!important;
  text-decoration: none;
}

/* Videos Feature */
div.videos-feature {
  color: #73726a;
  line-height: 150%;
  background: url(/images/video-box-bkg.gif) repeat-y 0 0;
  width: 703px;
  overflow: hidden;
  margin-bottom: 20px;
}
div.videos-feature-top {
  width: 680px;
  padding: 0 0 15px 23px;
  overflow: hidden;
  background: url(/images/video-box-top.gif) no-repeat 0 0;
}
div.videos-feature-btm {
  width: 703px;
  background: url(/images/video-box-btm.gif) no-repeat 0 100%;
}
div.videos-feature p a:link, div.videos-feature p a:visited {
  color: #860a1d;
  text-decoration: none;
}
div.videos-feature p a:hover {
  color: #fff;
  background-color: #860a1d;
}
div.videos-feature p {
  font-size: 11px;
  padding-right: 10px;
}
div.videos-feature h3 {
  margin: 0 0 2px 0;
  color: #222013;
  font-weight: normal;
  font-size: 13px;
  padding-top: 5px;
}
div.videos-feature h3 a:link, div.videos-feature h3 a:visited {
  color: #222013;
  text-decoration: none;
}
div.videos-feature h3 a:hover {
  background-color: transparent;
}

div.videos-feature div.video-feature-item1 {
  width: 225px;
  float: left;
  display: inline;
}
div.videos-feature div.video-feature-item1 h3 {
  padding-left: 10px;
}
div.videos-feature div.video-feature-item1 p {
  padding-left: 10px;
}

div.videos-feature div.video-feature-item2 {
  width: 203px;
  float: left;

}
div.videos-feature div.video-feature-item2 h3 {
  padding-left: 10px;
}
div.videos-feature div.video-feature-item2 p {
  padding-left: 10px;
}

div.videos-feature div.video-feature-item3 {
  width: 226px;
  float: left;
  display: inline;
}
div.videos-feature div.video-feature-item3 h3 {
  padding-left: 20px;
}
div.videos-feature div.video-feature-item3 p {
  padding-left: 20px;
}

/* Home Feature */
div#home-feature {
	width: 973px;
	height: 336px;
	background: url(/images/home-slide-bkg.png) no-repeat 0 0;
	margin: -30px 0 0 35px;
	position: absolute;
	z-index: 10;

}
div#home-feature-wrap {
  width: 100%;
  height: 316px;
  overflow: hidden;
}

/* Item Detail */
div.item-detail-box {
  padding: 0 30px;
}
div.item-pics-col {
  width: 312px;
  float: left;
  display: inline;
}
div.item-pics-col img.item-zoom {
  position: absolute;
  margin: 337px 0 0 292px;
}
div.item-pics-col a:hover {
  background-color: transparent!important;
}
div.item-pics-col div.item-pic {
  padding: 6px 0 0 0;
  background: url(/images/shirt-detail-top-border.gif) no-repeat 0 0;
  margin: 0 0 15px 0;
  width: 312px;
}
div.item-pics-col div.item-pic-inner {
  padding: 0 0 6px 0;
  background: url(/images/shirt-detail-top-border.gif) no-repeat 0 100%;
  width: 312px;
  height: 357px;
}
div.main div.item-pics-col p.item-more-pics {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Myriad Pro", Arial, sans-serif;
}
div.main div.item-pics-col p.item-more-pics a:link, div.main div.item-pics-col p.item-more-pics a:visited {
  color: #71716f;
  text-decoration: none;
}
div.main div.item-pics-col p.item-more-pics a:hover {
  text-decoration: underline;
}
div.item-pics-col div.item-thumbs {
  text-align: center;
}
div.item-pics-col div.item-thumbs img {
  border: 4px solid #e7e9d3;
  margin: 0 3px;
}

div.item-info-col {
  width: 280px;
  float: right;
  display: inline;
}
div.item-detail-box div.item-configure {
  width: 240px;
  padding: 10px 10px 10px 29px;
  background: url(/images/item-config-bkg.gif) repeat-y 0 0;
  margin-bottom: 20px;
}
div.item-detail-box div.item-configure select.item-size, div.item-detail-box div.item-configure select.item-color {
  width: 74px;
}
div.main div.item-detail-box div.item-configure p.item-size-chart {
  margin: 0;
  padding: 3px 0 0 0;
  font-family: Verdana, Arial, sans-serif;
}
div.item-detail-box div.item-configure div.item-colors {
  padding: 3px 0 0 0;
}
div.item-detail-box div.item-configure label.item-quantity {
  font-size: 12px;
  color: #59574e;
}
div.item-detail-box div.item-configure input.item-quantity {
  width: 15px;
  text-align: center;
  font-size: 11px;
  padding: 2px;
}
div.item-detail-box div.item-configure div.item-quantity-col {
  padding: 15px 0 0 0!important;
}
div.item-detail-box div.item-configure div.item-addcart-col {
  padding: 7px 0 0 0!important;
}
div.main p.item-price {
  font-size: 16px;
  color: #545247;
  font-family: Georgia, Times, serif;
  margin: 0 0 10px 0;
}
div.main div.item-detail-box h3 {
  font-size: 13px;
  color: #92001c;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 5px 0;
  padding: 0.5em 0 0.5em 0.5em;
}


div.item-detail-box div.left-col {
/*  width: 90px; */
  padding: 0 0 3px 0;
  float: left;
  display: inline;
}
div.item-detail-box div.right-col {
/*  width: 135px; */
  margin-left: 5px;
  padding: 0 0 3px 0;
  float: left;
  display: inline;
}


/* Also Like */
div.also-like {
  padding: 70px 0 0 0;
  background: url(/images/single-row-box.gif) no-repeat 0 100%;
  height: 263px;
}
div.also-like-pager div.collection-pager {
  padding: 0 0 0 205px;
  margin-top: -24px;
}
div.also-like div.shirts-grid {
  padding: 25px 0 0 0;
}

/* Styles Carousel */
div.styles-carousel {
  padding: 70px 0 0 0;
  background: url(/images/carousel-bkg.gif) no-repeat 0 100%;
  height: 440px;
}
div.styles-carousel a.carousel-prev {
  display: block;
  width: 34px;
  height: 38px;
  background: url(/images/carousel-prev.png) no-repeat 0 0;
  position: absolute;
  text-indent: -9000px;
  z-index: 10;
  margin: 60px 0 0 0;
}
div.styles-carousel a.carousel-next {
  display: block;
  width: 34px;
  height: 38px;
  background: url(/images/carousel-next.png) no-repeat 0 0;
  position: absolute;
  text-indent: -9000px;
  z-index: 10;
  margin: 60px 0 0 670px;
}
div.styles-carousel a.carousel-prev:hover, div.styles-carousel a.carousel-next:hover {
  background-color: transparent!important;
}
div.styles-carousel-pager div.collection-pager {
  padding: 0 0 0 225px;
  margin-top: -24px;
}
div.styles-carousel div.carousel-items {
  width: 690px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 0 0 30px;
}
div.styles-carousel div.carousel-item {
  width: 165px;
  text-align: center;
  font-family: Georgia, Times, serif;
  font-size: 13px;
  float: left;
  display: inline;
}
div.main div.styles-carousel div.carousel-item a:link, div.main div.styles-carousel div.carousel-item a:visited {
  color: #393632;
  text-decoration: none;
}
div.main div.styles-carousel div.carousel-item a:hover {
  background-color: transparent!important;
}

/* Page Banner */
div#page-banner {
  margin: -23px 0 0 40px;
  position: absolute;
  width: 970px;
  z-index: 10;
}
div#page-banner-space {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

/* Content */
div.content {
  padding: 0 30px;
}
/* @end */

/* @group Common Text Styles */
div.main {
  color: #59574e;
  font-family: "Trebuchet MS", Arial, sans-serif;
  font-size: 12px;
}
div.main a:link, div.main a:visited {
  color: #92001c;
  text-decoration: underline;
}
div.main a:hover {
  text-decoration: none;
/*  color: #fff; */
/*  background-color: #92001c;*/
}
div.main p {
  line-height: 160%;
}

.content-pic-right {
  margin: 0 0 15px 20px;
  padding: 10px;
  background: url(/images/text-content-pic-bkg.gif) repeat 0 0;
  float: right;
  display: inline;
}

.content-pic-left {
  margin: 0 20px 15px 0;
  padding: 10px;
  background: url(/images/text-content-pic-bkg.gif) repeat 0 0;
  float: left;
  display: inline;
}

.center {
  text-align: center;
}
/* @end */

/* @group Default Headings */
div.main h1 {
  color: #92001c;
  font-size: 30px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  margin: 0 0 10px 0;
}
div.main h1.main-head {
  margin: 0 0 2px 0;
}

div.main h4.subhead {
  color: #a19c98;
  font-style: italic;
  font-size: 16px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
  margin: 0 0 10px 0;
}

div.main h2 {
  color: #685f59;
  font-size: 22px;
  font-family: Georgia, Times, serif;
  font-weight: normal;
}

div.main h3 {
  color: #92001c;
  font-size: 13px;
  font-weight: bold;
  font-family: Georgia, Times, serif;
  text-transform: uppercase;
}
/* @end */

/* @group Default Lists */
div.main li {
  line-height: 150%;
  margin-bottom: 6px;
}

div.main ul {
  margin-left: 0;
}
div.main ul li {
  list-style: none;
  background: url(/images/red-bullet.gif) no-repeat 3px 6px;
  padding: 0 0 0 15px;
}
/* @end */

/* @group Nav */
div#nav {
  width: 647px;
  height: 104px;
  position: absolute;
  margin: 63px 0 0 309px;
}
div#nav ul {
  margin: 0;
  padding: 0;
}
div#nav ul li {
  list-style: none;
  float: left;
  display: inline;
  z-index: -1;
}
div#nav ul li a {
  display: block;
  height: 104px;
  z-index: -1000;
  background: url(/images/nav.jpg) no-repeat 0 0;
  text-indent: -9000px;
}

/* Nav Home */
div#nav ul li#n-home a {
  width: 78px;
  background-position: 0 0;
}
div#nav ul li#n-home a:hover {
  background-position: 0 -104px;
}
div#nav ul li#n-home a.active {
  background-position: 0 -208px;
}

/* Nav Shop */
div#nav ul li#n-shop a {
  width: 85px;
  background-position: -78px 0;
}
div#nav ul li#n-shop a:hover {
  background-position: -78px -104px;
}
div#nav ul li#n-shop a.active {
  background-position: -78px -208px;
}

/* Nav About */
div#nav ul li#n-about a {
  width: 184px;
  background-position: -163px 0;
}
div#nav ul li#n-about a:hover {
  background-position: -163px -104px;
}
div#nav ul li#n-about a.active {
  background-position: -163px -208px;
}

/* Nav Who */
div#nav ul li#n-who a {
  width: 141px;
  background-position: -347px 0;
}
div#nav ul li#n-who a:hover {
  background-position: -347px -104px;
}
div#nav ul li#n-who a.active {
  background-position: -347px -208px;
}

/* Nav Find */
div#nav ul li#n-find a {
  width: 159px;
  background-position: -488px 0;
}
div#nav ul li#n-find a:hover {
  background-position: -488px -104px;
}
div#nav ul li#n-find a.active {
  background-position: -488px -208px;
}


/* Sidenav */
div#sidenav {
  width: 242px;
  padding: 37px 0 0 0;
  font-size: 12px;
  font-family: Georgia, Times, serif;
  margin: 0 0 35px 7px;
}
div#sidenav-btm {
  width: 242px;
  height: 20px;
  background: url(/images/sn-btm.gif) no-repeat 0 0;
}
div#sidenav ul {
  margin: 0;
  padding: 0;
}
div#sidenav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #f7f7f2;
}
div#sidenav ul li a {

}
div#sidenav ul li a:link, div#sidenav ul li a:visited {
  color: #f7f7f2;
  text-decoration: none;
}
div#sidenav ul li a:hover {
  background-color: #f7f7f2;
  color: #473e39;
  text-decoration: none;
	 
}
div#sidenav ul li a.section, div#sidenav ul li a.section-expanded {
font-family:Verdana, Geneva, sans-serif;
  display: block;
  font-size:18px;
  line-height:50px;
  font-weight:bold;
  padding-left:20px;
}

div#sidenav ul li#sn-womens a.section {
  width: 242px;
  height: 61px;
  background: url(/images/sn-womens.gif) no-repeat 0 0;
    line-height:68px;
  }
  
div#sidenav ul li#sn-womens a.section-expanded {
  background: url(/images/sn-womens-expanded.gif) no-repeat 0 0;
  width: 242px;
  height: 51px;
}

div#sidenav ul li#sn-mens a.section {
  background: url(/images/sn-mens.gif) no-repeat 0 0;
  width: 242px;
  height: 49px;
}
div#sidenav ul li#sn-mens a.section-expanded {
  background: url(/images/sn-mens-expanded.gif) no-repeat 0 0;
  width: 242px;
  height: 54px;
}

div#sidenav ul li#sn-kids a.section {
  background: url(/images/sn-kids.gif) no-repeat 0 0;
  width: 242px;
  height: 42px;
}
div#sidenav ul li#sn-kids a.section-expanded {
  background: url(/images/sn-kids-expanded.gif) no-repeat 0 0;
  width: 242px;
  height: 45px;
}
div#sidenav ul li#sn-bottom {
  background: url(/images/sn-bottom.png) no-repeat 0 0;
  width: 242px;
  height: 48px;
}
div#sidenav ul li ul {
  background: url(/images/sidenav-acc-bkg.gif) repeat-y 0 0;
  padding: 20px;
  display: none;
}
div#sidenav ul li ul li {
  background-color: #473e39;
}
div#sidenav ul li .sub-head {
  border-top: 1px dashed #a8a49f;
  border-bottom: 1px dashed #a8a49f;
  padding: 2px 0;
  width: 150px;
  display: block;
  margin: 0 0 0 15px;
  text-indent: 3px;
}
div#sidenav ul li ul ul {
  background: none;
  padding: 8px 0 8px 18px;
}
div#sidenav ul li ul ul li {
  padding: 0;
}
div#sidenav ul ul ul a {
  display: block;
  width: 162px;
  padding: 2px 2px 2px 15px;
}
/* @end */

/* @group Forms */

/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
  color: #860a1d;
  text-decoration: none;
}
a:hover {

}
/* @end */

/* @group Misc */
.clear {
  clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* shop group */
div.shop-box {
  background:none;
  width:688px;
  height:201px;
  padding:0;
}
div.shop-womens {
  background:url(/images/womens-bg.png) no-repeat scroll 0 0;
  width:238px;
  height:201px;
  position:relative;
  margin:0;
  padding:0;
  float:left;
}
div.shop-mens {
  background:url(/images/mens-bg.png) no-repeat scroll 0 0;
  width:229px;
  height:201px;
  position:relative;
  margin:0;
  padding:0;
  float:left;
}
div.shop-kids {
  background:url(/images/kids-bg.png) no-repeat scroll 0 0;
  width:221px;
  height:201px;
  position:relative;
  margin:0;
  padding:0;
  float:left;
}
div.shop-box img {
  position:absolute;
  bottom:0;
}
div.main div.shop-box ul {
  position:absolute;
  bottom:40px;
  right: 20px;
  margin:0;
}
div.main div.shop-box li {
  line-height: 140%;
  margin-bottom: 0;
}
div.main div.shop-box a:link, div.main div.shop-box a:visited {
  color: #59574E;
  text-decoration:none;
}
div.main div.shop-box a:hover {
  background:none;
  color:#92001C;
  text-decoration:underline;
}
/* ad box group */
div.ad-box {
  background:none;
  width:688px;
  height:201px;
  padding:0;
  margin-top:50px;
}
div.ad-left {
  background: url(/images/ad-left-placeholder.png) no-repeat scroll 0 0;
  float:left;
  width:335px;
  height:200px;
  padding:0;
  position:relative;
}
div.ad-right {
  background: url(/images/ad-right-placeholder.png) no-repeat scroll 0 0;
  float:right;
  width:335px;
  height:200px;
  padding:0;
  position:relative;
}
div.ad-left span,div.ad-right span {
  position:absolute;
  right:30px;
  bottom:65px;
  width:190px;
  color:#fff;
}
div.ad-left span a:link, div.ad-left span a:visited, div.ad-right span a:link, div.ad-right span a:visited {
  color:#fff;
  text-decoration:none;
  bottom:0;
}
div.ad-left span a:hover, div.ad-right span a:hover {
  background:none;
  color:#92001C;
  text-decoration:underline;
}
div.ad-left span img, div.ad-right span img {
  position:absolute;
  bottom: 10px;
  left:175px;
}

div.product_option {
    padding: 3px;
}

div.right-col div {
    padding: 2px;
}

/*=======================
  Cart
  ======================*/

div#shopping_cart {
  border: 1px solid #fff;
  padding: 1em;
  width: 100%;
}
table.shoptable {
  float: left;
  width: 90%;
  text-align: center;
/*  margin-left: 1em;*/
}
table.shoptable tr{
}
table.shoptable th{

}
table.shoptable tr.product_row td{


}
table.shoptable tr td.product_col {

}
tr.text_left {
  text-align: left;
}


/* Totals Table */

div.checkout {
  background: #E6E0CA none repeat scroll 0 0;
  float: right;
  width: 32%;
  margin-top: 0;
/*  margin-right: .5em;*/
  padding: 15px 5px;
}
div.checkout img {
  border: none;
}
div.checkout label {
  font-size: 130%;
  color: #565653;
  width: 3em;
  padding: 0.5em;
}
div.checkout h3 {
  border-bottom: 3px dotted #eee;
  padding-bottom: 5px;
  margin: 0 0 1em 0;
}
div.checkout h3#total_hd {
  padding-top: 1em;
}
table#totals-table {
  border-bottom: 3px dotted #eee;
  width: 100%;
  font-size: 120%;
  color: #444444;
  margin: 0 0 1em 0;
  padding: 0;

}
table#totals-table th {
   width: 70%;
   padding: 2px;
   color: #565653;
}

table#totals-table tr {
/*   border: 1px solid #eee;*/
}
table#totals-table tr strong {
  color:#692409;
  font-size: 120%;
  font-weight: bold;
}

table#totals-table tr td{
   text-align: right;
}
a.remove {
  font-size: 80%;
}
.a-right {
  text-align: right;
}

a.btn-checkout{
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 0;
  float: left;
  padding-bottom: 1em;
  width: 163px;
  height: 32px;
  margin-left: 1.8em;
  color:#FFF;
  background-color:#FFF;
}
a.btn-checkout:hover{
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -44px;

}

#confirm_link {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 0;
  float: left;
  border: none;
  padding-bottom: 1em;
  width: 162px;
  height: 44px;
  margin-left: 2.5em;
}
#confirm_link:hover{
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -44px;

}
p.continue-shopping {
  clear: left;
/*  background:#FFFFFF none repeat scroll 0 0;*/
/*  margin: 9px -13px -15px -13px; */
  padding-top: 8px;
}
a.btn-continue-shopping {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -87px;
  width: 163px;
  display:block;
  height: 37px;
  margin-left: 1.65em;
  font-size:16px;
  color:#FFF;
  text-decoration:none;
  vertical-align:middle;
  text-align:center;
  line-height:37px;
}
a.btn-continue-shopping:hover {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll 0 -123px;
  text-decoration:none;
}

#quantity_submit {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll -168px 0;
  width: 67px;
  display:block;
  height: 37px;
  border: none;
}

#quantity_submit:hover {
  background:transparent url(/images/btn-checkout.png) no-repeat scroll -168px -36px;
}

/*=======================
  Checkout
  ======================*/
div#checkin_out {
/*  margin: 0 1em;*/
}
div#checkin_out a{
  font-size: 125%;
}
div#checkin_out h3 {
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
  margin: 1em 0 .5em 0;
}
div#checkin_out img {
  border: none;
}
div#checkin_out label {
  font-size: 130%;
  color: #414141;
  display: block;
  margin: .5em 0 0 0;
}
div#checkin_out select {
  font-size: 100%;
}
div#checkin_out input:focus {
  background: #fff0ac;
  border: 2px solid #D2AE63;
}
div#billing_address_details span {
  font-size: 120%;
}
div#checkin_out label#ship_to {
  display: inline;
}
span.number {
  font-size: 170%;
}

#billing_details {
  float: left;
  width: 210px;
}
#billing_address {
  float: left;
  width: 215px;
}
#shipping_address{
  float: left;
  width: 215px;
}
#payment_info{
  clear: left;
  float: left;
  width: 210px;
}
#promo_code {
  float: left;
  width: 434px;
}
#order_review {
  clear: both;
  width: 100%;
}

/* Review Table */

table.reviewtable {
  width: 100%;
  text-align: center;
  background: #fff;
}
table.reviewtable th{
  background: #F7F7F1 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  padding: .5em;
  font-size: 12px;
  color: #565653;
}
table.reviewtable tr.product_row td{
  padding: 1em;
  border-bottom: 1px solid #eee;
  font-size: 130%;

}
table.reviewtable tr td.product_col {
  text-align: left;
  font-size: 120%;
  font-weight: normal;
  line-height: 16px;
}
tr.text_left {
  text-align: left;
}
table.reviewtable tr th.shipping-method {
  text-align: right;
  font-size: 95%;
}
.btnright {
  float: right;
  padding: 1em 0 0 0;
}

.error {
  color:#fb2137 !important;
  font-style: italic;
  font-size: 100% !important;
}

#simplemodal-container { 
  background-color:#333; 
  border:8px solid #444; 
  padding:12px;
}

#simplemodal-container a.modalCloseImg {
  background: url(/images/x.png) no-repeat; /* adjust url as required */
  width: 25px;
  height: 29px;
  display: inline;
  z-index: 3200;
  position:absolute;
  top: -15px;
  right: -18px;
  cursor: pointer;
}

div#variant_thumbnails { padding:10px 2px 0; }

div#opt-message {
  color: #e7e0cd;
  background: url(/images/opt-message-stars.png) no-repeat 0 0;
  margin: 5px 20px 0;
  padding: 10px 0 0 25px;
  position: absolute;
  left: 300px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 17px;
}
div#opt-message span {
  font-weight: bold;
}
div#opt-message label {
  display: block;
  font-size: 70%;
  margin-left: 135px;
  margin-top: -5px;
}
div#opt-message p {
  margin-top: 5px;
  position: relative;
  color: #860a1d; 
  z-index: 1000;
  font-size: 75%;
  font-weight: bold;
  font-style: italic;
}

.sepet {
	background:url(/images/btn-add-to-cart.gif); height:36px; width:126px; line-height:24px; border:none; font-size:14px; font-weight:bold; color:#FFF;
}
