@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

.headings {
	font-family: Open Sans;
	font-size: 56px;
	font-weight: 300;
	color: #c30301;
}

.grey_headings {
	font-family: Open Sans ;
	font-size: 56px;
	font-weight: 300;
	color: #222;
}
.subheads {
	font-family: Open Sans ;
	font-size: 24px;
	color: #c30301;
	font-weight: 400;
	text-decoration: none;
}
.subheads:hover {
	font-family: Open Sans ;
	font-size: 24px;
	color: #666;
	text-decoration: underline;
}
.subhead_lilac {
	font-family: Open Sans ;
	font-size: 24px;
	font-weight: bold;
	color: #c30301;
}
.discount {
	font-family: Open Sans ;
	font-size: 21px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
.phoneno {
	font-family: Open Sans ;
	font-size: 21px;
	color: #666;
	text-decoration: none;
}
.collections {
	font-family: Open Sans ;
	font-size: 21px;
	line-height: 30px;
	color: #c30301;
	font-weight: normal;
	text-decoration: none;
}
.collections:hover {
	font-family: Open Sans ;
	font-size: 21px;
	line-height: 30px;
	color: #444;
	font-weight: normal;
	text-decoration: underline;
}
.bodytext {
	font-family: Open Sans;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.bold_list {
	font-family: Open Sans ;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	font-weight: bold;
}
.links {
	font-family: Open Sans;
	font-size: 11px;
	line-height: 17px;
	color: #333;
	text-decoration: none;
}
.links:hover {
	font-family: Open Sans;
	font-size: 11px;
	color: #c30301;
	line-height: 17px;
	text-decoration: underline;
}
.white_links {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	padding-top: 5px;
	line-height: 36px;
	padding-left: 5px;
	text-decoration: none;	
}
.white_links:hover {
	font-family: Open Sans;
	font-size: 14px;
	font-weight: bold;
	color: #e2e2e4;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	padding-top: 5px;
	line-height: 36px;
	padding-left: 5px;
	text-decoration: underline;
}
.small {
	font-family: Open Sans;
	font-size: 11px;
	color: #333;
}
.purple_links {
	font-family: Open Sans;
	font-size: 11px;
	color: #c30301;
	text-decoration: underline;
}
.purple_links:hover {
	font-family: Open Sans;
	font-size: 11px;
	color: #c30301;
	text-decoration: none;
}
.was_price {
	font-family: Open Sans;
	font-size: 11px;
	color: #F00;
	text-decoration: line-through;
}
.line {
	font-family: Open Sans;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c30301;
	margin-bottom: 5px;
}
.image {
	border: 1px solid #DCDCDC;
}

