/*
 *  HTML DEFINITIONS
 */
body {
  margin: 5px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  background-color: #000;
  color: #E6E6E6;
}

p {
  margin: 0.5em 0;
  line-height: 1.6em;
}

h1 {
  font-size: 1.7em;
  color: #BAD732;
  font-weight: bold;
}

h2 {
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
}

a {
  color: #BED322;
  text-decoration: none;
}

a:hover, a:focus {
  color: #fff;
  text-decoration: none;
}

img {
  border: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

hr {
  display: none;
}

fieldset {
  background-color: #000;
  border: 1px solid #aaa;
  padding: 0 10px;
  margin: 10px 0;
}

fieldset p {
  clear: both;
  margin-left: 140px;
}

fieldset em {
  font-size: 0.9em;
  color: #D1B042;
  font-style: normal;
}

legend {
  font-size: 1.1em;
  font-weight: bold;
  color: #bbb;
  padding: 5px;
}

label {
  display: block;
  font-weight: bold;
}


fieldset label {
  display: block;
  margin-left: -132px;
  width: 130px;
  float: left;
  font-weight: normal;
}

input[type=text], input[type=password] {
  border-width: 1px;
  border-style: solid;
  border-color: #777 #bbb #bbb #777;
  padding: 2px;
  width: 190px;
}

input.short {
  width: 60px;
}


ul {
  list-style-image: url(../../images/template/leftnav_bullet.png);
  list-style-position: outside;
  list-style: disc;
}

ol {
  list-style: decimal;
  list-style-position: outside;
}

li {
  margin: 0.5em 0 0.5em 1.5em;
  line-height: 1.6em;
}

ul li li {
  margin-top: 0em;
  margin-bottom: 0.1em;
  font-size: 0.8em;
  color: #eee;
  list-style: circle;
}


pre {
  font-family: "Courier New", Courier, monospace;
}


/*
 *  COMMON STYLES
 */

.buttonlink {
  display: block;
  width: 93px;
  height: 17px;
  padding-top: 5px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: right;
  font-size: 11px;
  background-image: url(../../images/template/btn_basket.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

.buttonlink:hover, .buttonlink:focus {
  background-position: 0 -22px;
}

.clearfloats {
  clear: both;
}

.right {
  text-align: right;
}


h2.bar {
  color: #fff;
  background-color: #AE1C21;
  padding: 5px;
  border: 1px solid #74181B;
  text-align: center;
  font-weight: normal;
}

div.backlink {
  margin: 10px 0;
  padding-left: 20px;
  font-weight: bold;
  background-image: url(../../images/template/backarrow.png);
  background-repeat: no-repeat;
  background-position: 0 1px;
}

div.backlink a {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  margin-left: -20px;
}

#formerrors_title {
  color: #F1F07E;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0;
}

#formerrors {
  color: #F1F07E;
  list-style: none;
  text-align: center;
  margin-left: 0;
}

#formerrors li {
  list-style: none;
  margin-left: 0;
  line-height: 1.4em;
}

#loadmessage {
  text-align: center;
  margin: 15px 60px;
  border: 1px solid #BF5B44;
  background-color: #CBCCD0;
  font-size: 1.3em;
  padding: 0.6em;
  color: #222;
}

#playerprofile {
  width: 460px;
  float: left;
}

#playerprofile p {
  margin-top: 1em;
}

#playerprofile p.monarch_response, #playerprofile p.monarch_response strong {
  color: #BAD732;
  font-style: italic;
}

#playerprofile strong {
  text-transform: uppercase;
  color: #00A8F0;
}

#playerprofile_imgs {
  width: 240px;
  float: right;
  margin-top: 15px;
}

#playerprofile_imgs img {
  border: 1px dashed #fff;
}


/*
 * HOMEPAGE
 */
#home_container {
  clear: both;
  margin-top: 400px;
}

#home_left, #home_middle, #home_right {
  float: left;
  width: 310px;
}

#home_middle {
  margin-left: 7px;
}

#home_right {
  float: right;
}

#home_left .sidebar_body, #home_middle .sidebar_body, #home_right .sidebar_body {
  height: 185px;
  background-image: url(../../images/template/bg_sidebar_home.png);
}

#home_container p {
  text-align: center;
  font-size: 13px;
  line-height: 1.3em;
}

#home_container p img {
  margin: 10px;
}


/*
 *  USER ACCOUNTS
 */

#checkdetails li {
  padding-left: 120px;
}

#checkdetails li strong {
  float: left;
  margin-left: -120px;
}

#checkdetails em {
  color: #F29634;
}


#account_new, #account_old {
  width: 240px;
  height: 160px;
  border: 1px dashed #ccc;
  background-color: #222;
  padding: 10px;
  margin-top: 20px;
}

#account_new {
  float: left;
  margin-left: 70px;
}

#account_new h2 {
  display: none;
}


#account_old {
  margin-left: 400px;
}

#account_old p {
  margin: 10px 0;
}

#account_old label {
  font-weight: bold;
}

#account_old input[type=text], #account_old input[type=password] {
  width: 195px;
  border-left: 1px solid #777;
  border-top: 1px solid #777;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  background-color: #fff;
}

.account_address {
  float: left;
  width: 180px;
  height: 200px;
  background-color: #222;
  border: 1px solid #999;
  padding: 0.5em;
  margin: 20px;
}

.account_address p {
  text-align: center;
  line-height: 1.4em;
}
.account_address p em {
  color: #bbb;
  font-size: 0.9em;
}

.account_address_invoice {
  color: #555;
}

#discount_matrix {
  width: 100%;
  border: 1px solid #222;
}

#discount_matrix th, #discount_matrix td {
  padding: 0.1em 0.3em;
  line-height: 1.4em;
  vertical-align: middle;
  text-align: center;
}

#discount_matrix td {
  border-top: 1px dashed #333;
}

#discount_matrix th {
  font-weight: bold;
  background-image: url(../../images/template/bg_tableheader.png);
  background-repeat: repeat-x;
  background-color: #000;
}

#discount_matrix td span {
  font-size: 0.9em;
  color: #999;
  font-style: italic;
  font-weight: normal;
}

#discount_matrix tr.active {
  background-color: #033017;
}




/*
 *  Basket & checkout
 */
#basket {
  width: 100%;
  margin-bottom: 1em;
}

#basket th {
  background-color: #585858;
  color: #fff;
  padding: 3px 3px;
  vertical-align: top;
  background-image: url(../../images/template/bg_tableheader.png);
  background-repeat: repeat-x;
  height: 12px;
}

#basket td {
  padding: 5px 3px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

#basket a {
  color: #ddd;
  text-decoration: none;
}

#basket a:hover, #basket a:focus {
  color: #fff;
  text-decoration: none;
}

.basketoptions {
  margin: 3px 5px;
  font-size: 0.85em;
  color: #bbb;
}

#checkout_progress {
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 1.5em;
  color: #aaa;
}

#checkout_progress em {
  color: #fff;
  font-style: normal;
}

#carddetails {
  margin-left: 20px;
  margin-bottom: 20px;
}

#carddetails td {
  padding: 2px;
}





/*
 *  ORDER MANAGER
 */

#orderlist {
  width: 100%;
  margin-bottom: 1em;
}

#orderlist th {
  background-color: #585858;
  color: #fff;
  padding: 3px 3px;
  vertical-align: top;
  background-image: url(../../images/template/bg_tableheader.png);
  background-repeat: repeat-x;
  height: 12px;
}

#orderlist td {
  padding: 5px 3px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

#orderlist a {
  text-decoration: none;
}

#orderlist a:hover, #orderlist a:focus {
  text-decoration: none;
}





/*
 *  PRODUCTS
 */

#pagebody_left {
  float: left;
  width: 428px;
}

#pagebody_right {
  float: right;
  width: 266px;
}

#pagebody_left h1 {
  font-size: 1em;
  font-weight: bold;
  margin: 0.2em 0;
  line-height: 1.2em;
}

#imgtitle {
  height: 30px;
  overflow: hidden;
  background-image: url(../../images/template/cat_titles.png);
  background-repeat: no-repeat;
}

#imgtitle span {
  display: none;
}

#pricebar {
  min-height: 70px;
}

#prodtitle {
  height: 25px;
  overflow: hidden;
  color: #fff;
  font-size: 20px !important;
  text-transform: uppercase;
}


#prodimg {
  text-align: center;
  margin: 20px 0 5px 0;
  height: 350px;
}

#prodvid {
  text-align: center;
  margin: 17px 0 0 0;
  padding-top: 30px;
  height: 328px;
}

#vidplayer {
  width: 315px;
  height: 270px;
  margin: 0 auto;
  border: 1px dashed #fff;
}

#prodimg_links {
  text-align: center;
  margin: 0;
}

.rightbar_obj {
  width: 120px;
  height: 150px;
  margin-bottom: 8px;
  margin-top: 5px;
  float: left;
  overflow: hidden;
  text-align: center;
  line-height: 1.4em;
  font-size: 11px;
}

.rightbar_obj a {
  color: #fff;
  cursor: pointer;
}

.rightbar_obj a.zoomcursor {
  cursor: url(../../images/template/zoomin.cur), pointer;
}

.rightbar_obj img {
  background-color: #fff;
  /*
  width: 120px;
  height: 120px;
  display: block;
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #000;
  */
}

.rightbar_obj a:hover img, .rightbar_obj a:focus img {
  color: #BED322;
}


.rightbar_obj p {
  margin-top: -25px;
  padding-top: 25px;
  line-height: 1.2em;
  /*
  background-image: url(../../images/template/zoomable.gif);
  background-repeat: no-repeat;
  background-position: 100px 0px;
  */
}


.prod_expandable, .prod_non_expandable {
  border: 1px dashed #fff;
  background-image: url(../../images/template/expandable_title.png);
  background-repeat: no-repeat;
  background-color: #1E1E1E;
  padding: 5px;
  margin: 15px 0 0 0;
}

.prod_non_expandable {
  background-position: 0 -20px;
}

.prod_expandable_link {
  cursor: pointer;
  text-transform: uppercase;
  color: #5BC4F5;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.prod_expandable_area {
  padding-top: 10px;
}

#prodspecs th {
  font-weight: bold;
  text-align: left;
  padding: 4px;
  font-size: 1.2em;
  border-bottom: 1px solid #999;
}

#prodspecs td {
  padding: 4px;
  border-top: 1px solid #999;
}

#about_moreinfo {
  text-align: center;
  font-size: 0.9em;
  font-weight: bold;
}

#prod_options {
  float: left;
}

#prod_options td {
  padding: 2px;
}

#prod_liveinfo {
  float: left;
  padding-left: 20px;
}

#prod_liveinfo p {
  margin: 0;
}

.prod_pricenote {
  font-size: 0.85em;
  font-style: italic;
  color: #bbb;
}

.prod_finalprice {
  font-size: 1.2em;
  font-weight: bold;
  color: #4EC4D3;
}

#stock_in {
  color: #4EC4D3;
  font-weight: bold;
}

#stock_low {
  color: #FF9900;
  font-weight: bold;
}

#stock_out {
  color: #FF0033;
  font-weight: bold;
}

#prod_addtocart {
  float: right;
}

#prod_addtocart td {
  padding: 5px;
  vertical-align: top;
}

#prod_qty {
  width: 26px;
  height: 15px;
  text-align: center;
  background-image: url(../../images/template/bg_minicart.gif);
  background-repeat: repeat-y;
  background-color: #FEFDFD;
  color: #000;
  font-size: 12px;
  padding: 3px;
  border: 1px dashed #fff;
}

#prod_jsnote {
  padding-top: 1em;
  text-align: center;
  font-size: 0.8em;
  margin-top: 105px;
}



/*
 *  TEMPLATE
 */
#container {
  width: 960px;
  margin: 10px auto;
}

/* top */
#header h1 {
  background-image: url(../../images/template/logo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 184px;
  height: 100px;
  margin: 0 auto;
  background-color: #003300;
}

#header h1 span {
  display: none;
}

#headerinfo {
  width: 130px;
  float: right;
  margin-top: -98px;
}

#minicart {
  background-image: url(../../images/template/bg_minicart.gif);
  background-repeat: repeat-y;
  background-color: #FEFDFD;
  color: #000;
  font-size: 11px;
  padding: 4px 3px;
  text-align: center;
  border: 1px dashed #fff;
}

#cartlink {
  padding-top: 10px;
}

#cartlink a {
  display: block;
  width: 93px;
  height: 17px;
  padding-top: 5px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  text-align: center;
  float: right;
  font-size: 11px;
  background-image: url(../../images/template/btn_basket.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#cartlink a:hover, #cartlink a:focus {
  background-position: 0 -22px;
}

#memberlinks {
  clear: both;
  text-align: right;
  font-size: 11px;
  padding-top: 5px;
}

#memberlinks a {
  color: #fff;
  text-decoration: none;
}

#topbar {
  font-family: Arial Black;
  font-weight: bold;
  font-size: 1.15em;
  background-image: url(../../images/template/bg_topbar.png);
  background-repeat: no-repeat;
  width: 960px - 112px;
  height: 30px;
  overflow: hidden;
  padding-top: 29px;
  text-align: center;
  margin: 0;
}

#topbar a {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0 0;
  color: #E6E6E6;
  text-decoration: none;
}

#topbar a:hover, #topbar a.active {
  background-position: 0 -9px;
  color: #BED32F;
  text-decoration: none;
}

#topbar a.range_dominator {
  /* width: 131px;
     background-image: url(../../images/template/range_dominator.png); */
}

#topbar a.range_dutchwing {
  /* width: 135px;
     background-image: url(../../images/template/range_dutchwing.png); */
}

#topbar a.range_blaze {
  /* width: 74px;
     background-image: url(../../images/template/range_blaze.png); */
}

#topbar a.range_promono {
  /* width: 117px;
     background-image: url(../../images/template/range_promono.png); */
}

#topbar a.range_junior {
  /* width: 78px;
     background-image: url(../../images/template/range_junior.png); */
}

#topbar a.range_mini {
  /*  width: 49px;
     background-image: url(../../images/template/range_mini.png); */
}

#topbar span.colon {
  background-image: url(../../images/template/range_colon.png);
  background-repeat: no-repeat;
  background-position: 50% -3px;
  width: 20px;
  height: 16px;
  display:block;
  float:left;
}

#topbar a span, #topbar span.colon span {
 	display:none;
}


/* sidebars */
#prods_left, #prods_right {
  width: 90px;
}

#prods_left.homepage, #prods_right.homepage {
  padding-top: 37px;
  /* padding-top: 120px; */
}

#prods_left {
  float: left;
}

#prods_right {
  float: right;
}

#prods_left a, #prods_right a {
  display: block;
  text-align: center;
  line-height: 1em;
  font-size: 11px;
  margin: 0;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

#prods_left.homepage a, #prods_right.homepage a {
  height: 98px;
  overflow: hidden;
}

#prods_left span, #prods_right span {
  display: block;
  height: 88px;
  border: 1px dashed #fff;
  margin: 8px 0 3px 0;
  background-repeat: no-repeat;
  background-image: url(../../images/template/menubuttons.jpg);
}

#prods_left span.colon, #prods_right span.colon {
  display: none;
  height: 0;
}

a.active {
  color: #BED322;
}

a.link_legguards span {
  background-position: 0 0;
}

a.link_legguards:hover span, a.link_legguards:focus span, a.link_legguards span.active {
  background-position: -88px 0;
}

a.link_kickers span {
  background-position: 0 -88px;
}

a.link_kickers:hover span, a.link_kickers:focus span, a.link_kickers span.active {
  background-position: -88px -88px;
}

a.link_gauntlets span {
  background-position: 0 -176px;
}

a.link_gauntlets:hover span, a.link_gauntlets:focus span, a.link_gauntlets span.active {
  background-position: -88px -176px;
}

a.link_chestpads span {
  background-position: 0 -264px;
}

a.link_chestpads:hover span, a.link_chestpads:focus span, a.link_chestpads span.active {
  background-position: -88px -264px;
}

a.link_bodyprotection span {
  background-position: 0 -352px;
}

a.link_bodyprotection:hover span, a.link_bodyprotection:focus span, a.link_bodyprotection span.active {
  background-position: -88px -352px;
}

a.link_sticks span {
  background-position: 0 -440px;
}

a.link_sticks:hover span, a.link_sticks:focus span, a.link_sticks span.active {
  background-position: -88px -440px;
}

a.link_bags span {
  background-position: 0 -528px;
}

a.link_bags:hover span, a.link_bags:focus span, a.link_bags span.active {
  background-position: -88px -528px;
}

a.link_clothing span {
  background-position: 0 -616px;
}

a.link_clothing:hover span, a.link_clothing:focus span, a.link_clothing span.active {
  background-position: -88px -616px;
}

#pagebody {
  margin: 0 auto;
  width: 720px;
  border: 1px dashed #fff;
  padding: 15px;
  background-image: url(../../images/template/pagebody.jpg);
  background-repeat: no-repeat;
}

/* bottom */
#bottombar {
  clear: both;
  background-image: url(../../images/template/bg_bottombar.png);
  background-repeat: no-repeat;
  width: 960px - 112px;
  height: 48px;
  overflow: hidden;
  padding: 2px 0 0 0;
  margin: 10px 0 1em 0;
  list-style: none;
  text-align: center;
}

#bottombar li {
  display: inline;
  margin: 0;
  padding: 0 5px;
}

#bottombar a {
  color: #E6E6E6;
  text-decoration: none;
}

#bottombar a:hover {
  color: #BED32F;
  text-decoration: none;
}

#bottombar a.active {
  font-weight: bold;
  color: #BED32F;
}

.footerbox1, .footerbox2, .footerbox3, .footerbox4 {
  float: left;
  background-color: #912920;
  background-repeat: no-repeat;
}

.footerbox1 {
  width: 960px;
  background-image: url(../../images/template/footerbox1.jpg);
}

.footerbox2 {
  width: 475px;
  background-image: url(../../images/template/footerbox2.jpg);
}

.footerbox3 {
  width: 310px;
  background-image: url(../../images/template/footerbox3.jpg);
}

.footerbox4 {
  width: 229px;
  background-image: url(../../images/template/footerbox4.jpg);
}

.footerbox_link {
  height: 125px;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  overflow: hidden;
}

#footer {
  clear: both;
  text-align: center;
  font-size: 11px;
  line-height: 15px;
  padding-top: 1em;
}

#footer a {
  color: #E6E6E6;
  text-decoration: none;
}


