/* CSS reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Hacks */
.clear {
	clear:both;
	height:0px;
}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
*+html .clearfix {height: 1%;}
.clearfix {display: block;}

form .clearfix {
	overflow: hidden;
}

/* Other styles */
body {
	font: 62.5% Verdana;
	background-color: #f1f1f1;
}

h2 {
	height:26px;
	line-height:21px;
	font-size:1em;
	color:#fff;
	padding-right:7px;
	background: url("graphics/blocks/h2-right-bg.png") no-repeat scroll top right;
	margin-bottom:5px;
}

h2 span {
	display: block;
	height:26px;
	line-height:23px;
	padding:0 15px 0 22px;
	background: url("graphics/blocks/h2-left-bg.png") no-repeat;
}

h2 a {
	color:#fff;
	text-decoration: none;
}

h2.color1 {
	background: url("graphics/blocks/h2-right1-bg.png") no-repeat scroll top right;
}

h2.color1 span {
	background: url("graphics/blocks/h2-left1-bg.png") no-repeat;
}

h2.color2 {
	background: url("graphics/blocks/h2-right2-bg.png") no-repeat scroll top right;
}

h2.color2 span {
	background: url("graphics/blocks/h2-left2-bg.png") no-repeat;
}

h2.color3 {
	background: url("graphics/blocks/h2-right3-bg.png") no-repeat scroll top right;
}

h2.color3 span {
	background: url("graphics/blocks/h2-left3-bg.png") no-repeat;
}

h2.color4 {
	padding-right:6px;
	background: url("graphics/blocks/h2-right4-bg.png") no-repeat scroll top right;
}

h2.color4 span {
	background: url("graphics/blocks/h2-left4-bg.png") no-repeat;
}

.wrapper {
	width:1004px;
	margin:0 auto;
}

#header {
	height:120px;
	background: url("graphics/header-bg.png") repeat-x 0 0;
}

#flags {
	position:absolute;
	top:88px;
	margin-left:60px;
}
#flags li {
	float:left;
	width:37px;
}

#logo {
	float:left;
	width:231px;
	height: 50px;
	background: url("graphics/logo.png") no-repeat;
	margin-top:30px;
}

#logo span {
	display:none;
}

#logo a {
	display:block;
	width:231px;
	height:50px;
}

.top-banner {
	float:right;
	margin-top:11px;
	border:2px solid #dadada;
}

#search {
	height:56px;
	line-height:60px;
	background: url("graphics/search-bg.gif") repeat-x 0 0;
	text-align: center;
}

.search-title {
	display:inline-block;
	vertical-align:middle;
	width:128px;
	height:16px;
	margin-top:-2px;
	background: url("graphics/search-title.gif") no-repeat 0 0;
	padding-right:45px;
}

.search-title span {
	display: none;
}

#search-field {
	width:532px;
	height:30px;
	background: url("graphics/search-field-bg.png") no-repeat 0 0;
	border:none;
	padding:0 0px 0 27px;
}

.search-btn {
	width:52px;
	height:32px;
	margin:0;
	position:absolute;
	top:134px;
	background: url("graphics/search-btn.jpg") no-repeat 0 0;
	background-color: transparent;
	border:none;
}

#menu {
	margin:5px 0 7px 0;
	font-family: Arial;
}

#menu li {
	float:left;
	margin-right:4px;
}

#menu a {
	display: block;
	height:44px;
	line-height:44px;
	padding-right:8px;
	background: url("graphics/menu-right-bg.png") no-repeat scroll top right;
	text-decoration: none;
	font-size:1.2em;
	font-weight: bold;
	color:#fff;
	text-shadow: 1px 1px 1px #000;
}

#menu a:hover h2 {
	color:#1ecf00;
}

#menu li.active a h2 {
	color:#1ecf00;
}

#menu li.rss {
	width:110px;
	float:right;
	margin:0;
}

#menu li.rss a {
	width:110px;
	background: url("graphics/menu-rss.png") no-repeat;
	text-align: center;
}

#menu li.rss a:hover {
	color:#fff;
}

#menu li.facebook {
	width:165px;
	float:right;
	margin:0 0 0 5px;
}

#menu li.facebook a {
	width:165px;
	background: url("graphics/menu-facebook.png") no-repeat;
	text-align: center;
	color:#000;
	text-shadow: none;
	padding-left:20px;
}

#menu li.rss a:hover {
	color:#fff;
}

#menu a span {
	display: block;
	height:44px;
	line-height:44px;
	padding:0 15px 0 22px;
	background: url("graphics/menu-left-bg.png") no-repeat;
}

#menu h2 {
	background: none;
	margin:0;
	padding:0;
	height:auto;
	line-height:inherit;
	font-size:inherit;
}

/* Blocks */
.block {
	margin-bottom:7px;
}

.block-194 {
	width:194px;
}

.block-483 {
	width:483px;
	height:390px;
}

.block-465 {
	width:465px;
}

.block-311 {
	width:311px;
}

.block-330 {
	width:330px;
}

.block-796 {
	width:796px;
}

.block-677 {
	width:677px;
}

.bh {
	height:5px;
	background: url("graphics/blocks/bh.png") no-repeat;
}

.bc {
	background: url("graphics/blocks/bc.png") repeat-y;
	padding: 0 4px 2px 4px;
}

.bf {
	height:6px;
	background: url("graphics/blocks/bf.png") no-repeat;
}

/* Block 990px */
.bh-990 {
	height:6px;
	background: url("graphics/blocks/bh-990.png") no-repeat;
}

.bc-990 {
	background: url("graphics/blocks/bc-990.png") repeat-y;
	padding:0 0 7px 8px;
}

.bc-990 h2 {
	width:972px;
}

.bc-990 h3 {
	font-size:1.4em;
	color:#1a1a1a;
	padding:0 7px 15px 7px;
}

.bc-990 p {
	font-size:1.1em;
	padding:0 13px 7px 7px;
	color:#122846;
	line-height:1.5em;
}

.bc-990 p a {
	color:#272727;
}

.bf-990 {
	height:6px;
	background: url("graphics/blocks/bf-990.png") no-repeat;
}

/* Block 194px */
.bh-194 {
	width:194px;
	height:6px;
	background: url("graphics/blocks/bh-194.png") no-repeat;
}

.bc-194 {
	width:194px;
	background: url("graphics/blocks/bc-194.png") repeat-y;
	padding-left:6px;
}

.bc-194 h2 {
	width:178px;
}

.bf-194 {
	width:194px;
	height:6px;
	background: url("graphics/blocks/bf-194.png") no-repeat;
}

/* Block 483px */
.bh-483 {
	width:483px;
	height:6px;
	background: url("graphics/blocks/bh-483.png") no-repeat;
}

.bc-483 {
	width:483px;
	background: url("graphics/blocks/bc-483.png") repeat-y;
	padding-left:6px;
}

.bc-483 h2 {
	width:467px;
}

.bc-483 h3 a {
	font-size:1.3em;
	color:#272727;
	padding:4px 0 0 0;
	text-decoration: none;
}

.bc-483 p {
	font-size:1em;
	padding:0 13px 7px 5px;
	color:#272727;
	line-height:1.5em;
}

.bc-483 p a {
	color:#272727;
}

.bc-483 img {
	float:left;
	margin:0 10px 5px 0;
}

.bf-483 {
	width:483px;
	height:6px;
	background: url("graphics/blocks/bf-483.png") no-repeat;
}

/* Block 465px */
.bh-465 {
	width:465px;
	height:6px;
	background: url("graphics/blocks/bh-465.png") no-repeat;
}

.bc-465 {
	width:465px;
	background: url("graphics/blocks/bc-465.png") repeat-y;
	padding-left:6px;
}

.bc-465 h2 {
	width:449px;
}

.bc-465 h3 a {
	font-size:1.3em;
	color:#272727;
	padding:4px 0 0 5px;
	text-decoration: none;
}

.bc-465 a {
	color:#272727;
}

.bc-465 p {
	font-size:1em;
	padding:0 7px 7px 5px;
	color:#272727;
	line-height:1.5em;
}

.bf-465 {
	width:465px;
	height:6px;
	background: url("graphics/blocks/bf-465.png") no-repeat;
}

/* Block 311px */
.bh-311 {
	width:311px;
	height:6px;
	background: url("graphics/blocks/bh-311.png") no-repeat;
}

.bc-311 {
	width:311px;
	background: url("graphics/blocks/bc-311.png") repeat-y;
	padding-left:6px;
}

.bc-311 h2 {
	width:295px;
}

.bc-311 p {
	font-size:1em;
	padding:0 7px 7px 7px;
	color:#272727;
	line-height:1.5em;
}

.bf-311 {
	width:311px;
	height:6px;
	background: url("graphics/blocks/bf-311.png") no-repeat;
}

/* Block 330px */
.bh-330 {
	width:330px;
	height:6px;
	background: url("graphics/blocks/bh-330.png") no-repeat;
}

.bc-330 {
	width:330px;
	background: url("graphics/blocks/bc-330.png") repeat-y;
	padding-left:6px;
}

.bc-330 h2 {
	width:314px;
}

.bc-330 p {
	font-size:1.2em;
	padding:0 7px 7px 7px;
	color:#272727;
	line-height:1.5em;
}

.bf-330 {
	width:330px;
	height:6px;
	background: url("graphics/blocks/bf-330.png") no-repeat;
}

/* Block 796px */
.bh-796 {
	width:796px;
	height:6px;
	background: url("graphics/blocks/bh-796.png") no-repeat;
}

.bc-796 {
	width:796px;
	background: url("graphics/blocks/bc-796.png") repeat-y;
	padding-left:6px;
}

.bc-796 h2 {
	width:780px;
}

.bc-796 h2 a {
	color:#fff;
}

.bc-796 p {
	font-size:1.1em;
	padding:0 7px 7px 7px;
	color:#272727;
	line-height:1.5em;
}

.bc-796 a {
	color:#272727;
}

.bf-796 {
	width:796px;
	height:6px;
	background: url("graphics/blocks/bf-796.png") no-repeat;
}

.bc-796 h1 {
	font-size:1.3em;
	color:#272727;
	padding:4px 0 0 5px;
}

.bc-796 h3 a {
	color:#fff;
}

.bc-796 .item-content {
	width:770px;
}

.bc-796 .banner-right {
	float:right;
	width:311px;
	margin:0 0 10px 10px;
}

/* Block 677px */
.bh-677 {
	width:677px;
	height:6px;
	background: url("graphics/blocks/bh-677.png") no-repeat;
}

.bc-677 {
	width:677px;
	background: url("graphics/blocks/bc-677.png") repeat-y;
	padding-left:6px;
}

.bc-677 h1, .bc-677 h2 {
	width:660px;
}

.bc-677 p {
	font-size:1em;
	padding:0 7px 7px 7px;
	color:#272727;
	line-height:1.5em;
}

.bc-677 a {
	color:#272727;
}

.bf-677 {
	width:677px;
	height:6px;
	background: url("graphics/blocks/bf-677.png") no-repeat;
}

.bc-677 h1 a, .bc-677 h2 a {
	color:#fff;
}

.bc-677 h3 {
	font-size:1.3em;
	color:#272727;
	padding:4px 0 0 5px;
}

.bc-677 .item-content {
	width:650px;
	margin:0 7px 15px 7px;
	padding-bottom:15px;
	font-size:1.1em;
}

.bc-796 h3 a {
	color:#fff;
}

.quickbar {
	width:974px;
	height:264px;
	background: url("graphics/quickbar-bg.jpg") no-repeat;
	margin-left:2px;
}

.quickbar ul {
	float:left;
	width:165px;
	margin:12px 0 0 17px;
}

.quickbar li {
	margin-bottom:12px;
}

.quickbar h4 {
	font-weight: normal;
}

.quickbar strong {
	font-size:1.1em;
	color:#272727;
	background: url("graphics/link-icon.gif") no-repeat;
	padding-left:20px;
}

.quickbar a {
	font-size:1.1em;
	text-decoration: none;
	color:#383838;
	padding-left:20px;
}

.quickbar a:hover {
	text-decoration: underline;
}

.links {
	
}

.links li {
	padding:0 0 9px 9px;
	background: url("graphics/link-icon.gif") no-repeat 7px 0;
}

.links a {
	height:14px;
	line-height:14px;
	text-decoration: none;
	color:#272727;
	font-size:1.1em;
	padding:0 0 5px 20px;
}

.links a:hover {
	text-decoration: underline;
}

.links-larger li {
}

.links-larger a {
	font-size:1.2em;
}

.new-account {
	text-decoration: none;
	color:#fff;
	float:right;
}

.new-account:hover {
	text-decoration: underline;
}

.form-input {
	width:275px;
	height:24px;
	background: url("graphics/login-input-bg.png") no-repeat;
	border:none;
	padding:0 2px 0 5px;
	margin:0 0 5px 5px;
	font-size:1.1em;	
}

.form-select {
	background-color: #fff;
	border:1px solid #dadada;
	padding:0 2px 0 5px;
	margin:0 0 5px 5px;
	font-size:1.1em;	
}

.form-label {
	display:inline-block;
	width:220px;
}

.form-login a {
	display:block;
	float:left;
	margin:7px 0 0 8px;
	color:#1a1a1a;
}

.form-login-input {
	width:275px;
	height:24px;
	background: url("graphics/login-input-bg.png") no-repeat;
	border:none;
	padding:0 2px 0 5px;
	margin:0 0 5px 12px;
	font-size:1em;	
}

.form-btn {
	width:71px;
	height:24px;
	line-height:24px;
	text-shadow: 1px 1px 1px #8e8e8e;
	font-size:1em;
	font-family: verdana;
	font-weight:bold;
	color:#fff;
	background: url("graphics/login-btn-bg.png") no-repeat;
	border:none;
	margin:6px 0 0 5px;
}

.form-login-btn {
	float:right;
	width:71px;
	height:24px;
	line-height:24px;
	text-shadow: 1px 1px 1px #8e8e8e;
	font-size:1em;
	font-family: verdana;
	font-weight:bold;
	color:#fff;
	background: url("graphics/login-btn-bg.png") no-repeat;
	border:none;
	margin:6px 16px 0 0;
}

.subscribe {
	width:974px;
	height:95px;
	background: url("graphics/subscribe-bg.jpg") no-repeat;
	margin-left:2px;
	padding-left:400px;
}

.form-subscribe-name-input {
	width:195px;
	height:40px;
	background: url("graphics/subscribe-input-name-bg.png") no-repeat;
	border:none;
	padding:0 2px 0 15px;
	margin:10px 0 0px 12px;
	font-size:1.2em;	
}

.form-subscribe-email-input {
	width:361px;
	height:37px;
	background: url("graphics/subscribe-input-email-bg.png") no-repeat;
	border:none;
	padding:0 2px 0 15px;
	margin:0 10px 5px 12px;
	font-size:1.2em;
}

.form-subscribe-btn {
	width:91px;
	height:30px;
	line-height:24px;
	text-shadow: 1px 1px 1px #8e8e8e;
	font-size:1em;
	font-family: verdana;
	font-weight:bold;
	color:#fff;
	background: url("graphics/subscribe-btn-bg.png") no-repeat;
	border:none;
}

.form-error {
	font-weight: bold;
	color:red !important;
	margin:10px 5px;
}

.columns-height-fix {
	height:388px;
}

.column {
	float:left;
	margin-right:1px;
}

.cl {
	float:left;
}

.cr {
	float:right;
}

.featured {
	background: url("graphics/star.png") no-repeat;
	margin-left:20px;
}

.items {
	width:97%;
	border-top:1px solid #d4d4d4;
	margin-left:2px;
}

.items li {
	height:110px;
	border-left:1px solid #d4d4d4;
	border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
}

.items .cl {
	margin:2px 5px 0 5px;
	text-align: center;
	width:100px;
}

.items .cl img {
	margin-left:10px;
}

.items .cl span {
	display:block;
	margin-left:15px;
}

.items h2 {
	background: none;
}

.items h2 a {
	font-size:1.7em;
	color:#035536;
	text-decoration: none;
}

.items-odd {
	background-color: #e8e8e8;
}

.items-details {
	font-size:1em !important;
	color:#005f45 !important;
}

.items-details span {
	display:inline-block;
	color:#333 !important;
	font-style: italic;
	margin-right:10px;
}

.items-details a {
	color:#005f45 !important;
}

.items-short {
}

.items-short li {
	width:450px;
	height:100px;
}

.items-small {
	height:20px !important;
}

.items-small h3, .items-small-desc h3 {
	padding-left:6px;
}

.items-small-desc {
	height:90px !important;
}

.items-short-img {
	display:inline-block;
	float:left;
	width:100px;
	height:100px;
	text-align: center;
}

.items .cr {
	width:655px;
	height:100px;
	position:relative;
}

.items-short .cr {
	width:340px;
	height:100px;
	position:relative;
}

.items-top li {
	height:110px;
}

.items-top img {
	margin-top:12px;
}

.items-top .cr {
	width:350px;
	height:110px;
	position:relative;
}

.items-top .cr h2 {
	padding-left:4px;
	margin-top:10px;
}

.items-details {
	margin-top:3px;
}

.items .cr h3 {
	padding-left:6px;
}

.items-short .cr h3 {
	padding-left:0;
}

.items-top .more {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.items-wide .cr {
	width:540px;
}

.items-wide2 .cr {
	width:520px;
}

.items-short .more {
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: right;
}

.items-short img {
	margin-top:8px;
}

.dark-btn {
	height:26px;
	line-height:21px;
	font-size:1em;
	color:#fff;
	padding-right:7px;
	background: url("graphics/dark-btn-right-bg.png") no-repeat scroll top right;
}

.dark-btn span {
	display: block;
	height:26px;
	line-height:23px;
	padding:0 15px 0 22px;
	background: url("graphics/dark-btn-left-bg.png") no-repeat;
}

.dark-btn a {
	font-weight: bold;
	font-style: italic;
	color:#fff;
	text-decoration: none;
	text-align: center;
	display:inline-block;
	width:100%;
	text-shadow: 1px 1px 1px #000;
}

.dark-btn-single-c {
	margin:0 10px 0 2px;
}

.dark-btn-c {
	padding:6px 3px;
}

.dark-btn-c-wide li {
	margin:10px 38px 0 0;
}

.dark-btn-c li {
	float:left;
	width:194px;
	margin-top:5px;
}

.sorting {
	float:right;
	width:300px;
	height:26px;
	line-height:26px;
	font-size:1em;
	color:#fff;
	padding-right:7px;
	margin-right:13px;
	background: url("graphics/dark-btn-right-bg.png") no-repeat scroll top right;
}

.sorting span {
	display: block;
	height:26px;
	line-height:24px;
	padding:0 15px 0 22px;
	background: url("graphics/dark-btn-left-bg.png") no-repeat;
	font-weight: bold;
	font-style: italic;
	color:#fff;
	text-shadow: 1px 1px 1px #000;	
}

.sorting span a {
	color:#fff;
	font-weight: normal;
	margin:0 10px;
}

.frame-img {
	border:1px solid #e2e2e1;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #888;
	box-shadow: 1px 1px 2px #888;
	margin:0;
}

.categories-tree {
	margin:10px 9px 0 7px;
}

.categories-tree li {
	margin-bottom:15px;
}

.categories-tree h2 {
	font-size:1.2em !important;
	margin:0 !important;
	padding:0 !important;
}

.categories-tree h2.nobold {
	display:inline;
	font-size:1em !important;
}

.categories-tree a {
	text-decoration: none;
	color:#272727 !important;
}

.categories-tree a:hover {
	text-decoration: underline;
}

.item-info {
	float:left; width:150px; margin:10px 0 0 7px;
}

.item-additional {
	font-size:1.1em;
}

.item-description {
	font-size:1em;
	color:#272727;
	line-height: 1.5em;
}

.item-description h2, .item-additional h2 {
	width:auto;
	background: none;
	color:inherit;
	font-size:1em;
}

.item-description h1 {
	font-size:1.4em;
}

.item-additional h2 {
	margin-left:7px;
}

.item-table-more td {
	width:370px;
}

.item-table-more {
	margin:0 7px;
	font-size:1.1em;
}

.item-table-more td {
	padding:5px 5px 5px 0;
}

.categories td {
	padding:5px 10px;
}

.categories td a {
	display:block;
	margin-top:5px;
}

.latest-programs {
	margin:0 7px;
}

.latest-programs h2 {
	width:auto;
	background: none;
	color:inherit !important;
}

.latest-programs td {
	border-bottom:1px solid #dadada;	
}

.program-items .cr {
	width:155px;
}

.program-items .cr h3 {
	padding:0;
}

.program-items-img {
	width:50px;
	height:50px;
}

.program-items li {
	float:left;
	width:155px;
	height:180px;
	margin:0 10px 10px 0;
}

.program-items .cr {
	text-align: left !important;
}

.program-items h3 {
	margin-bottom:20px;
	font-size:1em;
}

.program-item {
	width:650px;
	margin:0 7px 15px 7px;
	padding-bottom:15px;
	font-size:1.1em;
	border-bottom:1px solid #dadada; 
}

.program-item-img {
	width:190px;
	float:left;
	margin:0 10px 20px 0;
}

.program-item-img table td {
	padding-bottom:10px;
}

.program-item-img .simpleText {
	width:75px;
}

.program-item h1, .item-content h1 {
	font-size:1.3em;
	padding:5px;
	background-color:#F1FFEE;
	margin-bottom:10px;
}

.program-item h3 {
	font-size:1em;
	padding:0;
}

.program-item-desc {
	float:right;
	width:445px;
}

.program-item-desc h2 a {
	color:#272727;
	text-decoration: underline;
}

.category-item-img {
	width:130px;
	margin:0;
}

.category-item {
	margin-bottom:0;
	padding-bottom:0;
}

.version {
	font-size:1em;
	font-weight: bold;
}

.edit-form {
	width:98%;
	margin-top:10px;
}

.formLabel {
	~width:100px;
	font-weight: bold;
}

.formInputText, .formInputTextArea {
	width:250px;
}

.formInputTextArea {
	height:80px;
}

.tagcloud {
	margin:6px 6px 0 6px;
}

.tagcloud span {
	margin-right:5px;
}

.tagcloud a {
 	color: #272727;
    font-size: 1.1em;	
}

.tagcloud .smallest {
	font-size: x-small;
}

.tagcloud .small {
	font-size: small;
}

.tagcloud .meduim {
	font-size: medium;
}

.tagcloud .large {
	font-size: large;
}

.tagcloud .largest {
	font-size: larger;
}

.glossary {
}

.glossary-key {
	font-weight:bold;
	color:#2a2a2a;
	border-bottom: 1px solid #dadada;
	padding-bottom:5px;
	margin:5px 6px;
}

.glossary-index {
	margin:0 6px;
}

.glossary-index a {
	color:#2a2a2a;
	margin-right:3px;
	font-weight: bold;
}

.glossary-top {
	float:right;
	margin-right:10px;
}

.glossary-top a {
	font-size:0.8em;
	font-weight:normal;
	color:#2a2a2a;
	text-decoration: none; 
}

.glossary-terms {
	list-style: circle;
	margin:5px 0 0 0;
	padding-bottom:10px;	
}

.glossary-terms li {
	margin:0 0 0px 25px;
	font-size:0.85em;
}

.glossary-terms a {
	color:#2a2a2a;
}

.comment {
	width:400px;
	height:70px;
}

.social {
	display:inline-block;
	height:32px;
	padding-left:40px;
	margin-right:20px;
	line-height:28px;
}

.facebook {
	background: url("images/social/facebook.jpg") no-repeat 0 0;
}

.linkedin {
	background: url("images/social/linkedin.jpg") no-repeat 0 0;
}

.dmc {
	background: url("images/social/dmc.jpg") no-repeat 0 0;
}

.social-portret {
	float:left;
	width:100px;
	height:100px;
	margin:3px 15px 0px 7px;
}

.social2 .icons {
	text-align: center;
}

.social2 .icons a {
	display:inline-block;
	margin-right:10px;
}

.social2 hr {
	background-color:#dadada;
  	border: 0;
  	height:1px;
  	width: 90%;	
}

.nobold {
	font-weight: normal;
}

.social-panel {
	background-color: #F6F6F6;
	margin:0 0 10px 0;
	padding:10px 5px;
	overflow:hidden;
	height:20px;
}

.social-item {
	float:left;
	display:inline-block;
	margin-right:3px;
}

.facebook-area {
	margin: 0 12px 0 0;
}

.facebook-btn {
	margin:-45px 0 0 70px;
	font-size:12px !important;
}

.downloadfaster {
	margin:10px 0;
}

.downloadfaster h3 {
	margin-bottom:10px;
	font-size:1em;
	~font-weight:normal;
}

.screenshots {
	margin-top:20px;
}

.screenshots li {
	float:left;
	width:75px;
	height:75px;
	line-height:105px;
	margin-right:10px;
	padding:3px;
	text-align:center;
}

.screenshots li img {
}

#lang_eng, #lang_swed, #lang_norg, #lang_polsk {
	display:none;
}

.google-ads {
}

.hidden {
	display:none;
}

.credentials {
	font-style: italic;
}

.credentials {
	padding-left:0 !important;
}
