@charset "utf-8";
@import url("reset.css");


@font-face
{
	font-family: TrajanPro;
	src: url('TrajanPro-Regular.otf');
}

body {
	background: #FFFFFF url(../images/bg.jpg) repeat-x center top;
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 12px;
}

a { color: #1d486b; }
strong, b { font-weight: bold; }

.left {float: left;}
.clear {clear: both; }
.empty {font-size: 0; line-height: 0; height: 0;}
.normal {}
.center { text-align: center; }
.hide {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


#site {
	width: 990px;
	margin: 0 auto;
	padding: 0 0 ;
	height: auto;
}

#header {
	background: transparent url(../images/header-bg.jpg) no-repeat left top;
	width: 990px;
	height: 100px;
	float: left;
}

h4 {font-family:TrajanPro; font-size:16px; color:#1D486B; font-weight: bold;}

#logo {
	width: 390px;
	height: 100px;
	float: left;
}

#toparea {
	width: 600px;
	height: 100px;
	float: left;
}

#topicons {
	width: 300px;
	padding: 25px 0 10px 300px;
	float: left;
}

#plusjeden {
	width: 100px;
	float: left;
}



#topicons-home, #topicons-sitemap, #topicons-contact, #topicons-atf {
	width: 40px;
	height: 20px;
	float: left;
}
#topicons-googlea {
	width: 65px;
	float: left;
}

#topicons-home a, #topicons-sitemap a, #topicons-contact a, #topicons-atf a  {
	background: transparent url(../images/top-icon2.png) no-repeat -10px top;
	width: 11px;
	height: 11px;
	float: left;
}

#topicons-home a {
	background: transparent url(../images/top-icon2.png) no-repeat -10px top;
}

#topicons-sitemap a {
	background: transparent url(../images/top-icon2.png) no-repeat -50px top;
}

#topicons-contact a {
	background: transparent url(../images/top-icon2.png) no-repeat -90px top;
}

#topicons-atf a {
	background: transparent url(../images/top-icon2.png) no-repeat -130px top;
}

#topicons-home a:hover {
	background-position: -10px -12px;
}

#topicons-sitemap a:hover {
	background-position: -50px -12px;
}

#topicons-contact a:hover {
	background-position: -90px -12px;
}

#topicons-atf a:hover {
	background-position: -130px -12px;
}

#userarea {
	width: 410px;
	padding: 0px 0 10px 190px;
	float: left;
}

#userarea  form {
	background: transparent url(../images/search-btn.jpg) no-repeat right top;
	height: 26px;
}

#userarea .logininput  {
	width: 140px;
	border: none;
	padding: 2px 5px 0 10px;
	background-color: transparent;
	margin-right: 5px;
	color: #888;
	float: left;
}

#userarea .passinput  {
	width: 140px;
	border: none;
	background-color: transparent;
	padding: 2px 5px 0 10px;
	color: #888;
	float: left;
}

#userarea .loginbtn {
	border: none;
	width: 80px;
	color: #FFF;
	cursor: pointer;
	background-color: transparent;
	float: left;
}

/* **** **** */

#featured {
	width: 990px;
	height: 285px;
	float: left;
}


#topmenu {
	background: transparent url(../images/topmenu-bg.jpg) no-repeat left top;
	width: 990px;
	padding-left: 30px;
	height: 40px;
	float: left;
}

#topmenu ul { list-style: none; float: left; }
#topmenu ul li { display: inline; float: left; padding: 13px 20px 10px 20px; font-family: TrajanPro; font-size: 12px; color: #ffffff; text-shadow: #ffffff 0px 0px 5px;}
#topmenu ul li a { color: #C8CDD3; }
#topmenu ul li a:hover, #topmenu ul li a.active { color: #a3dd34; }

#fcontent {
	background: transparent url(../images/featured-bg.jpg) no-repeat left top;
	width: 990px;
	height: 245px;
	float: left;
}

#fleft {
	width: 299px;
	height: 225px;
	padding: 10px 25px 10px 10px;
	float: left;
}

#finfo {}

#finfo h1 {
	width: 299px;
	font-size: 18px;
	font-family: TrajanPro;
	text-shadow: #ffffff 0px 0px 5px;
	padding: 20px 0 10px 0;
	text-align: right;
	float: left;
}

#finfo span {
	width: 299px;
	height: 100px;
	font-size: 12px;
	text-align: right;
	color: #B3BDC6;
	padding: 10px 0;
	float: left;
}

#finfo .finfo-btn{
	width: 125px;
	height: 24px;
	padding: 5px 0 10px 174px;
	float: left;
}

#fnews .finfo-btn {
	width: 125px;
	height: 24px;
	padding: 5px 0 0px 0px;
	position: relative;
	top: 10px;
	z-index: 0;
	display: block;
	float: right;
}

#finfo .finfo-btn a, #fnews .finfo-btn a {
	background: transparent url(../images/more-btn.jpg) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	width: 125px;
	height: 20px;
	padding: 4px 0 0 0;
	float: left;
}

#fnews span {
	width: 290px;
	height: 90px;
	font-size: 12px;
	text-align: left;
	color: #B3BDC6;
	padding: 10px 0;
	overflow: hidden;
	float: left;
}

#fstrip {
	background: transparent url(../images/featured-vline.jpg) no-repeat left top;
	width: 2px;
	height: 245px;
	float: left;
	font-size: 0;
	line-height: 0;
}

#fright {
	width: 600px;
	height: 225px;
	padding: 10px 10px 10px 24px;
	float: left;
}

#fnews {
	width: 380px;
	float: left;
}

#fnews h1 {
	width: 380px;
	font-size: 18px;
	font-family: TrajanPro;
	text-shadow: #ffffff 0px 0px 5px;
	padding: 20px 0 10px 0;
	text-align: left;
	float: left;
}

#fnews strong {
	width: 380px;
	font-weight: bold;
	padding: 1px 0 10px 0;
	float: left;
}

/* **** **** */

#container {
	width: 990px;
	height: auto;
	padding: 15px 0;
	float: left;
}

#content {
	width: 680px;

	border-width: 0;
	border-style: solid;
	border-color: #590304;
	padding: 5px 15px 5px 0;
	color: #000000;
	float: left;
}

#content a:hover {
	text-decoration: underline;
}

#evaluation { display: none; }

#featured-article {
	/* background: transparent url(../images/about-bg.jpg) no-repeat left top; */
	width: 666px;
	/* height: 202px; */
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #D9DBDA;
	float: left;
	
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

#featured-article strong {
	font-weight: bold;
}

#featured-article-image {
	width: 230px;
	float: left;
}

#featured-article-text {
	width: 650px;
	background-color: #FBF6F0;
	padding: 8px;
	float: left;
	
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border-radius: 7px 7px 7px 7px;
}

#featured-article-text h2 {
	width: 650px;
	font-family: TrajanPro;
	font-size: 16px;
	padding: 10px 0 0 0;
	float: left;
}

#featured-article-text span.featured-text {
	width: 650px;
	text-align: justify;
	color: #83827D;
	padding: 11px 0 0px 0;
	line-height: 18px;
	float: left;
}

#featured-article-text .featured-more-btn {
	padding: 8px 0 0 0;
	float: right;
}

#featured-article-text .featured-more-btn a {
	background: transparent url(../images/more-btn.jpg) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	width: 125px;
	height: 20px;
	padding: 4px 0 0 0;
	float: left;
}









#offline-article {
	background: #FAF7F0 url(../images/offline_bg.jpg) repeat-y left top;
	width: 650px;
	height: auto;
	padding: 15px;
	border-width: 1px 0;
	border-style: solid;
	border-color: #D9DBDA;
	margin-bottom: 10px;
	float: left;
}

#offline-article-image {
	width: 230px;
	float: left;
}

#offline-article-text {
	width: 650px;
	float: left;
}

#offline-article-text h2 {
	width: 650px;
	font-family: TrajanPro;
	font-size: 16px;
	padding: 10px 0 0 0;
	float: left;
}

#offline-article-text span {
	width: 650px;
	text-align: justify;
	color: #83827D;
	padding: 20px 0 10px 0;
	line-height: 18px;
	float: left;
}

#offline-article-text .offline-more-btn {
	padding: 5px 0 0 0;
	float: right;
}

#offline-article-text .offline-more-btn a {
	background: transparent url(../images/more-btn.jpg) no-repeat left top;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	width: 125px;
	height: 20px;
	padding: 4px 0 0 0;
	float: left;
}









.content-box {
	width: 337px;
	height: 259px;
	float: left;
}

.content-box-header {
	width: 337px;
	height: 40px;
	background: transparent url(../images/content-box-header.jpg) no-repeat left top;
	text-align: center;
	font-family: TrajanPro;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: #ffffff 0px 0px 5px;
	padding: 10px 0 0 0;
	float: left;
}

.content-box-text {
	background: #FFF url(../images/right-box-content.jpg) repeat-x center top;
	width: 315px;
	border-width: 0 1px;
	border-style: solid;
	border-color: #dadada;
	padding: 5px 10px;
	height: 140px;
	float: left;
}

.content-box-text span {
	width: 315px;
	padding: 5px 0 10px 0;
	color: #1d486b;
	float: left;
}

.content-box-text ol  {
	width: 290px;
	padding: 0 0 0 25px;
	margin-left: 0px;
	list-style: decimal;
	float: left;
}

.content-box-text ol li {
	font-weight: bold;
	padding: 3px 0;
	font-size: 11px;
}

.content-box-footer {
	width: 317px;
	height: 40px;
	background: #FFF url(../images/content-box-leftbg.jpg) no-repeat left bottom;
	padding: 20px 10px 0 10px;
	text-align: right;
	float: left;
}

.content-box-footer a {
	background: transparent url(../images/arrow-orange.png) no-repeat right bottom;
	padding: 13px 15px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	float: right;
}

.content-box-separator {
	width: 6px;
	height: 150px;
	font-size: 0;
	line-height: 0;
	float: left;
}

/* *** *** */

#content-news {
	width: 680px;
	padding: 10px 0;
	float: left;
}

.content-news-item {
	background: transparent url(../images/last-news-bg.jpg) no-repeat left top;
	width: 680px;
	height: 71px;
	margin-bottom: 5px;
	float: left;
}

.content-news-item:hover {
	background: transparent url(../images/last-news-active-bg.jpg) no-repeat left top;
}

.content-news-number {
	width: 65px;
	height: 71px;
	text-align: center;
	float: left;
}

.content-news-number span {
	text-align: center;
	font-size: 62px;
	color: #64D0F4;
	font-weight: bold;
	font-family: Tahoma;
	text-shadow: #9FE1F9 0px 0px 2px;
}

.content-news-title {
	width: 185px;
	height: 45px;
	padding: 16px 30px 10px 5px;
	color: #ffffff;
	text-align: right;
	float: left;
}

.content-news-title a {
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
}

.content-news-text {
	width: 360px;
	height: 51px;
	color: #7E7E7E;
	padding: 10px 35px 10px 0;
	float: left;
}

.content-news-text a {
	width: 100px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.content-news-text a img {
	padding: 0 10px 0 0;

}

/* *** *** */

.page-content-header {
	background: transparent url(../images/page-content-header.jpg) no-repeat left top;
	width: 680px;
	height: 41px;
	padding: 10px 0 5px 0;
	text-align: center;
	font-family: TrajanPro;
	color: #FFFFFF;
	font-size: 14px;
	float: left;
}

.page-content {
	background: transparent url(../images/page-content.jpg) repeat-y left top;
	width: 660px;
	height: auto;
	padding: 5px 10px 10px 10px;
	color: #555;
	line-height: 16px;
	text-align: justify;
	float: left;
}

.page-content-footer {
	background: transparent url(../images/page-content-footer.jpg) no-repeat left top;
	width: 680px;
	height: 10px;
	font-size: 0px;
	line-height: 0px;
	float: left;
}

.page-content-back {
	background: transparent url(../images/page-content.jpg) repeat-y left top;
	width: 660px;
	height: auto;
	padding: 5px 10px 10px 10px;
	color: #555;
	line-height: 16px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	float: left;
}

.page-content-back a {
	color: #ff8000;
}

.page-content-back a:hover {
	color: #f4510b;
	text-decoration: underline;
}


.page-content ul {
	list-style-image: url(../images/list.png);
	margin: 7px 30px 7px 37px;
	text-align: justify;
}

.page-content ol {
	list-style: decimal;
	margin: 7px 30px 7px 37px;
}

.page-content ul li, .page-content ol li {
	padding: 5px 0 5px 10px;
}

.page-content p { padding: 5px 0; }

.page-content b, .page-content strong, .page-content h1, .page-content h2, .page-content h3 {
	font-weight: bold;
}

.page-content i, .page-content em {
	font-style: italic;
}

.page-content-desc {
	padding: 25px 0 25px 0;
	text-align: justify;
	font-size: 14px; 
	line-height: 24px;
}
/* *** *** */

#lcolumn {
	width: 662px;
	float: left;
}

#rightcolumn {
	width: 295px;
	color: #000000;
	float: left;
}

.colbox {
	width: 295px;
	margin-bottom: 10px;
	float: left;
}

.colbox-header {
	width: 295px;
	height: 40px;
	background: transparent url(../images/right-box-bg.jpg) no-repeat left top;
	text-align: center;
	font-family: TrajanPro;
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: #ffffff 0px 0px 5px;
	padding: 10px 0 0 0;
	float: left;
}

.colbox-container {
	width: 295px;
	
	float: left;
	z-index: 12;
}

.colbox-container2 {
	width: 293px;

	float: left;
}

.colbox-content {
	background: transparent url(../images/right-box-content.jpg) no-repeat left top;
	width: 293px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #DADADA;
	float: left;
	z-index: -1;
}

.colbox-bottom {
	background: transparent url(../images/right-box-bg2.jpg) no-repeat left bottom;
	width: 285px;
	height: 44px;
	padding: 0 0 0 10px;
	float: left;
	z-index: 12;
}

.colbox-bottom a {
	background: transparent url(../images/arrow_blue.jpg) no-repeat right bottom;
	padding: 16px 22px 0 0;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	float: right;
}


.colbox-toppos {
	padding: 15px 10px 0 137px;
	text-align: right;
	font-size: 11px;
	color: #808080;
}

.page-content ul.colbox-list {
	list-style: none;
	width: 285px;
	padding: 2px 0 10px 8px;
	margin: 0;
	float: left;
}

.all-list {
	width: 650px !important;
}

.all-list li {
	padding: 5px 30px 0 0 !important;
}

.colbox-list li {
	height: 17px;
	padding: 5px 10px 0 0;
	float: left;
	display: inline;
}

.colbox-list li.fraza {
	width: 365px;
}

.colbox-list li.col-company {
	width: 245px;
	padding: 5px 10px 0 0 !important;
}

.colbox-list li.row0{
	background: transparent url(../images/list-bg-gray.jpg) no-repeat left bottom;
}

.colbox-list li.row1{
	background: transparent url(../images/list-bg-white.png) no-repeat left bottom;
}

.colbox-list li span.col-number {
	width: 20px;
	padding: 0 7px;
	color: #1d486b;
	float: left;
}

.colbox-list li span.col-number-small {
	width: 10px;
	padding: 0 7px;
	color: #1d486b;
	float: left;
}

.colbox-list li a {
	padding: 0 10px;
	float: left;
}

.colbox-list li h2 {
	padding: 0 10px;
	font-size: 12px;
	float: left;
}

.colbox-list .col-pos {
	width: 10px;
	padding: 0 6px;
	font-weight: bold;
	float: left;
}

.colbox-list .col-pos2 {
	font-weight: bold;
	color: #1D486B;
	font-size: 11px;
	float: right;
}

.colbox-list .col-posonline {
	font-size: 11px;
	float: right;
}
.colbox-list .col-fraza {
	width: 220px;
	float: left;
}
.colbox-list .col-fraza2 {
	float: left;
}
.col-company {
	
}

.cmp0 {
	background-color: #E8EBF0;
}

.cmp1 {

}

.row0a {
	background-color: #E8EBF0;
}

.col-header {
	width: 660px;
	padding: 10px 0;
	float: left;
}

.col-header .cheader {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.col-header .ch1 {
	width: 240px;
	padding: 0 0 0 40px;
	float: left;
}

.col-header .ch2 {
	width: 150px;
	padding: 0;
	float: left;
}

.col-header .ch3 {
	width: 150px;
	padding: 0 0 0 30px;
	float: left;
}

.col-header .ch4 {
	width: 185px;
	padding: 0 0 0 30px;
	text-align: right;
	float: left;
}


.colbox-list .col-price {
	width: 45px;
	padding: 0 5px 0 0px;
	font-weight: normal;
	text-align: right;
	font-size: 12px;
	float: right;
}

.colbox-list .col-fraza-wycena {
	width: 205px;
	float: left;
}

.kategoria-wyceny {
	width: 200px;
	padding: 10px 10px;
	text-align: right;
	float: right;
}

.kategoria-wyceny label {
	width: 140px;
	padding: 0 10px 0 0;
	font-weight: bold;
	text-align: center;
	float: right;
}

.kategoria-wyceny select {
	background-color: #E8EBF0;
	border: 1px solid #0080c0;
	padding: 1px 0;
}


/* *** *** */

.colbox-desc {
	width: 273px;
	font-weight: normal;
	color: #1d486b;
	padding: 5px 10px 10px;
	float: left;
}

.fval-form {
	width: 273px;
	float: left;
	padding: 15px 10px;
}

.fval-row {
	width: 273px;
	height: 25px;
	padding: 4px 0;
	float: left;
}

.fval-text {
	height: auto !important;
}

.fval-row span {
	width: 100px;
	font-size: 11px;
	color: #808080;
	padding: 5px 0 0 0;
	float: left;
}

.input {
	background: transparent url(../images/right-input.jpg) no-repeat left bottom;
	width: 150px;
	height: 26px;
	border: none;
	font-size: 12px;
	color: #1d486b;
	padding: 0 3px;
	float: left;
}

.fval-form  .fval_tarea {
	background: transparent url(../images/right-textarea.jpg) no-repeat left bottom;
	width: 250px;
	height: 76px;
	padding: 5px;
	border: none;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #808080;
	float: left;
}

.btn {
	border: none;
}

.fval_btn {
	background: transparent url(../images/right-btn.jpg) no-repeat left bottom;
	width: 156px;
	height: 26px;
	padding: 0 0 0 0;
	color: #FFFFFF;
	font-weight: normail;
	cursor: pointer;
	float: left;
}

/* *** *** */

#slide {
	background: transparent url(../images/partners-bg.jpg) no-repeat left bottom;
	width: 970px;
	height: 85px;
	padding: 5px 10px;
	margin-bottom: 10px;
	float: left;
}

/* *** *** */



/* *** *** */

.colbox-footer {
	background: transparent url(../images/right-box-footer.jpg) no-repeat left top;
	width: 295px;
	height: 6px;
	float: left;
	font-size: 0;
	line-height: 0;
}

/* *** *** */

#footer {
	width: 990px;
	height: 248px;
	float: left;
}

#bottommenu-box-title {
	background: transparent url(../images/footer-top.jpg) no-repeat left top;
	width: 990px;
	height: 38px;
	float: left;
}

#bottommenu-box-title .bottommenu-box-header {
	width: 247px;
	height: 30px;
	padding: 8px 0 0 0;
	float: left;
	font-family: TrajanPro;
	font-size: 14px;
	text-align: center;
}


#bottommenu-box-content {
	background: transparent url(../images/footer-content.jpg) no-repeat left top;
	width: 990px;
	height: 210px;
	float: left;
}

.bottommenu-box-menu {
	width: 247px;
	height: 30px;
	padding: 8px 0 0 0;
	float: left;
	font-size: 12px;
}

.bottommenu-box-menu ul {
	padding: 30px 0 0 35px;
	list-style-image: url(../images/arrow-white.png);
	float: left;
}

.bottommenu-box-menu ul li {
	width: 207px;
	float: left;
}

.bottommenu-box-menu ul li a {
	color: #fff;
	padding: 1px 0px 7px 10px;
	float: left;
}

#copyright {
	width: 990px;
	padding: 6px 0;
	text-align: center;
	font-size: 12px;
	color: #1d486b;
	float: left;
}

/***********************************************************************/

.section {
	color: #808080;
	text-align: center;
}

.section img {
	padding: 2px;
	border: 1px solid #FFF;
	margin: 10px;
}
.section2 img{
	float: right;
	padding: 2px;
	border: 1px solid #FFF;
	margin: 0 0 10px 10px;
}


.more {
	color: #800000;
	padding: 10px 0;
	text-align: center;
}

.more a{
	color: #800000;
}

.side_column_box {
	clear: both;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.side_column_box h2 {
	font-size: 20px;
	text-align: center;
}

.side_column_box h2 a { color: #800000;}

.image-list {
	width: 100%;
	padding-top: 20px;
	background: transparent url(images/hline.png) no-repeat center bottom;
	float: left;
}

.img-items {
	width: 250px;
	height: 277px;
	padding: 5px 10px;
	text-align: center;
	float: left;
}

.img-items img {
	border: 1px solid #FFF;
	padding: 2px;
	margin: 0;
}

.img-title {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 9px 0;
}

.img-desc {
	text-align: justify;
	padding: 10px 10px 0;
	color: #8a8a79;
}


.contact-row {
	width: 472px;
	padding: 5px 0;
	float: left;
}

.contact-row label {
	width: 140px;
	float: left;
}

.contact-row .text {
	width: 320px;
	float: left;
}

.contact-data h1 {
	font-size: 20px;
}

.mini-desc {
	padding: 5px 10px;
	text-align: justify;
}

.mini-title {
	padding: 3px 10px;
}


.art-list-item {
	width: 660px;
	padding: 2px 0;
	float: left;
}

.art-list-image {
	width: 180px;
	height: 95px;
	padding: 5px 0 0 0;
	text-align: center;
	overflow: hidden;
	float: left;
}

.art-list-image img {
	padding: 2px;
	border: 1px solid #e2e2e2;
}

.art-list-image2 {
	width: 300px;
	padding: 5px 0 10px 0;
	text-align: center;
	float: left;
}

.art-list-image2 img {
	padding: 2px;
	border: 1px solid #e2e2e2;
	width: 250px;
}

/**/

.art-list-content {
	
	width: 660px;
	float: left;
}

.act1 {
	background: transparent url(../images/artlistbg.jpg);
}

.act2 {
	background: transparent url(../images/artlistbg2.jpg);
}

.art-list-title {
	float: left;
}

.art-list-title h2{
	font-size: 14px;
	font-weight: bold;
	color: #0080c0;
	padding: 5px 0;
}

.art-list-text {
	padding: 0 10px 0 0;
	float: left;
}

.art-list-text  span{
	padding: 12px 0 6px 0;
	float: right;
}

.art-list-text span a{
	color: #c00000;
	font-size: 11px;
	float: right;
}

.art-list-text  em {
	font-size: 11px;
	color: #b0b0b0;
}


.art-normal {	width: 470px; }
.art-normal span { width: 470px; }

.art-shorter { width: 350px; }
.art-shorter span { width: 350px; }

.tag-normal { width: 640px; padding: 0 0 0 10px; }
.tag-bottom { width: 640px; float: left; }
.tag-bottom em { float: left; }

.quick-cnt-row {
	width: 273px;
	padding: 5px 0;
	float: left;
}

.quick-cnt-row b {
	font-weight: normal;
}

.quick-cnt-icon {
	width: 34px;
	float: left;
	padding: 0 20px 0 20px;
	text-align: center;
}

.quick-cnt-text {
	width: 199px;
	float: left;
	padding: 0 0 0 0;
}

#tagcloud {
	width: 273px;
	padding: 5px 10px;
	text-align:center;
	float: left;
}

#tagcloud a:link, #tagcloud a:visited {
  text-decoration:none;
  color: #0080c0;
	font-weight: bold;
	display: inline;
}
 
#tagcloud a:hover {
    text-decoration: underline;
}
 
#tagcloud span {
    padding: 4px;
}
 
#tagcloud .smallest {
    font-size: 12px;
}
 
#tagcloud .small {
    font-size: 12px;
}
 
#tagcloud .medium {
    font-size:14px;
}
 
#tagcloud .large {
    font-size:16px;
}
 
#tagcloud .largest {
    font-size:18px;
}

.art-tags-list {
	width: 660px;
	padding: 5px 0 5px 0;
	margin: 10px 0 0 0;
	border-width: 1px 0;
	border-style: dashed;
	border-color: #c0c0c0;
	float: left;
}

.art-tags-list span {
	padding: 1px 6px;
	float: left;
}

.art-tags-list a {
	text-decoration:none;
  color: #0080c0;
	font-weight: bold;
	display: inline;
}

.art-tags-list a:hover {
	text-decoration: underline;
}

/*****************/
/**** COOKIES ****/
/*****************/

#cookieMsg {

}

#cookieMsgContent {
	font: 12px/16px Helvetica,Arial,Verdana,sans-serif;
	position: fixed;
	z-index: 999999;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	padding: 5px;
	opacity: 0.8;
	width: 100%;
	background-color: #1D1D1D;
	color: #fff;
}

#cookieMsgText {
	padding:6px 10px 0 10px;
	color:#fff !important;
	text-align: center;
}

#cookieMsgText p {
	color:#fff!important
}

#cookieMsgDetails {
	color: #fff!important;
	text-decoration: underline;
}

.cookieMsgAccept {
	padding: 5px 6px 4px 10px;
	font: 12px/16px Helvetica,Arial,Verdana,sans-serif;
	margin: 0;
	text-align: center;
}

.cookieMsgBtn {
	background: url(../images/btnbg.png);
	text-shadow: #fff 0.1em 0.1em 0.2em;
	color: #000;
	padding: 5px 12px;
	height: 14px;
	width: 100px;
	margin: 0 auto;
	cursor: pointer;
}