/**************************************************************
Housefeel (c) Dalibor Krejic
StyleShit ? :-P
**************************************************************/

* {
  font-family: Trebuchet MS;
  font-size: 11px;
  color: #1d1d1d;
}

html, body {
  margin: 0px;
  padding: 0px;
  background: url(/@engine/@images/bg.jpg) repeat-x top center #fff;
}

a, a:visited {
	color: #b42b15;
  text-decoration: none;
  outline: none;
}

.clear {
  clear: both;
}

ul, li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

input, textarea {
	background-color: #f8f8f8;
	border: 1px solid #cecece;
	padding: 5px;
	font-size: 130%;
}

input:focus {
	background: white;
}

#container {
	width: 877px;
	margin: 0 auto;
	background: url(/@engine/@images/ruby.si.jpg) no-repeat top center;
}

#header {
	height: 55px;
}

#header .links {
	float: right;
}

#header .links a {
	display: block;
	color: white;
	font-size: 13px;
	float: left;
	font-size: 130%;
	padding: 18px 0px;
	width: 123px;
	text-align: center;
}

#header .links a:hover, #header .links .active {
	background: url(/@engine/@images/link_top_bg.jpg) no-repeat top left;
}

#header_ruby_logo {
	height: 100px;
}

#content {
	height: 450px;
}

#content_left {
	width: 202px;
	float: left;
}

#content_left .links {
	margin-top: 75px;
}

#content_left .links a {
	display: block;
	float: right;
	clear: right;
	width: 185px;
	margin-bottom: 5px;
	padding: 6px 0px;
}

#content_left .links a span, #content_left .links .active span {
	padding: 0px 5px;
	font-size: 170%;
}

#content_left .links .active span {
	color: white;
}

#content_left .links a:hover span {
	color: #1d1d1d;
}

#content_left .links a:hover {
	color: #1d1d1d;
	background: url(/@engine/@images/left_links_hover.jpg) no-repeat top left;
}

#content_left .links .active {
	background: url(/@engine/@images/left_links_active.jpg) no-repeat top left;
	color: white;
}

#content_right {
	width: 570px;	
	float: left;
}

#content_right ul li  {
	font-size: 130%;
}

#content_right .content ul li a {
	font-size: 110%;
	color: #b42b15;
}

#content_right .content ul li a:hover {
	color: #1d1d1d1;
}

.naslov {
	background: url(/@engine/@images/naslov.jpg) no-repeat center left;
	font-size: 170%;
	color: #b42b15;
	margin: 22px 0px 10px 10px;
	padding: 10px 15px 10px 35px;
}

.content {
	margin: 0px 0px 0px 45px;
	_height: 350px;
	min-height: 350px;
}

.content p, .content p a {
	font-size: 110%;
}

.error {
	color: #3579be;
}

.content table { 
	border-collapse: collapse;
	width: 500px;
}

.content table tr td, .content table tr th {
	padding: 5px;
	font-size: 130%;
	border-bottom: 1px solid #efefef;
}

.content table tr th {
	width: 300px;
	font-weight: bold;
	text-align: left;
}

.content h1, .content h2  {
	font-size: 130%;
	color: black;
}

.content h2 {
	font-size: 110%;
	border-bottom: 1px solid #cecece;
}

.content strong {
	font-size: 105%;
	color: #b42b15;
}

.additional {
	text-align: left;
	background: #b42b15;
	color: white;
	padding: 5px;
	font-size: 130%;
}

.yes {
	height: 16px;
	background: url(/@engine/@images/check.png) no-repeat center left;
	margin-left: 15px;
}

.button {
	width: 214px;
	height: 54px;
	background: url(/@engine/@images/button.jpg) no-repeat top left;
}

.button span {
	display: block;
	text-align: center;
	font-size: 170%;
	padding: 16px 0px;
	color: white;
}

#footer {
	margin: 20px 0px;
	padding: 5px 0px 15px 0px;
	text-align: center;
	border-top: 3px solid #b42b15;
}