body, form {
	margin: 0px 0px 0px 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    color: #363636;
}

body {
	background-image: url(/dsg/bg.jpg);
}

.page {
	width: 100%;
}

a {
	color: #6D6243;
	background-color: #ECEADE;
}

a:hover {
	background-color: transparent;
}

p {
	margin-top: 10px;
	margin-bottom: 10px;
}

hr {
	height: 1px;
	color: #E6C658;
}

input, textarea {
	border: 1px solid #999;
	background-image: url(/dsg/bg.jpg);
}

.text {
	width: 300px;
}

.radio {
	border: 0px;
	background-image: none;
}

.button {
	cursor: pointer;
}

.error {
	color: #BDA03B;
	font-weight: bold;
}

/* titles */

h1 {
	color: #FFF7DB;
	font-size: 32px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #363636;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;
}

.small {
	font-size: 9px;
}

form tr.hidden {
	display: none;
}


td.content table td {
	padding: 2px 5px;
}

/* line breaks */

td.topLine {
	color: #FFF7DB;
	height: 10px;
	text-align: right;
	padding: 5px;
	background-color: #000000;
	border-bottom: 1px solid #FFF7DB;
}

td.topLineEmpty {
	height: 10px;
	background-color: #000000;
	border-bottom: 1px solid #FFF7DB;
	border-left: 1px solid #FFF7DB;
}

td.bottomLine {
	height: 10px;
	border-bottom: 1px solid #FFF7DB;
	border-top: 1px solid #FFF7DB;
	background-color: #000000;
}

td.bottomLineEmpty {
	height: 10px;
	border-bottom: 1px solid #FFF7DB;
	border-top: 1px solid #FFF7DB;
	border-left: 1px solid #FFF7DB;
	background-color: #000000;
}

td.contentLine {
	height: 10px;
	border-top: 1px solid #FFF7DB;
	background-color: #592D00;
}

td.contentLineEmpty {
	height: 10px;
	border-top: 1px solid #FFF7DB;
	background-color: #592D00;
	border-left: 1px solid #FFF7DB;
}

/* top menu */
#logo a {
	background-color: transparent;
}
td.topMenu {
	background-color: #0B0500;
}

td.topMenuItem,
td.topMenuItemHover {
	background-image: url(/dsg/top_menu3.jpg);
	cursor: pointer;
	width: 73px;
	border-left: 1px solid #FFF7DB;
	padding: 5px;
	line-height: 15px;
}
td.topMenuItem div, 
td.topMenuItemHover div {
	padding: 20px 0 7px 0;
}

td.topMenuItemHover {
	background-image: url(/dsg/top_menu3_hover.jpg);
}

a.topMenu {
	font-weight: bold;
	color: #FFF7DB;
	text-decoration: none;
	background-color: transparent;
}

td.topMenuEmpty {
	background-color: #0B0500;
	border-left: 1px solid #FFF7DB;
}

/* title bar */

td.pageTitle {
	background-image: url(/dsg/content_logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	background-color: #6D6243;
	text-align: right;
	padding: 16px 10px 16px 0;
}

td.pageTitleEmpty {
	background-color: #6D6243;
	border-left: 1px solid #FFF7DB;
}

/* search */
#search {
	float: left;
	margin: 2px 0 0 0px;
}
#search .text {
	width: 138px;
}
#search .submit {
	font-weight: bold;
	background: url(/dsg/content_logo.jpg)  -151px -25px;
	color: #fff;
}
#search div {
	padding: 6px;
}

/* main menu */

td.menu {
	width: 200px;
}
td.menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
td.menu li {
	border-top: 1px solid #ffffff;
	cursor: pointer;
	background-color: #ECEADE;
	position: relative;
	height: 100%;
}
td.menu li.hover {
	background-color: #FFF7DB;
}
td.menu li li {
	background-color: #FFF7DB;	
}
td.menu li li.hover {
	background-color: #fdedb5;	
}

td.menu a {
	color: #363636;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 15px;
	background: url(/dsg/arrow.gif) no-repeat 5px 7px;
	display: block;
}
td.menu li ul {
	display: none;
	position: absolute;
	top: -2px;
	width: 200px;
	margin-left: 200px;
	border: 1px solid #bababa;
}

/* content */

td.content {
	height: 280px;
	padding: 10px;
	border-left: 1px solid #BABABA;
	border-bottom: 10px solid #592D00;
}

td.contentEmpty {
	border-bottom: 10px solid #592D00;
}


/* article list */

img.thumb {
	border: 1px solid #000000;
}

td.articleList {
	background-color: #ECEADE;
	padding: 5px;
}

td.articleBottomLine {
	background-color: #592D00;
}


table.pickUp {
	cursor: pointer;
	border: 1px solid #ECEADE;
}

table.pickUpHover {
	cursor: pointer;
	border: 1px solid #ffffff;
	cursor: pointer;
	background-color: #FFF7DB;
}

span.actionPrize {
	color: #6D6243;
	background-color: #FFF7DB;
}

a.pickUp {
	background-color: transparent;
}	

/* search */

td.search {
	background-color: #6D6243;
	color: #ECEADE;
	padding: 5px;
}

/* basket */

td.basketTop {
	background-color: #6D6243;
	color: #ECEADE;
	padding: 5px;
	font-weight: bold;
}

td.basket {
	color: #6D6243;
	background-color: #ECEADE;
	padding: 5px;
}

/* order */

td.form {
	color: #6D6243;
	background-color: #ECEADE;
	padding: 5px;
}

