/*

CSS styles

*/


BODY,FORM {
	margin: 0px 0px 0px 0px;

}
body {
	background-color: white;
}

p {
	padding: 0px;
   margin-top:0px;
	margin-bottom: 10px;
}
ul {
   list-style: square;
}
label {
	display:block;
	font-weight: bold;
	margin-bottom:5px;
}

.headerBackground{
	background-image: url('../dsg/headerBackground.jpg');
	height:169px;
}
.headerBackgroundPrint {
   background-image: url(../dsg/bg_headerPrint.gif);
   background-position: top;
   background-repeat: repeat-x;
}
.leftHeaderBorder{
	background-image: url('../dsg/leftHeaderBackground.jpg');
	height:169px;
	width:15px;
}


.rightHeaderBorder{
	background-image: url('../dsg/rightHeaderBackground.jpg');
	height:169px;
	width:15px;
}

.headerColumnBackground{
	background-image: url('../dsg/headerTableBackground.jpg');
	height:169px;
	width:700px;
}

.verticalBorder{
	background-image: url('../dsg/verticalHR.jpg');
	width:20px;
}

.leftPanel {
	background-color: #F7F8F8;
}

/* page */

P,BODY,INPUT {
	font-family: Arial,Helvetica,sans-serif;	
	color: #3E3E3E;
}

.lead {
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #3E3E3E;
   font-weight: bold;
}

.subtitle, .subheadline, .subtitle_nopadding{
	font-weight: bold;
	font-size: 17px;
	font-family: Arial,Helvetica,Arial,sans-serif;
   color: #3E3E3E;
   margin-bottom: 10px;
   padding-top:0px;
}
.subtitle_nopadding{
	margin-bottom: 2px;
}

.subsubtitle,.subSubHeadlineBlue{
	font-weight: normal;
	font-size: 14px;
	font-family: Arial,Helvetica,Arial,sans-serif;
   color: #3E3E3E;   
   margin-top: 0px;
}

.subSubHeadlineBlue {
	font-weight: bold;
}

A {

	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #88A4C5;
}

A:hover {
	text-decoration: none;
}


.infopushTitle{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #88A4C5;
}

.infopushText{
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #3E3E3E;
}

.infopushLink {

	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #88A4C5;
}

.infopushLink:hover {
	text-decoration: none;
}


.loginFormTable{
	background-color: #ECECEC;
	width:140px;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #3E3E3E;
}

.loginFormLink{
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #474848;
}

.loginFormLink:hover{
	color: #88A4C5;
}


.loginFormLinkSelected{
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #88A4C5;
}

.infopushTable{
	background-color: #F7F8F8;
	width:140px;
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #3E3E3E;
}
.infopushText {
	font-size: 11px;
	font-family: Arial,Helvetica,sans-serif;
	color: #3E3E3E;
}

.topMenu {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #3E3E3E;
	text-decoration: none;
}


.subMenu {
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #919191;
	text-decoration:none;	

}

.subMenuSelected{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	color: #88A4C5;
	text-decoration:none;
}

.searchField{
	border: 1px solid black;
	width: 85px;
	
}

.arhivBar,.arhivBarSmaller,.numberNavigate {
   background: #ECECEC;
   color: #3E3E3E;
   padding: 8px;
   width: auto;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
  
}

.arhivBarSmaller {
  font-size: 11px;
  font-weight: normal;
  padding: 0 8px 6px 8px;
}

.arhivBarSmaller a {
   font-size: 11px;
}
.numberNavigate {
   background: transparent;
   text-align: center;
}
/* div with 'more>' link*/
.more {
   width:auto;
   text-align:right;
   padding-bottom:15px;
}

.date {
   font-weight: bold;
   margin-bottom: 5px;
}

/*3 menu level*/

.contentMenu {
   background-color: #ECECEC;
   padding: 10px 5px 10px 10px;
   margin-bottom:20px;
}

.contentMenu  a{
  color:#3E3E3E;
}
.contentMenu {
   color: #88A4C5;
}

.galleries_table {
	font-weight: bold;
	color: #88A4C5;
	font-size: 12px;
}

.galleries_table_link {
	color: #3E3E3E;
	font-size: 12px;
}
.pic_link {
	color: #88A4C5;
	font-size: 10px;
}
.gallery_table {
	padding-top: 0px;
	padding-left: 7px;
	font-size: 10px;
}
.gallery_pic_border {
	padding-top: 1px;
	padding-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	border: 1px solid black;
}
.arrow_padd {
	padding-left: 5px;
	padding-top: 3px;
}

.marked {
   background: #ECECEC;
   font-weight:normal;
}

div.foot {
   padding-top:20px;
   border-top:1px solid #3E3E3E;
   padding-top:5px;
   width:auto;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
}
.error {
	color: red;
}
#filter {
   background-color: #ECECEC;
   padding:10px;
   width: 700px;
   margin-bottom: 26px;
}

.rpn label {
   font-weight: normal;
}

.rpn label input {
   display: block;
   float:left;
   width:14px;
   height: 14px;

}
.rpn label div {  
   margin-left: 16px;
}
#filter select {
   width: 200px;
}
.rpn-table td, .rpn-table th{
   border-bottom: 2px white solid;
   padding:2px 4px 2px 4px;
   font-size:11px;
}

.rpn-table th {
   text-align:center;
    font-size:11px;
    border-bottom: 10px #FFF solid;
}
.rpn-table td {
   text-align:center;
}
td.dark {
   background-color: #CBD8E9;
}
td.vdark {
   background-color: #A0B6D1;
}
td.mdark {
 background-color: #BECDDF;  
}
th.vdark {
   background-color: #88A4C5;
}
th.mdark {
 background-color: #A0B6D1;  
}
td.light {
   background-color: #D4E0ED;
}
th.light {
   background-color: #C3D1E2;
}
th.dark {
   background-color: #AEC3DC;
}



#wrap {margin:0 auto; width:580px; text-align:center; background:#ECECEC; float:left;} 
#order_style {padding:10px; text-align:left;}
#order_style p{padding-top:2px;}
#con1 {display:inline;}
#con2 {display:inline;}

#c-con {width:100%; float:left;}
#c-con ul {padding:0 0 0 20px; margin:0;}
#c-con  li{padding-top:5px;}
#c-con h2 {font-weight:bold; font-size:16px; color:#3E3E3E; padding:5px 0 0 0;}

#c-c1 {padding-top:20px; float:left; width:100%;}
#c-c1 p {float:left; width:100%; padding:10px 0 0 0;}
#c-c1 fieldset {width:537px; border:0.1em; border-style:solid; border-collapse:collapse; border-color:#CCC; padding: 10px; float:left;}

#c-c2 {padding-top:20px; float:left; width:100%;}
#c-c2 p {float:left; width:100%; padding:10px 0 0 0;}
#c-c2 fieldset {width:537px; border:0.1em; border-style:solid; border-collapse:collapse; border-color:#CCC; padding: 10px; float:left;}

#company_name {margin-bottom:10px; float:left; width:345px;}
#company_address {margin-bottom:10px; float:left; width:345px;}
#company_post {margin-bottom:10px; float:left; width:345px;}
#company_city {margin-bottom:10px; float:left; width:345px;}
#company_ddv {margin-bottom:10px; float:left; width:345px;}
#company_contact {margin-bottom:10px; float:left; width:345px;}
#company_phone {margin-bottom:10px;float:left; width:345px;}
#company_email {margin-bottom:10px; float:left; width:345px;}
#personal_name {margin-bottom:10px; float:left; width:345px;}
#personal_address {margin-bottom:10px; float:left; width:345px;}
#personal_post {margin-bottom:10px; float:left; width:345px;}
#personal_city {margin-bottom:10px; float:left; width:345px;}
#personal_email {margin-bottom:10px; float:left; width:345px;}
#copies {float:left;}

label.error {
	color: red;
}

.text { width:100%;}
.lbl01 {float:left; padding-right:5px; margin-top:2px;}
.lbl02 {float:left; padding:3px 10px 0px 0px;}
.lbl_c {padding-left:10px;}
.price_ab {float:left; padding-top:2px;}
.field {padding-top:5px; float:left; width:35%; font-weight:normal; color:#3E3E3E;}
.btnS {margin:10px 0 10px;}
.subT {font-weight:bold; width:100%; margin-left:5px;}
