.fieldWithErrors {
}

.fieldWithErrors label {
    color: red;
}

.fieldWithErrors input.input {
    background: #f7eee0;
}

.pointer {
    cursor: pointer;
    cursor: hand;
}

a:hover, a:hover span, a:hover h3 {
    text-decoration: underline !important;
}

.clear {
    clear: both;
}

span.separate span {
    display: none;
}

#formContainer form {
    float: none;
}

.color-red {
    color: red;
}

.red {
    color: red;
}

.tabs-hide {
    display: none;
}

.tabs-nav .tabs-selected div, .tabs-nav .tabs-selected span {
    height: 22px;
    width: auto;
    padding: 8px 8px 0px 8px;
    float: left;
    background: url(../images/competition/compPayment/leftCaptionBG.png) repeat-x top;
    color: #FFF;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 13px;
    font-weight: bold;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cccccc;
    opacity: 0.8;
    filter: Alpha(Opacity = 0.8);
}

.abuse-dialog {
    height: 340px;
}

/*dialog*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    position: absolute;
    left: -99999999px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

/* end clearfix */
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity = 0);
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #cccccc;
    height: 100%;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-size: 1em;
}

.ui-widget-content {

}

.ui-widget-header {
    background-color: #CF2815;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-header a {
    color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #cccccc;
    background: #f6f6f6 url(../images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #6597AB;
    outline: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #1c94c4;
    text-decoration: none;
    outline: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {

}

.ui-state-active, .ui-widget-content .ui-state-active {

}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    outline: none;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
    border: 1px solid #fed22f;

    color: #363636;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a {
    color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error {
    border: 1px solid #cd0a0a;
    background-color: #b81900;
    color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a {
    color: #ffffff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text {
    color: #ffffff;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity = 35);
    background-image: none;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity = 70);
    font-weight: normal;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(../images/ui-icons_ffffff_256x240.png);
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {

    opacity: .50;
    filter: Alpha(Opacity = 50);
}

.ui-widget-shadow {
    margin: -5px 0 0 -5px;
    padding: 5px;

    opacity: .20;
    filter: Alpha(Opacity = 20);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ui-dialog {
    position: relative;
    padding: .2em;
    width: 300px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .5em .3em .3em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0 .2em;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-dialog .ui-dialog-content {
    border: 0;
    padding: .5em 1em;
    background-color: white;
    overflow: auto;
    zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-color: white;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane button {
    float: right;
    margin: .5em .4em .5em 0;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    line-height: 1.4em;
    width: auto;
    overflow: visible;
}

.ui-dialog .ui-resizable-se {
    width: 14px;
    height: 14px;
    right: 3px;
    bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

div.warning {
    width: 100%;
    float: left;
    padding-top: 17px;
    margin-bottom: 20px;
    height: 30px;
    background: url(../images/logged/paymentMethod/warningBG.png) repeat-x top;
    border: 1px solid #e5cea5;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #cf2815;
}

div.warning4 {
    padding: 20px;
    margin-top: 22px;
    height: 45px;
    background: url(../images/logged/paymentMethod/warning4BG.png) repeat-x top;
    color: #292816;
    text-align: left;
    font-weight: normal;
    font-size: 13px;
}

div.warning4 h3 {
    font-weight: normal;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

div.rating {
    position: relative;
    width: 60px;
    height: 11px;
    border: 0;
    float: right;
    margin-top: 1px;
}

div.rating .faded-stars {
    width: 60px;
    height: 11px;
    background: url('/images/lowdown/rating0small.png') repeat-x;
}

div.rating-1-star .highlighted-stars {
    position: absolute;
    width: 12px;
    height: 11px;
    background: url('/images/lowdown/rating1small.png') repeat-x;
}

div.rating-2-star .highlighted-stars {
    position: absolute;
    width: 24px;
    height: 11px;
    background: url('/images/lowdown/rating1small.png') repeat-x;
}

div.rating-3-star .highlighted-stars {
    position: absolute;
    width: 36px;
    height: 11px;
    background: url('/images/lowdown/rating1small.png') repeat-x;
}

div.rating-4-star .highlighted-stars {
    position: absolute;
    width: 48px;
    height: 11px;
    background: url('/images/lowdown/rating1small.png') repeat-x;
}

div.rating-5-star .highlighted-stars {
    position: absolute;
    width: 60px;
    height: 11px;
    background: url('/images/lowdown/rating1small.png') repeat-x;
}

#vote-count {
    margin-top: -1px;
    margin-right: 5px;
    float: right;
    font-weight: bold;
}

/* for login */
.red {
    color: red;
    font-size: 11px;
}

/* end for login */

div.itemImage {
    margin-right: 5px;
}

ul.blackLine {
    border-bottom: 2px solid #2A2815;
    width: 340px;
}

ul.tabs tabs-nav blackLine li {
    color: #2A2815;
    cursor: pointer;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    padding: 8px 2px 10px 0;
    width: auto;
}

span.tabCaption {
    background: none repeat scroll 0 0 #EBEBEB;
    color: #000000;
    cursor: pointer;
    float: left;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    padding: 8px 14px 0;
    width: auto;
    margin-right: 5px;
}

.tabs-nav .tabs-selected div {
    font-size: 12px;
    padding: 8px 14px 0;
}

li div.whiteSpace {
    width: 6px;
}

span.tabCaption div.whiteSpace {
    width: 6px;
}

.pagination {
    padding: 0px auto;
    margin: 3px;
    font-weight: bold;
    text-align: right;
}

.pagination a {
    padding: 1px 6px;
    margin: 2px;
    border: none;
    text-decoration: none;
    color: #1A6E67;
}

.pagination span.current {
    padding: 1px 6px;
    margin: 2px;
    border: none;
    font-weight: bold;
    background: none repeat scroll 0 0 #CF2815;
    color: #1A6E67;
}

.pagination span.disabled {
    padding: 0;
    margin: 2px;
    border: none;
    color: #ddd;
}

.pagination .next_page {
    background: none;
    padding: 0;
}

.pagination .prev_page {
    padding: 0;
}

.accDetails  p {
    margin: 0;
}


