/* Copyright by PSDtoXHTML.co.uk */
/* Reset CSS */
html,body,div,h1,h2,h3,form,p,input { 
	margin: 0; 
	padding: 0; 
}

a, a:active, a:focus {
	outline: none;
}

img {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/* Layout */
body {
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Tahoma, Geneva, sans-serif;
	background-color: #404040;
}

div.clear-float {
	clear: both;
	float: none;
	height: 0px; /* IE7 Double Margin Bug Fix */
}

span.tooltip {
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	background-color: #9F9F9F;
	line-height: 10px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #EFEFEF;
	cursor: help;
}

.wrap-header {
	display: block;
	height: 300px;
	width: 100%;
	background-color: #0597c6;
	background-image: url(../components/header_wrap.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.header {
	display: block;
	height: 300px;
	width: 980px;
	background-color: #0597c6;
	background-image: url(../components/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}

.header h1, .header h2, .header p {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.header h1 {
	font-size: 42px;
	color: #FFFFFF;
	line-height: 120px;
	vertical-align: bottom;
	display: block;
}

.header h2 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 120px;
	vertical-align: bottom;
	display: block;
}

.header p {
	display: block;
	width: 350px;
	font-size: 20px;
	margin-top: 23px;
	color: #000000;
}

.replace { 
	position: relative; 
	margin: 0px; 
	padding: 0px; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
} 

.replace span { 
	display: block; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 1; /*for Opera 5 and 6*/ 
} 

#page-title, #page-title span {
	height: 120px;
	width: 320px;
	background-image: url(../components/page-title.jpg);
} 

#page-subtitle, #page-subtitle span {
	height: 120px;
	width: 320px;
	background-image: url(../components/page-subtitle.jpg);
} 

.wrap-highlights {
	display: block;
	height: 150px;
	background-color: #404040;
}

.highlights {
	display: block;
	height: 150px;
	width: 980px;
	background-color: #404040;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../components/highlights.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
}

.highlights h2, .highlights h1 {
	margin-right: 10px;
	margin-left: 115px;
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.highlights p {
	margin-right: 10px;
	margin-left: 115px;
	margin-top: 0px;
}

.highlights h1.center-h1, h2.center-h2, p.center-p {
	margin-left: 120px;
}

.highlights a {
	display: block;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #ECEEEF;
}

.highlights a:hover {
	color: #FFFFFF;
}

.wrap-nav {
	display: block;
	height: 75px;
	background-color: #e5e6e7;
}

.nav {
	display: block;
	height: 75px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #e5e6e7;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.nav a {
	color: #0579b1;
	text-decoration: none;
	font-weight: bold;
}

.nav a.submit-project {
	color: #0579b1;
	text-decoration: none;
	font-weight: bold;
}

.nav a:hover {
	color: #0579b1;
}

.nav a.focused {
	color: #000000;
}

.nav p {
	margin-right: 10px;
	margin-left: 30px;
	line-height: 75px;
	font-size: 20px;
	display: block;
	height: 75px;
	vertical-align: middle;
}

.nav img {
	margin-top: 17px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 10px;
}

.nav ul {
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.nav li {
	height: 75px;
	display: inline;
	font-size: 18px;
	line-height: 75px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.wrap-main, .wrap-main-plain {
	display: block;
	background-color: #FFFFFF;
	background-image: url(../components/main.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

.wrap-main-plain {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9DDE0;
}

.main, .main-plain {
	display: block;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}

.main {
	background-image: url(../components/main.jpg);
}

.main-plain {
	background-image: url(../components/main-plain.jpg);
	margin-bottom: 10px;
}

.main img.icon, .main-plain img.icon {
	float: left;
	margin-right: 10px;
}

.main h1, .main h2, .main-plain h1, .main-plain h2 {
	margin-right: 10px;
	margin-left: 30px;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
}

.main h1.centered , .main h2.centered , .main-plain h1.centered , .main-plain h2.centered  {
	text-align: center;
}

.main h1.h1-terms, .main-plain h1.h1-terms {
	margin-top: 0px;
}

.main h1.h1-404 {
	font-size: 36px;
}

.main h2.framework, .main-plain h2.framework, .main h2.image-conversions {
	display: block;
	line-height: 40px;
	padding-bottom: 10px;
}

.main h2.jsdemo, .main-plain h2.jsdemo {
	display: block;
}

.main p.img-coversions-first {
	padding-top: 23px;
}

.error {
	color: #999999;
}

/*.main h2 {
	margin-right: 10px;
	margin-left: 30px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}*/

.main h3, .main-plain h3 {
	margin-right: 10px;
	margin-left: 30px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.main p, .main-plain p {
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 15px;
	display: block;
	clear: both;
	float: none;
}

.main p.imp, .main-plain p.imp {
	font-weight: bold;
	font-size: 16px;
}

.main p.gray, .main-plain p.gray  {
	color: #707070;
}

.main a, .main-plain a {
	color: #0579b1;
	text-decoration: none;
}

.main a:hover, .main-plain a:hover  {
	text-decoration: underline;
	color: #04628E;
}

.main p.note, .main-plain p.note {
	font-size: 11px;
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	float: none;
	margin-right: 30px;
	color: #7c7c7c;
	margin-top: 5px;
	display: block;
	clear: both;
}

.main ul, .main-plain ul {
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.main ul.framework-demo, .main-plain ul.framework-demo {
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 45px;
}

.main ul.framework-demo a, .main-plain ul.framework-demo a {
	background-image: url(../components/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	font-weight: bold;
}

.main ul.ul-terms-center {
	margin-top: 45px;
}

.main li {
	margin-bottom: 10px;
}

.main ul.order-list {
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.main ul.order-list li {
	display: inline;
	float: left;
	clear: both;
	margin: 0px;
	padding: 0px;
}

.main ul.order-list li.terminate {
	float: right;
	clear: right;
	margin: 0px;
	padding: 0px;
}

.main ul.img-conversions {
	padding: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-top: 23px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 45px;
}

.main ol {
	list-style-position: inside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-weight: bold;
}

.main ol.ol-none {
	list-style-type: none;
}

.main ol.ol-none li {
}

.main ol.ol-nested {
	margin-left: 10px;
	font-weight: normal;
}

.main ol.ol-nested {
	margin-left: 0px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
}

.main ol.ol-nested-none {
	margin-left: 0px;
	font-weight: normal;
	list-style-position: inside;
	list-style-type: none;
	margin-top: 0px;
	padding-top: 0px;
}

.ref {
	font-weight: bold;
}

.left {
	display: block;
	padding: 0px;
	float: left;
	width: 320px;
	overflow: auto;
	margin: 0px;
}
p.subheader {
	display: block;
	font-size: 20px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 115px;
}
p.subheader-center {
	display: block;
	font-size: 20px;
	padding: 0px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 120px;
}

.center {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 320px;
	overflow: auto;
}

.left-center {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 640px;
	height: auto;
}

.right {
	display: block;
	margin: 0px;
	padding: 0px;
	float: right;
	width: 340px;
}

.right p {
	margin-right: 20px;
}

.wrap-footer {
	height: auto;
	width: 100%;
	background-color: #404040;
	clear: both;
}

.footer {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	color: #eeeeee;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: left top;
}

.footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.footer a {
	color: #D9DFDF;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

.footer p {
	margin-right: 5px;
	margin-left: 30px;
	margin-bottom: 17px;
	display: block;
	margin-top: 6px;
	padding: 0px;
}

.footer p.validators-list {
	margin-bottom: 10px;
}

.footer p.browser-list {
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
	display: block;
	margin-top: 0px;
	padding: 0px;
}

.footer p.bookmarks-list {
	margin-right: 0px;
	margin-left: 34px;
	margin-bottom: 5px;
	display: block;
	margin-top: 25px;
	padding: 0px;
}

.footer ul {
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.footer li {
	height: 75px;
	display: inline;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.footer img.browser-icon {
	padding-right: 10px;
}

.share_bookmarks {
	margin-right: 0px;
	margin-left: 38px;
	margin-bottom: 5px;
	display: block;
	margin-top: 10px;
	padding: 0px;
}

.tab-large {
	background-image: url(../components/tab-large.png);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: right;
	width: 640px;
}

.tab-order-container {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.tab-order {
	background-image: url(../components/tab-order.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	height: 184px;
}

.tab-order h2 {
	font-size: 20px;
	padding: 0px;
	margin-top: 1px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 80px;
	line-height: 55px;
	text-align: left;

}

.tab-order p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 80px;
	text-align: left;
}

.tab-order p.price-box-container {
	font-size: 20px;
	font-weight: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	text-align: left;
}

.tab-header {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 110px;
	background-image: url(../components/tab-header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.tab-header:hover {
	background-image: url(../components/tab-header.gif);
}

.tab-middle {
	background-image: url(../components/tab-middle.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 110px;
}

.tab-middle:hover {
	background-image: url(../components/tab-middle.gif)
}

.tab-footer {
	background-image: url(../components/tab-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 110px;
}

.tab-details-header {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 220px;
	background-image: url(../components/tab-details-header.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.tab-details-middle {
	background-image: url(../components/tab-details-middle.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	height: 329px;
}

.tab-details-middle p {
	margin-bottom: 10px;
}

.tab-details-footer {
	background-image: url(../components/tab-details-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 110px;
	clear: both;
	overflow: hidden;
}

.tab-details-footer p {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.scroll-bar {
	height: 76px;
	margin: 0px;
	padding: 0px;
	display: block;
	clear: both;
	width: 640px;
}

.scroll-bar-title {
	height: 62px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 220px;
}

.scroll-bar-title-days {
	height: 62px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 210px;
}

.scroll-bar-container {
	height: 62px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 335px;
}



.scroll-bar h2 {
	font-size: 20px;
	margin-right: 15px;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

label {
	clear: both;
	float: none;
	display: block;
	overflow: visible;
	visibility: visible;
	text-align: left;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, Tahoma, Geneva, sans-serif;
}

label span {
}

input.url-field {
	border: 1px solid #e0e0e0;
}

input.pages-field, input.days-field {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	padding: 0px;
	height: 38px;
	vertical-align: middle;
	background-color: transparent;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

input.details-field {
	width: 270px;
	border: 1px solid #e0e0e0;
	margin: 0px;
	padding: 0px;
}

input.contact-field {
	width: 270px;
	border: 1px solid #e0e0e0;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 19px;
	margin-left: 0px;
}

input.radio-slider {
}

input.price-box {
	font-size: 22px;
	font-weight: bold;
	color: #000000;
	background-color: transparent;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	vertical-align: bottom;
}

input.cdimage-field {
	font-size: 13px;
	width: 100px;
	border: 1px solid #e0e0e0;
	margin: 0px;
	padding: 0px;
	clear: right;
}

input.filedata {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

input.button-checkout {
	margin-top: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img.img-cdimage {
	float: left;
	margin-right: 10px;
}

textarea.details-textarea {
	border: 1px solid #e0e0e0;
	height: 120px;
	width: 270px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

textarea.enquiry-textarea {
	border: 1px solid #e0e0e0;
	height: 200px;
	width: 270px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
}

.pagenum-container {
	display: block;
	padding: 0px;
	width: 20px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.daysnum-container {
	display: block;
	padding: 0px;
	width: 45px;
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.pagenum-container span, .daysnum-container span {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.radio-slider-container {
	text-align: center;
	display: block;
	margin: 0px;
	padding: 0px;
}

.hintsClass {
	font-family: Tahoma, Geneva, Helvetica, Arial, sans-serif;
	color: #FFF;
	position: absolute;
	z-index: 1000;
	font-size: 11px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	width: 230px;
	display: block;
	background-image: url(../components/tooltip.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 79px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hintsClass h1 {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #404040;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

.hintsClass p {
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 51px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #656565;
	background-image: url(../components/hint_p_bgr.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}

#ordersummary {
	font-family: "Trebuchet MS", Helvetica, Tahoma, Geneva, sans-serif;
	text-align: left;
	font-size: 20px;
	margin-left: 80px;
}

#googleCheckoutLogo {
	margin-right: 0px;
	margin-left: 30px;
	margin-bottom: 15px;
	display: block;
	clear: both;
	float: none;
	margin-top: 10px;
	padding-top: 0px;
}

#badge_container a {
	cursor: default;
}

.swfupload {
	margin: 0px;
	display: block;
	width: 100px;
	float: none;
	clear: both;
	overflow: auto;
	visibility: visible;
	padding: 0px;
}
#swfupload-control {
	padding: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	display: block;
	clear: both;
	float: none;
}
#swfupload-control h2 {
	margin-right: 0px;
	margin-left: 0px;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#swfupload-control p{
	margin:0px;
	font-size:11px;
	padding: 0px;
}
#log{
	margin:0;
	padding:0;
	width:250px;
}
#log li{
	list-style-position:inside;
	margin:0px;
	border:1px solid #ccc;
	padding:5px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background:#fff;
	position:relative;
}
#log li .progressbar{ border:1px solid #333; height:5px; background:#fff; }
#log li .progress{ background:#999; width:0%; height:5px; }
#log li p{
	margin:0;
}
#log li.success{
	border:1px solid #999999;
}
#log li span.cancel{ position:absolute; top:5px; right:5px; width:20px; height:20px; 
	background:url('js/swfupload/cancel.png') no-repeat; cursor:pointer; }
#queuestatus {
	clear: right;
	display: block;
	margin: 0px;
	padding: 0px;
}
span.progressvalue {
	display: block;
	font-weight: bold;
}

#BB_BuyButtonForm {
	padding: 0px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#BB_BuyButtonForm input {
	font-size: 18px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
	background-color: transparent;
}

ul.column-odd, ul.column-even  {
	list-style-position: inside;
	list-style-type: none;
	width: 280px;
	clear: both;
	overflow: auto;
	padding: 0px;
	display: block;
	margin: 0px;
}
ul.column-odd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADFE3;
	display: block;
	clear: both;
	float: none;
	position: relative;
}
ul.column-even {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DADFE3;
	display: block;
	clear: both;
	float: none;
	position: relative;
}
ul.column-odd li, ul.column-even li {
	width: 90px;
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	line-height: 20px;
}
.tab, .tab-characters {
	margin-right: 10px;
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
	display: block;
	}
	
.tab-characters {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
}

li.character {
	font-size: 14px;
	font-weight: bold;
}

li.special {
	font-weight: bold;
	color: #5F5F5F;
}

span.js-block {
	font-weight: bold;
	display: block;
}
span.js-subblock {
	font-weight: normal;
	display: block;
	padding-bottom: 5px;
}
span.js-demo {
	font-weight: normal;
	display: block;
}

.divider {
	display: block;
	height: 25px;
	margin-top: 25px;
	margin-right: 10px;
	margin-left: 30px;
}

