/*  
Theme URI: http://www.miracolo.cz
Author: Miroslav Havlasek

*/

html {
	
	overflow-y: scroll;
	
}

body {
	color: 999999;
	
	background: ;
	font-size: 11px;
	width: 100%;
	height: 100%;
	margin: 0;  
	padding: 0; 
	font-family: "arial", "helvetica", "sans-serif";
}

.blackbg {
	background-color: 000000;
}

.whitebg {
	background-color: 000000;
}


/*Positions layout */

#mainframe { 
z-index: 3;

width: 800px;
border: 0px;
margin: 0px;

}


#mainmenu { 
	text-align: left;
	text-valign: top;
   	width: 200px; 
	margin: 0px;
 	border-right: 0px solid #999999;

}


#productframe { 
	text-valign: top;
   	width: 600px; 
	height: 500px;
	margin-bottom: 100px;
}

#productname { 
	text-align: right;
	text-valign: top;
   	width: 399px; 
	height: 100px;
 	border-right: 1px solid #ffffff;
	background-color: #f5f5f5;
	float: left;

}

#specification { 
	text-align: left;
	text-valign: top;
   	width: 200px; 
	height: 100px;
 	border-right: 0px solid #ffffff;
	background-color: #f5f5f5;
	float: right;

}



#contact { 
	text-align: left;
	text-valign: top;
   	width: 600px; 
	font-size: 15px;
	line-height: 15px;
	height: px;
	color: #000000;
 	border-right: 0px solid #ffffff;
	background-color: #;

}


.product {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	color: #000000;
	margin-right: 10px;
	margin-top: 0px;
}


.specification {
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	color: #000000;
	margin-left: 10px;
	margin-top: 0px;
}







/* paragraphs */



a {
	color: #999999;
	text-decoration: none;
}


a:hover {
	color: #000000;
}


p {
	margin: 0 0 18px;
	line-height: 18px;
	font-size: 12px;
	
}

em, i {
	font-style: italic;
}








/*Headlines */


h1 {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #000000;
}

.gray {
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	color: #999999;
}







h2 {
	padding: 0 0 5 0;
	font-size: 12px;
	font-weight: normal;
	
}

h6 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: normal;
}

.





/* Classes */
.table {
width: 800px;
background: ;
}

.per {
	padding: 5px;
	border-bottom: 1px solid #eee;
	
}

.cellfull {
background: #ffffff;
padding: 5px
}
