*
{
	padding: 0px;
	margin: 0px;
}

html
{
	background-color: #442d1d;
	/*font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;*/
	font-family: 'Century Gothic';
	font-size: 12px;
}

body
{
	height: 100%;	
}

a
{
	color: #ff6600;
	text-decoration: none;
}

a:hover
{
	color: #b08c6c;
}

br
{
	height: 10px;
	line-height: 10px;
}

img
{
	border: 0px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 13px;
	color: #ff6600;
}

hr
{
	height: 1px;
	padding: 0px;
	margin: 0px;
	background-color: #442d1d;
	border-color: #442d1d;
}

li
{
	margin-left: 28px;
}

* html img
{
	/*behavior: url('iepngfix.htc');*/
}

.hide
{
	display: none;
}

.hidden
{
	display: none;
}

.clear
{
	height: 1px; 
	font-size: 1px;
	clear: both;
	visibility: hidden;
}

.clear-right
{
	height: 1px; 
	font-size: 1px;
	clear: right;
	visibility: hidden;
}

.float-right
{
	float: right;
}

.clickable 
{
	cursor: pointer;
}

.help 
{
	cursor: help;
}

.box
{
	border: 1px inset #ff6600;
}

.green
{
	background-color: #f8fff8;
}

.required
{
	color: red; 
	font-weight: bold;
	line-height: 8px;
}

.lightstripe
{
	background-color: #fcfcfc;
}

.darkstripe
{
	background-color: #e8e8e8;
}

.tracking-block
{
	border: 1px solid #ff6600;
	background-color: #ffc29a;
}

.status-block
{
	padding: 8px 0px 20px; 
}

.status-block h3
{
	margin: 0px 0px 8px 4px;
}

.status-block table
{
	width: 98%;
	margin: 0px auto;
	background-color: white;
}

.status-block table .wider
{
	width: 42%;
}

.status-block table td
{
	padding: 3px;
}

.products
{
	background-color: #ffc29a;
}

.tracking
{
	background-color: #ffc29a;
}

.menu-item-selected
{
	background-color: #ff6600;
}

.chooseimage
{
	width: 100px;
	height: 100px;
	margin: 5px;
}

#toprightnotice
{
	border: 1px solid #ff6600;
	padding: 4px;
	right: 0px;
	top: 0px;
	text-align: center;
	position: fixed;
	color: #333;
	background-color: #ffc29a;
	z-index: 1000;
}

#toprightnotice a
{
	color: #333;
}

/* Notices */
/*
.notice-error
{
	border: 1px solid red;
	background-color: #ffa6a6;
	background-image: url('admin/icons/error.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 30px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.notice-warning
{
	border: 1px solid orange;
	background-color: #f6d07f;
	background-image: url('admin/icons/warning.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 30px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.notice-ok
{
	border: 1px solid green;
	background-color: #b4f0c3;
	background-image: url('admin/icons/ok.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 30px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.notice-default
{
	border: 1px solid blue;
	background-color: #b8e0f9;
	background-image: url('admin/icons/notice.png');
	background-repeat: no-repeat;
	background-position: 20px 5px;
	padding: 5px;
	padding-left: 30px;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}*/

.notice-error
{
	background-image: url('admin/icons/error.png');
	background-repeat: no-repeat;
	background-position: 16px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 6px;
	display: block;
}

.notice-warning
{
	background-image: url('admin/icons/warning.png');
	background-repeat: no-repeat;
	background-position: 16px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 6px;
	display: block;
}

.notice-ok
{
	background-image: url('admin/icons/ok.png');
	background-repeat: no-repeat;
	background-position: 16px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 6px;
	display: block;
}

.notice-default
{
	background-image: url('admin/icons/notice.png');
	background-repeat: no-repeat;
	background-position: 16px 5px;
	padding: 5px;
	padding-left: 40px;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 6px;
	display: block;
}

.checkout-text
{
	margin-bottom: 4px;
}

#container
{
	/*background-image: url("images/bggradient.png");*/
	background-color: #442d1d;
	padding-top: 33px;
	padding-bottom: 30px;
}

#page
{
	width: 950px; 
	margin: 0px auto 0px;
	/*border: 2px solid #fe4c18;*/
	/*border-right: 1px solid #fe4c18;*/
	background-color: white;
}

#left-column
{
	background-color: #ff6600;
	background-image: url("images/cupface.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 140px;
	overflow: hidden;
}

#logo
{
	position: absolute;
	float: left;
	top: 1px;
	margin-left: 0px;	
	/*background-image: url("images/bggradient.png");*/
}

#session-menu
{
	margin-top: 110px;
	padding: 10px;
	text-transform: lowercase;
}

#session-menu a
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

#session-menu a:hover
{
	color: #442d1d;
}

#right-column
{
	background-image: url("images/beandevice.png");
	background-repeat: no-repeat;
	background-position: 716px bottom;
}

#social
{
	margin-top: -34px;
	width: 90px;
	margin-left: 766px;
	position: absolute;
	opacity: 0.8;
	padding: 3px;
}

#social:hover
{
	opacity: 1;
}

#header
{
	width: 854px;
	min-height: 250px;
}

#shoplink
{
	width: 200px;
	height: 32px;
	float: right;
	cursor: pointer;
}

#center-content
{
	padding: 8px 16px;
}

.login-text
{
	margin-top: 6px;
}

#register-table 
{
	width: 90%;
	margin: 0px auto;
	border: 2px outset #aaa;
}

#register-table td
{
	padding: 6px 6px;
}

#fullpath
{
	padding: 12px 6px 0px 53px;
	background-image: url('images/here.jpg');
	background-repeat: no-repeat;
	background-position: 3px 5px;
	font-weight: bold;
}

#content-text
{
	background-image: url("images/fullofbeans.jpg");
	background-repeat: no-repeat;
	background-position: 18px bottom;
	padding: 10px 0px 0px 38px;
	/*width: 240px;*/
	line-height: 20px;
}

#content-text-inner
{
	border-left: 1px solid #b89172;
	padding: 0px 0px 0px 12px;
	text-align: justify;
	color: #442d1d;
}

#content-text-inner img
{
	margin: 5px;
}

#content-image
{
	/*width: 380px;*/
	overflow: hidden;
}

#content-image img
{
	width: 340px;	
	margin-left: 20px;
}

#content-quote
{
	color: #b08c6c;
	padding-top: 30px;
	padding-right: 22px;
	width: 190px;
}

#quote-body
{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

#quote-author
{
	margin-top: 10px;
	font-style: italic;
	text-align: right;
}

#contact
{
	color: #aa7d56;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 6px 0px 6px 640px;
	margin-top: 10px;
}

#bottom
{
	width: 950px; 
	margin: 5px auto 0px;
	color: #fff;
	/*background-color: #fddfd6;
	opacity: 0.5;*/
}

#copyright
{
	width: 340px;
	float: left;
	font-size: 10px;
}

#info
{
	width: 240px;
	float: left;
	text-align: center;
}

#extra
{
	float: left;
	width: 280px;
	text-align: center;
	text-transform: lowercase;
}

#entacore
{
	width: 300px;
	padding-right: 0px;
	float: right;
	text-align: right;
	font-size: 10px;
}

#phadd, #poadd, #luadd
{
	display: none;
}

#shop-table
{
	width: 100%;
}

#cart
{
	width: 177px;
	overflow: hidden;
}

/* Products in the shop */ 

#shopping-cart
{
	width: 160px;
	margin: 0px auto;
	padding: 6px 6px;
	color: #442d1d;
}

.category
{
	background-color: #fff;
	border-left: 1px dashed #ff6600;
	border-bottom: 1px dashed #ff6600;
	width: 630px;
	margin-top: -1px;
}

.category-name
{
	width: 620px;
	font-size: 18px;
	font-weight: bold;
	background-color: #ff6600;
	padding: 5px 6px;
	color: #442d1d;
	margin-left: -1px;
	background-image: url('images/catplus.jpg');
	background-repeat: no-repeat;
	background-position: top right;	
}

.category-description
{
	font-size: 13px;
	font-weight: normal;
	line-height: 16px;
	clear: both;
}

.product-table
{
	width: 98%;
	margin-bottom: 0px;
	margin-left: 10px;
}

.product-image 
{
	width: 110px;
}

.product-image .productpic
{
	width: 100px;
}

.productpic-small
{
	/*width: 40px;*/
	height: 50px;
	padding: 5px 0px 5px 10px;
}

.product-text
{
	
}

.product-name
{
	font-weight: bold;
	padding: 4px;
}

.product-price
{
	font-weight: bold;
	padding: 4px;
	text-align: right;
	/*float: right;*/
}

.product-description
{
	padding-left: 12px;
	text-align: justify;
}

.product-purchase
{
	width: 170px;
}

.product-purchase td
{
	padding-left: 6px;
}

.product-purchase td td
{
	padding-left: 0px;
}

.product-cost
{
	font-size: 15px;
	font-weight: bold;
}

.product-buy
{
	text-align: right;
	padding-right: 10px;
}

.clear-cart
{
	background-image: url('images/cancel.png');
	background-repeat: no-repeat;
	padding-left: 20px; 
	font-weight: bold;
	margin-top: 5px;
}

.product-options
{
	padding: 2px 0px 2px 0px;
	/*background-color: #b08c6c;*/
	margin-bottom: 0px;
	text-align: left;
	padding-right: 10px;
	width:96.3%;
	margin-left: 10px;
	/*background-image: url('images/productcurve.jpg');
	background-repeat: no-repeat;
	background-position: top right;	*/
}

.product-option
{
	color: black;
	font-weight: bold;
	text-align: left;
}

.product-option:hover
{
	color: #333;
}
/*
.product-options-name
{
	float: left;
	font-size: 17px; 
	font-weight: bold;
}

.product-options-choose
{
	text-align: right;
	float: right;
	margin-right: 10px;
}

.product-options-controls
{
	text-align: left;
	width: 158px;
	float: right;
}*/


.product-options-name
{
	font-size: 14px; 
	font-weight: bold;
	text-align: center;
}

.product-options-choose
{
	text-align: right;
	float: right;
	margin-right: 10px;
}

.product-options-controls
{
	text-align: left;
	width: 100%;
	display: block;
	clear: left;
}

.product-item
{
	float: left;
	width: 130px;
	text-align: center;
}

.product-instructions
{
	text-align: right;
	width: 100%;
	color: #ff6600;
	margin-bottom: 10px;
}

.product-instructions a
{
	font-weight: bold;
}

/* Products in the sidepanel shopping cart */

#sidecart-items .product-table
{
	width: 100%;
	margin-bottom: 10px;
	margin-left: 10px;
}

#sidecart-items .product-image 
{
	width: 40px;
}

#sidecart-items .productpic
{
	width: 38px;
}

#sidecart-items .product-name
{
	font-weight: bold;
	float: none;
	padding: 2px;	
}

#sidecart-items .product-cost
{
	font-size: 14px;
	font-weight: bold;
}

#sidecart-items .product-buy
{
	text-align: right;
	padding-right: 5px;
}

#cart-total
{
	padding: 4px 0px;
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid black;
}
/*
.checkout-button
{
	padding: 10px 24px 10px 4px;
	background-image: url('images/checkout.jpg');
	background-repeat: no-repeat;
	display: block;
}*/