.edirheading {
	color: #663399;
	font-size: 13px;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	display:block;
}

.edirprice {
	font-family:Tahoma, Arial, Times, serif;
	color:#E31616;
	font-size: 14px;
	font-weight: bold;
	display: inline;
}

.edirtable {
	padding-right: 10px;
	width: 555px;
	padding-left: 5px;
	text-align: left;
}

.edircontent {
	text-align: left;
}

table.edirtable {
	padding: 0px;
	border: 1px solid #CCCCCC;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.edirtable tr.erow0 {
	background-color: #F5F5F5;
}
table.edirtable tr.erow1 {
	background-color: #FFFFFF;
}
table.edirtable tr.erow0:hover {
	background-color: #FAFAD6;
}
table.edirtable tr.erow1:hover {
	background-color: #FAFAD6;
}

table.edirtable td.chkoutc0 {
	background-color: #F9F9F9;
}
table.edirtable td.chkoutc1 {
	background-color: #F1F1F1;
}
table.edirtable td.chkoutb0 {
	background-color: #F9F9F9;
	border-bottom: 1px dashed #666666;
}
table.edirtable td.chkoutb1 {
	background-color: #F1F1F1;
	border-bottom: 1px dashed #666666;
}
table.edirtable td.chkoutt {
	background-color: #E7E7E7;
}

table.edirtable td.edheader {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	height: 25px;
	background: #DDDDDD;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #666666;
}

table.edirtable th {
	margin: 0px;
	padding: 0px 3px 0px 3px;
	height: 28px;
    background:url(../images/modtop_c.jpg) repeat-x left top;
	font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

table.edirtable td {
    padding: 2px;
}

table.edirtable td.contents {
	border-bottom: 1px solid #666666;
}

table.edirtable td.comparecell {
    text-align: center;
    font-size: 10px;
    border-right: 1px dashed #CCCCCC;
	border-bottom: 1px solid #666666;
}

table.edirtable td.compare {
    font-size: 10px;
    font-family: verdana;
	background-color: #EEEEEE;
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #666666;
	border-right: 1px dashed #CCCCCC;
}

table.edirtable td.comparel {
    font-size: 10px;
    font-family: verdana;
	background-color: #EEEEEE;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #666666;
	border-right: 1px dashed #CCCCCC;
}

table.edirtable td.pricetotal {
    font-size: 11px;
    font-family: verdana;
	background-color: #EEEEEE;
}

table.edirtable td.subcategories {
    border: 0px;
	background-color: #EEEEEE;
}

.discountstar {
	font-size: 11px;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
    background:url(../../../../components/com_edir/images/discount_star.gif) left top;
    background-repeat: no-repeat;
	display: inline;
	float: right;
	padding-top: 6px;
    width: 62px;
    height: 30px;
}


/* RED AERO */
/*
table.edirtablered {
	background-color: #9A1313;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px solid #680000;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
}

table.edirtablered th {
    font-family: tahoma, verdana, helvetica, sans-serif;
	margin: 0px;
	padding: 0px 3px 0px 3px;
	height: 28px;
    background:url(../../../../components/com_edir/images/modtop_red.gif) repeat-x left top;
	font-size: 12px;
    font-weight: bold;
    color: #FFFFFF;
}

table.edirtablered td {
    padding: 2px;
	font-size: 11px;
    color: #FFFFFF;
}
*/


/* RESERVATION RESULTS TABLE */
table.edirtableres {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 1px dashed #666666;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
	font: 11px;
	color: #000000;	
}

table.edirtableres td {
    padding: 2px;
}

/* COMMENTS FORM TABLE */
table.edirtablecom {
	background-color: #EEEEEE;
	margin: 0px;
	padding: 0px;
	border: 1px dashed #666666;
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
	font: 11px;
	color: #333333;	
}

table.edirtablecom td {
    padding: 2px;
}

.inputbox-edir{
    font: 11px; 
    background-color: #FFFFFF; 
    color: #333333;
    border: 1px solid #CCCCCC; 
    margin-right: 0px;
}

.edirminitext{
    font: 11px; 
    color: #666666;
    clear: both;
}
.edirminitext2{
    font: 11px; 
    color: #666666;
}

.edirminibox{
    font: 11px; 
    background-color: #FFFFFF; 
    color: #666666; 
    border: 1px solid #CCCCCC; 
    margin-right: 0px;
}

a.sublink:link,
a.sublink:active,
a.sublink:visited {
    background: url(../../../../components/com_edir/images/arrowsub_off.png) no-repeat left;
    padding-left: 24px;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
    border: 0px;
    line-height: 16pt;
}

a.sublink:hover {
    background: url(../../../../components/com_edir/images/arrowsub_on.png) no-repeat left;
    color: #AA3737;
}

/* PAGE NAVIGATION LINKS */

a.edirnavlink:link,
a.edirnavlink:visited {   
	text-decoration: none;
	color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 4px;
}
a.edirnavlink:active,
a.edirnavlink:hover {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

a.edirnavlinkA:link,
a.edirnavlinkA:visited,
a.edirnavlinkA:active {   
	text-decoration: none;
	color: #FF9900;
	border: 1px solid #CCCCCC;
	padding-left: 2px;
	padding-right: 2px;
	margin-right: 4px;
}

a.edirnavlinkA:hover {
	background-color: #000000;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

a.edirLink:link,
a.edirLink:active,
a.edirLink:visited {
    color: #A90807;
    text-decoration: none; 
}
a.edirLink:hover {
    color: #000000;
}

a.edirtitleLink:link,
a.edirtitleLink:active,
a.edirtitleLink:visited {
    color: #3C5537;
    font-weight: bold;
    text-decoration: none; 
}
a.edirtitleLink:hover {
    color: #1B2518;
}


a.pictureLink:link,
a.pictureLink:active,
a.pictureLink:visited {
    padding: 3px;
    border: 1px dashed #666666;
    color: #555555;
    text-align: center;
    font-size: 10px;
    text-decoration: none;
    display: block;
}

a.pictureLink:hover {
    background-color: #EEEEEE;
}

/* RATING SLIDER */
.form_widget_amount_slider{
	border-top:1px solid #9d9c99;
	border-left:1px solid #9d9c99;
	border-bottom:1px solid #eeeeee;
	border-right:1px solid #eeeeee;
	background-color:#f0ede0;
	height:3px;
	position:absolute;
	bottom:0px;
}

/* FORMS BUTTON */
.edirbutton {
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	background-color:#3C5537;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #CCCCCC;
	margin-top: 10px;
	height: 25px;
	width: 120px;
}


table.edirtableinfo {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	
}

table.edirtableinfo td {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 2px;
}

#edirdivinfo {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 2px;
}

.edirmod {
	border:0px;
	margin: 0px;
	padding: 0px;
}

a.edirmodT:link,
a.edirmodT:active,
a.edirmodT:visited {
    color: #A90807;
    font-weight: bold;
    text-decoration: none; 
}
a.edirmodT:hover {
    color: #000000;
}

.edir_modtopl {
    width: 2px;
    height: 28px;
	background:url(../../../../components/com_edir/images/modtop_l.gif) no-repeat left top;
}

.edir_modtopr {
    width: 2px;
    height: 28px;
	background:url(../../../../components/com_edir/images/modtop_r.gif) no-repeat left top;
}

.edir_modtopc {
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
    width: 100%;
    background:url(../../../../components/com_edir/images/modtop_c.gif) repeat-x left top;
}

.edir_modtopcl {
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 5px;
    width: 50%;
    background:url(../../../../components/com_edir/images/modtop_c.gif) repeat-x left top;
}

.edir_modtopcr {
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 5px;
    width: 50%;
    text-align: right;
    background:url(../../../../components/com_edir/images/modtop_c.gif) repeat-x left top;
}

.edir_modtop {
    color: #FFFFFF;
    font-weight: bold;
    padding-right: 5px;
    background:url(../../../../components/com_edir/images/modtop_c.gif) repeat-x left top;
}

.modcontentdiv { 
    display: none;
}

.pagination{
    display: inline;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
}

.pagination a, .pagination a:link {
    padding: 0 5px;
    color: #333333;
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
    text-decoration: none;     
}

.pagination a:hover, .pagination a.selected {
    color: #000000;
    background-color: #CCCCCC;
    border: 1px solid #AAAAAA;
    text-decoration: none;
}

/* SITEMAP MODULE */
#edirsitemapm {
  background:url(../../../components/com_edir/imodules/sitemap.jpg) left top;
  background-repeat:no-repeat;
  height: 60px;
}
#maptext {
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  cursor: pointer;
}
#maptext small {
  font-size: 11px;
  font-weight: normal;
}
a.edirmaplink:link,
a.edirmaplink:active,
a.edirmaplink:visited,
a.edirmaplink:hover {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
/* RSS MODULE */
#edirrssm {
  background:url(../../../components/com_edir/imodules/rss.jpg) left top;
  background-repeat:no-repeat;
  height: 60px;
}

/* PATHWAY MODULE */
span.edirpathway {
	display:block;
	text-align:left;
	color:#000000;
    font-size:11px;
	height:20px;
	margin-bottom:10px;
}

/** pathway link item **/
a.edirpathway:link,
a.edirpathway:link,
a.edirpathway:active,
a.edirpathway:visited {
	font-weight:bold;
	color:#666666;
	text-decoration:none;
	font-size: 11px;
}

a.edirpathway:hover {
	font-weight:bold;
	text-decoration:underline;
	color:#333333;
}

/* PACKAGESLINK MODULE */
#edirpackageslinkm {
  background:url(../../../components/com_edir/imodules/packageslink.jpg) left top;
  background-repeat:no-repeat;
  height: 60px;
}

/* LATEST MODULE */
#edirlatestm {
  background:url(../../../components/com_edir/imodules/latest.jpg) left top;
  background-repeat:no-repeat;
  height: 60px;
}

