@charset "UTF-8";

* {
margin: 0;
padding: 0;
border: 0;
}
body  {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #473e36;
	background-image: url(../images/shirts-bg.jpg);
	background-repeat: repeat;
	background-position: 50% 50%;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
}
#container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../gear_images/page-bg.gif);
	background-repeat: repeat;
} 
#header {
	background: #220000;
	padding: 0;
	float: left;
	height: 79px;
	width: 1000px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	float: left;
}
#header #tabs {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-left: 10px;
}
#header #tabs ul {
	color: #FFFFFF;
	float: left;
	padding-left: 7px;
	font-size: 12px;
	background-image: url(../gear_images/tab-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header #tabs li {
	float: left;
	list-style-type: none;
	height: 20px;
	padding-top: 5px;
	float: left;
	white-space: nowrap;
	word-spacing: normal;
	background-image: url(../gear_images/tab-right.gif);
}
#header #tabs a {
	color: #FFFFFF;
	text-decoration: none;
	}
#header #tabs .close {
	background-image: url(../gear_images/tab-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 8px;
}
#header #tabs a:hover {
	color: #FFCC33;
	text-decoration: none;
}
#header #cart {
	background: #0099CC url(../gear_images/cart-corner.gif) no-repeat left bottom;
	float: right;
	width: 543px;
	color: #FFFFFF;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 4px;
}
#header #cart a {
	color: #FFFFFF;
	text-decoration: none;
}
#header #cart a:hover {
	color: #000033;
}
#header #cart ul {
	float: right;
}
#header #cart li {
	float: left;
	list-style-type: none;
	font-size: 11px;
	margin-top: 4px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
}
#header   h2 img  {
	padding-left: 10px;
	float: left;
	margin-top: 2px;
	margin-bottom: 1px;
}
#navigation {
	background-color: #000033;
	padding-bottom: 8px;
	clear: both;
	padding-left: 15px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 16px;
	height: 30px;
}
#navigation .spacer {
	margin-left: 10px;
}
#navigation a {
	color: #FFFFFF;
	margin-right: 15px;
	text-decoration: none;
	text-transform: none;
}
#navigation  a:hover  {
	color: #FFcc33;
	margin-right: 15px;
	text-decoration: none;
	text-transform: none;
}
#navigation li {
	float: left;
	list-style-type: none;
	background-color: 000033;
}
#navigation ul {
	line-height: normal;
	padding: 0px;
	margin: 0px;
}
#mainContent {
	float: left;
	background-image: url(../gear_images/content-top.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 6px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 16px;
	width: 706px;
} 
#mainContent p {
	margin-bottom: 10px;
	font-size: 12px;
}
#mainContent h1 {
	font-size: 28px;
	color: #220000;
	clear: left;
}
#mainContent   h2 {
	font-size: 14px;
	color: #cc3300;
}
#mainContent  #design_block {
	float: left;
	width: 280px;
	text-transform: capitalize;
	margin-top: 10px;
}
#mainContent  #card_block_a {
	float: left;
	width: 350px;
	text-transform: capitalize;
	margin-top: 10px;
}
#mainContent  #card_block_b {
	float: right;
	width: 350px;
	text-transform: capitalize;
	margin-top: 10px;
}
#mainContent   .unisex {
	width: 338px;
	float: left;
	margin-right: 6px;
	clear: left;
}
#mainContent .girls {
	width: 338px;
	float: right;
	margin-right: 6px;
}
#mainContent  .shirt_block {
	float: left;
	width: 165px;
	margin-top: 10px;
}
.left_margin8     {
	margin-left: 8px;

}
.top_margin10     {
	margin-top: 10px;

}

#mainContent .bottom_margin0 {
	margin-bottom: 0px;
}
#mainContent  #photo_block {
	float: right;
	width: 420px;
	margin-top: 10px;
}
#mainContent a:hover {
	color: #FF3300;
}
#mainContent #price {
	width: 418px;
	float: left;
}
#mainContent #price h2 {
	font-size: 24px;
	float: left;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 4px;
}
#mainContent #price img {
	padding-right: 5px;
}
#mainContent #price .small {
	font-size: 10px;
	clear: left;
}
#mainContent #variable_prices {
	float: left;
}
#mainContent #variable_prices img {
	padding-right: 5px;
}
#mainContent  #variable_prices .small {
	font-size: 10px;
	padding-bottom: 5px;
}
#mainContent #size {
	width: 418px;
	float: left;
}
#mainContent #size img {
	padding-right: 5px;
}
#mainContent #size input, #variable_prices input {
padding-right:5px;
}
#mainContent #size h3 {
	font-size: 16px;
	clear: both;
}
#mainContent  #size .small {
	font-size: 10px;
	padding-bottom: 5px;
}
#mainContent #rating img {
	margin: 0px;
	padding: 0px;
}
#mainContent  #rating  h6 {
	margin: 0px;
	clear: both;
	padding: 0px;
}
#mainContent #rating h4 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent #rating p {
	clear: both;
	padding-top: 5px;
}
#mainContent #rating input {
	color: #333333;
	background-color: #EEEEEE;
	border: 1px solid #666666;
	text-transform: uppercase;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 5px;
}
#mainContent #rating input:hover {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #333333;
	text-transform: uppercase;
	margin-right: 0px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-left: 5px;
}
#mainContent #post {
	clear: both;
	padding-top: 10px;
}
.warning {
	font-size: 10px;
	color: #CC0000;
	text-align: center;
}
#checkout {
	background-position: right;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 14px;
	padding-left: 10px;
}
#checkout img {
	padding-right: 10px;
	padding-left: 10px;
}
#extras h4 {
	float: left;
	margin-right: 3px;
	margin-bottom: 8px;
}
#extras img {
	margin-bottom: 14px;
}
#mainContent #details h3 {
	font-size: 16px;
}
#mainContent #details .small, #extras .small {
	font-size: 10px;
	padding: 0px;
}
#mainContent #details table, #mainContent #size #extras table {
	font-size: 12px;
	text-align: center;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
}
#mainContent #details td, #mainContent #size #extras td {
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}
#mainContent #details {
	float: right;
	width: 270px;
}
#mainContent  h6 {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent  h6 a {
	color: #666666;
	text-decoration: underline;
}
#mainContent  .search_terms {
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 6px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
}
#mainContent .page_summary  {
	background: #CCCCCC;
	color: #666666;
	border: 1px solid #999999;
	font: italic bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
}
#mainContent .page_summary h5   {
	background: url(/preview/images/summary_icon.gif) no-repeat left top;
	padding: 6px 15px 15px 50px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
#mainContent .page_summary h4 {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #999999;
	padding: 3px;
}
.video {
	float: right;
	margin-left: 8px;
	margin-top: 5px;
	z-index: 500;
}
#banners_home {
	margin-top: 16px;
}
#banners_home img {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
#banners_home .row-end {
	margin-right: 0px;
}
#banners {
	margin-top: 10px;
}
#banners img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#banners dt {
	clear: left;
}
#banners textarea {
	border: 1px solid #999999;
	width: 100%;
	margin-bottom: 10px;
}
#downloads img {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
.search_results {
	margin-top: 15px;
}
.search_results   dt {
	clear: left;
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
}
.search_results  dd {
	float: left;
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 228px;
	z-index: 500;
	padding: 8px;
}
#sidebar1 h3 {
	color: #220000;
	font-size: 16px;
	clear: both;
	margin-bottom: 6px;
	margin-top: 8px;
}
#sidebar1     .prev {
	float: left;
	margin-bottom: 8px;
}
#sidebar1   .next {
	margin-bottom: 8px;
	text-align: right;
	float: right;
}
#sidebar1 .more {
	padding-bottom: 8px;
}
#sidebar1 p  {
	margin-bottom: 2px;
	font-size: 11px;
}
#sidebar1 .gallery {
	padding-bottom: 4px;
}
#sidebar1   a:hover  {
	color: #FF3300;
}
#footer {
	clear: both;
	background-color: #000033;
	background-image: url(../gear_images/content-bottom.gif);
	background-repeat: no-repeat;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: white;
	font-size: 75%;
	padding-top: 17px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#footer p a {
	color: white;
	text-decoration: none;
}
#footer a:hover {
	color: #FFcc33;
	text-decoration: none;
	text-transform: none;
}
.small {
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 2px;
}
#header  #search  label  {
	margin: 0px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 5px;
}
#header  #search  input  {
	vertical-align: bottom;
}
#search  input.search-btn {
	width: 47px;
	height: 14px;
	outline: none;
	margin-left: 3px;
	background-image: url(../gear_images/search.gif);
	background-repeat: no-repeat;
}
#search  input.search-btn:hover {
	background-image: url(../gear_images/search-over.gif);
	background-repeat: no-repeat;
	width: 47px;
	height: 14px;
	margin-left: 3px;
}

#main_image {
	width: 725px;
	padding-right: 15px;
	padding-left: 15px;
}
#main_image a {
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: no-repeat;
}
#main_image a:hover {
	color: #220000;
	text-decoration: none;
	background-repeat: no-repeat;
}
#main_image h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
#main_image h4 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.right {
	float: right;
	clear: right;
	margin-bottom: 19px;
}
#community_gallery {
	background-image: url(../gear_images/content-top.gif);
	background-repeat: no-repeat;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 6px;
	padding-right: 18px;
	padding-left: 18px;
	padding-top: 16px;
	width: 706px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 280px;
	clear: both;
	margin-top: 19px;
}
#community_gallery h3 {
	font-size: 16px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #220000;
}
#twitter  h4 {
	font-size: 16px;
	margin-bottom: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #220000;
}
#twitter {
	font-size: 12px;
	padding-bottom: 8px;
}
#twitter ul {
	padding-bottom: 8px;
}
#twitter li {
	font-size: 11px;
	list-style-type: none;
	padding-bottom: 8px;
}
#community_gallery img {
	margin-bottom: 6px;
}
#myspace {
	float: right;
}
#facebook {
	float: left;
}
.sidebar-block {
	margin-bottom: 8px;
}
#sticker_block {
	margin-top: 15px;
}
#sticker_block .warning {
	font-size: 10px;
	color: CC0000;
	margin-top: 2px;
}
#sticker_block h2 {
	margin-top: 5px;
	margin-bottom: 5px;
}
#sticker_block h3 {
	padding-top: 10px;
}
.green {
	color: #00CC00;
}
#notes {
	background-color: #FFFF33;
	border: 1px solid #FFCC00;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#mainContent .comment_one_tease, #mainContent .comment_one_page, #mainContent .comments_head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}
#mainContent  .comment_one_page p  {
	padding-left: 83px;
}
#mainContent .avatar {
	float: left;
	margin-right: 8px;
	width: 75px;
	height: 75px;
	margin-bottom: 10px;
}
#mainContent .entry .input, #mainContent #comment_form .inp {
	border: 1px solid #999999;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#mainContent .captcha {
	border: 1px solid #999999;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
}
#mainContent .entry .submit {
	text-transform: uppercase;
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333333;
}
#mainContent .entry .submit:hover {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #000000;
}
#mainContent .paginate h5 {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	padding-bottom: 15px;
}
#mainContent #special_offer {
	background-color: #FFFF00;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#container #mainContent #price #special_offer h6 {
	float: none;
	color: #000000;
	margin-bottom: 0px;
}
#mainContent .bottom_margin10 {
	margin-bottom: 10px;
}
.fc_cart_category_code, .fc_cart_item_code, .fc_cart_item_inv01, .fc_cart_item_inv02, .fc_cart_item_inv03, .fc_cart_item_inv04 {
	display: none;
}.grey {
	color: #666666;
}
.booklet_title {
	font-size: 18px;
}
.radioHide {
	display: none;	
}
