@charset "UTF-8";
/* CSS Document */


.pod_tips_content {
	display: block;
	float: left;
	width: 565px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: url(../images/pod_main_bg.png) repeat-y;
}

.pod_tips_content DIV.tabs {
	padding: 0px 8px 0px 19px;
	background: #F5F4F0;
}

.pod_tips_content DIV.tabs A {
	outline: none;
}

.panes {
	margin: 0px 8px 0px 19px;
	
}

.panes .pane {
	padding: 0px 0px 0px 0px;
	margin: 15px 0px 7px 15px;
	background: #f5f4f3 url(../images/advice/bg_pane.png) no-repeat;
	width: 508px;
	height: 417px;
	position: relative;
}


A.btn_register { 
	margin-left: 25px;
}


.pane_search .pane_content {
	height: 365px;
	padding: 15px 5px 15px 15px;
	margin: 10px 0px 0px 0px;
	overflow: auto;
	width: 475px;
}
.pane_mostviewed .pane_content {
	height: 365px;
	padding: 15px 5px 15px 15px;
	margin: 10px 0px 0px 0px;
	overflow: auto;
	width: 475px;
}

.pane_search fieldset {
	border: none;
}
.pane_search input.searchfield {
	width: 200px;
}


.pane_topic .sidenav {
	position: absolute;
	top: 20px;
	left: 15px;
	width: 160px; 
	height: 377px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 2px solid #705b4a;
}

.pane_topic .pane_content {
	position: absolute;
	top: 20px;
	right: 15px;
	width: 300px; 
	height: 377px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	overflow: auto;
	display: none;
}

.pane_topic .pane_content_selected {	
	display: block !important;
}

.pane_topic .sidenav a, .pane_topic .sidenav a:visited {
	display: block;
	width: 145px;
	height: 35px;
	padding: 13px 0px 0px 15px;
	margin: 0px 0px 0px 0px;	
	background: url(../images/advice/pane_sidenav.png) no-repeat;
	color: #58422f;
	text-decoration: none;
	
}
.pane_topic .sidenav a:hover, .pane_topic .sidenav a:active {
	background: url(../images/advice/pane_sidenav_o.png) no-repeat;
	color: #705b4a;
}


.pane_topic .sidenav a.selected, .pane_topic .sidenav a.selected:visited, .pane_topic .sidenav a.selected:hover, .pane_topic .sidenav a.selected:active {
	background: url(../images/advice/pane_sidenav_selected.png) no-repeat;
	color: #fff;
}
 
.pane_content .quoteblock {
	border-bottom: 1px solid #dcd8d4;
	padding: 0px 20px 5px 0px;
	margin: 0px 10px 5px 0px;
}

.pane_content .quoteblock .quote {
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 5px 0px;
	font-size: 110%;
	font-weight: bold;
	color: #705b4a;
	background: url(../images/advice/quotes_left.gif) no-repeat;	
}
.pane_content .quoteblock .quote SPAN {
	padding-right: 30px;
	background: url(../images/advice/quotes_right.gif) bottom right no-repeat;	
}

.pane_content .quoteblock .txt {
	padding: 0px 0px 0px 20px;
}






