#sidebar {
  width: 140px;
  float: left;
  margin: 1px 0 0 0;
  padding: 19px 29px 30px 20px;
  background: url("/images/sidebar_separator.png") right bottom no-repeat;
}

.profile_image {
  padding: 4px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 10px #e1e1e1;
  -moz-box-shadow: 0 0 10px #e1e1e1;
  -webkit-box-shadow: 0 0 10px #e1e1e1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 10px 0;
}

.profile_image img {
  display: block;
  width: 130px;
}

#content.application {
  width: 740px;
  float: right;
  margin: 40px 10px 0 10px;
  padding: 0 !important;
  position: relative;
  vertical-align: top;
}

.title {
  padding: 15px 0 20px 0;
  width: 380px;
  float: left;
  white-space: nowrap;
}

.title h1 {
  padding: 0;
}

.title .sort_by {
  float: right;
  font-size: 12px;5
  line-height: 34px;
}

.title .sort_by a {
  margin: 0 5px;
}

.title_actions {
  float: right;
  margin: 40px 0 10px 0;
}

.title_actions.no_margin {
  float: right;
  margin: 0 0 0 0;
}

.title_actions a {
  display: block;
  height: 26px;
}

/*=============================*/
/*==   Index Lists, Blocks   ==*/
/*=============================*/
ul.block_list > li {
  border: 1px solid #e6e6e6;
  background: #ffffff url("/images/library/item_background.png") center bottom repeat-x;
  margin: 0 20px 26px 0;
  display: block;
  float: left;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 1px 10px #ebebeb;
  -moz-box-shadow: 1px 1px 10px #ebebeb;
  -webkit-box-shadow: 1px 1px 10px #ebebeb;
  position: relative;
  text-align: center;
  vertical-align: top;
  padding: 13px;
  width: 130px;
}

ul.block_list > li a {
  text-decoration: none;
}

ul.block_list li.last-in-row {
  margin-right: 0;
}

ul.block_list > li:hover {
  background-color: #fcfcfc;
  box-shadow: 0 0 12px #dadada;
  -moz-box-shadow: 0 0 12px #dadada;
  -webkit-box-shadow: 0 0 12px #dadada;
}

ul.block_list > li .image {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #d3d3d3;
  width: 128px;
  background: #ffffff;
  margin: 0 auto 10px auto;
}

ul.block_list > li .image img {
  display: block;
  width: 126px;
  height: 126px;
  border: 1px solid #ffffff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

ul.block_list > li .name {
  white-space: normal;
  color: #333;
  font-size: 11px;
  line-height: 14px;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dashed #efefef;
  height: 28px;
  overflow: hidden;
}

ul.block_list > li .details {
  padding: 0 0 0 0;
  margin: 0 0 10px 0;
  border-bottom: 1px dashed #efefef;
}

ul.block_list > li .details span {
  line-height: 16px;
  text-align: left;
  font-size: 11px;
  color: #666;
  text-shadow: 1px 1px 0 #ffffff;
  overflow: hidden;
  height: 20px;
  display: block;
  white-space: nowrap;
}

ul.block_list.users > li .details span {
  text-align: center;
}

ul.block_list > li .download_actions {
  height: 20px;
  width: 100%;
}

ul.block_list > li .download_actions a {
  float: left;
}

ul.block_list > li .download_actions .switch {
  float: left;
  border: none;
  margin: 0 0 0 0;
}

ul.block_list > li .download_actions .switch:hover {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

ul.block_list > li .download_actions .switch strong {
  float: left;
  background: none;
  padding: 0 0 0 0;
}

ul.block_list > li .download_actions .switch strong span {
  float: left;
  font-size: 10px;
}

ul.block_list > li .download_actions .download {
  background: url("/images/icon_download.png") right center no-repeat;
  height: 20px;
  width: 20px;
  float: right;
}

ul.block_list > li .download_actions .edit {
  background: url("/images/icon_edit.png") right center no-repeat;
  height: 20px;
  width: 20px;
}

ul.block_list > li .download_actions .delete {
  background: url("/images/icon_delete.png") right center no-repeat;
  height: 20px;
  width: 20px;
}

ul.block_list > li .download_actions .follow {
  background: url("/images/toggle_tree_closed.png") left center no-repeat;
  padding: 0 0 0 18px;
  font-size: 11px;
  color: #666;
  float: left;
}

ul.block_list > li .download_actions .unfollow {
  background: url("/images/toggle_tree_open.png") left center no-repeat;
  width: 28px;
  padding: 0 0 0 18px;
  font-size: 11px;
  color: #666;
  float: left;
}

ul.block_list > li .download_actions .files {
  background: url("/images/icon_download.png") left center no-repeat;
  font-size: 11px;
  float: right;
  padding: 0 0 0 20px;
  margin: 0 0 0 20px;
  color: #666;
}


.index_block {
  padding: 15px 0 20px 0;
  border-bottom: 2px dotted #f4f4f4;
  margin: 0 48px 0 0;
}

.index_block.last {
  padding-bottom: 0;
  border-bottom: none;
}


.switch {
  border: 1px solid #d6d6d6;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  float: left;
  display: block;
  color: #363636;
  text-shadow: 1px 1px 0 #ffffff;
  margin: 0 8px 0 0;
  text-decoration: none;
}

.switch a {
  text-decoration: none;
}

.switch strong {
  border: 1px solid #f9f9f9;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: url("/images/button_grey.png") center bottom repeat-x;
  height: 20px;
  padding: 2px 10px;
  display: block;
  color: #555555;
  text-decoration: none;
}

.switch:hover {
  border: 1px solid #c6c6c6;
  box-shadow: 0 0 5px #dadada;
  -moz-box-shadow: 0 0 5px #dadada;
  -webkit-box-shadow: 0 0 5px #dadada;
}

.switch .follow strong span {
  background: url("/images/toggle_tree_closed.png") left center no-repeat;
  padding-left: 22px;
}

.switch .unfollow strong span {
  background: url("/images/toggle_tree_open.png") left center no-repeat;
  padding-left: 22px;
}

.switch .like strong span {
  background: url("/images/library/thumbs_up_strong.png") left center no-repeat;
  padding-left: 22px;
}

.switch .unlike strong span {
  background: url("/images/library/thumbs_up.png") left center no-repeat;
  padding-left: 22px;
}

.switch .favorite strong span {
  background: url("/images/library/favorite.png") left center no-repeat;
  padding-left: 22px;
}

.switch .unfavorite strong span {
  background: url("/images/library/unfavorite.png") left center no-repeat;
  padding-left: 22px;
}

.switch .edit strong span {
  background: url("/images/icon_edit.png") left center no-repeat;
  padding-left: 22px;
}

.switch .delete strong span {
  background: url("/images/icon_delete.png") left center no-repeat;
  padding-left: 22px;
}

.browse {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  display: block;
  float: right;
  color: #606060;
  text-shadow: 1px 1px 0 #ffffff;
  text-decoration: none;
  font-size: 12px;
  margin: 0 0 0 0;
}

.browse strong {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 16px;
  line-height: 16px;
  padding: 3px 8px 5px 4px;
  background: #f2f2f2 url("/images/pagination.png") center bottom repeat-x;
}

.browse strong span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  background: #ffffff;
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 5px;
  margin: 0 4px 0 0;
  font-size: 11px;
  box-shadow: 0 0 3px #ededed;
  -moz-box-shadow: 0 0 3px #ededed;
  -webkit-box-shadow: 0 0 3px #ededed;
}


/*==========================*/
/*==   CAD File details   ==*/
/*==========================*/
.cadfile_image {
  float: left;
  width: 310px;
  margin: 0 30px 0 0;
}

.cadfile_image .magnify {
  content: url(/images/lightbox/magnify.png);
  position: absolute;
  width: 35px;
  height: 35px;
}

.cadfile_image .image {
  padding: 4px;
  border: 1px solid #d7d7d7;
  box-shadow: 0 0 10px #e1e1e1;
  -moz-box-shadow: 0 0 10px #e1e1e1;
  -webkit-box-shadow: 0 0 10px #e1e1e1;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  margin: 0 0 10px 0;
}

.cadfile_image img {
  display: block;
  width: 300px;
}

.cadfile .description {

}

.cadfile_details {
  float: left;
  width: 260px;
  margin: 0 0 20px 0;
}

.cadfile_details li {
  line-height: 20px;
}

.comments {
  padding: 30px 0 0 0;
}

.comments h2 {
  float: left;
}

.comments ul {}

.comments ul > li {
  border: 1px solid #f2f2f2;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  padding: 10px;
  margin: 0 0 10px 0;
}

.comments ul > li:hover {
  box-shadow: 1px 1px 5px #f2f2f2;
  -moz-box-shadow: 1px 1px 5px #f2f2f2;
  -webkit-box-shadow: 1px 1px 5px #f2f2f2;
}

.comments ul > li .author .avatar {
  float: left;
  margin: 0 10px 10px 0;
}

.comments ul > li .author .user_details {
  float: left;
  padding: 0;
}

.comments ul > li .author .user_details strong {
  font-size: 15px;
  display: block;
}

.comments ul > li .author .user_details span {
  font-size: 11px;
  display: block;
  color: #6f6f6f;
}

.comments ul > li p {
  overflow: hidden;
}

.comments ul > li p:last-child {
  padding: 0;
}

.comment_new_wrapper {
  border-top: 2px dotted #f4f4f4;
  padding: 20px 0 0 0;
  text-align: center;
}


.comment_new_wrapper .field.comment_new {
  margin: 0 auto;
  width: 500px;
}

.comment_new_wrapper .field.comment_new textarea {
  width: 100%;
  height: 80px;
}