.left {float: left;}
.right {float: right;}
img.left {float: left;margin: 0 10px 0 0;}
img.right {float: right;margin: 0 0 0 10px;}
.nomargin {margin:0 !important;}
.clear {clear:both !important;}
canvas.left {float: left;margin:0 20px 10px 0;}
.paddingTop{padding-top:40px !important}
.paddingTop{clear: both;}
.paddingtopBottom{padding:15px 0 0 10px;}
.paddingBottom{padding-bottom:10px}

/*----- easy clearing ------*/

.fix:after {clear:both;content:'[.]';display:block;height:0;visibility:hidden;}
.fix {display:inline-block;}
.fix {display:block;}

/*----- Button Holder ------*/

.buttonHolder {margin-right: 18px;margin-left: 18px;padding-top: 5px;border-top-width: 1px;border-top-style: solid;border-top-color: #CCCCCC;}
.buttonHolderFull {padding-top: 5px;border-top-width: 1px;border-top-style: solid;border-top-color: #CCCCCC;}
.buttonHolderSpecial {padding-bottom:10px;padding-top:5px;border-bottom:1px solid #CCCCCC;border-top:1px solid #CCCCCC; margin-bottom:10px;}

/*----- LINKS ------*/

a.button {display: block;font: normal 11px Tahoma;line-height: 17px; /* Ova vrednost + 4px + 4px (top i bottom padding SPAN-a) mora da bude jednaka visini dugmeta */height: 25px; /* Visina dugmeta */padding-left: 17px;text-decoration: none;background-color: transparent;background-image: url(/img/buttons/buttonLeft.gif);background-repeat: no-repeat;background-position: left top;margin-top: 5px}
a:link.button, a:visited.button, a:active.button {color: #ffffff;text-decoration:none}
a.button span {display: block;padding: 4px 17px 4px 0;background-color: transparent;background-image: url(/img/buttons/buttonRight.gif);background-repeat: no-repeat;background-position: right top;}
a.button:hover {background-position: bottom left;}
a.button:hover span {background-position: bottom right;color: #ffffff;}
