@CHARSET "ISO-8859-1";
html * {
	font-family: Bookman Old Style, Arial, Verdana;
	font-size: 14px;
}
body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	/*margin-left: 50px;
	margin-top: 0px;*/
}
#site {
	position: relative;
	top: 0px;
}
#PosMainMenu {
	width: 100%;
	marging: 0px;
	padding: 0px;
	height: 35px;
	background-color: #000000;
	color: #ffffff;
}
#content {
	width: 100%;
	min-height: 650px;
	overflow: hidden;
}
#footer {
	width: 100%;
	height: auto;
}
#copyRight {
	width: 100%;
	text-align: center;
	height: auto;
	float: left;
}
.divDate {
	float: left;
}
.divMenuBar {
	float: right;
}
.myMenu {
	margin:0;
	padding:0;
}

.myMenu li {
	list-style:none;
	float:left;
	/*font:12px Arial, Helvetica, sans-serif #111;*/
}

.myMenu li a:link, .myMenu li a:visited {
	display:block;
	text-decoration:none;
	background-color:#000000;
	padding: 0.5em 2em;
	margin:0;
	border-right: 1px solid #fff;
	color:#ffffff;
}

.myMenu li a:hover{
	background-color:#0CF;	
}

.selectedMenuItem {
	background-color:#0CF !important;	
}

/*style the sub menu*/
.myMenu li ul {
	position:absolute;
	visibility:hidden;
	border-top:1px solid #fff;
	margin:0;
	padding:0;
}

.myMenu li ul li {
	display:inline;
	float:none;
}

.myMenu li ul li a:link, .myMenu li ul li a:visited {
	background-color:#09F;
	width:auto;
}

.myMenu li ul li a:hover {
	background-color:#0CF;	
}

.divCheckout {
	width: 80%;
	min-height: 650px;
	overflow-y: scroll;
	float: left;
	border: 1px solid #fff;
}

.divQuickLink {
	width: 19%;
	min-height: 650px;
	overflow-y: scroll;
	float: left;
	border: 1px solid #fff;
}
label {
	width: 85px;
	font-weight: bold;
	text-align: right;
}

.tblLabel {
	width: 120px;
	display: block;
	float:left;
	margin-right: 2px;
}

input[type=text] {
	text-indent: 2px;
}
.longInput {
	width: 350px;
}
.divSearch {
	height: 35px;
	width: 100%;
	text-align: center;
}
.divShoppingCart {
	display: table;
	margin: 0 auto;
	height: auto;
	width: 100%;
}
.divTitle1 {
	font-weight: bold;
	font-size: 16pt;
	text-decoration: underline;
}
.divTitle2 {
	font-weight: bold;
	font-size: 14pt;
	text-decoration: underline;
}
.divLinks {
	height: auto;
	width: 100%;
}
.KcTable {
	margin-top: 5px;
	border: 1px solid #eee;
	text-align: center;
}
.KcTable th {
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background-color: #ffdb77;
	/*width: 120px;*/
}
.KcTable td {
	font-size: 10pt;
	text-align: center;
	width: 120px;
}
.shortColumn {
	width: 75px !important;
}
.longColumn {
	width: 180px !important;
}
.memberShipForm label {
	display: block;
	width: 125px;
	text-align: right;
	float: left;
}
.memberShipForm input[type=text] {
	width: 180px;
	float: left;
	text-indent: 2px;
}
.PaymentPanel {
	width: 100%;
	clear: both;
	margin-top: 5px;
	padding-top: 5px;
}
.divSearchMemberParams {
	width: 375px;
}
.divMsgBar {
	width: 100%;
	height: 25px;
	padding-left: 10px;
	text-align: center;
}
.Ok {
	color: green;
}
.grnText {
	color: green;
}
.Expired {
	color: red;
}
.Invalid {
	color: blue;
}
#errorMsg {
	width: 100%;
	color: red;
	clear: both;
}
.required {
	font-weight: bold;
}
.requiredTitle {
	font-weight: bold;
	text-decoration: underline;
}
.QuickLinkCategory {
	margin: 5px;
}
.quicklinkbtn {
	padding: 2px;
	margin: 2px;
	clear: right;
}
.ShippingAddress {
	clear: both;
	width: 100%;
	margin: 5px;
}
.divContent {
	margin-left: 5px;
}
.SubContent {
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	max-width: 100%;
	overflow: hidden;
}
.tblRow {
	width: 100%;
	clear: both;
}
.btnSubmitOrder{
	width:150px;
	height:30px;
	background-color: green;
	color: white;
}
.btnPaymentType{
	width:175px;
	height:50px;
	background-color: green;
	color: white;
}
.btnInactive {
	background-color: #666666;
}
.OutOfStock {
	background-color: yellow !important;
}
.Discontinued {
	background-color: red !important;
}
.InTransit {
	background-color: green !important;
}
.center {
	width: 350px;
	margin: auto;
	padding-top: 10px;
}
#loadingScreen {
    background: url(/images/loading.gif) no-repeat 5px 8px;
    padding-left: 25px;
}
/* hide the close x on the loading screen */
.loadingScreenWindow .ui-dialog-titlebar-close {
    /*display: none;*/
    background-color: #333333;
}
.PanelWithMargin {
	margin-top: 10px;
	margin-bottom: 10px;
}
