p.add-image
{
  float: right;
}

ul.ui-tabs-nav 
{
  width: 450px !important;
}

/* picture */
#picture img {
  border: 5px solid #cc2a41;
  width: 260px;
}

#picture {
  position: relative;
}

ul#stats
{
  float: left;
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}

ul#stats li {
  display: inline;
  float: left;
  margin-right: 5px;
}

ul#stats li a
{
  color: white;
  background: #CC2A41;
  display: inline-block;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1;
  
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}


/* tabs */
div#tabs { font-size: 1.1em; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; }

.ui-widget-content  { background: none !important; border: none !important; padding: 0 !important; margin: 0 !important; }

.ui-tabs .ui-tabs-panel { padding: 0; margin: 0; }
.ui-tabs .ui-tabs-nav { 
  font-size: 1.2em;
  padding: 0 !important; 
  margin: 0 !important; 
  background: transparent; 
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none; 
  
}

div.tab-content {
  padding: 20px 10px 10px 10px !important;
  background: white !important;
  
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}

div#information span#about { 
  font-size: 1.2em;
}

div.tab-content a { color: #cc2a41; }


div.tab-content label { color: #cc2a41 !important; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-state-default, .ui-widget-content .ui-state-default {
  border: none !important;
  font-weight: bold !important;
}

.ui-widget-content .ui-state-default { background: none !important; }

.ui-widget-content .ui-state-default a { 
  color: #CC6666 !important; 
  background: #660000;  
  border: 1px solid #5C070A; 
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

.ui-widget-content .ui-state-active { background: none !important; border: none; }

.ui-widget-content .ui-state-active a { 
  color: #CC2A41 !important; 
  background: url('/images/frontend/profile/gery-gradient-tab.png') white;
  border: 1px solid white !important; 
  
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;
}

.ui-tabs .ui-tabs-nav li 
{
  margin:0 -1px -1px 0 !important;
}

/* profile update */
.profile-submit-button {
  margin-left: 120px;
}

ul.slots { clear: both; margin: 0; padding: 0; list-style-type: none; }
ul.slots > li { display: block; }
ul.slots > li.small { 
  float: left; 
  width: 310px; 
  margin: 0 10px 10px 0; 
  line-height: 1;
  font-size: 1em;
}
ul.slots > li.last { margin-right: 0; }
ul.slots > li.large { 
  width: 950px; 
  clear: both; 
  margin: 0 0 10px 0; 
  line-height: 1;
  font-size: 1em;
}

ul.slots li.small > div.empty { 
  background: url('/images/box/bg.png') repeat-x white; 
  min-height: 293px; 
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.slots li.large > div.empty { 
  background: url('/images/box/bg.png') repeat-x white; 
  min-height: 276px; 
  
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.slots div.title {
  min-height: 30px;
  border-bottom: 1px solid #ccc;
}

ul.slots ul.options {
  margin: 0;
  padding: 5px 5px 0 0;
  list-style-type: none;
  text-align: right;
}

ul.slots ul.options li { display: inline; color: #cc2a41; height: 25px; }
ul.slots ul.options li:first-child { margin-right: 5px; }
ul.slots ul.options li a { color: #cc2a41; padding-left: 26px; display: inline-block; height: 25px; line-height: 1.7;}
ul.slots ul.options li a.add {
  background: url('/images/frontend/widget/slot-icons.png') no-repeat; 
}

ul.slots ul.options li a.delete {
  background: url('/images/frontend/widget/slot-icons.png') no-repeat 0 -25px; 
}


.dropped-item h3 { 
  padding: 5px 0 0 10px;
  line-height: 1;
  float: left;
  color: #990000;
}

ul.slots div.rss
{
  max-height: 242px;
  overflow-y: auto;
  min-width: 288px;
}

ul.slots button
{
  display:inline-block;
  height: 24px;
  line-height: 1;
  
  border: 1px solid #bbb;
  background: #fff;
  position: relative;
  vertical-align: middle;
  
  margin-right: 2px;
  left: 2px;
}

ul.slots li.large form.text input {
  width: 200px !important;
}

ul.slots li.small form.text input {
  width: 90px !important;
}

ul.slots form.text input {
  font-size: 0.8em;
  margin: 0 !important;
  padding: 2px;
  background-color: #fff;border:1px solid #bbb;
}

ul.slots li a.empty-space-add
{
  text-align: center;
  
  display: block;
  width: 224px;
  height: 146px;
  background: url('/images/frontend/profile/add-content.png') no-repeat;
  margin: 50px auto 0;
}
