body {
	margin:0;
	padding:0;
	font: 12px Helvetica, Arial, sans-serif;
	background: #000;
	color: #fff;
	background:url('../styleImages/backgrounds/reckless_games_bg.jpg') bottom center no-repeat;
	background-attachment:fixed;
	line-height:20px;
}

h1, h2, h3, h4, h5, h6 {
color:#30ca1c;
font-weight:bold;
}

h2 { font-size:160%; font-weight:bold;}
h3 { font-size:145%; padding: 15px 0; font-weight:bold;}
h4 { font-size:130%; padding: 5px 0; }
h5 { font-size:115%; padding: 2px 0; }

/* Global link definitions */
a {
	text-decoration:none;
	color: #30ca1c;
}
a:hover {
	color: #6aff57;
}

a:active {
color: #baffb1;
}

a.txtButton {
	margin: 0 3px;
}

/* body styles */

#wrapper {
width:822px; 
margin:0 auto;
overflow:hidden;
}

#header {
margin:0 auto;
background:url('../styleImages/backgrounds/reckless_games_logo.jpg') bottom center no-repeat;
width:822px;
height:128px;
overflow:hidden;
}

#menu {
width:822px;
height:24px;
line-height:24px;
margin: 0 auto;
text-align:center;
background:url('../styleImages/backgrounds/menu_bg.gif') top center no-repeat;
}

#menu a {
color:#000;
font-weight:bold;
font-size:13px;
margin:0 auto;
padding: 4px 13px 4px 13px;
}

#menu a:hover {
background:#45e031;
}

#bodywrap {
margin:20px auto;
width:822px;
overflow:hidden;
}

#bodyleft {
width:185px;
float:left;
overflow:hidden;
}

#bodymid {
float:left;
overflow:hidden;
margin:8px 20px 0px 20px;
width:415px;
}

#bodyright {
width:180px;
float:left;
overflow:hidden;
}

#bodyright a, #bodyleftlogos a {
display:block;
text-align:center;
font-size:2px;
}

#bodyleftlogos {
overflow:hidden;
}

#footer {
text-align:center;
margin: 0 auto;
padding-top:40px;
clear:both;
font-size:10px;
line-height:14px;
}

#bookmark a {
font-size:12px;
text-align:center;
}

.session {
text-align:center;
font-weight:bold;
width:100%;
}

.session a {
display:inline !important;
}

.green {
color:#30ca1c;
font-weight:bold;
}

#carter {
text-align:left;
margin: 0 auto;
width:140px;
}

#carter a {
font-size:12px !important;
}

#searchbar {
float:right;
padding-top:105px;
padding-right:15px;
} 

#cartnavi {
padding-left:25px;
}

#cartnavi a {
display:block;
}

.left {
float:left;
}

.right {
float:right;
}

#carterbutton a {
background:#808080;
color:#000;
padding:6px 10px 6px 10px;
margin:0px auto;
text-align:center;
font-weight:bold;
border:1px solid #3f3f3f;
}

#carterbutton {
clear:left;
margin:0 auto;
text-align:center;
width:120px;
padding: 15px 0px 10px 0px;
}

#carterbutton a:hover {
background: #b2afaf;
color:#000;
}

.viewcarter:active {
background: #b2afaf;
}

.bold {
font-weight:bold;
color: #30CA1C;
}

#container {
	background:url('../styleImages/backgrounds/contbg.gif') top left repeat-y;
	width:960px;
	margin:0 auto;
	padding:0 23px;
	overflow:hidden;
}
#topLinks {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	padding-bottom:15px;
	background:url('../styleImages/backgrounds/links-bottom.gif') bottom center no-repeat;
}
#topLinks a {
	padding: 3px 10px;
	color: #707070;
}
#topLinks a:hover {
	color: #df5f2c;
}
#colLeft {
	width:180px;
	float:left;
	border-right:1px dotted #c0c0c0;
}
#colLeft .box {
	width:150px;
	margin:20px auto;
}
#colLeft .box h2 {
	font-size:17px;
	font-weight:normal;
	color: #df5f2c;
	letter-spacing: -0.04em;
	margin-bottom:5px;
	margin-top:0;
}
#colLeft .box a {
	display:block;
	width:150px;
	padding: 3px 0;
}
#colLeft .box a:hover {
	font-weight:bold;
	color: #df5f2c;
}
#colRight {
	width:764px;
	float:left;
	padding-left:15px;
	overflow:hidden;
}

.searchBox {
	background: #272727;
	border:1px solid #000;
	padding:1px;
	color: #2dbd1a;
	width:180px;
	font: 11px Arial, Helvetica, sans-serif;
}

.searchSubmit {
	margin-bottom:-2px;
}

span.separator { padding: 0 2px; color: #fff; } /* This is the separater pipe | between the logout and login links, use it wherever needed */

.padForm {
	text-align:center;
}
.mailList { /* Mailing list input */
	background: #e9f1e5;
	border:0;
	padding: 4px;
	border:1px solid #52720e;
	color: #85B172;
	width:80%;
}

.boxContent {
	padding: 0 20px;
	line-height:21px;
	overflow:hidden;
	margin-top:25px;
}
.boxContent a img {
	border:0;
}

h2.txtContentTitle { /* Title of all pages */
	font: 120% Arial, 'Trebuchet MS', Helvetica;
	color: #30ca1c;
	padding: 6px 0;
	font-weight:bold;
}

.txtBoxSave {
	padding-left:6px;
	display:block;
}
span.saving { 
	color: #f85301;
}
h3.formTitle { /* Used to section forms under different headings */
	color: #30ca1c;
	padding: 20px 0 0 0;
	margin-bottom:10px;
	border-bottom: 1px solid #282828;
	clear:left;
}

/* Forms */
.regbox {
	border: 1px solid #282828;
	padding:3px;
}
.regboxCheck {
	padding:3px;
}
.reglabel, .regbox, .regboxCheck {
	float:left;
	width: 30%;
	display:block;
	margin-bottom:10px;
}
.req { /* For changing the label colour of required forms to red */
	color: #ff0000;
}
.reglabel {
	text-align:right;
	padding-right:100px;
	clear:left;
}
.submitReg {
	text-align:center;
	clear:left;
	padding-top:10px;
}
.submitReg a.reg{
	background: transparent url('../styleImages/reg-roll.jpg') top center no-repeat;
}
.submitReg a.continue{
	background: transparent url('../styleImages/continue-roll.jpg') top center no-repeat;
}
.submitReg .submit{
	background: transparent url('../styleImages/login-roll.jpg') top center no-repeat;
}
.submitReg input.cont {
	background: transparent url('../styleImages/continue-roll.jpg') top center no-repeat;
}
.submitReg a.forgot{
	background: transparent url('../styleImages/forgot-roll.jpg') top center no-repeat;
}
.submitReg a, .submitReg .submit, input.cont {
	display:block;
	margin:0 auto;
	height:28px;
	width:88px;
	border:0;
	cursor:pointer;
	text-indent:-999em;
}
.submitReg a:hover, .submitReg .submit:hover, input.cont:hover {
	background-position: 50% -28px;
}
.txtError { /* If a field isn't filled */
	text-align:center;
	padding: 10px 0;
	background: #FFAEAE;
	border: 1px solid #EC0000;
	color: #C10000;
}

.tdListTitle, .tdcartTitle { /* Cart and cat table titles */
	color: #2dbd1a;
	margin-bottom:10px;
	border-bottom: 1px solid #222222;
}
.tdcartEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdcartOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tdEven {
	background-color: transparent;
	padding: 10px 2px;
}
.tdOdd {
	background-color: transparent;
	padding: 10px 2px;
}
.tblList,.tblList4 {
	border-collapse:separate;
	border-spacing:5px;
}
.tblList td, .tblList4 td {
	text-align:center;
	font-size:11px;
	line-height:18px;
}
.tblList td { width:33%; }
.tblList4 td { width:25%; }

.tdCartSubTotal {
	padding-top: 10px;
	border-top: 1px solid #222222;
}

/* Sub-categories */
#subCats {
	text-align: center;
	margin: 15px auto;
	width:100%;
	border-collapse:collapse;
}
.subCat {	
	text-align: center;
	width:33%;
}
.subCat img {
	border:0;
}
fieldset {
	padding: 0 10px;
	margin: 10px auto;
	border: 1px solid #D6D6D6;
}
fieldset legend {
	color: #FB5501;
}

/* Latest Products */
.latestCont {
	overflow:hidden;
	padding: 10px 0;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
/* For latest products */
table.frontTab {
	margin:10px auto;
	border-collapse:collapse;
	border:0;
}
table.frontTab td {
	padding: 5px 10px;
	text-align:center;
	font-size:14px;
}
table.frontTab td a {
	color: #3F98DA;
	border-bottom: 1px dotted #D6D6D6;
}
table.frontTab td a:hover {
	color: #F65600;
}
table.frontTab td a.latestIMG {
	border:0;
}
a.txtviewCart {
	color: #333333;
	text-decoration:none;
	padding-left:20px;
	background: url('../styleImages/backgrounds/cartroll.gif') -200px 50% no-repeat;
}
a.txtviewCart:hover {
	color: #f85501;
	background-position: 0 50%;
}
.cartProgress { /* Progress bar at top of cart pages */
	font-weight: normal;
	color: #666666;
	padding: 3px;
	border: 1px solid #2a2a2a;
	width: 350px;
	margin: 10px auto 20px auto;
}
.txtcartProgressCurrent {
	color: #2dbd1a;
	font-weight: bold;
}
.txtStockWarn {
	color: #FF0000;
}

/* Cart totals */
table.totals {
	border-collapse:collapse;
	margin:0 0 0 auto;
	padding:0;
	empty-cells: hide;
}
.totalsLab {
	width:140px;
	text-align:right;
	padding: 3px 10px 3px 0;
}
.totalsVal {
	text-align:right;
	padding: 3px 0;
}
table.cartCont {
	border-bottom: 1px solid #222222;
}

#customer_comments {
background: #272727;
color: #2dbd1a;
border: 1px solid #222222;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}

.textbox {
	background: #fff;
	border: 1px solid #8C8C8C;
	color: #626262;
	padding:2px;
}
.textboxDisabled {
	background-color: #FFFFFF;
	border: none;
	font-size: 11px;
	color: #000000;
}
li.account { /* My account page options */
	list-style-type: square;
	padding-top: 5px;
	padding-bottom: 5px;
}

.txtOldPrice {
	text-decoration: line-through;
	color: #BBBBBB;
	font-size:11px;
}
.txtSale {
 	color: #30ca1c;
}
.txtOutOfStock {
	color: #ca1c1c;
}

.dropDown {
	width: auto;
}

/* Crumbs */
div.location {
	margin: 5px 0;
	text-align:left;
	font-size:12px;	
	padding-left:20px;
	background: url(../../../images/folder.gif) center left no-repeat;
}
div.location a, a.txtButton {
	padding:5px;
	color: #30ca1c;
}
a.add-to {
	padding-left:20px;
	font-size:120%;
}
div.location a:hover, a.txtButton:hover {
	color: #6aff57;
}
a.add-to:hover {
	color: #6aff57;

}
/* viewprod page */
div#prodContainer {
	overflow:hidden;
}
div#prodLeft {
	float:left;
	width:60%;
	text-align:left;
	margin-top:30px;
}
div#prodRight {
	float:right;
	width:40%;
	font-size:11px;
}
.smallText, .smallText a { 
	font-size:11px;
	line-height:16px;
}

.smallText {
color: #aaa;
}

.smallText p {
	margin: 0;
	padding:0;
}
.smallText a {
	color: #30ca1c;
	padding:2px;
}
.smallText a:hover {
	color: #6aff57;

}
h2.txtProdTitle {
	font: 20px Arial, 'Trebuchet MS', Helvetica;
	color: #f85501;
	text-align:center;
	padding: 10px 0 0 0;
}
.prodPrice {
	font: 16px Arial, 'Trebuchet MS', Helvetica;
	color: #f85501;
	text-align:right;
	padding: 0;
	margin:10px 0 0 0;
}
div.prodDesc {
	border-top: 1px dotted #2f2f2f;
	border-bottom: 1px dotted #2f2f2f;
	margin: 0 0 20px 0;
	padding: 4px 0;
}
h3.prodOpts {
	margin: 10px 0;
	padding:2px;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #f85501;
	text-align:center;
}
#prodLeft a img {
	border: 3px solid #DBDBDB;
}
#prodLeft a:hover img {
	border-color: #FFB18C;
}
div.notify {
	margin: 15px 0;
	color: #fff;
	font-size:12px;
	padding: 6px 0;
	border-bottom: 1px dotted #2a2a2a;
	border-top: 1px dotted #2a2a2a;
}
div.notify a {
	color: #1EC600;
}
div.notify a:hover {
	color: #FA5302;
}
div.notify p {
	margin:4px 0;
	padding:0;
	line-height:15px;
	text-align:center;
}

/* prettify pagination */
.pagination { /* Page 1, 2, 3.. etc */
	text-align: right;
	padding: 5px;
	font-size:80%;
	margin: 10px 0;
	background: transparent;
}
.pagination span {
	padding: 5px;
	border:1px solid #836858;
}
.pagination a {
	padding: 5px;
	border:1px solid #836858;
}
.pagination a:hover {
	background: #fff;
}
.noProd {
font-size:85%;

}
h2.large-head {
	font-size:150%;
	font-weight:bold;
	padding: 3px 0;
}
h2.medium-head {
font-size:110%;
font-weight:bold;
padding: 3px 0;

}
h2 p {
	margin:0;
	padding:0;
}
hr {
	margin: 10px auto;
	height:1px;
	border-bottom: 1px dotted #c0c0c0;
	border-width:0 0 1px 0;
	color:#fff;
	background: #fff;
}
.sitedocs2, .sitedocs2 a {
	color: #909090;
	text-align:center;
}
.sitedocs2 a:hover {
	color: #DF5F2C;
}
/* CATMENU */
ul#catmenu a, ul.catmenu1 a {
	color: #8F8F8F
}
ul#catmenu, ul#catmenu li ul, ul.catmenu1 {
	margin:0;
	padding:0;
	list-style-type:none;
}
ul#catmenu li, ul.catmenu1 li {
	padding: 0;
	margin:0;
	list-style-type:none;
	font-weight:bold;
	font-size:12px;
	letter-spacing:1px;
}
ul#catmenu li ul li {
	margin-left:3px;
	font-weight:normal;
	font-size:11px;
	letter-spacing:0;
}

ul.catmenu1 {
	margin-bottom:15px;
}
a.viewOpt {
	border:1px solid #313131;
	padding: 5px 10px;
	color: #313131;
	background:#DF5F2C;
	font-weight:bold;
}
a.viewOpt:hover {
	border-color: #313131;
	background: #DF5F2C;
	color: #fff;
	padding-top:8px;
}
a.shifter {
	margin-top:15px;
}

#terms {
list-style:decimal;
list-style-position:outside;	
}
