/* jvf.css */

body
{
	font-family:Arial;
	font-size:14px;
}

h1
{
	font-family:Arial;
	font-size:28px;
}

h2
{
	font-family:Arial;
	font-size:20px;
}

h4
{
	text-decoration: underline;
	font-family:Arial;
	font-size:12pt;
	padding:0px;
	margin:0px; 
}

button
{
	font-family:Arial;
	font-size:14px;
}

select
{
	font-family:Arial;
	font-size:14px;
}

input
{
	font-family:Arial;
	font-size:14px;
}

td
{
	font-family:Arial;
	font-size:14px;
}

.biggertext
{
	font-size:16px;
}

.catnocolour
{
	color:#007000;
}

/* <JMD> */
.title
{
	font-family:Arial;
	font-size:26px;
	font-weight:bold;
}
/* </JMD> */

.biggertitle
{
	font-family:Arial;
	font-size:48px;
	font-weight:700;
}

.copyright
{
	font-family:Arial;
	font-size:10px;
	font-weight:400;
	text-align: center;
}


#main {
clear: both;
width:100%;
font-size: 12px;
font-family: "Franklin Gothic Book", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #ffffff;
color: black;
}

#lhs {
font-size: 12px;
font-family: "Franklin Gothic Book", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #b0a0a0;
color: #b0003d;
}

#rhs {
font-size: 12px;
font-family: "Franklin Gothic Book", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #e0e0f0;
color: #b0003d;
}

#addpart {
clear: both;
width:100%;
margin: 5px;
font-size: 12px;
font-family: "Franklin Gothic Book", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
}

div.links {
	float: left;
	padding:0;
	width: 19.8%;
	margin: 0;
	border: 1px solid black;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #A9D0F5;
	color: #2E9AFE;
	}

ul.links {
	list-style: none;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
	}

li.links {
	list-style: none;
	margin: 0;
	}

a.links {
	display: block;
	color: #2E9AFE;
	text-decoration: none;
	width: 100%;
	padding: 1px 0px 1px 0px;
	}

a.links:hover {
	background-color: #2E9AFE;
	color: white;
	}

#header {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #2E9AFE;
	color: white;
}


TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #FFFFFF;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #A9D0F5;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TR.productListing-odd { background: #f8f8f9; }

TR.productListing-even { background: #f8f8f9; }


a.cartbutton:link {
  background: #0000FF;
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 1px 0px 1px 0px;
	}
	
a.button:link {
	display: block;
	text-decoration: none;
	}
	
table.info {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #2E9AFE;
	border-collapse: separate;
	background-color: white;
}

table.info td {
	border-width: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border-style: solid solid solid solid ;
	border-color: red red red red;
	background-color: #EFF5FB;
	-moz-border-radius: 0px 0px 0px 0px;
}