/* CSS Document */

/*******************************************************
	Title:		VEK - 92
	Author:		mARTin Design
	Year:		2009
	
	Stylesheet:	GLOBAL
	
	LIST OF CONTENTS:
	-----------------
		= COMMON
*******************************************************/





/* ******************************************* COMMON */

a {
	text-decoration:none;
	background:url(../images/dot.gif) center bottom repeat-x;
	outline:none;
	color:#C00;
}

a:hover {
	text-decoration:none;
	background:none;
}

h4 {
	font:small-caps bold 1.6em Arial, Helvetica, sans-serif;
	text-align:center;
}

h5 {
	font:italic normal 1.2em Arial, Helvetica, sans-serif;
	color:#990000;
}

h4.page_title {
	width:715px;
	height:43px;
	text-indent:-9999px;
	margin-left:17px;
}

div.box_title {
	font-size:1.17em;
	font-style:italic;
	color:#990000;
}

div.field {
	overflow:hidden;
}

div.field_left_part {
	width:6px;
	height:23px;
	background:url(../images/field_left_part.png) 0 0 no-repeat;
	float:left;
}

div.field_right_part {
	width:6px;
	height:23px;
	background:url(../images/field_right_part.png) 0 0 no-repeat;
	float:left;
}

	div.field input {
		width:180px;
		height:19px;
		background:url(../images/field_background.png) center center repeat-x;
		border:0px;
		float:left;
		padding-top:4px;
		font:normal 1.1em Arial, Helvetica, sans-serif;
	}

div.btn_left_part {
	width:5px;
	height:23px;
	background:url(../images/btn_left_part.png) 0 0 no-repeat;
	float:left;
}

div.btn_right_part {
	width:5px;
	height:23px;
	background:url(../images/btn_right_part.png) 0 0 no-repeat;
	float:left;
}

div.btn {
	cursor:pointer;
}

	div.btn input {
		height:23px;
		background:url(../images/btn_background.png) center center repeat-x;
		border:0px;
		float:left;
		padding:0 20px 1px 20px;
		font:bold 1.1em Arial, Helvetica, sans-serif;
		text-transform:uppercase;
		color:#FFFFFF;
		outline-style:none;
		cursor:pointer;
	}
	
	div.btn input:hover {
		color:#E7D6B4;
	}

.clearfix {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

div.tyxo {
	display: none;
}

ul.seo_link {
	position: absolute;
	z-index: -1;
}

ul.seo_link,
ul.seo_link li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.seo_link li a {
	float: left;
	text-indent: -9999px;
}