@charset "utf-8";
/* XHTML Reset to control the shit that needs some fucking control */

@media only screen and (max-device-width: 960px) { 
 
    /*fixes too big font in mobile Safari*/
 
    html { 
        -webkit-text-size-adjust:none; 
    }
 }

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;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
 *font-size: 100%;
}
/*@purpose to rid ourselves of image clicked borders */
:focus {
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
}

/* FONT CLEAR */

@charset "utf-8";
/* Font Normalization */

body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	/* for IE6/7 */ 
	*font-size:small;
	/* for IE Quirks Mode */
	*font:x-small;
}
body {
	font-family:Arial, Helvetica, sans-serif;
}
/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select, input, button, textarea, button {
	font:99% arial, helvetica, clean, sans-serif;
}
/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}
/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:108%;
	line-height:100%;
}
/* MAIN COMMON */

img {
	color: #AF0A0A;
}
a {
	text-decoration: none;
}

/* @common helpers */

.clear {
	clear:both;
	height:0px;
}
/* @common-mainpage */

#main {
	background: #000;
}
#mainpage_logo_container {
	width:940px;
	height:60px;
	margin:0px auto 10px auto;
	clear:both;
}
#mainpage_header_container {
	width:940px;
	height:228px;
	margin:0px auto 10px auto;
	clear:both;
}
#mainpage_header {
	width:940px;
	height:255px;
	margin:0px;
	margin:0px auto 10px auto;
	clear:both;
}
#mainpage_header_left {
	width:560px;
	height:228px;
	margin:0px;
	float:left;
}
#mainpage_header_right {
	width:370px;
	height:228px;
	margin:0px;
	float:right;
	margin:0px auto 10px auto;
}
#mainpage_button_container {
	width:940px;
	height:85px;
	margin:0px auto 10px auto;
}
#mainpage_combotext_container {
	width:940px;
	height:33px;
	/*padding:1px 0 5px 0;*/
}
#mainpage_content_container {
	width:940px;
	margin:auto;
}
/* @common-shirt-container */

#shirt_container {
	width:760px;
	height:auto;
	padding:0px;
	float:left;
}
.header_row {
	clear:both;
	margin:0px 0px 10px 0px;
	height:60px;
}
.header_row75 {
	clear:both;
	margin:0px 0px 10px 0px;
	height:75px;
}
.header_row158 {
	clear:both;
	margin:0px 0px 10px 0px;
	height:158px;
}
.header_row_tall {
	clear:both;
	margin:0px 0px 10px 0px;
	height:125px;
}
.header_row2 {
	clear:both;
	margin:0px 0px 10px 0px;
	height:180px;
}
.timer_row {
	clear:both;
	margin:0px 0px 10px 0px;
	height:20px;
	background:url(/img/promos/backfromdeadtimerbackground.jpg) no-repeat;
	padding-left:30px;
}
.timer_row span#clock1, .timer_row span#clock2, .timer_row span#clock3, .timer_row span#clock4 {
	color:#fff;
}
.shirt_row {
	clear:both;
	margin:0px 0px 10px 0px;
	height:180px;
}
.shirt_row_short {
	clear:both;
	margin:0px 0px 10px 0px;
	height:40px;
}
.shirt_row_narrow {
	clear:both;
	margin:3px 0px 7px 0px;
	height:180px;
}
.shirt_row_two {
	clear:both;
	margin:0px 0px 0px 0px;
	height:360px;
}
.shirt {
	width:180px;
	height:180px;
	float:left;
	margin:0px 10px 0px 0px;
}
.shirt_short {
	width:180px;
	height:40px;
	float:left;
	margin:0px 10px 0px 0px;
}
.shirt a {
	color:#AF0A0A; 
	text-decoration:none;
}
.shirt a:hover {
	color: #fff;
}
.shirt_narrow {
	width:180px;
	height:180px;
	float:left;
	margin:0px 3px 0px 4px;
}
.shirt_two {
	width:374px;
	height:360px;
	float:left;
	margin:0px 0px 0px 0px;
}
.shirt_two_left {
	width:373px;
	height:360px;
	float:left;
	margin:0px 0px 0px 0px;
	border-right: #444 solid 1px;
}
.shirt_twocell {
	width:370px;
	height:180px;
	float:left;
	margin:0px 10px 0px 0px;
}
#sidebar_container {
	width:180px;
	padding:0px;
	float:right;
}
#footer {
	width:918px;
	height:106px;
	margin:0px auto 10px auto;
	clear:both;
	border: #444 solid 1px;
	padding:10px;
	color:#CCC;
}
#footer p {
	color: #CCC;
	font-size:11px;
	line-height:14px;
	margin-top:2px;
	font-family:Arial, Helvetica, sans-serif;
}
.footer_box_f {
	float:left;
	height:54px;
	width:210px;
	margin-right: 0px;
}
.footer_box {
	float:left;
	height:54px;
	width:216px;
	margin-right: 22px;
	border-right: #444 solid 1px;
	padding-right:4px;
}
.footer_box_l {
	float:left;
	height:54px;
	width:216px;
	margin-right: 0px;
	padding-right:4px;
}
.footer_links_box {
	float:left;
	height:20px;
	width:100%;
	text-align:left;
	font-size:12px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}
.footer_copyright_box {
	float:left;
	height:20px;
	width:100%;
	text-align:left;
	font-size:11px;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
}
.footer_links_box a {
	color:#AF0A0A;
	text-decoration:none;
}
.footer_links_box a:hover {
	color:#fff;
	text-decoration: none;
}
.footer_copyright_box a {
	color: #666;
	text-decoration: none;
}
.footer_copyright_box a:hover {
	color:#fff;
	text-decoration: none;
}
/* @common-topnav */
#top_nav {
	margin:auto;
	width:940px;
	height:27px;
}
#topnav_left {
	float:left;
	height:27px;
}
#topnav_right {
	float:right;
	height:27px;
}
#nav {
	float: left;
}
#nav li {
	float: left;
	display:inline;
}
#nav_r {
	float: left;
}
#nav_r li {
	float: left;
	display:inline;
}
#nav_r li a {
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	/*padding-right:2px;
	padding-left:1px;*/
}
#search {
	border: #A3A3A3 1px solid;
	padding: 1px 4px 2px 4px;
	width: 140px;
	height: 11px;
	font-size: 10px;
	background: #202020;
	color:#FFF;
	display:block;
}
.sch_input {
	float:left;
	margin-left:10px
}
.sch_btn {
	float:left;
	margin-left:5px
}
input.btn {
	padding: 2px 2px 2px 4px;
	border: #444 1px solid;
	height: 20px;
	font-size: 10px;
}
#filtersearch_box_btns img {
	float: left;
	margin-right:0px; /*originally 15*/
	display:inline;
}
#filtersearch_box_btns {
	margin:14px 10px 10px 13px;
	float:left;
}
#filtersearch_box_btns2 img {
	float: left;
	margin-right:0px; /*originally 15*/
	display:inline;
}
#filtersearch_box_btns2 {
	margin:15px 10px 10px 15px;
	float:left;
}
#filtersearch_box_drop {
	margin:12px 10px 10px 0px;
	float:right;
}
#filtersearch_box_drop select {
	width:300px;
}
#filtersearch_box_search {
	margin:5px 6px 0px 0px;
	float:left;
}
/* @common-buttonboxes */

.button_box {
	border: #444 solid 1px;
	height:83px;
	width:368px;
	float:left;
	margin-right:10px;
	background:url(/img/main_page/buttons/button_background.jpg);
}
.button_box_lazy {
	height:85px;
	float:left;
	margin-right:10px;
	width:307px;
}
.button_box_idea {
	height:85px;
	float:left;
	margin-right:10px;
	width:306px;
}
.button_box_affiliate {
	height:85px;
	float:left;
	margin-right:0px;
	width:307px;
}
.button_box_nsn {
	border: #444 solid 1px;
	height:83px;
	float:left;
	margin-right:10px;
	width:178px;
	margin-right:0px;
	background-color: transparent;
}
.button_box_lastcall {
	height:85px;
	float:left;
	width:178px;
	margin-right:0px;
	background-color: transparent;
}
.side_box div.nsncontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin-top:35px;
	margin-left:8px;
}
.side_box div.nsnformcontrol {
	height:10px;
	padding-top:143px;
	padding-left:8px;
}
#box_topten {
	height: 243px !important;
}
#box_instagram {
	height: 209px !important;
}
.button_box_nsn div.nsncontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin-top:35px;
	margin-left:8px;
}
.button_box_nsn div.nsnformcontrol {
	height:10px;
	margin-top:10px;
	margin-left:8px;
}
.nsnform {
	border: #A3A3A3 1px solid;
	padding: 1px 4px 2px 4px;
	width: 106px;
	height: 11px;
	font-size: 10px;
	background: #fff;
	color:#000;
	display:block;
}
.nsnform_checkbox {
	padding: 0px;
	width: 20px;
	height: 10px;
	color:#FFF;
	display:inline;
}
/* @common-filter search box */

#filtersearch_box {
	border: #444 solid 1px;
	width:748px;
	height:43px;
	margin-bottom:10px;
	float:left;
	display:inline;
}
/* @common-side box */

.side_box {
	border:#444 solid 1px;
	width:178px;
	height:auto;
	margin-bottom:10px;
}
.side_box2 {
	border:#444 solid 1px;
	width:178px;
	height:209px;
	margin-bottom:10px;
}
.side_box h2.title {
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	font-weight:bold;
	margin:5px 10px 5px 10px;
}
.side_box h2.title a {
	color:#FFF;
	text-decoration:none;
}
.side_box h2.title a:hover {
	color:#36C;
	text-decoration:none;
}
.side_box h3.date {
	color: #36C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	letter-spacing:0px;
	margin:5px 10px 10px 10px;
}
.side_box h3.date a {
	color: #36C;
	text-decoration:none;
}
.side_box h3.date a:hover {
	color: #fff;
}
.side_box p.update {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	margin:5px 10px 5px 10px;
	text-align: left;
}
.side_box div.newscontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin-top:10px;
	margin-left:10px;
}
.side_box div.newsformcontrol {
	height:25px;
	padding-top:0px;
	padding-left:8px;
}
.side_title_line {
	border-bottom:#444 1px solid;
	width:178px;
	height:auto;
	margin:0px 0px 8px 0px;
}
.side_title_line2 {
	border-bottom:#444 1px solid;
	width:178px;
	height:auto;
	margin:0px 0px 0px 0px;
}
.side_title_line img {
	display:block;
}
.side_title_line2 img {
	display:block;
}

.newsform {
	border: #A3A3A3 1px solid;
	padding: 1px 4px 2px 4px;
	width: 106px;
	height: 11px;
	font-size: 10px;
	background: #fff;
	color:#000;
	display:block;
}
.side_box p.about {
	color:#999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:0px;
	margin:5px 10px 8px 10px;
	text-align: left;
}
.side_box p.about a {
	color:#AF0A0A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
.side_box p.about a:hover {
	color:#fff;
}
#about.side_box p.about a {
	color: #AF0A0A;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
#about.side_box p.about a:hover {
	color: #fff;
}
.side_ad {
	width:180px;
	height:auto;
	margin-bottom:10px;
}
.side_ad img {
	display:block;
}
.side_ls {
	width:180px;
	height:auto;
	margin-bottom:10px;
}
.side_ls img {
	display:block;
}
.side_ad2 {
	width:180px;
	height:auto;
	margin-bottom:10px;
}
.side_ad2 img {
	display:block;
}
.side_box img.side_title {
}
.side_box ol {
	list-style:decimal;
	list-style-position:outside;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:36px;
	margin-bottom:10px;
}
.side_box li span.sm {
	font-size:11px;
}
.side_box li {
	margin-bottom:5px;
}
.side_box li a {
	color:#AF0A0A;
	text-decoration:none;
}
.side_box li a:hover {
	color:#fff;
	text-decoration:none;
}
.banner_three {
	float:left;
	height:180px;
	margin:0 0px;
	width:560px;
	display:inline;
}
#spider_fodder {
	margin:10px auto;
	width:940px;
	height:auto;
	text-align:center;
}
#spider_fodder p {
	color: #333;
	font-size:10px;
}
/* @common-bgh */

#bgh {
	background: #000;
}
#bgh .shirt_row {
	clear:both;
	margin:0px 0px 10px 0px;
	height:190px;
}
#bgh .shirt {
	width:180px;
	height:190px;
	float:left;
	margin:0px 10px 0px 0px;
}
#bgh .side_box p.about a {
	color: #609;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
#bgh .side_box p.about a:hover {
	color:#fff;
}
#bgh #about.side_box p.about a {
	color: #36C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
#bgh #about.side_box p.about a:hover {
	color: #fff;
}
#bgh .side_box li a {
	color: #609;
	text-decoration:none;
}
#bgh .side_box li a:hover {
	color:#fff;
	text-decoration:none;
}
#bgh .footer_links_box a {
	color: #609;
	text-decoration:none;
}
#bgh .footer_links_box a:hover {
	color:#fff;
	text-decoration: none;
}
/* -------------------------------------
 * NSN Banner for shirt grid 
 * -------------------------------------- */
#nsn-banner-area {
	width: 560px;
	height: 180px;
	background: url(../img/main_page/nsn_banner_bck.jpg) no-repeat;
	margin-left: 0px;
	margin-right: 10px;
}
#nsn-banner-area .nsn-left {
	margin-left: 0px;
	margin-right: 10px;
}
#nsn-banner-area .nsn-right {
	margin-left: 10px;
	margin-right: 0px;
}
#nsn-banner-form {
	margin-top: 150px;
	margin-left: 324px;
}
#nsn-banner-form .nsnform {
	width: 153px;
}
#nsn-banner-note {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #ff9600;
	text-align: right;
	margin-top: 12px;
	margin-right: 9px;
}
/* -------------------------------------
 * Default orange links
 * -------------------------------------- */
.defaultorangelink  a {
	color: #ff9600;
	text-decoration:none;
}
.defaultorangelink  a:hover {
	color:#fff;
	text-decoration: none;
}


/* ------------------------------------
   : Place holder input styles
   ------------------------------------ */
.sch_input input::-webkit-input-placeholder,
.sch_input input::-moz-placeholder,
.sch_input input.placeholder {
	color: #fff;
}

input.nsnform::-webkit-input-placeholder,
input.nsnform::-moz-placeholder,
input.nsnform.placeholder {
	color: #000;
}




/* -----------------------------------------
   : Shirt Thumbnail Zoom styles
   ----------------------------------------- */

.zoom {
	position: relative;
	z-index: 100;
}
.zoomIcon {
	width:33px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	background:url('/images/UI/zoom.png');
	z-index: 101;
}

div#image-zoom {
	z-index: 102;
	position: relative;
	width: 370px; 
	height: 370px;
}

div#image-zoom .close {
	display:none;
	color: #fff;
	cursor: pointer;
	padding: 10px 10px 20px 20px ;
	position: absolute;
	right: 0;
	text-shadow: 0 1px 0 white;
	top: 0;
	opacity: 0.4;
	filter: alpha(opacity=40);
}
div#image-zoom .close:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
div#image-zoom .close .symbol {
	background-color: #000;
	font-size: 24px;
	font-weight: normal;
	height: 30px;
	line-height: 32px;
	text-align: center;
	width: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}





/* -----------------------------------------
   : Shirt Navigation with Category Drops
   ----------------------------------------- */
div.shirt_navigation {
	background: url(/img/main_page/filter_back.jpg) 0 0 no-repeat; 
	border: #444 solid 1px;
	display:block; 
	height: 43px; 
	margin-bottom: 10px; 
	position:relative; z-index:11; 
	width:748px; 
}
div.shirt_navigation .btns img {
	float: left;
	margin-right:0px; /*originally 15*/
	display:inline;
}
div.shirt_navigation .btns {
	margin:13px 10px 10px 15px;
	float:left;
}
div.shirt_navigation .drop {
	margin:12px 10px 10px 0px;
	float:right;
}
div.shirt_navigation .drop select {
	width:300px;
}
div.shirt_navigation .search {
	margin:5px 6px 0px 0px;
	float:left;
}
.category_search_container {
	font-size: 12px;
	position:absolute;
	right:10px;
	top:12px;
	z-index:11;
}
.category_search_container select {
	height: 20px;
}

ul.shirt_nav { float: left; margin: 4px 10px 10px 15px; }
ul.shirt_nav li { background-image: url('/img/nav_shirts3/nav_shirts2_sprite3.png'); background-repeat:  no-repeat; display: block; float: left; height: 35px; margin:0; text-indent: -99999px; }
ul.shirt_nav li a { display: block; height: 35px; width: 100%; }

li.shirt_nav_hell   { width: 57px;  background-position: -0px 0; }
li.shirt_nav_bowels   { width: 96px;  background-position: -57px 0; }
li.shirt_nav_baby { width: 108px; background-position: -153px 0; }
li.shirt_nav_poster    { width: 114px; background-position: -261px 0; }

li.shirt_nav_hell:hover     { width: 57px;    background-position: -0px -70px; }
li.shirt_nav_bowels:hover     { width: 96px;    background-position: -57px -70px; }
li.shirt_nav_baby:hover   { width: 108px;   background-position: -153px -70px; }
li.shirt_nav_poster:hover      { width: 114px;   background-position: -261px -70px; }

li.shirt_nav_hell.selected      { width: 57px;    background-position: -0px -36px; }
li.shirt_nav_bowels.selected      { width: 96px;    background-position: -57px -36px; }
li.shirt_nav_baby.selected    { width: 108px;   background-position: -153px -36px; }
li.shirt_nav_poster.selected       { width: 114px;   background-position: -261px -36px; }