body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Arial, Verdana;
	background-color: #f5f5f5;
	font-size: 14px;
	
	overflow-y: scroll;
	overflow: -moz-scrollbars-vertical;
}

a {
	color: #0c70e1;
	text-decoration: underline;
}

a.img_span_trick {
	text-decoration: none;	
}

a.img_span_trick span {
	border-bottom: 1px solid #0c70e1;
}

a.img_span_trick:hover span {
	border-bottom: 0;
}

a:hover {
	color: #f48e20;
	text-decoration: none;
}


a img {
	border: 0;	
	text-decoration: none;
}

.search_box {
	width: 880px;
	font-size: 20px;
}

.search_button {
	font-size: 20px;

}

#main_table {
	border-left: 1px #eaeaea solid;
	border-right: 1px #eaeaea solid;
	
	background-color: white;
}

.items td {
	padding: 5px;	
	border: 1px #8bc7ff dashed;
	border-left: 3px #f48e20 solid;	
}

.item {
	padding: 5px;	
	border: 1px #8bc7ff dashed;
	border-left: 3px #f48e20 solid;	
}


table.order_table {
	width: 100%;
	border: 1px #146EB4 dashed;
}

table.order_table td{
    padding: 4px;
}

table.order_table tr.header td {
	font-weight: bold;
	padding-bottom: 6px;
    border-color: #F48E20;
    border-width: 0 0 1px 0;
    border-style: solid;
	color: #146EB4;
}

.price {
	color: #ffffff;
	background-image: url("../images/under_price.png");
	background-repeat: no-repeat;
	text-align: center;
	width: 72px;
}

.discount_price {
	color: #ffffff;
	background-image: url("../images/under_red_price.png");
	background-repeat: no-repeat;
	text-align: center;
	width: 72px;
}

.big_price {
	background-image: url("../images/under_price_big.png");
	background-repeat: no-repeat;
	text-align: center;
}

.to_cart a{
	color: #f0f0f0;	
}

.item_orders_partial {
	font-size: 12px;
	color: #9a9a9a;
}

.item_orders_full {
	color: #9a9a9a;
}

div.header {
	background-color: #ffffff;
	border: 1px #f48e20 dashed;
	width: 500;
	font-size: 18px;	
	padding-left: 20px;
	color: #f48e20;
}

div.sub_header {
	background-color: #ffffff;
	border: 1px #F48E20 solid;
	display:inline;
	padding: 3px;
	font-size: 15px;	
	color: #146EB4;
}

.small_font_container {
	font-size: 12px;
	color: #999999;
}

.username_container {
	font-weight: bold;
	font-size: 17px;
}

table.comment {
	border: 1px #f48e20 dashed;
	width: 80%;
}

table.stores {
	border: 1px #f48e20 dashed;	
	width: 80%;
	margin-left: 7%;
	text-align: center;
}

table.stores tr.header td {
	font-weight: bold;
	padding-bottom: 6px;
    border-color: #F48E20;
    border-width: 0 0 1px 0;
    border-style: solid;
	color: #0C70E1;
}

table.store {
	border: 1px #f48e20 dashed;	
	width: 80%;
	margin-left: 7%;
	text-align: center;
}

table.store tr.header td {
	font-weight: bold;
	padding-bottom: 6px;
    border-color: #F48E20;
    border-width: 0 0 1px 0;
    border-style: solid;
	color: #0C70E1;
}

div.success_div {
	border: 1px #00ff00 solid;
	width: 60%;
	font-weight: bold;
}

div.fail_div {
	border: 1px #ff6644 solid;
	width: 80%;
	font-weight: bold;
}

.menu-extend a:HOVER {
	font-weight: bolder;
}
.menu-extend a {
	font-size: 11px;
}