@CHARSET "UTF-8";

.linkGrid {
	width: 100%;
}

.linkGridCol1 {
	white-space: nowrap;
	width: 10px;
}

.linkGridCol2 {
	white-space: nowrap;
	width: 10px;
}

.linkGridCol3 {
	white-space: nowrap;
	width: 10px;
}

.linkGridCol4 {
	text-align: right;
	white-space: nowrap;
}

.shoppingCartEntries {
	display: block;
	float: left;
}

.shoppingCartEntry {
	border: 1px solid #DADADA;
	float: left;
	margin: 5px;
	width: 200px;
}

.uploadManagerCol {
	vertical-align: top;
}

.uploadManagerLink {
	color: #0000FF;
	font-size: 1.2em;
	margin-top: 2px;
	text-decoration: none;
}

.productStateHeader {
    color: #7f7f7f;
    font-size: 20px;
    font-weight: bold;
}

.productStateSubHeader {
	display: block;
    font-size: 16px;
    font-weight: bold;
}

.productStateDescription {
    margin-top: 15px;
}

.productStateDescription table td{
	border: 0;
	padding: 1px;
}

.outerGrid {
	border-top: 1px solid #2E98E1;
	border-bottom: 1px solid #2E98E1;
    border-left: 0;
    border-right: 0;
}

.shoppingCartItemEdit {
	border: 1px solid #2E98E1;
	font-size: 11px;
	margin-left: 5px;
	background-color: #2e98e1;
	text-decoration: none;
	color: #ffffff;
}

.shoppingCartItemEdit:hover {
	color: #000000;
    text-decoration: none;
    background-color: #ffffff;
}