@charset "UTF-8";
/* CSS Document */
body {
	background: #1a1a1a;
}
#page_wrapper_shadow {
	margin: auto;
	width: 988px;
	border: 5px solid #121212;
	margin-bottom: 25px;
	margin-top: 10px;
}
#page_wrapper2 {
	width: 980px;
	text-align: left;
	border: 3px solid #660099;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
}
#page_header2 {
	height: 80px;
	clear: both;
	border-bottom: 1px solid #d64211;
	background-color: #FFF;
	background-image: url(../img/header_py.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#previews2 {
	padding: 0px 10px 0px 10px;
	margin-bottom: 0px;
	width: 428px;
	margin-top: 0px;
	margin-left: 265px;
	float: left;
}
#gurusthumbnails {
	clear: both;
	margin: 5px auto;
	cursor: pointer;
}
#gurusthumbnails div {
	position: relative;
	width: 55px;
	height: 100px;
	float: left;
	margin: 0px 8px 0px 8px;
	padding: 0;
	float: left;
	display:inline;
}
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#guru_title {
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	float: left;
	margin-right: 10px;
	margin-top: 61px;
	margin-left: 10px;
}
#gurutext {
	float: right;
	height: 500px;
	width: 555px;
	padding-bottom: 5px;
	padding-right: 15px;
	padding-left: 5px;
	color: #FFF;
	margin-top: 15px;
}
#guru_name {
	font-size: 22px;
	font-weight: bold;
	color: #757575;
	float: left;
	width: 400px;
	margin-top: 10px;
}
#picture_gurus {
	padding: 0px;
	width: 400px;
	float: left;
	margin-top: 25px;
}
#gurusImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #000;
	overflow: hidden;
	width: 327px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #404040;
	border-bottom-color: #222;
	border-left-color: #555;
}
#transport_new {
	float: right;
	width: 150px;
	height: 80px;
	margin-top: 70px;
}
#float_gurus {
	float: left;
}
.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
	margin: 0;
	padding: 0;
}
#page_footer_gurus {
	padding-top: 3px;
	text-align: center;
	color: #FFF;
	font: 10px/14px Verdana, Geneva, sans-serif;
	margin-top: 50px;
	margin-bottom: 10px;
}
A:link {
	color: #9999FF;
	text-decoration: none;
}
A:visited {
	color: #9999CC;
	text-decoration: none;
}
A:active {
	color: #C86000;
	text-decoration: none;
}
A:hover {
	color: #C30;
	text-decoration: underline;
}
#page_footer_gurus A:link {
	color: #9999FF;
	text-decoration: none;
}
#page_footer_gurus A:visited {
	color: #9999FF;
	text-decoration: none;
}
#page_footer_gurus A:active {
	color: #FBD539;
	text-decoration: none;
}
#page_footer_gurus A:hover {
	color: #FBD539;
	text-decoration: underline;
}


/*next 2 don't work */
.selectedThumbnail {
	border: solid 2px #ff0000 !important;
}
.inFocus {
	border: solid 5px #ff0000 !important;
}
/* above*/

/* Accordion Classes
---------------------------------------------
.Accordion {
	border-left: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #404040;
	overflow: hidden;
}
.AccordionPanelTab {
	color: #ccc;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	background: #080808 url('../demos/images/bg_grad_gray1.gif') repeat-x;
}
.AccordionPanelTab h3 {
	margin: 0;
	padding: 2px 2px 4px 36px;
	font-size: 110%;
	background: url('../demos/images/blt_panel_exp.gif') no-repeat left 50%;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 200px;
	font-size: 90%;
	line-height: 140%;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover {
	color: #F00;
}
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('../demos/images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div {
	margin: 5px 8px;
}
-------------*/

