@charset "UTF-8";
body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px 15px;
	border-style: none;
	background: #FFF;
}
div {
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: static;
}
img {
	border-style: none;
}
p {
	text-align: justify;
	margin: 0px;
	padding: 15px 0px 0px;
	line-height: 140%;
}
ul {
	margin: 0px;
	padding: 15px 0px 0px 30px;
}
li {
	line-height: 140%;
	list-style: disc;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #A20C11;
	margin: 0px;
	padding: 15px 0px 0px;
}
h2 {
	color: #A20C11;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
input, select, textarea {
	font: 12px Arial, Helvetica, sans-serif;
}
table {
	font-size: 12px;
	border-style: none;
	margin: 15px 0px 0px;
	padding: 0px;
	width: 100%;
}
td {
	margin: 0px;
	padding: 2px;
	text-align: left;
}
th {
	font-weight: bold;
	padding: 4px 2px;
	background: #DCDDDE;
}
a, a:Hover {
	font-weight: bold;
	color: #A20C11;
	text-decoration: none;
}
a:Hover {
	color: #333;
}
#mother {
	width: 750px;
	margin: 0px auto;
}
#header {
	font-size: 18px;
	color: #FFF;
	background: #A20C11 url(./images/bg-header.png) repeat-x;
	border: 1px solid #C14B50;
	text-align: center;
	padding: 5px 0px;
}
#content {
	padding: 0px 15px 15px;
	border-right: 1px solid #DBDCDD;
	border-left: 1px solid #DBDCDD;
	background: url(./images/bg-content.png) repeat-x;
}
#left {
	margin: 0px 15px 0px 0px;
	float: left;
	width: 120px;
	background: url(./images/bg-left.png) no-repeat right 15px;
	min-height: 400px;
}
#menu {
	padding: 15px 0px 0px;
}
#menu li {
	line-height: normal;
	display: inline;
	list-style: none;
}
#menu li a, #menu li a:Hover {
	display: block;
	padding: 1px 0px;
	color: #666;
	font-weight: normal;
}
#menu li a:Hover {
	color: #A20C11;
}
#middle {
	margin: 0px 15px 0px 0px;
	float: left;
	width: 330px;
}
.menu {
	border-bottom: 1px solid #DCDDDE;
}
.order {
	font-size: 11px;
	font-weight: bold;
	color: #A20C11;
	background: url(./images/car.png) no-repeat center top;
	display: block;
	padding: 15px 0px 0px;
	text-align: center;
}
#right {
	float: left;
	width: 238px;
	padding: 5px 0px 0px;
}
#help, #help:Hover {
	background: url(./images/icon-help.png) no-repeat right 5px;
	display: block;
	padding: 8px 25px 15px 0px;
	color: #999;
	text-decoration: none;
	text-align: right;
}
#help:Hover {
	color: #A20C11;
}
.status {
	padding: 10px 0px 10px 35px;
}
#active {
	
}
#deactive {
}

.act1on
{
	color: #37cf00;
	font-weight: bold;
	background: url(./images/active.png) no-repeat left 5px;
}
.inact2on
{
	color: #ff0f18;
	font-weight:bold;
	background: url(./images/inactive.png) no-repeat left 5px;
}
.act1off
{
	background: url(./images/deactive.png) no-repeat left 5px;
	color: #666;
}

#order {
	margin: 3px 0px 0px;
	padding: 4px;
	background: url(./images/bg-content.png) repeat-x;
	border: 1px solid #DBDCDD;
}
#order table {
	color: #666;
	margin: 0px;
}
#order table th {
	background: url(none);
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #999;
}
.finalPrice td {
	font-size: 13px;
	border-top: 1px solid #DBDCDD;
}
#address {
	margin: 3px 0px 0px;
	padding: 4px;
	border: 1px solid #DBDCDD;
}
#address table {
	color: #666;
	margin: 0px;
}
.orderForm {
	border: 1px solid #DCDDDE;
	width: 143px;
}
.orderFormInactive {
	border: 1px solid #EDEEEF;
	background-color: #EEEEEE;
	width: 143px;
}
.oblInfo {
	font-size: 10px;
	color: #999;
	text-align: left;
	padding: 7px 0px 0px;
}
.obl {
	background: url(./images/star.png) no-repeat right top;
}
.oblobl {
	background: url(./images/starstar.png) no-repeat right top;
}
.obloblinactive {
	background: url(./images/starstarinactive.png) no-repeat right top;
}
.button {
	background: #A20C11 url(./images/bg-buttons.png) repeat-x;
	color: #FFFFFF;
	border-style: none;
	height: 24px;
}
.readonly {
	color: #666;
}
.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}
.red {
	color: #A20C11;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.title2
{
  font-size: 12px;
}
.klikaci
{
cursor: hand; cursor: pointer
}
