body{ font-size: 75%; }

.small,
.language {
	font-size: 85%;
}

div.info li {
	list-style: none;
	background: white url("images/ndash.png") no-repeat 0 11px;
	padding-left: 20px;
	margin-bottom: 0.75em;
}

html, body, input, select, textarea{ font-family: helvetica, univers, arial, sans-serif; }

pre, code{ font-family: monaco, "Courier New", courier, monospace; }

body,
div#productslider a{
	color: black;
}

a{
	color: #555555;
	text-decoration: none;
}
#content .image small a,
#content.box small a{
	color: #555555 !important;
	text-decoration: none;
}

#content .info a,
#content .image small a,
#content.box small a {
	font-weight: 700;
	text-decoration: underline;
}

.image small { width: 350px; display: block; text-align: left; }
img,
a img{ border: 0; }

h1, h2, h3, h4, h5, h6{
	font-size: 1em;
	font-weight: 700;
	line-height: 1.5em;
	margin-bottom: 0;
}

h1{
	margin-bottom: 0.75em;
}

h3, h4{ color: #555555;}

p{
	line-height: 1.5em;
	margin-bottom: 1em;
}

caption{
	padding: 0.5em;
	font-weight: bold;
}

table{
	margin: 0 0 1.5em 0;
	border-spacing: 0;
	border-collapse: collapse;
}

th, td{
	padding: 0 0.5em 0.25em 0.5em;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
}

pre{
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1em;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap; /* HP printers */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
/*	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
}

hr {
	clear: both;
	display: block;
	border-top: 1px dashed #305ca7;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	margin-top: 1em;
	margin-bottom: 1em;
}

ul, ol{
	margin: 0 0 1.5em 3em;
	line-height: 1.5em;
}

blockquote{
	margin: 0 0 1.5em;
	padding: 1em 1em 0.01em;
	border: 1px solid #ccc;
}

dl{
	margin: 0 0 1.5em;
	line-height: 1.5em;
}

dt{
	margin: 1.5em 0 0;
	font-weight: bold;
}

dd{
	margin: 0 0 0 3em;
}
 
form{
	margin: 0;
	padding: 0;
}
 
fieldset{
	margin: 0 0 1.5em;
	border: 1px solid #ccc;
	padding: 1em;
	*padding-top: 0;
}
 
legend{
	font-weight: bold;
	*margin-bottom: 1em;
}
 
input, select, textarea, button{
	font-size: 1em;
	max-width: 100%;
	vertical-align: middle;
	margin: 0;
}
 
textarea{ overflow: auto; }
 
input.button, button{
	padding: 0 .5em;
}
 
textarea,
input.text{
	border-top: 1px solid #777;
	border-left: 1px solid #555;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	margin-bottom: 0.75em;
}

input.text{
	width: 250px;
	padding: 3px;
}

input.button, button{}
input.checkbox{ margin-top: -2px;top: 0; left: 0; border: none; height: 14px; width: 14px; }
input.radio{}
input.file{}

input.required,
input.invalid {
	border-color: red;
	background: #fee;
}
.errors { color: red; margin-bottom: 0.75em; }

.row{clear: both;} .column{float: left;} .half{ width: 49.99%;}

label.checkbox { display: inline; }

.left{ float: left; }
.right{ float: right; }
.clear-left{ clear: left; }
.clear-right{ clear: right; }
.clear{ clear: both; }
.hide{ display: none; }
