@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
#mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* container for slides */
.images {
	background:#fff url(/liguori/topten/images/BG_box_gen.jpg) repeat-x;
	position:relative;	
	height:210px;
	
	width:300px;
	float:left;	
	margin:0px;
	cursor:pointer;
	
	
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0;
	padding:0 0 0 0;
	width:280px;
	height:210px;
	font-size:12px;
}
.images div img {
	float:left;
	margin:0 10px 0 30px;
}
.images div p span {
	margin:0;
}
.images div h4 {
	margin:0 30px 0 110px;
}

.images div h4 a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 20px 0;
	color:#000;
	text-decoration:none;
}
.images div p span {
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
	margin:0 0 20px 0;
	color:#000;
	text-decoration:underline;
}

.images div p {
	margin:0 30px 0 110px;
}

/* header */
.images h3 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0 0 20px 0;
	color:#666;
	height:26px;
	padding:7px 0 0 40px;
	width:260px;
}
h3#topTen_1 {background:url(/liguori/topten/images/titolo_top_ten1.jpg) top left no-repeat;}
h3#topTen_2 {background:url(/liguori/topten/images/titolo_top_ten2.jpg) top left no-repeat;}
h3#topTen_3 {background:url(/liguori/topten/images/titolo_top_ten3.jpg) top left no-repeat;}
h3#topTen_4 {background:url(/liguori/topten/images/titolo_top_ten4.jpg) top left no-repeat;}
h3#topTen_5 {background:url(/liguori/topten/images/titolo_top_ten5.jpg) top left no-repeat;}
h3#topTen_6 {background:url(/liguori/topten/images/titolo_top_ten6.jpg) top left no-repeat;}
h3#topTen_7 {background:url(/liguori/topten/images/titolo_top_ten7.jpg) top left no-repeat;}
h3#topTen_8 {background:url(/liguori/topten/images/titolo_top_ten8.jpg) top left no-repeat;}
h3#topTen_9 {background:url(/liguori/topten/images/titolo_top_ten9.jpg) top left no-repeat;}
h3#topTen_10 {background:url(/liguori/topten/images/titolo_top_ten10.jpg) top left no-repeat;}

/* tabs (those little circles below slides) */
.tabs {
	clear:both;
	margin-left:330px;
}

/* single tab */
.tabs a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward {
	background:url(/liguori/topten/images/arrow_next.jpg) no-repeat;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
	font-size:1px;
	top:100px;
	right:5px;
	z-index:1000;
	position:absolute;
	text-indent:-9999px;
}
.backward {
	background:url(/liguori/topten/images/arrow_prev.jpg) no-repeat;
	display:block;
	width:15px;
	height:15px;
	cursor:pointer;
	font-size:1px;
	top:100px;
	left:5px;
	z-index:1000;
	position:absolute;
	text-indent:-9999px;
}


/* next */
/*.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } */


/* prev */
/*.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }
*/
/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
