/******************************************

	WEBMERGE VERSION 4
	- block.css

	Author: Christopher Svensson, 2009
	E-mail: christopher@bai.se

******************************************/


html, body {
	height: 100%;
	font: 100% Arial, Helvetica, sans-serif;
}

body {
	background: #fff;
}

p, h2, h3, h4, h5 {
	color: #444;
}

p, a, span { line-height: 17px; }

p,
ul li { font-size: 12px; }

h1 {
	font-size: 100%;
	margin-bottom: 15px;
	font-weight: bold;
	color: #111;
}

h2 {
	color: #000;
	font-size: 90%;
	margin-bottom: 5px;
	font-weight: bold;
}

h3 {
	font-size: 13px;
	margin-bottom: 4px;
	font-weight: bold;
}

h4 {
	font-size: 12px;
	margin-bottom: 3px;
	color: #222;
	font-weight: bold;
}

h5 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
	color: #111;
}

hr {
	height: 1px;
	border: 0px;
	background-color: #ccc;
}
	
/********************************
	- GENERAL CLASSES
********************************/

.fleft { float: left }
.fright { float: right }
.fnone { float: none }

.clleft { clear: left }
.clright { clear: right }
.clboth { clear: both }

.tleft { text-align: left }
.tcenter { text-align: center }
.tright { text-align: right }

.bold { font-weight: bold }
.italic { font-style: italic }

.form_error {
	border: 1px solid #D40000;
	background: #FFBFAA;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix { display: inline-block; }  /* for IE/Mac */

input.text,
textarea.text {
	width: 250px;
	padding: 5px 4px 4px 4px;
	margin-right: 5px;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #888;
	border: 1px solid #c1c1c1;
	border-top-color: #848484;
	border-bottom-color: #e1e1e1;
	background-image: url(/img/admin/backgrounds/input.png);
	background-repeat: repeat-x;
	background-position: left top;
}

/********************************
	- LINKS
********************************/

a:link, a:active, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #111;
}

/********************************
	- MAIN BLOCKS
********************************/

#page {
	width: 976px;
	overflow: hidden;
	background-color: #fff;
	margin: 0 auto;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}

div.global_top {
	height: 12px;
	position: absolute;
	background: url(/img/shop/backgrounds/top.png) repeat-x left top;
	background-color: transparent;
	width: 100%;
	z-index: 1;
}

div.global_top.grey {
    background: url(/img/shop/backgrounds/top_grey.png) repeat-x left top;
}
div.global_top.blue {
    background: url(/img/shop/backgrounds/top_blue.png) repeat-x left top;
}

#header {
	background-color: #fff;
	position: relative;
	height: 150px;
	border-bottom: 1px solid #ccc;
}

#header .logo {
	position: absolute;
	left: 0;
	z-index: 0;
	top: 60px;
}

ul.menu {
	margin: 0 auto;
	position: relative;
	z-index: 25;
	list-style: none;
}

ul.menu li {
	float: left;
	height: 51px;
	background: url(/img/shop/backgrounds/menu_bg.png) repeat-x left center;
	padding-right: 13px;
}

ul.menu.grey li {
    background: url(/img/shop/backgrounds/menu_bg_grey.png) repeat-x left center;
}

ul.menu.blue li {
    background: url(/img/shop/backgrounds/menu_bg_blue.png) repeat-x left center;
}

ul.menu li a {
	float: left;
	margin-top: 18px;
	font-family: Arial, verdana, sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-shadow: #000000 0 1px 1px;
	font-weight: bold;
}

ul.menu li.first {
	padding-left: 5px;
}

ul.menu li.last {
	padding-right: 5px;
}

ul.menu li.left {
	background: url(/img/shop/backgrounds/menu_left.png) no-repeat left top;
	height: 51px;
	width: 13px;
	padding: 0;
}

ul.menu.grey li.left {
    background: url(/img/shop/backgrounds/menu_left_grey.png) no-repeat left top;
}

ul.menu.blue li.left {
    background: url(/img/shop/backgrounds/menu_left_blue.png) no-repeat left top;
}

ul.menu li.right {
	background: url(/img/shop/backgrounds/menu_right.png) no-repeat left top;
	height: 51px;
	width: 13px;
	padding: 0;
}

ul.menu.grey li.right {
    background: url(/img/shop/backgrounds/menu_right_grey.png) no-repeat left top;
}
ul.menu.blue li.right {
    background: url(/img/shop/backgrounds/menu_right_blue.png) no-repeat left top;
}

ul.menu li.account {
	background: none;
	float: left;
	color: #555;
	width: 400px;
}

ul.menu li.account span {
	float: left;
	white-space: nowrap;
	margin-top: 21px;
	margin-left: 5px;
}

ul.menu li.account a {
	color: #333;
	text-shadow: none;
	margin-top: 0;
	float: none;
}

ul.menu li.account a.logout {
	background: url(/img/shop/buttons/logout.png) no-repeat left center;
	width: 22px;
	outline: none;
	height: 22px;
	float: left;
	margin-top: 19px;
	margin-left: 3px;
	text-indent: -9999px;
}

ul.search {
	position: absolute;
	bottom: 10px;
	right: 0;
	list-style: none;
}

ul.search li {
	float: left;
	position: relative;
}

ul.search input.search {
	width: 231px;
	padding-right: 25px;
	height: 23px;
	padding-left: 10px;
	border: none;
	padding-top: 4px;
	margin-top: 10px;
	color: #333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999;
	outline: none;
}

ul.search input.submit {
    float: left;
    margin-top: 3px;
    margin-left: 5px;
	border: 0;
	text-indent: -9999px;
	background: url(/img/shop/backgrounds/search_submit.png) no-repeat center center;
	width: 17px;
	height: 17px;
	cursor: pointer;
}

ul.search input.search.active {
	color: #333;
}









	ul.cart {
		list-style: none;
		float: right;
		line-height: inherit;
		position: absolute;
		top: -1px;
		right: 0;
		z-index: 0;
	}

	ul.cart li {
		float: right;
		color: #333;
		height: 51px;
		background: url(/img/shop/backgrounds/cart/bg.png) repeat-x left bottom;
	}
	
	ul.cart li a {
		margin-top: 14px;
	}
	
	ul.cart li a.tax { color: #2A5FAA; }
	ul.cart li a.tax:hover { text-decoration: underline; }
	
	ul.cart li a.show_cart {
		margin-left: 5px;
		float: right;
	}
	
	ul.cart li p {
		float: left;
	}
	
	ul.cart li p.contents {
		margin-top: 20px;
	}
	
	ul.cart li.left {
		background: url(/img/shop/backgrounds/cart/left.png) no-repeat left bottom;
		height: 51px;
		width: 13px;
		padding: 0;
	}
	
	ul.cart li.right {
		background: url(/img/shop/backgrounds/cart/left.png) no-repeat right bottom;
		height: 51px;
		width: 13px;
		padding: 0;
	}
	
	ul.cart li.first { padding-right: 0 }
	ul.cart li.last {
		border-right: none;
		padding-left: 5px;
	}

#container {
	padding: 10px;
	background-color: #fff;
	position: relative;
}

#container.container_split {
	float: left;
	width: 759px;
	margin-left: 10px;
	background-image: none;
}
	
div.footer {
	overflow: hidden;
	clear: both;
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

div.footer ul.shortcuts {
    float: left;
    list-style: none;
}

div.footer ul.shortcuts li {
    float: left;
	padding-left: 18px;
	background: url(/img/common/backgrounds/list_square.png) no-repeat 7px center;
    color: #666;
}

div.footer ul.shortcuts li.first {
	background: none;
	padding-left: 0;
}

div.footer ul.shortcuts li a {
    font-size: 12px;
    color: #888;
}

div.footer ul.shortcuts li a:hover {
    text-decoration: underline;
}

div.footer ul.company {
    float: right;
    list-style: none;
}

div.footer ul.company li {
    float: left;
    color: #666;
	padding-left: 18px;
	background: url(/img/common/backgrounds/list_square.png) no-repeat 7px center;
}

div.footer ul.company li.first {
	background: none;
	padding-left: 0;
}

div.footer ul.company li a,
div.footer ul.company li span {
    font-size: 12px;
    color: #888;
}

div.footer ul.company li a:hover {
    text-decoration: underline;
}

/********************************
	- SUBPAGES
********************************/

div.site_guide {
	font-size: 12px;
	overflow: hidden;
	line-height: 16px;
	margin-bottom: 5px;
	color: #777;
	width: 500px;
	float: left;
}

div.site_guide ul {
    list-style: none;
}

div.site_guide ul li {
	float: left;
	margin-right: 8px;
	background-image: url(/img/admin/backgrounds/site_guide.png);
	padding-right: 15px;
	background-position: right 50%;
	background-repeat: no-repeat;
	color: #111;
	font-weight: normal;
	line-height: 17px;
}

div.site_guide ul li a {
	color: #555;
	font-weight: normal;
	line-height: inherit;
}

div.site_guide ul li.last {
	background-image: none;
}




/* CART RELATED */

a.continue_shopping {
	float: right;
	margin-right: 10px;
	font-size: 12px;
	margin-top: 14px;
}

input.update_amount {
	border: 0;
	width: 90px;
	background-color: #eee;
	font-size: 12px;
	border: 1px solid #ccc;
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	padding: 1px;
	float: right;
	margin-left: 5px;
	cursor: pointer;
}

input.update_amount.delete {
	border: 1px solid #df5151;
	background-color: #f99e9e;
	color: #a70000;
}

a.remove_item {
	float: right;
	width: 20px;
	display: block;
	height: 20px;
	margin-top: 1px;
	margin-left: 5px;
	text-indent: -9999px;
	background-image: url(/img/shop/sprites/cross.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}

a.remove_item:hover {
    background-position: 0 -20px;
}

table.cart {
	background-color: #fff;
	margin: 8px 0;
	width: 100%;
	border-top: 1px solid #ccc;
}

	table.cart tfoot {
		background: url(/img/shop/backgrounds/main_menu.png) repeat-x;
		border-bottom: 1px solid #ccc;
	}
	
	table.cart tfoot .price {
		margin-top: 4px;
	}
	
	table.cart tbody td {
		padding: 8px;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
	}
	
	table.cart .price {
		font-size: 14px;
		font-weight: bold;
		color: #111;
	}

	table.cart tfoot td { padding: 0 5px 0 0; }

	table.cart tbody span.part_number {
		font-size: 90%;
		color: #888;
	}

	table.cart tbody input.quantity { float: left; width: 30px; padding: 2px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
	table.cart tbody span.unit { float: left; font-size: 12px; color: #888; margin-top: 2px; margin-left: 2px; }

	table.cart tbody img.product {
	}
	
	table.cart tfoot td.roundup {
		font-size: 12px;
	}
	
table.cart ul.main {
	list-style: none;
	float: left;
}

table.cart ul.main li {
	float: left;
	line-height: inherit;
}

table.cart ul.main li a {
	display: block;
	padding: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	line-height: inherit;
	border-right: 1px solid #ccc;
}

table.cart ul.main li a:hover {
	color: #2A7FAA;
	background: url(/img/shop/backgrounds/main_menu.png) repeat-x;
}

table.cart ul.main li a.empty_cart {
	padding-left: 38px;
	background: url(/img/shop/backgrounds/empty_cart.png) no-repeat 10px center;
}

table.cart ul.main li a.empty_cart.confirm {
	color: #d90000;
	background: url(/img/shop/icons/remove.png) no-repeat 10px center;
}

table.cart ul.main li a.first {
	border-left: 1px solid #ccc;
}

table.cart ul.main li a.last {
}
	
	
a.button {
	font-family: "lucida grande", tahoma, arial, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: auto;
	height: 18px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 8px;
	background: #d9d9d9 url(http://jetfish.se/admin/themes/original/img/shop/backgrounds/submenu.png) no-repeat left -36px;
	text-decoration: none;
}

a.button span {
	display: block;
	float: left;
	width: auto;
	height: 18px;
	overflow: hidden;
	margin: 0;
	padding: 0 8px 0 0;
	cursor: pointer;
	line-height: 17px;
	color: #555;
	background: url(http://jetfish.se/admin/themes/original/img/shop/backgrounds/submenu.png) no-repeat right -54px;
}

a.button:hover {
	background-color: #d9d9d9;
	background-position: left -36px;
}

a.button:hover span {
	color: #000;
	background-position: right -54px;
}

a.button.selected, a.button:hover.selected {
	background-color: #ec5810;
	background-position: left 0px;
}

a.button.selected span, a.button:hover.selected span {
	color: #fff;
	background-position: right -18px;
}
	
	

div#cashier_summary {
	float: right;
	width: 220px;
	border: 1px solid #ccc;
	padding: 8px;
	position: absolute;
	right: 0;
}

div#cashier_summary div.header {
	width: 224px;
	background-color: #00f;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	font-size: 90%;
}

div#cashier_stage_container {
	float: left;
	width: 490px;
	border: 1px solid #ccc;
	position: relative;
	left: -1px;
	z-index: 1;
	padding: 8px;
	min-height: 190px;
 	height: auto !important;
  	height: 190px;
}

div#cashier_stage_container div.confirm {
	position: absolute;
	right: -254px;
	z-index: 9999;
	background-color: #fff;
	padding: 10px;
	bottom: -1px;
	width: 232px;
	border: 1px solid #ccc;
	border-left: 1px solid #fff;
	display: none;
}

div#cashier_summary h2 {
	font-size: 100%;
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
}

ul#cashier_stages {
	list-style: none;
	width: 200px;
	float: left;
	position: relative;
	z-index: 999;
}

ul#cashier_stages li a {
	padding: 10px 8px;
	padding-left: 43px;
	display: block;
	border-bottom: 1px solid #ccc;
	background: #eee;
	border-right: 1px solid #ccc;
	outline: none;
}

ul#cashier_stages li a.disabled {
    color: #aaa;
    cursor: default;
}

ul#cashier_stages li.first { border-top: 1px solid #ccc; }

ul#cashier_stages li.active a { border-right-color: #fff; }
ul#cashier_stages li.active a.stage_1 { background: url(/img/shop/icons/delivery.png) no-repeat 10px center; }
ul#cashier_stages li.active a.stage_2 { background: url(/img/shop/icons/payment.png) no-repeat 10px center; }
ul#cashier_stages li.active a.stage_3 { background: url(/img/shop/icons/finish.png) no-repeat 10px center; }

/*
div#cashier_stage_container div.cashier_dropdown.stage_2,
div#cashier_stage_container div.cashier_dropdown.stage_3 { display: none; }
*/

div#cashier_stage_container div.cashier_dropdown h2 {
	font-size: 100%;
	border-bottom: 1px solid #111;
	padding-bottom: 5px;
}

div.delivery_type_header {
	padding: 5px;
	border-bottom: 1px solid #ccc;
}

div.delivery_type_header label {
	font-size: 12px;
	padding-left: 5px;
}

div.delivery_type_header span {
	float: right;
	font-weight: bold;
	font-size: 12px;
	padding-top: 3px;
}

div.delivery_type_container {
	padding: 5px;
	padding-left: 24px;
}

div.delivery_type_container {
	border-bottom: 1px solid #ccc;
}

table#custom_delivery_address td {
	padding: 5px;
	padding-left: 0;
}

table#custom_delivery_address label {
	font-size: 12px;
}

ul.payment_type {
    list-style: none;
}

ul.payment_type li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

ul.payment_type span.price {
	font-size: 12px;
	float: right;
	font-weight: bold;
}

ul.payment_type p.invoice_status {
	padding-left: 18px;
	margin-left: 15px;
}

ul.payment_type p.invoice_status.approved { background: url(/img/shop/icons/checkbox.gif) no-repeat left center; }
ul.payment_type p.invoice_status.denied { background: url(/img/shop/icons/delete.gif) no-repeat left center; }
ul.payment_type p.invoice_status.requested { background: url(/img/shop/icons/checkbox.gif) no-repeat left center; }

table.cashier {
	background-color: #fff;
	margin-right: 3px;
}
	
	table.cashier tbody td {
		padding: 5px 5px 5px 5px;
		border-bottom: 1px solid #ccc;
		vertical-align: middle;
		font-size: 11px;
	}
	
	table.cashier tbody td p {
		font-size: 11px;
	}
	
	table.cashier .price {
		font-size: 11px;
		font-weight: bold;
	}
	
	table.cashier thead th { border-bottom: 1px solid #ccc; }

	table.cashier tfoot td { padding: 5px 5px 0 0; }
	
	table.cashier tbody span.part_number {
		color: #888;
	}

	table.cashier tbody input.quantity { width: 30px; text-align: center; }
	table.cashier tbody span.unit { font-size: 11px; }

	table.cashier tbody img.product {
	}
	


.account {
	width: 300px;
}

	.account .right {
		text-align: right;
	}

table.order_history {
	width: 100%;
}

	table.order_history thead th {
		font-size: 12px;
		font-weight: bold;
		padding: 0 2px 4px 2px;
		border-bottom: 1px solid #111;
	}

	table.order_history tbody td {
		color: #444;
		font-size: 12px;
		padding: 4px 2px;
		border-bottom: 1px solid #ddd;
	}
	
	table.order_history tbody td.selected {
		background-color: #fff7cf;
		border-bottom-color: #d7ae56;
		cursor: pointer;
	}
	
	table.order_history tbody td.active {
		background-color: #eee;
		border-bottom-color: #ccc;
		cursor: pointer;
	}
	
	table.order_history tfoot td {
		border-top: 1px solid #111;
	}
	
div.view_order {
	float: right;
	width: 300px;
	border: 1px solid #ccc;
}

.cashier {
	width: auto;
}

.standard-box {
	list-style: none;
	background-color: beige;
	border: 2px solid #cdb79e;
}

/********************************
	- CART
********************************/

#minicart {
	width: 190px;
	background: #000 url(/img/shop/backgrounds/black-to-gray.gif) repeat-x;
	margin-top: 10px;
	padding: 5px 0 0 0px;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
}

	#minicart table td {
		color: #fff;
	}

	#minicart .total {
		float: right;
		font-size: 16px;
		margin: 10px 0;
		font-weight: bold;
		color: #fff;
		padding-right: 10px;
	}
	
	#minicart .buttons {
		clear: both;
		background-color: #000;
		overflow: hidden;
		padding: 10px;
		height: 20px;
	}

/********************************
	- PRODUCT MENU
********************************/
	
#product_menu {
	float: left;
	width: 190px;
	background-color: #ddd;
	padding-top: 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

	#product_menu .root {
		width: 180px;
		margin-left: 10px;
		margin-bottom: 20px;
	}

	#product_menu .root p {
		font-size: 11px;
		color: #000;
	}
	
	#product_menu .root p a.active {
		font-weight: bold;
	}

	#product_menu .root div {
		overflow: hidden;
	}

	#product_menu p.categoryLink {
		background-image: url(/img/shop/menu/open.gif);
		background-position: center left;
		background-repeat: no-repeat;
		cursor: pointer;
		padding-left: 13px;
		margin: 1px 0;
	}
	
	#product_menu p.categoryLink.open { background-image: url(/img/shop/menu/closed.gif); }

	#product_menu p.departmentLink {
		cursor: pointer;
		margin: 0;
		padding: 0;
		height: 20px;
		margin-bottom: 3px;
		padding-left: 6px;
		color: #fff;
		line-height: 20px;
		font-size: 11px;
		font-weight: bold;
		background: url(/img/shop/menu/department.gif) no-repeat left center;
	}
	
	#product_menu p.departmentLink a {
	   color: #fff;
    }

	#product_menu div.categoryContainer {
		display: none;
		padding-left: 13px;
	}

    #product_menu div.departmentContainer {
        padding-left: 13px;
        padding-bottom: 2px;
    }
	
    #product_menu div.categoryContainer div.group {
        padding-left: 13px;
    }



#product-menu {
	float: left;
	width: 190px;
	background-color: #ddd;
	padding-top: 10px;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #ccc;
}

	#product-menu .root {
		width: 180px;
		margin-left: 10px;
		margin-bottom: 20px;
	}

	#product-menu .root p {
		font-size: 11px;
		color: #000;
	}

	#product-menu .root div {
		overflow: hidden;
	}

	#product-menu p.categoryLink,
	#product-menu p.departmentLink {
		background-image: url(/img/shop/menu/plus.gif);
		background-repeat: no-repeat;
		background-position: center left;
		cursor: pointer;
		padding-left: 13px;
		margin: 1px 0;
	}

	#product-menu p.categoryLink.active,
	#product-menu p.departmentLink.active {
        background-image: url(/img/shop/menu/closed.gif);
	}

	/*
	#product-menu p.departmentLink {
		cursor: pointer;
		margin: 0;
		padding: 0;
		height: 29px;
		margin-bottom: 5px;
	}
	*/

	#product-menu div.departmentContainer,
	#product-menu div.categoryContainer {
		padding-left: 13px;
		display: none;
	}

	#product-menu div.departmentContainer {
        margin-bottom: 5px;
	}

	#product-menu div.departmentContainer.active,
	#product-menu div.categoryContainer.active {
        display: block;
	}

    #product-menu div.categoryContainer div.group {
        padding-left: 13px;
    }
    
    #product-menu a.selected {
        font-weight: bold;
        color: #111;
    }



	#ads {
		position: absolute;
		left: 985px;
		top: 10px;
		width: 185px;
	}
		
		#ads img {
			margin-bottom: 5px;
		}
	
	
div.product_info.split {
	width: 757px;
}

div.product_info {
	overflow: hidden;
	margin-top: 10px;
}

div.product_info h1 {
	margin-bottom: 5px;
}

div.product_info div.left_col {
	float: left;
	width: 170px;
}

div.product_info div.product_images {
}

div.product_info div.product_images a.focus_image {
	margin-bottom: 10px;
	float: left;
}

div.product_info a.thumbnail {
	float: left;
	margin-right: 10px;
}

div.product_info div.header {
	padding: 0 0 10px 0;
	overflow: hidden;
	float: left;
	width: 587px;
}

div.product_info div.header div.headline {
	float: left;
	width: 550px;
	position: relative;
}

div.product_info div.header div.tabs {
	float: left;
	margin-top: 12px;
	position: relative;
}

div.product_info div.header div.actions {
	float: right;
	height: 30px;
	width: 30px;
	text-align: center;
}

div.product_info div.header div.actions a {
	margin-bottom: 5px;
	display: block;
}

div.product_info div.header div.tab_content {
	border-top: 1px solid #ccc;
	width: 570px;
	font-size: 12px;
	padding-top: 10px;
}

div.product_info div#info ul {
	list-style: inside square;
	margin: 10px 0;
}

div.product_info div#info ul li {
	line-height: 18px;
}

div.product_info div.buy {
	border-top: 1px solid #ccc;
	overflow: hidden;
	float: left;
	clear: both;
	width: 155px;
	margin-top: 10px;
	padding-top: 10px;
}

div.product_info div.buy p.price {
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	color: #111;
	float: left;
	margin-bottom: 10px;
}

div.product_info div.buy span.unit {
	font-size: 80%;
	padding: 0 3px;
}

div.product_info div.buy form.cart {
	text-align: left;
}

div.product_info div.buy input.buy {
	border: 0;
	text-indent: -9999px;
	width: 44px;
	height: 24px;
	cursor: pointer;
	background: url(/img/shop/buttons/buy_small.png) no-repeat center center;
}
div.product_info.blue div.buy.blue input.buy.blue {
	background: url(/img/shop/buttons/buy_small_blue.png) no-repeat center center;
}

div.product_info div.buy input.quantity {
	width: 30px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
}

div.product_info p.stock {
	font-size: 11px;
	padding-left: 25px;
	padding-top: 1px;
	height: 19px;
	margin-bottom: 4px;
	float: left;
	width: 100%;
}

div.product_info p.stock.in_stock { background: url(/img/shop/icons/in_stock.png) no-repeat left center; }
div.product_info p.stock.out_of_stock { background: url(/img/shop/icons/out_of_stock.png) no-repeat left center; }

div.product_info table.specifications {
	width: 100%;
}

div.product_info table.specifications td {
	font-size: 12px;
	padding: 5px 0;
	padding-right: 10px;
	color: #555;
	border-bottom: 1px solid #ddd;	
}

div.product_info table.specifications td.yes {
	padding-left: 22px;
	background: url(/img/shop/icons/yes.gif) no-repeat left center;
}

div.product_info table.specifications td.no {
	padding-left: 22px;
	background: url(/img/shop/icons/no.gif) no-repeat left center;
}

div.product_info table.specifications td.left {
	color: #111;
	white-space: nowrap;
	width: 100px;
}

div.right_col {
	float: right;
	width: 190px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
}


/* PRODUCT ACCESSORIES */

div.product_accessories div.tabs {
	margin-top: 20px;
}

div.product_accessories a.show_all {
	float: right;
	font-size: 12px;
	color: #555;
	margin-top: 3px;
}

div.product_accessories div.tab_content {
	border-top: 1px solid #ccc;
	width: 100%;
	font-size: 11px;
	padding-top: 10px;
	background-color: #fff;
	overflow: hidden;
	padding-bottom: 10px;
}

div.product_accessories div.container {
	overflow: hidden;
	float: left;
	width: 121px;
	padding: 8px;
	padding-bottom: 0;
	border-top: none;
	position: relative;
	text-align: center;
	margin-right: 11px;
	background-color: #fff;
	border: 1px solid #ddd;
}

div.product_accessories div.container.first { margin-left: 10px; }
div.product_accessories div.container.last { margin-right: 0; }

div.product_accessories div.container a.image {
	margin: 0 auto;
	margin-bottom: 5px;
	margin-right: 5px;
	height: 80px;
	display: block;
}

div.product_accessories div.container a.title {
	font-size: 12px;
	color: #555;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	height: 60px;
}

div.product_accessories p.price {
	margin-top: 5px;
	float: left;
	margin-right: 3px;
	color: #111;
	font-size: 12px;
}

div.product_accessories input.buy {
	border: 0;
	text-indent: -9999px;
	width: 44px;
	margin-bottom: 8px;
	float: right;
	height: 24px;
	cursor: pointer;
	background: url(/img/shop/buttons/buy_small.png) no-repeat center center;
}

/********************************
	- PRODUCT LISTINGS
********************************/

	div.no_products {
		display: none;
	}

	.hidden {
		display: none;
	}
	
	form.sortOptions label {
		font-size: 12px;
		color: #555;
	}

	form.sortOptions ul {
		overflow: hidden;
		border-bottom: 1px solid #ddd;
		padding-bottom: 10px;
		list-style: none;
	}

	form.sortOptions ul li select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

	/********************************
		- PRODUCT LISTINGS
			- SMALL
	********************************/
	
	/*
	.product_listing .small {
		float: left;
		padding: 15px;
		width: 214px;
		margin-left: 10px;
		height: 250px;
		overflow: auto;
		text-align: center;
		line-height: 15px;
		border: 1px solid #ddd;
		background: #fff;
		margin-bottom: 10px;
	}
	
		.product_listing .last {
			margin-right: 0;
		}
	
		.product_listing .small h4 {
			font-size: 90%;
			color: #111;
			text-align: center;
			margin: 10px 0;
		}
		
		.product_listing .small p {
			font: 11px Tahoma, Arial, serif;
			line-height: 15px;
			color: #666;
		}
		
		.product_listing .small .price {
			padding-top: 5px; 
			margin-right: 5px;
			font: bold 15px Arial, Helvetica, sans-serif;
			color: #111;
			float: left;
		}

		.product_listing .small .quantity {
			width: 30px;
		}

		.product_listing .small .buy {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 44px;
			height: 24px;
			cursor: pointer;
			background: url(/img/shop/buttons/buy_small.png) no-repeat center center;
		}

		.product_listing .small .top {
			text-align: center;
			height: 225px;
		}
		
	*/
		
	.product_listing .small {
		float: left;
		width: 182px;
		margin-left: 10px;
		overflow: auto;
		text-align: center;
		line-height: 15px;
		background: #fff;
		margin-bottom: 10px;
	}
	
	.product_listing .small div.top {
		height: 9px;
		background: url(/img/shop/backgrounds/small/tc.png) repeat-x left top;
		border-bottom: 1px solid #ccc;
	}
	
	.product_listing .small div.top div.left {
		float: left;
		width: 9px;
		height: 9px;
		background: url(/img/shop/backgrounds/small/tl.png) no-repeat left top;
	}
	
	.product_listing .small div.top div.right {
		float: right;
		width: 9px;
		height: 9px;
		background: url(/img/shop/backgrounds/small/tr.png) no-repeat left top;
	}
	
	.product_listing .small div.bottom {
		height: 9px;
		background: url(/img/shop/backgrounds/small/bc.png) repeat-x left top;
		border-top: 1px solid #ccc;
	}
	
	.product_listing .small div.bottom div.left {
		float: left;
		width: 9px;
		height: 9px;
		background: url(/img/shop/backgrounds/small/bl.png) no-repeat left top;
	}
	
	.product_listing .small div.bottom div.right {
		float: right;
		width: 9px;
		height: 9px;
		background: url(/img/shop/backgrounds/small/br.png) no-repeat left top;
	}
	
	.product_listing .small div.body {
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		padding: 10px 5px 5px 5px;
		overflow: hidden;
		height: 250px;
		min-height: 250px;
		position: relative;
	}
	
	.product_listing .small .image {
        height: 80px;
        overflow: hidden;
        display: block;
        margin: 0 auto;
	}
	
		.product_listing .last {
			margin-right: 0;
		}
	
		.product_listing .small h4 {
			font-size: 90%;
			color: #111;
			text-align: center;
			margin: 10px 0;
		}
		
		.product_listing .small p {
			font: 11px Tahoma, Arial, serif;
			line-height: 15px;
			color: #333;
		}

		.product_listing .small .price {
			padding-top: 5px; 
			margin-left: 5px;
			font: bold 15px Arial, Helvetica, sans-serif;
			color: #111;
			position: absolute;
			bottom: 10px;
			left: 10px;
		}

		.product_listing .small .quantity {
			width: 30px;
		}

		.product_listing .small .buy {
			position: absolute;
			bottom: 10px;
			right: 10px;
			border: 0;
			text-indent: -9999px;
			width: 44px;
			height: 24px;
			cursor: pointer;
			background: url(/img/shop/buttons/buy_small.png) no-repeat center center;
		}

	/********************************
		- PRODUCT LISTINGS
			- LARGE
	********************************/
	
	.product_listing .large {
		padding: 15px;
		width: 347px;
		float: left;
		overflow: auto;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin-bottom: 15px;
		margin-top: 10px;
		border-right: 1px solid #ccc;
	}
	
		.product_listing .large.last {
			border-right: 0;
			margin-top: 10px;
		}

		.product_listing .large h1 {
			margin-bottom: 5px;
			line-height: 22px;
		}

		.product_listing .large p.description {
			font-size: 70%;
			color: #666;
			line-height: 16px;
		}
		
		.product_listing .large div.top {
			text-align: left;
			height: 110px;
		}

		.product_listing .large img.left {
			float: right;
			margin-left: 20px;
			margin-bottom: 10px;
		}

		.product_listing .large img.right {
			float: left;
			margin-right: 20px;
			margin-bottom: 10px;
		}
		
		.product_listing .large input.quantity { width: 30px; }
		
		.product_listing .large input.buy {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 52px;
			height: 26px;
			cursor: pointer;
			background: url(/img/shop/buttons/buy.png) no-repeat center center;
		}
	
		.product_listing .large p.price {
			float: left;
			font-size: 100%;
			font-weight: bold;
			color: #111;
			margin-top: 5px;
			margin-right: 5px;
		}
		
	/********************************
		- PRODUCT LISTINGS
			- FULL
	********************************/
	
	.product_listing .full {
		padding: 10px;
		overflow: auto;
		clear: both;
	}

		.product_listing .full h1 {
			margin-bottom: 5px;
			line-height: 22px;
		}

		.product_listing .full p.description {
			font-size: 70%;
			color: #666;
			line-height: 16px;
		}

		.product_listing .full img.left {
			float: right;
			margin-left: 20px;
			margin-bottom: 10px;
		}

		.product_listing .full img.right {
			float: left;
			margin-right: 20px;
			margin-bottom: 10px;
		}
		
		.product_listing .full input.quantity { width: 30px; }
		
		.product_listing .full input.buy {
			float: right;
			border: 0;
			text-indent: -9999px;
			width: 52px;
			height: 26px;
			cursor: pointer;
			background: url(/img/shop/buttons/buy.png) no-repeat center center;
		}
	
		.product_listing .full p.price {
			float: right;
			font-size: 100%;
			font-weight: bold;
			color: #111;
			margin-top: 5px;
			margin-right: 5px;
		}
		
	/********************************
		- PRODUCT LISTINGS
			- BOX
	********************************/
		
	.product_listing .box {
		float: left;
		width: 121px;
		margin-right: 10px;
		padding: 10px;
		border: 1px solid #ddd;
		line-height: 15px;
	}
	
		.product_listing .box h4 {
			font-size: 12px;
			color: #111;
			text-align: center;
			margin: 10px 0;
		}
		
		.product_listing .box p {
			font: 11px Tahoma, Arial, serif;
			line-height: 15px;
		}
		
		.product_listing .box .top {
			text-align: center;
		}
		
		.product_listing .box .price {
			padding-top: 5px; 
			margin-right: 5px;
			font: bold 15px Arial, Helvetica, sans-serif;
			color: #a20000;
		}
	
	/********************************
		- PRODUCT LISTINGS
			- STANDARD
	********************************/

	div.product_listing.standard table {
		background-color: #fff;
		margin-right: 3px;
		width: 100%;
	}
		
		div.product_listing.standard table tbody td {
			padding: 5px;
			border-bottom: 1px solid #ccc;
			vertical-align: middle;
			height: 100px;
		}
		
		div.product_listing.standard table td.buy { width: 90px; }
		div.product_listing.standard table td.image { width: 90px; }
		div.product_listing.standard table td.info { width: 480px; }
		
		div.product_listing.standard table td.info a.description {
			color: #111;
			font-weight: bold;
			font-size: 100%;
		}
		
		div.product_listing.standard table p.stock {
			margin-top: 5px;
			font-size: 11px;
			white-space: nowrap;
			padding-left: 25px;
			padding-top: 1px;
			height: 19px;
		}

		div.product_listing.standard table p.stock.in_stock { background: url(/img/shop/icons/in_stock.png) no-repeat left center; }
		div.product_listing.standard table p.stock.out_of_stock { background: url(/img/shop/icons/out_of_stock.png) no-repeat left center; }

		div.product_listing.standard table td.price {
			width: 70px;
			font-size: 12px;
		}
		
		div.product_listing.standard table tbody input.buy {
			border: 0;
			text-indent: -9999px;
			width: 44px;
			height: 24px;
			cursor: pointer;
			background: url(/img/shop/buttons/buy_small.png) no-repeat center center;
		}
		
		div.product_listing.standard table thead th { border-bottom: 1px solid #ccc; }

		div.product_listing.standard table tfoot td { padding: 5px 5px 0 0; }
		
		div.product_listing.standard table tbody span.part_number {
			font-size: 90%;
			color: #888;
		}
	
		div.product_listing.standard table tbody input.quantity { width: 30px; text-align: center; }
		div.product_listing.standard table tbody span.unit { font-size: 80%; }
		
		div.product_listing.standard table tfoot td.roundup {
			font-size: 12px;
		}
		
	/********************************
		- PRODUCT LISTINGS
			- COMPACT
	********************************/
		
	div.product_listing.compact table {
		width: 100%;
	}
	
		div.product_listing.compact table th {
			font-size: 11px;
			font-weight: bold;
			background-color: #eee;
			border-bottom: 1px solid #ccc;
			padding: 5px 5px;
			color: #666;
		}
		
		div.product_listing.compact table th a {
			font-weight: bold;
			color: #666;
		}
		
		div.product_listing.compact table th a:hover { color: #111; }
	
		div.product_listing.compact table td {
			border-bottom: 1px solid #ccc;
			font-size: 70%;
			vertical-align: middle;
			padding: 5px;
		}

		div.product_listing.compact table td.product { width: 350px; }
		div.product_listing.compact table td.stockstatus { width: 10px; }
		div.product_listing.compact table td.buy { width: 40px; }
		div.product_listing.compact table td.price { width: 50px; }

		div.product_listing.compact table td.price p {
			font-size: 14px;
			font-weight: bold;
			color: black;
		}

		div.product_listing.compact table tbody td.part_number a { color: #888; white-space: nowrap }
		div.product_listing.compact table tbody td.product a { color: #111; }
		div.product_listing.compact table tbody td.product a:hover {
			text-decoration: underline;
			color: #ac2626;
		}
		
		div.product_listing.compact table tbody input.quantity {
			width: 20px;
			text-align: center;
			display: none;
		}
		
		div.product_listing.compact table tbody input.buy {
			border: 0;
			text-indent: -9999px;
			width: 44px;
			height: 24px;
			cursor: pointer;
			background: url(/img/shop/buttons/buy_small.png) no-repeat center center;
		}

		div.product_listing.compact table td p.stock { font-size: 100%;	}
		div.product_listing.compact table p.stock.in_stock { color: #287623; }
		div.product_listing.compact table p.stock.out_of_stock { color: #D41F00; }

		div.product_listing.compact table td.image { vertical-align: middle; }
		div.product_listing.compact table .no_images { display: none; }
		
		
		
ul#site_guide {
	list-style: none;
	list-style-position: outside;
	float: left;
}

ul#site_guide li {
	float: left;
	font-size: 12px;
}

ul#site_guide li a {
	display: block;
	padding: 3px 15px 3px 5px;
	border: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
	font-size: 12px;
	margin-bottom: 10px;
	background: #eee url(/img/shop/seperator.png) no-repeat right center;
}
	
/********************************
	- MISCALLENOUS
********************************/

div.flipper {
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
}
	
    div.flipper span.flipper {
    	font-size: 12px;
    	font-weight: bold;
    	padding: 4px 5px;
    	text-align: center;
    }
	
	div.flipper span.inactive {
		color: #888;
		font-size: 12px;
		padding: 4px 2px;
	}
	
	div.flipper a.flipper {
		border: 1px solid #ccc;
		background-image: url(/img/shop/backgrounds/tab_container.png);
		background-repeat: repeat-x;
		text-align: center;
		font-weight: bold;
		padding: 4px 6px;
        font-size: 12px;
        text-decoration: underline;
        color: #0065ba;
	}

	div.flipper a.active {
		padding: 4px 6px;
		background-color: #fff;
		color: #222;
	}

img.footer-item {
	margin-right: 20px;
	padding-bottom: 5px;
}

	.pricetag div {
		float: left;
		height: 25px;
		padding: 7px 5px 0 5px;
		background-color: #c75da3;
		color: #fff;
		font-weight: bold;
		font-size: 15px;
	}

/* CASHIER */

#custom-form, #reclamation-form {
	display: none;
}

#stores {
	margin-left: 5px;
	padding: 3px;
}

#forgotPassword {
	float: left;
	display: none;
}

#forgotPasswordLink {
	float: right;
}

div.notification {
	padding: 8px;
	padding-left: 30px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: 5px center;
}

div.notification p {
	font-size: 12px;
}

div.notification.error {
	border: 1px solid #c10c00;
	background-color: #fad6d6;
	background-image: url(/img/shop/icons/remove.png);
}

div.notification.error p { color: #741e1e; }

div.notification.success {
	border: 1px solid #5aa44d;
	background-color: #c6efbe;
	background-image: url(/img/shop/icons/in_stock.png);
}

div.notification.success p { color: #1c5313; }

div.notification.info {
	border: 1px solid #bbb593;
	background: beige;
	padding: 8px;
	margin-bottom: 10px;
}

ul.specifications {
	font-size: 11px;
	list-style-type: disc;
	list-style-position: inside;
}



/* REGISTER/SETTINGS SECTION */

div#register_tabs div.tab_container {
	background: url(/img/shop/backgrounds/tab_container.png) repeat-x;
}

form.add_customer table {
	width: 800px;
}

form.add_customer table td {
	padding: 5px 0;
}

form.add_customer label {
	font-size: 12px;
	color: #555;
}

form.add_customer h2 {
	font-size: 15px;
	font-weight: bold;
	color: #01436d;
	margin-bottom: 0;
}

form.add_customer label.active {
	color: #000;
}

form.add_customer label.error.success,
form.update_customer label.error.success {
	background-image: url(/img/shop/icons/in_stock.png);
}

form.add_customer input.text {
	float: left;
	margin-right: 0;
}

form.add_customer label.error,
form.update_customer label.error {
	background: url(/img/shop/icons/remove.png) no-repeat left center;
	/*text-indent: -9999px;*/
	height: 18px;
	float: left;
	padding-left: 25px;
	padding-top: 2px;
	margin-top: 3px;
	margin-left: 5px;
}

form.add_customer input.submit {
	border: 0;
	width: 131px;
	height: 28px;
	background: url(/img/shop/buttons/create_account.png) no-repeat center center;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -9999px;
	outline: 0;
}

form.add_customer a.cancel {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border: 0;
	background-color: #fff;
	outline: 0;
}

form.add_customer tr.delivery_address {
	display: none;
}

form.add_customer tr.delivery_address.content {
}

form.add_customer a.toggle_separate_delivery_address {
	background-image: url(/img/shop/icons/remove.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 25px;
	font-size: 12px;
}

form.add_customer a.toggle_separate_delivery_address.checked {
	background-image: url(/img/shop/icons/in_stock.png);
}


/* ACCOUNT */

ul.account li {
	margin: 4px 0;
	list-style: none;
}

ul.account li a {
	font-size: 14px;
	color: #2a5faa;
	
}

/* SETTINGS */

a.remove_account { color: #2a5faa; }
a.remove_account:hover { text-decoration: underline; }

div.remove_account {
	margin-top: 10px;
	display: none;
}

form.update_customer table {
	width: 800px;
}

form.update_customer table td {
	padding: 5px 0;
}

form.update_customer label {
	font-size: 12px;
	color: #555;
}

form.update_customer h2 {
	font-size: 12px;
	font-weight: bold;
	color: #111;
	margin-bottom: 0;
}

form.update_customer label.active {
	color: #000;
}

form.update_customer label.error.success {
	background-image: url(/img/shop/icons/in_stock.png);
}

form.update_customer input.text {
	float: left;
	margin-right: 0;
}

form.update_customer label.error {
	background: url(/img/shop/icons/remove.png) no-repeat left center;
	/*text-indent: -9999px;*/
	height: 18px;
	float: left;
	padding-left: 25px;
	padding-top: 2px;
	margin-top: 3px;
	margin-left: 5px;
}

form.update_customer input.submit {
	border: 0;
	width: 123px;
	height: 28px;
	background: url(/img/shop/buttons/update.png) no-repeat center center;
	margin-left: 5px;
	cursor: pointer;
	text-indent: -9999px;
	outline: 0;
}

form.update_customer a.cancel {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border: 0;
	background-color: #fff;
	outline: 0;
}

form.update_customer tr.delivery_address {
	display: none;
}

form.update_customer a.toggle_separate_delivery_address {
	background-image: url(/img/shop/icons/remove.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 25px;
	font-size: 12px;
}

form.update_customer a.toggle_separate_delivery_address.checked {
	background-image: url(/img/shop/icons/in_stock.png);
}

form.update_customer tr.new_password {
	display: none;
}

form.update_customer a.toggle_new_password {
	background-image: url(/img/shop/icons/remove.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 3px 0 3px 25px;
	font-size: 12px;
}

form.update_customer a.toggle_new_password.checked {
	background-image: url(/img/shop/icons/in_stock.png);
}






/* LOGIN / FORGOT PASSWORD */

form.forgot_password {
}

form.login ul,
form.forgot_password ul {
    list-style: none;
}

form.login ul li,
form.forgot_password ul li {
	float: left;
	width: 100%;
	padding: 5px 0;
}

form.login ul li label,
form.forgot_password ul li label {
	float: left;
	width: 130px;
	text-align: right;
	margin-top: 6px;
}

form.login ul li input.text,
form.forgot_password ul li input.text {
	float: left;
	margin-left: 5px;
	margin-right: 0;
}

form.login input.submit {
	border: 0;
	width: 105px;
	height: 28px;
	margin-left: 135px;
	background: url(/img/shop/buttons/login.png) no-repeat center center;
	cursor: pointer;
	text-indent: -9999px;
	outline: 0;
	float: left;
}

form.forgot_password input.submit {
	border: 0;
	width: 155px;
	height: 28px;
	background: url(/img/shop/buttons/request_password.png) no-repeat center center;
	margin-left: 135px;
	cursor: pointer;
	text-indent: -9999px;
	outline: 0;
	float: left;
}

form.forgot_password label.error.success,
form.login label.error.success {
	background-image: url(/img/shop/icons/in_stock.png);
	margin-left: 5px;
	width: auto;
	text-align: left;
}

form.forgot_password label.error,
form.login label.error {
	background: url(/img/shop/icons/remove.png) no-repeat left center;
	height: 18px;
	color: #555;
	float: left;
	padding-left: 25px;
	padding-top: 2px;
	margin-top: 3px;
	margin-left: 5px;
	width: auto;
	text-align: left;
}


/* CONTACT FORM */

form.contact table {
	width: 700px;
}

form.contact input.submit {
	border: 0;
	width: 90px;
	height: 28px;
	background: url(/img/shop/buttons/send.png) no-repeat center center;
	cursor: pointer;
	text-indent: -9999px;
	outline: 0;
	float: left;
}

form.contact label {
	font-size: 12px;
	color: #555;
}

form.contact label.error.success {
	background-image: url(/img/shop/icons/in_stock.png);
}

form.contact label.error {
	background-image: url(/img/shop/icons/remove.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 18px;
	float: left;
	padding-left: 25px;
	padding-top: 2px;
	margin-top: 3px;
	margin-left: 5px;
}

form.contact table td {
	padding: 5px 0;
}

form.contact table label {
	font-size: 12px;
	color: #555;
}

form.contact table input.text,
form.contact table textarea {
	width: 300px;
	float: left;
	margin-right: 0;
}

/* OPENING HOURS */

div.opening_hours {
	float: right;
	border: 1px solid #ccc;
	padding: 10px;
	margin: 0 0 10px 10px;
}

div.opening_hours table {
}

div.opening_hours table td {
	padding: 4px;
	font-size: 12px;
}


/* PRODUCT - TIP A FRIEND */

form.tip_friend ul {
    list-style: none;
}

form.tip_friend ul li {
	padding: 5px 0;
	width: 100%;
	clear: both;
}

form.tip_friend ul li label {
	width: 150px;
	text-align: right;
	color: #555;
	float: left;
	margin-top: 6px;
}

form.tip_friend ul li label.active {
	color: #000;
	font-weight: bold;
}

form.tip_friend ul li label.error.success {
	background-image: url(/img/shop/icons/in_stock.png);
}

form.tip_friend ul li input.text {
	width: 200px;
	margin-left: 5px;
	margin-right: 0;
	float: left;
}

form.tip_friend ul li label.error {
	background: url(/img/shop/icons/remove.png) no-repeat left center;
	height: 18px;
	float: left;
	padding-left: 25px;
	padding-top: 2px;
	margin-top: 3px;
	margin-left: 5px;
	text-align: left;
	white-space: nowrap;
}

form.tip_friend ul li input.submit {
	margin-left: 160px;
}

/* VIEW ORDER */

table.main {
	width: 685px;
	border-collapse: collapse;
}

	table.main td.black {
		background-color: #000;
	}

	table.main td {
		padding: 5px;
	}

table.details {
	border-collapse: collapse;
}

	table.details th {
		padding: 3px;
		padding-right: 20px;
		font-size: 12px;
		font-weight: bold;
		color: #000;
		background-color: #fff;
	}

	table.details td {
		padding: 3px;
		padding-right: 20px;
		font-size: 10px;
		font-family: "Courier New", Courier, monospace;
		font-family: Arial, Helvetica, sans-serif;
	}
	
table.order_items {
	width: 100%;
}

table.order_items tfoot td {
	padding: 3px 0;
}

table.order_items tfoot td.total {
	font-size: 100%;
	font-weight: bold;
}

table.order_items thead th {
	font-weight: bold;
	font-size: 75%;
	padding: 3px 3px;
	border-bottom: 1px solid #111;
}

table.order_items tbody td {
	padding: 5px 3px;
	border-bottom: 1px solid #ccc;
}

table.list td {
		background-color: #fff;
		color: #555;
		padding: 7px;
	}

	table.list td {
		padding: 5px 7px;
	}

	table.top td {
		padding: 0;
		padding-right: 5px;
	}

	table.top p {
		color: #eee;
	}
	
	.gray {
		color: #555;
	}
	
	.list-border {
		border-top: 1px solid #aaa;
	}

	.left { text-align: left }
	.right { text-align: right }
	
	
	#facebooklogo img {
	margin-top:50px;
	margin-left:50px;
	}