/*COMMON STYLES*/
body{
	font-family: verdana, Arial, tahoma, sans-serif;
	font-size: 70%;
	color: #999999;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
a{
	font-family: verdana, Arial, tahoma, sans-serif;
	color: #FF6600;
	text-decoration:underline;
}
a:hover{
	text-decoration:none; 
}
img{
	border:none;
}
form{
	margin:0px;
}
h2{
	color:#FF6600;
	font-weight:bold;
	font-size: 110%;
	margin:0;
	line-height:150%;
}
h2.white{
	color:#FFFFFF;
	font-weight:bold;
	font-size: 110%;
	margin:0;
	line-height:150%;
}

hr.white{
	text-decoration:none;
	height: 1px; 
	border-top: 1px solid #FFFFFF; 
	width:100%;
	text-align:left;
}
hr.h_grey{
	text-decoration:none;
	height: 1px; 
	border-top: 1px solid #CCCCCC; 
	width:100%;
	text-align:left;
}
img.img_border_left{
	padding-left:4px;
}
img.img_border_right{
	padding-right:4px;
}
/*COMMON STYLES*/


/*HEADER STYLES*/
#headwrapper{
	border:0px solid red;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:739px;
	height:95px;
	background: url(../images/logo.gif) no-repeat;
	background-position:center left;
	background-color: #FFFFFF;
}
	/*.toplinks nav list*/
	#headwrapper #toplinks{
		border:0px solid blue;
		clear:both;
		float:left;
		margin:0;
		padding:0;
		width:100%;
	}
	#headwrapper #toplinks a{
		border:0px solid red;
		color: #999999;
	}
	#headwrapper #toplinks ul {
		border:0px solid red;
		padding:0;
		margin:0px 0 0 0;
		list-style-type: none; 
		float:right;
	}
	#headwrapper #toplinks ul li{
		border:0px solid red;
		display:inline;
		padding-left:10px;
		padding-right:10px;
		margin-left:10px; 
		background: url(../images/orange_bullet.gif) no-repeat;
		background-position:center left;
		float:left; 
		position:relative;
		border-right:1px solid #999999;
	}
	#headwrapper #toplinks li.last{
		border:0px;
	}

	#headwrapper #left{
		border:blue 0px solid;
		clear:both;
		float:left;
		margin:0;
		padding:0;
		font-size:1em;
		/*width:305px;*/
	}
		#headwrapper #left #toplogo{
			border:0px solid red;
			clear:both;
			float:left;
			margin:0 0 0 0px;
			padding:0 0 0 0;
		}	

	#headwrapper #right{
		border:green 0px solid;
		margin:0;
		padding:0;
		float:left;
		font-size:1em;
	}	
		#headwrapper #right #topsearch{
			border:0px solid red;
			clear:both;
			float:left;
			margin:0 0 0 0px;
			padding:15px 0 0 25px;
		}
		#headwrapper #right #topsearch .search_title{
			border:0px solid red;
			clear:both;
			float:left;			
			margin:5px 0 0px 0px;
			padding:0px 0 3px 0px;
			color:#666666;
			font-size: 130%;
			font-weight:bold;
			/*border-bottom:0px solid #666666;*/
		}
		/* QUICK SEARCH FORM */
		#headwrapper #right #topsearch #form-topsearch{
			border:green 0px solid;
			clear:both;
			float:left;
			padding:0;
			margin:0em 0em 0em 0em;
			background-color:#ffffff;
			font-size:1em;
		}
			#headwrapper #right #topsearch #form-topsearch form{
				border:blue 0px solid;
				clear:both;
				float:left;				
				margin:0; /**removes margins around forms*/
				padding:0px;
				width:250px;
			}	
			#headwrapper #right #topsearch #form-topsearch fieldset{
				clear:both;
				float:left;	
				margin:0em 0px 0px 0px; /**removes margins around forms*/
				padding:0em 0em 0em 0em;
				border:none;
			}
			#headwrapper #right #topsearch #form-topsearch label{
				clear:both;
				float:left;	
				margin:0px;
				padding:0em;
				text-align:left;
				font-size:1.1em;
				color:#ffffff;
			}
			#headwrapper #right #topsearch #form-topsearch .text{
				clear:both;
				float:left;	
				width:150px;
				margin:0em 0 0em 0;
				padding:0.3em 0em 0.3em 0.3em;
				border:1px solid #dddddd;
				font-family: verdana, Arial, tahoma, sans-serif;
				font-size:1.1em;
				font-weight:normal;
				color:#333333;
			}
			#headwrapper #right #topsearch #form-topsearch .button {
				float:left;
				border:blue 0px solid;
				font-size:1.1em;
				color:#595b4d;
				font-weight:bold;
				margin:0em;
				padding:0em 0em 0em 0.2em;
				background-color: transparent;
				text-align:center;
			}
		/* QUICK SEARCH FORM */
		
/*HEADER STYLES*/


/*CONTENT WRAPPER*/
#contentwrapper{
	border:0px solid red;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	width:739px;
}
	#contentwrapper #mainnav{
		border:0px solid red;
		width:100%;
		height:30px;
		background: url(../images/main_nav_bg.gif) repeat-x;
		background-position:bottom left;
		background-color: #E6E6E6;
		clear:both;
		float:right;
		font-weight:normal;
		font-size: 90%;
		text-align:right;
	}	
		#contentwrapper #mainnav a{
			margin:0px;
			padding:0px;
			border:0px solid red;
			color: #666666;
		}
		#contentwrapper #mainnav a.orange{
			color: #FF6600;
		}
		#contentwrapper #mainnav a.orangebold{
			color: #FF6600;
			font-weight:bold;
		}	
		#contentwrapper #mainnav ul {
			border:0px solid green;
			padding:0 0px 0 0;
			margin:10px 0 0 0;
			list-style-type: none; 
			float:right;
		}
		#contentwrapper #mainnav ul li{
			border:0px solid red;
			/*display:inline;*/
			float:right;
			border-right:1px solid #666666;
			padding:0 4px 0 4px;
			margin:0px;
		}
		#contentwrapper #mainnav li.last{
			border:0px;
			margin:0px;
		}

	#panel_content{
		width:739px;
		height:210px;
		background: url(../images/grey_panel_bg.gif) repeat-x;
		background-position:bottom left;
		background-color: #DDDDDD;
		margin-bottom:10px;
		color:#FFF;
	}
	#panel_content #image{
		float:left;
		width:176px;
		height:209px;
		margin-top:0px;
		margin-left:10px;
		background: url(../images/big_tap.gif) no-repeat;
		background-position:bottom left;
		background-color: inherit;
	}
	#panel_content #featurewrapper{
		width:530px;
		float:right;
		margin:15px 0 0 0;
	}
	#panel_content #featurewrapper .feature_copy{
		float:left;
		height:174px;
		width:250px;
		border-left:3px solid #DEDEDE;
		padding-left:10px;
		padding-right:20px;
	}
	#panel_content #featurewrapper .feature_copy .orange{
		color: #FF6600;
		font-weight:bold;
	}
	#panel_content #featurewrapper .feature{
		float:left;
		height:174px;
		width:200px;
		border-left:3px solid #DEDEDE;
		padding-left:10px;
		padding-right:20px;
	}
	#panel_content #featurewrapper .feature a{
		color:#FFFFFF;
	}
	#panel_content #featurewrapper .large_text{
		font-size:180%;
		font-weight:normal;
		line-height:100%;
	}

/* PRODUCT LISTING STYLES */
	#panel_listing{
		width:739px;
		background: url(../images/grey_panel_bg.gif) repeat-x;
		background-position:bottom left;
		background-color: #DDDDDD;
		color:#FFF;
	}
	#panel_listing #featurewrapper{
		width:100%;
		padding:10px 0 0 0;
	}
	
	#panel_listing #featurewrapper .paging{
		border:0px solid red;
		float:left;
		width:700px;
		padding:7px 20px 10px 10px;
	}
	#panel_listing #featurewrapper .paging a{
		color:#FFF;
		text-decoration:underline;
	}
	
	#panel_listing #featurewrapper .paging .navigation{
		clear:both;
		padding:0px 0 0 0;
		margin:0px 0 0 0;
		font-size:100%;
		font-weight:normal;
	}	
	#panel_listing #featurewrapper .paging .navigation a{
		color:#ffffff;
		text-decoration:underline;
	}	
	
	#panel_listing #featurewrapper .paging .navigation2{
		clear:both;
		padding:0px 0 0 0;
		margin:0px 0 0 0;
		font-size:140%;
		font-weight:bold;
		color:#ffffff;
	}	
	
	#panel_listing #featurewrapper .paging .bread_crumbs ul {
		clear:both;
		background:#E6E6E6 url(../images/main_nav_bg.gif) repeat-x scroll left bottom;
		padding:4px;
		margin:0px 0 0 0;
		list-style-type: none;
		font-size: 160%;
	}
	#panel_listing #featurewrapper .paging .bread_crumbs ul li{
		display:inline;
		margin:0px;
		color:#FF6600;
		/*font-size: 100%;*/
	}
	#panel_listing #featurewrapper .paging .bread_crumbs ul li a{
		display:inline;
		margin:0px;
		color:#FF6600;
		font-weight:bold;
		/*font-size: 100%;*/
		text-decoration:none;
	}
	#panel_listing #featurewrapper .paging .bread_crumbs_white ul li{
		color:#fff;
		display:inline;
		margin:0px;
	}
	#panel_listing #featurewrapper .paging .bread_crumbs_white ul {padding:0;margin:0px 0 0 0;list-style-type: none;}
	#panel_listing #featurewrapper .paging .bread_crumbs_white ul li a{
		color:#fff;
		display:inline;
		margin:0px;
	}

	#panel_listing #featurewrapper .search{
		float:right;
		width:200px;
		padding:0 20px 10px 10px;
	}
	#panel_listing #featurewrapper .large_text{
		font-size:180%;
		font-weight:normal;
		line-height:100%;
	}


/* STEPS */
#contentwrapper #steps{
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:10px;
	margin-bottom:10px;
	width:100%;
}
#contentwrapper #steps ul li{
	font-size:120%;
	color:#666666;
	display:inline;
	padding-left:35px;
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:5px;
	margin-top:5px;  
	line-height:180%;
	background: url(../images/steps_arrow.gif) no-repeat;
	background-position:center left;
}
#contentwrapper #steps li.last{
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
}
#contentwrapper #steps li.selected{
	border:0px;
	padding-top:5px;
	padding-bottom:5px;
	color:#FF6600;
	font-weight:bold;
	font-size: 120%;
}
#contentwrapper #steps ul {padding:0;margin:10px 0 0 0;list-style-type: none;}
/* STEPS */

/* COPY AREA */
#copy{
	width:480px;
	margin-right:20px;
	float:left;
}
#featured_cat{
	width:239px;
	float:left;
	border-bottom:1px solid #DEDEDE;
}
#featured_cat a{
	color:#FF6600;
}
/* COPY AREA */

/*FOOTER WRAPPER*/
#footerwrapper{
	border:0px solid green;
	clear:both;
	float:left;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
	width:739px;
	color:#666666;
}
	#footerwrapper .navigation2{
		border:0px solid red;
		clear:both;
		padding:2px 0 0 0;
		margin:0px 0 0 0;
		font-size:140%;
		font-weight:bold;
		color:#666666; /*ff6600*/
	}	
	#footerwrapper .navigation2 .highlight{
		border:0px solid #FF6600;
		padding:1px 2px 1px 2px;
		margin:0px 0 0 0;
		font-size:100%;
		font-weight:bold;
		color:#ff6600; /*ff6600*/
	}
	#footerwrapper .category{
		border:0px solid green;
		float:left;
		width:130px;
		height:240px;
		border-left:1px solid #CCCCCC;
		border-bottom:0px solid #CCCCCC;
		padding:10px 8px 20px 8px;
	}
		#footerwrapper .category .img_panel{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0.4em 0em;
			height:100px;
		}
		#footerwrapper .category .title{
			border:0px solid red;
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0em 0em;
			color:#666666;
			font-size: 85%;
			font-weight:bold;
		}
		#footerwrapper .category .subtitle{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0em 0em;
			color:#FF6600;
			font-weight:bold;
			font-size: 80%;
		}		
		#footerwrapper .category .desc{
			border:0px solid green;
			clear:both;
			float:left;
			/*background-color:#CCCCCC;*/
			text-align:left;
			height:75px; /* 75 */
		}
		#footerwrapper .category .viewbutton{
			clear:both;
			margin:0em 0px 0px 0px;
			padding:0.5em 0em 0em 0em;					
			text-align:center;
		}	
		
	#footerwrapper .category_list{
		border:0px solid green;
		float:left;
		width:126px;
		height:200px;
		border-left:1px solid #CCCCCC;
		border-bottom:0px solid #CCCCCC;
		padding:10px 10px 20px 10px;
	}			
		#footerwrapper .category_list .copy_panel{
			clear:both;
			float:left;
			height:70px;
		}
		#footerwrapper .category_list .img_panel{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0.4em 0em;
			height:100px;
		}
		#footerwrapper .category_list .title{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0em 0em;
			color:#666666;
			font-size: 85%;
			font-weight:bold;
		}
		#footerwrapper .category_list .subtitle{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0em 0em;
			color:#FF6600;
			font-weight:bold;
			font-size: 80%;
		}		
		#footerwrapper .category_list .desc{
			clear:both;
			float:left;
			border:0px solid green;
			/*background-color:#CCCCCC;*/
			text-align:left;
			height:70px; /* 75 */
		}
		#footerwrapper .category_list .viewbutton{
			clear:both;
			margin:0em 0px 0px 0px;
			padding:0.5em 0em 0em 0em;					
			text-align:center;
		}
				
	#footerwrapper .search_results{
		border:0px solid green;
		float:left;
		width:126px;
		height:200px;
		border-left:1px solid #CCCCCC;
		border-bottom:0px solid #CCCCCC;
		padding:10px 10px 20px 10px;
	}		
		#footerwrapper .search_results .copy_panel{
			clear:both;
			float:left;
			height:70px;
		}
		#footerwrapper .search_results .img_panel{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0.4em 0em;
			height:100px;
		}
		#footerwrapper .search_results .title{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0em 0em;
			color:#666666;
			font-size: 85%;
			font-weight:bold;
		}
		#footerwrapper .search_results .subtitle{
			clear:both;
			float:left;
			margin:0em 0px 0px 0px;
			padding:0em 0em 0em 0em;
			color:#FF6600;
			font-weight:bold;
			font-size: 80%;
		}		
		#footerwrapper .search_results .desc{
			clear:both;
			float:left;
			border:0px solid green;
			/*background-color:#CCCCCC;*/
			text-align:left;
			height:70px; /* 75 */
		}
		#footerwrapper .search_results .viewbutton{
			clear:both;
			margin:0em 0px 0px 0px;
			padding:0.5em 0em 0em 0em;					
			text-align:center;
		}
	
	#footerwrapper .copy_panel_list{
		height:30px;
	}
	#footerwrapper #protx{
		padding-top:30px;
		width:100%;
		text-align:center;	
	}
	#footerwrapper .footer_paging{
		clear:both;
		float:left;		
		border-top:1px solid #DEDEDE;
		border-bottom:1px solid #DEDEDE;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:10px;
		margin-bottom:10px;
		width:100%;
	}

/* CONTACT FORM CLASSSES */
#enquiry{
	clear:both; /*stops the previuos float assignment inherting to this div class: alternative arguments are, left, right, none*/
	width: 100%;	
}
#enquiry form{
	margin:0px; /**removes margins around forms*/
}
#enquiry label{
	position : relative; 
	width : 20em; 
	display : block; 
	margin : .5em 0em; 
	margin-bottom:1.2em;
}
#enquiry label input { 
	position : absolute; 
	left : 100%; 
	top : 0px; 
	width:272px;
} 
#enquiry label img {
	position : relative; 
	left:100%;
	top:0px;
	width:272px;
	padding : .5em 0em; 
}
#enquiry label textarea { 
	position : absolute; 
	left : 100%; 
	top : 0px; 
	height:105px;
	width:272px;
	overflow:hidden; /*hides scrollbar in textarea*/
} 
#enquiry label select { /*applys a style to a forms id="text" only*/
	position : absolute; 
	left : 100%; 
	top : 0px; 
	color: #571F77;
	width:100px;

}
#enquiry input#button { 
	margin-left : 21.3em; 
	font-weight:bold;
	border:0px;
}
/* CONTACT FORM CLASSSES */

/* PRODUCT DETAILS PAGE CLASSES */
#prod_image{
	float:left;
	width:400px;
	margin-right:10px;
}
#prod_details{
	float:right;
	width:329px;
	
}
/* END PRODUCT DETAILS PAGE CLASSES */

/* SHOPPING CART TABLE CLASSES */
#basket_table{
	border:0px solid #FFFFFF;
	padding:0;
	width:100%;
}
#basket_table input{
	width:20px;
}
#basket_table th{
	background:#BFBFBF;
	text-align:center;
}
#basket_table td{
}
#basket_table td.basket_link{
	font-size: 100%;
	font-family: verdana, Arial, tahoma, sans-serif;
	color: #FF6600;
	text-decoration:underline;
	text-align:center;
	font-weight:bold;
}
/* END SHOPPING CART TABLE CLASSES */

/* UPSELLING LINK STYLES */
#upselling ul li{
	color:#666666;
	display:inline;
	margin:0px;
}
#upselling ul {padding:0;margin:0px 0 0 0;list-style-type: none;}
#upselling ul li a{
	color:#666666;
	display:inline;
	margin:0px;
}
/* UPSELLING LINK STYLES */

/*COMMON CLASSES*/
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.text_left{
	text-align:left;
}
.text_right{
	text-align:right;
}
.text_center{
	text-align:center;
}
.search_botton{
	width:88px;
	height:32px;
	border:none;
	outline:none;
	background: url(../images/submit_button.gif) no-repeat;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:inherit;
}
.large_title{
	color:#666666;
	font-size: 130%;
	font-weight:bold;
}
.title{
	color:#666666;
	font-size: 85%;
	font-weight:bold;
}
.subtitle{
	color:#FF6600;
	font-weight:bold;
	font-size: 80%;
}
.step_product{
	color:#FF6600;
	font-weight:bold;
}
.top_bottom_border{
	padding-top:5px;
	margin-top:5px;
	padding-bottom:5px;
	margin-bottom:5px;
	border-top:1px solid #DEDEDE;
	border-bottom:1px solid #DEDEDE;
}
.top_border{
	padding-top:5px;
	margin-top:5px;
	border-top:1px solid #DEDEDE;
}
.bottom_border{
	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #DEDEDE;
}
.pad_left{
	padding-left:10px;
}
.pad_right{
	padding-right:10px;
}
.notice{
	color:#FF0000;
}



/********************************************************************/
/************************** TABLE STYLES ****************************/
/* basic table spacing/layout */
.table_none{
	clear:both;
	margin:0;
	padding:0;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#ffffff;
	text-align:left;
	color:#666666;
}
.table_none table{
	margin:0;
	padding:0;	
	font-size:1em;
	width:auto;
}
.table_none table th{
	margin:0px;
	padding:0px;
	text-align:left;
	border-bottom: 0px solid #666666;
	font-size:1em;
	color:#666666;
	background-color:#ffffff;
}
.table_none table td{
	margin:0px;
	padding:0px;
	text-align:left;
	border-bottom: 0px solid #666666;
	font-size:1em;
	color:#666666;
}

/* general table spacing/layout */
.table_general{
	clear:both;
	margin:0px 0 0px 0;
	padding:0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#ffffff;
	text-align:left;
	color:#666666;
}
.table_general table{
	font-size:1em;
	width:auto;
}
.table_general caption{
	font-size:1.4em;
	color:#666666;
	font-weight:bold;
}
.table_general table th{
	margin:0px;
	padding: 5px 5px;
	text-align:left;
	border-bottom: 1px solid #666666;
	font-size:1em;
	color:#666666;
	background-color:#ffffff;
}
.table_general table td{
	margin:0px;
	padding: 5px 0px;
	text-align:left;
	border-bottom: 0px solid #666666;
	font-size:1em;
	color:#666666;
	vertical-align:middle;
}
.table_general .title{
	clear:both;
	margin:1em 0 1em 0;
	padding:0px;	
	font-size:1em;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

/* filter search table spacing/layout */
.table_filter{
	clear:both;
	margin:0px 0 0px 0;
	padding:0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#ffffff;
	text-align:left;
	color:#666666;
}
.table_filter table{
	border:#000000 0px solid;
	margin:0;
	padding:0;		
	font-size:1em;
	width:auto;
}
.table_filter caption{
	font-size:1.4em;
	color:#666666;
	font-weight:bold;
}
.table_filter table th{
	margin:0px;
	padding: 0px 0px;
	text-align:left;
	border-bottom: 1px solid #666666;
	font-size:1em;
	color:#666666;
	background-color:#ffffff;
}
.table_filter table td{
	margin:0px;
	padding: 2px 0px;
	text-align:left;
	border-bottom: 0px solid #666666;
	font-size:1em;
	color:#666666;
	vertical-align:middle;
}

/* results list table spacing/layout */
.div_table_list{
	border:0px solid red;
	clear:both;
	margin:10px 0 10px 0;
	padding:0px;
	text-align:left;
}
.div_table_list .title{
	clear:both;
	margin:1em 0 1em 0;
	padding:0px;	
	font-size:1.3em;
	font-weight:bold;
	color:#666666;
	text-decoration:none;
}

.table_list{
	border:0px solid red;
	clear:both;
	margin:10px 0 10px 0;
	padding:0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	background-color:#ffffff;
	text-align:left;
	color:#666666;
	width:100%;
}
.table_list table{
	font-size:1em;
	width:100%;
	text-align:left;
}
.table_list caption{
	font-size:1.4em;
	color:#666666;
	font-weight:bold;
}
.table_list table th{
	margin:0px;
	padding: 5px 5px;
	text-align:center;
	border-bottom: 1px solid #666666;
	font-size:1em;
	color:#666666;
	background-color:#ffffff;
}
.table_list table td{
	margin:0px;
	padding: 5px 5px;
	text-align:center;
	border-bottom: 1px solid #666666;
	font-size:1em;
	color:#666666;
	vertical-align:middle;
}
.table_list form{
	text-align:center;
	padding:0px;
	margin:0px;
}

.bg_colour_one tr {
	background-color:#F4F4F4;
}
.bg_colour_one td {
	background-color:#F4F4F4;
}
.bg_colour_two tr {
	background-color:#ffffff;
}
.bg_colour_two td {
	background-color:#ffffff;
}

.table_details{
	clear:both;
	margin:10px 0 10px 0;
	padding:0px;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#ffffff;
	margin-left:auto; margin-right:auto;
	text-align:center;
	color:#666666;
}
.table_details table{
	font-size:10px;
}
.table_details caption{
	font-size:16px;
	color:#336600;
	font-weight:bold;
}
.table_details tbody{
	font-size:10px;
}
.table_details tr{
	font-size:10px;
}
.table_details th{
	margin:0px;
	padding: 1px 1px;
	vertical-align:middle;
	font-size:10px;
	color:#000000;
	font-weight:bold;
}
.table_details td{
	margin:0px;
	padding: 1px 1px;
	vertical-align:middle;
	font-size:10px;
}
.table_details hr{
	clear:both;
	text-decoration:none;
	height: 1px; 
	border-top: 1px solid #000000; 
	width:100%;
	text-align:left;
}
.table_details .label{
	color:#000000;
	font-size:10px;
	font-weight:bold;
}


.table_mailer table{
	background-color:#ffffff;
}

.table_mailer tr{
	background-color:#ffffff;
}

.table_mailer td{
	background-color:#ffffff;
}

/************************** TABLE STYLES ****************************/
/********************************************************************/






