.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.text-left { text-align: left; }
.text-right { text-align: right; }
.text-center { text-align: center; }

.white { color: white; }
.gray { color: #848281; }
.black { color: black; }

.black-bg { background-color: black; }

.hidden {
    display: none;
}

.test { outline: 1px dotted red; }

/* Common button: transparent */
.transparent-button {
    width: auto;
    height: 24px;
    line-height: 24px;
    color: white;
}

.transparent-button a {
    color: white;
}

.transparent-button .button-left-side,
.transparent-button .button-text,
.transparent-button .button-right-side {
    float: left;
    background: transparent url("../img/common/buttons/white-transparent-button.png") 0 0 no-repeat;
    height: 24px;
}

.transparent-button .button-left-side,
.transparent-button .button-right-side {
    width: 12px;
}

.transparent-button .button-text {
    background-position: 0 -48px;
    background-repeat: repeat-x;
    text-align: center;
}

.transparent-button .button-right-side {
    background-position: 0 -24px;
}

/* Common button: white */
.white-button {
    width: auto;
    height: 32px;
    line-height: 32px;
    color: black;
}

.white-button a {
    color: black;
}

.white-button .button-left-side,
.white-button .button-text,
.white-button .button-right-side {
    float: left;
    background: transparent url("../img/common/buttons/white-button.png") 0 0 no-repeat;
    height: 32px;
}

.white-button .button-left-side,
.white-button .button-right-side {
    width: 16px;
}

.white-button .button-text {
    background-position: 0 -64px;
    background-repeat: repeat-x;
    text-align: center;
}

.white-button .button-right-side {
    background-position: 0 -32px;
}

/* Common button: transparent black */
.transparent-black-button {
    width: auto;
    height: 32px;
    line-height: 32px;
    color: white;
}

.transparent-black-button a {
    color: white;
}

.transparent-black-button .button-left-side,
.transparent-black-button .button-text,
.transparent-black-button .button-right-side {
    float: left;
    background: transparent url("../img/common/buttons/black-transparent-button.png") 0 0 no-repeat;
    height: 32px;
}

.transparent-black-button .button-left-side,
.transparent-black-button .button-right-side {
    width: 16px;
}

.transparent-black-button .button-text {
    background-position: 0 -64px;
    background-repeat: repeat-x;
    text-align: center;
}

.transparent-black-button .button-right-side {
    background-position: 0 -32px;
}

/* Common button: green circle */
.green-circle-button {
    display: block;
    width: 26px;
    height: 25px;
    background: transparent url(../img/common/green-circle.png) center no-repeat;
}

.green-circle-button-up {
    display: block;
    width: 26px;
    height: 25px;
    background: transparent url(../img/common/green-circle-up.png) center no-repeat;
}

.green-circle-button-down {
    display: block;
    width: 26px;
    height: 25px;
    background: transparent url(../img/common/green-circle-down.png) center no-repeat;
}

/* Common button: green */
.green-button {
    width: auto;
    height: 31px;
    line-height: 31px;
    color: white;
}

.green-button a {
    color: white;
}

.green-button .button-wrap-out,
.green-button .button-wrap-in,
.green-button .button-text {
    background: transparent url("../img/common/buttons/big-green-button.png") 0 0 no-repeat;
    height: 31px;
}

.green-button .button-wrap-out {
    background-position: 0 -62px;
    background-repeat: repeat-x;
}

.green-button .button-wrap-in {
    padding-left: 14px;
}

.green-button .button-text {
    background-position: right -31px;
    text-align: center;
    padding-right: 14px;
}

/* Common button: black-top */
.black-top-button {
    height: 28px;
    line-height: 28px;
    color: white;
}

.black-top-button a {
    color: white;
}

.black-top-button .button-left-side,
.black-top-button .button-text,
.black-top-button .button-right-side {
    float: left;
    background: transparent url("../img/common/buttons/black-top-button.png") 0 0 no-repeat;
    height: 28px;
}

.black-top-button .button-left-side,
.black-top-button .button-right-side {
    width: 9px;
}

.black-top-button .button-text {
    background-position: 0 -56px;
    background-repeat: repeat-x;
    text-align: center;
}

.black-top-button .button-right-side {
    background-position: 0 -28px;
}

/* Common corners and borders */
/* Corners: black outside, transparent inside, size=10 */
.black-corner-10-lt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: transparent url("../img/common/borders/black-corners-10.png") 0 0 no-repeat;
}

.black-corner-10-rt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: transparent url("../img/common/borders/black-corners-10.png") -10px 0 no-repeat;
}

.black-corner-10-lb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: transparent url("../img/common/borders/black-corners-10.png") 0 -10px no-repeat;
}

.black-corner-10-rb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: transparent url("../img/common/borders/black-corners-10.png") -10px -10px no-repeat;
}

/* Corners: black outside, transparent inside, size=10 + additional ACES */
.black-corner-10-rt-aces {
    position: absolute;
    right: -44px;
    top: -44px;
    z-index: 0;
    width: 100px;
    height: 100px;
    background: transparent url("../img/common/borders/black-corners-aces-10-rt.png") right top no-repeat;
}

.black-corner-10-rt-aces-crop {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 10px;
    height: 10px;
    background: transparent url("../img/common/borders/black-corners-aces-10-rt-crop.png") right top no-repeat;
}

/* Corners: gray outside, transparent inside, size=6 */
.gray-corner-6-lt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -6px 0 no-repeat;
}

.gray-corner-6-rt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -18px 0 no-repeat;
}

.gray-corner-6-lb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -6px -12px no-repeat;
}

.gray-corner-6-rb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -18px -12px no-repeat;
}

/* Corners: gray outside, transparent inside, size=6, white glow */
.gray-glow-corner-6-lt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -6px -24px no-repeat;
}

.gray-glow-corner-6-rt {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -18px -24px no-repeat;
}

.gray-glow-corner-6-lb {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -6px -36px no-repeat;
}

.gray-glow-corner-6-rb {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 12px;
    height: 12px;
    background: transparent url("../img/common/borders/gray-corners-6.png") -18px -36px no-repeat;
}

.gray-glow-side-6-l {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 6px;
    height: 100%;
    background: transparent url("../img/common/borders/gray-corners-6.png") 0 0 repeat-y;
}

.gray-glow-side-6-r {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 6px;
    height: 100%;
    background: transparent url("../img/common/borders/gray-corners-6.png") -30px 0 repeat-y;
}

.gray-glow-side-6-t {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 6px;
    background: transparent url("../img/common/borders/gray-corners-6-adds.png") 0 0 repeat-x;
}

.gray-glow-side-6-b {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 6px;
    background: transparent url("../img/common/borders/gray-corners-6-adds.png") 0 -6px repeat-x;
}

/* Default list items */
.item-bg-uno {
    background: #e6d28d url("../img/common/lists/big-item-uno.jpg") right bottom no-repeat;
}

.item-bg-duo {
    background: #e6d28d url("../img/common/lists/big-item-duo.jpg") right bottom no-repeat;
}

.item-bg-tres {
    background: #e6d28d url("../img/common/lists/big-item-tres.jpg") right bottom no-repeat;
}

/* Same items BG, but circle now is at the left */
.item-bg-uno-l {
    background: #e6d28d url("../img/common/lists/big-item-uno-l.jpg") left bottom no-repeat;
}

.item-bg-duo-l {
    background: #e6d28d url("../img/common/lists/big-item-duo-l.jpg") left bottom no-repeat;
}

.item-bg-tres-l {
    background: #e6d28d url("../img/common/lists/big-item-tres-l.jpg") left bottom no-repeat;
}

.big-item-title {
    margin-bottom: 14px;
    font-size: 24px;
}

.big-item-title a {
    color: #ff6200;
}

.medium-item-title {
    margin-bottom: 6px;
    font-size: 18px;
}

.medium-item-title a {
    color: #ff6200;
}

.description-separator {
    margin-bottom: 10px;
    height: 1px;
}

.ajax-loader{
    background: #000000 url("../img/common/icons/ajax-loader.gif") no-repeat center center;
    height:400px;
    width:520px;
}