body {
  font-family: 'Open Sans', Tahoma, Verdana, Arial;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  color: #5d3a3a;
  text-align: center;
}

h1{
	font-size: 35px;
	font-weight: bold;
	margin: 15px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	border-bottom: solid white 1px;
	text-align: center;
}

#wrapper {
  position: relative;
  overflow: hidden;
}
header {

}
header div.header {
  width: 100%;
  font-size: 12px;
 
  padding: 15px 0px 15px 0px;
}
.logo{
	
}

.baner{
	
}

#container {
  background: #fdc96d;

  padding: 15px;
  margin-bottom: 50px;
  text-align: left;

}

.form-group label{
	font-weight: bold;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 15px;
	text-indent: 15px;
}


.chooserlink {
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	margin: 0px 0px 50px 0px;
}

.chooserlink a{
	text-decoration: none;
	color: #5d3a3a;
}

.chooserlink a span{
	text-align: center;
	width: 100%;
	float: left;
}

.chooserlink a img {
	height: 200px;
	display: inline-block;
	margin: 10px 0px 10px 0px;
}

.koszyk{

}

.koszyk_row{
	background: #fff;
	padding: 5px 5px 5px 5px;
	border-bottom: solid #fdc96d 1px;
}

.usun_koszyk{
	float: right;
	cursor: pointer;
	font-weight: bold;
	color: red;
	font-size: 20px;
	text-decoration: none;
}
.usun_koszyk:hover{
	color: red;
	font-size: 25px;
	text-decoration: none;
	
}

.wartosc_zamowienia, .kwota_do_zaplaty{
font-size: 18px;	
}
.wartosc_zamowienia_rabat{
font-size: 18px;	
}
.form_wiadomosc{
color: green;
font-size: 18px;	
}

label.error{
	font-size: 12px;
	text-indent: 0px;
	color: red;
}

.panel-yellow {
	border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
	border-color: #f0ad4e;
	color: #fff;
	background-color: #f0ad4e;
}

.panel-yellow a {
	color: #5d3a3a;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	display: block;
}

.panel-yellow a:hover {
	color: #5d3a3a;
	text-decoration: none;
}

input[type='radio']{
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
	box-shadow: none;
	margin: 0px 10px 0px 0px;
}	

.radiorow{
	line-height: 30px;
	
}