textarea {
    font-family:"Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

h3.title {
    margin-bottom:14px !important;
    padding-bottom:2px;
    border-bottom:1px solid #989898 !important;
}

.items_title h2 {
    color:#630460 !important;
    font-size:24px !important;
}

#items-area li {
    height:122px;
    width:127px;
    float:left;
    display:inline-block;
    position:relative;
    margin-bottom:20px;
}

.ie7 #items-area li {
    zoom:1;
    display:inline;
}

#items-area li:last-child {
    margin-right:0;
}

#items-area li.collections_container {
    margin-right:35px;
}

#items-area ul {
    padding:0px;
}
.ie7 #items-area ul {
    width:650px;
    margin-left:0;
}

.item_thumbnail {
    max-height:122px;
}

#items-area .item_thumbnail {
    border-color:transparent;
}

#items-area .item_thumbnail:hover {
    border-color:#E1E1E1;
}

.collections_page h2,
.items_page h2,
#facebox h2 {
    color:#630460;
    font-family:"Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-weight:bold;
}

.main_title_tag {
    font-size:30px;
    padding-top:16px;
    text-indent:10px;
}

.collections_page h2 span,
.items_page h2 span {
    color:#737373;
}

.collections_page .main_title_tag .username,
.items_page .main_title_tag .username {
    color:#630460;
    text-decoration:none;
}

.collections_page .main_title_tag .username:hover,
.items_page .main_title_tag .username:hover {
    color:#630460;
    text-decoration:underline;
}

.collections_page .main_title_tag,
.items_page .main_title_tag {
    color:#3D3D3D;
    text-decoration:none;
}
.collections_page h2 a,
.items_page h2 a {
    color:#3D3D3D;
    text-decoration:none;
}

.collections_page h2 a:hover,
.items_page h2 a:hover {
    color:#3D3D3D;
    text-decoration:underline;
}

.collections_title {
    margin-bottom:8px;
    overflow:hidden;
}

.collections_title h2 {
    margin:0;
}

.collections_page input,
.items_page input {
    border: 2px solid #EFEFEF;
}

.display_collections a {
    color:#737373;
    font-size:12px;
    text-decoration:none;
}

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

.margin-left{
    margin-left:10px;
}

.owner_info {
    width:288px;
    margin:10px;
}

a.owner_name {
    color:#630460;
    font-size:20px;
    font-weight:bold;
    text-decoration:none;
    text-align:left;
}

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

.sidebar_title_tag {
    margin-bottom:0px;
    font-size:16px !important;
}
.sidebar_title_tag.space_top {
    margin-top:2em;
}
.ie7 .sidebar_title_tag.space_top {
    margin-top:0;
}

.collections_page button,
.items_page button {
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
}

#display_item,
#display_collection {
    text-align:center;
    display: none;
}

#display_item_wrapper,
#display_collection_wrapper {
    min-height: 400px;
}

#facebox #display_item_wrapper,
#facebox #display_collection_wrapper {
    width:650px;
    max-width:650px;
}

.item_description {
    margin-top:10px;
    color:#737373;
    font-size:12px;
    max-width:650px;
}

#item_tags h2,
#collection_tags h2,
.comments h2,
#facebox h2 {
    font-size:18px;
    color:#630460 !important;
}

#item_tags h2,
#collection_tags h2 {
    margin-bottom:0;
}

ul#tags_display {
    margin-top:0.5em;
    margin-bottom:0;
    width:308px;
}

.tags_message {
    color:#989898 !important;
    margin-top:-8px;
}

.comments h2 {
    margin-bottom:0;
}

.col_thumb {
    float:left;
    height:80px;
    width:107px;
    margin-bottom:10px;
    margin-right:10px;
    background-color:white;
}

.col_thumb img {
    border:1px solid #EFEFEF;
    display:block;
    height:80px;
    width:107px;
}

.controls ul.actions {
    display:inline-block;
    height:16px;
    margin-top:10px;
    width:auto;
    padding:0px;
}

.ie7 .controls ul.actions {
    zoom: 1;
    display: inline;
    float: left;
}

.edit_buttons_container {
    position:absolute;
    left:10px;
    top:95px;
}

.editicon,
.deleticon,
.removeicon {
    background-color:#FFFFFF;
    border:1px solid #E1E1E1;
    min-width:32px;
    width:32px;
    height:16px;
    min-height:16px;
    text-align:center;
    overflow:hidden;
    display:block;
}
.deleticon {
    border-top:0;
}

.deleticon img:hover,
.editicon img:hover,
.removeicon img:hover {
    position:relative;
    top:-16px;
}
.ie7 .deleticon img:hover,
.ie7 .editicon img:hover,
.ie7 .removeicon img:hover {
    position:static;
    top:0;
    margin-top:-16px;
}

#arrow_prev, #arrow_next,
#arrow_prev_item, #arrow_next_item,
#arrow_prev_collection, #arrow_next_collection {
    display:inline-block;
    height:34px;
    width:29px;
    float:right;
}

.ie7 #arrow_prev, .ie7 #arrow_next,
.ie7 #arrow_prev_item, .ie7 #arrow_next_item,
.ie7 #arrow_prev_collection, .ie7 #arrow_next_collection {
    zoom:1;
    display:inline;
}

#arrow_prev:hover, #arrow_next:hover,
#arrow_prev_item:hover, #arrow_next_item:hover,
#arrow_prev_collection:hover, #arrow_next_collection:hover {
    background-position:0 -34px;
}
#arrow_prev,
#arrow_prev_item,
#arrow_prev_collection {
    background-image:url('/images/previous.png');
}
#arrow_next,
#arrow_next_item,
#arrow_next_collection {
    background-image:url('/images/next.png');
    left:-1px;
    margin-left:-1px;
}

.spinner_container {
    height:16px;
    width:18px;
    background-color:white;
}
#vote .spinner_container,#item_vote .spinner_container  {
    width:27px;
}

.edit-desc,
.edit {
    overflow:hidden;
}
