.table1 tbody span.check::before{
    content : url(../images/check0.png)
}

/* Table 2 Style */
table.table2{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.2em;
	border-collapse:collapse;
	text-align:center;
	border-bottom: 3px solid #666;
	margin-left: 25px;
	margin-right: 5px;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
}
.smallHeight {
	height: 800px;
}
.mediumHeight {
	height: 1000px;
}

.largeHeight {
	height: 1275px;
}


.tableBack {
	background: #f0f0f0;
}

.table2 thead th, .table2 tfoot td{
	padding:10px;
	color:#fff;
	font-size: 18px;
	font-weight:normal;
	border-right:1px dotted #999;
	border-top:3px solid #666;
	-moz-box-shadow:0px -1px 4px #000;
	-webkit-box-shadow:0px -1px 4px #000;
	box-shadow:0px -1px 4px #000;
	text-shadow:1px 1px 1px #000;
	background: #525252;
}
.table2 tfoot th{
	padding:10px;
	font-size:18px;
	text-transform:uppercase;
	color:#888;
}
.table2 tfoot td{
    font-size:36px;
    color:#EF870E;
    border-top:none;
    border-bottom:3px solid #666;
    -moz-box-shadow:0px 1px 4px #000;
    -webkit-box-shadow:0px 1px 4px #000;
    box-shadow:0px 1px 4px #000;
}
.table2 thead th:empty{
    background:transparent;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.table2 thead :nth-last-child(1){
    border-right:none;
}
.table2 thead :first-child,
.table2 tbody :nth-last-child(1){
    border:none;
}
.table2 tbody th{
	text-align:center;
	padding:10px;
	color:#333;
	text-shadow:1px 1px 1px #ccc;
	background-color:#f0f0f0;
	border-right: 1px dashed #999;
}
.table2 tbody td{
	padding:5px;
	border-right:1px dotted #999;
	text-shadow:-1px 1px 1px #fff;
	text-transform:uppercase;
	color:#333;
}
.table2 tbody span.check::before{
    content : url(../images/check1.png)
}
.table3 thead :nth-child(2),
.table3 tfoot :nth-child(2){
    background-color: #7FD2FF;
}
.table3 tfoot :nth-child(2){
    -moz-border-radius:0px 0px 0px 5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.table3 thead :nth-child(2){
    -moz-border-radius:5px 0px 0px 0px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.table3 thead :nth-child(3),
.table3 tfoot :nth-child(3){
    background-color: #45A8DF;
}
.table3 thead :nth-child(4),
.table3 tfoot :nth-child(4){
    background-color: #2388BF;
}
.table3 thead :nth-child(5),
.table3 tfoot :nth-child(5){
    background-color: #096A9F;
}
.table3 thead :nth-child(5){
    -moz-border-radius:0px 5px 0px 0px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.table3 tfoot :nth-child(5){
    -moz-border-radius:0px 0px 5px 0px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.table3 tbody tr:nth-child(4) td{
    font-size:26px;
    font-weight:bold;
}
.table3 tbody td:nth-child(even){
    background-color:#444;
    color:#444;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(189,189,189)),
        color-stop(0.7, rgb(224,224,224))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(189,189,189) 39%,
        rgb(224,224,224) 70%
        );
    text-shadow:1px 1px 1px #fff;
}
.table3 tbody td:nth-child(odd){
    background-color:#555;
    color:#f0f0f0;
    border-bottom:1px solid #444;
    background:-webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.39, rgb(85,85,85)),
        color-stop(0.7, rgb(105,105,105))
        );
    background:-moz-linear-gradient(
        center bottom,
        rgb(85,85,85) 39%,
        rgb(105,105,105) 70%
        );
    text-shadow:1px 1px 1px #000;
}
.table3 tbody td:nth-last-child(1){
    border-right:1px solid #222;
}
.table3 tbody span.check::before{
    content : url(../images/check2.png)
}
#wrapper #mainBody #leftText #ponuda p {
	margin-right: 25px;
	margin-left: 25px;
}
#wrapper #mainBody #leftText #ponuda a {
	color: #006;
	text-decoration: underline;
	font-style: italic;
}
#wrapper #mainBody #leftText #ponuda a:hover {
	color: #333;
	text-decoration: underline;
	font-style: italic;
}
