* {
	box-sizing:border-box;
	font-family:'Roboto', sans-serif;
	font-size:inherit;
}

html {
	scroll-behavior: smooth;
}

body {
	margin:0px; 
	padding:0px; 
	background-color:#000000;
	font-size:18px;
}

table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

th, td {
	padding: 0;
}

img {
	margin: 0px;
}

/* -------------------------------------------------- */

form {
	display:inline;
}

.inputdiv {
	border-radius: 5px;
	border: 1px solid #303030;
	display: inline-block;
	background:#ffffff;
}

.inputdivfield {
	border:none; 
	border-radius:none; 
	outline: none;
}

input, select, textarea {
	font-size: 14px;
	padding: 5px;
	border-radius: 5px;
	border: 1px solid #303030;
	background:#ffffff;
}

input:focus, select:focus, textarea:focus {
	outline: none;
}

*:focus {
	outline: none;
}		

input:disabled, select:disabled, textarea:disabled {
	background-color: #F2F2F2;
}
input:read-only, textarea:read-only {
	background-color: #F2F2F2;
}

::placeholder {
	color:#CCCCCC;
	font-weight: 100;
}


/* -------------------------------------------------- */

.profileDefaultBG {
	background-color:#fffafa;
}

/* -------------------------------------------------- */

.navTitle {
	height:40px; 
	width:100%; 
	position:fixed; 
	top:0px; 
	box-shadow: 0px 0px 10px #000000;
}

.contentMenuButton {
	vertical-align:middle;
	text-align:left;
	height:40px;
	font-size:18px;
	border-bottom: 1px solid #2E2E2E;
	margin-bottom:20px;
}

.navTileTD {
	width: 50%;
}

.navNonTileHeaderTD {
	height:70px;
	font-size:20px;
	vertical-align:middle;
	border-bottom: 1px solid #2E2E2E;
	padding-left:20px;
	color: #ffffff;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #BDBDBD 0%, #424242 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #BDBDBD 0%,#424242 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #BDBDBD 0%,#424242 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

.navNonTileTD {
	height:70px;
	font-size:20px;
	vertical-align:middle;
	border-bottom: 1px solid #2E2E2E;
	padding-left:20px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #BDBDBD 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#BDBDBD 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#BDBDBD 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
}

/* -------------------------------------------------- */

.listDIVLine {
	height:auto; 
	width:100%; 
	overflow:hidden;
}

.listDIVCell {
	float: left; 
	overflow: hidden;
	white-space:nowrap;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	text-align: left;
}

.listDIVBoarderBottom {
	border-bottom: 1px solid #848484;
}

/* -------------------------------------------------- */

.loader {
   width:35px;
   height:35px;
   display:inline-block;
   padding:0px;
   border-radius:100%;
   border:2px solid;
   border-top-color:rgba(0,0,0, 0.65);
   border-bottom-color:rgba(0,0,0, 0.15);
   border-left-color:rgba(0,0,0, 0.65);
   border-right-color:rgba(0,0,0, 0.15);
   -webkit-animation: loader 0.8s linear infinite;
   animation: loader 0.8s linear infinite;
}
@keyframes loader {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes loader {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}


/* -------------------------------------------------- */

.shopCartBar {
	margin-bottom:2px; 
	font-weight:300; 
	color:#ffffff; 
	padding:5px 10px 5px 10px;
	background: rgb(76,76,76);
	background: -moz-linear-gradient(131deg, rgba(76,76,76,1) 0%, rgba(127,127,127,1) 70%, rgba(178,178,178,1) 100%);
	background: -webkit-linear-gradient(131deg, rgba(76,76,76,1) 0%, rgba(127,127,127,1) 70%, rgba(178,178,178,1) 100%);
	background: linear-gradient(131deg, rgba(76,76,76,1) 0%, rgba(127,127,127,1) 70%, rgba(178,178,178,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4c4c4c",endColorstr="#b2b2b2",GradientType=1);
}

.shopCartBarSubTotal {
	margin-bottom: 0px !important;
	color: #ffffff;
	padding:10px 10px 10px 10px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(131deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 70%, rgba(102,102,102,1) 100%);
	background: -webkit-linear-gradient(131deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 70%, rgba(102,102,102,1) 100%);
	background: linear-gradient(131deg, rgba(0,0,0,1) 0%, rgba(51,51,51,1) 70%, rgba(102,102,102,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#666666",GradientType=1);
}

