@charset "UTF-8";
/* CSS Document */
#nav {
float:left;
width:185px;
}
#column-wrapper {
float:right;
width:735px;
}
.content {
float:left;
width:530px;
margin:10px 0 0;
}
#info {
float:right;
width:175px;
}

#info .head {
margin:50px 0 11px;
}

#info ul {
list-style: none;
}

#recently-viewed-items {}
#recently-viewed-items ul {}
#recently-viewed-items li {
margin:0 0 11px;
overflow: auto;
}
#recently-viewed-items a {}
#recently-viewed-items span {
float:right;
width:117px;
overflow: hidden;
}
#recently-viewed-items img {float: left;}