/* Styles to define the layout of the category and products display pages */
div#Container {
	width:100%;
	}
	
div#Container div {
	float:left;
	width:150px;
	height:170px;
	text-align:center;
	margin:10px;
	}

div#Container div img {
	display:block;
	border:1px solid #000000;
	margin-bottom:3px;
	}

	
/* Styles to define the layout of the Product Detail Page */
div#Product {
	position:relative;
	left:0px;
	top:0px;
	
	margin-top:35px;
	}
	
div#Product div#MainImage {
	float:right;
	border:1px solid #000000;
	background-color:#EFEFEF;
	}
	
div#Product div#MainImage span {
	display:block;
	padding:4px;
	margin:0px;
	
	font-size:10px;
	font-style:italic;
	text-align:center;
	}

div#Product div#MainImage img {
	display:block;
	border-bottom:1px solid #000000;
	padding:0px;
	margin:0px;
	}
	
div#Product a {
	font-weight:bold;
	}


/* Styles to define the layout of the Cart page */
div#cart table td {
	background-color:#EFEFEF;
	padding:4px;
	}
	
div#cart table td input {
	text-align:right;
	}
	
div#cart table thead td {
	background-color:#CCCCCC;
	text-align:center;
	font-weight:bold;
	}
	
div#cart table tfoot td {
	background-color:#CCCCCC;
	text-align:right;
	font-weight:bold;
	}

