﻿/* -----------------------------------------------------------------------

	Kovács XXII. Kft. - general.css
	http://kovacsxxii.hu

	* Copyright (c) 2010 Everegine Kft.
   
----------------------------------------------------------------------- */

/*------------------------------------ GLOBÁLIS ELEMEK ------------------------------------*/

* { outline: none; }
img { margin: 0; border: 0; }
a, a:hover { cursor: pointer; }

hr {
	height: 1px;
	margin: -5px 0 15px 0;
	border: 0;
	background: #e7e6e6;
	}

.png { behavior: url(/styles/type/iepngfix.htc); }
.clearfix { clear: both; }
.float_left { float: left; }
.float_right { float: right; }

.button {
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #d5d3d3;
	border-right: 1px solid #d5d3d3;
	background: url(../images/button.png) left top;
	text-align: center;
	text-transform: uppercase;
	font-family: "SegoeUINormal", Segoe UI, Verdana, Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #3e3e3e;
	cursor: pointer;
	white-space: nowrap;
	}
	
	.button:hover {
		border-left: 1px solid #019bd4;
		border-right: 1px solid #019bd4;
		background: url(../images/button.png) left -27px;
		text-decoration: none !important;
		color: #fff !important;
		}
			
/*------------------------------------ HOME ------------------------------------*/

.home_box {
	float: left;
	width: 294px;
	margin: 0 0 30px 0;
	}
	
.home_box:first-child {
	margin: 0 30px 30px 0;
	}
	
/*------------------------------------ GALÉRIA ------------------------------------*/

#gallery_list {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#gallery_list li {
		float: left;
		width: 170px;
		height: 200px;
		margin: 0 30px 20px 0;
		}
		
		#gallery_list li a.img_border {
			display: block;
			width: 150px;
			height: 150px;
			padding: 9px;
			background: #cccccc;
			}
			
		#gallery_list li a.img_border:hover {
			background: #009ad3;
			}
			
		#gallery_list li a img {
			border: 1px solid #ffffff;
			}
			
		#gallery_list li a.name {
			display: block;
			margin: 10px 0 0 0;
			text-align: center;
			color: #009ad3;
			}
			
#gallery {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#gallery li {
		float: left;
		margin: 0 30px 30px 0;
		}
		
		#gallery li a {
			display: block;
			padding: 9px;
			background: #cccccc;
			}
			
		#gallery li a:hover {
			background: #009ad3;
			}
			
			#gallery li a img {
				border: 1px solid #ffffff;
				}