/*  
COLOR SCHEME
 Dark 1 2B3E42
 Dark 2 747E80        // footer
 Light 1 ECECEC     // light green
 Light 2 F7F3E8     // light brown
 Bright 1 F2583E    // too much etsy color!
 Bright 2 77BED2    // light blue

*/

.cc-banner {
  z-index: 999999999 !important;
}

html,
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #444;
  height: 100%;
}

select {
  border: 1px solid #ececec;
  font-size: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 2px;
}

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

body {
  margin: auto;
}

a {
  text-decoration: none;
  color: #2977a5;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

a:visited {
  text-decoration: none;
  color: #2977a5;
}

a:hover {
  text-decoration: underline;
  color: #2977a5;
}

#body {
  width: 1005px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -25px;
}

#header {
  height: 64px;
  display: block;
  background-image: url("/public/images/20t.png");
}

#tools {
  width: 100%;
  color: #eee !important;
  background-image: url("/public/images/40t.png");
  height: 21px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-family: helvetica;
  font-size: 13px;
}

#login_tools {
  float: right;
}

#login_tools button {
  font-size: 11px;
  float: right;
  margin-top: 3px;
  margin-left: 5px;
}

#login_tools a {
  float: right;
}

#login_tools .vklogin {
  width: 85px;
}

#social_bar {
  float: left;
  margin-left: 30px;
  margin-top: 2px;
  display: none;
}

#social_bar a {
  padding: 0px;
}

#social_bar img {
  width: 20px;
  height: 20px;
  margin-left: 0px;
}

#tools a {
  text-decoration: none;
  color: #f8f8f8;
  font-weight: bold;
  margin-right: 10px;
  text-shadow: 1px 1px 1px #000;
}

#tools #notification {
  text-shadow: 1px 1px 1px #000;
  color: red;
  font-weight: bold;
  /*	padding: 2px;*/
  /*	background: #eee;*/
}

#tools a:hover {
  text-decoration: underline;
}

#big_top_banner {
  padding-top: 4px;
  padding-bottom: 1px;
  text-align: center;
}

#logo {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 55px;
  display: block;
  text-shadow: 1px 2px 2px #000;
  margin-top: -2px;
  /*	text-align: center;*/
  padding-left: 10px;
  padding-bottom: 0px;
  letter-spacing: -5px;
  color: black;
  float: left;
}

#logo:hover {
  text-decoration: none;
}

#logo span {
}

#banner_top {
  float: right;
  padding-top: 30px;
}

#search {
  float: right;
  margin-top: 4px;
  margin-right: 5px;
}

#search select {
  margin-top: 2px;
  background: white;
}

#search input:focus {
  outline: none;
}

#search input {
  -webkit-appearance: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.0742188) 0px 1px 1px 0px inset,
    rgba(77, 166, 232, 0.0898438) 0px 0px 1px 0px;
  -webkit-rtl-ordering: logical;
  -webkit-transition-delay: 0s, 0s;
  -webkit-transition-duration: 0.20000000298023224s, 0.20000000298023224s;
  -webkit-transition-property: border, box-shadow;
  -webkit-transition-timing-function: linear, linear;
  -webkit-user-select: text;
  margin-right: 5px;
  margin-left: 2px;
  padding: 2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 3px;
  font-size: 12px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 1px;
  float: left;
}

#search button {
  -webkit-appearance: none;

  border: 1px solid #ececec;
  background: #ff00b1;
  color: #fff;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#menu {
  width: 100%;
  float: left;
  background-color: #1b2927;
  border-bottom-left-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  -moz-border-radius-bottomleft: 5px 5px;
  -moz-border-radius-bottomright: 5px 5px;
}

#menu ul {
  padding: 0;
}
#menu ul li {
  display: inline;
}

#menu ul {
  margin: 0;
  padding: 0 0 0 0.3%;
  color: #ffffff;
}

#menu ul li a {
  padding: 0.6em 12px;
  background-color: #1b2927;
  color: #ffffff;
  text-decoration: none;
  float: left;
  border-right: 1px solid #ececec;
  font-size: 14px;
  text-shadow: 1px 1px 1px #000;
}

#menu ul li a:hover {
  background-color: #ececec;
}

h1,
h2,
h3,
h4,
h5 {
  color: black;
}

#crumbs {
  /*	height: 16px;*/
  float: left;
  width: 882px;
  padding-bottom: 5px;
  margin: 9px;
  border-bottom: 1px solid #eee;
}

#crumbs a {
  color: #555;
}

#crumbs a:hover {
  color: black;
}

#footer,
.push {
  height: 20px; /* .push must be the same height as .footer */
}

#footer {
  margin: 0px;
  padding-top: 5px;
  font-size: 11px;
  color: #fff;
  width: 100%;
  left: 200px;
  background-image: url("/public/images/40t.png");
  float: left;
}

#footer a {
  color: #fff;
}

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

#content {
  height: auto;
  width: 100%;
  float: left;
  margin-top: 6px;
  padding-bottom: 100px;
}

.sidebar {
  width: 200px;
  background: #fff;
  float: left;
  padding: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.main_content {
  background: #fff;
  float: right;
  width: 736px;
  padding: 15px;
  padding-bottom: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.sidebar h3 {
  margin-top: 0px;
}

.sidebar ul {
  padding: 0px;
  margin: 0px;
}

.sidebar#recent_items {
  margin-top: 8px;
}

.sidebar#recent_items h3 a {
  color: black !important;
}

.sidebar#blogposts {
  margin-top: 8px;
  padding-bottom: 9px;
}

.sidebar#blogposts h3 a {
  color: black !important;
}

.sidebar#blogposts a {
  display: block;
  margin-bottom: 5px;
}

.sidebar#forumposts {
  margin-top: 8px;
  padding-bottom: 9px;
}

.sidebar#forumposts h3 a {
  color: black !important;
}

.sidebar#forumposts a {
  display: block;
  margin-bottom: 2px;
}

#categories {
  margin-top: -3px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.left_sidebar_box {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}

#popular_box a {
  margin: 3px;
  line-height: 15px;
  font-size: 12px;
}

#tw_box {
  text-align: center;
  padding-bottom: 13px;
}

#categories .root {
  padding: 7px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 5px;
}

#categories .root a {
  color: white !important;
  display: block;
  width: 100%;
  font-size: 14px;
}

#categories .subs {
  background-color: white;
  padding-left: 10px;
  padding-bottom: 0px;
  padding-top: 5px;
}

#categories .subs a {
  color: #2977a5 !important;
  font-size: 12px;
}

#categories .root {
  background: #ff00b1;
}

#forum_news li {
  padding: 3px;
}

.homepage_section {
  /*	width: 730px;*/
  height: auto;
  float: left;
  padding-top: 25px;
}

.homepage_section h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.homepage_section ul {
  padding: 0px;
  margin: 0px;
}

.homepage_section li {
  float: left;
  display: inline;
}

#recent_blogposts h2 {
  height: 40px;
}

#recent_blogposts .recent_blogpost {
  line-height: 16px;
  font-size: 13px;
  float: left;
  width: 316px;
  margin-right: 10px;
  padding: 15px;
  height: 122px;
  padding-bottom: 5px;
  padding-top: 5px;
}

#recent_blogposts p {
  font-size: 12px;
}

#recent_blogposts img {
  float: left;
  width: 120px;
  height: 120px;
  margin-right: 8px;
  border: 1px solid #ddd;
}

#start {
  float: left;
  width: 100%;
}

#start h1 {
  margin-top: 0px;
}

.catalog_item {
  padding: 1px;
  height: 135px;
  width: 170px;
  margin: 1px;
  margin-bottom: 5px;
  border: 1px solid #ececec;
}

.catalog_item.recent {
  padding: 1px;
  height: 75px;
  width: 75px;
  margin: 1px;
  border: 1px solid #ececec;
}

.catalog_item.similar {
  padding: 1px;
  height: 83px;
  width: 83px;
  margin: 1px;
  border: 1px solid #ececec;
}

.catalog_item.similar img {
  height: 83px;
  width: 83px;
}

.catalog_item.follower {
  padding: 1px;
  height: 50px;
  width: 50px;
  margin: 1px;
  border: 1px solid #ececec;
}

.catalog_item.follower img {
  height: 50px;
  width: 50px;
}

.catalog_item.more_items {
  width: auto;
  height: auto;
  border: none;
  float: left;
  margin-top: 51px;
  margin-right: 2px;
}

.catalog_item.follower.more_items {
  margin-top: 27px;
}

.catalog_item.shop {
  padding: 5px;
  height: 165px;
}

.btn {
  float: right;
  background: url("/public/images/btn_left.png") no-repeat;
  font-size: 15px;
  padding: 0 0 0 10px;
}
.btn a {
  float: left;
  height: 40px;
  background: url("/public/images/btn_stretch.png") repeat-x left top;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}
.btn span {
  background: url("/public/images/btn_right.png") no-repeat;
  float: left;
  width: 10px;
  height: 40px;
}

.btn#want {
  margin-bottom: 10px;
  background-color: #1def00;
}

.btn.blue {
  margin-bottom: 10px;
  background-color: #77bed2;
}

.btn.blue:hover {
  background-color: #609bad;
}

.btn.blue:active {
  background-color: #518494;
}

.btn.grey {
  margin-bottom: 10px;
  background-color: #ddd;
}

.btn.grey:hover {
  background-color: #aaa;
}

.btn.grey:active {
  background-color: #999;
}

.btn#want:hover {
  background-color: #15bb01;
}

.btn#want:active {
  background-color: #109a01;
}

.btn#delivery {
  background: url("/public/images/btn_left_l.png") no-repeat;
  margin-bottom: 10px;
  background-color: #ffcf00;
}

.btn#delivery a {
  background: url("/public/images/btn_stretch_l.png") repeat-x left top;
}

.btn#delivery span {
  background: url("/public/images/btn_right_l.png") no-repeat;
}

.btn#delivery:hover {
  background-color: #f0c102;
}

.btn#delivery:active {
  background-color: #d7ae00;
}

#ad_footer {
  /*	background: #fff;*/
  width: 635px;
  /*	padding: 15px;*/
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
}

#catalog_footer {
  background: #fff;
  width: 635px;
  padding: 15px;
  margin-top: 8px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#catalog_footer a {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 5px;
  margin-top: 1px;
  margin-bottom: 1px;
  display: block;
  float: left;
  color: #888 !important;
}

#catalog_footer #category_drabuziai {
  color: #ff00b1 !important;
  /*	color: white !important;*/
  font-weight: bold;
}

#catalog_footer #category_rankines {
  color: #ff00b1 !important;
  font-weight: bold;
}

#catalog_footer #category_aksesuarai {
  color: #ff00b1 !important;
  font-weight: bold;
}

#catalog_footer #category_papuosalai {
  color: #ff00b1 !important;
  font-weight: bold;
}

#catalog_footer #category_avalyne {
  color: #ff00b1 !important;
  font-weight: bold;
}

#catalog_footer #category_kosmetika {
  color: #ff00b1 !important;
  font-weight: bold;
}

#catalog_footer #category_augintiniu-drabuziai {
  color: #ff00b1 !important;
  font-weight: bold;
}

#catalog_footer #category_mamos-kampelis {
  color: #ff00b1 !important;
  font-weight: bold;
}

#start #start_4 img {
  margin-top: -7px;
}

.fb_login_button {
  display: block;
  background: url("/public/images/fblogin.jpg") no-repeat;
  margin-top: 1px;
  margin-left: 5px;
  width: 67px !important;
  height: 22px;
}

.fb_login_button_long {
  float: left;
  display: block;
  background: url("/public/images/fbloginLong.jpg") no-repeat;
  margin-top: 1px;
  /*	margin-left: 5px;*/
  /*	margin-right: -5px !important;*/
  width: 154px !important;
  height: 22px;
}

/* ADD THIS */

.addthis_toolbox .custom_hover {
  position: relative;
}

.addthis_toolbox .custom_hover .custom_button {
  padding: 4px;
  color: #2977a5 !important;
  cursor: pointer;
  font-size: 11px;
  background-color: #eee;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
}

.addthis_toolbox .custom_hover .custom_button.active {
  background-color: #eee;
  -moz-border-radius: 2px 2px 0px 0px;
  -webkit-border-radius: 2px 2px 0px 0px;
}

.addthis_toolbox .hover_menu {
  display: none;
  position: absolute;
  background: #fff;
}

.addthis_toolbox .custom_hover .tower {
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius-topleft: 0;
}
.addthis_toolbox .hover_menu {
  width: 136px;
  padding: 1px;
  border: 3px solid #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.addthis_toolbox .hover_menu a {
  position: relative;
  display: block;
  width: 102px;
  padding: 4px 0 4px 34px;
  text-decoration: none;
  color: #2977a5;
}

.addthis_toolbox .hover_menu a:hover {
  background: #f5f5f5;
  color: #027999;
  text-decoration: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.addthis_toolbox .hover_menu span {
  position: absolute;
  left: 14px;
  top: 4px;
}

.addthis_toolbox .hover_menu .more {
  border-top: solid 1px #eee;
  padding: 10px 0 0 0;
  margin: 10px 10px 0 10px;
  text-align: center;
}

.addthis_toolbox .hover_menu .more a {
  padding: 4px 0;
  margin: 0;
}

.addthis_toolbox .hover_menu .more a:hover {
  background: none;
}
.addthis_toolbox .hover_menu .more span {
  display: none;
}

#one-subsite-dinamic {
  float: left;
  margin-left: 50px;
}

#one-subsite-dinamic a {
  display: block;
  text-align: none;
}

#filter select {
  font-size: 12px;
  padding: 2px;
  margin: 0px;
  margin-right: 5px;
  margin-left: 1px;
}

#main_photo_container {
  background: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
  z-index: 10000;
  position: absolute;
  float: left;
}

.followers_link {
  display: block;
  width: 185px;
  margin-bottom: -1px;
}

#search_user_box input[type="text"] {
  margin-right: 2px;
  padding: 2px;
  padding-top: 3px;
  font-size: 11px;
  border: 1px solid #ececec;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#query_type {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
  font-size: 12px;
  margin-right: 5px;
  margin-top: 3px;

  background: #ececec;
  border: #ececec;
}

.featured_collection {
  float: left;
  margin-bottom: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 7px;
  /*	padding-left: 9px;*/
  width: 343px;
  margin-right: 11px;
  background: #f7f3e8;
  /*		border-top: 1px solid #eee;*/
}

.featured_collection ul {
  float: left;
}

.featured_collection .catalog_item.similar {
  float: left;
  padding: 1px;
  height: 77px;
  width: 77px;
  margin: 1px;
  border: 1px solid #ececec;
  margin-right: 5px;
}

.featured_collection .catalog_item.similar img {
  height: 77px;
  width: 77px;
}

.battle_collection {
  float: left;
  margin-bottom: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  width: 368px;
  background: #f7f3e8;
}

.battle_collection ul {
  float: left;
  list-style: none;
}

.battle_collection .collection_item {
  float: left;
  padding: 1px;
  height: 135px;
  width: 170px;
  margin: 5px;
  border: 1px solid #ececec;
  margin-right: 5px;
}

.battle_collection .collection_item img {
  height: 135px;
  width: 170px;
}

#big_top_banner {
  display: none;
}

.catalog_item.shop .tools {
  float: left;
  font-size: 11px;
  margin-top: 1px;
}

.catalog_item.shop .tools a {
  color: #888 !important;
}

.catalog_item.shop .tools a:hover {
  color: #555 !important;
}

#shop_sections {
  margin-top: 5px;
  width: 102%;
  float: left;
  margin-bottom: -4px;
}

#shop_sections .section {
  float: left;
  font-size: 13px;
  margin-right: 7px;
  margin-bottom: 7px;
  color: #444;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 4px;
  background: #eee;
  /*	border: 1px solid #eee;*/
  cursor: pointer;
}

#shop_sections .section:hover,
#shop_sections .section.selected {
  color: #eee;
  background: #666;
  text-decoration: none !important;
}

#shop_sections .section span {
  margin-left: 5px;
  color: #888;
}

textarea,
input[type="text"],
input[type="password"] {
  border: 1px solid #ddd !important;
}

select {
  font-size: 12px;
  border: 1px solid #ddd !important;
}

.promo_in_category {
  float: left;
  margin-bottom: 7px;
}

.promo_in_category .catalog_item.shop {
  margin-bottom: 0px;
  background-color: whiteSmoke;
  border-color: #ddd;
}

.promo_in_category .promo_header {
  float: left;
  color: #999;
  width: 730px;
  padding-left: 0px;
  margin-top: 5px;
  margin-bottom: 4px;
  height: 18px;
}

.promo_in_category .promo_header #sponsored_title {
  float: left;
}

.promo_in_category .promo_header #arrows {
  float: right;
  width: 40px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 3px;
  z-index: 10000;
}

.promo_in_category .promo_header #arrows #left {
  float: left;
}

.promo_in_category .promo_header #arrows #right {
  float: right;
}

.promo_in_category .promo_header #arrows a span {
  width: 16px;
  display: inline;
  float: left;
  height: 16px;
  margin-top: -1px;
}

.promo_in_category .promo_header #arrows #left span {
  background: transparent url("/public/images/arrow_left_s.png") no-repeat 0px
    0px;
}

.promo_in_category .promo_header #arrows #right span {
  background: transparent url("/public/images/arrow_right_s.png") no-repeat 0px
    0px;
}

.promo_in_category .promo_header #arrows #left span:hover {
  background: transparent url("/public/images/arrow_left_s.png") no-repeat 0px
    0px;
}

.promo_in_category .promo_header #arrows #right span:hover {
  background: transparent url("/public/images/arrow_right_s.png") no-repeat 0px
    0px;
}

.promo_in_category .bx-wrapper {
  float: left;
}

.promo_in_category .bx-window {
  float: left;
}

.orderButton {
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -moz-linear-gradient(center top, #4dd432 5%, #48c62f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DD432', endColorstr='#48C62F');
  background-color: #4dd432;
  border-radius: 4px;
  border: 1px solid #268a16;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 11px;
  padding: 6px 10px;
  text-decoration: none;
}
.orderButton:hover {
  background: -moz-linear-gradient(center top, #48c62f 5%, #4dd432 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48C62F', endColorstr='#4DD432');
  background-color: #48c62f;
  color: white !important;
  text-decoration: none;
}
.orderButton:active {
  position: relative;
  top: 1px;
}
.orderButton:visited {
  color: white !important;
}
.orderButton.inactive {
  box-shadow: inset 0px 1px 0px 0px #eee8ef;
  background: -moz-linear-gradient(center top, #c0c1ba 5%, #c0c1ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C1BA', endColorstr='#C0C1BA');
  background-color: #c0c1ba;
  border: 1px solid #86857b;
  cursor: default;
}
.orderButton.inactive:active {
  top: 0px;
}

.orderButton.grey {
  box-shadow: inset 0px 1px 0px 0px #eee8ef;
  background: -moz-linear-gradient(center top, #c0c1ba 5%, #adafab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C1BA', endColorstr='#ADAFAB');
  background-color: #c0c1ba;
  border: 1px solid #86857b;
}

.orderButton.grey:hover {
  background: -moz-linear-gradient(center top, #adafab 5%, #c0c1ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ADAFAB', endColorstr='#C0C1BA');
  background-color: #c0c1ba;
  border: 1px solid #86857b;
  color: white !important;
  text-decoration: none;
}

.checkoutButton,
.pinkButton {
  box-shadow: inset 0px 1px 0px 0px #efc0db;
  background: -moz-linear-gradient(center top, #ff00b1 5%, #df009d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00B1', endColorstr='#DF009D');
  background-color: #ff00b1;
  border-radius: 4px;
  border: 1px solid #af008e;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 14px;
  padding: 6px 15px;
  text-decoration: none;
}
.checkoutButton:hover,
.pinkButton:hover {
  background: -moz-linear-gradient(center top, #df009d 5%, #ff00b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF009D', endColorstr='#FF00B1');
  background-color: #df009d;
  color: white !important;
  text-decoration: none;
}
.checkoutButton:active,
.pinkButton:active {
  position: relative;
  top: 1px;
}
.checkoutButton:visited,
.pinkButton:visited {
  color: white !important;
}

.checkoutButton.inactive,
.pinkButton.inactive {
  box-shadow: inset 0px 1px 0px 0px #eee8ef;
  background: -moz-linear-gradient(center top, #c0c1ba 5%, #c0c1ba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C0C1BA', endColorstr='#C0C1BA');
  background-color: #c0c1ba;
  border: 1px solid #86857b;
  cursor: default;
}

.checkoutButton.inactive:active,
.pinkButton.inactive:active {
  top: 0px;
}

.question {
  color: #ff00b1;
  margin-top: 30px;
}

#form_errors h3 {
  color: #ff00b1;
}

#form_help h2 {
  color: #ff00b1;
  font-weight: normal;
}

#sell h2 {
  color: #ff00b1;
}

#notice h2 {
  color: #ff00b1;
}

.priceh2#price {
  color: #ff00b1;
}

#register_top {
  color: #ff00b1 !important;
}

#start {
  display: none;
}

.promoEmpty {
  text-align: center;
}

.promoEmpty img {
  margin-bottom: 6px;
  width: 170px;
  height: 135px;
}

#user_confirmed {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: transparent url(/public/images/user_confirmed.png) no-repeat 0px
    0px;
  margin-right: -1px;
}

#user_online {
  display: inline-block;
  width: 14px;
  margin-left: -1px;
  height: 14px;
  background: transparent url(/public/images/online3.gif) no-repeat 0px 0px;
}

#user_vip {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(/public/images/user_vip.png) no-repeat 0px 0px;
}

#recent_blogposts #arrows {
  float: right;
  width: 40px;
  margin-top: 2px;
  margin-right: 0px;
  margin-bottom: 3px;
  z-index: 10000;
}

#recent_blogposts #arrows #left {
  float: left;
}

#recent_blogposts #arrows #right {
  float: right;
}

#recent_blogposts #arrows a span {
  width: 16px;
  display: inline;
  float: left;
  height: 16px;
  margin-top: -1px;
}

#recent_blogposts #arrows #left span {
  background: transparent url("/public/images/arrow_left_gs.png") no-repeat 0px
    0px;
}

#recent_blogposts #arrows #right span {
  background: transparent url("/public/images/arrow_right_gs.png") no-repeat 0px
    0px;
}

#recent_blogposts #arrows #left span:hover {
  background: transparent url("/public/images/arrow_left_s.png") no-repeat 0px
    0px;
}

#recent_blogposts #arrows #right span:hover {
  background: transparent url("/public/images/arrow_right_s.png") no-repeat 0px
    0px;
}

#recent_blogposts .bx-wrapper {
  float: left;
}

#recent_blogposts .bx-window {
  float: left;
}

#start_2 {
  float: left;
  margin-left: 25px;
}

#start_3,
#start_4,
#start_5 {
  float: left;
  margin-left: 5px;
}

#start div {
  float: left;
  width: 175px;
  text-align: center;
}

#start h3 {
  text-align: center;
  font-size: 13px;
  font-weight: normal;
}

#start p {
  font-size: 14px;
  text-align: left;
}

#announcement {
  padding: 5px;
  padding-left: 0px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}
#announcement ul {
  width: 720px;
  margin: 0px;
  padding: 0px;
  padding-left: 5px;
  height: 17px;
  overflow: hidden;
  font-size: 13px;
}
#announcement li {
  margin: 0px;
  padding: 0px;
  width: 718px;
}

.registerButton {
  box-shadow: inset 0px 1px 0px 0px #caefab;
  background: -moz-linear-gradient(center top, #4dd432 5%, #48c62f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DD432', endColorstr='#48C62F');
  background-color: #4dd432;
  border-radius: 4px;
  border: 1px solid #268a16;
  display: inline-block;
  color: #ffffff;
  font-family: arial;
  font-size: 15px;
  padding: 10px 14px;
  text-decoration: none;
}
.registerButton:hover {
  background: -moz-linear-gradient(center top, #48c62f 5%, #4dd432 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#48C62F', endColorstr='#4DD432');
  background-color: #48c62f;
  color: white !important;
  text-decoration: none;
}
.registerButton:active {
  position: relative;
  top: 1px;
}
.registerButton:visited {
  color: white !important;
}

#search #searchButton {
  box-shadow: inset 0px 1px 0px 0px #ff92e9;
  background: -moz-linear-gradient(center top, #ff00b1 5%, #df009d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF00B1', endColorstr='#DF009D');
  background-color: #ff00b1;
  border-radius: 3px;
  border: 1px solid #ff00d0;
  display: inline-block;
  letter-spacing: 0.05em;
  color: #ffffff;
  font-family: Arial;
  font-size: 12px;
  padding: 3px 7px;
  text-decoration: none;
  margin-top: 1px;
  float: left;
  display: inline-block;
}

#search #searchButton:hover {
  background: -moz-linear-gradient(center top, #df009d 5%, #ff00b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DF009D', endColorstr='#FF00B1');
  background-color: #df009d;
  color: white !important;
  text-decoration: none;
}

#search #searchButton:active {
  position: relative;
  top: 1px;
}

#search #searchButton:visited {
  color: white !important;
}

#filterButton {
  box-shadow: inset 0px 1px 0px 0px #eee;
  background: -moz-linear-gradient(center top, #ececec 5%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#DDDDDD');
  background-color: #eee;
  border-radius: 3px;
  border: 1px solid #bbb;
  display: inline-block;
  color: #333;
  font-family: Arial;
  font-size: 12px;
  padding: 2px 7px;
  text-decoration: none;
  margin-top: -1px;
}

#filterButton:hover {
  background: -moz-linear-gradient(center top, #ddd 5%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#DDDDDD');
  background-color: #df009d;
  color: white !important;
  text-decoration: none;
}

#filterButton:active,
#filterButton.toggled {
  box-shadow: inset 0px 1px 0px 0px #ccc;
  background: -moz-linear-gradient(center top, #ccc 5%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#CCCCCC');
}

#filterButton:visited {
  color: #333 !important;
}

#searchFilter {
  float: left;
  width: 704px;
  margin-left: 5px;
  padding: 10px;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #ececec;
  border-top: none;
  margin-bottom: 10px;
}

#searchFilter input[name="fk"] {
  font-size: 11px;
  width: 180px;
  margin-top: 4px;
  padding: 4px;
  padding-top: 3px;
  border-radius: 3px;
}

#search input[name="q"].empty {
  color: #999;
}

#catalog_footer .footer_root_category {
  color: #ff00b1 !important;
  font-weight: bold;
}

#myprofile_container {
  display: inline-block;
}

#myprofile_container:hover {
  /*background: white;*/
}

#myprofile_popover ul {
  list-style: none;
}

#myprofile_popover {
  position: absolute;
  max-width: 510px;
  min-width: 100px;
  z-index: 1000000;
  background: white;
  margin-left: 0px;
  top: 20px;
  padding: 5px;
  color: #444;
  border: 0px solid #777;
}

#user_admin {
  display: inline-block;
  width: 15px;
  margin-left: -1px;
  height: 15px;
  background: transparent url("/public/images/user_admin.png") no-repeat 0px 0px;
}
