html, body {
    height: 100%;
}

body, td, p {
    margin: 0px 5% 0px 5%;
    vertical-align: top;
    font: normal 9pt Arial;
}

div.main {
    min-height: 100%;
    #height: 100%;
    width: 740px;
    margin: 0px auto;
}

div.sep {
    border-bottom:1px solid black;
    height:15px;
}

h1, h2, h3, fieldset, p, label {
    margin:0;
    padding:0;
}

h1 {
    font-size: 13pt;
    margin-top: 14px;
}

h2 {
    font-size: 10pt;
}

p {
    margin:15px 0;
}

table {
    padding: 0px;
    width: 100%;
}

img {
    border: 1px solid #000000;
}

.warningtext {
    color: #F20909;
    font-size: 8pt;
}

.hidden {
    display: none;
}

.right { text-align: right; }

.left { text-align: left; }

.middle { vertical-align: middle; }

.floatR { float: right; }

.floatL { float: left; }

.clearB { clear: both; }

div.header {
    background-image: url(/images/schemes/concept1/headers/header.jpg);
    background-repeat: no-repeat;
    background-color: #000000;
    height: 97px;
}

div.header table {
    height: 97px;
}

div.header td {
    vertical-align: bottom;
    font-size: 12pt;
}

div.header .clubname {
    font-weight: bold;
}

div.header .navigation {
    text-align: right;
}

div.header .navigation table {
    width: auto;
    height: 11pt;
}

div.header .navigation td {
    padding: 0px;
    margin: 0px;
}

div.header .subNav {
    text-align: left;
    position: absolute;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div.header .subNav a {
    font-size: 8pt;
    white-space: nowrap;
}

div.header .subNav li:hover {
    border: 1px solid #000;
}

div.header .menuCont {
    overflow: hidden;
    position: relative;
    padding: 0px;
    border: 1px solid black;
}

div.header .menuCont a {
    margin: 0px;
    font-weight: bold;
    font-size: 11pt;
}

div.header .menuCont:hover {
    overflow: visible;
}

div.header a {
    padding: 0px 4px 0px 4px;
    text-decoration: none;
    margin-left: 2px;
}

div.content {
    padding: 5px 6px 5px 10px;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

div.paging {
    text-align: center;
}

.newsText {
	border-bottom:1px dotted #BBBBBB;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newsTitle a {
	text-decoration: none;
	color: black;
}

.newsDate {
    font-size: 7.5pt;
    margin-top: 0px;
}

.paging a, .paging {
    font-size: 8pt;
    text-decoration: none;
}

.paging #current {
    font-weight: bold;
}

.Section { margin-bottom: 25px; }

.Section h2 {
    padding:5px 12px;
    font:bold 10pt Arial;
}

.Section .Price, .Price {
    width: 60px;
    font-size: 14pt;
    text-align: right;
}

.Section label {
    font-weight: bold;
}

.Section {
}

.Section fieldset, table.Section tr, table.Section td {
    padding:5px 10px 10px 10px;
    background:#DAE7F3;
    border-bottom:1px solid #000066;
    border-width:0 0 1px 0;
}

table.Section {
    width: 100%;
}

.Section fieldset.alt, table.Section tr.alt {
    background:#E5F3FF;
}

.Section fieldset div {
    float:left;
    margin:6px 14px 0 0;
}

.Section fieldset p {
    clear:both;
    padding-top:5px;
}

.Section fieldset p em { text-decoration:underline; }

.Section fieldset label {
    color:#000;
    display:block;
}

.Section fieldset input.text  input.file {
    height:14px;
    padding:2px;
}

.Section fieldset textarea {
    height:100px;
    width:300px;
    padding:2px;
}

.Section fieldset textarea,
.Section fieldset input.text,
.Section fieldset select {
    margin-top:3px;
}

#txtDate                  { width:25px; }
#txtYear                  { width:50px; }
#txtAreaCode              { width:60px; }
#txtPhoneNumber           { width:100px; }

input.text { width:240px; }

#cmdSubmit {
    margin:0 auto;
    display:block;
}

.req {
    margin:0 3px;
    color:#AA0919;
}

.ErrorBox {
    border:1px solid #AA0919;
    background:#FF525C;
    color:black;
    padding:5px;
    margin:10px;
}


table.TableList {
    width:100%;
    border-spacing:0;
}

table.TableList tr th {
    text-align:left;
}

table.TableList thead tr th,
table.TableList thead tr td {
    padding: 5px;
    font: bold 8pt Arial;
    border-bottom: 2px solid #000066;
}

table.TableList tbody tr th,
table.TableList tbody tr td {
    background:#DAE7F3;
    padding: 5px;
    border-bottom:1px solid #92B8DC;
    font:normal 11px Arial;
}

table.TableList tbody tr.alt th,
table.TableList tbody tr.alt td {
    background: #E5F3FF;
}

table.TableList tbody tr.last th,
table.TableList tbody tr.last td {
    border-bottom: 3px solid #92B8DC;
}



.categoryTree:hover {
	border-left:7px solid #9CBAD6;
	color:#646464;
}

.categoryTree {
	border:1px solid #C8C8C8;
	border-bottom:0px;
	border-left:7px solid #969696;
	text-decoration:none !important;
	font-size:120%;
	font-weight:bold;
	height:auto !important;
	line-height:1.7em;
	margin:0;
	min-height:1.7em;
	padding:0 7px 0 15px;
}

.catBox {
	border:1px solid #C8C8C8;
	padding:10px;
	color:black !important;
	margin:0;
}

.catBox a {
	margin-left: 5px;
}

.productIconned {
	margin: 5px;
	padding: 5px;
	float: left;
	width: 160px;
}

.fullProdDesc {
	border-top: 1px solid black;
}

.prodPrice {
    font: normal 12pt Arial;
    font-weight: bold;
}

.prodIncTax {
	color: Red;
}

.catThumbBox img {
	border: 0px !important;
	margin: 0px;
}

.catThumbBox a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

.catThumbBox div {
	text-align: center;
	margin: 3px 0 1px 0;
}

.catThumbBox {
	text-align: center;
	font-weight: bold;
	padding-top: 120px;
	position: relative;
	float: left;
	width: 140px;
	margin: 3px;
	padding: 0px;
	border: 1px solid black;
}
