    #accordion {
		margin-bottom: 34px;
		position: relative;
		float: left;
		margin-top: 0px;
		width:100%;
    }
    
    #accordion h3 {
        clear: both;
		padding-left: 45px;
		color: #00487d;
		height: 65px;
		width: 100%;
		padding-top: 10px;
    }
	

    #accordion h3 a {
		font-size: 20px;
		font-weight: normal;
		text-decoration: none;
		color: #008acd;
    }
    
    #accordion .image {
        text-align: center;
        width: 140px;
		height: 288px;
		float: left;
        border: 1px solid #ccc;
        padding: 8px 0 0;
        margin: 1px;
       
    }
	
    #accordion .image_wide {
        text-align: center;
        height: 293px;
        width: 180px;
		float: left;
        border: 1px solid #ccc;
        padding: 8px 0 0;
        margin: 1px;
    }
	
	a.instructions {
		background: url('images/plus_icp.jpg') no-repeat left center;
		padding-left: 25px;
		color: #008acd;
		text-decoration: none;
	}
	
	#tv_items {
		margin: 0;
		padding: 0;
	}
	
	#tv_items .itemtv {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	.clickview {
		color: #666;
		font-weight: normal;
		font-size: 12px;
		font-style: italic;
	}


    .news{
        border: 1px solid grey;
    }