/* HOME */
#promo-box {
	float: right;
	width: 207px;
	height: 92px;
	background: #72a492;
	padding: 15px;
	margin: 0 0 10px 15px;
}
.promo-link	{
	margin: 0 0 10px 0;
}


/* CONTENT */
#content-table td {
	vertical-align: top;
	padding: 4px 4px 4px 0;
	line-height: 14px;
}


/* SHOP */
#mini-cart-table td {
	vertical-align: top;
	padding: 4px 4px 4px 0;
	line-height: 14px;
}

#mini-search-table td {
	vertical-align: top;
	padding: 4px 4px 4px 0;
	line-height: 14px;
}
html>/**/body #mini-search-table {margin-top: 5px;}
.shop-item-sum {
	display: block;
	width: 100%;
	padding: 5px 0 0 0;
}

.shop-item-sum-table td {
	vertical-align: top;
	padding: 4px 1px 4px 0;
}

.shop-item-title {
    font-weight: bold; 
    line-height: 17px;
    margin: 0 0 1em;
}


.shop-item-sum-image {
    width: 145px;
    float: left;
    margin: 0 0 15px 0;
}

.shop-item-sum-details {
    width: 300px;
    float: left;
    margin: 0 0 10px 0;
}


.quantity-box {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b6461;
	border-style: none;
	margin: 0px 1px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #cecece;
	font-size: 11px;
	height: 11px;
	line-height: 12px;
	padding: 1px 3px 2px 3px;
	width: 62px;
}

html>/**/body .quantity-box {
	margin: 2px 0px 3px 0px;
	height: 14px;
}
.search-box {
	font-family: Arial, Helvetica, sans-serif;
	color: #5b6461;
	border-style: none;
	margin: -2px 1px 0px 0px;
	background-color: #FFFFFF;
	border: 1px solid #cecece;
	font-size: 11px;
	height: 12px;
	line-height: 12px;
	padding: 1px 3px 2px 3px;
	width: 126px;
}

html>/**/body .search-box {
	margin: 0px 0px 3px 0px;
	height: 14px;
}

.bold-row td {
	font-weight: bold;
}

div.shop-basket-sum {
	display: block;
	width: 100%;
	padding: 5px 0 0 0;
	margin: 0 0 8px 0;
}


.shop-basket-label {
    display: block;
    float: left;
    clear: left;
    width: 70px;
}

.product-price {
    float: left;
}




/* SHOP - DETAILS */

.details-field {
	background-color: #FFFFFF;
	border: 1px solid #cecece;
}

.pag_link {
    border: 1px solid #666;
    padding: 2px 3px;
    color:blue;
}

.pag_current {
    border: 1px solid #555;
    padding: 2px 3px;
    color:#FFF;
    background-color :#72a492;
}

a.pag_link {
    color:464D4A;
}


#pagination {
margin: 0 auto;
text-align: center;
}

.product {
border: 1px solid #999;
padding: 5px;
margin-bottom: 10px;
}

.product-name {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}

a.shop-item-link {
    color:#FFFFFF;
}

.product-thumb {
    float: left;
    margin: 4px 8px 4px 2px;
}


.product-add {
    float: right;
}

form#detail-search
{
    margin-top : 20px;
}

form#detail-search div {
    margin-bottom : 10px;
}

form#detail-search label {
    width: 100px;
    display: block;
    float: left;
}

form#detail-search br {
}

.customer-details-data {
    font-weight: normal;
}
.customer-details-title {
    width: 220px;
    display: block;
    float: left;
    clear: left;
    text-align: right;
    padding-right: 20px;
}

.customer-details-value, .customer-details-total {
    display: block;
    float: left;
    width: 55px;
    text-align: right;
    padding-right: 1px;
}

.customer-details-total {
    border-top: 3px double #999;
}

.craft-thumb {
    width: 127px;
    height: 137px;
    float: left;
}

.craft-details {
    width: 160px;
    padding: 0 7px;
    height: 137px;
    float: left;
}
#keywords {
	width: 135px;
}
