div.separator {
	height: 21px;
  	background: url(/images/helpers/separator.gif) repeat-x scroll;
	clear:both;
	margin-right: 15px;
}

div.separator hr {
	display: none;
}

div.separator-nomargin {
	height: 21px;
  	background: url(../images/helpers/separator.gif) repeat-x scroll;
  	background-position: left center;
	clear:both;
}

div.separator-nomargin-thin {
	height: 3px;
  	background: url(../images/helpers/separator-thin.gif) repeat-x scroll;
  	background-position: left center;
	clear:both;
}
div.separator-nomargin-empty {
	height: 3px;
	clear:both;
}

div.separator-nomargin hr {
	display: none;
}

div.separator-nomargin-thin hr {
	display: none;
}

div.separator-nomargin-empty hr {
	display: none;
}


div.clear {
	clear: both;
}

div.left {
	float: left;
}

div.right {
	float: right;
}

div.justify {
	text-align: justify;
}

div.no-overflow {
	overflow: hidden;
}

.container { background: url(../images/helpers/background.gif) repeat-y; }
.galerie { 
	background: url(../images/helpers/background_galerie.gif) repeat-y;
	background: #fff;
}
.galeriefull { background: #fff; }

.gridproof {background: url(../styles/blueprint/grid.png) repeat;}


.floating {
	position:relative;
}
.floating div {
	position:absolute;
	bottom:0;
	right:0;
}

.width100 {
	width: 100px;
	overflow: hidden;
}

.SI-FILES-STYLIZED label.cabinet
{
    width: 85px;
    height: 18px;
    background: url(/images/helpers/buttons/browse.png) 0 0 no-repeat;

    display: block;
    overflow: hidden;
    cursor: pointer;
}

.SI-FILES-STYLIZED label.cabinet input.file
{
    position: relative;
    height: 100%;
    width: auto;
    opacity: 0;
    -moz-opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:25px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:5px 6px 0 6px;
	background-color:#8cd3e5;
	color: #fff;
	width:120px;
	font-weight: bold;
}

ul.subsection_tabs li.tab a:hover {
	background-color: #15b5df;
}

ul.subsection_tabs li.tab a.active {
	background-color:#15b5df;
}

ul.subsection_tabs li.source_code {
	float:right;
}

.rating_container {
	float:left;
}

.rating_container a {
	float:left;
	display:block;
	width:25px;
	height:25px;
	border:0;
	background-image:url("../images/helpers/rating.gif");
}

.rating_container a.rating_off {
	background-position:0 0px;
}

.rating_container a.rating_half {
	background-position:0 -25px;
}

.rating_container a.rating_on {
	background-position:0 -50px;
}

.rating_container a.rating_selected {
	background-position:0 -75px;
}

a {
	cursor: pointer;
	color: #ff6600;
	text-decoration: none;
}

#fotografiiPreview {
	height: 		400px;
	width: 			595px;
	overflow:		hidden;
}

#imageBox { width: 600px; overflow: hidden; }
#imageBox img { border: 1px #000 solid; padding: 0px; margin-right: 15px; margin-bottom: 15px;}
#imageBox br { clear: both; }

.photoThumb {
} 

.photoThumbContainer {
	display: table-cell;
	vertical-align: middle;
	width: 135px;
	height: 135px;
}
.photoThumbHolder {
	display: table-cell;
	vertical-align: middle;
	width: 150px;
	height: 193px;
}



.photoContainer {
	display: table-cell;
	vertical-align: middle;
	/*
	width: 600px;
	height: 450px;
	border: 1px solid #e0e0e0;
	*/
	background: #333;
}

.photoInfoContainer {
	display: inline-table;
	clear:both;
	background: #fff;
}

.cat-10 {
	background: url("/images/front/gallery/thumb-background.jpg") no-repeat;
}

.userbar {
	height: 24px;
	background: url(../images/galerie/userbar/gray.gif) repeat-x;
}

.userlinevertical {
	background: url(../images/galerie/userbar/white_verticalend.gif) repeat-y;
}

.userbar_rline {
	height: 24px;
	background: url(../images/galerie/userbar/gray_verticalend.gif) no-repeat;
}

.natura {
	background: url(../images/galerie/layout/natura.jpg) no-repeat left top;
}

.calatorie {
	background: url(../images/galerie/layout/calatorie.jpg) no-repeat left top;
}

.wildlife {
	background: url(../images/galerie/layout/wildlife.jpg) no-repeat left top;
}

.sidebar-natura {
	background: url(../images/galerie/sidebar/natura-frame.jpg) no-repeat left top;
	height:175px;
}
.sidebar-calatorie {
	background: url(../images/galerie/sidebar/calatorie-frame.jpg) no-repeat left top;
	height:175px;
}
.sidebar-wildlife {
	background: url(../images/galerie/sidebar/wildlife-frame.jpg) no-repeat left top;
	height:175px;
}
