/* common styles */

h1 {
	font-size: 1.2em;
	color: #ff6c00;
	font-weight: normal;
}

h2 {
	font-size: 1.1em;
	color: #ff6c00;
	font-weight: normal;
}

h3 {
	font-size: 1em;
	color: #ff6c00;
	font-weight: bold;
}

h4 {
	font-size: 0.9em;
	color: #ff6c00;
	font-weight: bold;
}

h5, h6 {
	font-size: 0.8em;
	color: #000000;
	font-weight: bold;
}

p {
	font-size: 0.8em;
}

td {
	font-size: 0.8em;
}

td p {
	font-size: 1em;
}

img {
	border: 0;
}

a {
	color: #707070;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

.small {
	font-size: 0.8em;
}

.altrow {
	background: #ff6d00;
	color: #FFF;
}

.orange {
	color: #FF6C00;
}

.strike {
	text-decoration: line-through;
}

ul.subcats li {
	list-style: outside none none;
}

ul.subcats li a {
	text-decoration: none;
}

.detailTable td {
	font-size: 1.0em;
	padding: 0 5px 5px 0;
}

#ordersTable {
	width: 50%;
}

#ordersTable th {
	font-size: 0.8em;
	color: #ff6c00;
	text-align: left;
}

.orderDetailsTable {
	width: 100%;
}

.orderDetailsTable td {
	padding: 5px;
}

.orderDetailsTable th {
	font-size: 0.8em;
	color: #ff6c00;
	text-align: left;
}

.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
	background: #DAB3AF;
	color: #000;
}

.complete {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border: 1px solid #000;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px 5px 2px 5px;
	background: #CDF55B;
	color: #000;
}

.memList {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.memList li {
	float: left;
	margin-right: 15px;
	font-size: 0.8em;
}

.red {
	color: #FF0000;
}

.list {
	font-size: 0.8em;
}

#cart {
	width: 100%;
}

#cart th {
	background: #FF6D00;
	padding: 3px;
	color: #FFF;
	font-size: 0.8em;
}

#cart td {
	padding: 3px;
	text-align: center;
}

#postage tr.postage_time td{
	background-color: #f2f2f2;
	padding:4px;
	color:#646464;
}

#postage  tr.postage_time:nth-child(2n) td {
    background: none repeat scroll 0 0 #d7d7d7;
}

#delivery {
	width: 100%;
}

#delivery td {
	background: #FF6D00;
	padding: 3px;
	color: #FFF;
	width: 209px;
}

.checkout {
	width: 100%;
}

.checkout td {
	padding: 5px;
}

.checkout th {
	font-size: 0.8em;
	text-align: left;
	color: #FFF;
	background: #FF6D00;
	padding: 5px;
}

.checkout td.leftHeader {
	width: 30%;
	font-weight: bold;
}

.security_blurb {
	font-size: 70%;
}

.small {
	font-size: 0.7em;
	text-align: center;
}

.aboutssl {
	text-align: center;
}

.aboutssl a {
	font-size: 0.7em;
}

ul li {
	font-size: 0.8em;
}

.fb_iframe_widget {
	height: 30px;
}

.fblike {
	padding-top: 20px;
	height: 50px;
}

/***** Form Styling *****/

.contactForm {
	width:450px;	
}

.contactForm label {
	clear:both;
	float:left;
	width:150px;
	margin:12px 30px 0 0;
	font-size:13px;
}

.contactForm input {
	width:180px;
	float:left;	
	margin-top:10px;
	font-size:13px;
}

.contactForm textarea {
	width:182px;
	margin:10px 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	float:left;
	font-size:13px;
}

.contactForm .submit {
	clear:both;	
}

.contactForm a {
	text-decoration:none;	
}