div.gradient_bar
{
	background: transparent url("../img/gradient_bar.png") repeat-x;
}

div.left_corner
{
	background: transparent url("../img/left_corner.png") repeat-x;
}

div.right_corner
{
	background: transparent url("../img/right_corner.png") repeat-x;
}

ul.static_nav li
{
	background: transparent url("../img/static_divider.png") no-repeat right center;
}

.highlight_color,
.product_price,
.product_price a,
a:hover,
div.static_page a,
td#product_description a
{
	color: #4084cb;
}

div#header
{
	margin: 0 0 10px 0;
}

div#header a
{
	z-index: 1;
}

div#headerlink
{
	position: absolute;
	top: 27px;
	right: 20px;
	width: 370px;
	height: 30px;
	z-index: 9999 !important;
	display: block;
}

div#headerlink a
{
	width: 100%;
	height: 100%;
	display: block;
	background: transparent;
}

.left { float: left; }
.right { float: right; }

div.product
{
	margin: 0 0 22px 0;
}

div.product h2
{
	padding: 2px 4px;
	background: #eaeaea;
}

textarea.batext
{
	width: 310px;
	height: 32px;
	margin: 0 0 10px 0;
}

table.subproducts
{
	width: 312px;
}

table.subproducts td
{
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

table.subproducts th
{
	background: #f2f2f2;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	padding: 2px 4px;
}

table.subproducts .cart_column
{
	width: 60px;
	text-align: right;
}

table.subproducts .price_column
{
	width: 70px;
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
}

table.subproducts .name_column
{
	padding-left: 4px;
}

div.product p.product_description
{
	margin: 0 0 16px 0;
}

div.product_image { margin: 0 16px 4px 0; }

.basketaddform_submit
{
	vertical-align: top;
}

.normal_cart
{
	margin-right: 12px;
}

div.container_box
{
	border-top: 10px solid #345684;
	background: #f9f9f9 url(../img/display_bg.jpg) no-repeat bottom right;
}

div.container_box h2
{
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

iframe
{
	border: 1px solid #ccc;
}

.notif_warn
{
	background: #FEF5EF;
	color: #cc1100;
	padding: 4px 6px;
	margin: 10px 0;
	width: auto;
	display: inline-block;
	border: 1px solid #cc1100;
}

.notif_warn p
{
	font-weight: bold;
	margin-bottom: 12px;
}

.basket_content_table td textarea
{
	width: 100%;
}

p#to_checkout
{
	background-image: url(../img/orange_gradient_big.png);
	color: #fff;
}

p#to_checkout:hover
{
	background-image: url(../img/orange_gradient_big_light.png);
	color: #fff;
}

a.to_basket:hover
{
	color: #fff;
}

a.readmore
{
	float: left;
}

.checkout_lower_nav_next
{
	padding: 0;
}

.checkout_lower_nav_next a,
.checkout_lower_nav_previous a,
input.checkout_button
{
	display: block;
	padding: 5px 10px;
}

div.product_data p
{
	margin-bottom: 12px;
}