@CHARSET "ISO-8859-1";

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

body {
	background:	url("/img/dazzle/bgs/fb-background-dark-light.png") repeat-x 0px 106px;
}

ol,ul {
	list-style-type: square;
	list-style-position: inside;
}

p {
	margin: 15px 0px 15px 0px;	
}

strong {
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #333; }

h1 {
	font-size: 27px;
	margin-bottom: 15px;
	letter-spacing: -0.03em; }

h2 {
	font-size: 21px;
	margin-bottom: 15px; }

h3 {
	font-size: 12px;
	color: #CE332E;
}

a {
	text-decoration: none;
	color: #A70723;
}

a:hover {
	color: #FF4F4F;
}

div.error-message {
	color: red;
}

div#mainContent {
	width: 780px;
	margin: 0px auto 0px auto;
}

div#contentPanel {
	float: left;
	padding: 5px;
	border: 2px solid #EFEFEF;
	background: #EEEEEE;
	margin: 3px;
}

div#wrapper {
	margin: 0px auto 5px auto;
	width: 780px; }

div.article {
	padding: 0px 5px 0px 5px;
	width: 585px;
	background: #EFEFEF;
	float:left;
	border-left: 1px solid #666;
	border-right: 1px solid #666; }

div.article ul {
	list-style: disc;
	list-style-position: inside;
	margin: 5px; }




div.right-box {
	width: 180px;
	float: left;
	padding: 5px 3px 5px 0px;
	margin: 0px;
	background: #ccc; }
	
div.category-header {
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 3px 3px;
	margin: 0px;
	text-align: left;
	display: block; }

ul.list {
	float:left;
	list-style: none;
	list-style-position: inside;
	width: 100%;
	padding:0px;
	margin: 0px;}
	
ul.list li {
	list-style-type: none; 
	list-style-position: inside;}

ul.list li a {
	font-size: 11px;
	display: block; 
	padding: 2px 2px 2px 5px; 
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	color: #333; 
	text-decoration: none; 
	line-height: 1.4; }


ul.list li a:hover, ul.list li.item-selected a { 
	background-color: #A70723;
	margin: 0px 0px 0px 2px;
	color: #fff; }

li.redtick {
	list-style-image: url("/img/dazzle/other/farbyte-tick-4.png");
}

img.featuretick {
	margin: 0px 8px 0px 2px;
}



div.inputField {
	padding: 5px 0px 5px 0px;
}

div.inputField label {
	margin-right:10px;
}

h1#header-title {
	color: #AB0623;
	float: left;
	padding: 7px 5px 0px 15px;
	font-size: 18px;	
}

input.user125x23 {
	font-family: sans-serif;
	font-size:14;
	border: none;
	padding: 3px 8px 5px 5px;
	background: url("/img/dazzle/other/user-input-125x23.png") no-repeat 0px 0px;;
}



