.shop_menu_title {
	font-size: 12px;
	font-weight: bolder;
	margin: 0px;
	border-bottom: 7px solid #d4d4d4;
	padding-bottom: 6px;
	background-image: url(/pics/shop/cart.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: 30px;
	height: 22px;
}

.first_level {
	width: 100%;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	background-image: url(/pics/shop/arrow_down2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: 14px;
}

.first_level_closed {
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	background-image: url(/pics/shop/arrow_right2.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	text-indent: 14px;
}

.first_level_mo {
	background: #ddd;
	width: 100%;
	font-size: 12px;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	background-image: url(/pics/shop/arrow_down2.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	text-indent: 14px;
}

.first_level_closed_mo {
	background: #ddd;
	width: 100%;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	background-image: url(/pics/shop/arrow_right2.gif);
	background-repeat: no-repeat;
	background-position: 2px 6px;
	text-indent: 14px;
}

.first_level a,
.first_level_closed a,
.first_level_mo a,
.first_level_closed_mo a {
	display: block;
}


.second_level {
	color: #fff;
	font-weight: bolder;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}


.second_level_mo {
	color: #fff;
	background-color: #ddd;
	font-weight: bolder;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

.second_level_closed_mo
{
	color: #fff;
	background-color: #ddd;
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}


.second_level_closed
{
	font-size: 11px;
	border-bottom: 1px solid #ccc;
}

.second_level a, 
.second_level_mo a,
.second_level_closed a,
.second_level_closed_mo a{
	display: block;
}

.quick_shop_menu
{
	font-size: 15px;
	border-bottom: 1px solid #000;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

.store_product_list 
{
	width: 100%;
}

.store_product_list td
{
	border-bottom: 1px solid #ccc;
/*	border-right: 1px solid #dfdfdf;
	border-left: 1px solid #ededed; */
	padding: 4px;
	text-align: center;
	vertical-align: top;
}

.order_topic {
	font-size: 14px;
	font-weight: bolder;
	border-bottom: 1px solid #ddd;
	padding-bottom: 2px;
	margin-bottom: 5px;
}

.cart_topic {
	font-size: 10px;
	font-weight: bolder;
	border-bottom: 4px solid #d4d4d4;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-top: 15px;
	background-image: url(/pics/shop/shop_cart.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
	text-indent: 22px;
}

.store_topic {
	font-size: 10px;
	font-weight: bolder;
	border-bottom: 4px solid #d4d4d4;
	margin-bottom: 3px;
	padding-bottom: 3px;
	padding-top: 15px;
	background-image: url(/pics/shop/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 2px 19px;
	text-indent: 8px;
}

.store_product_list th 
{
	color: #fff;
	font-size: 10px;
	font-weight: bolder;
	border-bottom: 4px solid #ccc;
	border-right: 1px solid #e0dddd;
	border-left: 1px solid #ededed;
	border-top: 1px solid #ededed;
	background: #949494;
	padding: 4px;
}

.sub_categories {
	font-size: 13px;
	padding: 3px;
	font-weight: bold;
}


.product_title {
	font-size: 16px;
	font-weight: bolder;
	border-bottom: 1px solid #ccc;
	margin-bottom: 7px;
}

.product_right {
	border-left: 1px solid #ccc;
	margin-bottom: 6px;
	text-indent: 6px;
	font-weight: bolder;
}

.product_add_button {
	border-top: 1px solid #ccc;
}

.cart_left_total {
	border-top: 1px solid #ccc;
}

.cart_td {
	border-bottom: 1px solid #ccc;
}
.cart th {
	border-bottom: 1px solid #ccc;
	font-weight: bolder;
}

.phases {
	font-size: 12px;
	color: #ccc;
	padding: 3px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.phases span {
	padding: 4px;
	margin-right: 6px;
}

.phases strong {
	color: #000;
	text-decoration: none;
}

.bold_right {
	font-weight: bolder;
	text-align: right;
}

.boxed {
	margin-bottom: 20px;
}

.boxed strong {
	font-size: 14px;
	font-weight: bold;
}

.boxed div {
	margin-left: 20px;
}
