/*
 * SICI Templates 
 * Copyright (C) 2005-2008 
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or (at
 * your option) any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile GPL.txt
 */
/*
 *
 * Autore: Davide Principi & Samuele Ortolani
 */

@media screen {

div#ly-column-left, div#ly-column-middle, div#ly-column-right {
	float: left;
	overflow: hidden;
}

div#ly-column-left { width: 21.9%; }

div#ly-column-right {
	width: 21.9%;
	border-width: 0px;
	position: relative;
	border-style: none;
}

div#ly-column-middle {
	width: 56%;
	border-width: 0px 1px 0px 0px;
	border-right-style: dotted;
}

div#bx-column-middle {
	/*border-style: solid;
	border-width: 0px 1px;	
	position: relative;*/
}

div.cms-content-normal { padding:0 0 1em; }

} /* end @media screen */
