/* @override http://ajcates-macbook.local/egghead/rogersshootingschool.com/global_rogers.css */

@charset "utf-8";

/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
field set, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, fig caption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
.list-pad {
	padding-left:20px;
}
.gunInstructions img {
	width: 40%;
}

blockquote, q {
	quotes: none;
}
block quote:before, block quote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: none;
}

body {
	background: #ACACAC url(./images/body-bgr.jpg) repeat-x 0px 0px;
	text-align: center;
	padding: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

b {
	font-weight:bold;
}

i {
	font-style:italic;
}

blockquote {
	padding-left:50px;
}

h1 {
	font-weight: bold;
	text-align: Left;
	font-size: 24px;
	color: #404040;
}

h2 {
	font-weight: bold;
	text-align: Left;
	font-size: 18px;
	color: #404040;
}

h3 {
	font-weight: bold;
	text-align: Left;
	font-size: 14px;
	color: #404040;
}

h4 {
	font-weight: bold;
	text-align: Left;
	font-size: 13px;
	color: #404040;
}

.descr {
	position: absolute;
	bottom: -115px;
	left: 50px;
	display: none;
}

form {
	padding: 0px;
	margin: 0px;
}

img {
	b: none;
}

div#container {
	margin: 0px auto;
	width: 870px;
	text-align: left;
	position: relative;
}

div#uploadboxstatus {
	background-image: url(./photo_printing/step1upload.jpg);
	background-repeat: no-repeat;
	height: 95px;
	padding: 17px 91px 0px 92px;
}

div#uploadslider {
	background-image: url(./images/slider.gif);
	background-repeat: repeat-x;
	height: 18px;
	width: 1px;
}

div#mcontent {
	background-image: url(./photo_printing/mcontentbg.gif);
	background-repeat: repeat-y;
}

td#mcontentfill {
	background-image: url(./photo_printing/mcontentfill.gif);
	background-repeat: repeat-x;
}

select#sizetype {
	width: 245px;
}

div#imgsize_subtext {
	margin-top: 10px;
	color: #666666;
	font-weight: bold;
	text-align: center;
}

td.tdleft {
	font-size: 11px;
	color: #555555;
	text-align: right;
	font-weight: bold;
}

td.tdleftsub {
	font-size: 9px;
	color: #555555;
	text-align: right;
}

td.tdright {
	color: #F75B7A;
}

td.tdright input {
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	padding: 3px;
	color: #555555;
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	width: 215px;
}

div#ordercontainer {
	background-image: url(./photo_printing/orderbg.jpg);
	background-repeat: no-repeat;
	width: 219px;
	height: 199px;
	padding: 10px 13px 0px 10px;
}

td.tdlineb {
	border-bottom: 1px solid #999999;
}

div#orderdetails {
	border: 1px solid #CCCCCC;
	padding: 10px;
}

td.dtlsleft {
	color: #777777;
	text-align: right;
}

td.dtlsright {
	color: #333333;
	font-weight: bold;
}

div#orderdetails_mid {
	background-image: url(./photo_printing/orderdetails_mid.gif);
	background-repeat: repeat-y;
	padding: 0px 10px 5px 10px;
}

/* left Nav */

#navcontainer ul {
	margin: 0px;
	text-align: left;
	list-style-type: none;
	float: left;
}

#navcontainer ul li a {
	padding-top: 14px;
	padding-bottom: 15px;
	margin: 0px;
	text-align: center;
	text-shadow: 3px;
	display: block;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	width: 150px;
	background: url("./images/button.jpg") no-repeat;
	display: block;
	float: left;
	clear: both;
}
#navcontainer ul li a.current {
	font-weight: bold;
}

#navlist {
	padding: 25px 0px 25px 0px;
}

#navlist a:link#current, #navlist a:visited#current {
	background: url("./images/button.jpg") no-repeat 0 -45px;
	color: #ffffff;
}

#navlist a:hover {
	background: url("./images/button.jpg") no-repeat 0 -45px;
}
#navlist ul.subnav li {
	list-style-position: inside;
	margin-left: 1.5em;
	
}
#navlist ul.subnav a {
	background: none;
	color: #333;
	text-align: left;
	font-size: 1.1em;
	padding: 6px 0;
}

/*  Brian's Format  */

.page {
	width: 850px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
}

.head {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	padding-top: 10px;
}

.body {
	width: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	position: relative;
	text-align: left;
}

.body2 {
	width: 810px;
	height: 100%;
	border-width: 1px;
	border-style: solid;
	border-color: #555555;
	position: relative;
	text-align: left;
	padding: 30px 20px 50px 20px;
}

.body_bottom {
	clear: both;
}

.left_nav {
	width: 150px;
	height: auto;
	float: left;
	padding-left: 10px;
}

.body_content {
	line-height: 19px;
	width: 640px;
	height: auto;
	padding: 20px 30px 50px 20px;
	float: right;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.body_content h1, .body_content h2, .body_content h3, .body_content h4 {
	clear: both;
	padding: 1em 0;
}


h1.top, h2.top, h3.top, h4.top {
	padding-bottom: 0px;
}
h1.sub, h2.sub, h3.sub, h4.sub {
	padding-top: 0px;
	padding-bottom: .5em;
}

.body_content a {
	color: blue;
}

.body_content img {
	margin: 1em ;
	max-width: 640px;
	width: expression((document.body.clientWidth > 640)? "640px" : "auto");
}
.kitContents li {
	float: left;
	width: 50%;
}
.topSpace {
	margin-top: 2em;
}

.body_content a:hover {
	text-decoration: underline;
	color: black;
}

.footer {
	background-color: #ACACAC;
	width: 850px;
	height: auto;
	padding: 15px 0px 35px 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #333333;
}
.footer ul {
	text-align: center;
	width: 339px;
	margin: 0 auto;
}
.footer ul li {
	padding: 0 1em;
	float: left;
	list-style: none;
	
}
.footer ul li a {

}


a {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #808080;
}

.table1 {
	border: 1px;
	border-style: solid;
	background-color: #bedbff;
}

.table2 {
	padding: 2px 2px 2px 2px;
}

.admintable {
	background-color: #bedbff;
}

.admintable_notes {
	border-bottom: solid 1px;
	border-color: #999999;
	background-color: #bedbff;
}

.btn_txt {
	text-align: center;
	line-height: 10px;
}

.advert {
	clear: both;
	margin-bottom: 1.5em;
}

.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.right {
	/* margin-right: 0px; */
}
img.left {
	/* margin-left: 0px; */
}
p {
	margin: .5em 0;
}

.clear {
	clear: both !important;
}
iframe {
	margin: 1em 0;
}

.js #tabContentHolder {
	position: relative;
	margin-bottom: 2em;
	
}

#tabContentHolder > div {
	clear: both;
	background: blue !important;
}
.js #tabContentHolder > div {
	/* padding-top: 100px; */
	clear: inherit;

}
.ie7.js #tabContentHolder > div {
	/*
position: absolute;
	top: 0px;
	left: 0px;
*/
}
ul.tabs {
	height: 28px;
	margin-top: 38px;
}
.ie7.js ul.tabs li {
	float: left;
	height: 10px;

}

.ie7.js #tabContentHolder {
}
.js .tabContent .gunInstructions {
	margin-top: 1em;
}
.js .tabContent {
	position: absolute;
	background: #acacac url(./images/body-bgr.jpg) repeat-x 0px -590px;
	border: 1px solid #888;
	color: #000;
	width: 100%;
	/* background-repeat: repeat-x; */
	-webkit-transition: opacity ease .35s, top ease .35s;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: inset 0px 0px 2px rgba(255,255,255, .9);
	-moz-transition: opacity ease .35s, top ease .35s;
	-moz-border-radius: 3px;
	padding: .5em;
	z-index: 5;
}
.js .tabContent p {
	padding-left: 1em;
	padding-top: 1em;
}
.js .tabContent img {
	margin: 1em ;
	max-width: 584px;
	width: expression((document.body.clientWidth > 584)? "584px" : "auto");
}
.js #tabContentHolder h4 {
	
}

.js #tabContentHolder > div {
	position: relative;
}
.js div.tabContent ul, .js div.tabContent ol {
	margin-left: 2em;
}
.js div.tabContent h4, .js div.tabContent h1, .js div.tabContent h2, .js div.tabContent h3 {
	color: #333;
	margin-left: 2em;
}
.js #tabContentHolder > div.active div.tabContent {
	/* display: block; */
	opacity: 1;
	filter: alpha(opacity=100); /* IE lt 8 */
}

.js #tabContentHolder > div.active:first-child div.tabContent {
	/*// display: none; */
}
.js #tabContentHolder > div.disabled div.tabContent {
	/* display: none; */
	top: 200px;
	opacity: 0;
	filter: alpha(opacity=0); /* IE lt 8 */
}

.js .active.tab {
	 background: url("./images/button.jpg") no-repeat 0 -45px;
}
.js .tab {
	position: relative;
	z-index: 1;
	top: -.5em;
	float: left;
	padding: 11px 0 5px 0;
	line-height: 19px;
	text-align: center;
	width: 150px;
	background: url("./images/button.jpg") no-repeat;
	text-decoration: none;
	color: #fff;
	font-size: 1.1em;
	font-weight: normal;
}
.js .tab:hover {
	color: #fff;
}


.box {
	display: none;
}

a.buyButton {
	position: relative;
	top: .25em;
	padding: .5em 1em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	color: #fff;
	text-decoration: none;
	background-color: #ec1a1e;
	background-image: -moz-linear-gradient(top, #ec1a1e, #a00d0d); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ec1a1e),color-stop(1, #a00d0d)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ec1a1e, #a00d0d); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #ec1a1e, #a00d0d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e83030', EndColorStr='#a00d0d'); /* IE6–IE9 */
	-webkit-box-shadow: inset 0px 0px 5px #ed5e5e, 0px 1px 3px rgba(0,0,0, .7);
	-moz-box-shadow: inset 0px 0px 5px #ed5e5e, 0px 1px 3px rgba(0,0,0, .7);
	-o-box-shadow: inset 0px 0px 5px #ed5e5e, 0px 1px 3px rgba(0,0,0, .7);
	border: 1px solid #a00d0d;
	text-shadow: 0px 1px 0px #890f0f;
	font-size: 18px;
}

a.buyButton:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ee3235;
	background-image: -moz-linear-gradient(top, #ee3235, #b80f0f); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ee3235),color-stop(1, #b80f0f)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#ee3235, #b80f0f); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #ee3235, #b80f0f);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ee3235', EndColorStr='#b80f0f'); /* IE6–IE9 */
}
a.buyButton:active {
	position: relative;
	top: .31em;
	background-color: #890b0b;
	background-image: -moz-linear-gradient(top, #890b0b, #db1215); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #890b0b),color-stop(1, #db1215)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#890b0b, #db1215); /* Chrome 10+, Saf6 */
	background-image: linear-gradient(top, #890b0b, #db1215);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#890b0b', EndColorStr='#db1215'); /* IE6–IE9 */
}

#superstoc360 {
	width: 640px;
	height: 478px;
	overflow: hidden;
	top: 0;
	left: 0;
}

#tabsList { margin-left:0;margin-bottom:0;}
#tabsList li {background-color:transparent;display:inline;float:none;list-style:none; }
#tabsList li a {background-color:#edd; color:#333; display:inline; height:auto;padding:5px 20px;text-decoration:none;width:auto;}
#tabsList li a.active { background-color:#ddd;color:#000; }

.smallheader {
	padding:5px 5px 5px 5px;
}

tbody tr td{
	padding-top:3px;
}
