/*Ilinga Publications Default Typography Styles*/

 
/* GENERIC STYLES 
-------------------------------------------- */
 
* {
	font-family:
            Georgia,
            serif;
	font-size:12px;
}


/* PARAGRAPHS 
-------------------------------------------- */
 p, q, blockquote {
 	margin-bottom:8px;
	line-height:20px;
}

/* QUOTES
-------------------------------------------- */
.commentBox cite {
	font-size:10px;
	color:#000;
}	
.commentBox blockquote {
	
}

/* LINKS 
-------------------------------------------- */

a { 
 	color:#007AFF;
	text-decoration:none;
}
	a:hover { 
 		text-decoration:underline;
	}


/* LIST STYLES 
-------------------------------------------- */
ul, 
ol {
	
}
	li {
		
	}
		li li {
			
		}


/* HEADER STYLES 
-------------------------------------------- */


h1 {
	font-size:32px;
	font-weight:normal;
	line-height:32px;
	padding-bottom:8px;
	margin-bottom:8px;
	color:#800000;
	border-bottom:#800000 solid 1px;
}
h2 { 
 	font-size:20px;
	font-weight:bold;
	margin-bottom:4px;
	color:#800000;
}	
h3 {
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
}
h4 {
	display:block;
	background:#000;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	padding:3px 8px;
	border-bottom:#fff solid 1px;
	
}
h5 {
	
}
h6 {
	
}

.strapLine {
	text-transform: inherit;
	font-size:20px;
	line-height:22px;
}

/* PRE STYLES 
-------------------------------------------- */	
pre {
	
}

/* TABLE STYLING 
-------------------------------------------- */
table {
	border-collapse:collapse;
	margin-bottom:4px;
}
	tr {}
		td {}
		
.productSpecs {
	width:100%;
	background:#E0E0E0;
}
	.productSpecs tr {
		border-bottom:#fff solid 1px;
	}
		.productSpecs td {
			padding:4px;
		}
		.darkCell{
			background:#C2C2C2;
			width:120px;
		}


/* IMAGES 
-------------------------------------------- */
.floatLeft {
	float:left;
	margin:4px 8px 0 0;
	border: solid 1px #ccc;
}
