
body { 
	font-family: 'Titillium Web',arial,helvetica,sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: #848484;
}

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

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }

h1 {
	color: #1e1e1e;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	color: #1e1e1e;
    font-size: 32px;
    font-weight: normal;
    text-transform: normal;
    margin: 0 0 20px 0;
}
	h2 a {
		text-decoration: none;
		color: #1e1e1e;
	}

h3 {
	color: #1e1e1e;
    font-size: 22px;
    text-transform: normal;
    margin: 0 0 20px 0;
} 

h4 { 
	color: #1e1e1e;
    font-size: 18px;
    text-transform: normal;
    margin: 0 0 20px 0;
}

hr {
	height: 1px;
	margin: 30px 0;
	padding: 0;
	font-size: 0;
	border: none;
	background-color: #e5e5e5;

	color: #e5e5e5;
}

strong { color: #58585a; font-weight: 600; }

/* Links
-------------------------------------------------------------- */

a {	color: #848484; }
a:hover, a:focus { color: #d3254a; }
a.color { color: #d3254a; }
a.text:hover { color: #d3254a; }

.link {}

	.link a {
		display: block;
		padding: 0 10px;
		margin: 0 0 1px 0;
		background-color: #f8f8f8;

		font-size: 14px;
		line-height: 32px;
		color: #2b2b2b;
		text-decoration: none;
	}	

	.link a:hover {
		background-color: #d3254a;

		color: #ffffff;
	}

/* Text elements
-------------------------------------------------------------- */

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: 600; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }
p 			{ margin: 0 0 20px 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre			{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 15px; }
ul, ol      { margin: 0 15px 15px 15px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 15px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 15px;}


/* Tables
-------------------------------------------------------------- */

table			{ }
th				{ font-weight: bold; }
thead th 		{ background: #c3d9ff; }
th,td,caption	{ padding: 0px 0px 3px 0px; }
tr.even td		{ background: #e5ecf9; }
tfoot			{ font-style: italic; }
caption			{ background: #eee; }


table.table{
	font-size:14px;
	margin: 0px;
	background-color: white;
}

#tablePopUp {border: none;}

#tablePopUp td {border-right: 1px solid #eaeaea;}


#tablePopUp th, #tablePopUp td {text-align: center;}

#tablePopUp .checkered {
	background-color: transparent;
	border-bottom: 1px solid transparent;
}

#tablePopUp span {font-size: 14px;}

#tablePopUp th.white {
	color: #757575;
	background: #e1e1e1; /* Old browsers */
	background: -moz-linear-gradient(top,  #e1e1e1 0%, #f1f1f1 23%, #ffffff 95%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e1e1e1), color-stop(23%,#f1f1f1), color-stop(95%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e1e1e1 0%,#f1f1f1 23%,#ffffff 95%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e1e1e1 0%,#f1f1f1 23%,#ffffff 95%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e1e1e1 0%,#f1f1f1 23%,#ffffff 95%); /* IE10+ */
	background: linear-gradient(top,  #e1e1e1 0%,#f1f1f1 23%,#ffffff 95%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e1e1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #ededed;
}

table.table th{
	padding:6px;
	background-color: #26221d;

	color:#ffffff;
}

table.table td{
	padding:3px 6px;
	border-bottom:1px solid #eaeaea;
}

table hr{
	margin:10px 0;
}

.Fam85x55 table.table th,
.Fam128x82 table.table th,
.Fam148x105 table.table th {
	background-color: #d3254a;
}

	.Fam85x55 table.table td.orange,
	.Fam128x82 table.table td.orange,
	.Fam148x105 table.table td.orange {
		background-color: #bfe9ea !important;
		border-bottom: 1px solid #84d5d6 !important;
		color: #09999b !important;
	}

.Cou85x55 table.table th {
	background-color: #e04685;
}

	.Cou85x55 table.table td.orange {
		background-color: #f6c7da !important;
		border-bottom: 1px solid #ed93b8 !important;
		color: #d1256b !important;
	}

#ctl00_mainContent_ctl00_ctl00_PriceList_pnlFeel table.table th {
	background-color: #b6ca01;
}


/* Misc classes
-------------------------------------------------------------- */

.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { color: #f35317;font-weight: bold; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }
