/*
Store Drop Downs
*/
.ctrDropDown{
width:75px;
}
.ctrDropDownClick{
width:240px;
}
.plainDropDown{
width:75px;
}
/*
AMAZON.COM RECOMMENDATIONS
*/
.recommendations {
width:560px;
background-color: #f8f8f8;
border-top: 1px dotted #e8e8e8;
padding-top: 12px;
}
.recommendations h4 {
font: 16px/21px arial,helvetica,sans-serif;
color: #ccaa44;
text-transform: uppercase;
margin: 0 0 12px 10px;
}
.recommendations h4 a {
color: #ccaa44;
text-decoration: none;
}
.items {
width:550px;
height: 60px;
padding: 0 0 15px 10px;
border-bottom: 1px dotted #e8e8e8;
margin-bottom: 42px;
}
.item {
float:left;
width: 180px;
}
.item .cover {
float:left;
margin-right: 7px;
}
.item .title {
font: 11px/14px arial,helvetica,sans-serif;
margin: -2px 0 5px 48px;
}
.item .title a {
text-decoration: none;
color: #444;
}
.item .buy-link {
margin: 0 0 0 48px;
font: bold 10px arial,helvetica,sans-serif;
}
.item .buy-link a {
text-decoration: none;
color: #aa3322;
}

