/* CC Deed CSS! */

/* Progress meter css */
@import url('http://creativecommons.org/includes/total.css');

/* Main CSS Continues */
		
		h3 {
			font-size: 1.45em;
		}

		#deed-main {
			background-color: #fff;
			
	/* "!important" box-model hack for IE */
			width: 750px !important;
	/*width: 780px;*/
			
			padding: 20px 0;
			margin: 0 auto;
			text-align: left;
			
			border-bottom: 1px solid #505050;
		}
		
		.content img{
			margin:0px;
		}
		
		.content ul li{
			list-style:none;
		}

		#deed-conditions ul {
			margin-top: 22px;
		}
		
		#deed-conditions ul li ul {
			margin-top: 8px;
		}

		ul.license-properties {
		    width: 490px;
		    list-style-image: none;
		    list-style-position: outside;
		    list-style-type: none;
		}
		li.license {
			list-style: none;
			padding-bottom: 25px;
			padding-left: 70px;
			padding-top: 10px;
		}
		li.license p {
			margin: 0;
			padding: 0;
		}
		li.license-hidden {
			list-style: none;
		}
        li.share {
            background: url("../images/share.png") 0 0 no-repeat;
        }
        li.remix {
            background: url("../images/remix.png") 0 0 no-repeat;
        }
		li.by {
					background: url("../images/by.png") 0 0 no-repeat;
		}
		li.nc {
					background: url("../images/nc.png") 0 0 no-repeat;
		}
		li.sa {
					background: url("../images/sa.png") 0 0 no-repeat;
		}
