/* MY BAG */

#splash {
	display:block;
	width: 789px;
	height:70%;
	margin: 0px auto;
	background-image: url(../images/bg_shadow.gif);
  	background-repeat: no-repeat;
  	background-position: center 0px;
}

input.quantity {
	text-align:center;
	width: 28px;
	height: 16px;
	padding-top:2px;
	border-style:solid; border-width:1px;  border-color:#D27611;
	font-size:11px; color:#666666;
	background:#fff url(../images/form/text-bg.gif) repeat-x;
}


#fulltabprod {
	float:right;
	background-image:url(../images/fulltab_bg.gif);
	background-repeat:repeat-y; }


#menutree {
min-height:300px;
height:auto!important;
height:300px;
text-align:left;
}

table.bag_tab2 {
text-align:center;
width:500px;
border-style:solid;
border-bottom-style:none;
border-width:1px;
border-color:#E0D9B8;
background-color:#FFFFFF;
}

td.header {
height:24px;
background-image:url(../images/bg_cell1.gif);
background-repeat:repeat-x;
}

td.header_sep {
height:24px;
width:2px;
background-image:url(../images/cell_sep.gif);
background-repeat:no-repeat;
}

td.v_sep {
height:1px;
background-image:url(../images/cell_v_sep.gif);
background-repeat:repeat-x;
}

td.cell	 {
height:30px;
text-align:center;
vertical-align:middle;
}

#totalprice {
font-weight:600;
}