﻿
body 
{
	margin: 0px;
	padding: 0px;
}

.wrapper
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;	
/*	border: solid 3px #ff0000; */
}

.main_menu
{
	position: absolute !important;
	top: 75px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 22px;
	background-color: #B8DB7C;
	background-image: url(../../Images/shiny_menu.gif);
	padding: 0px;
	margin: 0px;
	color: Lime;
}

.staticMenu
{

}

.menuItem
{
/*	background-image: url(http://localhost:3993/KCWeb/Images/shiny_menu.gif); */
    background-image: url(../../Images/shiny_menu.gif);
	
/*	padding: 2px 5px; */
/*	background-color: #B8DB7C */
}

.menuHover
{
	background-image: url(../../Images/shiny_menu_hover.gif);
}

.shoppingCartMenu a:link
{
	color: #004000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 600;
	text-decoration: none;
}

.shoppingCartMenu a:hover
{
	color: #004000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 600;
	background-image: url(../../Images/shiny_menu_hover.gif);
	text-decoration: none;
}

.shoppingCartMenu a:visited
{
	color: #004000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: 600;
	text-decoration: none;
}

.sidebarMenuHover
{
	background-color: #AFAB5F;
}

.title_area
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: #F2DA80
}

.work_area
{
	position: absolute;
	top: 97px;
	left: 0px;
	right: 0px;
	bottom: 25px;
	width: 100%;
	background-color: #D2DBC3;
}

.work_area2
{
	position: absolute;
	top: 0px;
	left: 130px;
	right: 0px;
	bottom: 0px;
	background-color: #D2DBC3;
/*	border: solid 2px #FF0000; */
}

.info_panel
{
	font-size: 10pt;
	padding-top: 20px;
}

.title
{
	font-size: 16pt;
	font-weight: 400;
	text-align: center;

}

.title1
{
	font-size: 16pt;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	z-index: 1000;
}

.footer
{
	position: absolute;
	bottom: 0px;
	height: 25px;
	left: 0px;
	right: 0px;
	width: 100%;
	background-color: #aaaaaa;
}

.navigation_pane
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 130px;
	width: 130px;
	bottom: 0px;
	background-color: #4c4840;
}

.thumbnail_label
{
	font-size: 8pt;
}

.item
{
	font-size: 9pt;
}

.Price
{
	font-family: Arial;
	font-style: normal;
	font-size: 14pt;
	font-weight: 400;
}

.price2
{
	font-family: Arial;
	font-style: normal;
	font-size: 12pt;
	font-weight: 600;
}

.price3
{
	font-family: Arial;
	font-style: normal;
	font-size: 10pt;
	font-weight: bold;
}

.label_left
{
	float: left;
	width:150px;
	padding:3px;
	text-align:right
}

.label_right
{
	float:left;
	padding:3px
}

.label_left_custom
{
	float: left;
	width: 65px;
	padding:3px;
}

.label_left_custom2
{
	float: left;
	width: 55px;
	padding:3px;
}

.label_right_custom
{
	float:left;
	padding:3px
}

.clear
{
	clear: both;
}

.plainBox
{
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #ffffff;
	border:1px solid #336666;
	height: 130px;
	width: 300px;
	padding: 10px;
	margin: 5px;
}

.plainBox_pin
{
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #ffffff;
	border:1px solid #336666;
	height: 490px;
	width: 235px;
	padding: 10px;
	margin: 5px;
}

.plainBox2
{	
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background: #ffffff;
	border:1px solid #336666;
	height: 165px;
	width: 155px;
	padding: 5px;
	margin: 5px;
	text-align:left;
}

.plainBox2_Selected
{	
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	background: #ffffaa;
	border:1px solid #336666;
	height: 150px;
	width: 155px;
	padding: 5px;
	margin: 5px;
	text-align:left;
}

.heading1
{
	font-family: Times New Roman, Serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
}

.heading2
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
}

.body2
{
	font-family: Times New Roman, Serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
}

.body2_pin
{
	font-family: Times New Roman, Serif;
	font-size: 13pt;
	font-style: normal;
	font-weight: normal;
}

.information
{
	font-family: Times New Roman, Serif;
	font-size: 16pt;
}

