#left_container{
float:left;width:250px;
}

#right_container{
float:left;width:600px;margin-left:10px;
}

.section_title{
font-size:18px;color:#e22914;font-weight:BOLD;border-bottom:1px dotted #d7d7d7;
}

.section{
margin-bottom:15px;
}

#left_container_content{
width:280px;
padding-left:4px;
}

.album_box{
float:left;
width:115px;
margin-top: 5px;
margin-left: 2px;
margin-right: 2px;
}

.album_box_top{
width:132px;
height:10px;
}

.album_box_content{
padding-top:0px;
margin-top:0px;
width:110px;
height:1%;
}

.album_box_bottom{
width:110px;
height:11px;
}

.album_box_album_name{
color:#e22914;
}

.album_box_album_name:hover {
text-decoration:underline;
}

.album_box_image{
margin-left:8px;
width:90px;
height:65px;

cursor:hand;
cursor:pointer;
}

.user_add_box_button{
border:1px solid #d7d7d7;
background-color:#f5f5f5;
font-size:14px;
width:75px;
}

/* smart menu page links */
.smpl_active{
margin:1px;
padding:1px;
background-color:#0066ff;
color:WHITE;
}

a.smpl_passive{
margin:1px;
padding:1px;
color:#0066ff;
}

a.smpl_passive:hover{
background-color:#6699ff;
color:WHITE;
}

.empty_album_list_container{
text-align : center;
font-size : 13px;
margin-left : 20px;
margin-right : 20px;
padding : 5px;
background-color : #ebedf3;
border : 1px dotted #d7d7d7;
}

.empty_album_list_container a{
color: #e25914;
}

.empty_album_list_container a:hover{
text-decoration : underline;
}

.section_link{
margin:2px;padding:5px;background-color:#f5f5f5;
}

/* profile tabs */
.profile_tab_container{
border-bottom:1px dotted #d7d7d7;
padding-top:10px;
padding-bottom:5px;
}
.profile_tab{
margin:0px;
padding:0px;
list-style:none;
border-bottom:1px dotted #d7d7d7;
}
.profile_tab li{
display:inline;
padding:8px;
padding-top:5px;
padding-bottom:5px;
}

.profile_tab_active{
color:#e25914;font-weight:BOLD;background-color:#f5f5f5;
}

.profile_tab_passive{
font-weight:BOLD;color:#e25914;
}

.profile_tab_info_title{
font-weight:BOLD;
font-size:15px;
border-bottom:1px dotted #e25914;
margin-bottom:2px;
}
#profile_name{
font-size:20px;color:#0063dc;font-weight:BOLD;
}
#profile_message{
padding-top:4px;color:#222;font-style:italic;height:20px;
}
.profile_info_tab_container{
padding-top:10px;padding-bottom:20px;
}
