#thumbBox	{ /*Outermost DIV for thumbnail viewer*/
		position: absolute;
		left: 0;
		top: 0;
		width: auto;
		padding: 10px;
		padding-bottom: 0;
		background: #313131;
		visibility: hidden;
		z-index: 10;
		cursor: pointer;
		}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
		font: bold 16px Tahoma;
		letter-spacing: 5px;
		line-height: 1.1em;
		color: white;
		padding: 5px 0;
		text-align: right;
		}
#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
		background-color: white;
		}
#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
		position: absolute;
		visibility: hidden;
		border: 1px solid red;
		background-color: #EFEFEF;
		padding: 5px;
		z-index: 5;
		}
.inputText	{ 
		color		: black;
		font-size	:10px;
		}
.inputTitle	{ 
		color		: black;
		font-size	:12px;
		}
#clrflt		{ /*Clear Float of Horiz Menu*/
		clear: left;
		}
video {
    		width		: auto;
		margin-bottom	: 20px;
}
hr {
    		border: 0;
		margin-bottom: 20px;
}
#multival table , #multival td , #multival th,  #multival tr	{
		padding		:1px;
		margin			:1px;
		font-size		:12px;
/*		font-family		:Veranda, Arial, Helvitica, sans-serif; */
		text-decoration		:none;
		font-weight		:normal;
		background-color	:transparent;	
		color			:#304560;
               		text-align          		:left;
		text-decoration		:none;
		vertical-align		:top;
		height			:25px;
		}
#multival th  	{
		font-size		:14px;
               		text-align          		:center;
		height			:25px;
		vertical-align		:bottom;
		}
#sysPrice	{
		margin			:1px;
		font-size		:14px;
		}
.page-header {
		border-bottom		: 0px solid #EEE;
		margin-top		: 46px;
		margin-bottom		: 2px;
		}
.table		{
		border: 0px; 
		}
.table-responsive {
		border: 0px; 
		}
.img-100	{
	/*	display: block; */ 
		display: inline;  
		max-width: 100%;
		height: auto;
		}
.img-c100	{
	/*	display: block;  
		display: inline;  
		max-width: 100%;
		height: auto; */
		text-align: center;
		}
.img-l100	{
	/*	display: block; 
		display: inline;  
		max-width: 100%;
		height: auto; */
		text-align: left;
		}
.img-r100	{
	/*	display: block; 
		display: inline;  
		max-width: 100%;
		height: auto; */
		text-align: right;
		}
  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
	/*	width: 80%;  */
		max-width: 100%;
		margin: auto;
}
.carousel-control.left {
    background-image: url("/icons/ecblank.gif");
}
.carousel-control.right {
    background-image: url("/icons/ecblank.gif");
}
embed, iframe, img, object, video {
    max-width: 100%;
}
label {
       font-weight: 100;
}
.navbar-right {
    margin-right: -50px;
}
