﻿/** 
 * SilverStripe Black Candy Theme
 * http://www.silverstripe.com
 *
 * This typography file is included in the WYSIWYG editor and the front end. It provides
 * a place to add link styles and font styles you would like in the CMS and the Front End.
 */

 
/* GENERIC STYLES 
-------------------------------------------- */

.typography * {
	font-family: Arial, Helvetica, sans-serif;
	
}


#ssRemoteWindow {
	width: 880px;
	height: 600px;
	font-size:12px;
	
}
.red{
    color:red;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;}

/* PARAGRAPHS 
-------------------------------------------- */
.typography p {
    font-family: Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	line-height: 18px;
	font-size: 12px;
	font-weight:525;
	margin: 0;
	padding-left:5px;
	padding-right:5px;
	text-align:justify;
}

/* QUOTES
-------------------------------------------- */
.typography blockquote {
	margin: 10px;
	font-size: 1.4em;
	color: #777;
	font-style: italic;
}	
.typography q {
	display:block;
	font-size: 0.8em;
	margin: 1em 1em;
	padding: 0.5em;
	border: 1px #ccc solid;
}

/* LINKS 
-------------------------------------------- */

.typography a {
	text-decoration: none;
	color: #D12229;
	font-weight: 600;
}
.typography a:hover {
	text-decoration: none;
	color: black;
	font-weight: 600;
}
	
		.typography a.quicklink
 {
	text-decoration: none;
	display:block;
	background-image: none;
	background-repeat:no-repeat;
	background-position: left center;
	text-indent:20px;
}

.typography a.quicklink:hover
 {
	text-decoration: none;
}

	


	/* LINK ICONS - shows type of file
	------------------------------------ */
	
		
	.typography a[href$=".pdf"],
	.typography a[href$=".PDF"],
	.typography a.pdf {
		padding-left: 20px;
		background: url('../images/icons/page_white_acrobat.png') no-repeat left center;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	.typography a[href$=".doc"],
	.typography a[href$=".DOC"],
	.typography a.doc {
		padding-left: 20px;
		background: url('../images/icons/page_word.png') no-repeat left center;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	.typography a[href$=".xls"],
	.typography a[href$=".XLS"],
	.typography a.xls {
		padding-left: 20px;
		background: url('../images/icons/page_excel.png') no-repeat left center;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	.typography a[href$=".gz"],
	.typography a[href$=".GZ"],
	.typography a[href$=".gzip"],
	.typography a[href$=".GZIP"],
	.typography a[href$=".zip"],
	.typography a[href$=".ZIP"],
	.typography a.archive {
		padding-left: 20px;
		background: url('../images/icons/page_white_zip.png') no-repeat left center;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
	.typography a[href$=".exe"],
	.typography a[href$=".EXE"],
	.typography a.application {
		padding-left: 20px;
		background: url('../images/icons/application.png') no-repeat left center;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

/* LIST STYLES 
-------------------------------------------- */
.typography ul, 
.typography ol {
	color: #666;
	list-style:none outside;
	padding:0;
	margin:0;
}
	.typography li {
		font-size: 11px;
		list-style:none outside;
		padding:0;
		margin:0;

	}
		.typography li li {
			font-size: 10px;
			padding:0;
			margin:0;

		}
		
#List ul {
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	overflow: hidden;
	
}

#List li.ListEntry{
	margin-top: 4px;
	list-style:none;
	width:654px;
	float:left;
	list-style-position:outside;
	border: solid 1px #adadad;
	background-color:#d4d4d4;
	padding:8px;

	
}

#List .ListHeader{
	font-size:14px;
	font-weight:bold;
	color:red;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
	width:190px;
}

#List li .ListImage {
	margin-right: 10px;
	float:left;
	height: 103px;
	border:4px #CCCCCC solid; 
}

#List .ListName{
	font-size:12px;
	font-weight:bold;
	color:#2e2e2e;
	margin-bottom:5px;
	float:left;
	width:140px;
}

#List .ListDiscription{
	float:left;
	width: 160px;
	color:black;
}

#List .ListDiscriptionProducts{
	float:left;
	width: 100%;
}

.DealerLink a {
	color: red;
}


.DealerLink a:hover {
	color: black;
}


#List li.ListEntryProducts {
	min-height: 130px;
	margin-bottom: 20px;
	border-bottom: 1px #666666 dashed;
	list-style:none;
	list-style-position:outside;
	width:98%;

}

#List .ListImageProducts {
	margin-right:10px;
	text-align:left;
	float:left;
		border:4px #CCCCCC solid; 

}

#List .ListNameProducts {
	font-size:16px;
	font-weight:bolder;
	color:red;
	margin-bottom:5px;
	padding:3px;
	clear:both;
	display:block;
	clear:both;
}


#List .models {
	font-weight:bold;
	color:white;
	background:#f70b0b;
	width:100%;
	padding: 5px;
	clear:both;
}

#List .ListDetialsProducts{
	padding-top:10px;
	padding-bottom:10px;
	height:100%;
	overflow:hidden;
}


#HolderCategories {
	margin:0; padding:0;
}

#HolderCategories li {
	float: left;
	display:block;
	width:100%;
	margin-bottom: 15px;
}

#HolderCategories li a.Title {
font-size: 14px;
color:white;
display:block;
margin-bottom:10px;
}


#HolderCategories li ul {
	display:block;
	margin-left: 10px;
}

#HolderCategories li ul li {
margin-bottom:0;
}



#HolderCategories li img {
	float: left;
	margin-right: 15px;
}

		
/* HEADER STYLES 
-------------------------------------------- */

.typography h1,
.typography h2 {
	margin: 0;
	font-weight: 200;
	font-family:Arial, sans-serif;
}

.typography h1.SEO {
 	font-size: 15px;
	color: #121212;
	font-weight:bold;
    margin-left:auto;
    margin-right:auto;
	text-align:justify;
	padding-left:2px;
}
.typography-listings h1.SEO {
 	font-size: 15px;
	color: #121212;
	font-weight:bold;
    margin-left:auto;
    margin-right:auto;
	text-align:justify;
	padding-left:2px;
}


.typography h2 {
	background-position: transparent;
	font-size: 16px;
	font-weight: 800;
	color: red;
	text-transform: uppercase;
	padding-left: 6px;
	display: block;
	margin-top:14px;
	

}

#cool{
	color: white;
	padding:6px;
	font-size:14px;
	

}

}
.typography h3 {
	color: white;
	margin: 0 0 18px 0;
	font-weight: 100;
	clear: both;
	font-size: 22px;

}

#searchbox h3 {
	color: white;
	margin: 0 0 18px 0;
	font-weight: 100;
	clear: both;
	font-size: 22px;
	font-weight: bold;
	text-transform:uppercase;

}

#TitleBox h3.Title {
	color: white;
	margin: 0 0 18px 0;
	font-weight: bold;
	clear: both;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;

}

.typography  h4 {
	font-size: 18px;
	color: #C0C0C0;
	width: 95%;
	font-weight: bold;
	line-height: 18px;
	margin: 0 0 16px 0;
}
.typography h5 {
	font-size: 14px;
	color: #222;
	font-weight: 700;
	margin: 0 0 12px 0;
}
.typography h6 {
	font-size: 13px;
	color: #555;
	line-height: 1.4em;
	margin: 0 0 12px 0;
}




/* PRE STYLES 
-------------------------------------------- */	
.typography pre {
	font-family:"Courier New",Courier;
	display:block;
	font-size:1.2em;
	margin:2em 5em;
	padding:0.5em;
	border:1px #ccc solid;
	background:#eee;;
}

/* TABLE STYLING 
-------------------------------------------- */
.typography table {
	margin: 0 0 0px 0;
	font-size: 11px;
	color: #666;
	border-collapse:collapse;
}
	.typography tr {}
	
		.typography td {
			border: 0px transparent none;
			
		}

/* WYSIWYG EDITOR ALIGNMENT CLASSES 
-------------------------------------------- */
.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}





/* IMAGES 
-------------------------------------------- */
.typography img {
	border: none;
}
	.typography img.right {
		float: right;
		margin-left: 6px;
	}
	.typography img.left {
		float: left;
		margin-right:6px;
	}
	.typography img.leftAlone {
		float: left;
		
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
