@charset "utf-8";
/* CSS Document */

html {
	min-height: 100%;
}

body {
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
	color: #000;
	margin: 0px;
	min-height: 100%;
}

img {
	border: 0px;
}

a, img, :focus {
	outline: 0;
}

.clear {
	clear: both;
}

.none {
	display: none;
}

#main_container {
	width: 920px;
	margin: auto;
	padding-top: 10px;
}

#logo_robas {
	width: 180px;
	height: 31px;
	margin-bottom: 15px;
}

#logo_robas a {
	width: 180px;
	height: 31px;
	display: block;
	text-decoration: none;
	background: url(../../images/logo_robas.png) no-repeat;
	cursor: hand;
}

#content_left {
	width: 220px;
	float: left;
	min-height: 100%;
	margin-bottom: 20px;
}
#content_main {
	width: 660px;
	float: left;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 20px;
}

#menu {
	width: 220px;
	margin-bottom: 29px;
}

#news {
	width: 220px;
	height: 100%;
	margin-bottom: 30px;
	display: block;
}

#content_divider {
	padding: 15px;
	margin-bottom: 20px;
	background: url(../../images/divider.png) no-repeat top;
	min-height: 100px;
}

.photo_products {
	float: left;
	margin: 0px 30px 30px 0px;
}

.photo_product {
	float: right;
	margin: 0px 0px 30px 30px;
}

.photo_news {
	float: left;
	margin: 0px 15px 15px 0px;
}

.product_short_desc {
	font-size: 10px;
}

.product_photo_div {
	width: 100px;
	float: left;
	margin-right: 30px;
}
.product_desc_div {
	width: 500px;
	float: left;
}

.product_left {
	width: 400px;
	float: left;
	margin-right: 30px;
}
.product_right {
	width: 200px;
	float: left;
	text-align: right;
}

.square1 {
	width: 190px;
	height: 190px;
	margin: 0px 30px 30px 0px;
	float: left;
}
.square2 {
	width: 190px;
	height: 190px;
	margin-bottom: 30px;
	float: left;
}
.square3 {
	width: 190px;
	height: 190px;
	margin-right: 30px;
	float: left;
}
.square4 {
	width: 190px;
	height: 190px;
	float: left;
}
.text_date {
	font-size: 10px;
	color: #999;
}
.text_small {
	font-size: 10px;
}

.copyright {
	font-size: 10px;
	color: #999999;
}

a.copyrightlink {
	color: #999;
	text-decoration: underline;
}
a.copyrightlink:hover {
	text-decoration: none;
}

.strani_zgoraj {
	margin-bottom: 10px;
	text-align: right;
}
.strani_spodaj {
	margin-top: 10px;
	text-align: right;
}

#price {
	width: 170px;
	height: 50px;
	padding: 15px;
	margin-bottom: 30px;
	text-align: left;
	background: url(../../images/bckg_price.png) no-repeat;
}

#price em {
	width: 170px;
	margin-top: 8px;
	display: block;
	font-size: 25px;
	font-style: normal;
	text-align: center;
	color: #FF9900;
}

#files {
    width: 200px;
    padding: 0;
    margin-top: 20px;
    float: left;
    clear: left;
    list-style: none;
    display: inline;
}

    #files li {
        height: 16px;
        line-height: 16px;
        padding-left: 25px;
        margin-bottom: 8px;
        text-align: left;
    }
    
    #files li.pdf { background: url(../../images/sprite_icons.png) no-repeat 0 -30px; }
    #files li.swf { background: url(../../images/sprite_icons.png) no-repeat 0     0; }
    
        #files li a {
            text-decoration: none;
        }
        
        #files li a:hover {
            text-decoration: underline;
        }

