body {
	background-color: silver;
	background-color: #191919;
	margin: 0;
	font-size: 12px;
	font-family: arial, helvetica, clean, sans-serif;

}

#maincontainer {
	width: 60%;
	width: 750px;
	width: 100%;
}

#header {
	background: #06b;
	background: #fff;
	padding: 5px;
	margin-bottom: 5px;
}

#header #mainlogo {
	border: 0;
	float: left;
}

#header .headertext {
	/*
	background: url(/images/9812_logo.jpg) top left no-repeat;
	padding-left: 200px;
	min-height: 110px;
	*/
	font-size: 300%;
	margin: 0px;
	padding: 30px 0 0 15px;
	display: block;
	float: left;
	color: #fde717;
}

#header .headertext p {
	 font-size: 16px; color: black;
}

#header .headertext a {
	color: #000;
}

#footer {
	text-align: left;
	padding: 0;
	margin: 20px 8px 8px;
	color: #656565;
	border-top: 1px solid #656565;
}

#footer p {
	margin: 0;
	padding: 5px 0;
}

label {
	display: block;
	color: #656565;
	/* pił chiaro */
	color: #BFBFBF;
	float: left;
	width: 200px;
	clear: left;
	padding-left: 5px;
	font-weight: bold;
	vertical-align: middle;
}

form p {
	clear: both;
	padding: 10px;
}

input, textarea, select {
	border: 0;
	font-size: 13px;
}

input, textarea, select {
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: arial, helvetica, clean, sans-serif;
}

.disab {
	background-color: #DFDFDF; 
	color: #343434;
}

.checkbox {
	margin-left: 0px;
}

.button {
	cursor: pointer;
	padding: 2px 10px;
	padding-bottom: 2px;
	display: inline;
	font-weight: bold;
	font-size: 11px;
	border: 0;
	color: white;
}

.red {
	background-color: red;
}

.reddish {
	background-color: #cd3301;
}

.stdpara {
	text-align: center;
	padding: 5px;
}

.stdpara a {
	color: white;
}

.preform {
	font-size: 16px;
	color: #656565;
	margin-top: 10px;
	padding-left: 20px;
}

.greypara {
	color: #656565;
	/* pił chiaro */
	color: #BFBFBF;
	margin-right: 8px;
}

.blue {
	background-color: #3266cc;
}

.green {
	background-color: green;
}

.yellow {
	background-color: #fde717;
}

.grey {
	background-color: #343434;
}

.darkgrey, .darkgrey a {
	color: #2a2a2a;
	color: #191919;
	/* pił chiaro */
	color: #606060;
}

#loginform .lightgrey a {
	color: #656565;
}

.black {
	background-color: #191919;
	color: red;
}

.disabled {
	background-color: #2b2c30;
	color: #343434;
}

#profileform {
	color: #FFF;
}

#profileform a {
	color: green;
}

#profileform p {
	margin: 10px;
	padding: 0;
}

.fieldset {
	margin-top: 10px;
	padding-top: 30px;
	border: 1px solid #06b;
	border: 0;
	background-color: #343434;
	position:relative;
}

.legend {
	font-weight: bold;
	font-size: 16px;
	color: #fde717;
	top: 0;
}

#profileform .fieldset {
	position:static;
	padding: 20px 15px;
}

#profileform .legend {
	border-bottom: 1px solid #191919;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#profileform legend span {
	display:block;
	position:absolute;
	top:-20px;
	left:0px;
}

input, textarea, select {
	margin-bottom: 10px;
}

input.submit, #profileform .submit {
	clear: both;
	margin-left: 45%;
}

#profileform .submitwrapper {
	 padding: 0; padding-left: 10px; background: url(/images/submit_bkg.gif) center repeat-x; margin-left: 20px; margin-top: 10px; 
}

#profileform .submitwrapper .subwrapper {
 	background-color: #191919; float: right; padding: 2px;
}

#profileform .submitwrapper .button {
	 margin: 0;
	 display: inline; margin-left: 8px;
}

#profileform .submit {
	background-color: #3266cc;
	color: #FFF;
	border: 0;
	padding-top: 4px;
	padding-bottom: 4px;
}

#profileform input.txt, #profileform textarea  {
	width: 320px;
}

#profileform input.short {
	width: 155px;
}

.intro {
	float: right;
	padding: 10px;
	font-size: 18px;
	width: 25%;
	color: #606060;
}

#wrapper {
	width: 75%;
	width: 1024px;
	margin: 0 8px;
}

#content {
	float: left;
	display: block;
	width: 70%;
	margin: 0;
}

#profileform label {
	width: 140px;
}

#profileform input, #profileform select, #profileform label, #profileform textarea {
	/*font-size: 12px;*/
}

#profileform textarea {
	/*font-family: arial, helvetica, clean, sans-serif;*/
}

form#actform, form#regform, form#searchform {
	display: block;
	background-color: #fde717;
}

form#actform label, form#searchform label {
	color: #5F61FF;
	width: 80px;
	padding-left: 15px;
}

form#actform input.txt {
	width: 100px;
	margin: 0 10px 10px 10px;
	clear: none;
}

form#regform label {
	color: #5F61FF;
	width: 200px;
	padding-left: 15px;
}

form#regform input.txt {
	width: 250px;
	margin: 0 10px 10px 10px;
	clear: none;
}

form#actform .title, form#regform .title, form#searchform .title  {
	color: white;
	padding: 10px 0 5px 20px;
	background: transparent url(/images/yellow_gradient.gif) top left repeat-x;
	font-weight: bold;
	font-size: 14px;
}

.title .first, .title .first {
	font-size: 22px;
}

form#loginform {
	display: block;
	background-color: #343434;
}

form#loginform label {
	width: 80px;
	padding-left: 15px;
}

form#loginform input.txt {
	margin-right: 10px;
	margin: 0 10px 10px 10px;
	width: 220px;
}

form#loginform .title {
	color: #fde717;
	padding: 10px 0 5px 20px;
	background: transparent url(/images/grey_gradient2.gif) top left repeat-x;
	font-weight: bold;
	font-size: 14px;
}

#loginform p a {
	color: #191919;
}

#Msg {
	font-weight: bold;
	font-size: 15px;
	color: red;
	padding: 10px;
}

.pagination {
	margin: 10px 0;
	padding: 0 10px;
}

.pagination a {
	padding-right: 3px;
	color: #3266CC;
}

form#searchform {
	margin: 10px 0 0 0;
	padding: 0;
}

form#searchform label {
	float: none;
	display: inline;
	color: #5F61FF;
	vertical-align: top;
	padding-left: 15px;
	width: 80px;
}

form#searchform input.txt {
	float: none;
	display: inline;
	width: 200px;
	margin-bottom: 10px;
	margin-left: 15px;
	vertical-align: top;
}

form#searchform select {
	vertical-align:top; font-size: 12px;
	margin-left: 20px;
}

form#searchform .button {
	margin-left: 20px;
}

form#searchform {
	display: block;
}

#topmenu {
	margin: 0;
	padding: 80px 15px 0;
	display: block;
	clear: right;
	float: right;
	text-align: right;
}

#topmenu a {
	color: white;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#results {
	background-color: white;
}

.results {
	background-color: white;
	color: gray;
	padding: 5px 15px;
}

#results #Msg {
	color: gray;
	font-weight: normal;
	margin: 0;
}

.results .sub {
	padding: 5px 15px;
}

.results .companydetails {
	background: transparent url(/images/grey_gradient3.gif) top left repeat-x;
	border: 1px solid gray;
	padding: 2px 5px;
	margin-bottom: 5px;
}

.results .promotions {
	background: transparent url(/images/yellow_gradient2.gif) top left repeat-x;
	border: 1px solid #FFCC00;
	position: relative;
}

.results .promotions .subtitle {
	background-color: transparent;
}

.indent p {
	margin-left: 35px;
}

.results .title {
	border-top: 1px solid #E0DCD9;
	background-color: #EFEFEF;
	padding: 8px;
	margin: 0;
	position: relative;
}

.companydetails .title {
	border-top: 0;
}

.linguetta_ie6 {
	position: absolute;
	top: -35px;
	right: 35px;
}

.linguetta {
	position: absolute;
	top: 0px;
	right: 0px;	
}

.results .companydetails .title {
	background-color: transparent;
}


.results .title, .results .title a {
	font-size: 18px;
	color: #3266CC;
}

.results .title a:hover {
	text-decoration: underline;
}

.results .subtitle {
	background-color: #EFEFEF;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
}

.results .subtitle2 {
	background-color: transparent;
	font-weight: bold;
	font-size: 14px;
	padding-left: 20px;
	color: #3266CC;
}


.results a, .results .sub a, .results .companydetails a {
	color: #3266CC;
	
}

#advcolumn {
	background-color: white;
	padding: 15px;
	left: 550px;
	top: 180px;
	width: 150px;
	position: absolute;
}


#secmenu {
	padding:12px 0;
}

#secmenu a {
	background: transparent url(/images/grey_gradient.gif) top left repeat-x;
	padding: 5px 20px;
	color: #888;
}

#secmenu a:hover, #secmenu a.active {
	color: #fde717;
	text-decoration: none;
}

form table {
	font-size: 12px;
	color: #656565;
	/* pił chiaro */
	color: #BFBFBF;
}

.azul {
	color: #06b;
	font-weight: bold;
}
