/*
 *  HTML DEFINITIONS
 */
body {
  margin: 5px 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000;
  /*
  background-image: url(../../images/layout.jpg);
  background-repeat: no-repeat;
  background-position: 50% 5px;
  */
}

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

h1 {
  font-size: 1.6em;
  color: #BD1F23;
  font-weight: bold;
}

h2 {
  font-size: 1.1em;
  color: #BD1F23;
  font-weight: bold;
}

a {
  color: #BD1F23;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #561214;
  text-decoration: underline;
}

img {
  border: none;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

hr {
  display: none;
}

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

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

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

legend {
  font-size: 1.1em;
  font-weight: bold;
  color: #444;
  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;
}

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


/*
 *  COMMON STYLES
 */

.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: #000;
  text-decoration: none;
  padding-left: 20px;
  margin-left: -20px;
}

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

#formerrors {
  color: #8F171B;
  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 #009933;
  background-color: #FFFF99;
  font-size: 1.3em;
  padding: 0.6em;
}


/*
 *  USER ACCOUNTS
 */

#account_new, #account_old {
  width: 200px;
  height: 160px;
  border: 1px solid #999;
  background-color: #eee;
  padding: 10px;
}

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

#account_old {
  margin-left: 260px;
}

#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: #eee;
  border: 1px solid #aaa;
  padding: 0.5em;
  margin: 20px;
}

.account_address p {
  text-align: center;
}
.account_address p em {
  color: #3D3F7B;
  font-size: 0.9em;
}

.account_address_invoice {
  color: #666;
}


/*
 *  CATEGORY LIST
 */

ul.catlist {
  list-style: none
}

ul.catlist li {
  width: 160px;
  height: 148px;
  background-image: url(../../images/template/bg_catlist.png);
  background-repeat: no-repeat;
  background-position: 0 22px;
  display: block;
  float: left;
  overflow: hidden;
  margin: 10px 0 0 0;
  line-height: 1.3em;
}

ul.catlist li.middlecol {
  margin-left: 10px;
  margin-right: 10px;
}

ul.catlist p {
  background-image: url(../../images/template/catlist_goalkeeping.png);
  background-repeat: no-repeat;
  text-align: center;
  margin: 0;
  padding: 4px;
  height: 13px;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
}

ul.catlist p a {
  color: #fff;
  text-decoration: none;
}

ul.catlist div {
  text-align: center;
  margin-top: 10px;
}


/*
 *  PRODUCT LISTS
 */

#results_stats, #results_options {
  padding: 3px 8px;
  margin: 0;
  overflow: hidden;
  clear: both;
}

#results_stats {
  background-color: #585858;
  color: #fff;
  height: 18px;
  margin-top: 1em;
}

#results_options {
  background-color: #ddd;
  color: #000;
}

#results_stats_count, #numresults {
  float: left;
  text-align: left;
  margin: 0;
}

#results_stats_pages, #sortresults {
  float: right;
  text-align: right;
  margin: 0;
}

#results_stats_pages a {
  color: #bbb;
  text-decoration: none;
}

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

#results_stats_pages strong {
  font-size: 1.1em;
}


#results_options input {
  display: none;
}

#prodlist .product {
  border-bottom: 1px solid #aaa;
  padding: 0;
  margin: 0;
  clear: both;
}

#prodlist .product .container {
  margin: 0;
  margin: 10px 0 10px 130px;
}

#prodlist .product .container a {
  text-decoration: none;
}

#prodlist .product .container a:hover, #prodlist .product .container a:focus {
  text-decoration: underline;
}


#prodlist .product .prodthumb {
  float: left;
  margin-left: -130px;
  width: 120px;
  height: 120px;
  text-align: center;
  line-height: 2em;
}

#prodlist .product .details {
  color: #363030;
  min-height: 120px;
}

#prodlist .product .details .oldprice {
  text-decoration: line-through;
  color: #666;
}

#prodlist .product .details .price {
  font-weight: bold;
  font-size: 1.2em;
}

#prodlist .product .details .novatprice {
  font-size: 0.8em;
}

#prodlist .product .actions {
  text-align: right;
}


/*
 *  PRODUCT INFO
 */

#product_mainimg {
  padding: 0;
  float: left;
  width: 200px;
  margin-left: -214px;
  margin-top: 15px;
}

.product_photo {
  float: left;
  width: 100px;
  height: 130px;
  display: block;
  margin: 0 0px 0 0;
  overflow: hidden;
}

#product_mainimg, .product_photo {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.2em;
  vertical-align: top;
}

#product_mainimg a, .product_photo a {
  text-decoration: none;
  color: #444;
}

#product_mainimg img, .product_photo img {
  border: 1px solid #bbb;
  cursor: url(../../images/template/zoomin.cur), default;
}

#prodstrapline {
  font-size: 0.9em;
  color: #444;
  line-height: 1.3em;
  color: #424242;
}

#prodinfo {
  margin-left: 215px;
}

#prodbrand {
  margin-top: 0;
  font-weight: bold;
}

#prodcost {
  font-size: 1em;
  color: #333;
  margin-bottom: 0;
}

#prodcost strong {
  font-size: 1.3em;
  color: #000;
}

#prodcost .oldprice {
  text-decoration: line-through;
}

#prodcost .offertitle {
  color: #3D3F7B;
}

#prodcost .novatprice {
  font-size: 0.9em;
}


.stock_in strong, .stock_low strong, .stock_out strong {
  display: block;
  font-weight: bold;
  font-size: 1em;
}

.stock_in {
  color: #006600;
}

.stock_low  {
  color: #CC6600;
  font-size: 0.9em;
}

.stock_out {
  color: #BD1F23;
  font-size: 0.9em;
}

#prodbuy td {
  vertical-align: top;
}

#prodbuy input[type=text] {
  height: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #333 #999 #999 #333;
  font-size: 12px;
  padding: 1px;
  color: #000;
  margin: 2px 5px 0 0;
  text-align: center;
}

#prod_jsnote {
  font-size: 0.8em;
}

/*
#prod_liveinfo {
  height: 60px;
}
*/

.prod_ajaxerr {
  color: #990000;
  font-size: 0.8em;
  border: 1px dashed #990033;
  padding: 5px;
  margin: 10px 0;
}

#prod_options {
  margin: 10px 0;
}

#prod_options td {
  padding: 5px 5px 5px 0;
}

#prod_options option {
  padding: 1px 5px;
}

#prodspecs {
  clear: both;
}

#prodspecs h2, #prod_description h2 {
  border: 1px solid #bbb;
  background-color: #eee;
  margin: 15px 0 6px 0;
  padding: 5px;
  text-align: left;
  color: #444;
  font-size: 1em;
}

#prodspecs table {
  width: 100%;
}

#prodspecs th {
  font-weight: bold;
  text-align: left;
  padding: 3px;
}

#prodspecs td {
  border-top: 1px solid #bbb;
  padding: 3px;
}

#prodspecs tr.odd {
  background-color: #eee;
}


/*
 *  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: #222;
  text-decoration: none;
}

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

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

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

#checkout_progress em {
  color: #BD1F23;
  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;
}


/*
 *  TEMPLATE
 */
#container {
  width: 980px;
  margin: 0 auto;
}

#topbar {
  background-image: url(../../images/template/bg_topbar.png);
  background-repeat: no-repeat;
  height: 21px;
  overflow: hidden;
  list-style: none;
  display: block;
  text-align: center;
  padding-top: 7px;
  font-size: 13px;
  color: #fff;
  margin: 0;
  width: 970px;
}

#topbar li {
  list-style: none;
  display: inline;
  padding: 0 10px;
  border-left: 1px solid #91787A;
  margin: 0;
  line-height: 1.2em;
}

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

#topbar a.active {
  font-weight: bold;
}

#header {
  height: 150px;
}

#header h1 {
  background-image: url(../../images/template/bg_header.png);
  background-repeat: no-repeat;
  width: 283px;
  height: 131px;
  overflow: hidden;
  float: left;
  margin: 0;
}

#header h1 span {
  display: none;
}

#search_and_cart {
  width: 270px;
  height: 95px;
  overflow: hidden;
  float: right;
  margin-right: 15px;
}

#subscribe {
  width: 246px;
  height: 95px;
  overflow: hidden;
  float: right;
  margin-right: 5px;
}

#subscribe p {
  margin: 0;
  font-size: 13px;
  margin-top: 15px;
  line-height: 1.3em;
}

#subscribe p strong {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
}

#subscribe td, #search_and_cart td {
  vertical-align: top;
  padding-top: 10px;
}

#subscribe_text, #sitesearch_text {
  height: 22px;
  border-width: 1px;
  border-style: solid;
  border-color: #333 #999 #999 #333;
  font-size: 12px;
  padding: 3px 3px 0 3px;
  color: #888;
}

#minibasket {
  width: 150px;
  height: 19px;
  border-width: 1px;
  border-style: solid;
  border-color: #333 #999 #999 #333;
  font-size: 12px;
  padding: 6px 3px 0 3px;
  color: #000;
  background-image: url(../../images/template/bg_minicart.png);
  overflow: hidden;
}

#headerlinks {
  height: 48px;
  width: 630px;
  clear: right;
  float: right;
  overflow: hidden;
  margin-top: 5px;
  margin-right:0;
}

#headerlinks a {
  margin:0 2px;
}

#activecattab {
  z-index: 1000;
  position: relative;
}


#headerbar {
  position: relative;
  top: -16px;
  height: 199px;
  overflow: hidden;
  background-repeat: no-repeat;
}

#inner_container {
  clear: both;
  margin-top: 185px;
  margin-left: 235px;
}

#page_left {
  width: 222px;
  margin-left: -235px;
  float: left;
}

#page_left ul, #page_left li {
  width: 222px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2em;
}

#cat_goalkeeping, #cat_players, #cat_accessories, #cat_clothing, #cat_umpires {
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-transform: capitalize;
  height: 17px;
  color: #fff;
  display: block;
  text-decoration: none;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 3px;
  background-color: transparent;
  font-weight: bold;
}

#cat_goalkeeping {
  background-image: url(../../images/template/leftnav_goalkeeping.png);
}

#cat_players {
  background-image: url(../../images/template/leftnav_players.png);
  margin-top: 10px;
}

#cat_umpires {
  background-image: url(../../images/template/leftnav_umpires.png);
  margin-top: 10px;
}

#cat_accessories {
  background-image: url(../../images/template/leftnav_accessories.png);
  margin-top: 10px;
}

#cat_clothing {
  background-image: url(../../images/template/leftnav_clothing.png);
  margin-top: 10px;
}

#page_left li li a {
  display: block;
  color: #444;
  text-decoration: none;
  padding: 3px 3px 3px 12px;
  border-top: 1px solid #fff;
}

#page_left li li a:hover {
  background-color: #555;
  color: #fff;
}

#page_left li li {
  background-color: #D1D3D4;
  line-height: 1.2em
}


#page_left li li.rounded {
  background-image: url(../../images/template/leftnav_level1top.png);
  background-repeat: no-repeat;
}

#page_left li li li {
  background-image: none;
  background-color: #F1F2F2;
  line-height: 1.2em
}

a.bottomlevel {
  background-image: url(../../images/template/leftnav_bullet.png);
  background-repeat: no-repeat;
  background-position: 2px 7px;
}

#page_left p {
  background-image: url(../../images/template/leftnav_bullet.png);
  background-repeat: no-repeat;
  background-position: 2px 7px;
  padding: 0 0 0 12px;
  margin: 0;
}

#page_left p a {
  color: #444;
  text-decoration: none;
}

#page_left p a:hover, #page_left p a:focus {
  color: #000;
}

#page_center {
  width: 500px;
  float: left;
}

#page_right {
  float: right;
  width: 228px;
  text-align: right;
  margin-top: -3px;
}

#sizes{
  width: 100%;
}

#sizes td{
  padding: 5px;
}

#footer p {
  text-align: center;
  font-size: 9px;
  color: #555;
  border-top: 1px solid #D1D3D4;
  margin: 10px 0;
  padding-top: 10px;
  clear: both;
  line-height: 2em;
}

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

#footer a:hover, #footer a:focus {
  color: #222;
}

.sidebar_container {
  width: 216px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.sidebar_container h1 {
  background-image: url(../../images/template/sidebar_header_red.png);
  background-repeat: no-repeat;
  width: 216px;
  height: 21px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding-top: 6px;
  margin: 0;
}

.sidebar_container h1 a{
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  margin-right: 15px;
}


.sidebar_header, .sidebar_footer {
  height: 13px;
  background-image: url(../../images/template/sidebar_body1.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.sidebar_header, .sidebar_footer {
  background-position: 0 2px;
}

.sidebar_footer {
  background-position: 0 -14px;
}

.sidebar_body{
  background-image: url(../../images/template/sidebar_body2.png);
  background-repeat: repeat-y;
  font-size: 0.9em;
  padding: 0 10px;
  margin: 0;
}

.sidebar_body p {
  margin: 0;
}

