/* CSS Document */

body {	
	background: #333;
	color: #fff;
	margin: 0px;
	padding: 0;
	font-family : verdana, helvetica, arial, sans-serif; 
	font-size:70%;
	font-smooth: always;

}
html { min-height: 100%; margin-bottom: 1px; }

h1 {
	font-size: 2em;
	font-weight: lighter;
	padding: 0 0.5em;
	margin: 0.3em 0;
	clear: both;
	text-align:center;
	letter-spacing: 0.3em;
}

h2 {
	font-size: 1.75em;
	font-weight: lighter;
	padding: 0 0.5em;
	margin: 0.3em 0;
	clear: both;
	text-align:center;
	letter-spacing: 0.3em;
}


h3 {
	font-size: 1.4em;
	font-weight: lighter;
	padding: 0 0.5em;
	margin: 0 0 1em 0;
	clear: both;
	text-align:center;
	letter-spacing: 0.3em;
}

h4 {
	text-align: left;
	font-size: 1em;
	font-weight: 500;
	padding: 0.3em 0 0 0;
	margin: 0 0 0 0;
	text-align:center;
}
fieldset{margin-top:1em;}
legend {color:#fff;font-size:1.1em;}
/* Image Styles */
img {
	border: 0;
	padding: 5px;
}

img.right {
	margin-left: 0.5em;
	color: inherit;
	float: right;
}

img.left {
	margin-right: 0.5em;
	color: inherit;
	float: left;
	
}

img.center{
	margin: 0px;
}
.input {
	color: #000;
	font-size: 12px;
	text-align: center;
	margin: 1px;
}

.inputsubmit {
	background: #555555;
	border: 0px;
	color: #fff;
	font-size: 10px;
	padding:2px;
	margin: 1px
}
cite{
	font-size: 0.7em;
}

SUB, SUP { line-height: 0; font-size: 0.8em; font-weight: bold} 

em { font-style: italic;}
strong {font-weight: bold;}

p {
	margin: 0.2em 0.2em 0 0;
	padding: 0.5em;
	line-height: 1.6em; 
}

hr {
margin: 1em o;
border: 1px #4f6022 dotted;
clear: both;
}

}
/* Bullets for content box */
#content ul {
	font-style: normal;
	font-weight: normal;
	list-style-type: square;
}
#content ol {
	font-style: normal;
	font-weight: normal;
	list-style-type: lower-roman;
}

#content ol li {
line-height: 1.6em; 
text-align: left;
}

#content ul li {
	
	line-height: 1.6em;
	text-align: left;
}

h1#heading{display: none;}
.buttons{text-align:right;padding:10px;}
form {
	margin: 0;
	padding: 0;
}

textarea {
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	height: 100px;
	margin-bottom: 2px;
}

  
table {
	margin: 0.5em 0.5em 0 0;
	padding: 0;
}

caption {
	text-align: left;
	font-size: 0.8em;
	font-weight: 500;
	padding: 0.3em 0 0.3em 0;
	margin: 1em 0 0 0;
}

th {
	background: #000;
	color: #FFFFFF;
	font-size: 0.9em;
	font-style: normal;
	font-weight: 500;
	padding: 0.3em;
	
	  text-align:left;
}
  
th strong{
	color: #FFFFFF;
}

th a, th a:hover, th a:active, th a:visited{
color: #FFFFFF;
}

td {
vertical-align:top;
	border: 1px solid #4f6022;
	padding: 0.3em;
	white-space: no-wrap;
	margin: 0.3em;
	border-spacing: 0px;
}

td.narrowcol { width: 80px; }
td.mediumcol { width: 170px; }
td.widecol, th.widecol  { width: 240px; }
tr.selected { background: #D0D0D0; }
td.selected { background: #C6C6C6;}
td.selectedlight {background: #E6E6E6;}

td p {
padding: 0;
margin: 0;
}

dfn, abbr, acronym {
cursor:help; 
border-top: 1px dotted;
}

.small {
	font-size: 0.5em;
}
  
.copyright a, .copyright a:visited, .copyright a:hover {
color: #fff;
text-decoration: none;
font-size: 10px;
}



.imagebox {
	text-align: center;
	display:block;
	padding:20px 0px;
	margin:0;
	background: #fff;
	color:#ccc;
}

#content img {
	background: #fff;
	border: 0;
	padding: 5px;
}

#content img.left {
	background: #fff;
	border: 0;
	padding: 10px;
}

#content img.right {
	background: #fff;
	border: 0;
	padding: 50px;
}



.rightalign {
	text-align: right;
}

.underline {
	text-decoration: underline;
}

.labelwrapper{
	clear: both;
	float: left;
	font-size: 10px;
	padding-right: 4px;
	padding-top: 4px;
	text-align: right;
	width: 200px;
}

label {
font-size: 10px;
vertical-align: top;
width: 190px;
float: left;
text-align: right;
}

label.inline {
width: 20px;
display: inline;
text-align: left;
float:none;
font-size: 14px;
}
.radiobox {width:25px;}
p.label {
text-align: left;
margin-bottom: 5px;
font-size: 10px;
}

.checkbox {
	margin: 0px;
	padding: 0px;
	width: 20px;
}

.thumbnail {
	border: 0px;
	float: left;
	margin: 0px;
	padding: 14px 14px 0px 0px;
	width: inherit;
}

.white{
	color: #FFFFFF;
	background-color: inherit;
}

/* These styles define default link behaviors */
a{
color: #daedff;
}

a:hover {
	text-decoration: none;
	color: #daedff;
}

a:active {
	color: #daedff;
}

div#logo
{
	margin: 20px auto 0 auto;
	display: block;
	text-align: center;
	width: 568px;	
}
/* These styles define the columns that appear within the body of the page */
/* These are the wrappers */


div#content {
	font-size:1em;
	width: 568px;	
	background: #333;
	margin: 0 auto;
	text-align: left;
	padding: 10px;
}

div#footer {
clear: both;
width: 568px;	
margin: 10px auto;
border-top: 1px solid #666;
padding: 5px 0 3px 0;
text-align: right;
color: #fff;
}

div#footer img.right{
padding: 3px 0;
margin: 5px 0;
float: right;
}
div#footer ul{margin: 0 auto;padding:0;list-style-type:none;float:right;}
div#footer ul li{display:inline;}

div#footer li a {
	float:left;
	padding:0 0 0 15px;
	text-decoration:none;
	color:#fff;
	background:inherit;
	font-size: 0.8em;
	}  
div#footer li a:hover {
	color:#fff;
	background:inherit;
}
div#footer h3,div#footer p {
	color:#fff;
	text-align: right;
	clear: both;
	font-size: 0.8em;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}

div.halfcolumn {
width: 45%;
float: right;
}
/* Navigation Style */
#nav{margin:0 auto;border: 0px solid #999;width: 500px;height:30px;text-align:center;}
div#nav ul{margin: 0;padding:0;list-style-type:none;}
div#nav ul li{display:inline;}
div#nav .pagelevel1 a,div#nav .folderlevel1 a{padding:0px 10px;margin:0;color:#bbb;font-size: 17px;float:left;background:inherit;text-decoration:none;}
div#nav .pagelevel1 a:hover,div#nav .folderlevel1 a:hover,{color:#ddd;text-decoration:underline;}
div#nav .selected1 a,div#nav .selected1 a:hover {color:#fff}
#subnav{text-align: center;border: 0px solid #999;margin: 0 auto;width:500px;height:25px;}

#subnav ul
{
margin: 10PX 0 0 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#subnav ul li { display: inline; }

#subnav ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #bbb;font-size: 10px;
background-color: #transparent;
}

#subnav ul li a:hover
{
color:#ddd;text-decoration:underline;
}
div#subnav .selected2 a,div#nav .selected2 a:hover {color:#fff}

.endlevel1,.endlevel2 ul,.endlevel3 {display:none;border:0;}


/* used on continue pages */

/* E-commerce quantity buttons */
.shopud {
color: #000000;
background-color: #D6E7FF;
border : 1px solid #000000;
font-size : 10px;
font-weight: bold;
width: 18px;
margin-left: 1px;
margin-right: 1px;
font-size : 11px;
}


.tablewrapper {
width: 100%;
}

table.shopbaskettable {
width: 100%;
border: 1px solid transparent;
}

table.shopbaskettable td {
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 0px solid transparent;
}

table.shopbaskettable th {
	background: #333;
	color:#eee
}
table.shopbaskettable td.shoplight {
	background: #fff;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
}
table.shopbaskettable td.shoplight a{
	color: #000;
}

table.shopbaskettable td.shopclear {
	font-size: 10px;
	font-weight: 400;
	padding: 2px 2px 2px 2px;
	text-align: right;
	border-color:transparent; 
	color: #000;
	background: #ddd;
}

table.shopbaskettable td.shopdark{
	background: #ddd;
	color: #000;
	font-size: 10px;
	font-weight: 400;
	padding: 4px 4px 4px 4px;
	border-color:transparent; 
}

#imagebox {}
#shoppingbag {
	background: url("/images/design/order.gif") top left no-repeat transparent;
height: 30px;
	width: 145px;
	margin: 0;
	padding-top:20px;
	position: absolute;
	top: 20px;
	right:10px;
	z-index: 5;
	text-align: center;
}

#shoppingbag a{
color: #fff;
}

.centeralign {
	text-align: center;
}

.clear {clear: both;}
table { font-size: 100%; /* IE hack */ }
html { font-size: 100%; /* IE hack */ }

