/**
  SilverStripe Black Candy Theme
  http://www.silverstripe.com
 
  This typography file is included in the WYSIWYG editor
 */
 
/* GENERIC STYLES */ 
.typography * {
	font-family: Arial, Helvetica, sans-serif;
}

/* PARAGRAPHS */
.typography p { 
	margin-bottom: 5px;
	margin-top: 5px;
	color: #d8d8d8;
}

.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}

/* HORILONTAL RULE */
.typography hr {
	background-image:url(../images/divide_line_catalog.jpg);
	background-repeat:no-repeat;
	height:17px;
	margin-bottom:20px;
	width:966px;
	border: 0 !important;
}	

/* LINKS */
.typography a { 
 	color: white;
	outline: none;
}
.typography a:hover { 

}

/* LIST STYLES */
.typography ul, 
.typography ol {
	margin: 0;
}

.typography li {
	margin: 0;
}

/* HEADER STYLES */

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-bottom: 5px;
	margin-top: 5px;
	color: white;
	font-style: normal;
	font-weight: normal;
}
.typography h1 {
	font-size: 30px; 
	margin:0; 
	padding:0;
}
	.typography #Content h1 {
		width:694px;
		background:url(../images/pageTitle_rental-catalog.gif) no-repeat;
	}

.typography h2 {
	font-size: 25px;
}

.typography h3 {
	font-size: 20px;
}

.typography h4 {
	margin-top: 20px;
	font-style: italic;
	font-size: 15px;
}
.typography h5 {
	color: #999999;
	font-size: 14px;
}
.typography h6 {
	background-image:url(../images/linetitle.png);
	background-repeat:no-repeat;
	color:#FFFFFF !important;
	height:22px;
	margin:0 !important;
}

/* ADRESS STYLES */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	color: #000;
	background:#eee;
}
.typography label {
 	display: block;
	margin: 10px 0 -10px 0;
	color: #777;
}

.typography q {
	display:block;
	font-size:0.8em;
	margin:1em 1em;
	padding:0.5em;
	border:1px #ccc solid;
}

/* TABLE STYLING */
.typography table {
	color: #fff;
	border-collapse:collapse;
}
	.typography td {
		padding:0;
	}

/* WYSIWYG EDITOR ALIGNMENT CLASSES */
.typography .left {
	text-align:left;
}
.typography .center {
	text-align:center;
}
.typography .right {
	text-align:right;
}
.typography img.right {
	float:right;
	margin-left:20px;
}
.typography img.left {
	float:left;
	margin-right:20px;
}
.typography img.leftAlone {
	float: left;
	margin-right: 100%;
}
.typography img.center {
	float:none;
	margin-left:auto;
	margin-right:auto;
	display:block;
}

/* FORMS */
.typography label {
	
}
.typography input.text, .typography textarea {
	
}
/* Extra redundancy */
.typography p.MsoNormal, .typography p.MsoBodyText {
	margin: 0;
}
