	/***********************/
	/***** shop - view *****/
	/***********************/

.product_image {
	text-align:center;
	margin:20px 40px 20px 20px;
	height:200px;
	width:200px;
	float:left;
}
.product_name {
	margin-left:260px;
	padding:40px 0px 10px 20px;
	font-size:22px;
	font-weight:bold;
}
.product_author {
	margin-left:260px;
	padding:0px 0px 10px 40px;
	border-bottom:2px solid #c0a285;
	font-size:20px;
}
.product_description {
	margin-left:260px;
	padding:20px;
}
.product_description a, .product_description a:active, .product_description a:focus, .product_description a:visited, .product_description a:link{
	color:#000000;
	text-decoration:none;
	font-style:italic;
	font-family:sans-serif;
	font-size:12px;
}
.product_description a:hover {
	color:#000000;
	text-decoration:underline;
	font-style:italic;
	font-family:sans-serif;
}
.product_price {
	margin-left:260px;
	padding:20px;
}
.product_navigation {
	padding:25px 0px 10px 50px;
	border-top:2px solid #c0a285;
	clear:both;
}
.product_navigation select {
	margin-right:100px;
	padding-right:10px;
	height:25px;
	font-size:12px;
}
.product_navigation button {
	height:40px;
	font-size:12px;
	font-weight:bold;
}


	/****************/
	/***** cart *****/
	/****************/

#cart_table td {
	padding:5px;
}
.table_head {
	border-bottom:2px solid #c0a285;
	font-weight:bold;
}
.table_left {
	width:450px;
}
.table_middle {
	width:50px;
	text-align:center;
}
.table_right {
	width:150px;
	text-align:right;
}
.second_row {
	font-size:13px;
}
.table_delete a {
	color:#0000FF;
	font-size:13px;
}
.table_delete a:hover {
	text-decoration:underline;
}
.endLine {
	border-bottom:1px dotted #c0a285;
}
.table_end {
	border-top:2px solid #c0a285;
	font-weight:bold;
}
.check_box {
	padding:25px 5px;
}
.button_box {
	padding:10px 0px;
}
.s_left {
	padding:2px;
	width:225px;
}
.s_street {
	width:300px;
}
.s_hnum {
	width:75px;
}
.s_postcode {
	width:50px;
}
.s_place {
	width:325px;
}
legend {
	font-weight:bold;
}
.button_right {
	margin:-40px 0px 20px;
	text-align:right;
}