fieldset {
	border: none;
	margin: 0;
	padding: 10px;
}

fieldset fieldset
{
	border: 1px dashed lightgray;
}

textarea {
	width: 300px;
	height: 100px;
}

input.len-3 {width: 3em;}
input.len-4 {width: 4em;}
input.len-5 {width: 5em;}
input.len-6 {width: 6em;}


dt {

}

dt label {
	font-weight: bold;
}

#dane_osobowe-label label, #regulamin-label label {
	font-weight: normal;
}

dd {
	margin: 0;
	margin-bottom: 1em;
	clear: both;
	overflow: hidden;
}

dd label {
	float: left;
}

#other-work_type-element br {
	display: none;
}
#other-work_type-element p br {
	display: block;
}


/* edit forms */
.form_element {
	overflow: hidden;
	margin-bottom: 10px;
}

.form_element label{
	width: 180px;
	float: left;
	color: #4F4549;
}

.form_element ul.errors {
	clear: both;
}

.id-csrf {
	display: none;
}

#content .form_element .description {
	float: right;
	width: 230px;
	padding: 0;
	margin: 0;
	color: gray;
	font-family: arial, verdana, serif;
	line-height: 1.2em;
}

form label.required:after {
	content: ' *';
	font-size: 80%;
	color: gray;
}

form .invalid  label{
	color: red;
}

form ul.errors {
 	color: red;
 	font-size: 90%;
    padding-left: 0px;
    margin: 0;
    margin-left: 180px;
    list-style-type: none;
}

#fieldset-hw {
	margin-bottom: 1.5em;
}

.id-other-prio_files label, .id-other-info label, .id-other-shipping_address label, .id-other-pick_up_details label {
	float: none;
	display: block;
	width: 200px;
}
#other-shipping_address {
	height: 50px;
}

/* /edit forms */


/* status */
.status-new {
	color: #0CCF5D;
}
.status-waiting_to_accept {
	color: red;
}
.status-in_progress {
	color: #FFA200;
}
.status-accepted {
	color: #005F4B;
}
.status-finished, .status-finished_canceled, .status-finished_return {
	color: black;
	text-decoration: line-through;	
}
/* /status */

a {
	text-decoration: none;
	color: #949494;
}


a:hover {
	text-decoration: underline;
}
#content .updateWrapper  {
	border-bottom: 1px dotted gray;
	margin-bottom: 2em;
}

#content .updateWrapper p {
	padding: 0;
	margin-bottom: 5px;
}


#content .update-meta {
	color: gray;
	font-size: 90%;
}

#flashMessages {
	min-height: 35px;
	margin-bottom: 1em;
}

#flashMessages div, .infobox {
  -moz-border-radius:3px;
  border-radius:3px;
  padding: 5px;
  padding-left: 35px;
  font-weight: bold;
  background-position:  10px 5px;
  background-repeat:  no-repeat;
  font-family: verdana, arial, serif;
  margin-bottom: 5px;
}

.success {
  background-image: url('../../img/icons/accept.png');
  background-color: #CCE297;
  border: 1px solid #B2DC4D;
  color: #40550D;
}
.error {
  background-image: url('../../img/icons/exclamation.png');
  background-color: #E7928D;
  border: 1px solid #C82820;
  color: #C82820;
}
.ask {
  background-image: url('../../img/icons/help.png');
  background-color: #D4D1EF;
  border: 1px solid #4F4DCF;
  color: #4F4DCF;
}

.warn, .wait {
  background-image: url('../../img/icons/error.png');
  background-color: #FFFECC ;
  border: 1px solid #EFDC90;
  color: #A9A014;
}

#accept .links {
	text-align: center;
}

a.button {
	background-position: center; 
	width: 16px; 
	height: 16px; 
	display: inline-block; 
	text-indent: -5000px; 
	position: relative; 
	text-align: left;
	border: none; 
	padding-bottom: 1px;
}
a.button:focus {
	overflow: hidden; 
}


a.button.withtext {
	background-position: left; 
	
	padding-left: 20px;
	display: inline; 
	text-indent: 0px; 
	position: relative; 
	text-align: left; 
}

a.button.delete {
	background: url(../../img/icons/action_delete.png) no-repeat; 
}
	
a.button.edit {
	background: url(../../img/icons/edit.png) no-repeat; 
}
a.button.add {
	background: url(../../img/icons/add.png) no-repeat; 
}
a.button.pdf {
	background: url(../../img/icons/page_white_acrobat.png) no-repeat; 
}
a.button.comment {
	background: url(../../img/icons/comment_add.png) no-repeat; 
}
a.button.link {
	background: url(../../img/icons/link.gif) no-repeat; 
}
a.button.preview {
	background: url(../../img/icons/zoom.png) no-repeat; 
}
a.button.image {
	background: url(../../img/icons/image.png) no-repeat; 
}

/* 
 * Podgląd zlecenia
 */
table.data {
	border: none;
	width: 100%;
	border-collapse: collapse;
	margin-left: 1em;
	font-family: verdana, arial, sans-serif;
}

.data th {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 2px 5px;
	padding-bottom: 7px;
	border-top: 1px solid whitesmoke;
	width:270px;
}

.data th:after {
	content: ':';
}

.data td {
	padding: 2px 5px;
	border-top: 1px solid whitesmoke;
}

#orderPartialWrapper h3, .data td.heading {
	font-family: verdana, arial, sans-serif;
    color: #FF7006;
    font-size: 14px;
    font-weight: bold;
    margin: 20px 0 0;
    padding: 0;
}
.data td.heading {
	padding-top: 1em;
}

.login-container {
	background-color: #310089;
	/* 
	background-color: #F5BC00; 
	*/
	padding: 10px;
	padding-top: 20px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	overflow: hidden;
}

.login-container dl {
	margin: 0px;
}

.login-container #submit-label {
	display: none;
}

.login-container label {
	font-weight: bold;
	color: #fff;
}
.login-container .submit {
}

.login-container .ssubmit {
	background-color: #EED681;
	border: none;
	text-transform:uppercase;
	padding: 3px 6px;
	-moz-border-radius: 7px;
}





body {
  background: #fff url("../img/bg.png") top left repeat-x;
  sborder-top: solid 6px #e5e5e5;
  margin: 0 0 30px 0;
  padding: 0;
  padding-top: 6px;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
}

body.subpage {
  background: #fff url("../img/bg_sub.png") top left repeat-x;
}


form {
  margin: 0;
  padding: 0;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
}

a:focus {
   outline: none;
}

.fixed {
  margin-left: auto;
  margin-right: auto;
  width: 1099px;
  
  width: 988px;
}


div.container {}

/* IE hack \*/
* html .container { height: 1%; }
/* Hack ends */

div.container:after {
  content: ".";
  display: block;
  height: 0;
  overflow:hidden;
  clear: both;
  visibility:hidden;
}

#logo_menu {
  height: 92px;
  overflow: hidden;
  padding-right: 25px;
  background: url("../img/banner_top.png") bottom left no-repeat;
}

body.subpage #logo_menu {
  background: none;
  height: 95px;
}

#logo_menu h1 {
  height: 92px;
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  
  float: left;
}

#logo_menu h1 a {
  background: url("../img/logo.png") top left no-repeat;
  display: block;
  height: 92px;
  width: 350px;
  
  width: 281px;
}

#logo_menu ul {
  margin: 0;
  margin-top: 65px;
  padding: 0;
  float: right;
}

#logo_menu ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline;
  padding-left: 20px;
}

#logo_menu ul li a {
  color: #949494;
  text-decoration: none;
}

#logo_menu ul li a:hover, #logo_menu ul li.active a {
  text-decoration: underline;
}



#menu_banner {
  background: url("../img/banner.jpg") top left no-repeat;
  height: 217px;
}

#menu_banner ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 256px;
  float: left;
}

#menu_banner ul li {
  margin: 0;
  padding: 0;
  
}

#menu_banner ul li a {
  display: block;
  width: 256px;
  text-indent: -9000px;
}

#menu_banner p {
  width: 722px;
  float: left;
  text-indent: -9000px;
  margin: 0;
  padding: 0;
  height: 184px;
  
}

#menu_banner a#contact {
  display: block;
  float: left;
  text-indent: -9000px;
  width: 138px;
  height: 24px;
  margin-left: 559px;
}


#pos_1 a {
  height: 42px;
  background: url("../img/menu_1.png") top left no-repeat;
}

#pos_2 a {
  height: 45px;
  background: url("../img/menu_2.png") top left no-repeat;
}

#pos_3 a {
  height: 44px;
  background: url("../img/menu_3.png") top left no-repeat;
}

#pos_4 a {
  height: 44px;
  background: url("../img/menu_4.png") top left no-repeat;
}

#pos_5 a {
  height: 42px;
  background: url("../img/menu_5.png") top left no-repeat;
}

#main {
  background: url("../img/content.png") top right repeat-y;
}

#left {
  float: left;
  display: inline;
  width: 215px;
  padding: 10px 25px;
  padding: 10px 20px;
}

.logged#left .menu_box {
	display: none
}

.logged#left .user_box {
	display: block;
}

#left h5 {
  margin: left;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  background: url("../img/bullet_1.png") left 2px no-repeat;
  margin: 30px 0 10px 0;
  padding: 0;
  padding-left: 25px;
}

#left h5.type_2 {
  background: url("../img/bullet_2.png") left 2px no-repeat;
}

span.logged_as {
	color: #321E91;
}

ul#left_menu, ul#user_menu {
  margin: 0 20px 0 0px;
  padding: 0;
  list-style-type: none;
  border-top: solid 1px #dedede;
}

ul#left_menu li, ul#user_menu li {
  margin: 0;
  padding: 0;
  border-bottom: solid 1px #dedede;
  padding-left: 3px;
}

ul#left_menu li a, ul#user_menu a {
  font-weight: 12px;
  color: #373737;
  line-height: 25px;
  text-decoration: none;
}

ul#left_menu li a:hover, #left_menu li a.active, ul#user_menu li a:hover {
  font-weight: bold;
}


ul.b_ar {
  margin: 0 0 0 5px;
  padding: 0;
  list-style-type: none;
}

ul.b_ar li {
  background: url("../img/bullet_arrow.png") center left no-repeat;
  padding: 2px 0 2px 10px;
}

#left .read_more {
  display: block;
  float: left;
  color: #8b8b8b;
  background: url("../img/read_more.png") top left no-repeat;
  height: 32px;  
  width: 91px;
  text-indent: -9000px;
}

#content {
  float: left;
  display: inline;
  width: 764px;
  padding: 40px;
  background: url("../img/content_top_main.png") top right no-repeat;
  
  width: 653px;
}

body.subpage #content {
  background: url("../img/content_top.png") top right no-repeat;
}

body.subpage #content {
  background: none;
}

#content h2 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #2a2a2a;
  font-size: 26px;
  font-weight: normal;
}

#content h3 {
  margin: 20px 0 0 0;
  padding: 0;
  color: #ff7006;
  font-size: 14px;
  font-weight: bold;
}

#content h3#updates {
	margin-bottom: 1em;
}

#content p {
  margin: 0;
  padding: 10px 0;
  color: #4c4c4c;
  line-height: 1.5em;
}

#content .date {
  display: block;
  float: right;
  color: #8b8b8b;
  height: 32px;
  line-height: 32px;
}

#content .read_more {
  display: block;
  float: right;
  color: #8b8b8b;
  background: url("../img/read_more.png") top left no-repeat;
  height: 32px;  
  width: 91px;
  text-indent: -9000px;
  margin-left: 20px;
}

#content_after {
  background: url("../img/content_bottom.png") top left no-repeat;
  height: 54px;
}

#bottom {
  background: url("../img/footer_wide.png") repeat-x;  
}

#footer {
  background: url("../img/footer.png") top left no-repeat;
  padding-top: 75px; 
  color: #b5b5b5;
}

#order_form td {
  padding-top: 3px;
  padding-bottom: 3px;
}

#order_form th {
  text-align: left;
  padding-top: 6px;
  
}

#order_form th.lev_1 {
  color: #004c92;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 2px;
  border-bottom: solid 1px #ccc;
}

#order_form .required {
  color: #fe8f18;
}

#order_form .tip {
  color: #888;
}

/* cennik */

#content h4 {
  font-size: 12px;
  font-weight: bold;
}
  

table.prices {
  width: 80%;
  border-collapse: collapse;
  border: solid 1px #bbb;
}

table.prices td, table.prices th {
  border: solid 1px #bbb;
  padding: 4px;
}

table.prices th {
  background: #ddd;
  text-align: left;
}

table.prices .col_1 {
  width: 60%;
}

table.prices .col_2 {
  width: 40%;
  text-align: center;
}

table.prices {}

input.invalid {
  border: solid 2px red;
  color: red;
}

tr.invalid {}

label.invalid {
  color: red;
  font-weight: bold;
}

/* print version */

body.print .fixed {
  padding: 0 20px;
  width: 600px;
}

/* subpages */

#content h2 {
  margin-bottom: 40px;
}

#content {
  line-height: 1.5em;
}

.thumb_1 {
 float: right;
 margin-left: 30px;
 border: solid 1px #ddd;
}

.thumb_2 {
 float: left;
 margin-right: 30px;
 margin-bottom: 10px;
}

 #content .warning {
  margin-top: 20px;
  padding: 20px;
  border: solid 1px #aaa;
  background: #eee;
}

ul.tick {
  list-style-type: none;
  
}

ul.tick li {
  background: url(../img/tick.png) top left no-repeat;
  line-height: 30px;
  margin-left: 0;
  padding-left: 40px;
}

ul.tick li ul, ul.tick_2 {
  list-style-type: none;
}

ul.tick li ul li, ul.tick_2 li {
  background: url(../img/tick2.png) top left no-repeat;
  line-height: 30px;
  margin-left: 0;
  padding-left: 40px;
}

a.ord_form {
  text-indent: -9000px;
  width: 182px;
  height: 40px;
  display: block;
  background: url(../img/button.png) top left no-repeat;
}

.iconed {
  line-height: 24px;
}

.bigger {
  font-size: 16px;
  sfont-weight: lighter;
  line-height: 34px;
}

/* referencje */

.refer_thumb {
  border: solid 1px #ccc;
  margin-right: 5px;
  margin-bottom: 5px;
}
