- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, font, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td {
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- font-weight: inherit;
- font-style: inherit;
- font-size: 100%;
- font-family: inherit;
- vertical-align: baseline;
- }
- body {
- line-height: 1;
- color: black;
- background: white;
- }
- ol, ul {
- list-style: none;
- }
- table {
- border-collapse: separate;
- border-spacing: 0;
- vertical-align: middle;
- }
- caption, th, td {
- text-align: left;
- font-weight: normal;
- vertical-align: middle;
- }
- q, blockquote {
- quotes: "" "";
- }
- q:before, q:after, blockquote:before, blockquote:after {
- content: "";
- }
- a img {
- border: none;
- }
- .calendricalDatePopup {
- background: white;
- border: solid 1px #999999;
- padding: 2px;
- text-align: center;
- width: 160px;
- }
- .calendricalDatePopup table {
- border-collapse: collapse;
- width: 160px;
- }
- .calendricalDatePopup table .monthCell {
- padding: 2px 0;
- }
- .calendricalDatePopup table .monthCell a {
- display: block;
- float: left;
- line-height: 20px;
- }
- .calendricalDatePopup table .monthCell .prevMonth, .calendricalDatePopup table .monthCell .nextMoth {
- width: 24px;
- }
- .calendricalDatePopup table .monthCell .monthName {
- width: 110px;
- }
- .calendricalDatePopup table a {
- text-decoration: none;
- }
- .calendricalDatePopup table td {
- text-align: center;
- font-size: 12px;
- padding: 0;
- }
- .calendricalDatePopup table td a {
- display: block;
- color: black;
- padding: 2px 3px;
- }
- .calendricalDatePopup table td a:hover {
- background: #ccccff;
- border: none;
- padding: 2px 3px;
- }
- .calendricalDatePopup table td.today a {
- background: #eeeebb;
- }
- .calendricalDatePopup table td.selected a {
- background: #ccccff;
- }
- .calendricalDatePopup table td.today_selected a {
- background: #eeeebb;
- border: solid 1px #dddd66;
- padding: 1px 2px;
- }
- .calendricalDatePopup table td.nonMonth a {
- color: #999999;
- }
- .calendricalEndTimePopup {
- width: 160px;
- }
- #footer {
- background: #131313;
- clear: both;
- *zoom: 1;
- padding: 25px 0;
- padding-left: 30px;
- padding-bottom: 45px;
- }
- #footer:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- #footer ul {
- width: 1024px;
- margin: 0 auto;
- *zoom: 1;
- }
- #footer ul:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- #footer ul li {
- float: left;
- width: 220px;
- margin-left: 20px;
- font-size: 0.9em;
- }
- #footer ul li ul li {
- padding: 3px 0;
- float: none;
- }
- #footer ul li ul h4 {
- font-size: 0.9em;
- text-transform: uppercase;
- color: #ffb628;
- padding-bottom: 20px;
- }
- #footer a {
- color: white;
- }
- #footer a:hover {
- color: #999999;
- }
- #header {
- background: #131313 url(/images/farora/top-header-bg.gif) repeat-x;
- padding: 15px;
- padding-left: 50px;
- height: 20px;
- *zoom: 1;
- color: white;
- }
- #header:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- #header h1 {
- text-indent: -10000px;
- background: url(/images/farora/logo.png) no-repeat;
- width: 108px;
- height: 18px;
- float: left;
- }
- #header .tagline {
- color: #6e6e6e;
- font-style: italic;
- padding-left: 5px;
- padding-top: 5px;
- float: left;
- }
- #index-main {
- *zoom: 1;
- height: 550px;
- color: white;
- }
- #index-main:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- #index-main fieldset {
- background-color: #303030;
- color: white;
- opacity: 0.9;
- -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
- filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
- padding: 30px;
- padding-top: 20px;
- float: right;
- width: 570px;
- margin-top: 50px;
- margin-right: 90px;
- margin-bottom: 50px;
- }
- #index-main fieldset h3 {
- font-size: 1.2em;
- font-weight: bold;
- }
- #index-main fieldset em {
- font-weight: normal;
- font-style: italic;
- font-size: 0.9em;
- }
- #index-main fieldset em a {
- color: #47a3ff;
- text-decoration: underline;
- }
- #index-main fieldset ol {
- *zoom: 1;
- background: #a6a6a6;
- padding: 40px;
- padding-bottom: 20px;
- padding-right: 30px;
- padding-left: 40px;
- color: black;
- margin-top: 15px;
- counter-reset: item;
- }
- #index-main fieldset ol:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- #index-main fieldset ol li {
- float: left;
- list-style-position: inside;
- margin-right: 15px;
- margin-bottom: 20px;
- }
- #index-main fieldset ol li:before {
- content: counter(item) ".";
- counter-increment: item;
- }
- #index-main fieldset ol li.no-count {
- counter-increment: item -1;
- content: counter(item, " ");
- }
- #index-main fieldset ol li.no-count:before {
- content: "";
- }
- #index-main fieldset ol li.commit {
- padding-top: 20px;
- margin-right: 0 !important;
- width: 100%;
- text-align: center;
- }
- #index-main fieldset ol li.after-count, #index-main fieldset ol li.type-of-service, #index-main fieldset ol li.additional-services {
- clear: both;
- }
- #index-main fieldset ol li.type-of-service select {
- margin-bottom: 5px;
- }
- #index-main fieldset ol li.price input {
- width: 50px;
- height: 18px;
- }
- #index-main fieldset ol li .date {
- width: 115px;
- margin-right: 20px;
- }
- #index-main fieldset ol li .add-service {
- color: #47a3ff;
- }
- #index-main fieldset ol li label {
- color: white;
- font-weight: bold;
- text-transform: uppercase;
- }
- #index-main fieldset ol li input {
- display: block;
- padding: 5px;
- font-size: 0.9em;
- border: 1px solid #cccccc;
- color: black;
- width: 180px;
- margin-top: 5px;
- height: 20px;
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- -o-border-radius: 5px;
- -ms-border-radius: 5px;
- -khtml-border-radius: 5px;
- border-radius: 5px;
- }
- #index-main fieldset ol li input.salon {
- width: 260px;
- }
- #index-main fieldset ol li input[disabled] {
- background: #b8b8b8;
- border: 1px solid #b8b8b8;
- }
- #index-main fieldset ol li .submit {
- font-size: 1em;
- font-weight: bold;
- width: 120px;
- height: 30px;
- text-transform: uppercase;
- margin: 0 auto;
- border: none;
- color: white;
- cursor: pointer;
- background: url('/images/farora/buttons.png?1298224770') no-repeat;
- width: 500;
- height: 50;
- overflow: hidden;
- background-position: 0px -64px;
- }
- #index-main fieldset ol li .submit:hover {
- background-position: 0px -96px;
- }
- .filters {
- clear: both;
- margin: 30px;
- margin-left: 15px;
- *zoom: 1;
- margin-bottom: 10px;
- }
- .filters:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- .filters li {
- float: left;
- width: 330px;
- }
- .results {
- *zoom: 1;
- }
- .results:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- .results > li {
- list-style-position: inside;
- float: left;
- width: 30%;
- margin: 15px;
- }
- .results > li li {
- margin-bottom: 5px;
- }
- .results > li p {
- padding-bottom: 10px;
- }
- .tabs {
- clear: both;
- margin-top: 20px;
- margin-left: 15px;
- *zoom: 1;
- }
- .tabs:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- .tabs li {
- background: #c3c3c3;
- float: left;
- padding: 5px 10px;
- margin-right: 3px;
- }
- .tabs li:hover {
- background: black;
- }
- .tabs li.current {
- background: black;
- }
- .tabs li a {
- color: white;
- }
- #nav {
- float: right;
- padding-top: 5px;
- font-size: 0.9em;
- }
- #nav ul {
- width: 650px;
- margin: 0;
- padding: 0;
- }
- #nav ul li {
- text-align: right;
- margin-right: 0;
- display: inline;
- padding-left: 20px;
- }
- #nav ul li a {
- color: white;
- text-decoration: none;
- }
- #nav ul li a:hover {
- color: #9b9b9b;
- }
- #nav ul li a.invite-friends-link {
- color: #ffb431;
- }
- #nav ul li em a {
- color: #93c9ff;
- }
- #review {
- padding-left: 50px;
- }
- #review .review-results {
- margin-left: 15px;
- }
- #review .review-results li {
- border-bottom: 1px solid #cccccc;
- padding: 0;
- padding-top: 20px;
- }
- #review select {
- border: 1px solid #96a6c5;
- }
- #review a {
- color: #47a3ff;
- }
- #review .tabs a {
- color: white;
- }
- #review p {
- color: #666666;
- margin-bottom: 20px;
- }
- #review p.post-details {
- color: #999999;
- }
- #review label {
- float: left;
- display: block;
- padding: 10px;
- }
- #results-main {
- min-height: 440px;
- color: black;
- }
- #results-main b {
- color: black;
- }
- #results-main > ul {
- padding-left: 30px;
- }
- #results-main label {
- float: left;
- display: block;
- padding: 10px;
- }
- #results-main select {
- border: 1px solid #96a6c5;
- }
- /* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
- .ratings {
- clear: both;
- *zoom: 1;
- margin-left: -20px;
- margin-bottom: 20px;
- }
- .ratings:after {
- content: "\0020";
- display: block;
- height: 0;
- clear: both;
- overflow: hidden;
- visibility: hidden;
- }
- div.rating-cancel, div.star-rating {
- float: left;
- width: 17px;
- height: 15px;
- text-indent: -999em;
- cursor: pointer;
- display: block;
- background: transparent;
- overflow: hidden;
- }
- div.rating-cancel {
- background: url(/images/farora/delete.gif) no-repeat 0 -16px;
- }
- div.rating-cancel a {
- background: url(/images/farora/delete.gif) no-repeat 0 -16px;
- }
- div.star-rating {
- background: url(/images/farora/star.gif) no-repeat 0 0px;
- }
- div.star-rating a {
- background: url(/images/farora/star.gif) no-repeat 0 0px;
- }
- div.rating-cancel a, div.star-rating a {
- display: block;
- width: 16px;
- height: 100%;
- background-position: 0 0px;
- border: 0;
- }
- div.star-rating-on a {
- background-position: 0 -16px !important;
- }
- div.star-rating-hover a {
- background-position: 0 -32px;
- }
- div.star-rating-readonly a {
- cursor: default !important;
- }
- div.star-rating {
- background: transparent !important;
- overflow: hidden !important;
- }
- /* Read Only CSS */
- /* Partial Star CSS */
- /* END jQuery.Rating Plugin CSS */
- body {
- font-family: Arial, sans-serif;
- font-size: 14px;
- width: 100%;
- background: #f6f6f6;
- }
- body.index {
- background: #131313 url(/images/farora/bg1.jpg) no-repeat top center;
- }
- #container {
- margin: 0 auto;
- overflow-x: hidden;
- }
- ul {
- list-style-type: none;
- }
- a {
- color: white;
- text-decoration: none;
- }
- a:hover {
- color: #999999;
- }
- h2 {
- font-size: 20px;
- font-weight: bold;
- padding-bottom: 10px;
- }
- select {
- -moz-border-radius: 5px;
- -webkit-border-radius: 5px;
- -o-border-radius: 5px;
- -ms-border-radius: 5px;
- -khtml-border-radius: 5px;
- border-radius: 5px;
- display: block;
- font-size: 0.9em;
- padding: 5px;
- color: black;
- background: white;
- border: 0;
- height: 30px;
- width: 194px;
- margin-top: 5px;
- }
- .inner-container {
- width: 1024px;
- margin: 0 auto;
- }