td,th {
	text-align:left;
	vertical-align:top;
}
form {
	margin:0;
}
.shop_layout {
	width:100%;
	border-top:1px solid #ddd;
}
.shop_layout td {
	padding:10px 0;
	border-bottom:1px solid #ddd;
}
.shop_layout .gutter_vert {
	width:20px;
}
.shop_item {
	width:100%;
}
.shop_item td {
	border:none;
}
.shop_itemthumb img {
	padding-right:10px;
}
td.shop_iteminfo {
	padding-bottom:10px;
}
td.shop_iteminfo h4 {
	margin-top:0;
}
td.shop_price {
	padding:3px 10px;
	background:#e7eaf5;
	border-top:1px solid #a3acc4;
}
.shop_buy,
td.shop_buy {
	padding:3px 10px;
	background:#e7eaf5;
	text-align:right;
}
.shop_prev_next {
	padding:5px 10px;
	text-align:right;
	background:#a3acc4;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	color:#fff;
}
.shop_prev_next a {
	font-weight:bold;
	color:#fff;
}
.shop_prev_next a:hover {
	color:#fc0;
}
.shop_backto {
	margin:10px 25px;
	padding:0;
}

.shop_backto li {
	display:inline;
	margin:0;
	padding:0;
}
.shop_backto li a {
	display:block;
	padding:0 0 0 11px;
	color:#314569;
	background:url(../../images/arrow_blue.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
	text-decoration:none;
}
.shop_backto li a:hover {
	color:#ff9000;
	background:url(../../images/arrow_orange.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
}
.imagebar {
	margin:5px 0 10px;
}
.imagebar a img {
	border:1px solid #ff9000;
	margin-right:10px;
}
.imagebar a:hover img {
	border:1px solid #c00;
}



/* ONEPAGE SHOP */


.onepageshop td {
	border-bottom:1px solid #cee3f8;
}
.onepageshop th,
.onepageshop {
	border-bottom:2px solid #036;
}
.onepageshop .input1 {
	width:180px;
}
.onepageshop .input2 {
	width:80px;
}
.onepageshop .form {
	width:100%;
}
a.button_delete {
	display:block;
	width:11px;
	height:11px;
	background:#000 url(images/trash.gif);
}
a.button_delete:hover {
	background-color:#c00;
}
a.button_delete span {
	display:none;
}
.addtobasket {
	margin-bottom:10px;
}
.addtobasket th,
.addtobasket td {
	padding-left:5px;
	background:#c66;
	color:#fff;
	border:none;
}
.addtobasket th {
	background:#933;
}
#basket .jah_loading {
	display:block;
	margin:5px 0;
	padding:30px 0;
	border:1px dotted #c00;
	color:#c00;
	background:#fee;
	text-align:center;
}
.figure {
	text-align:right;
}


/* SHOPPING CART */

.cart {
	width:100%;
}
.cart td {
	padding:3px 3px;
	vertical-align:middle;
}
.cart tr.cart_heading td {
	padding:3px 3px;
	background:#aaa;
	color:#fff;
	font-weight:bold;
	border-bottom:2px solid #bbb;
}
.cart tr.cart_even td {
	background:#ddd;
	border-top:1px solid #bbb;
	border-bottom:1px solid #fff;
}
.cart tr.cart_odd td {
	background:#eee;
	border-top:1px solid #ccc;
	border-bottom:1px solid #fff;
}
.cart td.cart_qty input {
	text-align:right;
	font-size:10px;
}
.cart td.cart_subtotal {
	text-align:right;
}
.cart td.cart_total_info {
	text-align:right;
	font-weight:bold;
}
.cart td.cart_total_price,
.cart td.cart_total_total {
	border:1px solid #333;
	background:#fff;
	text-align:right;
}
.cart td.cart_total_total {
	border:1px solid #000;
	color:#000;
}
.cart td.cart_total_shipping,
.cart td.cart_total_vat {
	text-align:right;
}
.cart td.shop_buttonrow {
	padding-top:20px;
	text-align:right;
}
a.cart_delete {
	display:block;
	float:left;
	width:11px;
	height:11px;
	background:#000 url(images/trash.gif);
}
a.cart_delete:hover {
	background-color:#c00;
}
a.cart_delete span {
	display:none;
}



/* MINI CART */

.minicart {
	margin-top:10px;
}
.minicart table {
	width:100%;
	margin:0;
	padding:0;
}
.minicart td {
	padding:2px 0;
	border-top:1px solid #ddd;
}
.minicart td.minicart_sub {
	border-top:none;
	text-align:right;
}
.minicart_sub td {
	background:#e7eaf5;
	border-top:1px solid #a3acc4;
}
.minicart td.minicart_data {
	text-align:right;
}
.minicart_total td {
	color:#ff9000;
	border-top:1px solid #a3acc4;
	border-bottom:1px solid #a3acc4;
}
.minicart_total .minicart_data {
	color:#ff9000;
}



/* CART/MINI CART BUTTONS */

.shop_buttons {
	float:right;
	width:100px;
	padding-bottom:10px;
}
.shop_button {
	margin:5px 0 0;
}
.minishop_button {
	margin:5px 0 0;
}
.shop_button,
.shop_button a,
.shop_button input,
.minishop_button,
.minishop_button a {
	display:block;
	width:100px;
	height:20px;
	background:url(../../images/nav_shop1.gif);
}
.minibutt_tocart,
.minibutt_tocart a {
	background-position:0 -20px;
}
.minibutt_tocart a:hover  {
	background-position:-150px -20px;
}
.cart_tocheck,
.cart_tocheck input,
.minibutt_tocheck,
.minibutt_tocheck a {
	background-position:0 0px;
}
.butt_tocheck input:hover,
.minibutt_tocheck a:hover  {
	background-position:-150px 0;
}
.butt_update,
.butt_update a {
	background-position:0 -60px;
}
.butt_urgent a  {
	background-position:-300px -60px;
}
.butt_update a:hover  {
	background-position:-150px -60px;
}
.butt_return,
.butt_return a {
	background-position:0 -40px;
}
.butt_return a:hover  {
	background-position:-150px -40px;
}
.shop_button span,
.minishop_button span {
	display:none;
}



/* CHECKOUT */

.optional,
.required,
.optional a,
.required a {
	color:#900;
}
.chkout_text {
	padding:3px 3px;
	background:#aaa;
	color:#fff;
	border-bottom:3px solid #ccc;
	font-weight:bold;
}
.chkout_table {
	background:#eee;
}
.chkout_login .chkout_table {
	padding-bottom:5px;
}
.chkout_details,
.chkout_adduser,
.chkout_items,
.shop_checks {
	margin-top:10px;
}
.shop_checks {
	text-align:right;
}
.chkout_items .cart td {
	padding:3px;
}

.butt_login,
.butt_login input {
	margin:0;
	background-position:0 -100px;
}
.butt_login input:hover  {
	background-position:-150px -100px;
}
.butt_logout,
.butt_logout a {
	width:75px;
	margin:0;
	background-position:0 -120px;
}
.butt_logout a:hover  {
	background-position:-150px -120px;
}
.butt_account,
.butt_account a {
	width:75px;
	margin:0;
	background-position:0 -140px;
}
.butt_account a:hover  {
	background-position:-150px -140px;
}
.butt_tocart,
.butt_tocart a{
	background-position:0 -160px;
}
.butt_tocart a:hover  {
	background-position:-150px -160px;
}
.butt_topay,
.butt_topay input {
	background-position:0 -80px;
}
.butt_topay input:hover  {
	background-position:-150px -80px;
}



/* DIALOGS */

body.dialog {
	text-align:center;
	font-family:"lucida grande",tahoma,arial,helvetica;
	font-size:11px;
	margin-top:50px;
	background:#eee;
}
.dialog .header1 {
	display:none;
}
.dialog .header3 {
	margin:0;
	padding:0;
	border:0;
}
.dialog .span1 {
	width:580px;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	border:1px solid #999;
	background:#fff;
	text-align:left;
}
.dialog input {
	font-size:10px;
}
.dialog h3 {
	border-bottom:1px solid #999;
}
.dialog table {
	margin:10px 0;
}
.dialog th {
	text-align:right;
}
.dialog .backto {
	margin-top:10px;
	text-align:right;
}
.dialog .footer1 {
	display:none;
}




/* MISC */

.cart_infobox {
	margin:10px 0;
	padding:10px;
	border:1px solid #666;
	background:#ddd;
}
.cart_infobox h3 {
	margin:0 0 5px;
}
.form_click {
	color:#c00;
	background:#fcc;
}
.shop_rss {
	display:block;
	float:right;
	width:29px;
	height:15px;
	background:#f60 url('images/rss.gif');
}
.shop_rss span {
	display:none;
}