@charset "utf-8";
/* CSS Document */

/*Layout and styling for content items (screens, descriptions, etc...*/

.content_item {
clear:both;
height:100%;
margin:1em 0 1em 0;
min-height:141px;
}

.content_item > p > a{
font-weight:bold;
background:url(../images/link_bullet.gif) no-repeat right;
padding-right:20px;
}


#expand_fixed > ul, #expand_roll > ul, #expand_solar > ul, #expand_winterstrip > ul{
position:relative;
display:block;
margin: 0em 0 1em 0;
padding-left:1em;
}

#expand_fixed > ul li, #expand_roll > ul li,#expand_solar > ul li, #expand_winterstrip > ul li{

/*display:block;
background-image:url(../images/link_bullet.gif);
background-repeat:no-repeat;
background-position: 0 0.5em 0 0;
padding-left:1.4em;
vertical-align:top;
line-height:1.1em;
*/
}

.right_column {
width:150px;
float:right;
margin: 0 0 1em 1em;
}

.right_column > .caption{
clear:both;
}

.right_column > img{
margin-bottom:1em;
}

