
/* @override http://paul.net-at-hand.com/stylesheets/node/37415.css */


/* @override 
	http://test.net-at-hand.int:3000/stylesheets/node/9253.css
	http://stanshimmin.com.net-at-hand.com/stylesheets/node/13521.css
*/

.product_preview {
	float: left;
	margin-right: 10px;
}
.product {
	clear: left;
	padding-top: 0;
}
.product .item_number {
	font-size: 9px;
}
.product h3,
.product h2 {
	margin-top: 0 !important;
	padding-top: 0 !important;
}
.product_preview .price {
	font-weight: bold;
}
.product .description {
}

table.editor td,
table.editor th,
table.cart td,
table.cart th,
.product table td,
.product table th {
	line-height: 1;
	padding: 2px;
	vertical-align: top;
}
.product table td {
	border: 1px solid white;
	background: #eee;
}
table.editor td.label,
table.cart th,
.product table th {
	border: 1px solid white;
	background: #bbb;
	font-size: 10px;
	color: white;
}
.product form {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* @group cart
 */

table.cart {
	width: 100%;
	margin-bottom: 10px;
}

.cart_actions {
	text-align: right;
}

.cart .money {
	text-align: right;
}

.cart td {
	border-top: 1px solid #aaa;
}
.cart tr.sub td,
.cart td.outside {
	border-top: none;
}



/* @end */

/* @group customer info */

table.editor td.label {
	text-align: right;
	padding: 5px;
}
table.editor td.label a:link,
table.editor td.label a:visited {
	color: white;
	text-decoration: none;
}

/* @end */

/* @group errors */

div.message {
	background: black;
	padding: 10px;
	color: white;
}

div.error {
	background: red;
	padding: 10px;
	color: white;
}
div.error h2 {
	margin: 0 !important;
	padding: 0 !important;
}
div.error * {
	color: white !important;
}

/* @end */

/* @group pagination */

.pagination {
	clear: left;
	text-align: center;
}
.pagination a {
	text-decoration: none;
	line-height: 1;
	padding: 5px;
	background: #666;
	color: white !important;
}
.pagination a.current {
	background: black;
}

/* @end */

/* @group category preview */
ul#category_preview {
	margin-left: 30px;
}
ul#category_preview li {
	list-style-type: none;
	clear: left;
	float: left;
	width: 665px;
	margin-bottom: 20px;
}
ul#category_preview a.img {
	float: left;
	width: 300px;
	text-align: center;
}
ul#category_preview a.img:hover {
	background: none !important;
}
ul#category_preview .description,
ul#category_preview h2 {
	margin-left: 320px;
	margin-top: 0;
}


/* @end */

/* @group product listing */

.product_list .price,
.product_list .description,
.product_list h3 {
	display: none;
}
.product_list .product {
	float: left;
	width: 130px;
	height: 130px;
	clear: none;
	text-align: center;
}
.product_list .product .product_preview {
	float: none;
	width: 100px;
	margin: 0 auto;
}
.product_list .product a,
.product_list .product a img {
	display: inline;
}


/* @end */