/* CSS Document */
*{
margin:0;
padding:0;
}
a:link{
color:#003399;
text-decoration:underline
}
a:visited{
color:#003399;
text-decoration:underline
}
a:hover{
color:#515151;
text-decoration:none
}
a:active{
color:#003399;
text-decoration:underline
}
body{
background:#FFFFFF;
font-size:100%;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
/*color: #333; */
color:#000000; /* changed at request of tomsComments.txt by Brendon 20060927*/
}
h1{
color: #333;
font-size:2em;
font-weight:100;
text-align:center;
font-family: Arial, Helvetica, sans-serif;
border-bottom:2px solid #eee;
margin: 0 0 12px 0;
}
h2{
font-size:1.3em;
font-weight:100;
text-align:center
}
h3{
font-size:1.4em;
font-weight:900;
text-align:center;
margin: 22px 12px 12px 12px;
/*border-bottom:1px solid #eee;
border-top:1px solid #eee;*/
}
h4{
font-size:1.4em;
font-weight:900;
text-align:center
}
h5{
font-size:1.3em;
font-weight:900;
text-align:center
}
h6{
font-size:1.3em;
font-style:oblique;
font-weight:900;
text-align:center
}
hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}
html{
font-size:75%;
margin-bottom:1px;
min-height:100%
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #333;
	border: 1px inset #004080;
}
p{
font:1.08em Arial,Helvetica,sans-serif;
}
table{
margin: 10px auto;
}
.alignleft{
text-align:left
}
.alignright{
text-align:right
}
.altlink:link{
color:#FF3333;
text-decoration:none
}
.altlink:visited{
color:#FF3333;
text-decoration:none
}
.altlink:hover{
color:#FFDD33;
text-decoration:underline
}
.altlink:active{
color:#FF3333;
text-decoration:none
}
.centered, #wrapper #content p.centered{
text-align:center;
text-indent:0;
}
.centerp p{
text-align:center;
text-indent: 0;
}
.contactTable{
	border: solid 1px #6e6e6e;
	border-collapse: collapse; 
	width: 380px;
}
.contactTable td{
border: none;
padding: 3px;
color: #333;
}
.contactTable th{
	background: #6e6e6e;
	color: #FFFFFF;
}
.smallprint{
font-size: 10px; 
color:#232323;
text-align: center;
}
.smallprint a{
/*brendon changed default colour here to disguise Admin login - hidden effect*/
color:#232323;
/*color: #666666; */
}
.smallprint a.adminlink{
/*brendon changed default colour here to disguise Admin login - hidden effect*/
color:#ffffff;
/*color: #666666; */
}
.smallprint a.adminlink:hover{
/*brendon changed default colour here to disguise Admin login - hidden effect*/
color:#666;
/*color: #666666; */
}
#cartlinks{
width: 180px;
float: right;
/* brendon changed at request of tomsComments 20060927*/
/* border: 1px dotted  #353535; */
border: 1px solid  #353535;
margin: 12px 15px 0 15px;
padding: 3px 3px 6px 3px;
}
#cartlinks p{
font-size:10px;
text-align:center;
text-indent: 0;
}
#content{
/*border:3px dotted #eef;*/
/*background-color:#FFFF66;*/
margin:0;
padding:0;
}
#content p{
margin:0;
text-indent:1em;
padding: 0 5px;
}
#footer{
background-color: #EEEEEE;
height:auto;
width:760px;
background-repeat:no-repeat;
}
#footer p{
font-size:1.2em;
text-align:center
}
#footlinks{
font-size:.9em;
text-align:center
}
/* DEFINE FOOTLINK COLORS,STYLES */
#footlinks a{
color: #6D6D6D;
	text-decoration: none;
}
#footlinks a:hover{
color:#eee;
text-decoration:none
}
#header{
background-color:#fff;
height:35px;
background-repeat:no-repeat;
}
#leftcol{
background-image:url(../assets/film2.jpg);
background-repeat:no-repeat;
/*background-color:#CCCCCC;
border:1px dotted #000000;*/
float:left;
width:150px;
margin-right: 10px;
}
#logintable table{
margin: 12px;
}
#maincol{
/*background-color:#EEEEEE;*/ 
float:left;
width:595px;
}
#navbar{
background-color:#eee;
height:10px;
margin:0px;
padding:0px
}
#navbar p{
text-align:center;
text-indent:0
}
/*#rightcol{
border-left:2px solid #EEEEEE;
float:right;
width:170px;
}
#rightcol ul li, #rightcol p{
font-size: .9em;
list-style: none;
margin-bottom: 5px;
}*/
#searchcount{
width: 180px;
float: left;
border: 1px dotted  #353535;
margin: 12px 15px 0 15px;
padding: 3px 3px 6px 3px;
}
#searchcount p{
font-size:10px;
text-align:center;
text-indent: 0;
}
#searchlinks p a{
color:#333;
text-decoration:none;
}
#searchlinks p a:hover{
color:#333;
text-decoration: underline;
}
#searchlinks p{
font-size:10px;
}
#signuptable table{
margin: 12px;
}
#wrapper{
margin:10px auto;
text-align:left;
width:760px
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 2 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #eee;
	border-bottom: 1px solid #999999;;
	border-left: 1px solid #999999;
	border-right: 1px solid #E5E5E5;
	border-top: 1px solid #E5E5E5;
	color: #333;
	font-weight: bold;
	margin: 5px;
}
/* Search results table */
table.tabularData#tableSearchResults{
	width: 95%;
}
table.tabularData#tableSearchResults img{
/*border: solid 3px #ccc;*/
margin: 0 0 3px 0;
}
/*Details*/
#tableProductDetails img{
border: solid 3px #000; /* was #ccc */
margin: 0 0 3px 0;
}
/* Tables used to display tabular Data. */
table.tabularData, table.tabularData td, table.tabularData th {
	/*border: solid 1px #333;*/
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #333;
	color: #FFFFFF;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #bfbfbf;
}
.altRowOdd{
	background-color: #CeCeCe;
}
.pagingLinks {
	text-align: center;
}
.errorMessage {
	color: #993333;
	font-weight: bold;
	text-align:center;
	font-size:11px;
}
.productDescription{
padding:12px;
}
/*Payment Info Table - credit card logo, etc*/
#paymentInfo{
margin: 35px auto 5px auto;
}
#paymentInfo p{
text-align:center;
font-size:.96em;
}
#paymentInfo img{
margin: 5px;
}
