.alert{
    border: 1px solid #ff0000;
    padding: 10px 15px;
    margin: 10px 15px;
    background-color: #fffefe;
}
label.error{
	font-size: 10px;
	color: #ff0000;
	padding-left: 10px;
}
img {
	border:none;
}
a, a:link{
	text-decoration: underline;
	color:#2cb503;
}
a:hover{
	color:#666666;
}

#ucart {
	margin: auto;
	padding: 0;
	font: 76%/1.3em  "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif; /* resets 1em to 10px */
	color: #666666;
	font-size: 81.25%;
	background-color: #6def04;
}

#container {
	width:970px;
	background-color: #FFFFFF;
	margin: auto;
	padding: 0;
}

#pimlogo{
	margin: 0;
	padding: 0;
	background-color: #e7e5d5;
	width:970px;
	height: 106px;
}

#pimlogo img{
	float:left;
}
#footer{
	text-align: center;
	padding-top:5px;
	margin-top:10px;
	border-top: 4px solid #27ae00;
}
.return{
	float:right;
	margin-right:15px;
	margin-top:10px;
	padding-left: 20px;
}
fieldset {
	border:none;
}
table p img {
	margin:0;
	padding:0;
	border:none;
}

td.main-cell {
	padding: 10px;
}


p.toplinks {
	display: none;
}
p.centered {
	text-align: center;
	font-size: .75em;
}

div.box-title {
	margin-bottom:10px;
	color: #2cb503;
	font-size: 1.4em;
	font-weight: bold;
}

table.box-table {
	text-align:left;
	margin:0;
	padding:0;
}
table td.box-table-cell {
	margin:0;
	padding:0;
	padding-bottom: 10px;
	border-bottom: 1px solid #e7e5d5;
}
table td.box-table-cell img{
	float:left;
}

table tr#ProductsTotalRow {
	text-transform: uppercase;
	color: red;
	background-color: #e7e5d5;
}
table td.page-title {
	font-weight: bold;
	padding-bottom:10px;
	font-size: 1.2em;
}
table td.totalCell {
	padding: 5px;
}

table th {
	text-transform: uppercase;
	background-color: #e7e5d5;
	padding: 5px;
}

table.box-table img {
	margin:5px;
}

.submit-but{
	background-color: #e7e5d5;
	border:1px solid #2cb503;
	padding: 5px;
	color: #2cb503;
}

