/* CSS Document */

.module {
    padding-top: 0px;
    border-left:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    border-right:solid 1px #cccccc;
    border-top:solid 0px #cccccc;
    background-color:#fafafa;
}

body, td{
font-family: verdana, helvetica, arial, sans-serif;
font-size:11px;
color: #000000;
line-height:16px;
}

a{
text-decoration:none;
color:#000;
}

a:hover{
text-decoration:underline;
}

p {

	font-size: 1em;
	line-height: 1.2em;
	padding: 0;
	margin: 0 0 10px 0;
}

#toptext h2, h2 { font-size:13px; margin:4px 0 12px; }

h3 {font-size:12px;}

h1 {font-size:14px}

span.steps { font-size: 1em;
	         line-height: 1.2em; 
	         }

.r {color:#FF0000}
.n {color:ff691f}}
.bold {font-weight:bold}

.line-through { text-decoration:line-through}
h2 span.popust {font-weight:bold; font-size:large; color:#ff691f}

.gateway{
float:left;
width:100%;
}

.cl { width:100px; }

.button {

	    display: block;
	    float: left;
	    overflow: hidden;
	    background: #fff url(../images/bgr_button.png) 0 bottom repeat-x;
	    text-decoration: none;
	    color: #2d2d2d;
	    cursor: pointer;

	}

.button i {

	    display: block;

	    background: url(../images/bgr_button_tl.png) top left no-repeat;

	}	
	
.button i i {

	    background: url(../images/bgr_button_tr.png) top right no-repeat;

	} 

	.button i i i {

	    background: url(../images/bgr_button_bl.png) bottom left no-repeat;

	} 

	.button i i i i {

	    background: url(../images/bgr_button_br.png) bottom right no-repeat;

	} 

	
.button.orange i i i i {

	    background: url(../images/bgr_button_or_br.png) bottom right no-repeat;

	}
	
.button.orange i {

	    background: url(../images/bgr_button_or_tl.png) top left no-repeat;

	} 

	.button.orange i i {

	    background: url(../images/bgr_button_or_tr.png) top right no-repeat;

	} 

	.button.orange i i i {

	    background: url(../images/bgr_button_or_bl.png) bottom left no-repeat;

	} 

	
.button.orange input, 

.button.orange em {

	    background: url(../images/bgr_button_or_arrow.png) center right no-repeat !important;

	}
	
	
.button.orange em {

	    padding-right: 26px;

	}
	
.button.orange input, 

.button.orange em {

	    font-weight: bold;

	    text-align: center;

	}
	

	.button input, 

	.button em {

	    font-family: Arial, Helvetica, sans-serif;

	    font-size: 100%;

	    font-style: normal;

	    width: 1; /* DO _NOT_ ADD "px" OR WHATEVER !!!!!!!!!!!!!!!!!!!!!! */

	    display: block;

	    overflow: hidden;

	    border: 0;

	    background: none;

	    padding: 4px 10px;

	    margin: 0;

	    cursor: pointer;
	}
	
	.button.grey-arrow em {

	    background: url(../images/bgr_button_ga_arrow.png) center right no-repeat !important;

	    margin-right: 5px;

	} 
	
	.button.grey-arrow em {

	    padding-right: 21px;

	}
	
/*kontejner za dugmad*/	
/*.block.buttonbox {
			display: none !important; }	*/
	
.buttonbox {

		overflow:hidden;
		position:relative;
		height: 25px;
		margin-left:85px;
	}
.buttonbox .button {
		float: left;
		margin: 0 0 0 15px;
	}
.block.buttonbox {

        width: auto;

    }
.subtext {

		width:100%;

	}

	
