body
{
    padding: 0px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-color: rgb(249, 249, 249);
    margin: 0px;
    padding: 0px;
    color: #434343;
	font-family: Clan, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.footer {
	padding-top: 15px;
	font-size: 12px;
	width: 70%;
	margin: 0 auto;
}

.titleBar{
	width: 70%; 
	text-align: left; 
	margin: 0 auto;
	vertical-align: middle;
	clear: both;
}

#contextDiv
{
	width: 70%; 
	text-align: left; 
	margin: 0 auto;
	border-right: 1px solid rgb(87, 87, 87);
	border-left: 1px solid rgb(87, 87, 87);
	background-color: white;
	/*
	-webkit-box-shadow: 0px 2px 5px 2px rgba(153, 153, 153, 0.69);
	-moz-box-shadow:    0px 2px 5px 2px rgba(153, 153, 153, 0.69);
	box-shadow:         0px 2px 5px 2px rgba(153, 153, 153, 0.69);*/
	margin-bottom: 20px !important;
}

@media screen and (max-width: 1400px) {
	#contextDiv { 
		width: 100% !important;
		text-align: left; 
		margin: 0 auto;
	}
	.titleBar {
		width: 100% !important;
		text-align: left; 
		margin: 0 auto;
	}
	.footer {
		width: 100% !important;
	}
}

@media screen and (max-width: 850px) {
	.appTitle {
		clear: both;
		float: none !important;
	}
}
@media screen and (max-width: 1000px) {
	table, thead, tbody, th, td, tr {
		display: block;
	}
	td {
		/* Behave  like a "row" */
		border: none;

		position: relative;
		width: 100%;
	}
}

.avTopMenu {
	background-color: rgb(87, 87, 87);
	color: #dddddd;
}

.menu {
	background-color: rgb(87, 87, 87);
	color: #dddddd;
}
.menu a {
	color: #dddddd;
	text-decoration: none;
}
.menu a:visited {
	color: #dddddd;
}
.menu input {
	color: #434343 !important;
}
.menu button {
	color: #434343 !important;
}
.nav .active a:visited, .menu .active a, .nav-pills .open a, .nav-pills .open a:focus, .nav-pills a:focus { color: #434343 !important; }
.nav-pills>.active>a, .nav-pills>.active>a:hover, .nav-pills>.active.a:visited, .nav-pills>.active>a:focus {
	color: #434343 !important;
}


.appTitle {
	font-size: 30px; 
	vertical-align: middle; 
	margin-top: 30px; 
	float: right; 
	margin-right: 15px
}

#acc {
	background-color: #e22422 !important;
	color: white;
	font-weight: 600;
	padding: 30px;
	position: relative;
	float: right;
	text-align: center;
	font-size: 13px;
	margin-top: -45px;
	margin-right: 10px;
}

a {
	color: #434343;
	text-decoration: none;
}
a:hover {
	color: #222222 !important;
	text-decoration: underline !important;
}
a:visited {
	color: #434343;
	text-decoration: none;
}

.txtLink {
	color: #0088CC !important;
	text-decoration: none !important;
}

.txtLink:hover{
	color: #0088CC !important;
	text-decoration: underline;
}

.part {
	background-color: white;
	border: 1px solid #b2b2b2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 20px;
	text-align: center;
	/* padding: 10px; */
}
.cartColorEmpty {
	color: #eeeeee;
}
.cartColor {
	color: #0593bc;

}
.cartIcons {
	text-decoration: none;
	vertical-align: middle; 
	margin-top: 30px; 
	float: right; 
	margin-right: 15px;
	font-size: 30px;
}
.cartIcons a:hover { 
	color: #0593bc;
	text-decoration: none;
}

.loginTable { 
	margin-left: 50px;
}

.r { text-align: right; }
.b { font-weight: bold; }

.modal-header {
	background-color: #b2b2b2; 
	color: white;
}

.sc th , .sc td  {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding: 5px;
}
.sc th {
	background-color: #b2b2b2;
	color: white;
}
.sc tr:nth-child(odd)	{
	background-color: #f1f1f1;
}
.sc tr:nth-child(even) {
	background-color: #ffffff;
}
.sc {
	border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100%;
}
.infoArea td {
	padding: 5px;
}
.re { color: #e22422; margin-left: 5px; }
.ctitle { 
	font-weight: bold; 
	text-decoration: underline;
}

.ptab td {
	width: 250px;/* TODO FIX THIS FOR MOBILE */
	white-space: nowrap;
}