
/* @override 
	http://test.net-at-hand.int:3000/stylesheets/node/6677.css */

/* @group IE cookies */

#note_to_ie {
	background: #ccc;
	padding: 20px;
	font-size: 9pt;
	margin-top: 25px;
}

#note_to_ie ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#note_to_ie h3,
#content #note_to_ie h3 {
	margin-top: 0;
	padding-top: 0;
}

/* @end */

/* @group Cart */

.page-text {
	padding: 1em 1em 0 1em;
	margin: 1em auto;
	background: #ccc;
	border: 1px solid black;
	text-align: center;
}

.cart_actions {
	float: right;
	margin-top: 20px;
}

#shipping_estimates {
	background: #ddd;
	padding: 10px;
	width: 220px;
	margin-top: 10px;
}

#shipping_rate_fields {
	text-align: center;
}

#shipping_rate_fields input.submit_button {
	padding: 4px 15px;
	margin-top: 10px;
}

#continue_shopping {
	margin-top: 10px;
}

/* @end */

/* @group Other */

.flash {
	padding: 10px;
	background: black;
	color: white;
	margin-bottom: 10px;
}
.flash h3,
.flash h2 {
	color: white !important;
	margin: 0 0 .25em 0;
}
#home_page_previews {
	position: relative;
}
.home_page_preview {
	position: absolute;
}
tr.sub td {
	padding-top: 15px !important;
}




#shadowbox_nav a {
	width: 30px !important;
	height: 30px !important;
	background-color: black;
	background-position: 50% 50%;
}
#shadowbox_info,
#shadowbox_info * {
	height: 30px !important;
	padding: 0 !important;
}

/* @end */

/* @group product listing rows */
.product_row {
	float: left;
	overflow: hidden;
	border-top: 1px solid black;
	padding-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}
.product_row .product {
	width: 135px;
	border-left: 1px solid #ccc;
	border-top: none;
	float: left;
	clear: none;
	padding-bottom: 500px;
	margin-bottom: -500px;
	margin-right: 5px;
	padding-left: 5px;
	position: relative;
	line-height: 1.1;
}
.product_row .product:first-child {
	border-left: none;
}
.product_row .product * {
	float: none !important;
}
.product_row .product h3,
.product_row .product .description {
	margin: 0;
	padding: 0;
	width: auto;
}
.product_row .product h3,
#content .product_row .product h3 {
	font-size: 12pt;
	margin: 10px 0 15px 0;
}
.product_row .product h3 a {
	text-decoration: none;
}
.product_row .product h3 a:hover {
	text-decoration: underline;
}
.product_row .product .item_number {
	margin-bottom: 10px;
}
.product_row .product .item_number,
.product_row .product .price {
	padding: 0;
	text-align: center;
}
.product_row .product .product_preview {
	margin: 0;
	padding: 0;
	float: none;
	text-align: center;
}

/* @end */

/* @group paypal */

#paypal_express_checkout {
	clear: both;
	padding-top: 15px;
}
.cart img[alt="visa"] {
	height: 20px;
	position: relative;
	bottom: 8px;
	margin-right: 5px;
}
.cart img[alt="master card"],
.cart img[alt="discover"],
.cart img[alt="amex"] {
	margin-right: 5px;
}
.order_confirmation input[type="radio"] {
	position: relative;
	top: 11px;
}
span.paypal {
	position: relative;
	bottom: 12px;
	color: #999;
}

/* @end */










