﻿body
{
	font-family: Tahoma;
	font-size: 11px;
	background-color:#fff;
}

a
{
	text-decoration:none;
	color:#000;
}

input
{
	font-size:11px;
}

button
{
	font-size:11px;
}

select
{
	font-size:11px;
}

.productNameTitle
{
    font-family:Arial,Verdana;
    font-weight:bold;
    font-size:10pt;
    text-decoration:none;
    color:#668814;
    text-transform:uppercase;
}

h1
{
	font-size:12px;
	color:#000;
	
}

.inputCartItems
{
	font-size:11px;
	width:35px;
	text-align:right;	
}

.inputOrderItems
{
	font-size:11px;
	width:35px;
	text-align:right;
	padding-right:2px;	
}

/*************************/
.radioPaymentType
{
	color:#000;
	vertical-align:middle;
}

.radioPaymentType td
{
	height:30px;
	vertical-align:top;
}

.radioPaymentType label
{
	padding-left:15px;
	padding-top:5px;
}

.radioPaymentType input
{
	vertical-align:bottom;
	margin-top:-2px;
	padding-top:5px;
	float:left;
}

.radioPaymentType p
{
	padding-left:35px;
	padding-bottom:5px;
	vertical-align:top;
}
/***********************/

.radioDeliverymethod
{
	color:#000;
	vertical-align:middle;
}

.radioDeliverymethod td
{
	height:15px;
	vertical-align:top;
}

.radioDeliverymethod label
{
	padding-left:15px;	
}

.radioDeliverymethod input
{
	vertical-align:bottom;
	margin-top:-2px;
	padding-top:5px;
	float:left;
}

.radioDeliverymethod p
{
	padding-left:35px;
	padding-bottom:5px;
	vertical-align:top;
}
/******************************/
/* Photo Zoom CSS */

#zoom { position:relative;top: 10px; left: 10px; width: 75px; background-color: rgb(255, 255, 255); }

#zoom a.p1, #zoom a.p1:visited { border: 0pt none ; background: rgb(255, 255, 255) none repeat scroll 0%; display:block; width: 75px; height: 75px; text-decoration: none; top: 0pt; left: 0pt; }

#zoom a img { border: 0pt none ; }

#zoom a.p1:hover { text-decoration: none; background-color: rgb(140, 151, 163); color: rgb(0, 0, 0); }

#zoom a .large { border: 0px none ; display: block; position: absolute; width: 1px; height: 1px; top: -1px; left: -1px; }

#zoom a.p1:hover .large { border: 1px solid black; display: block; position: absolute; top: -60px; left: 150px; width: 300px; height: 300px; }

/* End Photo Zoom CSS */


