/* css main file: style.css */

/****  reset  *****************************************************************/

body, h1, h2, h3, h4, h5, h6, div, form, fieldset, dl, dt, dd, address { margin: 0; padding: 0; }
a, a:visited { text-decoration: none; }
fieldset, img { border: none; }

/****  ogólne  ****************************************************************/

html {
  font-size: small;
}

body {
  color: #444;
  font-size: 90%;
  line-height: 1.4em;
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;   
}

a {
  color: #454545;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}

ol li ol {
  list-style-type: lower-alpha;
}

.block { display: block; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth, .clear { clear: both; }
.tLeft { text-align: left!important; }
.tRight { text-align: right !important; }
.tCenter { text-align: center !important; }
.tJustify { text-align: justify !important; }
.bold { font-weight: bold; }

.w20 { width: 20px; }
.w40 { width: 40px; }
.w60 { width: 60px; }
.w80 { width: 80px; }
.w100 { width: 100px; }
.w128 { width: 128px; }
.w120 { width: 120px; }
.w140 { width: 140px; }
.w160 { width: 160px; }
.w180 { width: 180px; }
.w200 { width: 200px; }
.w220 { width: 220px; }
.w240 { width: 240px; }
.w260 { width: 260px; }
.w280 { width: 280px; }

.noRecords {
  margin: 1em 0;
  font-weight: bold;
  padding: 0 15px;
}

.back {
  margin: 2em 2em 1em;
  text-align: right;
}

.back a {
  text-transform: lowercase;
}

.back a:hover {
    
}

.more {	
  text-align: right;
  background: url(/images/more_shadow.png) no-repeat 100% 100%;
  padding: 10px 19px 15px 0;
}

.more span {
	color: #888485;
  font-size: 90%;
}

.more a {
	color: #fff;
  text-transform: lowercase;
	background: #c1001b url(/images/more.png) no-repeat 90% 0.7em;
	padding: 0.2em 16px 0.3em 5px;
	font-size: 90%;
	line-height: 0.1em;
}

.more a:hover {
    
}

/****  formularze  ************************************************************/

.row {
  margin: 0.7em 0;
}

.label {
  float: left;
  width: 112px;
  font-weight: bold;
}

.checkboxLabel {
	text-align: right;
}

label {
  font-weight: bold;
}

.value {
  float: left;
  width: 249px;
}

input, textarea, select {
  font-size: 100%;
  vertical-align: middle;
  font-size: 90%;
  padding: 0.2em 3px;
  margin: 0;
}

.textInput, textarea, select {
	border: 1px solid #c7c7c7;
	border-right-color: #ececec;
	border-bottom-color: #ececec;
}

textarea {
  font-family: Arial, Verdana, Helvetica, "Lucida Grande", sans-serif;
  width: 241px;
  height: 52px;
}

.textInput:focus, textarea:focus {
	border-color: #980017;
  border-right-color: #c0001c;
  border-bottom-color: #c0001c;
}

.textInput {
  width: 159px;
	padding: 0.3em;
}

.checkboxInput {
  margin-right: 14px;
  position: relative;
  top: -0.1em;
	border: 1px solid #c7c7c7;
  border-right-color: #ececec;
  border-bottom-color: #ececec;
}

.submitRow {
  padding-left: 112px;
}

.submitInput {
  padding: 0.2em 16px 0.3em;
	color: #fff;
	background-color: #c4011f;
  border: 1px solid #c4011f;
	border-bottom-style: none;
}

.submitInput:hover {
  color: #ddd;
  cursor: pointer;
}

.submitInputTiny {
	padding: 0 0 0.1em;
  color: #fff;
  background-color: #c4011f;
  border: 1px solid #c4011f;
  border-bottom-style: none;
	width: 60px;
	text-align: center;
	text-transform: lowercase;
}

.submitInputTiny:hover {
	color: #ddd;
  cursor: pointer;
}

.required { color: #dc2329; }
.err { color: #f00; }

/****  linki buttony  *********************************************************/

.buttons {
  margin: 1em 0 0;
}

.button {
  display: block;
  width: 137px;
  border-top: 1px solid #90af00;
  border-bottom: 1px solid #91b000;
  background: #acc400 url(/images/button_right.png) repeat-x;
  color: #fff;  
  padding: 0.5em 0;
  text-align: center; 
}

.button:hover {
  color: #454F00;
}

.buttonDisabled {
  display: block;
  width: 137px;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b1b1b1;
  background: #dcdcdc url(/images/button_left_disabled.png) repeat-x;
  color: #515151;
  padding: 0.5em 0;
  text-align: center; 
}

/****  stronicowanie  *********************************************************/

#Pagination,
.pageNav {
  text-align: right;
  padding: 0.1em 18px 0.1em 0;
}

#Pagination a,
#Pagination span,
.pageNav a,
.pageNav span {
  color: #454545;  
  /*font-weight: bold;*/
  padding: 0 3px;	
}

.pageNav .pageNumber {
	border-right: 1px solid #454545;
}

.pageNav .last {
	border-right-style: none !important;
}

#Pagination .current,
.pageNav .select {
	color: #c2001d;
}

/*.pageNav a.arr {
  position: relative;
  top: -0.1em;
  padding-top: 0.1em;
  padding-bottom: 0.3em;
}*/

/****  komunikaty  ************************************************************/

#info div {
  margin: 0.1em;
  border-width: 2px;
	border-style: solid;
  padding: 0.2em 2em;
	text-align: center;
  font-weight: bold;
}

#info div div {
  border-width: 0;
}

#info_err {
  border-color: #C7C7C7;
  color: #C7C7C7;
}

#info_msg {
  border-color: #42AF41;
  color: #42AF41;
}

#errmsg {
  border: 1px solid #C7C7C7;
  color: #666;
  font-weight: bold;
  padding: 1em 15px;
  margin: 1.5em 17px 1em 30px;
  font-size: 140%;
}

#content #errmsg {
  margin-left: 69px;
}

#errmsg ul {
  margin: 0;
  padding: 0;
}

#errmsg ul li {
  margin: 0.3em 0;
  padding: 0;
  list-style-type: none;
}

/****  appConfirm  ************************************************************/

.appConfirmBox {
  position: absolute;
  display: none;
  border-right: 2px solid #DAE3EB;
  border-bottom: 2px solid #DAE3EB;
}

.appConfirmBox2 {
  background: #F0F2F7;
  border: 1px solid #B8C6CF;
  border-bottom-width: 3px;
  padding: 1px;
}

.appConfirmBox2 h1 {
  margin: 0;
  padding: 3px 0 4px 10px;
  background-color: #6F8491;
  color: #ffffff;
  font-size: 11px;
  border-bottom: 1px solid #C8D3E2;
}

.appConfirmBox3 {
    width: 220px;
  margin: 20px 0 0 13px;
}

.appConfirmBox4 {
  background: transparent url(/imgs/alerts/confirm.gif) 0 0 no-repeat;
  /*padding: 5px 0 10px 50px;*/
  height: 50px;
  /*border-bottom: 1px solid #C8D3E2;*/
  color: #084376;
  line-height: 1.5em;
  text-align: center;
}

.appConfirmBoxButtons {
  text-align: center;
  padding: 10px 0 0 40px;
}

.appConfirmBoxButtons a {
  text-decoration: none;
  width: 50px;
  display: block;
  float: left;
  text-align: center;
  background: #FFFFFF url(images/button_bg.png) repeat-x scroll 0pt 100%;
  border: 1px solid #C0C8CA;
  font-weight: bold;
  padding: 1px 5px;
  color: #142129;
  font-size: 90%;
}

.appConfirmBoxButtons a:hover {
  text-decoration: none;
}

#appConfirmBoxOk {
  margin-right: 5px;
}

#appConfirmBoxCancel {
  margin-left: 5px;
}

/*****  project styles  *******************************************************/

h1.siteHead {
	font-size: 135%;
	text-transform: uppercase;
	color: #c2011c;
	border-left: 5px solid #c2011c;
	padding: 0 0 0.1em 7px;
	margin-bottom: 0.7em;
}

.skiplink {
	display: none;
}

.content {
  padding-right: 18px;  
}

.noMarginRight {
	margin-right: 0 !important;
}

.printOnlyTableCell {
  display: none;
}

.lineThrough {
	text-decoration: line-through;
}

#wrapper {
	width: 999px;
	margin: 0 auto;
}

#header {
	padding-left: 73px;
	position: relative;
	z-index: 100;
}

#printData {
	position: absolute;
	top: 2em;
	right: 100px;
	font-size: 120%;
	display: none;
}

#logo {
	float: left;	
	margin: 1.9em 48px 0 0;
}

#localization {
	float: left;
	background: url(/images/localization.png) no-repeat 40% 0;
	width: 80px;
	margin: 0.9em 21px 0 0;
	padding-top: 4em;
  font-weight: bold;
	font-size: 110%;
  text-align: center;
}

#galleryPlan {
  float: left;
  background: url(/images/gallery_plan.png) no-repeat 50% 40%;
	width: 80px;
	margin: 0.9em 0 0;
  padding-top: 4em;
	font-weight: bold;
	font-size: 110%;
	text-align: center;
}

#navigationAndSearch {
  background: url(/images/header.png) no-repeat 100% 0;
	float: right;
	width: 418px;
	padding: 1.3em 0 0;
}

#middle {
	background: url(/images/middle.png) no-repeat 575px 0;
	padding-bottom: 1em;
}

#column1 {
	float: left;
	width: 735px;
  overflow: hidden;
}

#banner {
	padding: 1.1em 0 0 68px;
	position: relative;	
	background: url(/images/banner_background.png) no-repeat 40px 70px;
	line-height: 0.1em;
}

#banner a {
	 z-index: 2;
	 position: relative;
}

#banner img {
	vertical-align: middle;

}

#banner .shadow {
	position: absolute;
	bottom: -25px;
	right: 9px;
	width: 55px;
	height: 40px;
	background: url(/images/banner_shadow.png) no-repeat;
	z-index: 1;
}

#content {
	background: url(/images/content.png) no-repeat;
	padding-top: 0.5em;
}

#column2 {
	float: right;
	width: 264px;
	background: url(/images/column2.png) no-repeat 150px 170px;
  overflow: hidden;
}

#column3 {
	float: left;
	width: 326px;
	min-height: 234px;
	background: url(/images/column3.png) no-repeat;
}

#openingHours {
	padding: 2em 0 0 69px;
}

#openingHours .textBox {
	border-left: 6px solid #C2011C;
}

#openingHours .textBox .siteHead {
  border-left-style: none;
}

#openingHours .textBox div {
	padding-left: 7px;
}

#openingHours .textBox div a {
	color: #C2011C;
	font-weight: bold;
	line-height: 2em;
}

#box5 {
	padding-left: 69px;
	margin-top: 1.2em;
}

#box6 {
	background: url(/images/box6.png) no-repeat -15px -1em;
	margin-left: 43px;
	padding: 2.4em 0 0 26px;
}

#box6 .textBox div ul {
	margin: 0;
	padding: 0 0 0 10px;
}

#box6 .textBox div ul li {
  margin: 0;
  padding: 0 0 0 10px;
	list-style-type: none;
	background: url(/images/li.png) no-repeat 0 0.4em;
}

#box6 .textBox div ul li a {
	font-weight: bold;
	font-size: 110%;
}

#mainPageContent {
  float: left;
  width: 409px;
	min-height: 234px;
	background: url(/images/main_page_content.png) no-repeat;
}

#footer {
	padding: 2.3em 36px 2.2em 62px;
	background: url(/images/footer.png) no-repeat 200px 0;
}

#footer a {
	color: #999;
}

#copyright {
  float: left;
	font-size: 85%;
	color: #999;
}

#realization {
  float: right;
  text-align: right;
	font-size: 85%;
	color: #999;
}

/* css file: articles.css */

.article {
	padding: 2em 0 0 69px;
}

.article .format_1,
.article .format_2,
.article .format_3,
.article .format_4,
.article .format_5,
.article .format_6,
.article .format_7,
.article .format_8 {
  padding: 0 18px 0 0;
}

.article .artText {
  text-align: justify;
}

.article img {

}

/****  pliki do pobrania  *****************************************************/

.artFiles {
  margin: 2.4em 0 0;
  padding: 0;
	font-size: 95%;
}

.artFiles ul {
  margin: 0;
  padding: 0;
}

.artFiles ul li {
  list-style-type: none;
  padding: 0.2em 0 0.2em 15px;
  margin: 0;
	background: url(/images/li.png) no-repeat 5px 0.6em;
}

.artFiles ul li a {
  text-decoration: underline;
}

.artFiles ul li a:hover {

}

.articleRelated {
	margin: 2.4em 0 0;
}

/****  format 1  **************************************************************/

.article .format_1 .artImages {
  float: right;
  margin: 0 0 0 20px;
}

.article .format_1 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}

.article .format_1 .artImages div a:hover {
  text-decoration: none;
}

.article .format_1 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 2  **************************************************************/

.article .format_2 .artImages {
  float: left;
  margin: 0 20px 0 0;
}

.article .format_2 .artImages div {
  margin: 0 0 10px;
  text-align: center;
}

.article .format_2 .artImages div a:hover {
  text-decoration: none;
}

.article .format_2 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 3  **************************************************************/

.article .format_3 .artImages {
  margin: 20px auto 0;
  text-align: center;
}

.article .format_3 .artImages div {
  float: left;
  margin: 5px;
  padding: 5px;
}

.article .format_3 .artImages img {
  margin: 0 10px 10px;
}

.article .format_3 .artImages div a:hover {
  text-decoration: none;
}

.article .format_3 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 4  **************************************************************/

.article .format_4 .artImages {
  margin: 0 0 15px;
  text-align: center;
}

.article .format_4 .artImages div {
  float: left;
  margin: 5px;
  padding: 5px;
}

.article .format_4 .artImages img {
  margin: 10px 10px 0;
}

.article .format_4 .artImages div a:hover {
  text-decoration: none;
}

.article .format_4 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 5  **************************************************************/

.article .format_5 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: right;
}

.article .format_5 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_5 .artImages img {
  margin: 0 10px 10px;
}

.article .format_5 .artImages div a:hover {
  text-decoration: none;
}

.article .format_5 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_5 .artText .rightTopImage {
  float: right;
  text-align: center;
  margin: 0 0 10px 20px;
}

.article .format_5 .artText .rightTopImage a:hover {
  text-decoration: none;
}

.article .format_5 .artText .rightTopImage a:hover span {
  text-decoration: underline;
}

/****  format 6  **************************************************************/

.article .format_6 .artImages {
  margin: 20px 0 0;
  text-align: center;
  clear: left;
}

.article .format_6 .artImages div {
  float: left;
  text-align: center;
  margin: 5px;
  padding: 5px;
}

.article .format_6 .artImages img {
  margin: 0 10px 10px;
}

.article .format_6 .artImages div a:hover {
  text-decoration: none;
}

.article .format_6 .artImages div a:hover span {
  text-decoration: underline;
}

.article .format_6 .artText .leftTopImage {
  float: left;
  text-align: center;
  margin: 0 20px 10px 0;
}

.article .format_6 .artText .leftTopImage a:hover {
  text-decoration: none;
}

.article .format_6 .artText .leftTopImage a:hover span {
  text-decoration: underline;
}

/****  format 7  **************************************************************/

.article .format_7 .artImages {
  margin-bottom: 2em;
}

.article .format_7 .artImages div {
  text-align: center;
}

.article .format_7 .artImages div a {
	display: block;
}

.article .format_7 .artImages div a:hover {
  text-decoration: none;
}

.article .format_7 .artImages div a span {
  display: block;
  padding: 0.1em 0 0.8em;
}

.article .format_7 .artImages div a:hover span {
  text-decoration: underline;
}

/****  format 8  **************************************************************/

.article .format_8 .artImages {
  margin-top: 2em;
}

.article .format_8 .artImages div {
  text-align: center;
}

.article .format_8 .artImages div a {
  display: block;
}

.article .format_8 .artImages div a:hover {
  text-decoration: none;
}

.article .format_8 .artImages div a span {
  display: block;
  padding: 0.1em 0 0.8em;
}

.article .format_8 .artImages div a:hover span {
  text-decoration: underline;
}

/****  wyniki wyszukiwania artykułów  *****************************************/

.articleSearchResults ol li {
  padding: 0.4em 0;
}

.articleSearchResults ol li a {
  font-weight: bold;
}

.articleSearchResults ol li a:hover {
    
}

.articleSearchResults ol .searchIntro a {
  font-weight: normal;
}

/****  powiadom znajomego  ****************************************************/

#articleSendToFriend {
  margin: 1em 15px 0.5em;
  border-top: 1px solid #f00;
  padding: 0.5em 1em;
  clear: both;
}

#articleSendToFriend .sendtofriendLbl,
#articleSendToFriend .sendtofriendName,
#articleSendToFriend .sendtofriendEmail,
#articleSendToFriend .sendtofriendSubmit {
  float: left;
  padding-right: 10px;
}

/****  pojedynczy wstęp do artykułu  ******************************************/

.articleIntro .articleIntroText {
  text-align: justify;
}

.articlesList dt {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.articlesList dd {

  margin-bottom: 2em;
  text-align: justify;
}

.articlesList dd img {
  float: left;
  margin: 0 10px 10px 0;
}

.articlesList dd.last {
  border-bottom-width: 0;
  margin-bottom: 0;
}

#articlesSearch {
	float: right;
	padding-top: 1em;
	text-align: right;
	width: 500px;
}

#articlesSearch .submitInput {
	background: #c4011f url(/images/search.png) no-repeat 90% 50%;
	padding-left: 9px;
	padding-right: 25px;
}

#articles {
	padding:2em 0 0 69px;
}

/* css file: boxes.css */

.box {
	padding: 0 47px 0 17px;
}

.imageBox {
	text-align: center;
}

.imagebox img {
  vertical-align: middle;
}

.textBox {
  text-align: justify;
}

.textBox img {
  float: left;
	margin: 0 10px 0.1em 0;	
}

/* css file: brief.css */

.briefs dt {
  padding-bottom: 0.5em;  
}

.briefs dt a {
  font-weight: bold;
}

.briefs dt a:hover {

}

.briefs dt span {
  color: #a1a1a1;
}

.briefs dd {
  /*margin-bottom: 1.75em;*/
  text-align: justify;
}

.briefs dd img {
  float: left;
  margin-right: 1em;
  margin-bottom: 0.3em;
}

#briefs {
	padding: 2em 0 2em 69px;
}

#briefs ul {
  margin: 0;
	padding: 0;	
}

#briefs ul li {
  margin: 0;
  padding: 0; 
	list-style-type: none;
	float: left;
	width: 326px;
	margin: 2em 14px 0 0;
}

#briefs ul li.first {
  clear: both;	
}

#briefs ul li a.title {
  display: block;
	color: #8c8c8c;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#briefs ul li div.column1 {
	float: left;
	width: 128px;
}

#briefs ul li div.column1 .date {
  color: #ccc;
	font-weight: bold;	
	margin-bottom: 1.3em;
}

#briefs ul li div.column2 {
  float: left;
	padding: 0.3em 0 0 15px;
	width: 163px;
	text-align: justify;
}

#briefSingle .briefTitle strong /* tytuł briefa */
{

}

#briefSingle .briefTitle em /* data przy briefie */
{
    float: right;
}

#briefSingle .briefSingleText
{
	padding: 0.5em 1em;
	text-align: justify;
}

#briefSingle .briefSingleText #briefSinglePhoto /* ewentualne zdjęcie w briefie */
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.3em;
}

/* ==================== lista tytułów */
#briefListTitle
{
	padding: 0 1em;
	margin: 0;
}

#briefListTitle li
{
    list-style-type: none;
	padding: 0;
    margin: 0;
}

/* ==================== lista miesięcy briefów z intrem i outrem */
#briefMonths #intro,
#briefMonths #outro
{
	text-align: justify;
}

#briefMonths .briefsList
{

}

#briefMonths .briefsList li
{
    list-style-type: none;
}

#newestBriefs {
	padding: 2em 0 0 30px;
}

/* css file: contacts.css */

.contactPersonList {
  padding-bottom: 1em;
  border-bottom: 1px solid #C7C7C7;
  margin-bottom: 1em;
}

.contactPersonList.last {
  padding-bottom: 0;
  border-bottom-width: 0;
  margin-bottom: 0;
}

.addressData {
  float: left;
/*  width: 500px;*/
  width: 314px;
}

.mediaData {
  float: left;
	padding-left: 20px;
/*  width: 128px;*/
  width: 314px;
}

.additionalData {
	text-align: justify;
	padding: 0 18px 0 0;
}

#contact {
	padding: 2em 0 2em 69px;
}

#contact h2 {
  color: #8c8c8c;
  margin: 0.7em 0;
	font-size: 130%;
}

#contact .label {
  font-weight: bold;
}

#contact .value {
	/*width: 214px;*/
  width: 200px;
}

#emailForm {
	padding: 2em 0 2em 69px;
}

#emailForm textarea {
  width: 537px;
  height: 200px;
}

#emailForm .submitRow {
  text-align: right;
  background: url(/images/submit_input_tiny.png) no-repeat 100% 100%;
  padding: 0 9px 11px 0;
}

#defaultContact {
	margin-top: 2.2em;
	padding: 0 14px;
	position: relative;
}

#defaultContact .shadow {
	position: absolute;
	top: -11px;
	left: -11px;
	background: url(/images/contact_shadow.png) no-repeat;
	width: 22px;
	height: 78px;
}

#defaultContact .siteHead {
	margin-bottom: 0.7em;
}

#defaultContact .row {
	margin: 0 0 0 15px;
}

#departmentContacts {
	padding: 2em 0 2em 69px;
}

#maps {
	padding: 2em 0 2em 69px;
}

#sectionContacts {
	padding: 2em 0 2em 69px;
}


/* css file: downloads.css */

#downWithFiles, #downloadSection {
	padding: 0.9em 20px;
	background: url(/images/category.png) repeat-x;
	margin-right: 1px;
	width: 608px;
	border-top: 1px solid #ECECEC; 
}
#downWithFiles img, #downloadSection img {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.9em;
}
#downWithFiles ul, #downloadSection ul {
	list-style: none;
	margin: 0;
	padding: 0 20px;
}
#downWithFiles li, #downloadSection li {
	clear: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#downWithFiles a, #downloadSection a {
	font-weight: bold;
}
#downWithFiles a:hover, #downloadSection a:hover {
	text-decoration: underline !important;
}
#downWithFiles .fileSection {
	border-top: 1px solid #ECECEC;
	padding: 0.9em 0;
	width: 600px;
}
#downWithFiles .fileSection h1 {
	font-size: 110% !important;
	padding-left: 10px;
}

/* css file: faq.css */

#faq {
	padding: 2em 0 1.5em 69px;
}

#faqQuestions {
	float: left;
	width: 295px;
	padding: 0 15px 0 0;
}

#faqQuestions ul {
	margin: 0;
	padding: 0 0 0 12px;
}

#faqQuestions ul li {
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
	list-style-type: none;
	background: url(/images/li.png) no-repeat 0 0.8em;
}

#faqQuestions ul li a {
  color: #666;
}

#faqQuestions textarea {
	margin: 0 0 0 12px;
  width: 283px;
	height: 150px;
}

#faqCategories {
	float: left;
	width: 326px;
	background: url(/images/newsletter_shadow.png) no-repeat 0 1em;
	padding: 0 0 1em 30px;
}

#faqCategories ul {
	margin: 0;
	padding: 0;
}

#faqCategories ul li {
  margin: 0;
  padding: 0;
	list-style-type: none;
	float: left;
	width: 163px;
}

#faqCategories ul li a {
	color: #9a9a9a;
	text-transform: uppercase;
	font-weight: bold;
}

#faqCategories .more {
	margin-top: 2em;
}

#faqAnswer {
  padding: 4.5em 0 0 69px;
	background: url(/images/faq_answer.png) no-repeat;
}

#answerId {
	border: 1px solid #ccc;
	padding: 0.6em 7px;
	color: #666;
	text-align: justify;
	margin-left: 17px;
	width: 520px;
}

#nickAndCity {
	margin: 0.4em 0 0 26px;
	color: #666;	
}

#nickAndCity span {
	font-size: 90%;
}

#nickAndCity span span {
  font-size: 110%;
}

#faqForm {
	padding: 1.5em 0 2em 20px;
}

#faqForm .label {
  width: 80px;	
}

#faqForm label {
  font-weight: normal;
}

#faqForm .value {
	width: 345px;
}

#faqForm .textInput {
  width: 180px;	
}

#faqForm .submitRow {
	background: url(/images/submit_input_tiny.png) no-repeat 100% 100%;
  padding: 0 9px 11px 0;
  text-align: right;
	width: 380px;
}

#faqForm .submitInputTiny {
	background: #C1001B url(/images/more.png) no-repeat 90% 0.6em;
	padding: 0 16px 0.2em 5px;
}

/* css file: gallery.css */

/* ==================== zdjęcie w galerii */

#pictureGalleryTmb {
  padding: 2em 0 0 69px;
}

#pictureGalleryTmb #dhtmlgoodies_slideshow
{
    width: 565px;   /* długość całego slideshow */
    margin-top: 1.5em;
}

#pictureGalleryTmb #previewPane {
    margin-bottom: 1em;
    margin: 1em 0;   
    text-align: center;
    padding: 1.3em 0 1em;
    position: relative;
}

#pictureGalleryTmb #previewPane #largeImageCaption    /* podpis pod dużym obrazkiem */
{
    text-align: center;
    font-size: 90%;
}

#pictureGalleryTmb #galleryContainer {
    height: 102px;          /* Height of the images + 2 */
    position: relative;
    overflow: hidden;
    padding: 1px;   
    /* CSS HACK */
    height: 104px;   /* IE 5.x - Added 2 pixels for border left and right */
    height/* */:/**/102px;   /* Other browsers */
    height: /**/102px;      
}

#pictureGalleryTmb #arrow_left {
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #fff; /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #arrow_right   /* prawa strzałka */
{
    position: absolute;
    right: 0;
    z-index: 10;
    background-color: #fff;  /* tło pod strzałką */
    padding: 1px;
}

#pictureGalleryTmb #theImages
{
    position: absolute;
    height: 100px;
    left: 40px;
    width: 100000px; 
}

#pictureGalleryTmb #theImages #slideEnd
{
    float: left;
}

#pictureGalleryTmb #theImages img
{
    float: left;
    padding: 1px;
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: pointer;
}

#pictureGalleryTmb #waitMessage
{
    display: none;
    position: absolute;
    left: 200px;
    top: 150px;
    background-color: #fff; /* tło boxa poczekalni */
    border: 3px double #000;
    padding: 0.3em;
    font-size: 90%;
}

#pictureGalleryTmb #theImages .imageCaption
{
    display: none;
}

#pictureGalleryTmb .galleryShowOrg  /* odnośnik 'pokaż oryginał' */
{ 
    text-align: center;
}

#pictureGalleryTmb .galleryShowOrg a
{

}

#pictureGalleryTmb .galleryShowOrg a:hover
{

}

/* ==================== galeria miniaturek */

#galleryPictures {
  padding: 2em 0 0 69px;
}

#galleryPictures .galleryDesc {
	padding: 0 18px 1.5em 0;
	text-align: justify;
}

#galleryPictures .productList li { 
  margin-right: 55px;
}

/* =========================== sliderGallery ================================ */

.pictureListWrapperHTML {
  overflow: hidden;/* konieczne, żeby lista nie wystawała */
  position: relative;
}

.pictureListHTML {
  position: relative;/* konieczne żeby przesuwać obrazki*/
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pictureListHTML li {
  float: left;/* konieczne, żeby lista była pozioma */
  text-align: center;
}

.pictureListHTML li a:hover {
  border-style: none;
}

.pictureListHTML li img {
  border-style: none;
  vertical-align: middle;
}

.pictureListHTML li .hoverHTML {
  display: none;
}

.pictureListHTML li a .linkHTML {
	opacity: 0.5;
}

.pictureListHTML li a:hover .linkHTML {
	opacity: 1;
  display: none;
}

.pictureListHTML li a:hover .hoverHTML {
  display: inline;
}

/*--poniższe style są nadpisywane w js--*/
#wrapper1 {
  width: 575px;/* szerokość obrazka */
}

#list1 {
  width: 8050px;/* ilość obrazków * (szerokość obrazka + li.prawy margines) */
  left: -2875px;
}

#list1 li {
  margin-right: 0px;/* opcjonalny, ale w skrypcie i tak trzeba go podać */
  width: 575px;
	line-height: 382px;
}

#wrapper2 {
  width: 560px;/* szerokość okna miniatur, ilość wyświetlanych na raz miniatur * szerokość miniatury + (ilość wyświetlanych na raz miniatur - 1) * szerokość marginesu li */
}

#list2 {
  width: 8190px;/* ilość wyswietlanych na raz miniatur * (szerokość miniatury + li.prawy margines) */
}

#list2 li {
  margin-right: 10px;/* opcjonalny, ale w skrypcie i tak trzeba go podać */
  width: 47px;
}

/* ========================================================================== */

/* css file: language.css */

#changeBox {
  
}

#changeBox ul {
  margin: 0;
  padding: 0;
	font-size: 90%;
}

#changeBox ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

#changeBox ul li a {
  display: block;
  text-align: center;
	padding: 0.3em;
}

#changeBox ul li.selected a {
  font-weight: bold;
}

/* css file: login.css */

/* ==================== informacja i wylogowanie */

#logoutBox
{
	
}

/* ==================== formularz logowania */

#loginBox
{
	
}


/* css file: mailing.css */

/* 
 * Pamętać o szablonie do mailingu template_1.tpl       
 * Żeby działał trzeba w cmsie dodać zdjęcie do szablonu
 */

#subscribeForm {
	margin-left: 43px;	
	background: url(/images/newsletter_shadow.png) no-repeat;
}

#subscribeForm .inner {
  background: url(/images/subscribe_form_inner.png) no-repeat 200px 1em;
	padding: 2.2em 0 0 26px;
}

#subscribeForm span {
	padding: 0 10px;
}

#subscribeForm .row {
	text-align: center;
	margin: 0.7em 0 1.3em;
} 

#subscribeForm .row .textInput {
	width: 176px;
	border: 1px solid #949494;
	background-color: #ccc;
}

#subscribeForm .submitRow {
  text-align: right;
	background: url(/images/submit_input_tiny.png) no-repeat 100% 100%;
	padding: 0 9px 11px 0;
}

/* css file: menu.css */

/* ==================== boczne dwupoziomowe */

#twoDSideMenu .sideMenu
{
    padding: 0;
    margin: 0 0 1em;
}

#twoDSideMenu .sideMenu li
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#twoDSideMenu .sideMenu a     /* wszystkie odnośniki menu */
{
    display: block;
    padding: 0.3em 1em;
}

#twoDSideMenu .sideMenu a:hover   
{

}

#twoDSideMenu .sideMenu li.first a  /* first-child */
{

}

#twoDSideMenu .sideMenu li.last a   /* last-child */
{

}

#twoDSideMenu .sideMenu li.selected   /* element aktualny */
{

}

#twoDSideMenu .sideMenu li.selected a     /* odnośnik elementu aktualnego */
{

}

#twoDSideMenu .sideMenu li.selected ul    /* podmenu aktualnego elementu */
{

}

#twoDSideMenu .sideMenu li.selected ul a  /* odnośnik w podmenu aktualnego elementu */
{
    font-size: 90%;
}

#twoDSideMenu .sideMenu li.selected ul a:hover
{
   
}

#twoDSideMenu .sideMenu li.selected ul a.selected     /* aktualny element podmenu */
{

}

/* ==================== górne nawigacyjne */

#simpleHorizontStatic {
  float: right;
	background: #350008 url(/images/simple_horizont_static.png) repeat-y;
	border-left: 1px solid #fff;
	padding: 0.6em 0;
}

#simpleHorizontStatic ul {
  padding: 0;
  margin: 0;
  font-size: 90%;
}

#simpleHorizontStatic li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
	border-right: 1px solid #fff;
}

#simpleHorizontStatic li.last {
  border-right-style: none;
}

#simpleHorizontStatic li a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	padding: 0 9px 0 26px;
}

#simpleHorizontStatic li.nav1 a {
	background: url(/images/nav1.png) no-repeat 10px 60%;
}

#simpleHorizontStatic li.nav2 a {
  background: url(/images/nav2.png) no-repeat 10px 60%;
}

#simpleHorizontStatic li a:hover {
  color: #ddd;
}

#simpleHorizontStatic li.selected a {
  
}

/* ==================== górne zwykłe poziome */

#simpleHorizontTop {
  
}

#simpleHorizontTop ul {
  padding: 0 10px;
  margin: 0;
}

#simpleHorizontTop ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
}

#simpleHorizontTop ul li a {
  font-size: 110%;
  font-weight: bold;
  display: block;
  padding: 0.3em 1em;
}

#simpleHorizontTop ul li.selected a {
  
}

#simpleHorizontTop ul li a:hover {

}

#simpleHorizontTop ul li.first a {

}

#simpleHorizontTop ul li.last a {

}

/* ==================== górne poziome podmenu */

#submenuSimpleTop ul
{
    padding: 0 10px;
    margin: 0;
	font-size: 95%;
}

#submenuSimpleTop ul li
{
    list-style-type: none;
    float: left;    
}

#submenuSimpleTop ul li a
{
    display: block;
    float: left;
    padding: 0.3em 1em;
}

#submenuSimpleTop ul li.selected a
{
    
}

#submenuSimpleTop ul li a:hover
{

}

#submenuSimpleTop ul li.first a
{

}

#submenuSimpleTop ul li.last a
{

}

/* ==================== zwykłe menu w stopce */

#menuSimpleFooter {
  padding: 0;
  margin: 0 0 0.3em;
}

#menuSimpleFooter li {
  margin: 0;
  list-style-type: none;
  display: inline;
  padding: 0 10px;
	border-right: 1px solid #666;
}

#menuSimpleFooter li.first {
  padding-left: 0;	
}

#menuSimpleFooter li.last {
	border-right-style: none;
	padding-right: 0;
}

#menuSimpleFooter li a {
  color: #666;
}

#menuSimpleFooter li a:hover {
    
}

#menuSimpleFooter li.first a {

}

#menuSimpleFooter li.last a {

}

/* ==================== górne menu z podmenu rozwijanym w JS */

/* menu główne */
#menu2dhTop ul
{
    padding: 0 10px;
    margin: 0;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhTop ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhTop ul li a
{
    font-weight: bold;
    display: block;
    min-height: 2.5em;
    padding: 0 0.8em;
}

#menu2dhTop ul li a:hover
{
	
}

#menu2dhTop ul li.selected a 
{
    
}

/* podmenu */
#menu2dhSub
{
    min-height: 2.5em;
}

#menu2dhSub ul
{
    padding: 0 10px 0 15px;
    margin: 0;
    font-size: 95%;
    line-height: 2.5em;
    min-height: 2.5em;
}

#menu2dhSub ul li
{
    list-style-type: none;
    margin: 0;
    padding: 0; 
    float: left;
    min-height: 2.5em;
}

#menu2dhSub ul li a
{
    display: block;
    min-height: 2.5em;
    padding: 0 1em;
}

#multiDimHorizontMenu {
	background: url(/images/menu_shadow.png) no-repeat 100% 0;
	padding: 2.5em 0 0.7em;
	position: relative;
	z-index: 5;
}

#multiDimHorizontMenu ul {
  padding: 0;
  margin: 0;
}

#multiDimHorizontMenu ul li {
  margin: 0 25px 0 0;
  padding: 0;
  list-style-type: none;
  float: left;
  position: relative;
}

#multiDimHorizontMenu ul li.last {
	margin-right: 0;
}

#multiDimHorizontMenu ul li a {

}

#multiDimHorizontMenu ul li a:hover {
  text-decoration: none;
}

#multiDimHorizontMenu ul li a.firstLevelLink {
  color: #999;
  font-size: 125%;
  display: block;
  padding: 0.6em 0;
}

#multiDimHorizontMenu ul li.selected a.firstLevelLink,
#multiDimHorizontMenu ul li:hover a.firstLevelLink {
  text-decoration: none;
	padding-bottom: 0.3em;
	border-bottom: 0.3em solid #333;
	color: #000;
}

#multiDimHorizontMenu ul li ul {
  padding: 0;
  display: none;
  position: absolute;
  top: 98%;
  left: 0;
	border: 1px solid #757575;
	background-color: #fff;
	opacity: 0.8;
}

#multiDimHorizontMenu ul li:hover ul {
  display: block;
}

#multiDimHorizontMenu ul li:hover ul li ul {
  display: none;
}

#multiDimHorizontMenu ul li ul li {
  float: none;
  position: relative;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#multiDimHorizontMenu ul li ul li.last {
  border-bottom-style: none;
}

#multiDimHorizontMenu ul li ul li a {
  display: block;
	color: #000;
	padding: 0.3em 7px;
	width: 160px;
}

#multiDimHorizontMenu ul li ul li:hover a {
	color: #cd0134;
	font-weight: bold;
}

#multiDimHorizontMenu ul li ul li ul {
  top: -1px;
  left: 100%;
  padding: 0;
	opacity: 1;
}

#multiDimHorizontMenu ul li ul li:hover ul {
  display: block;
}

#multiDimHorizontMenu ul li ul li:hover ul li a {
  color: #000;
	font-weight: normal;
}

#multiDimHorizontMenu ul li ul li ul li a:hover {
	color: #cd0134;
  font-weight: bold;
}

/* css file: newsletter.css */

/* ==================== box dopisania i wypisania z newslettera */

#newsetter input
{
	margin-left: 0.3em;
}

#newsetter #emailNewsletter /* pole z mailem do wpisania */
{
    width: 120px;
}

#newsetter label input
{
    vertical-align: middle;
}


/* css file: press.css */

#aboutUsArticle {
	padding: 2em 0 1em 69px;
}

#aboutUsArticle .content {
	text-align: justify;
}

#aboutUsArticles {
	padding: 2em 0 1em 69px;
}

#aboutUsArticles ul {
	margin: 0;
	padding: 0;
}

#aboutUsArticles ul li {
  margin: 0;
  padding: 1em 0 0;
	list-style-type: none;
}

#aboutUsArticles h2 {
  color: #8c8c8c;
  margin-bottom: 0.5em;
	font-size: 110%;
}

#downloads {
	padding: 2em 0 1em 69px;
}

#pressInformation {
	padding: 2em 0 1em 69px;
}

#pressInformation .content {
  text-align: justify;	
}

#pressInformation dl dt {
  color: #8c8c8c;
  font-weight: bold;
  margin: 1em 0 0.5em;
}

#aboutUsArticles {
	padding: 2em 0 1em 69px;
}

#aboutUsArticles .content {
  text-align: justify;  
}

/* css file: sitemap.css */

/* ==================== podstawowy sitemap */

.sitemap
{
    padding: 0.2em 2em 1em 10em;
}

.sitemapBox,
.sitemapMain
{
    padding: 1px 0 1px 15px;
    margin: 0;
    border-left: 1px solid #f00;    /* prowadnica */
    font-weight: normal;
}

.sitemapMain /* lista elementów pierwszego poziomu */
{
    border-left-width: 0;
    font-weight: bold;
}

.sitemapBox li,
.sitemapMain li
{
    padding: 1px 0;
    list-style-type: none;
}

.sitemapBox li a,
.sitemapMain li a
{
    padding: 0 1px 0 10px;
}

.sitemapBox li a:hover,
.sitemapMain li a:hover
{

}

#sitemap_box {
	padding: 2em 0 2em 69px;
}

#sitemap_box a {
  color: #8c8c8c;
	background: url(/images/li.png) no-repeat 0 0.3em;
}

/* css file: surveys.css */

#surveySection,
#surveySite,
#surveyPersonalData,
#surveyResult,
#surveyThanxBox,
#thanx {
    padding: 2em 0 0 69px;
}

#surveyResult {
    padding: 1em 0 0 69px;
}

#surveySection dl dt {
    font-weight: bold;
}

#surveySection dl dd {
    padding: 0.3em 0 1em 15px;
}

#surveySection h2 {
  color: #8c8c8c;
  padding: 1em 0 0.5em;
	font-size: 110%;
}

#surveySection .content {
	text-align: justify;
}

#surveySite .question,
#surveyResult .question {
    display: block;
    padding-bottom: 0.3em;
}

#surveySite ol li,
#surveyResult ol li {
    margin-bottom: 1.2em;
}

#surveySite .questionAnswer li,
#surveyResult li li {
    list-style-type: none;
    margin-bottom: 0.1em;
}

#surveySite .questionAnswer li label,
#surveyResult li li label {
    font-weight: normal;
}

#surveyResult li li div {
    padding-left: 15px;
}

#surveyResult .radio,
#surveyResult .checkbox {
	margin-right: 10px;
}

#surveyResult .belt {
	background-color: #c2011c;
	height: 10px;
	float: left;
	margin: 0.6em 0 0.3em 25px;	
}

#surveyResult .precent {
    display: block;
	margin: 0.3em 0 0.3em 15px;	
	float: left;
}

#surveyResult dl {
	margin-left: 25px;
}

#surveySite .submitRow,
#surveyPersonalData .submitRow {
    background: transparent url(/images/submit_input_tiny.png) no-repeat scroll 100% 100%;
    padding: 0 9px 11px 220px;
    text-align: right;
    /*width: 380px;*/
}

#surveySite .submitInputTiny,
#surveyPersonalData .submitInputTiny {
    background: #C1001B url(/images/more.png) no-repeat scroll 90% 0.6em;
    padding: 0 16px 0.2em 5px;
}

#surveyPersonalData fieldset {
    padding: 1em 0 0 120px;
}

#surveyPersonalData .submitRow {
    padding-left: 0;
}


/* css file: tenant.css */

.add {
  float: left;
  /*width: 70px;*/
  width: 85px;
  padding: 1.5em 0 0 30px;
  color: #8c8c8c;
  font-size: 90%;
/*  background: url(/images/add.png) no-repeat 80% 1.8em;*/
  background: url(/images/add.png) no-repeat 100% 1.8em;
}

.productList {
  margin: 0;
  padding: 0;
}

.productList li {
  margin: 0 38px 1em 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: 120px;
  text-align: center;
  font-size: 95%;
}

.productList li.first {
  clear: both;
}

.productList li a {
  display: block;
}

.productList li a:hover {
  text-decoration: none;
}

.productList li .image {
  /*height: 128px;*/
  display: block;
}

.productList li .title img {
  vertical-align: middle;
}

.productList li .title {
  color: #cd0000;
  text-transform: uppercase;
}

#allSelectedProducts {
	padding: 2em 0 0 69px;
}

#allSelectedProducts .productList li {
	margin-right: 56px;
}

#categories {
	padding: 2em 0 0 69px;
}

#categories ul {
	margin: 0;
	padding: 0;
}

#categories ul li {
  margin: 0;
  padding: 0 0 4.5em 51px;
	list-style-type: none;
	background: url(/images/newsletter_shadow.png) no-repeat 18px 0;
	float: left;
	width: 276px;
}

#categories ul li.first {
	clear: both;
}

#categories ul li h2 {
	color: #868686;
	font-size: 120%;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

#categories ul li ul li {
	padding: 0.3em 0;
	background: none;
	float: none;
	width: auto;
}

#categories ul li ul li .name {
	color: #868686;
	float: left;
	width: 100px;
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px;
}

#categories ul li ul li .name:hover {
	color: #c2001d;
	background: url(/images/li.png) no-repeat 0 0.5em;
}

#categories ul li ul li .add {
  padding-top: 0;
/*  background-position: 85% 0.3em;*/
  background-position: 100% 0.3em;
}

#category {
	padding: 2em 0 0 69px;
}

#category ul {
	margin: 0;
	padding: 0;
}

#category ul li {
  margin: 0;
  padding: 1em 0;
	list-style-type: none;
	background: url(/images/newsletter_shadow.png) no-repeat;
}

#category ul li .logo {
	float: left;
	width: 128px;
	padding: 0 0 0 46px;
}

#category ul li .description {
	float: left;
/*	width: 362px;*/
  width: 340px;
	padding: 0 0 0 30px;
}

#category ul li .description .title {
	padding-bottom: 0.5em;
	font-weight: bold;
	color: #8c8c8c;
	font-size: 105%;
}

#category ul li .description .content {
	text-align: justify;
	margin: 0;
}

#cloud {
	padding: 1.4em 40px 0.5em 20px;
}

#cloud ul {
  margin: 0;
	padding: 0;
	line-height: 1.7em;
	text-align: justify;
}

#cloud ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}


#cloud ul li a {
  color: #8c8c8c;
}

#cloud ul li .weight0 {
  font-size: 130%;
}

#cloud ul li .weight1 {
  font-size: 140%;
	font-weight: bold;
}

#cloud ul li .weight2 {
  font-size: 170%;
	font-weight: bold;
}

#selectedProducts {
  float: left;
  width: 643px;
	padding: 0.4em 0 0 30px;
}

#tenant {
	padding: 2em 0 0 69px;
	background: url(/images/newsletter_shadow.png) no-repeat 80px 5.5em;
}

#tenant .addBlock {
	background: url(/images/more_shadow.png) no-repeat 100% 100%;
  padding: 0 19px 15px 0;
  text-align: right;
}

#tenant .addBlock .add {
	color: #8C8C8C;
	background:transparent url(/images/add.png) no-repeat scroll 85% 1.7em;
	float: none;
  padding: 1.5em 25px 0 0;
}

#tenant .column1 {
	float: left;
	width: 245px;
	padding: 0 35px 0 45px;
}

#tenant .column1 .image {
	margin-bottom: 1em;
}

#tenant .column1 .description {
  text-align: left;	
}

#tenant .column2 {
  float: left;
  width: 323px;	
}

#tenant .column2 h2 {
	color: #868686;
  font-size: 120%;
  margin-bottom: 0.8em;
  text-transform: uppercase;
}

#tenant .column2 #recommendHeader {
	margin-top: 1.6em;
}

#tenant .column2 .productList li {
	width: 100px;
	margin-right: 11px;
}

#tenantImages {
	clear: both;
	padding: 2em 19px 0 45px;
}

#tenantImages .productList li {
	margin-right: 30px;
	width: 128px;
}

#tenantSearchResults {
	padding: 2em 0 0 69px;
}

#tenantSearchResults ol {
	margin: 1em 0 0;
	padding: 0;
}

#tenantSearchResults ol li {
  margin: 0;
  padding: 0;
	list-style-type: none;
}

#tenantSearchResults ol li .title {
	font-size: 110%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

#tenantSearchResults ol li .content {
	text-align: justify;
}

#visit {
	padding: 2em 0 0 69px;
}

#tableContainer {
	padding: 0.5em 29px 0.5em 20px;
}

#visit table {
	width: 100%;
	border-collapse: collapse;
}

#visit table th {
  border-bottom: 1px solid #d0d0d0;
  text-transform: uppercase;
	font-size: 130%;
	padding: 0.4em 0;
}

#visit table td {
  padding: 1.5em 15px;
}

#visit table td.shop {
  padding-left: 30px;	
	font-size: 90%;
	background: url(/images/newsletter_shadow.png) no-repeat 0 0.5em;
}

#visit table td.range {
	text-transform: uppercase;
	font-weight: bold;
	color: #262626;
}

#visit #tableContainer table tbody tr td a.delete {
	text-align: left !important;
	background: url(/images/delete.png) no-repeat 100%;
  color: #8C8C8C;
  font-size: 90%;
  padding-right: 15px;
}

#thanks {
	font-size: 170%;
	text-align: center;
	font-weight: bold;
	padding: 1em 0 0;
	display: none;
}