fieldset.shop-path,
fieldset.shop {
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shop-path legend {
	padding: 0 10px;
}
	
.shop-path li {
	display:inline;
	list-style-type:none;
	padding: 2px 10px;
}

.shop-path .item {
	
}

.shop-path .item-active {
	font-weight:bold;
}

.field .field-display,
.field label
{
	display: inline-block;
	vertical-align: top;
}

.field label
{
	width: 180px;		
}

.accordion {
	margin-bottom: 18px;
}
.accordion-group {
	margin-bottom: 2px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion-heading {
	border-bottom: 0;
}
.accordion-heading:hover {
	background: #EFF5EA;	
}
.accordion-body.in {

}
.accordion-heading .accordion-toggle {
	display: block;
	padding: 8px 15px;
}
.accordion-toggle {
	cursor: pointer;
}
.accordion-inner {
	padding: 0px 0px;
	border-top: 1px solid #e5e5e5;
}
.accordion-body.in:hover {
	overflow: visible;
}
.accordion-group {
	background: #fff;
}
.collapse {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}
.collapse.in {
	height: auto;
}

.over10 {
	color: green;
}

.under10 {
	color: orange;
}

.full {
	color: red;
}

.product-table {
	margin: 0;
	border: none;	
}

.product-table tr td {
	border: none;
}

.table .row0,
.invoiceitem.row0,
.invoiceitem_deleted.row0 {
	background: #f5f5f5;
}

.table .row1,
.invoiceitem.row1,
.invoiceitem_deleted.row1 {
	background: #ffffff;
}

.table .row0:hover,
.table .row1:hover,
.invoiceitem.row0:hover,
.invoiceitem.row1:hover,
.invoiceitem_deleted.row0:hover,
.invoiceitem_deleted.row1:hover {
	background: #e5e5e5;
}

.blue {
	color: blue;
}

.product-table button {
	float: none;
	display: inline;
}

#form .input label {
	float: left;
	width: 20%;
}

div#offer {
    background: #eff5ea;
    padding: 20px;
    border: none;
}

div#offer p{
  color: #666666;
  font-size: 16px;
  margin: 1.2em 1em;
}

div#offer h3 {
	font-size: 20px;
	padding-bottom: 15px;
}

div#offer a {
	color: #4c90ff;
}

div#offer a:hover {
	color: #2a508d;
}

#shop_content.form {
	width: 700px;
}

#shop_content h3 {
	padding: 10px 0;
}

#shop_content label {

}

#shop_content legend {
	padding: 10px 0;
}

#shop_content dt,
#shop_content dd {
	display: inline-block;
	padding-bottom: 10px;
}

#shop_content dt {
	min-width: 210px;
}

#shop_content dd {
	min-width: 300px;
}

#shop_content textarea {
	padding: 10px 10px;
}

#shop_content dd:after {
	content: '\A';
	white-space: pre;
}

#shop_content thead tr {
	font-weight: 500;
}

#shop_content tbody tr td,
#shop_content thead tr td,
#shop_content tfoot tr td {
	padding: 10px 5px;
}

#shop_content tfoot tr td {
	border-bottom: 1px solid #e5e5e5;
}

#shop_content .heading {
	font-weight: 500;
}

.invoiceitems tbody button {
	display: inline;
	float: none;
}

#products h4 {
	text-align: center;
	padding-bottom: 20px;
}

#shop-content.list h3,
#shop-content.list h4 {
	padding-top: 15px;
}

tfoot.cart_footer tr {
	height: 68px;		
}

button.fb-share {
    color: #fff;
    background-color: #3b5998;
}
button.fb-share:hover {
    background-color: #5877cf;
}
/*
#shop_container {
        max-width: 1350px;
        margin: 0px auto 0px auto;
        padding-left: 15px;
        padding-right: 15px;
}
*/
.table {
	display: table;
	width: 100%;
	padding: 20px 0px;
}
.row {
	display: table-row;
	padding-left: 10px;
	padding-right: 10px;
}
.col {
	display: table-cell;
	padding: 0px 10px;
}
.col:first-child {
	
}
.col:last-child {
	
}
.col.title {
	width: 40%;
}
.col.price {
	width: 20%;
	text-align: right;
}
.col.status {
	width: 20%;
}
.col.btn {
	width: 20%
}
.col.btn button {
	float: none;
	display: inline;
}
.underline .col {
	border-bottom-style: solid;
	border-bottom-width: 0.5px;
	border-bottom-color: #C0;
}
.col.label {
	font-weight: 550;
}
.cart_header,
.cart_footer {
	font-weight: 500;
}
.account-number label.hasPopover
{
	width: 300px;
}