body { 
	margin:20px; 
	font-family:arial, Helvetica,sans-serif; 
	font-size:0.7em; 
	color:#222; 
}

form { display: none; }

#container1 a {
	text-decoration: none;
	color:#000078;
	font-weight:bold; 
}

#headcontainer1 { margin: 0; }

#headcontainer2 {  
	background: transparent url(../images/logo.jpg) top left no-repeat;
	height:101px; 
}

#head { display: none; }

#printhead { display: block; font-family: arial, sans-serif; font-size: 8pt;  }
#printhead img { float: left; }

#mainmenu a {
	text-decoration: none;
	margin-left: 15px;
	color: #000;
}

#tablebody {
	width: 720px;
}

td { padding: 0; margin: 0; }

#menu { display: none;}


#head_2 { 
	background: transparent url(../img/title_left_2.jpg) 0 0 no-repeat; 
	height:48px  
}
#title { 
	padding: 0 0 0 1em; 
	background: transparent url(../img/title_bg.jpg) top right no-repeat;
	height: 28px;
	line-height: 28px;
} 
#titlecontainer { 
	background: transparent url(../img/title_bg_fill.jpg) 0 0 repeat-x; 
	margin-left: 238px; 
}
#title img { margin: 0; }

#content { 
	padding: 0em 0em 0em 0em; 
}

#filelinks { display: none; }

#contentcms { 
	margin: 0 2em 0 20px; 
	padding: 1em 2em 2em 4em; 
	line-height: 1.5em; 
}

#footlinks { display: none; }

#foot { 
display: none;
}
#footcontainer { 
	clear: both;
	background: transparent url(../img/title_bg_fill.jpg) 0 0 repeat-x; 
}

h1 { font-size:1.4em; letter-spacing:0; }
h2 { font-size:1.3em; letter-spacing:0; }
h3 { font-size:1.2em; letter-spacing:0; }
h4 { font-size:1em; }
h5 { font-size:0.8em; }

#content td { padding: 5px; }


/*============================================
 * Copyright Cynosure Productions
 ---------------------------------------------
 * CART STYLES
 ---------------------------------------------
 * If specific styles are needed for a page 
 * use appropriate <body id="*"> hook.
 *==========================================*/

input, select, textarea {
	font: 1em Verdana, Helvetica, sans-serif;
	color: #030073;
	padding: 0.1em;
	border: 1px solid #D0CEE4;
}

.productwrap {
	border-bottom: 1px solid #DDD;
}

.productname {
	font-weight: bold;
	color: #359;
	font-size: 1.2em;
}

.productitem {
	border-left: 1px solid #DDD;	
	border-right: 1px solid #DDD;	
	border-top: 1px solid #DDD;	
	padding: 0.5em;
}

.productthumb {
	float: left;
	width: 100px;
	padding-top: 10px;
	text-align: center;
}

#cartdetails .productdesc {
	width: auto;
}

#cart .productdesc {
	width: auto;
	margin-left: 102px;
}

.productform {
	margin-left: 102px;
	display: block;
}

.button input {
	color: #79A;
	background-color: #F0F0F0;
	border: 2px solid #ECECEC;
	padding: 0.2em 0.5em;
	width: 8em;
}

.button a {
	background-color: #F0F0F0;
	border: 2px solid #ECECEC;
	text-decoration: none;
	padding: 0.2em 0.5em;
	width: 8em;
	margin: 0.1em;
	line-height: 2em;
}

.button a:hover {
	border: 2px solid #F3F3F3;
	background-color: #F9F9F9;
}

.moredetails {
	display: block;
	margin: 1em;
	text-align: right;
}

.addquantity {
	background-color: #F0F0F0;
	border: 2px solid #ECECEC;
	padding: 0.2em 0.5em;
	color: #444;
}

.addquantity input {
	border: 1px solid #999;
}

.clearing {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}

.optiontotal,
.optioncost,
.cost,
.subtotal,
#grandtotal { text-align: right; }

#generictitle { font-weight: normal; }


.alert { color: #F66; }

fieldset { 
	clear: left; 
	margin: 1em; 
	padding: 0.5em; 
	border: 1px solid #E0DEF4; 
}

#cartcheckout .wrap_form { width:99%; float: left; }

form {
	padding: 0;
	margin: 0;
	line-height: 2em;
}

form p { line-height: 1.5em; }

label { 
	display: block; 
	float: left; 
	clear: both;
	width: 29%; 
	text-align: right;
	padding-right: 1em;
}

.formw {
	display: block; 
	float: left; 
	width: 69%; 	
}

/*==================================
 *
 *	STOCKIST STYLES 
 *
 *================================*/

.results {
	width:500px;
	margin-left:150px;
	line-height:2em;
	border-bottom:1px solid red
}

.busname {
	font-size:medium;
	border-bottom:1px solid #ffa500;
	margin-bottom:5px;
}	
	
.logo {
	float:left;
	width:70px;
	height:100px;
}

.address {
	float:left;
	width:155px;
	padding:0 5px 0 5px;
	line-height:1.5em;
}

.contact { 
	float:left;
	width:155px;
	padding:0 5px 0 5px;
	line-height:1.5em;
}

.location { 
	float:left;
	width:100px;
	height:100px;
	text-align:right;
}