/*
 * Id: 7.5473
 * Version: 1305886970
 * Generated: 23-Feb-2012 04:15:31
 */

.eeditionslideshow {
width:530px;
height:200px;
margin:0 10px;
float:left;
display:block;
overflow:hidden; 
}
.eeditionslide {
width:540px;
height:200px;
margin-right:10px;	
}
.editionslide {
background:#cccccc;
width:170px;
height:196px;
float:left;
display:block;
	
}
.eeditionslide .centre {
margin:0 10px;	
}
.eeditionslideshowcontainer .previous {
width:40px;
height:200px;
background:#999999;
float:left;
}
.eeditionslideshowcontainer .next {
width:40px;
height:200px;
background:#999999;
float:right;
}
.eeditionslideshowcontainer {
width:630px;
height:250px;
}

/* Homepage print teaser box */

.print-teaser {
	margin-bottom:15px;
}
#print-sunday-star {
	background-image: url('http://services.eveningstar.co.uk/suffolk/content/images/daily-teasers/print/star/sunday.jpg');
}
#print-monday-star {
	background-image: url('http://services.eveningstar.co.uk/suffolk/content/images/daily-teasers/print/star/monday.jpg');
}
#print-tuesday-star {
	background-image: url('http://services.eveningstar.co.uk/suffolk/content/images/daily-teasers/print/star/tuesday.jpg');
}
#print-wednesday-star {
	background-image: url('http://services.eveningstar.co.uk/suffolk/content/images/daily-teasers/print/star/wednesday.jpg');
}
#print-thursday-star {
	background-image: url('http://services.eveningstar.co.uk/suffolk/content/images/daily-teasers/print/star/thursday.jpg');
}
#print-friday-star {
	background-image: url('http://services.eveningstar.co.uk/suffolk/content/images/daily-teasers/print/star/friday.jpg');
}
#print-saturday-star {
	background-image: url('http://services.eveningstar.co.uk/suffolk/content/images/daily-teasers/print/star/saturday.jpg');
}

#print-sunday-eadt {
	background-image: url('http://services.eadt.co.uk/suffolk/content/images/daily-teasers/print/eadt/sunday.jpg');
}
#print-monday-eadt {
	background-image: url('http://services.eadt.co.uk/suffolk/content/images/daily-teasers/print/eadt/monday.jpg');
}
#print-tuesday-eadt {
	background-image: url('http://services.eadt.co.uk/suffolk/content/images/daily-teasers/print/eadt/tuesday.jpg');
}
#print-wednesday-eadt {
	background-image: url('http://services.eadt.co.uk/suffolk/content/images/daily-teasers/print/eadt/wednesday.jpg');
}
#print-thursday-eadt {
	background-image: url('http://services.eadt.co.uk/suffolk/content/images/daily-teasers/print/eadt/thursday.jpg');
}
#print-friday-eadt {
	background-image: url('http://services.eadt.co.uk/suffolk/content/images/daily-teasers/print/eadt/friday.jpg');
}
#print-saturday-eadt {
	background-image: url('http://services.eadt.co.uk/suffolk/content/images/daily-teasers/print/eadt/saturday.jpg');
}
/* Homepage print teaser box - end */

/* E-edition Slider */
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 556px;
	height:152px;
        float:left;

	/* custom decorations */
	border:1px solid #ccc;
	background:url(http://flowplayer.org/img/global/gradient/h300.png) repeat-x;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:556px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:10px 5px 10px 15px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:110px;
	height:127px;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:61px 6px;
	cursor:pointer;
	font-size:1px;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/vert_large.png) no-repeat; 
	float: none;
	margin: 10px 50px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}/* position and dimensions of the navigator */
.navi {
	margin-left:328px;
	width:200px;
	height:20px;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://flowplayer.org/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}



/* Weather Page */
.weather-page {
	background:none repeat scroll 0 0 #E9E9F1;
}
.weather-page h2, .weather-page h1 {
	padding-left:20px;
color:#000000;
}
.weather-page .web-form h2, .weather-page .web-form h1 {
	padding-left:0;
}

.weather-page .content-a {
	margin:10px 0 20px 0;
}

/* story styles start */

.content-a p .p-quote {
background:#eee;
background-image: url('/polopoly_fs/est_content_extras_7_5473!p-quote.jpg') no-repeat top left;
padding:5px 5px 5px 60px;
font-style:oblique;	
}
.content-a p .p-answer {
padding: 0 0 10px 0;
border-bottom: 1px solid #eee;	
}

/* Facebook like box border fix */

#likebox-frame{
 border:2px solid #fff;
 z-index:10;
 overflow:hidden;
 position:relative;
 height:848px;
 top:-1px;
 left:-2px;
}
#likebox-frame iframe{
  left:-2px;
  overflow:hidden;
  position:relative;
  top:-1px;
}

/* Gallery fix */

.gallery {
	width:610px;
}
.gallery ul {
	text-align:center;
}
.gallery ul li {
	margin-right:1px;
}

/* Ip-art */

.ipartheader {
	background: url('/polopoly_fs/est_content_extras_7_5473!ip-art-h2-bg.jpg') no-repeat scroll 0 0 #FFFFFF;
height:20px;
padding: 11px 0 9px 85px;
font-size: 110%;
font-weight: bold;
}
#category_wrapper {
    height: 320px;
    width: 100%;
}
.category_menu {
    color: #EFEFEF;
    margin-bottom: 20px;
    width: 97%;
}
.category_menu ul {
    text-align: left;
    width: 100%;
}
.category_menu ul li {
    display: block;
    list-style: none outside none;
    margin: 0 0 8px;
}
.category_menu ul li a {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #999999;
    color: #333333;
    display: block;
    padding: 3px 0 3px 5px;
    text-decoration: none;
    width: 100%;
}
.category_menu ul li a:hover {
    text-decoration: none;
}

.category_menu ul li.all a:hover {
    background: none repeat scroll 0 0 #999999;
}
.category_menu ul li.perf-arts a:hover {
    background: none repeat scroll 0 0 #00A6E8;
    width: 100%;
}
.category_menu ul li.film a:hover {
    background: none repeat scroll 0 0 #FF5D5E;
}
.category_menu ul li.music a:hover {
    background: none repeat scroll 0 0 #D050E4;
}
.category_menu ul li.literature a:hover {
    background: none repeat scroll 0 0 #7AC517;
}
.category_menu ul li.vis-art a:hover {
    background: none repeat scroll 0 0 #F5A701;
}
.all {
    background: none repeat scroll 0 0 #999999;
}
.perf-arts {
    background: none repeat scroll 0 0 #00A6E8;
}
.film {
    background: none repeat scroll 0 0 #FF5D5E;
}
.music {
    background: none repeat scroll 0 0 #D050E4;
}
.literature {
    background: none repeat scroll 0 0 #7AC517;
}
.vis-art {
    background: none repeat scroll 0 0 #F5A701;
}


      
