/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/



a, a:link, a:visited {
	color: #941136;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #941136;
	font-weight: bold;
	text-decoration: underline;
}
/* End Links */





/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: right;
	color:941136;
}

h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;

}

h3 {
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h4 {
	font-size: 12px;
	text-align: left;
}

h5 {
	font-size: 17px;
	text-align: center;
}

h6 {
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.fett {
	font-weight: bold;
}
/* `Spacing
----------------------------------------------------------------------------------------------------*/
.product_headline {
	font-size: 14px;
	font-weight:bold;
}
.girls {
	font-size: 11px;
	font-weight:bold;
	color:#F06
}
.boys {
	font-size: 11px;
	font-weight:bold;
	color:#039
}
.unisex {
	font-size: 11px;
	font-weight:bold;
	color:#333
}
