@CHARSET "UTF-8";

body {
	background-color: #000000;
}

a, a:hover, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

#MainContainer {
	width: 100%;
	min-width: 200px;
	min-height: 300px;
	border-width: 1px 1px 1px 1px;
	border-color: #eeeeee;
	border-style: solid;
	padding: 0px 0px 0px 0px;
}

.header {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	text-align: center;
	margin: 5px 0px 0px 0px;
	outline: none;
}

img.header {
	width: 200px;
}

p.header {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
}

#NavigationContainer,
.navigation-container {
	width: 100%;
}

.smallButton {
	margin: 10px 5px 10px 5px;
	width: 45%;
	height: 40px;
	background-color: #eeeeee;
	border-radius: 5px;
	position: relative;;
}

.longButton {
	width: 70%;
}

.shortButton {
	width: 10% !important;
}
	
.backButton {
	float: left;
}

.homeButton {
	float: right;
}

.smallButton:hover {
	background-color: #7badbb;
}

.smallButton p,
.smallButton label {
	font-family: verdana;
	font-size: 16px;
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#MenuContainer, .menuContainer {
	width: 100%;
	clear: both;
}

.areaButton {
	margin: 10px auto 0px auto;
	width: 99%;
	height: 160px;
	background-color: #eeeeee;
	border-radius: 5px;
	position: relative;
}

.areaButton:hover {
	background-color: #7badbb;
}

.bigButton {
	margin: 10px auto 0px auto;
	width: 49.5%;
	height: 80px;
	background-color: #eeeeee;
	border-radius: 5px;
	position: relative;
	display: inline-block;
}

#MenuContainer .bigButton {
	display: block;
	width: 48%;
	float: left;
	margin-right: 5px;
	margin-left: 1%;
}

.bigButton:hover {
	background-color: #7badbb;
}

.bigButton p {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	padding: 25px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.fullLink {
	padding: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	margin: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#LogoutContainer {
	margin: 70px 0px 0px auto;
	width: 15%;
	height: 40px;
	background-color: #000000;
	position: relative;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: #eeeeee;
}

#LogoutContainer:hover {
	background-color: gray;
}

#LogoutContainer p {
	text-align: center;
	padding: 5px 5px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 20px;
	color: #eeeeee;
}

#HeaderContainer, .headerContainer {
	margin: 10px auto 0px auto;
	width: 100%;
	height: 40px;
	background-color: #000000;
	position: relative;
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #eeeeee;
}

#HeaderContainer p, .headerContainer p {
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: verdana;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #eeeeee;
}

input[type=text], input[type=password] {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	outline: none;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-color: transparent;
	width: 100%;
	height: 40px;
	padding: 0px 0px 0px 0px;
}

textarea {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	outline: none;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-color: transparent;
	width: 100%;
	height: 160px;
	padding: 0px 0px 0px 0px;
}

.text-notes {
	height: 400px;
}

.quantityButton {
	width: 99% !important;
	float: none;
	clear: both;
	padding: 0px 0px 0px 0px;
	margin: 10px auto 0px auto !important;
}

#NavigationContainer,
.menuContainer {
	text-align: center;
}

#NavigationContainer .smallButton {
  display: inline-block;
	width: 23.5%;
	float: none;
}

.summaryButton {
	display: inline-block;
	float: none;
  clear: none;
  padding: 0px 0px 0px 0px;
  margin: 10px auto 0px 10px !important;
  height: 80px;
}

.summaryButton p,
.summaryButton label {
	padding-top: 30px;
	display: block;
}

#CopyAdmin,
#CopyCustomer {
	display: block;
	margin: 10px auto 0px auto;
	padding-top: 10px;
}

input[type=submit] {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	outline: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-color: transparent;
	width: 100%;
	height: 80px;
}

input[type=submit].small {
	height: 40px;
}

button[type=button] {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	outline: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-color: transparent;
	width: 100%;
	height: 80px;
}

button[type=button].small {
	height: 40px;
}

.productButton p {
	padding-top: 5px;
	font-size: 16px;
}

.productButton strong {
	font-size: 20px;
}

.deleteButton {
	float: right;
	height: 80px;
}

.deleteButton p {
	padding-top: 30px;
}

.deleteButton:hover,
.shopDelete.red:hover {
	background-color: #7badbb;
}

.deleteButton p,
.shopDelete.red {
	color: maroon;
}

.shopDelete {
	font-size : 20px;
	display: block;
	text-align: center;
	margin-top: 10px;
}

.summaryProductButton {
	float: left;
	height: 80px;
}

.summaryProductButton p {
	font-size: 20px;
	padding-top: 10px;
}

.summaryProductButton strong {
	font-size: 20px;
	padding-top: 10px
}

.smallRow {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.smallRow p {
	color: black;
	font-size: 16px;
	float: left;
	width: 20%;
	text-align: right;
	margin: 0px 0px 0px 0px;
	
}

.smallRow p.first {
	width: 50% !important;
	text-align: left;
}

.smallRow p.second {
	width: 15%;
	text-align: left;
}

.smallRow p.third {
	width: 10%;
	text-align: left;
}

.price {
	text-align: right !important;
}

.clear {
	clear: both;
}

.width-70 {
	width: 65%;
	float: left;
}

.width-10 {
  width: 10%;
  float: left;	
}

.width-15 {
	width: 12%;
	float: left;
}

.width-5 {
	width: 3%;
	float: left;
}

.bigRadio {
	text-align: center;
}

.bigRadio input[type=radio] {
	margin-top: 11px;
	width: 12%;
	height: 20px;
	cursor: pointer;
}


.tinyButton {
	width: 99%;
	margin: 0px auto 5px auto;
	height: 40px;
	background-color: transparent;
	border-radius: 5px;
	position: relative;
	cursor: default;
}

.tinyButton p {
	font-family: verdana;
	font-size: 16px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 8px;
	color: #ffffff;
}

p.error {
	color: red;
	padding: 0px 0px 0px 0px;
	font-size: 10px;
}

small.error {
	color: red;
}

.totalButton {
	padding-bottom: 20px;
	background-color: transparent;
	width: 98%;
}

.totalButton:hover {
	background-color: #eeeeee;
	cursor: default;
}

.totalButton p {
	font-size: 20px;
	padding-top: 2px;
	color: #ffffff;
}

p.total {
	font-size: 20px;
	margin-top: 5px;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
}

.notesButton {
	margin: 10px auto 0px auto;
	width: 99%;
	height: auto;
	overflow: hidden;
	background-color: #eeeeee;
	border-radius: 5px;
	position: relative;
}

.notesButton p {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	width: 99%;
	color: maroon;
}

.category-container {
	width: 99%;
	margin: 10px auto 10px auto;
}

.category-header,
.product-category-header {
	background-color: #eeeeee;
	height: auto;
	border-radius: 5px;
	position: relative;
	padding: 10px 0px 10px 0px;
}

.category-header:hover,
.product-category-header {
	background-color: #7badbb;
}

.category-header p,
.product-category-header p {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: arial;
	font-weight: bold;
	text-shadow: 0.1em 0.1em 0.05em #eeeeee;
}

.category-body,
.product-category-body {
	border-width: 1px 1px 1px 1px;
	border-color: #eeeeee;
	border-style: solid;
	margin: 3px auto 3px auto;
	padding: 5px 0px 10px 0px;
	width: 99%;
	text-align: center;
	display: none;
}

.product-category-body {
	display: block;
}

.subcategory-container,
.product-container {
	width: 20%;
	display: inline-block;
	background-color: #333333;
	margin: 3px 3px 3px 0px;
	position: relative;
	height: 136px;
}

.subcategory-container.found {
	background-color: #666666;
}

.subcategory-container p,
.product-container p {
	font-family: arial;
	font-size: 10px;
	color: #eeeeee;	
}

.subcategory-image {
	width: 80px;
	height: 80px;
	line-height: 80px;
	padding: 0px 0px 0px 0px;
	display: inline;
	margin-bottom: 10px;
}

.product-container input[name=quantity] {
	width: 80px;
	height: 80px;
	border-width: 1px;
	border-color: #eeeeee;
	color: #eeeeee;
	border-style: solid;
	margin-bottom: 10px;
}

.bottom-container {
	text-align: center;
}

.bottom-container input[type=submit] {
	font-family: verdana;
	font-size: 20px;
	text-align: center;
	cursor: pointer;
	outline: 0px 0px 0px 0px;
	border-width: 0px 0px 0px 0px;
	border-style: none;
	background-color: #eeeeee;
	width: 40%;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 5px;
	border-radius: 5px;
}

.catalogue-container {
	width: auto;
	clear: both;
}

.catalogue-container .category-container {
}

.catalogue-container .subcategories {
	clear: both;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
	text-align: center;
}

.catalogue-container .subcategories-container {
	display: inline-block;
	width: 99%;
	height: 100%;
	text-align: center;
	white-space: normal;
	border-width: 2px 2px 2px 2px;
	border-color: #ffffff;
	border-style: solid;
}

.catalogue-container .subcategory-container {
	width: 20%;
	border-color: #7badbb;
	border-width: 1px;
	border-style: solid;
	vertical-align: top;
	overflow: hidden;
}

.catalogue-container .subcategory-product-container {
	overflow: hidden;
	height: 95px;
}

.catalogue-container .subcategory-header p {
	width: 100%;
	background-color: #7badbb;
	font-size: 14px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-shadow: 0.1em 0.1em 0.05em #4f4f4f;
}

.catalogue-container .subcategory-content {
	background-color: #D8EEFD;
	position: relative;
	z-index: 1;
}

.catalogue-container .overview h5 {
	width: 100%;
	background-color: #333333;
	cursor: pointer;
	text-shadow: 0.1em 0.1em 0.05em #4f4f4f;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 12px;
	font-size: 12px;
	font-family: arial;
	color: #cccccc;
}

.catalogue-container .overview p {
	width: 100%;
	background-color: #7badbb;
	cursor: pointer;
	text-shadow: 0.1em 0.1em 0.05em #4f4f4f;
	padding: 5px 0px 5px 0px;
}

.catalogue-container .overview p.selected {
	font-weight: bold;
	background-color: #333333;
}

.catalogue-container .image-container {
	display: inline-block;
	height: 108px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
	background-color: #D8EEFD;
}

.catalogue-container img.subcategory-image {
	width: 108px;
	height: 108px;
	border-color: #333333;
	border-radius: 5px 5px 5px 5px;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
}

.catalogue-container .subcategory-product-container .viewport {overflow: auto; position: relative; height: 95px;}
.catalogue-container .subcategory-product-container .overview { list-style: none; position: absolute; left: 0; top: 0; width: 100%; vertical-align: top}
.catalogue-container .subcategory-product-container .thumb .end,
.catalogue-container .subcategory-product-container .thumb { background-color: transparent; }
.catalogue-container .subcategory-product-container .scrollbar { position: relative; float: right; width: 8px; bottom: 4px; right: 0px;}
.catalogue-container .subcategory-product-container .track { background-color: #D8EEFD; height: 100%; width:6px; position: relative; padding: 0 1px; }
.catalogue-container .subcategory-product-container .thumb { height: 20px; width: 6px; cursor: pointer; overflow: hidden; position: absolute; top: 0; }
.catalogue-container .subcategory-product-container .thumb .end { overflow: hidden; height: 5px; width: 13px; }
.catalogue-container .subcategory-product-container .disable{ display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }

.hidden {
	display: none;	
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.pad-right {
	padding-right: 10px;
}

.headerContainer .pad-right {
	padding-right: 16px;
}

#SpinContainer {
	position: relative;
  width: 50px;
  height: 50px;
  display: block;
  margin-left: Auto;
  margin-right: auto;
}

#AddProductToListContainer {
	position: fixed;
	width: 500px;
	min-height: 62px;
	right: -501px;
	top: 240px;
	background-color: #000000;
	border-color: #ffffff;
	border-width: 1px;
	border-style: solid;
}

#AddNotesToListContainer {
  position: fixed;
  width: 500px;
  height: 110px;
  right: -501px;
  top: 120px;
  background-color: #000000;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
}
#GenerateIndustriesListContainer{
  position: fixed;
  width: 350px;/*
  height: 110px;*/
  height: auto;
  right: -351px;
  top: 240px;
  background-color: #000000;
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  display: none;
}

#AddProductToListContainer .summaryButton {
	width: 90%;
	height: 40px;
}

.absolute-button-add-js,
.absolute-button-generate-js,
.absolute-button-notes-js {
	width: 40px;
	position: absolute;
	left: -40px;
	top: 0px;
}

.absolute-button-add-js .summaryButton,
.absolute-button-notes-js .summaryButton, 
.absolute-button-generate-js .summaryButton {
	background-color: #7BADBB;
	width: 40px;
	height: 40px;
	float: none;
	display: block;
}

.absolute-button-add-js .summaryButton p,
.absolute-button-notes-js .summaryButton p, 
.absolute-button-generate-js .summaryButton p {
	padding-top: 10px;
}

#WishListNotes {
	height: 500px;
	width: 100%;
	padding: 5px;
	background-color: #ffffff !important;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}
#GeneratedList{
	Height: 100px;
	width: 240px;
	padding: 5px;
	background-color: #ffffff !important;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.add-product-code-to-list-error {
	font-size: 14px !important;
	font-style: italic;
	text-align: center;
	font-family: arial;
	color: yellow !important;
}

.potential-list-js {
  background-color: #777777;	
}
.IndustriesContent{
overflow-y: auto;
  overflow-x: hidden;
  font-size: 14px;
  height: auto;
  max-height: 200px;
  position: relative;
  bottom: 5px;
}
.generated-products-container{
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-size : 14px;
	height: auto;
	max-height: 400px;
	position: relative;
	bottom: 5px;
}
.smallGeneratedButton{
	cursor : pointer;
 	margin: 15px 5px 0px 5px;
	height: 80px;

	overflow:hidden;
	background-color: #eeeeee;
	border-radius: 5px;
	position: relative;;
}
.smallGeneratedButton p{
  font-family: verdana;
  font-size: 20px;
  text-align: center;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;}
.smallGeneratedButton:hover {
  background-color: #7badbb;
}
.moveup{
	background-image: url("images/move-up.png");
	    background-size: 100% 100%;
	background-repeat: no-repeat;
}
.movedown{
	background-image: url("images/move-down.png");
	    background-size: 100% 100%;
	background-repeat: no-repeat;
}

.wishlist-product-js {
	-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}

.placementResult {
	color: maroon;
	font-size: 20px;
	font-family: verdana;
	background-color: #cccccc;
	padding: 10px
}

.shoppingListMenuContainer .summaryButton {
	display: block;
	float: none;
	height: 75px;
	width: 90%;
}

.shoppingListMenuContainer .summaryButton p {
	padding-top: 10px;
}

.smallButton.moveup,
.smallButton.movedown {
	display: none;
}

.shoppingListConvertContainer .summaryButton {
	width: 40%;
}

.loginMenuContainer .summaryButton {
	float: none;
	width: 99%;
}

.loginButton {
	margin-right: auto !important;
	margin-left: auto !important;
	float: none !important;
}

.wishlist-product-container-js h3 {
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-family: 'Verdana';
	
}

.summaryProductButton.longButton {
	width: 50%;
}

.summaryProductButton input[type=text] {
}

.highlight {
	font-size: 20px;
	padding-top: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Verdana';
}

.highlight a {
	font-size: 20px;
	padding-top: 2px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Verdana';
}

.popup-header {
	background: black;
	padding: 10px;
	width: 90%;
}

.popup-header .highlight {
	margin: 0px;
}

.popup-container {
	width: 90%;
    margin: auto;
    background: #999999;
    padding: 10px;
    border-radius: 5px;
    min-height: 300px;
	box-shadow: 1px 1px 1px 1px #333333;
	position: fixed;
	top: 5%;
	left: 5%;
	height: 90%;
}

.popup-close-js {
	float: right;
    color: black;
    font-family: verdana;
    font-weight: bold;
    border-radius: 100px;
    border-style: solid;
    padding: 0px 4px;
    clear: both;
}

.popup-table-js {
	width: 100%;
	font-family: verdana;
	padding: 10px;
}

.popup-table-js th {
	border-style: solid;
}

.popup-table-js td {
	border-style: solid;
	text-align: center;
	border-width: 1px;
}
