/* CSS style stránek MPnetik.cz */
/* Autor: Mirek Píša, peesha@seznam.cz */

/* reset */
body, table, tr, td, h1, h2, h3, h4, div, p, ul, li {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
} 

/* body */
body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #B9B9B9;
}

a {
	font-weight:bold;
	text-decoration:none;
	color: black;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
}

/* layout */
#layout {
	width: 950px;
	margin: 0 auto;		
}

/* hlavicka */
#header {
	border: 5px solid white;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	padding: 10px;
	text-align: center;
	background-color: #FFFCB3;
}

/* menu */
#menu {
	border: 5px solid white;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	height: 16px;
	padding: 10px;
	text-align: center;	
}
#menu ul {
	
}
#menu li {
	float: left;
	padding-right: 10px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#menu li a {
	font-weight:bold;
	text-decoration:none;
	display:block;
	color: black;
	font-weight:bold;
	padding: 0px 0px 5px 5px;
}
#menu li a:hover {
	text-decoration: underline;
}


/* obsah */
#content {
	border: 5px solid white;
	background-color: #FFFCB3;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;	
}

.cart {
	background-color:#F5F5F5;
    border:2px solid #999999;
    display:inline-block;
    float:left;
    height:185px;
    margin-bottom:10px;
    margin-right:10px;
    padding:5px;
    text-align:center;
    width:208px;	
}
.cart img {
	background-color: #999999;
	border: 2px solid white;
	padding:5px;
	width:150px;
}
.cart a {
    text-transform: uppercase;
}
.cart p {
    font-size: 11px;
}


/* paticka */
#footer {
	border: 5px solid white;
	background-color: #EEEEEE;
	margin-bottom: 10px;
	padding: 10px;	
}

/* ostatni styly */
.hidden {
	display: none;
}

.clear {
	clear:both;
	font-size:0;
	height:0;
	line-height:0;
}