/* CSS Document */

body{
	font-family:Arial, Helvetica, sans-serif;
	padding:11px 0 14px 0;
	margin:0;
	background-color:#EFEFDF;
	color:#000;
}

body.dialog {
	background-color:#fff;
}

div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
/*	font-size:0; */
}
.spacer{
	clear:both; 
	font-size:0; 
	line-height:0;
}
/*------------------------------------------------body--------------------*/

/*------------------------------------------------header--------------------*/
#nav {
	width:981px;
	position:relative;
	height: 25px;
	margin:0 auto;
}
.mobile #nav {
	width:400px;
}
#nav ul{
	background:#97c92c url(images/nav_bar.png) 0 0 no-repeat;
	width:958px;
	height:29px;
	position:absolute;
	left:4px;
	top:0px;
	padding:0 0 0 15px;		
}
* html #nav ul{
	background:#97c92c url(images/nav_bar.gif) 0 0 no-repeat;
}
.mobile #nav ul {
	width:400px;
}
#nav ul li{
	background:#97c92c url(images/nav_div.png) right top no-repeat;
	height:27px;
	float:left;
	padding:0 1px 0 0;
}
* html #nav ul li {
	background-image: url(images/nav_div.gif);
}
#nav ul li a{
	display:block;
	background:url(images/nav_bg.png) 0 0 repeat-x;
	padding:0 13px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	color:#344A04;
	background-color:inherit;
	text-decoration:none;
}
#nav ul li a:hover{
	background:#97c92c url(images/nav_hover.png) 0 0 repeat-x;
	color:#fff;
	background-color:inherit;
}
#nav ul li a.hover,
#nav ul li a.current{
	display:block;
	background:#97c92c url(images/nav_hover.png) 0 0 repeat-x;
	color:#fff;
	padding:0 13px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	background-color:inherit;
	text-decoration:none;
	cursor:text;
}

* html #nav ul li a{
	background:url(images/nav_bg.gif) 0 0 repeat-x;
}
* html #nav ul li a:hover{
	background:#97c92c url(images/nav_hover.gif) 0 0 repeat-x;
}
* html #nav ul li a.hover,
* html #nav ul li a.current{
	background:#97c92c url(images/nav_hover.gif) 0 0 repeat-x;
}

#nav ul li.last{
	background-image:none;
	height:27px;
	float:left;
}
#header{
	background:url(images/header_small.gif) 0 0 no-repeat;
	width:981px;
	height:200px;
	position:relative;
	margin:0 auto;
}
.home #header{
	background:url(images/header.gif) 0 0 no-repeat;
	height:274px;
}
.dialog .login #header {
	display:none;
}
.mobile #header {
	width: 400px;
	height:200px;
	background:url(images/header_small.gif) 0 0 no-repeat;
}
.cell #header {
  text-align:center;	
}

#header img.logo{
	position:absolute;
	left:6px;
	top:0px;
	height:50%;
}
.home #header img.logo{
	left:6px;
	top:6px;
	height:auto;
}
.mobile #header img.logo {
	left:6px;
	top:6px;
	left:auto;
	right:auto;
	height:96px;
}
.cell #header img.logo {
	position:relative;
	height:80px;
}
	
#header h1{
	font:bold 30px Arial Narrow, Arial, Helvetica, sans-serif;
	text-align:right;
	color:white;
	width:484px;
	height:32px;
	position:absolute;
	right:50px;
	top:28px;
}
.home #header h1{
	right:50px;
	top:108px;
}
.mobile #header h1{
	width:50%;
	font-size:22px;
	top:25px;
	right:15px;
}
.cell #header h1{
	font-size:15px;
	text-align:center;
	width:100%;
	position:relative;
}
	
#header p{
	text-align:right;
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	position:absolute;
	right:50px;
	top:62px;
}
.home #header p{
	top:142px;
}
.mobile #header p{
	display:none;
}

#header p span.txt1{
	color:#fff;
	background-color:#1E6887;
}
#header img.icon{
	position:absolute;
	left:6px;
	top:103px;
}
.home #header img.icon{
	top:177px;
}
.mobile #header img.icon{
	top:103px;
}

#header form.topText {
	font:normal 20px/25px Arial, Helvetica, sans-serif;
	color:#FF9C3A;
	background-color:inherit;
	position:absolute;
	left:475px;
	top:129px;
	width:465px;
}
.home #header form.topText {
	top:203px;
}
.mobile #header form.topText {
	top:145px;
	left:0px;
	width:380px;
	text-align:right;
	white-space:nowrap;
}
.cell #right form.topText {
	position:relative;
	width:100%;
  font-size:14px;
}

.cell #right form.topText input,
#header form.topText input {
	border:1px solid gray;
	width:345px;
	font-size:24px;
	padding:4px;
}
.mobile #header form.topText input {
	width:170px;
}
#header form.topText input.image {
	padding:0px;
	border: medium none;
	width:auto;
}
.cell #right form.topText input,
.cell #right form.topText input.image {
	  width:90px;
		font-size:10px;
}
.cell #right form.topText input.image {
  width:auto;
}

.cell #right p.topText,
#header p.topText{
	font:normal 18px/23px Arial, Helvetica, sans-serif;
	color:#FF9C3A;
	background-color:inherit;
	position:absolute;
	left:90px;
	top:129px;
	width:350px;
}
.home #header p.topText{
	top:203px;
}
.cell #right p.topText {
	position:relative;
	top:0px;
	left:0px;
	font-size:14px;
}

.mobile #header p.topText {
	display:inline;
	top:106px;
	left:0px;
	text-align:right;
	width:375px;
	font-size:14px;
	font-weight:bold;
}
.mobile #right p label {
	display:block;
	}
	
#header p.topText span.smallTxt{
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#E8E8E8;
	background-color:inherit;
	padding:0 0 0 8px;
	position:relative;
	top:-5px;
}
.cell #right p.topText span.smallTxt,
.mobile #header p.topText span.smallTxt {
	text-align:right;
	left:30px;
	font-size:9px;
	width:90%;
	display:block;
}
.cell #right p.topText span.smallTxt
{
	text-align:left;
	left:0px;
}

#header a.readMore{
	display:block;
	background:url(images/read_more.gif) 0 0 no-repeat;
	width:50px;
	height:38px;
	position:absolute;
	left:895px;
	top:203px;
}
#header a.readMore:hover{
	background:url(images/read_more_hover.gif) 0 0 no-repeat;
}
/*------------------------------------------------header--------------------*/

/*------------------------------------------------body--------------------*/
#body{
	width:978px;
	padding:13px 1px 13px 2px;
	margin:0 auto;
}

.theme_modal #body {
    width:97%;
}

.dialog #body {
	width:100%;
	padding:0px;
	margin:0px;
}

.mobile #body {
	width:400px;
	padding-top:5px;
	padding-bottom:8px;
}

/*------------------------------------------------left--------------------*/
#left{
	width:225px;
	float:left;
}
.dialog .login #left {
	z-index:99;
}
.dialog .login #left * {
	display:none;
}

.left{
	width:205px;
	background:url(images/lft_box_bg.gif) 0 0 no-repeat #EAEADA;
	border:#DDDDCA solid 7px;
	margin:0 0 4px 0;
	padding:5px 5px 6px 9px;
	color:#878767;
}
.left p.pic1{
	display:block;
	background:url(images/lft_pic1.gif) 0 0 no-repeat;
	width:88px;
	height:78px;
	margin:5px 0 0 0;
	float:left;
}
.left p.boxTxt{
	float:right;
	padding:0 0 0 15px;
	border-left:#F9F9F1 solid 2px;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:130px;
}
.left p.boxTxt span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	padding:0 0 0 0px;
	margin:0 0 5px 0;
	height:auto;
	display:block;
}
.left p.boxTxt1{
	float:right;
	padding:0 0 0 15px;
	border-left:#F9F9F1 solid 2px;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:199px;
}
.left p.boxTxt1 span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	background:url(images/one.gif) 0 0 no-repeat;
	height:17px;
	display:block;
}
#left2{
	width:316px;
	background:url(images/lft_box_bg.gif) 0 0 no-repeat #EAEADA;
	border:#DDDDCA solid 7px;
	margin:0 0 4px 0;
	padding:5px 10px 6px 17px;
	color:#878767;
}
#left2 p.pic2{
	display:block;
	background:url(images/lft_pic2.gif) 0 0 no-repeat;
	width:74px;
	height:74px;
	margin:8px 0 0 0;
	float:left;
}
#left2 p.boxTxt2{
	float:right;
	padding:0 0 0 15px;
	border-left:#F9F9F1 solid 2px;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:199px;
}
#left2 p.boxTxt2 span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	background:url(images/two.gif) 0 0 no-repeat;
	height:17px;
	display:block;
}
#left3{
	width:324px;
	background:url(images/lft_box_bg.gif) 0 0 no-repeat #EAEADA;
	border:#DDDDCA solid 7px;
	margin:0;
	padding:5px 10px 6px 9px;
	color:#878767;
}
#left3 p.pic3{
	display:block;
	background:url(images/lft_pic3.gif) 0 0 no-repeat;
	width:94px;
	height:71px;
	margin:5px 0 0 0;
	float:left;
}
#left3 p.boxTxt3{
	float:right;
	padding:0 0 0 15px;
	border-left:#F9F9F1 solid 2px;
	font:normal 11px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	width:199px;
}
#left3 p.boxTxt3 span{
	font:normal 19px/17px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	padding:0 0 0 25px;
	margin:0 0 10px 0;
	background:url(images/three.gif) 0 0 no-repeat;
	height:17px;
	display:block;
}
/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right{
	width:738px;
	height:100%;
	min-height:250px;
	float:right;
	position:relative;
	background:url(images/right_panel_bg.gif) 0 0 repeat-y;
	padding-bottom:20px;
}

.theme_modal #right {
    width:100%;
	float:none;
}

.dialog #right {
	width:100%;
	float:none;
	background-image:none;
	background-color:#fff;
	border:none;
	margin:0px;
}

.dialog .login #right {
	float:right;
	width:60%;
	margin-right:50px;
}

.dialog #right p.rightTop,
.dialog #right p.rightBottom {
	display:none;
}

.mobile #right {
	width:400px;
	background:url(images/right_panel_bg_mobile.gif) 0 0 repeat-y;
}

#right p.rightTop{
	display:block;
	margin:0px;
	background:url(images/right_top.gif) 0 0 no-repeat;
	width:100%;
	padding:0px;
	height:26px;
}
.mobile #right p.rightTop {
	background:url(images/right_top_mobile.gif) 0 0 no-repeat;
}

#right .success,
#right div.error {
	border:4px solid #FFD5A8;
	padding:20px;
	text-align:center;
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#FF8109;
	background-color:inherit;
	margin:0 27px 50px 27px;
}
#right .success {
	display : none;
}

#right p.errorMessage {
	color:red;
	font-weight:bold;	
}

#right pre.errorDetails {
	clear:left;
	border:1px solid silver;
	font-size:11px;
	display:block;
	margin:0px 20px 5px 20px;
	padding:10px;
	width:675px;
	overflow:auto;
	background: url(../../images/fieldset.gif) left bottom repeat-x;
}
#right h1,
#right h3{
	font:bold 30px/22px Arial, Helvetica, sans-serif;
	color:#222222;
	background-color:inherit;
	margin:0 0 16px 0;
	padding:0 0 0 38px;
	display:block;
}
#right h3{
	font:bold 26px/28px Arial, Helvetica, sans-serif;
}
.mobile #right h1 {
	font-size:22px;
}
.cell #right h1{
	font-size:15px;
	padding-left:10px;
}
.validate #right p.normal,
#right p{
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#62625C;
	background-color:inherit;
	padding:0 38px 10px 38px;
	margin:0 27px 0 0;
}
.validate #right p {
	margin-left:140px;	
}
.validate #right #regForm p {
	margin-left:auto;
}
.cell #right p {
  font-size:9px;
  padding:0 10px 10px 10px;
  margin-left:0px;
}
#right table.tablesorter {
	width:88%;
	margin:0 38px 10px 38px;
}
#right p span{
	font:bold 13px/18px Arial, Helvetica, sans-serif;
	color:#5F860B;
	background-color:inherit;
}

#right ul {
	list-style-type: square;
	padding-left:60px;
	margin:0 27px 0 0;
}
.mobile #right ul {
	padding-left:10px;
  margin-right:5px;	
}

#right li {
	font:normal 13px/18px Arial, Helvetica, sans-serif;
	color:#62625C;
	background-color:inherit;
	padding:0 38px 10px 5px;
}
.mobile #right li {
  padding:0px 10px 10px 5px;
}

#right #myitems
{
  list-style-type:none;
  padding-left:0px;
  margin:0px;
}
#right #myitems li
{
  padding:0px;
}

/*
	padding:0 0 20px 38px;
	float:left;
	width:349px;
	margin:0 27px 0 0;
}
*/

#right h2{
	font:bold 17px/18px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	border-bottom:#BCBCB5 dashed 1px;
	width:auto;
	display:block;
	margin:10px 27px 5px 38px;
}
.validate #right h2 {
	margin-left:175px;
}
.validate #right #regForm h2 {
	margin-left:auto;
}
.cell #right h2 {
  font-size:13px;
  margin:10px 10px 5px 10px;
}

#right p.rightPic{
	display:block;
	background:url(images/right_panel_pic.gif) 0 0 no-repeat;
	width:166px;
	height:155px;
	float:left;
	margin:0 0 22px 0;
}
#right p.rightBottom{
	display:block;
	background:url(images/right_bottom.gif) 0 0 no-repeat;
	width:100%;
	height:20px;
	margin:0px;
	padding:0px;
	line-height:100%;
	clear:left;
	position:absolute;
	bottom:0px;
	left:0px;
}
.mobile #right p.rightBottom{
	background:url(images/right_bottom_mobile.gif) 0 0 no-repeat;
}
.validate #right p.rightBottom,
.validate #right p.rightTop {
	margin-left:0px;
}

#right iframe.iframe {
  width:98%;
  height:800px;
  margin-left:10px;	
}

/*------------------------------------------------right--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------bodyBottom--------------------*/
#bodyBottom{
	width:946px;
	background:url(images/body_bottom_bg.gif) 0 0 repeat-x #B9B99D;
	color:#fff;
	padding:22px 13px 19px 18px;
	margin:0 auto;
}
.mobile #bodyBottom {
	width:396px;
	padding:0px;
	height:20px;
	overflow:hidden;
}
.dialog .login #bodyBottom{
	display:none;
}
#news{
	width:341px;
	float:left;
	margin:0 28px 0 0;
}
.mobile #news {
	width:auto;
	margin:20px;
}
#news h2{
	display:block;
	background:url(images/arrow_red.gif) 0 0 no-repeat;
	padding:0 0 0 25px;
	font:bold 22px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	margin:0 0 17px 0;
}
#news h3{
	display:block;
	background:#DDDDCB;
	width:331px;
	height:auto;
	padding:0 0 0 7px;
	margin:0 0 10px 0;
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#974D04;
	text-transform:uppercase;
}
#service h3 a,
#news h3 a {
	color:#974D04;
}

#news p{
	font:normal 12px/20px Arial, Helvetica, sans-serif;
	color:#F7F7EA;
	background-color:inherit;
	padding:0 0 13px 0;
}
#news p span{
	font:bold 12px/20px Arial, Helvetica, sans-serif;
	color:#2C2C1B;
	background-color:inherit;
	text-decoration:underline;
	display:block;
}
#service{
	width:570px;
	float:left;
}
.mobile #service {
	width:auto;
	margin:20px;
}
#service h2{
	display:block;
	background:url(images/arrow_red.gif) 0 0 no-repeat;
	padding:0 0 0 24px;
	font:bold 22px/16px Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	margin:0 0 17px 0;
}
#service h3{
	display:block;
	background:#DDDDCB;
	width:100%;
	height:17px;
	padding:0 0 0 11px;
	margin:0 0 14px 0;
	font:bold 11px/17px Arial, Helvetica, sans-serif;
	color:#974D04;
	text-transform:uppercase;
}
ul.subMenu,
#service ul{
	padding:0;
	margin:0;
	display:block;
}
ul.subMenu,
#service ul li{
	display:block;
	height:auto;
	line-height:0;
}

#left ul.subMenu
{
  height:auto;
}
#left ul.subMenu a
{
  height:15px;
  border-bottom:1px dashed white;
  padding: 5px 0 8px 10px;
	background:url(images/arrow_white.gif) 0 10px no-repeat;
}
#left ul.subMenu li a:hover,
#left ul.subMenu li a.hover
{
	color:#fff;
	font-weight:bold;
	background:url(images/arrow_white_hover.gif) 0 10px no-repeat #B9B99D;
	text-decoration:none;
}

ul.subMenu li a,
#service ul li a{
	display:block;
	background:url(images/arrow_white.gif) 0 7px no-repeat;
	padding:0 0 0 10px;
	font:normal 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#47472D;
	background-color:inherit;
	text-decoration:underline;
	height:auto;
}

ul.subMenu li a:hover,
#service ul li a:hover{
	color:#974D04;
	background:url(images/arrow_white_hover.gif) 0 7px no-repeat #DDDDCB;
	text-decoration:none;
}
#member{
	margin:1px 0px 10px 5px;
	width:225px;
	clear:left;
}
.dialog .login #left #member *,
.dialog .login #left #member{
		display:block;
}
.dialog .login #left #member{
	margin-left:25px;
}
#member p{
	font:bold 11px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#member form p a {
  display:block;
  float:none;
}
#member h2{
	display:block;
	background:#ff7f05 url(images/member_login_bg.png) 0 0 no-repeat;
	width:205px;
	height:31px;
	padding:0 0 0 20px;
	font:bold 16px/31px Arial, Helvetica, sans-serif;
	color:#fff;
}
#member form{
	width:191px;
	background:url(images/member_form_bg.gif) 0 0 repeat-x #353535;
	padding:9px 17px 24px 17px;
	color:#fff;
}
#member form label{
	font:normal 11px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left; 
	display:block;
}
#member form input.txtBox{
	width:185px;
	height:19px;
	border-left:#808080 solid 1px;
	border-top:#808080 solid 1px;
	border-right:#D4D0C8 solid 1px;
	border-bottom:#D4D0C8 solid 1px;
	color:#000;
	background-color:#fff;
	margin:0;
	padding:0;
	float:left;
}
#member form a{
	background:url(images/register_member_icon.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
	font:bold 11px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#9CCC37;
	background-color:#353535;
	text-decoration:underline;
	float:left;
	margin:15px 0 0 0;
	width:120px;
}
#member form a:hover{
	text-decoration:none;
}
#member form input.go{
	background:url(images/btn_go.gif) 0 0 no-repeat;
	width:36px;
	height:15px;
	border:none;
	cursor:pointer;
	float:right;
	margin:15px 0 0 0;
}
/*------------------------------------------------bodyBottom--------------------*/

/*------------------------------------------------footer--------------------*/
#footer{
	width:977px;
	height:125px;
	margin:0 auto;
	background:url(images/footer_bg.gif) 0 0 repeat-x #323232;
	color:#fff;
	position:relative;
}
.mobile #footer {
	width:396px;
	height:150px;
}
.dialog .login #footer{
	display:none;
}

#footer ul{
	width:587px;
	position:absolute;
	left:11px;
	top:10px;
}
.mobile #footer ul {
	width:auto;
}
#footer ul li{
	float:left;
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
}
#footer ul li a{
	color:#D4D4C6;
	background-color:inherit;
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding:0 7px;
	text-decoration:none;
}
#footer ul li a:hover, #footer ul li a.hover, #footer ul li a.current{
	color:#D4D4C6;
	background-color:#D76E08;
}
#footer p.copyright{
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	color:#D76E08;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:29px;
}
.cell #footer p.copyright {
  font-size:7px;	
}
.mobile #footer p.copyright {
	font-size:9px;
}
#footer p.copyright a{
	color:silver;
}
#footer a.subscribe{
	background:url(images/subscribe_icon.gif) 0 2px no-repeat;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	color:#B9B99D;
	background-color:inherit;
	position:absolute;
	left:19px;
	top:68px;
	text-decoration:underline;
	width:50px;
	padding:0 0 0 18px;
}
#footer a.subscribe:hover{
	color:#9CCC37;
	background-color:inherit;
	text-decoration:none;
}
#footer a.xht{
	width:98px;
	height:20px;
	background:url(images/xhtml_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:757px;
	top:23px;
}
#footer a.xht:hover{
	background:url(images/xhtml_bg_hover.gif) 0 0 no-repeat;
}
#footer a.cs{
	width:98px;
	height:20px;
	background:url(images/css_bg.gif) 0 0 no-repeat;
	position:absolute;
	left:866px;
	top:23px;
}
#footer a.cs:hover{
	background:url(images/css_bg_hover.gif) 0 0 no-repeat;
}
#footer img{
	position:absolute;
	right:20px;
	bottom:20px;
}
.mobile #footer img {
	height:40px;
}
#footer p.design{
	font:normal 12px/19px Arial, Helvetica, sans-serif;
	color:#323232;
	background-color:inherit;
	position:absolute;
	left:19px;
	bottom:10px;
}
#footer p.design a{
	color:#323232; background-color:inherit; text-decoration:none;
	}
#footer p.design a:hover{
	color:#323232; background-color:inherit;
	}
.mobile #footer p.design {
	font-size:9px;
}
/*------------------------------------------------footer--------------------*/

#TB_window form fieldset,
#right form fieldset {
	margin-bottom: 10px;
}

#TB_window form textarea,
#right form textarea {
  width:100%;
  height:250px;	
}
#TB_window form legend,
#right form legend {
  padding: 0 2px;
  font-weight: bold;
}
#TB_window form label,
#right form label {
  display: inline-block;
  display: expression('inline-block');
  line-height: 1.8;
  vertical-align: top;
}
/* FF2 doesn't support inline-block */
body:empty #TB_window form label, x:-moz-any-link,
body:empty #right form label, x:-moz-any-link {
  display: -moz-inline-box;
}

* html div {...} /*style for IE*/

/*\*//*/
#TB_window form legend,
#right form legend {
  display: inline-block;
}
/* IE Mac legend fix */
* #TB_window form legend,
* #right form legend { display: inline-block; }

#TB_window form fieldset ol,
#right form fieldset ol {
  margin: 0;
  padding: 0;
}
#TB_window form fieldset li,
#right form fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#TB_window form fieldset fieldset,
#right form fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
#TB_window form fieldset fieldset legend,
#right form fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
#TB_window form fieldset fieldset label,
#right form fieldset fieldset label {
  display: block;
  width: auto;
}
#TB_window form em,
#right form em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#TB_window form label,
#right form label {
  width: 175px; /* Width of labels */
}
/* error labels don't need the width set */
#TB_window form label.error,
#right form label.error {
  width: auto; 
}
#TB_window form fieldset fieldset label,
#right form fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}


/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

#TB_window form,
#right form {
	font-size: 0.9em;
	color: #333;
	padding:0px 20px 5px 38px;
}
#TB_window form {
	padding:10px 5px 5px 5px;
}
#right #prodRegistrationLoginForm {
	padding-right : 325px;
}
#right #prodRegistrationLoginForm a {
	float: left;
	padding-top: 0.3em;
}
.cell #right form {
  padding:0px 10px 5px 10px;	
}
	
#TB_window form legend,
#right form legend { padding-left: 0; }
	
#TB_window form legend,
#TB_window form label,
#right form legend,
#right form label { color: #333; }

#TB_window form fieldset,
#right form fieldset {
	border: none;
	border-top: 1px solid #ddd;
	background: url(../../images/fieldset.gif) left bottom repeat-x;
	}
	
#TB_window form fieldset fieldset,
#right form fieldset fieldset { background: none; }
	
#TB_window form fieldset li,
#right form fieldset li {
	padding: 5px 10px 7px;
	background: url(../../images/divider.gif) left bottom repeat-x;
	}
	
input.cancel,
input.button,
input.submit {
	text-align:center;
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#333;
	font-weight:bold;
	padding: 5px 10px;
	background:url(../../images/formbg.gif) repeat-x left top;

}
input.cancel:hover,
input.button:hover,
input.submit:hover {
	text-decoration:underline;
}
input.big {
	font-size:16px;
	padding:10px 15px;
}
input.small {
	font-size:10px;
	padding:3px 6px;
	top:-1px;
}


#myitems {

}

#myitems li {
	clear:both;
	margin-left:20px;
	width:93%;
	border-bottom: 1px dashed silver;
	margin-bottom:10px;
}

#myitems li p {
	margin-right:0px;
	margin-left:75px;	
}

#myitems li p.rightClear {
	margin-left:5px;
}

#right .registerButton {
	padding:0px 50px;
	margin:0px;
}

#right select {
	width:60%;	
}

input.read-only {
	border:1px solid #ddd;
	background-color:transparent;
	padding:2px;
	font-style:italic;
	width:70%;
	font-size:11px;
	background:transparency;
}

.right {
	float:right;	
}
.left {
	float:left;	
}

.rightClear {
	float:right;
	clear:right;
}
.leftClear {
	float:left;
	clear:left;
}

div.wizard {
	display : none;
}

#FAQ {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	font-weight:normal;
	line-height:14px;
	text-align:left;
	padding:0 38px 10px 38px;
	margin:0 27px 0 0;
}
ul.faq .question {
	margin: 10px 0px 3px 0px;
	font-weight:bold;
	display:block;
}


/*
 * Compliance page styles. 
 */
/* CRB 2008/12/15 Compliance Print Link */
a#printLink,
a#emailLink,
a#downAsPDF {
	display:block;
	margin:10px;
	position:absolute;
	right:0px;
	top:40px;
	color:blue;
	background: transparent url('../../../images/printer.png') no-repeat;
	padding-left : 20px;
}
/* end CRB 2008/12/15 Compliance Print Link */

a#emailLink,
a#downAsPDF {
	top:0px;
	background: transparent url('../../../images/pdf.png') no-repeat;
	height : 18px;
}

a#emailLink {
	top:20px;
	background: transparent url('../../../images/email.png') no-repeat;
}
* html a#printLink {
	background: transparent url('../../../images/printer.gif') no-repeat;
}
/* end CRB 2008/12/15 Compliance Print Link */

* html a#downAsPDF {
	background: transparent url('../../../images/pdf.gif') no-repeat;
}

* html a#emailLink {
	background: transparent url('../../../images/email.jpg') no-repeat;
}

/* CRB 2009/01/05 Compliance Page sidebar */
.compliance img.product_img,
.validate img.product_img {
	  margin:0 10px 10px 25px;
}
.cell img.product_img {
    margin:0 10px 10px 10px;
}
/* This is what we should have, but IE doesn't seem to want to take it 
* html .compliance img.product_img {
	margin-bottom :450px;
}
*/

.compliance div.testing{
	text-align : center;
}
/* end CRB 2009/01/05 Compliance Page sidebar */

.product_summary {
	width:550px;	
}

div.complianceFooter {
	text-align:center;
	font-size:10px;
}

/* Compliance search styles */
div#searchBox {
	margin-bottom : 23px;
}
@media print {
	div#searchBox {
		display : none;
}
}

/* CRB 2009/01/26 Formbuilder */
#right fieldset.formBuilder li.olContainer
{
	padding : 0px;
	margin : 0px;
}
#right fieldset.formBuilder ol.formbuilder_edit_group
{
	margin : 0px;
	padding : 0px;
	/* IE fix */
	list-style-position : outside;
	/* Give hasLayout in IE - without this, things don't display correctly */
	zoom : 1;
}

#right fieldset.formBuilder ol.formbuilder_edit_group li
{
	padding-left : 10px;
	/* IE fix */
	*padding-left : 27px;
}
/* end CRB 2009/01/26 Formbuilder */

/* CRB 2009/01/29 Roles Page */
#right select.roleType {
	width : auto;
}
/* end CRB 2009/01/29 Roles Page */

/* CRB 2009/02/02 Google Maps */
#map_canvas {
	height : 500px;
	width  : 680px;
	position : relative;
	margin-left : 38px;
}
/* end CRB 2009/02/02 Google Maps */

/* CRB 2009/02/12 Formbuilder Upload Forms */
#right form.formBuilderUpload {
	padding : 0px;
	margin : 0px;
}
/* end CRB 2009/02/12 Formbuilder Upload Forms */

#formregistertoy label.editItemLabel{
	margin-left:7px;
}

#formregistertoy fieldset.editItemPack label{
	margin-left:182px;
	width:90px;
}

#right p.header{
	font:bold 30px/22px Arial, Helvetica, sans-serif;
	color:#222222;
	background-color:inherit;
	margin:0 0 16px 0;
	padding:0 0 0 38px;
	display:block;
	font-size: 26px;
	font-weight:bold;
}

.cell #right p.header{
  font-size: 14px;
}

#right input.disabled {
	background-color : gray;
}

#right #map_canvas ul,
#right #map_canvas li {
	padding : 0px;
	padding-left : 6%;
	margin : auto;
}
#right #map_canvas li {
	padding-left : 2%;
}
