#profil .empty {
	color: #AEA299;
	font-size: 16px;
	padding: 50px;
	padding-left: 20px;
	text-align: center;
	font-style: italic;
}
#profil .line {
	margin: 0px;
	border-bottom: 1px solid #9A9A9A;
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	width: 710px; 
}
#profil .td_ilosc {
	width: 90px;
	height: 78px;
	float: left;
	background-color: #E9E9E9;
	display:inline;
}
#profil .td_ilosc input {
	width: 25px;
	height: 25px;
	padding: 8px 4px;
	text-align: center;
	padding-bottom: 0px;
	margin-top: 20px;
	margin-left: 18px;
	font-size: 14px;
	color: #444444;
	border: 1px solid #C9C9C9;
	background-color: #fafafa;
}
#profil .td_ilosc span {
	font-size: 11px;
	position: relative;
	left: 6px;
}
#profil .td_name {
	width: 170px;
	height: 28px;
	float: left;
	text-align:center;
	padding: 25px 10px;
	font-weight: bold;
	font-size: 12px;
	display:inline;
}
#profil .td_name a {
	color: #000000;
	text-decoration: none;
}
#profil .td_name a:hover {
	color: #555555;
}
#profil .td_thumb {
	float: left;
	height: 78px;
	width: 78px;
	cursor: pointer;
	display:inline;
	text-align:center;	
}
#profil .td_kolor {
	float: left;
	height: 28px;
	width: 60px;
	padding: 25px 10px;
	color: #6C6C6C;
	font-size: 11px;
	line-height: 16px;
	display:inline;
}
#profil .td_kolor  span{
	color: #2F261F;
	font-weight: bold;	
}
#profil .td_icon {
	float: left;	
}
#profil .td_price {
	background-color: #E9E9E9;
	float: left;
	width: 80px;
	font-weight: bold;
	padding: 30px 10px 10px 10px;
	height: 38px;
	color: #38302A;
}
#profil .td_cena {
	float: left;
	height: 28px;
	width: 60px;
	padding: 25px 20px;
	color: #6C6C6C;
	font-size: 11px;
	line-height: 16px;
	display:inline;
}
#profil .td_cena .old_price {
	text-decoration: line-through;
}
#profil .td_cena .price_decimal { 
	font-size: 14px;
	color: #2F261F;
	font-weight: bold;
	text-decoration:none;
}
#profil .total_price {
	float: right;
	margin-right: 80px;
	padding: 10px;
	background-image: url('../../media/img/total_price.gif');
	width: 95px;
	text-align: center;
	height: 18px;
	color: #eeeeee;
	font-weight: bold;
}
#profil .zamowienieDetails {
	width: 720px;
	padding: 12px;
	margin: 10px 0px;
	border: 1px solid #555555;
}
#profil legend {
	color: #770000;
	padding: 0px 15px;
	text-align: center;
}
#profil .status {
	display:block;
	font-size: 12px;
	color: #008800;
}
#profil .info {
	text-align:center;
	font-size: 12px;
	color: #222222;
	padding: 15px;
}
#profil .zamowienieDetails .additional_info {
	font-size: 12px;
	margin: 15px 0px ;
}

#profil .zamowienieDetails .toRight {
	font-size: 12px;
}

/* MOJE KONTO */
#konto ul {
	padding: 10px;
	width: 600px;
	margin: auto;
	
	text-align: center;
	background-color: #E4E4E4;
	border: 1px solid #C0B2B2;
}
#konto li {
	display:inline;
	list-style: none;
	list-style-type: none;
	padding: 0px 10px;
}
#konto li a {
	text-decoration: none;
	color: #777777;	
}
#konto li a:hover {
	color: #333333;	
}
#konto #zmianaHasla {
	border: 1px solid #C0B2B2;
	border-top: none;
	color: #777777;
	background-color: #EEEDED;
	width: 280px;
	padding: 10px 170px;
	margin: auto;	
}
#konto #edytujDane {
	border: 1px solid #C0B2B2;
	border-top: none;
	color: #777777;
	background-color: #EEEDED;
	width: 280px;
	padding: 10px 170px;
	margin: auto;	
}
#konto .input_field {
	background-color: #f5f5f5;
	border: 1px solid #B0AFAF;
	width: 180px;
	font-family: Arial;	
}
#konto .input_field_hover {
	background-color: #e7e7e7;
	color: #333333;
	width: 180px;
	font-family: Arial;
	border: 1px solid #848484;
}
#konto .toRight {
	font-size: 12px;
}

#registration_errors {
	font-family: Arial;
	font-size: 11px;
	color: #aa0000;
	text-align: center;
	padding: 20px;	
}

