/* CSS Document */

ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

ol#toc a {
    background: #97A991 url(../images/basic_tab.png);
    color: #000000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

ol#toc a:hover {
    background-color: #97A991;
    background-position: 0 -120px;
}

ol#toc a:hover span {
    background-position: 100% -120px;
}

ol#toc li.current a {
    background-color: #97A991;
    background-position: 0 -60px;
    color: #fff;
    font-weight: bold;
	
}

ol#toc li.current span {
    background-position: 100% -60px;
}

ol#toc span {
    background: url(../images/basic_tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

div.contentHome {
	border: #97A991 solid 1px;
	clear: left;
	padding: 5px;
	width: 560px;
	height: 500px;
}
div.contentDVD {
	border: #97A991 solid 1px;
	clear: left;
	padding: 5px;
	width: 560px;

}

div.contentdetails {
    border: #97A991 solid 1px;
    clear: left;
    padding: 5px;
	width: 560px;
	
}

.price {
	color: #006600;
}


.detailsLink {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.detailsTab {
	background-color: #97A991;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.booklinks {
	margin-top: 5px;
}
.dottedborder {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.dottedRule {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
