/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, li,
dl, dt, dd,
table, th, tr, td,
h1, h2, h3, h4, h5, h6
a
{
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 100%;
}
body {
	font-size: 12px;
	background: #f3f3f3;
	color: #1c1c1c;
}
img {
	border: none;
}
p {
	margin-bottom: 1em;
}
a {
	color: #1052a1;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul li {
	margin-left: 20px;
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
	height: 1%;
}

a.more {
	background: url('/dsg/icon_more.gif') no-repeat 0 0;
	color: #1052a1;
	font-size: 80%;
	font-weight: bold;
	padding-left: 15px;
}


/* from builder */
form input.button {
	display: block;
	background: #4a4d50;
	color: #fff;
	border: 1px solid #bbb4b4;
	font-size: 90%;
	padding: 0 2px;
}
form ul.submits {
	list-style-type: none;
}
form ul.submits li {
	margin: 0;
}
