body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#E8EDEF;
	margin:0;
  padding-top:5px;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
  background-color:#E8EDEF;
}

#leftpanel {
	margin-left:auto;
	margin-right:auto;
	width:84px;
  min-height:1px; /** Be sure that the panel is painted even if it's empty */
  background:#E8EDEF;
  float:left;
}

#mainpanel {
	margin-left:auto;
	margin-right:auto;
	width:800px;
  min-height:500px;
  background:#fff;
  float:left;
}

#header {
  width:800px;
  height:122px;
  float:left;
}

#header_logo {
  width:800px;
  height:95px;
  background-image:url("../images/kill_logo2.gif");
}

#header_topspacer {
  width:800px;
  height:6px;
}

#header_content {
  width:800px;
  height:20px;
}

#header_field1{
  width:14px;
  height:21px;
  background-color:#DF7B95;
  float:left;
  padding-top:6px;
  text-align:left;
}

#header_field2{
  width:8px;
  height:21px;
  background-color:#fff;
  float:left;
  padding-top:6px;
  text-align:left;
}

#header_field3{
  width:240px;
  height:21px;
  background-color:#ADC9F1;
  float:left;
  color:#800000;
  padding-top:6px;
  padding-left:5px;
  padding-right:5px;
  text-align:left;
}

#header_field4{
  width:8px;
  height:21px;
  background-color:#fff;
  float:left;
  padding-top:6px;
  text-align:left;
}

#header_field5{
  width:422px;
  height:21px;
  background-color:#7A99E2;
  float:left;
  color:#fff;
  padding-top:6px;
  padding-left:5px;
  padding-right:5px;
  text-align:left;
}

#header_field6{
  width:8px;
  height:18px;
  background-color:#fff;
  float:left;
  padding-top:2px;
  text-align:left;
}

#header_field5 a {
  color:#fff;
}

#header_field5 a:hover{
  color:#fff;
}

#content_side {
	float:left;
	width:130px;
  text-align:center;
}

#content_side_top {
	width:130px;
  height:300px;
}

#content_side_main {
	width:130px;
}

#content_main {
	float:left;
	width:660px;
  text-align:center;
  margin-left:10px;
}

#content_main_big {
	float:left;
	width:800px;
  text-align:center;
}

#footer {
	float:left;
	width:100%;
	text-align:center;
	padding-bottom:5px;
}

#rightpanel {
	margin-left:auto;
	margin-right:auto;
	width:140px;
  min-height:1px; /** Be sure that the panel is painted even if it's empty */
  background:#E8EDEF;
  text-align:center;
  float:right;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#800000;
}

a img {
  border:0px;
}

a:link {
	color:#800000;
	text-decoration:none;
}

a:visited {
	color:#800000;
	text-decoration:none; }

a:hover {
	color:#F7CE73;
	text-decoration:none;
}

.tabheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
  color : #500000;
  text-align:left;
}

.tabcontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
  color : #500000;
  text-align:left;
}

.inputBold {
  background-color:#F8F0D2;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-weight : bold;
  font-size:14px;
  vertical-align:top;
}

.txtHotelName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color : #000000;
	font-weight : bold;
	padding:0px;
	vertical-align:text-top;
	text-decoration:none;
  text-align:left;
}

.txtHotelAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
	font-weight : normal;
	padding:0px;
  text-align:left;
  vertical-align:top;
	text-decoration:none;
}

.txtNormalText {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight :normal;
	padding:0px;
	vertical-align:top;
	text-decoration:none;
  text-align:left;
}

.txtUnderlineText {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight :normal;
	padding:0px;
	vertical-align:top;
	text-decoration:underline;
  text-align:left;
}

.txtBoldText {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight :bold;
	padding:0px;
	vertical-align:top;
	text-decoration:none;
}

.txtPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #500000;
	font-weight : bold;
	padding:0px;
	text-align:center;
	vertical-align:top;
	text-decoration:none;
  text-align:left;
}

.txtPriceBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color : #500000;
	font-weight : bold;
	padding:0px;
	text-align:center;
	vertical-align:top;
	text-decoration:none;
  text-align:left;
}

.txtSmallBoldUnderline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color : #000000;
	font-weight : bold;
	text-decoration: underline;
	padding:0px;
	vertical-align:top;
  text-align:center;
}

.tableFirstRow {
	background-color:#FFFFFF;
}
.tableSecoundRow {
	background-color:#F0F6FF;
}

.feedbackPanelERROR {
	color: red;
  font-weight:normal;
  list-style: circle;
	font-weight: bold;
}

.tableHeader {
  background-color:#7A99E2;
  text-align:left;
}

.tableBackground {
  background-color:#F0F6FF;
}

.tableHeaderTxt {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight : bold;
	padding:0px;
	vertical-align:top;
	text-decoration:none;
  text-align:left
}

.tableNormalTxt {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight :normal;
	padding:0px;
	vertical-align:top;
	text-decoration:none;
  text-align:left;
}

.tableBoldTxt {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight :bold;
	padding:0px;
	vertical-align:top;
	text-decoration:none;
}

.tableBoldRedTxt {
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #FF0000;
	font-weight :bold;
	padding:0px;
	vertical-align:top;
	text-decoration:none;
}

.txtnormal {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.txtnormalbold {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
}

.txtnormalboldred {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color:#FF0000;
}

.txtsmall {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.auctionFeaturedBackground {
  background-color:#CCDDEE;
}

.auctionDetailLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
  font-weight:normal;
  text-decoration: underline;
}

.auctionDetailFeaturedLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
  font-weight:bold;
  text-decoration: underline;
}

.normalLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
  font-weight:normal;
  text-decoration: underline;
}


.sortingLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
  font-weight:bold;
  text-decoration: underline;
}

.tableHeaderLeft {
  width:10px;
  height:22px;
  background-image:url(../images/corner-left.gif);
}

.tableHeader {
  height:22px;
  background-color:#CCDDEE;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	font-weight : bold;
	padding:0px;
	vertical-align:middle;
	text-decoration:none;
  text-align:left
}

.tableHeaderRight {
  width:10px;
  height:22px;
  background-image:url(../images/corner-right.gif);
}

.listLink a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  text-decoration:underline;
  color: #800000;"
}

.listLink a:visited {
	color:#800000;
	text-decoration:none; }

.listLink a:hover {
	color:#F7CE73;
	text-decoration:none;
}

.footerLink a:link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: normal;
  text-decoration:underline;
  color: #800000;"
}

.footerLink a:visited {
	color:#800000;
	text-decoration:none; }

.footerLink a:hover {
	color:#F7CE73;
	text-decoration:none;
}


.firstColumn, .secoundColumn, .thirdColumn, .fourthColumn {
    border-right: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.firstColumn{
    width: 80px;
}

.secoundColumn{
    width: 225px;
}

.thirdColumn{
    width: 150px;
}

.fourthColumn{
    width: 90px;
}

.firstHeader{
    width: 300px;
}

.secoundHeader{
    width: 50px;
}

.thirdHeader{
    width: 50px;
}

.fourthHeader{
    width: 50px;
}

.tableStyle{
    border: 1px solid #666666;
}

.rowClass{
  width:780px;
  height:200px;
  background-image:url("../images/hoteldetail.gif");
  background-repeat: no-repeat;
}

.hotelPictureList {
  margin:5px;
}

.ammenityPictureList {
  margin:5px;
}
