.input-box {
	border: 1px solid silver;
}

table.dealer-search td {
	padding-right: 6px;
	padding-bottom: 6px;
}

.messageStackError, .messageStackSuccess {
	color: #c00;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
}

td.main {
	color:#000000;
	font-size:0.75em;
	font-family:Arial,Helvetica,sans-serif;
	padding: 3px;
}

td.main .input-box {
	width: 300px;
}

.inputRequirement {
	color: #c00;
	font-size: 11px;
}

p.blue {
	color: #2d82a2;
}

/* @group week table */

#weektable {
	font-size: 11px;
	border-top: 1px solid #45433E;
	border-left: 1px solid #45433E;
	width: 100%;
}

#weektable tr.head td {
	color: white;
	background-color: #45433E; 
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
}

#weektable tr.topcat {
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	background-color: #dcd9ca; 
	padding: 3px;
}

#weektable tr.cat td {
	font-weight: bold;
	font-size: 11px; 
	color: #000000; 
	background-color: #dcd9ca; 
	padding: 3px;
}

#weektable td {
	font-family:Arial,Helvetica,sans-serif;
	background-color: #f5f5f5; 
	border-bottom: 1px solid #45433E;
	border-right: 1px solid #45433E;
	padding: 3px;
	vertical-align: top;
}

#weektable td .stock {
	border: none;
	width: 70px;
	border: 1px solid silver;
	background-color: #f5f5f5;
}

#weektable td.size {
	width: 70px;
}

#weektable td select {
	font-size: 9px;
}

#weektable td a {
	color: #666;
}



/* @end */

/* @group image-bank */

#imageBank {
	overflow: hidden;
	border-left: 1px dashed #f5f5f5;
	border-top: 1px dashed #f5f5f5;
}

#imageBank div {
	width: 130px;
	height: 180px;
	float: left;
	border-right: 1px dashed #f5f5f5;
	border-bottom: 1px dashed #f5f5f5;
	font-size: 12px;
	background-color: #f5f5f5;
}

#imageBank div p {
	margin: 0;
	padding: 0;
}

#imageBank div .p1 {
	height: 115px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: white;
}

#imageBank div .p2 {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#imageBank div .p2 input {
	vertical-align: middle;
	line-height: 12px;
	float: left;
	margin-right: 5px;
}

#imageBankAll {
	float: right;
	margin-top: 3px;
	margin-right: 20px;
}



/* @end */
