td,th {
	text-align:left;
	vertical-align:top;
}
form {
	margin:0;
}
.shop_layout {
	width:99%;
	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;
	text-align:right;
}
.shop_buy,
td.shop_buy {
	padding:3px 10px;
	text-align:right;
}
.shop_buy select {
	width:160px;
}
.buyselect {
	width:240px;
}
.shop_prev_next {
	float:left;
	padding:5px 0;
	text-align:left;
	margin-top:10px;
	margin-left:10px;
	color:#ccc;
	background:#333 url(images/prevnext_back.png);
	width:545px;
}
.shop_prev_next a {
	font-weight:bold;
	color:#fff;
}
.shop_prev_next a:hover {
	color:#f90;
}
.shop_backto {
	margin:5px 25px;
	padding:0;
}

.shop_backto li {
	display:inline;
	margin:0;
	padding:0;
}
.shop_backto li a {
	display:block;
	padding:0 0 0 11px;
	background:url(arrow.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
	text-decoration:none;
}
.shop_backto li a:hover {
	color:#ff9000;
	background:url(orange.gif);
	background-repeat: no-repeat;
	background-position:0 3px;
}
.imagebar {
	float:left;
	margin:0 0 10px;
}
.imagebar a img {
	border:1px solid #ff9000;
	margin-right:10px;
}
.imagebar a:hover img {
	border:1px solid #c00;
}
.col2of2 {
	clear:both;
}



/* ONEPAGE SHOP */

.onepageshop {
	margin-top:10px;
	padding: 0 8px 0 10px;
}
.title {
	margin-top:3px;
}
.onepageshop td {
	padding:3px 0;
	border-bottom:1px solid #eee;
}
.onepageshop th {
	padding:3px 0;
	border-bottom:2px solid #ccc;
	color:#1c4d99;
}
.onepageshop .input1 {
	width:160px;
}
.onepageshop .input2 {
	width:77px;
}
html>body .onepageshop .input2 {
	width:78px;
}

.onepageshop .form {
	width:100%;
}
a.button_delete {
	display:block;
	width:11px;
	height:11px;
	background:#fff 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:99%;
}
.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 {
	position:absolute;
	right:10px;
	top:89px;
	color:#FFF;
	font-family:arial;
	font-size:11px;
}
.minicart div {
	float:left;
}
.minicart .empty{
	padding:6px 5px 0 0;
}
.minicart_checkout {
	width:85px;
	height:22px;
}
.minicart_checkout a {
	display:block;
	height:22px;
	overflow:hidden;
	text-indent:-2000px;
	background:url(../../images/checkout.gif);
}
.minicart_checkout a:hover {
	background-position: 0 22px;
}

/* CART/MINI CART BUTTONS */

.shop_buttons {
	float:right;
	width:150px;
	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:150px;
	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;
}



/* SHOP CATAGORIES */

.shop_cat {
	list-style:none;
	width:455px;
	float:left;
	margin:0;
	padding: 5px 0 5px 5px;
}
.shop_areas {
	list-style:none;
	width:252px;
	margin:0;
	margin-left:457px;
	padding: 5px 0 5px 0;
}
html>body .shop_areas {
	margin-left:463px;
}
.shop_cat li,
.shop_areas li {
	float:left;
	margin:0 1px 1px 0;
}
.shop_cat a,
.shop_cat a:visited {
	display:block;
	width:135px;
	height:15px;
	padding:2px 0 2px 15px;
	color:#666;
	text-decoration:none;
	background: #eee url(../../images/arrow1_grey.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

.shop_areas a,
.shop_areas a:visited {
	display:block;
	width:110px;
	height:15px;
	padding:2px 0 2px 15px;
	color:#2963b3;
	text-decoration:none;
	background: #e9eef5 url(../../images/arrow1_blue.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
.shop_areas a.trade,
.shop_areas a.trade:visited {
	color:#900;
}
html>body .shop_cat a,
html>body .shop_cat a:visited,
html>body .shop_areas a,
html>body .shop_areas a:visited {
	padding:2px 0 2px 15px;
}
.shop_cat .on a,
.shop_cat .on a:visited {
	background: #ddd url(../../images/arrow2_grey.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
.shop_areas .on a,
.shop_areas .on a:visited,
#page_home #nav1_home a,
#page_home #nav1_home a:visited {
	background: #d9e3ee url(../../images/arrow2_blue.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}
.shop_cat a:hover,
.shop_areas a:hover {
	color:#a00;
	background:#fff url(../../images/arrow1_red.gif);
	background-repeat:no-repeat;
	background-position:5px 5px;
}

/* CHECKOUT */

.optional,
.required,
.optional a,
.required a {
	color:#1c4d99;
}
.shop_table {
	width:99%;
	margin-bottom:20px;
}
.chkout_login_form1 td {
	padding-left:5px;
}

.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 4px 0 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;
}



/* Products home page */

.productbox {
	position:relative;
	width:210px;
	height:330px;
	padding:0 0 0 10px;
	margin:10px 2px 0px 2px;
	float:left;
	display:block;
	border:1px solid white;
}
.productbox h4 {
	margin:0 0 3px 0;
	padding:0;
}
.buybar {
	height:30px;
	padding:0 8px;
	margin-top:10px;
	background-image:url(../../images/buybar.gif);
	background-repeat:no-repeat;
	background-position:100% 100%;
}
.buyprice {
	display:block;
	float:right;
	width:66px;
	height:20px;
	margin-right:10px;
	padding-top:2px;
	text-align:center;
	color:#000;
	background:#eee;
	font-size:14px;
}
.podstock .buyprice,
.podstd .buyprice {
	background-image:url(../../images/pod_normal.gif);
	background-repeat:no-repeat;
}
.podstock .buyprice {
	color:#777;
}
.podspecial .buyprice {
	background-image:url(../../images/pod_special.gif);
	background-repeat:no-repeat;
}
.podunavail .buyprice,
.podsoon .buyprice,
.podorder .buyprice {
	color:#fff;
	background-image:url(../../images/pod_soon.gif);
	background-repeat:no-repeat;
}
.podnew .buyprice {
	color:#fff;
	background-image:url(../../images/pod_new.gif);
	background-repeat:no-repeat;
}
.product_image {
	margin-bottom:5px;
	text-align:center;
	height:200px;
}
.buybutton {
	float:right;
}
.buybutton a {
	display:block;
	height:22px;
	width:70px;
	text-indent:-300px;
	overflow:hidden;
}
.podstd .buybutton a {
	background:url(../../images/pod_normal_button.png);
}
.podnew .buybutton a {
	background:url(../../images/pod_new_button.png);
}
.podorder .buybutton a {
	background:url(../../images/pod_order_button.gif);
}
.podsoon .buybutton a {
	background:url(../../images/pod_soon_button.png);
}

.podspecial .buybutton a {
	background:url(../../images/pod_special_button.png);
}
.productbox .buybutton a:hover {
	background-position: 0 22px;
}
.flash {
	position:absolute;
	top:0;
	left:10px;
	display:block;
	height:44px;
	width:44px;
	text-indent:-300px;
	overflow:hidden;
}
.podnew .flash {
	background:url(../../images/pod_new_flash.gif);
}
.podsoon .flash {
	background:url(../../images/pod_soon_flash.gif);
}
.podorder .flash {
	background:url(../../images/pod_order_flash.gif);
}
.podspecial .flash {
	background:url(../../images/pod_special_flash.gif);
}
html>body .podnew .flash {
	background:url(../../images/pod_new_flash.png);
}
html>body .podsoon .flash {
	background:url(../../images/pod_soon_flash.png);
}
html>body .podspecial .flash {
	background:url(../../images/pod_special_flash.png);
}
html>body .podorder .flash {
	background:url(../../images/pod_order_flash.png);
}



/* MISC */

.cart_infobox {
	display:none;
	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;
	width:29px;
	height:15px;
	margin:3px 20px;
	background:#f60 url('images/rss.gif');
	text-indent:-2000px;
	overflow:hidden;
}
.normprice {
	color:#00c;
	font-weight:bold;
	font-size:13px;
	text-decoration:none;

}

.cat_title {
	background:#bdbdbd;
	height:26px;
	padding:5px 0 0 13px;
	margin:0 0 10px 0;
	
}
.cat_title div {
	padding:3px;
}
.title_flash {
	font-size:10px;
}

/*** PRODUCT BAR FOR MAIN PRODUCTS SCREEN ***/

.product_bar {
	width:960px;
	clear:both;
}
.product_bar .pictures {
	float:left;
	width:150px;
	margin:10px 0;
	text-align:center;
}
.product_bar .description {
	float:left;
	width:660px;
}
.product_bar .pbshop {
	float:left;
	width:150px;
}
.product_bar h3 {
	margin:10px 0;
}
.pbshop .box {
	position:relative;
	background:url(../../images/buyboxbg.gif);	
	width:119px;
	height:147px;
	margin:10px;
	padding:2px;
}
.pbshop2 .box {
	position:relative;
	background:url(..);	
	width:119px;
	height:300px;
	margin:10px;
	padding:2px;
}

.pbshop .box .box_form {
	position:absolute;
	bottom:5px;
	left:0;
	width:110px;
	padding:0 5px;
		
}
.pbshop .box .box_form2 {
	left:0;
	width:110px;
	padding:0 5px;
		
}

.pbshop div.buy2,
.pbshop div.email {
	margin:3px 0;
}
.pbshop div.buy2 a {
	display:block;
	height:22px;
	width:110px;
	overflow:hidden;
	text-indent:-500px;
	background:url(../../images/buynow.gif);
}
.pbshop div.buy2 a:hover {
	background-position: 0 -22px;
}
.pbshop div.buy3,
.pbshop div.email {
	margin:3px 0;
}
.pbshop div.buy3 a {
	display:block;
	height:22px;
	width:110px;
	overflow:hidden;
	text-indent:-500px;
	background:url(../../images/ordernow.gif);
}
.pbshop div.buy3 a:hover {
	background-position: 0 -22px;
}

.pbshop div.email a {
	display:block;
	height:22px;
	width:110px;
	overflow:hidden;
	text-indent:-500px;
	background:url(../../images/emailnow.gif);
}
.pbshop div.email a:hover {
	background-position: 0 -22px;
}
.pbshop .price {
	height:16px;
	padding-top:4px;
	color:#000;
}
.pbshop .qty {
	height:20px;
	float:right;
}
.pbshop2 .qty {
	height:20px;
	float:none;
	
}

.pbshop .box input {
	font-size:10px;
	width:10px;
	text-align:center;
}
.pbshop2 .box input {
	font-size:10px;
	width:30px;
	text-align:right;
}
.pbshop .box select {
	width:110px;
	font-size:10px;
}
.product_bar .spacer {
	clear:both;
	border-top:2px dashed #ddd;
}

.product_bar h3 {
	font-weight:500;
	font-size:15px;
}

.justadded_container,
.topseller_container {
	margin-top:10px;
}

/* TRADER FORMS AND STYLE */
.trader_form {
	width:100%;
}
.trader_form td {
	background:#DDD;
	padding:10px 10px 3px 3px;
}
