﻿.storageCalculatorPanel,
.storageCalculatorResultPanel
{
	padding: 19px;
	background: white;
}
.storageCalculatorPanel .title
{
	padding-bottom: 20px;
	font-size: 21px;
	font-weight: bold;
	color: #C30404;
}

.storageCalculatorPanel .storageCalculator
{
	padding-top: 10px;
}
.storageCalculatorPanel .storageCalculator table .columns
{
}
.storageCalculatorPanel .storageCalculator table .columns td.oddColumn,
.storageCalculatorPanel .storageCalculator table .columns td.evenColumn
{	
}
.storageCalculatorPanel .storageCalculator table .columns td.separator
{	
}

.itemCategory
{
	padding: 5px 5px 5px 10px;
	border: solid 1px #C30404;
	background-color: #C30404;
	color: #FFFFFF;	
	font-size: 14px;
	font-weight: bold;
}

.itemPanel
{
	padding: 10px 10px 10px 10px;
	border: solid 1px #a0a0a0;
	margin-bottom: 10px;
	font-size: 11px;
}
.itemPanel .itemList
{
	font-size: 11px;
	width: 400px;
	border: solid 1px #f0f0f0;
}
.itemPanel .itemList .header
{	
	background-color: #f0f0f0;
}
.itemPanel .itemList .header th,
.itemPanel .itemList .header td
{
	padding: 3px;
	font-weight: normal;
}
.itemPanel .itemList .name
{
	display: block;
	padding-left: 3px;
	width: 247px; /*270px-20-3;*/
}
.itemPanel .itemList .size
{
	display: block;
	padding-right: 3px;
	width: 67px;/*70px-3*/
}
.itemPanel .itemList .quantity
{	
	width: 30px;
	font-size: 11px;
}

.itemPanel .other
{
}
.itemPanel .other span
{
	/*display: block;
	padding-bottom: 5px;*/
}
.itemPanel .other textarea
{
	width: 390px;
	height: 100px;
}
.itemPanel .other .sizePanel
{
	padding-top: 5px;
}
.itemPanel .other .sizePanel .size
{
	width: 50px;
	font-size: 11px;
}

.commandButton
{
	margin-top: 30px;
	text-align: center;
}


.storageCalculatorResultPanel .title
{
	padding-top: 10px;
	padding-bottom: 20px;
}
.storageCalculatorResultPanel .result
{	
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.storageCalculatorResultPanel .result span
{
	padding: 10px;
	border: solid 2px #000000;
	font-weight: bold;
}
.storageCalculatorResultPanel .storagePlanner
{
}
.storageCalculatorResultPanel .contactLocation
{
	padding: 20px;
}
.storageCalculatorResultPanel .contactLocation img
{
	border: none;
}

