/* DEFAULT HTML STYLES */
body td
{
	background-color: #fbfefd;
	color: #000000;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: #666666;
}
#header, #body, #footer, #lhs, #rhs
{
	background-color: #fbfefd;
}
a img
{
	border-right: 0px;
	border-top: 0px;
	border-left: 0px;
	color: #ffffff;
	border-bottom: 0px
}
h1
{
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: large;
	color: #336666;
}
h2
{
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #336666;
}
h3
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #336666;
}
strong
{
	color: #333333;
}
.radio {
	border: none;
	font-size: 10pt;
	color: #336666;
	background-color: white;
}
.button {
	font-weight: bold;
	color: #336666;
	border: outset 2px;
}
input
{
	color: #333333;
	background-color: #d1f1e2;
}
select
{
	border: solid 1px #666666;
	color: #333333;
	background-color: #d1f1e2;
}
textarea
{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: x-small;
	border: solid 1px #666666;
	color: #333333;
	background-color: #d1f1e2;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	color: #336666;
}
#footer table
{
	font-size: x-small;
	border-collapse: collapse;
}
#footer td
{
	padding: 0px;
	vertical-align: bottom;
}

/* STANDARD PAGE ELEMENTS */
#header
{
	position: static;
	width: 710px;
	height: 137px;
}
#header img
{
	vertical-align: top;
}
#lhs
{
	width: 8px;
	background-position: left top;
	background-image: url(images/left_column.jpg);
	background-repeat: repeat-y;
}
.lhs
{
	width: 8px;
	background-position: left top;
	background-image: url(images/left_column.jpg);
	background-repeat: repeat-y;
}
#rhs
{
	width: 8px;
	background-position: right top;
	background-image: url(images/right_column.jpg);
	background-repeat: repeat-y;
}
.rhs
{
	width: 8px;
	background-position: right top;
	background-image: url(images/right_column.jpg);
	background-repeat: repeat-y;
}
#body
{
	width: 710px;
}
.body
{
	width: 710px;
}
#content
{
	width: 674px;
	padding-left: 18px;
	padding-right: 18px;
}
#footer
{
	position: static;
	width: 710px;
	height: 258px;
	background-position: right top;
	background-image: url(images/right_column.jpg);
	background-repeat: repeat-y;
}
/* PRODUCTS SELECTION PAGE */
th
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #336666;
	text-align: left;
}

.productImage
{
	width: 80px;
}
.productDescription
{
	width: 414px;
	padding-left: 10px;
	padding-right: 10px;
}
.productPrice
{
	width: 80px;
	font-style: italic;
}
.productQuantity
{
	width: 50px;
}

#productNavigation {
	text-align: right;
}
input {
	font-weight: bold;
	color: #336666;
	background-color: #d1f1e2;
}
#products img 
{
	margin-bottom: 5px;
	margin-top: 5px;	
}

/* PURCHASE */
.paymentOption {
	width: 140px;
}

#paymentDetails {
	font-size: x-small;
	width: 100%;
}
#paymentDetails label {
	width: 100px;
}
#paymentDetails input {
	border: solid 1px #666666;
	width: 200px;
}
#paymentDetails select {
	border: solid 1px #666666;
	width: 200px;
}


#referralDetails label {
	width: 100px;
}
#referralDetails input {
	border: solid 1px #666666;
	width: 200px;
}
#referralDetails textarea {
	width: 200px;
	height: 50px;
}

#deliveryDetails {
	font-size: x-small;
	width: 100%;
}
#deliveryDetails td {
	vertical-align: top;
}
#deliveryDetails label {
	width: 160px;
}

#deliveryAddress {
	display: none;
}
#deliveryAddress label {
	width: 100px;
}
#deliveryAddress input {
	border: solid 1px #666666;
	width: 200px;
}
#deliveryAddress select {
	border: solid 1px #666666;
	width: 200px;
}

#purchaseNavigation {
	text-align: right;
}

.required {
	color: red;
}



#orderform table
{
	border-right: #333333 1px solid;
	border-top: #333333 1px solid;
	border-left: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
#orderform th
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px
}
#orderform td
{
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px
}
#orderline
{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
}
#orderline th
{
	border-top: #333333 1px solid;
	border-bottom: #333333 1px solid;
}
#orderline td
{
	border-bottom: #333333 1px solid;
}
*/