/**
  * Global reset
  */
html,head,body,
div,blockquote,q,img,object,param,embed,area,map,b,i,em,strong,tt,sub,sup,big,small,hr
h1,h2,h3,h4,h5,h6,
abbr,acronym,address,bdo,cite,code,ins,del,dfn,kbd,br,
ul,ol,li,dl,dt,dd,
table,tr,td,th,tbody,thead,tfoot,col,colgroup,caption,
form,label,fieldset,legend,
a,base,span,pre,p {
	margin: 0;
	border: 0;
	padding: 0;
}
input, button, select, textarea {
	margin: 0;
}
body, html {
	height: 100%;
}
html {
	border: none;
}

body {
	color: #333;
	background: #ad3570;
}

a, a:active, a:link {
	color: #ff6600;
}
a:hover {
	text-decoration: none;
}

* {
	outline: 0;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}
.clear {clear: both;}

.rss {border-top: solid 1px #ebebeb; padding: 15px 0 0 20px; margin-top: 20px;}
.moreinfodesc {padding: 10px; margin-top: 20px;}
.btext {width: 300px; float: left; color: #FFF; padding-bottom: 20px;}
.btext a {color: #FFF;}
.white {width: 600px; float: left; color: #FFF; padding-bottom: 20px;}
.white a {color: #FFF;}
/**
  * Typography: fonts, font sizes.
  */

body {
	font: 66% Arial, Helvetica, sans-serif, Times, Georgia;
	line-height: 1.55em;
}

h1,h2,h3,h4,h5 {
	font-family: Helvetica, Arial, sans-serif, Times;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
}
h2 {
	font-size: 1.34em;
}
h3 {
	font-size: 1.17em;
}
h4, h5 {
	font-size: 1em;
}


/**
  * Common
  */

.clear {
	height: 0;
	width: 100%;
	clear: both;
}
.clearInner {
	width: 100%;
	overflow: hidden;
}


.content_wrapper {
	width: 980px;
	padding: 0px 0 55px 0;
	margin: 0 auto;
}

.corners_1 {
	background: #fff;
}
.corners_1 .l {
	background: url(../images/corners_1_lt.gif) left top no-repeat;
}
.corners_1 .r {
	background: url(../images/corners_1_rt.gif) right top no-repeat;
}
.corners_1 .bl {
	background: url(../images/corners_1_lb.gif) left bottom no-repeat;
}
.corners_1 .br {
	background: url(../images/corners_1_rb.gif) right bottom no-repeat;
}


/**
  * Header
  */

#header {
	padding: 0px 0 20px 0px;
}
#header .logo{ 

}
#header .logo{
	padding-top: 10px; 
}
#header .languages {
	padding: 5px;
	margin: 0px 0 0px 0;
	width: 30%;
	float: left;
}
#header .languages li {
	padding: 0 4px 2px 0px;
	margin-right: 5px;
	float: left;
}
#header .languages li.active {
	background: #000;
}
#header .languages a {
	padding: 0 5px 0 15px;
	color: #fee404;
}
#header .banner{
	padding: 10px 0 0 0px;
}

#header #helpline{
}
/*--------------Airbaltic----------*/

#header .banner #toppromo1{
	background: #FFF url(../images/airbaltic.jpg) left top no-repeat;
	width: 500px;
	margin: 0 auto;
	margin-top: 10px;
	height: 75px;
}

#header .banner #toppromo1 .innerdiv{
	padding: 5px 5px 5px 5px;
	padding-left: 130px;
}

#header .banner #toppromo1 .innerdiv .img{
	padding: 5px 5px 0 0;
}

#header .banner #toppromo1 .innerdiv .promotext{
	width: 140px;
	font-size: 16pt;
	font-weight: bold;
}
#header .banner #toppromo1 .innerdiv .promotext span{
	font-size: 12pt;
	font-style: italic;
	padding-top: 10px;
}

#header .banner #toppromo1 .innerdiv{
	padding: 5px;
	padding-left: 130px;
}
#header .banner #toppromo{
	width: 500px;
	background: #ce5691;
	margin: 0 auto;
	margin-top: 10px;
}

#header .banner #toppromo .box{
	width: 32%;
	color: #fff;
	padding: 15px 5px 5px 5px;
}
#header .banner #toppromo .box a{
	font-size: 14pt;
	color: #ffcc00;
	margin: 0 0 0px 0;
}
/**
  * Menu
  */
  
#menu {
	padding-top: 20px;
	font-size: 1.17em;
	padding: 0 0 0 37px;
}
#menu ul {
	width: 100%;
	overflow: hidden;	
}
#menu li {
	padding: 12px 22px 10px;
	float: left;
}
#menu .active {
	padding: 0;
}
#menu .active .l {
	
}
#menu .active .r {
	padding: 10px 19px 12px;
}
#menu a {
	color: #fff;
}
#menu .active a {
	font-size: 1.29em;
	font-weight: bold;
	color: #000;
}

/**
  * Content
  */
  
#content .inner_wrapper {
	padding: 8px 3px 0 0px;
	background: url(../images/background.jpg) center 100px no-repeat;
}
#content .grid {
	padding-top: 2px;
	padding-bottom: 17px;
	width: 100%;
	overflow: hidden;
}



/**
  * Promo 1
  */
#content .promo_1 {
	width: 150px;
	float: left;
	padding: 0px 0px 5px 5px;
	font-size: 1.17em;

}

#content .promo_1 .lb {
	background: url(../images/corners_4_lb.gif) left bottom no-repeat;
}
#content .promo_1 .rb {
	background: #dff9c8 url(../images/corners_4_rb.gif) right bottom no-repeat;
}
#content .promo_1 .header {
	background: #5e9b28;
	font-weight: bold;
	height: 100%;
}
#content .promo_1 .header .left {
	background: url(../images/promo_l.gif) left top repeat-y;
}
#content .promo_1 .header .right {
	background: url(../images/promo_r.gif) right top repeat-y;
}
#content .promo_1 .header .lt {
	background: url(../images/promo_lt.gif) left top no-repeat;
}
#content .promo_1 .header .rt {
	background: url(../images/promo_rt.gif) right top no-repeat;
	padding: 4px 14px 5px;
}
#content .promo_1 .header a {
	color: #fff;
}


#content .promo_1 .inner {
	padding: 8px 10px;
	line-height: 1.6em;
}
#content .promo_1 table {
	width: 100%;
}
#content .promo_1 a {
	color: #336507;
}
#content .promo_1 .price {
	font-weight: bold;
	text-align: right;
}
#content .promo_1 .more {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 0.86em;
	padding-top: 8px;
}

/** 
  * Promo 2
  */
#content .promo_2 {
	padding-left: 11px;
}
#content .promo_2 .lt {
	background: #fff0ce url(../images/corners_3_lt.gif) left top no-repeat;
}
#content .promo_2 .rt { 
	background: url(../images/corners_3_rt.gif) right top no-repeat;
}
#content .promo_2 .rb { 
	background: url(../images/corners_3_rb.gif) right bottom no-repeat;
}
#content .promo_2 .lb { 
	background: url(../images/corners_3_lb.gif) left bottom no-repeat;
	padding: 9px 15px 20px 11px;
	text-align: center;
}
#content .promo_2 .inner {
	border-top: 1px solid #eacb84;
	margin-top: 9px;
	background-position: 15px 18px;
	background-repeat: no-repeat;
	padding: 12px 8px 0 175px;
	text-align: left;
	position: relative;
}
#content .promo_2 .inner p {
	padding-bottom: 20px;
	font-size: 0.92em;
	line-height: 1.2em;
}
#content .promo_2 .inner big {
	font-size: 1.17em;
}

/** 
  * Promo 2
  */
#content .promo_3 {
	padding: 20px 0px 0px 10px;
}
#content .promo_3 .lt {
	background: #e6e6e6 url(../images/corners_2_lt.gif) left top no-repeat;
}
#content .promo_3 .rt { 
	background: url(../images/corners_2_rt.gif) right top no-repeat;
}
#content .promo_3 .rb { 
	background: url(../images/corners_2_rb.gif) right bottom no-repeat;
}
#content .promo_3 .lb { 
	background: url(../images/corners_2_lb.gif) left bottom no-repeat;
	padding: 9px 19px 9px 19px;
	font-size: 1.17em;
}
#content .promo_3 a {
	color: #06c;
}

#content .promo_3 .bottomtab{
	width: 100%;
}
#content .promo_3 .bottomtab td{
	padding: 5px;
}
#content .promo_3 .bottomtab td .input{
	background: #FFF;
	border: solid 2px #999999;
}

/**
  * Promo 4
  */
#content .promo_4 {
	width: 770px;
	float: left;
	padding: 0 0 5px 11px;
	font-size: 1.17em;
}

#content .promo_4 .lb {
	background: url(../images/corners_4_lb.gif) left bottom no-repeat;
}
#content .promo_4 .rb {
	background: #dff9c8 url(../images/corners_4_rb.gif) right bottom no-repeat;
}
#content .promo_4 .header {
	background: #5e9b28;
	font-weight: bold;
	height: 100%;
}
#content .promo_4 .header .left {
	background: url(../images/promo_l.gif) left top repeat-y;
}
#content .promo_4 .header .right {
	background: url(../images/promo_r.gif) right top repeat-y;
}
#content .promo_4 .header .lt {
	background: url(../images/promo_lt.gif) left top no-repeat;
}
#content .promo_4 .header .rt {
	background: url(../images/promo_rt.gif) right top no-repeat;
	padding: 4px 14px 5px;
}
#content .promo_4 .header a {
	color: #fff;
}

#content .promo_4 .inheader {
	background: #FFF;
	font-weight: bold;
	height: 100%;
	padding: 5px 5px 5px 15px;
}

#content .promo_4 .intitle a{
	font-size: 18pt;
	height: 100px;
	background: #FFF;
	color: #993366;
	text-decoration: none;
}

#content .promo_4 .intitle h1{
	margin: 0;
	padding: 10px 0 0 0;
	font-size: 18pt;
	font-weight: bold;
	color: #ff6600;
	text-decoration: none;
}


#content .promo_4 .inner {
	padding: 8px 10px;
	line-height: 1.6em;
}

#content .promo_4 .innerm {
	padding: 10px;
	line-height: 1.6em;
	background: #FFF;
}


#content .promo_4 .innerm #moreinfo{
	padding: 8px 10px;
	line-height: 1.6em;
}


#content .promo_4 .innerm #moreinfo td{
	padding: 5px;
}
#content .promo_4 .innerm #moreinfo .title{
	padding: 5px;
	border-bottom: solid 2px #cccccc;
	font-weight: bold;
}
#content .promo_4 .innerm #moreinfo .root{
	padding: 5px;
	font-weight: bold;
}
#content .promo_4 .innerm #moreinfo .price{
	padding: 5px;
	font-weight: bold;
}
#content .promo_4 table {
	width: 100%;
}

.txx1 {
	background-color: #e9e9e9;
	padding-right: 4px;
.txx2 {
	background-color: #acc8a7;

}
.txxS{
	font-weight: bold;
}

#content .promo_3 a {
	color: #336507;
}
#content .promo_3 .price {
	font-weight: bold;
	text-align: right;
}
#content .promo_3 .more {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 0.86em;
	padding-top: 8px;
}
.help{
 color: #CCCCCC;
	vertical-align: top;
}
.helpLink{
color: #FF6100;
}
A.helpLink{
color: #FF6100;
}

ul .searchUL{
	padding: 100px;}


.promobform {margin: 0 auto; border: solid 1px #fff;}
.btext {width: 360px; float: left;}
.blist {width: 600px; float: left;}
