#GB_overlay {
  background-image: url(/js/greybox/overlay.png); 
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  z-index: 100;
  width:  100%;
  height: 100%;
}

* html #GB_overlay {
  background-color: #000;
  background-color: transparent;
  background-image: url(/js/greybox/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/js/greybox/overlay.png", sizingMethod="scale");
}

#GB_window {
  top: 10px;
  left: 0px;
  position: absolute;
  background: #fff;
  border: 5px solid #aaa;
  overflow: auto;
  width: 400px;
  height: 400px;
  z-index: 150;
}

#GB_frame {
  border: 0;
  overflow: auto;
  width: 100%;
  height: 378px;
}

#GB_caption {
  font: 12px bold helvetica, verdana, sans-serif;
  color: #fff;
  background: #888;
  padding: 2px 0 2px 5px;
  margin: 0;
  text-align: left;
}

#GB_window img {
  position: absolute;
  top: 2px;
  right: 5px;
  cursor: pointer;
  cursor: hand;
}

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.twoColFixLtHdr  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:#666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;

}

.twoColFixLtHdr #container { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#2E2E2E;
	min-height:100%;
} 

 * html twoColFixLtHdr #container {height:100%}

.twoColFixLtHdr #mycontainer { 
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#2E2E2E;
	min-height:100%;
} 

 * html twoColFixLtHdr #mycontainer {height:100%}

 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin:0;
background-color:#2E2E2E;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 0px 10px 15px 20px;*/
padding:0px;
	color:white;
background-color:#2E2E2E;
/*margin: 0 20px 0 0px;*/
margin:0px;
}
.twoColFixLtHdr #sidebar1blog {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
/*	padding: 0px 10px 15px 20px;*/
padding:0px;
	color:white;
background-color:#2E2E2E;
/*margin: 0 20px 0 0px;*/
margin:0px;
}

.twoColFixLtHdr #sidebar1 a {
color:#eeeeee;
}

.twoColFixLtHdr #sidebar1blog a {
color:#eeeeee;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0px 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		color:white;
} 
.twoColFixLtHdr #mainContentBlog { 
	margin: 0 0px 0 270px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 15px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		color:white;
} 

.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



.roundedcornr_box_475151 {
   background: #000000;
}
.roundedcornr_top_475151 div {
   background: url(roundedcornr_475151_tl.png) no-repeat top left;
}
.roundedcornr_top_475151 {
   background: url(roundedcornr_475151_tr.png) no-repeat top right;
}
.roundedcornr_bottom_475151 div {
   background: url(roundedcornr_475151_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_475151 {
   background: url(roundedcornr_475151_br.png) no-repeat bottom right;
}

.roundedcornr_top_475151 div, .roundedcornr_top_475151, 
.roundedcornr_bottom_475151 div, .roundedcornr_bottom_475151 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_475151 { margin: 0 15px; }




#CountryText h1 {
	font-family:arial, palatino linotype, times new roman, serif;
  line-height: 100px;
	font-variant:small-caps;
	font-family: Geneva, Arial, Helvetica, sans-serif;
font-size:46px;
margin:0;
background:white;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
text-align:left;
float:left;
padding:0px 20px;

font-weight:normal;

}


.sidebarbubble {
text-align:center;
margin: 0px auto;
padding-left:10px;
padding-top:0px;
padding-bottom:20px;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;

}

.sidebarbubble h2 {
	font-variant:small-caps;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	letter-spacing: 0.2em;	
	color: #FFFFFF;
	margin:0;

}

.leftbubble {
	background-color:black;
}

/* ThUMBLEFT START */
.thumbleft {
font-family: arial;
font-variant: small-caps;
word-spacing: normal;
text-align: center;
letter-spacing: 0;
line-height: 1.2em;
font-size: 1.0em;
	text-align:center;
	z-index: auto;
	border: 0px solid #FFFFFF;
	float:left;
	position:relative;
	left:50%;
	text-align:left;
width:525px;
}
.thumbleft ul{
list-style:none;
list-style-type:none;
padding: 0px;
	position:relative;
	left:-50%;
	margin:0;
	padding:0;
}
.thumbleft img { border:none; }
.thumbleft li{ text-decoration:none; position: relative; float:left;  margin:10px; text-align:center;}/* ie needs position:relative here*/
.thumbleft a{
 color:#fff;
 text-align:center;
	border:none;
float:left;
text-decoration:none;

}

.videothumb li{height:200px; width:150px;}/* ie needs position:relative here*/
.videothumb a {width:130px;}
<!-- thanks to http://www.pmob.co.uk/temp/centred-float4.htm -->
.thumbleft a:hover{ border:0px inset;background:#111111;}

/* ThUMBLEFT END */



#tripjournal {
	background-color:black;
	margin-left: 10px;	
	margin-right: 10px;	
	text-align:left;
}

#map {
	background-color:black;
	margin-left: 10px;	
	margin-right: 10px;	
}

#links {
	background-color:black;
	margin-left: 5px;	
	margin-right: 5px;	
}

#linkswap {
	padding-bottom:10px;
	text-align:center;
	font-style:italic;
	}

#links a {
text-indent: -2em;	
}


#searchbox {
	background-color:black;
	margin-left: 10px;	
	margin-right: 10px;	
}

#slideshows {
margin:auto;
	text-align:center;
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	overflow:hidden;
}

#slideshows h2 {
	font-size: 18px;
	
}


#slideshows a {
color:#eeeeee;
}

#slideshows A:link {text-decoration: none; color: #dddddd; border:0px;}
#slideshows A:visited {text-decoration: none; color:#dddddd}
#favelinks A:link {text-decoration: underline; color: #dddddd; border:0px;}
#favelinks A:visited {text-decoration: underline; color:#dddddd}

#videos a {
text-decoration:none;
}
#slideshows h2 {
margin-bottom:0px;
}

* html slideshows {
overflow-x: hidden; overflow-y: hidden;
/*width: expression(500);*/
width: expression(document.body.offsetWidth - (document.body.offsetWidth - 580));
}
.twoColFixLtHdr #mainContent h2 {
	font-variant:small-caps;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	letter-spacing: 0.2em;	
	font-size:18px;
}
* html videos {
overflow-x: hidden; overflow-y: hidden;
/*width: expression(500);*/
width: expression(document.body.offsetWidth - (document.body.offsetWidth - 580));
}

#videos {
	margin-left: 0px;	
	margin-right: 0px;	
	text-align:center;
	font-family: verdana,arial,sans-serif;
	font-size: 14px;
	overflow:hidden;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#spacer3 {
  clear:both;
  }
  #spacer2 {
  clear:both;
  }  
  
  #spacer3 {
  clear:both;
  }
  
  
#dialup {font-size: 10px; text-align:center; color:white}
#dialup a {text-decoration:underline;}
  
  #countries li {
padding-top:15px;
padding-bottom:15px;
text-align:left;

}

#countries a {
color:#eeeeee;
	font-variant:small-caps;
	font-size: 18px;
}

#countries li img{
float:left;
border:none;
margin-left:10px;
margin-right:10px;
text-align:left;
}

.favorites li {
list-style-type: decimal;
text-align:left;
}

#favelinks A:link {
text-decoration:underline;
}

#traveldeals iframe {
overflow-x: hidden;
overflow-y: hidden;
}
.halfbox {
width:330px;
float:right;
margin:5px;
	font-family: verdana,arial,sans-serif;
	font-size:10px;

}

.widebox {
width:660px;
float:left;
margin:5px;
	font-family: verdana,arial,sans-serif;
	font-size:10px;

}

.halfbox h2 {
	font-variant:small-caps;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align:center;
	letter-spacing: 0.2em;	
}

.halfbox li {
clear:both;
}

.fave_thumb li {
	height:90px;
}

.halfbox li img{
float:left;
border:none;
margin-left:10px;
margin-right:10px;
}

.halfbox li {
list-style-type: decimal;
}

A:link {text-decoration: underline; color: #dddddd; border:0px;}
A:visited {text-decoration: underline; color:#dddddd}
A:active {text-decoration: none; color:#cccccc}
A:hover {; color: #ffffff;}

.thirdbox {
width:215px;
float:left;
}

#gmap_div A:link {text-decoration:none; color:black;}
#gmap_div A:hover {text-decoration:none; color:#666666;}
#gmap_div { color:black; }
.thirdbox A:link {text-decoration:underline;}

#loadingit {
	background-image:url('/images/bigBlackWaiting.gif');
	background-repeat:no-repeat;
	background-position:center center;
	background-color:black;
	z-index:1000;
	opacity: .99;
	filter: alpha(opacity=99);
	width:650px;
	height:600px;
/*	height:0px;*/
	position:relative; top:0px; left:0px;
}




.origlightTip						{ width: 342px; }
.origlightTip .content				{ width: 310px; padding: 10px; border: 6px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.origlightTip .bottom				{ height: 14px; background: url(/Icons/notch-white.png) top center no-repeat; }

.yellowTip						{ width: 342px; }
.yellowTip .content				{ width: 310px; padding: 10px; border: 6px solid #09f; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.yellowTip .bottom				{ height: 14px; background: url(/Icons/notch-blue.png) top center no-repeat; }

.lightTip						{ width: 142px; }
.lightTip .content				{ width: 110px; padding: 10px; border: 6px solid #e2e2e2; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #ffffff; color: #020202; }
.lightTip .bottom				{ height: 16px; background: url(/Icons/notch-white.png) top center no-repeat; }


.orangeTip						{ width: 342px; }
.orangeTip .content				{ width: 310px; padding: 10px; border: 6px solid #f9cd8e; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #fbe3aa; color: #020202; }
.orangeTip .bottom				{ height: 14px; background: url(/Icons/notch-orange.png) top center no-repeat; }

.redTip							{ width: 342px; }
.redTip .content				{ width: 310px; padding: 10px; border: 6px solid #ce6f6f; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #f79992; color: #020202; }
.redTip .bottom					{ height: 14px; background: url(/Icons/notch-red.png) top center no-repeat; }

.greenTip						{ width: 342px; }
.greenTip .content				{ width: 310px; padding: 10px; border: 6px solid #a9db66; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #cae8a2; color: #020202; }
.greenTip .bottom				{ height: 14px; background: url(/Icons/notch-green.png) top center no-repeat; }

.blueTip						{ width: 342px; }
.blueTip .content				{ width: 310px; padding: 10px; border: 6px solid #36a4d9; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #90d8f0; color: #020202; }
.blueTip .bottom				{ height: 14px; background: url(/Icons/notch-blue.png) top center no-repeat; }

.purpleTip						{ width: 342px; }
.purpleTip .content				{ width: 310px; padding: 10px; border: 6px solid #8671de; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #a290f0; color: #020202; }
.purpleTip .bottom				{ height: 14px; background: url(/Icons/notch-purple.png) top center no-repeat; }

.darkTip						{ width: 342px; }
.darkTip .content				{ width: 310px; padding: 10px; border: 6px solid #303030; -moz-border-radius: 5px; -webkit-border-radius: 5px; background: #505050; color: #f8f8f8; }
.darkTip .bottom				{ height: 14px; background: url(/Icons/notch-dark.png) top center no-repeat; }

.pullquote {
    width: 200px;
    float: right;
    margin: 5px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    text-indent: -1.3em;
	color:#09F;
}
 
.pullquote:before {
    content: "“ ";
    font-size: xx-large;
    font-weight: bold;
}
 
.pullquote:after {
margin-left:150px;
content: " ”";
    font-size: xx-large;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index:10004;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	text-align:left;
	float:			left;
	margin-bottom:	1em;
	font-variant: small-caps;
	background:#555555;
	font-size: 1em;
	font-family:Verdana,Arial,Helvetica,sans-serif;	
	width: 980px;
	
}
.sf-menu a {
	border-left:	0px solid #fff;
	border-top:		0px solid #CFDEFF;
	padding: 		.5em .5em;
	text-decoration:none !important;	
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#EEEEEE;
}
.sf-menu li {
/*	background:		#BDD2FF;*/
background: #555555;
}
.sf-menu li li {
	background:		#444444;
}
.sf-menu li li li {
	background:		#555555;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#aaaaaa;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.00em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
body { 
/*    margin: 10px;
    padding: 0; 
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100%;
    background-color: #EDEDEC;*/
}


/* ul.slidenav { list-style: none; margin: 0 0 24px 0; padding: 0; padding-bottom: 9px; width:640px } ul.slidenav li { display: inline;} ul.slidenav a { padding: 0 20px 20px 0px; color: #cc99cc; text-decoration: none; text-align:center; float:left; display:block } ul.slidenav a:hover { color: #653364; } ul.slidenav a.selected { color: #653364; background:url(/images/ui/slideractivetab.gif) bottom left no-repeat; font-weight:bold; } ul.slidenav a:focus { outline: none; } .hide { display: none; }
*/


#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#slider {
    width: 600px;
    margin: 0 auto;
    position: relative;
}
.scroll { width: 550px; height:600px; overflow: hidden; overflow-x: hidden; position: relative;/* clear: left;*/} 
/*.scroll {
    height: 800px;
    width: 500px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    background: #000000 url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}
*/
.scrollContainer div.panel { padding: 20px; width: 460px; float: left; position: relative; top:-380px;padding-top:380px; }
/*.scrollContainer div.panel { padding: 20px; width: 460px; float: left; position: relative;}*/
/*.scrollContainer div.panel {
    padding: 0px;
    height: 800px; 
    width: 560px;
}*/

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 0px;
	background:#2e2e2e;
	top:0px;
	left:20px;
	font-family:arial;
font-size:14px;
font-variant:small-caps;
line-height:1.5em;
position:relative;
}

ul.navigation li {
    display: inline;
	background-color:#000000;
    border-bottom: solid 2px #fff;
	border-bottom-width:3px;
	float:left;
}

ul.navigation a {
	padding: 0px;
	padding-right:10px;
	color: #dddddd;
	text-decoration: none;
	padding-left: 10px;
}

ul.navigation a:hover {
	text-decoration:underline;
}

ul.navigation a.selected {
	color:#3F6;
		text-decoration:underline;
		border-bottom-color:black;
		border-bottom-style:solid;
	}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 150px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

.hide {
    display: none;
}

  a.tab {
    background-color: #603F3F;
    color: #fff;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 7px 4px 7px;
    margin-top: 0.3em;
    border-bottom: solid 2px #2e2e2e;
	padding-bottom: 5px;
display: -moz-inline-box;
/*    display: inline-block;*/

}

  a.tab_selected {
/*	      background-color: #603F3F;*/
background-color:black !important;
/*    color: #fff;*/
color:yellow;
font-weight: bolder;
    font-size: 100%;
    font-weight: bold;
    padding: 5px 7px 4px 7px;
    margin-top: 0.3em;
    border-bottom: solid 2px #000000 !important;
    display: -moz-inline-box;
    display: inline-block;
    border-bottom-color: #000000;
    /*background-color: #3F2929;*/
		text-decoration:underline;

}

  a.rounded, .button {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    vertical-align: middle;
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
  }
  
  a.tab:hover {
    background-color: #3F2929;
    color: #ffff00;
  }

a.tab:focus {
    outline: none;
}
 #featureTabsContainer {
    display: none;
	margin-bottom:0px;
}
#featureTabsContainer a {
    margin: 0px;
    padding: 6px 15px 0;
    padding-bottom: 0px;
	background-color:#111111;
	top:0px;
	left:20px;
	font-family:arial;
font-size:15px;
font-variant:small-caps;
line-height:1.0em;
position:relative;
		text-decoration:none;
    border-bottom: solid 2px #2e2e2e;

}


}
