/*********************************************************/
/*********************** TYPOGRAPHY **********************/
/*********************************************************/

/*
 * GREY: 6c6c6c
 * GREEN: aee557
 * RED: ea320e
 * BLUE: 72aed4
 * ORANGE: e4ac20
 * 
 */  

body{
	font-family: Arial, sans-serif;
	font-size: 100%;
	color: #6c6c6c;
}

/*** smaller screens have reduced font weight for better readability ***/
@media only screen and (max-width: 302px) {
	body{ font-size: 80%; }
}

@media only screen and (max-width: 403px) {
	body{ font-size: 85%; }
}

@media only screen and (max-width: 605px) {
	body{ font-size: 90%; }
}

/*** HEADINGS ***/

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Heading, Arial;
	margin-bottom: 0.75em;
	line-height: 1.25;
	color: #6c6c6c;
	text-transform: uppercase;
}

h1 { font-size: 1.9em; font-weight: bold; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; color: #585858; }
h4 { font-size: 1.0em; color: #72aed4;  }
h5 { font-size: 0.95em; text-align: center; color: #ea320e; }
h6 { font-size: 0.9em; }

b { font-weight: bold; }

/*** PARAGRAPH ***/

p {
	font-family: Arial;
	margin-bottom: 0.75em;
	line-height: 1.5;
	font-size: 0.8em;
	color: #6c6c6c;
}

.Center{ text-align: center; }

p.Right{ float: right; }
p.Left { float: left; }

p.Secondary,
span.Secondary{ color: #aee557 !important; }
p.Tertiary,
span.Tertiary{ color: #72aed4 !important; }

/*** LINKS ***/

a {
	outline: 0;
	-moz-outline-style: none;
	
	color: #ea320e;
	text-decoration: none;
}

a:hover, a:active {
	color: #ea320e;
	text-decoration: underline;
}

/*** LINK VARIATIONS ***/

a.Link{
	padding: 0 0 0 15px;
	color: #e4ac20;
	background-image: url('../images/elem/arrow.png');
	background-repeat: no-repeat;
	background-position: left center;
}

a.Remove{
	padding: 0 0 0 15px;
	color: #ea320e;
	background-image: url('../images/elem/remove.png');
	background-repeat: no-repeat;
	background-position: left center;
}

a.Arrow{
	padding: 0 0 0 20px;
	background-image: url('../images/elem/arrow-link.png');
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

/*** LISTS ***/

ul, ol {
	margin-bottom: 0.75em;
}

ul li, ol li{
	font-family: Arial;
	line-height: 1.5;
	font-size: 0.8em;
	color: #6c6c6c;
}

/*** don't modify ***/
li ul, li ol {
	margin-top: 0.75em;
	margin-bottom: 0;
	margin-left: 1.0em;
}

/*** don't modify ***/
li ul li, li ol li { font-size: 1.0em; }

/*** UNORDERED LISTS ***/

ul { list-style: disc inside; }

/*** ORDERED LIST ***/

ol { list-style: decimal inside; }

/*** OTHER ***/

sup{ font-size: 12px; font-weight: normal; vertical-align: super; line-height: 1.25; } 
sub{ font-size: 12px; font-weight: normal; vertical-align: sub; line-height: 1.25; } 

strong{ font-weight: bold; }
em{ font-style: italic; }

/*** HORIZONTAL LINE ***/

hr {
	height: 1px;
	border: 0;
	background-color: #aee557;
	margin: 1.0em 0;
	clear: both;
}

.Secondary hr{
	background-color: #6c6c6c;
}

.Tertiary hr{
	background-color: #e4ac20;
}

/*** SIZES ***/

.Large{
	font-size: 1.5em;
}

/*** IMAGE ***/

img.Img{
	margin-bottom: 15px;
	max-width: 100%;
}

img.Right{
	float: right;
	margin: 0 0 15px 15px;
	max-width: 100%;
}

img.Left{
	float: left;
	margin: 0 15px 15px 0;
	max-width: 100%;
}

/*** TABLE ***/

table{
	width: 100%;
	margin-bottom: 1.0em;
}

#Description #Specs table{
	font-size: 0.8em;
}

table th,
table td{
	color: #6c6c6c;
	text-align: left;
}

#Description #Specs table td img{
	float: left;
}

table th.Right,
table td.Right{
	text-align: right;
}

table th{
	font-weight: bold;
	white-space: nowrap;
}

table td{
	
}

table th > *,
table td > *{
	margin: 0 !important;
}

table th > hr,
table td > hr{
	margin: 0.5em 0 !important;
}

/*** TABLE VARIATIONS ***/

table.List{
	padding-top: 6px;
	border-collapse: separate;
    border-spacing: 0 6px;
}

table.List.Small{
	padding-top: 3px;
    border-spacing: 0 3px;
}


.Box .Content.Tertiary table.List *{
	color: #6c6c6c;
}

table.List th{
	padding: 0 20px 0 0;
}

table.List td{
	vertical-align: top;
	padding: 0.75em 20px 0.75em 0;
}

table.List.Small td{
	vertical-align: top;
	padding: 0.05em 20px 0 0;
}

table.List tfoot td{
	padding: 0.75em 20px 0 0;
}

table.List thead td{
	padding: 0 20px 0.75em 0;
}

table.List.Small thead td{
	padding: 0.25em 20px 0.2em 0;
}

table.List thead.Footable{ display: none; }

table.List tbody tr{
	background-color: #e2e2e2;
}

table.List th:first-child,
table.List td:first-child{
	padding-left: 2.0em;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

table.List td:last-child,
table.List td:last-child{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*** Expand arrow shows only for smaller widths ***/
@media only screen and (max-width: 807px) {

table.List td.expand,
table.List-Small td.expand{
	background-image: url('../images/elem/arrow-white.png');
	background-repeat: no-repeat;
	background-position: 0.75em center;
	cursor: pointer;
}

table.List tr.footable-detail-show td.expand,
table.List-Small tr.footable-detail-show td.expand{
	background-image: url('../images/elem/arrow-down-white.png');
}

}