html {
  height: 100%;
	margin-bottom: 1px;
}

body {
  background: white url("../images/bg-top.png") repeat-x;
  color: black;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
  height: 100%;
}

table {
  font-size: 11px;
}

a {
  color: black;
  font-weight: normal;
  text-decoration: none;
}

a:hover {
}

img {
	border: none;
}

form {
  margin: 0;
  padding: 0;
  display: inline;
}

.wrapper {
  width: 957px;
  margin: auto;
}

#header {
  height: 147px;
}

#page {
	width: 661px;
	float: left;
}

#sidebar {
	width: 296px;
	float: left;
}

#clear {
	clear: both;
}

#logo {
	width: 296px;
	height: 147px;
	background: url("../images/logo-top.png") no-repeat;
	background-position: 0px -2px;
}

#content {
  margin: 25px 10px 10px 5px;
}

#footer {
  clear: both;
  display: block;
  float: none;
  background: black url("../images/bg-bottom.png");
  height: 257px;
  padding-top: 14px;
}

#footer a {
  text-decoration: none;
}

#footer .wrapper {
	width: 1000px;
}

#footer .box {
  background: black url("../images/footer-box.png") no-repeat;
  height: 219px;
  padding: 0px 25px 0px 25px;
}

#footer .box table {
	height: 219px;
}

#footer .contact_info h1 {
	margin: 15px 0px 0px 0px;
	font-size: 18px;
}

#footer .contact_info a {
	color: #5d5d5d;
}

#footer .contact_info a:hover {
	text-decoration: underline;
}

ul.footer {
	margin-left: 70px;
	list-style: none;
	padding: 0;
}

ul.footer li {
  background: #eeeeee url("../images/footer-list.png") no-repeat;
  height: 23px;
  margin: 0;
  display: block;
  padding: 6px 0px 0px 32px;
  overflow: hidden;
}

ul.footer li a:hover {
	text-decoration: underline;
	font-weight: bold;
}

#footer .info {
	color: #808080;
	padding: 3px 25px 3px 25px;
}

#footer .info a {
  color: #808080;
}

#menu {
	height: 64px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

#menu li {
	float: left;
	display: block;
	margin-right: 10px;
	overflow: hidden;
}

#menu li span {
	width: 10px;
	height: 64px;
	display: block;
	float: left;
}

#menu li:hover, #menu li.selected {
	background: url("../images/menu-hover.png");
}

#menu li:hover span.left, #menu li.selected span.left {
	background: url("../images/menu-hover-left.png");
}

#menu li:hover span.right, #menu li.selected span.right {
	background: url("../images/menu-hover-right.png");
}

#menu li a {
	display: block;
	float: left;
	padding: 22px 0px 27px 0px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	font-size: 12px;
	max-height: 64px;
}

#menu li:hover a, #menu li.selected a {
	text-decoration: underline;
	color: white;
}

#signup {
  float: right;
  color: white;
  text-align: right;
  clear: both;
}

#signup td {
  padding-right: 5px;
} 

#signup input {
  font-size: 10px;
  border: 1px solid #838383;
  background-color: #4e4e4e;
  color: white;
  margin-right: 5px;
}

#signup input[type="image"] {
  border: none;
}

#signup label {
  color: white;
}

#panel {
  width: 296px;
  background: white url("../images/panel-top.png") no-repeat;
  padding-top: 67px;
}

#panel ul {
  list-style: none;
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
}

#panel ul li {
	margin: 0px 0px 1px 0px;
	height: 26px;
  overflow: hidden;
  display: block;
	list-style: none;
  background: #e1e1e1 url("../images/panel-normal.png") no-repeat;
}

#panel ul li a {
	font-size: 11px;
	font-weight: bold;
	height: 26px;
  padding: 6px 78px;
	display: block;
}

#panel ul li:hover, #panel ul li.selected {
  background: #70cafe url("../images/panel-hover.png") no-repeat;
}

#panel_bottom {
	height: 7px;
	background: white url("../images/panel-bottom.png") no-repeat;
	margin: 1px 0px 10px 1px;
	clear: both;
}

#register {
  width: 296px;
  height: 245px;
  background: white url("../images/quick-register.png") no-repeat;
  padding-top: 58px;
}

#register td.field {
	padding-bottom: 6px;
	padding-right: 10px; 
}

#register input {
  font-size: 10px;
}

#register input[type="text"], #register input[type="password"] {
  width: 85px;
  border: 1px solid #d8d8d8;
	background-color: #eeeeee;
}

#register input[type="image"] {
  border: none;
}

table.list, table.files {
	margin: auto;
	width: 100%;
	border: 1px solid #d2d6ef;
	margin-bottom: 10px;
}

table.list caption, table.files caption {
  background-color: #ededed;
  border: 1px solid #cfcfcf;
  font-size: 13px;
  font-variant: small-caps;
  padding: 5px 30px 5px 30px;
  text-align: left;
  color: #545454;
  border-radius-topleft: 0.5ex;
  -moz-border-radius-topleft: 0.5ex;
  -webkit-border-radius-topleft: 0.5ex;
  border-radius-topright: 0.5ex;
  -moz-border-radius-topright: 0.5ex;
  -webkit-border-radius-topright: 0.5ex;
}

table.list th, table.files th {
	text-align: left;
	background-color: #e2e6ff;
	padding: 2px;
}

table.list tbody td {
	border-bottom: 1px solid #c2c6df;
}

table.list tbody ul, table.files tbody ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

table.list tbody ul li, table.files tbody ul li {
	float: left;
	margin-right: 7px;
}

table.list input, table.list select {
	border: 1px solid grey;
	background-color: #e2e6ff;
	font-size: 10px;
}

table.list tbody tr:hover {
	background-color: #2c3260;
	color: white;
}

table.list tbody tr:hover a {
	color: white;
}

table.form {
	margin: auto;
	width: 100%;
	margint-bottom: 30px;
	border-bottom: 1px solid #cfcfcf;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

table.form caption {
	background-color: #ededed;
	border: 1px solid #cfcfcf;
	font-size: 13px;
	font-variant: small-caps;
	padding: 5px 30px 5px 30px;
  text-align: left;
  color: #545454;
	border-radius-topleft: 0.5ex;
	-moz-border-radius-topleft: 0.5ex;
  -webkit-border-radius-topleft: 0.5ex;
  border-radius-topright: 0.5ex;
  -moz-border-radius-topright: 0.5ex;
  -webkit-border-radius-topright: 0.5ex;
}

table.form caption.rectangle {
	border-radius: 0ex;
	-moz-border-radius: 0ex;
  -webkit-border-radius: 0ex;
}

table.blue {
  background-color: #f0f0f0;
}

table.blue caption {
	background-color: #70cafe;
	color: white;
}

table.form th {
	text-align: left;
	background-color: #e2e6ff;
	padding: 2px;
}

table.form tbody td {
	padding-bottom: 5px;
	padding-top: 10px;
}

table.form td.label {
	text-align: right;
	width: 30%;
	max-width: 60%;
}

table.form input[type=text], table.form input[type=password], table.form input[type=submit], table.form input[type=button], table.form select, table.form textarea {
	padding: 2px;
	border: 1px solid #d8d8d8;
	background-color: #eeeeee;
	font-size: 10px;
}

table.blue input[type=text], table.blue input[type=password], table.blue input[type=submit], table.blue input[type=button], table.blue select, table.blue textarea {
  background-color: white;
  color: black;
}

table.form tfoot td {
	text-align: center;
	padding: 5px;
}

table.subform {
	margin: auto;
}

table.subform td {
	width: 50%;
	max-width: 50%;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.subform td.label {
	text-align: right;
	font-weight: bold;
}

.w1 {
	width: 1%;
}

.w33 {
	width: 33%;
}

.w34 {
	width: 34%;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
	text-align: right;
}

.bold {
	font-weight: bold;
}

.errors {
	
}

.error {
	color: red;
}

.rx_user_secure, .platnosci_error {
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: red;
}

.rx_user_secure span,.platnosci_error span {
	display: block;
	letter-spacing: 2px;
	color: black;
	font-weight: normal;
}

.platnosci_ok {
	padding: 20px;
	text-align: center;
	font-weight: bold;
	color: #22DD22;
}

.platnosci_ok span {
	display: block;
	letter-spacing: 2px;
	color: black;
	font-weight: normal;
}

span.input {
	padding: 1px;
	font-family: sans-serif;
	color: black;
	border: 1px solid grey;
	background-color: #e2e6ff;
	font-size: 10px;
	display: block;
}

table.pagination {
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	background-color: #e2e6ff;
	border: 1px solid #c2c6df;
}

table.pagination td {
	text-align: center;
}

table.pagination img {
	border: none;
}

table.pagination input {
	border: 1px solid grey;
	font-size: 10px;
}

#error404 {
	padding: 40px 20px 40px 20px;
	color: red;
	font-size: 14px;
}

span.file_name {
	padding: 0px;
	font-weight: bold;
}

span.file_expires {
	color: #A0A0A0;
	font-weight: normal;
}

span.file_download {
	float: right;
}

#rx_rapid_add_files_files {
	font-size: 11px;
}

.allegro_auctions {
	display: inline;
}

.allegro_auctions div {
	position: absolute;
	background-color: #EEE;
	border: 1px solid #A0A0A0;
	z-index: +30;
	display: none;
	padding: 5px;
	float: left;
	color: #505050;
}

.allegro_auctions:hover div {
	display: inline;
}

#legenda {
	font-family: tahoma;
	font-size: 11px;
	background-position: left top;
	background-image: url(http://rapids24.pl/images/legenda.jpg);
	background-repeat: no-repeat;
	width: 610px;
	height: 180px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

#tabela_cen {
	height: 501px;
	width: 590px;
	margin-bottom: 150px;
}

#promocje_promo {
	font-family: tahoma;
	font-size: 12px;
	width: 97%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	mar gin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.styl1_promo {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#promocje {
	font-family: tahoma;
	font-size: 11px;
	background-position: left top;
	background-image: url(http://rapids24.pl/images/jaktodziala.jpg);
	background-repeat: no-repeat;
	width: 97%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.styl1 {font-size: 12px}
.styl2 {
	font-size: 14px;
	font-weight: bold;
}

.contact_table a {
color: #5d5d5d;
font-size: 12px;
}

.contact_table a:hover {
text-decoration: underline;
}



