/* 
    Document   : cms
    Created on : 2010-apr-26, 17:13:18
    Author     : S32644
    Description:
        Stylesheet for all special content from WCM
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/* Lists */
.wcm ul li{
	background: url(../../images/icon_checked_25x25.png) no-repeat 0 0;
	padding:5px 0 2px 30px;
}
.wcm .align-left{
	float:left;
	margin-right: 10px;
}
.wcm .align-right{
	float:right;
	margin-left: 10px;
}
