/*
 * Miva Merchant
 *
 * This file and the source codes contained herein are the property of
 * Miva, Inc.  Use of this file is restricted to the specific terms and
 * conditions in the License Agreement associated with this file.  Distribution
 * of this file or portions of this file for uses not covered by the License
 * Agreement is not allowed without a written agreement signed by an officer of
 * Miva, Inc.
 *
 * Copyright 1998-2014 Miva, Inc.  All rights reserved.
 * http://www.miva.com
 *
 */

html{
	height:100%;
}

body{
	margin: 0;
	font-size:small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
}

.shipment_picklist
{
	margin: 10px;
	padding: 10px 15px;
	border: 1px solid #929C9D;
	background-color: #f5f1de;
	width:89%;
	min-width:664px;
	font-size:85%;
	page-break-after: always;
}

.shipment_picklist_title
{
	font-size: large;
	font-weight: bold;
	margin-bottom: 10px;
	clear: both;
}

.shipment_picklist_shipping_container
{
	width: 210px;
	float: left;
	margin-left: 5px;
	line-height:16px;
	padding-bottom: 10px;
}

.shipment_picklist_clear
{
	clear: both;
}

.shipment_picklist_itemlist_container
{
	background-color: #f9f7eb;
	padding:3px;
	border:1px solid #c4c2b9;
}

.shipment_picklist_header_row
{
	background-color:#9D9FC7; color: #FFFFFF; font-weight:bold;
	height: 35px;
	display: block;
	clear: both;
}

.shipment_picklist_header_col
{
	padding: 9px 5px 0 5px;
	display: block;
	float: left;
}

.shipment_picklist_data_row
{
	display:block;
	float:none;
	border-top:1px solid #e9e6db;
	clear: both;
	padding-bottom: 3px;
	width:100%;
}

.shipment_picklist_data_col
{
	padding: 4px 5px 0 5px;
	display: table-cell;
	float: left;
}

.shipment_picklist_itemlist_col_code		{ width: 21.3%;	text-align: left; }
.shipment_picklist_itemlist_col_name		{ width: 50%;	text-align: left; }
.shipment_picklist_itemlist_col_each		{ width: 11.3%;	text-align: right; }
.shipment_picklist_itemlist_col_total		{ width: 11.3%;	text-align: right; float: right; }
.shipment_picklist_itemlist_col_quantity	{ width: 11.3%;	text-align: right; float: right; }
.shipment_picklist_itemlist_col_clear		{ clear: both; display:block; width:0.1em; height:0.1em; }

.shipment_picklist_ship_to{
	font-weight:bold;
}

.shipment_picklist_order_id{
	float:right;
	display:block;
}

.shipment_picklist_shipment_id{
	display:block;
}

.shipment_picklist_shipping_method{
	display:block;
}
