
/**
 *
 * @package 		AlepH
 * @license
 * @copyright (C) 	2008 Matteo Rossi
 * @description 	Definizioni degli stili per i palmari (handheld)
 * @author 			Matteo Rossi <matteo.rossi@gmail.com>
 */

/* Layout della pagina */
@import url(layout.css);

/* Tag HTML */
@import url(tag.css);


/*******************************************
 *
 * Modifiche per i palmari
 *
 *******************************************/

body {
 width: 320px !important;
}

.boxArrotondato {
 background: #FBFBFB;
 padding: 5px;
 text-align: left;
 overflow: hidden;
 margin: 0 0 5px 0;
}

.boxArrotondato h3 {
 font-size: 1em;
 margin: 0;
 padding: 0;
 background: #FBFBFB;
}

.boxArrotondato p {
 margin: 0;
 padding: 0 10px 0 10px;
}

#lo_language {
 margin: 0;
 padding: 5px;
 position: static;
 left: 0;
 top: 0;
 z-index: 0;
 text-align: left;
 width: 90%;
}

#lo_header {
 background: #E7EFF7 url(../../images/logo.png) top left no-repeat;
}

#lo_right {
 float: none;
 padding: 5px;
 width: 90%;
}

#lo_left {
 margin-right: 0;
 color: #000;
 border: 0;
 padding: 5px;
 background: #FBFBFB;
 border-bottom: 1px solid #CCC;
}

#lo_footer {
 clear: both;
 margin: 0;
 padding: 5px;
 font-size: 11px;
 border: 0;
}