/* Style sheet for the products pages with dynamic data from the database*/

div#content a {
	text-decoration: underline;
	color: #999999;
}
div#content a:hover {
	text-decoration: none;
	color: #666666;
}
div#column1 {
	margin: 0px;
	width: 320px;
	float: left;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 300px;
}
h3 {
	font-size: 20px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
div#picSpace {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	height: 250px;
	width: 310px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.hide {
	display: none;
}
div#column2 {
	width: 320px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 380px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	height: 270px;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-size: medium;
}
div#content li {
	list-style-type: none;
	padding-bottom: 10px;
}
/* Copied from screen_content with some small adjustments to column 2 height to make sure tables are in correct place*/



.table {
	margin-top: 0px;
	margin-right: 42px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	padding: 0px;
}
.soldButton {
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 19px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


td {
	font-weight: bold;
	font-size: 11px;
}
/* Styles for the tables with dynamic data */

form#checkout {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 675px;
}
/* Style to place the chekout button on the bottom right */
div#content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	width: 760px;
}

