#prodmain img.main {
	float:right;
	width:300px;
	margin-left:20px;
}
#prodmain img.mini {
	width:100px;
	float:left;

}

#prodmain h2 {

}

#prodmain h3 {
	font-style:italic;
}

#prodmain h4 {
	font-size:1em;
	color:#700;
}

#minicart 					{ height:30px; width:120px; clear:both; float:right; 
								margin:10px 50px 0 0; background:url(../img/basket-bg.jpg) no-repeat; 
								padding:23px 15px 0px 15px;}
#minicart p.itemcount 		{ float:left; }
#minicart p.subtotal		{ color:green; font-weight:bold; float:right; }
#minicart p.carttitle		{ color:white; text-transform:uppercase; font-weight:bold; }

table#cast td {	border:2px solid #eee; background:#eee; }
table#cast th { font-size:1.5em; border:1px solid #aaa;
	background: #aaa url(../img/sub-nav-bg.jpg) repeat-x; color:#fff; }

#author {
	margin:10px 0;
	float:right;
	width:280px;
	height:130px;
	padding:10px;
	border:1px solid #eee;
	clear:right;
}

/** Cart styling below here */
#cart 				{ background-color:#EEF; border:2px solid #dcc; 
						border-top:none; font:normal 12px Arial, Helvetica, sans-serif; }
#cart th {
	background: #aaa url(../img/sub-nav-bg.jpg); 
	color:#FFF;
	padding:7px;
	border-left:1px solid #fff; border-right:2px solid #000;
}

#cart td {
	text-align:center;
	padding:5px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #9ad;
	border-bottom: 1px solid #9ad;
}

#cart .cclr {
	background-color:#fff;
	padding:0;
	border:none;
}
#cart .cfoot {
	text-align:right;
	font-weight:bold;
}

#cart .ctotal {
	background-color:#fff;
}

#cart .silver {
	border:none;
	padding:0;
	background-color:#ccc;
}

div.prodcat {
	color: #000;
	padding: 10px 25px;
	width: auto
	height: auto;
	margin: 2em 2em;
}

a.prod, div.prod {
	padding: 10px 25px;
	margin: 10px 0;
	color: #FFF;
	height: auto;
	text-align: left;
	text-decoration: none;
}

div.pricing {
	padding: 10px 25px;
	margin: 10px 0;
	color: #FFF;
	height: auto;
	text-align: left;
	text-decoration: none;
	clear: both;
}

div.pricing h4 {
	color: #FFF;
}

div.pricesum {
	padding: 10px 25px;
	margin: 10px 0;
	color: #FFF;
	height: auto;
	text-align: left;
	text-decoration: none;
}

a.prod button {
	margin-top: 10px;
}

a.prod span {
	display: block;
	margin: 10px 0;
}

a.prod h4 {
	color: #FFF;
}

.categories {
}
