/* ----- DEFAULTS ----- */
html, body {
	padding: 0px;
	margin: 0px;
	
	font: normal 12px Arial, Helvetica;
	line-height: 15px;
	color: #3d3b3b;
	}

h1, h2, h3, h4, h5, h6 {
	padding: .35em 0em .25em 0em;
	margin: .35em 0em .25em 0em;
	}

p, abbr, cite {
	padding: .5em 0em  .5em 0em;
	margin: 0px;
	}

a, a:visited {
	text-decoration: none;
	color: #aa7013;
	}
a:hover, a:active {
	color: #3d3b3b;
	}
hr {
	visibility: hidden;
	}



/* ----- BODY ----- */
body {
	background: White;
	text-align: center;
	}



/* ----- CONTAINER ----- */
div#container {
	width: 900px;
	padding: 15px;
	margin: 10px auto;
	color: #3d3b3b;
	background: #aa7013;
	}



/* ----- CONTENT ----- */
div#content {
	position: relative;
	background: white;
	padding: 20px 10px 10px 10px;
	width: 880px;
	}



/* ----- HEADER ----- */
div#header {
	text-align: left;
	height: 60px;
	margin-top: -10px;
	margin-bottom: 10px;
	}


/* ----- TOPMENU ----- */
ul#topmenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 999;
	}
ul#topmenu li {
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	}
ul#topmenu li a {
	padding: 10px;
	background: White;
	color: #aa7013;
	}
ul#topmenu li a:hover {
	background: #aa7013;
	color: white;
	}
ul#topmenu ul.submenu {
	position: absolute;
	display: none;
	z-index: 999;
	width: 150px;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
	}
ul#topmenu ul.submenu li {
	display: block;
	float: none;
	width: 100%;
	height: 35px;
	text-align: left;
	background: white;
	}
ul#topmenu ul.submenu li a {
	width: 130px;
	display: block;
	border: solid 1px #aaa;
	}


/* ----- LEFT SIDE ----- */
div#left {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 530px;
	}
div#left h1 {
	text-align: left;
	color: #c1bfbc;
	}
h1#card_title {
	margin-left: 10px;
	}
h2#card_type {
	margin: -10px 0px 0px 10px;
	color: #c1bfbc;
	text-align: left;
	}

div#card {
	width: 520px;
	height: 570px;
	float: left;
	position: relative;
	padding: 5px;
	
	background: white url("templates/images/background.png");
	border: solid 1px Black;
	/* Rounded corners for all except IE6/IE7 */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	text-align: center;
	}
div#card img {
	width: 500px;
	height: 333px;
	padding: 2px;
	border: solid 1px #ddd;
	}
div#card h1 {
	color: #444;
	margin: 17px 7px 7px 7px;
	font: bold 2.0em Arial;
	text-align: center;
	}
div#card span#part {
	font-weight: normal;
	font-style: italic;
	}

div#audio {
	width: 21px;
	margin: 10px 10px;
	overflow: hidden;
	}

p#view {
	text-align: right;
	}

div.move {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 5px 0px;
	width: 99%;
	text-align: center;
	font-size: 1.2em;
	}
div#card a, a:visited {
	text-decoration: none;
	color: #aa7013;
	}
div#card a:hover, a:active {
	color: #3d3b3b;
	}



/* ----- THE HIDDEN DESCRIPTION / DEFINITION ----- */
div#desc {
	width: 500px;
	height: 80px;
	font: normal 1.4em Arial;
	margin-top: 4px;
	padding: 5px 10px;
	text-align: left;
	background: #fafafa;
	}
div#desc #sentence {
	font-size: 12px;
	font-style: italic;
	}

div.placeholder {
	filter:alpha(opacity=90); 
	-moz-opacity:0.90; 
	opacity:0.90; 
	-khtml-opacity:0.90; 
	}


/* ----- CARD LIST ----- */
div#right {
	float: left;	
	width: 330px;
	margin-left: 10px;
	}


/* LANGUAGE FLAGS */
div#langs {
	position: absolute;
	right: 5px;
	top: 5px;
	}
div#langs img {
	padding: 2px;
	border: solid 1px #aaa;
	margin: 0px 2px;
	}


/* CATEGORY TABS */
div#tabs {
	text-align: right;
	margin-top: 22px;
	}
div#tabs ul {
	margin: 0px 5px 0px 0px;
	padding: 10px 0px;
	}
div#tabs li {
	margin: 0px 2px;
	padding: 10px;
	background: #aa7013;
	display: inline;
	border: solid 1px Black;
	/* Rounded corners for all except IE6/IE7 */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	font: bold 1.2em Arial;
	}
div#tabs li a, a:visited {
	color: white;
	text-decoration: none;	
	}
div#tabs li a:hover, a:active {
	color: #3d3b3b;
	}
div#tabs li.selected {
	background: white;
	color: #3d3b3b;
	border-bottom: solid 1px White;
	}



/* ----- CARD LIST ----- */
div#list {
	height: 550px;
	text-align: center;
	border: solid 1px black;
	/* Rounded corners for all except IE6/IE7 */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	}
div#list div#padding {
	height: 470px;
	margin: 10px;
	overflow: auto;
	}
div#list div.list_item {
	float: left;
	width: 130px;
	margin: auto;
	padding: 10px 0px 10px 0px;
	height: 150px;
	}
div#list h2 {
	font-size: 1.0em;
	}
div#list img {
	width: 90%;
	padding: 5px ; 
	border: solid 1px #aaa;
	}


/* ----- LIST MENU ----- */
div#list_menu {
	text-align: left;
	background: white;
	padding: 6px 5px 6px 5px;
	border: solid 1px Black;
	border-top: none;
	}
div#list_menu a, a:visited {
	text-decoration: none;
	color: #aa7013;
	}
div#list_menu a:hover, a:active {
	color: #3d3b3b;
	}
div#list_menu img {
	width: 16px;
	border: none;
	vertical-align: middle;
	}
