@charset "UTF-8";
/* CSS Document */


/* START - OVERRIDE PAGE STYLES */
		.border-box-bottom ul li {
              background: transparent url(http://www.therosettastone.es/us_assets/images/bullet-green.gif) no-repeat scroll 0pt 0.25em;
		}

		#review-quote {
		  background:#F1EFE2 url(http://www.therosettastone.es/us_assets/images/personal/ac-promo-box-top-sm1.jpg) no-repeat scroll center top;
		  height:1%;
		  overflow:hidden;
		  position:relative;
		}
		#review-quote div.review-bottom {
		  background:transparent url(http://www.therosettastone.es/us_assets/images/personal/promo-box-bottom-sm1.jpg) no-repeat scroll left bottom;
		  display:block;
		  float:left;
		  width:540px;
		  
		}
		#full-page {
		  background:#FFFFFF none repeat scroll 0%;
		  padding:0px 0px 10px 0px;
		  float:left;
		  width:540px;
		}
	
		#content-subpage #content-area-left{
		padding:0;
		width:600px;
		float:left;
		margin:0px 0px 0px 15px;
		_display:inline;}
		
		#content-subpage #content-area-right {
			margin:0;
			padding:0;
			width:auto;
		}
		
	/* these are temp styles to be replaced with working text */
		#content-header-a{background:url(http://www.therosettastone.es/us_assets/images/personal/hiw-head.png) top left no-repeat; height:62px; margin:0;padding:0; width:100%;}
		#content-subpage #content-area-right{border:0; background:url() 0px 20px no-repeat; width:275px; height:386px; margin:55px 0px 0 0; padding:0; float:right;_display:inline;}

	
	/* END- OVERRIDE PAGE STYLES */
			
			
	/* START- GENERATE TAB+BOX STYLES */
		p#cross-links { text-align: center }
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
		noscript a { color: #a00; text-decoration: underline }
		noscript ol { margin-left: 25px; }
		
		img { border: 0 }
	
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 20px 0;
			padding-top:56px;
			position: relative;
			width: 600px;
		}
.slider-wrap a:focus {outline:none;}
		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 355px; background: #fff; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 0; /* this is the border. should have the same value for the links */
			margin:auto;
			width: 560px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 364px;
                        
			clear: both;
			background: url(http://www.therosettastone.es/us_assets/images/personal/bg_box.gif) no-repeat top left;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			_display:inline;
			height: 100%;
			position: relative;
			width: 560px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 20px 10px 10px 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: 0px auto;
			width:580px;
			font-family:Arial, sans-serif;
				display:table;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			position:absolute;
			top:0;
			left:66px;  /*chagne to center */
			z-index:100;
			/*_float:left;
			_zoom:1; */
			_width:500px;
		}
		
		.stripNav ul li {
			float: left;
			/*_display:inline-block;
			_zoom:1; */
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
	
		.stripNav a { /* The nav links */
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			height: 57px;
			text-decoration: none !important;
			display: block;
			padding: 0px;
			color:#000;
			width:100%;
			_width:auto;		
			_display:inline-block;
				 cursor:pointer;
	}
		
		.stripNav a  span.sdoor{
			padding:0px 30px;
			display:block;
			height: 57px;
			_display:inline-block;
			_text-decoration: underline;
		}
				
		.stripNav a.current  span.sdoor{
			color:#F00;
                        text-decoration: none;
		}
		.stripNav a span.space{
			display:block;
			height:8px;
			_display:inline-block;
			_padding-top:8px;
		}
		
		.stripNav li a:hover {
		text-decoration:underline !important;
                color:#000000;
		_cursor:pointer;
		}
	
		.stripNav li a.current:hover{
		 text-decoration:none !important;
		 cursor:default;
		}

		ul .stripNav li a:active, .stripNav li a span.sdoor:active {
		color:#f00;
		text-decoration:none;
			}
			
		.stripNav li a.current {
			background: url(http://www.therosettastone.es/us_assets/images/personal/tab-r.gif) top right no-repeat;
		}
	
		.stripNav li a.current span.sdoor {
		background: url(http://www.therosettastone.es/us_assets/images/personal/tab-l.gif) top left no-repeat;
		}
		
		.stripNav li a.current span.sdoor {
		background: url(http://www.therosettastone.es/us_assets/images/personal/tab-l.gif) top left no-repeat;
		}
			
	
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
			z-index:200;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 26px;
			width: 26px;
		}
		
		.stripNavL {
			left: 7px;
		}
		
		.stripNavR {
			right: 8px;
		}
		
		.stripNavL {
			background: url("http://www.therosettastone.es/us_assets/images/personal/arrow-l.gif") no-repeat top left;
		}
		
		.stripNavR {
			background: url("http://www.therosettastone.es/us_assets/images/personal/arrow-r.gif") no-repeat top left;
		}
		

		.stripNavL:hover {
			background: url("http://www.therosettastone.es/us_assets/images/personal/arrow-l.gif") no-repeat 0px -26px;
		}
		
		.stripNavR:hover {
			background: url("http://www.therosettastone.es/us_assets/images/personal/arrow-r.gif") no-repeat 0px -26px;
		}

		.stripNavL:active {
			background: url("http://www.therosettastone.es/us_assets/images/personal/arrow-l.gif") no-repeat 0px -52px;
		}
		
		.stripNavR:active {
			background: url("http://www.therosettastone.es/us_assets/images/personal/arrow-r.gif") no-repeat 0px -52px;
		}
				/* END- GENERATE TAB+BOX STYLES */
		
				/* START- PAGE STYLES */
				
		.flashbox-lg {_display:inline;float:left;}
		
		div.panelContainer p { 
		float:right;_display:inline;text-align:left; width:200px; margin-right:40px;font-size:13px; line-height:2.3;
		}
		
		.flashbox-sm-1 {
			margin-bottom:6px;
		}
			
		.flash-container { width:250px; float:left; margin-left:20px;_display:inline;}
		
		div.wrapper h3 {display:none;}

	
