@import url('reset.css');
@import url('text.css');
@import url('960.css');

body {
	background: url('../img/master-bg.png') repeat-x top left;
}

  body#order {
  	background-color: #999274;
		color: #EFECE0;
  }

a {
	color: #333;
}

h1 {
	margin: 0;
	padding: 0;
}

  h1 a {
  	background: url('../img/logo.png') no-repeat top left;
  	display: block;
		height: 113px;
		overflow: hidden;
		text-indent: -220px;
		width: 220px;
  }
	
h2 {
	color: #000066;
	font-size: inherit;
	font-style: italic;
}

#header {
	height: 100px;
	overflow: hidden;
	padding: 12px 0 30px 0;
	position: relative;
}

	#nav {
		list-style: none;
		margin: 0;
		padding: 0;
		position: absolute;
		  bottom: 7px;
			right: 0;
	}

	  #nav li {
	  	color: #eead59;
	  	display: block;
			float: left;
			line-height: 40px;
			margin: 0 10px;
			padding: 0 15px;
	  }
		
		#nav li.active {
			background: #eead59;
			color: #000066;
			font-weight: bold;
		}
		
		  #nav li a {
		  	color: #000066;
				font-weight: bold;
				text-decoration: none;
		  }
			
			  #nav li a:hover {
			  	color: #637090;
			  }
				
#footer {
	background: #eead59;
	color: #000066;
	display: block;
	padding: 10px;
	text-align: center;
}
				
/**
 * books, authors
 */
.book,
.author {
	overflow: hidden;
	margin: 0 0 10px 0;
	position: relative;
}

	.book img,
	.author img {
		clear: left;
		display: block;
		float: left;
	}
	
	  .book-details,
		.author-details {
      float: right;
      width: 355px;
	  }
		
		  .book-details-order {
		  	float: right;
				margin: 0 100px 0 0;
				position: relative;
				width: 255px;
		  }
			
			  .book-details-order p {
			  	font-size: 11px !important;
			  }
				
			.order .form-item {
				position: absolute;
				 right: 0;
				 top: 0;
				text-align: center;
			}
	
		.book span,
		.author span {
		  font-style: italic;
		  font-weight: bold;
		}
		
		.book p,
		.author p {
			font-size: 12px;
		}
		
		.pdf {
			background: url('../img/page_white_acrobat.png') no-repeat center left;
			display: block;
			margin: 5px 0 0 0;
			padding: 0 0 0 24px;
		}
		
		#nurkse,
		#smith,
		#vesilind {
			display: none;
		}
		
/**
 * order
 */
.required-field {
	color: #fff;
	font-weight: bold;
}

label {
	display: block;
	font-weight: bold;
}

  label.checkbox {
  	display: inline !important;
		font-weight: normal !important;
  }

.form-item {
	clear: left;
	margin: 0 0 20px 0;
}

  .submit {
  	background: #EEAD59;
		color: #5F4017;
  	margin: 0 0 20px 0;
		padding: 10px;
		position: relative;
  }
	
	  .submit span {
      position: absolute;
        top: 10px;
        right: 10px;
	  }

fieldset {
	border: 1px solid #BFB89B;
	padding: 15px 10px 10px 10px;
}

  legend {
  	font-size: 15px;
  	font-weight: bold;
  }
	
.price {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

label.error {
	background: url('../img/error.png') no-repeat center left;
	font-weight: normal;
	padding: 0 0 0 20px;
}
