.w_330{width: 330px; display: inline !important;}
#messages{position: relative; }
.owerflow{position: absolute; display:none; top:0; left:0; height:441px; width: 390px; background: #ccc; z-index: 10; float: left; }
#project_comments_is_view_email{  margin-right: 3px;}
.loader{position: relative; float: left;}
span.error{color: #FF7200;   float: left; width: 70%; font-size: 12px;
    height: 18px;}			
.loading {position: absolute; left: 50%; top: 50%; width:30px; height:30px; margin:-15px 0 0 -15px; background:url(../images/loading_grey.png) left top repeat; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	.loading_inner {width:16px; height:16px; background:url(../images/loading.gif) left top no-repeat; margin: 7px 0 0 7px;}
	
div.pagenator, div#sorting-box, div#grouping-box {
    border-top: 1px solid #dbdddc;
    padding: 10px 15px;
}

div.pagenator a.next-page, div.pagenator a.prev-page {
    color: #ca1d61;
    text-decoration: none;
    background-repeat: no-repeat;
}

div.pagenator a.next-page {
    background-image: url('../images/arrow-right.png');
    background-position: center right;
    padding-right: 11px;
    margin-right: 2px;
}

div.pagenator a.prev-page {
    background-image: url('../images/arrow-left.png');
    background-position: center left;
    padding-left: 11px;
}

div.pagenator ul.pages {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

div.pagenator ul.pages li {
    display: inline;
    margin-right: 1px;
}

div.pagenator ul.pages li span {
 
}

div.pagenator ul.pages li a, div.pagenator ul.pages li span {
    color: #3B4045;
    font-size: 13px;
    line-height: 16px;
    display: inline-block;

   
}

div.pagenator ul.pages li a {
    text-decoration: none;
     color: #003E81;
}

div#sorting-box span{
  font-size: 11px; line-height: 18px;  
  color:#003E81;
  text-transform: uppercase; 
}

div#sorting-box ul {
height: 30px;
}

div#sorting-box ul li {
    float: left;
    margin-right: 10px;
     color:#003E81;
     font-size: 11px; line-height: 18px; 
     text-transform: uppercase; 
}

div#sorting-box ul li a {
    color: #3B4045;
    text-decoration: none;
    font-size: 11px; line-height: 18px;  
    text-transform: lowercase;
}

div#sorting-box ul li.active_asc:before {
    content: '↑';
}

div#sorting-box ul li.active_desc:before {
    content: '↓';
}

div#sorting-box ul li a:hover {
    text-decoration: underline;
}

div#projects-list {
    border-top: 2px solid #01356C;
    border-bottom: 2px solid #01356C;
    padding: 10px 0px;
}

div#projects-list ul#grid {
    
}
div#projects-list ul#grid form.thumbsup {
	float: left;
	margin-top: 4px;
}

div#projects-list ul#grid li {
    width: 230px;
    margin: 0px 11px 20px 0px;
    float: left;
}

div#projects-list ul#grid li.last {
    margin-right: 0px;
}

div#projects-list ul#grid li div {
    position: relative;
}

div#projects-list ul#grid li div a {
	text-decoration: none;
}
div#projects-list ul#grid li div a img {
    width: 230px;
    height: 173px;
}

div#projects-list ul#grid li div span.project-name {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    width: 35px;
    height: 15px;
    background-image: url('../images/circle-red-mini35.png');
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px 0px;
}

div#projects-list ul#grid li > span {
    width: 230px;
    text-align: right;
    display: block;
    padding-top: 5px;
}

div#projects-list ul#detail-grid {
}
div#projects-list ul#detail-grid li {
    position: relative;
    float: left;
    margin: 0px 11px 20px 0px;
}
div#projects-list ul#detail-grid div.details {
    margin-top: 10px;
	width: 350px;
}
div#projects-list ul#detail-grid div.details span.project-name {
    width: 45px;
    height: 19px;
    display: block;
    background-image: url('../images/circle-red-mini45.png');
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 13px;
    padding: 13px 0px;
	float: left;
	margin-right: 5px;
}
div#projects-list ul#detail-grid div.details a.termometr {
	float: left;
	margin-right: 10px;
}
div#projects-list ul#detail-grid div.details h1 {
	font-weight: normal;
	padding-top: 3px;
	height: 40px;
	margin-left: 55px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 20px;
	overflow: hidden;
	width: 285px;
}
div#projects-list ul#detail-grid div.details a {
	color: #ca1d61;
	text-decoration: none;
	font-size: 11px;
}
div#projects-list ul#detail-grid div.details a:hover {
	text-decoration: underline;
}
div#projects-list ul#detail-grid div.details table {
	float: right;
}
div#projects-list ul#detail-grid div.details table th {
	font-size: 12px;
	color: gray;
	text-align: right;
}
div#projects-list ul#detail-grid div.details table td {
	font-size: 14px;
	text-align: right;
	padding-left: 10px;
}
div#projects-list ul#detail-grid div.details,
div#projects-list ul#detail-grid li.even {
    margin-right: 0px;
}
div#projects-list ul#detail-grid li div a img {
    width: 350px;
    height: 263px;
}
div#projects-list ul#list {
}
div#projects-list ul#list table tr.sort a {
	text-decoration: none;
	color: gray;
}
div#projects-list ul#list form.thumbsup {
	float: left;
	margin-left: 15px;
}

div#projects-list ul#list li.separator {
    border-top: 2px solid black;
    height: 1px;
}
div#projects-list a.thumb:hover {
    opacity: 0.75;
    -moz-opactiy: 0.75;
    filter: alpha(opacity=75);
}

div#projects-list ul#list a.teczka {
	color: #ca1d61;
	text-decoration: none;
	font-size: 12px;
}
div#projects-list ul#list a.teczka:hover {
	text-decoration: underline;
}
div#projects-list ul#list a.detail-button {
    background-image: url('../images/detail-page-button-bg.png');
    background-repeat: repeat-x;
    color: white;
    height: 22px;
    width: 77px;
	float: right;
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding-top: 3px;
	margin-left: 30px;
}
div#projects-list ul#list a.detail-button:hover {
    opacity: 0.5;
    -moz-opactiy: 0.5;
    filter: alpha(opacity=50);
}

div#projects-list ul#list td.header, div#projects-list ul#list td.value {
    padding-right: 9px;
}

div#projects-list ul#list td.header {
    color: #898778;
    padding-left: 20px;
}

div#projects-list ul#list td.value {
    background-color: #f1f1eb;
    border-left: 2px solid white;
}

div#projects-list ul#list li table tr td > div {
    /*border: 1px solid red;*/
    height: 92px;
    position: relative;
}

div#projects-list ul#list li table tr td div span.project-name {
    position: absolute;
    left: 10px;
    top: 10px;
    display: block;
    height: 31px;
    width: 45px;
    background-image: url('../images/circle-red-mini45.png');
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding-top: 14px;
}
div#projects-list ul#list li table tr td div a.termometr {
    position: absolute;
    left: 60px;
    top: 10px;
}

div#projects-list ul#list li table tr td div h1 {
    position: absolute;
    left: 75px;
    top: 10px;
	height: 45px;
    font-weight: 100;
    width: 370px;
    text-align: left;
	display: table;
	margin: 0;
}
div#projects-list ul#list li table tr td div h1 span {
	vertical-align: middle;
	display: table-cell;
}
div#projects-list ul#list li table tr td div.files {
    position: absolute;
    top: 0px;
    right: 9px;
	width: 140px;
}
div#projects-list ul#list li table tr td div.files a {
	display: block;
	height: 18px;
	text-decoration: none;
	color: gray;
	padding-top: 3px;
	padding-left: 22px;
	background: url(../images/acrobat_icon.gif) no-repeat;
}
div#projects-list ul#list li table tr td div.files a:hover {
	text-decoration: underline;
}
div#projects-list ul#list li table tr td ul {
    position: absolute;
    top: 203px;
    left: 0px;
    margin: 0px;
    padding: 0px;
    list-style: none;
	background-color: black;
	width: 270px;
	padding: 3px 0;
	font-size: 10px;
	color: white;
	z-index: 99;
}

div#projects-list ul#list li table tr td ul li {
    display: inline;
    list-style: none;
    margin-left: 4px;
}
div#projects-list ul#list li table tr td ul li a {
	color: inherit;
	text-decoration: none;
}
div#projects-list ul#list li table tr td ul li a:hover {
	color: inherit;
	text-decoration: underline;
}
div#projects-list ul#list li table tr td ul li a.comments {
	background: url(../images/glyph-comment-silver.gif) no-repeat 0px 3px;
}
div#projects-list ul#list li table tr td ul li a.comments {
	padding-left: 13px;
	background: url(../images/glyph-comment-silver.gif) no-repeat 0px 3px;
}
div#projects-list ul#list li table tr td ul li span {
    color: silver;
}
.projectNameBox{
	margin-top: 20px;
}

div#grouping-box {
    
}

div#grouping-box ul#list-item-count li {
}

div#grouping-box ul#list-item-count li a, div#grouping-box ul#list-item-count li span {
    height: 14px;
    display: block;
    text-align: center;
    line-height: 13px;
    padding: 6px 11px;
}

div#grouping-box ul#list-item-count li a {
    width: 25px;
    text-decoration: none;
    color: #003E81;
}

div#grouping-box ul#list-item-count li a.active {
  background: none repeat scroll 0 0 #DBDDDC;
    border-radius: 14px 14px 14px 14px;
    box-shadow: 2px 2px 2px #ADAEAD inset;
    position: relative;
    color: #3B4045;
    width: auto!important;
    line-height: 13px!important;
     padding: 6px 11px;
    
    line-height: 20px;
}

div#grouping-box ul#list-item-count li, div#grouping-box ul#grouping-style li {
    float: right;
  
}
.type1{
  
    width: 100%;
    margin-bottom:0!important;
}
.type2{
  
    width: 100%;
    margin-bottom:0!important;
}
div#projects-list a.thumb:hover {
    opacity: 0.75;
    -moz-opactiy: 0.75;
    filter: alpha(opacity=75);
}
/*comment*/


 div#project-realisations div#realisations ul#realisations-list {
    margin: 10px 0;
}
 div#project-realisations div#realisations ul#realisations-list li {
    display: inline-block;
    margin: 3px;
}
div#project-realisations div#realisations ul#realisations-list li a img {
    border: 1px solid #DFDFDF;
}

 div#project-realisations div#realisations ul#realisations-list li a img {
	text-align: center;
	 
}


 div#project-realisations div#realisations ul#realisations-list li a img:hover{
	opacity: 0.75;
}
 div#project-realisations div#realisations ul#realisations-list .realisations-listImg{
	display: block;
	overflow: hidden;
	width: 120px;
	height: 90px;
}






 div#project-variants {
    margin-bottom: 60px;
}

 div#project-variants ul li {
    margin: 20px 0px;
    padding-bottom: 2px;
}

 div#project-variants ul li h2 {
    color: #CA1D61;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0px;
}

 div#project-variants ul li table tr td a span {
    position: relative;
    width: 100px;
    height: 77px;
    display: block;
    overflow: hidden;
}

 div#project-variants ul li table tr td a span img {
    height: 75px;
   /* width: 100px;*/
    border: 1px solid #F1F1EB;
}

 div#project-variants ul li table tr td a span img.fade {
    opacity: 1;
    -moz-opactiy: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.25s linear;
    -moz-transition: opacity 0.25s linear;
    -webkit-transition: opacity 0.25s linear;
    -o-transition: opacity 0.25s linear;
    position: absolute;
    left: 0px;
    top: 0px;
}

 div#project-variants ul li table tr td a span img.fade:hover {
    opacity: 0;
    -moz-opactiy: 0;
    filter: alpha(opacity=0);
}

 div#project-variants ul li table tr {
    background-color: #F1F1EB;
}

 div#project-variants ul li table tr td.header {
    font-weight: bold;
    border-bottom: 2px solid white;
}

 div#project-variants ul li table tr td {
    border-right: 2px solid white;
}

 div#project-variants ul li div {
    margin-top: 10px;
}
a.dodatki{float: left; display: inline;    font-size: 12px;
    font-weight: bold; text-align: center;  padding: 3px 5px; margin:5px; text-decoration:none; color:white;  background-image: url('../images/submit-button-bg.png');  }
a.dodatki:hover{cursor: pointer; opacity:0.7;}    

 div#general-data div#title span.warianty {
    height: 58px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 120px;
}
div#title span.warianty a{
	color: #ca1d61;
    text-decoration: none;
}
a.coment_replays{float: right;}
div.form_replays{

  display: none;
}
.project-ribbon{
	position: absolute;
	top: 0px;
	left: 0px;
}
.inner_wpis{ width: 95% ;margin-left: 10px; margin-bottom: 5px;}
.wpis{margin-bottom: 5px;}
.coment_replays{ float:right; height:20px; background: url(../images/submit-button-bg.png); color: #fff!important; font-size: 12px; line-height:20px; font-weight: bold; text-decoration:none!important; padding:0 6px;}
.links_questions{ float:left; width:385px; text-align:center;}
.links_questions .links_q{  padding-left: 17px; margin-right:6px; height:15px; background:url(../images/cmt-type-z500.png) no-repeat top left; margin-bottom:3px; color: #CA1D61;  color: #AAAAAA; text-decoration: none; font-size:12px; line-height:16px;}
.links_questions .links_q:hover{ text-decoration:underline; background:url(../images/cmt-type-z500.png) no-repeat center left;}
.links_questions .active{color:#000; text-decoration: none; background:url(../images/cmt-type-z500.png) no-repeat bottom left;}
#comment_to{ color: #CA1D61; text-decoration: none; margin-right: 30px; font-weight: bold; margin-top: 20px;float: left; width: 100%;}
 div#project-realisations div#comments h2{ text-align: center;}
 #project-realisations{ margin-top: 20px;}
 .owerflow {
    background: none repeat scroll 0 0 #CCCCCC;
    display: none;
    float: left;
    height: 441px;
    left: 0;
    position: absolute;
    top: 0;
    width: 390px;
    z-index: 10;
}
.loader {
    position: relative;
}
.rating{float: left; width: 100%!important;}
.rating p{float:left;
	color: gray;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin:0!important;
    margin-right: 20px!important;}
.rating .radio{float: left; margin-top: 6px;}
.rating .radio label{margin-right:10px;
	padding-top:0px!important;
    float: left;
}
.rating .radio input{float: left; margin-top: 3px;}
p.rating{margin-right: 15px!important; text-align: right; width: 200px; float:right }
.w_330 {
    display: inline !important;
    width: 330px;
}
