html {
	font-size: 100.01%
}

body {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 64.5%;
	background: #69b0cc;
	margin: 0;
	min-width: 1000px;
}

#inner {
	background: #81b8cc
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline: none
}

input, textarea, select {
	font: 100% arial,sans-serif;
	vertical-align: middle;
}

.textarea textarea {
  float: left;
	border:0px;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	position: relative;
}

.tall {
	position: relative;
	top: 20px;
}


img {
	border-style: none
}

#wrapper {
	width: 100%;
	background: url(/images/bg.jpg) no-repeat 50% 0;
}

#inner #wrapper {
	background: url(/images/bg-inner.jpg) no-repeat 50% 0
}

* html #wrapper {
	overflow: visible;
	height: 880px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
	position: relative;

}

#inner .wrapper {
	padding: 350px 0 0
}

/* logo */

h1.logo {
	position: absolute;
	top: 76px;
	left: 27px;
	margin: 0;
	z-index: 20;
}

.logo a {
	display: block;
	background: url(/images/logo.png) no-repeat;
	width: 329px;
	height: 91px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

h1.logo-error {
	position: absolute;
	top: 63px;
	left: 27px;
	margin: 0;
	z-index: 20;
}

.logo-error .stripe {
 	display: block;
	background: url(/images/notification_logo_red.png) no-repeat;
	width: 752px;
	height: 109px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

h1.logo-notice {
	position: absolute;
	top: 63px;
	left: 27px;
	margin: 0;
	z-index: 20;
}

.logo-notice .stripe {
 	display: block;
	background: url(/images/notification_logo_green.png) no-repeat;
	width: 752px;
	height: 109px;
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.logo-msg {
  position: relative;
  left:100px;
  position:relative;
  top:-68px;
  color: white;
  font-size: 20px;
}

.logo-msg a {
  color: white;
}

/* header */

#header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 1000px;
}

.header {
	width: 980px;
	padding: 0 20px 0 0;
	margin: 82px 0 0;
	height: 101px;
}

.header .holder {
	width: 980px;
	overflow: hidden;
}

.header .holder ul {
	float: right;
	padding: 0 5px 0 0;
	margin: 0;
	list-style: none;
}

.header .holder ul li {
	float: left;
	font-size: 160%;
	line-height: 120%;
	color: #fff;
	padding: 0 10px 0 11px;
	background: url(/images/separator01.gif) no-repeat;
}

.header .holder ul li:first-child {
	background: none
}

.header .holder ul li a {
	color: #b0e4ed
}

.header .item {
	width: 980px;
	margin: 15px 0 0;
}

.header .item div {
	float: right;
	position: relative;
}

.header .item .btn {
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.header .item .btn span {
	float: left;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	background: url(/images/btn-search-l.png) no-repeat;
	padding: 0 0 2px 14px;
	width: 131px;
}

.header .item .btn em {
	float: left;
	background: url(/images/btn-search-r.png) no-repeat;
	width: 37px;
	height: 26px;
	text-indent: -9999px;
}

.header .item .drop {
	display: none;
	position: absolute;
	top: 25px;
	left: 8px;
	width: 154px;
	padding: 0 6px 10px;
	margin: 0;
	background: #374345 url(/images/bg-drop.gif) repeat-x 0 bottom;
	list-style: none;
	height: auto;
	z-index: 100;
}

.header .item div:hover .drop,
.header .item div.hover .drop {
	display: block;
}

.header .item .drop li {
	font-size: 13px;
	color: #fff;
	line-height: 16px;
	width: 154px;
	margin: 8px 0 0;
}

.header .item .drop li a {
	color: #fff
}

.header .item .drop li a:hover {
	text-decoration: underline
}

/* search-box */

.search-box {
	width: 1000px;
	overflow: hidden;
}

/* topnav */

.search-box .topnav {
	width: 956px;
	padding: 0 33px 0 11px;
	overflow: hidden;
	position: relative;
	z-index: 20;
}

.search-box .tabset {
	padding: 0 0 0 4px;
	margin: 0;
	list-style: none;
}

.search-box .tabset li {
	float: left;
	padding: 0 0 0 4px;
}

.search-box .tabset li:first-child {
	margin: 0 4px 0 0
}

.search-box .tabset li a {
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.search-box .tabset li a span {
	float: left;
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	background: url(/images/bg-tab-l.png) no-repeat;
	height: 38px;
	width: 165px;
	padding: 6px 5px 0 8px;
	text-align: center;
}

.search-box .tabset li a:hover span {
	text-decoration: underline
}

.search-box .tabset li a.active span {
	color: #353535;
	line-height: 30px;
	height: 30px;
	padding: 6px 5px 8px 8px;
	text-decoration: none;
	background: url(/images/bg-tab-l-over.png) no-repeat;
}

.search-box .tabset li a.active:hover span {
	text-decoration: none
}

.search-box .tabset li a em {
	float: left;
	width: 8px;
	background: url(/images/bg-tab-r.png) no-repeat;
	height: 44px;
	text-indent: -9999px;
}

.search-box .tabset li a.active em {
	background: url(/images/bg-tab-r-over.png) no-repeat
}

.search-box .topnav .help {
	float: right;
	font-size: 12px;
	font-weight: bold;
	margin: 13px 0 0;
	color: #b0e4ed;
}

.search-box .box {
	width: 1000px;
	margin: -19px 0 0;
	position: relative;
	z-index: 10;
}

.search-box .box .t {
	background: url(/images/bg-box-search-t.png) repeat-x;
	width: 999px;
	height: 189px;
	overflow: hidden;
}

#inner .search-box .box .t {
	height: 142px
}

#form .search-box .box.search-advanced .t {
	height: 122px
}

#inner .search-box .box.search-advanced .t {
	height: 122px
}

.search-box .box .c {
	background: url(/images/bg-box-search-c.png) repeat-y;
	width: 999px;
	float: left;
}

.search-box .box .c2 {
	background: url(/images/bg-box-search-c.png) repeat-y;
	width: 999px;
	float: left;
	height: 135px;
	margin-top: -20px;
}

.search-box .box .text {
	float: left;
	padding: 0 19px;
	position: relative;
	width: 961px;
	margin-top: -170px;

}

#inner .search-box .box .text {
	margin: -123px 0 0;
	height: 240px;
}

#inner .search-box .box .text {
	margin: -123px 0 0;
	height: 140px;
}


.search-box .box .text2 {
	float: left;
	padding: 0 19px;
	position: relative;
	width: 961px;
	margin-top: -170px;

}



#inner .search-box .box .text2 {
	margin: -123px 0 0;
	height: 325px;
}

#form .search-box .box.search-advanced .text2 {
	margin: -123px 0 0;
	height: 310px;
}

/* search */

.search-box .search {
	width: 857px;
	padding: 0 0 0 64px;
	margin: 24px 0 0;
	height: 100px;
}

.search-box .search .item {
	float: left;
	width: 416px;
}

.search-box .search label {
	font-size: 18px;
	line-height: 20px;
	padding: 0 0 6px;
	font-weight: bold;
	color: #35322c;
	display: block;

	margin-right: 10px ;
}


.label_small {
	font-size: 16px;
	float: left;
	margin-right: 10px ;
	margin-top: 10px;
	}


.search-box .search .item span {
	display: block;
	background: url(/images/bg-input01.gif) no-repeat;
	width: 358px;
	height: 14px;
	padding: 11px 14px;
}

.search-box .search .item span input {
	float: left;
	color: #000;
	width: 358px;
	height: 18px;
	padding: 0;
	background: none;
	border: none;
	font: 13px/normal Verdana, Arial, Helvetica, sans-serif;
}

.search-box .search .type {
	float: left;
	width: 210px;
}

.type2 {
	float: left;
	width:420px;
}

.typeRight {
	float: right;
	width: 227px;
}

.search-box .search .type .learn {
	float: left;
	width: 216px;
	padding: 6px 0 0 11px;
	overflow: hidden;
}

.search-box .search .type .learn2 {

	width: 216px;
	padding: 6px 0 0 11px;
	overflow: hidden;
}

.search-box .search .type .learn2 a {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #3999c5;
	padding: 0 0 0 20px;
	background: url(/images/ico-learn.gif) no-repeat;
}


.search-box .search .type .learn a {
	float: left;
	font-size: 12px;
	line-height: 16px;
	color: #3999c5;
	padding: 0 0 0 20px;
	background: url(/images/ico-learn.gif) no-repeat;
}

.search-box .search .btn {
	float: left;
	width: 200px;
	margin: 25px 0 0;
}


.search-box .search .btn2 {
	float: left;
	width: 200px;
	margin: 25px 0 0;
}

.search-box .box .b {
	background: url(/images/bg-box-search-b.png) no-repeat;
	width: 999px;
	height: 41px;
	overflow: hidden;
}

.search-box .find {
	background: #d1edf7 url(/images/bg-find-box.gif) repeat-x;
	width: 906px;
	min-height: 24px;
	padding: 13px 0 12px 55px;
	overflow: hidden;
}

* html .search-box .find {
	height: 24px;
	overflow: visible;
}

.search-box .find h3 {
	font-size: 20px;
	font-weight: normal;
	color: #135573;
	margin: 0;
}

/* content */

#content {
	width: 1000px;

}

#inner #content {
	background: url(/images/bg-content.png) repeat-y;
	width: 961px;
	padding: 0 16px;
	margin: 0 3px;
	position: relative;
	top: 16px;

}

/* sign-box */

.sign-box {
	width: 979px;
	padding: 0 11px 0 10px;
	overflow: hidden;
}

.sign-box .t {
	background: url(/images/bg-box-sign-t.png) no-repeat;
	width: 979px;
	height: 364px;
	margin-top: 420px;
}

.sign-box .t2 {
	background: url(/images/bg-box-sign-t.png) no-repeat;
	width: 979px;
	height: 364px;
	margin-top: 525px;
}

.sign-box .c {
	background: url(/images/bg-box-sign-c.png) repeat-y;
	width: 979px;
}

.sign-box .c:after {
	clear: both;
	display: block;
	content: "";
}

.sign-box .text {
	float: left;
	position: relative;
	width: 907px;
	padding: 0 36px 14px;
	margin: -338px 0 0;
}

.sign-box .text .description {
	float: left;
	width: 555px;
	padding: 0 80px 0 0;
}

.sign-box .text .description h2 {
	font-size: 250%;
	line-height: 120%;
	color: #fff;
	margin: 0 30px -4px 0;
}

.sign-box .text .description p {
	font-size: 160%;
	line-height: 130%;
	color: #fff;
	margin: 22px 0 0;
}

.sign-box .text .item {
	float: left;
	width: 266px;
	padding: 0 0 0 4px;
	margin: 23px 0 0;
}

.sign-box .text .item .heading {
	width: 227px;
	overflow: hidden;
	padding: 3px 0 0 39px;
	background: url(/images/ico-plus.png) no-repeat;
}

.sign-box .text .item h3 {
	font-size: 200%;
	line-height: 100%;
	font-weight: normal;
	color: #f3f3f3;
	margin: 0;
}

.sign-box .text .item {
	float: left;
	width: 266px;
	padding: 0 0 0 4px;
	margin: 23px 0 0;
}

.sign-box .text .item p {
	font-size: 160%;
	line-height: 120%;
	font-weight: normal;
	color: #f3f3f3;
	margin: 13px 0 0 35px;
}

.sign-box .text .item .btn {
	width: 232px;
	padding: 0 0 0 34px;
	margin: 20px 0 0;
	overflow: hidden;
}

.sign-box .text .item .btn a {
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	cursor: pointer;
	background: url(/images/btn-sign.png) no-repeat;
	width: 97px;
	height: 26px;
	text-align: center;
	text-decoration: none;
}

.sign-box .text .item .btn a:hover {
	background: url(/images/btn-sign-over.png) no-repeat
}

.sign-box .b {
	background: url(/images/bg-box-sign-b.png) no-repeat;
	width: 979px;
	height: 52px;
	overflow: hidden;
}

.content {
	background: url(/images/bg-content-t.gif) no-repeat;
	width: 961px;
	padding: 0 0 9px;
	overflow: hidden;
}

.content .holder {
	width: 961px;
	float: left;
	margin: 4px 0 0;
	margin-top: 5px;

}

.content .holder2 {
	width: 961px;
	float: left;
	margin: 4px 0 0;
	margin-top: 170px;

}

.content .holder3 {
	width: 961px;
	float: left;
	margin: 4px 0 0;
	margin-top: 5px;

}

/* main-box */

.main-box {
	float: left;
	width: 638px;
	padding: 0 0 11px 9px;
	margin: 11px 0 0;
}

.page .main-box {
	padding: 0 0 0 9px !important
}

.profile {
	background: #f7f6f3;
	width: 584px;
	padding: 0 15px 19px 21px;
	overflow: hidden;
}

.profile .description {
	float: left;
	width: 441px;
	margin: 14px 0 0;
}

.profile .description h2 {
	font-size: 240%;
	font-weight: bold;
	color: #2f3030;
	margin: 0;
}

.profile .description .section {
	width: 441px;
	overflow: hidden;
	margin: 7px 0 0;
}

.profile .description .section {
	width: 441px;
	overflow: hidden;
	margin: 6px 0 0;
}

.profile .description .section strong {
	float: left;
	font-size: 160%;
	line-height: 20px;
	color: #000;
	padding: 2px 19px 0 0;
}

.rating {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

.rating li {
	float: left;
	font-size: 120%;
	line-height: 16px;
	color: #7e7e7e;
	margin: 0 -4px;
	position: relative;
}

.review-box .rating li {
	font-size: 100%
}

.rating li span {
	float: left;
	color: #7e7e7e;
	padding: 4px 1px 0 11px;
	margin-right: 10px;
}

.rating li span a {
	color: #7e7e7e;


}

.profile .description .section .btn {
	float: left;
	padding: 1px 0 0 26px;
}

.profile .description .section .btn a {
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.profile .description .section .btn a span {
	float: left;
	padding: 0 2px 0 9px;
	background: url(/images/btn-add-l.png) no-repeat;
}

.profile .description .section .btn a strong {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 23px;
	color: #fff;
	padding: 0 0 0 14px;
	background: url(/images/ico-plus.gif) no-repeat 0 50%;
}

.profile .description .section .btn a em {
	float: left;
	background: url(/images/btn-add-r.png) no-repeat;
	width: 11px;
	height: 23px;
	text-indent: -9999px;
}

.profile .description .list {
	width: 441px;
	padding: 0;
	margin: -4px 0 0;
	overflow: hidden;
	list-style: none;
}

.profile .description .list li {
	float: left;
	width: 441px;
	margin: 14px 0 0;
}

.profile .description .list .part {
	float: left;
	padding: 0 13px 0 0;
}

.profile .description .list .wide {
	float: left;
	padding: 0 32px 0 0;
}

.profile .description .list .part strong {
	font-size: 140%;
	line-height: 110%;
	color: #2e2f2f;
}

.profile .description .list span {
	font-size: 140%;
	line-height: 110%;
	color: #2e2f2f;
	float: left;
	width: 300px;
}

.profile .description .list span a {
	color: #2d9fc2
}

.profile .item {
	float: left;
	width: 143px;
	margin: 9px 0 0;
}

.profile .item .photo {
	background: #fff;
	padding: 6px;
	overflow: hidden;
	border: 1px solid #cbc9c8;
}

.profile .item .photo img {
	display: block
}

.profile .item .btn {
	width: 141px;
	padding: 0 0 0 2px;
	overflow: hidden;
	margin: 18px 0 0;
}

.profile .item .btn a {
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.profile .item .btn a span {
	float: left;
	font: bold 13px/34px Helvetica, Arial, sans-serif;
	color: #fff;
	background: url(/images/btn-review-l.png) no-repeat;
	padding: 0 4px 0 22px;
}

.profile .item .btn a em {
	float: left;
	background: url(/images/btn-review-r.png) no-repeat;
	width: 16px;
	height: 34px;
	text-indent: -9999px;
}

/* review-box */

.review-box {
	width: 620px;
	overflow: hidden;
}

.review-box .heading {
	background: #3d4040 url(/images/bg-heading02.gif) repeat-x;
	width: 609px;
	padding: 8px 0 8px 11px;
	overflow: hidden;
}

.review-box .heading h3 {
	font-size: 160%;
	font-weight: normal;
	line-height: 110%;
	color: #fff;
	margin: 0;
}

.review-box .items {
	width: 620px;
	overflow: hidden;
	margin: 0;
}

.review-box .item {
	width: 544px;
	padding: 0 60px 34px 16px;
	overflow: hidden;
}

.review-box .light {
	background: #ceecf7;
	padding: 0 70px 22px 16px;
}

.review-box .item .photo {
	float: left;
	width: 74px;
	margin: 20px 0 0;
}

.review-box .item .photo img {
	display: block
}

.review-box .item .description {
	float: left;
	width: 470px;
	margin: 17px 0 0;
}

.review-box .item .title {
	width: 470px;
	overflow: hidden;
}

.review-box .item .title .name {
	float: left;
	font-size: 120%;
	line-height: 22px;
	color: #7e7e7e;
	padding: 0 29px 0 0;
}

* html .review-box .item .title .name {
	padding: 0 26px 0 0
}

.review-box .item .title .name strong {
	font-size: 130%;
	font-weight: normal;
	color: #000;
}

.review-box .item .title .name strong a {
	color: #000
}

.review-box .item p {
	font-size: 140%;
	line-height: 110%;
	color: #2e3131;
	margin: 8px 0 0;
}

.review-box .section {
	background: #fff8dd;
	width: 590px;
	padding: 11px 22px 11px 8px;
	overflow: hidden;
	margin: 10px 0 0;
}

.review-box .section h3 {
	font-size: 140%;
	font-weight: normal;
	line-height: 120%;
	color: #3a97c4;
	margin: 0;
}

.review-box .section h3 a {
	color: #3a97c4;
	text-decoration: underline;
}

.review-box .section h3 a:hover {
	text-decoration: none
}

.review-box .section p {
	font-size: 120%;
	line-height: 130%;
	color: #000;
	margin: 5px 0 0;
}

.review-box .section p a {
	color: #a5a74f
}

/* paging */

.paging {
	margin: 38px 0 0;
	text-align: center;
	position: relative;
	width: 592px;
}

.column .paging {
	width: 380px
}

.paging div {
	float: left;
	position: relative;
	text-align: center;
	left: 50%;
}

.paging ul {
	float: left;
	left: -50%;
	position: relative;
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none;
}

.paging ul li {
	float: left;
	padding: 0 0 0 5px;
}

.paging ul li a {
	float: left;
	font-size: 150%;
	color: #fff;
	line-height: 26px;
	width: 24px;
	display: inline;
	text-align: center;
	background: #9b9c9d;
}

.paging ul li a:hover {
	background: #49b2d3;
	text-decoration: none;
}

.paging ul li a.active {
	background: #49b2d3
}

.paging ul li a.btn-prev {
	float: left;
	width: auto;
	color: #64b7d1;
	text-align: left;
	padding: 0 0 0 10px;
	margin: 0 5px 0 0;
	background: url(/images/arrow-prev.gif) no-repeat 0 10px;
}

.paging ul li a.btn-prev:hover {
	background: url(/images/arrow-prev.gif) no-repeat 0 10px
}

.paging ul li a.btn-next {
	float: left;
	width: auto;
	color: #64b7d1;
	text-align: left;
	padding: 0 9px 0 0;
	margin: 0 0 0 5px;
	background: url(/images/arrow-next.gif) no-repeat 100% 10px;
}

.paging ul li a.btn-next:hover {
	background: url(/images/arrow-next.gif) no-repeat 100% 10px
}

.navbar {
	background: url(/images/bg-navbar.gif) no-repeat;
	width: 937px;
	height: 43px;
	padding: 0 10px 0 14px;
	overflow: hidden;
	margin: 0 0 -4px;
}

.navbar .item {
	float: left;
	margin: 12px 0 0;
	padding: 0 35px 0 0;
}

.navbar .item span {
	float: left;
	font: 160%/22px Arial, Helvetica, sans-serif;
	color: #000;
}

.navbar .item div {
	float: left;
	background: url(/images/bg-item-l.gif) no-repeat;
	margin: 0 6px 0 0;
}

.navbar .item div span {
	color: #fff;
	background: url(/images/bg-item-r.gif) no-repeat 100% 0;
	padding: 0 8px;
}

.navbar .item div span a {
	color: #fff
}

.navbar .list {
	float: left;
	padding: 0 2px 0 0;
	margin: 0;
	list-style: none;
	background: url(/images/separator02.gif) no-repeat 100% 0;
}

.navbar .list li {
	float: left;
	font-size: 140%;
	color: #000;
	padding: 0 0 0 2px;
	background: url(/images/separator02.gif) no-repeat;
}

.navbar .list li span {
	float: left;
	padding: 7px 14px 0 0;
	line-height: 36px;
}

.navbar .list li:first-child {
	background: none
}

.navbar .list li a {
	float: left;
	cursor: pointer;
	text-decoration: none;
}

.navbar .list li a:hover {
	background: url(/images/bg-navbar-active-l.gif) no-repeat
}

.navbar .list li a.active {
	background: url(/images/bg-navbar-active-l.gif) no-repeat
}

.navbar .list li a span {
	float: left;
	padding: 7px 12px 0 7px;
	line-height: 36px;
}

.navbar .list li a:hover span {
	background: url(/images/bg-navbar-active-r.gif) no-repeat 100% 0
}

.navbar .list li a.active span {
	background: url(/images/bg-navbar-active-r.gif) no-repeat 100% 0
}

.navbar .list li a strong {
	float: left;
	padding: 0 0 0 7px;
	font-weight: normal;
	color: #545252;
}

.navbar .list li a:hover strong {
	color: #395b77
}

.navbar .list li a.active strong {
	background: url(/images/arrow02.gif) no-repeat 0 50%;
	padding: 0 0 0 17px;
	color: #395b77;
}

/* aside */

.aside {
	float: left;
	width: 221px;
	padding: 0 18px 0 0;
}

.aside .heading {
	background: #2e3030 url(/images/bg-heading03.gif) repeat-x;
	width: 203px;
	padding: 7px 8px;
	overflow: hidden;
	border: 1px solid #d2cec4;
	position: relative;
}

.aside .heading h2 {
	font-size: 140%;
	line-height: 120%;
	color: #fff;
	margin: 0;
}

.aside .text {
	width: 221px;
	overflow: hidden;
}

.nav {
	width: 221px;
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.nav li {
	float: left;
	width: 221px;
}

.nav li .item {
	background: #d5f0fa;
	width: 203px;
	padding: 7px 8px;
	overflow: hidden;
	border: 1px solid #aad2df;
	margin: -1px 0 0;
	position: relative;
}

.nav li .item h3 {
	font-size: 14px;
	font-weight: normal;
	color: #2e3131;
	margin: 0;
}

.nav li .item .open-close {
	float: right;
	cursor: pointer;
	background: url(/images/btn-open.png) no-repeat;
	width: 49px;
	height: 15px;
	text-indent: -9999px;
}

.nav li.active .item .open-close {
	background: url(/images/btn-close.png) no-repeat;
}

.nav li .block {
	background: #f6f5f3;
	width: 221px;
	overflow: hidden;
}

.nav li .list {
	width: 221px;
	padding: 0;
	margin: 7px 0 0;
	list-style: none;
	overflow: hidden;
}

.nav li .list li {
	font-size: 120%;
	color: #3a97c4;
	width: auto;
	padding: 0 8px 0 9px;
	background: url(/images/separator03.gif) no-repeat 0 50%;
}

.nav li .list li:first-child {
	background: none
}

.nav li .list li a {
	color: #3a97c4
}

.nav li .form {
	width: 214px;
	padding: 0 0 10px 7px;
	margin: 6px 0 0;
	overflow: hidden;
}

.nav li .form select {
	font: 12px/21px Helvetica, Arial, sans-serif;
	color: #000;
	height: 21px;
}

.nav li .form ul {
	width: 202px;
	padding: 0 0 14px 12px;
	margin: -12px 0 0;
	overflow: hidden;
	list-style: none;
}

.nav li .form ul li {
	width: 202px;
	margin: 15px 0 0;
}

.nav li .form ul li input {
	float: left;
	width: 14px;
	height: 15px;
	margin: 0 7px 0 0;
}

.nav li .form ul li label {
	float: left;
	font-size: 12px;
	color: #000;
	width: 180px;
}

/* column */

.column {
	float: left;
	width: 380px;
}

.column .items {
	width: 380px;
	overflow: hidden;
	margin: -7px 0 0;
}

.column .items .item {
	width: 380px;
	overflow: hidden;
	margin: 7px 0 0;
}

.column .item .box {
	width: 365px;
	padding: 11px 9px 10px 6px;
	overflow: hidden;
}

.column .item .dark {
	background: #f6f5f3;
}

.column .item .selected {
  background: #D3EFF9;
}

.column .item .dark.selected {
  background: #D3EFF9;
}

.column .sponsor .box {
	background: #fdf8da;
	padding: 9px 8px 10px 5px;
	border: 1px solid #f2dab4;
	border-bottom: 1px solid #dcd7d7;
}

.column .sponsor h4 {
	font-size: 110%;
	font-weight: normal;
	color: #a56b0a;
	margin: 0 0 6px 4px;
}

.column .item .box .heading {
	width: 100%;
	overflow: hidden;
	padding: 0 0 2px;
}

.column .item .box .heading .link {
	float: right;
	font-size: 12px;
	line-height: 14px;
	color: #3a97c4;
	padding: 0 2px 0 14px;
	background: url(/images/ico-find.png) no-repeat;
	margin: 4px 0 0;
}

.column .item .box .heading h2 {
	font-size: 18px;
	line-height: 20px;
	color: #2d9fc2;
	margin: 0 0 0 4px;
}

.column .item .box .heading h2 span {
	font-size: 12px;
	font-weight: normal;
	color: #7e7e7e;
	margin: 0;
}

.column .item .box .text {
	width: 100%;
	overflow: hidden;
	margin: 6px 0 0;
}

.column .item .box .text .photo {
	float: left;
	width: 61px;
}

.column .item .box .text .photo img {
	display: block;
	border: 1px solid #cac7bb;
}

.column .item .box .text .description {
	float: left;
	width: 304px;
}

.column .item .box .text .section {
	float: left;
	width: 180px;
}

.column .item .box .text .section div {
	width: 175px;
	overflow: hidden;
}

.column .item .box .text .section div h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #000;
	margin: 0;
}

.column .item .box .text .section p {
	font-size: 120%;
	line-height: 130%;
	color: #000;
	margin: 3px 0 0;
}

.column .section div .rating {
	float: right;
	padding: 0 2px 0 4px;
}

.column .item .box .text .visual {
	float: right;
	width: 112px;
}

.column .item .box .text .visual .open-close {
	display: block;
	cursor: pointer;
	background: url(/images/btn-write.png) no-repeat;
	height: 29px;
	width: 111px;
	text-indent: -9999px;
}

.column .item .box .text .visual strong {
	display: block;
	font-size: 16px;
	color: #000;
	padding: 10px 0 0;
}

.column .item .block {
	background: #e7f8fe;
	border: 1px solid #dcd7d7;
	width: 378px;
	overflow: hidden;
}

.column .sponsor .block {
	border-width: 0 1px 1px
}

.column .item .write-block {
	width: 359px;
	padding: 0 11px 0 8px;
	overflow: hidden;
}

.column .item .write-block h2 {
	font-size: 160%;
	color: #000;
	margin: 12px 0 0;
}

.column .item .write-block h3 {
	font-size: 140%;
	font-weight: normal;
	color: #4393ac;
	margin: 5px 0 0;
}

.column .item .submit {
	width: 359px;
	overflow: hidden;
	margin: 5px 0 0;
}

.column .item .submit .textarea {
	display: block;
	background: url(/images/bg-textarea.gif) no-repeat;
	width: 348px;
	height: 91px;
	padding: 5px;
	overflow: hidden;
}

.column .item .submit .textarea textarea {
	font-size: 12px;
	color: #2f3131;
	width: 348px;
	height: 91px;
	padding: 0;
	overflow: auto;
	background: none;
	border: none;
}

.column .item .submit .section {
	width: 359px;
	overflow: hidden;
	margin: 8px 0 0;
}

.column .item .submit .section .rating span {
	float: left;
	color: #2f3131;
	padding: 4px 11px 0 8px;
}

.column .item .submit .section .btn {
	float: right;
	background: url(/images/btn-review-submit.png) no-repeat;
	width: 69px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
}

.column .item .submit .section .cancel {
	float: right;
	font-size: 120%;
	line-height: 26px;
	color: #2d9fc2;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;
	display: inline;
	background: url(/images/btn-cancel.gif) no-repeat 0 50%;
}

.column .item .review-block {
	width: 367px;
	padding: 0 8px 0 5px;
	overflow: hidden;
	margin: 24px 0 0;
}

.column .item .review-block h3 {
	font-size: 120%;
	font-weight: normal;
	color: #2c2e2e;
	margin: 0 0 0 9px;
}

.column .item .review-block .text {
	width: 347px;
	overflow: hidden;
	padding: 0 10px 10px;
	margin: 4px 0 0;
	border-top: 1px solid #d9e7eb;
}

.column .item .review-block .photo {
	float: left;
	width: 40px;
	margin: 11px 0 0;
}

.column .item .review-block .photo img {
	display: block
}

.column .item .review-block .description {
	float: left;
	width: 307px;
}

.column .item .review-block .description .heading {
	width: 307px;
	overflow: hidden;
	margin: 0 0 -4px;
}

.column .item .review-block .description .heading h3 {
	font-size: 12px;
	color: #7e7e7e;
	margin: 11px 0 0;
}

.column .item .review-block .description .heading h3 strong {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.column .item .review-block .description .rating {
	float: right;
	margin: 7px 0 0;
}

.column .item .review-block .description .rating span {
	font-size: 80%;
	color: #7e7e7e;
	padding: 4px 4px 0 11px;
}

.column .item .review-block .text p {
	font-size: 120%;
	color: #2e3131;
	margin: 4px 0 0;
}

.column .item .review-block .text p a {
	color: #2d9fc2
}

/* sidebar */

#sidebar {
	float: left;
	width: 305px;
	margin: 11px 0 0;
  min-height: 880px;
}

/* map */

#sidebar .map {
	width: 305px;
	overflow: hidden;
}

#sidebar .map .heading {
	background: #2e3030 url(/images/bg-heading02.gif) repeat-x;
	width: 271px;
	padding: 10px 16px;
	overflow: hidden;
	border: 1px solid #cfcbc1;
}

#sidebar .map .heading h3 {
	font-size: 110%;
	color: #fff;
	margin: 0;
}

#sidebar .map .heading h3 a {
	color: #fff;
	background: url(/images/arrow01.gif) no-repeat 0 50%;
	padding: 0 0 0 10px;
}

#sidebar .map .photo {
	width: 305px;
	overflow: hidden;
}

#sidebar .map .photo img {
	display: block;
	margin: 0 auto;
}

#sidebar .btn {
	width: 296px;
	overflow: hidden;
	margin: 9px 0 0;
	padding: 5px 0 5px 7px;
	background: #d3eff9;
	border: 1px solid #bddee8;
}

#sidebar .btn a {
	float: left;
	font-size: 160%;
	line-height: 20px;
	color: #3a97c4;
	padding: 0 0 0 17px;
	background: url(/images/ico-add.gif) no-repeat 0 50%;
}

#sidebar .links {
	width: 267px;
	padding: 0 20px 0 18px;
	overflow: hidden;
	margin: 24px 0 0;
}

#sidebar .links h2 {
	font-size: 140%;
	line-height: 150%;
	font-weight: normal;
	color: #3a97c4;
	margin: 0;
}

#sidebar .links h2 a {
	color: #3a97c4;
	text-decoration: underline;
}

#sidebar .links h2 a:hover {
	text-decoration: none
}

#sidebar .links h3 {
	font-size: 120%;
	font-weight: normal;
	color: #666;
	margin: 0;
}

#sidebar .links p {
	font-size: 120%;
	line-height: 160%;
	color: #000;
	margin: 0;
}

#sidebar .links p a {
	color: #a5a74f
}

#sidebar .links .items {
	width: 100%;
	overflow: hidden;
	margin: 2px 0 0;
}

#sidebar .links .item {
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0;
}

.sidebar {
  position: relative;
}

#inner #main .b {
	background: url(/images/bg-content-b.png) no-repeat;
	width: 993px;
	margin: 0 3px;
	margin-bottom: 20px;
}

/* footer */

#footer {
	width: 956px;
	padding: 95px 22px 80px;
	overflow: hidden;
}

.footer {
	width: 952px;
	padding: 20px 0 0 4px;
	overflow: hidden;
	background: url(/images/bg-footer.gif) repeat-x;
}

.footer p {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0;
}

.feedback-message {
	display: block;
	width: auto;
	padding: 10px;
	margin-top: 8px;
}

.feedback-message h2 {
	font-size: 24px;
	line-height: normal;
	margin-bottom: 0px;
}

.feedback-message p {
	font-size: 14px;
	margin-top: 12px;
	color: #666;
}

.message-success {
	background-color: #e1ffd1;
	border: 1px solid #c5f8ac;
}

.message-success h2 {
	color: #499524;
}

.message-error {
	background-color: #ffd1d1;
	border: 1px solid #F00;
}

.message-left-top {
	width: 544px;
	padding: 0 60px 17px 16px;
	margin-top: 0;
}

.message-error h2 {
	color: #d82b00;
}

/* Profile form */

#profile_form.new_provider {
	font-size: 140%;
	line-height: 110%;
	color: #2e3131;
	margin: 8px 0 0;
}

.provider #profile_form .label {
	width: 150px;
	float: left;
}

#profile_form div.row label {
	width: 150px;
	float: left;
}

#profile_form div.row label {

}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
	font-family: Verdana,Arial,sans-serif;
	font-size: 1em;
}

.provider #profile_form div {
	margin-top: 15px;
}

.provider #profile_form .example {
	margin: 0;
	font-style: italic;
	padding-left: 150px;
	font-size: 11px;
}

.provider #profile_form ul {
	list-style: none;
	padding-left: 0;
	margin-right: 20px;
}

.clear {
	clear: both;
	font-size: 0;
	height: 0;
}

.spacer {
	margin-bottom: 12px;
}





#inner #wrapper .wrapper #main #content .content .holder .main-box .review-box .block .write-block .submit fieldset .textarea textarea {
	width: 90%;
}

.review_block {
	background: #e7f8fe;
	border: 1px solid #dcd7d7;
	width: 595px;
	overflow: hidden;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.review_block .btn {
	float: right;
	background: url(/images/btn-review-submit.png) no-repeat;
	width: 69px;
	height: 26px;
	cursor: pointer;
	text-indent: -9999px;
}

.review_block .cancel {
	float: right;
	font-size: 120%;
	line-height: 26px;
	color: #2d9fc2;
	margin: 0 20px 0 0;
	padding: 0 0 0 15px;
	display: inline;
	background: url(/images/btn-cancel.gif) no-repeat 0 50%;
}

.review_block .section {
	width: 359px;
	overflow: hidden;
	margin: 8px 0 0;
}

.review_block h3 {
	font-size: 140%;
	font-weight: normal;
	color: #4393ac;
	margin: 5px 0 0;
}

.review_block .textarea {
	display: block;
	background: url(/images/bg-textarea.gif) no-repeat;
	width: 348px;
	height: 91px;
	padding: 5px;
	margin-top: 10px;
	overflow: hidden;
}

