@import url("/_ps/includes/datepickerui/jquery.ui.datepicker.css");
* {
outline:none;
}

html {
    height:100%;
    margin:0;
    padding:0;
}

body {
    margin:0;
    height:100%;
    color:#5c5c5c;
    font:9pt/14pt Arial,sans-serif;
    padding:0;
}

h1 {
    line-height:1em;
    font-size:19px;
    padding:0;
    margin:10px 0;
    text-transform: uppercase;
    color: #000;
}

h2 {
}

.pagepadding h3 {
    line-height:19px;
    font-size:15px;
    padding:0;
    margin:20px 0;
    color: #000;
    font-weight: normal;
}

h3 {
    line-height:1em;
    font-size:10pt;
    padding:0;
    margin:8px 0;
}

img {
    border:0;
}

form {
    margin:0;
    padding:0;
}

iframe {
    border:0;
    margin:0;
    padding:0;
}

.inner {
    padding:20px;
}

.light {
    font-weight:300;
}

.bold {
    font-weight:700;
}

.center {
    text-align:center !important;
}

.nopad {
    padding:0 !important;
}
.nomargin {
    margin:0 !important;
}

.intro {
    font-size:110%;
    color:#333;
    font-weight:700;
}

/* ELEMENTS *****************/

#body {
width:100%;
height:100%;
min-height:100%;
background:#ebebeb url(/images/body-bg.jpg) repeat-x center top;

}

#carbon-fibre {
height:464px;
background-image:url(/images/carbon-fibre.gif);
background-repeat:no-repeat;
background-position:center top;
}

#the-light {
height:464px;
background-image:url(/images/light.png);
background-repeat:no-repeat;
background-position:center top;
}

#page {
text-align:center;
}

#top-wrap {
    width:980px;
    margin:0 auto 10px;
}

#header {
    position:relative;
    margin:0 auto;
    padding:20px 0;
    z-index:9999; /*fix ie7 zindex bug*/
}

#header .logo {
    float:left;
    width:288px;
    position:relative;
}

#header .topnav {
    
    float:right;
    width:610px;
    text-align:left;
    padding-top:38px;
    display:inline;
    color:#000;
    
}

.topnav ul {
    
    list-style:none;
    margin:0;
    padding:0;
    width:100%;
    float:left;
    
    
}

.topnav ul li {
    
    float:left;
    width:0;
    display:inline;
    margin:0 4px;
    padding:12px;
    position:relative;
    line-height:1em;
    
    
}

.topnav ul li.parent {
    
}

.topnav ul > li {
    width:auto;
}


.topnav ul li a {
    color:#fff;
}
.topnav ul li.parent:hover {
    
    background:#fff;
    border-top-left-radius:5px 5px;
    border-top-right-radius:5px 5px;
    
}

.topnav ul li.parent:hover a  {

    color:#000;
    
}


.topnav ul li a {
    
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    font-size:9px;
    line-height:9px;
        
}

.topnav ul li.divider {
    width:2px;
    height:18px;
    background:url(/images/top-menu-divider.png) no-repeat top left;
    margin:6px 0 0;
    padding:0;
    float:left;
    display:inline;
    line-height:1em;
}


/*subnav*/
.topnav .subnav-container {
    width:441px;
    height:221px;
    background:url(/images/subnav-container-bg.png) no-repeat top left;
    display:none;
    position:absolute;
    z-index:9998;
    left:-11px;
    top:33px;
}

.subnav-container.flipped {
    background:url(/images/subnav-container-flipped-bg.png) no-repeat top left;
}

.topnav ul li:hover .subnav-container {
    display:block;
    float:none;
}

ul.subnav {
    float:left;
    width:180px;
    display:inline;
    padding:0;
    margin:0;
}

.subnav-container .inner {
    padding:10px 25px;
}

ul.subnav li {
    display:block;
    float:none;
    line-height:6pt;
    margin:0;
    padding:5px 0;
}

li.heading , li.heading h3 {
    padding:0;
    margin:0;
    font-size:9pt;
    color:#000;
    
}

.topnav .subnav-container ul.subnav li a {
    color:#289cdf;
    text-transform:none;
    font-size:8pt;
    line-height:6pt;
    padding:0;
    margin:0;
}



#header .headerbar {
height:74px;
overflow:hidden;
background-image:url(/images/header-bar-bg.png);
background-repeat:no-repeat;
background-position:center top;
margin-bottom:8px;
text-align:center;
}

#header .headerbar .content {
width:980px;
margin:0px auto;
text-align:left;
}

#header .headerbar .pad {
padding:2px 7px 0 3px;
}


#brand-browser {
padding-left:20px;
height:64px;
}

#brand-browser .gap {
    width:2px;
    height:64px;
    float:left;
    
}

#brand-browser .gap.left {
    width:2px;
    height:64px;
    float:left;
    background-image:url(/images/brand-on-left.png);
    background-repeat:repeat-y;
    background-position:right;
    
}

#brand-browser .gap.right {
    width:2px;
    height:64px;
    float:left;
    background-image:url(/images/brand-on-right.png);
    background-repeat:repeat-y;
    background-position:left;
}

#brand-browser .item {
    padding:12px 14px;
    float:left;
    vertical-align:middle;
    width:auto;
    display:inline;
    height:64px;
}

#brand-browser .item.active {
background-image:url(/images/brand-on-center.png);
background-repeat:repeat-x;
background-position:top;
cursor:pointer;
}

#brand-browser .item img, #brand-browser .item-on img {
vertical-align:middle;
}

#brand-browser .item a {

}


#container {
}

#container .top {
height:17px;
overflow:hidden;
background-image:url(/images/container-top.png);
background-repeat:no-repeat;
background-position:center bottom;
}

#container .middle {
background-image:url(/images/container-middle.png);
background-repeat:repeat-y;
background-position:center top;
text-align:center;
}

#container .bottom {
height:135px;
overflow:hidden;
background-image:url(/images/container-bottom.png);
background-repeat:no-repeat;
background-position:center top;
}

#page-content {
    width:940px;
    margin:0 auto;
    padding:10px 0 0;
    text-align:left;
    
    position:relative;
}

#crumbs {
    width:100%;
    padding:2px 0;
    border-bottom:1px solid #dbdbdb;
    margin-bottom:20px;
    font-size:10pt;
    height:28px;
    
}

a {
    color:#289cdf;
    text-decoration:none;
}


#crumbs span {
    color:#797979;    
}

#crumbs .trail {
    float:left;
    width:600px;
    display:inline;
    padding:7px 0;
    
}

#cart {
    width:210px;
    float:right;
    color:#797979;
    font-size:10pt;
    padding:2px 0;    
}

#cart .label {
    
    width:180px;
    float:left;
    display:inline;
    padding:5px 0;    
    
}

#cart .carticon {
    
    width:30px;
    float:left;
    display:inline;
}


/* CLASSES *******************/

.pagepadding {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom 0;
}

.clear {
clear:both;
height:0px;
overflow:hidden;
}

.top-content {
    
    padding:7px 0px 0px 2px;
    background-image:url(/images/content-shadow.png);
    background-repeat:no-repeat;
    background-position:center top;

}

.top-content img {
    
    margin:0 auto;
    border-top-left-radius: 11px 11px;
    border-top-right-radius: 11px 11px;
}
#bannerimages {
    width:980px;
    height:400px;
    margin:0 auto;
    position:relative;
    z-index:10;
}
.banner {
    position:absolute;
    z-index:10;
}



/*styled select plugin*/

.styledSelect {
    width: 172px;
    font-size: 13px;
    height: 36px;
    margin: 0;
    padding: 0;
    background: transparent url(/images/brand-select-bg.png) top left no-repeat;
    position:relative;
}

div.styledSelect.sortList {
    background-image: url(/images/grey-dropdown-bg.gif) !important;
}

div.styledSelect.thin {
    background-image: url(/images/thin-brand-select-bg.png) !important;
}



.styledSelect ul  {
    list-style: none;
    padding: 1px;
    margin: 0;
    width: 165px;
    color:#000;
    text-align:left;
    overflow:auto;
    position:absolute;
    z-index:8000;
    left:0;
}

.styledSelect.open ul  {
    border: 1px solid #777;
    padding: 0;
    color:#000;
    height:0;
    overflow:auto;
    
}

.styledSelect.open > ul  {
    height:auto;
}

.styledSelect ul li {
    font-family: sans-serif;
    margin: 0;
    padding: 6px 25px 3px 10px;
    display: block;
    text-align:left;
    width:130px;
    
}
.styledSelect.thin ul li {
    padding-top:3px;
}

.styledSelect.open ul li { background-color: #FFF; }
.styledSelect.open ul li.selected  { background-color: #1a2d59; color:#fff}
.styledSelect.open ul li:hover { background-color: #1a2d59; color:#fff}


/*container styles*/
#store-nav {
    width:982px;
    margin:0 auto;
}

.corner-left {
    float:left;
    width:7px;
    height:51px;
    background:url(/images/categorynav-corner-left.png) no-repeat left;
    margin-left:1px;
}

.corner-right {
    float:left;
    width:9px;
    height:51px;
    background:url(/images/categorynav-corner-right.png) no-repeat left;
}

#store-nav ul.nav {
    
    margin:0;
    list-style:none;
    padding:0;
    background: url(/images/categorynav-bg.png) repeat-x;
    width:965px;
    height:51px;
    position:relative;
    float:left;
    
}
/*parent styles*/
ul.nav li.parent-category {
    
    list-style:none;
    float:left;
    width:0;
    height:51px;
    position:relative;
    margin:0 13px;
    padding:5px;
    
}

ul.nav > li.parent-category {
    width:auto;
}

ul.nav li.parent-category a.category-link {
    
    display:block;
    color:#fff;
    text-decoration:none;
    text-align:center;
    padding:20px 0;
    
}

/*subcategory styles*/
.subcategory-container {
    display:none;
}

ul.nav li.parent-category:hover .subcategory-container {
    
    display:block;
    width:437px;
    position:absolute;
    left:-9px;
    top:51px;
    z-index:8500;
    
}

.subcategory-bg {
    background:url(/images/subcategory-bg.png) repeat-y;
    float:left;
    width:437px;
    padding:10px 0 0;
}

.subcategory-bg h3 {
    padding:0 0 5px;margin:0
}

.subcategory-bg .subcategories {
    
    float:left;
    width:180px;
    /*border-right:1px solid #dbdbdb;*/
    padding:0 20px;
    text-align:left;
    margin-right:10px;
    
}

.subcategory-bg .brands {
    
    float:left;
    width:150px;
    padding:0 20px;    
    text-align:left;
}


#store-nav  .subcategory-container ul {
    list-style:none;
    padding:0;
    margin:0;
}

#store-nav  .subcategory-container ul li {
    list-style:none;
    padding:0;
    margin:0;
    text-align:left;
    display:block;
    width:120px;
    
}

#store-nav  ul li:hover a {
    color:#000;
}

#store-nav  ul li:hover {
    background:#fff;
    border-top-left-radius:5px 5px;
    border-top-right-radius:5px 5px;
}


#store-nav  .subcategory-container ul li {
    padding:3px 0;
}
#store-nav  .subcategory-container ul li a {
    color:#289cdf;
    display:inline;
    text-align:left;
    text-decoration:none;
    font-size:10pt;
    
}

.subcategory-bottom {
    clear:both;
    width:437px;
    height:20px;
    background:url(/images/category-bottom.png) no-repeat left;
    position:relative;
    bottom:0;
}


#used-vehicles {
    width:941px;
    height:101px;
    background:url(/images/used-vehicles-bg.gif) no-repeat top left;
    margin-top:20px;
    
}
#used-vehicles .inner {
    padding:30px 20px;
}
#used-vehicles .panel, #used-vehicles-top .panel {
    float:left;
    width:172px;
    margin-right:14px;
    
}
#used-vehicles-top h3 {
    font-size:11pt;
}
#usedheading-used {
    color:#efd721;
    margin:5px 0 0;
    padding:0;
    font-weight:400;
    text-align:left
}

#usedheading-vehicles {
    color:#fff;
    margin:4px 0 0;
    padding:0;
    text-align:left
}
#used-vehicles-top .panel {
    width:172px;
    margin-right:4px;
}
#used-vehicles-top  .inner {
    padding:25px 20px;
}

#used-vehicles-top {
    width:980px;
    height:81px;
    background:url(/images/used-vehicles-top-bg.png) no-repeat top left;
    margin:0 auto;
    position:relative;
}

#used-vehicles-top-overlay {
    position:absolute;
    width:980px;
    height:81px;
    background:url(/images/used-vehicle-overlay.png) repeat-x top left;
    left:0;
    top:0;
}


#bottom-panel .inner {
    padding:15px 0;
}
#bottom-panel {
    margin-top:20px;
    width:941px;
    height:137px;
    background:url(/images/bottom-panel-bg.gif) no-repeat top left;
    color:#636363;
    
}
#bottom-panel .panel {
    float:left;
    width:233px;
    font-size:8pt;
    line-height:12pt;
}


#bottom-panel .panel .inner {
    padding:0 20px 0 34px;
}

#newsletter-signup {
    width:187px;
    height:33px;
    background:url(/images/newsletter-signup-input-bg.png) no-repeat top left;
    position:relative;
}

.textinput {
    border:0;
}

#newsletter-signup .textinput {
    width:140px;
    margin:8px 4px;
}

#submit {
    position:absolute;
    left:155px;
    top:5px;
}

/*products*/

.product-row {
    width:940px;
    height:auto;
    
}

.product-row .product-item {
    float:left;
    width:230px;
    display:inline;
    margin-right:5px;
    padding:25px 0;
    text-align:center;
}

.product-name {
    
    color:#000 !important;
    height:3em;
    overflow:hidden;
    margin-bottom:5px;
    
}
.product-item h3,.product-item h4  {
    font-size:9pt;
    font-weight:300;
}

/*product list*/

.product-list-item {
    float:left;
    width:100%;
    display:inline;
    margin:0 0 10px;
    padding:0 0 10px;
    border-bottom:1px solid #dbdbdb;
    clear:both;
}
.product-list-item .image {
    float:left;
    width:230px;
    
    display:inline;
}

.product-list-item .description {
    float:left;
    width:430px;
    display:inline;
}


/*product display page*/
.product-container {
    float:left;
    width:100%;
    height:100%;
    padding:0 0 20px;
}
.product-container .image {
    float:left;
    width:330px;
    display:inline;
    margin-right:40px;
}

.product-container .image .enlarge {
    text-align:center;
    padding:10px 0;
}
.product-container .product-content {
    float:left;
    width:500px;
    display:inline;
    
}

.product-container .product-content h1 {
    padding:0;
    margin:0;
    color:#000;
    font:16pt Arial,sans-serif;
}

.product-container .product-content .price {
    font-size:14pt;
    color:#585858;
    padding:25px 0;
}

.product-container .product-content .description {
    padding:5px 0;
    font:10pt/16pt Arial;
    
}



#quantity-container {
    width:166px;
    height:50px;
    background:#dbdbdb;
    border-radius:5px;
    -moz-border-radius:5px
}

#quantity-container .inner {
    padding:7px;
}

.quantity-bg {
    
    width:79px;
    height:30px;
    background:url(/images/quantity-textbox-bg.png) no-repeat top left;
    float:left;
    
}
.cart-quantity-bg {
    
    width:50px;
    height:33px;
    background:url(/images/cart-quantity-bg.gif) no-repeat top left;
    
    
}

.cart-quantity-bg .textinput {
    width:40px;
    font-size:12pt;
    padding:6px;
    border:0;
    background:transparent;
}

.quantity-bg .textinput {
    width:60px;
    background:transparent;
    border:0;
    padding:4px;
    font-size:14pt;
    text-align:center;
}


/*carousel on product page*/


.carousel-top,.carousel-bottom {
    width:941px;
    height:7px;
    background:url(/images/carousel-top-bg.gif) no-repeat top left;
}

.carousel {
    width:941px;
    background:url(/images/carousel-bg.gif) repeat-y;
    position:relative;
    height:213px;
}
.carousel .inner {
    padding:5px 40px;
}

.carousel-item {
    float:left;
    width:120px;
    height:190px;
    overflow:hidden;
    margin:0 20px;
    text-align:center;
}

.carousel-item .price {
    font-weight:700;
}

.carousel-item .name {
    height:2.8em;
    overflow:hidden;
}

.carousel-item a {
    display:block;
    color:#289cdf;
    text-decoration:none;
    padding:3px 0 0;
    font-size:9pt;
}
.carousel-bottom {

    background:url(/images/carousel-bottom-bg.gif) no-repeat top left;
}

.btn-left {
    position:absolute;
    top:70px;
    left:0;
}


.btn-right {
    position:absolute;
    top:70px;
    right:0;
}

/*cart*/
.cart {
    border:1px solid #dbdbdb;
    border-bottom:0;
}
.cart th {
    text-align:left;
    
    color:#797979;
    padding:10px;
    border-bottom:1px solid #dbdbdb;
    background:#ebebeb;
}
.cart td {
    text-align:left;
    padding:8px;
    vertical-align:middle;
    border-bottom:1px solid #dbdbdb;
}
.cart .total {
    font-size:12pt;
}
.cart .shipping td {
    background:#ebebeb;
}

/*your details*/
#your-details {
    border:1px solid #ededed;
}
#your-details .inner {
    padding:30px 40px;
}
.col-1 {
    float:left;
    width:400px;
    display:inline;
    margin-right:30px;
}
.col-2 {
    float:left;
    width:400px;
}



/*form*/
.form dl {
    float:left;
    clear:both;
    width:100%;
    margin:2px 0 4px 0;
    display:inline;
}

.form dt {
    float:left;
    width:100px;
    display:inline;
    padding:2px 0;
}
.form dt.errorinput {
    color:#f00;
}

.form dd {
    float:left;
    width:250px;
    display:inline;
}

.form .required {
    color:#f00;
}
.form .textinput {
    border:1px solid #dbdbdb;
    width:250px;
    height:30px;
    font-size:12pt;
    padding:2px 4px;
}

.form .textareainput {
    border:1px solid #dbdbdb;
    width:250px;
    height:90px;
    font-size:12pt;
    padding:2px 4px;
    
}

.chk {
    background:none;
    border:1px solid #dbdbdb;
    
}

div.error {
    font-size:12px;
    font-weight:700;
    color:#E1152E;
    padding:12px 10px 16px 46px;
    background:#F8F8F8 url(/images/error.gif) no-repeat 20px 26px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin:15px 0;
}

div.error a:link {
    color:#E1152E;
    text-decoration:underline;
}

div.error h3 {
    padding-top:0;
    color:#000 !important;
}


div.info {
    font-size:12px;
    font-weight:700;
    color:#555;
    padding:12px 10px 16px 45px;
    background:#fdfcd9 url(/images/info.gif) no-repeat 17px 12px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    margin:15px 0px;
}

div.info a:link {
color:#555555;
text-decoration:underline;
}



/*vehicle search results*/
.vehicle-row {
    width:885px;
    padding:20px 30px;
    float:left;
}
.vehicle-item {
    float:left;
    width:275px;
    height:280px;
    margin-right:30px;
    background:url(/images/search-result-item-bg.gif) no-repeat bottom;
    position:relative;
}
.vehicle-item h3 {
    color:#289cdf;
    text-align:center;
}
.vehicle-item .description {
    position:absolute;
    left:14px;
    bottom:15px;
    width:246px;
    text-align:center;
    
    
}

/*list view*/

.vehicle-list-item {

    padding:15px;
    border-bottom:1px solid #dbdbdb;
    margin-bottom:20px;
    float:left;
    width:900px;
    
}

.vehicle-list-item .image {
    
    float:left;
    width:170px;
    padding:2px;
    margin-right:20px;
    border:1px solid #dbdbdb;
    text-align:center;
    vertical-align:middle;
    
}

.vehicle-list-item .description {
    
    float:left;
    width:400px;
    display:inline;
    
}

.vehicle-list-item .description  ul {
    list-style:disc;
    margin:0 0 0 13px;
    padding:0;
}
.vehicle-list-item .description  ul li {
    margin:0;
    padding:3px 0;
}

.vehicle-list-item .description h3 {
    font-size:14pt;
    color:#289cdf;
    padding:0 0 10px;
    margin:0;
}

.view-options {
    width:941px;
    height:52px;
    background:url(/images/search-options-bg.gif) no-repeat left;
    position:relative;
        font-size:8pt;
    line-height:12pt;
}

.view-options .inner {
    padding:12px;
}

.view-buttons {
    position:absolute;
    width:70px;
}

.sort-list {
    position:absolute;
    width:200px;
    left:142px;
    top:11px;
}

.pagination {
    position:absolute;
    width:300px;
    right:20px;
    top:15px;
    
}
.pagination-input-bg {
    width:47px;
    height:30px;
    background:url(/images/pagination-input-bg.png) no-repeat top left;
    float:left;
}

.pagination-input-bg .textinput {
    background:transparent;
    margin:7px 7px;
    text-align:center;
}

.pagination-left, .pagination-right {
    float:left;
    width:70px;
    padding:7px 0;
    margin-right:10px;
    display:inline;
}

.pagination-right {
    margin-left:10px;
}

/*second hand vehicles detail view*/
.vehicle-container {
    padding:20px;
    color:#000;
    font-weight:300;
}
.vehicle-container .image {
    
    float:left;
    width:418px;
    display:inline;
    margin-right:30px;
    
}

#hero-image-container {
    width:418px;
    height:337px;
    text-align:center;
    vertical-align:middle;
    display:table-cell;
    border:1px solid #ededed
}
.vehicle-container .vehicle-content {
    
    float:left;
    width:450px;
    
}
.vehicle-content h1 {
    font-size:14pt;
    color:#000;
    font-weight:300;
}

.vehicle-detail-item {
    border-bottom:1px solid #dbdbdb;
    padding:5px 0;
    float:left;
    width:100%;
    
}
.vehicle-detail-item .label {
    float:left;
    width:150px;
    font-weight:700;
    padding:3px;
    
}
.vehicle-detail-item .value {
    float:left;
    width:250px;
    padding:3px;
}

.contact-details {
    float:left;
    width:300px;
}
.contact-button {
    float:left;
    width:100px;
    padding-top:15px
}

/*vehicles details image carousel*/

#image-carousel-container {
    position:relative;
    width:418px;
    height:70px;
    margin:10px 0 0;
    padding-left:45px;
}

#image-carousel-container .left , #image-carousel-container .right {
    display:block;
    width:19px;
    height:32px;
    padding:0;
    margin:0;
    position:absolute;
    left:0;
    top:20px;
}

#image-carousel-container .right {
    left:auto;
    right:45px;
}

#image-carousel-container ul {
    margin:0;
    padding:0;
    list-style:none;
    width:380px;
    height:70px;    
}

#image-carousel-container ul li {
    float:left;
    width:65px;
    height:65px;
    padding:0;
    margin:0 7px;
}



/*contact page*/
.storelist {
    float:left;
    width:500px;
    display:inline;
}

.store {
    border-bottom:1px solid #dbdbdb;
    padding:0;
}
.store h3 {
    padding:4px 0;
    margin:0;
}

.store-details {
    display:none;
    width:500px;
    margin:10px 0;
}

.map {
    width:400px;
    height:300px;
}

/*personnel*/

.personnel-item {
    margin-bottom:20px;
    float:left;
    width:220px;
    margin-right:20px;
}


/*promos*/
.promo-item {
    width:auto;
    height:20px;
    background:transparent;
    top:0;
    float:left;
    position:relative;
    color:#289cdf;
}
.promo-item h3 {
    
    padding:10px 0 0;
    margin:0;
    cursor:pointer;
    
}

.shadow-left,.shadow-right {
    
    float:left;
    width:12px;
    height:34px;
    
}

.promo-title {
    float:left;
    margin:0 10px;
}

.promo-content .text{
    float:left;
    width:180px;
    margin-right:10px;
}

.promo-content .image {
    float:left;
    width:180px;
    
}


.shadow-left.active {
    background:url(/images/promo-shadow-left.png) no-repeat top left;
}

.shadow-right.active {
    background:url(/images/promo-shadow-right.png) no-repeat top left;
}


.promo-item .promo-content {
    position:absolute;
    width:448px;
    height:auto;
    background: url(/images/promo-bg.png) repeat-y;
    color:#000;
    display:none;
    opacity:0.98;
    top:34px;
    left:1px;
    z-index:9999;
    
}
.promo-content:after {
    content:".";
    visibility:hidden;
}
.promo-item .promo-bottom {
    width:448px;
    height:19px;
    background:url(/images/promo-bottom-bg.png);
    position:absolute;
    bottom:-19px;
}


/*slider jquery ui*/

.ui-slider { position: relative; text-align: left;background:#23292e; width:200px }
.ui-slider .ui-slider-handle { position: absolute; z-index: 2; top:-0; width: 46px; height: 47px; cursor: default; background:url(/images/slider-btn.png) no-repeat top left; text-decoration:none;color:#fff;text-align:center;font-size:7pt }
.ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background-position: 0 0;background:#efd721 }

.ui-slider-horizontal { height: .8em; }
.ui-slider-horizontal .ui-slider-handle { top: -32px; margin-left: -20px; }
.ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.ui-slider-horizontal .ui-slider-range-min { left: 0; }
.ui-slider-horizontal .ui-slider-range-max { right: 0; }

.ui-corner-all { -moz-border-radius: 4px/*{cornerRadius}*/; -webkit-border-radius: 4px/*{cornerRadius}*/; border-radius: 4px/*{cornerRadius}*/; }

/* SLIMBOX */

#lbOverlay {
    
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
    
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(/images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {

    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(/images/slimbox/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(/images/slimbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(/images/slimbox/closelabel.gif) no-repeat center;
    margin: 5px 0;
	
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


.FreezePaneOff
  {
     visibility: hidden;
     display: none;
     position: absolute;
     top: -100px;
     left: -100px;
  }

.FreezePaneOn
{
   position: absolute;
   top: 0;
   left: 0;
   visibility: visible;
   display: block;
   width: 100%;
   height: 100%;
   background-color: #666;
   z-index: 999;
   filter:alpha(opacity=85);
   opacity:.85;
   padding-top: 20%;
}

.InnerFreezePane
{
   text-align: center;
   width: 66%;
   background-color: #C2C739;
   color: White;
   font-size: large;
   border: dotted 2px #fff;
   padding: 9px;
}

#large-image-container {
height:300px;
}

.en_left_col{
    float:left;
    width:175px;
    /*min-height:850px;*/
    margin-top:25px;
    margin-left:15px;
    border-right:1px solid #e5e5e5;
}
.en_right_col{
    float:left;
    width:690px;
    min-height:200px;
    margin-top:25px;
    margin-left:30px;
}
.en_container ul{
    list-style-type:none;
    padding-left:0;
    margin-left:0;
}
.en_container h1{
    margin-top:0;
    padding-top:0;
}
.en_container h3{
    color:#000000;
    font-size:16px;
    margin-top:20px;
}
.en_container a:link,
.en_container a:active,
.en_container a:visited{
    color:#289CDF;
}
.en_container a:hover{
    color:#5c5c5c;
}
.en_li_active a:link,
.en_li_active a:active,
.en_li_active a:visited,
.en_li_active a:hover{
    color:#5c5c5c;
}
.en_item_count{
    float:left;
    width:690px;
    height:30px;
    font-size:14px;
    color:#000000;
}
.en_item_container{
    float:left;
    width:690px;
    min-height:125px;
    margin-top:12px;
    margin-bottom:12px;
}
.en_item{
    float:left;
    width:690px;
    min-height:125px;
    margin-bottom:12px;
}
.en_item_left{
    float:left;
    width:180px;
    min-height:125px;
}
.en_item_right{
    float:left;
    width:490px;
    height:119px;
    margin-left:20px;
    margin-top:6px;
}
.en_item_right h3{
    margin-top:0;
    margin-bottom:3px;
}
.en_intro{
    margin-top:5px;
}
.en_item_right a{
    font-weight:bold;
}
.en_right_date{
    text-transform:uppercase;
    color:#c8c8c8;
    font-weight:bold;
    font-size:11px;
}
.en_item h3{
    margin:0;
    padding:0;
}
.en_date{
    /*text-transform:uppercase;*/
    color:#c8c8c8;
    font-weight:bold;
    font-size:11px;
    margin-top:2px;
    margin-bottom:15px;
}
.en_content{
    margin-top:20px;
    margin-bottom:20px;
}
.en_social{
    margin-bottom:20px;
}
.en_twitter{
    float:left;
}
.en_gplus{
    float:left;
    width:72px;
}
.en_facebook{
    float:left;
}
.en_ra{
    padding-top:7px;
    padding-bottom:7px;
}
.en_ra_active{
    padding-top:7px;
    padding-bottom:7px;
}
.en_ra_active a:link,
.en_ra_active a:active,
.en_ra_active a:visited,
.en_ra_active a:hover{
    color:#5c5c5c;
}
#en_pagination{
    clear:both;
    float:left;
    width:690px;
    text-align:right;
    margin-left:0px;
    padding-left:0px;
    padding-bottom:50px;
    margin-top:50px;
}
#en_pagination li{ 
    display:inline; 
    padding:5px;
    background-color:#dddddd;
    color:#000000;
}
#en_pagination li:hover{ 
    color:#000000;
    font-weight:bold;
    cursor:pointer; 
}
#en_pagination a:link,
#en_pagination a:active,
#en_pagination a:visited,
#en_pagination a:hover{
    color:#000000;
}
