html {
	height: 100%;
}


body, div, table, tbody, tr, td {
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	line-height: 1.3em;
	color: #000;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}

a {
	/* color: #105CB6; */
    color: #000;
	text-decoration: none;
}

a:visited {
	/* color: #105CB6; */
    color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	text-decoration: underline;
}

a:active, a:focus {
	color: #003;
	text-decoration: none;
}

form {
	margin: 0;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	color: #000;
	font-family: "Lucida Grande",Tahoma,Verdana,Arial,sans-serif;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	letter-spacing: -0.02em;
}

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }


div.view_product_container:hover {
    background-color: #FFFF99;
}

.view_product_container h2, p {
    margin: 0;
    padding: 0;
}

.view_product_container {
    background-color: #fff;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
}

.product_highlight {
    background-color: #FFFF99;
}

div.clickable {
    margin-bottom: 10px;
}

div.clickable:hover {
    color: #000;
    cursor: pointer;
}

table.clickable {
    padding-top: 0px;
    padding-bottom: 0px;
    border: 1px solid gold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.product_title {
    font-size: 24px;
    text-decoration: underline;
    letter-spacing: -0.05em;
    color: #336699;
    font-weight: bold;
}

div.product_premium {
    background-color: #FFFFBB;
}

div.product_other {
    background-color: #EEEEEE;
}

.accordion h3, a, label {
    font-size: 12px;
    line-height: 1.1em;
}

label {
    cursor: pointer;
}

.filter_option_hidden {
    display: none;
}

h2.filter_option_header {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    color: #336699;
}

.del_SearchFilter {
    font-size: 12px;
    background-color: yellow;
    padding: 2px;
    margin: 0;
    border: 1px solid gold;
    background: lightyellow;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.search_filter_option_list {
    font-size: 10px;
    padding: 0;
    margin: 0;
}

.search_filter_option_container {
    margin-left: 10px;
}

.sort_option {
    text-decoration: underline;
    font-size: 10px;
    color: #336699;
}

.sort_option_selected {
    text-decoration: underline;
    font-size: 10px;
    color: #336699;
    font-weight: bold;
}

a.select_all {
    text-decoration: underline;
    font-weight: bold;
    color: #336699;
}

a.select_none {
    text-decoration: underline;
    font-weight: bold;
    color: #336699;
}

a.select_only {
    text-decoration: underline;
    color: #336699;
}

.feedback {
    position: absolute;
    z-index: 99998;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 20px;;
    background-color: orange;
    margin: 4px;
    padding: 4px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.feedback a {
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


.feedback_response {
    position: absolute;
    z-index: 99999;
    position: fixed;
    bottom: 50;
    right: 25;
    width: 400px;
    height: 220px;;
    background-color: #ddd;
    margin: 4px;
    padding: 4px;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
}

.feedback_response a {
    text-decoration: underline;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}


a.blue_link {
    text-decoration: underline;
    color: #336699;
}

.sort_by_radio {
    margin: 0;
    padding: 0;
    margin-right: 2px;
    vertical-align: middle;
}


.front_point_problem {
    color: orangered;
    font-size: 14px;
    font-weight: normal;
}

.front_point_solution {
    color: #336699;
    font-size: 14px;
    font-weight: normal;
}

