/* @override 
	http://localhost/~michaelcaruso/egs_svn/view/css/products.css
	http://localhost/~michaelcaruso/egs_svn_1/view/css/products.css
*/

p {
	margin: 0px;
	padding: 0px;
}

div#sorted {
	background-color: #FAFDC4;
	padding: 5px;
	margin: 10px auto;
	border: 1px solid #F2EB95;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
  
	box-shadow: 1px 1px 1px #eee;
	text-align: center;
}

#removefilter {
	float: right;
	position: relative;
	right: 0px;
	top: 0px;
	font-size: 0.7em;
	line-height: 0em;
	padding: 5px;
}

#sorted p span {
	font-weight: bold;
}

#next_10 {
	margin: 15px 5px;
}

#next_10 a {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	background: #bbb;
	padding: 3px 30px;
}

#products_title {
	margin: 0;
	padding: 0;
}

#product-order {
	font-size: 13px;
	padding-left: 10px;
}

#products_title img {
	vertical-align: middle;
	border: 0px;
}

div#suggestchanges, 
div#searchinright {
	width: 250px;
	background-color: #fcfdd7;
	padding: 10px;
	text-align: center;
	margin: 20px auto;
}


.product_table img.product_picture {
	/* float: right; */
	padding: 5px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px dotted #EDEDED;
}

.product_table a {
	border: 0px;
}

img.product_picture {
	border: 0px;
}

.product_table .names .product {
	font-size: 15px;
	margin: 0px;
	padding: 0px;
}

.product_table .names .product a {
	text-decoration: none;
	font-weight: bold;
}

.product_table .names .company {
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.product_table .shortdescription {
	font-size: 15px;
}

.product_table {
	width: 175px;
	height: 350px;
	margin: 0px;
	border-style: none;
	border: 1px solid #C7C7C7;
	padding: 5px;
	text-align: center;

	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    
    -moz-box-shadow: 0px 1px 4px #999;
	-webkit-box-shadow: 0px 1px 4px #999;
}

div#categories {
	padding: 10px 20px;
	font-size: 12px;	
	margin: 0px auto;
}

#categories p a {
	border: 1px solid #A0A0A0;
	background: #bbb;
	
	padding: 4px 5px;
	margin: 0px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: white;
	font-weight: bold;
	font-style: normal;
	font-size: .8em;
	font-family: helvetica;
	text-shadow: 0 1px 0 #A0A0A0;
}



#products_listing span.by {
	font-style: italic;
}

#products_listing span.coname {
	font-weight: bold;
}

.product_table p.nopictures {
	font-size: 13px;
	width: 150px;
	border: 1px dotted #000;
	text-align: center;
	margin: 15px auto;
}

.product_table .average_rating {
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
	font-size: 9px;
}

#products_listing table tbody tr td div.product_table.clear div.shortdescription p {
	padding-top: 15px;
	font-size: 12px;
}

p#page-description {
	padding-top: 10px;
	padding-bottom: 10px;
}

span.noratings {
	font-size: 11px;
	font-style: italic;
}

.product_table .average_rating img.rating_star {
	height: 10px;
	margin: 0px;
	padding: 0px;
}

.average_cost {
	font-size: 22px;
	font-weight: bold;
	background-color: #FFFB91;
	padding: 5px;
	position: static;
	top: 0;
	left: 0;
	float: left;
}

#next_10 {
	font-size: 18px;
	font-weight: bold;
}

#next_10 span {
	font-size: 10px;
	font-weight: normal;
}

#last_12 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 5px;
	background-color: #a0a0a0;
	margin: 10px auto;
	width: 30em;
	text-align: center;
}


.clear {
	overflow: hidden;
	zoom: 1;
}
