.spacer {  width: 1px !important; height: 1px !important;  }
 
ul#innernav3-main
{
	border-bottom: 2px solid #41af0f;
}

ul#innernav3-main .close-button
{
	color: #7a7f7a;
	font-size:11px;
	padding:0 0 0 15px;
	background: none;
/*			background: url('../img/close-button.gif') no-repeat 0 12px; */
}

ul#innernav3-main .close-button:hover
{
	color: #000;
	background: none;
/*			background: url('../img/close-button.png') no-repeat 0 -12px; */
}
	ul#innernav3-main li
	{
		display: inline;
	}
		ul#innernav3-main li a
		{
			height: 23px;
			font-size: 13px;
			font-weight: bold;
			font-variant:small-caps;
			text-decoration: none;
			color: #7a7f7a;
			background: url('../img/nav-green.gif') no-repeat 0 -60px;
			float: left;
			position: relative;
			bottom: -7px;
			margin: 0 2px 0 0;
		}
			ul#innernav3-main li a span
			{
				background: transparent url('../img/nav-green.gif') no-repeat right -90px;
				display: block;
				padding: 0 7px;
			}
			ul#innernav3-main li a:hover
			{
				height: 30px;
				line-height: 30px;
				color: #000;
				position: static;
			}

			ul#innernav3-main li.selected a
			{
				height: 30px;
				font-weight: bold;
				letter-spacing: 0;
				line-height: 30px;
				color: #fff;
				position: static;
				background: #fff url('../img/nav-green.gif') repeat-x 0 0;
			}
				ul#innernav3-main li.selected a span
				{
					background-position: right -30px;
				}
				
				/*ul#innernav3-main li.selected a span	{ background: transparent url('../img/nav-green.gif') no-repeat right -30px; }*/


.triplist-table .trip-sel { background-color: none; border: 1px solid #f27d0a; }


.triplist-table .last td	{ border-bottom:2px solid #cecece; }

.triplist-table .expansion td.stuff 	{ 
	background-color: #f27d0a;
}

.triplist-table ul { list-style-image:none; margin-left:12px; line-height:27px; font-size:14px; font-weight:bold; vertical-align:middle; color:#fff; height: 320px; }
.triplist-table ul li a { font-size:14px; color:#fff; text-decoration:underline; padding-right: 14px; background: url(../img/bullet-arrow2.png) right center no-repeat; }
.triplist-table ul li a:hover { text-decoration: none; }
.triplist-table h5 { font-family:Arial, Helvetica, sans-serif; font-size:20px; margin: 11px 0 14px 12px; color: #fff;}
.triplist-table .contact { font-size:13px; color:#fff; padding-left: 18px; margin-left: 12px; background: url(../img/bullet-arrow-up.png) 0 7px no-repeat; }

.triplist-table a.country2 	{ font-size:16px; color:#35a601; font-weight:bold }
.triplist-table a.country2:hover	{ text-decoration:underline; }


.triplist-table th { text-align:center; border-bottom:2px solid #cecece; color: #747474; }
.triplist-table th.firstth { text-align: left }

.triplist-table td img { margin:0 9px; }
.triplist-table td.reminder { color:#434343; font-size:12px; line-height:normal; padding-top:10px; width:100%; }
.triplist-table td.region   { padding:14px 0 13px 48px; vertical-align:bottom; }
.triplist-table td.w-sunny	{ font-size:12px; cursor: help;  }
.triplist-table td.water	{ font-size:12px; cursor: help; }
.triplist-table td.flight	{ font-size:12px; cursor: help;  }
.triplist-table td.go		{  width: 120px; text-align: center }
.triplist-table td.city		{ width: 150px; text-align: left; }
.triplist-table td.price 
{
	text-align:center;
	font-size: 15px;
	color: #fb6100;
	padding-left: 0;
	padding-right: 0;
	cursor: help;
}
.triplist-table td.length { cursor: help; }
					
.triplist-table .expansion td.iframe 	{ 
	padding: 5px;
	border: 0;
	background: #f27d0a;
}

.triplist-table .expansion td.iframe iframe {
	background: #fff;
	border: 0;
}

.triplist-table .expansion td.stuff 	{ 
	padding:0;
	border:1px solid #f27d0a;	
	/*background-color: #f27d0a;*/
}
						
						
.grey2 { color: #5a5a5a !important; line-height: normal; font-size: 12px;  }

	
a.go.arrow span
{
	font-size: 15px;
	font-weight: bold;
}


ul#ask-about-nav
{
	border-bottom: 1px solid #41af0f;
}

		
ul#ask-about-nav li a
{
	background: url('../img/nav-green.gif') no-repeat 0 -60px;
	bottom: -7px;
}
ul#ask-about-nav li a span
{
	background: transparent url('../img/nav-green.gif') no-repeat right -90px;
}
ul#ask-about-nav li a:hover
{
	height: 30px;
	line-height: 30px;	
}
ul#ask-about-nav li.selected a
{
	height: 30px;
	line-height: 30px;
	background: #fff url('../img/nav-green.gif') repeat-x 0 0;
}
ul#ask-about-nav li.selected a span
{
	background-position: right -30px;
}

/*
	ask about EXPANDED form
*/
form.ask-about-big p
{
	font-size:12px;
	line-height:normal;
}
form.ask-about-big .pk
{
	margin-top: 25px;
}
form.ask-about-big input[type="text"]
{
	font-size:12px;
	width: 226px;
	padding: 2px;
	margin-bottom: 9px;
	line-height: normal;
}
form.ask-about-big input[type="checkbox"]
{
	width: 20px;
}
form.ask-about-big input[type="submit"]
{
	/*width: 125px;
	padding: 0 0 2px 0;*/
}
form.ask-about-big .textarea
{
	width: 419px;
	margin-left: 6px;
	margin-bottom: 9px;
	padding: 2px;
}
.checkbox_groupe
{
	float: left;
	position: relative;
	width: 270px;
	margin-top: 10px;
  font-size: 10px;
}
form.ask-about-big .inner
{
	margin-top: 13px;
}
.consultant
{
	width: 172px;
	height: auto;
	padding-left:16px;
	position: relative;
	float: right;
	border-left:1px solid #45b213;
}
.consultant_right {
	border: 0;
	padding-left: 0;
	padding-bottom: 20px;
}
.consultant span
{
	text-align:center;
	width:172px;
	float:right;
}
	
	.consultant span.name	{ font-size:14px;  font-weight:bold; margin-top:5px; }
	.consultant div.block { background-color: #FFF; float: left; position: relative; background: url('../img/consult_border.gif') left top repeat-y #fff; }
	.consultant span.c-title	{ width:100%; margin-bottom:5px; text-align: center; height: 42px; font-size:24px; background: #45b213 url('../img/consult-header.gif') repeat-x 0 0; }
	.consultant span.c-title	span { display: block; text-align: center; padding: 11px 0 6px 0; width:100%; background: transparent url('../img/consult-header.gif') no-repeat right -42px;}
	.consultant span.hours	{ font-size:13px; line-height:10px; padding-top:10px; color:#434343; line-height:normal;  }
	
	.consultant span.phone	{ 
		font-size:20px;  font-weight:bold; width:83%; margin:5px 0 0 10px; line-height:27px;
		background: url('../img/icon-phone.gif') no-repeat 0 0; padding-left:15px;
	}
	.consultant span.title { font-size:11px; line-height:11px; padding-bottom:10px; }
	.consultant img	{ border: 0 !important; height:120px; width:170px; float:left; }
	.consultant .bottom	{ float: left; position: relative; background: url('../img/consult_bottom.gif') left bottom no-repeat; height:15px; }

	form.ask-about-big textarea
	{
		font-size: 12px;
		line-height: 12px;
		height:110px;
		float: right;
		width: 413px;
		padding: 2px;
	}
		
/*
consultant
*/

.consultant span.hours	{ font-size:13px; line-height:normal; margin-top:5px; padding-top:5px; border:0; }
.consultant img	{ border: 1px solid #b0bcb0; height:120px; width:170px; margin: 0 1px; float:left; overflow:hidden; }

table.trips th.main
{
	width: 400px;
}

div.trips-info-block {
	margin-top:0;
	position: relative;
	margin-left:0;
}

a.country
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	line-height: normal;
	border: 0;
	width:auto;
}

.hbox h1 {
	font-size: 26px;
}

.normal2				{ width: 350px; }
.normal2.no-padding		{ width: 370px; }

#f-filter-trips select {
	/*width: 104px;*/
	font-size: 11px;
	height: 20px;
	font-weight: bold;
}

.grey-dark { color: #535353 !important; }
.grey-dark2 { color: #656b65 !important; line-height:normal; }

ul.links  { width: 100%; list-style: none !important; margin: 0 !important; margin-top: 12px !important; margin-bottom: 18px !important; padding:0 !important; display: table; }
ul.links li { white-space: nowrap; display: table-cell;  }
ul.links li a { color: #272727 !important; font-weight: bold; font-size: 13px; text-decoration: underline }
ul.links li a:hover { text-decoration: none }

.desc-content {
	width: 100% !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.desc-content h2
{
	font-size: 16px;
	font-weight: bold;
	color: #34a600;
	float: left;
	margin: 0;
}

.desc-content p {
	font-size: 13px;
	color: #181818 !important;
	line-height: 137% !important;
	text-align: justify;
}

.desc-content ul { width: 100%; list-style: none !important; margin: 0 !important;   padding:0 !important; display: table; }
.desc-content ul li { margin-top: 16px; color: #181818 !important; line-height: 137% !important; }
.desc-content ul li span { font-size:13px; color:#090909; font-weight:bold; }

.desc-content .table {
	width: 100%;
	border-collapse: collapse;
}
.desc-content table {
	width: 100% !important;
}
.desc-content th,
.desc-content td {
	border: 1px solid #fff;
	line-height: 21px;
	padding: 0 12px 0 12px;
	text-align: center;
}
.desc-content th {
	background: #45b213;
	color: #fff;
}
.desc-content td {
	background: #e0f4d8;
}

.country-desc {
	width: 100%;
	border-top: 2px solid #42b011;
	border-bottom: 2px solid #42b011;
	padding: 6px 0;
}
.country-desc .title {
	font-size: 16px;
	font-weight: bold;
	color: #333333 !important;
	line-height: 30px;
}
.country-desc ul {
	list-style: none !important;
	margin: 0 !important; 
	padding:0 !important;
}
.country-desc ul li {
	line-height: 200%;
}


.slideshow-hsmall2
{
	width: 143px !important;
	height: 152px !important;
	background-image: url('img/slideshow-shadow.gif');
}

ul.about-trip {
	float: left;
	position: relative;
	width: 472px;
	/*border-bottom: 2px solid #41af0f;*/
	margin: 0 !important;
	padding: 18px  0 18px  9px;
	margin-bottom: 16px !important;
	/*padding-left: 9px !important;*/
	list-style-type: none !important;
	display: block;
}
ul.about-trip li {
	padding-left: 15px;
	float: left;
}
ul.about-trip li span {
	color: #a3a3a3 ;
	font-size: 11px;
}
ul.about-trip li .bignr {
	color:#45b213;
	font-size: 15px;
}
ul.about-trip li.first {
	border-right: 1px dotted #a0a0a0;
	background: url(../img/icon-phone2.gif) left center no-repeat;
	padding: 0 15px 0 17px;
}
ul.about-trip li a {
	font-size: 11px;
	color: #45b213;
	padding-right: 13px;
	background: url(../img/bullet-arrow-green.png) right center no-repeat;
}
ul.about-trip li a:hover {
	color: #333;
}
ul.about-trip li a.big {
	font-size: 14px;
}

.about-trip-green {
	border-bottom: 2px solid #41af0f;
	/*background: red;*/
}

.desc-left {
	width: 150px !important;
	margin-left: 3px !important;
}

.green-links-center {
	width: 170px !important; 
	/*padding-left: 17px !important;
	margin-left: 50px !important;*/
	border-left: 1px dotted #c0c0c0;
}
.green-links-center li {
	padding-left: 17px !important;
}

a.print {
	font-weight:normal; padding:0 25px 0 0; color:#747474 !important; font-size:11px;
	background: url('../img/icon-print.gif') no-repeat right top;
}

.d-ask-p1 {
	float: left;
	width: 100%;
	position: relative;
	padding: 13px 0 6px 0;
	/*border-bottom: 1px solid #41af0f;*/
}
.d-ask-p1 .title, .d-ask-p1 .title-wide {
	width: 100px;
	text-align: right;
	margin-right: 8px;
	line-height: 170%;
	font-size: 14px;
	color: #000;
}
.d-ask-p1 .title-wide {
	width: 128px;
}
.d-ask-p1 .title-margin {
  margin-top: 5px;
  margin-bottom: 5px;
}
.d-ask-p1 .info {
	width: 310px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	line-height: 170%;
}
.d-ask-p1 .info-short {
	
}
.d-ask-p1 select {
	width: 196px;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	border: 1px solid #b0bcb0;
	margin: 2px 0;
}
.d-ask-p1 input[type="text"] {
	float: left;
  width: 218px;
	font-size: 12px;
	color: #000;
	border: 1px solid #b0bcb0;
	margin: 0 !important;
  clear: left;
	height: 18px;
  padding: 0 4px;
  margin-top: 12px !important;
}
.d-ask-p1 input.kel-budz {
	width: 95px;
  margin:0 !important;
  display: inline; 
}
.d-ask-p1 hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-bottom: 1px solid #41af0f;
}
.d-ask-p1 .textarea { float: left; width: 419px;  }
.w100p { width: 100%; }
.d-ask-p1 .keliaut { 	width: 110px;  }
.d-ask-p1 .keliaut-select {	width: 96px  }
.d-ask-p1 .vaik-title { 	width:40px; }
.d-ask-p1 .vaik { 	width: 100px; }
.d-ask-p1 .vaik-select { wdith:40px; }
.d-ask-p1 label {
	font-size: 14px;
	color: #000;
}
.d-ask-p1 textarea {
	width: 98%;
  padding: 5px;
  margin-top: 8px;
}

.consult-detailed {
  height: 470px;
}

.fsize11 {
	font-size: 11px !important; 
}

.fsize12 {
	font-size: 12px !important; 
}

.line-hn {
	line-height: normal;
}


#nav-yellow-main {
  float: left;
	width: 646px;
  margin: 7px 0 19px 10px;
}
#nav-yellow
{
  height: 67px;
  background:  url('../img/nav-yellow.gif') no-repeat left top;
  position: relative;
  /*margin: 0 12px 0 0;*/
  margin: 0 !important;
  padding: 0 !important;
 
}
  * html #nav-yellow	{ margin-right: -13px; }

  #nav-yellow ul
  {
    height: 67px;
    background: transparent url('../img/nav-yellow.gif') no-repeat right -67px;
    padding-left: 6px;
    list-style-type: none;
  }
    #nav-yellow ul li
    {
     	float: left;
      font-size: 14px;
      color: #45b213;
      font-weight: bold;
      text-transform:capitalize;
      margin-top: 14px !important;
      margin-left: 9px;
    }
     #nav-yellow ul li input {
      	width: 70px;
        border: 1px solid #b0bcae; 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        height: 16px;
        line-height: 16px;
     }
     #nav-yellow ul li select {
        border: 1px solid #b0bcae; 
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: normal;
        height: 18px;
     }
     #nav-yellow ul li a {
       font-size: 16px;
       color: #45b213;
       font-weight: bold;
       background: url(../img/go.gif) right center no-repeat;
       padding-right: 38px;
       margin-left: 10px;
     }
     #nav-yellow ul li a:hover {
        color: #45b213;
     }



#nav-sub-transp {
	float: left;
  position: relative;
  width: 646px;
  margin-left: 10px;
  margin-bottom: 10px;
}

ul#nav-country {
  float: left;
  width: 100%;
	background: url(../img/green-border.gif) left bottom repeat-x;
}
ul#nav-country li {
  display: inline;
}
ul#nav-country li h2 {
  height: 31px;
  line-height: 31px;
  float: left;
  position: relative;
  background: transparent url(../img/nav-green-grey.gif) 0 -62px no-repeat;
  margin: 0 1px 0 0;
	bottom: -1px;
}
ul#nav-country li h2 a  {
	height: 100%;
  display: block;
  float: left;
  padding: 0 13px;
  color: #636363;
  font-weight: normal;
	font-size: 16px;
  text-decoration: none;
  background: transparent url(../img/nav-green-grey.gif) right -91px no-repeat;
}
ul#nav-country li h2 a:hover {
	color: #41af0f;
}
ul#nav-country li.selected h2 {
  height: 31px;
  line-height: 31px;
  position: static;
  bottom: -1px;
  background: transparent url(../img/nav-green-grey.gif) 0 0 no-repeat;
}
ul#nav-country li.selected h2	a  {
  font-size: 16px;
  font-weight: bold;
  color: #41af0f;
  text-decoration: none;
  background: transparent url(../img/nav-green-grey.gif) right -31px no-repeat;
}

ul#nav-city {
	float: left;
  width: 100%;
	background: url(../img/green-border.gif) left bottom repeat-x;
}
ul#nav-city li {
  display: inline;
}
ul#nav-city li h3 {
	height: 42px;
  line-height: 42px;
  float: left;
  position: relative;
  margin: 0 1px 0 0;
}
ul#nav-city li h3 a  {
	height: 100%;
  display: block;
  bottom: 0;
  float: left;
  font-size: 16px;
  color: #636363;
  font-weight: normal;
  text-decoration: none;
  padding: 0 12px;
  margin: 0;
}
ul#nav-city li h3 a:hover {
	color: #41af0f;
}
ul#nav-city li.selected h3  {
	height: 42px;
  line-height: 42px;
  float: left;
  position: relative;
  background: transparent url(../img/arrow-up.gif) center bottom no-repeat;
  margin: 0 1px 0 0;
}

ul#nav-city li.selected h3 a {
	height: 100%;
  display: block;
  font-size: 16px;
  color: #41af0f;
  font-weight: normal;
  text-decoration: none;
  bottom: auto;
  float: left;
  padding: 0 12px;
  margin: 0;
}

.show-map {
  float: right;
  position: relative;
  background: url(../img/show-map.gif) left top no-repeat;
}

.show-map a {
  height: 16px;
  line-height: 16px;
	float: left;
  position: relative;
  font-size: 11px;
  color: #fff;
  padding: 0 10px;
  background: url(../img/show-map.gif) right -16px no-repeat;
}
.show-map a span {
  width: 100%;
  float: left;
  display: block;
  margin-right: 15px;
/*  background: url(../img/bullet-arrow-down.png) right center no-repeat;*/
}

.sort select {
	border: 1px solid #afbab2;
}

.map-block {
	float: left;
  width: 100%;
  border-left: 1px solid #41af0f;
  border-right: 1px solid #41af0f;
  border-bottom: 1px solid #41af0f;
}

.fs28b-green {
  font-family: Arial, Helvetica, sans-serif;
  line-height:28px !important;
  font-size: 28px;
  font-weight: bold;
  color: #45b213;
  letter-spacing: -1px;
}


.hot-offer {
  width: 479px;
  padding: 0;
}
.hot-offer .header {
	float: left;
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0;
  margin: 0;
  background: url(../img/specials-header-wide.gif) 0 0 no-repeat;
}
.hot-offer .header h2 {
  float: left;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30;
  line-height: 30px;
  display: block;
  width: 100%;
  font-size: 21px;
  font-weight: bold;
  padding: 0 !important;
  margin: 0 !important;
  color: #fff;
  background: url(../img/specials-header-wide.gif) right -30px no-repeat;
}
.hot-offer .content {
  float: left;
  position: relative;
  width: 463px;
  padding: 0 9px 5px 5px;
  margin: 0;
  background: url(../img/shadows2.gif) left top repeat-x;
  border-top: 1px solid #e5ecf2;
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.hot-offer .content p {line-height:normal;}
.hot-offer .content ul 
{list-style-type: disc !important;
padding: 15px;}
.hot-offer .content li
{padding-bottom:5px;}
/*.hot-offer .content a
{
color: #0d0;
}
.hot-offer .content a:hover { 
color: #000;
text-decoration:none; } */
.hot-offer .content h3 {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 16px 0 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #ed4a2b;
}

.hot-offer .content h4 {
  float: left;
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}


.footer-479 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/footer-479.gif) left bottom no-repeat;
}

.footer-1000 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/footer-1000.gif) left bottom no-repeat;
}


ul.fly-block {
  float: left;
  position: relative;
  width: 100%;
  background: none;
}
ul.fly-block li {
  float: left;
  position: relative;
  display: inline;
  width: 105px;
  margin-top:12px;
  padding-top: 4px !important;
  margin-left: 3px !important;
  padding: 0 4px;
}
ul.fly-block li:hover {
	background: #f8f0db;
}
ul.fly-block li.first {
  margin-left: 0 !important;
}
ul.fly-block li h4:hover {
  text-decoration: underline;
}
ul.fly-block li .info {
  font-size: 12px;
  color:#656b65;
}
ul.fly-block li .fly-star {
  margin-left: 0;
  margin-bottom:5px;
}
ul.fly-block li .price {
  font-size:16px;
  font-weight:bold;
  color:#45b213;
}
ul.fly-block li .image {
	width: 103px;
  height: 79px;
  border: 1px solid #2480E3;
}


a.all-trip {
  float: right;
  font-size:12px;
  color:#ed4a2b;
  font-weight:bold;
  margin-top: 10px;
  text-decoration: none;
}
a.all-trip:hover {
  text-decoration: underline;
}
.arrows {
  position: relative;
  top: -1px;
  font-size: inherit;
  font-weight:  inherit;
}



.last-min {
  width: 477px;
  background: url(../img/bg-479.gif) left top repeat-y;
  padding: 14px 1px 0 1px;
  margin-top: 10px;
}

.fullwidth {
  width: 1030px;
  background: url(../img/htres-bg.gif) left top repeat-y;
  padding: 14px 1px 15px 1px;
  margin-top: 10px;
}

.last-min .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/header-479.gif) top left no-repeat;
}

.fullwidth .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url(../img/header-1000.gif) top left no-repeat;
}

.last-min h2 {
  font-size: 25px;
  font-weight: bold;
  color: #41b315;
  background: #FFF;
  padding: 0 8px;
  left: 6px;
}
.last-min table {
  float: left;
  position: relative;
  width: 100%;
}
.last-min table tbody {
  margin: 13px;
}
.last-min table td {
  font-size: 12px;
  color: #000;
  text-align: center;
  height: 28px;
  line-height: 28px;
}
.last-min table td.first {
  padding-left: 14px;
  text-align: left;
  width: 108px;
}
.last-min table tr.bg {
  background: #f9f1dc;
}
.last-min table td a  {
  font-size: 14px;
  font-weight: bold;
  color: #43b313;
}
.last-min table td a.price {
  font-size: 13px;
  font-weight: bold;
  color: #3fb415;
}
.last-min a {
  float: right;
  font-size:12px;
  color:#ed4a2b;
  font-weight:bold;
  margin: 10px 13px 7px 0;
}
.last-min a:hover {
  text-decoration: underline;
}

.new-trip {
  width: 173px;
  padding: 0;
  background: url(../img/bg-173.gif) left top repeat-y;
  margin-top: 10px;
}
.new-trip h2 {
  font-size: 15px;
  font-weight: bold;
  color: #3eb214;
  background: #FFF;
  text-transform: uppercase;
  left: 10px;
  padding: 0 4px;
	text-align: center;
	line-height: normal;
}
.new-trip .header, .new-trip .footer {
	float: left;
  position: relative;
  width: 100%;
  height: 3px;
  line-height: 3px;
  padding: 0;
  margin: 0;
  background: url(../img/header-173.gif) 0 0 no-repeat;
}
.new-trip .footer {
  background: url(../img/footer-173.gif) 0 0 no-repeat;
}
.new-trip ul {
  margin: 10px 1px 10px 1px;
}
.new-trip ul li {
  font-size: 11px;
  color: #656b65;
  padding: 7px 0 5px 10px;
}
.new-trip ul li.bg {
  background: #e5fcce;
}
.new-trip ul li h4 {
  line-height: normal;
  display: inline;
  text-decoration: none;
}
.new-trip ul li h4 a {
  font-size: 12px;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.new-trip ul li h4 a:hover {
  color: #41b315;
  text-decoration: none;
}
.new-trip h4 a.big {
	text-transform: uppercase;
}
.new-trip ul li .small {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.new-trip ul li .price {
	width: 92%;
	font-size: 16px;
	color: #ff6600;
	font-weight: bold;
	text-align: right;
}

.pop-routes {
	padding-top: 20px;
}
.pop-routes li {
	border-top: 1px solid #cecece;
	line-height: normal;
}
.pop-routes li.first {
	border: 0;
}


.tour table {
  width: 663px;
  margin: 0 0 22px 5px;
}
.tour table tbody td {
  border-bottom: 1px solid #cecece;
}
.tour table th {
  text-align: left;
  font-size: 11px;
  color: #5d5d5d;
  padding: 0 0 13px 15px;
}
.tour table td {
  text-align: left;
  padding: 6px 0 13px 15px;
  vertical-align: middle;
  font-size:12px;
  color: #070707;
}
.tour table td a {
  color: #309601;
}
.tour table td a:hover {
  text-decoration: underline;
}
.tour table td b {
  font-size:12px;
  color: #070707;
  font-weight: bold;
}
.tour table td h3 {
	margin: 0;
}
.tour table td h3 a {
  font-size: 14px;
	color: #309601;
  font-weight: bold;
}
.tour table td h3 a:hover {
  text-decoration: underline;
}
.tour table td p {
  font-size: 11px;
  color: #070707;
  margin: 2px 0 0 0;
  padding: 0;
  line-height: normal;
}

.tour table thead {
	background: url('../img/trips-select.gif') left bottom no-repeat;
}

.tour-list {
  float: left;
  position: relative;
  width: 451px;
	border-top: 2px solid #42b011;
  padding: 15px  15px 20px 15px;
}
.tour-list h2 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #45b213;
  padding-bottom: 10px;
}
.tour-list ul li a {
  font-size: 14px;
	color: #45b213;
  text-decoration: none;
  padding-right: 15px;
  background: url(../img/bullet-arrow-green.png) right center no-repeat;
}
.tour-list .tour-list-left {
  float: left;
   width: 50%;
}
.tour-title {
  width: 100%;
  font-size: 26px !important;
  font-weight: bold;
  margin: 0 10px 10px 0;
  line-height: normal;
}
.yellow-short {
  padding:0 !important;
  margin:0 !important;
  padding-left:5px;
}


.desc-content-tour {
	width: 100% !important;
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}
.desc-content-tour h2 {
	font-size: 16px;
	font-weight: bold;
	color: #34a600;
	float: left;
	margin: 0;
  width:340px !important;
  margin:30px 0 0 0 !important;
}
.desc-content-tour span {
  margin: 30px 0 0 0;
  line-height:16px;
  height:16px;
  display:block;
}

.comments li.postdate {
  font-size: 12px;
}

.comments li.feedlink a {
  text-decoration: underline;
  color: #000000 !important;
}

.comments .com-img {
  position:relative;
  top:14px;
}

.com-write {
  float: right;
  color: #45b213;
  background: url(../img/bullet-arrow-green.png) right center no-repeat;
  padding-right: 17px;
  text-decoration: underline;
}

.desc-thumbs {
  float: left;
  width: 100%;
  padding: 6px 0 0 8px;
}
.desc-thumbs img {
  float: left;
  width: 65px;
  height: 43px;
  margin: 3px;
  border: 2px solid #ffffff;
}
.desc-thumbs img:hover, .desc-thumbs img.sel {
  border: 2px solid #ffa500;
}


.green-menu {

}
.green-menu li {
	padding-left: 12px;
  background: url(../img/bullet-arrow-green.png) left 6px no-repeat;
}
.green-menu li a {
  font-size: 14px;
  color: #45b213;
}

.green-menu li a.green-more {
  font-size: 12px;
  color: #535353;
  background: url(../img/bullet-arrow.png) right center no-repeat;
  padding-right: 11px;
}


.objects-menu li {
  margin: 15px 0;
}
.objects-menu li a {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background: url(../img/bullet-arrow.png) left center no-repeat;
  padding-left: 13px;
}
.objects-menu li a.sel {
  color: #45b213;
  background: url(../img/bullet-arrow-green.png) left center no-repeat;
}

.objects-menu2nd {
  padding-left: 14px;
}
.objects-menu2nd li {
  margin: 0;
}
.objects-menu2nd li a {
  font-size: 12px;
  font-weight: normal;
}

.inner2 {
  width:100%;
  padding: 20px 0 15px 0;
}


.nav-yellow2 {
  float: left;
  position: relative;
  width: 100%;
  background: #f8e146;
}
.nav-yellow2 .corner-top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
	background:url(../img/yellow-corners.gif) 0 0 no-repeat;
}
.nav-yellow2 .corner-top-right {
	position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
	background: url(../img/yellow-corners.gif) -7px 0 no-repeat;
}

.nav-yellow2 .corner-bottom-left {
	position: absolute;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
	background:url(../img/yellow-corners.gif) -14px 0 no-repeat;
}
.nav-yellow2 .corner-bottom-right {
	position: absolute;
  bottom: 0;
  right: 0;
  width: 7px;
  height: 7px;
	background:url(../img/yellow-corners.gif) -21px 0 no-repeat;
}
.nav-yellow2 ul
  {
    float: left;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0;
    list-style-type: none;
  }
  .nav-yellow2 ul li
  {
    float: left;
    position: relative;
    font-size: 14px;
    color: #45b213;
    font-weight: bold;
    text-transform:capitalize;
    margin: 0;
    padding: 15px 0 0 14px;
  }
   .nav-yellow2 ul li input {
      width: 70px;
      border: 1px solid #b0bcae; 
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      height: 16px;
      line-height: 16px;
   }
   .nav-yellow2 ul li select {
      border: 1px solid #b0bcae; 
      font-family: Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: normal;
      height: 18px;
   }
   .nav-yellow2 ul li a {
     font-size: 16px;
     color: #45b213;
     font-weight: bold;
     background: url(../img/go.gif) right center no-repeat;
     padding-right: 38px;
     margin-left: 10px;
   }
  .nav-yellow2 ul li input[type="checkbox"] {
    display: inline;
    width: auto;
    margin-right: 8px;
  }
  .nav-yellow2 ul li input[type="image"] {
    position: relative;
    width: auto;
    height: auto;
    margin-left: 9px;
    border: 0;
    top: -3px;
  }
  .nav-yellow2 ul li label {
		display: inline;
    position: relative;
    top: -3px;
    font-size: 14px;
    color: #45b213;
    font-weight: bold;
    text-transform: lowercase;
  }
  .nav-yellow2 ul li a:hover {
		color: #45b213;
  }


.hotels-table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #cecece;
}
.hotels-table thead {
  background: url(../img/hotels-select.gif) left bottom no-repeat;
}
.hotels-table th {
  text-align: left;
  font-size: 11px;
  color: #5d5d5d;
  font-weight: normal;
  padding-bottom: 13px;
}
.hotels-table th.region_name {
	font-size: 16px;
	color: #309601;
	font-weight: bold;
}
.hotels-table td {
	text-align: left;
  font-size: 11px;
  color: #070707;
  height: 30px;
}
.hotels-table2 td {
	height: 46px;
}
.hotels-table tr.first {
	border-top: 0;
}
.hotels-table tr.last {
	margin-bottom: 29px;
}
.hotels-table tr.line2 {
  background: #e5fcce;
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}
.hotels-table tr.line2_child {
  background: #e5fcce;
	border: 0;
}
.hotels-table .name, .hotels-table .name2, .hotels-table .name3 {
  padding-left: 16px;
  width: 252px;
  font-size: 12px;
  color: #309601;
  font-weight:bold;
}
.hotels-table .name {
	font-size: 12px;
	color: #060606;
	font-weight: normal;
}
.hotels-table .name a span {
  color: #ff7e00;
  font-weight: bold;
  font-size: 12px;
}
.hotels-table .name a {
  font-size:12px;
  color:#309601;
  font-weight:bold;
  text-decoration: none;
}
.hotels-table .name a:hover {
  text-decoration: underline;
}
.hotels-table .name2 {
	font-size: 14px;
	width: 210px;	
}
.hotels-table .name3 {
	width: 172px;
}
.hotels-table .child_name span {
	font-size: 14px;
	color: #070707;
	padding-left: 35px;
}
.hotels-table .resort {
	font-size: 14px;
	color: #070707;
	text-align: center !important;
}
.hotels-table .hotels_nr {
	font-size: 12px;
	color: #070707;
	text-align:center !important;
}
.hotels-table .more {
	text-align:center !important;
}
.hotels-table .more a {
	font-size: 12px;
	/*color: #070707;*/
	color: #53b427;
	text-decoration: none;
	background: url(../img/bullet-arrow.png) right center no-repeat;
	padding-right: 14px;
}
.hotels-table .more a:hover {
	text-decoration: underline;
}
.hotels-table .city {
  width: 70px;
}
.hotels-table .city2 {
  width: 116px;
}
.hotels-table .country {
  width: 52px;
}
.hotels-table .country2 {
  width: 94px;
}
.hotels-table .asses {
  width: 66px;
}
.hotels-table .asses a {
	color: #ff7e00;
  text-decoration: none;
}
.hotels-table .asses a:hover {
	color: #ff7e00;
  text-decoration: underline;
}
.hotels-table .score {
	font-size: 12px;
  color: #070707;
  font-weight: bold;
}

.trborder tr {
	border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
}





.nav-green {
  float: left;
  position: relative;
  background:url(../img/login-bg.gif) left top repeat-x #e5ece5;
	border: 1px solid #45b213;
}
.nav-green .corner-top-left {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 4px;
  height: 4px;
	background:url(../img/green-corners.gif) 0 0 no-repeat;
}
.nav-green .corner-top-right {
	position: absolute;
  top: -1px;
  right: -1px;
  width: 4px;
  height: 4px;
	background: url(../img/green-corners.gif) -4px 0 no-repeat;
}

.nav-green .corner-bottom-left {
	position: absolute;
  bottom: -1px;
  left: -1px;
  width: 4px;
  height: 4px;
	background:url(../img/green-corners.gif) -12px 0 no-repeat;
}
.nav-green .corner-bottom-right {
	position: absolute;
  bottom: -1px;
  right: -1px;
  width: 4px;
  height: 4px;
	background:url(../img/green-corners.gif) -8px 0 no-repeat;
}
.nav-green span.title {
	position: relative;
	font-size: 20px;
	color: #f17a06;
	line-height: 40px;
	height: 40px;
	top: -2px;
}
.nav-green span.arrow {
	letter-spacing:-3px;
}
.nav-green a {
	color:#f58415;
	text-decoration: none;
}
.nav-green a:hover {
	text-decoration: underline;
}

form.login input[type="text"],
form.send input[type="text"] {
	font-size: 12px;
	width: 149px;
	border-top: 1px solid #b0bcb0;
	border-right: 1px solid #c9d2c9;
	border-bottom: 1px solid #b0bcb0;
	border-left: 1px solid #c9d2c9;
	padding: 2px 4px;
	margin-bottom: 10px;
	line-height: normal;
}
form.send input[type="text"] {
	margin: 26px 9px 0 0;
}

.wide2 {
	width: 430px;
}

.narrowest2 {
	width: 196px;
}

.narrowest2_border {
	width: 194px;
	border-left: 1px solid #45b213;
}

.f-submit2
{
	float: left;
	background: transparent url(../img/box-heading3.gif) no-repeat 0 0;
}
	.f-submit2 input 
	{
		width: auto;
		height: 20px;
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		border: none;
		cursor: pointer;
		float: left;
		display: inline;
		padding: 0 15px 5px 5px;
		background: transparent url(../img/box-heading3.gif) no-repeat right -20px;
	}

.f-submit2:hover
{
	background-position: 0 0 !important;
}
	.f-submit2:hover input
	{
		background-position: right -20px !important;
	}
	
.green24b {
	font-size: 24px;
	color: #35a601;
	font-weight: bold;
}

.orange20b {
	font-size: 20px;
	font-weight: bold;
	color: #f7871a;
}

.border2orange {
	border-bottom: 2px solid #f7871a;
}




ul#innernav4-main
{
	border-bottom: 2px solid #f79819;
}

ul#innernav4-main .close-button
{
	color: #7a7f7a;
	font-size:11px;
	padding:0 0 0 15px;
	background: none;
/*			background: url('../img/close-button.gif') no-repeat 0 12px; */
}
ul#innernav4-main .close-button:hover
{
	color: #000;
	background: none;
/*			background: url('../img/close-button.png') no-repeat 0 -12px; */
}
	ul#innernav4-main li
	{
		display: inline;
	}
		ul#innernav4-main li a
		{
			height: 23px;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			color: #7a7f7a;
			background: url('../img/nav.gif') no-repeat 0 -60px;
			float: left;
			position: relative;
			bottom: -7px;
			margin: 0 2px 0 0;
		}
			ul#innernav4-main li a span
			{
				background: transparent url('../img/nav.gif') no-repeat right -90px;
				display: block;
				padding: 0 7px;
			}
			ul#innernav4-main li a:hover
			{
				height: 30px;
				line-height: 30px;
				color: #000;
				position: static;
			}

			ul#innernav4-main li.selected a
			{
				height: 30px;
				font-weight: bold;
				letter-spacing: 0;
				line-height: 30px;
				color: #fff;
				position: static;
				background: #fff url('../img/nav.gif') repeat-x 0 0;
			}
				ul#innernav4-main li.selected a span
				{
					background-position: right -30px;
				}


.grey-blank2 {
	border: 1px solid #cdd2cc;
	background:url(../img/mail-bg.jpg) left bottom no-repeat;
	position:relative;
}
.grey-blank2 .title {
	font-size: 15px;
	color: #56ac27;
	font-weight: bold;
}
.grey-blank2 .c-tl,
.grey-blank2 .c-tr,
.grey-blank2 .c-bl,
.grey-blank2 .c-br {
	background:url(../img/grey-corners.gif) left bottom;
}
.grey-blank2 .c-tl	{ background-position: 0 0; }
.grey-blank2 .c-tr	{ background-position: -5px 0; }
.grey-blank2 .c-bl	{ background-position: -10px 0; }
.grey-blank2 .c-br	{ background-position: -15px 0; }


form.newsletter input[type="text"] {
	font-size: 12px;
	width: 218px;
	border-top: 1px solid #b0bcb0;
	border-right: 1px solid #c9d2c9;
	border-bottom: 1px solid #b0bcb0;
	border-left: 1px solid #c9d2c9;
	padding: 2px 4px;
	margin-bottom: 10px;
	line-height: normal;
}

ul.checklist {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
ul.checklist li {
	background: url(../img/check.gif) left 1px no-repeat;
	padding-left: 26px;
	padding-bottom: 5px;
}

a.close {
	position: absolute;
	top: 6px;
	right: 8px;
	font-size: 11px;
	color: #989898;
	background: url(../img/x.gif) left 6px no-repeat;
	padding-left: 15px;
}


#print_page {
	width: 684px;
	margin: 25px auto;
}

.print_header {
	float: left;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
}

.print_content {
	width: 663px;
	float: left;
	position: relative;
	padding: 25px 0 0 18px;
}
.print_content h1 {
	padding-bottom: 17px;
}

.print_list {
	float: left;
	display: inline;
	width: 663px;
	border-collapse: separate;
}
.print_list thead {
	background: url(../img/trips-select.gif) left bottom no-repeat;
}
.print_list thead th {
	font-size: 11px;
	color: #5d5d5d;
	text-align: left !important;
	padding-bottom: 14px;
}
.print_list .tour {
	width: 468px;
	padding-left: 14px;
}
.print_list .time {
	width: 74px;
	padding-left: 14px;
}
.print_list .price {
	width: 79px;
	padding-left: 14px;
}
.print_list td {
	font-size: 12px;
	border-top: 1px solid #cecece;
	vertical-align: middle;
	padding: 6px 0 8px 14px;
	text-align: justify;
}
.print_list td h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2d9e04;
}
.print_list td.first {
	border: 0;
}
.print_list td a {
	font-size: 11px;
	font-weight: bold;
	color: #299609;
	text-decoration: none;
}
.print_list td a:hover {
	text-decoration: underline;
}

.gallery {
	float: left;
	background: none;
}
.gallery td {
	width: 133px;
	padding: 0 0 27px 25px !important;
	text-align: center !important;
	border: 0 !important;
	background: none !important;
	color: #41af0f !important;
}
.gallery td.first {
	padding-left: 0 !important;
}
.gallery td div {
	width: 133px !important;
	height: 159px !important;
	padding-bottom: 7px;
}
.gallery td a {
	font-size: 12px;
	color: #41af0f !important;
	font-weight: bold;
	text-decoration: none;
}
.gallery td a:hover {
	text-decoration: underline;
}

.tour_idea {
	width: auto !important;
}
.tour_idea td {
	border: 0 !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	padding-bottom: 14px !important;
	vertical-align: top;
}
.tour_idea td div {
	width: 220px !important;
	height: 150px !important;
	padding: 0 !important;
	/*padding: 4px !important;*/
	/*background:url(../img/gallery-border.png) left top no-repeat;*/
}
.tour_idea td h2 {
	width: auto !important;
	padding-bottom: 5px;
}
.tour_idea td p {
	padding: 8px 0 0 4px;
	margin: 0;
	line-height: 160% !important;
	font-size:12px !important;
	color:#656b65;
	text-align: justify;
}
.tour_idea td a {
	font-size: 12px !important;
	color: #45b213;
	background: url(../img/bullet-arrow-green.png) right 4px no-repeat;
	padding-right: 12px;
	text-decoration: underline;
}

.cruise-title {
	width: 100%;
	font-size: 30px;
	color: #45b213;
	font-weight: bold;
	padding: 20px 0 20px 0;
}
.cruise4img td {
	width: 152px;
	padding-left: 5px;
}
.cruise4img td img {
	padding-bottom: 6px;
}
.cruise4img td a {
	font-size: 12px;
	color: #45b213;
	line-height: normal;
	text-decoration: underline;
}
.cruise4img td a:hover {
	text-decoration: none;
}
.cruise4img td.first {
	padding-left: 0;
}


.cruise-title2 {
	font-size: 16px !important;
	color: #309601 !important;
	font-weight: bold !important;
	padding-bottom: 5px;
	padding-left: 15px;
}
.cruise-list {
	padding: 8px 0 20px 0;
	margin: 0;
	background:url(../img/hotels-select.gif) left top no-repeat;
}
.cruise-list li {
	padding: 16px 0 13px 0;
	border-bottom: 1px solid #cecece !important;
	background: none;
}
.cruise-list li:hover {
	background: #e5fcce;
}
.cruise-list li table td {
	vertical-align: top;
	line-height: normal;
}
.cruise-list li table td a {
	text-decoration: none;
}
.cruise-list li table td a:hover {
	text-decoration: underline;
}
.cruise-list li table td h3 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0;
}
.cruise-list li table td.title {
	padding-left: 15px;
}
.cruise-list li table td.price a {
	font-size: 14px;
	font-weight: bold;
	color: #ff6600;
}
.cruise-list li table td.price2 a {
	font-size: 11px;
	color: #535353;
	font-weight: bold;
}
.cruise-list li table td.desc {
	padding-top: 6px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #535353;
}
.cruise-list li table td.name {
	padding-left: 15px;
}
.cruise-list li table td.name a {
	font-size: 11px;
	color: #008000;
}



a.all-qa {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 30px;
	text-decoration: none;
}
a.all-qa:hover {
	text-decoration: underline;
}

.skiing h1 {
	width: 100%;
	font-size: 30px;
	color: #45b213;
	font-weight: bold;
	padding: 20px 0 20px 15px;
	margin: 0;
}
.skiing h2 {
	font-size: 16px;
	color: #f17b07;
	font-weight: bold;
	padding: 0 0 0 15px;
	margin: 0;
}
.skiing-list {
	float: left;
	width: 100%;
}
.skiing-item {
	background: url(../img/trips-select.gif) left 29px no-repeat;
	border-bottom: 2px solid #cecece;
	margin-bottom: 15px;
}

.price-list {
}
.price-list li {
	line-height: 200%;
}
.price-list li a {
	font-size: 13px;
	font-weight: bold;
	color: #49a912;
	background:url(../img/bullet-arrow-green.png) right center no-repeat;
	padding-right: 15px;
}

.bg-light-green {
	background-color: #e9f5e3 !important;
}

ul.line200 li {
	line-height: 200% !important;
}

.ski-tab1 {
	width:192px;
	padding-top:26px;
	padding-left:8px;
	vertical-align:top;
}
.ski-tab2 {
	width:208px;
	padding-top:26px;
	vertical-align:top;
}
.ski-tab3 {
	width:255px;
	vertical-align:bottom;
	padding-top: 30px;
	padding-bottom: 7px;
}
.ski-tab3 div {
	 width: 247px !important;
	 height: 276px !important;
	 background-position: center !important;
	 background-repeat: no-repeat !important;
}
.ski-tab4 {
	padding-left:8px;
	padding-bottom: 12px;
}
.ski-tab4 span {
	font-size:16px;
	color:#35a601;
	font-weight:bold;
}
.ski-tab5 {
	width: 192px;
	padding-left: 8px;
	padding-bottom: 8px;
	vertical-align: top;
}
.ski-tab6 {
	width: 208px;
	vertical-align: top;
	padding-bottom: 8px;
}






.orange-bg2
{
	background-color: #f7efe8;
	border: 1px solid #ff9936;
}
	.orange-bg2 .c-tl,
	.orange-bg2 .c-tr,
	.orange-bg2 .c-bl,
	.orange-bg2 .c-br {
		background:url(../img/corners.gif) no-repeat;
		width: 5px !important;
		height: 5px !important;
		margin: 0 !important;
		padding: 0 !important;
		
	}
	.orange-bg2 .c-tl { background-position: 0 -36px; }
	.orange-bg2 .c-tr { background-position: -5px -36px }
	.orange-bg2 .c-bl { background-position: -10px -36px }
	.orange-bg2 .c-br { background-position: -15px -36px }

.normal2 {
	width: 326px !important;
	font-size: 12px !important;
	color: #777d77 !important;
	font-weight: bold !important;
}
.normal2 .orange-big {
	font-size:16px;
	color:#f07803;
}
.normal2 .orange-big:hover {text-decoration:underline;}

.normal2 .orange-small {
	font-size:12px;
	color:#f07803;
}
.normal2 .right {
	width: 100%;
	font-size: 11px !important;
	color: #777d77 !important;
	font-weight: normal;
	text-align: right;
}
