/* CSS Document */

/*40px between each row*/
/*All Books and Genre pages layout and styles*/ 
	
		
		
/*BOOKSTORE LAYOUT*/
		#bookstore_container {
			position:relative;
			top:0px;
			left:0px;
			height:1075px;
		}
		#bookstore_left_column {
	color:#000;
	font-size:10px;
	position:absolute;
	left:-9px;
	top:0px;
	width:225px;
	height: 718px;
		}
		#bookstore_middle_column {
			color:#000;
			font-size:10px;
			line-height:1.3em;
			position:absolute;
			left:220px;
			top:25px;
			width:210px;
		}
		#bookstore_right_column {
	color:#000;
	font-size:10px;
	line-height:1.3em;
	position:absolute;
	left:473px;
	top:18px;
	width:210px;
		}	
		
		/* VERTICAL PRODUCT PHOTOS*/
			#product_box {
				float:left;
				width:210px;
				height:175px;
				margin-bottom:40px;
			}	
			.product_inside {
				float:right;
				margin-top:4px;
				width:116px;
			}
			.product-image {
				border:0px;
			}
			#image {
				float:left;
			}
			/*.googlecart-add-button {
				float:left;
			}*/
		/* HORIZONTAL PRODUCT PHOTOS*/
			#product_boxh {
				width:220px;
				margin-bottom:40px;
				margin-left:53px;
			}	
			.product_insideh {
				margin-top:4px;
				width:116px;
			}	
/* INDIVIDUAL BOOK PAGE STYLES */	
		.item_description {
			margin-left:60px;
			margin-right:60px;
			font-size:12px;
			line-height:1.5em;
		}
		.item_wrapper {
			width:600px;
			margin-top:70px;
			height:240px;
		}	
		.bookstore_item_details {
			float:;left;
			margin-top:10px;
			height:240px;
			width:250px;
		}
		.product_image {
			float:left;
			margin-right:15px;
		}
		#google_button_item_page {
			margin-left:225px;
			width:150px;
		}

