#content {
	padding-left: 20px;
	width: 500px;
	/* 
	min-height: 360px;
	*/
	background: #000;
}

#content a:hover {
	color: #edffa4;
}

#leftbar {
	width: 218px;
	background-image: url('i/left.bg.png');
	background-repeat: repeat-y;
}

.copyright {
	color: #798869;
	font-size: 10px;
}

#splitter {
	width: 13px;
	background-image: url('i/left.vbar.png');
	background-repeat: repeat-y;
}

#order input,textarea {
	font-family:sans-serif;
	font-size:11px;
	border: 1px solid #666;
	background-color:#222;
	color:#fff;
	margin-top:2px;
}



/* 
======================== 
TOP 
======================== 
*/

#topbar {
	height: 154px;
	background-image: url('i/top.bg.png');
	background-repeat: repeat-x;
	padding: 0px;
}

td.topW15 {
	width: 15px;
}

div.topH20 {
	height: 20px;
}

.toptextinput {
	width: 83px;
	height: 14px;
	border: none;
	border-collapse: collapse;
	background-color: transparent;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 3px;
	margin-left: 8px;
	margin-top: 0px;
}

.topsubmit {
	cursor: pointer;
	width: 11px;
	height: 14px;
	position: absolute;
	background-color: transparent;
	border: 0px none;
	margin-left: 1px;
}

#topsearch {
	height: 127px;
	width: 110px;
	background-image: url('i/top.search.png');
	background-repeat: no-repeat;
	padding-top: 44px;
}

#topgenres {
	height: 127px;
	width: 110px;
	background-image: url('i/top.genres.png');
	background-repeat: no-repeat;
}

#toplicenses {
	height: 127px;
	width: 110px;
	background-image: url('i/top.licenses.png');
	background-repeat: no-repeat;
	padding-top: 44px;
}




.menubutton {
	position: relative;
	left: 7px;
	width: 97px;
	height: 16px;
	cursor: pointer;
}

#catmenuButton {
	top: 84px;
}

#licCountriesBtn {
	top: 0px;
}

#licTypesBtn {
	margin-top: 4px;
}

#licTitlesBtn {
	margin-top: 4px;
}

.menu {
	z-index: 10;
	position: absolute;
	margin-left: 7px;
	border: 1px solid #026824;
	background: #deeda3;
	color: #000;
	font-size: 9px;
	display: none;
	overflow: auto;
}

#authormenu {
	width: 160px;
	top: 59px;
	height: 380px;
}

#bookmenu {
	top: 79px;
	width: 240px;
	height: 360px;
}

#catmenu {
	top: 99px;
	width: 120px;
	max-height: 355px;
}

#licCountries {
	top: 59px;
}

#licTypes {
	top: 79px;
}

#licTitles {
	width: 240px;
	top: 99px;
}

.menu a {
	text-decoration: none;
	color: #000;
}

.menuitem {
	padding:2px 3px;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
}

.menusubitem {
	padding: 2px 3px;
	padding-left: 15px;
	border-left: 1px solid #fff;
	border-right: 1px solid #999;
	border-bottom: 1px solid #666;
}

.menuspclight {
	height: 1px;
	overflow: hidden;
	background: #fff;
}




#topsubscribe {
	height: 127px;
	width: 110px;
	background-image: url('i/top.subscribe.png');
	background-repeat: no-repeat;
	padding-top: 84px;
}




#footer {
	border-top: 2px solid #cde842;
	padding-top: 8px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 10px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}


/* ====   HTML tags   ===================== */

body {
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #fff;
	background-color: #000;
	border: 0px none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 11px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #d1ff1b;
}
