@charset "utf-8";

@import URL("../common/css/reset.css");
@import URL("../common/css/base.css");

/* -----------------------------------------------------------------
Title: order.css
Created: 2010-04-016
Last Modified: 2010-04-16
------------------------------------------------------------------ */

/*  
------------------------------------------------------------------ */
body#order div#main div.orderboxR{
	float:right;
	width:366px;
	height:auto;
}
body#order div#main div.orderboxL{
	float:left;
	width:150px;
	height:auto;
}

body#order div#main div.orderbox2R{
	float:right;
	width:316px;
	height:auto;
}
body#order div#main div.orderbox2L{
	float:left;
	width:200px;
	height:auto;
}

body#order .tocart{
	margin-left:5px;
	vertical-align:bottom;
}

