/* GLOBAL */
body {
	background:#000; 
	font: 12px Arial, Helvetica, sans-serif;
	color: #757575; }
	
a { text-decoration:none; outline:none; color:#FFF; }
#content a{ text-decoration:none; outline:none; color:#FD5D16; }
#sidebar-left a{ text-decoration:none; outline:none; color:#FFFFFF; }
#sidebar-left .tours-menu-multidestination a:hover, #sidebar-left .tours-menu-multidestination a.active{ text-decoration:none; outline:none; color:#FD5D16; }

#sidebar-left .tours-menu-sidebar a:hover, #sidebar-left .tours-menu-sidebar a.active{ text-decoration:none; outline:none; color:#FD5D16; }



a.back { color:#757575 !important;}

a:hover { text-decoration: underline; }

a img { border:none; }

p.text { 
	margin-bottom:8px;
	line-height:16px;
}

p.text2sidebar { margin-bottom:8px; margin-left:240px; }

a.underline-none { text-decoration:none !important; }

.textCenter { text-align:center !important; }
.textRight { text-align:right !important; }
.textLeft { text-align:left !important; }

img.valign { vertical-align: middle; }

.print-style { display:none; }
/* CLEARFIX TRICK */

.clearfix:after { content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.clearfix{ display: inline-block;} 

* html .clearfix {height: 1%;} 
.clearfix{display:block; } 

/* FLOATINGS */
.right { float:right; }
.left { float:left; }

.imgRight { float:right; padding:0px 0px 10px 10px; }

.imgLeft { float:left; padding:0px 10px 10px 0px; }

/* CLEARINGS */

.clear { clear:both; }

/* BASIC */
strong { font-weight:bold; }
