/* CSS Courtains SP1 */

body {
	margin:0;
	background:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333:
	}

div#head {
	margin:0;
	padding:0;
	width:100%;
	height:170px;
	background-image:url(../img/bg_head.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	}

div#headRight {
	width:100%;
	height:170px;
	background-image:url(../img/bg_head_right.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	}

div#headLeft {
	width:100%;
	height:170px;
	background-image:url(../img/bg_head_left.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
	}

div#headLeft img.title {
	border:0;
	margin:25px auto 22px auto;
	}

div#headLeft div {
	width:100%;
	height:25px;
	text-align:center;
	}

div#headLeft ul {
	padding:0;
	margin:0;
	color:#FFFFFF;
	}

div#headLeft li {
	list-style-type:none;
	display:inline;
	padding:0;
	}

div#body {
	margin:20px auto;
	width:750px;
	}

div#body div.leftHome {
	float:left;
	width:430px;
	}

div#body div.rightHome {
	float:left;
	width:220px;
	margin:0px 5px;
	_margin:8px 5px;
	font-size:11px;
	}
div#body div.rightHome p{
	_margin:0;
	_padding:4px 0;
	}

ul.green, ul.blue {
	margin:0;
	padding:0;
	list-style:none;
	}

ul.green li, ul.blue li{
	background-position:left center;
	background-repeat:no-repeat;
	}
ul.green li{
	padding-left:16px;
	background-image:url(../img/list_puscica.gif);
	}
ul.blue li{
	padding-left:10px;
	background-image:url(../img/list_puscica_blue.gif);
	}
ul.blue li a{
	color:#0066CC;
	text-decoration:none;
	}
ul.blue li a:hover{
	text-decoration:underline;
	}

div#foot {
	clear:both;
	width:100%;
	font-size:10px;
	color:#666;
	text-align:center;
	padding-top:50px;
	}

div#foot a {
	color:#0066CC;
	text-decoration:none;
	}

div#foot a:hover {
	text-decoration:underline;
	}

div.titleHolder {
	float:left;
	width:530px;
	text-align:left;
	vertical-align:top;
	height:80px;
	}

div.left {
	float:left;
	width:160px;
	font-size:11px;
	color:#666;
	clear:none;
	}

div.left div.l{
	float:right;
	width:160px;
	}
div.right {
	float:left;
	width:220px;
	_width:220px;
	
	/*background-image:url(../img/bg_green_dot.gif);
	background-position:left top;
	background-repeat:repeat-y;*/
	clear:none;
	}

div.right img {
	margin-left:5px;
	}

div.right div {
	margin:0 0 0 20px;
	font-size:11px;
	}

div.right div img {
	margin:0;
	}

div.center {
	float:left;
	width:360px;
	color:#333;
	/*background-image:url(../img/bg_green_dot.gif);background-position:right top;background-repeat:repeat-y;*/
	}

div.center a {
	color:#0066CC;
	text-decoration:none;
/*	font-weight:bold;*/
	}

div.center a:hover {
	text-decoration:underline;
	}

table.stevilke {	
	font-size:11px;
	color:#666;
	}

table.stevilke td {
	vertical-align:top;
	text-align:left;
	padding-bottom:7px;
	}

label {
	font-size:11px;
	}

input, select, option {
	font-family:Arial, Helvetica, sans-serif;
	}

input.input, select.input {
	font-size:12px;
	margin:0;
	}

input.input {
	width:310px;
	_width:314px;
	padding:2px;
	}

select.input {
	width:318px;
	_width:322px;
	}

input.submit {
	width:60px;
	height:25px;
	background-image:url(../img/order_btn.gif);
	background-position:center center;
	background-repeat:no-repeat;
	border:0;
	}

div.inputText {
	font-size:12px;
	margin:2px 0 5px 0;
	padding:0px;
	text-align:left;
	border:solid 1px #FFF;
	}

div.error { border:solid 1px #F00;}
