.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  padding-top: 10px;
}
a {
  color: #32689c;
}
/* layout */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  right: 100px;
  display: none;
  text-indent: -9999px;
  background-size: cover !important;
  background: url('../images/arrow_top.png') no-repeat;
}
.input-group {
  float: left;
}
.input-group input {
  margin-right: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 26px;
  font-size: 15px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding: 4px 12px;
}
.input-group-btn {
  margin-left: -5px;
}
.input-group-btn .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  height: 36px;
  font-size: 15px;
}
.search-form .btn {
  line-height: 26px;
}
.search-form .btn .caret {
  margin-top: 11px;
}
footer {
  background-color: #3d689c;
}
#footer .top_box {
  padding: 18px 0 !important;
}
#main,
#header,
#footer {
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
  /*change this size of small google adv block (336px width) on left column fit with column*/
  width: 94%;
  /*change this size of small google adv block (336px width) on left column fit with column*/
}
.small-column {
  width: 336px;
  /* match with width of google ads size */
  float: left;
}
.big-column {
  width: calc(100% - 356px);
  float: left;
}
.right-column {
  float: right;
  margin-left: 20px;
}
#main {
  margin-top: 10px;
  margin-bottom: 10px;
  min-height: 300px;
}
/* header */
#header {
  position: relative;
}
#search-bar {
  margin-bottom: 7px !important;
}
#search-bar form {
  margin-bottom: 0px;
}
#search-bar .search-form-element {
  margin-right: 7px;
}
#search-bar .firstecredit {
  text-align: right;
}
/*
label, input{
	font-size: 12px;
	line-height: 22px;
}

.spec-options{
	label.checkbox{
		font-size: 12px;
		line-height: 22px;
	}
}
// Edit interface for checkbox input and radio input of Item Specifics section
.spec-control{
	.spec-options{
		.specifics-checkbox{
			display: inline-block;
			padding-right: 15px;
			line-height: 21px;
			vertical-align: bottom;
		}
	}
}

// Edit interface for checkbox input and radio input of Payment Method item in Deal Information section
.control-group{
	.controls{
		.payment-checkbox{
			display: inline-block; 
			padding-right: 15px; 
			vertical-align: middle;
		}
		.payment-checkbox:first-child{
			padding-top: 0px;
		}
	}
}
// Edit interface for checkbox input and radio input of Location section in advanced search form
#location-condition-container{
	.location-radio{
		display:inline-block;
		margin-left: 20px;
		vertical-align: middle;
	}
}

.condition-container{
	.condition-container-checkbox{
		display:inline-block; 
		vertical-align: middle;
	}
}
*/
@media (min-width: 980px) {
  #logo {
    background: url("../images/logo.png") top left no-repeat;
    width: 320px;
    height: 70px;
  }
  #logo {
    float: left;
    margin-bottom: 10px;
  }
  #header-links {
    float: right;
    width: 470px;
  }
  #header .header-row {
    padding-bottom: 6px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #logo {
    background: url("../images/logo-m.png") top left no-repeat;
    width: 223px;
    height: 49px;
  }
  #logo {
    float: left;
    margin-bottom: 10px;
  }
  #header-links {
    float: right;
    width: 470px;
  }
  #header .header-row {
    padding-bottom: 6px;
  }
}
@media (max-width: 767px) {
  #logo {
    background: url("../images/logo-s.png") top right no-repeat;
    width: 164px;
    height: 36px;
    display: block;
  }
  #logo {
    margin-bottom: 10px;
  }
  #header .header-row {
    padding-bottom: 6px;
  }
}
.admin-section-title,
.social-links,
.language-selector,
.country-selector,
.credential {
  float: right;
  padding-left: 5px;
}
.social-links {
  width: 164px;
}
.credential .firstecredit-count {
  padding-top: 18px;
}
.country-selector-modal .country-item .caption {
  height: 30px !important;
  width: 70px !important;
  padding: 5px !important;
  text-align: center;
}
.country-selector-modal .country-collection-item .caption {
  height: 30px !important;
  width: 70px !important;
  padding: 5px !important;
  text-align: center;
}
.alert-in-top {
  /* reduce twitter bootstrap margin for alert box */
  margin-bottom: 13px;
}
/* main search bar */
#search-bar .keyword-input {
  margin-left: 0px;
}
#search-bar .search-category {
  margin-left: 10px;
}
#search-bar .current-search-type {
  width: 120px;
  display: inline-block;
}
/* breadcrumb */
.breadcrumb-container > div {
  /* reduce height of twitter span6*/
  min-height: 1.4em !important;
}
.breadcrumb-container .breadcrumb-text {
  font-size: 1.4em;
  font-weight: bold;
}
/* footer */
footer .top_box {
  background-color: #3d689c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  padding: 18px;
}
footer .top_box p,
footer .top_box a {
  color: #fff;
}
footer .top_box a {
  text-decoration: underline;
}
footer .top_box form a span {
  color: black;
}
footer .top_box form ul li a {
  color: black;
  text-decoration: none;
}
footer .column.first {
  border-left: none;
}
footer .title {
  color: #000;
  font-size: 12px;
  font-weight: bold;
}
footer .title-center {
  text-align: center;
}
footer .bottom-row {
  margin-top: 8px;
  text-align: center;
}
/*@todo : replace 1137 with 980 */
@media (min-width: 1137px) {
  footer .asdt {
    background: url('../images/asdt.png') no-repeat;
    width: 147px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .column {
    border-left: 1px solid #333;
    padding-left: 15px;
    padding-right: 15px;
    height: 150px;
  }
  footer .sub-column1,
  footer .sub-column2 {
    float: left;
  }
  footer .sub-column1 {
    margin-right: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1136px) {
  footer .asdt {
    background: url('../images/asdt-m.png') no-repeat;
    width: 100px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .column {
    border-left: 1px solid #333;
    padding-left: 15px;
    padding-right: 15px;
    height: 100%;
  }
  footer .sub-column1,
  footer .sub-column2 {
    float: left;
  }
  footer .sub-column1 {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  footer .asdt {
    background: url('../images/asdt-m.png') no-repeat;
    width: 100px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .title {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
  }
  footer .column {
    text-align: center;
  }
  footer .sub-column1,
  footer .sub-column2 {
    display: inline-block;
  }
  footer .sub-column1 {
    margin-right: 20px;
  }
}
/* patch twitter bootstrap */
/* selected thumbnail */
a.thumbnail.selected {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* jquery validator - twitter bootstrap style */
label.valid {
  width: 24px;
  height: 24px;
  background: url(../images/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
/* style for landing page */
.box_wrap {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  overflow: hidden;
  border: 1px solid #2f5d8c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.top_box {
  margin: 0px;
  padding: 12px 10px 10px 12px;
  background-color: #3d689c;
  background-image: linear-gradient(bottom, #33679c 5%, #43689c 53%);
  background-image: -o-linear-gradient(bottom, #33679c 5%, #43689c 53%);
  background-image: -moz-linear-gradient(bottom, #33679c 5%, #43689c 53%);
  background-image: -webkit-linear-gradient(bottom, #33679c 5%, #43689c 53%);
  background-image: -ms-linear-gradient(bottom, #33679c 5%, #43689c 53%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, #33679c), color-stop(0.53, #43689c));
  color: #fff;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.top_box h2 {
  margin: 0px;
  padding: 0px;
  font: normal 12px/18px Tahoma;
  color: #fff;
}
.top_box a {
  color: #fff;
  font-weight: bold;
}
.top_box a:hover {
  text-decoration: none;
}
.box_content {
  padding: 15px;
}
.box_content h3 {
  margin-top: 0;
  display: inline-block;
  font: normal 14px/18px Tahoma;
}
.box_content hr {
  border-bottom: 1px solid #ccc;
  margin-top: -18px;
  margin-left: 520px;
  margin-bottom: 30px;
}
.box_content .row {
  margin-left: 0;
}
/* specific theme for google ad block*/
.box_content.box_content_ad {
  /* no padding with advertise */
  padding: 0px;
}
.box_content.box_content_adhorizontal {
  padding: 0 35px;
}
.box_wrap.box_wrap_ad {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border: 0px;
}
.box_wrap.box_wrap_adhorizontal {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
/* end specific theme for google ad block*/
.center {
  text-align: center;
}
.center a {
  font: normal 14px/18px Tahoma;
  text-decoration: underline;
  margin-right: 5px;
  font-weight: bold;
}
.selected-thumb {
  border: 1px solid #0088cc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
/* support multi language icon */
.support-multilang {
  padding-left: 10px;
  /* icon need style inline-block so tooltip work with chrome */
  display: inline-block;
}
.left-text {
  text-align: left !important;
  margin-left: 0;
}
/* tag input - fix style of tag-it jquery plugin (https://github.com/aehlke/tag-it) */
ul.tagit {
  /*remove margin of outter most*/
  margin-left: 0px;
  margin-bottom: 0px;
}
ul.tagit li.tagit-new input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* item specification */
.item-specification-form .spec-name {
  width: 160px;
  text-align: right;
}
.item-specification-form .spec-options {
  margin-left: 15px;
}
/* firstetag-textarea element */
.firstetag-textarea {
  width: 500px;
  height: 80px;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
/* create deal page */
.remove-attribute-link {
  margin-left: 25px;
}
.product-info-box {
  height: 150px;
  max-height: 150px;
  overflow: auto;
  border: 2px solid #ddd;
  padding: 15px;
}
.firstetag-separate-line {
  margin: 6px 0;
  border-bottom: 2px solid #000;
  clear: both;
}
.firstetag-separate-thin-line {
  border-bottom: 1px solid #000;
  margin-top: 16px;
  margin-bottom: 16px;
  clear: both;
}
.paginator-controls-wrapper {
  display: inline-block;
}
.paginator-controls-wrapper ul {
  margin: 0;
  padding: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
}
/* override twitter bootstrap control-group space */
.form-horizontal .control-group {
  margin-bottom: 5px;
}
/* image style */
.three-hundreds {
  width: 300px;
  height: 300px;
}
.two-hundreds {
  width: 200px;
  height: 200px;
}
/* style for gallery */
.gallery-box {
  text-align: center;
  height: 300px;
}
.carousel-inner .item p {
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  text-align: center;
}
.carousel-customize {
  margin-bottom: 0;
  height: 100%;
  line-height: 300px;
}
.carousel-control-middle {
  top: 50% !important;
}
/* thumnail image */
.thumbnail-image {
  height: 220px;
  display: block;
  background-position: center 50%;
  background-repeat: no-repeat;
}
.small-thumbnail-image {
  height: 80px;
  width: 80px;
  display: block;
  background-position: center 25%;
  background-repeat: no-repeat;
}
.sponsor-thumbnail {
  width: 160px;
  height: 160px;
}
.deal-slideshow-image {
  max-width: 330px;
  max-height: 300px;
}
.go-deal-link:hover {
  text-decoration: none;
}
.text-middle {
  vertical-align: middle !important;
}
/* style for social buttons page */
.socialBar {
  display: inline-block;
}
.socialBar .socialBarShortcut {
  background-image: url('../images/share.png');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 21px;
  height: 35px;
  cursor: pointer;
  display: inline-block;
}
.socialBar ul {
  background: #F9F9F9;
  border: 1px solid #DFDFDF;
  height: 32px;
  list-style: none;
  margin: 0;
}
.socialBar ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-left: 1px solid #DFDFDF;
  height: 100%;
  padding: 2px;
  margin: 0;
}
/* style for competition page */
/* sponsor box */
.sponsor-small-image {
  width: 100px;
  height: 100px;
}
.secondary-selected-menu-item {
  color: red;
}
/* style for blocks */
/* subscribe block */
.subscribe_box {
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 15px 10px;
  overflow: hidden;
  height: 1%;
  background: #ebebeb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.subscribe_box h2 {
  margin: 0px;
  padding: 0px;
  font: bold 18px/18px Tahoma;
  color: #333333;
}
.subscribe_box p {
  margin: 0px;
  padding: 0px 0px 0px;
  font: normal 11px/18px Tahoma;
  color: #333333;
}
.subscribe-button {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 4px 8px;
}
.subscribe-button-small {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 1px 3px;
  font-size: 10px;
}
.flagged {
  color: red;
}
.unflagged {
  color: #999;
}
.bottom {
  position: absolute;
  bottom: 10px;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.right-corner {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.height300 {
  height: 300px;
}
/** Carousel **/
.carousel {
  position: relative;
  overflow: hidden;
}
.carousel ul {
  width: 20000em;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
.carousel li {
  float: left;
}
.invalid-color {
  color: red;
}
/* timer style */
.countdowner {
  color: red;
  font-weight: bold;
}
.site-item-name {
  font-size: 1.35em;
  vertical-align: middle;
}
.site-item-header {
  font-weight: bold;
  font-style: italic;
  border-bottom: 1px solid #ddd;
}
.site-item-description {
  color: #999;
  font-weight: bold;
  /* from twitter alert style */
  padding: 4px 35px 4px 14px;
  min-height: 22px !important;
  line-height: 35px;
  margin-bottom: 8.5px;
}
#filter-wrapper {
  background-color: #ddd;
  padding: 6px;
  height: 22px;
}
#filter-wrapper .deal-filter-menu ul {
  list-style: none;
  padding: 1px;
  margin: 0;
}
#filter-wrapper .deal-filter-menu ul li {
  float: left;
  padding: 1px 6px;
  border-right: 1px solid #aaa;
}
#filter-wrapper .deal-filter-menu ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
.site-item-info-box {
  min-height: 190px;
  border: 1px solid #33689c;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 5px 0 7px 0;
  padding: 10px;
  position: relative;
}
.site-item-info-box .tag-and-snag-box {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 80px;
}
.no-border {
  border: 0px !important;
}
#sort-control {
  line-height: 47px;
  float: right;
}
#sort-control select {
  margin-top: 5px;
}
/* buttons for each deal in deal listing */
.item-buttons .video {
  background-image: url('../images/icon_youtube.png');
  background-repeat: no-repeat;
  background-position: 50%;
  width: 49px;
  height: 34px;
  display: inline-block;
}
/* end buttons for each deal in deal listing */
/* datatable grid widget */
table#submitted-items-list .edit-button {
  width: 60px;
}
.bottom-detail-button {
  margin-bottom: 15px;
}
/* style for messages page */
.message-row {
  cursor: pointer;
}
.message-row-unread {
  font-weight: bold;
}
.message-row-selected {
  background-color: #eee;
  border: 2px dashed;
}
#message-content-wrapper {
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#message-content-wrapper #message-reply-form {
  margin-top: 10px;
}
.message-content {
  border-bottom: 2px solid #ddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.message-content .heading {
  font-size: 8pt;
  font-family: verdana, sans-serif;
  color: #666;
  margin-bottom: 20px;
}
.message-content .body {
  margin: 10px 10px 10px 20px;
}
.custom-folder-container .custom-folder-controls {
  margin-left: 15px;
}
.message-controls button {
  margin-top: -10px;
  height: 30px;
}
.message-controls select {
  height: 30px;
}
.message-controls input[type=text] {
  height: 20px;
}
/* login page */
.login-page {
  margin-top: 60px;
}
/* style for homepage */
.top_deals h5 {
  color: #33689c;
}
.top_deals .item_list {
  color: #999;
}
.top_deals .item_list h5 {
  color: #000;
}
.top_deals .item_list .price {
  color: #999;
  font-size: 14px;
  font-weight: bold;
}
.top_deals .icon-big-container {
  font-size: 14px;
}
.top_deals .icon-big-container i {
  color: #33689C;
  font-size: 18px;
  width: 18px;
  display: inline-block;
}
.top_deals .icon-big-container .span4 {
  margin-left: 14px;
}
#address-detail-form {
  padding-top: 15px;
  padding-bottom: 15px;
  border: #33689c solid 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#address-detail-form div {
  margin-bottom: 3px;
}
/* style for invite page */
#invitePageWrapper .required {
  color: red;
}
/* send invitation mail page */
#send-invitation-mail-form .row {
  margin-left: 0;
}
.user-box {
  width: 200px;
}
.user-box .icons {
  margin-top: 2px;
}
.user-box .icons a {
  text-decoration: none;
}
.user-box .icons a:hover {
  text-decoration: none;
}
.user-box .icon {
  margin-right: 2px;
  font-size: 16px;
  text-decoration: none;
  padding: 1px;
  cursor: pointer;
}
/* style for My Account page */
.my-account-page a,
.my-account-page h2 {
  font-weight: bold;
}
/* style for comment area */
.comment-wrapper {
  margin: 0 auto;
  background-color: #E8ECEF;
  padding: 25px 15px 15px 15px;
  border-top: 2px solid #CCC;
  border-bottom: 2px solid #CCC;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 95%;
}
.comment-wrapper #post-comment-area .title {
  margin-bottom: 10px;
}
.comment-wrapper .slider {
  position: absolute;
  right: 5px;
  top: 8px;
  width: 16px;
  color: #33689c;
  font-size: 16px;
  float: right;
  cursor: pointer;
  margin-left: 10px;
}
.comment-wrapper .title {
  font-size: 26px;
  display: inline-block;
}
.comment-wrapper .header {
  margin-bottom: 25px;
}
.comment-wrapper .header .total {
  color: #999;
  font-size: 20px;
  display: inline-block;
}
.comment-wrapper .header .goto-post-form-link {
  float: right;
}
.comment-wrapper .comment {
  position: relative;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.comment-wrapper .comment .comment-user {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
}
.comment-wrapper .comment .comment-date {
  float: right;
  font-size: 12px;
  font-style: italic;
  color: #bbb;
  margin-right: 25px;
}
.comment-wrapper .comment .comment-content {
  margin-top: 15px;
}
.comment-wrapper .comment .comment-footer {
  margin-top: 15px;
  margin-bottom: 10px;
}
.comment-wrapper .comment .comment-footer .comment-statistic {
  display: inline-block;
  float: right;
}
.comment-wrapper .child-comment {
  margin-left: 45px;
}
.comment-wrapper .comment-message {
  width: 75%;
}
/* create product page */
.spec-control {
  margin-bottom: 10px;
}
.spec-control .input-append {
  width: 228px;
}
.spec-control .input-append input {
  width: 200px;
}
.spec-control .select-div {
  width: 239px;
  border: 1px solid #ddd;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 0;
  border-bottom: 0;
}
.spec-control .select-div .select-div-option,
.spec-control .select-div .user-value {
  padding-left: 10px;
  line-height: 2.2em;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.spec-control .select-div .select-div-option:hover,
.spec-control .select-div .user-value:hover {
  background: #cfcfcf;
}
#deal-gallery-container {
  width: 98%;
  margin: 0 auto;
}
#pagination-digg li {
  display: inline-block;
  font-size: 11px;
  list-style: none;
  margin-right: 2px;
  color: #666666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #d0d0d0;
}
#pagination-digg li:last-child {
  margin-right: 0;
}
#pagination-digg a {
  color: #666666;
  display: block;
  padding: 6px 8px;
}
#pagination-digg li.active {
  background: #33689C;
  color: #FFF;
  padding: 6px 8px;
}
#pagination-digg li:not(.active):hover {
  background: #33689C;
  cursor: pointer;
}
#pagination-digg li.off {
  padding: 6px 8px;
}
#pagination-digg li.off:hover {
  background: #FFF !important;
  cursor: default !important;
}
#pagination-digg li:not(.active):hover a {
  color: #FFF;
  text-decoration: none;
}
/* style for deal filter panels */
.collapse-panel {
  margin-bottom: 2px;
  border: 1px solid #E5E5E5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  line-height: 17px;
}
.collapse-panel .collapse-header {
  margin-top: 10px;
  padding-left: 15px;
  padding-bottom: 10px;
  cursor: pointer;
  color: #33689c;
  border-bottom: 1px solid #ddd;
}
.collapse-panel .collapse-content {
  padding: 10px 10px 10px 15px;
}
.item-price-large {
  color: #900;
  font-size: 1.35em;
  letter-spacing: -1px;
  font-weight: bold;
  background: #fff;
  padding: 0;
}
.price-right {
  float: right;
  margin-top: 2px;
}
.valid-color {
  color: #78c950;
}
.table-competition-leaderboards {
  border-color: #33689c;
}
.table-competition-leaderboards th,
.table-competition-leaderboards tr,
.table-competition-leaderboards td {
  border-color: #33689c;
}
.table-competition-leaderboards th,
.table-competition-leaderboards td {
  font-weight: normal;
  text-align: center;
}
.table-competition-leaderboards th:first-child {
  text-decoration: underline;
}
/* button */
.rounded-large-button {
  border: 1px solid;
  padding: 13px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}
[class^="icon-firstetag-"],
[class*=" icon-firstetag-"] {
  background-image: url(../images/firstetag_icon.png);
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block !important;
  vertical-align: middle;
}
.icon-firstetag-blank {
  width: 170px;
  height: 130px;
  background-position: 0 -737px;
}
.icon-firstetag-auto-small {
  width: 56px;
  height: 22px;
  background-position: -194px -684px;
}
.icon-firstetag-auto-tiny {
  width: 12px;
  height: 12px;
  background-position: -403px -736px;
}
.icon-firstetag-auto-with-text {
  width: 170px;
  height: 129px;
  background-position: -348px -390px;
}
.icon-firstetag-auto {
  width: 149px;
  height: 59px;
  background-position: -357px -650px;
}
.icon-firstetag-company-small {
  width: 22px;
  height: 22px;
  background-position: -64px -573px;
}
.icon-firstetag-company-tiny {
  width: 12px;
  height: 15px;
  background-position: -344px -688px;
}
.icon-firstetag-company-with-text {
  width: 170px;
  height: 129px;
  background-position: -171px -869px;
}
.icon-firstetag-company {
  width: 74px;
  height: 95px;
  background-position: -269px -688px;
}
.icon-firstetag-competition-small {
  width: 22px;
  height: 22px;
  background-position: -168px -404px;
}
.icon-firstetag-competition-tiny {
  width: 12px;
  height: 12px;
  background-position: -258px -581px;
}
.icon-firstetag-competition-with-text {
  width: 170px;
  height: 130px;
  background-position: 0 -132px;
}
.icon-firstetag-competition {
  width: 58px;
  height: 73px;
  background-position: -344px -710px;
}
.icon-firstetag-deal-small {
  width: 22px;
  height: 23px;
  background-position: -246px -730px;
}
.icon-firstetag-deal-tiny {
  width: 12px;
  height: 13px;
  background-position: -271px -568px;
}
.icon-firstetag-deal-with-text {
  width: 170px;
  height: 129px;
  background-position: -342px 0;
}
.icon-firstetag-deal {
  width: 84px;
  height: 89px;
  background-position: 0 -483px;
}
.icon-firstetag-discussion-small {
  width: 22px;
  height: 22px;
  background-position: -287px -665px;
}
.icon-firstetag-discussion-tiny {
  width: 12px;
  height: 12px;
  background-position: -266px -594px;
}
.icon-firstetag-discussion-with-text {
  width: 170px;
  height: 129px;
  background-position: -342px -869px;
}
.icon-firstetag-discussion {
  width: 115px;
  height: 84px;
  background-position: -287px -784px;
}
.icon-firstetag-entertainment-small {
  width: 27px;
  height: 22px;
  background-position: -36px -573px;
}
.icon-firstetag-entertainment-tiny {
  width: 12px;
  height: 12px;
  background-position: -23px -586px;
}
.icon-firstetag-entertainment-with-text {
  width: 170px;
  height: 129px;
  background-position: -342px -130px;
}
.icon-firstetag-entertainment {
  width: 98px;
  height: 79px;
  background-position: -416px -710px;
}
.icon-firstetag-news-small {
  width: 22px;
  height: 21px;
  background-position: -168px -450px;
}
.icon-firstetag-news-tiny {
  width: 12px;
  height: 12px;
  background-position: -403px -710px;
}
.icon-firstetag-news-with-text {
  width: 170px;
  height: 129px;
  background-position: -171px -261px;
}
.icon-firstetag-news {
  width: 79px;
  height: 77px;
  background-position: -171px -606px;
}
.icon-firstetag-product-small {
  width: 14px;
  height: 22px;
  background-position: -251px -606px;
}
.icon-firstetag-product-tiny {
  width: 12px;
  height: 12px;
  background-position: -23px -573px;
}
.icon-firstetag-product-with-text {
  width: 170px;
  height: 130px;
  background-position: 0 -868px;
}
.icon-firstetag-product {
  width: 61px;
  height: 96px;
  background-position: -284px -568px;
}
.icon-firstetag-property-small {
  width: 22px;
  height: 21px;
  background-position: 0 -573px;
}
.icon-firstetag-property-tiny {
  width: 12px;
  height: 11px;
  background-position: -251px -629px;
}
.icon-firstetag-property-with-text {
  width: 170px;
  height: 131px;
  background-position: 0 0;
}
.icon-firstetag-property {
  width: 87px;
  height: 83px;
  background-position: -191px -391px;
}
.icon-firstetag-sale-small {
  width: 22px;
  height: 22px;
  background-position: -251px -665px;
}
.icon-firstetag-sale-tiny {
  width: 12px;
  height: 12px;
  background-position: -266px -621px;
}
.icon-firstetag-sale-with-text {
  width: 170px;
  height: 129px;
  background-position: -348px -520px;
}
.icon-firstetag-sale {
  width: 65px;
  height: 88px;
  background-position: -279px -391px;
}
.icon-firstetag-services-small {
  width: 22px;
  height: 23px;
  background-position: -251px -641px;
}
.icon-firstetag-services-tiny {
  width: 12px;
  height: 13px;
  background-position: -266px -607px;
}
.icon-firstetag-services-with-text {
  width: 170px;
  height: 129px;
  background-position: -342px -260px;
}
.icon-firstetag-services {
  width: 86px;
  height: 88px;
  background-position: 0 -394px;
}
.icon-firstetag-sport-small {
  width: 22px;
  height: 22px;
  background-position: -246px -707px;
}
.icon-firstetag-sport-tiny {
  width: 12px;
  height: 12px;
  background-position: -258px -568px;
}
.icon-firstetag-sport-with-text {
  width: 170px;
  height: 130px;
  background-position: 0 -606px;
}
.icon-firstetag-sport {
  width: 74px;
  height: 74px;
  background-position: -171px -707px;
}
.icon-firstetag-technology-small {
  width: 22px;
  height: 22px;
  background-position: -168px -427px;
}
.icon-firstetag-technology-tiny {
  width: 12px;
  height: 12px;
  background-position: -310px -665px;
}
.icon-firstetag-technology-with-text {
  width: 170px;
  height: 130px;
  background-position: -171px 0;
}
.icon-firstetag-technology {
  width: 89px;
  height: 87px;
  background-position: -258px -480px;
}
.icon-firstetag-telephone-small {
  width: 32px;
  height: 22px;
  background-position: -323px -665px;
}
.icon-firstetag-telephone-tiny {
  width: 12px;
  height: 12px;
  background-position: -274px -665px;
}
.icon-firstetag-telephone-with-text {
  width: 170px;
  height: 130px;
  background-position: -87px -475px;
}
.icon-firstetag-telephone {
  width: 113px;
  height: 77px;
  background-position: -403px -790px;
}
.icon-firstetag-voucher-small {
  width: 22px;
  height: 22px;
  background-position: -171px -684px;
}
.icon-firstetag-voucher-tiny {
  width: 12px;
  height: 12px;
  background-position: -171px -391px;
}
.icon-firstetag-voucher-with-text {
  width: 170px;
  height: 130px;
  background-position: 0 -263px;
}
.icon-firstetag-voucher {
  width: 115px;
  height: 84px;
  background-position: -171px -784px;
}
.icon-firstetag-wanted-small {
  width: 22px;
  height: 22px;
  background-position: -246px -754px;
}
.icon-firstetag-wanted-tiny {
  width: 12px;
  height: 12px;
  background-position: -403px -723px;
}
.icon-firstetag-wanted-with-text {
  width: 170px;
  height: 129px;
  background-position: -171px -131px;
}
.icon-firstetag-wanted {
  width: 80px;
  height: 80px;
  background-position: -87px -394px;
}
.icon-firstetag-white,
.nav-pills > .active > a > [class^="icon-firstetag-"],
.nav-pills > .active > a > [class*=" icon-firstetag-"],
.nav-list > .active > a > [class^="icon-firstetag-"],
.nav-list > .active > a > [class*=" icon-firstetag-"],
.navbar-inverse .nav > .active > a > [class^="icon-firstetag-"],
.navbar-inverse .nav > .active > a > [class*=" icon-firstetag-"],
.dropdown-menu > li > a:hover > [class^="icon-firstetag-"],
.dropdown-menu > li > a:focus > [class^="icon-firstetag-"],
.dropdown-menu > li > a:hover > [class*=" icon-firstetag-"],
.dropdown-menu > li > a:focus > [class*=" icon-firstetag-"],
.dropdown-menu > .active > a > [class^="icon-firstetag-"],
.dropdown-menu > .active > a > [class*=" icon-firstetag-"],
.dropdown-submenu:hover > a > [class^="icon-firstetag-"],
.dropdown-submenu:focus > a > [class^="icon-firstetag-"],
.dropdown-submenu:hover > a > [class*=" icon-firstetag-"],
.dropdown-submenu:focus > a > [class*=" icon-firstetag-"] {
  background-image: url("../images/firstetag_icon_white.png");
}
.voucher {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: text-bottom;
  background: #fff;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  margin: 0 10px 0 0;
  text-transform: uppercase;
  border: 1px solid #B9AB93;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.voucher-online-type {
  color: #CA7A7A;
}
.voucher-instore-type,
.voucher-code {
  color: green;
}
.voucher-online-instore-type {
  color: #646464;
}
