﻿body {
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	line-height: 15px;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	color: #d91d2d;		
}

h1 {
	display: block;
	height: 50px;
	font-size: 34px;
	line-height: 40px;
	font-weight: normal;
    margin: 0;
}	
#home h1 {
	color: #0099cc;
}
#collection h1 {
	color: #66cc33;
}
#retailer h1 {
	color: #cc0099;
}
#contact h1 {
	color: #660099;
}
#sale h1 {
	color: #ff3333;
}
#cart h1, 
#order h1,
#checkout h1 {
	color: #ff9900;
}
#legal h1 {
	color: #d91d2d;
}

#cart .sel_headline .active, 
#order .sel_headline .active,
#checkout .sel_headline .active {
	color: #ff9900;
}

.h_nopadding {
	padding: 0 !important;
}

.font_medium {
	font-size: 12px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
}
.font_bold.font_medium {
	text-transform: uppercase;
}

.sel_headline.font_medium {
	font-size: 14px;
}

.font_small {
	font-size: 10px;
	line-height: 14px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
}
.font_redbold {
	font-weight: bold;
	color: #ff0000;
}

.font_highlight {
	color: #ff0000;
}

.font_red {
	color: #d91d2d;		
}

.font_gray {
	color: #999999;
}

.font_input {
	font-size: 12px;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-weight: normal;	
}

.font_bold {
	font-weight: bold;
}

.font_available {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	color: green;	
}

.font_notavailable {
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
	font-weight: normal;
	color: red;	
	font-size: 10px;
}

.font_footnote {
    padding: 3px 0 7px 0;
    font-size: 0.88em;
	font-family: Tahoma, Helvetica, Arial, Sans-Serif;
    font-style: italic;
    clear: left;
}

.font_image {
    font-weight: bold;
    color: #ffffff;
}

.font_hidden {
	font-size: 0.1em;
	color: #ffffff;
	display: none;
}

.font_price {
	font-weight: bold;
}
.font_title {
	font-weight: bold;
	text-transform: uppercase;
}

