@import "form.css";
/* XHTML */

body {
	margin: 0;
	font-family: arial, sans-serif;
	font-size: 85%;
	background: #FFF url(../.images/background.png) repeat;
}

h1, h2 {
	text-align: left;
	text-transform: uppercase;
	color: #A8A8A8;
}

h2 {
	font-size: 120%;
	margin: 0.5em;
}

a {
	color: #8B0000;
}
a:hover {
	color: #C01000;
}

/* LAYOUT */

#header_wrapper {
	width: 100%;
	height: 144px;
	background: #FFF url(../.images/header.jpg) no-repeat center top;
}

#header {
	max-width: 800px;
	margin: 0 auto;
}

#header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

#wrapper {
	max-width: 800px;
	margin: 0 auto;
	background-color: #FFF;
}

#content {
	float: left;
	width: 71%;
	padding: 0 2% 0 2%;
}

#aside {
	float: right;
	width: 23%;
	/*margin?*/
	padding-right: 2%;
}

#footer {
	clear: both;
	margin: 1em 2% 0 2%;
	padding: 0.5em;
	border-top: 1px solid #CCC;
	text-align: center;
	font-weight: bold;
}


/* HEADER */

#header h1 {
	display: none;
}

#header form {
	float: right;
	width: 250px;
	margin: 56px 20px 0 0;
}

#header input {
	float: left;
	width: 180px;
	height: 15px;
	border: 1px solid;
	border-color: #706880 #F0E4E0 #F0E4E0 #706880;
	color: #000;
	background-color: #D8CBC8;
}

#header input:focus {
	background-color: #E4D8D4;
}

#header #button {
	float: right;
	width: 60px;
	height: 20px;
	border: none;
	background: none;
}

#header ul, #header li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header li a {
	text-transform: uppercase;
	text-decoration: none;
}

ul#top_links {
	float: right;
	clear: right;
	width: 222px;
	margin: 9px 30px 0 0;
	background-color: #B1AB96;
}

#top_links li {
	width: 110px;
	float: left;
	text-align: center;
}

#top_links a {
	font-size: 90%;
	color: #FFF;
	background-color: inherit;
}

#top_links a:hover {
	color: #000;
	background-color: inherit;
}

ul#bottom_links {
	float: right;
	clear: right;
	width: 610px;
	margin: 5px 25px 0 0;
}

#bottom_links li {
	float: left;
	width: 150px;
	text-align: left;
}

#bottom_links a {
	display: block;
	padding-left: 40px;
	font-size: 90%;
	color: #606060;
	background: url(../.images/header_dot.png) no-repeat 25px 3px;
	background-color: inherit;
}

#bottom_links a:hover {
	color: #202020;
	background-color: inherit;
	background-image: url(../.images/header_dot_active.png);
}

/* CONTENT */


#content h1 {
	font-size: 175%;
}

.preview {
	padding: 0.5em 0;
	border-top: 1px solid #CCC;
}

.preview:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: left;
}

.preview img, .article img {
	float: left;
	border: 1px solid #CCC;
	margin-right: 1em;
}

.preview h2 {
	margin: 0 0 0.25em 0;
	font-size: 110%;
}

.preview h2 a {
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}

.authors, .authors a {
	font-size: 110%;
	text-transform: uppercase;
	text-decoration: none;
	color: #C01000;
}

.preview h2 a:hover, .authors a:hover {
	color: #8B0000;
	border-bottom: 1px solid #8B0000;
}

.preview p {
	color: #222;
}

.article h2 {
	margin-bottom: 0.25em;
}

.book_details {
	float: left;
	width: 50%;
	font-size: 85%;
}

.book_details dt {
	float: left;
	width: 8em;
	margin-right: 1em;
	text-transform: uppercase;
	color: #8B0000;
	border-left: 3px solid #AFAEAE;
	border-bottom: 1px solid #AFAEAE;
	background-color: #E1E1E1;
	margin-bottom: 2px;
}
.book_details dt:after {
	content: ":"
}
.book_details dd {
	border-bottom: 1px solid #AFAEAE;
	margin-bottom: 2px;
}

.book_details dd strong {
	line-height: 1.5em;
	font-size: 120%;
	border-bottom: 1px solid #AFAEAE;
	margin-bottom: 2px;
}

#recommended {
	clear: both;
	font-size: 80%;
	margin: 2em 0;
	border: 1px solid #CCC;
	background-color: #EEE;
}

#recommended:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: left;
}

#recommended h1 {
	font-size: 150%;
	margin: 0.5em;
}

#recommended .preview {
	float: left;
	clear: none;
	width: 110px;
	margin-left: 1em;
	border: none;
	text-align: center;
}

#recommended h2 a, #recommended .authors {
	text-transform: none;
}

#recommended img {
	float: left;
	margin: 0 10px 0.5em 10px;
}

#mediapatrons {
	clear: both;
	font-size: 80%;
	margin: 2em 0;
	text-align: center;
	/*
	 * clear: both;
	border: 1px solid #EEE;
	background-color: #FCFCFC;
	*/
}

#mediapatrons img {
	padding: 3px;
	border: 1px solid #CCC;
}

#mediapatrons:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: left;
}

#mediapatrons h1 {
	font-size: 150%;
	margin: 0.5em;
}
#mediapatrons .mediapatron {
	padding-left:1em;
}

#mediapatrons h1 {
	font-size: 150%;
	margin: 0.5em;
}

#reviews h1 {
	font-size: 150%;
	margin: 0.5em;
}

#reviews {
	clear: both;
}


/* BASKET */

#cost th {
	padding: 0.25em;
	border: solid 1px #CCC;
	background-color: #EEE;
	text-transform: uppercase;
}

#cost td {
	font-size: 90%;
	padding: 0.25em;
}

#items {
	width: 100%;
	border-bottom: 1px dashed #CCC;
}

#items input[type=text] {
	width: 3em;
}

#items td + td, #summary td {
	text-align: right;
}

#summary {
	margin: 0.25em 0 0.25em auto;
}

#order_button {
	margin-right: 0.5em;
	border-top: 1px dashed #CCC;
	font-weight: bold;
	text-align: right;
}

#order_button input, #order_send input {
	margin-top: 0.25em;
	font-weight: bold;
	font-size: 110%;
	cursor: pointer;
}

#payment {
	list-style-type: upper-roman;
	font-weight: bold;
	text-transform: uppercase;
}

#payment ul {
	margin: 0;
	padding-left: 1em;
	font-weight: normal;
	text-transform: none;
}

#payment li {
	margin: 0.5em 0;
}

#payment ul br {
	display: block;
	margin-bottom: 0.5em;
}

#postage {
	margin: 0 auto;
	border-collapse: collapse;
	text-align: center;
}

#postage th {
	padding: 0.5em;
	border: solid 1px #CCC;
	background-color: #EEE;
	text-transform: uppercase;
}

#postage td {
	width: 33%;
	padding: 0.25em;
	border: solid 1px #EEE;
}

/*
#order fieldset {
	padding: 0 1em 1em 0.5em;
	margin-bottom: 0.5em;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}

#order fieldset legend {
	font-weight: bold;
	font-size: 110%;
}

#order label {
	clear: left;
	width: 8em;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
}

#order input {
	width: 25em;
}

#order label, #order input {
	float: left;
	margin-top: 0.5em;
}

#order #postcode {
	width: 8em;
}

#order #check_box {
	width: 1em;
	margin: 1.5em 1em;
	clear: left;
}

#order .check {
	clear: none;
	width: 90%;
	text-align: left;
	font-weight: normal;
}

#order #nip {
	width: 13em;
}

#order textarea {
	width: 99%;
}
*/
#order_send {
	text-align: center;
}

#order_send input {
	float: none;
	width: 8em;
}

/*
#recount_basket_items {
	clear: right;
	margin-right: 0.5em;
	border-top: 1px dashed #CCC;
	font-weight: bold;
	text-align: right;
}

#recount_basket_items input {
	margin-top: 0.25em;
	font-weight: bold;
	font-size: 110%;
	cursor: pointer;
}
*/

/* ICONS */

#basket_link, #payment_link, #recommend_link, #print_link {
	float: left;
	width: 11em;
	margin: 0 0.5em 1.5em 0.5em;
	padding-top: 48px;
	font-size: 85%;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}

#basket_link {
	background: url(../.images/add.png) no-repeat center top;
}
#basket_link:hover {
	background-image: url(../.images/add_active.png);
}

#payment_link {
	background: url(../.images/pay.png) no-repeat center top;
}
#payment_link:hover {
	background-image: url(../.images/pay_active.png);
}

#recommend_link {
	background: url(../.images/mail.png) no-repeat center 12px;
}
#recommend_link:hover {
	background-image: url(../.images/mail_active.png);
}

#print_link {
	background: url(../.images/print.png) no-repeat center top;
}
#print_link:hover {
	background-image: url(../.images/print_active.png);
}

/* RIGHT MENU */

#nav {
	margin: 1em 0;
	padding: 0;
	list-style-position: inside;
	list-style-image: url(../.images/nav_dot.png);
}

#nav li {
	height: 25px;
	background: transparent url(../.images/nav_gradient.png) repeat-x;
}

#nav li:hover {
	list-style-image: url(../.images/nav_dot_active.png);
}

#nav a {
	float: left;
	width: 89%;
	height: 23px;
	margin: -25px 0 0 23px;
	padding-top: 1px;
	font-size: 90%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFF;
	background: transparent url(../.images/nav_gradient_end.png) no-repeat right top;
}

#nav a:hover {
	color: #484848;
}

#highlights {
	margin: 2em 0;
	font-size: 80%;
}

#highlights h1 {
	font-size: 150%;
	text-align: center;
}

#highlights > .preview h2 {
	font-size: 90%;
}
#highlights > .preview .authors a {
	font-size: 90%;
}
#highlights > .preview .price {
	font-size: 80%;
}

#highlights .preview {
	margin-top: 0.5em;
	padding: 0.5em;
	border: 1px solid #CCC;
	background-color: #EEE;
}

#highlights .price {
	font-weight: bold;
	text-align: right;
}

#highlights h2, #highlights .authors {
	overflow: hidden;
}

#basket {
	margin-top: 1em;
}

#basket a {
	display: block;
	padding-left: 25px;
	text-transform: uppercase;
	background-image: url(../.images/basket.gif);
	background-repeat: no-repeat;
	color: #8B0000;
	background-color: #FFF;
}

/* OTHERS */

div.capital a {
	padding: 0.1em 0.3em;
	background-color: #D7D6D6;
}

h2.capital {
	border-bottom: 1px solid #D7D6D6;
	margin-left: 0;
}

h2.capital span {
	padding: 0.2em 0.5em 0 0.5em;
	font-size: 150%;
	color: #FFF;
	background-color: #D7D6D6;
}

/* KSIEGARNIE WSPOLPRACUJACE*/

div.states {
	float: left;
	width: 34%;
	margin-right: 1%;
}

#states_map {
	float: left;
}

h2.states {
	clear: left;
}

.banner {
	text-align: center;
	margin: 0.2em 0;
	padding: 0.2em 0;
	border: 1px solid #EEE;
	background-color: #FCFCFC;
}
.banner a {
	border: none;
}
.banner img {
	border: none;
}


.RightPicture {
	float: right;
	text-align: right;
	margin: 0 0.5em 0 1em;
	border: none;
}
.LeftPicture {
	float: left;
	text-align: left;
	margin: 0 1em 0 0.5em;
	border: none;
}

.org_title {
font-size: 75%;
margin-bottom: 1em !important;
}


.document_flag {
	text-align: right;
}

.document_flag img {
	border: 0;
}

a.File {
	text-decoration: none;
	font-size: 110%;
	font-family: "Courier New", Courier, monospace;
	font-variant: small-caps;
	margin-left: 0.25em;
	white-space: nowrap;
	/*position: absolute;
	overflow: hidden;*/
}

a.File img {
	width: 1.1em;
	height: 1.1em;
	float: none;
	position: relative;
	top: 0.2em;
	margin: 0 -0.2em 0 0;
	padding: 0;
	border: none;
}