/* =================== STYLE =================== */
/* HEADINGS */
h1 {
    font-size: 197%;
    color: #303945;
    font-weight: 700;
    padding: 0 0 5px 0;
}

h1 a:link, a:visited {
    color: #303945;
}

h2 {
    font-size: 123.1%;
    font-weight: bold;
    padding: 17px 0 17px 0;
}

h4 {
    font-size: 100%;
    font-weight: bold;
}

/* BULLET POINTS */
ul.feature {
    background-color: #DFDFDF;
    padding: 10px;
}

li.feature {
    list-style-type: disc;
    padding: 4px 4px 4px 4px;
    margin-left: 22px;
}

ul.feature_sub {
    background-color: #DFDFDF;
    padding: 10px;
}

li.feature_sub {
    list-style-type: square;
    padding: 2px 4px 2px 4px;
    margin-left: 18px;
}

/* SIDEBAR BULLET POINTS */
ul.sidebar_feature {
    padding: 0 0 0 20px;
}

li.sidebar_feature {
    list-style-type: disc;
}

/* Tabular data */

table.table_features {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #edeae6;
	font-size: 100%;
	line-height: 140%;
	margin: 0.3em 0em 1em 0em;
}

table.table_features td {
	border-width:		1px 0px 0px 0px;
	border-style:		solid;
	border-color:		#edeae6;
	padding:			0.3em 0.5em;
}

table.table_features td h3 {
	margin:				0.4em 0.2em;
	border-width: 		0px;
}

table.table_features td strong {
	font-size:			100%;
	font-weight:		bold;
}

tr.table_heading {
	background-color:	#F1F2F4;
}

tr.table_heading td {
	padding:			0px;
	text-align:			center;
}

tr.table_heading h3 {
	margin: 0.4em 0.2em;
	padding: 0px;
	font-size: 107%;
	font-weight: bold;
	border-width: 0px;
}

td.star {
	text-align:	center;
}

td.price {
	font-size:			127%;
	font-weight:		bold;
	text-align:			center;
}

td.centered {
	text-align:			center;
}

td.price h3 {
	color:				#330000;
	margin:				0px;
	padding:			0px;
	border-width:		0px;
}

tr.alternating {
	background-color:	#FAF9F8;
}

/* GENERAL STYLES */
sup {
    font-size: 93%;
}

em {
    font-style: italic;
}

div#float-right {
    float: right;
    text-align: right;
}

div#top-menu {
}

div#addthis {
    margin-top: 20px;
    clear: both;
}

img.debenu-logo {
    text-align: center;
    margin-bottom: 5px;
}

div.wrap-text {
    font-size: 93%;
}

p.content {
    padding-bottom: 10px;
}

p.small {
    font-size: 77%;
    padding-bottom: 10px;
}
span.apostrophe {
    color: red;
}

span.new{
color: red;
font-weight: bold;
}

strong {
font-weight:bold;}

hr {
color: #DFDFDF;
}

/*
 
 LINKS
 
 -------------------------------------------------- */
a:link, a:visited {
    color: #4D7CC1;
}

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


/* =================== LAYOUT/STRUCTURE  =================== */
/* HEADER */
div#hd {
    margin-top: 15px;
}

/* CONTENT */
div#align-center {
    text-align: center;
}

/* SIDEBAR */
div#r-sidebar {
    background-color: #E1ECFE;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

div#r-sidebar p {
    padding-bottom: 10px;
}

/* FOOTER */
div#ft {
    margin-top: 25px;
    margin-bottom: 25px;
}
