/* @override http://www.thoughtcrimeink.com/css/thoughtcrime2011.css */

/* thoughtcrime2011.com css */
/* Last update: Sept 6 2012 */

/* css released under Creative Commons License: 
/* http://creativecommons.org/licenses/by-nc-sa/1.0/
/* however, all associated graphics copyright 2001-12 thoughtcrime ink */

/* @end */

/* // Reset.less
// Adapted from Normalize.css http://github.com/necolas/normalize.css
// And for use for transition to Twitter Bootstrap
// ------------------------------------------------------------------------

// Display in IE6-9 and FF3
// ------------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/* // Display block in IE6-9 and FF3
// ------------------------- */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* // Prevents modern browsers from displaying 'audio' without controls
// ------------------------- */

audio:not([controls]) {
    display: none;
}

/* // Base settings
// ------------------------- */

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

/* // Focus states */
a:focus {
  .tab-focus();
}

/* // Hover and Active */
a:hover,
a:active {
  outline: 0;
}

/* // Prevents sub and sup affecting line-height in all browsers
// ------------------------- */

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/*// Img border in a's and image quality
// ------------------------- */

img {
  max-width: 100%; // Make images inherently responsive
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* // Prevent max-width from affecting Google Maps */
#map_canvas img {
  max-width: none;
} 

/* clearfix from Bootstrap 2.3.0 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

/* // Forms
// ------------------------- */

/* // Font size in all browsers, margin changes, misc consistency */
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

input {
  *overflow: visible; /* Inner spacing ie IE6/7 */
  line-height: normal; /* FF3/4 have !important on line-height in UA stylesheet */
}

input::-moz-focus-inner { /* Inner padding and border oddities in FF3/4 */
  padding: 0;
  border: 0;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; /* Cursors on all buttons applied consistently */
  -webkit-appearance: button; /* Style clickable inputs in iOS */
}
input[type="search"] { /* Appearance in Safari/Chrome */
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; /* Inner-padding issues in Chrome OSX, Safari 5 */
}
textarea {
  overflow: auto; /* Remove vertical scrollbar in IE6-9 */
  vertical-align: top; /* Readability and alignment cross-browser */
}


/* defaults -------------- */

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input[type=text], input[type=password], input.text, input.title, textarea, select {background-color:#fff;border:1px solid #bbb;}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus {border-color:#666;}
input[type=text], input[type=password], input.text, input.title, textarea, select {margin:0.5em 0;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {position:relative;top:.25em;}
form.inline {line-height:3;}
form.inline p {margin-bottom:0;}
.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* architecture----------- */

/* @group architecture */

body {
     background: #000 url(../img/backgrounds/tci-background.gif);
	 padding:0px;
	/* text-align: center; */
	 color: #fff;
	 font-family: "Lucida Grande", "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	 line-height: 1.6em;
	 font-size: small;
	 margin-top: 6px; 
}
	  
#wrap { 
    margin:0 auto;
    width:790px;
}

.homebk { /* for home page */
	background: #333 url(../img/backgrounds/homepagebackground.png) repeat-y;
}

.sidebarbk { /* for common pages, includes sidebar */
	background: #fff url(../img/backgrounds/walltexture2.gif) repeat-y;
}

#wrapparel { /* for  apparel detail page */ 
    margin:0 auto;
    width:790px;
}

#wrap960 { 
    margin:0 auto;
    width:960px;
	background-image: url(../img/backgrounds/walltexture2.gif);
	_background-image: url(../img/backgrounds/walltexture2_ie.gif);
	background-repeat: repeat-y;
}

#wrap_1 { /* contains background for 1-column text pages */
    margin:0 auto;
    width:790px;
	_width: 794px; /* width for IE */
	background-image: url(../img/backgrounds/walltexture1.gif);
	_background-image: url(../img/backgrounds/walltexture1_ie.gif);
	background-repeat: repeat-y;
}

#flexwrap { /* for popups (rare) */
    width:100%;
	background-image: url(../img/backgrounds/walltexture1.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#flexwrapentry {
	text-align: center;
	color: #333;
}

#content, #content1, #content2 {
    padding:0px;
	clear:both;
	position: relative;
}

#content2, #content_nofloat {
	background: #fff url(../img/backgrounds/walltexture1.gif) repeat 0px 0px;
}

#content_nofloat {
	min-height: 1000px;
}



.bigphoto, .bigphoto-home { /* banner */
	text-align: left;
	/* width: 100%; one day */
	width: 786px;
    padding:0px;
	border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
	background-color: #333; */
	clear:both;
	height: 160px;
	position: relative;
	overflow: hidden;
	/* z-index: 95; */
	/* border: 1px solid #fff; */
    }
    
.bigphoto-home { background: url(images/bigshirt3.jpg) no-repeat; overflow:hidden; }

.bigphoto2 { background: url(../img/bigshirts/bigshirt2.jpg) no-repeat; overflow:hidden; }

#main { /* for one-column pages - shirts only */
    float:left;
    width:100%;
	text-align:left;
	background-color:#333;	
	/* padding-top: 1em; */
	margin: -2px 0px 0px 0px; padding: 0px;
	color: #fff;
	font-weight:bold;
    }
    
#mainbooks { /* for one-column pages - shirts only */
    float:left;
    width:100%;
	text-align:left;
	background-color:#333;	
	/* padding-top: 1em; */
	margin: -2px 0px 0px 0px; padding: 0px;
	color: #000;
	font-weight:bold;
	background-image: url(../img/backgrounds/walltexture1.gif);
	_background-image: url(../img/backgrounds/walltexture1_ie.gif);
    }
    
#mainbooks h2, #mainbooks p { 
	text-align: left;
	color: #000;
	margin-left: 8px;
}   
  
  
    
#mainmedia { /* for two-column pages - books and media */
    float: left;
	width: 787px; 
	text-align: left;
	background-color: #333;
	padding-left: 3px; 
	margin: -2px 0px 0px 0px; padding: 0px;
	color: #fff;
	font-weight: bold;
	background-image: url(../img/backgrounds/mediatexture.gif);
	_background-image: url(../img/backgrounds/mediatexture.gif);
	color: #333;
}

#maintext_one .left {
	float: left;
	width: 355px;
/*	border: 1px solid #000; */
}

#maintext_one .right {
	float: right;
	width: 355px;
/*	border: 1px solid #000; */    
}

#maintext_iframe {
	width: 355px;
	height: 650px;
	border: 1px solid #000;
}

#maindesign { /* another one column page -- text -- */ 
	background-image: url(../img/backgrounds/walltexture1.gif);
	float:left;
    width:750px;
    _width:785px;
    overflow: hidden;
	text-align:left;
	padding: 18px;
	color: #333;
	font-weight: normal;
}

#maindesign table {color: #333; }

#maindesign .nextprev {
	font-size: .8em;
	text-align: right;
	border-bottom: none;
	line-height: 1em;
}

#maindesign .leftcol {
	float: left;
	width: 400px;
/*	border: 1px solid #c00; */
	font-size: .8em;
	font-weight: normal;
	color: #333;
}

#maindesign .rightcol {
	float: right;
	width: 315px;
	_width: 315px;
	padding: 0px;
	margin: 0px 0px 25px 0px;
	_margin: 0px 0px 25px 0px;
	text-align: right;
}

#mainedit { /* another one column page -- text -- */ 
	background-image: url(../img/backgrounds/walltexture1.gif);
	_background-image: url(../img/backgrounds/walltexture1_ie.gif);
	float:left;
    width:737px;
    overflow: hidden;
	text-align:left;
	padding: 2em;
	color: #333;
	font-size: 1em;
}

#mainedit .formlabel {
	font-size: 0.9em;
	line-height: 1.5em;
	color: #666;
	font-weight:bold;
}

#mainedit table {color: #666;}

#mainedit .formcaption {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666;
}

#leftedit {
	float: left;
	width: 350px;
/*	border: 1px solid #c00; */
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
    margin-bottom: 25px;
	text-align: left;
}

#rightedit {
	float: right;
	width: 350px;
/*	border: 1px solid #c00; */
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 25px;
	text-align: left;
}

#mainedit h5 {font-size: 1.5em; color: #006; font-size: 1.1em; margin: 0px; padding: 0px; text-align: left;}
#leftedit p.formcaption {font-size: 1em; color: #666;}

#maindesign .scorecomment, #maindesign .commment {
	text-align: right; 
}

#maindesign h5 {
	text-align: left;
	padding: 0px;
	margin: 0px;
}

#maindesign .rightcol h3 {
	font-size: 2em;
	line-height: 1.2em;
	text-align: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}    

#maindesign .rightcol p {
	font-size: 1em;
}

#maindesign .rank {
	height: 60px;
	width: 300px;
	text-align: right;
	margin-bottom: 10px;
	border: 1px solid #ddd;
}

#maindesign textarea {
	width: 313px;
	height: 150px;
}
	
#maindesign .preview {
	width: 313px;
	background-color: #ccffcc;
}	

#mainmedia .leftcol {
	float: left;
	width: 155px;
/*	border: 1px solid #c00; */
	font-size: .8em;
	font-weight: normal;
}

#mainmedia .rightcol {
	float: right;
	width: 620px;
/*	border: 1px solid #c00; */
	padding: 0px;
	margin-bottom: 25px;
	font-weight: normal;
}
    
#mainhome { /* for new home page */
    width:793px;
	margin: 0px;
	padding: 0px;
}

.homedivider p { 
	padding: 0px; margin: 0px;
}

.homedivider {
    color: #fff; font-weight: normal; margin: 3px 0px 3px 0px;
    height: 1em;
}


.homedivider .apparel { float: left; width: 472px; padding:0px 0px 0px 10px; margin: 0px; }
.homedivider .books { float: left; width: 160px; padding:0px; margin: 0px;}

.footerdivider { color: #fff; font-weight: normal; margin: 3px 0px 3px 0px; }
.footerdivider .weblog { float: left; width: 472px; padding:0px 0px 0px 10px; margin: 0px; }
.footerdivider .what_were_reading { float: left; width: 160px; padding:0px; margin: 0px;}


    
#main_apparel {
	width: 475px;
	_width: 480px;
	float: left;
	background: url(../img/backgrounds/tcilogo-spacefiller.png) 4px 15px;
}

#main_books {
	width: 154px;
	float: left;
	margin-left: 3px;
	_margin-left: 0px;
}

#main_books_wide {
	width: 318px;
	float: left;
}

#main_channel {
	width: 143px;
	_width: 136px;	
	float: left;
	font-size: .8em;
	line-height: 1.4em;
	font-weight: normal;
	color: #aaa;
	margin-left: 11px;
	_margin_left: 0px;
}
    
    	
#maindetail { /* one-column page - for merch detail page */   
    width:100%;
	text-align:left;
	background-color:#333;
	margin: 0px; padding: 0px;
	color: #333;
    }	
		
#maintext { /* text-based main - for two-column pages */
    float:left;
    width:600px;
	text-align:left;
	padding-top: 2em;
	padding-left: 2em;
	color: #333;
    }
	
#maintext_one { /* text-based main - but for one-column pages (membership etc.) */
    float:left;
    width:742px;
	text-align:left;
	padding: 2em;
	color: #333;
    }

/* @end */

/* @group header */

#header, #header960 {
    padding:0px;
    margin:0px;
	background:#fff url(../img/common/header_back.png) no-repeat;
	border-right: 2px solid #333;
	border-left: 2px solid #333;
	border-bottom: 4px solid #333;
	clear:both;
	height: 135px; /* was 98 */
	position: relative;
	z-index: 1;
    }    
       
#header960 {
	height: 123px;
}       

#header .left, #header960 .left { 
	position: absolute; 
	background:url(../img/common/tci-logo-simple4.gif) no-repeat;
	width: 200px;
	height: 75px; /* was 57 */
/*	border-left: 2px solid #333; */
	left: 10px;
	top: 10px;
	overflow: hidden;
	}

	
#header .left h1 span, 
#header960 .left h1 span {
	width: 200px;
	height: 75px; /* was 57 */
	display: none; margin: 0px; padding: 0px;
}

#header .right, #header960 .right { 
	background-color: #500;
	position: absolute; 
	width: 546px; 
	left: 230px;
/*	top: 74px;
	_top: 67px; */
    text-align: right;
	}
	
#header960 .right {
	left: 405px;
	top: 99px; 
}	
	 
#header .coinfo, #header960 .coinfo { 
	position: absolute;
	width: 490px; 
	left: 285px; 
	top: 10px; 
	text-align: right;
	color: #333;
	font-size:.9em; 
	_font-size: .8em;
	line-height: 1.3em;
	_line-height: 1.2em; 
	font-weight: normal; 
	margin: 0px;
	_margin-bottom: -8px; 
	padding: 0px;
/*	border: 1px solid #eee; */ 	
}	

#header960 .coinfo {
	left: 460px; 
}	
	
#header .cartinfo { 
	color: #333;
	position: absolute; 
	width: 490px; 
	left: 285px; 
	top: 45px; 
	text-align: right;
	padding-right: 14px;
	font-size:0.8em;
}


.bigalert {background: #c00;}
.bigalert2 {background: #cc0; line-height: 1.2em; padding: 5px; font-weight: normal; }

#headerbar { background:#444; color: #999; }
.headerbarright { position: relative; float: right; width: 270px; text-align: right; }
.headerbarleft { position: relative; float: left; width: 470px; text-align: left; margin: 2px 0px 0px 5px; }

.bigalert2 { background:#c00; color: #fff; }
.bigalert3 { background:#c00; color: #999; text-align: right; }

#headerbar, .bigalert, .bigalert2, .bigalert3,
#headerbar960, .bigalert_960, .bigalert2_960, .bigalert3_960 {
    padding:0px 0px 4px 0px;
    margin:0px 0px 6px 0px;
	clear:both;
	height: 1.75em;
	_height: 1em;
	color:#fff;
	position: relative;
	width:790px;
	margin: 0px auto;
	font-size:.8em;
	_font-size: .7em;
	text-align:center;
}

#headerbar960, .bigalert_960, .bigalert2_960, .bigalert3_960 { width: 960px;}

.bigalert  {background: #c00; color: #333; }
.bigalert2 {background: #ff0; color: #333; }
.bigalert3 {background: #ffc; color: #333; }

.rowunderline {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group subfooter */

#subfooter {
/*	padding:5px; */
	padding-top: 5px;
	background-color: #444;
    color: #777; 
    clear:both;
	font-size: .8em;
	_font-size: .7em;	
	line-height: 1.2em;
	min-height: 100px;
	text-align: left;
}

#subfooter .weblog {
	text-align: left;
}

#subfooter .what_were_reading {
	text-align: left;
}

/* @end */

/* @group footer */

#footer {
/*	padding:5px; */
	padding-top: 5px;
	background-color: #222;
    color: #777; 
    clear:both;
	height: 60px;
	_height: 65px;
	font-size: .8em;
	_font-size: .7em;	
	line-height: 1.2em;
	}
	
#footer .footerlogo { 
/*	background-color: #400; */
    float: left;
	width: 60px; 
	left: 5px; 
	height: 60px;
	_height: 65px;
	overflow:hidden;
	}

#footer .left { 
/*	background-color: #500; */
    float: left; 
	width: 128px; 
	height: 52px;
	_height: 55px;
	overflow:hidden;
	padding-top: 4px;
	padding-left: 10px;
	text-align: left;
	}
	
#footer .middle { 
/*	background-color: #655; */
    float: left;  
	width: 190px; 
	height: 52px;
	overflow:hidden;
/*	padding-top: 10px; */
	padding-left: 60px;
	text-align: left;
    }
    
#footer .cc { margin-top: 4px; }    	
	 
#footer .right { 
/*	background-color: #550; */
    float: right;
    width: 300px;
	height: 52px;
	_height: 55px;
    padding-top: 4px; /* was 4px; */
	padding-right: 10px;
	text-align: right;
	overflow: hidden;
	}
	
#footer .footerlogo, #footer .right, #footer .left, #footer .middle {
	border: 0px solid #fff;
}

.cc {margin-top: 3px; }

/* @end */

/* @group tables general CSS */

.tablehead {background-color: #aaa; font-weight: bold; color: #000; }

.tablesubhead {background-color: #bbb; font-weight: normal; color: #c00;}

.paddedtable {padding: 5px; }

.noborder { border: 0; }

.formcaption {font-size: .8em; line-height: 1.5em; color: #999;}



/* @end */

/* @group forms general CSS */

td {padding: 0px;}

.select {margin-top: 13px; margin-bottom: 5px; padding-bottom: 0px; }

.input, .file, .textarea {margin-top: 13px; margin-bottom: 5px;}

.formbox  {
	width: 400px;
	padding: 0.5em;
	border: 1px solid #ccc;
	margin: 0px 0px 0px 90px;
}

.successbox {width: 500px; margin: 0px 100px; background-color: #999; color: #ddd; border: 1px solid #333; padding: 5px; text-align: center; margin-bottom: 10px;}

#calc {margin-top: 20px; margin-bottom: 20px; margin-left: 43px; padding: 5px; width: 500px;}

legend {border: 1px solid #ccc; font-weight: bold; }
fieldset {width: 400px; }


#commentform {
	text-align: left;
}

#commentform_right { /* for design feedback and commenting */
	text-align: right;
}

/* @end */

/* @group quotebox CSS */

.quotebox {
	float: left;
	width: 150px;
	font-size: 0.9em;
	line-height: 1.2em;
	border: 1px solid #600;
	padding: 10px; 
	margin: 0 1em 1em 0;
	clear: both;
}

.quotebox p {
	margin: 0;
}

.quotebox ul {
	margin-left: 1em;
	padding-left: 1em;
}


.quotebox .insettitle {font-weight: bold; padding-bottom: 5px;}

.quotebox blockquote {
	line-height: 1.3;
	font-weight: bold;
	padding: 0.5em;
	border-top: 2px solid #600;
	margin: 0;
}

.quotebox .by {
	padding: 0.5em;
}

/* @end */

#graphic_inspiro {
	border: 1px solid #666;
	background: #fff;
	font-size: .8em;
	line-height: 1.2em;
	padding: 5px;
}

/* @group orderlist CSS */

#orderlist { width:550px; }
#orderlist div.selected .title { /* font-weight: bold; */ }
#orderlist div div {
	border-left:8px solid #eee;
	padding: 5px;
}
#orderlist div.title {
	border: 1px solid #7a7a7a;
	background-color: #9a9a9a;
	cursor: pointer;
}
#orderlist div.selected {
	border-bottom: none;
}

.orderlabel {font-weight:bold;}
.memberlabel {font-size: x-small; font-weight:bold;}
.orderfield {font-weight:bold; color: #c00;}
.fieldindent {padding-left: 10px; color: #333; font-weight: bold; }
.alert {color: #c00; font-weight:bold; }

.needs_shipping_costs {font-weight:bold;color:#f00;}
.shipped {font-weight:bold; color:#0c0;}
.good_to_go {font-weight:bold;color:#9f3;}
.processing, .processed {font-weight:bold;color:#cc0;}
.hold_for_pickup {font-weight:bold; color: #f3c;}
.cancelled {font-weight:bold; color: #666;}
.delivered {font-weight:bold; color: #99F;}

.needs_shipping_costs_box {background-color:#f00; margin-right: 5px; float: left; width:10px; height:10px; border: 1px solid #000; }
.shipped_box {background-color:#0c0; margin-right: 5px; float: left; width:10px; height:10px; border: 1px solid #000;}
.good_to_go_box {background-color:#9f3; margin-right: 5px; float: left; width:10px; height:10px; border: 1px solid #000;}
.processing_box, .processed_box {background-color:#cc0; margin-right: 5px; float: left; width:10px; height:10px; border: 1px solid #000; padding: 0px; }
.hold_for_pickup_box {background-color: #f3c; margin-right: 5px; float: left; width:10px; height:10px; border: 1px solid #000;}
.cancelled_box {background-color: #666; margin-right: 5px; float: left; width:10px; height:10px; border: 1px solid #000;}
.delivered_box {background-color: #99F; margin-right: 5px; float: left; width:10px; height:10px; border: 1px solid #000;}

#calendar_1, #calendar_2 {
    position:relative;
	display:none;
	width:170px;
	background-color: #fff;
	height:242px;
	z-index:1;
	overflow:hidden;
}

/* @end */
	
.spacer2 { position: relative; left: 220px; border: 0;}

/* @group product detail page CSS */

#cycle-1 div { width:100%; }
#cycle-2 .cycle-slide { border:3px solid #fff; }
#cycle-2 .cycle-slide-active { border:3px solid #ccc; }
#apparel-slides {
	padding: 0px;
	border: 1px;
	margin: 2px;
	width: 490px; 
	height: 453px; 
	overflow: hidden;
	_padding: 5px;
	_background: #fff;	
}

#apparel-slides .cycle-slideshow img { width: 100%; height: auto; display: block; }
#apparel-thumbs .cycle-slideshow img { width: 75px; height: 75px; display: block; }

#apparel_gallery {
    padding:0px;
	clear:both;
	position: relative;
	width: 787px;
	background: #333;
}

#apparel-thumbs {
	width: 492px; 
	height: 89px;
	margin-top: 0px; 
	padding: 2px !important; 
	background: #ccc;
	border-bottom: 2px #333 solid;
	border-top: 2px #333 solid;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#apparel-thumbs img { 
	float: left; 
	margin-right: 3px;
	width: 75px;
	height: 75px;
	padding: 2px;
	background: #fff;
	border: 1px solid #666;
}

#apparel-thumbs img:hover {
	background: #c00;
	border: 1px solid #c00;
}

#apparel-thumbs a.cycle-pager-active > img {
	background: #666;
}


/* old but use elements */ 

#apparel_slideshow {  
	padding: 0px;
	border: 1px;
	margin: 2px;
	width: 490px; 
	height: 453px; 
	overflow: hidden;
	_padding: 5px;
	_background: #fff;	
}

#apparel_slidenav { 
	width: 492px; 
	height: 89px;
	margin: 0px; 
	padding: 0px !important; 
	background: #ccc;
	border-bottom: 2px #333 solid;
	border-top: 2px #333 solid;
}

#apparel_slidenav li { 
	width: 75px; 
	float: left; 
	margin: 2px 12px 0px 2px; 
	list-style: none; 
}

#apparel_slidenav a { 
	width: 75px; 
	padding: 3px; 
	display: block; 
	border: 1px solid #999; 
}

#apparel_slidenav li.activeSlide a { 
	background: #cc0000; 
}

#apparel_slidenav a:focus { 
	outline: none; 
}

#apparel_slidenav img { 
	border: none; 
	display: block; 
}




#swap_thumbnails { /* position: absolute; top: 0; left: 0; */ border: 0px solid #ff0; height: 403px; width: 506px; }
#swap_bigimage { /* position: absolute; top: 0; left: 0; */ border: 0px solid #ffc; height: 403px; width: 506px; }

#threepane { /* 3pane layout for shirts */
	position: relative;
    width: 493px;
	height: 403px; 

}

.mainphoto {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	border: 1px;
	margin: 2px;
	text-align: center;
    width: 300px;
	height: 403px; 
	overflow: hidden;
	_padding: 5px;
	_background: #fff;
}

.detailphoto { /* old layout */
	padding: 0px;
	border: 1px;
	margin: 2px 0px 1px 1px;
	float: left;
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: hidden;
	_padding: 5px;
	_background: #fff;
}

.detailphoto img{
	margin:0px;
	border:1px solid #a9a9a9;
	padding: 5px;
	background:#fff;
}	

.detailphoto_1, .detailphoto_2 {
	margin: 0px;
	overflow: hidden;
	background: #fff;
	width: 175px;
	height: 185px;
	border: 5px #fff solid;
}

.detailphoto_1 {
	position: absolute;
	top: 2px;
	right: 1px;
}	

.detailphoto_2 {
	position: absolute;
	bottom: 6px;
	right: 1px;
}

.bigproof {
	padding: 0px;
	border: 1px;
	margin: 2px;
    float: left;
	text-align: center;
	overflow: hidden;
}

.bigproof img{
	margin:0px;
	border:1px solid #a9a9a9;
	padding: 5px;
	background:#fff;
}


.mainphoto img {
	margin: 0px;
	border: 1px solid #a9a9a9;
	padding: 5px;
	background: #fff;
}

.detailsection {
	position: absolute;
	text-align: center;
	left: 304px;
	top: 0px;
	width: 202px;  
/*	background-color: #99FF00; */
	margin: 0px; padding: 0px;  
}

.detailphoto {
	padding: 0px;
	border: 1px;
	margin: 2px 0px 1px 1px;
	float: left;
	text-align: center;
	width: 200px;
	height: 200px;
	overflow: hidden;
	_padding: 5px;
	_background: #fff;
}

.detailphoto img{
	margin:0px;
	border:1px solid #a9a9a9;
	padding: 5px;
	background:#fff;
}	

.descriptionsection {
	position: absolute;
	text-align: center;
	right: 24px;
	top: 0px;
	width: 260px;
/*	_width: 258px;  */
/*	background-color: #99FF00; */
	margin: 0px; padding: 0px;  
}

.buycontrols_section_tall { /* containing the store controls */
	position: absolute;
	text-align: center;
	right: 0px;
	top: 0px;
	width: 291px;
	height: 546px;
	margin: 0px; 
	padding: 0px; 
	background: url(../img/backgrounds/description.gif) repeat;
}
	
.buycontrols_tall { /* the box for the store controls */
	width: 95%;
	margin: 0px auto;
	font-size: .8em;
	line-height: 1.3em;
}

.apparel_purchase_controls { /* older version, takes up a row underneath pics */
	width: 800px;
	border: 1px solid #fff;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}

.description_bar {
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #333;
	color: #333;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

.description_bar_short {
	width: 472px;
	height: 119px;
	overflow:hidden;
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #333;
	color: #333;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
}

.description, .saledescription {
	float: left;
	text-align: left;
	font-size: .8em;
	line-height: 1.3em;
	width: 260px;
	_width: 270px;
/*	background-color: #99FF00; */
	margin: 2px; 
	padding: 5px 10px 10px 10px;
	_padding: 5px 10px 0px 10px;
	background-image: url(../img/backgrounds/description.gif);
	background-repeat: repeat;
	overflow: hidden;
}

.description {
	height: 388px;
}

.saledescription {
	height: 484px;
}

.description p, description_new p {
	font-size: 1.2em;
	_font-size: 1em; 
}

p.descriptfine, p.explanation {
	font-size: .8em;
	line-height: 1.3em; 
	font-weight:normal; 
	color: #666; }
	
.explanation {padding-bottom: 1em; }
.explanation2 {padding-bottom: 3em; }

.description h3, .buycontrols_section h3, .buycontrols_section_tall h3 {
	font-size: 2.5em;
	font-weight: bold; 
	text-align: right; 
	margin: 0px; 
	padding: 8px 4px 4px 4px;
	line-height: 1em;
	color: #333;
}

.priceboxtable {
	padding: 4px;
	width: 100%;
	height: auto;
	position: relative;
	font-size: 1.1em; 
	line-height: 1.3em; 
}

table.priceboxtable h3 {
	font-size: 2em;
	color: #fff;
}

td.buttoncontrols {
	font-size: .9em; 
	line-height: 5px; 
	padding: 0px;
}

.salephoto {
	padding: 0px;
	border: 1px;
	margin: 2px;
    float: left;
	text-align: center;
    width: 502px;
	height: 502px; 
	overflow: hidden;
}

.salephoto img{
	margin:0px;
/*	border:1px solid #a9a9a9; */
	padding:0px;
	background:#fff;
}

.order { border: 0px; padding: 0px;}
.memberInfoTable { width: 550px; padding: 15px 0px 25px 10px; }

.pricebox h3 {
	font-size: 2em; 
	font-weight: normal; 
	letter-spacing:-2px; 
	margin: 0px; 
	padding: 0px 5px 0px 0px;
	color: #fff;
}

pre { 
	clear: left; 
}



/* @end */

/* @group optionsbar */

/*----------------------------------------------------- =options------ */	

.optionsbar { /* presently the bar with twitter and the cart */
	font-size: .8em;
	clear: both;
	height: auto;
	min-height: 48px;
	/* width: 100%; one day */
	width: 786px;
	color: #333;
	text-align: left;
	border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-bottom: 4px solid #333;
	background-color: #ccc;
	position: relative;
/*	z-index: 1; */
	/* border: 1px solid #fff; */
    }
	
.optionsbar .common { }
.optionsbar .detail {border-top: 1px solid #333; }
.optionsbar .nopic {margin-top: 0px; padding-top: 0px; }	

.socialmedia { 
/*	background-color: #500; */ 
	float: left;
	line-height: 1.3em;
	width: 510px; /* make this % */
	height: 39px;
	min-height: 39px;
	text-align: left;
	padding:7px;
}

a.fb {
	clear: left;
	float: left;
	height: 36px;
	width: 36px;
	background: url(../img/socialmedia/facebook.png) no-repeat;
}

a.twitter {
	float: left;
	height: 36px; 
	width: 48px;
	background: url(../img/socialmedia/twitter_bird.png) no-repeat;
}

.speech_pointer {
	float: left;
	background: #eee;
	height: 36px;
	width: 12px;
	background: url(../img/socialmedia/speech_bubble_pointer.png) no-repeat;
}

.speech_bubble {
	float: left;
	width: 400px; /* make this vary by %; */
	background: #eee;
	padding: 4px; /* internal padding */
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;	
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;		
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;		
}

.cartinfo { 
/*	background-color: #550; */
	float: right;
	min-height: 39px;
	line-height: 1.3em;
	width: 240px;
	text-align: right;
	padding: 6px 6px 0px 6px;
/*	border: 1px solid #bbb; */
	}
	
.cartinfo p {
	float: right;
}

.cartinfo form {
	float: right;
	width: 38px;
	height: 38px;
}

.cartbutton {
	width: 38px;
	height: 38px;	
}

			

/* -------------------------------=new shopping controls -----------*/

/* @end */

/* @group photo gallery and shipping bar (cranberry) */

#photoshipbar { /* soon to be deprecated */
    border-left: 2px solid #333;
    border-right: 2px solid #333;
	border-top: 1px solid #333;
    border-bottom: 2px solid #333; /*was 5px */
	background-color: #550000;
	_background-color: #770000;
	clear: both;
	height: 35px;
	position: relative;
	z-index: 1;
	font-size: 1.1em;
	_font-size: 1em;
	line-height: 1.1em;
	color: #c00;
	/* border: 1px solid #fff; */
    }
    
#purchasebar {
    border-left: 2px solid #333;
    border-right: 2px solid #333;
	border-top: 1px solid #333;
    border-bottom: 2px solid #333; /*was 5px */
	background-color: #fff;
	clear: both;
	position: relative;
	z-index: 1;
	/* border: 1px solid #fff; */
    }
    
#sizechoices {
	padding: 5px;
	width: 600px;
	margin-left: 140px;
}

#sizechoices h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	text-transform: capitalize;
}

.fineprintpurchase {
	float: left;
	width: 120px;
	color: #000;
	text-align: left;
	font-size: .7em;
	line-height: 1em;
	padding: 6px;
}

.teebox {
	position: relative;
	width: 635px;
	border: 1px solid #ddd;
	height: 70px;
}

.teedetails {
	position: absolute;
	width: 250px;
	height: 75px;
	text-align: left;
	margin-left: 10px;
}

.teedetails p {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1.1px;	text-transform: uppercase;
	text-align: left;
	margin: 0px;
}

.sizevariants { /* block of size buttons */
	position: absolute;
	top: 10px; right: 10px;
}

.sizevariant {
	float: left;
	margin-right: 10px;
}

.sizevariant a {
	display: block;
	text-align: center;
	width: 3em;
	padding: .25em;
	background-color: white;
	font-size: 20px;
}

.sizevariant p.lazycount {
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
}

/* backgrounds for size boxes - used by stock area and in shirt select */
#stocklist {margin: 0px auto important!; width: 500px;}
.tb_asphalt { background-color: #8696A6; color: #fff;}
.tb_black { background-color: #222; color: #fff;}
.tb_red { background-color: #c00; color: #fff;}
.tb_cran { background-color: #800; color: #fff;} /* cranberry */
.tb_army { background-color: #353432; color: #fff;}
.tb_olive { background-color: #517218; color: #fff;}
.tb_white { background-color: #eee; color: #000;}
.tb_brown { background-color: #4a2f28; color: #fff;}
.tb_baby { background-color: #a5c1cf; color: #fff;}
.tb_agrey { background-color: #dbdbdb; color: #000;} /* ash grey */
.tb_rblue { background-color: #0033ab; color: #fff;} /* royal blue */
.tb_bblue { background-color: #92bfeb; color: #000;} /* baby blue */

#photoshipbar .shipform { 
/*	background-color: #550; */
	position: absolute; 
	width: 580px;
	top: 0px;
	_top: 0px;
	right: 5px;
/*	height: 25px; */
	overflow: hidden;
	/* border: 1px solid #fff; */
	}
	
.photoshipbar {
	font-size: .8em;
	_font-size: .6em;
	line-height: 1.1em;
	color: #c00;
	text-align: right;
}

/* @end */

/* @group headlines */

#main h2, #maintext h2, #maintext_one h2 {
    font-size: 1.5em;
	margin:0;
}

h2.mediatitle { 
	font-size: 1.5em; 
	font-weight: bold;  
	padding-bottom: 10px;
	margin-top: 0px;
	padding-left: 8px;
}

h3.mediasubtitle { 
	font-size: 1.5em; 
	font-weight: bold; 
	padding-bottom: 10px;
} /* perhaps not in use */

h5.mediatitle {
	width: 498px; 
	font-size: 1.5em; 
	font-weight: bold; 
	background-color:#eee; 
	padding-bottom: 10px;
}

#main h3, #maintext h3, #maintext_one h3 {
    font-size: 1.25em;
	padding:0 10px;
	margin:0;
}

#main h4, #maintext h4, #maintext_one h4 {
    font-size: 1em;
	color: #339;
	padding:10px 10px 0px 10px;
	margin:0;
}

#main h5, #maintext h5, #maintext_one h5 {
    font-size: 1.25em;
	color: #339;
	padding:10px 10px 0px 10px;
	margin:0;
}

#maindesign h5 {
    font-size: 1.25em;
	color: #339;
	padding:10px 10px 0px 0px;
	margin:0;
}

#maindesign h5.right {
    font-size: 1.25em;
	color: #339;
	padding:10px 10px 0px 0px;
	margin:0;
}

h6 { /* used for dates & pageup */
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding:0 20px 0 10px;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-align: right;
    margin-bottom: 15px;
	margin-top: 7px;
}

.comment h6	{text-align: right; padding: 0px 0px 0px 0px;}



/* @end */

/* @group paragraph styles */

.explanation p {font-size: .7em; line-height: 1.5em;}

.mediadescription p {font-size: 1em; line-height: 1.5em; }

#main p, #maintext p, #maintext_one p, #mainmedia p {
    padding:0px 10px 0px 10px;
    }
    
#mainmedia h3, #mainmedia h4, #mainmedia h5, #mainmedia table {
    padding:0px 10px 0px 10px;
}

#mainmedia h3 {font-size: 1.3em; font-weight: bold; margin-top: 10px;
}
#mainmedia h4 {font-size: 1.6em; font-weight: bold; margin-top: 0px;}
#mainmedia h5 {font-size: 1.2em; font-weight: bold;}


.mediapreview {
       margin: 0; padding: 6px 0px 0px 6px; 
	   }

.subsubheader {color: #339; font-weight: bold;}

#chapters { 
	background:#fff; 
	width:375px;
	border-collapse:collapse;
	text-align:left;
	margin: 20px 0px 20px 10px;
}

#tracks { 
	background:#fff; 
	width:600px;
	border-collapse:collapse;
	text-align:left;
	margin: 20px 0px 20px 10px;
}
	
#tracks th, #chapters th {
	font-size:14px;
	font-weight:normal;
	color:#300;
	border-bottom:2px solid #555;
	padding:10px 8px;
}

#tracks td, #chapters td {
	border-bottom:1px solid #555;
	color:#300;
	padding:6px 8px;
}

#tracks tbody tr:hover td,
#chapters tbody tr:hover td {color:#900;}


/* @end */

/* specific sections ------------ */

/* @group section headers */

/*---- these are for the sections of product -- */

#sectionheader, #sectionheader_overview, #sectionheader_new {
	border-left: 2px solid #333;
    border-right: 2px solid #333;
	border-bottom: 2px solid #333;
    /* border-top: 2px solid #333; */
	padding: 4px;
	background-color:#ccc;
	clear: both;
	position: relative;
	height: 1.5em;
	text-align: left;
    }
    
#sectionheader_overview { border-bottom: 4px solid #333; } 

#sectionheader_new {
	height:50px;
	text-align: right;
}    
    
#sectionheader .left, #sectionheader_overview .left, .optionsbar .left {
    float: left;
	color: #333;
	text-align: left;
    font-size: 1.5em;
    _font-size: 1em;
	font-weight: bold;
	height: 1.2em;
	}
	    
.optionsbar .left {
	padding-top: 12px;
	padding-left: 6px;
}	    
	    
#sectionheader .right, #sectionheader_overview .right { 
	position: absolute;
	left: 550px;
    width: 200px;
	padding-top: 0; /* was 4px; */
	padding-right: 10px;
	text-align: right;
	overflow: hidden;
	font-size: small; 
	}
	
#cartinfonew { 
	color: #333;
	font-size:1em;
	line-height: 1.2em;
	height: 50px;
	margin-right: 10px;
}

.cartaccount {
	text-align: right;
	height: 50px;
	padding-right: 10px;
} 

.cartitemcount {
	color: #666;
	font-size: 48px;
	font-family: Arial;
	font-weight: bold;
	text-align: left;
	height: 50px;
}

.carticon {
	width: 40px;
	height: 50px;
	background-image: url(../img/common/bigcart45.png);
	background-repeat: no-repeat;
}

.cartdetails {
	text-align: left;
	line-height: .5em;
}

.breadcrumbs {
	position: absolute;
	left: 10px;
	top: 3px;
	color: #333;
	text-align: left;
    font-size: 13px;
	font-weight: bold;
	height: 1.2em;
	font-family: "Trebuchet MS", Arial, sans-serif;
	clear: both;
}

#sectionheader_new h2 {
	position: absolute;
	left: 8px;
	top: 5px;
	color: #000;
	text-transform: uppercase;
	font-size: 24px;
}

/* @end */

/* @group product page thumbs */

.albfiller img {
	margin: 0px;
/*	border: 1px solid #333; */
	padding: 6px;
	background: #333;
}

.catthumbs{
padding:0px;
border:1px;
width:140px;
w\idth: 120px;
margin:15px 15px 0px 15px;
float:left;
text-align:center;
}

.catthumbs img{
margin:0px;
border:1px solid #a9a9a9;
padding:6px;
background:#fff;
} */


/*----------------------------------------------------- =weblog/comments ------ */

#gallery .categories {
 padding:           5px 10px 5px 12px;
 background-color:  #E9E9F2;  
}

#gallery .breadcrumbtable {
 margin: 0px 9px 0px 9px;
 width: 775px;
}

#gallery .tableBorder {
 border: 1px solid #73737E;
}

#gallery th {
 font-family:       "Lucida Sans", Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         12px;
 color:             #fff;
 font-weight:		bold;
 text-align:			left;
 padding:           5px 4px 5px 12px;
 background-color:  #7378A7;  
}

#gallery td {
 font-family:       "Lucida Sans", Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 color:             #000;
}

#gallery .title {
 margin:            3px 0 0 0;
 font-family:       "Lucida Sans", Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:         11px;
 text-align: 		center;
 color:             #000;
}

/* @end */


/* @group mailing list CSS */

#mailinglist_form {padding: 0px; margin: 5px 0px 0px 0px; }

#button_ml {
	font-size: 1em; font-weight: bold;
	border: 1px solid #c00;
	height: 22px;
	padding: 2px 0px 6px 0px;
	_padding: 0px 0px 6px 0px;
	width: 4em;
	height: 2em;
	_height: 1.7em;
}

#field_ml {
	width: 100px;
	font-size: 1em; font-weight: normal;
	margin-right: 4px;
	color: #999;
}



/* @end */

/* @group item stock CSS */

.black {background-color: #000; color: #fff; }
.white {background-color: #fff; color: #000; }
.creme {background-color: #fff2d5; color: #000; }
.red {background-color: #d70024; color: #fff; }
.cranberry {background-color: #9a0032; color: #fff; }
.asphalt {background-color: #353148; color: #fff; }
.army {background-color: #746547; color: #fff; }
.olive {background-color: #637656; color: #fff; }
.brown {background-color: #763819; color: #fff; }
.navy {background-color: #0A1849; color: #fff; }
.baby_blue {background-color: #93bfec; color: #000; }
.lemon {background-color: #E2D50C; color: #333 !important;}

.female {background-color: #770066; color: #fff;}
.male {background-color: #110066; color: #fff;}

.light {background-color: none; color: #666; }
.lighter {background-color: none; color: #ccc; }

/*----------------------------------------------------- =graphs ------ */

#graphs {margin: 0px auto; }

				.graph { 
					position: relative; /* for IE */
					width: 200px; 
					padding: 2px; 
					margin-bottom: .5em;					
				}
				.graph .bar { 
					display: block;	
					position: relative;
					background: #B1D632; 
					text-align: center; 
					color: #333; 
					height: 2em; 
					line-height: 2em;									
				}
				.graph .bar span { position: absolute; left: 1em; } /* This extra markup is necessary because IE doesn't want to follow the rules for overflow: visible */
				
				.graph .black {border: 1px solid #666;}
				.graph .bar .black {background: #666;}
				.graph .white {border: 1px solid #fff;}
				.graph .bar	.white {background: #fff;}
				.graph .creme {border: 1px solid #fff2d5;}
				.graph .bar	.creme {background: #fff2d5;}
				.graph .red {border: 1px solid #d70024;}
				.graph .bar	.red {background: #d70024;}
				.graph .asphalt {border: 1px solid #353148;}
				.graph .bar	.asphalt {background: #353148;}
				.graph .cranberry {border: 1px solid #9a0032;}
				.graph .bar	.cranberry {background: #9a0032;}
				.graph .army {border: 1px solid #746547;}
				.graph .bar	.army {background: #746547;}
				.graph .olive {border: 1px solid #637656;}
				.graph .bar	.olive {background: #637656;}
				.graph .brown {border: 1px solid #763819;}
				.graph .bar	.brown {background: #763819;}
				.graph .navy {border: 1px solid #0A1849;}
				.graph .bar	.navy {background: #0A1849;}
				.graph .baby_blue {border: 1px solid #93bfec;}
				.graph .bar	.baby_blue {background: #93bfec;}



/* @end */

/* @group navigation, main (jquery) */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

#header .right, #header960 .right { 
	/* background-color: #500; */
	position: absolute; 
	/* width: 546px; */ 
	right: 0px;
	bottom: 0px;
    text-align: right;
	}
	
#header960 .right {
	left: 405px;
	top: 99px; 
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
/*	margin-bottom:	1em; */
}


.sf-menu a {
	border-left:	1px solid #300;
	padding: 		.7em .7em;
	text-decoration:none;
	font-family: "Lucida Grande","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
}
.sf-menu li a, .sf-menu li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#f00;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: left;
}
.sf-menu li li a, .sf-menu li li a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	font-weight: normal;
	letter-spacing: 0px;
	border-top:	1px solid #555;
	border-left: 1px solid #555;
	text-align: left;
}
.sf-menu li {
	background:		#600;
	color:			#f00;
	text-transform: uppercase;
}

.sf-menu li a.current {
	background:		#333;
	color:			#fff;
	text-transform: uppercase;
}

.sf-menu li li {
	background:		#666;
	color:			#fff;
	text-transform: lowercase !important;
}
.sf-menu li li li {
	background:		#666;
	color:			#fff;
	text-transform: lowercase !important;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#ccc;
	outline:		0;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('superfish/images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* @end */

/* @group books section */

.mediaitems {
	margin-top: 20px;
}

#mainmedia .leftcol {

}
				
#mainmedia h2 {
	color:#000; 
	padding-left: 9px;
	padding-top: 10px;
	}				
	
#mainedit h6 {
	color:#000; 
	text-align: left;
	padding:0px;
	}

#mediatitlebar {
	font-size: .8em;
	_font-size: .7em;
	color: #eee;
	text-align: left;
	border-left: 2px solid #333;
    border-right: 2px solid #333;
    border-bottom: 6px solid #333;
    border-top: 4px solid #333;
	background-color: #555;
	clear:both;
	height: 50px;
	_height: 59px;
	position: relative;
/*	z-index: 1; */
	/* border: 1px solid #fff; */
    }
	
#mediatitlebar h2 {
	margin: 0px; padding: 0px;
	font-size: 2em;
}

.inside {padding: 12px 4px 4px 8px; }

.leftinside {
	width: 330px; 
	float: left; 
	padding: 14px 4px 4px 8px; 
/*	border: 1px solid #cec; */
}

#mediatitlebar .cartinfo { 
/*	border: 1px solid #fff; */
	float: right;
	line-height: 1.3em;
	width: 200px;
	top: 12px;
	right: 10px;
	height: 28px;
	text-align: right;
	overflow: hidden;
	padding: 12px 8px 4px 4px;
}		

.media_titleblock {
	width: 100%;
	text-align: center;
}

#musichome_titleblock {
	width: 100%;
	height: 100px;
	text-align: center;
	margin-bottom: 10px;
    margin-top: 10px;
}

#musichome_titleblock .left {
	float: left;
	height: 59px;
	width: 200px; 
}

#musichome_titleblock .right { /* for the media player */
	float: right;
	height: 59px;
	width: 475px;
	overflow: hidden;
}

.book {border: 1px solid #000; margin-top: 0px; }

.bookthumbs {
	padding:6px;
	border:1px solid #eee;
	margin:2px;
	float:left;
	width: 290px;
	height: 240px; 
	overflow: hidden;
	text-align:left;
	background-color: #fff;
}

.bookinfo { /* fallen out of use */
	font-weight: normal; 
	font-size: .9em; 
	line-height: 1.2em; 
	text-align: left; 
	padding: 0px 6px 0px 0px; 
	color: #000;
}

.book_product_box { /* new book box on landing/publisher/tag pages */
	float: left;
	width: 280px;
	height: 355px;
	overflow: hidden;
	padding: 10px;
/*	border: 1px solid #333; */
}

.book_product_box h3 { /* new book box title on landing/publisher/tag pages */
	padding: 0px !important;
	margin: 0px 0px .5em 0px !important;
	font-size: 1.25em !important;
	color: #CBC750;
/*	height: 5em; */
/*	overflow: hidden; */
}	

.book_product_box h4 { /* new book box subtitle on landing/publisher/tag pages */
	padding: 0px !important;
	margin: 0px 0px .5em 0px !important;
	font-size: 1em !important;
	color: #666;
	line-height: 1.15em;
}	

.book_product_box img {  /* new book image on landing/publisher/tag pages */
	float: left;
	border-top: 1px solid #eee;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 2px solid #ccc;
/*	margin-right: 20px; */
}

.book_product_info {  /* new book box - info half */
	width: 140px;
	margin-left: 140px;
	font-size: 1em !important;
	line-height: 1.2em !important;
}

.book_product_info p {  /* new book box - info half, paragraph attributes */
	padding:0px !important;
}

.bookprice { /* for new book box */
	font-size: 1.5em;
	font-weight: bold;
}


p.bookprice { /* for page detail */
	font-size: 2em !important;
	font-weight: bold;
}

.book_product_box .cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;
}

/* .book_product_box button {
	clear: both;
	text-align: center;
	display: block;
	width: 100px;
	padding: 4px 0 5px 0;
	margin-bottom: 10px;
	/* background: url(http://thoughtcrimeink.com/css/images/templatemo_btn_02.jpg) no-repeat; 
	color: white;
	font-weight: bold;
	text-decoration: none;
} */

.bookthumbs form, 
.mediathumbs_large form {margin: 10px 0px 10px 0px; padding: 0px;}

.bookthumbs img, .mediathumbs_large img {
	margin:0px 6px 0px 0px;
	border:1px solid #a9a9a9;
	padding:0px;
	background:#fff;
}

.bookprice {
	padding-top: 5px;
   _padding: 0px; _margin: 0px; }

.bookauthorinfo {padding-bottom: 5px; }

.bookdetails {font-size: 1em; }

.bookthumbs a:link {color: #c00 !important; text-decoration:none; }
.bookthumbs a:visited {color: #c00 !important; text-decoration:none; }
.bookthumbs a:hover {color: #000 !important; text-decoration:underline; }
.bookthumbs a:active {color: #000 !important; text-decoration:underline; }

.bookthumbs .b_xsmall, .mediathumbs_large .b_xsmall { 
	font-size: 1em;
	_font-size: .8em;
	border: 1px solid #a9a9a9;
	height: 1.6em;
	background-color: #eee;
	margin: 0px; padding: 0px; 
	width: 75px;
}

.mediathumbs_large {
	padding:6px;
	border:1px solid #eee;
	margin:2px;
	float:left;
	width: 580px;
	height: 340px; 
	overflow: hidden;
	text-align:left;
	background-color: #fff;
}

.mediathumbs_large_info {
	margin-left: 10px;
	font-weight: normal; font-size: .9em; 
	line-height: 1.2em; text-align: left; 
	padding: 0px 6px 0px 0px; 
	color: #000;
}


#mainmedia .artistinfo h4 {font-size: 1.2em; line-height: 1em; padding: 0px 0px .7em 0px; margin: 0px; }


.mediaimage { 
	float: left; 
	width: 125px; 
	height: 220px;
/*	border: 1px solid #eee; */
}
	
.mediaimage_large { 
	float: left; 
	width: 250px; 
	height: 220px;
/*	border: 1px solid #eee;  */
}


/* @end */

/* @group weblog CSS */

.weblogimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	border: 1px solid #ccc;	
}


/* @end */

/* @group members CSS */

#contentheader {
	width: 740px; 
	font-size: 1em; 
	height: 100px; 
/*	border-bottom: 1px dotted #ccc; */
	margin-bottom: 20px;
}

#contentheader .left {float: left; height: 100px; width: 450px;}

#contentheader .right {float: right; height: 100px; width: 290px; text-align: right;}

h2 .messagealert { font-size: .7em; }

.contactlabel {font-size: .8em; padding: 5px; color: #93bfec; border: 1px solid #639fac; }

.bigname {color: maroon; font-size: 2em; font-weight: bold; }

.username { color: #00c; font-size: larger; }

.leftimage {
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	margin-right: 10px;
}


/* @end */

/* @group sidebar for pages with sidebar */

#sidebar {
    float:right;
    width:160px;
	_width:162px;
	text-align: left;
	margin: 0px; padding: 0px;
	/* border: 1px solid #c00; */
	}

#sidebar2 {
    float:right;
    width:148px;
	text-align: left;
    padding-top: 1em;
	}
	
#sidebar_nofloat {
	margin: 0px 0px 0px 640px;
	width: 148px;
	background: #eee;
}
		
#sidebar h3, #sidebar p,
#sidebar_nofloat h3, #sidebar_nofloat p {
    padding:0 10px 0 0;
    }
	
#sidebar h4, #sidebar_nofloat h4 {
    padding:0 0 0 14px;
	margin: 15px 0 0 0;
	font-size: 1em;
	color: #333;
	line-height: 1.2em;
}

#sidebar ul, #sidebar_nofloat ul {
    padding: 0 5px 0 25px;
	color: #333;
	margin: 5px 0 0 0;
}

#sidebar li, #sidebar_nofloat li {
    padding:0 0px 0 0;
	font-size: x-small;
	color: #333;
	line-height: 1.5em;
}

/* @end */

/* @group memberInfoTable / PriceBoxTable (still in use??) */

.memberInfoTable td p {
	font-size: x-small; 
	font-weight: normal; 
	margin:0px 0px 1em 0px; 
	padding:0px;
}

.memberInfoTable .i_xsmall { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.5em;
				background-color: #eee;
				margin: 0px; padding: 0px; }

.memberInfoTable .s_xsmall { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.5em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 80px; }
				
.memberInfoTable .s_longer { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.5em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 110px; }				
				
.memberInfoTable .b_xsmall { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.6em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 75px; }
	
.memberInfoTable .b_shipping { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.6em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 110px; }					
				
.memberInfoTable .b_longer { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.6em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 160px; }				

.memberInfoTable textarea { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				background-color: #eee;
				margin: 0px; padding: 0px;			 
}

.priceboxtable .i_xsmall { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.5em;
				background-color: #eee;
				margin: 0px; padding: 0px; }

.priceboxtable .s_xsmall { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.5em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 80px;
				_width: 60px; }
				
.priceboxtable .s_longer { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.5em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 110px; }				
				
.priceboxtable .b_xsmall { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.6em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 75px; }
	
.priceboxtable .b_shipping { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.6em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 110px; }					
				
.priceboxtable .b_longer { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				height: 1.6em;
				background-color: #eee;
				margin: 0px; padding: 0px; 
				width: 160px; }				

.priceboxtable textarea { 
				font-size: 1em;
				_font-size: .8em;
				border: 1px solid #a9a9a9;
				background-color: #eee;
				margin: 0px; padding: 0px;			 
}

/* @end */

/* @group alerts */

.commentpreview { width: 500px; padding: 6px; font-size: 80%; background-color:#ffc; border: 1px solid #666; font-weight: normal; }

.designcommentpreview { 
	width: 300px; 
	padding: 8px; 
	font-size: .8em; 
	background-color:#ffc; 
	border: 1px solid #666; 
	font-weight: normal;
	line-height: 1.2em;
	text-align: left;
}

.alertbox { width: 500px; padding: 1px; font-size: 80%; background-color:#ffc; border: 1px solid #666; }
.alertboxwide { width: 725px; padding: 5px; font-size: 90%; background-color:#ffc; border: 1px solid #666; }

/* @end */

/* @group tooltips */

.tipheader, .tipbody {
            background:#eee;
            font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
            font-size: x-small;
			line-height: 1.2em;
            border-left:3px solid #ccc;
            border-right:3px solid #ccc;
            padding:5px;
            width:100px;
			color: #333;
			text-align: left;
			}
			
.tipheader {font-weight:bold; border-top:3px solid #ccc; }
.tipbody {font-weight: normal; border-bottom:3px solid #ccc; }

/* @end */

/* @group about popup */

.aboutheader, .aboutbody {
            background:#00c;
            font-family:"Lucida Grande", "Trebuchet MS", Verdana, Arial, sans-serif;
            font-size: x-small;
			line-height: 1.2em;
            padding:5px;
            width:400px;
			height:400px;
			color: #333;
			text-align: left;
			}
	
.aboutheader {font-weight:bold; }
.aboutbody {font-weight: normal; }



/* @end */

/* @group merch galleries */

.albthumbs, .buttonthumbs, .albfiller { /* attached to the UL */
	padding: 0px;
	margin: 2px;
	float: left;
	text-align: center;
	_padding: 6px 6px 2px 6px;
	_background: #fff;
	overflow: hidden;
}

a.shirtthumb {
	padding: 0px;
	width: 140px;
	height: 140px;
	display: block;
	border: 6px solid #fff;
	margin: 1px;
}

a.shirtthumb img {
	border: 0px;
	background: transparent;
	padding:0px !important;
}

.albthumb_magnify {
	padding: 0px;
	margin: 2px;
	float: left;
	text-align: center;
	_padding: 6px 6px 2px 6px;
	_background: #fff;
	overflow: hidden;
}


a.bookthumb {
	padding: 0px;
	width: 140px;
	height: 140px;
	display: block;
/*	border: 6px solid #fff;
	margin: 1px; */
}

a.bookthumb img {
	border: 0px;
	background: transparent;
	padding:0px !important;
}


.designpad { /*outer image frame */
	float: left;
	width: 124px;
	height: 124px;
	background: #fff;
	margin: 2px;
	border: 1px solid #ccc;
	position: relative;
}

.designthumbs {
	padding-left:3px;
	padding-top:3px;
	width: 118px;
	height: 118px;
	overflow: hidden;
}

.albthumbs img {
	background: #fff;
	padding: 6px;
	border: 1px solid #a9a9a9;
}

.albthumbs_magnify img {
	background: #fff;
	padding: 6px;
	border: 1px solid #a9a9a9;
}



.designthumbs a {
	background: #fff;
	border: none;
	margin: 0px;
	padding: 0px;
}

.designthumbs img {
	border: none;
}


.buttonthumbs img {
	margin: 0px;
	border: 1px solid #333;
	padding: 6px;
	background: #333;
}

.bookthumbs_home {
	padding:0px;
	border:1px;
	margin:2px;
	float:left;
	text-align:center;
}

.bookthumbs_home img {
	margin:0px;
	border:1px solid #a9a9a9;
	padding:0px;
	background:#fff;
}

/* @end */



.smalltext {
	font-size: .8em; 
	line-height: 1em;
	margin-top: 5px;
	padding:0px 0px 0px 0px; clear:both;
}

.designimage {padding: 2px; border: 2px solid #ddd; margin-bottom: 4px; }
h3.designtitle {font-size: 1em; font-weight: normal;}
.huge {font-size: 2em; font-weight: bold; }

.designercomment {font-size: .8em; font-family: Georgia, "Times New Roman", Times, serif; }
.designsmalltext {font-size: .8em; padding:5px 0px 5px 0px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; clear:both;}
.yourated {font-size: 1em; padding:0px 0px 5px 0px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; clear:both;}
.spectatorcomment {font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif; }
.submitdate {font-size: .8em; color: #999; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; font-style: italic;}
#authorcomment {font-size: 1em; font-family: Georgia, "Times New Roman", Times, serif;}
#designplacementbox {width: 391px; font-size: 1.2em; font-family: Georgia, "Times New Roman", Times, serif;}


.home_weblog_column {
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-weight: bold;
	font-size:1.2em;
	text-align: center;
	text-transform: uppercase;
}


/* navigation---------- */

/* @group subnavigation - tabs */

.basictab {
width: 750px;
padding: 27px 0px 3px 0px;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /* set to left, center, or right to align the menu as desired */
}

.basictab li {
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid gray;
border-bottom: 1px solid gray;
background-color: #f6ffd5;
color: #2d2b2b;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover{
background-color: #DBFF6C;
color: black;
}

.basictab li a:active{
color: black;
}

.basictab li a.current { /*selected tab effect*/
position: relative;
top: 1px;
padding-top: 4px;
background-color: #fff;
color: black;
border-bottom: 0px;
}

#yourprofilearrow {
	background-image: url(../img/common/yourprofilearrow.gif);
	background-color: #fff;
	width: 250px;
	height: 51px;
	float: right;
	clear: left;
	margin-bottom: 10px;
	color: #fff;
}

/* @end */

/* @group shopping cart */

h3.cartheader {
	padding: 8px;
	background: #ddd;
	color: #333;	
	}

.cart {
	border: 1px dotted #666;
	padding: 0px;
	margin: 0px;
	background: #444;
}

.cart td {
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
}

.cart th {
	border-right: 1px dotted #666;
	border-bottom: 1px dotted #666;
	background-color: #555;
}

.cart td.controls, .cart th.controls {
	border-right: 0px;
}

.cart th.totals {
	border-bottom: 0px;
}

.cartdim { color: #888; }

.sizevariants button, .cart button, .cart a.checkout {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:20px;
    line-height:20px;
    text-decoration:none;
    font-weight:bold;
    color:#c00;
    cursor:pointer;
/*    padding:5px 10px 6px 7px; */ /* Links */
}
.sizevariants button{
    width:70px;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.cart button, .cart a.checkout {
	font-size: 12px; line-height: 14px;
	color: #666;
}

.sizevariants button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}


#cartview {
	background-color: #333;
	color: #fff;
	padding: 12px;
	text-align: left;
	font-weight: normal;
}

#cartview a:link, #cartview a:visited {
	color: #fff;
	font-weight: normal;
}

#cartview a:hover, #cartview a:active {
	color: #c00;
	font-weight: normal;
}

#cartview td, #cartview th {
	padding: 10px;
	font-weight: normal;
}

.cartrow_normal, .cartrow_alt {
}

.cartrow_normal {
	background-color: #eee;
	border-top: 1px dotted #ccc;
}

.cartrow_alt {
	background-color: #ddd;
	border-top: 1px dotted #bbb;
}

/* @end */


/* new orders table */

.required {color:#c00 !important;}

h3.ordersheader {
	padding: 8px;
	background: #ddd;
	color: #333;	
	}

.orders {
	width: 100%;
	border: 1px dotted #eee;
	padding: 0px;
	margin: 0px;
	background: #ddd;
	color: #333;
	font-size: 12px;
}

.orders td {
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	padding: 2px;
}

.orders th {
	border-right: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
	background-color: #ccc;
	padding: 2px;
}

.orders td.controls, .cart th.controls {
	border-right: 0px;
}

.orders th.totals {
	border-bottom: 0px;
}

.ordersdim { color: #888; }



/* @group links styling */

a:link {color: #c00; font-weight: bold; text-decoration:none; }
a:visited {color: #b00; font-weight: bold; text-decoration:none; }
a:hover {color: #c00; font-weight: bold; text-decoration:none; }
a:active {color: #ddd; font-weight: bold; text-decoration:underline; }	

#photoshipbar .extraphotos a:link, #photoshipbar .shipform a:link {color: #c00; font-weight: bold; text-decoration:none; }
#photoshipbar .extraphotos a:hover,  #photoshipbar .shipform a:hover {color: #fff; text-decoration:underline; }
#photoshipbar .extraphotos a:visited, #photoshipbar .shipform a:visited {color: #c00; font-weight: bold; text-decoration:none; }
#photoshipbar .extraphotos a:active, #photoshipbar .shipform a:active {color: #fff; text-decoration:underline; }

#header .coinfo a:link {color: #666; font-weight: bold; text-decoration:none; }
#header .coinfo a:visited {color: #666; font-weight: bold; text-decoration:none; }
#header .coinfo a:hover {color: #000; font-weight: bold; text-decoration:underline; }
#header .coinfo a:active {color: #000; font-weight: bold; text-decoration:underline; }

#aboutlayer a:link {color: #c00; text-decoration:none; }
#aboutlayer a:visited {color: #c00; text-decoration:none; }
#aboutlayer a:hover {color: #c00; text-decoration:underline; }
#aboutlayer a:active {color: #fff; text-decoration:underline; }

#main a:link, #maindesign a:link {color: #c00; text-decoration:none; }
#main a:hover, #maindesign a:hover {color: #c00; text-decoration:underline; }
#main a:visited, #maindesign a:visited {color: #c00; text-decoration:none; }
#main a:active, #maindesign a:active {color: #fff; text-decoration:underline; }

#gallery a:link {color: #c00; text-decoration:none; }
#gallery a:hover {color: #c00; text-decoration:underline; }
#gallery a:visited {color: #c00; text-decoration:none; }
#gallery a:active {color: #fff; text-decoration:underline; }

#options_detail a:link, .pricebox a:link {color: #c00; font-weight: bold; text-decoration:none; }
#options_detail a:hover, .pricebox a:hover {color: #c00; text-decoration:underline; }
#options_detail a:visited, .pricebox a:visited {color: #c00; font-weight: bold; text-decoration:none; }
#options_detail a:active, .pricebox a:active {color: #fff; text-decoration:underline; }

#options_common a:link, #options_common .news a:link, #options_nopic a:link, .pricebox a:link {color: #c00; font-weight: bold; text-decoration:none; }
#options_common a:hover,  #options_common .news a:hover, #options_nopic a:hover, .pricebox a:hover {color: #c00; text-decoration:underline; }
#options_common a:visited, #options_common .news a:visited, #options_nopic a:visited, .pricebox a:visited {color: #c00; font-weight: bold; text-decoration:none; }
#options_common a:active, #options_common .news a:active, #options_nopic a:active, .pricebox a:active {color: #fff; text-decoration:underline; }

#winston a:link {color: #c00; font-weight: bold; text-decoration:none; }
#winston a:hover {color: #c00; text-decoration:underline; }
#winston a:visited {color: #c00; font-weight: bold; text-decoration:none; }
#winston a:active {color: #fff; text-decoration:underline; }

#maintext a:link, #maintext_one a:link, #mainmedia a:link {color: #c00; font-weight: bold; text-decoration:none; }
#maintext a:hover, #maintext_one a:hover, #mainmedia a:hover {color: #c00; text-decoration:underline; }
#maintext a:visited, #maintext_one a:visited, #mainmedia a:visited {color: #c00; font-weight: bold; text-decoration:none; }
#maintext a:active, #maintext_one a:active, #mainmedia a:active {color: #ddd; text-decoration:underline; }

#sidebar a:link {color: #c00; font-weight: bold; text-decoration:none; }
#sidebar a:hover {color: #c00; text-decoration:underline; }
#sidebar a:visited {color: #c00; font-weight: bold; text-decoration:none; }
#sidebar a:active {color: #fff; text-decoration:underline; }

.splash a:link {color: #c00; font-weight: bold; text-decoration:none; }
.splash a:hover {color: #c00; text-decoration:underline; }
.splash a:visited {color: #c00; font-weight: bold; text-decoration:none; }
.splash a:active {color: #fff; text-decoration:underline; }

#sectionheader a:link, #sectionheader_overview a:link {color: #a9a9a9; font-weight: bold; text-decoration:none; }
#sectionheader a:hover, #sectionheader_overview a:hover {color: #a9a9a9; font-weight: bold; text-decoration:underline; }
#sectionheader a:visited, #sectionheader_overview a:visited {color: #a9a9a9; font-weight: bold; text-decoration:none; }
#sectionheader a:active, #sectionheader_overview a:active {color: #a9a9a9; font-weight: bold; text-decoration:underline; }

.breadcrumbs a:link {color: #a9a9a9; font-weight: bold; text-decoration:none; }
.breadcrumbs a:hover {color: #a9a9a9; font-weight: bold; text-decoration:underline; }
.breadcrumbs a:visited {color: #a9a9a9; font-weight: bold; text-decoration:none; }
.breadcrumbs a:active {color: #a9a9a9; font-weight: bold; text-decoration:underline; }

	
#footer a:link {color: #c00; font-weight: bold; text-decoration:none; }
#footer a:hover {color: #c00; text-decoration:underline; }
#footer a:visited {color: #c00; text-decoration:none; }
#footer a:active {color: #fff; text-decoration:underline; }

.description a:link {color: #c00; font-weight: bold; text-decoration:none; }
.description a:hover {color: #c00; text-decoration:underline; }
.description a:visited {color: #c00; text-decoration:none; }
.description a:active {color: #fff; text-decoration:underline; }
	
.bigalert3 a:link {color: #bbb; font-weight: normal; text-decoration:none; }
.bigalert3 a:hover {color: #fff; text-decoration:underline; }
.bigalert3 a:visited {color: #bbb; text-decoration:none; }
.bigalert3 a:active {color: #fff; text-decoration:underline; }

.bigalert2 a:link {color: #fff; font-weight: normal; text-decoration:underline; }
.bigalert2 a:hover {color: #fff; text-decoration:underline; }
.bigalert2 a:visited {color: #fff; text-decoration:underline; }
.bigalert2 a:active {color: #fff; text-decoration:underline; }

#headerbar a:link {color: #bbb; font-weight: normal; text-decoration:none; }
#headerbar a:hover {color: #fff; text-decoration:underline; }
#headerbar a:visited {color: #bbb; text-decoration:none; }
#headerbar a:active {color: #fff; text-decoration:underline; }

#headerbar960 a:link {color: #bbb; font-weight: normal; text-decoration:none; }
#headerbar960 a:hover {color: #fff; text-decoration:underline; }
#headerbar960 a:visited {color: #bbb; text-decoration:none; }
#headerbar960 a:active {color: #fff; text-decoration:underline; }
		
.homedivider a:link { color: #fff; font-weight: bold; text-decoration: none;}
.homedivider a:visited { color: #fff; font-weight: bold; text-decoration: none;}
.homedivider a:hover { color: #fff; font-weight: bold; text-decoration: underline;}
.homedivider a:active { color: #fff; font-weight: bold; text-decoration: underline;}
				
#mainbooks a:link, #main_channel a:link, #mainedit a:link {color: #c00; font-weight: bold; text-decoration:none; }
#mainbooks a:visited, #main_channel a:visited, #mainedit a:visited {color: #b00; font-weight: bold; text-decoration:none; }
#mainbooks a:hover, #main_channel a:hover, #mainedit a:hover {color: #c00; font-weight: bold; text-decoration:underline; }
#mainbooks a:active, #main_channel a:active, #mainedit a:active {color: #ddd; font-weight: bold; text-decoration:underline; }

#main_channel a:link {color: #fff; font-weight: bold; text-decoration:none; }
#main_channel a:visited {color: #eee; font-weight: bold; text-decoration:none; }
#main_channel a:hover {color: #fff; font-weight: bold; text-decoration:underline; }
#main_channel a:active {color: #fff; font-weight: bold; text-decoration:underline; }

#yourprofilearrow a:link {
	color: #fff; font-weight: bold;
}


.sizevariant a:link, .sizevariant a:visited {color: #c00; font-weight: bold; text-decoration: none; }
.sizevariant a:hover, .sizevariant a:active {color: #c00; background-color: #aaa; font-weight: bold; text-decoration: none; }

#mediatitlebar a:link {color: #eee; text-decoration: none; }
#mediatitlebar a:visited {color: #eee; text-decoration: none; }
#mediatitlebar a:hover {color: #eee; text-decoration: underline; }
#mediatitlebar a:active {color: #eee; text-decoration: underline; }

.cartaccount a:link {color: #c00; font-weight: bold; text-decoration:none; }
.cartaccount a:hover {color: #c00; text-decoration:underline; }
.cartaccount a:visited {color: #c00; font-weight: bold; text-decoration:none; }
.cartaccount a:active {color: #fff; text-decoration:underline; }

.cartitemcount a:link, .cartdetails a:link {color: #666; font-weight: bold; text-decoration: none;}
.cartitemcount a:visited, .cartdetails a:visited {color: #666; font-weight: bold; text-decoration: none;}
.cartitemcount a:hover, .cartdetails a:hover {color: #c00; font-weight: bold; text-decoration: none;}
.cartitemcount a:active, .cartdetails a:active {color: #c00; font-weight: bold; text-decoration: none;}

.editlink a:link {color: #999; font-weight: bold; text-decoration: none;}
.editlink a:visited {color: #999; font-weight: bold; text-decoration: none;}
.editlink a:hover {color: #bbb; font-weight: bold; text-decoration: none;}
.editlink a:active {color: #bbb; font-weight: bold; text-decoration: none;}

.wrapper2 {
  margin: 3px;
  padding: 0px;
  width: 140px;
  height: 140px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  z-index: 0;
  border: 6px solid #fff;
  float: left;
  position: relative;
}

.wrapper2 a img {
	border: 0px;
	padding: 0px !important;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}




a.ppicons {
	width: 190px;
	height: 26px;
	overflow:hidden;
	background: #000 url(../img/common/paypal_payment_icons.png) no-repeat 0px 0px;
	display: block;
}

/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.modal_hide {
    display: none;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed positioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}

.jqmWindow-close {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* new simple-modal CSS */

    .simple-modal-box, .simple-modal-backdrop {
      /* The plugin appends these items to the DOM without
        making any effort to hide them, so this must be set. */
      display: none;
    }

    .simple-modal-box {
      z-index: 100;

      background: #fff;
      min-width: 300px;
      min-height: 100px;
      padding: 20px;

      /* Position values needed to center the modal box */
      position: fixed;
      top: 50%;
      left: 50%;
          
      /* Stuff you brought in */
      background-image: url(../img/backgrounds/walltexture1.gif);
      background-repeat: repeat-y;
      overflow: hidden;
      padding: 0px 20px 0px 20px; text-align: center; font-color: #333;
      color: #333;
      border: 1px solid black;
      text-align: center;
    }

    .simple-modal-backdrop {
      background: rgba(0,0,0,.75);
      z-index: 99;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .modal_content, #ajax_content {
      display: none;
    }
    
    .modal_content_window_close {
		position: absolute;
		top: 10px;
		left: 10px;
}
				
/* @end */

/* new apparel purchase controls */


.tee_header {
	height: 60px;
	color: #666;
	position: relative;
}

.tee_header_new {
	height: auto;
	color: #666;
	position: relative;
}

.fine_print_purchase_new {
	width: 120px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.tee_header_chart {
	position: absolute;
	top: 5px;
	left: 5px;
	background: #fff;
	width: 105px;
	height: 55px;
	font-size: 10px;
	line-height: 10px;
}

.tee_header_mens { /* old */
	position: absolute;
	top: 0px;
	left: 121px;
	background: #fff;
	width: 340px;
	height: 60px;
}

.tee_header_womens { /* old */
	position: absolute;
	top: 0px;
	right: 0px;
	background: #fff;
	width: 340px;
	height: 60px;	
}

.tee_header_mens_new, .tee_header_womens_new { /* new, fits in side column */
	background: #fff;
	width: 250px;
	height: 60px;
}

.colour_sizes_row { /* old, takes up row */
	width: 800px;
	height: 80px;
	position: relative;
}

.colour_sizes_row_new { /* new, fits in side column */
	width: 100%;
	height: 80px;
	position: relative;
}

.colour_box { /* old, positions absolutely */
	position: absolute;
	top: 0px; left: 0px;
	width: 120px;
	height: 80px;
	padding: 0px;
	text-align: center;
}

.colour_new { /* old, positions absolutely */
	width: 120px;
	height: 80px;
	padding: 0px;
	text-align: center;
}

.colour_box h4, .colour_box_new h4 {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.5em;
}

.left_sizes { /*old, for splitting m/w cuts left/right */
	position: absolute;
	top: 0px; left: 120px;
	width: 340px;
	height: 80px;
	padding: 0px;
}

.right_sizes { /*old, for splitting m/w cuts left/right */
	position: absolute;
	top: 0px; right: 0px;
	width: 340px;
	height: 80px;
	padding: 0px;
}

ul.size_buttons {
	list-style: none;
	margin:20px 0px 0px 20px;
	padding:0px;
}

ul.size_buttons_new {
	list-style: none;
	margin:5px 0px 0px 5px;
	padding:0px;
	width:400px;
}

.tee_header_womens h4, .tee_header_mens h4 { /*old */
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0px 0px 0px;
	text-transform: capitalize;
	padding-left: 25px;
}

.tee_header_new h4 { /* new, fits in side column */
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.5em;
	font-weight: normal;
	margin: 14px 0px 10px 0px;
}

.colour_sizes_row_new h5 {
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: 1.1px;	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding: 6px 0px 6px 6px;
}	

p.teestock_new { /* not used */
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-weight: bold;
	font-size: 1.1em;
	letter-spacing: 1.1px;	text-transform: uppercase;
	text-align: left;
	margin: 0px;
	padding-left: 25px;
	padding-top: 6px;
}	


li.size_box { /* holds button and stock amount */
	width: 60px;
	float: left;
	margin-right: 12px;
	text-align: center !important;
}

li.size_box_new { /* new smaller version, hold button and stock amt */
	width: 40px;
	float: left;
	margin-right: 6px;
	text-align: center !important;
}

/* buttons */

li.size_box a, li.size_box button {
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:18px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.disabled {
	color: #ccc !important;
}

/* old button style */

li.size_box button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */element.style
    text-align: center;
    margin:0px 0px 0px 5px;
    width: 50px;
}
li.size_box button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
li.size_box button img, .size_box a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* new button style */

li.size_box_new a, li.size_box_new button {
    display:block;
    float:left;
    margin:0 3px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:18px;
    line-height:130%;
    text-decoration:none;
    font-weight:normal;
    color:#565656;
    cursor:pointer;
    padding:3px; /* Links */
}


li.size_box_new button{
    width:auto;
    overflow:visible;
    text-align: center;
    margin:0px 0px 0px 5px;
    width: 2.2em;
}
li.size_box_new button[type]{
    padding:3px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
li.size_box_new button img, .size_box a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

li.size_box button:hover, li.size_box a:hover, 
li.size_box_new button:hover, li.size_box_new a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
li.size_box a:active, li.size_box_new a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

li.size_box button.positive, li.size_box a.positive,
li.size_box_new button.positive, li.size_box_new a.positive {
    color:#529214;
}
li.size_box a.positive:hover, li.size_box button.positive:hover, 
li.size_box_new a.positive:hover, li.size_box_new button.positive:hover {
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
li.size_box a.positive:active, li.size_box_new a.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

li.size_box a.negative, li.size_box button.negative, 
li.size_box_new a.negative, li.size_box_new button.negative {
    color:#d12f19;
}
li.size_box a.negative:hover, li.size_box button.negative:hover,
li.size_box_new a.negative:hover, li.size_box_new button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
li.size_box a.negative:active, 
li.size_box_new a.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

li.size_box button.regular, li.size_box a.regular, 
li.size_box_new button.regular, li.size_box_new a.regular {
    color:#336699;
}
li.size_box a.regular:hover, li.size_box button.regular:hover,
li.size_box_new a.regular:hover, li.size_box_new button.regular:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
li.size_box a.regular:active, li.size_box_new a.regular:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}


/* background colours for apparel */

.bkg_red {
	background: #c00;
	color: #fff;
}

.bkg_black {
	background: #333;
	color: #fff;
}

.bkg_lemon {
	background: #E2D50C;
	color: #333 !important;
}

.bkg_brown {
	background: #4c2613;
	color: #fff !important;
}

.bkg_white {
	background: #fff;
	color: #333 !important;
}



.bkg_asph { /* ashphalt */
	background: #5c636d;
	color: #fff !important;
}

.bkg_army {
	background: #4a422d;
	color: #fff !important;
}

.bkg_olive {
	background: #3e4d3a;
	color: #fff !important;
}

.bkg_cran { /* cranberry */
	background: #9b010d;
	color: #fff !important;
}

.bkg_slate {
	background: #9d9cae;
	color: #fff !important;
}

.bkg_bblue { /* baby blue */
	background: #ced3f7;
	color: #000 !important;
}

.bkg_rblue { /* royal blue */
	background: #0033ab;
	color: #fff !important;
}

.bkg_agrey { /* ash grey */
	background: #aaa;
	color: #000 !important;
}

.bkg_hgrey { /* heather grey */
	background: #cfcfcf;
	color: #000 !important;
}
				
/* @end */

.button { font-weight: bold; padding: 3px 0px 3px 0px; margin-top: 3px; width: 150px; height: 2.2em; } /* perhaps deleted? */

a.buttonlink { /* used in adding recordings walk-through -- */
  border: 1px outset;
  padding: 4px;
  text-decoration: none;
  background-color: #eee;
  line-height: 2.6em;
}

#updatebutton {
	/* now uses button_red, button_grey */
}

.submitbutton {
	clear: right;
}

/* buttons base from Bootstrap 2.3 */

.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-red.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-red {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.disabled,
.btn-red[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-red:active,
.btn-red.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #0088cc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.shipping {
	width: 90%;
	margin: 20px auto;
	padding: 12px;
	background: #ffff00;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	clear: both;
}

.freeshipping {
	background: url(images/freeshipping-small.png) no-repeat 0 0;
	position: absolute;
	right: 20px;
	top: 20px;
	text-align: center;
	width: auto;
	height: 100px;
}

.freeshipping a {
	width: 100%;
	height: 100%;
	margin: 0px; padding: 0px;
	display: block;
	width: 247px;
	height: 91px;
	text-indent: -9999px;

}

.freeshipping a:hover {
	opacity: .5;
}	


#content_nofloat #maintext {
	float: none;
	width: 96%;
}


#content_nofloat #maintext img {
	margin: 0px 12px 12px 0px;
}