/* @override http://www.oztravel.dev/css/home07.css */

/* @group body */

html {
	float: left;
	width: 100%;
	font-size: 62.5%;

}

body {
	font-family: "Lucida Grande", Lucida, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	float: left;
	width: 100%;
	border-top: 6px solid #036;
	background-color: #fff;
	background-image: url(../images/body-bg.gif);
	background-repeat: repeat-x;
	background-position: 0 6px;
}

a:link, a:visited {
	color: #33659a;
	text-decoration: none;
	
}

a:hover, a:active {
	color: #f00;
		border-bottom: 1px solid #999;

}
pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 2em;
	margin: 14px 0 10px 0;
	font-weight: normal;
	color: #c00;
}

h2 {
	font-size: 1.6em;
	margin: 14px 0 10px 0;
	font-weight: normal;
	color: #c60;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #c60;
}

h4 {
	font-size: 1.1em;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 1em;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 1.1em;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 12px;
	margin-bottom: 12px;
	font-style: normal;
}

.small {
	font-size: 10px;
	line-height: 1.2em;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #f30 2px 2px 0;
	border: 1px solid #fff;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
	float: left;
}

/* @end */

/* @group layout */

#wrapper {
	width: 770px;
	margin: 0 auto;
	text-align: left;
	position: relative; /* logo position relies on this */
}

#container {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

#header {
	height: 160px;
	margin: 0;
	padding: 0;
	background-image: url(../own/head-logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#divnav {
	float: right;
	width: 600px;
	margin: 100px 0 0 0;
	display: inline;
	padding: 0;
	background-color: #b9b9b9;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

#navL2 {
	float: left;
	width: 770px;
	margin: 0px;
	display: inline;
	background: url(/images/interface/lev2-bg.gif) repeat-x center top;
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

#columns {
	float: left;
	width: 770px;
	margin: 0;
	padding: 0;
}

#main {
	float: right;
	width: 540px;
	padding: 0;
	margin: 0;

}

#sidebarL {	
	float: left;
	width: 200px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 0;
}

#sidebarR {
	float: right;
	width: 180px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 20px 20px 0 0px; /* top margin used to dodge dropped logo */
	padding: 0;
}

#footer {
	float: left;
	width: 770px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 10px;
	line-height: 16px;
	padding: 10px 0;
	margin: 20px 0 0 0px;
	color: #999;
	text-transform: lowercase;
	border-top: 4px double #ccc;
}


.footer {
	float: left;
	width: 770px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 1.1em;
	line-height: 16px;
	padding: 10px 0;
	margin: 20px 0 0 0px;
	color: #999;
	text-transform: lowercase;
	border-top: 4px double #ccc;
}
/* @end */

/* @group header */

#header h1 {
	margin: 0;
	position: absolute;
	top: 58px;
}

#header h1 a:link, #header h1 a:visited {
	color: #c00;
	text-shadow: #ccc 3px 2px 2px;
	font: 30px Arial, Helvetica, "Lucida Grande", sans-serif;
	line-height: 30px;
	display: block;
	text-indent: 220px;
	text-decoration: none;
	border-bottom: none;
}
#header h1 a:hover {
	text-decoration: none;
	border: none;
	color: #c00;
	border-bottom: none;
}
#alert {
	padding: 7px 10px 7px 20px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #666;
	font-size: 12px;
	background: #f6f6f6 url(/images/interface/alert-bg2.gif) repeat-y left bottom;
	border: 1px solid #ccc;
	border-left-style: none;
}
#alert .note {
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

/* @group topnav */

#topnavig {
	padding: 15px 10px 0 0;
	position: absolute;
	right: 0;
	top: 0;
/*	background: transparent url(/images/needhelp.gif) no-repeat left bottom; */
	height: 70px;
	width: 190px;
	
}
#header #topnavig a:hover, #header #topnavig a:active, #header #topnavig a:link, #header #topnavig a:visited {
	border: none;
	text-decoration: none;
}
.topnav {
	float: right;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: lowercase;
	font-size: 12px;

}

.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 30px;
}

.topnav li a:link, .topnav li a:visited {
	float: left;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #036;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
	border: none;
	font-size: 1em;
}

.topnav li a:hover, .topnav li a:active {
	color: #fff;
	border: none;

}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	
	color: #fff;
}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	background: transparent url(/images/interface/nav1_hover.gif) repeat-x center bottom;
}



/* @end */
/* @end */

/* @group nav */

.nav {
	float: left;
	width: 600px;
	text-align: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-transform: lowercase;
	font-size: 1.2em;
	border-left: 1px solid #ccc;
	font-weight: normal;
	background-color: transparent;
	background-image: url(../images/nav-crn.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 2.25em;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	    }
.nav li a:link, .nav li a:visited {
	display: block;
	color: #369;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: #fff 2px 2px 2px;
	border: none;

	    }
.nav li a:hover, .nav li a:active {
	display: block;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
	border: none;
}
.nav li:hover a, .nav li:active a {
	display: block;
	color: #fff;
	text-shadow: none;
	text-decoration: none;
		border: none;

}


.nav li:hover {
	background: #c60 url(../images/interface/lev1_hilite2.gif) repeat-x left top;
	cursor: pointer;
	
}
.nav li li {
	text-shadow: none;
	background-color: #eee;
	width: 100%;
	border-left: none;
	border-right: none;
	    }

.nav li li a:link, .nav li li a:visited  {
	border-top: .1em solid #fff;
	display: block;
	color: #369;
	padding: 0 .5em;
	    }
.nav li li a:hover, .nav li li a:active {
	border-top: .1em solid #fff;
	display: block;
	color: #036;
	padding: 0 .5em;
	    }
.nav li li.first a:link, .nav li li.first a:visited, .nav li li.first a:hover, .nav li li.first a:active {
		border-top: none;

	    }	    
.nav li li:hover {
	background: #ccc none;	    	
	    }
.nav li li.parent {
	background: #ccc url(nav1_arrow.gif) no-repeat 100% 50%;
	   	}
.nav li li.parent:hover {
	    	background: #eee url(nav1_arrow_fade.gif) no-repeat 100% 50%;
	    }
.nav li ul {
	    	margin: 0;
	    	padding: 0;
	        position: absolute;
	        width: 160px;
	        top: 2.25em;
	        left: -9999px;
	        border-left: 2px solid #c60;
	        border-bottom: 1px solid #ccc;
	    }
.nav li li ul {
	    	top: 0;
	    }
.nav li ul { /* second-level lists */
			width: 160px;
			position: absolute;
			left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
		}
.nav li ul ul { /* third-and-below-level lists */
margin: 0 0 0 160px;
		}
.nav li:hover ul ul, .nav li:hover ul ul ul {
			left: -9999px;
		}
		.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul { /* lists nested under hovered list items */
			left: 0;
		}

/* @end */

/* @group main */

#main .article, #main .article .article {
	line-height: 18px;
	background: #fff url(/images/interface/feature_body_bot.gif) no-repeat 50% 100%;
	padding: 0px; /* 1px padding to prevent margin collapse */
	margin: 0 0 20px 0;
	float: left; /* required to stop images escaping */
	width: 480px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}
#main.mainbg_1 {
	background: url(/images/interface/home-bg.jpg) no-repeat center top;
}
#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#main h1.pagetitle {
	color: #00A1C5;
	font-weight: bold;
	margin: 0 0 10px 0; 
	padding: 10px 10px 10px 0;
	font-size: 2.4em;
}

/* My Comment */

#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet_round.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}
#main .body div.homeFeature {
	font-size: 18px;
	line-height: 27px;
	height: 164px;
	margin: 0;
	padding: 0;
	text-shadow: #aaa 3px 3px 3px;
	color: black;
}
#main .homeFeature p {

	margin: 0;
	padding: 0;
}

/* @group tables */

#main .body table {
	border: 1px solid #ccc;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
}

.children li .thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li {
	margin-left: 20px;
	border-bottom: 1px solid #ddd;
		margin: 0;
	padding: 3px 0 0 16px;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 14px;
	list-style-type: none;
}

.children .childtitle, .children .childtitle a:link, .children .childtitle a:visited {
	margin: 5px 0;
	padding: 0;
	font-weight: bold;
}

.children .child {
	padding: 3px 0;
}

.children .summary {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin: 5px 0;
}

.children .arrows {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 4px; /* new for vertical alignment of prices */
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
	text-align: center;
}

.children table td .summary {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	font-size: 12px;
	height: 20px;
	padding: 0 5px 5px 5px;
	border: 1px solid #ccc;
	color: #000;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
/*	border: 1px solid #ccc; */
	margin: 5px 0;
	padding: 5px; 
		background-color: #dff3f8;

}

.files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #dff3f8;
}

.files dl dt {
/*	border-bottom: 1px solid #9dd8e7; */
	border-top: 4px solid #fff;
}

.files dl dt.first {
	border-top: none;
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}

.files dl dd {
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #999;
	position: relative;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
	color: #009abe;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group news */

#main .news {
	margin-top: 20px;
}

#main h1.news_title {
	color: #c60;
	font-weight: bold;
	margin: 20px 0 0 0; 
	padding: 0;
	font-size: 14px;
}


#main h1.news_title a:link, #main h1.news_title a:visited {
	color: #c60;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 14px;
	text-decoration: none;
}

#main .news_body {
	color: #666;
	line-height: 18px;
	font-size: 1.2em;
	padding-bottom: 1px;
	background-image: url(../images/news-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#main .news_body img {
	float: right;
	padding-left: 6px;
	margin: 0;
}



/* @end */

/* @group sidebar */

/* @group sidebar L */

.sidebarL_content {
	padding-top: 20px;
	background-image: url(../images/shadow-crnTR.gif);
	background-repeat: no-repeat;
	background-position: right top;
}



/* @end */

/* @group siderbar R */

/* @group sidebar article */

#sidebarR .article {
	margin: 00;
	padding: 1px 0px; /* 1px padding to prevent margin collapse */
	font-size: 11px;
	line-height: 14px;
	color: #000;
	float: left; /* required to stop images escaping */
	width: 180px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR h1.embedtitle {

	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #00659a;
	padding: 0;
	margin: 10px 0;
}

#sidebarR .article p {
	padding: 0;
	margin: 10px 0;
}

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #f60;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}

.imgright {
	margin: 0;
	height: 184px;
	padding: 0;
}

/* @end */

/* @group sidebar cart */

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR .cart th, #sidebarR .cart td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

#sidebarR .cart .col1 {
	text-align: left;
	white-space: nowrap;
}

#sidebarR .cart .col2, #sidebarR .cart .col3 {
	text-align: right;
	white-space: nowrap;
}

#sidebarR .cart .col3 {
	font-weight: bold;
}

#sidebarR .total span, #sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: right;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #999;
	margin: 0 0 0 10px;
}

#footer .right {
	float: right;
	color: #666;
	margin: 0 10px 0 0;
}

#footer .left .sitename {
	font-weight: normal;
	
	color: #999;
}

#footer a:link, #footer a:visited {
	color: #666;
	border-bottom: 1px dotted #666;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	font-size: 10px;
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search .help {
	color: #666;
	line-height: 13px;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a {
	color: #f30;
	text-decoration: none;
}

.search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #fe9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	background: #f60 url(/images/interface/score.gif) repeat-x 0px 50%;
	border-right: 1px solid #f30;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #f7b82c;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group accordion */

.accordion_toggle {
	display: block;
	height: 1.8em;
	width: 160px;
	padding: .4em 10px 0 30px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	cursor: pointer;
	margin: 0;
	background-color: #547fa9;
	background-image: url(../images/acc-closed-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
		}
		
.accordion_toggle_active {
	color: #ffffff;
	border-bottom: none;
	padding: .4em 10px 0 30px;
	line-height: 1.5em;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	font-size: 1.2em;
	border-bottom: 1px solid #fff;
	cursor: auto;
	margin: 0;
	background-color: #036;
	background-image: url(../images/acc-open-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
		
.accordion_content {
	background-color: #eee;
	color: #444444;
	overflow: hidden;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	font-size: 1.2em;
}
			
			
.accordion_content p {
	line-height: 150%;
	padding: 0 10px;
	margin: 10px 0;
}

.accordion_content dl {
	line-height: 120%;
	padding: 0 10px 10px 10px;
	margin: 10px 0;
}
.accordion_content dt {
	line-height: 120%;
	padding: 0 10px;
	margin: 10px 0 3px 0;
}
.accordion_content dd {
	line-height: 120%;
	padding: 0 10px;
	margin: 0;
	font-size: .833em;
	color: #666;
}
.accordion_content_last {
	border-bottom: 1px solid #ccc;
}
.accordion_toggle_last {
	border-bottom: 1px solid #ccc;
}

/* @end */
