/*
 * IMPORTANT!
 * This stylesheet and other styles outside of /sass are deprecated, in favor of SASS.
 */

/* ===[ Start Default Styles ]=== */

body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    background-position: top left;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    background-repeat: no-repeat;
	background-image: url(../../images/global/indexBg.png);
    background-repeat: repeat-x;
}

.clearfix { *zoom:1 }

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}

.clearfix:after { clear:both }

a,
a:link,
a:active,
a:visited {
    color: #3068a5;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}

a.button:hover { text-decoration: none }

img,
a img { border: 0 }

form {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
    display: block;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

h1 { font-size: 18px }

h1 .rss {
    float: right;
    font-size: 12px;
    line-height: 20px;
}

h1 .rss img {
    vertical-align: middle;
    margin-right: 5px;
}

h2 { font-size: 14px }

h3 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}

h4 {
    font-size: 12px;
    font-style: italic;
}

h5 {
    font-weight: 700;
    font-size: 11px;
}

.clear { clear: both }

.red {
    color: #cb0000;
    padding-right: 3px;
}

.form .button,
.button {
    background: #81592A url(/images/global/button-bg.png) repeat-x scroll 0 0;
    color: #fff;
    text-shadow: 0 -1px 0 #81592A;
    padding: 5px 10px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: 700;
    border: 1px solid #81592A;
    cursor: pointer;
}

.button2 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #bb4c2e;
    border: 1px solid #bb4c2e;
    color: #fff;
    padding: 2px 3px;
    font-size: 11px;
    margin: 0 5px 0 0;
    font-weight: 700;
}

a.button2,
a.button2:link,
a.button2:active,
a.button2:visited,
a.button2:hover { color: #FFF }

.clear { clear: both }

.show { display: block }

.hide { display: none }

/* ===[ End Default Styles ]=== */

/* ===[ Start Layout Styles ]=== */

.logo {
    position: absolute;
    top: 80px;
    z-index: 10;
    text-align: left;
    left: 15px;
	display:
}

.masthead { height: 188px; background-image:url(../../images/global/mastheadBg.gif); background-repeat:no-repeat; }

.document {
    text-align: left;
    position: relative;
    top: 0px;
    display: block;
    margin: 0 auto;
    width: 978px;
}

.document .container {
    position: relative;
    margin-top: 0px;
    width: 100%;
    height: 100%;
	background-color:#FFF;
  display: inline-block; }
  .container:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  * html .container {
    height: 1px; }

#section-1 {
    z-index: 1;
    display: block;
	width:630px;
	float:left;
	margin-left:10px;
}

#section-2 {
    z-index: 1;
    display: block;
    float: left;
    margin-top: -1px;
    width: 649px;
    padding-top: 0px;
	margin-left:10px;
}

#section-3 {
    z-index: 1;
    display: block;
    float: right;
    width: 304px;
    padding-right: 10px;
}

#section-3 {
    background-color: #F4F4F4;
    margin-top: 0;
}

#section-4 { }

/* ===[ End Layout ]=== */

/* ===[ Start Right Column ]=== */

#section-3 .sidebar-box {
    padding: 0px 10px 15px 10px;
    margin: 0px;
    background-repeat: repeat-x;
	border-bottom: 2px solid #d5d5d5;
	width:259px;
	margin-left:15px;
}

#section-3 h3,
#section-3 h3 a {
    font-size: 16.5px;
    color: #333333;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* ===[ Start Quick Search ]=== */

.quick-search a,
.quick-search a:visited {
    /* add this */
    color: #FFF;
    font-size: 12px;
}

.quick-search {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    right: 5px;
    top: 200px;
    width: 220px;
    z-index: 99999;
	display:block;
}

.quick-search INPUT {border:0px none; width:140px; margin-left:5px;}

.quick-search .recent {
    color: #FFFFFF;
    float: left;
    width: 340px;
    display: none;
}

.quick-search .recent div { color: #C85B03 }

.quick-search a.advanced {
    float: right;
    width: 116px;
	display: none;
}

.quick-search .button {
    color: #fff;
    padding: 5px 12px 10px 12px;
    font-size: 12px;
    text-transform: uppercase;
    margin: -1px 0px 0px 0px;
    font-weight: 700;
    float: right;
	background: none;
	border:0px none;
}

/* ===[ End QUick Search ]=== */

/* ===[ Start Overlay ]=== */

.overlay,
#overlay {
    padding: 40px;
    width: 576px;
    display: none;
    z-index: 9999999;
}

.overlay div.close {
    background: url(/images/icons/close.png) no-repeat;
    position: absolute;
    top: -22px;
    right: -10px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 99999999;
}

.overlay {
    background-color: #FEF;
    height: 450px;
    display: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    padding: 30px 12px 12px;
    margin-right: 0;
    margin-right: -1px;
    font-size: 11px;
    border: 1px solid #ccc;
}

.overlay div.contentWrap {
    width: 100%;
    overflow-y: auto;
    font-size: 10px;
    font-weight: normal;
}

.overlay .info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 12px;
    color: #a4be5a;
    font-size: 11px;
    font-family: Tahoma;
    color: #a4be5a;
    height: 50px;
    width: 100%;
    text-transform: uppercase;
}

/* ===[ End Overlay ]=== */

/* ===[ Start Nav main ]=== */

/* LEVEL ONE
   ================================================== */

.navigation-1 {
    height: 58px;
	width:978px;
    position: relative;
    z-index: 9999;
	background-image:url(../../images/global/nav-bg.jpg)
}

.navigation-1 ul.level1 {
    position: relative;
    margin: 0 0 0 0px;
    padding: 0;
    list-style: none;
}

.navigation-1 ul.level1 li {
    font-weight: bold;
    float: left;
    zoom: 1;
    z-index: 500;
    margin: 0px;
}

.navigation-1 ul.level1 a:hover,
.navigation-3 ul a:hover { text-decoration: underline }

.navigation-1 ul.level1 a:active,
.navigation-3 ul a:active { color: #89adb1 }

.navigation-1 ul.level1 li a,
.navigation-3 ul li a {
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 32px;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
}

.navigation-1 ul.level1 li:last-child a,
.navigation-3 ul li:last-child a { border-right: none }

some_nowhitespace { nowhitespace: afterproperty }

/* ===[ Doesn't work in IE ]=== */

.navigation-1 ul.level1 li.hover,
.navigation-1 ul.level1 li:hover { position: relative }

.navigation-1 ul.level1 li.hover a,
navigation-1 ul.level1 li.hover a
.navigation-3 ul li.hover a,
navigation-3 ul li.hover a { text-decoration: underline }

.close_menu,
.close_menu:link,
.close_menu:active,
.close_menu:visited {
    position: absolute;
    top: 80px;
    left: 5px;
    font-size: 11px;
    z-index: 999999;
    color: #ffffff;
    font-weight: bold;
    display: none;
}

/* LEVEL TWO
   ================================================== */

.navigation-1 ul.level1 .sub-menu {
    margin: 0;
    padding: 0;
}

.navigation-1 ul.level1 ul {
    width: 200px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 9999;
}

.navigation-1 ul.level1 ul li {
    float: none;
    font-size: 11px;
    text-transform: none;
    background-color: #12232f;
    background-image: none;
    z-index: 9999999;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #464241;
}

/* IE 6 & 7 Needs Inline Block
   ================================================== */

.navigation-1 ul.level1 ul li a,
.navigation-1 ul.level1 li.hover ul li a,
.navigation-3 ul ul li a,
.navigation-3 ul li.hover ul li a {
    border-right: none;
    width: 90%;
    display: inline-block;
    text-indent: 0;
    /*--Reset text indent--*/
    margin: 10px;
    font-size: 12px;
    padding: 0;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    line-height: 12px;
    color: #89adb1;
    z-index: 9999999;
}

.navigation-1 ul.level1 ul li.hover a:hover,
.navigation-1 ul.level1 li.hover ul li.hover a:hover {
    text-decoration: underline;
    color: #FFF;
}

/* LEVEL THREE
   ================================================== */

.navigation-1 ul.level1 ul ul li { }

.navigation-1 ul.level1 ul ul li a,
.navigation-1 ul.level1 li.hover ul li.hover ul li a {
    border-right: none;
    width: 90%;
    display: inline-block;
    text-indent: 0;
    /*--Reset text indent--*/
    padding: 0px;
    margin: 10px;
    text-decoration: none;
    text-transform: none;
    font-weight: bold;
    line-height: 12px;
    color: #89adb1;
    z-index: 9999999;
}

.navigation-1 ul.level1 ul ul {
    left: 100%;
    top: 0;
}

.navigation-1 ul.level1 li:hover > ul { visibility: visible }

/* ===[ End Nav Primary ]=== */

.rssicon {
    float: right;
    border: 0px none;
}

.rssicon img {
    height: 20px;
    border: 0px none;
    width: 20px;
    margin-right: 10px;
}

/* ===[ Start Nav Secondary ]=== */

.navigation-2 {
    position: absolute;
    top: 5px;
    right: 0px;
    width: 100%;
    background-image: url(/images/global/navigationBg2.png);
    background-repeat: no-repeat;
    height: 33px;
    margin: 0px;
    padding: 0px;
}

.navigation-2 a {
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
}

.navigation-2 ul {
    margin: 3px 0px 0 0px;
    padding: 0px;
    height: 33px;
    float: right;
}

.navigation-2 li {
    list-style: none;
    float: left;
}

.navigation-2 li a {
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    padding: 6px 15px 4px 10px;
    float: none;
}

.navigation-2 li.last { padding-left: 4px }

.navigation-2 a.menu-open {
    background: #fef!important;
    color: #666!important;
    outline: none;
    border-bottom: 0px;
}

.login-nav {
    position: absolute;
    top: 5px;
    line-height: 25px;
    left: 40px;
    z-index: 999;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.login-nav a {
    margin-right: 10px;
    color: #FFF;
}

a.login {
    color: #FFF;
    width: 50px;
    display: block;
    background-image: url(/images/icons/arrowDown.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.login-box {
    display: none;
    background-color: #FFF;
    position: absolute;
    width: 210px;
    z-index: 9999;
    border: 1px transparent;
    text-align: left;
    padding: 12px;
    top: 145px;
    left: 40px;
    color: #999;
    font-size: 11px;
    border: 1px solid #ccc;
    border-top: 0;
}

.login-box .subscribe-options { text-align: right }

.login-box .subscribe-options a { font-weight: bold }

.login-box input[type=text],
.login-box input[type=password] {
    display: block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #666666;
    font-size: 13px;
    margin: 0 0 5px;
    padding: 5px;
    width: 203px;
}

.login-box label { font-weight: 400 }

.login-box fieldset div { margin: 7px 0 }

.mini-cart {
    position: absolute;
    top: 120px;
    right: 20px;
    width: 150px;
    text-align: right;
}

.mini-cart a {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    margin-right: 50px;
    background-image: url(/images/global/cart.png);
    background-repeat: no-repeat;
    padding-left: 0px;
    height: 30px;
    line-height: 30px;
    display: block;
}

/* ===[ End Nav Secondary ]=== */

/* ===[ Start Default Record Styles. Can be overridden in page specific stylesheets. ]=== */

.record {
    padding: 10px 0;
    clear: none;
    overflow: hidden;
    min-height: 100%;
}

.records .more {
    font-weight: 700;
	color:#fff;
	background-color:#000;
	padding: 3px;
    font-size: 12px;
}
.records .topic {
	font-size: 14px;
    color: #333333;
    font-weight: bold;
}
.record .image {
    float: left;
    margin: 10px 10px 0 0;
    margin-left: none;
}

.record .kicker {
    font-weight: 700;
    font-size: 11px;
}

.record .date {
    font-size: 11px;
    display: inline;
    margin: 0px;
    color: #666;
}

.record .comment-count,
.record .comment-count a.more {
    font-size: 11px;
    display: inline;
    margin-left: 5px;
    font-weight: bold;
    padding: 0px;
    float: none;
}

.record h2,
.record h1,
.record .headline {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 8px;
    line-height: 21px;
	font-family: 'Droid Sans', sans-serif;
}

.record .sub-headline {
    font-size: 16px;
    text-decoration: none;
    font-style: normal;
}

.record .dtstart,
.record .dtend { display: inline }

.record .location {
    float: right;
    color: #666;
    font-style: normal;
    clear: right;
}

.record .location div { display: inline }

.record .contact {
    display: inline;
    font-size: 11px;
    color: #666;
}

.record .contact div { display: inline }

.record .tags { font-size: 11px }

.record .tags a { float: none }

.record .byline { font-size: 11px }

.record .source { font-size: 11px }

.record .source a { color: #000 }

.record .author {
    color: #000;
    font-size: 11px;
    display: inline;
    color: #666;
}

.record .articles-rating { display: block }

.record .articles-rating .ratings-average { }

/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/  */

.record div.rating label {
    display: inline;
    color: #000;
    font-size: 11px;
}

.record div.rating-cancel,
.record div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}

.record div.rating-cancel,
.record div.rating-cancel a { background: url(/images/icons/delete.gif) no-repeat 0 -16px }

.record div.star-rating,
.record div.star-rating a { background: url(/images/icons/star.gif) no-repeat 0 0 }

.record div.rating-cancel a,
.record div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0;
    border: 0;
}

.record div.star-rating-on a { background-position: 0 -16px!important }

.record div.star-rating-hover a { background-position: 0 -32px }

/* ===[ Read Only CSS ]=== */

.record div.star-rating-readonly a { cursor: default!important }

/* ===[ Partial Star CSS ]=== */

.record div.star-rating {
    background: transparent!important;
    overflow: hidden!important;
}

/* END jQuery.Rating Plugin CSS
   ================================================== */

.record .hcite { display: block }

.record .type {
    border-right: 1px solid #ccc;
    padding-right: 4px;
    margin-right: 4px;
    font-size: 11px;
}

.record .volume { }

.record .abstract,
.record .body {
    margin-top: 8px;
    font-size: 12px;
    line-height: 22px;
	color:#656565;
}

.record .view-count { font-size: 11px }

.record .publication { font-size: 11px }

.record .volume { font-size: 11px }

.record .abstract .more,
.record .abstract .url {
    font-size: 12px;
    display: inline;
}

.records .see_all {
    text-transform: none;
    font-size: 12px;
    margin: 10px 0px;
    font-weight: bold;
    font-size: 12px;
}

.records img.sidebar-box .classified-image-thumb { margin-right: 10px }

.record  .pricing { height: 60px }

.record .box1 .pricing { clear: both }

.record  .list-price {
    font-size: 11px;
    font-weight: bold;
    margin-right: 20px;
    width: 100px;
    display: block;
    float: left;
}

.record  .list-price span {
    font-size: 26px;
    display: block;
}

.record  .our-price {
    font-size: 11px;
    font-weight: bold;
    color: red;
    width: 100px;
    display: block;
    float: left;
    margin-right: 20px;
}

.record .products .sale { text-decoration: line-through }

.record  .our-price span {
    font-size: 26px;
    display: block;
}

.record .savings {
    padding-top: 20px;
    font-size: 11px;
    font-weight: bold;
    margin-right: 20px;
    width: 100px;
    display: block;
    float: left;
}

.record .pricing label {
    font-weight: bold;
    color: #000;
}

.record .podcast_image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.record .podcast_length {
    font-size: 11px;
    color: #999999;
}

.record .podcast_download {
    background-image: url("/images/icons/listen.gif");
    background-repeat: no-repeat;
    font-size: 11px;
    margin: 10px 0;
    clear: both;
}

.record .podcast_download a.more,
.record .podcast_download a:link {
    display: block;
    font-weight: bold;
    font-size: 12px;
    margin-left: 25px;
}
.back_to_listings  {
	background: url(/images/global/back_to_listings.gif) no-repeat;
	display: block;
        padding: 8px 10px 10px 20px;
	margin: 10px 0;
        font-size: 16px;
}
.back_to_listings a {
	color: #666;
        text-shadow: 1px 1px 1px #fff;
filter: dropshadow(color=#fff, offx=1, offy=1);

}

/* ===[ End Default Record Styles ]=== */

/* ===[ Start Default Tab Styles ]=== */

#section-2 .navigation {
    font-size: 11px;
    list-style: none;
    width: auto;
    height: 31px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 0 10px 0px;
    padding: 0;
    clear: both;
}

#section-2 .navigation ul {
    margin: 0;
    padding: 0;
}

#section-2 .navigation LI {
    list-style: none;
    font-weight: 700;
    float: left;
    display: block;
    height: 31px;
    text-align: center;
    margin: 0 5px 0 0;
}

#section-2 .navigation LI.current { margin: 0 }

#section-2 .navigation LI A {
    display: block;
    background-color: #CDCFD1;
    line-height: 26px;
    height: 26px;
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin: 0 5px 0 0;
    padding: 0 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    behavior: url(border-radius.htc);
}

#section-2 .navigation LI a.current,
#section-2 .navigation LI.current a {
    display: block;
    : ;
    background-color: #3068A5;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
}

/* ===[ End Default Tab Styles ]=== */

/* ===[ Start Default Form Styles ]=== */

.form {
    color: #000000;
    margin: 0 auto;
    position: relative;
}

/* typography  */

.form h3 {
    color: #eee;
    margin-top: 0px;
}

.form h4 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
}

.form p,
#basic_form {
    font-size: 14px;
    color: #333;
}

/* input field  */

.form input,
.form textarea,
.form select {
    border: 1px solid #ddd;
    padding: 5px;
    color: #000;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px 0;

    -moz-box-shadow: inset 0px 1px rgba(255,255,255,0.7);
    -webkit-box-shadow: inset 0px 1px rgba(255,255,255,0.7);
    box-shadow: inset 0px 1px rgba(255,255,255,0.7);

    background-color: #eee;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  #eee 0%, #fff 75%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(75%,#fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #eee 0%,#fff 75%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #eee 0%,#fff 75%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #eee 0%,#fff 75%); /* IE10+ */
    background: linear-gradient(top,  #eee 0%,#fff 75%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#fff',GradientType=0 ); /* IE6-8 */
}

.form input:focus {
    color: #fff;
    background: #666 !important;
    text-shadow: 1px 1px 1px #000;
}

.form input:active {
    background-color: #777;
    text-shadow: 1px 1px 1px #000;
}

form input#timezone_hp {
 	display:none; 
}

.form label {
    font-size: 14px;
    color: #666;
    width: 150px;
    display: block;
    float: left;
    line-height: 20px;
    text-align: right;
    margin-right: 20px;
}

.form fieldset {
    clear: both;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #eee;
}

.form legend {
    font-size: 21px;
    color: #80592f;
}

.form fieldset div.short {
    width: 300px;
    float: left;
    clear: none;
    margin: 0 0 8px 0;
}

.form fieldset div.short label { display: block }

.form .field {
    padding: 10px 0;
}

.form .field .input-wrap {
    float: left;
}

/* form helper text  */

.form .hint {
    text-align: right;
    font-size: 12px;
    color: #666;
    margin: 10px 0 10px 0;
}

.form .hint h4 {
  font-size: 12px;
  color: #666;
  margin: 10px 0 10px 0;
  text-align: left;
}

.form .hint ul {
  margin: 0 0 0 10px;
  padding: 0;
}

.form .hint ul li {
  margin: 0 0 5px 20px;
  color: #666;
  text-align: left;
}

.form .hint ul li a.describe {
  position: relative;
  background-color: #3068A5;
  color: #fff;
  display: inline-block;
  padding: 1px 2px;
  cursor: pointer;
}

.form .hint ul li a.describe:hover span.description { display: block }

.form .hint ul li span.description {
  display: none;
  position: absolute;
  top: 0;
  left: 20px;
  width: 200px;
  padding: 10px;
  background-color: #3068A5;
  color: #fff;
}

/* button  */

.form button,
form input.button {
    outline: 0;
    border: 1px solid #210200;
    text-shadow: 1px 1px 1px #210200;
    color: #fff;
    width: auto;
}

.form .no-float {
    float: none;
    display: inline;
    width: auto;
}

.form #sameAddress { width: auto }

/* RECAPTCHA  */

.recaptcha { margin: 10px 0 10px }

.recaptchatable #recaptcha_response_field {
    left: 0px;
}

/* ===[ Start errors ]=== */

#notice {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    color: #C85B03;
}

.notice {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0px;
    color: #C85B03;
}

.alert {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0px;
    color: #C71902;
}

label.error,
label.error {
    color: red;
    font-style: italic;
    font-size: 11px;
    display: block;
    width: auto;
    font-weight: bold;
    clear: both;
    float: none;
    margin-right: 0px;
}

div.error { color: red;}

input.checkbox { border: none }

input:focus { /*border: 1px dotted black; */ }

input.error { border: 1px dotted red }

/* ===[ End Default Form Styles ]=== */

/* ===[ Poll ]=== */

.poll {
    margin-left: 0;
    font-size: 12px;
}

.poll form { margin-left: 0px }

.poll .question {
    font-weight: normal;
    margin-top: 10px;
    line-height: 22px;
}

.poll .abstract { margin: 5px 0px 15px 0 }

.poll .answers {
    overflow: auto;
    width: 100%;
    clear: both;
}

.poll .answer {
    display: block;
    clear: both;
}

.poll .answers label {
    float: left;
    line-height: 20px;
    clear: right;
}

.poll .answers input {
    float: left;
    clear: left;
    margin-right: 18px;
}

.poll input { margin: 5px 0 }

.poll .button {
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* ===[ End Poll ]=== */

/* ===[ Tag Cloud ]=== */

.tags {
    height: auto;
    overflow: auto;
    margin-top: 10px;
}

.tags h3 {
    margin-bottom: 10px;
    color: #FFF;
    border-bottom: 0 none;
}

.tags a {
    float: left;
    padding: 5px;
}

.tags .tag1 { font-size: 8px }

.tags .tag2 { font-size: 9px }

.tags .tag3 { font-size: 10px }

.tags .tag4 { font-size: 11px }

.tags .tag5 { font-size: 12px }

.tags .tag6 { font-size: 13px }

.tags .tag7 { font-size: 14px }

.tags .tag8 { font-size: 15px }

.tags .tag9 { font-size: 16px }

.tags .tag10 { font-size: 18px }

/* ===[ End tag cloud ]=== */

/* start breadcrumbs  */

.breadcrumbs {
    margin: 10px 0 16px 0px;
    font-size: 11px;
    font-weight: bold;
    color: #595959;
}

/* ===[ End breadcrumbs ]=== */

/* ===[ Start Pager ]=== */

.pager {
    list-style: none;
    list-style-type: none;
    clear: both;
    display: block;
    margin: 10px auto;
    height: 28px;
    text-transform: uppercase;
    color: #999;
    font-size: 12px;
    line-height: 16px;
    padding: 0px;
    font-weight: bold;
    padding: 0px;
    padding-left: 5px;
    text-align: center;
    width: 100%;
}

.pager table {
    background-color: #FFF;
    background-repeat: no-repeat;
    height: 28px;
    text-align: center;
    margin: 0 auto;
    width: 150px;
}

.pager span { padding: 0px 7px 0px 6px }

.pager a:link,
.pager a:visited,
.pager a:active,
.pager a:hover {
    font-weight: bold;
    font-weight: bold;
    padding: 0px 7px 0px 6px;
    border-right: 1px solid #989898;
    margin-top: 6px;
    margin-top: 6px;
}

.pager span.prev_page { border-right: 1px solid #989898 }

.pager a.next_page { border-right: 0px none }

.pager .current,
.pager .current {
    color: #989898;
    padding: 0px 7px 0px 6px;
    font-weight: bold;
    border-right: 1px solid #989898;
}

/* ===[ End Pager ]=== */

/* ===[ Begin Mini Cart ]=== */

.miniCart .records .record {
    border-bottom: 1px dotted #000;
    padding: 5px;
    margin: 5px 0px;
}

.miniCart .record .headline {
    font-size: 11px;
    font-weight: bold;
}

.miniCart .record .price,
.miniCart .record .quantity {
    font-size: 10px;
    display: inline;
    margin-right: 5px;
}

.miniCart .record .price label,
.miniCart .record .quantity label {
    font-weight: bold;
    margin-right: 3px;
}

.miniCart .records .subtotal {
    font-size: 11px;
    font-weight: bold;
}

/* ===[ End Mini Cart ]=== */

/* ===[ Start timepicker ]=== */

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px }

.ui-timepicker-div dl { text-align: left }

.ui-timepicker-div dl dt { height: 25px }

.ui-timepicker-div dl dd { margin: -25px 0 10px 65px }

.ui-timepicker-div .ui_tpicker_hour div { padding-right: 2px }

.ui-timepicker-div .ui_tpicker_minute div { padding-right: 6px }

.ui-timepicker-div .ui_tpicker_second div { padding-right: 6px }

.ui-timepicker-div td { font-size: 90% }

/* ===[ End timepicker ]=== */

/* ===[ Start publication ]=== */

.sidebar-box .publication {
    height: 100%;
    overflow: hidden;
}

.sidebar-box .publication .record {
    clear: both;
    height: 130px;
    padding: 0px;
    margin: 0px;
}

.sidebar-box .publication .record .image {
    margin: 0;
    margin-right: 10px;
    padding: 5px 5px 0 0;
}

.sidebar-box .publication .record h2.headline {
    font-size: 14px;
    padding-top: 0px;
    font-weight: bold;
    margin: 0;
}

.sidebar-box .publication .record .subhead {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    font-family: Georgia;
    padding-bottom: 5px;
}

/* ===[ End publication ]=== */

/* ===[ Start classified ]=== */

.sidebar-box .classified .records,
.sidebar-box .classified .record {
    margin: 0px;
    padding: 0px;
}

.sidebar-box .classified h2.headline {
    font-size: 14px;
    line-height: 18px;
}

.sidebar-box .classified .contact.
.sidebar-box .classified .location {
    display: block;
    font-style: italic;
}

.sidebar-box .classified .more {
    margin-top: 15px;
    display: block;
}

.sidebar-box .classified .abstract .more {
    display: inline;
    margin-top: 0px;
}

/* ===[ Start accordion ]=== */

#section-3 .accordion {padding-top:10px;}

.accordion .records {
    padding-bottom: 5px;
    display: none;
}

.accordion h4 {
    padding: 0 10px;
    line-height: 32px;
    color: #C0BAAA;
    font-style: normal;
	font-size: 14px;
    cursor: pointer;
    margin-bottom: 5px;
}

.accordion h4.current {
    cursor: default;
    font-family: arial;
    font-size: 14px;
    line-height: 32px;
    padding: 0px 10px 0 10px;
    font-weight: bold;
    color: #3068a5;
    font-style: normal;
}

.accordion .comment { display: none }

.accordion .record { padding: 0px 10px }

.accordion .record h2 {
    font-size: 11px;
    line-height: 18px;
    font-weight: bold;
}

.accordion .record h2 a { color: #000 }

/* ===[ End Accordion ]=== */

/* ===[ Start Media Callout ]=== */

 .media .kicker {
    clear: both;
    padding: 10px 0px;
}
.media h3 {
    clear: both;
    font-size: 14px;
    font-weight: bold;
}

 .media .navigation {
    font-weight: 700;
    list-style: none outside none;
    margin: 0px 0;
    padding: 0px 0 0 0;
    width: 125px;
    float: left;
}

.media .navigation ul {
    margin: 5px 0 0 0px;
    padding: 0;
    border-bottom: 0px none;
    height: 28px;
}

 .media .navigation LI {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    float: left;
    display: block;
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin: 0 0px 0 0;
    color: #a7a6a6;
}

 .media .navigation LI.last { border-right: 0px none }

.media .navigation LI A {
    color: #000;
    padding: 0px;
    text-align: center;
    outline: none;
    margin: 0px 7px 0 0;
    font-weight: bold;
    font-size: 10px;
    background-color: #E4E4E4;
    width: 50px;
    display: block;
    line-height: 22px;
}

.media .navigation LI a.current {
    background-color: #C0BAAA;
    color: #FFF;
    border: 0px none;
}

.media .record .image {
    display: block;
    float: none;
    margin: 0px 0 10px 0;
    width: 265px;
    overflow: hidden;
}

.media .record .image img {
    width: 265px;
    display: block;
    border: 0px none;
    overflow: hidden;
}

.media h2 { display: none }

.media .more {
    font-size: 12px;
    text-transform: none;
}

.media .record .headline {
    font-size: 12px;
    font-family: Arial;
}

.media .record .more {
    font-weight: normal;
    line-height: 18px;
}

.media .kicker {
    font-weight: normal;
    font-size: 12px;
    color: #999;
}

/* ===[ End media ]=== */
/* ===[ Start Likes ]===*/

.record .likes {
	clear: both;
}
.record .likes .retweet {
	float: left;
	width: 110px;
}
.record .likes .facebook_like {
}
.record .likes .google_plus {
	width: 75px;
	float: left;
}
/* ===[ Start toolbar ]=== */

.toolbar {
    padding: 5px 0;
    clear: both;
    display: block;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #595959;
    margin-bottom: 22px;
    margin-top: 10px;
    position: relative;
}

.toolbar .keywords { width: 230px }

.toolbar .keywords a { font-weight: bold }

.toolbar .tools {
    text-transform: uppercase;
    padding: 0px;
    margin: 0px;
}

.toolbar a {
    font-size: 11px;
    text-decoration: none;
    display: inline;
}

.toolbar .printEmail { width: 230px }

.toolbar .print {
    background-image: url(/images/icons/print.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.toolbar .email {
    background-image: url(/images/icons/email.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.toolbar .reprints {
    background-image: url(/images/icons/reprint.gif);
    background-repeat: no-repeat;
    padding-left: 20px;
}

.toolbar .addThis { width: 95px }

.toolbar .textSize { width: 80px }

.toolbar #tool-top { display: none }

.toolbar img { border: 0px none }

.toolbar .share { z-index: 9999999 }

.textSize { }

.textSize-layer {
    padding: 15px 10px 10px 15px;
    float: right;
    border: 1px dotted #989898;
    background-color: #FFF;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 0px;
    z-index: 999999999;
}

.textSize-layer a {
    padding: 8px;
    width: 60px;
    border: 1px solid #989898;
    text-align: center;
    font-weight: bold;
}

/* ===[ End toolbar ]=== */

/* ===[ Begin Article Sidebar ]=== */

.sidebar {
    width: 200px;
    text-align: left;
    float: left;
    margin: 15px 20px 0 0px;
    padding: 0px;
    border-bottom: 0px none;
    background-color: #F4F4F4;
}

.sidebar .records {
    border-bottom: 2px solid #fff;
    padding: 10px;
    margin-right: 0px;
}

.sidebar h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
}

.sidebar .record {
    margin: 0;
    padding: 0px;
}

.sidebar .headline {
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
    padding: 0 0 0px 0px;
    display: block;
    background-repeat: no-repeat;
}

.sidebar .topics .headline {
    background-color: #e7e7e7;
    padding: 5px;
}

.sidebar .headline a {
    margin: 0px;
    padding: 0px;
}

.sidebar .headline a:hover { color: #d82028 }

.sidebar .tags {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.sidebar .author { margin: 0px }

.sidebar .abstract,
.sidebar .body {
    font-size: 11px;
    margin: 5px 0px;
    line-height: 22px;
}

/* ===[ End Sidebar ]=== */

/* ===[ Begin Comments ]=== */

#comments-container {
    border-top: 1px solid #cccccc;
	font-size: 12px;
	display: block;
    clear: both;
	float: none;
    margin: 1em 0 1.5em 0;
	padding: 0.5em 0 0 0;
}

#comments-container #add-comment {
	display: block;
    clear: both;
	float: none;
	margin: 0;
	padding: 0 0 0.5em 0;	
}
#comments-container .record {
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0;
}
#comments-container .field {
	display: block;
	clear: both;
	float: none;
	overflow: hidden;
	height: 100%;
	margin: 0 0 0.5em 0;
	padding: 0;
}
	#comments-container .field label {
		font-size: 11px;
		font-weight: bold;
		float: left;
		width: 125px;
	}
	#comments-container .field2 label .small {
		display: block;
		font-weight: normal;
	}
	#comments-container .field2 label .red {
		display: none;
	}
	#comments-container .field2 label .label:after {
		content: "*";
		color: #cb0000;
		padding-right: 3px;
	}
	#comments-container .field6,
	#comments-container .field7 {
		padding-left: 125px;
	}
#comments-container #comment-list {
    border-top: 1px solid #cccccc;
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0.5em 0 0 0;
}
#comments-container #comment-list .record {
    border-bottom: 1px solid #cccccc;
	display: block;
	clear: both;
	float: none;
	margin: 0;
	padding: 0.5em 0.5em 0 0.5em;
}
#comments-container #comment-list .new {
    background-color: #eeeeee;
}
	#comments-container #comment-list .record h2 {
		font-size: 14px;
		display: block;
		clear: both;
		float: none;
		margin: 0;
		padding: 0;
	}
	#comments-container .comment-details .supplemental {
		display: block;
		clear: both;
		float: none;
		overflow: hidden;
		margin: 0;
		padding: 0;
		height: 100%;
	}
	#comments-container .comment-details .supplemental * {
		display: block;
		clear: none;
		float: left;
		overflow: hidden;
		margin: 0;
		padding: 0 1em 0 0;
	}
	#comments-container #comment-list .record .abstract {
		font-size: 12px;
	}
	#comments-container #comment-list .action-links {
		text-align: right;
		margin: 0 0 1em 0;
		padding: 0;
	}
	#comments-container #comment-list .action-links a {
		font-size: 11px;
		margin: 0;
		padding: 0 1em 0 0;
	}
	#comments-container .current_rating {
		height: 100%;
		overflow: hidden;	
	}
/*
.comment .records {
    padding-bottom: 2px;
}

.comment .record {
    margin: 10px 0px;
    padding: 10px;
    border-top: 1px solid #FFF;
    overflow: hidden;
    position: relative;
}

.comment .record .headline {
    font-size: 18px;
    color: #000000;
    padding-bottom: 0px;
}

.comment .record {
    font-size: 11px;
    padding-left: 15px;
}

.comment .more {
    display: inline;
    padding: 0 10px 0px 10px;
    font-size: 10px;
}

.comment .abstract {
    display: block;
    font-size: 12px;
    line-height: 18px;
}

.comment .reply {
    text-transform: uppercase;
    float: right;
    color: #C85B03;
    padding: 5px 0;
}

.comment label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}
*/
/* ===[ End Comment ]=== */

/* ===[ Start Likes ]=== */

/* ===[ End Likes ]=== */

/* ===[ Start Advertisements ]=== */

.ad-top {
    position: absolute;
    width: 728px;
    left: 0px;
    top: 15px;
    height: 90px;
    text-align: center;
	display:none;
}

.ad-top2 {
    position: absolute;
    width: 120px;
    right: 0px;
    top: 15px;
    height: 90px;
    text-align: center;
	display:none;
}

.ad-2 {
    text-align: center;
    height: 50px;
    margin: 10px 0;
    background-color: #989898;
    border: 1px solid #ccc;
}

.ad-index-1 {
    width: 468px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    background-color: #989898;
    border: 1px solid #ccc;
}

.ad-index-2 {
    width: 468px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
    clear: both;
}

.advert-bottom {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px 0 20px 0;
    margin: 0px auto;
    clear: both;
    display: block;
	display:none;
}

.ad-right {
    width: 320px;
	 text-align: center;
	 margin: 22px auto;
    /*height: 109px;

	display: block;
	float: none;

    border: 0px none;
    line-height: 22px;
	clear: both;*/
}

.ad-article {
    text-align: center;
    margin: 10px 0;
    background-color: #989898;
    border: 1px solid #ccc;
}

/* ===[ End Ads ]=== */

/* ===[ Start footer ]=== */

.footer {
    text-align: center;
    position: relative;
    width: 100%;
    color: #FFF;
    font-family: Helvetica, sans-serif;
    text-align: center;
    padding-top: 0px;
    margin-top: 10px;
    margin: 0px;
    padding-bottom: 0px;
    background-color: #000;
    background-repeat: repeat-x;
}

.footer .navigation {
    padding: 10px 0px;
    margin-bottom: 30px;
    width: 978px;
	height:138px;
    margin: 0 auto;
    position: relative;
	background-image:url(../../images/global/footerBg.gif);
	background-repeat:repeat;
}

.footer ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    text-align: center;
	width:600px;
}

.footer ul li {
    float: left;
    display: block;
    width: auto;
    position: relative;
    z-index: 500;
    margin: 0px;
    padding: 0px 10px;
    font-size: 12px;
    text-align: left;
}

/* this is the parent menu  */

.footer ul li a {
    float: left; /* add this */
    display: block;
    margin: 0px;
    padding: 0px px;
    margin-top: 0px;
    font-weight: 700;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    color: #fff;
}

.footer ul li a:hover { color: #89adb1 }

/* you can make a different style for default selected value  */

.footer ul a.selected { color: #C85B03 }

.footer ul li .sub-menu1 {
    position: relative;
    top: 0px;
    left: -0px;
    /*background-color: #3d3d3d;*/
    padding: 0px;
    z-index: 9999999;
}

.footer ul li .sub-menu1 ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 120px;
    float: left;
    text-align: left;
    z-index: 9999999;
    margin-bottom: 25px;
}

.footer ul .sub-menu1 ul li {
    width: 100%;
    color: #fff;
    font-size: 11px;
    padding: 0px;
    text-transform: none;
    : ;
    z-index: 9999999;
}

.footer ul .sub-menu1 ul li h2 {
    padding: 0;
    margin: 0;
    font-size: 1.3em;
    font-weight: 400;
}

.footer ul .sub-menu1 ul li h2 a {
    padding: 2px 0;
    background-image: none;
    color: #999;
    border-right: 0px none;
    border-bottom: 0px none;
}

.footer ul .sub-menu1 ul li a {
    float: none;
    text-indent: 0;
    /*--Reset text indent--*/
    height: auto;
    border-right: 0px none;
    padding: 5px 0px;
    display: block;
    text-decoration: none;
    line-height: 18px;
    color: #fff;
    z-index: 9999999;
}

.footer ul ul a.selected {
    /*color: #5ab304;*/
    color: #89adb1;
}

#copyright {
    font-size: 11px;
    text-align: left;
    background-repeat: no-repeat;
    width: auto;
    margin: 0px 0 0 0;
    padding: 0;
    position: relative;
    text-align: center;
    padding-top: 10px;
    color: #FFF;
    background-color: #000;
    clear: both;
}

#copyright p { }

/* ===[ End footer ]=== */
