.ngbusy {
	background: url(./../../../ngpluginbuy/img/busy.gif) no-repeat center center;
}

.ngbusy>* {
	opacity: 0.2;
}

.ngpluginparagraphcartcontainer {
	min-height: 100px;
}

button:disabled {
	opacity: 0.2;
	cursor: wait;
}


.ngpluginparagraphcart table
{
	border-collapse: collapse;
	margin-bottom: 20px;	
	width: 100%;
}

.ngpluginparagraphcart input {
	width: 30px;
	text-align: right;
	border-color: #ebebeb;
	border-width: 1px;
	border-style: solid;
	padding: 4px;
	background: #ffffff;
	font: bold 16px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #061050;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.0);
	margin: 0;
}

.ngpluginparagraphcart td {
	padding: 4px;
	background: #ffffff;
	line-height: 100%;
	text-align: left;
	vertical-align: top;
	font: 14px Calibri,Candara,'Segoe','Segoe UI',Optima,Arial,sans-serif;
	color: #061050;
}

.ngpluginparagraphcart td.ngfill a {
	display:block;
	text-decoration: none;
	margin-bottom: 4px;
}

.ngpluginparagraphcart td.ngfill a.ngremove {
	font-size: 80%;
	color: #061050;
}

.ngpluginparagraphcart tbody>tr {
	border-color: #ffffff;
	border-width: 1px 0 1px 0;
	border-style: solid;
}

.ngpluginparagraphcart img {
	display: block;
	border: 0;
	width: 48px;
	height: 48px;
}

.ngpluginparagraphcart td.ngprice {
	text-align: right;
	white-space: nowrap;
}

.ngpluginparagraphcart td.ngfill {
	width: 100%;
}

.ngpluginparagraphcart td.alt {
	background: #ffffff;
}

.ngpluginparagraphcartnav button
{	
	margin: 0;
	text-decoration: none;
	border-color: #061050;
	border-width: 0px;
	border-style: solid;
	padding: 5px 10px 5px 10px;
	background: #061050;
	font: 16px 'PT Sans',Tahoma,Helvetica,sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	border-radius: 4px;
	display: block;
	cursor: pointer;
    outline: none;
    float: right;
}

.ngpluginparagraphcartnav button:hover
{	
	border-color: #ffffff;
	background: #091876;
	font-weight: normal;
	
	font-style: normal;
	
	text-transform: uppercase;
	
	color: #ffffff;	
}