body {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position:center;
	margin: 0;
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
}

html { 
	overflow: -moz-scrollbars-vertical;
}

img {
	border: none;
}

h1
{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 1px 0;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}

ul
{
	margin-top: 0;	
	margin-bottom: 0;
}

li 
{
	list-style-image: url(images/star.gif);
	font-weight: bold;
}

a 
{
 	color: #666666;
}   

ul a
{
	text-decoration: none;
	color: #666666;   
}


.container 
{
	width: 900px;
	position: relative;
	margin: 0 auto;
}

.header 
{
	background-image: url(images/backgroundHeader.png);
	margin-left: 1px;
	background-repeat: repeat-y;
	height: 97px;
}

.footer 
{
	width: 900px;
	height: 51px;
	margin: 0 auto;
	padding: 0;
	border-bottom: solid Gray;
	position: relative;
	clear: both;
}

/* Content Header Elements */

.content 
{
    display: block;
    margin: 0;
    padding: 0;
}

.contentHeader
{
	margin: 23px 0 0 11px;
	width: 880px;
	height: 20px;
	background: url(images/back1.png);
}

.contentHeaderText
{
	margin-left: 6px;
	margin-top: 1px;
}

/* End Content Header Elements */

/* Content Error Elements */

.contentErrorShift
{	
	margin-left: 11px;
	margin-right: 9px;
	background-color: #F4F4F4;
	padding: 7px 0 7px 7px;
	margin-top: 2px;
}

.contentError
{	
	margin-left: 11px;
	margin-right: 9px;
	background-color: #F4F4F4;
	padding: 0px 0 7px 7px;
}

.contentErrorBox
{
	width: 421px;
	padding: 6px;
	background: url(images/back2.png);
	border: 1px dashed #F93942;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #F93942;
}

/* End Content Error Elements */

/* Content Navigation Elements */

.contentNavigation
{
	margin: 2px 0 0 11px;
	background-color: #F4F4F4;
	width:880px;
	height: 37px;
}

.genreText
{
	margin-left: 6px;
}

.editionText
{
	margin-left: 57px;
}

.genreText, .editionText
{
	float: left;
	margin-top: 12px;	
}

.genreCombo
{
	margin-left: 12px;
}

.editionCombo
{
	margin-left: 5px;
}

.genreCombo, .editionCombo
{
	float: left;
	margin-top: 8px;
	width: 150px;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #565656;
}

/* End Content Navigation Elements */

/* Items listing */

.contentItems
{
	margin: 0 auto;
}

.itemsTable
{
	width: 884px;
	margin: 0 0 0 9px;
}

.emptyCell
{
	float: left;	
	width: 174px;
}

/* End Items elemetns */

.contentDetail
{
	background-color: #F4F4F4;
	position: relative;
	width: 880px;
	text-align: left;	
	display:table;
	margin-top:2px;
	margin-left: 11px;
}

/* Pager */

.pageCurrent
{
	text-decoration: none;
	font-weight: bold;
}

.pageCurrent, .pageNotCurrent
{
	font-size: 10px;
	color: #666666;
	padding: 7px 4px 7px 4px;
	vertical-align:baseline;
}

.pager
{
	margin: 0 auto 0 auto;
	padding: 6px 0 6px 0;
	text-align: center;
	height: 20px;
}

.pager img
{
    vertical-align: middle;
}


/* End Pager */

.firstTab, .secondTab
{
	cursor: pointer;
	float: left;
	margin-left: 4px;
	margin-top: 8px;
    border: 1px dashed #696969;
    padding: 3px;
    text-align: center;
    width: 100px;
	background: url(images/back2.png);
}