/*   
Theme Name: Palmtop.pl
Theme URI: http://www.palmtop.pl
Description: Domyślny schemat dla palmtop.pl - 11.09
Author: Darek Sieradzki
Author URI: http://aerolit.pl
Version: 0.1
.
Temat oparty o oryginalny design dla palmtop.pl
.
*/

/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
	color: #000;
	background-color: #fff;
}

body * {
	font-family: Tahoma, Arial;
	color: #333333;
}

blockquote, h3, p, li {
	/*padding-right: 10px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 1.6em;*/
}

blockquote {
	margin-right: 0;
	margin-left: 5px;
	padding-left: 55px;
	background-image: url(images/quot.png);
	background-repeat: no-repeat;
	background-position: 0 -5px;
	font-size: 1em;
	font-style: italic;
}

h1, h2, h3 {
	margin: 0 0 15px 0;
	/*padding: 0 10px;*/
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, Times, serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1em;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: underline;
	color: #000;
	outline: none;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a, #head a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	margin-top: 0;
	padding: 10px;
	padding-top: 0;
	width: 960px;
}

#head {
text-align: left;
background-image: url(images/head_bg.png);
background-color: #EAEAEA;
}

#head a {
 text-decoration: none;
}

#sidebar-1 {
width: 165px;
	margin-left: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
width: 220px;
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#content {
	margin: 10px 228px 10px 180px;
}

#foot {
	margin-top: 5px;
	clear: both;
	text-align: center;
}

#foot ul {

    display: inline;
    margin: 0;
    padding: 0;

}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 970px;
w\idth: 960px;
}

#sidebar-1 {
\width: 165px;
w\idth: 165px;
}

#sidebar-2 {
\width: 220px;
w\idth: 220px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* custom
------------------------------------------------- */
#band {
background-color: #6C79E5;
border: 1px solid #E0E0E0;
height: 111px;
background-image: url(images/header_palmtop_bg.png);
}
  #band .logo {
    float: left;
  }
    #band .logo img {
      margin-left: 20px;
      margin-top: 22px;
    }
  
  #band .searchForm {
    float: left;
    text-align: center;
    width: 420px;
    margin-top: 12px;
    margin-left: 24px;
  }
	#band .searchForm .advancedSearch {
		height:16px;
		clear:both;	
		text-align: left;
		padding-left: 100px;
	}
		#band .searchForm .advancedSearch a, #band .searchForm .advancedSearch a:visited {
			font-size: 11px;
			text-decoration: none;
			font-family: Arial;
		}
		#band .searchForm .advancedSearch a:hover {
			text-decoration: underline;
		}

	#band .searchForm div#tagsImages {
		height: 44px;
		width: 100%;
		text-align: left;
		padding-left: 10px;
		margin-top: 3px;
	}
		#band .searchForm div#tagsImages img {
			margin-right: 36px;
		}

    #band .searchForm input#searchInput {
      float: left;
      width: 297px;
    }
    #band .searchForm input#submit {
      float: left;
      height: 18px;
      width: 70px;
      /*margin-top: 3px;*/
      margin-left: 5px;
    }
  
  #band .img {
    float: right;
  }

#rss {
float: right;
}

#logo {
margin-left: -3px;
}

#head {
height: 30px;
}

#head a {
display: block;
float: left;
height: 30px;
line-height: 30px;
font-family: Arial;
font-weight: bold;
color: #fff;
font-size: 13px;
padding: 0 10px;
}

#head2 {
background-image: url(images/bg_head2.gif);
height: 120px;
padding: 10px 5px;
border: 1px solid #E0E0E0;
}

#head2 a {
border: 0;

}

#os {
background-color: #EDEFFC;
border: 1px solid #E0E0E0;
text-align: right;
padding: 2px;
font-size: 0.9em;
}

#os form, #os div {
display: inline;
padding: 0px;
margin: 0px;
}

#wrap {
background-color: #EDEFFC;
border: 1px solid #E0E0E0;
border-top: 0;
padding: 3px;
}

#wrapfoot {
clear: both;
}

#foot {
background-image: url(images/bg_foot.gif);
text-align: right;
height: 20px;
padding-bottom: 5px;
padding-left: 5px;
}

#foot a {
border: 0;
line-height: 22px;
margin-right: 5px;
margin-bottom: 5px;
font-size: 11px;
font-weight: bold;
color: black;
text-decoration: underline;
}

#copy {
text-align: center;
font-size: 12px;
color: #AAA;
clear: both;
}

#copy a {
border: 0;
}

.leftbox {
border: 1px solid #C2C3C5;
background-color: white;
margin: 10px 0 0 0;
width: 160px !important;
padding: 0px !important;
}

.leftbox_title {
font-family: arial;
font-size: 11px;
background-image: url(images/bg_leftbox_title.png);
padding-left: 25px;
text-align: left;
height: 18px;
line-height: 18px;
}


.rightbox {
border: 1px solid #C2C3C5;
background-color: white;
margin: 10px 0 0 0;
}

.rightbox_title {
font-family: arial;
font-size: 11px;
background-image: url(images/bg_rightbox_title.png);
padding-left: 25px;
text-align: left;
height: 18px;
line-height: 18px;
}

#search {
	padding: 10px;
}

#search input{
	width: 100%;
	border: 1px solid black;
}

#search #searchsubmit {
	width: 60px;
	height: 12px;
	margin: 5px -1px 0px 50px;
	border: 0;
}

#redtram {
	overflow: hidden;
}

#content {
border: 1px solid #C2C3C5;
background-color: white;
}

#rtn4p {
	padding: 3px;
}

#rtn4p table,
#rtn4p td {
	border: 0 !important;
	width: 100% !important;
}

#rtn4p .small {
	display: none;
}

#rtn4p div.spacer {
	height: 5px;
}

#rtn4p th {
	display: none;
}

#rtn4p * {
	text-align: justify;
	color: black;
}

#rtn4p .rttitle {
	color: #2B568B;
}

#redtram a.more {
	display: block;
	text-align: right;
	margin: 3px 3px 10px;
}

h2.title {
font-family: arial;
font-size: 11px;
background-image: url(images/bg_title.png);
padding-left: 25px;
text-align: left;
height: 18px;
line-height: 18px;
}

#ad_skyscrapper div.ad {
 width: 160px;
 margin: auto;
}

h1.entry_title, h3.entry_title {
 margin: 0px;
 padding: 0px;
}


h1.entry_title a, h3.entry_title a {
 text-decoration: none;
 font-weight: bold;
 font-size: 14px;
 color: #6c79e5;
 text-align: left;
 font-family: Arial; 
}

div.article_info {
 margin-bottom: 6px;
 font-size: 10px;
 text-align: left;
 color: #000;
 font-family: Arial;
}

div.article_wrap {
 padding: 5px 15px;
}

div.article_wrap hr {
 width: 100%;
 margin: auto;
}

div.article_wrap p {
 padding: 0px;
 margin: 0px;
 font-size: 12px;
 line-height: 16px;
 margin-bottom: 10px;
 text-align: justify;
}

div.article_wrap td {
 font-size: 10px;
 padding: 0px;
}

div.article_wrap td.more {
 text-align: right;
}

div.article_wrap table {
 width: 100%;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}


#content.forum {
	margin-right: 10px;
}
#content.forum  iframe {
	width: 100%;
}

#content.sklep {
	margin-right: 10px;
	margin-left: 10px;
}
#content.sklep  iframe {
	width: 100%;
}


#head ul, #head li {
	display: inline;
	margin: 0;
	padding: 0;
}

.leftbox *, .rightbox * {
	font-family: arial !important;
	font-size: 10px;
}

.widget_serie {
	text-align: left;
}

.widget_serie ul {
	width: 100%;
	padding: 0;
	margin: 0;
}

.widget_serie li {
	width: 100%;
	list-style-type: none;
	min-height: 30px;
	background: url(images/head_bg.png) repeat-x center top #131BAC;
}

.widget_serie li a, .widget_serie li a:visited {
	color: white;
	display: block;
	margin-left: 10px;
	line-height: 30px;font-size: 12px;font-weight:bold;text-decoration: none;
}

.widget_democracy li, .palmtop_widget_democracy li {
	list-style-type:none;
}

.widget_democracy, .palmtop_widget_democracy {
	background-color: #D1D5D7;
	background-color: white;
	padding: 5px;
}

.widget_userlogin {
	text-align: left;
}

.widget_userlogin input {
	width: 100%;
	border: 1px solid black;
}

.widget_userlogin #rememberme {
	width: 1.1em;	
	margin-top: 3px;
	border: 0;
}

.widget_userlogin ul {
	margin: 5px;
	padding: 0 0 0 15px;
}

.widget_userlogin li {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

.widget_userlogin .button {
	width: 60px;
	height: 12px;
	margin: 5px -3px 0px 80px;
	border: 0;
}

.widget_redtram #rtn4p {
	padding: 5px 10px;
}

#redtram a.more {
	width: 60px;
	height: 12px;
	text-indent: 1000em;
	display: block;
	float: right;
	overflow: hidden;
	background-image: url(images/dalej.gif);
	margin-right: 10px;
	background-repeat: no-repeat;
}

.widget_gdstarrating_star, .widget_top10, .widget_phonetop10 {
	text-align: left;
}
	.widget_gdstarrating_star ul, .widget_top10 ul, .widget_phonetop10 ul {
		padding-left: 20px;
	}

/* strona glowna */
div#mainContent {
  margin-left: 8px; 
  margin-top: 10px; 
  width: 544px; 
  float: left;
  visibility: hidden;
}

div.clear {
  clear: both;
}

div.otherPosts {
  width: 100%;
  clear: both;
  border: 1px solid #C2C3C5;
  background-color: white;
  margin-top: 10px;
}

  div.otherPosts ul {
    padding-left: 0px;
    list-style-image: url(images/category_li.gif);
  }

    div.otherPosts ul li a, div.otherPosts ul li a:hover, div.otherPosts ul li a:visited {
      font-size: 12px;
      text-decoration: none;
      color: #22469e;
    }

  div.otherPosts ul li.more {
    list-style-image: none;
	list-style-type: none;
  }

	  div.otherPosts ul li.more a, div.otherPosts ul li.more a:visited, div.otherPosts ul li.more a:hover {
	  	
	  }


div.categoryContent {
  width: 49%;
  width: 268px;
  background-color: #fff;
  border: 1px solid #C2C3C5;
  margin-bottom: 10px;
  font-family: Arial;
}
div.categoryContent a, div.categoryContent a:visited {
	font-family: Arial;
}
  div.categoryContent div.header, div.otherPosts div.header, div.narrowcolumn div.header {
    background-image: url(images/block_bg.png);
    height: 25px;
    height: 18px;
    width: 100%;
  }

  div.categoryContent div.header h2, div.otherPosts div.header h2, div.narrowcolumn div.header h2 {
    font-size: 12px;
    font-family: Arial;
    height: 16px;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 10px;
	margin-bottom: 0;
	float: left;
	width: 80%;
    color: #fff;
    background-image: url( images/block_red_bg.png );
    background-repeat: no-repeat;
	padding-bottom: 1px;
  }
  div.narrowcolumn div.header h2 {
  	width: 95%;
  }
    div.categoryContent div.header h2 a, div.categoryContent div.header h2 a:visited, div.categoryContent div.header h2 a:hover,
	div.otherPosts div.header h2 a, div.otherPosts div.header h2 a:visited, div.otherPosts div.header h2 a:hover {
      color: #fff;
      text-decoration: none;
    }

   div.categoryContent div.header img {
       float: right;
       margin-top: 1px;
       margin-right: 3px;
   }


div.categoryContent ul.categoryEntries {
    list-style-image: url(images/category_li.gif);
    margin-left: 0px;
    padding-left: 0px;
	margin-top: 0;
	padding-top: 0;
	padding: 4px;
  }
    div.categoryContent ul.categoryEntries li {
      clear: both;
      font-size: 11px;
      color: #22469e;
      margin-left: 15px;
      min-height: 20px;
	  margin-top: 2px;
	  margin-bottom: 2px;
    }

    div.categoryContent ul li.first .entry-main-image{
    	float:left;
	width:83px;
	height:83px;
	margin-right: 4px;
    }

    div.categoryContent ul li.first .entry-main-header {
    	/*width:96%;*/
	padding-left:16px;
    }
    	
		div.categoryContent ul.categoryEntries li p {
			margin-top: 1px;
		}
			div.categoryContent ul.categoryEntries li p a, div.categoryContent ul.categoryEntries li.first a {
	  			color: #333;
		      text-decoration: none;
			  font-size: 11px;

			}

    div.categoryContent ul.categoryEntries li a {
      color: #22469e;
	  color: #6C79E5;
      text-decoration: none;
	  font-size: 12px;
    }
	
	div.categoryContent ul.categoryEntries li.first h3 a {	
	  font-size: 14px;
	  font-weight: bold;
	  color: #6C79E5;
	}


    div.categoryContent ul.categoryEntries li.first {
      /*color: #fd0000;*/
      list-style-type: none;
      list-style-image: none;
      margin-left: 0px;
	  padding-left: 0;
	  min-height: 18px;
	  margin-top: 0;
	  margin-bottom: 4px;
    }

    div.categoryContent ul.categoryEntries li.first img {
    	float: left;
		margin: 0;
    }

    div.promoted ul.categoryEntries li.image {
    	list-style-type: none;
		list-style-image: none;
		padding: 0;
		margin: 0;
    }
	    div.promoted ul.categoryEntries li.image img {
	    	border: 1px solid #c2c3c5;
	    }
	
    div.promoted ul.categoryEntries li.first {
    	list-style-image: url(images/category_li.gif);
        margin-left: 15px;
		min-height: 22px;
		margin-top: 4px;
    }
	
    div.promoted ul.categoryEntries li.first a.head {
    	color: #6C79E5;
			font-size: 14px;
			font-weight: bold;
    }

      div.categoryContent ul.categoryEntries li.first img {
        border: 1px solid #C2C3C5;
      }
      
	  div.promoted ul.categoryEntries li.first img {
	  	border-left: none;
		border-right: none;
	  }
	  
      div.categoryContent ul.categoryEntries li.more {
        color: #fd0000;
		list-style-type: none;
		list-style-image: none;
      }
	  	div.categoryContent ul.categoryEntries li.more a, div.categoryContent ul.categoryEntries li.more a:visited {
	  		color: #fd0000;
	  	}

div.floatLeft {
  float: left;
}

div.floatRight {
  float: right;
}
/* strona glowna */

.post, .page {
	margin: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDE0E1;
	text-align: justify;
  	font-size: 12px;
	line-height: 16px;
}

.page {
	border-bottom: 0;
	padding-bottom: 0;
}

.post h2,
.page h2 {
	margin: 0px;
}

.post h2 a,
.page h2 a  {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #6c79e5;
	text-align: left;
	font-family: Arial;
}

.post .postmeta {
	margin-bottom: 6px;
	/*margin-left: 10px;*/
 	font-size: 10px;
 	text-align: left;
 	color: #000;
 	font-family: Arial;
}

.post .entry .more-link {
	display: block;
	float: right;
	width: 60px;
	height: 12px;
	background-image: url(images/dalej.gif);
	background-repeat: no-repeat;
	text-indent: -1000em;
}


.post .comments {
	/*margin-left: 10px;*/
	border: 1px solid #C2C3C5;
	background-color: #DDE0E1;
	width: 90px;
	text-align: left;
	font-size:9px;	
	background-image: url(images/dalej-s.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	float: left;
}

.post .comments a {
	text-decoration: none;
	display: block;
	color: #333333;
	margin: -2px;
	margin-left: 5px;
	padding: 0px;
}

#content h1 {
	background-image: url(images/bg_title.png);
	height: 18px;
	line-height: 18px;
	padding-left: 25px;
	text-align: left;
	font-size: 10px;
}

#searchform {
	margin: 15px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

.wp-caption {
	font-style: italic;
	padding: 2px 0 2px 2px;
	text-align: center;
	font-size: 10px;
	background-color: #EDEFFC;
	border: 1px solid #C2C3C5;
}

.aligncenter {
	margin: auto;
    display: block;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.entry {
	font-size: 0.9em;	
}

.navigation {
	margin: 20px;
	height: 20px;
	font-size: 0.8em;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}


#respond, h3#comments {
	margin-top: 10px;
	border-top: 2px solid silver;
	padding-top: 5px;
}

.post .navigation {
	height: 40px;
	margin: 0px;
	margin-top: 40px;
	font-weight: bold;	
}

/*.post img {
	border: 5px solid red;
	
}*/


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	overflow: hidden;
	padding-top: 10px;
}

ul.faq-1 {
	margin: 20px;
	margin-top: 10px;
	padding: 10px;
	font-weight: bold !important;
}

li.faq-1 {
	padding: 4px !important;
	border: 1px solid silver !important;
	background-color: #DDE0E1 !important;
	margin-top: 10px;
}


ul.faq {
	font-size: small;
	font-weight: normal;
}

ul.faq a {
	text-decoration: none;
}

ul.faq a:hover {
	text-decoration: underline;
}

ul.faq li {
	padding: 2px;
	border: 0;
	background-color: white;
}

.widget_tag_cloud {
	font-size: 1em;
	padding: 10px;
	text-align: center;
}

.widget_tag_cloud div {
	margin: -10px -10px 10px -10px;	
}

.widget_tag_cloud a {
	text-decoration: none;
	color: #6C79E5;
}

/* nowosci w sklepie */

.oscommerce {
	margin: 0 0 10px 0;
	padding: 10px;
	list-style-type: none;	
}

.oscommerce img {
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

.oscommerce a {
	display: block;
	margin-bottom: 5px;
}

.oscommerce li {
	border-bottom: 1px solid silver;
	margin-bottom: 5px;
}

.oscommerce_price {
	font-weight: bold;
	display: block;
	text-align: right;
}

.oscommerce_price_new {
	color: red;
	font-weight: bold;
	display: block;
	text-align: right;
}

.oscommerce_price_old {
	text-decoration: line-through;
	font-weight: bold;
	display: block;
	float: left;
}

.oscommerce li.other-items img {
	display: none;
}

.widget_categories select {
	margin: 10px;
	width: 90%;
}

#foot ul {
	float: left;
}

#foot li {
	list-style-type: none;	
	float: left;
	padding-left: 3px;	
	padding-right: 10px;
}

#user-login form {
	margin: 10px;
}

.authorinfo {
	margin: 20px;
	padding: 10px;
	border: 1px solid silver;
}

.authorinfo p {

    text-align: justify;
    font-size: 0.8em;
}

.authorinfo .avatar {
	float: left;
	margin-right: 10px;
    margin-bottom: 5px;
}
.authorinfo .nickname {
	font-size: 1.5em;
	font-weight: bold;
	display: block;
}

.authorinfo .url {
	display: block;
}

#recentcomments {
	text-align: left;
	margin-left: 5px;
	padding-left: 15px;
	margin-right: 5px;
}

#recentcomments li {
	margin-left: 0;
	padding-bottom: 5px;
}


.bmone_billboard_750_100 {
	overflow: visible;
	margin: auto;
	text-align: center;
}

.bmone_billboard_750_100 div {
	margin: auto;
}

.bmone_box_300_250 {
	width: 300px;
	overflow: visible;
	margin: auto;
}

.bmone_skyscrapper_160x600 {
	width: 160px;
	height: 600px;
	margin: auto;
	overflow: visible;
}

.leftbox form {
	margin: 0;
	padding: 0;
}

.phpbb_topics,
.widget_recently_popular ul {
    margin-left: 5px;
    padding-left: 15px;
    text-align: left;
}

.phpbb_topics li,
.widget_recently_popular li {
    margin-left: 0px;
    padding-bottom: 5px;
    margin-right: 5px;
}

#text-345021541 .textwidget {
   padding: 5px;
   text-align: center;
}

#forum_content {
	margin: 10px 10px 10px 10px;
	border: 1px solid #C2C3C5;
	background-color: white;
}

.MsoNormal span {
	font-family: Tahoma, Arial !important;
	font-size: 1em !important;
	line-height: 16px;
}

.partner {
	text-align: center;
	margin-bottom: 5px;
}

#sidebar-mid {
	margin: -10px 20px 0px 20px;
	border-bottom: 1px solid #DDE0E1;
	padding-bottom: 10px;
	font-size: 0.7em;
}

.midbox_title {
	display: none;
}

.adv_news {
    font-size: 0.7em;
}

.adv_news li {

    margin-bottom: 0.2em;

}


.recenzja {
    border: 3px solid #C2C3C5;
    width: 100%;
    padding: 2px;
}

.recenzja td {
    margin: 2px;
    padding: 2px 6px;
    background-color: #EDEFFC;
}

.recenzja td ul {
    margin: 0;
    padding: 0;
}

.recenzja td li {
    margin: 0 1em;
    padding: 0;
}

.dla_kogo_h, .zalety_h, .wady_h, .estetyka_h, .wygoda_h, .cena_mozliwosci_h,
.cena_h {

    text-align: center;
    font-weight: bold;
    background-color: #E4E4E4 !important;
}

.recenzja td p {

    margin: 0;
    padding: 0;
}

.recenzja .ocena {

    font-size: 4em;
    font-weight: bold;
    color: #6C79E5;
    text-align: center;
}

.recenzja td div {
    width: 10em;
    border: 2px solid #6C79E5;
    float: left;
    margin: 0 2em 0 0;
}

.recenzja td div div {

    border: 0;
    background-color: #6C79E5;
    color: #6C79E5;
    font-weight: bold;
    text-align: center;
}

#latest-series {
	text-align: left;
}

#latest-series ul
 {
	margin:5px;
	padding:0 0 0 15px;
}

/* walidacja komentarzy */
.wdpajax-error{  
    border:1px solid #f9d9c9;  
    padding:5px;  
    color:#ff3311;  
}  
.wdpajax-success{  
    border:1px solid #339933;  
    padding:5px;  
    color:#339933;  
}  
label.error{  
    float:none !important;  
    padding-left:5px;  
    color:#ff3311;  
}  

table#phone_rank_table input, table#phone_rank_table select {
	border: 1px solid black;
}

table#phone_rank_table input {
	margin-bottom: 3px;
}

td.advDefLabel {
	vertical-align: top;
}

input.advDefInput {
	width: 350px;
}
