#page {
  position: relative;
  background-color:#F6F6F6;
  float:left;
  height:100%;
  width:100%;
}
.container {
  width: 100%;
  position: relative;
}
#header-wrap {
  background: transparent url(/images/header_bg.png) repeat-x top left;
  height: 102px;
  position: relative;
  z-index:5;
}
#header, #footer {
  margin: 0 auto;
  float: none;
  position: relative;
}
#footer a:hover {
  text-decoration: underline;
}
#header #menu-container {
  position:absolute;
  right:0;
  top:35px;
}
#header #login-form {
  display: none;
  position: absolute;
  top: 31px;
  left: 60px;
  background: #F2F2F2;
  border: 2px solid #cdcbcb;
  width: 175px;
  z-index: 3;
}
#header #login-form .inner {
  padding: 10px;
}
#header #login-form input {
  margin: 0;
  width: 100%;
}
#header #login-form .form-bottom {
  margin-top: 10px;
}
#header #login-form .form-bottom a {
  position:relative;
  top:1px;
}
#header #login-form button.login {
  height: 20px;
  padding: 0 5px;
  font-size: 1em;
  font-weight: normal;
}
#header-logo {
  background:transparent url(/images/logo_new_transparent.png) no-repeat scroll left top;
  display:block;
  height:43px;
  position:relative;
  text-indent:-9999px;
  top:35px;
  width:341px;
}
#content-wrap {
  position: relative;
  background: #b2dbf1 url('/images/clouds.jpg') repeat-x scroll center top;
  width: 100%;
  padding-bottom: 150px;
  overflow: hidden;
  min-height: 1160px;
  z-index: 4; 
}
#content-bottom-background, #content{
  left:0;
  right: 0;
  position: absolute;  
}
#content-bottom-background {
  background:transparent url('/images/road_bg_bottom.jpg') no-repeat scroll bottom center;
  width:100%;
  bottom:0;
  z-index:1;
  height: 100%;
}
#content {  
  margin: 0 auto;
  padding-top: 20px;
  float: none;
  z-index: 2;
  position: relative;
}
#flash-msg {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  border: none;
}
#flash-msg img {
  vertical-align: middle;
  margin: 0 5px 5px 0;
}
#flash-msg.success, #flash-msg.notice{
  background-color: #86AE26;
  color: white;
}
#flash-msg.error{
  background-color: #F8D2D7;
  color: #AF0019;
}
#flash-msg.warning{
  background-color: #fffec5;
  color: #4e4e42;
}
#clouds {
  background:transparent url('/images/clouds.jpg') no-repeat scroll bottom center;
  bottom: 1075px;
  width: 100%;
  height: 675px;
  position: absolute;
}
#top-container {
  margin-bottom: 10px;
}
#pseudo-footer-wrap {
  margin: 0 auto;
  width: 960px;
}
#pseudo-footer {
  background: transparent url('/images/pseudo_footer_menu_right.png') no-repeat top right;
  position: absolute;
  bottom: 0;
  color: #999;
}
#pseudo-footer div {
  background:transparent url(/images/pseudo_footer_menu_left.png) no-repeat scroll left top;
  height:25px;
  margin-right:14px;
  padding-left:14px;
  font-size: 11px;
}
#pseudo-footer ul {
  margin: 0;
  padding-top: 5px;
}
#pseudo-footer ul li {
  display: inline;
}
#pseudo-footer ul li a{
  color: #999;
}
#pseudo-footer ul li a:hover {
  color: #000;
}

/*footeris sākas*/

#footer-wrap {
  background: transparent url('/images/footer_bg.png') repeat-x scroll top left;
  height: 60px;
}
#footer {
  position: relative;
}
#footer p {
  color:#FFFFFF;
  font-size:11px;
  position:absolute;
  right:0;
  top:25px;
}
#footer-logo {
  margin-top: 10px;
}

/*footeris beidzas*/

.right {
  float: right;
}
.left {
  float: left;
}
a {
  color: #d81f2f;
}
input {
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
input[type="text"], input[type="password"], input.text, input.title, textarea, select {
  margin: 5px 0;
}
.no-border {
  border: 0 !important;
}
#flash-msg {
  margin-bottom: 20px;
}
#auth_failed {
  color: #D61021;
  font-weight: bold;
}
input#password_clear {
  display: none;
}

#language {
  position: absolute;
  right: 0;
  top: 5px;
  margin-right: 8px;
}
#language span {
  position: absolute;
  width: 75px;
  right: 8px;
  background: transparent url(/images/lang_select.png) no-repeat 100% 50%;
  color: #777;
  font-size: 13px;
  text-align: right;
  padding-right: 15px;
}
#language select {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity = 0);
  width: 75px;
  margin: 0;
  z-index: 5;
}
ul#menu {
  list-style-type:none;
  list-style-image: none;
  padding-top:8px;
  margin: 0px 8px;
  text-align:right;
  z-index: 4;
}
ul#menu li {
  float: right;
}
ul#menu li a {
  display: inline;
  color: #888;
  font-size: 1.2em;
  font-weight: bold;
  padding: 1px 10px;
  background-color: #f2f2f2;
  border: 2px solid #f2f2f2;
  margin-right: 7px;
}
ul#menu .switch-button,
.add_new {
  background: transparent url("/images/square_button_gradient.png") repeat-x top left;
  border: 2px solid #a70412;
  color: #FFF !important;
  text-align: center;  
}
ul#menu .switch-button.dark
{
  border:2px solid blue;
  background-image:url("/images/square_button_gradient_dark.png");
}
ul#menu li.login-select {
  background: #F2F2F2 url('/images/login_select_triangle.png') no-repeat 90% 60%;
  border:2px solid #CDCBCB;
  color:#777777;
  font-size:1.1em;
  height:19px;
  margin-right:7px;
  padding:0 25px 0 10px;
  cursor: pointer;
  position: absolute;
  left: 60px;
  z-index: 4;
}
ul#menu li.login-select.pressed {
  border-bottom: 0;
  background-position: 90% 40%;
  padding-bottom:4px;
}
.add_new {
  padding-right: 5px;
}
.add_new span{
  font-size:1.2em;
  font-weight:bold;
  padding-left: 20px;
  background: transparent url('/lolita/images/icons/add.png') no-repeat center left;
}
h3, h5 {
  font-weight: bold;
  color: #FFF;
  margin-bottom: 0.6em;
}
h5 {
  font-size: 1.2em;
}
.active {
  color: #d61021;
}
.ajax-loader {
  display: none;
}
.greybox {
  display: block;
  margin-bottom: 10px;
}
form.centered input,
form.centered span.select {
  margin-left: 30px;
}
.form-box form {
  text-align: left;
}
.form-box-title {
  padding: 3px 0 3px 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  background-color: #DFDFDF;
  overflow: hidden;
}
.with-icon {
  padding-left: 50px !important;
}
.form-box-form {
  padding: 20px 20px 20px 0;
  overflow: hidden;
}
.car-icon {
  background: #DFDFDF url(/images/car_icon.png) no-repeat scroll 12px 5px;
}
#choose-extras .form-box-title {
  background: #DFDFDF url(/images/gearbox_icon.png) no-repeat scroll 15px 2px;
}
#customer-info .form-box-title {
  background: #DFDFDF url(/images/person_icon.png) no-repeat scroll 15px 2px;
}
#lessor-logos .form-box-title {
  padding-left: 10px;
}
#lessor-logos img {
  margin: 0 0 15px 6px;
  vertical-align:middle;
}
.lessor-list a.lessor-logo {
  display:block;
  float: left;
  height: 80px;
  line-height: 80px;
}
.lessor-list {
  text-align:center;
  margin-right: -20px;
}
label,
.red-caps {
  color: #db303f;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
td.label {
  min-width: 150px;
  width: 150px;
  text-align: right;
  vertical-align:middle;
}
.optional label {
  font-weight: normal;
}
.form-box select,
.form-box input,
.form input{
  font-size: 1.2em;
  font-weight: normal;
  width: 188px;
  border: 2px solid #dedede;
  background-color: #fff;
}
.form-box select {
  cursor: pointer;
}
.form-box input,
.form input{
  padding: 4px 24px 0 8px;
  height: 25px;
  font-size: 1.4em;
  font-weight: bold;
  margin: 0;
}
.form-box input#filter_text {
  font-size: 1em;
  font-weight: normal;
  height:22px;
  padding-top:7px;
}
input[type="file"] {
  font-size: 1em;
  height: auto;
  font-weight: normal;
  padding: 0;
}
span.select {
  position: absolute;
  width: 188px; /* With the padding included, the width + padding: the actual width of the image. */
  height: 28px;
  padding: 3px 24px 0 8px;
  color: #000;
  background: white url(/images/select.png) no-repeat top right;
  overflow: hidden;
  border: 2px solid #dedede;
  font-size: 1.4em;
  font-weight: bold;
}
span#selectinquiry\[pickup_time\],
span#selectinquiry\[return_time\] {
  width: 60px;
  background: url(/images/select.png) no-repeat top right;
}
#choose-return-city {
  margin-bottom: 10px;
}
#choose-return-city a{
  font-size:11px;
}
#return-city {
  display: none;
}
input.select_date {
  background: white url(/images/select.png) no-repeat top right;
  font-size: 17px;
  font-weight:bold;
  height:25px;
  padding:6px 24px 0 8px;
  margin: 0;
  cursor: pointer;
}
input.select_date:focus {
  border-color: #dedede;
}

.extra {
  float: left;
  width: 200px;
  margin-top: 5px;
}

span.checkbox {
  width: 25px;
  height: 25px;
  padding: 0;
  background: url(/images/checkbox.png) no-repeat;
  cursor: pointer;
  display: inline;
  float: left;
}
span.radio {
  width: 25px;
  height: 25px;
  padding: 0;
  background: url(/images/radio.png) no-repeat;
  cursor: pointer;
  display: inline;
  float: left;
}
textarea {
  height: 100px;
  font-family: Arial;
  font-size: 1.2em;
}
.form-box textarea {
  border: 2px solid #dedede;  
}
textarea#inquiry_notes {
  width: 400px;
}
.align-right {
  text-align: right !important;
}
.align-left {
  text-align: left !important;
}
.align-center {
  text-align: center !important;
}
input.short,
select.short {
  width: 100px;
  float: left;
}
a,
a:hover,
ul#lang li a.active,
.notice a,
.notice a:hover,
.notice a:focus {
  color: #d61021;
  cursor: pointer;
  text-decoration: none;
}
.fieldWithErrors input, .fieldWithErrors textarea  {
  border:1px solid #AF0019;
}
.formError {
  color: #A14951;
  font-weight: bold;
  float:left;
  width: 100%;
}
#leftbox {
  width: 650px;
}
#leftbox h3.title {
  margin: 0 0 12px 0 !important;
}
#leftbox p,
#leftbox ol,
#leftbox ul {
  font-size: 1.2em;
  margin-right: 20px;
}
img.simplier {
  display:block;
  margin: 0 auto;
}
#leftbox ul {
  margin-left: 30px;
}
#leftbox ol li {
  color: #D61021;
}
#leftbox ol li p{
  color: #222222;
  font-size: 1.05em;
}
#leftbox h4 {
  font-size:1.3em;
  font-weight:bold;
}
#back-link-container {
  font-size: 1.1em;
  margin-top: 3px;
  margin-bottom: 8px;
}
a#back_link {
  color: #FFF;
}

/*rightboxis sākas*/


#rightbox {
  width: 290px;
}
#rightbox h3 {
  overflow:hidden;
  line-height:115%;
}
#rightbox h3 img {
  position: relative;
  top: 5px;
}
#rightbox ul#car_photo {
  background:transparent url(/images/car_smile_sky.png) no-repeat scroll 0 0;
  padding:175px 0 10px 20px;
  margin: 0;
  width:290px;
}
#rightbox ul#car_photo li,
ul#handshake_photo li {
  list-style: disc outside;
  color: #d61021;
  font-size:1.2em;
}
#rightbox .description {
  padding: 10px;
  font-size: 11px;
  line-height: 13px;
}
#rightbox .description p {
  margin-bottom: 5px;
}
ul#handshake_photo {
  background:transparent url(/images/handshake.png) no-repeat scroll 0 0;
  margin: 0;
  width: 290px;
  height: 243px;
  padding:5px 0 0 30px;
  text-align:left;
}
#register-button-container {
  width:290px;
  margin:10px auto;
}
.blacktext {
  color: black;
}
.public_user {
  color: #D61021;
  text-align: right;
  text-transform: lowercase;
  font-weight:bold;
  margin-top:5px;
  position: relative;
  top: 0.5px;
}
#what_is_nomaspunkts h3 a,
#register-banner h3 a,
h3.side-header a {
  color: #FFF;
}

/*rightboxis beidzas*/



/* feedback */

a#feedback-link {
  position: fixed;
  right: 0;
  top: 150px;
  display: block;
  width: 30px;
  height: 100px;
  text-indent: -10000px;
  background: #D51123 url('/images/feedback-lv.png');
  overflow: hidden;
  z-index: 5;
}
a#feedback-link:hover {
  width:35px;
}
#feedback-form {
  display: none;
  position: fixed;
  right: 0;
  top: 140px;
  width: 290px;
  height: 290px;
  background: #D51123;
  overflow: hidden;
  z-index: 6;
}
#feedback-form img.close {
  display:block;
  float:right;
  margin-right:10px;
  margin-top:10px;
}
#feedback-form label {
  color: #FFFFFF;
  margin-top: 15px;
}
#feedback-form .feedback-form {
  float: left;
  display: block;
  width: 250px;
  margin: 30px 0 0 20px;
  text-align: left;
}
#feedback-form textarea,
#feedback-form input,
#feedback-form label,
#feedback-form select {
  display: block;
  width: 246px;
  padding:0;
}
span#selectfeedback\[reason\] {
  width:214px;
}
select#feedback_reason {
  cursor: pointer;
}
input#feedback_email {
  border:2px solid #DEDEDE;
  font-size:1.3em;
  font-weight:bold;
  height:23px;
  padding:4px 0 0 4px;
  width:242px;
}
input#feedback_email:focus {
  border-color:#666;
}



/* sākumlapa */

label.no-red-caps {
  color: black;
  font-size:1.2em;
  font-weight:normal;
  text-transform: none;
}
.radio-label {
  float:left;
  display:inline;
  margin-right: 20px;
}
#car_class_hint div {
  background: transparent url('/images/car_class_cell_hint_bg.png') repeat-y top left;
  color: #777;
  font-size: 0.9em;
  height: 25px;
  line-height: 12px;
  margin-bottom: 5px;
  padding: 3px 0px 3px 10px;
}
.form-element {
  margin: 5px 0;
  overflow: hidden;
}
#new_offer .form-element, #catalog_item_form .form-element {
  margin:0;
}
#experience {
  margin: 7px 0 10px;
}
#experience span.radio {
  position: relative;
  top: 1px;
}

/* 2iznomataju lapa */

.magnify-icon {
  background: #DFDFDF url(/images/magnify_glass_icon.png) no-repeat scroll 12px 3px;
}
#results .result-item {
  height: 60px;
}
#results .result-item div.inner {
  padding: 12px;
}
#results .result-item .top-info {
  font-size: 1.1em;
}
#results .result-item .bottom-info {
  font-size: 0.9em;
}
#results .result-item .bottom-info .big{
  font-size: 1.2em;
  font-weight: bold;
}
#results .result-item .bottom-info span:hover {
  text-decoration: underline;
}
#results .result-item div.status{
  font-size: 1.1em;
  margin-top: 10px;
}
#results .result-item div.status span.default {
  color: #d61021;
}
#results .result-item div.status span.reserved {
  color: #028dc1;
}
#results .result-item div.status span.offered {
  color: #2a9301;
}
#results .date-ago {
  width: 62px;
  height: 35px;
  font-size: 0.75em;
  margin-right: 15px;
  text-align: center;
  display: table;
  overflow: hidden;
}
#results .date-ago span {
  display: table-cell;
  vertical-align: middle;
}
#results .white,
.offer-item .white {
  background-color: #FFF;
}
#results .gray,
.offer-item .gray {
  background-color: #F2F2F2;
}
#results a {
  color: #222;
}

/* pielabojam atstarpes starp laukiem filtram, kas rodas custom-form-elements dēļ */

.centered .short {
  width: 255px;
  margin: 5px 0 20px;
}

#filter-inquiries .first-time {
  margin: 10px 0;
}
#side_filter_list {
  padding-top: 15px;
  margin-bottom: 20px;
}
#side_filter_list .filter_item {
  border: 1px solid #a7bce5;
  width: 130px;
  display: block;
  color: black;
  margin: 5px 0 0 20px;
  text-align:left;
  padding: 1px 1px 1px 7px;
}
#side_filter_list .filter_item:hover {
  border: 2px solid #a7bce5;
  padding: 0 0 0 6px;
}
#side_filter_list .filter_item:focus {
  position: relative;
  top: 1px;
}
#side_filter_list .filter_item.active {
  background-color: #d7e1f4;
  -moz-outline: 0;
}
#default-filters {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 5px;
}

select.styled {
  height: 35px;
  line-height: 28px;
  margin: 0;
}

/* beidzam labojumus */

tr.odd {
  background-color: #ffefe5;
}
tr.even {
  background-color: #d7e1f4;
}
.large-fonts td {
  font-size: 1.4em;
  font-weight: bold;
}
a.wide {
  display:block;
}
form table td {
  padding-top: 0px;
  padding-bottom: 0px;
}
td.with_note input {
  margin-bottom: 1px;
}
div.note {
  clear: both;
  display: block;
}
a.row-end-link {
  color:#D61021 !important;
}
a.row-end-link:hover {
  color:#fff !important;
  background-color: #D61021 !important;
}
.form-box-title a {
  float:right;
  font-size:0.8em;
  margin-left:10px;
  position:relative;
}

/* 3detalizets_skatijums lapa */

#inquiry-details .form-box-title {
  background: #FFF no-repeat scroll 12px 5px;
  padding: 10px 20px 0px
}
.envelope-box .form-box-title {
  background: #DFDFDF url(/images/envelope_icon.png) no-repeat scroll 7px 2px;
}
#inquiry-details {
  font-weight: bold;
  vertical-align: top;
}
#inquiry-details .form-box-form .row {
  overflow: hidden;
  margin: 5px 0;
}
#inquiry-details .label {
  padding-top: 2px;
}
.td-text {
  float: left;
  display: inline;
  margin-right: 20px;
}
.note {
  color: #777;
  font-size: 0.9em;
}
#from-catalog {
  border-bottom: 1px solid #EEE;
  margin-bottom: 0;
}
#catalog_catalog_item {
  width: 200px;
}
#price-calculations {
  clear:none;
  display:inline;
  float:left;
  margin: 7px 0 0 8px;
}
#my_sent_offers {
  font-size: 11px;
  font-weight: bold;
}
#my_sent_offers table {
  margin: 10px 4px;
}


/* popup login */
#popup-login {
  text-align:left;
}
#popup-login .form-box-form {
  padding-left: 20px;
}
#popup-login table {
  width: 330px;
  margin-bottom: 0 !important;
}
#popup-login form {
  width: 305px;
  float: left;
}
#popup-login input {
  width: 200px;
}
#popup-login div.right-side {
  width: 160px;
  float: right;
  text-align:center;
}

#popup-login div.right-side h3 {
  color: #1A1A1A;
  font-size: 14px;
  padding-top: 78px;
}
#popup-login div.note {
  padding-left: 8px;
}
/* 5 reģistrācijas lapa */

#register-form .form-box-title {
  background: #DFDFDF url(/images/person_icon.png) no-repeat scroll 5px 2px;
  padding-left:40px;
}
#register-form table {
  margin-top: 10px;
}
#register-form .fields {
  display: none;
}
#register-form .radio-frame {
  display: inline;
  float:left;
  margin-right: 30px;
  margin-top: 3px;
  width: auto;
}
#register-form .radio-frame label {
  font-weight: normal;
  font-size: 1.2em;
  text-transform: none;
  color: #333;
}
#register-logo .form-box-title {
  background: #DFDFDF url(/images/logo_icon.png) no-repeat scroll 5px 1px;
  padding-left:40px;
}
#private-person-button {
  display: none;
}
td.logo {
  vertical-align: top;
  padding-top:12px;
}
input#lessor_email {
  margin-bottom: 2px;
}
/* augšuplādes forma */

form.fileinputs {
  position: relative;
  margin-bottom: 10px
}
div.fakefile {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  cursor: pointer;
}
div.fakefile a {
  padding-left: 10px;
}
div.fakefile input {
  width: 300px;
}
input.file {
  position: relative;
  text-align: right;
  -moz-opacity:0 ;
  filter:alpha(opacity: 0);
  opacity: 0;
  z-index: 2;
}

/* paging css */

div.pagination {
  margin: 10px
}
div.pagination a,
div.pagination span.current {
  padding: 3px 7px;
  border: 1px solid #dedede;
  height: 10px;
  width: 10px;
  color: #777777;
  font-weight: bold;
}
div.pagination span.current,
div.pagination a.prev_page,
div.pagination a.next_page {
  color: #DB303F;
}

/* rounded corners sākums */

.tl {
  background: transparent url('/images/topleft.png') no-repeat top left;
}
.tr {
  background: transparent url('/images/topright.png') no-repeat top right;
  height: 5px;
  margin-left: 5px;
}
.bl {
  background: transparent url('/images/bottomleft.png') no-repeat top left;
}
.br {
  background: transparent url('/images/bottomright.png') no-repeat top right;
  height: 5px;
  margin-left: 5px;
}
.rounded {
  padding:1px 5px;
  background-color: #FFF;
  overflow: visible;
}

/* rounded corners beigas */


.ui-datepicker {
  z-index: 6;
}
.normal {
  font-weight: normal !important;
}
.strong {
  font-weight: bold !important;
}

/* pogas sākums */

button {
  background: #A70412 url('/images/square_button_gradient.png') repeat-x top left;
  border: 2px solid #a70412;
  color:#fff;
  font-family:Helvetica,Arial,sans-serif;
  font-weight: bold;
  padding: 0 10px;
  height: 29px;
  font-size: 1.2em;
  cursor: pointer;
}
button.add_new {
  height: 25px;
  padding:0 5px 20px 0;
}
button.add_new span{
  padding-left: 20px;
  background: transparent url('/lolita/images/icons/add.png') no-repeat center left;
}
button.disabled {
  background: #e9e9e9;
  border: 2px solid #ccc;
  color: #585858;
}
button.disabled img {
  padding:0 5px 2px 0;
  vertical-align:middle;
}
/* pogas beigas */
#more-lessors
{
  text-align:right;
  padding-right:10px;
  padding-bottom:10px;
}
.catalog-item {
  font-weight: bold;
  margin:10px;
  padding:16px 0 10px;
  border-top: 1px solid #BBB;
  color: #222;
  position: relative;
}
.catalog-item.first {
  border: 0;
  margin-top:0;
}
.catalog-item h2 {
  font-weight: bold;
  color: #222;
  font-size: 1.4em;
  margin:0;
}
.catalog-item .label {
  color: #777;
  font-weight: normal;
  padding: 0;
}
#top-form {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
#catalog_item_form textarea {
  border: 1px solid #BBBBBB;
  margin: 0;
}
#catalog_item_form img {
  margin-top: 20px;
}
#content-top-left {
  margin-right:10px;
  padding-right:10px;
  border-right: 1px solid #BBBBBB;
  min-height: 350px;
}
#content-top-right {
  text-align: center;
  width: 280px;
}
.catalog-item .left-actions,
.filter-item .left-actions {
  position:absolute;
  left:-45px;
  top:15px;
  width: 50px;
  background: transparent url('/images/left_actions_bg.png') no-repeat scroll left;
  padding: 5px;
  font-weight: normal;
  font-size: 11px;
}
.filter-item .left-actions {
  top:10px;
  left: -55px;
}
.left-actions div {
  background-color: white;
  padding: 5px;
}
.left-actions a.trash-link {
  position: relative;
  top: 1px;
}
.left-actions a.edit-link:hover {
  text-decoration: underline;
}
.catalog-item .photo img {
  border: 1px solid #BBB;
  float:right;
  margin-right: 6px;
  margin-bottom: 16px;
}
.catalog-item .span-11
{
  font-weight: normal;
}
#catalog-items div.pagination {
  text-align: center;
}
.first-time {
  width: 100%;
  background-color: #ffefe5;
  text-align: center;
  padding: 10px 0;
  margin-top: 100px;
}
.first-time div {
  font-size: 1.1em
}
.first-time .big a,
.first-time .big a:visited,
.first-time .big a:focus {
  font-size: 1.25em;
  text-decoration: underline;
  font-weight: bold;
}
#filter {
  padding: 10px 0 10px 10px;
}
#filter .filter-form
{
  width:430px;
}
.filter-item {
  position: relative;
  padding: 10px;
  font-size: 0.9em;
  color: #777;
}
.filter-item .big {
  font-size: 1.5em;
  font-weight: bold;
  color: #222;
}
.filter-item strong {
  font-size: 1.2em;
  color: #222;
}
.filter-form {
  background-color: #f2f2f2;
  margin: 10px 0;
  padding: 20px;
  font-size: 1.1em;
}
.filter-form .label {
  margin-top: 8px;
  margin-right: 20px;
  width: 40px;
  padding: 0;
}
.filter-form div {
  padding-bottom:5px;
}
#filter_for_emails
{
  width:20px;
  height:20px;
}
.gray-row {
  background-color: #f2f2f2;
}

/* blog */
.blog-article .form-box-form {
  margin-left: 0.7em;
  padding-top:12px;
}
.blog-article p {
  color: #444444;
  font-size:13px !important;
  line-height:130%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.blog-article .title-right {
  float: right;
  font-size: 13px;
  font-weight: normal;
  text-align: right;
  height: 20px;
  line-height: 25px;
}
.blog-article .title {
  background-color:#DFDFDF;
  font-size:1.3em;
  font-weight:bold;
  text-align:left;
  padding: 2px 10px 3px;
}
.blog-article .title a {
  padding-right: 10px;
  float:none;
  color:#777777 !important;
  font-size: 15px;
  font-weight: bold;
  top:0;
  margin-left:0;
}
.blog-article .title a:hover {
  text-decoration:none;
  color:#444444 !important;
}
.blog-article .comment-count {
  padding:5px 5px 8px;
  background: url('/images/comments.png') center center no-repeat;
}
.blog-article .more {
  padding-top:2px;
  padding-right: 15px;
  background: url('/images/more.png') right 9px no-repeat; /**/
  line-height: 20px;
  text-align: right;
  display: block;
}
#side-blog .blog-article .title {
  line-height: 1.2;
  padding: 1px 10px;
}
.blog-head h3, .blog-head h4{
  margin-bottom: 1em;
}
.blog-back {
  display: block;
  height: 20px;
  margin: -20px 0 0;
}
.share-icons {
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
}
.share-icons a {
  position: relative;
  top: 2px;
}
h5.follow-us {
  margin-bottom:0;
  margin-top:-5px;
  padding-bottom:5px;
  color: white;
}
h5.follow-us span {
  padding-right: 5px;
}
h5.follow-us img{
  vertical-align: middle;
}
#comment-form {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin: 1em 0;
  padding: 0.5em 0;
}
#form-errors {
  color: red;
  text-align: center;
}
#side-blog {
  text-align: left;
}
#side-blog h3.title {
  color: #444444;
  margin: 20px 0 10px 0;
}
#side-blog .follow {
  margin-top: 15px;
}
#side-blog {
  margin: 15px 0 10px 0;
  font-size: 13px;
}
#side-blog .subtitle {
  font-size: 13px;
  margin:3px 0 10px 5px;
  padding:5px 0 0 3px;
}
#side-blog .subtitle a {
  color: #777;
}
#side-blog .subtitle a:hover {
  color: #444;
}
#side-blog .form-box-form {
  line-height: 130%;
  padding-top: 0;
  padding-bottom: 10px;
  color:#444;
}

/* comments */
#comment-form .labels {
  text-align: right;
  padding-top: 0.5em;
}
.comment {
  margin: 1em 0 1em;
  clear: both;
}

.comment .time {
  width: 60px;
  height: 35px;
  float: left;
  margin: 15px;
  text-align: center;
  font-size: 10px;
  background-color: #F3F3F3;
}
.comment .author {
  font-size: 13px;
  font-weight: bold;
  margin: 12px 0 2px 0;
}
.comment .text {
  font-size: 13px;
}
.comment .author, .comment .text {
  float: left;
  width: 400px;
  clear: left;
}
.comment.gray {
  background-color: #F3F3F3;
}
.comment.gray .time {
  background-color: #fff;
}
/* ----------- */
.tweetbox h3, .tweetbox div.text{
  margin-left: 10px;
}
.tweetbox h3 {
  color: #444444;
}
.tweetbox .time {
  color: #D61021;
  text-align: right;
  margin-bottom: 15px;
}
.tweetbox .follow-us {
  margin:auto;
  color:#BCBABA;
  text-align: center;
}
ul.lessor-menu li {
  display:inline;
  float: left;
  background-color: #e2e1e1;
  padding: 10px;
}
.first-time {
  width: 100%;
  background-color: #ffefe5;
  text-align: center;
  padding: 10px 0;
  margin-top: 100px;
}
.first-time div {
  font-size: 1.1em
}
.first-time .big a{
  font-size: 1.25em;
  text-decoration: underline;
  font-weight: bold;
}
#inquiry-details .first-time {
  margin-top: 10px;
}
#other-offers {
  padding: 10px;
}
#other-offers .offer-item {
  font-size: 0.7em;
  height: 30px;
}
#other-offers .offer-item .inner {
  padding: 5px 10px;
}
#other-offers .offer-item .date {
  font-size: 0.8em;
  margin-right: 10px;
  padding: 3px 2px 2px;
}
#other-offers .offer-item .offer-info {
  font-weight: bold;
}
#back {
  color: white;
  font-size: 13px;
}
#back:hover {
  text-decoration: underline;
}
.curved-3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius:3px;
  border-radius: 3px;
}
#tabswitch
{
  margin:0;
  overflow: hidden;
}
#tabswitch li
{
  float:left;
  cursor:pointer;
  list-style-type:none;
  list-style-image:none;
  display:inline;
  margin-right:1px;
  background:#e7e7e7;
  padding:5px 0;
  padding-bottom: 10px;
  font-weight:bold;
  font-size:16px;
  margin-bottom:-5px;
}
#tabswitch li a
{
  color:#777;
  padding:5px 10px;
}
#tabswitch li.active
{
  background:#fff;
}
#tabswitch li.active a
{
  color:#000;
}
#tabswitch li.first,
#tabswitch li:first-child
{
  border-top-left-radius: 5px;
  -moz-border-radius-topleft:5px;
  -webkit-border-top-left-radius:5px;
}
#tabswitch li.last,
#tabswitch li:last-child
{
  border-top-right-radius: 5px;
  -moz-border-radius-topright:5px;
  -webkit-border-top-right-radius:5px;
}
.lessor-page
{
  display:none
}
#lessor-title
{
  color:#fff;
  font-weight:bold;
  font-size:16px;
  margin-top:10px;
  margin-bottom:15px;
}
#lessor-pages .shown
{
  display:block;
}
#lessor-description,
#lessor-eula
{
  padding:20px;
}
#lessor-eula,
#lessor-eula p,
#lessor-eula ol,
#lessor-eula ul
{
  font-size:13px;
  color:#444;
}
#lessor-eula p
{
  margin:10px auto;
}
#lessor-eula .article
{
  margin-bottom:30px;
}
#lessor-description img
{
  float:left;
  margin-right:20px;
}
#lessor-pages
{
  background:#fff;
  min-height:200px;
  height:auto !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius:3px;
  border-radius: 3px;
}
/* for Internet Explorer */
* html #lessor-pages {
  height:200px;
}
#lessor-pages .field
{
  color:#777;
}
#lessor-pages .heading
{
  font-size:16px;
  font-weight:bold;
  color:#000;
  clear:both;
}
#lessor-pages .profile
{
  padding:3px 0;
}
#lessor-pages .first-time
{
  width:620px;
  margin:15px;
  margin-top:0px;
}
#lessor-description .first-time,
#lessor-eula .first-time,
#lessor-eula .auto
{
  margin:0;
  width:auto;
}
.form-box-form .editable
{
  display:none;
}
.form-box-form .wide
{
  width:100%;
}
.label {
  padding-top: 10px;
}
.label label {
  display: block;
}
#lessor-pages .form-box-title
{
  margin:2px 0;
  cursor:pointer;
}
#lessor-pages .form-box-title.active
{
  color:black;
}
#lessor-pages
{
  margin-bottom: 10px;
}
#lessor-eula ul,
#lessor-eula ol
{
  margin-top:-1em;
  margin-bottom:0.5em;
}
/* fallback */
.form-box-form .showable
{
  display:none;
}
.form-box-form .editable
{
  display:block;
}
/* } */
.profile .form-box-title 
{
  padding-left:30px;
  background:#DFDFDF url(/images/profile_arrow_right.gif) left center no-repeat;
}
.profile .form-box-title.active
{
  background-image:url(/images/profile_arrow_down.gif);
}
#lessor_reg_form, #logoForm {
  text-align: left;
}
#lessor_reg_form .form-box-title {
  background-color:#DFDFDF;
}
#preview_div P {
  text-align: left;
  margin: 0 0 10px 0;
}
#preview_div p.center {
  text-align: center;
}
#preview_div p.hint {
  padding: 10px 0 0 10px;
}
#logo_edit_row, #save_row {
  text-align: left;
}
.file-hint {
  color:gray;
  font-size:9px;
}
#save_row a, #save_row form {
  float: left;
  margin-right: 5px;
  line-height: 30px;
}
.text_page
{
  padding:20px;
  padding-bottom:1px;
}
.text_page h3,h5
{
  color:#000;
}
.text_page li {
  color: #D61021;
}
.text_page li p {
  
}
.search select
{
  margin-left:30px;
}
#offerForm {
  padding-top: 10px;
}
#new_offer .label, #catalog_item_form .label {padding-top: 7px}
.blog-article ol li {
  color:#000 !important;
}
#offer-submit-buttons {
  margin: 15px 0;
}
#new_offer .ajax-loader {
  margin-top: 15px;
}
.blog-article ul li,
ul.red-dots {
  list-style-image: url("/images/li.png");
}
#catalog-items .span-12
{
  font-weight:normal;
}
#lessor-description-container
{
  padding-top:20px;
  color:#444;
}
#lessor-description-container p
{
  margin:10px auto;
  font-size:13px;
  color:#444;
}
#pull-up
{
  margin-top: -30px;
}
.characteristics
{
  padding-bottom: 16px;
}
#lessor-pages .first-time div
{
  font-size:13px;
  color:#444;
}
