html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
	
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #000 url(../image/paintballdays-dark-bg.png) top left repeat;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
	color: #DDD;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 10px 0 0 0;
	color:#e85b02;
}
h1, h2 {
	color:#FFF;
}
a {
  outline: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
form p{
	color: #DDD;
}
form#mailchimp p {
	padding-right:16px;
	padding-left:16px;
}
input, textarea, select {
	margin: 3px 0px;
	color: #DDD;
	background-color: #222;
	border: 1px solid #555;
	padding: 3px;
}
a, a:visited {
	color: #b4cc16;
	text-decoration: none;
}
a:hover, a:active {
	color: #e8f0b1;
	text-decoration: none;
	
}
a img {
	border: none;
}
p {
	color: #DDD;	
	font-size: 1.1em;
	margin:0px;
	padding:0 0 10px 0;
	/*
	margin-top: 2px;
	*/
	line-height: 1.4em;
}
span {
	color: #DDD;	
	font-size: 1em;
	margin-top: 2px;
	line-height: 1.3em;
}
table {
	color: #DDD;	
	font-size: 1em;
}
li {
	color: #DDD;	
	font-size: 1em;
	margin-top: 2px;
	line-height: 1.3em;
}

#header .div3 a.selected {
	color: #b4cc16;
}

/* layout */
#header-container, #footer-container, #content-container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#header-container {
	position: relative;
}

#content-container {
	overflow: auto;
}

#header {
	background: url(../image/paintballdays-header.png) top center no-repeat;
	height: 145px;
	
}

#header .div2 {
	float: left;
	padding-top: 0px;
}

#header .div2 a {
	display: block;
	width: 423px;
	height: 99px;
	background: url(../image/paintballdays-logo.png) no-repeat;
}

#header .div3 {
	position: absolute;
	top: 74px;
	right: 0px;
	width: 357px;
	height: 42px;
	background: url(../image/menu-bg.png) no-repeat;
}
#header .div3 a,#header .div3 a:visited  {
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;	
	padding: 1px 0px 4px 7px;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 42px;
}
#header .div3 a:active,#header .div3 a:hover  {
	margin-left: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #b4cc16;
	padding: 1px 0px 4px 7px;
	background-repeat: no-repeat;
	background-position: left center;
}
#header .div4 {
 	display: none;
}
#header .div4 a {
	float: left;
	margin-right: 2px;
	width: 100px;
	height: 18px;
	padding-top: 9px;
	padding-bottom: 9px;
	background: none;
	text-align: center;
	color: #333;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	z-index: 1;
}
#header .div4 a.selected {
	background: none;
	color: #FFF;
	padding-bottom: 10px;
	z-index: 3;
}
#header .div5 {
	float: right;
/*
	clear: both;
*/
}
#header .div5 .center {
/*
	background-color: #333;
*/
	height: 40px;
}
#header .div9 {
	/* float: left; */
}
#header .div10 {
	float: left; 
	margin-top: 2px;	
}
#search {
	padding-top: 7px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	right: 178px;
	top: 16px;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #999;
}
#search input {
	border: 1px solid #656565;
	padding: 4px;
	background: #2a2a2a;
}

ul#social {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 160px;
}

ul#social li {
	display: inline;
}

ul#social li a {
	float: left;
	display: block;
	background-position: top left;
	width: 38px;
	height: 38px;
	margin-right: 10px;
	text-indent: -9999px;
}

ul#social li a:hover{
	background-position: bottom left;
}

ul#social li a#twitter {
	background-image: url(../image/twitter-sprite.png);
}

ul#social li a#facebook {
	background-image: url(../image/facebook-sprite.png);
}

ul#social li a#rss {
	background-image: url(../image/rss-sprite.png);
}

#breadcrumb {
	float: left;
	padding-top: 7px;
	padding-bottom: 11px;
	height: 13px;
	margin-bottom: 10px;
	color: #333;
}
.switcher {
	float: left;	
	margin-top: 3px;
	margin-left: 10px;
	padding-right: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
	color:#333;
}
.switcher .selected {
	color:#000;
	background: #fff url(none) repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCC;
	background: url('../image/arrow-down.png') 116px center no-repeat;
	color: #000;
	padding: 4px 5px 4px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background:  url('../image/arrow-down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background-color: #fff;
	color:#CCC;
	display: none;
	width: 131px;
}
.switcher .option a {
	color: #CCC;
	padding: 3px 5px 3px 5px;
	cursor: pointer;
}
.switcher .option a:hover {
	color: #CCC;
	background: #fafbff;
}
.switcher img {
	position: relative;
	top: 1px;
}

#mid-column {
	width: 590px;
	margin-left: 190px;
}

#column_left {
	float: left;
	width: 190px;
	/* margin-right: 10px; */
	clear: left;
}
#column_right {
	float: right;
	width: 190px;
	/* margin-left: 10px; */
	clear: right;
}
#content {
	color: #DDD;	
	font-size: 1em;
	line-height: 1.3em;
	background: url(../image/paintballdays-mid-bg.png) repeat;
	padding: 10px 0 0 0;
}
#content .top .center {
	background: url(../image/paintballdays-mid-top.png) top left no-repeat;
	height: 71px;
}


#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
}
#content .top .center h1 {
	padding: 17px 0px 0px 20px;
}
.heading {
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 0px 10px 0px 10px;
	/* min-height: 380px; */
}

#content #mid-column .middle {
	padding: 0px 20px 0px 20px;
	background: url(../image/paintballdays-mid-mid.png) top left repeat-y;
}

#content #mid-column .middle h1 {
	padding: 0px 0px 10px 10px;
}

#content .bottom .center {
	background-color: #FFF;
	height: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

#content #mid-column .bottom .center {
	background: url(../image/paintballdays-mid-bottom.png) top left no-repeat;
	height: 30px;
	margin-left: 0px;
	margin-right: 0px;
}


td a, td a:visited {
	color: #b4cc16;
	font-size: 13px;
}
td a:active, td a:hover {
	color: #e8f0b1;
	font-size: 13px;
}
.box {
	margin-bottom: 10px;
	background: url(../image/paintballdays-box-small-top.png) no-repeat;
}
.box .top {
	padding: 17px 0px 33px 0px;
	color: #FFF;
	font-size: 16px;
	margin-left: 22px;
	font-weight: bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.box .middle {
	background: #fafbff url(../image/paintballdays-box-small-mid.png) repeat-y;
	padding: 10px;
}
.box .bottom {
	height: 32px;
	background: url(../image/paintballdays-box-small-bottom.png) no-repeat;
}
.box .middle a, .box .middle a:visited {
	font-size: 13px;
	color: #b4cc16;
	line-height: 1.6em;
}
.box .middle a:active, .box .middle a:hover {
	font-size: 13px;
	color: #e8f0b1;
	line-height: 1.6em;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #b4cc16;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #FFF;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #b4cc16;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #FFF;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #b4cc16;
	font-size: 11px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	color: #FFF;
}
.required {
	color: #b4cc16;
	font-weight: bold;
}
.error {
	color: #b4cc16;
	display: block;
}
.help {
	cursor: help;
}
.tooltip {
	background: #b4cc16;
	padding: 5px;
	font-size: 11px;
	width: 250px;
	color: #FFF;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 14px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
	cursor: pointer;
}
.button span {
	color: #FFF;
	display: block;
	padding: 6px 19px 8px 5px;
	margin:0;
	background: url('../image/button.png') top right no-repeat;
}
.buttons {
	background: #000;
	padding: 5px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	/* background: #FFF; */
	padding: 10px;
	/*
	margin-top: 3px;
	margin-bottom: 10px;
	*/
}
.list {
	/* margin-bottom: 10px; */
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
/*	margin-bottom: 10px;
	background: #fafbff;
	height: 30px;
	width: 100%;*/
	display: none;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #b4cc16;
	padding: 4px 7px;
	text-decoration: none;
	color: #b4cc16;
}
.pagination .links b {
	border: 1px solid #b4cc16;
	padding: 4px 7px;
	text-decoration: none;
	color: #b4cc16;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 33px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 0 7px 0;	
	width: 135px;
	margin-right: 2px;
	color: #DDD;
	/*
	background-color: #333;
	*/
	background-color: #e85b02;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	cursor: pointer;
	text-align: center;
	top: 1px;
}
.tabs a.selected {
	background-color: #333;
	border-bottom: #FFF;
	z-index: 3;
}
.tab_page {
	background: #000;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 0px;
}
#footer {
	width: 100%;
	clear: both;
	padding-top: 5px;
	color:#fff;
}
#footer a, #footer a:visited {
	color:#b4cc16;
}
#footer a:active, #footer a:hover {
	color:#e8f0b1;
}
#footer .div1 {
	text-align: center;
	padding: 15px;
	font-size: 10px;
}
#footer .div1 a {
	font-size: 10px;
}
#footer .div2 {
	clear: both;
	text-align: center;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style:  none;
}
.middle ul {
	margin-bottom:0px;
	padding-bottom:10px;
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 10px;
	list-style:  none;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 10px;
}
.cart th {
	background: #333;
	border-bottom: 3px solid #000;
	padding: 5px;
	font-weight: normal;
	color: #EEE;
}
.cart td {
	padding: 5px;
	background: #333;
}
.cart_module_total {
	text-align:right;
}

