/* FORM */ 

/* GENERIC ACTIVECONTENT FORM */
#activeContent form {
	padding: 0 0 0 8px;
	margin: 0 0 0 13px;
	border-left: 3px solid #bebebe;
}

#activeContent form .submit {
	clear: both;
	margin-bottom: 50px;
}

#activeContent form .submit input{
	border: 1px solid black;
}


#activeContent form .input {
	float: left;
	width: 48%;
	position: relative;
	padding: 3px 0 3px 0;
	margin: 2px;
	height: 50px;
}

#activeContent form .input input{
	position: absolute;
	border: 1px solid black;
	left: 10px;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

#activeContent form .input select {
	position: absolute;
	left: 10px;
	padding: 3px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

#activeContent form .input label{
	position: absolute;
	left: 5px;
	padding: 6px 0 0 0px;
	font-size: 12px;
	color: #333;
	width: 100px;
	cursor: help;
}

#activeContent form fieldset{
	float: left;
	width: 48%;
	position: relative;
	font-size: 12px;
	color: #333;
	border: 1px solid black;
}

#activeContent form fieldset input{
	margin: 5px 5px 5px 5px;
}

#activeContent form .input input, #activeContent form .input select, #activeContent form .input textarea {
	position: absolute;
	left: 100px;
}

/*END FORM*/

.view_entire_book{
	width: 550px;
}
.view_big_cover {
	margin: 10px 0 0 0;		
}

.floatLeft {
	float: left;
}

.view_book_buy {
	margin: 0 0 0 500px;	
	width: 50px;
	height: 30px;
}

.view_book_buy #text{
	float:left;
	margin: 6px 2px 0px 4px;
	border: 1px solid #5D5C5C;
	background: #5D5C5C;
}

.submit{
	float: left;
	margin: 6px 3px 0px 5px;
	width: 18px;
	height: 18px;
}

#confirm_add{
	width: 400px;
	height: 200px;
	text-align: center;
	margin: 50px auto ;
	
}

#confirm_add table, tr, td{
	text-align: center;
}

#confirm_add table{
	margin: 20px auto;
}

#confirm_add a{
	color: #5D5C5C;
}

#confirm_add A:Hover{
	text-decoration: underline;
}

.content_link a{
	color: #5D5C5C;
}

.content_link A:hover{
	text-decoration: underline;
}

#view_basket{
	width: 400px;
	text-align: center;
	margin: 30px auto ;	
}

#view_basket .title{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	vertical-align: middle;
}



#view_basket .content{
	color: black;
}

#view_basket .border{
	border: 1px solid #5D5C5C;
	height: 15px;
}

#view_basket .title_border{
	height: 20px;
}

#view_basket .content_border{
	border: 1px solid #BFBFBF;
}

#view_basket .total_border{
	border: 1px solid #5D5C5C;
	text-align: right;
}

.form_buy{
	width: 500px;
	border: 1px solid black;
}

.input{
	width: 48%;
	float: left;
}

.view_book_name {
	margin: 0 0 0 20px;
	line-height: 25px;		
}

.view_book_name h2{
	color: #F47C20;
	font-family: Verdana;
	text-align: left;
		
}


.view_book_author {
	margin: 5px 0 0 20px;
	color: #828181;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}


.view_book_genre {
	margin: 10px 0 0 20px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.view_book_price {
	margin: 0 0 0 20px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.view_book_pages {
	margin: 0 0 0 20px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.view_book_comment {
	margin: 20px 0 0 20px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.view_author_comment {
	margin: 20px 0 0 20px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}

.view_search_back {
	margin: 5px 0 0 170px;
	color: #5D5C5C;
	font-family: Verdana;
	font-size: 11px;
	text-align: left;
		
}