html { height: 100%; }
body { margin: 0px; padding: 0px; height: 100%; font-family: Arial; font-size: 13px; }
img { border: none; }
a { color: #7D7EB7; outline: none; text-decoration: underline; }
a:hover { text-decoration: none; }
form { margin: 0px; }
h1 { font-weight: normal; margin: 0; font-size: 28px; color: black; font-family: Arial; padding: 0; line-height: 1.0; }

button, a.button
{
	background: #516EA8; 
	border: 0; 
	margin: 0;
	color: white; 
	padding: 7px 10px; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold; 
	cursor: pointer; 
}

.modalShadowLayout 
{
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.6;
}

#page { min-height: 100%; position: relative; min-width: 0px; margin: 0 auto; padding: 0px; background: white; }
#head { height: 125px; padding: 0; margin: 0 auto; }
#body { width: 100%; box-sizing: border-box; max-width: 1200px; margin: 0 auto; padding: 0px 0px 150px 0px; overflow: hidden; background: white; padding-top: 20px; }
#foot { position: absolute; bottom: 0; height: 100px; left: 0; right: 0; padding: 0px 0px; }

.auto-complete { background: #FAFAFA; border: 1px solid #333333; }
.auto-complete-item { display: block; cursor: pointer; color: #000000; padding: 4px; background: #FFFFFF; white-space: nowrap; }
.auto-complete-selected { display: block; cursor: pointer; color: #000000; padding: 4px; background: #DDDDDD; white-space: nowrap; }

.nmb { margin: 0 auto; width: 420px; background: #FAFAFA; border: 1px solid #DBDBDB; }
.nmb td.photo { padding: 10px; }
.nmb a.photo:hover { opacity: 0.9; filter: alpha(opacity=90); }
.nmb td.text { font-size: 15px; padding-left: 15px; width: 100%; text-align: center; padding: 10px; }
.nmb a { color: #000000; text-decoration: none; }
.nmb a:hover { color: #666666; }

table.data { border-collapse: collapse; border: #E2E2E2 solid 1px; font-size: 12px; }
table.data th { font-family: Arial; color: #333333; }
table.data th { background: #F0F0F0; padding: 4px 7px; border: #E2E2E2 solid 1px; text-align: center; }
table.data td { padding: 4px 7px; border: #E2E2E2 solid 1px; color: #333333; line-height: 1.4; }

#cartModalForm { background: #FAFAFA; border: 1px solid #DBDBDB; padding: 20px; width: 800px; margin: 30px auto; }
#cartModalForm h1 { margin-bottom: 15px; }
#cart-summary span { font-size: 17px; }

.cart { border-collapse: collapse; width: 100%; }
.cart th { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; text-align: center; font-weight: normal; white-space: nowrap; }
.cart td { background: white; padding: 6px 10px; border: #D6D6E9 solid 1px; line-height: 1.4; height: 45px; }
.cart td.summary { text-align: right; }
.cart td.name { width: 100%; }
.cart td.price { white-space: nowrap; text-align: right; }
.cart td.qty { white-space: nowrap; text-align: center; }
.cart td.qty input { width: 30px; }
.cart td.discount { white-space: nowrap; text-align: center; }
.cart td.amount { white-space: nowrap; text-align: right; }
.cart td.total-amount { font-weight: bold; font-size: 14px; font-family: Arial; }
.cart img { display: block; margin: 0; }

.cart-close-button, .cart-checkout-button 
{
	display: block;
	float: left;
}

.cart-checkout-button { margin-right: 10px; }

#path a { font-size: 18px; }
#path span { color: white; font-size: 25px; text-decoration: none; }

#sitePath { color: #5C5C5C; margin-left: 1px; margin-bottom: 20px; }
#sitePath a { color: #5C5C5C; text-decoration: underline; }
#sitePath a:hover { text-decoration: none; }

.modalForm { padding: 15px; background: #FAFAFA; border: 5px solid #444; }

.uploadStatus { width: 330px; margin-left: auto; margin-right: auto; background: #FAFAFA; border: 1px solid #DBDBDB; padding: 10px 0px; text-align: center; }
.uploadStatus table { border-collapse: collapse; font-size: 11px; width: 300px; margin: 0 auto; margin-bottom: 12px; }
.uploadStatus th { border: 1px solid #CCCCCC; padding: 2px; }
.uploadStatus td { border: 1px solid #CCCCCC; padding: 2px; }
.uploadStatus th { text-align: left; font-weight: normal; }
.uploadStatus td { text-align: center; }

#uploadProgessBar { margin: 2px auto; width: 300px; height: 20px; border: 1px inset; background: #EEEEEE; text-align: left; margin-bottom: 15px; margin-top: 5px; }
#uploadProgessBarDone { float: left; text-align: left; width: 0px; height: 20px; background: #0099CC; }
#uploadStatusLabel { font-size: 13px; }

.pn { margin-top: 15px; margin-bottom: 15px; font-size: 12px; }
.pn a { display: block; padding: 5px 8px 6px 8px; color: #666666; text-decoration: none; line-height: 1; border: 1px solid #DEDEDE; margin-right: 5px; }
.pn a:hover { text-decoration: none; border: 1px solid #888; }
.pn a.selected { font-weight: bold; color: #000000; background: #F5F5F5; }
.pn a.np { text-decoration: none; color: #999999; }

.commonForm { background: white; padding: 10px 5px 20px 5px; margin: 50px auto 0 auto; }
.commonForm h1 { margin-bottom: 20px; }
.commonForm legend { margin-left: 1em; color: #000000; font-weight: bold; padding: 0 10px; margin: 0 auto; display: none;  }
.commonForm label { float: left; width: 12em; margin-right: 1em; text-align: left; color: #666666; } 
.commonForm select { margin: 0; border: 0.5px solid #BBB; padding: 3px 3px 3px 1px; } 
.commonForm input { margin: 0; } 
.commonForm input[type='text'] { width: 20em; padding: 3px 3px; border: 0.5px solid #BBB; } 
.commonForm input[type='password'] { width: 20em; padding: 3px 3px; border: 0.5px solid #BBB; } 
.commonForm input[type='checkbox'] { vertical-align: middle; margin-top: -3px; }
.commonForm fieldset { margin: 0 0 0 0; padding: 0; border: 0px solid #DEDEDE; }
.commonForm fieldset ol { padding: 0; list-style: none; }
.commonForm fieldset li { padding-bottom: 0.5em; }
.commonForm fieldset ol ol { margin-left: 12em; margin-top: 1em; overflow: hidden; }
.commonForm fieldset ol ol label { float: none; }
.commonForm fieldset ol ol li { float: left; width: 100%; }
.commonForm fieldset.submit { float: none; width: auto; border: 0 none #FFF; padding-left: 14em; }  
.commonForm .errors { padding-left: 11em; color: red; padding-top: 10px; }
.commonForm .form-messages { padding-bottom: 20px; padding-top: 5px; line-height: 1.3; }
.commonForm .form-buttons, .commonForm .form-messages, .commonForm fieldset ol ol, .commonForm .form-right { margin-left: 12em; padding-left: 12px; }
.commonForm .form-error-message { color: red; }
.commonForm .element-error-message { font-size: 11px; color: red; margin-top: 3px; margin-left: 13em; }
.commonForm .required { float: right; color: #888; margin-right: -5px; }

#loginForm { display: table; margin-left: auto; margin-right: auto; }
#loginForm input[type=text] { width: 330px; }
#loginForm input[type=password] { width: 330px; }
#loginForm a { float: right; margin-top: 8px; }
#loginForm .form-messages { max-width: 330px; }

#purchase-order-manager-summary { text-align: center; color: white; margin-top: 10px; font-size: 15px; }
#purchase-order-manager-summary-header { font-weight: bold; margin-bottom: 3px; color: #626262; } 
#purchase-order-manager-summary-text { font-size: 15px; } 
#purchase-order-summary { text-align: center; color: white; margin-top: 10px; font-size: 15px; }
#purchase-order-summary-text { font-size: 15px; } 

#head-organization-name { position: absolute; top: 0px; left: 0px; font-size: 20px; text-decoration: none; color: #3FB8AF; font-weight: bold; font-family: Arial Black; text-transform: uppercase; line-height: 1.2; width: 100px; font-size: 12px; width: auto; color: #AAA; top: 3px;  }
#head-organization-designation { position: absolute; top: 0px; left: 200px; width: 230px; font-size: 13px; color: gray; padding-left: 2px; font-weight: normal; }
#head-purchase-order-summary { position: absolute; top: 10px; right: 170px; padding: 5px 10px; color: white; width: 180px; height: 60px; }

#search-line { position: absolute; top: 25px; left: 480px; }
#search-line input { font-size: 14px; padding: 7px; width: 200px; margin-right: 5px; }
#search-line button { border: none; cursor: pointer; font-size: 14px; font-family: Arial; font-weight: normal; } 

#head-links { position: absolute; top: 50px; right: 0px; }

.sections-menu a { margin-left: 10px; font-size: 14px; }

button.search { border: 1px solid red; width: 28px; height: 28px; background: url(/view/images/search-icon.png) no-repeat center center; vertical-align: middle; margin-top: -4px; margin-left: -40px; }

.products { margin-right: -20px; }
.products-item { width: 180px; height: 200px; margin: 0 15px 30px 0; border: none; float: left; padding: 0px; position: relative; }
.products-item-image { display: block; height: 120px; margin-bottom: 15px; position: relative; }
.products-item-image img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
.products-item-name { line-height: 1.5; margin-bottom: 10px; font-size: 12px; }
.products-item-price { font-size: 16px; color: black; font-weight: normal; font-family: Arial; margin-bottom: 10px;  /*position: absolute; bottom: 0px; left: 0px;*/ }
.products-item-price .currency { font-size: 14px; }
.products-item-order-button { position: absolute; right: 15px; bottom: 15px; }

.products price { display: block; font-size: 16px; color: black; font-weight: normal; font-family: Arial; margin-bottom: 10px;  /*position: absolute; bottom: 0px; left: 0px;*/ }
.products price .currency { font-size: 14px; }