a:active {
  outline:none;
}

:focus {
  outline-style:none;
}

h1 {margin: 10px 0; color: #b72027; }

div#main_content {
	margin: 0 10px;
}

div#ie6 {
	display:none;
}

/*	Main Tabs
--------------------------------------------------------------------------*/
div#main_tabs {
	height: 50px;
	margin: 0 auto;
	width: 710px;
	background: #eaeaea;
}

div#main_tabs ul, div#topic_tabs ul, div#help_tabs ul  {  
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	height:30px;	 	
}

div#main_tabs li, div#topic_tabs li, div#help_tabs li {  
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 	
	display: block;
	height: 30px;
}

div#main_tabs li {
	background: #fff !important;
}

div#main_tabs a {
	font-size:.9em;
	width: 142px; 
}

li.tab_hl a {
	width:211px !important;
	font-weight:bold;
	border-top:2px solid #eaeaea;
	text-shadow:#F00;
	
}

#topictab {
	border-left:2px solid #eaeaea;
}

#grammartab {
	border-right:2px solid #eaeaea;
}

div#main_tabs a, div#topic_tabs a, div#help_tabs a {
	letter-spacing: .09em;
	display:block;
	height: 30px; 
	line-height:30px;
	text-align:center;	
	text-decoration:none;
	color:#006699;
	padding:0px;
	margin:0px;	
	position:relative;
}

div#main_tabs a:hover, div#topic_tabs a:hover, div#help_tabs a:hover {
	font-weight: bold;
	background-color:#eaeaea;
	color:#006699;
}
	
/* selected tab */
div#main_tabs a.current, div#main_tabs a.current:hover, div#main_tabs li.current {
	background-color:#eaeaea;	
	font-weight: bold;	
	cursor:default;
}

div.mainpane {
	padding: 0 10px 10px 10px;
	margin-bottom:25px;
	background-color:#eaeaea;
}

div.pane {
	padding: 20px;
}

div#topicspecific, div#grammar {
	height:470px;
}

div.playlistpane {
	background-color:#fff;
	padding:10px;
	margin-bottom:10px;
}

div.thumbpane {
	float:right;
	background-color:#eaeaea;
	padding:10px;
	height: 390px;
	width: 465px;
}

/*	About Tab
--------------------------------------------------------------------------*/
div#about {
	height:375px;
}

div#intro {
	width: 450px;
	height: 400px;
	padding: 0 10px;
	float:left;
}

div#intro p {
	line-height:1.4em;
}

div#highlights {
	width:190px;
	height:345px;
	float:right;
	background:#fff;
	padding:10px;
	margin-right:10px;
}

div#highlights ul {
	padding:0;
	margin:0;
}

div#highlights ul li {
	list-style:none;
}

.categories, .blue {
	color:#006699;
	font-weight:bold;
}

.categories {
	padding: 10px 15px 5px 15px;
}

.subcategories li {
	padding: 3px 0 3px 25px;
}

/*	Topic Tabs
--------------------------------------------------------------------------*/
div#topic_tabs a:hover, div#help_tabs a:hover {
	font-weight: bold;
	background-color:#fff;
	color:#006699;
}

div#topic_tabs a, div#help_tabs a {
	width:auto;
	padding:0 32px;
	font-weight:bold;
}

div#topic_tabs a.current, div#topic_tabs a.current:hover, div#topic_tabs li.current, div#help_tabs a.current, div#help_tabs a.current:hover, div#help_tabs li.current {
	background-color:#fff;	
	font-weight: bold;	
	cursor:default;
	color:#b72027;
}

div.topic_pane {
	background:#fff;
	height:430px;
}


/*	Thumbnail Viewer
--------------------------------------------------------------------------*/
.scrollable {
	position:relative;
	overflow:hidden;
	width: 465px;
	height: 390px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.item {
	float:left;
	cursor:pointer;
	width:465px;
	height:350px;
}

/* main navigator */
#main_navi {
	float:left;
	padding:0px !important;
	margin:0px !important;
}

#main_navi a {
	color:#b70727;
}

#main_navi a:hover {
	text-decoration:none;
}

#main_navi li {
	clear:both;
	color:#b72027;
	font-weight:bold;
	font-size:1.3em;
	list-style-type:none;
	text-align:right;;
	cursor:pointer;
}

#main_navi li:hover {
	background: #eaeaea;
}

#main_navi li.active {
	background: #eaeaea;
}

#main_navi li a {
	display:block;
	padding:10px;
	width:165px;
}

#main_navi li a.current {
	background:#eaeaea;
}

#main_navi img {
	float:left;
	margin-right:10px;
}

#main_navi strong {
	display:block;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:84px;
	height:75px;
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -740px;
	cursor:pointer;
	font-size:1px;
}

a.prev, a.prevPage {
	float:left;
}

a.prev:hover,a.prevPage:hover {
	background-position:-20px -820px;		
}

a.prev:active,a.prevPage:active {
	background-position:-20px -900px;		
}

a.next:hover, a.nextPage:hover {
	background-position:-20px -580px;
}

a.next:active, a.nextPage:active {
	background-position:-20px -660px;
}
	
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

a.next, a.nextPage {
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -500px;
	clear:right;
	float:right;
}

a.next, a.prev, a.button {
	margin-top:355px;
}

a.button {
	float:left;
	display:block;
	height: 40px;
	margin:355px 2px;
}

a.view {
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -20px;
	width:183px;
}

a.view:hover {
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -100px;
}

a.view:active {
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -180px;
}

a.download {
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -260px;
	width:102px;
}

a.download:hover {
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -340px;
}

a.download:active {
	background:url(../../images/res_sha_buttons.png) no-repeat -20px -420px;
}

/*
a.button {
	height:40px;
	float:left;
	display:block;
	margin-top: 20px;
}

a.view { 
	background: url(../../images/res_sha_buttons.png) no-repeat -21px -501px;
	width: 83px;
	margin-left:60px;
}

a.download { 
	background: url(../../images/res_sha_buttons.png) no-repeat -21px -741px;
	width: 103px;
	margin-left:30px;
}

a.view:hover { 
	background: url(../../images/res_sha_buttons.png) no-repeat -21px -581px;
	width: 83px;	
}

a.download:hover { 
	background: url(../../images/res_sha_buttons.png) no-repeat -21px -821px;
	width: 103px;	
}
*/


/* Viewer
--------------------------------------------------------------------------*/
.viewer_wrap {
	height:645px;
	width:760px;
	background:#eaeaea;
	padding:10px;
}

/* container for slides */
.viewer_wrap .slides {
	border:5px solid #fff;
	position:relative;	
	height:563px;
	width:750px;
	cursor:pointer;
	background:#fff;
}

/* single slide */
.viewer_wrap .slides div {
	display:none;
	position:absolute;
	height:563px;
	width:750px;
}

/* tabs (those little circles below slides) */
.viewer_wrap .tabs {
	clear:both;
}

/* single tab */
.viewer_wrap .tabs a {
	float:left;
	padding:3px;
	display:block;
	color:#006699;
	text-decoration:none;
}

/* mouseover state */
.viewer_wrap .tabs a:hover, .viewer_wrap .tabs a.current {
	background:#fff;
	font-size:1.1em;
	font-weight:bold;
}



/* backward, forward, backwardPage and forwardPage buttons */
a.backward, a.forward, button.play, button.stop {
	clear:right;
	float:left;
	display:block;
	width:84px;
	height:75px;
	background:url(../../images/res_sha_viewer_buttons.png)	no-repeat -20px -20px;
	cursor:pointer;
	font-size:1px;
	margin-top: 5px;
}

a.backward {
	float:left;
	margin-left:200px;
}

a.backward:hover {
	background-position:-20px -100px;		
}

a.backward:active {
	background-position:-20px -180px;		
}

button.play, button.stop {
	border:none;
}

button.play {
	background-position: -20px -260px;
}

button.play:hover {
	background-position:-20px -339px;		
}

button.play:active {
	background-position:-20px -418px;		
}

button.stop {
	background-position: -20px -497px;
}

button.stop:hover {
	background-position:-20px -576px;		
}

button.stop:active {
	background-position:-20px -655px;		
}

a.forward {
	background:url(../../images/res_sha_viewer_buttons.png) no-repeat -20px -734px;
	clear:right;
}

a.forward:hover {
	background-position:-20px -814px;
}

a.forward:active{
	background-position:-20px -894px;
}
	
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/*	Playlists
--------------------------------------------------------------------------*/
div.playlist {
	height:400px;
	float: left;
	background:#eaeaea;
	padding-bottom:10px;
}

ul.item_title {
	float:left;
	margin:0;
}

ul.item_title li {
	padding:0;
	margin:0;
	list-style-image:none; 	
	display: block;	
	}

ul.item_title li a {
	padding:10px;
	color:#b72027;
	font-size:1.3em;
	background: #eaeaea;
	width:165px !important;
	height:20px;
	text-align:right;
	display:block;
}

/* selected tab */
ul.item_title li a.current, ul.item_title li a.current:hover, ul.item_title li.current {
	background-color:#fff;	
	font-weight: bold;	
	cursor:default;
}

ul.item_title li a:hover {
	font-weight: bold;
	background-color:#fff;
	text-decoration:none;
}


/*	Help
--------------------------------------------------------------------------*/
div#win, div#mac {
	width:310px;
	float:left;
}

div#plugins {
	float:left;
	width:380px;
}

div.plugin {
	text-align:center;
	padding: 20px 0;
}

div.plugin img {
	margin-top:10px;
}

div#rightplugins {
	padding:15px;
	float:right;
	width:200px;
	background:#eaeaea;
}

#rightplugins a {
	line-height:1.5em;
}

div#win {
	padding-right:10px;
	border-right:1px #000 solid;
}

div#mac {
	padding-left:10px;
}

div.help_pane {
	background:#fff;
	height:320px;
}