/* -------------------------------------------
//
// ITAS CSS
//
// (c) Abacus 2010 , info (at) abacus (dot) hr
//
// 30.07.2010 bvasic
//
//----------------------------------------- */


/*--------------------------------------------
GLAVNI TEMPLATE
---------------------------------------------*/
body {
	margin-top:30px;
	background-color: #FAEFE8;
	font: 10px "Arial";
}

a:link, a:active, a:visited {
	color: #973730;
}

a:hover {
	color: #EA9271;
}
	
#mainDiv {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	border-bottom-width: 1px;
	width: 934px;
	background: url(../img/web-itas.jpg) no-repeat;
	background-color:#FFFFFF;
}

#mainHeader {
	height: 96px;
}

#mainHeader div {
	border: 0px solid;
	top: 35px;
	left: 60px;
	position: relative;
	width: 400px;
	height: 50px;
	font-size: 13px;
	font-weight: bold;
}

#mainMenu {
	height: 43px;
}

#tBody {
	height: 45px;
}

#tBody div {
	border: 0px solid;
	top: 13px;
	left: 5px;
	position: relative;
	width: 626px;
	height: 25px;
	font-weight: bold ;
	color: #7C1313;
}

#mBody {
	width: 100%;
	border: 0px solid;
	position: relative;
	font-weight: bold;	
}

#tableMain {
	border: 1px;
	width: 934px;
}

#mainContent {
	border: 1px solid #E07C57;
	width: 624px;
	vertical-align:top;
	padding:0px;
}

#mainContentList {
	border: 1px solid #E07C57;
	width: 618px;
	vertical-align: top;
	padding-left: 5px;
	padding-top: 5px;
}

#rightContent {
	border: 1px solid #E07C57;
	border-top-width: 0px;
	padding: 75px 5px 5px 5px;
	vertical-align:top;
}

#leftcontentDiv {
   width: 618px;
	border: 1px solid;
	border-color: #E07C57;
	position: relative;
	font-size: 12px;
}

#rightcontentDiv {
   width: 200px;
	border: 1px solid;
	position: relative;
	font-size: 12px;
}
div.title{
	height: 25px;
	background: url(../img/title-bg.gif) repeat-x;
	padding:5px 0px 0px 5px;
	font-weight:bold;
	font-size:12px;
}
div.artDetContainer{
	padding:5px;
}

/*--------------------------------
// 
// STILOVI TEKSTA
//
//-------------------------------*/

.textTitle {
	padding: 5px;
}

.textSubtitle {
	padding: 5px;
	color: #DF7751;
}

.leftContUp {
	color: #7C1313;
	text-align: center;
}

.ProdName {
	font-size: 14px;
}

.ProdDesc {
	vertical-align: top;
}


.ProdDet {
	text-align: right;
	color: #EA9271;
}

.leftContDown {
	color: #7C1313;
	padding-left: 5px;
}

.uslImg {
	text-align: center;
}

.rightContUp {
	text-align: center;
	border: 1px solid #E07C57;
}

.rightContDown {
	text-align: center;
	border: 1px solid #E07C57;
}

.rightTitle {
	background: url(../img/ticker-title-bg.gif) repeat-x scroll 0 0 transparent;
	height: 23px;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #973730;
}

.rightSubSectUp {
	font: bold 13px sans-serif;
	color: #973730;
}

.rightSubSectDown {
	font: bold 13px sans-serif;
	color: #973730;
	text-align: left;
}

.rightList {
	padding: 10px;
}

.copyRight {
	text-align: right;
	color: #973730;
}

.listItem {
	border: 0px solid;
	width: 606px;
	padding-left: 5px;
	text-align: left;
	color: #973730;
}

.listItemContent {
	vertical-align: top;
}

.listItemTitle {
	font-size: 13px;
	border: 0px solid;
	color: #973730;
}

.listItemDesc {
	font-family: inherit;
	font-size: 10px;
}

.listItemDetails {
	background: #FFCCCC;
}

.listItemCross {
	color: #CC6633;
	font-weight: bold;
}

.listItemLeft {
	width: 100px;
}

.listItemImg {
	text-align: center;
}
/********contact form begin**********/
div.error{
	text-align:center;
	color:red;
}

#contactForm{
	width:100%;
}
#contactForm td{
	text-align:left;
}
#contactForm td.aRight{
	text-align:right;
	padding-right:10px;
	width:30%;
}
#contactForm td.bold{
	font-size:11px
}
#contactForm td.top{
	vertical-align:top;
}
#contactForm td textarea,
#contactForm td input{
	width:230px;
	border:1px solid #E07C57;
	padding:0px 2px 0px 2px;
}
#contactForm td textarea {
	height:150px;
}
#contactForm td input.submitBtn{
	width:75px;
	cursor:pointer;
}
/********contact form end**********/
