@charset "utf-8";
/* CSS Document */

/*
Media query stuff:  
Adjust size and pos of #main which holds the form parts. 
Adjust form part(s) positions.
Use maybe 2 or three sizes...  ?
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border-style: none;
	color:#fff;
}
i {
	position:relative;
	top:5px;
}
li a {
	color:#FFFFFF;
	text-decoration:none;
}
li a:hover {
	color:#99CC00;
}
li a:visited {
	color:#EBEBEB;
}

/* ================== Base Class ALIGNMENT stylings ======================== */
.left {
	float:left;
}
.right {
	float:right;
}
.clear{
	clear:both;
}
.clearLeft {
	clear:left;
}
.clearRight {
	clear:right;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.stretch {
    width:100%;
    height:100%;
}
.off {
	display:none;
}
.block {
	display:block;
}
.inline-block {
	display:inline-block;
}
.spacer {
	clear:both;
	height:1px;
}
a, a:visited, a:hover {
	/*color:#FFFF00; */
	text-decoration:none;
}
/* ================== Base Class VISUAL stylings ======================== */
.strong {
	font-weight: bolder;
}
.small {
	font-size:8px;
}
.text-center {
	text-align:center;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;	
}
.one-edge-shadow {
	-webkit-box-shadow: 0 8px 15px -6px black;
	   -moz-box-shadow: 0 8px 15px -6px black;
	        box-shadow: 0 8px 15px -6px black;
}
.outline1px {
	outline-style:
	border-style:solid;
	border-color:#666;
    border-width: 1px;
}
.container {
	border-radius:7px;
	border-style:solid;
	border-color:#000;
	background-color:#fff;
    border-width: 1px;
}
.step-text {
	/* padding-top:2%; <-- overidden by h2.step top margin */
	width: 132px;
	height: 132px;
	line-height:1.0em;
	font-size:1.3em;
	
	/* this is the red circle backgrounds  */
	border-radius:66px;
	border-style:solid;
	border-color:#fff;
	background-color:#ff0000;
    border-width: 1px;
}
h2.step{
	margin:10px 0px 10px;
	font-size:1.8em;
	font-weight:bold;
}
#genderBox {
	position:absolute;
	left: 100px;
	top: 20px;
	width: 160px;
	text-align: center;
	font-size:1.2em;
}
#genderBoxNewArrow {
	position:relative;
	left:-110px;
	top:-35px;
	margin:0px;
	padding:0px;
}

/* ===================== begin button area ======================   */
.button {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 3px 12px;
    
	background-color: #0055CC;
	color: #FFFFFF;
	background-image: -moz-linear-gradient(center top , #0088CC, #0055CC);
	background-repeat: repeat-x;
	
	font-weight: 300;
	text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(30, 30, 30, 0.75);
    font-size: 20px;
        
    vertical-align: middle;	
	border-radius: 5px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button:hover {
	background-color: #17207F;
	background-image: -moz-linear-gradient(center top , #3643AF, #17207F);
}
.buy_button {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 15px 10px; /* diff  */
    
	
	background-color: #390; /* diff  */
	color: #FFFFFF;
	background-image: -moz-linear-gradient(center top , #30FF07, #009F2E); /* diff  */
	background-repeat: repeat-x;
	
	font-weight: 300;
	text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(30, 30, 30, 0.75);
    font-size: 20px;
        
    vertical-align: middle;	
	border-radius: 5px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.buy_button:hover {
	background-color:#000;
	background-image: -moz-linear-gradient(center top , #444, #300); /* diff  */
}
.disabled_buy_button {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0;
    padding: 15px 10px;
    
	background-color:#666;/* diff  */
	color:#CCCCCC;  /* diff  */
	background-image: -moz-linear-gradient(center top , #666, #555);  /* diff  */
	background-repeat: repeat-x;
	
	font-weight: 300;
	text-decoration: none;
    text-align: center;
    text-shadow: 0 1px 1px rgba(30, 30, 30, 0.75);
    font-size: 20px;
        
    vertical-align: middle;	
	border-radius: 5px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}
.disabled_buy_button:hover {
	background-color:#444;
	background-image: -moz-linear-gradient(center top , #444, #300);
}

/* ===================== This is page specific formatting ======================   */
.footer {
	/*height:25px;   */
	line-height:25px;
	background-color:#333;
	text-align:center;
	vertical-align:middle;
	font-size:10px;
	margin: 5px auto 10px;	
}
#logo {
	margin-left:10px;
}
#links {
	width:253px;
	float: right;
	height:58px;
	/*overflow:hidden;*/
}
#nav {
	background-color:#333333;
	height: 60px;
	line-height:60px;
}
#nav li {
    display:inline;
	font-size: 1.8em;
}
#page {
	background-image: url(../images/turfcode_bg01.jpg);
	background-repeat:no-repeat;
	background-position:0px -100px;
	width:1024px;
	margin: 0px auto;
}
.tickerDiv {
	position:relative;
 	top: 40px;
	height:25px;
	line-height:25px;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	margin: 5px auto 10px;	
	width:325px;
}
/* ==================== This is the form positioning stuff ========================= */
#main {
	position:relative;
	margin-left: 10px;
	width: 525px;
	height: 540px;
	background-repeat:no-repeat;	
}
.genderMens {
	background-image:url(../images/shirt_map_mens.png);
}
.genderWomens {
	background-image:url(../images/shirt_map_womens.png);
}
#preview_mag {
	position:relative;
	top:2px;
	left:142px;
}
#femShirt_preloader {
	background-image:url(../images/shirt_map_womens.png);
	display: none;
}

#bodyTextBG {
	position:relative;
	font-size:1.4em;
	left:0px; /* this positions body-text to right of the preview area. */
	width:340px;
	height: 490px;
	background-image:url(../images/trans_25p_32px.png);
	border-color:#2a265e;
	border-style:solid;
	border-width: 1px;
	margin: 18px 0px 5px 30px;
	padding: 0px 20px;
}

#zc {
	position: absolute;
	top: 100px;
	left: 30px;
}
#zipcode {
	position:relative;
	top:10px;
	padding:3px 8px;
	width:50px;
	font-size:14px;	
}
#font {
	position: absolute;
	top: 276px;
	left: 333px;
}
#fontbox {
	position:relative;
	top:10px;
	width:80px;
}
#submitButton {
	position:relative;
	top:10px;
}
#thumbPreview {
	position:relative;
	top: 40px;
	left: 325px;
	width: 161px;
	height: 115px;
}
#chestPreview {
	position:relative;
	top: 100px;
	left: 280px;
	width:36px;
	height:30px;
}
#preview {
	position: absolute;
	top: 385px;
	left: 13px;
}
#disclaimer {
	display:none;
	position:relative;
	top:390px;
	margin: 0px auto;
	font-size:0.8em;
	font-style:italic;
	height: 15px;
	width: 320px;
	color:#FF6600;
}
#fbshare {
	position:relative;
	width: 40px;
	top: -10px;
	float:right;
	margin: 0px 12px;
	color:#0F0;
	line-height: 32px;
	vertical-align:middle;
	
}
#priceTag {
	position:absolute;
	top:293px;
	right: -44px;
}

/* ======= Twitter Bootstrap overrides ==================  */
.modal-header, .modal-footer {
	font-weight:bold;
	font-size:14px;
  	color:#000;
  	background-color:#888;
}
.modal-footer {
	background-color:#eee;
}

.popup h2 {
	color:#000;
	font-size:1.5em;
	font-weight:bold;
	margin: 5px 0px 5px;
}
.popup p {
	color:#666;
	line-height:1.1em;
	line-height:1.2em;
	text-shadow:#000;
	padding: 10px 20px;
}
.popup a {
	font-weight:bold;
 	color:#F00;
}
.popup a:hover {
	background-color:#999;
	color:#000;
}
