html, body {
		font-family:"Open Sans";
		font-size:12px;
		color: #555555;
}

#content{
	margin: auto;
	width: 770px;
	text-align: justify;

}

table {margin-top: 10px; ;float:right; width:450px;}
table td{border:1px solid #eee; padding: 5px; text-align:center;}  

a {
	color: #666666;
}

a img {border:none;}

h1 {font-size: 22px; font-weight:200; }

h2 {margin-top: 0px; font-size: 14px; font-weight:bold; border-bottom: 1px dotted #eee; clear: both;}

h3 {color: #000000;}


ul {margin-left: -25px; }
.clear {clear: both; border-bottom: 1px dotted #eee; margin-top: 15px; margin-bottom: 5px; }

.header {
	text-align: center;
	
	padding-bottom: 10px;
	padding-top: 10px;

}
.header h1 {display:none; visibility:hidden;}



.links {

	text-align: center;
	padding-bottom: 10px;
	}
	
.links a {
	
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 3px;
	text-decoration:none;
}

.links a:hover {
	background-color: #d02027;
	color: #ffffff;
}

.sidebar {
	margin-top: 10px;
	float:right;
	width: 280px;
}
.column {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 20px;
}

.info {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	float: left;
	width: 450px;
}

.product {
	margin-top: 10px;
	float: left;
	width: 210px;
	padding: 5px;

}

.product h2 a{
	text-decoration: none;
	
	color: #555555;
	padding: 3px;
	border: none;
	font-size: 13px;
	width: 200px;
	float: left;
}

.price {
	padding: 0px;
	border-bottom: 1px dotted #eee; margin-top: 10px; margin-bottom: 10px;
	padding: 5px; padding-left: 0px;
	font-size: 12px;
	
	text-align: right;
}


.product_price {
font-size: 20px;color: #d02027; font-weight: bold;
}

.price a {
font-weight: bold;
text-decoration: none;
font-size: 14px;color: #d02027;
}

.footer {
	padding-left: 60px;
	background-image: url(img/logo_eos.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
}
	
.tabela {float: left; }
.tabela td {border: none; text-align:left;}
.button {
margin: auto;
width: 100px;	
	font-weight: bold;
	background:#d02027;
	text-align: center;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border: 1px dotted #eee;
}

.button a{
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}


.crvena {
margin-top: 0px;
float: left;
color: #ffffff;
font-size: 14px;
padding: 10px;
background:#d02027;
width: 578px;
}






 /*--Hidden by default, will be later shown with jQuery--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:280px;	width: 770px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 2px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}
