@charset "utf-8";
/* CSS Document */


/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved. */
/* http://creativecommons.org/licenses/by/2.0 */
/* This style sheet is licensed under a Creative Commons License. */
/* Purpose: undo some of the default styling of common (X)HTML browsers */
/* link underlines tend to make hypertext less readable,
 because underlines obscure the shapes of the lower halves of words */
:link, :visited {
	text-decoration:none
}
/* no list-markers by default, since lists are used more often for semantics */
ul, ol {
	list-style:none
}
/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size:1em;
}
/* remove the inconsistent (among browsers) default ul,ol padding or margin */
/* the default spacing on headings does not match nor align with
 normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/* nonetheless strip their margin and padding as well */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, img {
	margin:0;
	padding:0
}
/* whoever thought blue linked image borders were a good idea? */
a img, :link img, :visited img {
	border:none
}
/* de-italicize address */
address {
	font-style:normal
}
/* more varnish stripping as necessary... */
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

body {
	text-align:center;
	font-family: Tahoma;
	color:#FFFFFF;
	font-size:12px;
}
select, textarea {
	font-family: Tahoma;
	font-size:11px;
}
#container {
	width:980px;
	margin:0 auto;
	text-align:left;
}
/* Header */

#header {
	height:100px;
}
/* Middle */

#middle {
	background:transparent url(img/middle_bg_bottom.jpg) repeat-y top left;
}
#middle_in {
	background:transparent url(img/middle_bg_top.jpg) no-repeat top left;
}
#left {
	width:187px;
	float:left;
}
#title {
	width:176px;
	height:26px;
	margin:10px 0 4px 10px;
}
#menu {
	width:187px;
	margin:0 0 15px 0;
}
#menu li {
	background:#1469a7 url(img/menu_item_bg.jpg) repeat-x top left;
	margin:0 0 2px 0;
}
#menu li a {
	color:#FFFFFF;
	font-size:11px;
	margin:0 0 0 30px;
	padding:0 0 2px 0;
	display:block;
}
.behuzas1 {
	margin:0 0 0 30px !important;
}
.behuzas2 {
	margin:0 0 0 36px !important;
}
.behuzas3 {
	margin:0 0 0 42px !important;
}
.behuzas4 {
	margin:0 0 0 48px !important;
}
.box {
	margin:0 0 3px 0;
}
#right {
	width:713px;
	float:left;
	padding:25px 40px 0 40px;
}
#right ul {
	list-style-type:disc;
	list-style-position:outside;
	font-size:11px;
}
#right ul li {
	margin:0 0 0 15px;
}
/* content	*/

/* Microsites */

#MicroSite {
	background:transparent url(img/MicroSite_bg.jpg) no-repeat top left;
	width:707px;
	height:464px;
	color:#185288;
}
/* Quiz Results 1 */

#MicroSite_Quiz_R1_content {
	line-height:22px;
	color:#ffffff;
	width:508px;
	height:185px;
}
#MicroSite_Quiz_R1_content p {
	margin:9px 0 9px 0;
}
#MicroSite_Quiz_R1_content a img {
	float:right;
	margin:20px 0 0 0;
}
/* Quiz Results 2 */

.R2 {
	margin:0 0 10px 0;
}
.R2_left {
	float:left;
	border-right:2px solid #185288;
}
.R2_right {
	float:left;
	width:100px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.R2_col {
	background-color:#ffc500;
	height:10px;
	width:20px;
	float:left;
}
.R2_right_row {
	line-height:8px;
	float:left;
	width:100px;
	padding:5px 0 0 0;
}
#MicroSite_Quiz_R_button_next {
	margin:0 0 0 434px;
}
#MicroSite_Quiz_R {
	margin:0 0 0 30px;
}
#MicroSite_Quiz_R_right {
	float:left;
	width:132px;
	background:transparent url(img/MicroSite_Quiz_right_bg.jpg) no-repeat top right;
	height:400px;
	margin:14px 0 0;
}
#MicroSite_Quiz_R_buble {
	margin:94px 0 78px 25px;
}
#MicroSite_Quiz_R_buble2 {
	margin:0 0 0 17px;
}
#MicroSite_Quiz_R_left {
	float:left;
	width:545px;
	padding:52px 0 0 0;
}
#MicroSite_Quiz_R_box {
	background:transparent url(img/MicroSite_Quiz_R_left_box_bg_middle.gif) repeat-y top left;
	width:489px;
	padding:10px 28px;
	height:176px;
	overflow-y:scroll;
}
#MicroSite_Quiz_R_box b {
	margin:0 0 20px 0;
	display:block;
}
#MicroSite_Quiz_R_box input {
	float:left;
	height:20px;
	margin:0 5px 0 0;
}
#MicroSite_Quiz_R_box .Quiz_radio_text {
	float:left;
	width:340px;
	font-size:11px;
	line-height:18px;
}
#MicroSite_Quiz_R_box_top {
	background:transparent url(img/MicroSite_Quiz_R_left_box_bg_top.gif) no-repeat top left;
	width:545px;
	height:14px;
}
#MicroSite_Quiz_R_box_bottom {
	background:transparent url(img/MicroSite_Quiz_R_left_box_bg_bottom.gif) no-repeat bottom left;
	width:545px;
	height:16px;
}
/*#MicroSite_Quiz_button_next{
	margin:0 0 0 369px;
}*/

/* send */

#MicroSite_send {
	width:681px;
	padding:0 0 0 26px;
}
#MicroSite_send_left {
	float:left;
	margin:60px 0 0;
	width:506px;
}
#MicroSite_send_right {
	width:175px;
	float:left;
	height:124px;
	background:transparent url(img/MicroSite_4Fix_right_bg.jpg) no-repeat top right;
}
#MicroSite_send_buble {
	margin:38px 0 0 41px;
}
#MicroSite_send_form {
	margin:10px 0 0 0;
}
.MicroSite_send_input_box {
	float:left;
	margin:5px 0 0 0;
}
.MicroSite_send_input_box input {
	background:transparent url(img/MicroSite_send_input_bg.gif) no-repeat scroll left top;
	border:medium none;
	float:left;
	height:21px;
	margin:0 18px 0 0;
	padding:5px 0 0 8px;
	width:204px;
}
.MicroSite_send_input_text {
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	line-height:22px;
	margin:0 0 0 5px;
	width:200px;
}
.MicroSite_send_input_box textarea {
	border:medium none;
	margin:0 18px 0 0;
	height:65px;
	width:536px;
	overflow:auto;
/*
	background:transparent url(img/MicroSite_send_textarea_bg.gif) no-repeat scroll left top;
	border:medium none;
	float:left;
	height:65px;
	margin:0 18px 0 0;
	padding:10px 15px;
	width:536px;
	overflow:hidden;
*/
}
.MicroSite_send_input_box .textarea {
	float:left;
	background:transparent url(img/MicroSite_send_textarea_bg.gif) no-repeat left top;
	height:65px;
	width:536px;
	padding:10px 15px;
}
#send_button {
	margin:3px 0 0 333px;
}
/* 4FIX */

#MicroSite_4Fix {
	padding:0px 0 0 26px;
}
#MicroSite_4Fix_left {
	float:left;
	width:388px;
	padding:50px 0 0 0;
}
#MicroSite_4Fix_left_box {
	width:302px;
	height:180px;
	background:transparent url(img/MicroSite_4Fix_box_bg.jpg) no-repeat top left;
	margin:12px 0 0 44px;
	font-size:11px;
	padding:14px 20px 8px;
	line-height:15px;
}
#MicroSite_4Fix_right {
	float:left;
	width:293px;
	height:329px;
	background:transparent url(img/MicroSite_4Fix_right_bg.jpg) no-repeat top right;
}
#MicroSite_4Fix_buble {
	margin:40px 0 0 162px;
}
#MicroSite_4Fix_box2 {
	width:200px;
	height:172px;
	background:transparent url(img/MicroSite_4Fix_box2_bg.jpg) no-repeat top left;
	margin:25px 0 0 12px;
	padding:15px;
	font-size:11px;
	line-height:15px;
}
#MicroSite_4Fix_box2 .clearfix img {
	float:right;
	margin:17px 0 0 0;
}
/* Introduction */

#MicroSite_Int {
	margin:0 0 0 19px;
}
#MicroSite_Int_left {
	float:left;
	width:561px;
	padding:42px 0 0 0;
}
#MicroSite_Int_left_title {
	margin:0 0 11px 12px;
}
#MicroSite_Int_box_top {
	background:transparent url(img/MicroSite_Int_box_bg_top.jpg) no-repeat bottom left;
	width:547px;
	height:12px;
}
#MicroSite_Int_box_bottom {
	background:transparent url(img/MicroSite_Int_box_bg_bottom.gif) no-repeat bottom left;
	padding:10px 88px 100px 18px;
	width:441px;
	font-size:11px;
	/*font-weight:bold;	*/
	line-height:20px;
}
#MicroSite_Int_buble3 {
	display:block;
	left:429px;
	position:relative;
	top:-109px;
	width:100px;
}
#MicroSite_Int_right {
	float:left;
	width:127px;
	background:transparent url(img/MicroSite_Int_right_bg.jpg) no-repeat top right;
	height:400px;
	margin:14px 0 0;
}
#MicroSite_Int_buble {
	margin:77px 0 116px 35px;
}
#MicroSite_Int_buble2 {
	margin:0 0 0 31px;
}
/* Quiz */

#MicroSite_Quiz {
	margin:0 0 0 80px;
}
#MicroSite_Quiz_left {
	float:left;
	width:461px;
	padding:52px 0 0 0;
}
#MicroSite_Quiz_left_title {
	margin:0 0 0 8px;
}
#MicroSite_Quiz_box {
	background:transparent url(img/MicroSite_Quiz_left_box_bg_middle.gif) repeat-y top left;
	width:405px;
	padding:10px 28px;
}
#MicroSite_Quiz_box b {
	margin:0 0 20px 0;
	display:block;
}
#MicroSite_Quiz_box input {
	float:left;
	height:20px;
	margin:0 5px 0 0;
}
#MicroSite_Quiz_box .Quiz_radio_text {
	float:left;
	width:380px;
	font-size:11px;
	line-height:18px;
}
#MicroSite_Quiz_box_top {
	background:transparent url(img/MicroSite_Quiz_left_box_bg_top.gif) no-repeat top left;
	width:461px;
	height:14px;
}
#MicroSite_Quiz_box_bottom {
	background:transparent url(img/MicroSite_Quiz_left_box_bg_bottom.gif) no-repeat bottom left;
	width:461px;
	height:16px;
}
#MicroSite_Quiz_button_next {
	margin:0 0 0 369px;
}
#MicroSite_Quiz_right {
	float:left;
	width:165px;
	background:transparent url(img/MicroSite_Quiz_right_bg.jpg) no-repeat top right;
	height:400px;
	margin:14px 0 0;
}
#MicroSite_Quiz_buble {
	margin:94px 0 78px 57px;
}
#MicroSite_Quiz_buble2 {
	margin:0 0 0 50px;
}
/* Always Products */

#flash2 {
	background:transparent url(img/footer_bg2.jpg) no-repeat top center;
	height:228px;
	width:100%;
	min-width:980px;
}
#right_alwaysProducts {
	width:743px;
	float:left;
	padding:18px 25px 13px 25px;
}
#alwaysProducts_content_left {
	width:340px;
	float:left;
	margin:0 50px 0 0;
	padding:24px 0 0 0;
}
#alwaysProducts_content_left #content_title {
	margin:0 0 12px 34px;
}
#alwaysProducts_content img {
	float:left;
}
#alwaysProducts_content p {
	width:200px;
	float:left;
	font-size:11px;
}
#alwaysProducts_content_right {
	width:345px;
	float:left;
	font-size:11px;
}
#alwaysProducts_content_right b {
	background:transparent url(img/dot.gif) no-repeat bottom left;
	width:245px;
	display:inline-block;
	height:17px;
	margin:12px 0 2px 0;
}
/* TV */

.tv_table {
	width:671px;
	height:242px;
	background:transparent url(img/tv_table_bg.jpg) repeat-x top left;
	margin:0 0 3px 0;
	padding:0 18px;
}
.tv_table_header {
	padding:13px 0 8px 36px;
	font-size:11px;
	font-weight:bold;
}
.tv_table_body .box_outer {
	width:222px;
	height:209px;
	float:left;
}
.tv_table_body a {
	border:3px #1469a7 solid;
	display:inline-block;
	text-align:left;
}
.tv_table_body img {
}
#tv_image_1 {
	background:transparent url(img/tv_pic1.jpg) no-repeat top left;
	width:180px;
	height:138px;
}
#tv_image_2 {
	background:transparent url(img/tv_pic2.jpg) no-repeat top left;
	width:180px;
	height:138px;
}
#tv_image_3 {
	background:transparent url(img/tv_pic3.jpg) no-repeat top left;
	width:180px;
	height:138px;
}
#tv_image_4 {
	background:transparent url(img/tv_pic4.jpg) no-repeat top left;
	width:138px;
	height:187px;
}
#tv_image_5 {
	background:transparent url(img/tv_pic5.jpg) no-repeat top left;
	width:180px;
	height:138px;
}
#tv_image_6 {
	background:transparent url(img/tv_pic6.jpg) no-repeat top left;
	width:180px;
	height:138px;
}
/* Video */

#video_table {
	margin:0 0 20px 0;
}
.video_box {
	text-align:center;
	float:left;
	width:233px;
	height:242px;
	background:transparent url(img/video_box_bg.jpg) no-repeat top left;
	margin:0 3px 3px 0;
}
.video_box_header {
	margin:10px auto 22px;
	font-size:11px;
	font-weight:bold;
}
.video_border {
	border:#1469a7 solid 3px;
	width:180px;
	height:138px;
	margin:0 auto;
}
.video_box_content {
	font-size:11px;
	width:185px;
	margin:0 auto;
	text-align:left;
}
/* Find your pad */
/* 1 */
#findYou_content {
	background:#1469a7 url(img/contact_form_bg.jpg) no-repeat top left;
	width:675px;
	padding:48px 16px 0 16px;
	font-size:11px;
}
#findYou_text {
	height:182px;
}
#findYou_content a {
	margin:15px 0 15px 600px;
	color:#ffffff;
	text-decoration:underline;
	display:block;
	font-size:12px;
	font-weight:bold;
	float:right;
}
/* 2 */

#findYou_content input {
	height:13px;
	margin:0 10px 0 10px;
}
#findYou_text2 {
	line-height:20px;
}
#findYou_text2 form {
	margin:22px 0;
}
#findYou_text2_out {
	height:100%;
	margin:0 0 0px 0;
}
/* 3 */

#findYou_content3 h2 {
	margin:0 0 24px 0;
}
#findYou_content3 {
	background:#1469a7 url(img/contact_form_bg.jpg) no-repeat top left;
	width:675px;
	padding:11px 16px 0 16px;
	font-size:11px;
}
#findYou_content3 a {
	color:#ffffff;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
	/*float:right;
	display:block;*/
}
#findYou3_pager {
	margin:15px 0 15px 0px;
	float:right;
}
#findYou_content3 input {
	height:13px;
	margin:0 10px 0 10px;
}
/* Registration */

#reg_content {
	margin:10px 0 0 0;
	font-size:9px;
	font-weight:normal;
}
.input_title_2 {
	width:150px;
	padding:0 0 0 27px;
	display:inline-block;
	font-weight:bold;
	vertical-align:top;
	line-height:18px;
}
#contact_form_reg {
	background:#1469A7 url(img/contact_form_bg.jpg) no-repeat top left;
	width:707px;
	padding:50px 0 0 0;
}
#contact_form_reg form {
	float:left;
}
#contact_form_reg .input_text {
	background:transparent url(img/contact_input_1.jpg) no-repeat top left;
	border:medium none;
	height:18px;
	width:333px;
	margin:0 0 10px 10px;
	padding:2px 0 0 2px;
}
#contact_form_reg textarea {
	width:200px;
	background:transparent url(img/contact_input_2.jpg) no-repeat top left;
	border:medium none;
	height:99px;
	width:335px;
	overflow:hidden;
	margin:0 0 13px 0;
}
#contact_form_reg a {
	float:right;
	color:#ffffff;
	text-decoration:underline;
	margin:10px 20px 15px 0;
}
/* Product select */

#product_select_pic {
	float:left;
}
#product_select_content {
	margin:13px 0 0 12px;
	float:left;
	font-size:11px;
	width:464px;
}
#content_title_product_select {
	margin:0 0 5px 0;
}
#product_select_table {
	margin:0 0 32px 0;
}
.product_select_box {
	width:233px;
	float:left;
	padding:0 3px 3px 0;
}
.product_select_box_head {
	height:23px;
	width:207px;
	background:transparent url(img/product_table_head_bg.jpg) repeat-x top left;
	font-weight:bold;
	padding:10px 8px 0 18px;
}
.product_select_box_head_in {
	width:100%;
}
.product_select_box_head div {
	float:left;
}
.product_select_box_head img {
	float:right;
}
.product_select_box_content {
	background:#156BA8 url(img/product_table_bg.jpg) repeat-x top left;
	padding:13px 18px;
}
* html .product_select_box_content input {
	height:16px;
}
.pr_input {
	margin:0 0 3px 0;
}
.pr_input span {
	margin:0 0 0 5px;
	font-size:11px;
}
.center_out {
	text-align:center;
}
.center_in {
	margin:0 auto;
	width:118px;
}
/* product */

#product_table {
	width:709px;
	font-size:11px;
	margin:0 0 18px 0;
}
/* Table header row */

#table_head .box_outer {
	height:23px;
	background:transparent url(img/product_table_head_bg.jpg) repeat-x top left;
	float:left;
	margin:0 1px 0 0;
	font-weight:bold;
	padding:10px 0 0 0;
	display:block;
}
#table_head .th_1 {
	width:124px;
	padding:10px 0 0 18px;
}
#table_head .th_6 {
	width:114px;
	padding:10px 0 0 40px;
}
#table_head .th_6 img {
	margin:0 0 0 34px;
}
/* Table row */

.table_row {
	margin:0 0 1px 0;
}
.table_row .box_outer {
	height:109px;
	background:transparent url(img/product_table_bg.jpg) repeat-x top left;
	float:left;
	margin:0 1px 0px 0;
	font-size:11px;
	font-weight:bold;
}
/* Table cells */

.th_1 {
	width:142px;
}
.th_1 .box_middle {
	padding:0 20px 0 20px;
}
.th_2 {
	width:126px;
}
.th_3 {
	width:92px;
}
.th_4 {
	width:81px;
}
.th_5 {
	width:107px;
}
.th_6 {
	width:154px;
}
/* vertical align */

.box_outer {
	overflow:hidden;
	position:relative;
}
.box_outer[class] {
	display:table;
	position:static;
}
.box_middle {
	position:absolute;
	top:50%;
}
.box_middle[class] {
	display:table-cell;
	position:static;
	vertical-align:middle;
}
.box_inner {
	position:relative;
	top:-50%;
	width:100%;
}
.center {
	text-align:center;
}
#product_content {
	font-size:11px;
}
#product_content a {
	color:#ffffff;
}
#product_content a:hover {
	text-decoration:underline;
}
#product_content p {
	margin:0 0 30px 0;
}
.product_type_row {
	margin:0 0 5px 0;
}
.product_type_row div {
	float:left;
	font-weight:bold;
}
.align_right {
	text-align:right;
	margin:0 5px 0 0;
}
.product_type_coll_1 {
	width:190px;
}
.product_type_coll_1 .align_right {
	width:30px;
}
.product_type_coll_2 {
	width:200px;
}
.product_type_coll_2 .align_right {
	width:60px;
}
.product_type_coll_3 {
	width:250px;
}
.product_type_coll_3 .align_right {
	width:100px;
}
#print {
	width:118px;
	height:18px;
	background-color:#166ba9;
	margin:2px 0 0 0;
	font-size:12px;
	font-weight:bold;
	padding:6px 0 0 8px;
	color:#ffffff;
	cursor:hand;
}
#print img {
	float:left;
}
#print_text {
	display:block;
	width:98px;
	float:left;
	text-align:center;
}
/* test&Tips */

#right_testTips {
	float:left;
	padding:25px 20px 0 60px;
	width:713px;
}
#content_title_testTips {
	margin:0 0 33px 0;
}
#testTips_content {
	width:700px;
}
#testTips_content img {
	margin:0 1px 1px 0;
	float:left;
}
#testTips_content input {
	margin:0 0 0 0;
	height:14px;
}
.question {
	width:142px;
	height:118px;
	float:left;
	background:transparent url(img/testTips_question_bg1.jpg) no-repeat top left;
	padding:15px 15px 0 15px;
	margin:0 1px 1px 0;
}
#question_2 {
	background:transparent url(img/testTips_question_bg2.jpg) no-repeat top left;
}
#question_6 {
	background:transparent url(img/testTips_question_bg4.jpg) no-repeat top left;
}
.question_head {
	font-weight:bold;
	margin:0 0 8px 0;
}
/* test_Finished */

#content_title_test {
	margin:0 0 15px 0;
}
#test_pic {
	float:left;
	margin:44px 15px 0 0;
}
#test_content {
	float:left;
	width:375px;
	font-size:11px;
}
#test_content p {
	margin:0 0 13px 0;
}
/* your Period */

#content_title_yourPeriod {
	margin:0 0 18px 0;
}
#yourPeriod_content p {
	margin:0 0 10px 0;
	font-size:11px;
}
#yourPeriod_content .float_left {
	float:left;
	margin:0 15px 15px 0;
}
#yourPeriod_content .float_right {
	float:right;
	margin:15px 0 0 15px;
}
/* Contact */

#content_title {
	margin:0 0 12px 0;
}
#contact_content {
	margin:0 0 16px 7px;
}
#contact_form {
	background:transparent url(img/contact_form_bg.jpg) no-repeat top left;
	width:707px;
	height:207px;
	padding:50px 0 0 0;
}
#contact_form form {
	float:left;
}
.input_title {
	width:100px;
	padding:0 0 0 27px;
	display:inline-block;
	font-weight:bold;
	vertical-align:top;
	line-height:18px;
}
#contact_form .input_text {
	background:transparent url(img/contact_input_1.jpg) no-repeat top left;
	border:medium none;
	height:18px;
	width:333px;
	margin:0 0 10px 0;
	padding:2px 0 0 2px;
}
#contact_form textarea {
	width:200px;
	background:transparent url(img/contact_input_2.jpg) no-repeat top left;
	border:medium none;
	height:99px;
	width:335px;
	overflow:hidden;
}
#contact_form a {
	float:right;
	color:#ffffff;
	text-decoration:underline;
	margin:182px 20px 0 0;
}
/* Footer */

#footer {
	font-size:10px;
	text-align:center;
	background:transparent url(img/footer_bg.jpg) no-repeat top left;
	min-height:137px;
	height:auto !important;
	height:137px;
}
#footer a {
	color:#FFFFFF;
}
#footer p {
	display: inline-block;
	/*	padding:65px 0 40px 0;	*/

}
#flash {
	height:198px;
	width:100%;
	min-width:980px;
}
/*	------------any--------------	*/

#align_right {
	float:right;
}
#right ul {
	list-style-type:disc;
	list-style-position:inside;
}
/* Main */


#content_title_main {
	margin:0 0 18px 0;
}
#main_content p {
	margin:0 0 10px 0;
	font-size:11px;
}
#main_content a {
	color:#ffffff;
	text-decoration:underline;
}
#main_content .float_left {
	float:left;
	margin:0 15px 15px 0;
}
#main_content .float_right {
	float:right;
	margin:15px 0 0 15px;
}
table {
	vertical-align:top;
	font-size:11px;
}
tr {
}
td {
	vertical-align:top;
}
td b {
	font-size:12px;
}
td p {
	float:left;
}
td img {
	float:right;
	margin:0 3px 0 0;
}
.table_bold td {
	border-bottom:#ffffff solid 2px;
}
.table_border {
	border-left:#ffffff solid 2px;
	border-right:#ffffff solid 2px;
}
.table_center {
	text-align:center;
}
.behuzas {
	margin:0 0 0 38px !important;
}
#right ul li a {
	color:#ffffff;
	text-decoration:none;
}
#right ul li a:hover {
	color:#ff0000;
	text-decoration:underline;
}
#MicroSite_Quiz_button_back {
	margin:0 0 0 430px;
}
/*	Atus	*/
.scholar {
	width: 713px;
	color: #1469A7;
	background: url(img/scholar_bg.jpg) no-repeat;
	margin-top: 2px;
	position: relative;
}
.scholarIn {
	background: url(img/scholar_bottom_bg.jpg) no-repeat 0 100%;
	width: 713px;
	padding: 0 0 32px 0;
}
#main_content .scholar a {
	color: #1469A7;
}
.scholarHead {
	width:713px;
	height:137px;
}
.schLogo {
	width: 198px;
	height: 95px;
	position: absolute;
	top: 25px;
	right: 40px;
}
h1.dearWinner, h1.contact {
	width: 430px;
	height: 82px;
	position: absolute;
	top: 55px;
	left: 34px;
	text-indent: -999em;
	overflow: hidden;
}
h2.welcome {
	width: 460px;
	height: 80px;
	text-indent: -999em;
	overflow: hidden;
	margin:0 0 0 34px;
}
.homeTxt {
	width: 420px;
	padding:16px 0 0 30px;
}
.schProfLeftBorder {
	border-left:1px solid #1469a7;
	padding:5px;
	margin:0 0 0 0 !important;
}
#profileBox {
	width:329px;
	height:116px;
	background:transparent url(img/scholar_profile_box_bg.gif) no-repeat top left;
	padding:7px 0 0 8px;
	margin:0 0 0px 5px;
}
#profileBox p {
	line-height:18px;
	margin:0;
	width:317px !important;
}
#profileBox .schButtonReg {
	margin:15px 0 0 20px;
}
.schButtonReg {
	display:inline;
	margin:15px 0 0px 33px;
	float:left;
}
#profileBox .schButtonRegText {
	margin:10px 0 0 17px;
}
.schButtonRegText {
	float:left;
	margin:15px 0 0 17px;
	width:165px;
	font-size:10px;
}
.schIllu {
	bottom:4px;
	position:absolute;
	right:5px;
}
.schRightArrow a {
	float:right;
	display:inline;
	background:transparent url(img/scholar_rightArrow.gif) no-repeat scroll 0 0;
	padding:0 0 0 20px;
	font-weight:bold;
	margin:0 26px 0 0;
}
.schOpenButtons .coll {
	float:left;
	width:115px;
	margin:30px 22px 0 0;
	font-size:10px;
}
.schOpenButtons .coll p {
	margin:5px !important;
	color:#641d98;
}
#schBreadcrump {
	font-size:9px !important;
	width:342px;
	height:14px;
	margin:17px 0 0px 46px;
	background:transparent url(img/scholar_breadcrump.gif) no-repeat top left;
}
#schBreadcrump li {
	list-style:none;
	margin:0 1px 0 0 !important;
	float:left;
	width:43px;
	height:14px;
	padding:0 0 0 13px;
	background:transparent url(img/scholar_breadcrump.gif) no-repeat 0 14px;
}
#schBreadcrump li a {
	color:#ffffff !important;
	text-decoration:none !important;
}
#schBreadcrump .active_1 {
	background-position:0 -14px;
}
#schBreadcrump .active_2 {
	background-position:-56px -14px;
}
#schBreadcrump .active_3 {
	background-position:-113px -14px;
}
#schBreadcrump .active_4 {
	background-position:-171px -14px;
}
#schBreadcrump .active_5 {
	background-position:-228px -14px;
}
#schBreadcrump .active_6 {
	background-position:-285px -14px;
	width:43px;
}
.homeTxt #schLeft {
	float:left;
	width:115px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 0 0;
}
.homeTxt #schLeft2 {
	float:left;
	width:220px;
	font-size:11px;
	font-weight:bold;
	padding:3px 0 10px 0;
}
.homeTxt #schRight {
	float:left;
	display:inline;
}
.homeTxt #schRight2 {
	float:left;
	display:inline;
	width:200px;
}
.homeTxt #schRight2 p {
	float:left;
	padding:6px;
	width:100px;
}
.homeTxt #schRight2 input {
	font-size:12px;
	font-weight:bold;
	padding:0px 0 0px;
	cursor:pointer;
	text-align:center;
	width:75px;
	height:27px;
	float:left;
	font-family:Tahoma;
	background:transparent url(img/scholar_button_75.gif) no-repeat top left;
}
.homeTxt #schRight select {
	margin-bottom:9px;
}
.homeTxt #schRight textarea {
	margin-bottom:9px;
	/*overflow-y:hidden;*/
	width:250px;
}
.homeTxt .checkBox {
	margin-bottom:9px;
}
.homeTxt .checkBox input {
}
.homeTxt #schRight p {
	width:300px;
}
.homeTxt .input_301 {
	width:295px;
	background:transparent url(img/scholar_input_301.gif) no-repeat top left;
	height:24px;
	padding:3px;
}
.homeTxt form input {
	border:none;
	background:none;
	color:#ffffff;
	font-size:11px;
}
.homeTxt form p {
	width:385px;
}
.homeTxt .input_301 input {
	height:15px;
	width:295px;
}
.homeTxt .input_69 {
	float:left;
	width:69px;
	height:31px;
	background:transparent url(img/scholar_input_69.gif) no-repeat top left;
}
.homeTxt .input_69 input {
	height:15px;
	width:63px;
	padding:3px;
}
.homeTxt #schRight span {
	float:left;
	padding:2px 6px;
}
.homeTxt .input_button_75,
.homeTxt .input_button_120 {
	margin:15px 0 0 0;
}
.homeTxt .input_button_75 input, .homeTxt .input_button_120 input, .homeTxt .input_button_150 input {
	font-size:12px;
	font-weight:bold;
	padding:0px 0 1px;
	cursor:pointer;
	text-align:center;
	width:75px;
	height:27px;
	text-decoration:underline;
	font-family:Tahoma;
	background:transparent url(img/scholar_button_75.gif) no-repeat top left;
}
.homeTxt .input_button_150 input {
	width:150px;
	background:transparent url(img/scholar_button_150.gif) no-repeat top left;
}
.homeTxt .input_button_120 input {
	width:120px;
	background:transparent url(img/scholar_button_120.gif) no-repeat top left;
}
.homeTxt .margin_107 {
	margin-left:107px;
	padding-bottom:15px;
}
.homeTxt .margin_90 {
	margin-left:90px;
	padding-bottom:15px;
}
.homeTxt .button_back {
	margin-left:82px;
}
.homeTxt .button_next {
	margin-left:45px;
}
.homeTxt .options {
	magin:0;
}
.button_m30 {
	margin:0 0 0px 26px;
}
#main_content .schArrow {
	font-weight: bold;
	background: url(img/scholar_home_arrow.gif) no-repeat 0 50%;
	padding-left: 22px;
	margin-top: 16px;
	float: right;
}
.homeButt {
	width: 390px;
	margin-top: 30px;
	float: left;
}
.homeButt li {
	width: 115px;
	list-style-type: none;
	float: left;
}
.buttReg {
	margin: 0 22px;
}
.buttProf {
	margin-left: 8px;
}
#main_content .homeButt a, #main_content .buttGen a {
	width: 115px;
	color: #641D98;
	font-size: 10px;
	text-decoration: none;
	cursor: pointer;
	float: left;
}
.homeButt span, .buttGen span {
	display: block;
	height: 31px;
	text-indent: -999em;
	overflow: hidden;
}
h2.later {
	width: 208px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
}
.faq {
	width: 472px;
	height: 415px;
	position: absolute;
	top: 181px;
	left: 34px;
	padding-right: 13px;
	overflow: auto;
	scrollbar-3dlight-color: #8F49B8;
	scrollbar-arrow-color: #FFF;
	scrollbar-base-color: #000;
	scrollbar-track-color: #D0EDF6;
	scrollbar-darkshadow-color: #000008;
	scrollbar-face-color: #8F49B8;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #00005B;
}
.faq ol, .specFrame ol {
	list-style-type: decimal;
	margin-left: 28px;
	font-size: 11px;
}
.ques {
	color: #8F49B8;
	border-bottom: 3px double #8F49B8;
	margin-bottom: 10px;
}
.ques li {
	margin-bottom: 10px;
}
#main_content .ques a {
	color: #8F49B8;
	font-weight: bold;
	text-decoration: none;
}
#main_content .ques a:hover {
	text-decoration: underline;
}
.answ li {
	clear: both;
	border-bottom: 1px dotted #1469A7;
	margin-bottom: 8px;
}
.answ ul li {
	border-bottom: 0;
}
#main_content .answ a {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: right;
	display: block;
}
#main_content .answ a:hover, #main_content .schArrow:hover, #main_content .contForm a:hover, #main_content .schDet a:hover {
	text-decoration: none;
}
.contForm, .app {
	width: 390px;
	height: 440px;
	position: absolute;
	top: 156px;
	left: 34px;
}
.contForm form {
	padding-top: 10px;
}
.contForm label {
	width: 70px;
	float: left;
}
.contSubm, .next, .prev {
	width: 115px;
	height: 29px;
	border: 0;
	font-size: 0;
	text-align: left;	/*	IE	*/
	color: #641D98;	/*	IE	*/
	cursor: pointer;
}
.contSubm {
	margin-left: 70px;
}
.appIllu {
	width: 713px;
	height: 622px;
	background: url(img/scholar_appli_illu.jpg) no-repeat 372px 191px;
}
.appIllu_noimage {
	width: 713px;
	height: 622px !important;
}
h2.closer {
	width: 450px;
	height: 60px;
	text-indent: -999em;
	overflow: hidden;
}
h2.steps {
	width: 280px;
	height: 20px;
	text-indent: -999em;
	overflow: hidden;
}
.frame {
	width: 360px;
	background: url(img/scholar_frame_bott.gif) no-repeat bottom;
}
.frame div {
	font-size: 11px;
	background: url(img/scholar_frame_top.gif) no-repeat top;
	padding: 10px 15px;
}
.specFrame ol {
	font-weight: bold;
}
.specFrame li {
	margin-top: 10px;
}
.alignR {
	text-align: right;
}
#main_content .buttGen {
	width: 115px;
	margin-top: 20px;
	float: left;
}
.schDet {
	height: 308px;
}
.schDet h2, .schDet h3, .schDet h4 {
	margin-bottom: 10px;
}
.schDet h2 {
	font-size: 15px;
}
.schDet h3 {
	font-size: 14px;
}
.schDet h4 {
	font-size: 13px;
}
.schDet ul, .schDet ol {
	margin-bottom: 10px;
}
.schDetExt {
	width: 472px;
	height: 100px;
	position: absolute;
	top: 500px;
	left: 34px;
}
#main_content .schDetExt .buttGen {
	float: right;
	margin: 51px -15px 0 0;
}
.floatL {
	float: left;
}
#main_content .pdf {
	background: url(img/scholar_pdf_icon.gif) no-repeat;
	padding: 0 0 3px 23px;
}
.faq .noBull {
	margin-left: 0;
	list-style-type: none;
}
.faq .noBull li, .input_button_75 span input {
	margin-bottom: 5px;
}
#main_content .topM5 {
	margin-top: 5px;
}
.chkPos {
	vertical-align: middle;
	margin-right: 14px;
}
.delButt {
	float: left;
	margin-bottom: 5px;
}
.delButt a {
	float: left;
}
.homeTxt .delButt input {
	background-color: #5D1595;
	font-weight: bold;
	padding: 3px 5px;
	cursor: pointer;
	float: right;
}
.input_button_75 span {
	width: 75px;
	font-size: 11px;
	color: #641D98;
}
.homeTxt form .fileUp {
	color: #333;
	background-color: #FFF;
	border: 1px solid #7F9DB9;
}

#hahplayer {
	width: 690px;
	height: 320px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -345px;
	margin-top: -160px;
	z-index: 1000;
	background: transparent;
}