@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body { 
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
}

a, 
a:active, 
a:link,    
a:visited { color: black; text-decoration: none; }
a:hover   { color: #cc0000; text-decoration: none; }



.header-row ul li { 
	list-style-type: none;
	display: block;
	float: left;
	margin-right: 10px;
}

.tyfoonForm .row { 
	margin-bottom: 12px;
}

#tyfoonCart label { 
	white-space: nowrap;
}

.align-right {
	text-align: right;
}	

.headline-md { 
color: black;
font-size: 18px;
}

.btn, 
.btn a,
.btn a:active,
.btn a:link,
.btn a:visited,
.btn a:hover {
	color: white !important;
}

.btn-default {
	background: #e3e3e3;
}


#tyfoonCart .btn-default { 
	color: black !important;
}

#tyfoonCart .plp_price { 
	font-size: 2em;
	margin: auto;
	text-align: center;
}

#tyfoonCart .zkeThumbnail { 
	border: 1px solid black;
	margin-bottom: 10px;
}


/*
ul { list-style-type: none; overflow: hidden; width:200px; }
ul li { float:left; width: 100px; }
ul li a { display: block; padding: 10px; width:80px; }
ul li a:hover { background: black; }
*/

#bottom-footer { 
	background: black;
	padding: 1.2em 0;
	color: white;
}

#mainContainer { 
	min-height: 700px;
}

#mainNavigation {
	padding: 14px 0; 
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-transform: uppercase;
	font-size: 1em;
	color: black;
}

#mainNavigation a {
	color: black;
	text-decoration: none;
	margin-right: 10px;
}

.crumbtrail { 
	text-transform: uppercase;
	margin: 10px 0;
}


.header-row { 	
	padding-top: 2.5%;
}

.prod-caption h4 { 
	font-size: 1em;
	white-space: nowrap;
	text-decoration: none;
}

.price { 

}

.price-sale { 

}

.price-msrp { 

}

.price-wholesale { 

}

.price-original { 

}

.strike-through { 
	text-decoration: line-through;
}

/* @media (max-width: 767px - phone*/
/* @media (min-width: 768px) and (max-width: 991px) - tablet */
/* @media (min-width: 992px) and (max-width: 1199px) - pc */
/* @media (min-width: 1200px) - massive */

