*{ 
	margin: 0px; 
	padding: 0px;
}
html,body{
	height:100.1%;
}
body { 
	background:#E6E6E6 url(../img/background.jpg) top center repeat-y;
	color: #666;
	font-family: "Trebuchet MS",Trebuchet,"Lucinda Grande",   sans-serif;
	font-size:11px; 
	margin: 0px;
	padding: 0px;
	z-index: 0;
	text-align:left;
	width:100%;
 }
 
 
 
 hr {
	padding:0px;
 	width:98%;
	height:1px;
	margin:0px;
 	border-top:0px none;
	border-left:0px none;
	border-right:0px none;
	border-bottom:1px solid #ccc;
 }
	
/* -------------------------------------------------------------------------- 	*/
/*  TEXT STYLES */

body{

}	
h1 { 
	font-size: 14px; 
	margin:15px 5px;
	color:#333;
	font-weight:bold;
	width:30%;
	border-bottom:1px solid #aaa;
}
h1 b{
	color:#DD0000;
} 
h3 { 
	font-size: 11px; 
	margin:15px 5px;
	font-weight:bold;
	color:#666;
	border-bottom:1px solid #aaa;
}


h2 { 
	background: url(../img/h4Back.jpg) top center repeat-x;
	font-size: 11px; 
	line-height:20px;
	font-weight:bold;
	margin: 15px 0px 15px 0px; 
	color:#fff;
	padding-left:8px;
	border:1px solid #000;
}


.downloadsMain h2{
	margin-right:120px;
}

.historyMain h2{
	margin-right:120px;
}


h2.sub { 
	background: url(../img/h4Back-sub.gif) top center repeat-x;
	font-size: 11px; 
	line-height:22px;
	font-weight:bold;
	margin: 5px 0px; 
	color:#fff;
	padding-left:10px;
	border-left:1px solid #5D5D5D;
	border-right:1px solid #5D5D5D;
}

h2 a{
	color:#fff;
}

h2 b{
	color:#ccc;
}

p {	
	font-size:11px; 
	line-height:1.3em;
	color:#666;
	margin:18px 5px;

}

p a{	
	color:#900;
}

p .inputLine input,select{
	margin:0px 10px -3px 10px;
}

td {
	font-size:11px; 


}

.atSign
{
	color:red;
}

ul{
	margin:5px 15px;
}

#main{
	width:740px;	
}


a{
	cursor:pointer;
	color:#000;
	text-decoration:none;
}

a img{
	border:none;
	
}		

a:hover{
	text-decoration:underline;
}

a.selected{
	color:#000;
	font-weight:bold;
}

a.back{
	text-decoration:none;
}

.readMoreLink{
	color:#003399;
}

textarea{
	font-family:arial;
	
}

strong {color:#333;}

/* -------------------------------------------------------------------------- 	*/		
/* LAYOUT ELEMENTS */

#container{
	width:780px;
	margin:0 auto;
}	
	#banner{
		margin:0px 20px;
	}
		#bar{
			overflow:hidden;
			height:22px;
			border:1px solid #000;
			background:#000 url(../img/top_black_bar.jpg) repeat-x;
			text-align:right;
			font-size:10px;
			line-height:20px;	
			color:#aaa;
			padding-right:10px;
		}
		
		#bar a{
			color:#fff;
			text-decoration:underline;
		}	
		
		#bar a:hover{
			color:#FFFFFF;
			text-decoration:none;
		}			
		
		#bannerItem{
			height:85px;
			width:740px;
			background:#fff url(../img/banner.gif) right no-repeat;
		}

		*html #bannerItem{
			margin-bottom:-10px;
		}		
		
		#bannerItem .distributorLogo{
			float:left;
			margin:auto;
			width:170px;
			height:84px;
		}
		
		#bannerItem .brand{
			float:left;
			margin:auto;
			width:170px;
			height:84px;
		}

		
		.leftInfo{
			float:left;
			text-align:left;
			width:300px;
			color:#aaa;
			padding-left:10px;
		}

		.leftInfo a{
			color:#fff;
			text-decoration:underline;
		}		
		
		.leftInfo a:hover{
			color:#FFFFFF;
			text-decoration:none;
		}		

		
	#menuBar{
		margin:0px 0px;
		background:#E5E5E5;
	
	}

*html	#menuBar{
		margin-left:-3px;
		
	}

	
		#menuBar .logo{
			float:left;
			width:208px;
			height:48px;
			background:url(../img/logo_blank.jpg) no-repeat;
			margin-left:2px;
			
		}
		
		#menuBar .breathe{
			margin-left:33px;
			display:none;
		}		
		
		#menu{
			float:left;
			height:57px;
			background:#E5E5E5;
		}
		
			#mainMenu{
				
				height:28px;
				background:#000 url(../img/menuBack.jpg) repeat-x;
				width:740px;
			}
				#mainMenu ul{
					margin:0px;
				}			
				#mainMenu li{
					display:inline;
					float:left;
				}			
				#mainMenu li a{
					display:block;
					padding:0px 12px;				
					border-top:1px solid #000;
					line-height:26px;
					font-family:"Trebuchet MS",Trebuchet;
					font-weight:bold;
					font-size:12px;
					color:#fff;
					text-decoration:none;
				}
						
				#mainMenu li a.selected{
					background: url(../img/menuHoverSelect.jpg) repeat-x;
					border:1px solid #000;
					padding:0px 11px;					
				}
								
				#mainMenu li a:hover{
					background: url(../img/menuHoverBack.jpg) repeat-x;
					border:1px solid #000;
					padding:0px 11px;					
				}			
			
			#subMenu{
				height:18px;
				
				/*background:#FFFFFF url(../img/sub_menuBack.jpg) repeat-x;*/
				background-color:#ececec;
				border-bottom:1px solid #ccc;	
				border-left:1px solid #ccc;			
			}
				#subMenu ul{
					margin:0px;
				}			
				#subMenu li{
					display:inline;
					float:left;
				}			
				#subMenu li a{
					display:block;
					padding:0px 10px 0px 15px;				
					background:url(../img/subMenuPoint.jpg) left center no-repeat transparent;
					background-position:5px 9px;					
					line-height:18px;
					font-family:"Trebuchet MS",Trebuchet;
					font-weight:bold;
					font-size:11px;
					color:#000;
					text-decoration:none;
				}						
				#subMenu li a:hover{
					/*background-color:#ececec;*/
					background-position:5px 9px;
					color:#990000;					
				}					
				#subMenu li a.selected{
					background-color:#A3A3A3;
					color:#fff;	
					text-decoration:none;				
				}			
			
		#menuBar .rightImg{
			float:left;
	
		}
		
		#menuBar .leftImg{
			float:left;
			margin-left:2px;
		}		

		#basketMenu{
				padding-top:1px;
				height:22px;
				line-height:22px;
				font-family:"Trebuchet MS",Trebuchet;
				font-weight:bold;
				font-size:11px;
				color:#000;
				text-decoration:none;
				border-bottom:1px solid #aaa;	
				padding-bottom:2px;
				margin-left:36px;
				background:#E5E5E5;
				width:500px;
			}
	
				#basketMenu a{
					color:#990000;
					text-decoration:none;
				}						
				#basketMenu a:hover{
					text-decoration:underline;
				}					
		
				#basketMenu b{
					background:#C9C9C9;
					padding:3px 5px;
					margin:0px;
					font-size:12px;
					margin-right:8px;
					color:#000;					
				}					
			
	#main{
		background:#E5E5E5;
		margin:0px 20px;
		margin-top:-3px;
	}	

	
		#mainLeft{
			float:left;
		}	
	
		#mainRight{
			float:right;
		}	

		#mainFull{	
			float:left;
		}			
		
			.fullSize{
				width:740px;
			}
			.halfSize{
				width:370px;			
			}
			.thirdSize{
				width:247px;			
			}
			.twothirdSize{
				width:493px;
			}

				#mainFull .subSection{
					border-bottom:1px solid #ccc;
					margin:0px 20px 0px 20px;		
					padding-bottom:5px;					
				}			
				
				#mainFull .subSection h1.prod{
					color:#990000;
				}			
			
				#mainLeft .subSection{
					border-bottom:1px solid #ccc;
					margin:0px 20px 0px 20px;		
					padding-bottom:5px;						
				}

				#mainRight .subSection{
					border-bottom:1px solid #ccc;
					margin:0px 20px 0px 8px;		
					padding-bottom:10px;					
				}
				
				.download{
					text-align:center;
					background:#FFFFFF;
					color:#333;
					margin:5px 0px;
					font-weight:bold;
				}
								
				#download{
					float:left;
					width:145px;
					margin:0px 3px;
				}
				
				#download a{
					display:block;
					padding:2px 0px 2px 10px;
				}			

				#download a:hover{
					background:#ccc;
					display:block;
					padding-left:10px;
				}		
				
				#side{
					float:left;
					width:212px;
					margin:0px 3px;
				}
				
				#side a{
					display:block;
					padding:2px 0px 2px 10px;
				}			

				#side a:hover{
					background:#ccc;
					display:block;
					padding-left:10px;
				}		
				
				.relateProd{
					float:left;
					text-align:center;
					background:#fff;
					width:80px;
					padding:5px;
					width:90px;
					margin-left:10px;
				}

		

				.relateProd a{
					color:#000;
					font-weight:bold;
					text-decoration:none;
				}		
				
	#footer {
		margin:0px 20px;
		text-align:center;
		background:#E5E5E5;
		border-top:4px solid #aaa;
		padding:10px;
	}

/* GENERAL SYLES */
	
.clearfix {
    clear: both; 
}

.right{
	float:right;
}

.left{
	float:left;
}

/* BUTTON SYLE */

.loginBut{
		font-family: "Trebuchet MS",Trebuchet,"Lucinda Grande",   sans-serif;
	float:right;
	color:#fff;
	background: transparent url(../img/miniInputbutton.gif) no-repeat left top;
	width:40px;
	border:none;
	margin:0 1px 0 0;
	padding:0px 5px 0px 2px;
	text-decoration:none;
	font-size: 10px;
	margin-top: 3px;
	text-align:center;
	display:block;
	border: none;
}

a.loginBut:hover{
	background-position:0% -18px;
	text-decoration:none;
	cursor:pointer;
	font-size: 10px;
	
}

input.loginBut:hover{
	background-position:0% -18px;
	text-decoration:none;
	cursor:pointer;
	font-size: 10px;
	
}

.regloginBut{
	font-family: "Trebuchet MS",Trebuchet,"Lucinda Grande",   sans-serif;
	float:right;
	color:#fff;
	background: transparent url(../img/miniInputbuttonReg.gif) no-repeat left top;
	width:50px;
	border:none;
	margin:0 1px 0 0;
	padding:0px 5px 0px 2px;
	text-decoration:none;
	font-size: 10px;
	margin-top: 3px;
	text-align:center;
	display:block;
	border: none;
}

input.regloginBut:hover{
	background-position:0% -18px;
	text-decoration:none;
	cursor:pointer;
	font-size: 10px;
	
}

.mybutton{
	color:#fff;
	background: transparent url(../img/inputbutton.gif) no-repeat left top;
	width:75px;
	border:none;
	margin:0 2px 0 0;
	padding:2px 12px 3px 11px;
	font-weight:bold;
	text-decoration:none;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 4px;
	text-align:center;
	
	border: none;
}

a.mybutton:hover{
	background-position:0% -22px;
	text-decoration:none;
	cursor:pointer;
}

input.mybutton:hover{
	background-position:0% -22px;
	text-decoration:none;
	cursor:pointer;
}

.button{
	float:left;
	color:#000;
	background: transparent url(../img/blackbutton.gif) no-repeat left top;
	margin:0 2px 0 0;
	padding:0 0 0 5px;
	text-decoration:none;
	font-size: 11px;
	letter-spacing: 1px;
	margin-top: 4px;

}

.button span{
	float:left;
	display:block;
	color:#fff;
	background: transparent url(../img/blackbutton.gif) no-repeat right top;
	padding:2px 12px 3px 6px;
	font-weight:bold;
}

a.button:hover{
	background-position:0% -22px;
	text-decoration:none;
	cursor:pointer;
}

a.button:hover span{
	color: #fff;
	background-position:right -22px;
}


.leftInfo{
	overflow:hidden;
}

.leftInfo b {
	font-weight:normal;
	color:#aaa;
}

.subSearch input{
	font-size:11px;
}

.subSearch select{
	font-size:11px;
}

/* GENERIC ELEMENTS */

.confirmation
{
    background:#E2F9E3 url(../img/alertgood_icon.gif) no-repeat;
    background-position:0px 5px;
    border:1px solid #99CC99;
    color:#006600;
    padding:10px;
    text-indent:20px;
    margin-top:10px;
}

.upgrade_error {
	background-color: #FFC4BF;
	color: #D94B46;
	margin: 3px auto;
	padding: 8px 24px;
	text-align: left;
	background: url(../img/icons/exclamation.png) no-repeat left top;
	background-position: 6px 8px;
}


.error{
    background:#AE0403 url(../img/alertbad_icon.gif) no-repeat;
    background-position:0px 5px;
    border:1px solid #BE0707;
    color:#ffffff;
    padding:10px;
    text-indent:20px;
    margin-top:10px;
}

.note{
	background-color: #FFC4BF;
	border: 1px solid #A9A9A9;
	color: green;
	margin: 3px auto;
	padding: 8px 25px;
	text-align: left;
	background: #FFFFFF url(../img/icons/accept.png) no-repeat left top;
	background-position: 6px 8px;
}

.red
{
	color:#aa0000;
}

.rederror
{
	background:#aa0000 url(../img/alertbad_icon.gif) no-repeat;
	background-position:0px 3px;
	color:white;
	padding:6px 0px 6px 30px;
}

.downloadrederror
{
	background:#aa0000 url(../img/alertbad_icon.gif) no-repeat;
	background-position:0px 3px;
	color:white;
	padding:6px 0px 6px 30px;
	width: 300px;
}

.prodImg{
	padding:8px;
	margin:3px 8px 3px 0px;
}


.treeElement{
	
	border:1px solid #d5d5d5;
}

.treeElement a{
	display:block;
	font-size:12px;
	padding:0px 5px 0px 8px;
	margin:0px;
	color:#000;
	font-weight:bold;	
}

.treeElement a:hover{
	background:#d5d5d5;
	font-weight:bold;	
	text-decoration:none;
}


.treeElement .selected{
	font-weight:bold;
	background:#d5d5d5;	
	color:#900;
}

.homeNewsImg{
	float:left;
	margin-right:8px;
}

.topLogin{
	width:420px;
	float:right;
	text-align:right;
	line-height:21px;
}

.topInput{
	width:100px;
	margin-top:3px;
	font-size:10px;
	height:12px;
}


.homeNews{
}

.homeNewsItem{
	background:url(../img/listBullet.gif) no-repeat 6px 8px;
	padding:1px 3px 3px 18px;
}

.homeNewsItem p{
	color:#333;
}

.homeNewsItem .homeNewsImg{
	width:36px;
	height:36px;
	overflow:hidden;
	margin-top:2px;
	border:2px solid #eee;
}


.homeNewsItem a{
	color:#333;
	text-decoration:none;
}

.homeNewsItem .readMoreLink {
	color:#aa0000;
	text-decoration:underline;
}

.newsDesc{
	margin-bottom:5px;
}

.homeDownload {
	margin:0px;
	padding:0px;
	border-bottom:1px solid #d5d5d5;
}


.homeDownload a{
	display:block;
	padding:8px 2px 8px 8px;
}

.homeDownload p{
	padding-left:30px;
}

.homeDownload a:hover{
	text-decoration:none;
	background:#D5D5D5;
}

.homeDownload .deactive{
	text-decoration:none;
}

.homeDownload .deactive h1{
	color:#aaa;
}
.homeDownload .deactive p{
	color:#bbb;
}
.homeDownload .deactive a{
	color:#bbb;
}


.homeDownload a img{
	float:left;
	margin:9px 8px 9px 5px;
}

.homeDownload a h1{
	margin:0px;
}

.homeDownload a p{
	margin:0px;
}

/*=============== NEWS PAGE ============*/

.newsItem{
}

.newsItem h1{
	font-size:12px;

}

.newsItem h1 a{
	color:#555;
}

.newsItem .newsDate{
	text-align:left;
	font-size:10px;
	color:#aaa;
}


.newsItem .newsImage{
	float:left;
	margin-right:8px;
	border:3px solid #fff;
}

.floatSearch{
	float:right;
	width:300px;
}


.newsView .newsDate{
	text-align:left;
	font-size:11px;
	color:#aaa;
}

.newsView .newsImage{
	float:left;
	margin-right:8px;
	border:3px solid #fff;
}

/*=============== SEARCH PAGE ============*/


.searchResults a{
	display:block;
	background:url(../img/listBullet.gif) no-repeat 6px 3px;
	padding:0px 3px 5px 18px;
	text-decoration:none;
}

.searchResults a:hover{
	background-color:#ddd;
}

.searchResults a .newsDate{
	color:#888;
}

.searchResults a h1 {
	font-size:12px;

}
.faqPage h3{
	color:#333;
}

/*=============== PRODUCTS PAGE ============*/

.catBoxMenu a{
	display:block;
	float:left;
	width:120px;
	height:140px;
	margin:8px;
	text-align:center;

	padding-top:5px;
}
.catBoxMenu a h1{
	text-align:center;
	margin-bottom:8px;
	font-size:8pt;
}

.catBoxMenu img{
}

.catBoxMenu a:hover{
	text-decoration:none;	
}

.prodItems {
	border-bottom:1px solid #d5d5d5;
}


.prodItems h1 a{
	color:#990000;
}

.prodItems .textitem{
	margin-left:5px;
}

.prodItems img{
	padding:3px;
	margin:3px 8px 3px 5px;
}

.relCats a{
	display:block;
	padding:5px 8px;
	border-bottom:1px solid #ccc;	
}

.relCats a:hover{
	background:#d5d5d5;
	text-decoration:none;		
}

.relProds a{
	display:block;
	padding:5px 8px;
	border-bottom:1px solid #ccc;
}

.relProds a:hover{
	background:#d5d5d5;
	text-decoration:none;		
}

/*=============== GENERAL STYLES  ============*/

.noClose{
	border:none;
}	

.readMoreLink{
	color:#aa0000;
}


/* Styles for the tree.                                     */
SPAN.TreeviewSpanArea A 
{
     font-size: 7pt; 
     font-family: verdana,helvetica; 
     text-decoration: none;
     color: black;
}
SPAN.TreeviewSpanArea A:hover 
{
     color:#950100;
}

.rev
{
	unicode-bidi:bidi-override; direction:rtl;
}

.nohover{
	margin:5px 0px 0px 37px;
}

.nohover b{
	font-size:12px;
}

.nohover a{
	display:inline;
	padding:8px 0px 8px 0px;
	color:#990000;
}

.nohover a:hover{
	text-decoration:none;
	background:none;
}

.infoTable{
	margin:5px;

}

.infoTable td{
	padding:4px 3px;
}

.infoTable th{
	font-size:12px;
	color:#333;
	border-bottom:1px solid #aaa;
}

.infoTable a{
	color:#990000;
}


.infoTable .code{
	text-align:right;
	font-style:italic;
}

.downloadLink{
	margin:0px 3px;
	padding-left:26px;
	background:url(../img/icons/disk_blue.png) no-repeat 3px 0px;
	height:30px;
}
	.downloadLink b{
		color:#333;
	}
	
	.downloadLink.right{
		margin-top:-35px;
		float:right;
	}	
	
.historyMain td.downloadLink{
	height:18px;
	background:url(../img/icons/disk_blue.png) no-repeat 3px 7px;
}
	
.checkoutMain h1{
	width:40%;
}

	.checkoutMain h1 a{
		font-size:11px;
		color:#990000;
		margin-left:10px;
	}
	
.checkoutPrice{
	background:#ccc;
	font-size:11px;
	font-weight:bold;
	color:#333;
}

.checkoutTitle{
	background:url(../img/subMenuPoint.jpg) no-repeat 3px 12px;
}

.checkoutTitle b{
	color:#333;
	margin-left:15px;
}

.checkoutSubTotal{
	font-size:13px;
	color:#333;
	border-top:1px solid #aaa;
	border-bottom:1px solid #aaa;
}

.checkoutTotal{
	font-size:13px;
	font-weight:bold;
	color:#900;
	background:#ccc;
	border-bottom:1px solid #aaa;
}

.loginBox{
	width:320px;
	height:200px;
	margin:200px auto;
}

.historyDate{
	float:right;
	margin-right:10px;
	color:#ccc;
}

.reportsMain .infoTable td{
	height:50px;
}

.dateSelect{
	display:block;
	width:194px;
	height:16px;
	padding:2px 4px;
	border:1px solid #A5ACB2;
	background:#fff url(../img/icons/calendar.gif) no-repeat 184px;
	font-size:12px;	
	color:#000;
	
}

.reportsTable {
	width:700px;
	min-height:200px;
	max-height:600px;
	overflow:auto;
	border:1px solid #aaa;
}

.reportsTable table{
	border-collapse:collapse;
}

.reportsTable tr{
	background:#fff;
}

.reportsTable th{
	background: url(../img/h4Back.jpg) top center repeat-x;
	font-size: 11px; 
	line-height:20px;
	font-weight:bold;
	margin: 15px 0px 15px 0px; 
	color:#fff;
	padding-left:10px;
	border:1px solid #000;
}

.reportsTable td{
	font-size: 10px; 
	line-height:20px;
	margin: 15px 0px 15px 0px; 
	color:#000;
	padding:0px 10px;
	border:1px solid #ccc;
}

.topSelect
{
	font-size:9px;
	width:220px;
}

/* FORM ELEMENTS  --------------------------------------------*/
.optional,.submit,.radio {
	border-bottom: 1px solid #ffffff;
	color: #333;
	clear: both;
	padding: 3px 0px;
	margin: 0 0 0 0;
	background-color: #f5f5f5;
	width: 590px;
	font-size:11px;
}

.form
{
	border: 1px solid #d9d9d9;
	color: #333;
	clear: both;
	padding: 5px;
	margin: 0 0 0 0;
	width: 590px;
}

.optional th {
	background-color: #EEEEEE;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #003d4c;
	border-bottom: 1px solid #003d4c;
	text-align: center;
	padding: 1px 4px;
}

.optional .field {
	background-color: #EEEEEE;
	border-bottom: 1px solid #fff;
	width: 35%;
	padding-left: 5px;
	font-weight: bold;
	color: Black;
}

.optional .field2 {
	background-color: #EEEEEE;
	border-bottom: 1px solid #fff;
	padding-left: 5px;
	font-weight: bold;
	color: Black;
}

.optional input {
	display: inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width: 365px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.optional input.sml {
	display: inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width: 20px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.optional .disabled {
	display: inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 4px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width: 90%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #f5f5f5;
	border: 1px solid #7F9DB9;
	height: 15px;
}

.optional .textarea {
	display: inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width: 365px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.optional select {
	display: inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	width: 365px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.optional select option {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}

.optional label {
	width: 180px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	color: Black;
	height: 30px;
}

.optional br {
	clear: left;
}

.submit input {
	margin-left: 184px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
}

/* IE6 */
* html .optional select {
	width: 365px;
}

/* IE7 Only */
* :first-child+html .optional select {
	width: 365px;
}

.optional a,.submit a {
	display: inline;
	font-size: 0.8em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	padding: 0px 5px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0pt;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.optional p {
	margin: 0px;
}

.radio input {
	width: auto;
	display: inline;
}

.radio label {
	width: 180px;
	float: left;
	padding-left: 5px;
	font-weight: bold;
	color: Black;
}

.optional textarea {
	display: inline;
	font-size: 13px;
	font-family: arial, "Trebuchet MS", Trebuchet, "Lucinda Grande", verdana,
		helvetica, sans-serif;
}

.optional option {
	font-size: 13px;
	font-family: arial, "Trebuchet MS", Trebuchet, "Lucinda Grande", verdana,
		helvetica, sans-serif;
}

.input {
	display: inline;
	font-size: 0.9em;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	width: 90%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.sortContainer
{
	width:400px;border:1px solid #c9c9c9;font-size:10px;
}


/* GRID --------------------------------------------*/
.grid {
	border: 1px solid #a9a9a9;
	width: 100%;
}

.grid a {
	margin: 0;
	border: 0;
	padding: 0;
	color: #C80000;
	text-decoration: underline;
}

.grid td {
	cursor: default;
	padding: 3px;
	border-right: 1px solid #EAE9E1;
	border-bottom: 1px solid #EAE9E1;
	font-family: verdana;
	font-size: 10px;
	border-top: 1px solid #ffffff;
}

/* DataGrid header */
.grid_header {
	background-color: #E2E2E2;
}

.grid_header th {
	background-color: #E2E2E2;
	border: 1px solid #FFFFFF;
	border-right-color: #B5B5B5;
	border-bottom-color: #B5B5B5;
	border-left: 1px solid #B5B5B5;
	padding: 3px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
}

/* DataGrid Footer */
.grid_footer {
	color: black;
	background-color: #DADFE3;
	border-color: #000000;
}

.grid_footer td {
	border-top: 1px solid #748797;
}

/* DataGrid Footer 2*/
.grid_footer_2 {
	color: White;
	background-image: none;
	background-color: #748797;
	border-top: 1px solid #000;
	height: 10px;
	font-weight: bold;
}

.grid_pager td,#main .grid_pager table {
	color: black;
	background-color: #ddd;
	font-family: Arial;
	font-size: 6pt;
	padding: 0px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: 0px solid;
}

.grid_pager a {
	color: #748797;
}

/* DataGrid items */
.grid_item {
	background-color: white;
	color: #000000;
	font-family: Arial;
}

.grid_itemAlt {
	background-color: #f5f5f5;
	color: #000000;
	font-family: Arial;
}

.grid_item td {
	padding-left: 3px;
}

.grid_itemAlt td {
	padding-left: 3px;
}

/* DataGrid alternate items */
.grid_altitem {
	background-color: #f5f5f5;
	color: #000000;
	border-color: #dcdcdc;
}

/* DataGrid Selected items */
.grid_selitem {
	background-color: #8bbbe1;
	color: #000000;
	border-color: #dcdcdc;
}

/* Terms and Conditions */
.terms
{
	margin-left:22px;	
}

.termstitle
{
	font-size:12px;
}


ol.terms li
{
	padding-top:10px;
}

ol.subterms
{
	margin-left:19px;
}