/* =============================== SHOP =============================== */


h2.shop_category_name {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: underline;
	color: #555555;
}

table.shop_table {
	/*background: white;*/
}

table.shop_table a {
	color: #125ac6;
}

.shop_brand {
	color: #31abff;
}

span.shop_active_brand {
	color: #939393;
}

td.color_text {
	white-text: auto;
	font-size: 11px;
}


/* ---- Basket ---- */

table.basket_table {
	border-collapse: collapse;
}

table.basket_table td {
	border: 1px solid #93a7ff;
}

table.basket_table td.category_header {
	border: 0px;
	padding-top: 15px;
}

.basket_name_header {
	text-align: center;
	width: 300px;
}

td.basket_name {
	border-left: 1px solid #93a7ff;
	border-top: 1px solid #93a7ff;
}

.basket_quantity_header {
	text-align: center;
	width: 70px;
}

.basket_total_quantity_header {
	padding: 0px;
	background: #97eb8e;
	height: 30px;
	text-align: right;
	font-weight: bold;
}

.basket_total_quantity {
	height: 30px;
	padding: 0px;
	background: #97eb8e;
	padding-left: 5px;
}

.basket_total_price_header {
	text-align: right;
	background: #97eb8e;
	padding: 0px;
	font-weight: bold;
}

.basket_total_price {
	background: #97eb8e;
	padding: 0px;
	padding-left: 5px;
}


.basket_quantity, .basket_price, td.basket_quantity {
	width: 70px;
}

.basket_price_header {
	text-align: center;
	width: 70px;
}

.basket_price_all_header {
	text-align: center;
	width: 70px;
}

.basket_price_all {
	width: 70px;
}

.std_shop_button {
	font-family: Tahoma;
	font-size: 12px;
	padding: 1px;
	margin: 0px;
	text-indent: 0px;
	width: 120px;
}