/* reset */ * {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

body {
    font-size: 62.50%;
    background: transparent url('/images/bg/bm1.png') repeat-x 0 0;
}

.bm2 {
    background: transparent url('/images/bg/bm2.png') repeat-x 0 0;
}

/* clearing --------------*/
.x:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html .x {
    height: 1%;
}
*:first-child + html .x {
    min-height: 1px;
}

/* -----------------------*/
a {
    outline: none;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

img {
    border: 0;
}

ul, li {
    list-style-type: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* common styles */
h1 {
    color: #fff;
    font-size: 24px;
    line-height: 54px;
}

h2 {
    color: #fff;
    font-size: 24px;
    line-height: 54px;
}

h3 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

h4 {
    color: #000;
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 6px;
}

.small-box h4 {
    line-height: 19px;
    padding-bottom: 0;
}

p {
    font-size: 13px;
    line-height: 19px;
    color: #000;
    padding-bottom: 11px;
}

.small-box p {
    font-size: 11px;
    line-height: 13px;
    padding-bottom: 10px;
}

.big-box p {
    line-height: 18px;
}

li {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

input {
    width: 130px;
    height: 14px;
    font-size: 12px;
    line-height: 16px;
    background: transparent url('/images/bg/input2.png') no-repeat 0 0;
    padding: 4px 6px 6px 6px;
    border: 0;
}

label {
    display: block;
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
    color: #66143d;
}

.big-box input {
    width: 220px;
    background: transparent url('/images/bg/input3.png') no-repeat 0 0;
    line-height: 14px;
}

.button {
    font-size: 16px;
    line-height: 43px;
    height: 48px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    display: block;
    cursor: pointer;
    padding-left: 23px;
    border: 0;
    text-decoration: none;
}

.button span {
    float: left;
    display: block;
    padding-right: 23px;
    height: 48px;
    text-shadow: #888 0 -1px 0;
    -moz-text-shadow: #888 0 -1px 0;
    -webkit-text-shadow: #888 0 -1px 0;
    white-space: nowrap;
}

.button span strong {
    margin: 0 -8px;
    word-spacing: -2px;
}

.button:hover {
    text-decoration: none;
}

.button1 {
    background: transparent url('/images/btn/button1.png') no-repeat 0 0;
}

.button1 span {
    background: transparent url('/images/btn/button1.png') no-repeat right -48px;
}

.button2 {
    background: transparent url('/images/btn/button2.png') no-repeat 0 0;
}

.button2 span {
    background: transparent url('/images/btn/button2.png') no-repeat right -48px;
}

.button3 {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    padding-left: 13px;
    background: transparent url('/images/btn/button3.png') no-repeat 0 0;
}

.button3 span {
    padding-right: 13px;
    height: 25px;
    line-height: 15px;
    padding-top: 5px;
    background: transparent url('/images/btn/button3.png') no-repeat right -30px;
}

.button3 span strong {
    margin: 0 -5px;
}

.button4 {
    font-size: 24px;
    line-height: 56px;
    width: 478px;
    height: 66px;
    padding: 0;
    background: transparent url('/images/btn/button4.png') no-repeat 0 0;
    text-shadow: #888 0 -1px 1px;
    -moz-text-shadow: #888 0 1px -1px;
    -webkit-text-shadow: #888 0 1px -1px;
}

.button5 {
    background: transparent url('/images/btn/button5.png') no-repeat 0 0;
}

.button5 span {
    background: transparent url('/images/btn/button5.png') no-repeat right -48px;
}

.button6 {
    background: transparent url('/images/btn/button6.png') no-repeat 0 0;
}

.button6 span {
    background: transparent url('/images/btn/button6.png') no-repeat right -48px;
}

.all {
    display: none;
}

#aside .more strong, #aside .less span {
    display: none;
}

#aside .less strong {
    display: block;
}

/* site layout */
#site {
    width: 958px;
    padding: 0 16px;
    margin: 0 auto;
}

#header {
    height: 179px;
    background: transparent url('/images/bg/header1.png') no-repeat 0 0;
    position: relative;
    z-index: 100;
}

.bm2 #header {
    background: transparent url('/images/bg/header2.png') no-repeat 0 0;
}

#content {
    padding-bottom: 7px;
    position: relative;
    z-index: 0;
}

#footer {
    width: 932px;
    height: 86px;
    padding: 10px 10px 50px 10px;
    margin: 0 auto;
    background: transparent url('/images/bg/footer.png') no-repeat 0 0;
    text-align: center;
    position: relative;
}

/* header elements */
#lb {
    float: left;
    width: 215px;
    padding: 15px 0 0 8px;
}

#logo {
    display: block;
    width: 210px;
    height: 95px;
    text-indent: -5000px;
    margin-left: 5px;
}

#lb .bookmark {
    display: block;
    width: 105px;
    height: 15px;
    font-size: 12px;
    color: #fefefe;
    font-weight: bold;
    line-height: 14px;
    padding: 0 0 0 4px;
    margin: 10px 0 0 0;
    text-decoration: none;
}

.bookmark {
    background: transparent url('/images/bg/bookmark-bg.png') no-repeat 0 0;
}

.bookmark img {
    vertical-align: middle;
}

#banner1 {
    float: left;
    width: 468px;
    height: 60px;
    margin: 30px 28px 0 20px;
    font-size: 0;
    line-height: 0;
}

#login-form {
    float: left;
    width: 200px;
    padding-top: 5px;
    height: 131px;
    overflow: hidden;
}

#login-form p {
    margin: 0;
    padding: 0;
}

#login-form input {
    margin-left: 3px;
    width: 180px;
    background: transparent url('/images/bg/input1.png') no-repeat 0 0;
}

#login-form button {
    margin: 4px 0 -8px 0;
}

#login-form button span {
    width: 171px;
}

#login-form label {
    margin-left: 3px;
    font-size: 11px;
    font-weight: bold;
}

#login-form .note {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
}

.bm1 #login-form p {
    color: #ffb2d8;
}

.bm2 #login-form p {
    color: #fbd8c5;
}

.bm1 #login-form label {
    color: #ffb2d8;
}

.bm2 #login-form label {
    color: #fbd8c5;
}

#navigation {
    width: 954px;
    height: 37px;
    padding: 0 2px 5px 2px;
    background: transparent url('/images/bg/nav.png') no-repeat 0 0;
}

#navigation li {
    float: left;
    position: relative;
}

#navigation li a {
    float: left;
    display: block;
    width: 159px;
    height: 27px;
    padding-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-shadow: #a4a4a4 0 -1px 1px;
    -moz-text-shadow: #a4a4a4 0 -1px 1px;
    -webkit-text-shadow: #a4a4a4 0 -1px 1px;
    text-align: center;
    text-decoration: none;
}

#navigation li.casino a {
    color: #000 !important;
    text-shadow: #eddfd9 0 1px 1px !important;
    -moz-text-shadow: #eddfd9 0 1px 1px !important;
    -webkit-text-shadow: #eddfd9 0 1px 1px !important;
}

#navigation li ul {
    position: absolute;
    width: 159px;
    top: 37px;
    left: 0;
    display: none;
    border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -webkit-border-radius: 0 0 10px 10px;
}

#navigation li.hover ul {
    display: block;
}

#navigation li ul li {
    float: none;
    padding: 5px 10px;
    height: 26px;
}

#header #navigation li ul li a {
    float: none;
    padding-top: 4px;
    width: auto;
}

#navigation li.hover.home {
    background: transparent url('/images/bg/nav.png') no-repeat -2px -42px;
}

#navigation li.hover.news, #navigation li.hover.news li.hover {
    background: transparent url('/images/bg/nav.png') no-repeat -161px -42px;
}

#navigation li.hover.free-money, #navigation li.hover.free-money li.hover {
    background: transparent url('/images/bg/nav.png') no-repeat -320px -42px;
}

#navigation li.hover.new-sites, #navigation li.hover.new-sites li.hover {
    background: transparent url('/images/bg/nav.png') no-repeat -479px -42px;
}

#navigation li.hover.slots, #navigation li.hover.slots li.hover {
    background: transparent url('/images/bg/nav.png') no-repeat -638px -42px;
}

#navigation li.hover.casino {
    background: transparent url('/images/bg/nav.png') no-repeat -797px -42px;
}

#navigation li.hover.home li.xhover {
    background: transparent url('/images/bg/nav.png') no-repeat -2px -115px;
}

#navigation li.hover.news li.xhover {
    background: transparent url('/images/bg/nav.png') no-repeat -161px -115px;
}

#navigation li.hover.free-money li.xhover {
    background: transparent url('/images/bg/nav.png') no-repeat -320px -115px;
}

#navigation li.hover.new-sites li.xhover {
    background: transparent url('/images/bg/nav.png') no-repeat -479px -115px;
}

#navigation li.hover.slots li.xhover {
    background: transparent url('/images/bg/nav.png') no-repeat -638px -115px;
}

#navigation li.hover.casino li.xhover {
    background: transparent url('/images/bg/nav.png') no-repeat -797px -115px;
}

#navigation li.home ul li {
    background: transparent url('/images/bg/nav.png') no-repeat -2px -79px;
}

#navigation li.news ul li {
    background: transparent url('/images/bg/nav.png') no-repeat -161px -79px;
}

#navigation li.free-money ul li {
    background: transparent url('/images/bg/nav.png') no-repeat -320px -79px;
}

#navigation li.new-sites ul li {
    background: transparent url('/images/bg/nav.png') no-repeat -479px -79px;
}

#navigation li.slots ul li {
    background: transparent url('/images/bg/nav.png') no-repeat -638px -79px;
}

#navigation li.casino ul li {
    background: transparent url('/images/bg/nav.png') no-repeat -797px -79px;
}

/* content layout */
#aside {
    float: left;
    width: 158px;
}

#main {
    float: right;
    width: 798px;
}

/* boxes */
.box {
    padding-top: 4px;
    margin-bottom: 5px;
    position: relative;
}

#aside .box {
    width: 158px;
    background: transparent url('/images/bg/aside-box-top.png') no-repeat 0 0;
}

.big-box {
    width: 798px;
    padding: 4px 0 0 0;
    background: transparent url('/images/bg/big-box-top.png') no-repeat 0 0;
}

#content .middle-box {
    width: 478px;
    height: 326px;
    padding: 4px 0 0 0;
    background: transparent url('/images/bg/middle-box.png') no-repeat 0 0;
}

.small-box {
    width: 398px;
    padding: 4px 0 0 0;
    background: transparent url('/images/bg/small-box-top.png') no-repeat 0 0;
}

#content .smaller-box {
    width: 166px;
    height: 114px;
    padding: 3px 8px 9px 6px;
    margin: 0;
    background: transparent url('/images/bg/smaller-box.png') no-repeat 0 0;
}

#content .tiny-box {
    width: 150px;
    height: 120px;
    padding: 3px 6px;
    background: transparent url('/images/bg/tiny-box.png') no-repeat 0 0;
}

.box-content {
    padding: 0 6px 8px 6px;
}

.box-content .inner {
    background: transparent url('/images/bg/box-content.png') repeat-x 0 0;
    padding: 0 7px 13px 7px;
}

.small-box .box-content .inner {
    padding: 3px 34px 0 2px;
}

.middle-box .box-content .inner {
    padding: 12px 0 13px 15px;
}

.big-box .box-content .inner {
    padding: 7px 7px 15px 7px;
}

.big-box .box-content .with-slides {
    padding: 7px 7px 10px 7px;
}

.big-box .box-content .with-form {
    padding: 11px 22px 0 22px;
}

#aside .box .box-content {
    background: transparent url('/images/bg/aside-box.png') no-repeat 0 bottom;
}

#aside .box-content .inner {
    padding: 7px 12px 14px 12px;
}

.big-box .box-content {
    background: transparent url('/images/bg/big-box.png') no-repeat 0 bottom;
}

.small-box .box-content {
    background: transparent url('/images/bg/small-box.png') no-repeat 0 bottom;
    padding-bottom: 4px;
}

.box .top-bar {
    color: #fff;
    padding: 0 10px;
    margin: 0 auto;
    text-shadow: #888 0 -1px 0;
    -moz-text-shadow: #888 0 -1px 0;
    -webkit-text-shadow: #888 0 -1px 0;
}

#aside .box .top-bar {
    font-size: 14px;
    width: 126px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

#aside .box .top-bar1 {
    background: transparent url('/images/bg/aside-box-bar1.png') no-repeat 0 0;
}

#aside .box .top-bar2 {
    background: transparent url('/images/bg/aside-box-bar2.png') no-repeat 0 0;
}




#aside .box .top-bar3 {
    background: transparent url('/images/bg/aside-box-bar3.png') no-repeat 0 0;
}

#aside .box .top-bar4 {
    background: transparent url('/images/bg/aside-box-bar4.png') no-repeat 0 0;
}

#aside .box .top-bar5 {
    background: transparent url('/images/bg/aside-box-bar5.png') no-repeat 0 0;
}

#aside .box .top-bar6 {
    background: transparent url('/images/bg/aside-box-bar6.png') no-repeat 0 0;
}

.small-box .top-bar {
    font-size: 14px;
    width: 366px;
    height: 25px;
    line-height: 25px;
}

.small-box .top-bar1 {
    background: transparent url('/images/bg/small-box-bar1.png') no-repeat 0 0;
}

.small-box .top-bar2 {
    background: transparent url('/images/bg/small-box-bar2.png') no-repeat 0 0; color: #000;
}

.small-box .top-bar3 {
    background: transparent url('/images/bg/small-box-bar3.png') no-repeat 0 0;
}

.small-box .top-bar4 {
    background: transparent url('/images/bg/small-box-bar4.png') no-repeat 0 0;
}

.small-box .top-bar5 {
    background: transparent url('/images/bg/small-box-bar5.png') no-repeat 0 0;
}

.small-box .top-bar6 {
    background: transparent url('/images/bg/small-box-bar6.png') no-repeat 0 0;
}

.middle-box .top-bar {
    font-size: 24px;
    width: 446px;
    height: 54px;
    line-height: 47px;
    text-align: center;
}

.middle-box .top-bar1 {
    background: transparent url('/images/bg/middle-box-bar1.png') no-repeat 0 0;
}

.middle-box .top-bar2 {
    background: transparent url('/images/bg/middle-box-bar2.png') no-repeat 0 0; 
}

.middle-box .top-bar3 {
    background: transparent url('/images/bg/middle-box-bar3.png') no-repeat 0 0;
}

.middle-box .top-bar4 {
    background: transparent url('/images/bg/middle-box-bar4.png') no-repeat 0 0;
}

.middle-box .top-bar5 {
    background: transparent url('/images/bg/middle-box-bar5.png') no-repeat 0 0;
}

.middle-box .top-bar6 {
    background: transparent url('/images/bg/middle-box-bar6.png') no-repeat 0 0;
}

.big-box .top-bar {
    font-size: 24px;
    width: 766px;
    height: 55px;
    line-height: 48px;
    text-align: center;
}

.big-box .top-bar1 {
    background: transparent url('/images/bg/big-box-bar1.png') no-repeat 0 0;
}

.big-box .top-bar2 {
    background: transparent url('/images/bg/big-box-bar2.png') no-repeat 0 0;
	color:#000;
}


.big-box .top-bar3 {
    background: transparent url('/images/bg/big-box-bar3.png') no-repeat 0 0;
}

.big-box .top-bar4 {
    background: transparent url('/images/bg/big-box-bar4.png') no-repeat 0 0;
}

.big-box .top-bar5 {
    background: transparent url('/images/bg/big-box-bar5.png') no-repeat 0 0;
}

.big-box .top-bar6 {
    background: transparent url('/images/bg/big-box-bar6.png') no-repeat 0 0;
}

.bottom-bar {
    text-align: center;
    color: #fff;
    text-shadow: #888 0 -1px 0;
    -moz-text-shadow: #888 0 -1px 0;
    -webkit-text-shadow: #888 0 -1px 0;
}

.bottom-bar a {
    text-decoration: none;
    color: #fff;
}

.tiny-box .bottom-bar {
    font-size: 16px;
    width: 146px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    bottom: 8px;
    left: 6px;
}

.tiny-box .bottom-bar1 {
    background: transparent url('/images/bg/tiny-box-bottom1.png') no-repeat 0 0;
}

.tiny-box .bottom-bar2 {
    background: transparent url('/images/bg/tiny-box-bottom2.png') no-repeat 0 0;
}

.tiny-box .bottom-bar3 {
    background: transparent url('/images/bg/tiny-box-bottom3.png') no-repeat 0 0;
}

.tiny-box .bottom-bar4 {
    background: transparent url('/images/bg/tiny-box-bottom4.png') no-repeat 0 0;
}

.tiny-box .bottom-bar5 {
    background: transparent url('/images/bg/tiny-box-bottom5.png') no-repeat 0 0;
}

.tiny-box .bottom-bar6 {
    background: transparent url('/images/bg/tiny-box-bottom6.png') no-repeat 0 0;
}

#content .smaller-box .bottom-bar {
    font-size: 16px;
    width: 166px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    bottom: 8px;
    left: 6px;
}

#content .smaller-box .bottom-bar1 {
    background: transparent url('/images/bg/smaller-box-bottom1.png') no-repeat 0 0;
}

#content .smaller-box .bottom-bar2 {
    background: transparent url('/images/bg/smaller-box-bottom2.png') no-repeat 0 0;
}

#content .smaller-box .bottom-bar3 {
    background: transparent url('/images/bg/smaller-box-bottom3.png') no-repeat 0 0;
}

#content .smaller-box .bottom-bar4 {
    background: transparent url('/images/bg/smaller-box-bottom4.png') no-repeat 0 0;
}

#content .smaller-box .bottom-bar5 {
    background: transparent url('/images/bg/smaller-box-bottom5.png') no-repeat 0 0;
}

#content .smaller-box .bottom-bar6 {
    background: transparent url('/images/bg/smaller-box-bottom6.png') no-repeat 0 0;
}

.middle-box .bottom-bar {
    font-size: 16px;
    width: 466px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    bottom: 8px;
    left: 6px;
}

.middle-box .bottom-bar1 {
    background: transparent url('/images/bg/middle-box-bottom1.png') no-repeat 0 0;
}

.middle-box .bottom-bar2 {
    background: transparent url('/images/bg/middle-box-bottom2.png') no-repeat 0 0;
}

.middle-box .bottom-bar3 {
    background: transparent url('/images/bg/middle-box-bottom3.png') no-repeat 0 0;
}

.middle-box .bottom-bar4 {
    background: transparent url('/images/bg/middle-box-bottom4.png') no-repeat 0 0;
}

.middle-box .bottom-bar5 {
    background: transparent url('/images/bg/middle-box-bottom5.png') no-repeat 0 0;
}

.middle-box .bottom-bar6 {
    background: transparent url('/images/bg/middle-box-bottom6.png') no-repeat 0 0;
}

.big-box .bottom-bar {
    font-size: 16px;
    width: 786px;
    height: 55px;
    line-height: 55px;
}

.big-box .bottom-bar1 {
    background: transparent url('/images/bg/big-box-bottom1.png') no-repeat 0 0;
}

.big-box .bottom-bar2 {
    background: transparent url('/images/bg/big-box-bottom2.png') no-repeat 0 0;
}

.big-box .bottom-bar3 {
    background: transparent url('/images/bg/big-box-bottom3.png') no-repeat 0 0;
}

.big-box .bottom-bar4 {
    background: transparent url('/images/bg/big-box-bottom4.png') no-repeat 0 0;
}

.big-box .bottom-bar5 {
    background: transparent url('/images/bg/big-box-bottom5.png') no-repeat 0 0;
}

.big-box .bottom-bar6 {
    background: transparent url('/images/bg/big-box-bottom6.png') no-repeat 0 0;
}

.fixed-box2 .bottom-bar {
    font-size: 16px;
    width: 306px;
    height: 31px;
    line-height: 31px;
    position: absolute;
    bottom: 8px;
    left: 6px;
}

.fixed-box2 .bottom-bar1 {
    background: transparent url('/images/bg/fixed-box2-bottom1.png') no-repeat 0 0;
}

.fixed-box2 img, .smaller-box img, .tiny-box img {
    display: block;
}

.big-box .banner2 {
    display: block;
    width: 728px;
    height: 90px;
    margin: 3px auto 5px auto;
}

.fixed-box1 {
    width: 286px;
    height: 234px;
    padding: 3px 8px 9px 6px;
    background: transparent url('/images/bg/fixed-box1.png') no-repeat 0 0;
}

.fixed-box2 {
    width: 306px;
    height: 246px;
    padding: 3px 8px 9px 6px;
    background: transparent url('/images/bg/fixed-box2.png') no-repeat 0 0;
}

.box-aside {
    float: left;
}

.box-main {
    float: right;
}

.small-box .box-aside1 {
    width: 110px;
}

.small-box .box-main1 {
    width: 240px;
}

.big-box .box-aside1 {
    width: 298px;
    padding: 6px 0 0 6px;
}

.big-box .box-main1 {
    width: 457px;
    padding-top: 10px;
}

.big-box .box-aside2 {
    width: 178px;
}

.big-box .box-main2 {
    width: 568px;
    padding-top: 4px;
}

.big-box .box-aside3 {
    width: 185px;
}

.big-box .box-main3 {
    width: 543px;
    padding-top: 5px;
}

.big-box .box-main1 .button {
    margin: 28px 0 0 65px;
}

.big-box .box-aside .button {
    margin: 5px 0 0 0;
}

.box .note {
    font-weight: bold;
    text-align: center;
}

.row .box {
    float: left;
}

.row .box-aside .box {
    float: none;
}

.big-box .form {
    padding-left: 56px;
}

.box .form p {
    float: left;
    margin-right: 6px !important;
    padding-bottom: 4px;
}

.bm1 .shade {
    background: transparent url('/images/bg/box-shade1.png') repeat-x 0 bottom;
}

.bm2 .shade {
    background: transparent url('/images/bg/box-shade2.png') repeat-x 0 bottom;
}

.big-box .row {
    padding: 7px 15px 0 26px;
}

/* slides */
.slides {
    position: relative;
}

.slides .numbers {
    width: 150px;
    height: 30px;
    background: transparent url('/images/icons/numbers.png') no-repeat 0 0;
    position: absolute;
    bottom: 10px;
    left: 9px;
    text-indent: -5000px;
}

.slides .numbers a {
    display: block;
    float: left;
    width: 25px;
    height: 25px;
    margin: 0 2px 0 3px;
}

/* sale */
.sale {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
}

.small-box .sale {
    width: 85px;
    height: 64px;
}

.tiny-box .sale {
    top: 1px;
    left: 3px;
    width: 83px;
    height: 63px;
}

.fixed-box2 .sale {
    top: 1px;
    left: 3px;
    width: 124px;
    height: 93px;
}

/* rating stars */
.starred h4 {
    float: left;
}

.starred .stars {
    float: right;
    width: 99px;
    height: 18px;
    background: transparent url('/images/icons/stars-bg.png') no-repeat 0 0;
    padding-right: 8px;
}

.starred .stars li {
    float: left;
    margin-right: 1px;
}

.starred .stars a {
    float: left;
    display: block;
    font-size: 0;
    line-height: 0;
}

/* intro */
#intro .middle-box {
    float: left;
}

#intro .middle-box p {
    margin: 0;
    padding: 0 7px;
    line-height: 18px;
}

#intro .form p {
    padding: 0;
}

.form label {
    margin-bottom: 2px;
}

.form p.with-button {
    margin: 0 !important;
    padding-top: 19px !important;
}

.form p.with-button .button {
    float: left;
}

.ie .form p.with-button .button {
    width: 150px;
}

#intro .middle-box .inner {
    height: 198px;
    padding-bottom: 0;
    overflow: hidden;
}

#intro .links {
    float: right;
    width: 478px;
    height: 330px;
}

#intro .tinies {
    width: 158px;
    float: left;
}

#intro .fixed-box2 {
    float: right;
}

.follow {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 38px !important;
    vertical-align: top;
    padding-top: 8px !important;
}

.follow a {
    vertical-align: top;
}

#intro .button4 {
    margin-bottom: 6px;
}

/* tabs */
#tabs {
    padding: 0;
    background: transparent url('/images/bg/big-box-tabbed-top.png') no-repeat 0 45px;
}

#tabs {
    position: relative;
    padding: 0;
    zoom: 1;
}

#tabs ul.tabs {
    margin-left: 3px;
    width: 795px;
    overflow: hidden;
    padding: 0;
}

#tabs ul.tabs li {
    display: block;
    float: left;
    width: auto;
    padding: 0;
    background: transparent;
}

#tabs ul.tabs li a {
    display: block;
    width: 152px;
    height: 48px;
    background: transparent url('/images/bg/tab-unactive.png') no-repeat 0 36px;
    list-style: none;
    float: left;
    position: relative;
    top: 1px;
    margin: 0 0 0 -9px;
    border-bottom: 0 !important;
    padding: 0 9px;
    white-space: nowrap;
}

#tabs ul.tabs li a.current {
    background: transparent url('/images/bg/tab-active.png') no-repeat 0 36px;
    margin-bottom: 0;
    padding-bottom: 1px;
}

#tabs ul.tabs li a span {
    font-weight: bold;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-shadow: #888 0 -1px 1px;
    -moz-text-shadow: #888 0 -1px 1px;
    -webkit-text-shadow: #888 0 -1px 1px;
    float: left;
    padding: 0;
    text-decoration: none;
    display: block;
    width: 152px;
    height: 36px;
    cursor: pointer;
}

#tabs ul.tabs li.corner-bar a {
    background: transparent url('/images/bg/tab-unactive-first.png') no-repeat 0 36px;
}

#tabs ul.tabs li.corner-bar a.current {
    background: transparent url('/images/bg/tab-active-first.png') no-repeat 0 36px;
}

#tabs ul.tabs li.top-bar1 a span {
    background: transparent url('/images/bg/tab1.png') no-repeat 0 0;
}

#tabs ul.tabs li.top-bar2 a span {
    background: transparent url('/images/bg/tab2.png') no-repeat 0 0; color:#000;
}

#tabs ul.tabs li.top-bar3 a span {
    background: transparent url('/images/bg/tab3.png') no-repeat 0 0;
}

#tabs ul.tabs li.top-bar4 a span {
    background: transparent url('/images/bg/tab4.png') no-repeat 0 0;
}

#tabs ul.tabs li.top-bar5 a span {
    background: transparent url('/images/bg/tab5.png') no-repeat 0 0;
}

#tabs ul.tabs li.top-bar6 a span {
    background: transparent url('/images/bg/tab6.png') no-repeat 0 0;
}

#tabs .box-content {
    margin-top: 17px;
}

#tabs .box-content .inner {
    background: none;
    padding: 0 7px;
}

.big-box-reviews .box-content .inner {
    padding: 14px 7px 0 7px;
}

.big-box-reviews .box-content .inner .row {
    padding: 0 10px 8px 6px;
}

/* checkbox */
.checkbox {
    padding: 20px 0 0 223px;
}

.checkbox a {
    background: transparent url("/images/bg/checkbox.png") no-repeat 0 0;
    font-size: 10px;
    font-weight: bold;
    padding-left: 5px;
    color: #66143d;
    display: block;
    padding-left: 26px;
    font-weight: bold;
    line-height: 18px;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-align: left;
    display: block;
    height: 18px;
}

.checkbox a:hover {
    text-decoration: none;
}

.checkbox a.checked {
    background-position: 0 -18px;
}

/* aside elements */
#aside .box li {
    font-size: 13px;
    margin-bottom: 6px;
}

#aside .box a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
}

#aside .box li a:hover {
    color: #ff63b7;
}

/* footer elements */
#footer-logo {
    width: 130px;
    height: 60px;
    text-indent: -5000px;
    position: absolute;
    top: 20px;
    right: 12px;
}

#footer p {
    color: #f39;
    padding-bottom: 0;
    line-height: 18px;
}

#footer .logos {
    padding-top: 6px;
}

#footer a {
    color: #f39;
    text-decoration: underline;
}

#footer a:hover {
    color: #000;
}

.ie .box-aside3 .button strong {
    font-weight: normal !important;
}

.slider-holder {
    width: 286px;
    height: 234px;
    overflow: hidden;
    position: relative;
}

.slider-scroller {
    height: 234px;
    width: 20000px;
    position: absolute;
}

.slider-scroller img {
    width: 286px;
    height: 234px;
    display: block;
    float: left;
}
.slider-scroller > a { display: block; float: left; height: 234px; width: 286px; }
