div.pageContainer{
	max-width: none !important;
	margin: 65px !important;
}
div.pageContainer h1{
	color:#f00;
}
div.pageContainer h2{
	font-size:28px;
	margin-top:0;
}
div.pageContainer div.topCtrl{
	display:block;
	text-align:left;
	margin-bottom:10px;
}
.button{
	padding: 5px 10px;
	background-color:#999;
	color:#fff;
	/*margin: 0px auto;*/
	display: inline-block;
	text-align: center;
	cursor:pointer;
	margin:3px;
	text-decoration: none;
	border:1px solid #999;
}
.button:hover{
	background-color:#fff;
	border:1px solid #999;
	color:#000;
}
.addBtn{
	border: 1px solid #999;
	color: #000;
	padding: 5px 15px;
	text-decoration: none;
	display: inline-block;
	cursor:pointer;
	background-color:#fff;
}
.addBtn:hover{
	background:#999;
	color:#fff;
	text-decoration: none !important;
}

table.quotation{
	width:100%;
	border:1px solid #999;
	margin:10px 0;
}
table.quotation tr th{
	border:1px solid #999;
	white-space:nowrap;
	text-align:center;
}
table.quotation tr td{
	border-left:1px solid #999;
	border-right:1px solid #999;
	text-align:center;
}
table.quotation tr td,table.quotation tr th{
	padding:0px 3px;
}
table.quotation tr td{
	/*padding:5px 20px;*/
}
table.quotation{ 
	/*line-height:45px;*/
}
table.quotation tr td.dimensions{
	padding:0;
}
table.quotation tr td.dimensions div{
	display:inline-block;
	width:33.33%;
	border-left:1px solid #999;
	line-height:60px;
	height:100%;
	vertical-align: bottom;
}
table.quotation tr td.dimensions div div{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	border: 0;
	width: 0;
}
table.quotation tr td.dimensions div span{
	display:inline-block;
	vertical-align: middle;
}

table.quotation tr th.dimensions{
	padding:0;
}
th.dimensions div{
	display:inline-block;
	width:33.33%;
	text-align:center;
	border-left:1px solid #999;
	text-align: left;
	padding-left: 3px;

}
th.dimensions div.title{
	display:block;
	width:auto;
	border-bottom:2px solid #999;
	
	min-width: 150px;
	border-left: 0;
}



tr td{
	border-bottom:1px solid #999;
}
tr.product td.productImg a{
	width:100px;
	display:block;
	margin:3px auto;
	border:1px solid #999;
}
tr.product td.productImg a img{
	width:100%;
}

tr.newProduct td{
	border-top:2px solid #000;
}
tr.newProduct td input{
	width:100%;
}
tr.newProduct td.dimensions input{
	display:inline-block;
	width:31%;
}
tr.newProduct td div.material{
	width:160px;
}
tr.newProduct td div.material select{
	margin: 5px 0;
  	padding: 3px 0;
}
tr.newProduct td div.material select,
tr.newProduct td div.material span{
	display:inline-block;

}
tr.newProduct td span.addNewMaterial, tr.newProduct td div.material span.removeMaterial{
	cursor: pointer;
	text-decoration: underline;
}
tr.newProduct td span.editPhoto{
	cursor:pointer;
	text-decoration: underline;
	display:block;
}

tr.newProduct td.productImg div.img{
	width:100px;
	display:block;
	margin:0 auto;
	padding:3px 0;
	border-bottom:1px solid #999;
	margin-bottom:3px;
}
tr.newProduct td.productImg div.img span{
	cursor:pointer;
	text-decoration: underline;
}
tr.newProduct td.productImg div.img img{
	width:100%;
}

div.newProductImages input.fileUploader{
	padding:3px 0;
}
div.newProductImages div{
	padding:3px 0;
	border-bottom:1px solid #999;
}
div.newProductImages span{

}




div.productEditModal input, div.productEditModal textarea{
	width:100%;
}
div.productEditModal div.modal-body > div{
	width:block;
	padding: 10px 0;
  	border-bottom: 1px solid #ebebeb;
  	padding:10px  55px;
}
div.productEditModal div.modal-body div.productImg{
	text-align:center;
	padding:0;
}
div.productEditModal div.modal-body div.productImg div.image{
	display:inline-block;
	width:49%;
	margin-bottom:5px;
	height:auto;
	min-height:200px;
  	vertical-align:bottom;
  	border: 1px solid #999;
  box-sizing: border-box;
  padding: 5px;
}
div.productEditModal div.modal-body div.productImg div.image input{
	display:block;
}
div.productEditModal div.modal-body div.productImg div.image span{
	display:inline-block;
	cursor: pointer;
	text-decoration: underline;
}
div.productEditModal div.modal-body span.addNewMaterial,
div.productEditModal div.modal-body span.removeMaterial{
	cursor:pointer;
	text-decoration: underline;
}



div.modal-body div.productImg div.image img{
	width:100%;
	border:1px solid #999;
}

div.productEditModal div.modal-body div label{
	display:block;
}
div.bottomCtrl{
	display:block;
}
div.bottomCtrl span.title{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	display: block;
}
div.bottomCtrl div{
	display:block;
	padding:5px;
}
div.bottomCtrl div form{
	display:inline-block;
	vertical-align: middle;
}
div.bottomCtrl div form input{
	display:inline-block;
	margin:5px 0;
}


