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

/* @group My Group */

.product_preview {
	float: left;
	width: 100px;
	margin-right: 10px;
}
.product {
	clear: left;
	padding-top: 15px;
}
.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 {
	margin-left: 110px;
}

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;
}
.error .label {
	background: red !important;
}
.product form {
	margin-left: 110px;
}

/* @end */

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

.account {
	background: #ccc;
	margin: 20px 0 ;
	padding: 7px 10px !important;
}

.account h4 {
	padding: 0 !important;
	margin: 0 !important;
}

.right {
	float: right;
}


/* @end */