/* CSS Document */
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image: url(images/site-background.gif);
background-repeat: repeat;
margin-top: 2px;
}

h1{
background: url(images/marker.gif);
background-position:center left;
background-repeat:no-repeat;
background-attachment:scroll;
color: #BB0000;
font-size: 19px;
padding-left: 50px;
margin-top: 2px;
margin-bottom: 2px;
font-weight:bold;
}
h2{
color: #990000;
font-size: 16px;
margin-top: 2px;
margin-bottom: 2px;
font-weight:bold;
}
h3{
color: #660000;
font-size: 14px;
margin-bottom: 2px;
margin-top: 2px;
font-weight: bold;
}
p{
color: #660000;
font-size: 12px;
margin-bottom: 2px;
margin-top: 2px;
}
li{
	color: #660000;
	font-size: 12px;
}

a, a:link{
color: #BB0000;
}

a:hover{
color: #330000;
}

.ProdImg{
border:solid 1px #990000;
}

.nav-header{
font-size: 14px;
font-weight: bold;
text-align: left;
display: block;
color: #FFFFCC;
text-decoration: none;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 6px;
padding-left: 6px;
width:135px;
height:18px;
display:block;
background-color: #990000;
}

.nav{
font-size: 11px;
text-align: left;
margin-bottom: 1px;
padding-bottom: 1px;
color: #FFFFCC;
font-weight:bold;
}

.nav a{
display: block;
background: #BB0000;
color: #FFFFCC;
text-decoration: none;
padding-top: 2px;
padding-bottom: 2px;
padding-right: 2px;
padding-left: 2px;
border-top:2px solid #DD6666;
border-left:2px solid #BB0000;
border-right:2px solid #990000;
border-bottom:2px solid #660000;
}

.nav a:hover{
display: block;
background: #AA0000;
color: #FFFFCC;
text-decoration: none;
padding-top: 3px;
padding-bottom: 1px;
padding-right: 2px;
padding-left: 2px;
border-top:2px solid #660000;
border-left:2px solid #990000;
border-right:2px solid #BB0000;
border-bottom:2px solid #DD6666;
}

.table-header{
padding: 2px;
background-color:#BB0000;
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
width: auto;
}

.table-header a:link{
text-decoration: none;
color:#FFFFFF;
}

.table-header a:visited{
text-decoration: none;
color:#FFFFFF;
}

.table-header2{
padding: 2px;
background-color:#DD0000;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
width: auto;
}


.table-header3{
padding: 2px;
background-color:#BB0000;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
width: auto;
text-align:right;
}

.table-cell{
background-image: url(images/table-background.gif);
}

.table-content{
padding: 2px;
font-size: 11px;
font-weight: normal;
color: #330000;
background-image: url(images/table-background.gif);
}

.table-footer{
padding: 2px;
background-color:#990000;
font-size: 11px;
font-weight: bold;
color: #FFFFFF;
}

.table-input{
border: solid 1px #BBAA55;
color: #330000;
font-size: 10px;
background-image: url(images/table-background.gif);
text-align:center;
font-size:10px;
}

input{/*
font-size:10px;
color:#FFFFFF;
background-color:#990000;
border: 2px outset #660000;
width:125px;*/
}
.basketbutton {
	font-weight: bold;
	padding-right: 14px;
	line-height: 20px;
}
