/* General styles */
.td-shade {
	background-color: #E2EFFE;
}
.td-shade2 {
	background-color: transparent;
}
/* styles fro the product listing  */
#cat_select{
	float: right;
	display: inline;
}
#trail{
	display: block;
	padding: 5px;
	text-decoration: none;
	border: 1px dashed #656565;
	margin-bottom: 30px;
}
.title{
	margin: 0px 0px 10px 0px;
	font-size: 1.2em;
	color: #656565;
}
.title a{
	display: block;
	font-size: 1.1em;
}

.subtitle{
	display: inline-block;
	margin: 0px 0px 10px 0px;
}

/* styles fro the product details  */
#download{
	display: inline;
	text-align: center;
	float: right;
	margin: 3px;
	border: 1px dashed #656565;
	padding: 10px;
}
#download_text{
	font-size: .9em;
	display: block;
}
#download_size{
	font-size: .75em;
	display: block;
}
.synopsis{
	display: block;
	margin: 10px 0px 10px 0px;
}
#amazon{
	display: block;
	margin: 10px 0px 0px 0px;
	text-align: right;
}
#matrix{
	display: block;
	margin: 30px 0px 30px 0px;
}
#matrix table{
/*
	text-align: center;
*/
	table-layout: auto; 
	border: 1px dashed #777;
	margin: 0px;
}
#matrix td{
	padding: 5px;
}

.row-head{
	color: #383838;
	font-weight: bold;
	text-align: left;
}
.col-head{
	color: #383838;
	font-weight: bold;
	text-align: center;
}
.matrix-cell{
border: 1px dashed #656565;
}

#description{
	display: block;
	margin: 10px 0px 10px 0px;
}
#thumbpic-holder{
	display: inline;
	float: left;
	text-align: center;
}
.product-thumb{
	display: block; 
	margin: 0px 10px 10px 0px;
	border: 0;
}
#thumbpic-holder a{
	margin: 0px 0px 0px -10px;
	font-size: xx-small;
	color: #757575;
}
#footer{
	display: block;
	margin: 10px 0px 10px 0px;
	clear: both;
	orphans: 4;
	 
	
}
/* styles fro the cart  */
.basket-table {
 /* width:500; */
 width: auto;
 border: 1px dotted Black;
}
#reviews {
	margin: 100px 5px 0px 5px;
	padding: 10px;
	display: block;
	clear: both;
}
.bold {
	font: bold 1em/20px Georgia, Arial, sans-serif;
}
.warning{
	color: #FF0000
}
