html, body, ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	font-weight: bold;
	text-decoration: none;
	color: #5C5C5C;
}
a:hover {
	text-decoration: underline;
}
.more {
	text-align: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

.more {
    float: right;
}

.error {
    color: red;
}

body, h1, h2, h3, form {
	font: 10px tahoma, arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #5C5C5C;
}

h1 {
    font-size: 20px;
    margin: 15px;
}

body {
	background: url(../images/header_bg.jpg) repeat-x;
	text-align: center;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 774px;
}


#header {
	height: 203px;
	position: absolute;
}
#header h1 {
	margin: 44px 0 0 0;
}
#header h1 img {
	display: block;
}


#headline {
	padding-top: 205px;
}

#main-box .photo {
	float: left;
	width: 600px;
}
#main-box .photo, #main-box .right-photos div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#main-box img {
	display: block;
}

#main-box .right-photos {
    float: left;
}
#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
input[type=text], input[type=password],textarea {
	width: 200px;
	border: 1px solid #859D31;
}

textarea {
    height: 100px;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(../images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}

#body {
	/*padding-top: 2em;*/
}

#body-left {
	float: left;
	width: 488px;
}
#body-right {
	float: right;
	width: 220px;
}

.list_categories ul {
	margin-top: 15px;
	margin-left: 20px;
	padding: 0;
	font-weight: bold;
}
.list_categories ul li {
	background: top left url(../images/bullet_plus.gif) no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}

#footer {
	color: #FFFFFF;
	background: #42453D url(../images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
    color: white;
}

#nav {
	margin-top: 7px;
	height: 50px;
}

#nav a {
   color: white;
}
#nav li {
	float: left;
	display: block;
	padding: 0 10px;
}

#nav_left {
    background-image: url(../images/nav_left.jpg);
    height: 41px;
    width: 13px;
    background-repeat: no-repeat;
    float: left;
}

#nav_center {
    background-image: url(../images/nav_center.jpg);
    height: 41px;
    width: 725px;
    background-repeat: repeat;
    float: left;
    font-size: larger;
}

#nav_right {
    background-image: url(../images/nav_right.jpg);
    height: 41px;
    width: 18px;
    background-repeat: no-repeat;
    float: left;
}

#nav li {
    border-right: 1px groove black;
}

#nav .level2 {
    margin-top: 14px;
    left: 0 !important;
}

#root {
    margin-top: 16px;
}

h2 {
    font-size: 2em;
}

.box-news li {
    float: left;
    margin: 5px;
}


.photos_menu_categories ul {
    padding: 5px 0 0 15px;
}

.photos_menu_categories ul li {
    list-style: disc;
}

.photos_menu_categories ul ul li {
    list-style: circle;
}

.photos_menu_categories ul ul ul li {
    list-style: square;
}




#ajax_info {
    display: none;
    margin: 0;
    padding: 0;
}

.vote_smile_0 {
    list-style-image: url(../images/vote_0.png);
}

.vote_smile_1 {
    list-style-image: url(../images/vote_1.png);
}

.vote_smile_2 {
    list-style-image: url(../images/vote_2.png);
}

.vote_smile_3 {
    list-style-image: url(../images/vote_3.png);
}

.vote_smile_4 {
    list-style-image: url(../images/vote_4.png);
}

.vote_smile_5 {
    list-style-image: url(../images/vote_5.png);
}

/* ratings */
	.spinner {
		background-image: url('../images/spinner.gif');
		background-repeat: no-repeat;
		margin: 0!important;
		padding: 0px !important;
		width: 16px;
		height: 16px;
		display: none;
	}

	.line {
		background-image : url('../images/line_grey.png');
		background-repeat: no-repeat;
		height: 17px;
		width: 80px;
		margin: 0 !important;
		padding: 0 !important;
		position: absolute;
	}

	.ratings .next-line {
	    height: 15px;
	}

        .ratings {
            width: 80px;
            height: 40px;
            float: left;
        }

	.ratings span,.ratings-span {
            background-image : url('../images/star.png');
            background-repeat: repeat-x;
            display:block;
	}

	.ratings_results .ratings span {
		background-image : url('../images/star.png');
	}

	.ratings .line span {
		height: 15px;
	}

	.ratings .line {
	    height: 15px;
	}

	.ratings a {
		height: 15px;
		position: absolute;
	}


	.vote_link_1 {
		left: 0px;
		width: 16px;
		z-index: 5;
	}

	.vote_link_2 {
		left: 0px;
		width: 32px;
		z-index: 4;
	}

	.vote_link_3 {
		left: 0px;
		width: 48px;
		z-index: 3;
	}

	.vote_link_4 {
		left: 0px;
		width: 64px;
		z-index: 2;
	}

	.vote_link_5 {
		left: 0px;
		width: 80px;
		z-index: 1;
	}

	.ratings a:hover {
		background-image : url('../images/line_red.png');
		background-position: 0px !important;
		background-repeat: no-repeat;
	}

        .r_tab {
            margin: 0 0 0 90px !important;
            padding: 0;
            float: left;
        }
        
.vote-value-1 {
   background-image: url(../images/vote_1.png) !important;
}
.vote-value-2 {
   background-image: url(../images/vote_2.png) !important;
}
.vote-value-3 {
   background-image: url(../images/vote_3.png) !important;
}
.vote-value-4 {
   background-image: url(../images/vote_4.png) !important;
}
.vote-value-5 {
   background-image: url(../images/vote_5.png) !important;
}

.vote-value-1, .vote-value-2, .vote-value-3, .vote-value-4, .vote-value-5 {
    width: 32px;
    height: 32px;
}

.spinner {
    background-image: url(../images/spinner.gif) !important;
    width: 15px;
    height: 15px;
}


.avatars, .avatars ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.avatars .left {
    margin: 0 10px;
}

.avatars h4 {
    text-align: center;
}



.listing-2 {
    text-align: left;
}

.listing-2 .row {
    float: left;
    margin: 5px 5px 15px 5px;
    width: 110px;
    height: 180px;
}

.listing .row {
    margin-bottom: 15px;
    height: 165px;
}

#body-right .box {
    margin-bottom: 50px;
}

.paging {
    font-size: 1.1em;
}

.main-box-active-thumb img {
    border: 1px solid red;
}

#main-box-images img {
    width: 600px;
    height: 314px;
}

#main-box-thumbs img {
    width: 150px;
    height: 100px;
}

strong {
    font-style: italic;
    font-weight: bold;
}

#body-left div {
    margin-bottom: 30px;
}

.listing div {
    margin-bottom: 10px !important;
}

.gallery div {
    position: relative;
    margin: 10 px 0 0 0 !important;
    padding: 0;
    float: left;
}

.gallery .arrow-left {
    left: -35px;
    top: 20px;
}

.not-active {
    -moz-opacity: 0.4;
    alpha(opacity=40);
    opacity: 0.4;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
}

.gallery .arrow-right {
    left: 445px;
    top: 20px;
}

.gallery .gallery-image {
    position: absolute;
}

.subpages {
    height: 180px;
    width: 450px;
    overflow-x: scroll;
    overflow-y: hidden;
    position: relative;
}

.subpages img {
    border: 1px solid #D8D8D8;
    margin: 5px;
}

#header h1 a {
    float: left;
}

#header .logo2 {
    margin: 8px 0 0 5px;
}

.pagin a, .paging a, .pagin span, .paging span {
    background-image: url(../images/b.png);
    float: left;
    width: 15px;
    margin: 1px;
    text-align: center;
}

.pagin .active, .paging .active {
    background-image: url(../images/b2.png);
    color: white;
}

.worning {
    background-image: url(../images/worning.png);
    background-color: #DCDCDC;
    background-repeat: no-repeat;
    background-position: 15px 15px;
    padding: 15px 15px 15px 60px;
    border: 1px solid black;
    font-size: larger;
}

.msgs_div div {
    margin: 15px;
    margin-bottom: 15px !important;
    border: 1px solid grey;

    color: #00a0aF;
    background-color: #DCDCDC;
    background-repeat: no-repeat;
    background-position: 2px 2px;
    padding: 0 0px 5px 30px;
    font-size: larger;
}

.msgs_div div p {
    margin-top: 6px !important;
}

.msgs_div .msg {
    background-image: url(../images/info_small.png);
}

.msgs_div .msg_error {
    background-image: url(../images/error_small.png);
}

.about {
    margin: 10px;
}
