#log {
  padding-bottom: 1em;
  border-bottom: 2px solid #000;
  margin-bottom: 2em;
}

#logsummary {
  margin-bottom: 1em;
  padding: 1ex;
  border: 1px solid #000;
  font-weight: bold;
}

#logtable {
  width:100%;
  border-collapse: collapse;
  border: 1px dotted #666;
}

#logtable td, #logtable th {
  text-align: left;
  padding: 3px 8px;
  border: 1px dotted #666;
}

#logtable .passed {
  background-color: #cfc;
}

#logtable .failed, #logtable .error {
  background-color: #fcc;
}

#logtable .nameCell {
  cursor: pointer;
}

/* Added 1/23 to style the img thumbnail uploader thingy */
#manage{
float:left;
width:500px;
font-size:10pt;
}
#calback{
float:left;
width:510px;
font-size:9pt;
}
#images_container{
float:left;
width:510px;
font-size:7pt;
}

img.loaded{
margin:7px 0 0px 5px;
display:block;
}

#images_container div{
float:left;
width:155px;
height:85px;
text-align:right;
background:#dddddd;
margin:5px 5px 5px 0;
padding:3px;
}

/* Added 1/23 to style the img thumbnail uploader thingy */
#mystore_container{
float:left;
width:500px;
font-size:9pt;
}

img.loaded{
margin:7px 0 0px 5px;
display:block;
}

#mystore_container div{
float:left;
width:140px;
height:200px;
text-align:left;
background:#efefef;
margin:5px 5px 5px 5px;
padding:7px;
}
#cartbox {
	width: 450px;
	padding:10px;
	float:right;
	margin:65px 0 0 55px;
	line-height:normal;
	
	border: 1px solid rgb(71, 165, 209);
	background: rgb(200, 228, 241);
	color: rgb(74, 139, 185);
	-moz-background-clip: -moz-initial;
	-moz-background-origin: -moz-initial;
	-moz-background-inline-policy: -moz-initial;
}

#cartbox ul {
	font-size:.8em;
}
#cartbox ul li {
	padding-bottom:10px;
}
#cartbox strong {
	color:#174680;
}
#cartright div .product_preview {
background:#d6effa;
margin:0 !important;
padding:0 !important;
width:183px;
float:none;
}
#cartleft {
	float:left;
	width:500px;
}
#cartright {
	float:right;
	width:300px;
}
#shipleft {
	float:left;
	width:240px;
}
#shipright {
	float:right;
	width:240px;
}
#shipmain {
	float:right;
	width:500px;
}
.cartfooter {
	height: 10px;
	text-align: right;
	background: #cfcfcf;
	color: #666699;
}

.cartfooter td {
	text-align: right;
	color: #666699;
}
.cartlfooter {
	height: 10px;
	text-align: left;
	background: #cfcfcf;
	color: #666699;
}

.cartlfooter td {
	text-align: left;
	color: #666699;
}
.carthead {
	width: 100%;
	color: #1e338a;
	font-size: 14px;      
}
/* ------------------------------------------------------- */
