/***** Shared Styles for MN Dental Themes *****/

/* This site runs like Clockwork (http://www.clockwork.net/). */

* {
	margin: 0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 12px;
	background: #efab00 url(/amm/themes/mda_new/images/bg.jpg) repeat-x;
}
body {
	text-align: left;
}
#message {     
	color: #b91418;    
	font-weight: bold;
	font-size: 14px;
	padding: 10px 0 0 24px;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	width: 885px;
} 
p {
	margin: 0;
	padding: 0.5em 0; 
	text-align: left; 
	font-family: "Arial", Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}
#header_wrapper {
	margin: 0;
	padding: 0;
	height: 100px;
	width: 885px;
	float: left;
}
#logo {
	margin: 0;
	padding: 28px 0 0 60px;
	float: left;
	height: 58px;
	width: 101px;
}
#utility_nav {
	margin: 0;
	padding: 20px 35px 0 0;
	float: right;
	width: 587px;
	text-align: right;
}
#utility_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#utility_nav li {
	margin: 0;
	padding: 0 10px 0 20px;
	float: left;
}
#utility_nav li a {
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 10px;
	color: #9B9D9F;
	text-decoration: none;
}
#utility_nav li a:hover {
	text-decoration: underline;
}
.indicator {
	background: url(/amm/themes/mda_new/images/icon_shopping_cart.gif) no-repeat;
}
.news {
	background: url(/amm/themes/mda_new/images/icon_news.gif) no-repeat;
}
.member {
	background: url(/amm/themes/mda_new/images/icon_member.gif) no-repeat;
	display: none;
}
.journal {
	background: url(/amm/themes/mda_new/images/icon_journal.gif) no-repeat;
}
.contact {
	background: url(/amm/themes/mda_new/images/icon_contact.gif) no-repeat;
}
.star {
	background: url(/amm/themes/mda_new/images/icon_star.gif) no-repeat;
}
#search_box {
	margin: 0;
	padding: 20px 35px 0 0;
	float: right;
	height: 13px;
	width: 565px;
	text-align: right;   
}

.TextField {
background-color: white;
border-width: 0;
color: #838077;
font-size: 10pt;
border: 1px solid #DFDED8;
font-family: arial;
}
/* Start the Main Nav Styles */
#nav_wrapper {
	padding-left: 70px;
	margin-bottom: 10px;
	width: 865px;
	height: 38px;
	float: left;
	text-align: center;
}	
#nav_left {
	margin: 0;
	padding: 0;
	float: left;
	height: 38px;
	width: 15px;
	background: #ffffff url(/amm/themes/mda_new/images/nav_left.jpg) no-repeat;  
	border-right: 1px solid #8b8bc0; 
}
.suckertreemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	height: 38px;
	width: 753px;
	background: #ffffff url(/amm/themes/mda_new/images/nav_middle.jpg) repeat-x; 
}  
.suckertreemenu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

/*Top level list items*/
.suckertreemenu ul li{
	position: relative;
	display: inline;
	float: left;
	width: 149px;  
	text-align: center;   
	font-weight: normal;
	font-size: 11px; 
	border-right: 1px solid #8b8bc0; 
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 133px; /*Width of top level menu link items*/
	padding: 13px 8px 1px 8px;
	background-color: none;
	text-decoration: none;
	color: #fff; 
	height: 21px;
	font-size: 11px; 
}     
.suckertreemenu ul li a:hover {
	font-size: 11px; 
	padding: 13px 8px 1px 8px;
    color: #efab00;  
	height: 21px;
	text-decoration: none;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
	display: list-item;
	float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
	display: block;
	width: 133px; /*width of sub menu levels*/
	background-color: #424a95;   
   color: #fff;   
   text-align: left;    
   height: auto;  
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px; 
   border-bottom: 1px solid #3C4386;
   border-top: 1px solid #555C9F;
}

.suckertreemenu ul li ul li a:hover {
	color: #efab00; 
	display: block;
	width: 133px; /*width of sub menu levels*/
	background-color: #424a95; 
   text-align: left;    
   height: auto;  
   padding-top: 10px;
   padding-left: 10px;
   padding-bottom: 10px; 
   border-bottom: 1px solid #3C4386;
   border-top: 1px solid #555C9F;
}


* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
#nav_right {
	margin: 0;
	padding: 0;
	float: left;
	height: 38px;
	width: 15px;
	background: #ffffff url(/amm/themes/mda_new/images/nav_right.jpg) no-repeat;
}                 
ul#left_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;   
	float: left;
}	
/* Start the 3rd Level */
ul#left_nav li {
	display: block;
	list-style: none;
		
}     
ul#left_nav li a {
	display: block;
	padding: 10px 5px 10px 20px; 
	margin: 0;
	font-size: 11px; 
	color: #fff;
	text-decoration: none;
	background: #25458F;  
	border-top: 1px solid #355397;
	border-bottom: 1px solid #284178;
	width: 150px;
	height: auto;
}
ul#left_nav li a:visited {
    display: block;
	padding: 10px 5px 10px 20px;
	font-size: 11px;
	color: #fff;
	text-decoration: none; 
	background: #25458F;  
	border-top: 1px solid #355397;
	border-bottom: 1px solid #284178;
	width: 150px;
	height: auto;
}

ul#left_nav li a:hover {
	display: block;
	font-size: 11px;
	padding: 10px 5px 10px 20px;
	color: #EFF1F7;
	text-decoration: none;
	background: #455F9F;  
	border-top: 1px solid #355397;
	border-bottom: 1px solid #284178;
	width: 150px;
	height: auto;
}
ul#left_nav li a:active {
	display: block;
	border: none;
	padding: 10px 5px 10px 20px;
	color: #EFF1F7;
	text-decoration: none;
	background: #455F9F;  
	border-top: 1px solid #355397;
	border-bottom: 1px solid #284178;
	width: 150px;
	height: auto;
}
/* Start the 4th Level */
ul#left_nav li ul  {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	border-bottom: 0;	
}
ul#left_nav li ul li  {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
	
	border-bottom: 0;	
}
ul#left_nav li ul li a {
	margin: 0;
	display: block;         
	padding: 5px 0 5px 30px;
	border: 0;	
	color: #455F9F; 
	background: #6b9cd4; 
	border-top: 1px solid #73A1D6;
	border-bottom: 1px solid #6695CA;
	text-decoration: none;
	background-image: none;
	width: 145px;
	height: auto;
}
ul#left_nav li ul li a:visited {
    margin: 0;
	display: block;
	padding: 5px 0 5px 30px;
	border: 0;	
	color: #455F9F; 
	background: #6b9cd4;             
	border-top: 1px solid #73A1D6;
	border-bottom: 1px solid #6695CA;
	text-decoration: none;
	background-image: none;
	width: 145px;
	height: auto;
}

ul#left_nav li ul li a:hover {
	margin: 0;         
	display: block;
	border: none;      
	padding: 5px 0 5px 30px;
	color: #455F9F; 
	background: #6b9cd4;   
	border-top: 1px solid #73A1D6;
	border-bottom: 1px solid #6695CA;
	text-decoration: underline;
	width: 145px;
	height: auto;
}
ul#left_nav li ul li a:active {
	margin: 0;        
	display: block;
	border: none;           
	padding: 5px 0 5px 30px;
	color: #455F9F; 
	background: #6b9cd4; 
	border-top: 1px solid #73A1D6;
	border-bottom: 1px solid #6695CA;
	text-decoration: underline;
	width: 145px;
	height: auto;
}
#content_area_wrapper {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	clear: both;       
}
#side_logo {
	margin: 0;
	padding-top: 50px;
	width: 50px;
	float: left;
	min-height: 551px;
}
#side_bars {
	margin: 0;
	padding: 0 0 0 20px;
	width: 803px;      
	background: #f1b725 url(/amm/themes/mda_new/images/side_bar.png) repeat-x;
	float: left;       
	min-height: 550px;
	height: auto !important;
	height: 550px;
}

#home_content_area_3 {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 208px;
	text-align: center;
	background: #fff;
	float: left;   
}
#middle_content_wrapper {
	margin: 0;
	padding: 0 0 10px 0;
	width: 780px;
	background: #fbe39d; 
	float: left;        
	min-height: 550px;
	height: auto !important;
	height: 550px; 
	line-height: 18px;
}                     
#home_content_area_2 {
	margin: 0 10px 0 0;
	padding: 25px 15px 0 20px;
	width: 261px;      
	float: left;
}   
#home_content_area_2 ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style: none;
}
#home_content_area_2 ul li {
	margin: 0;
	padding: .5em 0;
	font-size: 11px;
	list-style: none;
}
#home_content_area_2 ul li a {
	font-size: 11px;
}

#home_content_area_1 {
	margin: 0;
	padding: 25px 0 0 0;
	float: left;
	width: 454px;
	background: #fbe39d;
}

/* This is the Internal 1 Column Styles */

#breadcrumb {
	margin: 15px 0 15px 30px;
	padding: 0;
	width: 700px;
    float: left;
	line-height: 16px;
}    
.breadcrumb_component_current {
	padding-top: 3px;
}    
#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}  
#breadcrumb ul li {
	margin: 0;
	padding: 0 5px;  
	float: left;
	color: #fff;
	font-family: "Helvetica", Arial, Verdana, sans-serif;  
	font-weight: bold;
	font-size: 12px;
	text-align: left;  
}
#breadcrumb ul li a{
	color: #fff;  
	margin: 0;
	padding: 0;   
	font-size: 12px; 
}
#breadcrumb ul li a:visted {
	color: #fff;
	margin: 0;
	padding: 0;     
	font-size: 12px;
}
#breadcrumb ul li a:hover {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;		
	font-size: 12px;
}
#breadcrumb ul li a:active {
	color: #fff;
	text-decoration: none;
	margin: 0;
	padding: 0;     
	font-size: 12px;
}

#onecolumn_middle_content_wrapper {
	margin:0;
	padding: 0;
	width: 780px;
	background: #fff; 
	min-height: 500px;
	height: auto !important;
	height: 500px;
	float: left; 
	text-align: left;   
}
#onecolumn_content_area_2 {
	margin: 0;
	padding: 0;
	width: 780px;
	height: 208px;
	text-align: center;
	background: #fff;
	float: left;
}

#onecolumn_content_area_1,
#onecolumn_content_area_1_redux {
	margin: 0;
	padding: 20px;
	width: 700px;
	background: #fff;
	float: left;
} 

#onecolumn_content_area_1 ul,
#onecolumn_content_area_1_redux ul {
	margin: 0 0 0 20px;
	padding: 0;
}     
#onecolumn_right {  
	margin-top: 50px; 
	margin-left: 20px;
	margin-bottom: 20px;
	width: 205px;
	float: right;
	padding: 5px 10px 10px 10px;
	background: #eee; 
} 
/* End One Column Styles */

/* This is the Internal Two Column Styles */
#twocolumn_content_area_3 {
	margin: 0;
	padding: 0;                   
	text-align: center;
	background: #fff;
	float: left; 
	width: 778px;
	height: 208px;    
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#twocolumn_content_area_2 {
	margin: 0;
	padding-left: 20px;
	padding-top: 20px; 
	padding-bottom: 20px;
	width: 200px;
	background: #fff;
	float: left;
}
#twocolumn_content_area_1 {
	margin: 0;
	padding-top: 20px;
	float: left;
	width: 535px;
	background: #fff;
}    
#twocolumn_content_area_1 ul {
	margin: 0;
	padding: 0 0 0 40px;
	
}
#twocolumn_content_area_1 ul li {
	margin: 0;
	padding: 0;
	list-style: disc;
}
#twocolumn_content_area_1 img {
        margin: 5px;
        padding: 5px;
        border: 1px solid #ccc;
}
#twocolumn_content_area_1 table img {
        margin: 5px;
        padding: 5px;
		border: 0;
}

/* End Two Colum Styles */

/* Start Splash Page Styles */
#splash_header_wrapper {
	margin: 0;
	padding: 0;
	height: 148px;
	width: 885px;
	float: left;
}
#splash_utility_nav {
	margin: 0;
	padding: 17px 33px 0 0;
	text-align: right;
	height: 50px;
	width: 565px;
	float: right; 
}
#splash_utility_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#splash_utility_nav li {
	margin: 0;
	padding: 0 10px 0 20px;
	float: left;
}
#splash_utility_nav li a {
	margin: 0;
	padding: 0;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 10px;
	color: #9B9D9F;
	text-decoration: none;
}
#splash_utility_nav li a:hover {
	text-decoration: underline;
}
#splash_search_box {
	margin: 0;
	padding: 38px 33px 0 0;
	height: 1px;
	width: 565px;   
	float: right;    
  
}
#splash_page_middle {
	padding-top: 10px;
	width: 780px;     
	float: left;
	min-height: 700px;
	background: #fff url(/amm/themes/mda_new/images/splash_bg.gif) no-repeat;
	background-position: center;
}
#splash_page_middle p{
	margin: 0;
	padding-left: 5px;
	color: #666666;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;	
}
#splash_page_content1 {
	margin: 0;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	width: 235px;    
	float: left;	
}

#splash_page_content1 h1 {
	margin: 0;
	padding-left: 5px;
	color: #0e2880;
	padding-top: 10px;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 15px; 
	border-bottom: none;
	
}                    

#splash_page_content1 ul {
	margin: 0;           
	padding: 0 0 0 30px;
}              

#splash_page_content1 li {
	margin: 0;           
	padding: 0;       
	list-style: solid;
	color: #0e2880;
}
#splash_page_content1 a{
	margin: 0;     
	color: #0e2880;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
		
}	
#splash_page_content1 a:visted {
	color: #0e2880;
	text-decoration: underline;		
}
#splash_page_content1 a:hover {
	color: #0e2880;
	text-decoration: none;		
}
#splash_page_content1 a:active {
	color: #0e2880;
	text-decoration: none;
}
#splash_page_content2 {
	padding-top: 10px;
	margin-right: 10px;
	width: 242px;    
	float: left;	
}

#splash_page_content3 {
	margin: 0;
	padding-top: 10px;
	float: left;
	width: 240px;     
		
}
#splash_page_content3 h1 {
	margin: 0;
	padding-left: 5px;
	color: #efab00;
	padding-top: 10px;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 15px;
	border-bottom: none;	
} 
#splash_page_content3 ul {
	margin: 0;           
	padding: 0 0 0 30px;   
}              

#splash_page_content3 li {
	margin: 0;           
	padding: 0;       
	list-style: solid;  
	color: #efab00;
}
#splash_page_content3 a { 
	margin: 0;
	color: #efab00;
	font-family: "Arial", Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;		
}
#splash_page_content3 a:visted {
	color: #efab00;
	text-decoration: underline;		
}
#splash_page_content3 a:hover {
	color: #efab00;
	text-decoration: none;		
}
#splash_page_content3 a:active {
	color: #efab00;
	text-decoration: none;
}

/* Min-Height Hack for IE, http://cssplay.co.uk/boxes/minheight.html */
/*\*/
* html div#splash_page_middle {
	height: 700px;
}

/* END Splash Page Styles */


/* MasterCal styles */
.calgrid { background-color: #999999; }

a.calbutton:link { font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: normal; font-size: 9; background-color: #FFFFFF; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; border: 1px solid #333333; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; }
a.calbutton:visited { font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: normal; font-size: 9; background-color: #FFFFFF; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; border: 1px solid #333333; }
a.calbutton:active { font-family: Arial, Helvetica, sans-serif; color: #000000; text-decoration: none; font-weight: normal; font-size: 9; background-color: #fff; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; border: 1px solid #333333; }
a.calbutton:hover { font-family: Arial, Helvetica, sans-serif; color: #EAA640; text-decoration: none; font-weight: normal; font-size: 9; background-color: #fff; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; border: 1px solid #999999; }

.caltitle { background-color: #efab00; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; font-weight: bold; line-height: 20px; }
.calnavrow { background-color: #efab00; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; font-weight: bold; }
.caldayrow { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #333333; background-color: #FFFFFF; }
.calweekrow { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF; background-color: #0E3393; }
.caltext { font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: normal; color: #333333; }
.caldate { font-family: Arial, Helvetica, sans-serif; font-size: 9px; color: #666666; }


/* footer styles */

.footer, .push {
	height: 100px; 
}
.footer{
	margin: 0 auto;
	padding: 0;
	background: #183791 url(/amm/themes/mda_new/images/footer_bg.jpg) repeat-x 0 0;
	font-family: Arial, Trebuchet, sans-serif;
	font-size: 11px;
	color: #fff;
}
.clear{
	clear: both;	
}
#footer_wrapper {
	margin: 0 auto;
	padding-top: 10px;
	width: 800px; 
	padding-left: 50px;       

}
#footer_copyright{
	margin: 0;
	padding: 0;
	height: 90px;
	width: 300px;
	float: left;
	
}
#footer_copyright a{
	color: #fff;        
	font-size: 11px;      
	line-height: 14px;
	text-decoration: underline;
	
}
#footer_copyright a:visted {
	color: #fff;               
	font-size: 11px;  
	text-decoration: underline;		
}
#footer_copyright a:hover {
	color: #fff;      
	font-size: 11px;  
	text-decoration: none;		
}
#footer_copyright a:active {
	color: #fff;      
	font-size: 11px;  
	text-decoration: none;
}
#footer_utility{
	margin: 0; 
	padding: 0 15px 0 0;
	float: right;
	width: 300px;
	height: 90px;  
	text-align: right;   
	line-height: 18px;
}

#footer_utility a{
	color: #fff;        
	font-size: 11px;      
	line-height: 14px;
	text-decoration: underline;
	
}
#footer_utility a:visted {
	color: #fff;               
	font-size: 11px;  
	text-decoration: underline;		
}
#footer_utility a:hover {
	color: #fff;      
	font-size: 11px;  
	text-decoration: none;		
}
#footer_utility a:active {
	color: #fff;      
	font-size: 11px;  
	text-decoration: none;
}

div.clear {
	clear: both;
}

a.clockwork:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
a.clockwork:visited {
	color: #fff;
	text-decoration: underline;  
	font-size: 11px;
}
a.clockwork:hover {
	color: #FFCC00;
	text-decoration: underline; 
	font-size: 11px;
}

a.clockwork:active {
	color: #FFCC00;     
	font-size: 11px;
}
h1, .hd1 {
	font-family: "Georgia", Helvetica, sans-serif;
    font-size: 20px;
    color: #183791;    
	font-weight: normal;
	border-bottom: 1px dotted #183791;
	padding: 0 0 .5em 0;
	padding: 0 0 .75em 0;
}
h2, .hd2 {     
	margin: 0;
	padding: 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-size: 18px;
    color: #efab00;                   
}
h3, .hd3 {     
	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #efab00;
}
h4, .hd4 {     
	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #183791;
}

h5, .hd5 {     
   	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
	font-size: 15px;
	color: #183791;    
	font-weight: normal;
	border-bottom: 1px solid #183791;
	
}
h6, .hd6 {     
	margin: 0;
	padding: 0.5em 0;
    font-family: "Georgia", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #efab00;
}

blockquote      { margin-left: 40px; margin-right: 40px }

a:link {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #183791;
        /* text-decoration: underline; */
}
a:visited {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #183791;
        /* text-decoration: underline; */
}
a:hover {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
	color: #637FC7;
	text-decoration: none;
}
a:active {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #183791;
        text-decoration: underline;
}
.textbold {
        font-weight: bold;
}
/* Reset components.css */
div.image_rotator_component {
	margin: 0;
}


/* MDA Classifieds */
table.classified_ads,
table.classified_ad_display_filter {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 90%;
}

table.classified_ads td,
table.classified_ads th {
	border: 1px 0 1px 0 solid #aaa;
	padding: 0.75em;
	vertical-align: top;
}

table.classified_ads th {
	font-weight: bold;
	background-color: #ddd;
}

table.classified_ads th a {
}

table.classified_ads a.ad_headline {
	font-size: 1.25em;
	font-weight: bold;
	text-decoration: none;
}

a.button {
	text-decoration: none;
	font-weight: bold;
	padding: 0.25em 0.5em;
	border: 1px solid #ccc;
}

a.button:hover {
	color: #0e2880;
	background-color: #8da7ff;
}


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

ul.classified_ad_display_filter li {
	display: block;
	margin: 0;
	padding: 0.25em 0.5em;
	width: 15em;
	float: left;
}

ul.classified_ad_display_filter label {
	border-bottom: 1px dotted #999;
	margin-left: 0.5em;
}
* html ol {
	margin: 0 0 0 35px;
}
tr.caldayrow td a:link, tr.caldayrow td a:visited {
	padding: 0 0 5px 0;
	display: block;
}
tr.caldayrow td a:hover, tr.caldayrow td a:active {
	padding: 0 0 5px 0;
	display: block;
}
.errortext {
	color: #B91418;
}
div.image_component.left {
	margin-right: 10px;
}

/* SHOPPING CART CHECKOUT STYLES - UPDATED September 2010*/
#breadcrumbs a:link,
#breadcrumbs a:visited {
	text-decoration: underline;
}

.breadcrumbs_for_checkout ol {
	color:#183791;
	height:1%;
	margin:0;
	padding:0 0 20px;
}

.breadcrumbs_for_checkout ol li {
	display: list-item;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: decimal!important;
	margin:0 10px 0 20px;
	padding: 0;
}

/* IE List View Modifications */
* html .breadcrumbs_for_checkout ol li { 
	margin-left: 0;
	margin-right: 20px;
}

*+html .breadcrumbs_for_checkout ol li  { 
	margin-left: 0;
	margin-right: 20px;
}

html>/body .breadcrumbs_for_checkout ol li  { 
	margin-left/*\**/: 0\9;
	margin-right/*\**/: 20px\9;  
}
/* END IE List View Modifications */

.breadcrumbs_for_checkout ol li.selected {
	font-weight: bold;
}

.productHeader {
	border-bottom:1px dotted #183791;
	color:#183791;
	font-size:20px;
	font-weight:normal;
	padding:0 0 0.25em;
}

.member_login form {
	margin-bottom:20px;
}

.member_login form input {
	margin-bottom:10px;
}

.ace_new_member_checkout_option,
.ace_anonymous_checkout_option {
	margin: 10px 0;
}

.ace_add_to_cart_button form {
	margin: 0 0 0 250px;
}

.ace_add_to_cart_button p {
	margin: 0 0 10px 0;
}

*+html .ace_add_to_cart_button form input {
	width:200px;
}

.ace_add_to_cart_button form input {
	margin: 0 0 0 10px;
}

.ace_add_to_cart_button .button {
	line-height: normal;
	margin:0 0 10px;
}

*+html .ace_add_to_cart_button form select {
	width:205px;
}

.ace_add_to_cart_button form select {
	margin:0 0 0 44px;
	width:154px;
}

*+html .ace_add_to_cart_button .button {
	width: auto;
}

.productDetails {
	margin:5px 10px 15px;
}

#onecolumn_content_area_1_redux .downloadSection {
	margin: 0 0 0 260px;
}

#onecolumn_content_area_1 ul.product_details,
#onecolumn_content_area_1_redux ul.product_details {
	margin-top: 10px;
}

ul.product_details li.attribute_type_option_group,
ul.product_details li.attribute_type_text {	
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul.product_details li.attribute_type_option_group .value,
ul.product_details li.attribute_type_text .value {
	color: #183791;
	font-weight: bold;
}
 
table.productDetails td {
	text-align:left;
	vertical-align:top;
	padding:5px 8px;
}

table.productDetails td.center {
	text-align:center;
}

table.productDetails td.productName {
	padding: 5px 20px 5px 5px;
}

table.productDetails td.productsDisplay {
	text-align: center;
}

table.productDetails td.productsDisplay a:link,
table.productDetails td.productsDisplay a:visited {
	text-decoration: none;
}

.checkoutFooterNav {
	margin-top:2em;
	text-align: center;
}

.checkoutFooterNav a {
	margin:0 0.9em;
}

.basicTable td {
	padding:5px 8px;
}

.subTotal {
	color: #183791;
}

.registerEnd {
	color: #183791;
	font-weight: bold;
}

/* NEW styles for 3.4 upgrade, REG BLOCKS
************************/

.form label{
	display: block;
}

.form input,
.form select,
.form textarea {
	margin-bottom: 8px;
}
.form p {
	padding-bottom: 0;
}
.form p label {
    float: none;
    width: auto;
}
.form p.form_radio {
    float: none;
}
.form p.form_checkbox {
    float: none;
}
.form p input {
    line-height: 1em;
    width: auto;
}
.form span.text{
	display: block;
	line-height: 20px;
}
span.hint_text{
	color: #666;
	display: block;
	line-height: 10px;
    padding-left: 0;
}
span.check_box_answers {
	display: block;
    padding-bottom: 8px;
}
#onecolumn_content_area_1 span.check_box_answers ul {
	margin: 8px 0 10px 20px;
}

/* Added for formatting surveys */
.survey_contents input,
.survey_contents select {
	margin:10px 10px 0 0;
}
.survey_contents textarea {
    height: 120px;
    margin: 10px 10px 0 0;
    width: 668px;
}



.ace_product_detail .product_attributes ul li p {
	padding: 0.5em 0;
}

ul.cart_row_headers li.cart_product, ul.cart_row_content li.cart_product {
	width: 76%;
	margin: 0 0 20px;
}

.cart_total {
	clear: both;
	padding: 20px 0 0 !important;
	overflow: hidden;
	display: block;
}

.cart_total li {
	padding: 0 !important;
}

.cart_row_content, .cart_total {
	width: 100%;
}

ul.cart_row_content li ul li {
	float: none;
	display: block;
}

.ace_product_detail .product_attributes ul ul {
	list-style: disc;
}

.ace_product_detail .product_attributes ul ul li {
	margin: 0 0 10px;
}

.receipt_container ul.shipping, .receipt_container ul.tax {
	overflow: hidden;
	width: 100%;
}

.step_receipt {
	overflow: hidden;
	margin-bottom: 20px;
}

.shopping_cart_link {
	display: none !important;
}

/*
list
*/

ol {
margin-left: 25px\9;
*margin-left: 30px;
}

/*
Overlapping Checkout
*/

ul.cart_row_content {
height: auto;
}

.button {
position: relative;
top: 1px;
}

