/** Global settings for CMS **/

#theDoc {
	background:#999;
}

.editDoc, .editDoc P,
.editDoc UL, .editDoc H1, .editDoc H2, .editDoc H3, .editDoc H4, .editDoc H5, .editDoc H6, 
.editDoc TD {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	color:#333;
	text-decoration: none;
}

/* Paragraphs created within the CMS */

.editDoc p {
	margin-bottom:14px;
}

/* CAR CARE ICON LIST STYLES */

.editDoc #carcareList {
		margin:0;
		padding:0;
	}
	/* Override the editDoc list margins */
	
	.editDoc #carcareList p {
		padding-top:25px;
		display:block;
	}
	.editDoc #carcareList li {
		clear:left;
		height:80px;
		list-style-type:none;
	}
	.editDoc #carcareList img {
		float:left;
		width:88px;
	}
	
/* Bulleted lists created within the CMS */

.editDoc ul,
.editDoc ol{
	margin:15px 0 10px 30px;
}
.editDoc ul li{
	list-style:disc;
	margin:0px 10px;
}
.editDoc ol li{
	list-style:decimal;
	margin:0px 12px;
}


/* Headings created within the CMS */

.editDoc H1,
.editDoc H2,
.editDoc H3,
.editDoc H4{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.editDoc H2,
.editDoc H4 {
	color:#fff;
}
.editDoc H1,
.editDoc H4 {
	margin-bottom:10px;
}
.editDoc H1 {
	font-size:1.8em;
	color:#545454;
}
.editDoc H2 {
	font-size:1.3em;
	border-bottom:2px solid #b7b7b7;
	margin-bottom:6px;
}
.editDoc H3 {
	font-size:1.5em;
	line-height:1.1em;
	color:#ccc;
}
.editDoc H4 {
	font-size:1.3em;
	line-height:1.3em;
}
.editDoc H5 {
	font-size:1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
}


/* Alignment classes generated by the WYSIWYG editor */
 
.editDoc .left {
	text-align: left;
}
.editDoc .center {
	text-align: center;
}
.editDoc .right {
	text-align: right;
}
.editDoc img.left {
	float: left;
	margin-right: 10px;
}
.editDoc img.right {
	float: right;
	margin-left: 10px;
}
.editDoc dl.specialImage {
	text-align: center;
	font-size: 80%;
	margin-bottom: 0.5em;
	margin-right: 10px;
}
.editDoc dl.left {
	float: left;
}
.editDoc dl.right {
	float: right;
}
.editDoc dl.specialImage dd {
	margin: 0 0 0.5em 0;
}
.editDoc dl.specialImage img {
	margin: 0;
}
/* Downloadable Asset --------------------------------------------------------------------

	When inserting files into the content editor (such as PDF's or Word documents) for 
	download, SilverStripe wraps them the table which is stalalised with the following
	classes. Don't rename them.

*/

.downloadable {
	width: 300px;
	font-size: xx-small;
	border: 1px #CCCCCC solid;
	background-color: #EEEEEE;
}
.downloadable .icon {
	border-right: 1px #CCCCCC solid;
	padding: 0px 10px;
	background-color: #6699CC;
	font-size: xx-small;
}
.downloadable .type {
	font-weight: bold;
	font-style: italic;
	padding-left: 10px;
	font-size: xx-small;
}
.downloadable .size {
	width: 80%;
	padding-left: 10px;
	font-size: xx-small;
}
.downloadable .title {
	font-weight: bold;
	padding-left: 10px;
	font-size: xx-small;
}
.downloadable .download {
	width: 20%;
	text-align: right;
	padding-right: 10px;
	font-size: xx-small;
}
