
/* @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 {
	margin-left: 110px;
}

/* @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 */
