/* =============================================
				PRODUCTS
 ============================================= */

#leftdisplay {
	width: 150px;
	height: 100%;
	background-image: url(images_fw/body_bg.jpg);
	color: white;
	text-align: center;
	float: left;
	bottom: 5px;
}

#productdisplay {	
	z-index: 1;
	background-image: url(images_fw/body_bg.jpg);
	display: table-cell;
	display: inline-block;
	width: 550px;
	color: black;
	padding-left: 0px;
}

#productdisplay .catsheader {
	margin-left: 0px;
}

#productdisplay .spacer {	
	min-height:20px;	
}


#productdisplay .selected {
	background-color:#79D0E4;
	padding:3px;
	font-weight:bold;
	color: #7F784C
}

#productdisplay hr {
	color: #7F784C
	height: 1px;
}

#productdisplay img {
	border:0px;
	padding: 0px 0px;
}

#productdisplay a {
	text-decoration: none;	
	color: blue;
}

#productdisplay a:hover {
	text-decoration: underline;	
	color: red;
}

#productdisplay h1,h2,h3 {	
	margin: 1px;
	
}

#productdisplay h1 {	;
	font-size: 18pt;
}

#productdisplay h2 {	
	font-size: 16pt;
}

#productdisplay h3 {	
	font-size: 14pt;
}

#productdisplay form {	
	margin: 1px;	
}

#productdisplay th {
	color: #7F784C
	padding: 5px;
}

#productdisplay td {
	font-size: 8pt;
	
}

#productdisplay .addlimage {
	display: table-cell;
	display: inline-block;	
	float: left;	
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 25px;
	text-align: center;	
}
 


/* Checkout */
#checkout {
	
}

#checkout td {
	font-size: 12pt;
}

#cashier {
	border: thin solid #7F784C
	margin-left: 0px;
	float: right;
	width: 550px;
}

#cashier_title {
	padding: 5px;
	background-color: #7F784C;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	/*width: 420px;*/
}

#cashier hr {
	height: 1px;
	color: #A6BEE0;	
	background-color: #7F784C
}



/* gbox */
#gbox {
	
}

#gbox td {
	font-size: 9pt;
}

#gd {
	border: thin solid #7F784C
	/*margin-left: 10px;*/
	padding-left: 0px;
	/*float: left;*/
	width: 225px;
	/* background: yellow;  */
}

#gd_title {
	margin: 0px;
	padding: 3px 0px;
	width: 225px;
	background-color: #7F784C
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 12pt;
	/*width: 420px;*/
}


/* Purchase point products */
#ppp {
	border: thin solid #7F784C
	margin-left: 0px;
	width: 175px;
	height: 175px;
}

#ppp_title {
	padding: 5px;
	background-color: #7F784C
	color: white;
	text-align: center;
	font-weight: normal;
	font-size: 12pt;
	/*width: 420px;*/
}


#ppp hr {
	height: 1px;
	color: #A6BEE0;	
	background-color: #7F784C
	margin: 1px;
}

#ppp p {
	font-size: 8pt;
	padding: 1px;
	line-height: 125%;
	margin: 1px;
}

#ppp .prod_desc {
	font-size: 10pt;
	padding: 1px;
	line-height: 115%;
	
}
