/**********************************************************************************
		GLOBAL
**********************************************************************************/

html {
	background-color: black;
}

body {
	background: url(../img/bg-main.jpg) repeat scroll 0 0 #eee;
  font: 12px "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	color: #666666;
}

a, a:visited, a:active, a:focus {
	color: #0084B4;
	cursor: pointer;
	text-decoration: none;
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 140%;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
	line-height: 120%;
	margin: 0 0 20px;
}

h5 {
	font-size: 13px;
}

p {
	margin: 0 0 10px;
}

div.clear {
	clear: both;
}

.hidden {
	display: none !important;
}

input[type="text"], input[type="password"] {
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #B3B3B3;
  padding: 5px 9px;
}

input[type="submit"] {
  -moz-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
  background: -moz-linear-gradient(center top, #A7E300, #99D100) repeat scroll 0 0 #99D100;
  background: -webkit-gradient(linear, center top, center bottom, from(#A7E300), to(#99D100)) repeat scroll 0 0 #99D100;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7E300', endColorstr='#99D100');
  color: #FFF;
  cursor: pointer;
  display: block;
  font-weight: bold !important;
  height: 31px;
  line-height: 18px;
  padding: 4px 17px 6px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}

input[type="submit"]:hover {
	background: -moz-linear-gradient(center top, #99D100, #A7E300) repeat scroll 0 0 #A7E300;
  background: -webkit-gradient(linear, center top, center bottom, from(#99D100), to(#A7E300)) repeat scroll 0 0 #A7E300;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99D100', endColorstr='#A7E300');
  border-color: #87B800;
  text-decoration: none;
}

.button {
	border: 1px solid #ccc;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	overflow: visible;
	padding: 5px 10px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #ddd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dddddd');
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-radius: 0 \0;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
}

a.button {
	color: #333333;
}

.button:hover {
	border-color: #bbb;
	background-color: #d8d8d8;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d8d8d8));
	background-image: -moz-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -ms-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#d8d8d8));
	background-image: -webkit-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -o-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: linear-gradient(#f8f8f8,#d8d8d8);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-decoration: none;
}

.button:active {
	background-image: none;
	border-color: #bbb;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.5);
}

.btn {
	position: relative;
	display: inline-block;
	overflow: visible;
	padding: 5px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #ccc;
	background-repeat: no-repeat;
	border: 1px solid #ccc;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border-radius: 0 \0;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,.5);
	box-shadow: 0 1px 0 rgba(255,255,255,.5);
}

button.btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.btn {
	background-color: #ddd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#fff),to(#ddd));
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#ddd));
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#dddddd');
}

.btn:hover {
	text-decoration: none;
	background-color: #d8d8d8;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d8d8d8));
	background-image: -moz-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -ms-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#d8d8d8));
	background-image: -webkit-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -o-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: linear-gradient(#f8f8f8,#d8d8d8);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	border-color: #bbb;
}

.btn:active {
	border-color: #bbb;
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.5);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.5);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.1),0 1px 0 rgba(255,255,255,.5);
}

.btn.disabled, .btn.disabled:hover {
	color: #777;
	text-shadow: 0 1px 0 rgba(255,255,255,.75);
	cursor: default;
	background-image: none;
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
}

a.btn, a.btn:visited, a.btn:active, a.btn:focus {
	color: #333;
}

.btn.large {
	font-size: 16px;
	line-height: 28px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.btn.small {
	padding-right: 9px;
	padding-left: 9px;
	font-size: 11px;
}

/**********************************************************************************
    HEADER
**********************************************************************************/

#menus {
	width: 100%;
	position: fixed;
	left: 0;
  top: 0;
	-webkit-box-shadow: 0 0 5px #303030;
	-moz-box-shadow: 0 0 5px #303030;
	box-shadow: 0 0 5px #303030;
  z-index: 9999;
}

#header {
	background-color: #2C2C2C;
  background-image: -moz-linear-gradient(center top , #333333, #222222);
  background-repeat: repeat-x;
  width: 100%;
  height: 50px;
}

#header_inner {
  margin: 0 auto;
  width: 990px;
	position: relative;
}

#header #logo {
  float: left;
  display: block;
  height: 26px;
  padding-top: 14px;
  width: 242px;
	margin-left: -7px;
}

#header a#logo:active img {
	position: relative;
  top: 1px;
}

#search {
	position: relative;
	padding: 12px 0 0 34px;
	float: left;
}

#search .search-input {
	background: url(../img/search.png) no-repeat scroll 2px 6px #BBBBBB;
	width: 170px;
	height: 16px;
	display: block;
	padding: 6px 7px 6px 23px;
	font-size: 14px;
	color: #3D3D3D;
	border: 0;
	outline: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .2);
	-webkit-transition: all .33s ease-in-out;
	-moz-transition: all .33s ease-in-out;
	transition: all .33s ease-in-out;
}

#search .search-input:-moz-placeholder {
	color: #3D3D3D;
}

#search .search-input::-webkit-input-placeholder {
	color: #3D3D3D;
	line-height: 16px;
}

#search .search-input:focus {
	color: #444;
	text-shadow: none;
	background-color: #FFF;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#search .search-input:focus:-moz-placeholder {
	color: #444;
}

#search .search-input:focus::-webkit-input-placeholder {
	color: #444;
}

#header .navigation {
	font-size: 14px;
  height: 50px;
  line-height: 50px;
	float: right;
}

#header #nav, #header #nav li {
  float: left;
}

#header #nav li a {
  color: white;
	display: block;
  padding: 0 10px;
}

#header #nav li a:hover {
	background-color: #222222;
}

#header #alt_nav {
  float: right;
  margin-right: -10px;
}

#header #alt_nav li {
  float: left;
}

#header #alt_nav li a {
	color: #B0D66D;
	display: block;
  padding: 0 10px;
}

#header #alt_nav li a:hover {
  background-color: #222222;
}

#header #notifications {
  float: right;
  position: relative;
}

#header #notifications a.notifications_button {
  width: 30px;
  height: 50px;
  padding: 0 10px;
  color: #404040;
  text-decoration: none;
  display: inline-block;
}

#header #notifications a.notifications_button:hover,
#header #notifications a.notifications_button:focus {
  color: #000000;
  background-color: #222222;
}

#header #notifications a.notifications_button .notifications_button_img {
  width: 100%;
  height: 100%;
  background: url(../img/bell.png) no-repeat 0 14px transparent;
  opacity: 0.7;
}

#header #notifications.has_new a.notifications_button .notifications_button_img {
  opacity: 1;
}

#header #notifications a.notifications_button .count {
  background-color: #dc0d17;
  background-image: linear-gradient(#fa3c45, #dc0d17);
  border-radius: 8px;
  color: #FFFFFF;
  font: bold 11px/16px Arial;
  min-width: 14px;
  padding: 0 1px;
  position: absolute;
  right: 10px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  top: 10px;
  visibility: hidden;
  z-index: 9999;
}

#header #notifications a.notifications_button .count_value {
  padding: 0 2px;
  visibility: hidden;
}

#header #notifications.has_new a.notifications_button .count,
#header #notifications.has_new a.notifications_button .count_value {
  visibility: visible;
}

#header #notifications #notifications_flyout {
  width: 374px;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: -1px 0 0 -325px;
  position: absolute;
  top: 50px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
}

#header #notifications #notifications_flyout h3 {
  border-bottom: 1px solid rgba(100, 100, 100, 0.22);
  color: #4d4d4d;
  font-size: 13px;
  margin-bottom: 0;
  padding: 6px 10px;
}

#header #notifications #notifications_flyout a {
  color: #4d4d4d;
  line-height: 18px;
  min-height: 36px;
  padding: 10px;
  text-shadow: none;
  display: block;
}

#header #notifications #notifications_flyout a:hover {
  background: #f7f6f6;
}

#header #notifications #notifications_flyout a img {
  float: left;
  margin-right: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#header #notifications #notifications_flyout a p {
  font-weight: normal;
  margin: 0;
  padding-left: 46px;
}

#header #notifications #notifications_flyout a p.notification_time {
  color: #999;
  font-size: 12px;
}

#header #notifications #notifications_flyout a p .entity {
  font-weight: bold;
}

#header #notifications #notifications_flyout a p strong {
  color: #999999;
  font-size: 11px;
}

#header #notifications #notifications_flyout #notifications_show_all {
  background: #F7F7F7;
  border-top: 1px solid #E8E9EB;
  text-align: center;
  -moz-border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

#header #notifications #notifications_flyout #notifications_show_all a {
  color: #0084B4;
  font-size: 11px;
  min-height: inherit;
  padding: 7px 0;
  display: block;
  font-weight: bold;
}

#header #notifications #notifications_flyout #notifications_show_all a:hover {
  text-decoration: underline;
  -moz-border-radius: 0px 0px 2px 2px;
  -webkit-border-radius: 0px 0px 2px 2px;
  border-radius: 0px 0px 2px 2px;
}

#header #notifications ul {
  list-style: none;
  margin: 0;
}

#header #notifications li {
  color: #4D4D4D;
  font-size: 13px;
  border-top: 1px solid #e8e9eb;
  overflow: hidden;
}

#header #notifications li:first-child {
  border: none;
}

#header #notifications li.loading,
#header #notifications li.empty {
  font-size: 13px;
  line-height: 16px;
  margin: 18px auto;
  padding: 0 10px;
}

#header #notifications li.empty {
  color: #999999;
  text-align: center;
}

#header #notifications li.unseen_true {
  background: none repeat scroll 0 0 rgba(237, 239, 245, 0.98);
}

#header #notifications li.unseen_true:hover a {
  background: #F4F6F9 !important;
}

#header #user_navigation {
	float: right;
  margin-right: -10px;
}

#header #user_navigation a {
	color: white;
	display: block;
	font-size: 14px;
	line-height: 50px;
	padding: 0 10px 0 10px;
  max-width: 306px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#header #user_navigation a:hover {
	background-color: #222222;
	color: #fff;
}

#header #user_navigation .arrow_down {
	margin-left: 3px;
}

#header #user_navigation .profile_pic img {
	float: left;
	height: 32px;
	position: relative;
	right: 5px;
	top: 10px;
	width: 32px;
  border-radius: 3px;
}

#header #user_navigation #user_nav {
	display: none;
	min-width: 160px;
	position: absolute;
	right: -11px;
	top: 50px;
	z-index: 11;
}

#header #user_navigation #user_nav ul {
	background-clip: padding-box;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  list-style: none outside none;
  margin: -1px 0 0;
  padding: 4px 0;
}

#header #user_navigation #user_nav li.my_profile a {
	text-indent: 10px;
}

#header #user_navigation #user_nav ul a {
	color: #333333;
	display: block;
	font-size: 14px;
	line-height: 23px;
	padding: 3px 16px;
	text-shadow: none;
}

#header #user_navigation #user_nav ul a:hover {
	background: #222222;
	color: #fff;
	text-decoration: none;
}

#header #user_navigation:hover #user_nav {
	display: block;
}

#sub_nav {
	background: #252525;
	background: -moz-linear-gradient(#000000 0%, #272727 70%, #333333 100%);
	background: -ms-linear-gradient(#000000 0%, #272727 70%, #333333 100%);
	background: -webkit-linear-gradient(#000000 0%, #272727 70%, #333333 100%);
	background: -o-linear-gradient(#000000 0%, #272727 70%, #333333 100%);
	background: linear-gradient(#000000 0%, #272727 70%, #333333 100%);
	font-size: 14px;
  line-height: 45px;
	display: block;
	height: 45px;
}

#sub_nav_inner {
	margin: 0 auto;
  width: 990px;
	position: relative;
}

#sub_nav .links {
	display: block;
	float: left;
}

#sub_nav .album_thumb {
  display: block;
  float: left;
  height: 32px;
  margin: 7px 0 0 1px;
}

#sub_nav .album_thumb img {
  display: inline-block;
  height: 32px;
  width: 32px;
}

#sub_nav ul {
  float: left;
	margin-left: 10px;
}

#sub_nav li {
  float: left;
}

#sub_nav li a {
  color: #B0D66D;
  display: block;
  padding: 0 10px;
}

#sub_nav li a:hover {
  background-color: #000000;
}

#sub_nav .user_score {
	font-size: 12px;
	color: #FFF;
	float: right;
}

#sub_nav .user_score span {
	margin-right: 6px;
}

#sub_nav .user_score .radial_progress_bar {
	margin-top: 7px;
	float: right;
}

#sub_nav .user_score .radial_progress_bar input.score_dial {
  height: 16px !important;
  color: #FFF !important;
  font: 11px "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif !important;
  margin-top: 8px !important;
}

/**********************************************************************************
    CONTENT
**********************************************************************************/

#content {
  padding: 70px 0 10px;
}

#content_inner {
	margin: 0 auto;
	width: 990px;
	min-height: 560px;
}

.with_subnav {
	padding-top: 45px;
}

/**********************************************************************************
    FOOTER
**********************************************************************************/

#footer {
  background-color: black;
  font-size: 12px;
  height: 40px;
  padding: 20px 0 5px;
}

#footer #footer_inner {
  margin: 0 auto;
  width: 990px;
}

#footer ul {
  float: left;
  margin-left: -8px;
}

#footer ul li {
  float: left;
}

#footer ul li a {
	color: #ccc;
  font-weight: normal;
  padding: 15px 10px;
}

#footer ul li a:hover {
  text-decoration: underline;
}

#footer p {
	color: #ccc;
  float: right;
  text-align: right;
}

/**********************************************************************************
    LOG IN / SIGN UP / FORGOT PASSWORD
**********************************************************************************/

#log_in_wrapper,
#sign_up_wrapper,
#forgot_password_wrapper,
#reset_password_wrapper {
  margin: 0 auto;
  width: 560px;
}

#log_in_wrapper #log_in_header,
#sign_up_wrapper #sign_up_header,
#forgot_password_wrapper #forgot_password_header,
#reset_password_wrapper #reset_password_header {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: url(../img/bg-head.png) repeat scroll 0 0 #838383;
  border: 1px solid #194E15;
  padding: 10px 0 10px 15px;
}

#log_in_wrapper #log_in_header h3,
#sign_up_wrapper #sign_up_header h3,
#forgot_password_wrapper #forgot_password_header h3,
#reset_password_wrapper #reset_password_header h3 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
	margin: 0;
}

#log_in_wrapper #log_in,
#sign_up_wrapper #sign_up,
#forgot_password_wrapper #forgot_password,
#reset_password_wrapper #reset_password {
	-moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-box-shadow: 0 2px 5px #DDDDDD;
  -webkit-box-shadow: 0 2px 5px 0 #DDDDDD;
  box-shadow: 0 2px 5px 0 #DDDDDD;
  background: none repeat scroll 0 0 white;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 35px 0 15px 35px;
}

#log_in_wrapper #log_in #authMessage {
	color: #fff;
  background-color: #F05931;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  width: 290px;
  margin: 0 0 12px 5px;
  padding: 10px 15px;
}

#log_in_wrapper #log_in form,
#sign_up_wrapper #sign_up form,
#forgot_password_wrapper #forgot_password form,
#reset_password_wrapper #reset_password form {
  margin-bottom: 20px;
}

#sign_up_wrapper #sign_up form .name {
	overflow: hidden;
}

#sign_up_wrapper #sign_up form .name .input {
  float: left;
}

#sign_up_wrapper #sign_up form .name .input input {
  font-weight: bold;
  margin-right: 11px;
  width: 132px;
}

#sign_up_wrapper #sign_up form .name .input input.last_name {
  margin-right: 0;
}

#sign_up_wrapper #sign_up form .validation {
	background-color: transparent;
  color: red;
  display: block;
  font-weight: bold;
  margin-top: -6px;
  margin-bottom: 10px;
  margin-left: 5px;
}

#log_in_wrapper #log_in form .submit,
#forgot_password_wrapper #forgot_password form .submit,
#reset_password_wrapper #reset_password form .submit {
	position: relative;
	margin-top: 15px;
}

#log_in_wrapper #log_in form .help,
#log_in_wrapper #log_in form .create,
#forgot_password_wrapper #forgot_password form .login {
  display: block;
  margin-top: -6px;
  margin-bottom: 10px;
  margin-left: 6px;
}

#log_in_wrapper #log_in form .create,
#forgot_password_wrapper #forgot_password form .login {
	position: absolute;
	top: 14px;
	left: 105px;
}

#forgot_password_wrapper #forgot_password form .login {
	left: 163px;
}

#log_in_wrapper #log_in form .help a {
	color: #90C100;
	font-weight: normal;
}

#log_in_wrapper #log_in form .create a,
#forgot_password_wrapper #forgot_password form .login a {
	color: #90C100;
	font-weight: bold;
	margin-left: 3px;
}

#log_in_wrapper #log_in form .help a:hover,
#log_in_wrapper #log_in form .create a:hover,
#forgot_password_wrapper #forgot_password form .login a:hover {
	text-decoration: underline;
}

#sign_up_wrapper #sign_up form .spinner {
  background: url(../img/spinner.gif) no-repeat scroll left top transparent;
  float: right;
  margin: -1px 150px 0 0;
  padding: 17px;
}

#log_in_wrapper #log_in form label,
#sign_up_wrapper #sign_up form label,
#forgot_password_wrapper #forgot_password form label,
#reset_password_wrapper #reset_password form label {
	display: block;
  font-weight: bold;
  color: #838383;
  margin-left: 5px;
  padding-bottom: 4px;
}

#log_in_wrapper #log_in form input[type="text"], #log_in_wrapper #log_in form input[type="password"],
#sign_up_wrapper #sign_up form input[type="text"], #sign_up_wrapper #sign_up form input[type="password"],
#forgot_password_wrapper #forgot_password form input[type="text"], #forgot_password_wrapper #forgot_password form input[type="password"],
#reset_password_wrapper #reset_password form input[type="text"], #reset_password_wrapper #reset_password form input[type="password"] {
  color: #202020;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 5px;
  width: 300px;
}

#log_in_wrapper #log_in form input[type="submit"],
#sign_up_wrapper #sign_up form input[type="submit"] {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #99D100;
  font-size: 13px;
  margin: 5px 0 0 5px;
  width: 100px;
}

#forgot_password_wrapper #forgot_password form input[type="submit"],
#reset_password_wrapper #reset_password form input[type="submit"] {
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border: 1px solid #99D100;
  font-size: 13px;
  margin: 5px 0 0 5px;
}

#log_in_wrapper #log_in form input[type="submit"]:hover,
#sign_up_wrapper #sign_up form input[type="submit"]:hover,
#forgot_password_wrapper #forgot_password form input[type="submit"]:hover,
#reset_password_wrapper #reset_password form input[type="submit"]:hover {
  border-color: #87B800;
}

/**********************************************************************************
    STICKERS
**********************************************************************************/

#stickers {
	width: 585px;
	height: 465px;
	margin-left: -5px;
	position: absolute;
}

#new_stickers {
	width: 125px;
	height: 162px;
	padding: 70px 0 0 60px;
	position: relative;
	float: left;
}

#new_packets {
	width: 248px;
	height: 178px;
	padding: 54px 0 0 152px;
	float: right;
}

#duplicate_stickers {
	width: 192px;
	height: 172px;
	padding: 60px 0 0 100px;
	float: left;
}

#new_swaps {
	width: 293px;
	height: 172px;
	padding: 60px 0 0 0;
	float: right;
}

/* Shared Properties */
#new_stickers h2,
#new_packets h2,
#duplicate_stickers h2,
#new_swaps h2 {
	width: 150px;
	height: 15px;
	font-size: 14px;
	color: white;
	font-weight: bold;
	text-align: center;
	text-shadow: #000 0px 1px 0px;
}

#new_stickers h2 {
	margin: 0 0 13px -25px;
}

#new_packets h2 {
	margin: -17px 0 20px -7px;
}

#duplicate_stickers h2 {
	width: 190px;
	margin: 0 0 13px -45px;
}

#new_swaps h2 {
	margin: -27px 0 13px -26px;
}

/* Shared Properties */
#new_stickers .empty_frame,
#new_packets .empty_frame,
#duplicate_stickers .empty_frame {
	border: 4px solid #000;
	-moz-opacity: .1;
	filter: alpha(opacity=10);
	opacity: .1;
}

#new_stickers .empty_frame,
#duplicate_stickers .empty_frame {
	width: 92px;
	height: 117px;
}

#new_stickers .empty_frame {
	position: absolute;
	top: 98px;
	left: 60px;
}

#new_packets .empty_frame {
	width: 127px;
	height: 142px;
}

/* Shared Properties */
#new_stickers .empty_frame_inner,
#new_packets .empty_frame_inner,
#duplicate_stickers .empty_frame_inner {
	background-color: #000;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
	opacity: .7;
}

#new_stickers .empty_frame_inner,
#duplicate_stickers .empty_frame_inner {
	width: 92px;
	height: 117px;
}

#new_packets .empty_frame_inner {
	width: 127px;
	height: 142px;
}

/* Shared Properties */
#new_stickers img,
#new_packets img,
#duplicate_stickers img,
#new_swaps img {
	position: absolute;
	/*-moz-box-shadow: .1px .1px .5px #000;
	-webkit-box-shadow: .1px .1px .5px #000;
	box-shadow: .1px .1px .5px #000;*/
	z-index: 100;
}

#new_stickers img {
	top: 104px;
	left: 65px;
}

#new_stickers span.new_sticker_number {
  width: 25px;
  font-weight: bold;
  color: #000;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
  text-align: right;
  position: absolute;
  top: 107px;
  left: 122px;
  z-index: 101;
  pointer-events: none;
}

#new_packets img {
	top: 73px;
	left: 337px;
}

#duplicate_stickers img {
	top: 326px;
	left: 105px;
}

#new_swaps img {
	top: 298px;
	left: 295px;
}

/**********************************************************************************
    OVERRIDING BOOKLET PLUGIN'S STYLES
**********************************************************************************/

.booklet {
	margin: 0 auto;
	margin-right: 10px;
}

/* Cover styling */
.booklet .b-page-1.b-p2 {
	cursor: pointer;
}

/**********************************************************************************
    PAGES
**********************************************************************************/

.left, .right {
	width: 400px;
  height: 465px;
}

.right {
  background-position: -400px 0px;
}

/**********************************************************************************
    SHADOW BOXES
**********************************************************************************/

.left_shadow, .right_shadow {
	width: 400px;
  height: 465px;
  position: absolute;
  -moz-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.8);
}

.left_shadow {
	display: none;
}

.right_shadow {
  margin-left: 400px;
}

/**********************************************************************************
    PAGES NAVIGATION
**********************************************************************************/

#pages_nav {
	width: 820px;
	height: 30px;
	background-color: rgb(0, 0, 0); /* Fallback */
	background-color: rgba(0, 0, 0, 0.75);
	-moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
	margin-top: 5px;
	padding-top: 4px;
	text-align: center;
	display: block;
	position: relative;
	float: right;
}

#pages_nav ul {
	list-style-type: none;
	text-align: center;
}

#pages_nav ul li {
	display: inline;
}

#pages_nav ul li a {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: -5px;
  overflow: hidden;
  white-space: nowrap;
  cursor:pointer;
}

#pages_nav ul li a.next_page_button {
	width: 16px;
	margin-left: -2px;
	background: transparent url(../img/arrow-right.png) no-repeat 50% 50%;
	cursor:pointer;
}

#pages_nav ul li a.prev_page_button {
	width: 16px;
	margin-right: 2px;
	background: transparent url(../img/arrow-left.png) no-repeat 50% 50%;
	cursor:pointer;
}

/**********************************************************************************
    OVERLAY
**********************************************************************************/

.overlay {
	width: 100%;
	height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: url(../img/overlay.png) repeat left top;
  z-index: 10000;
}

/**********************************************************************************
    CLOSE BUTTON
**********************************************************************************/

.close_button {
	background: transparent url(../img/close.png) no-repeat center center;
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
	right: 9px;
	top: 9px;
	opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	z-index: 10001;
}

.close_button:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

/**********************************************************************************
    LOADER
**********************************************************************************/

.loader {
	width: 990px;
	height: 100%;
	margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 21000;
}

.loader_inner {
	background: transparent url(../img/loader.gif) no-repeat center center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 312px;
  left: 495px;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 21001;
}

/**********************************************************************************
    OPENING PACKETS
**********************************************************************************/

.opened_packet {
	width: 990px;
	height: 100%;
	margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10002;
}

.opened_packet_inner {
  width: 700px;
  height: 112px;
  position: absolute;
  top: 205px;
  left: 278px;
}

.opened_packet img {
	margin-right: 25px;
  vertical-align: middle;
}

/**********************************************************************************
    OPEN NEW SWAP
**********************************************************************************/

.opened_swap {
	width: 990px;
	height: 100%;
	margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10002;
}

.offered_stickers,
.received_stickers {
	width: 455px;
  height: 459px;
  position: absolute;
  top: 95px;
	text-align: center;
}

.offered_stickers {
	padding: 35px 0 40px 40px;
}

.received_stickers {
	padding: 35px 40px 40px 0;
	left: 495px;
}

.swap_user,
.swap_stickers {
	width: 455px;
}

.swap_user h2 {
  color: #FFF;
  margin-bottom: 6px;
	font-size: 22px;
	text-shadow: #000 0px 1px 0px;
}

.swap_user .profile_picture,
.swap_user .profile_picture img {
	width: 96px;
	height: 96px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.swap_user .profile_picture {
	background-color: #FFF;
	border-color: #7B7B7B;
	padding: 3px;
	margin: 0 auto;
}

.offered_stickers .swap_stickers {
	margin: 53px 0 0 -32px;
}

.offered_stickers .swap_stickers img {
	margin-right: 15px;
  vertical-align: middle;
}

.received_stickers .swap_stickers {
	margin: 53px 0 0 32px;
}

.received_stickers .swap_stickers img {
	margin-left: 15px;
  vertical-align: middle;
}

.swap_arrows {
	width: 100px;
  height: 100px;
  position: absolute;
  top: 169px;
	left: 445px;
	background: transparent url(../img/swap_arrows.png) no-repeat center center;
}

/**********************************************************************************
    USER PROFILE
**********************************************************************************/

#content_main {
	padding-bottom: 15px;
}

#profile_info {
	width: 600px;
	padding: 20px 20px 60px;
	float: left;
}

#profile_info #profile_picture {
	float: left;
}

#profile_info #profile_picture img {
  height: 128px;
  width: 128px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#profile_info #profile_details {
	float: left;
	margin-left: 20px;
	width: 452px;
}

#profile_info #profile_details h1 {
	color: #333;
	margin: 0;
}

#profile_info #profile_details p {
	color: #4D4D4D;
	font-size: 13px;
}

#profile_info #profile_details p.bio {
	color: #777777;
	font: italic 13px/18px Georgia, Times New Roman, serif;
	word-wrap: break-word;
}

.action_container {
	float: left;
	width: 128px;
	padding-top: 15px;
	overflow: hidden;
}

.action_container a.action_button {
	text-shadow: #ffffff 0 1px 0;
	cursor: pointer;
	display: block;
	font: bold 13px/30px "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 30px;
	height: 30px;
	padding: 0 15px;
	text-align: center;
	text-transform: none;
	background: #e6e6e8;
	background: -khtml-gradient(linear,left top,left bottom,from(#f8f8f9),to(#e6e6e8));
	background: -moz-linear-gradient(#f8f8f9, #e6e6e8);
	background: -ms-linear-gradient(#f8f8f9,#e6e6e8);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f9), to(#e6e6e8));
	background: -webkit-linear-gradient(#f8f8f9,#e6e6e8);
	background: -o-linear-gradient(#f8f8f9,#e6e6e8);
	background: linear-gradient(#f8f8f9,#e6e6e8);
	border: 1px solid #cccccc;
	color: #333333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
}

.action_container a.action_button:hover {
	text-decoration: none;
	background-color: #d8d8d8;
	background-image: -khtml-gradient(linear,left top,left bottom,from(#f8f8f8),to(#d8d8d8));
	background-image: -moz-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -ms-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f8f8f8),color-stop(100%,#d8d8d8));
	background-image: -webkit-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: -o-linear-gradient(#f8f8f8,#d8d8d8);
	background-image: linear-gradient(#f8f8f8,#d8d8d8);
	border-color: #bbb;
}

.action_container a.action_button:active {
	background: #D8D8D8;
	background: -khtml-gradient(linear,left top,left bottom,from(#F8F8F8),to(#D8D8D8));
	background: -moz-linear-gradient(#F8F8F8, #D8D8D8);
	background: -ms-linear-gradient(#F8F8F8,#D8D8D8);
	background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#D8D8D8));
	background: -webkit-linear-gradient(#F8F8F8,#D8D8D8);
	background: -o-linear-gradient(#F8F8F8,#D8D8D8);
	background: linear-gradient(#F8F8F8,#D8D8D8);
  border-color: #BBBBBB;
  text-decoration: none;
	-webkit-box-shadow:inset 0 3px 7px rgba(0,0,0 .1),0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow:inset 0 3px 7px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.05);
	box-shadow:inset 0 3px 7px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.05);
}

.action_container a.action_button.disabled,
.action_container a.action_button.disabled:hover,
.action_container a.action_button.disabled:active {
	background-color: #DDDDDD;
  background-image: none;
  border-color: #CCCCCC;
  color: #777777;
  cursor: default;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.action_container a.friendship_cancel {
	padding: 0 12px;
}

.action_container a.friendship_pending {
	padding: 0 6px;
}

.action_container a.friendship_pending.reject {
	float: right;
}

.action_container a.friendship_deleted {
	padding: 0 9px;
}

.action_container a.friendship_pending.accept {
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0;
	border: 1px solid #87b800;
	float: left;
	background: #a7e300;
	background: -khtml-gradient(linear,left top,left bottom,from(#a7e300),to(#99d100));
	background: -moz-linear-gradient(#a7e300, #99d100);
	background: -ms-linear-gradient(#a7e300,#99d100);
	background: -webkit-gradient(linear, left top, left bottom, from(#a7e300), to(#99d100));
	background: -webkit-linear-gradient(#a7e300,#99d100);
	background: -o-linear-gradient(#a7e300,#99d100);
	background: linear-gradient(#a7e300,#99d100);
}

.action_container a.friendship_pending.accept:hover {
	background: #b2eb14;
	background: -khtml-gradient(linear,left top,left bottom,from(#b2eb14),to(#a4da14));
	background: -moz-linear-gradient(#b2eb14, #a4da14);
	background: -ms-linear-gradient(#b2eb14,#a4da14);
	background: -webkit-gradient(linear, left top, left bottom, from(#b2eb14), to(#a4da14));
	background: -webkit-linear-gradient(#b2eb14,#a4da14);
	background: -o-linear-gradient(#b2eb14,#a4da14);
	background: linear-gradient(#b2eb14,#a4da14);
}

.action_container a.friendship_pending.accept:active {
	background: #99d100;
	background: -khtml-gradient(linear,left top,left bottom,from(#99d100),to(#a7e300));
	background: -moz-linear-gradient(#99d100, #a7e300);
	background: -ms-linear-gradient(#99d100,#a7e300);
	background: -webkit-gradient(linear, left top, left bottom, from(#99d100), to(#a7e300));
	background: -webkit-linear-gradient(#99d100,#a7e300);
	background: -o-linear-gradient(#99d100,#a7e300);
	background: linear-gradient(#99d100,#a7e300);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#sidebar {
	width: 320px;
	background-color: #FCFCFC;
	padding-bottom: 40px;
	float: right;
}

#sidebar h5 a {
	color: #333;
}

#sidebar h5 a em {
	color: #999;
}

#sidebar #user_albums p {
  color: #4D4D4D;
	margin: 0 0 10px 80px;
}

#sidebar #user_albums .user_album {
  width: 110px;
	margin-right: 10px;
	float: left;
}

#sidebar #user_albums .user_album .album_cover {
  width: 110px;
	height: 128px;
	margin-bottom: 5px;
}

#sidebar #user_albums .user_album .user_album_name {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
  word-wrap: break-word;
}

#sidebar #user_albums .user_album .user_album_name a {
	color: gray;
}

#sidebar #user_albums .user_album .user_album_name a:hover {
	text-decoration: underline;
}

#sidebar #user_albums .no_user_albums {
	font-size: 13px;
}

#sidebar #user_friends {
	overflow: hidden;
}

#sidebar #user_friends .user_friend {
	width: 280px;
	padding-bottom: 10px;
	float: left;
}

#sidebar #user_friends .user_friend:last-child {
	padding-bottom: 0;
}

#sidebar #user_friends .user_friend a.friend_profile_picture {
	margin-right: 5px;
	float: left;
}

#sidebar #user_friends .user_friend a.friend_profile_picture img {
	width: 48px;
  height: 48px;
  margin: 0 3px 3px 0;
	-moz-border-radius: px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
  float: left;
}

#sidebar #user_friends .user_friend .friend_content {
	padding-top: 1px;
	overflow: hidden;
}

#sidebar #user_friends .user_friend .friend_content .friend_profile_name {
	font-weight: bold;
}

#action_sidebar {
	background: none repeat scroll 0 0 #F0F4F5;
  border-bottom: 1px solid #DAE4E6;
  overflow: hidden;
  padding: 20px;
}

#action_sidebar .action_container {
	float: right;
  left: -50%;
  position: relative;
  text-align: left;
}

.content_column {
	background: #fff;
	border: 1px solid #d9d9d9;
	-moz-box-shadow:rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	box-shadow:rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.column_box {
  border-bottom: 1px solid #E8E9EB;
  padding: 20px;
}

.column_box:last-child {
  border-bottom: none;
}

/**********************************************************************************
    USER SETTINGS
**********************************************************************************/

#settings {
	width: 600px;
	padding: 20px 20px 60px;
	float: left;
}

#settings #settings_header {
	margin: 0 -20px 12px;
  padding: 0 20px;
	border-bottom: 1px solid #F0F1F2;
}

#settings #settings_header h2 {
	color: #333;
	font-size: 21px;
	margin: 0;
}

#settings #settings_header p {
	color: #999;
	font-size: 14px;
	line-height: 18px;
}

#settings #settings_form ul {
	list-style: none;
	margin: 0;
}

#settings #settings_form ul li {
	margin-bottom: 10px;
	overflow: auto;
	line-height: 32px;
}

#settings #settings_form ul li:last-child {
	padding-top: 10px;
}

#settings #settings_form ul li label {
	width: 140px;
	color: #333;
	font-size: 13px;
	line-height: 32px;
	text-align: right;
	padding-right: 20px;
	display: inline;
	overflow: hidden;
	float: left;
}

#settings #settings_form ul li img {
	height: 64px;
	width: 64px;
	margin: 0 10px 10px 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: left;
}

#settings #settings_form ul li p {
	color: #999;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 160px;
	padding-top: 8px;
}

#settings #settings_form ul li .input {
	float: left;
}

#settings #settings_form ul li p.validation {
  color: red;
  font-weight: bold;
  padding-top: 3px;
}

#settings #settings_form ul li div.error-message {
	color: red;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 0 160px;
	padding-top: 3px;
}

#settings #settings_form ul li p.spinner {
  background: url(../img/spinner.gif) no-repeat scroll left top transparent;
  float: right;
  margin: -1px 210px 0 0;
  padding: 16px;
}

#settings #settings_form ul li input[type="text"],
#settings #settings_form ul li input[type="password"] {
	width: 170px;
	font-size: 13px;
	font-family: inherit;
	border: 1px solid #CCC;
	outline: none;
	margin-right: 10px;
	padding: 6px !important;
}

#settings #settings_form ul li input[type="text"].last_name {
	margin-right: 0;
	margin-left: 3px;
}

#settings #settings_form ul li input[type="file"] {
	background-color: #FFF;
	font-size: 13px;
	border: 1px solid #CCC;
}

#settings #settings_form ul li input[type="submit"] {
	text-shadow: rgba(0, 0, 0, 0.1) 0 -1px 0;
	cursor: pointer;
	display: block;
	font: bold 11px/30px "Helvetica Neue",Helvetica,Arial,sans-serif;
	height: 32px;
	padding: 4px 10px 6px !important;
	text-align: center;
	background: #a7e300;
	background: -khtml-gradient(linear,left top,left bottom,from(#a7e300),to(#99d100));
	background: -moz-linear-gradient(#a7e300, #99d100);
	background: -ms-linear-gradient(#a7e300,#99d100);
	background: -webkit-gradient(linear, left top, left bottom, from(#a7e300), to(#99d100));
	background: -webkit-linear-gradient(#a7e300,#99d100);
	background: -o-linear-gradient(#a7e300,#99d100);
	background: linear-gradient(#a7e300,#99d100);
	border: 1px solid #87b800;
	color: #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 2px 0px;
	font-size: 13px;
  line-height: 18px;
}

#settings #settings_form ul li input[type="submit"]:hover {
	text-decoration: none;
	background: #b2eb14;
	background: -khtml-gradient(linear,left top,left bottom,from(#b2eb14),to(#a4da14));
	background: -moz-linear-gradient(#b2eb14, #a4da14);
	background: -ms-linear-gradient(#b2eb14,#a4da14);
	background: -webkit-gradient(linear, left top, left bottom, from(#b2eb14), to(#a4da14));
	background: -webkit-linear-gradient(#b2eb14,#a4da14);
	background: -o-linear-gradient(#b2eb14,#a4da14);
	background: linear-gradient(#b2eb14,#a4da14);
}

#settings #settings_form ul li input[type="submit"]:active {
	background: #99d100;
	background: -khtml-gradient(linear,left top,left bottom,from(#99d100),to(#a7e300));
	background: -moz-linear-gradient(#99d100, #a7e300);
	background: -ms-linear-gradient(#99d100,#a7e300);
	background: -webkit-gradient(linear, left top, left bottom, from(#99d100), to(#a7e300));
	background: -webkit-linear-gradient(#99d100,#a7e300);
	background: -o-linear-gradient(#99d100,#a7e300);
	background: linear-gradient(#99d100,#a7e300);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#settings #settings_form ul li textarea {
	width: 170px;
	height: 64px;
	border: 1px solid #CCC;
	border-radius: 2px 2px 2px 2px;
	padding: 6px;
}

#settings #settings_form ul li select {
	height: 30px;
	width: 184px;
	line-height: 30px;
	font-size: 13px;
	border: 1px solid #CCC;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color: #FFFFFF;
	display: inline-block;
	margin: 0;
	outline: medium none;
	padding: 4px;
}

#settings #settings_form ul li select#UserBirthdayMonth,
#settings #settings_form ul li select#UserBirthdayDay,
#settings #settings_form ul li select#UserBirthdayYear {
	width: 75px;
	margin-right: 13px;
}

#sidebar_navigation {
	font-size: 13px;
	list-style: none;
	border-top: 1px solid #E8E9EB;
	margin: 20px 0 0;
	padding-bottom: 20px;
}

#sidebar_navigation li {
	text-indent: 20px;
	background: #f5f5f5;
	border-bottom: 1px solid #e8e9eb;
}

#sidebar_navigation li.selected {
	background: #fff;
	font-weight: bold;
}

#sidebar_navigation li.selected a {
	color: #333333;
}

#sidebar_navigation li.selected a:hover {
	text-decoration: none;
}

#sidebar_navigation li a {
	line-height: 40px;
	display: block;
}

#sidebar_navigation li a:hover {
	background-color: #fff;
	color: #333;
	text-decoration: none;
}

/**********************************************************************************
	 FRIENDS / FRIEND REQUESTS / SEARCH RESULTS / ALBUM COLLECTORS / NOTIFICATIONS
**********************************************************************************/

#friends,
#requests,
#search_results,
#collectors,
#notifications_page {
	width: 600px;
	padding: 20px 20px 60px;
	float: left;
}

#friends_header,
#requests_header,
#search_results_header,
#collectors_header,
#notifications_page_header {
	margin: 0 -20px 12px;
  padding: 0 20px;
	border-bottom: 1px solid #F0F1F2;
}

#friends_header h2,
#requests_header h2,
#search_results_header h2,
#collectors_header h2,
#notifications_page_header h2 {
	color: #333;
	font-size: 21px;
	margin: 0 0 10px;
}

#friends_content,
#requests_content,
#search_results_content,
#collectors_content,
#notifications_page_content {
	font-size: 13px;
}

#friends_content .friend,
#requests_content .friend,
#search_results_content .search_result,
#collectors_content .collector {
	border-bottom: 1px solid #F0F1F2;
  padding-bottom: 7px;
	float: left;
	margin-bottom: 12px;
	position: relative;
	width: 100%;
}

#friends_content .friend .picture,
#requests_content .friend .picture,
#search_results_content .search_result .picture,
#collectors_content .collector .picture {
	float: left;
	width: 58px;
}

#friends_content .friend .picture img,
#requests_content .friend .picture img,
#search_results_content .search_result .picture img,
#collectors_content .collector .picture img {
	height: 48px;
	width: 48px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#friends_content .friend .info,
#search_results_content .search_result .info,
#collectors_content .collector .info {
	width: 542px;
	float: left;
}

#requests_content .friend .info {
	max-width: 396px;
	float: left;
}

#friends_content .friend .info .name,
#requests_content .friend .info .name,
#search_results_content .search_result .info .name,
#collectors_content .collector .info .name {
	margin-bottom: 4px;
}

#friends_content .friend .info .name a,
#requests_content .friend .info .name a,
#search_results_content .search_result .info .name a,
#collectors_content .collector .info .name a {
	font-weight: bold;
}

#friends_content .friend .info .location,
#requests_content .friend .info .location,
#search_results_content .search_result .info .location,
#collectors_content .collector .info .location,
#friends_content .no_user_friends,
#requests_content .no_user_requests,
#search_results_content .no_search_results,
#collectors_content .no_search_results {
	color: #4D4D4D;
}

#friends_content .friend .info .bio,
#requests_content .friend .info .bio,
#search_results_content .search_result .info .bio,
#search_results_content .search_result .info .description,
#collectors_content .collector .info .bio {
	color: #777777;
  font: italic 13px/18px Georgia,Times New Roman,serif;
  word-wrap: break-word;
}

#requests_content .friend .actions {
	width: 128px;
	float: right;
	margin-top: -15px;
}

/**********************************************************************************
		PAGINATION
**********************************************************************************/

.pagination {
	float: right;
	overflow: hidden;
	margin: 3px -4px 0 0;
}

.pagination .prev,
.pagination .current,
.pagination .next,
.pagination a {
	background: #f0f1f2;
	border: 1px solid #ddd;
	float: left;
	margin-right: 4px;
	padding: 4px 8px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.pagination .current {
	background: none;
	border: none;
}

.pagination .disabled {
	display: none;
}

/**********************************************************************************
		ALBUMS
**********************************************************************************/

.album {
	width: 473px;
	height: 565px;
	margin: 0 10px 15px;
	float: left;
}

.album .cover {
	width: 473px;
	height: 330px;
	border-bottom: 1px solid #EDEEF0;
	display: block;
}

.album .name {
	margin: 15px 15px 10px;
}

.album .name h2 {
	font-size: 21px;
	margin-bottom: 0;
}

.album .name h2 a {
	color: #333;
	border-bottom: 2px solid #E8E8E8;
}

.album .name h2 a:hover {
	border-bottom: 2px solid #09f
}

.album .description {
	height: 150px;
	overflow: hidden;
	margin: 0 15px 30px;
}

.album .description p {
	color: #4D4D4D;
	font-size: 13px;
  line-height: 140%;
}

#album_details {
	float: left;
	padding: 20px 20px 60px;
	width: 600px;
}

#album_details_header {
  margin: 0 -20px 20px;
  padding: 0 20px;
}

#album_details_header h1 {
  color: #333333;
  margin: 0 0 5px;
}

#album_details_cover img {
	width: 588px;
	height: 288px;
	background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #E3E3E3;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 5px;
}

#album_details_content {
	color: #4D4D4D !important;
	font-size: 13px;
  line-height: 140%;
	margin-bottom: 20px;
}

#action_sidebar .album_details_action_container {
  left: 0;
  overflow: visible;
  padding-top: 0;
  width: auto;
}

#action_sidebar .album_details_action_container .action_button {
  margin-right: 75px;
}

#album_people_sidebar .album_people_link {
	width: 280px;
  text-align: center;
	overflow: hidden;
	display: block;
}

#album_people_sidebar .album_people_link .album_people_total {
  color: #333;
	display: block;
	font-size: 17px;
  font-weight: bold;
}

#album_people_sidebar .album_people_link .album_people_text {
  color: #999;
  font-size: 10px;
	text-transform: uppercase;
}

#album_people_sidebar a.album_people_link:hover .album_people_total,
#album_people_sidebar a.album_people_link:hover .album_people_text {
	color: #2398C9;
}

#action_sidebar .album_collect {
	font-size: 13px;
	text-align: center;
}

/**********************************************************************************
		SWAP REQUESTS
**********************************************************************************/

#swap_requests,
#create_swap_request,
#edit_swap_request {
	float: left;
	padding: 20px 20px 60px;
	width: 600px;
}

#create_swap_request,
#edit_swap_request {
  width: 948px;
}

#swap_requests #swap_requests_header,
#create_swap_request #create_swap_request_header,
#edit_swap_request #edit_swap_request_header {
	border-bottom: 1px solid #F0F1F2;
	margin: 0 -20px 12px;
  padding: 0 20px;
}

#swap_requests #swap_requests_header h1,
#create_swap_request #create_swap_request_header h1,
#edit_swap_request #edit_swap_request_header h1 {
	color: #333;
	margin: 0 0 5px;
}

#swap_requests #swap_requests_header p,
#create_swap_request #create_swap_request_header p,
#edit_swap_request #edit_swap_request_header p {
	color: #999;
	font-size: 14px;
	line-height: 18px;
}

#swap_requests_content .no_swap_requests {
  padding-top: 18px;
  text-align: center;
}

#swap_requests_content .no_swap_requests h2 {
	color: #999;
  font-size: 21px;
	font-weight: 200;
	margin-bottom: 0;
}

#swap_requests_content .swap_request {
	border-bottom: 1px solid #F0F1F2;
  margin-top: 20px;
	padding-bottom: 10px;
}

#swap_requests_content .swap_request p {
	color: #333333;
  font-size: 13px;
  line-height: 140%;
	margin-bottom: -2px;
	float: left;
	width: 485px;
	padding-top: 5px;
}

#swap_requests_content .swap_request .swap_request_actions {
	float: right;
	margin-left: 10px;
}

#swap_requests_content .swap_request .swap_request_actions .edit_swap_request,
#swap_requests_content .swap_request .swap_request_actions .delete_swap_request {
  float: right;
	margin-left: 10px;
}

#swap_requests_content .swap_request .swap_request_actions .delete_swap_request {
  font-size: 13px;
	margin-top: 7px;
}

#action_sidebar .swap_requests_action_container {
  left: 0;
	padding-top: 0;
	overflow: visible;
	width: auto;
}

#action_sidebar .swap_requests_action_container .action_button {
	margin-right: 44px;
}

#action_sidebar .swap_requests_limit {
	color: #4D4D4D;
	font-size: 13px;
	line-height: 140%;
	padding-right: 8px;
}

#sidebar_info {
  padding: 20px;
}

#sidebar_info h5 {
  color: #333;
}

#sidebar_info p {
	color: #4D4D4D;
  font-size: 13px;
  line-height: 140%;
	margin: 0;
}

/**********************************************************************************
		CREATE SWAP REQUEST
**********************************************************************************/

#my_swaps, #my_needs {
	float: left;
	margin: 8px 0 20px;
	width: 464px;
}

#my_swaps {
	margin-right: 20px;
}

#my_swaps h2, #my_needs h2 {
	color: #333;
	font-size: 21px;
}

.set_swap_request_actions {
	overflow: hidden;
  padding-bottom: 10px;
}

.set_swap_request_action {
	float: left;
	margin-right: 8px;
  position: relative;
	text-align: center;
}

.action_container.set_swap_request_action_container {
	left: -13.5%;
	overflow: visible;
	padding-top: 0;
	width: auto;
}

.swaps_wrapper {
	background: none repeat scroll 0 0 #FCFCFC;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	min-height: 295px;
	padding: 8px 20px;
}

#no_swaps, #no_needs {
	padding: 10px 0;
	text-align: center;
}

#no_swaps h2, #no_needs h2 {
	color: #999;
	font-weight: normal;
	margin-bottom: 0;
}

.swap {
	border-bottom: 1px solid #E8E9EB;
	padding: 10px 0;
}

.swap:last-child {
	border: none;
}

.swap p {
	color: #333;
	float: left;
  font-size: 13px;
	margin-bottom: -3px;
	width: 355px;
}

.swap .swap_request_actions {
	float: right;
	margin-left: 10px;
}

.swap .swap_actions .remove_swap {
  float: right;
	margin-left: 10px;
}

.swap .swap_actions .remove_swap {
  font-size: 13px;
}

#submit_swap_request {
	margin: 10px auto 0;
	text-align: center;
}

.swap_requests_btn {
	color: #fff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
	background-color: #a7e300;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,#a7e300 0,#99d100 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#a7e300),color-stop(100%,#99d100));
	background-image: -webkit-linear-gradient(top,#a7e300 0,#99d100 100%);
	background-image: -ms-linear-gradient(top,#a7e300 0,#99d100 100%);
	background-image: -o-linear-gradient(top,#a7e300 0,#99d100 100%);
	background-image: linear-gradient(top,#a7e300 0,#99d100 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7e300',endColorstr='#99d100',GradientType=0);
	border-color: #87b800;
	width: 350px;
}

.swap_requests_btn:hover {
	color: #fff;
	background-color: #b2eb14;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,#b2eb14 0,#a4da14 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#b2eb14),color-stop(100%,#a4da14));
	background-image: -webkit-linear-gradient(top,#b2eb14 0,#a4da14 100%);
	background-image: -ms-linear-gradient(top,#b2eb14 0,#a4da14 100%);
	background-image: -o-linear-gradient(top,#b2eb14 0,#a4da14 100%);
	background-image: linear-gradient(top,#b2eb14 0,#a4da14 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2eb14',endColorstr='#a4da14',GradientType=0);
	border-color: #87b800;
}

.swap_requests_btn:active {
	color: #fff;
	background-color: #99d100;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top,#99d100 0,#a7e300 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#99d100),color-stop(100%,#a7e300));
	background-image: -webkit-linear-gradient(top,#99d100 0,#a7e300 100%);
	background-image: -ms-linear-gradient(top,#99d100 0,#a7e300 100%);
	background-image: -o-linear-gradient(top,#99d100 0,#a7e300 100%);
	background-image: linear-gradient(top,#99d100 0,#a7e300 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d100',endColorstr='#a7e300',GradientType=0);
	border-color: #87b800;
}

.swap_requests_btn.disabled,
.swap_requests_btn.disabled:hover,
.swap_requests_btn.disabled:active {
	background-color: #DDDDDD;
  background-image: none;
  border-color: #CCCCCC;
  color: #777777;
  cursor: default;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	filter: alpha(opacity=65);
	-moz-opacity: .65;
	opacity: .65;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.popup_wrapper {
	width: 990px;
  height: 100%;
  margin: 0 auto;
  position: fixed;
	left: 0;
  right: 0;
  top: 0;
	bottom: 0;
  z-index: 10002;
}

.swaps_popup {
	background-color: #000;
	width: 376px;
	padding: 10px;
	position: relative;
	overflow: hidden;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
}

.top {
	margin: 135px auto -3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.bottom {
	margin: 0 auto;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#swaps_popup_header h2 {
	color: #FFF;
	float: left;
  font-size: 21px;
	font-weight: 200;
	margin-bottom: 8px;
}

#swaps_popup_header p {
	color: #FFF;
	float: right;
	font-size: 13px;
	margin: 9px 0 0;
}

#swaps_popup_categories ul {
	list-style-type: none;
	margin: 0 0 -5px 3px;
}

#swaps_popup_categories ul li {
	display: inline;
}

#swaps_popup_categories ul li a {
	width: 27px;
	height: 27px;
	display: inline-block;
	background-position: 50% 50%;
  background-repeat: no-repeat;
  margin-left: -5px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}

#swaps_popup_categories ul li a.disabled {
  cursor: default;
	opacity: 0.2;
}

#swaps_popup_stickers h4 {
	color: #FFF;
  font-size: 15px;
	margin: -5px 0 18px 4px;
}

#swaps_popup_stickers ul {
  width: 396px;
	list-style-type: none;
}

#swaps_popup_stickers ul li {
	width: 31%;
	margin: 4px;
  float: left;
  display: inline;
}

.swaps_first_column {
	width: 184px;
	float: left;
	margin-right: 8px;
}

.swaps_second_column {
	width: 184px;
	float: left;
}

.swaps_first_column a,
.swaps_second_column a {
	margin-bottom: 6px;
}

.swaps_btn {
  background: #337008;
  border-radius: 5px;
  color: #FFF;
	font-size: 12px;
	font-weight: 200;
	line-height: 23px;
	height: 23px;
  padding: 0 5px;
  text-align: center;
	display: inline-block;
  width: 174px;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.swaps_btn:hover,
.swaps_btn:active {
	background-color: #2d6306;
	cursor: pointer;
}

a.swaps_btn {
	color: #FFF;
}

a.swaps_btn.disabled {
	background: none repeat scroll 0 0 #0E2105 !important;
	color: #3E5135 !important;
	cursor: default !important;
}

/**********************************************************************************
		HOMEPAGE
**********************************************************************************/

#billboard {
	height: 445px;
  padding: 25px 40px 35px;
}

#welcome_text {
	width: 445px;
  font-weight: 400;
  margin-top: 45px;
	float: left;
}

#welcome_text h1 {
	color: #1D1C1B;
  font-size: 36px;
	font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
}

#welcome_text h2 {
	color: #1D1C1B;
	font-size: 22px;
	font-weight: 200;
	line-height: 24px;
	margin-bottom: 40px;
}

#welcome_text .facebook_button {
  width: 150px;
  background: #263e72 url(../img/facebook-button-bg.png) no-repeat top left;
  border: 1px solid #2A558B;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  margin-right: 10px;
  padding: 10px 15px 9px 50px;
  display: block;
}

#welcome_text .facebook_button:hover {
  -moz-box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 5px 0px;
  -webkit-box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 5px 0px;
  box-shadow: inset rgba(0, 0, 0, 0.2) 0 1px 5px 0px;
}

#welcome_text .signup_with_email {
  font-size: 13px;
  margin: 5px 0 0 45px;
}

#welcome_text .signup_with_email a {
  margin-left: 3px;
}

#welcome_text .signup_with_email a:hover {
  text-decoration: underline;
}

#welcome_image {
	width: 455px;
	height: 485px;
	text-align: right;
  margin: -20px -5px -20px 0;
	float: right;
}

/**********************************************************************************
		CONTACT
**********************************************************************************/

.about_content h2,
.contact_content h2 {
  color: #333333;
  font-size: 21px;
}

/**********************************************************************************
		RANKINGS
**********************************************************************************/

#rankings {
  float: left;
  padding: 20px 20px 60px;
  width: 600px;
}

#rankings #rankings_header {
  border-bottom: 1px solid #F0F1F2;
  margin: 0 -20px 12px;
  padding: 0 20px;
}

#rankings #rankings_header h1 {
  color: #333333;
  margin: 0 0 5px;
}

#rankings #rankings_header p {
  color: #999999;
  font-size: 14px;
  line-height: 18px;
}

#ranking_collectors {
	font-size: 13px;
	color: #333333;
	margin-top: -7px;
}

#ranking_collectors h4 {
	font-size: 15px;
	margin: 5px 0 0;
}

#ranking_collectors .ranking_collectors_list {
	list-style: none;
	margin: 0;
}

#ranking_collectors .ranking_collectors_list li {
	border-bottom: 1px solid #f0f1f2;
	/* border-bottom: 1px solid #EEE; */
	overflow: hidden;
	padding: 10px 0;
}

#ranking_collectors .ranking_collectors_list .pagination {
	margin-top: 15px;
}

#ranking_collectors .rank,
#ranking_collectors .collector,
#ranking_collectors .percentage {
	float: left;
}

#ranking_collectors .rank {
	line-height: 32px;
	position: relative;
	width: 23px;
	text-align: center;
	margin-right: 12px;
}

#ranking_collectors .collector {
	width: 390px;
}

#ranking_collectors .collector h5,
#ranking_collectors .collector p {
	line-height: 16px;
	margin: 0;
}

#ranking_collectors .collector img {
	float: left;
	margin-right: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#ranking_collectors .percentage {
	width: 175px;
	text-align: right;
}

#ranking_collectors .percentage p {
	line-height: 16px;
	margin: 7px 0 0;
}

#ranking_collectors .percentage span {
	cursor: help;
}

/**********************************************************************************
		NOTIFICATIONS PAGE
**********************************************************************************/

#notifications_page .notification_date {
  color: #4d4d4d;
  border-bottom: 1px solid #eee;
  padding: 5px 0;
  text-indent: 10px;
  font-size: 15px;
  margin-bottom: 0;
}

#notifications_page ul {
  margin: 0 0 20px 0;
}

#notifications_page ul > li {
  border-bottom: 1px solid #eee;
  list-style-type: none;
  line-height: 16px;
}

#notifications_page ul > li:last-child {
  border-bottom: none;
}

#notifications_page ul > li.unseen_true {
  background: #F6F7F8;
}

#notifications_page ul > li div.notification_info {
  color: #4d4d4d;
  display: block;
  font-weight: normal;
  overflow: auto;
  padding: 10px 33px 10px 10px;
  -moz-transition-duration: 0.33s;
  -moz-transition-property: background,border,color,opacity,box-shadow;
  -webkit-transition-duration: 0.33s;
  -webkit-transition-property: background,border,color,opacity,box-shadow;
  transition-duration: 0.33s;
  transition-property: background,border,color,opacity,box-shadow;
}

#notifications_page ul > li div.notification_info.target_none {
  background-image: none !important;
}

#notifications_page ul > li div.notification_info .entity {
  font-weight: bold;
}

#notifications_page ul > li div.notification_info .time {
  color: #9197a3;
  font-size: 9px;
}

#notifications_page ul > li div.notification_info strong {
  color: #999;
  font-size: 12px;
  font-weight: normal;
}

#notifications_page ul > li img {
  float: left;
  margin-right: 10px;
  height: 48px !important;
  width: 48px !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#notifications_page ul > li p {
  float: left;
  margin: 0;
  width: 490px;
}

#notifications_page ul > li div.notification_info.imagetype_user img {
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px;
  height: 32px !important;
  width: 32px !important;
}

#notifications_page ul > li div.notification_info img.icon {
  background: none;
  border: none;
  padding: 0;
  float: left;
  margin-right: 5px;
  height: 16px !important;
  width: 16px !important;
}

#notifications_page_content .no_notifications {
  padding-top: 18px;
  text-align: center;
}

#notifications_page_content .no_notifications h2 {
  color: #999;
  font-size: 21px;
  font-weight: 200;
  margin-bottom: 0;
}