/*
 * 
 * HTML Elements
 * 
 */



body, td {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 14px;
}

body {
	margin: 0;
}

a {
	color: #a1101d;
}

a:hover {
	color: #ffffff;
}

a.comment {
	color: #71101d;
	text-decoration: none;
}

a.comment:hover {
	color: #a1101d;
	text-decoration: underline;
}

form {
	padding: 0;
	margin: 0;
}

label {
	white-space: nowrap;
}

hr {
	border: 0;
	background: none;
	color: #d1a951;
	border-bottom: 1px solid #c59f4c;
	
}

h1 {
	color: #ffffff;
	margin: 0;
}

h2 { 
	margin: 0;
	color: #ffffff;
	font-size: 200%;
	line-height: 95%;
}

h3 {
	color: #ffffff;
}



/*
 * 
 * Color classes
 * 
 */



.hilight {
	color: #a1101d;
}

.hilight-bg {
	background-color: #a1101d;
	color: #ffffff;
}

.site-color {
	color: #a1101d;
}

.comment {
	font-size: 10px;
	color: #a66537;
}

.red {
	color: #ff0000;
}

.green {
	color: #00FF00;
}

.blue {
	color: #0000FF;
}

.black {
	color: #000000;
}

.white {
	color: #ffffff;
}

.bold {
	font-weight: bold;
}

.absolute {
	position: absolute;
	display: none;
}



/*
 * 
 * Globally used elements
 * 
 */



.clear-both {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.spacer {
	clear: both;
	height: 5px;
	overflow: hidden;
}

.separator {
	height: 1px;
	overflow: hidden;
	border: 0;
	border-bottom: 1px solid #c59f4c;
	clear: both;
}

.align-right {
	float: right;
}

.content-preview {
	overflow: auto;
}



/*
 * 
 * Tooltip / notification element
 * 
 */



.tooltip {
	background: #fddc8f;
	padding: 2px;
	margin-bottom: 15px;
	border-top: 1px solid #820000;
	border-left: 1px solid #820000;
	border-right: 1px solid #820000;
	border-bottom: 3px solid #820000;
	color: #000000;
	text-align: left;
}

.tooltip span {
	display: block;
	padding: 11px 5px 5px 35px;
	background: url("http://server.digra.ro/icons/32/Orange Ball.png") no-repeat 0px 60%;
}

.tooltip.error {
	background: #f2432e;
	border-top: 1px solid #d91b0b;
	border-left: 1px solid #d91b0b;
	border-right: 1px solid #d91b0b;
	border-bottom: 3px solid #d91b0b;
	color: #ffffff;
}

.tooltip.error span {
	background-image: url("http://server.digra.ro/icons/32/dialog-error.png");
}

.tooltip.notification {
	background: #d4ac55;
	border-top: 1px solid #c49c45;
	border-left: 1px solid #c49c45;
	border-right: 1px solid #c49c45;
	border-bottom: 3px solid #c49c45;
	color: #000000;
}

.tooltip.notification span {
	background-image: url("http://server.digra.ro/icons/32/Get Info.png");
}

.tooltip a {
	color: #000000;
}



/*
 * 
 * Ajax Loading status
 * 
 */


 
.loading {
    background: #fbf7aa;
    color: black;
    font-weight: bold;
    padding: 3px 10px 5px 10px;
    border: 2px solid #f9e98e;
}



/*
 * 
 * Buttons
 * 
 */



.button {
	font-size: 13px;
	float: left;
	padding-right: 9px;
	height: 25px;
	overflow: hidden;
	background: url("images/dn_bttn2.png") 100% 0 no-repeat;
}

.button a {
	display: block;
	padding: 4px 10px 6px 15px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	background: url("images/dn_bttn1.png") no-repeat;
}

.button a:hover {
	text-decoration: underline;
}

input.button {
	float: none;
	background: url("images/dn_bttn1.png") -20px 0 no-repeat;
	border: 0;
	color: #ffffff;
	padding: 2px 10px 4px 10px;
	font-weight: bold;
	height: auto;
}

input.button:hover {
	cursor: pointer;
	text-decoration: underline;
}



/*
 * 
 * Frame containers
 * 
 */
 


.fc {
	clear: both;
	margin-bottom: 10px;
}

.fc.hidden {
	display: none;
}

.fc a.fc-title {
	background: url("http://server.digra.ro/icons/16/colapsed.gif") 0px -4px no-repeat;
	padding-left: 20px;
	padding-bottom: 3px;
	display: block;
	color: #a1101d;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #b5913d;
	cursor: pointer;
}

.fc a.fc-title:hover {
	color: #fffffff;
	text-decoration: underline;
}

.fc.expanded a.fc-title, 
.fc a.fc-title.expanded
{
	background-image: url("http://server.digra.ro/icons/16/expanded.gif");
	background-repeat: no-repeat;
	background-position: 0px -4px;
}

.fc.colapsed a.fc-title, 
.fc a.fc-title.colapsed
{
	background-image: url("http://server.digra.ro/icons/16/colapsed.gif");
	background-repeat: no-repeat;
	background-position: 0px -4px;
}

.fc .fc-content {
	border-left: 1px dotted #b5913d;
	margin-left: 10px;
	padding: 10px 10px 0px 10px;
	overflow: hidden;
	display: none;
}

.fc.expanded .fc-content {
	display: block;
}

.fc .fc-content .form-entry .form-entry-title {
	width: 100px;
}



/*
 * 
 * Tables with list elements 
 * 
 */



.list {
	margin: 0;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #c09d49;
}

.list .list {
	border: 0;
	border-left: 1px dotted #c5a14d;
	border-bottom: 1px dotted #c5a14d;
}

.list .order-id-entry {
	width: 30px;
}

.list thead tr {
	background: #dcbb6c;
}

.list thead th {
	padding: 7px;
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	width: 1px;
	color: #ffffff;
	white-space: nowrap;
	border-right: 1px solid #c5a14d;
}

.list tbody tr {
	background: #d4ac55;
}

.list tbody tr.pair {
	background: #d6ae57;
}

.list tbody tr.hilight {
	background: #c7a34f;
}

.list tbody td {
	padding: 3px 5px 3px 5px;
	width: 1px;
	border-right: 1px dotted #c5a14d;
	border-top: 1px dotted #c5a14d;
}

.list tbody td.auto-width {
	width: 100%;
}



/*
 * 
 * Pictures 
 * 
 */



.pictures {
}

.picture {
	text-align: center;
	margin-bottom: 10px;
}

.picture a {
	border: 3px solid #eae1c0;
	display: block;
}

.picture .picture-title {
	margin-top: 5px;
	width: 110px;
}

.picture img {
	width: 134px;
	border: 0;
}



/*
 * 
 * Comments for the contents and others 
 * 
 */



.comments {
}

.comments .comment-entry {
	padding-top: 5px;
	margin: 5px 0px 10px 0px;
}

.comments .comment-body {
	background: url("http://server.digra.ro/icons/16/comment.png") no-repeat 5px 3px;
	border-bottom: 1px dotted #dddddd;
	padding: 5px 20px 10px 30px;
}

.comments .comment-functions {
	float: right;
	padding-top: 4px;
}

.comments .comment-functions a {
	display: block;
	float: left;
}

.comments .comment-functions .comment-reply {
	margin-right: 10px;
	padding: 5px 0px 0px 20px;
	background: url("http:///server.digra.ro/icons/16/comment.png") no-repeat 0px 50%;
}

.comments .comment-functions .comment-rating-up {
	width: 16px;
	height: 16px;
	background: url("http://server.digra.ro/icons/16/vote_yes.png") no-repeat;
	margin-right: 5px;
}

.comments .comment-functions .comment-rating-down {
	display: block;
	width: 16px;
	height: 16px;
	background: url("http://server.digra.ro/icons/16/vote_no.png") no-repeat;
}

.comments .comment-details {
	padding-top: 4px;
}

.comments .sub-comment {
	margin-left: 30px;
}

.comments .comment-rating-1 {
	filter:alpha(opacity=10);
	-moz-opacity:.10;
	opacity:.10;
}

.comments .comment-rating-2 {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
}

.comments .comment-rating-3 {
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

.comments .comment-rating-4 {
	filter:alpha(opacity=40);
	-moz-opacity:.40;
	opacity:.40;
}

.comments .comment-rating-5 {
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

.comments .comment-rating-6 {
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}

.comments .comment-rating-7 {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.comments .comment-rating-8 {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.comments .comment-rating-9 {
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}

.comments .comment-rating-10 {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}



/*
 * 
 * Keywords 
 * 
 */



.keywords {
	color: #999999;
	padding: 10px 0px 15px 0px;
}

.keywords a {
	text-decoration: none;
	text-transform: lowercase;
}

.keywords a:hover {
	text-decoration: underline;
}



/*
 * 
 * Attachments 
 * 
 */



.attachments {
	margin-bottom: 20px;
	padding: 10px;
}

.attachments .attachments-title {
	font-style: italic;
	margin-bottom: 5px;
}

.attachments .paging {
	margin: 10px 0 0 0;
}

.attachments .attachment {
	margin: 10px 0px 5px 0px;
}

.attachment-icon {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	background: url("http://server.digra.ro/icons/32/emblem-downloads.png") no-repeat;
}

.attachments .attachment a {
	font-weight: bold;
	padding-right: 5px;
}

.attachments .attachment .attachment-details {
	padding-top: 5px;
}



/*
 * 
 * Javascript calendar
 * 
 */



.ui-datepicker {
	background: #ffffff;
	border: 1px solid #5179bc;
	display: none;
	width: 200px;
	text-align: center;
}

.ui-datepicker-header {
	color: #ffffff;
	background: #5179bc;
	padding: 5px;
	text-align: center;
}

.ui-datepicker-prev {
	cursor: pointer;
	float: left;
	background: url("http://server.digra.ro/icons/16/arrow_left.png") no-repeat;
	width: 16px;
	height: 16px;
}

.ui-datepicker-prev span {
	display: none;
}

.ui-datepicker-next {
	cursor: pointer;
	float: right;
	background: url("http://server.digra.ro/icons/16/arrow_right.png") no-repeat;
	width: 16px;
	height: 16px;
}

.ui-datepicker-next span {
	display: none;
}

.ui-datepicker-title {
	display: inline;
}

.ui-datepicker-calendar {
	padding: 5px;
}

.ui-datepicker-calendar th {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
}

.ui-datepicker-calendar td {
	border: 1px solid #cccccc;
	text-align: center;
}

.ui-datepicker-calendar td a {
	text-decoration: none;
	padding: 1px 3px 1px 3px;
	color: #3159ac;
}

.ui-datepicker-calendar td a:hover {
	color: #000000;
}

.ui-datepicker-calendar td.ui-datepicker-today {
	border: 1px solid #dd7a64;
	background: #ffeeee;
}

.ui-datepicker-calendar td.ui-datepicker-today a {
	color: #000000;
}

.ui-datepicker-calendar td.ui-datepicker-other-month {
	border: 0px;
}

a.show-calendar-input {
	cursor: pointer;
	font-size: 16px;
	padding: 0px 0px 0px 16px;
	margin: 0px 0px 0px 10px;
	background: url("http://server.digra.ro/icons/16/calendar_2.png") no-repeat;
}

a.clear-calendar-input {
	cursor: pointer;
	font-size: 16px;
	padding: 0px 0px 0px 16px;
	background: url("http://server.digra.ro/icons/16/cross.png") no-repeat;
}



/*
 * 
 * Star rating 
 * 
 */



.star-rating {
	float: left;
	width: 16px;
	height: 16px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.star-rating a {
	background: url("http://server.digra.ro/icons/16/star_1.png") no-repeat 0px 0px;
}

.star-rating a {
	display: block;
	width: 16px;
	height: 16px;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

.star-rating-on a {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.star-rating-hover a{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}

.star-rating-readonly a {
	cursor: default;
}


/*
 *
 * Mime type icons
 *
 */



.mime-type-torrent {
	background-image: url("http://server.digra.ro/icons/32/application-x-bittorrent.png");
}

.mime-type-perl {
	background-image: url("http://server.digra.ro/icons/32/application-x-perl.png");
}

.mime-type-php {
	background-image: url("http://server.digra.ro/icons/32/application-x-php.png");
}

.mime-type-ruby {
	background-image: url("http://server.digra.ro/icons/32/application-x-ruby.png");
}

.mime-type-copyright {
	background-image: url("http://server.digra.ro/icons/32/text-x-copying.png");
}

.mime-type-changelog {
	background-image: url("http://server.digra.ro/icons/32/text-x-changelog.png");
}

.mime-type-makefile {
	background-image: url("http://server.digra.ro/icons/32/text-x-makefile.png");
}

.mime-type-patch {
	background-image: url("http://server.digra.ro/icons/32/text-x-patch.png");
}

.mime-type-python {
	background-image: url("http://server.digra.ro/icons/32/text-x-python.png");
}

.mime-type-readme {
	background-image: url("http://server.digra.ro/icons/32/text-x-readme.png");
}

.mime-type-source {
	background-image: url("http://server.digra.ro/icons/32/text-x-source.png");
}

.mime-type-package {
	background-image: url("http://server.digra.ro/icons/32/emblem-package.png");
}

.mime-type-office {
	background-image: url("http://server.digra.ro/icons/32/emblem-office.png");
}

.mime-type-money {
	background-image: url("http://server.digra.ro/icons/32/emblem-money.png");
}

.mime-type-multimedia {
	background-image: url("http://server.digra.ro/icons/32/emblem-multimedia.png");
}

.mime-type-system {
	background-image: url("http://server.digra.ro/icons/32/applications-system.png");
}

.mime-type-theme {
	background-image: url("http://server.digra.ro/icons/32/application-x-theme.png");
}

.mime-type-db {
	background-image: url("http://server.digra.ro/icons/32/Database.png");
}

.mime-type-important {
	background-image: url("http://server.digra.ro/icons/32/emblem-important.png");
}

.mime-type-mail {
	background-image: url("http://server.digra.ro/icons/32/emblem-mail.png");
}

.mime-type-personal {
	background-image: url("http://server.digra.ro/icons/32/emblem-personal.png");
}

.mime-type-photo {
	background-image: url("http://server.digra.ro/icons/32/emblem-photos.png");
}

.mime-type-plan {
	background-image: url("http://server.digra.ro/icons/32/emblem-plan.png");
}

.mime-type-special {
	background-image: url("http://server.digra.ro/icons/32/emblem-special.png");
}

.mime-type-readonly {
	background-image: url("http://server.digra.ro/icons/32/emblem-readonly.png");
}

.mime-type-urgent {
	background-image: url("http://server.digra.ro/icons/32/emblem-urgent.png");
}

.mime-type-web {
	background-image: url("http://server.digra.ro/icons/32/emblem-web.png");
}

.mime-type-folder {
	background-image: url("http://server.digra.ro/icons/32/folder.png");
}

.mime-type-font {
	background-image: url("http://server.digra.ro/icons/32/font-x-generic.png");
}

.mime-type-text {
	background-image: url("http://server.digra.ro/icons/32/text.png");
}



/*
 * 
 * Ads & Banners 
 * 
 */



.ad {
	text-align: center;
}


 
/*
 * 
 * Paging 
 * 
 */


 
.paging {
	clear: both;
	margin-bottom: 15px;
}

.paging .paging-text {
	float: left;
	font-size: 90%;
	padding-top: 2px;
	padding-right: 7px;
}

.paging .pagenumber a, 
.paging .pagenumber.pagenumber-selected a:hover 
{
	background: transparent;
	padding: 2px 7px 2px 7px;
	border: 1px solid #883726;
	color: #a1101d;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 2px;
}

.paging .pagenumber a:hover, 
.paging .pagenumber.pagenumber-selected a 
{
	background: url("images/dn_bttn1.png") -10px -1px no-repeat #91101d;
	padding: 3px 8px 3px 8px;
	border: 0;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	float: left;
	text-decoration: none;
	margin-right: 2px;
	border: 0;
}

.paging .pagenumber .comment {
	font-size: 100%;
}



/*
 * 
 * Website forms to submit 
 * 
 */



.form {
	padding: 10px 15px 10px 15px;
	background: #d4ac55;
	border: 1px solid #c09d49;
	border-top: 0;
}

.form-title {
	border: 1px solid #c09d49;
	margin-top: 20px;
	background: #dcbb6c;
	padding: 5px 0px 5px 15px;
	overflow: hidden;
	font-weight: bold;
	color: #ffffff;
}

.form-entry {
	clear: both;
	padding-bottom: 10px;
}

.form-entry.last {
	padding-bottom: 0;
}

.form-entry .form-entry-title {
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 10px;
	padding-bottom: 10px;
}



/*
 * 
 * qTip Modifications so our content looks good here too 
 * 
 */



.qtip .form {
	padding: 5px;
	background: transparent;
	color: #000000;
}

.qtip .form-title {
	margin: 0;
	padding: 5px;
	background: transparent;
	color: #000000;
}

.qtip .form-entry-title {
	width: auto;
	float: none;
	text-align: left;
	padding-bottom: 3px;
}

.qtip .tooltip {
	margin: 0;
}

.qtip input.button {
	background-color: #0a222c;
}



/*
 * 
 * Posts 
 * 
 */



.post {
	margin-bottom: 20px;
}

.post .post-links a {
	display: block;
	padding: 5px 0px 5px 20px;
	background: url("http://server.digra.ro/icons/16/link.png") 0px 50% no-repeat;
	float: left;
	margin-right: 10px;
}

.post .post-links a.back {
	background-image: url("http://server.digra.ro/icons/16/doc_page_previous.png");
}

.post .post-links a.read-more {
	background-image: url("http://server.digra.ro/icons/16/doc_text_image.png");
}

.post .post-links a.comments {
	background-image: url("http://server.digra.ro/icons/16/comment.png");
}

.post .post-links a.gallery {
	background-image: url("http://server.digra.ro/icons/16/images.png");
}

.post.one .post-title {
	font-size: 120%;
}

.post .post-details {
	margin-top: 5px;
}

.post .post-dates {
}

.post .post-content {
}

.post .post-content.one {
}

.post .post-pictures {
	margin: 0 0 0px 15px;
	float: right;
}

.post.one .post-pictures {
	margin: 0 10px 0px 0;
	float: left;
}

.post.last .separator.bottom,
.post.last .spacer.bottom
{
	display: none;
}



/*
 * 
 * Lightbox for pictures preview
 * 
 */
 
 
 
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { 
	border: none; 
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { 
	padding: 10px; 
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	background: url("http://server.digra.ro/icons/32/ajax-loader.gif") no-repeat 50% 50%;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { 
	left: 0; 
}

#lightbox-nav a { 
	outline: none;
}

#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	overflow: hidden;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}
	
#lightbox-image-details-caption { 
	font-weight: bold; 
}

#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}

#lightbox-secNav-btnClose {
	overflow: hidden;
	width: 32px;
	height: 32px; 
	float: right;
	background: url("http://server.digra.ro/icons/32/emblem-unreadable.png") no-repeat;
	margin-bottom: 9px;
}

#lightbox-secNav-btnDownload {
	overflow: hidden;
	width: 32px;
	height: 32px; 
	float: right;
	background: url("http://server.digra.ro/icons/32/emblem-downloads.png") no-repeat;
	margin-bottom: 9px;
}

#lightbox-nav-btnPrev { 
	background: url("http://server.digra.ro/icons/16/empty.gif") left 15% no-repeat;
}

#lightbox-nav-btnNext { 
	background: url("http://server.digra.ro/icons/16/empty.gif") right 15% no-repeat;
}

#lightbox-nav-btnPrev:hover { 
	background: url("http://server.digra.ro/icons/32/prevlabel.gif") left 15% no-repeat;
}

#lightbox-nav-btnNext:hover { 
	background: url("http://server.digra.ro/icons/32/nextlabel.gif") right 15% no-repeat;
}



/*
 * 
 * ONLY Related to this site
 * 
 */


body {
	background: url("images/dn_bg.jpg") #dec080;
	color: #883726;
}

#top-shadow {
	background: url("images/dn_headshad.png") repeat-x;
}

#website {
	width: 1060px;
	margin: 0 auto;
	align: center;
}

#header {
	height: 150px;
}

#header a {
	display: block;
	width: 703px;
	height: 77px;
	background: url("images/logo.png") no-repeat;
	position: relative;
	top: 50px;
	left: 55px;
}

#side-bar {
	width: 250px;
	margin-top: 63px;
	float: left;
}

#top-menu {
	margin-left: 101px;
}

#top-menu a {
	display: block;
	height: 55px;
	width: 100px;
	float: left;
}

#top-menu a span {
	display: none;
}

#top-menu #menu8 > a {
	background: url("images/dn_un1.png") no-repeat;
	width: 209px;
}

#top-menu #menu8 > a:hover {
	background-position: 0 -55px;
}

#top-menu #menu8.selected > a {
	background-position: 0 -110px;
}

#top-menu #menu9 > a {
	background: url("images/dn_un2.png") no-repeat;
	width: 143px;
}

#top-menu #menu9 > a:hover {
	background-position: 0 -55px;
}

#top-menu #menu9.selected > a {
	background-position: 0 -110px;
}

#left-menu {
	width: 220px;
	position: relative;
	left: 34px;
}

#left-menu .menu a {
	display: block;
	width: 220px;
	height: 46px;
}

#left-menu .menu a span {
	display: none;
}

#left-menu #menu1 > a {
	background: url("images/dn_mb1.png") no-repeat;
}

#left-menu #menu1 > a:hover {
	background-position: 0 -46px;
}

#left-menu #menu1.selected > a {
	background-position: 11px -92px;
}

#left-menu #menu2 > a {
	background: url("images/dn_mb2.png") no-repeat;
}

#left-menu #menu2 > a:hover {
	background-position: 0 -46px;
}

#left-menu #menu2.selected > a {
	background-position: 11px -92px;
}

#left-menu #menu3 > a {
	background: url("images/dn_mb3.png") no-repeat;
}

#left-menu #menu3 > a:hover {
	background-position: 0 -46px;
}

#left-menu #menu3.selected > a {
	background-position: 11px -92px;
}

#left-menu #menu4 > a {
	background: url("images/dn_mb4.png") no-repeat;
}

#left-menu #menu4 > a:hover {
	background-position: 0 -46px;
}

#left-menu #menu4.selected > a {
	background-position: 11px -92px;
}

#left-menu #menu5 > a {
	background: url("images/dn_mb5.png") no-repeat;
}

#left-menu #menu5 > a:hover {
	background-position: 0 -46px;
}

#left-menu #menu5.selected > a {
	background-position: 11px -92px;
}

#left-menu #menu6 > a {
	background: url("images/dn_mb6.png") no-repeat;
}

#left-menu #menu6 > a:hover {
	background-position: 0 -46px;
}

#left-menu #menu6.selected > a {
	background-position: 11px -92px;
}

#left-menu #menu7 > a {
	background: url("images/dn_mb7.png") no-repeat;
}

#left-menu #menu7 > a:hover {
	background-position: 0 -46px;
}

#left-menu #menu7.selected > a {
	background-position: 11px -92px;
}

#left-menu .sub-menu {
	display: none;
}

#left-menu .sub-menu .menu a {
	width: auto;
	height: auto;
	text-align: right;
	margin-right: 30px;
	margin-left: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #883726;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dotted #c5a14d;
}

#left-menu .sub-menu .menu a:hover {
	color: #ffffff;
}

#left-menu .sub-menu .menu.last a {
	border-bottom: 0;
}

#left-menu .sub-menu .menu a span {
	display: inline;
}

#news-box {
	width: 250px;
	position: relative;
	left: 4px;
	margin-top: 20px;
}

#news-box-top {
	background: url("images/dn_hb1.png") no-repeat;
}

#news-box-content {
	padding: 30px 20px 1px 20px;
}

#news-box-bottom {
	background: url("images/dn_hb2.png") 0 100% no-repeat;
	height: 20px;
}

#news-box .box-title {
	font-weight: bold;
	color: #ffffff;
	font-size: 150%;
	margin-bottom: 10px;
}

#news-box .post {
	margin: 0;
	margin-bottom: 10px;
}

#news-box .post-title {
	font-weight: normal;
	font-size: 100%
}

#news-box .post-title a {
	color: #a1101d;
	text-decoration: none;
}

#news-box .post-title a:hover {
	text-decoration: underline;
}

#news-box .separator {
	margin: 5px 0px 0px 0px;
}

#news-box .post-details,
#news-box .post-content,
#news-box .post-links
{
	display: none;
}

#news-box #news-box-view-all {
	text-align: right;
	padding-right: 15px;
	font-weight: bold;
}

#side-bar-right {
	float: left;
	width: 135px;
	position: relative;
	left: -4px;
	top: 60px;
}

#side-bar-right .book-action-links a {
	display: block;
	width: 135px;
	height: 75px;
	background: url("images/dn_maction.png") 0 0 no-repeat;
}

#side-bar-right .book-action-links a:hover {
	background-position: 0 -75px;
}

#side-bar-right .bookart-favorite-books-outer {
	width: 135px;
	padding-bottom: 20px;
	background: url("images/dn_boxrbottom.png") 0 100% no-repeat;
	text-align: center;
}

#side-bar-right .bookart-favorite-books {
	width: 135px;
	background: url("images/dn_boxrtop.png") no-repeat;
}

#side-bar-right .bookart-favorite-books h2 {
	font-size: 110%;
	padding: 20px 20px 0 20px;
}

#side-bar-right .bookart-favorite-books .bookart-favorite-book {
	padding: 0 20px 0 20px;
} 

#side-bar-right .bookart-favorite-books .bookart-favorite-book-title {
	font-size: 80%;
} 

#side-bar-right .bookart-favorite-books .picture {
	margin: 10px 0 0 0;
} 

#side-bar-right .bookart-favorite-books .pictures img {
	width: 89px;
} 

#side-bar-right .bookart-new-books-outer {
	width: 135px;
	padding-bottom: 20px;
	background: url("images/dn_boxrbottom.png") 0 100% no-repeat;
	text-align: center;
}

#side-bar-right .bookart-new-books {
	width: 135px;
	background: url("images/dn_boxrtop.png") no-repeat;
}

#side-bar-right .bookart-new-books h2 {
	font-size: 110%;
	padding: 20px 20px 0 20px;
}

#side-bar-right .bookart-new-books .bookart-new-book {
	padding: 0 20px 0 20px;
} 

#side-bar-right .bookart-new-books .bookart-new-book-title {
	font-size: 80%;
} 

#side-bar-right .bookart-new-books .picture {
	margin: 10px 0 0 0;
} 

#side-bar-right .bookart-new-books .pictures img {
	width: 89px;
} 

#content-bar {
	width: 675px;
	float: left;
}

#content-header {
	height: 55px;
	background: url("images/dn_bhd.png") 0 100% no-repeat;
}

#content-left {
	background: url("images/dn_bshadl.png") repeat-y;
	padding-left: 4px;
}

#content-right {
	background: url("images/dn_bshadr.png") 100% 0 repeat-y;
	padding-right: 4px;
}

#content-top {
	background: url("images/dn_bx1.jpg") no-repeat #d1a951;
}

#content-bottom {
	background: url("images/dn_bx2.jpg") 0 100% no-repeat;
	min-height: 1000px;
	height: auto;
}

#content {
	padding: 10px 20px 10px 20px;
}

#content-footer {
	height: 15px;
	background: url("images/dn_bft.png") no-repeat;
}

.post .post-details {
	display: none;
}

#page-title {
	font-weight: bold;
	font-size: 170%;
	margin-left: 20px;
	padding-top: 10px;
	color: #ffffff;
	margin-bottom: 10px;
}

#footer {
	clear: both;
	color: #5b5754;
	font-size: 80%;
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}

#footer span {
	display: block;
	width: 950px;
	float: right;
}

.writers-list {
	margin-top: 20px;
}

.writers-list a {
	font-weight: bold;
	padding-left: 25px;
	background: url("http://server.digra.ro/icons/16/bookmark.png") 0 4px no-repeat;
	font-size: 140%;
	margin-bottom: 10px;
	margin-left: 20px;
	display: block;
	color: #a1101d;
	text-decoration: none;
}

.writers-list a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.writer .post .pictures {
	float: left;
	margin: 10px 15px 0 0;
}

.writer .post .pictures .picture {
	display: block;
	background: url("images/dn_frame.png") no-repeat;
	width: 202px;
	height: 270px;
	text-align: left;
}

.writer .post .pictures .picture a {
	border: 0;
	position: relative;
	top: 30px;
	left: 30px;
	width: 134px;
	height: 201px;
	overflow: hidden;
	text-align: center;
}

.writer .post .pictures .picture img {
	border: 0;
}

.writer .post .post-content p:first-child {
	background: #dcbb6c;
	border: 3px solid #9a7d3b;
	padding: 5px;
}

.writer .post .post-content a {
	background: url("http://server.digra.ro/icons/16/book.png") 0 1px no-repeat;
	padding-left: 20px;
	text-decoration: none;
	font-size: 110%;
}

.picture-title {
	display: none;
}

.picture-details {
	display: none;
}

.box {
	background: #dcbb6c;
	border: 3px solid #9a7d3b;
	padding: 5px;
}

.post.menu-visszhang .box {
	margin-top: 10px;
}

.post.one.menu-visszhang .box {
	display: none;
}

.post.menu-kapcsolat .post-content img {
	border: 3px solid #eae1c0;
	margin-right: 10px;
	margin-bottom: 10px;
}

.post.menu-konyvesboltok .tooltip {
	margin-top: 10px;
}

.post.menu-konyvesboltok td {
	padding: 10px;
}

.post.menu-konyvesboltok td p {
	padding-left: 10px;
	margin: 10px 0 10px 0;
}

.shopping-category-title,
.shopping-category,
.shopping-newest-items-title,
.shopping-item-details
{
	display: none; 
}

.shopping-item.one {
	background: url("images/dn_konyv.png") no-repeat;
	width: 308px;
	height: 206px;
	float: left;
}

.shopping-item.one .shopping-item-title {
	margin: 20px 20px 0 20px;
}

.shopping-item.one .shopping-item-content {
	margin-left: 20px;
	margin-right: 20px;
}

.shopping-item.one .pictures {
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

.shopping-item.one .shopping-item-pictures .picture-title,
.shopping-item.one .shopping-item-pictures .picture-details
{
	display: none;
}

.shopping-item.one .shopping-item-pictures .picture a {
	float: left;
}

.shopping-item.one .shopping-item-pictures .picture img {
	width: 60px;
}

.shopping-item.one .shopping-item-add-to-cart {
	clear: both;
	float: right;
	margin-right: 20px;
	position: relative;
	top: -15px;
}

.shopping-item.one .shopping-item-links {
	margin-left: 20px;
}

.shopping-item.one .separator {
	display: none;
}

.shopping-item.selected {
	background: #dcbb6c;
	border: 3px solid #9a7d3b;
	padding: 15px;
	margin: 1px 0px 5px 0px;
}

.shopping-item.selected .shopping-item-title {
	font-size: 150%;
	color: #a1101d;
}

.shopping-item.one .shopping-item-quantity-picker,
.shopping-item.one .shopping-item-price
{
	display: none;
}


/*
 * 
 * IE Fixes if needed
 * 
 */



* html #content-bottom {
	height: 1000px;
}