
/*
################################################################################
##
##  MAIN STYLE
##
################################################################################
*/

body {
margin: 0;
padding: 0;
text-align: center;
background: #000 url('../images/bg/body_bg.jpg') no-repeat top center;
background-attachment: fixed;
}

a { font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none; }
a:link { color: #aaa; }
a:visited { color: #aaa; }
a:hover { color: #dc9b1a; }

/*
################################################################################
##
##  WRAPPER STYLE
##
################################################################################
*/

#wrapper {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size: 12px;
color: #ddd;
width: 960px;
margin: 0px auto;
padding: 0;
text-align: left;
background: url('../images/bg/wrapper_bg.jpg') repeat-y 0px -35px;
position: relative;
height: auto;
}

#wrapper a:link { color: #aaa; }
#wrapper a:visited { color: #aaa; }
#wrapper a:hover { color: #dc9b1a; }

/*
################################################################################
##
##  HEADER STYLE
##
################################################################################
*/

#header {
width: 960px;
height: 205px;
margin: 0px auto;
position: relative;
background: url('../images/bg/header_bg.jpg') no-repeat top center;
}

#header #logo {
width: 228px;
height: 90px;
position: absolute;
top: 12px;
right: 50px;
}

#headerlogo {
width: 238px;
height: 100px;
background: url('../images/bg/CK_Logo.png') no-repeat top center;
position: absolute;
top: 10px;
left: 50px;
cursor: pointer;
}

#starburst {
width: 6px;
height: 12px;
background: url('../images/bg/starburst.png') no-repeat top center;
position: absolute;
top: 42px;
left: 77px;
cursor: pointer;
}

a#li_badge, a#tw_badge, a#fb_badge { width: 62px; height: 50px; display: block; }

a#li_badge { background: url('../images/buttons/li_badge.png') no-repeat top center; }
a#tw_badge { background: url('../images/buttons/tw_badge.png') no-repeat top center; }
a#fb_badge { background: url('../images/buttons/fb_badge.png') no-repeat top center; }

a#li_badge { position: absolute; top: 12px; left: 724px; }
a#tw_badge { position: absolute; top: 12px; left: 786px; }
a#fb_badge { position: absolute; top: 12px; left: 848px; }

#right_title {
font-size: 28px;
font-weight: bold;
font-style: italic;
position: absolute;
right: 60px;
top: 50px;
color: #dc9b1a;
}

#right_subtitle {
font-size: 14px;
font-weight: bold;
font-style: italic;
position: absolute;
right: 60px;
top: 82px;
color: #aaa;
}

/* Fix the missing corners below the header */

#topleft, #topright { width: 20px; height: 32px; background-image: url('../images/bg/headercorner.jpg'); }
#topleft { background-position: bottom left; position: absolute; top: 205px; left: 25px; }
#topright { background-position: bottom right; position: absolute; top: 205px; left: 917px; }

/*
################################################################################
##
##  TOP MENU BUTTONS WITH DROPDOWN MENU
##
################################################################################
*/

#menubar {
width: 830px;
height: 40px;
position: absolute;
top: 125px;
left: 70px;
}

.buttondiv, .buttondiv2 {
margin: 0px;
padding: 0px;
float: left;
margin-right: 10px;
position: relative;
}

/* custom button widths for ie6*/

* html .buttondiv { text-align: center; }

* html #button1.buttondiv, * html #button1.buttondiv2 { width: 62px; }
* html #button2.buttondiv, * html #button2.buttondiv2 { width: 69px; }
* html #button3.buttondiv, * html #button3.buttondiv2 { width: 62px; }
* html #button4.buttondiv, * html #button4.buttondiv2 { width: 89px; }
* html #button5.buttondiv, * html #button5.buttondiv2 { width: 78px; }
* html #button6.buttondiv, * html #button6.buttondiv2 { width: 77px; }
* html #button7.buttondiv, * html #button7.buttondiv2 { width: 74px; }
* html #button8.buttondiv, * html #button8.buttondiv2 { width: 71px; }
* html #button9.buttondiv, * html #button9.buttondiv2 { width: 91px; }
* html #button10.buttondiv, * html #button10.buttondiv2 { width: 62px; }
* html #button11.buttondiv, * html #button11.buttondiv2 { width: 62px; }
* html #button12.buttondiv, * html #button12.buttondiv2 { width: 62px; }

a.menubutton {
display: block;
margin: 0px;
padding: 0px 10px 0px 10px;
height: 42px;
line-height: 30px;
font-weight: bold;
font-size: 14px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
}

/* For the pointer arrow: <b>&#x25BC;</b> */
a.menubutton b { font-weight: normal; font-size: 10px; }

.buttondiv a.menubutton:hover, .buttondiv2 a.menubutton { background: black; }

.buttondiv2 a.menubutton { color: #dc9b1a !important; }

.buttondiv span, .buttondiv2 span {
position: absolute;
top: 40px;
left: 0px;
background: black;
z-index: 1000;
border-radius: 5px;
border-top-left-radius: 0px;
box-shadow: 0px 2px 5px #000;
-moz-border-radius: 5px;
-moz-border-radius-topleft: 0px;
-moz-box-shadow: 0px 2px 5px #000;
-webkit-border-radius: 5px;
-webkit-border-top-left-radius: 0px;
-webkit-box-shadow: 0px 2px 5px #000;
}

a.submenubutton {
display: block;
margin: 0px;
padding: 0px 10px 0px 10px;
height: 20px;
line-height: 20px;
font-weight: normal;
font-size: 12px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
white-space: nowrap;
background: #333;
margin: 0px 10px 5px 10px;
}

a.submenubutton:link { color: #dc9b1a !important; }
a.submenubutton:visited { color: #dc9b1a !important; }
a.submenubutton:hover { background: #dc9b1a; color: #444 !important; }

.buttondiv span { visibility: hidden; }
.buttondiv2 span { visibility: visible; }

/* remove padding and add text-indent */
a.submenubutton { text-align: left; padding: 0px; text-indent: 10px; }

/* set width for submenu links for ie6/ie7 */
#button1 a.submenubutton { width: 124px; }
#button2 a.submenubutton { width: 124px; }
#button3 a.submenubutton { width: 124px; }
#button4 a.submenubutton { width: 124px; }
#button5 a.submenubutton { width: 185px; }
#button6 a.submenubutton { width: 124px; }
#button7 a.submenubutton { width: 124px; }
#button8 a.submenubutton { width: 124px; }
#button9 a.submenubutton { width: 124px; }
#button10 a.submenubutton { width: 124px; }
#button11 a.submenubutton { width: 124px; }
#button12 a.submenubutton { width: 124px; }

/*
################################################################################
##
##  NEWS TICKER
##
################################################################################
*/

#news {
width: 960px;
height: 40px;
background: url('../images/bg/shadow.png') no-repeat 45px 0px;
overflow: hidden;
padding: 0px;
position: relative;
}

#news h3 {
text-indent: -9999px;
display: block;
height: 50px;
width: 896px;
position: absolute;
top: 0px;
left: 33px;
background: url('../images/bg/shadow.png') repeat-x 0 -10px;
padding: 0;
margin: 0;
}

#ticker {
width: 50px;
height: 40px;
float: left;
background: url('../images/bg/ticker.png') no-repeat 0px 2px;
position: absolute;
left: 70px;
top: 0px;
}

ul#listticker {
height: 20px;
width: 400px;
overflow: hidden;
border: 0;
margin: 0;
padding: 0px;
position: absolute;
top: 10px;
left: 125px;
}

ul#listticker li {
border: 0; 
margin: 0; 
padding: 0; 
list-style: none;
height: 20px;
line-height: 20px;
}

ul#listticker li a { color: #ddd; }
ul#listticker li a:link { color: #ddd; }
ul#listticker li a:visited { color: #ddd; }
ul#listticker li a:hover { color: #fff; }

/*
################################################################################
##
##  FEATURED BOXES STYLE
##
################################################################################
*/

#featured {
width: 960px;
height: 300px;
}

.box {
width: 276px;
height: 276px;
background: url('../images/bg/featured.png') no-repeat top center;
float: left;
margin-right: 11px;
position: relative;
left: 56px;
}

.box img {
width: 255px;
height: 134px;
border: 0;
position: relative;
left: 11px;
top: 12px;
}

.box b {
font-size: 24px;
font-weight: normal;
color: #dc9b1a;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
position: absolute;
top: 150px;
left: 12px;
}

.box u {
color: #999;
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
text-decoration: none;
position: absolute;
top: 182px;
left: 12px;
width: 252px;
text-align: justify;
}

.box a {
position: absolute;
bottom: 35px;
right: 10px;
display: block;
width: 74px;
height: 20px;
background: url('../images/buttons/smallreadmore.png') no-repeat top center;
line-height: 20px;
font-size: 10px;
color: #dc9b1a !important;
text-indent: 20px;
text-transform: uppercase;
font-weight: bold;
}

.box a:hover {
background-position: bottom center;
color: rgb(219,237,24) !important;
}

/*
################################################################################
##
##  FOOTER and ADVERTISING DIVISION STYLE
##
################################################################################
*/

#advertising {
width: 100%;
height: 100px;
background: rgb(19,21,20) url('../images/bg/advertising.gif') repeat-x top center;
text-align: center;
margin: 0px auto;
}

#footer {
width: 100%;
background: rgb(34,34,34) url('../images/bg/footer.jpg') repeat-x 0 0;
text-align: center;
margin: 0px auto;
}

#innerfooter {
width: 960px;
text-align: left;
margin: 0px auto;
position: relative;
}

#pageup {
width: 960px;
height: 40px;
position: relative;
}

#pageup a {
display: block;
height: 40px;
width: 100px;
text-indent: -9999px;
background: url('../images/buttons/back_to_top.png') no-repeat top center;
position: absolute;
top: 0px;
left: 430px;
}

#advertising {
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size: 16px;
color: #aaa;
margin: 0px auto;
padding: 20px 0px 20px 0px;
text-align: center;
height: auto;
}

#copyright {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #aaa;
margin: 0px auto;
text-align: center;
height: 20px;
line-height: 20px;
background: rgb(20,20,20);
}

ul#listticker li a:hover { text-decoration: underline; }

#footer { 
height: auto; 
font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
font-size: 12px;
color: #aaa;
}

#footer a { color: #aaa; font-size: 12px; font-family: Arial, Helvetica, sans-serif; }
#footer a:link { color: #aaa; font-family: Arial, Helvetica, sans-serif; }
#footer a:visited { color: #aaa; font-family: Arial, Helvetica, sans-serif; }
#footer a:hover { color: #dc9b1a; font-family: Arial, Helvetica, sans-serif; }

#innerfooter { height: auto; }

.footerdiv {
height: auto;
margin: 0;
padding: 0;
float: left;
}

.footerleft { width: 250px; position: relative; left: 34px; }
.footercenter { width: 300px; position: relative; left: 78px; }
.footerright { width: 250px; position: relative; left: 122px; }

.footertitle { 
height: 58px; 
line-height: 58px; 
text-indent: 60px; 
font-size: 24px;
font-weight: normal;
color: #dc9b1a;
background-repeat: no-repeat;
background-position: 0px 12px;
}

.footerleft .footertitle { background-image: url('../images/footer/footer_quicklinks.png'); }
.footercenter .footertitle { background-image: url('../images/footer/footer_social.png'); }
.footerright .footertitle { background-image: url('../images/footer/footer_contact.png'); }

.footerleft a {
display: block;
height: 30px;
line-height: 30px;
border-bottom: 1px dotted #ccc;
background: url('../images/footer/footer_quicklist.png') no-repeat 0px 5px;
text-indent: 30px;
font-family: Arial, Helvetica, sans-serif;
}

.footercenter a img {
height: 40px;
width: 40px;
border: 0;
margin: 0;
float: left;
position: relative;
left: 20px;
margin-right: 10px;
}

.footerright b {
display: block;
height: 30px;
line-height: 30px;
border-bottom: 1px dotted #ccc;
text-indent: 40px;
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.footerright b.b1 { background: url('../images/footer/footer_address.png') no-repeat 0px 0px; }
.footerright b.b2 { background: url('../images/footer/footer_phone.png') no-repeat 0px 0px; }
.footerright b.b3 { background: url('../images/footer/footer_email.png') no-repeat 0px 0px; }
.footerright b.b4 { background: url('../images/footer/footer_webcontact.png') no-repeat 0px 0px; }

.footercontent { margin: 20px 0 20px 0; font-family: Arial, Helvetica, sans-serif; }

/*
################################################################################
##
##  LEFT AND RIGHT COLUMNS STYLE
##
################################################################################
*/

#content { width: 960px; text-align: left; }

#leftcolumn {
float: left;
width: 220px;
position: relative;
left: 56px;
}

#rightcolumn {
float: left;
width: 618px;
position: relative;
left: 66px;
}

.leftcell {
width: 220px;
background: url('../images/cellbg/leftcellbg.png') repeat-y top center;
margin-bottom: 6px;
}

.lefttop {
width: 220px;
height: 37px;
line-height: 37px;
color: #333;
font-size: 16px;
background: url('../images/cellbg/leftcelltop.png') no-repeat top center;
}

.lefttop b { position: relative; left: 10px;}

.leftmiddle {
width: 220px;
background: url('../images/cellbg/leftcellmiddle.png') no-repeat 0px -37px;
}

.leftbottom {
width: 220px;
height: 40px;
background: url('../images/cellbg/leftcellbottom.png') no-repeat top center;
}

.rightcell {
width: 618px;
background: url('../images/cellbg/rightcellbg.png') repeat-y top center;
margin-bottom: 6px;
}

.righttop {
width: 618px;
height: 37px;
line-height: 37px;
color: #333;
font-size: 16px;
background: url('../images/cellbg/rightcelltop.png') no-repeat top center;
}

.righttop b { position: relative; left: 10px;}

.rightmiddle {
width: 618px;
background: url('../images/cellbg/rightcellmiddle.png') no-repeat 0px -37px;
}

.rightbottom {
width: 618px;
height: 40px;
background: url('../images/cellbg/rightcellbottom.png') no-repeat top center;
}

/*
################################################################################
##
##  NIVO SLIDER HOME PAGE
##
################################################################################
*/

/* holder for nivo slideshow with bg image*/
#slideshow {
width: 896px;
height: 411px;
background: url('../images/bg/slideshow_bg.gif') no-repeat top center;
margin: 0;
position: relative;
left: 33px;
}

.theme-default .nivoSlider {
position: relative;
background: transparent url('../images/slider/loading.gif') no-repeat 50% 50%;
margin-bottom: 10px;
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
display: none;
}

.theme-default .nivoSlider a { border: 0; display: block; }

.theme-default .nivo-controlNav {
text-align: center;
padding: 0;
position: absolute;
bottom: 13px; 
left: 110px;
height: 30px; 
width: auto;
}

.theme-default .nivo-controlNav a {
display: block;
float: left;
width: 30px;
height: 30px;
background: transparent url('../images/slider/bullets.gif') no-repeat;
text-indent: -9999px;
border: 0;
margin: 0 2px;
background-position: 0 -2px;
}

.theme-default .nivo-controlNav a.active { background-position: 0 -47px; }

.theme-default .nivo-directionNav a {
display: block;
width: 30px;
height: 30px;
background: url('../images/slider/pointers.png') no-repeat;
text-indent: -9999px;
border: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a { opacity: 1; filter: alpha(opacity=100); }
.theme-default a.nivo-nextNav { background-position: -30px 0; right: -72px; top: 153px; } 
.theme-default a.nivo-prevNav { left: -74px; top: 153px; }
.theme-default .nivo-caption { font-family: Helvetica, Arial, sans-serif; }
.theme-default .nivo-caption a { color: #fff; border-bottom: 1px dotted #fff; }
.theme-default .nivo-caption a:hover { color:#fff; }
.theme-default .nivo-controlNav.nivo-thumbs-enabled { width: 100%; }

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}

.nivoSlider {
position: relative;
width: 100%;
height: auto;
}

.nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
max-width: none;
}

.nivo-main-image {
display: block !important;
position: relative !important;
width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
border: 0;
padding: 0;
margin: 0;
z-index: 6;
display: none;
}

.nivo-slice {
display: block;
position: absolute;
z-index: 5;
height: 100%;
top: 0;
}

.nivo-box {
display: block;
position: absolute;
z-index: 5;
overflow: hidden;
}

.nivo-box img { display: block; }

.nivo-caption {
position: absolute;
left: 0px;
bottom: 0px;
background: url('../images/slider/black80.png');
color: #fff;
width: 100%;
z-index: 8;
padding: 5px 0px;
opacity: 0.8;
overflow: hidden;
display: none;
-moz-opacity: 0.8;
filter: alpha(opacity=80);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-indent: 10px;
}

.nivo-caption p { padding: 5px; margin: 0; }
.nivo-caption a { display: inline !important; }
.nivo-html-caption { display: none; }

.nivo-directionNav a {
position: absolute;
top: 45%;
z-index: 9;
cursor: pointer;
}

.nivo-prevNav { left: 0px; } 
.nivo-nextNav { right: 0px; }
.nivo-controlNav { text-align: center; padding: 15px 0; } 
.nivo-controlNav a { cursor: pointer; } 
.nivo-controlNav a.active { font-weight: bold; }
a, a:visited { color: blue; text-decoration: none; }
a:hover, a:active { color: #000; text-decoration: none; }
.slider-wrapper {  width: 80%;  margin: 0px auto; width: 718px; height: 330px; }
.clear { clear: both; }
* html .theme-default .nivoSlider { left: 88px; }

#slidercover {
width: 718px;
height: 330px;
position: absolute;
top: 0px;
left: 89px;
background: url('../images/slider/slidercover.png');
z-index: 3 !important;
}

* html #slidercover { left: 88px; }

.nivoSlider {
z-index: 2 !important;
}

/*
################################################################################
##
##  SMALL NIVO SLIDER STYLE
##
################################################################################
*/

#smallslideshow {
width: 896px;
height: 224px;
background: url('../images/bg/smallslideshow_bg.png') no-repeat top center;
margin: 0;
position: relative;
left: 33px;
}

.theme-small .nivoSlider {
position: relative;
background: transparent url('../images/smallslider/loading.gif') no-repeat 50% 50%;
margin-bottom: 10px;
-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-small .nivoSlider img {
position: absolute;
top: 0px;
left: 0px;
display: none;
}

.theme-small .nivoSlider a { border: 0; display: block; }
.theme-small .nivo-controlNav { display: none; }
.theme-small .nivo-controlNav a { display: none; }

.theme-small .nivo-directionNav a {
display: none;
width: 30px;
height: 30px;
background: url('../images/smallslider/pointers.png') no-repeat;
text-indent: -9999px;
border: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 200ms ease-in-out;
-moz-transition: all 200ms ease-in-out;
-o-transition: all 200ms ease-in-out;
transition: all 200ms ease-in-out;
}

.theme-small:hover .nivo-directionNav a { opacity: 1; filter: alpha(opacity=100); }
.theme-small a.nivo-nextNav { background-position: -30px 0; right: 0px; top: 85px; } 
.theme-small a.nivo-prevNav { left: 0px; top: 85px; }
.theme-small .nivo-caption { font-family: Helvetica, Arial, sans-serif; }
.theme-small .nivo-caption a { color: #fff; border-bottom: 1px dotted #fff; }
.theme-small .nivo-caption a:hover { color: #fff; }
.theme-small .nivo-controlNav.nivo-thumbs-enabled { width: 100%; }

.theme-small .nivo-controlNav.nivo-thumbs-enabled a {
width: auto;
height: auto;
background: none;
margin-bottom: 5px;
}

.theme-small .nivo-controlNav.nivo-thumbs-enabled img {
display: block;
width: 120px;
height: auto;
}

#smallslideshow .slider-wrapper { margin: 0px auto; width: 380px; height: 200px; }
.theme-small .nivoSlider { left: 230px; }
* html .theme-small .nivoSlider { left: 478px; }
 
#smallcover {
width: 380px;
height: 200px;
position: absolute;
top: 0px;
left: 488px;
background: url('../images/smallslider/smallcover.png') no-repeat -6px -6px;;
z-index: 3 !important;
}

* html #smallcover { left: 478px; }
 
#smallslideshowtext {
height: 180px;
width: 415px;
position: absolute;
top: 10px;
left: 50px;
font-size: 12px;
line-height: 16px;
}

#smallslideshowtext b {
font-size: 16px;
color: #dc9b1a;
}

#nivo-prev, #nivo-next {
height: 30px;
width: 30px;
opacity: 0;
filter: alpha(opacity=0);
cursor: pointer;
}

#nivo-prev {
position: absolute;
top: 85px;
left: 490px;
background: url('../images/smallslider/pointers.png') no-repeat 0 0;
z-index: 10 !important;
}

#nivo-next {
position: absolute;
top: 85px;
left: 836px;
background: url('../images/smallslider/pointers.png') no-repeat -30px 0;
z-index: 20 !important;
}

* html #nivo-prev { left: 480px; }
* html #nivo-next { left: 826px; }
  
/*
################################################################################
##
##  NEWS STYLE
##
################################################################################
*/

.newswrapper {
border: 1px solid #555;
padding: 10px;
margin: 0px auto;
margin-bottom: 10px;
border-radius: 5px;
width: 560px;
text-align: left;
background: url('../images/bg/megamenu.jpg') no-repeat 0 -12px;
}

* html #newswrapper { width: 580px; }

.newswrapper img {
width: 200px;
height: 150px;
float: left;
margin: 0 10px 10px 0;
}

.newstitle { font-size: 16px; color: #dc9b1a; }

.newsselector {
background: #111;
color: #ccc;
border: 1px solid #555;
font-size: 12px;
padding-left: 3px;
width: 150px;
}

/* and for the news list */

.newslist {
border: 1px solid #555;
padding: 10px;
margin: 0px auto;
margin-bottom: 10px;
border-radius: 5px;
width: 560px;
text-align: left;
background: url('../images/bg/megamenu.jpg') no-repeat 0 -12px;
position: relative
}

* html #newslist { width: 580px; }
 
.newslist a {
display: block;
width: 74px;
height: 20px;
line-height: 20px;
text-align: left;
text-indent: 10px;
font-family: Arial, Helvetica, sasn-serif;
font-size: 10px;
color: #dc9b1a !important;
background: url('../images/buttons/smallreadmore.png') no-repeat 0 0;
position: absolute;
bottom: 10px;
right: 10px;
text-transform: uppercase;
}

.newslist a:hover {
background-position: bottom center;
color: rgb(219,237,24) !important;
}

a.goback {
display: block;
width: 74px;
height: 20px;
line-height: 20px;
text-align: left;
text-indent: 10px;
font-family: Arial, Helvetica, sasn-serif;
font-size: 10px;
color: #dc9b1a !important;
background: url('../images/buttons/smallreadmore.png') no-repeat 0 0;
position: absolute;
bottom: 10px;
right: 10px;
text-transform: uppercase;
}

a.goback:hover {
background-position: bottom center;
color: rgb(219,237,24) !important;
}

/*
################################################################################
##
##  PAGINATION STYLE
##
################################################################################
*/

.options {
width: 580px;
height: 30px;
margin: 0px auto;
position: relative;
}

.options .myselect {
background: #111;
color: #ccc;
border: 1px solid #555;
font-size: 12px;
padding-left: 3px;
width: 120px;
}

.options a.nextbutton { background: url('../images/buttons/next.png') no-repeat top center; }
.options a.prevbutton { background: url('../images/buttons/previous.png') no-repeat top center; }

.options a.nextbutton, .options a.prevbutton {
display: block;
width: 74px;
height: 20px;
line-height: 20px;
font-size: 10px;
color: #dc9b1a !important;
text-transform: uppercase;
font-weight: bold;
text-align: left;
}

.options a.nextbutton:hover, .options a.prevbutton:hover {
background-position: bottom center;
color: rgb(219,237,24) !important;
}

.options .nextbutton { position: absolute; top: 0px; right: 0px; text-indent: 20px; }
.options .prevbutton { position: absolute; top: 0px; left: 0px; text-indent: 30px; }

/*
################################################################################
##
##  END STYLE
##
################################################################################
*/


