* {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

p {
	margin-top: 6px;
	line-height: 140%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	background-image: url(../images/bg_shadow960.png);
	background-repeat: repeat-y;
	background-position: center;
}

img {
	/* to stop FireFox and others placing a blue box around image links */
	border: 0px solid #000000;
}

select {
	border: 1px solid gray;	/* so Firefox popups (drop downs) don't look naked */
}

input {
	border: 1px solid gray;
	margin-top: 1px;
	margin-bottom: 1px;
}

input[type=image] {
	border: 0px solid gray;
	margin-top: 1px;
	margin-bottom: 1px;
}

textarea {
	border: 1px solid gray;
	margin-top: 1px;
	margin-bottom: 1px;
}

#frame {
	/* this frames the enclosure, so we can add an image border */
	width: 930px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/store_border_bg_930.png);
	background-repeat: repeat-y;
}

#enclosure {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	margin-bottom: 0px;
	/*background-color: #FFCCCC;*/
}

#bee_logo {
	width: 120px;
	height: 120px;
	float: left;
	margin-left: 10px;
	/*background-color: #99CCFF;*/
}

#bee_logo_receipt_image {
	max-width: 90px;
	max-height: 90px;
	float: left;
	margin-right:12px;
	margin-bottom: 5px;		/* because the source image's white border is uneven */
}

#store_banner {
	width:700px;
	min-height: 120px;		/* changed height to min-height to allow store menu-bar in thumbview.php */
	float: left;
	margin-left: auto;
	margin-right: auto;
}

#store_menu {
	border: 1px solid #bbbbbb;	/* same border colour as the product image divs have (around each thumbnail image) */
	color: gray;
	padding: 0 2px 1px 2px;
	margin: 0 14px 0 10px;		/* to match total width of the product image divs */
}
#store_menu a.menu_left {
	display: inline-block;
	float: left;
	font-size: 11px;
}
#store_menu a.menu_right {
	display: inline-block;
	float: right;
	font-size: 11px;
}
#store_menu a, #store_menu a:link, #store_menu a:visited {
	color: gray
}

.store_addresses {
	text-align: center;
	vertical-align: top;
}

.store_address {
	/* used on store/store_addresses.php */
	margin: 20px 10px 10px 10px;
	padding: 10px;
	width: 200px;
	border: 1px gray solid;
	display: inline-block;
	text-align: left;
	background-color: #dddddd;
	vertical-align: top;
}

#receipt_banner {
	width:700px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
}

#side_bar {
	width: 120px;
	margin-left: 10px;
	float: left;
}

#content {
	width: 700px;
	float: left;
	clear: right;
}

#thumbview {
	width: 100%;
/*	height: 100%;
	overflow: scroll; */
}

#cart {
	clear: both;
	padding: 10px;
	padding-bottom: 50px;
}

#menuless_content {
	clear: both;
	width: 500px;		/* 580px was designed so logo is to the left (above) and same white-space on right */
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	padding-bottom: 50px;
}

#checkout {
	padding: 0px;
	border: 1px solid gray;
	background-color: #EEEEEE;
}

.checkout_column {
	width: 360px;
	margin-left: 25px;
	margin-right: 25px;
	_margin-left: 20px;		/* IE botches */
	_margin-right: 20px;
	float: left;
}

#service {
	width: 700px;
	clear: right;
	float: left;
}

.sidebar_category {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	width: 114px;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #999999;
	clear: both;
}

.sidebar_search {
	font-size: 11px;
	line-height: 20px;
	padding: 0px;
	margin: 10px 0 2px 0;
	width: 114px;
	clear: both;
}

.sidebar_search * {
	font-size: 11px;
}

a div.sidebar_category, a:link div.sidebar_category, a:visited div.sidebar_category {
	/*font-weight: bold;*/
	color: black;
	border: 1px solid #999999;
	text-decoration: none !important;	
}

#side_bar a, #side_bar a:link, #side_bar a:visited {
	text-decoration: none !important;	/* required for Safari, else categories get underlined */
}

.sidebar_ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	float: right;
}

.sidebar_li {
	font-size: 11px;
	width: 96px;
	background-color: #CCCCCC;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #999999;
	text-decoration: none;	
}

.sidebar_sel {
	/* selected list item */
	background-color: #F8F8FF !important;	/* so it overrides the other classes used at the same level */
	border: 1px solid #55AAAA !important;	/*	"	*/
}

a.sidebar_subcategory, a.sidebar_subcategory:link, a.sidebar_subcategory:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;	
}

a.sidebar_subcategory:hover, a.sidebar_subcategory:active {
	color: #FFFFFF;
}

h3 {
	padding-top: 20px;
	text-align: center;
	font-size: 18px;
}

h4 {
	font-weight: bold;
	padding-top: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 14px;
}

.centred {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.fullpict {
	padding: 0px 10px 10px 10px;
	border: 2px solid #BBBBBB;
	min-height: 250px;
	min-width: 280px;
	text-align: center;
}

.fullpict img {
	width: 360px;
}

.thumbnail {
	position: relative;		/* for the 'CLEARANCE' overprint */
	margin: 10px;
	_margin: 9px;			/* IE botch */
	padding: 0px;
	float: left;
	/*min-height: 327px;*/	/* was 255 */
	width: 210px;
	border: 1px solid #BBBBBB;
	text-align: center;
}

.thumbimage {
	width: 200px;
	height: 200px;		/* was 200 */
	padding: 5px 5px 5px 5px;
	/* background-color: #FFEEDD; */
}

.thumbtext {
	width: 190px;
	padding: 10px;
}

.thumbtext p {
	font-size: 11px;
}

.thumbtext p * {
	font-size: 11px;
}

.thumbtext a {
	font-size: 11px;
}

.thumbnail img {
	/* force the image to scale into the area allocated */
	max-width: 200px;
	max-height: 200px;
}

.thumbnail_sash {	/* for the 'CLEARANCE' overprint */
	position: absolute;
	z-index: 10;
	background-color: white;
	top: 195px;
	left: 0px;
	width: 100%;
	opacity: 0.7;
	filter: alpha(opacity=70);
/*
	HORIZONTAL yellow on red helvetica
	position: absolute;
	background-color: red;
	top: 195px;
	left: 0px;
	width: 100%;
	opacity: 0.5;
	filter: alpha(opacity=50);
*/	
/*	FULL SASH:
	position: absolute;
	background-color: red;
	top: 130px;
	width: 100%;
	opacity: 0.5;
	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
	-o-transform: rotate(-20deg);
	filter: alpha(opacity=50), progid:DXImageTransform.Microsoft.Matrix(m11=0.94 m12=0.342 m21=-0.342 m22=0.94 dy=72 sizingMethod='auto expand');
*/
}

@font-face {
	font-family: "MarketingScript";
	src: url('../resources/MarketingScript.ttf');
}

.thumbnail_sash_text {
	position: absolute;
	z-index: 20;
	top: 195px;
	left: 0px;
	width: 100%;
	color: #cc0c0c;
	font-family: "Lucida handwriting", MarketingScript, serif;
	font-size: 22px;	/* was 28px for full sash */
}

.thumbnail_view {
	margin: 10px -5px 5px 0;	/* -5px on right  allows for 5px shadow in graphic */
	clear: left;
	float: left;
	
}

.thumbnail_buy {
	margin: 10px -5px 5px 0;	/* -5px on right allows for 5px shadow in graphic */
	clear: right;
	float: right;
	
}

.thumb_price_red {
	color: red;
	font-size: 16px;
	font-weight: bold;
}

.detail_price_text {
	float: left;
	font-weight: bold;
}

.detail_price_special {
	color: red;
	font-size: 24px;
	position: relative;
	top: 3px;
}

.detail_price_regular {
	font-size: 24px;
	position: relative;
	top: 3px;
}

.detail_buy {
	float: right;
}

#left_content {
	width: 380px;
	margin: 20px;
	_margin: 10px;		/* IE botch */
	float: left;
}

#right_content {
	width: 260px;
	min-height: 250px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	_margin-left: 5px;
	_margin-right: 5px;
	_margin-bottom: 5px;
	_margin-top: 50px;
}

#bottom_content {
	width: 785px;
	height: 50px;
	clear: both;
	margin: 10px auto 0px auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#matching_products {
	width: 100%;
	min-height: 180px;
	background-color: #FFCCCC;
}

.matching_product {
	width: 110px;
	min-height: 200px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
	_margin-left: 7px;		/* IE botch */
	_margin-right: 7px;
	float: left;
	/*background-color: #FFAAAA;*/
}

.matching_icon {
	width: 106px;
	height: 106px;
	background-color:white;
	border: 2px solid #666666;
	margin: 0px;
}

.matching_icon img {
	max-width:106px;
	max-height:106px;
	text-align: center;
}

.cart_table {
	font-size: 11px;
	border-spacing: 0px 0px;
	width: 810px;
	border: 1px solid #666666;
	padding: 0px;
	margin-left: auto;
	margin-right:auto;
	text-align: left;		/* default for the table */
}

.cart_table th {
	background-color: #CCCCCC;
	border: 4px solid #CCCCCC;
	padding: 0px;
	margin: 0px;
}

.cart_table td {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.row_spacer {
	height: 8px;
	padding: 0px;
	margin: 0px;
	/* background-color: #FFCCCC; */
}

.loyalty {
	color: #DD0000;
}

.free_highlight {
	color: #DD0000;
	font-weight: bold;
}

.numeric {
	text-align: right;
}

.small {
	font-size: 11px;
	line-height: 13px;
	margin-top: 4px;
}

.large {
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
}
a.large:link { font-size: 14px; }
a.large:visited { font-size: 14px; }
a.large:hover { font-size: 14px; }
a.large:active { font-size: 14px; }

.indent {
	margin-left: 20px;
}

.grey {
	color: #666666;
}

#invoice {
	clear: both;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.invoice_header {
	background-color: #666666;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 2px 2px;
	margin-top: 6px;
}

.invoice_header p {
	line-height: 120%;
	margin-top: 6px;
}

.invoice_header th {
	font-style: normal;
	font-weight: bold;
	background-color: #ffcc00;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-right: 4px;
	padding-left: 10px;
}

.invoice_header td {
	line-height: 12px;
	background: white;
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	padding-right: 4px;
	padding-left: 10px;
}

.invoice_items {
	border-width: 0px;
	border-style: none;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-spacing: 0px 0px;
}

.invoice_items th {
	/* not all browsers honour this class header, hence the bg-colour is repeated in some <tr> tags */
	background-color: #cccccc;
	font-style: normal;
	font-weight: bold;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 6px;
	padding-left: 6px;
}

.invoice_items td {
	background-color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 6px;
	padding-left: 6px;
}

.shipping_info {
	position: relative;
	font-size:10px;
	border: solid 1px black;
	margin: 10px;
	padding: 5px;
	float: right;
	top: -20px;
	right: -20px;
}

.shipping_note {
	width: 400px;
	border: solid 1px black;
	margin: 10px;
	padding: 20px;
}

.shipping_text {
	font-size: 28px;
	font-weight: bold;
}

.cartabs {
	margin-left: 0px;
	margin-bottom: 1px;
	margin-right: 0px;
	margin-top: 0px;
	border: none;
	padding: none;
}

.incentive {
	margin-top: 10px;
	font-style: italic;
	color: #880088;
}

.info_grey {
	color: #777777;
	margin: 30px;
}

.error {
	color: #cc0000;
	font-weight: bold;
}

.centerText {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.attentionText {
	font-size: 1.2em;
	font-weight: bold;
	color: #ee0000;
	text-align: center;
	font-style: italic;
	text-shadow: 1px 1px 1px #ffff66;
}

.paid {
	/* stamp 'paid' */
	font-size:14px;
	font-weight:bold;
	color:blue;
	padding:4px;
	border-top: 2px solid blue;
	border-bottom:2px solid blue;
}


