/* $Id: style.css,v 1.38.2.4 2009/09/14 13:10:47 goba Exp $ */

/**
 * Garland, for Drupal 6.x
 * Stefan Nagtegaal, iStyledThis [dot] nl
 * Steven Wittens, acko [dot] net`
 *
 * If you use a customized color scheme, you must regenerate it after
 * modifying this file.
 */

/**
 * Generic elements
 */
body {
/*   font: 12px/170% "Century Gothic","粗黑體","細明體", Arial, sans-serif; */
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff; /* LTR */
  /*font: 12px/170% Arial, Helvetica, sans-serif, 新細明體, 細明體;*/
  font: 12px/170% Arial, Helvetica, sans-serif;
  color: #494949;
}
input {
  font: 12px/100% Arial, Helvetica, sans-serif, 新細明體, 細明體;
  color: #494949;
}

textarea, select {
  font: 12px/160% Arial, Helvetica, sans-serif, 新細明體, 細明體;
  color: #494949;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif, 新細明體, 細明體;
}

h1 {
  font-size: 170%;
}

h2 {
  color:#005BAA;
  font-size:24px;
  line-height: 130%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 130%;
}

h5 {
  font-size: 120%;
}

h6 {
  font-size: 110%;
}

ul, quote, code, fieldset {
  margin: .5em 0;
}

p {
  margin: 0 0 1.2em;
  padding: 0;
}

a:link, a:visited {
  color: #878787;
  text-decoration: none;
}

a:hover {
  color: #757575;
}

a:active, a.active {
  color: #5895be;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

ul {
  margin: 0.5em 0 1em;
  padding: 0;
}

ol {
  margin: 0.75em 0 1.25em;
  padding: 0;
}

ol li, ul li {
  margin: 0.4em 0 0.4em .5em; /* LTR */
}

ul.menu, .item-list ul {
  margin: 0.35em 0 0 -0.5em; /* LTR */
  padding: 0;
}

ul.menu ul, .item-list ul ul {
  margin-left: 0em; /* LTR */
}

ol li, ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0.15em 0 0.15em .5em; /* LTR */
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
}

ol li {
  padding: 0 0 .3em;
  margin-left: 2em; /* LTR */
}

ul li.expanded {
}

ul li.collapsed {
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0; /* LTR */
}

ol.task-list {
  margin-left: 0; /* LTR */
  list-style-type: none;
  list-style-image: none;
}
ol.task-list li {
  padding: 0.5em 1em 0.5em 2em; /* LTR */
}
ol.task-list li.active {
  background: transparent url(images/task-list.png) no-repeat 3px 50%; /* LTR */
}
ol.task-list li.done {
  color: #393;
  background: transparent url(../../misc/watchdog-ok.png) no-repeat 0px 50%; /* LTR */
}
ol.task-list li.active {
  margin-right: 1em; /* LTR */
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em; /* LTR */
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em; /* LTR */
}

img, a img {
  border: none;
}

table {
  /*margin: 1em 0;
  width: 100%;*/
  width: 100%;
}

tbody{
border: 0;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  /*padding: .3em .5em;*/
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.drag {
  background-color: #fffff0;
}

tr.drag-previous {
  background-color: #ffd;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container, td.category {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container, tr:first-child td.category {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0; /* LTR */
}

#dblog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 0;
}

/**
 * Layout
 */
#header-region {
}

#header-region .block {
  display: block;
  margin: 0 1em;
}

#header-region .block-region {
  display: block;
  margin: 0 0.5em 1em;
  padding: 0.5em;
  position: relative;
  top: 0.5em;
}

#header-region{
  line-height: 1.5em;
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
#header-region a{
  color: #fff;
}


/* Prevent the previous directive from showing the content of script elements in Mozilla browsers. */
#header-region script {
  display: none;
}

#header-region p, #header-region img {
  margin-top: 0.5em;
}

#header-region h2 {
  margin: 0 1em 0 0; /* LTR */
}

#header-region h3, #header-region label, #header-region li {
  margin: 0 1em;
  padding: 0;
  background: none;
}

#wrapper {
width: 100%;
}

#wrapper #container {
  margin: 0 auto;
  max-width: 1270px;
  width: 1000px;
}

#wrapper #header {
  margin: 0 auto;
  width: 1000px;
  height:120px;
  position:relative;
}
#wrapper #container #header-in {
  height: 232px;
  position:relative;
  z-index: 999;
}

#wrapper #header #logo-floater {
  position: absolute;
  top: 40px;
}
#wrapper #header-in #logo-floater {
  position: absolute;
  left: 55px;
  top: 70px;
}

#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  line-height: 120px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

#wrapper #container #header h1 span {
  font-weight: bold;
}

#wrapper #header h1 img {
  padding-right: 20px; /* LTR */
  float: left; /* LTR */
}

/* With 3 columns, require a minimum width of 1000px to ensure there is enough horizontal space. */
body.sidebars {
  min-width: 980px;
}
/* With 2 columns, require a minimum width of 800px. */
body.sidebar-left, body.sidebar-right {
  min-width: 780px;
}

/* We must define 100% width to avoid the body being too narrow for near-empty pages */
#wrapper #container #center {
  float: left;
  min-height:500px;
  width:1008px;
  margin-top: 5px;
}

/* So we move the #center container over the sidebars to compensate */
body.sidebar-left #center {
  /*margin-left: -210px;*/
}
body.sidebar-right #center {
  /*margin-right: -210px;*/
}
body.sidebars #center {
 /* margin: 0 -210px;*/
}

/* And add blanks left and right for the sidebars to fill */
body.sidebar-left #squeeze {
  width: 640px;
}
body.sidebar-right #squeeze {
  width: 620px;
}
body.sidebars #squeeze {
  width: 320px;
}

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  margin: 10px 0 0;
  width: 210px;
  float: left;
  z-index: 2;
  position: relative;
}

#wrapper #container .sidebar .block {
  margin: 0 0 1.5em 0;
}

#sidebar-left .block {
  padding: 0;
}

#sidebar-right .block {
}

.block .content {
  margin: 0.5em 0;
}

#sidebar-left .block-region {
  margin: 0 15px 0 0px; /* LTR */
}

#sidebar-right .block-region {
  margin: 0 0px 0 15px; /* LTR */
}

.block-region {
  padding: 1em;
  background: transparent;
  border: 2px dashed #b4d7f0;
  text-align: center;
  font-size: 1.3em;
}

/* Now we add the backgrounds for the main content shading */
#wrapper #container #center #squeeze {
  position: relative;
  float: left;
  width: 100%;
}

#wrapper #container #center .right-corner {
  position: relative;
  /*left: 10px;*/
}

#wrapper #container #center .right-corner .left-corner {
  padding: 10px 0 0 5px;
  margin-left: 0;
  position: relative;
  left: 0;
  min-height: 400px;
}

#footer {
  float: none;
  clear: both;
  text-align: center;
  padding-top: 15px;
  color: #878787;
  height: 45px;
  width: 910px;
  margin: 0 auto;
}

#wrapper #container .breadcrumb {
  position: absolute;
  top: 15px;
  left: 35px; /* LTR */
  z-index: 3;
}

body.sidebar-left #footer {
}

body.sidebar-right #footer {
}

body.sidebars #footer {
}

/**
 * Header
 */
#wrapper #container #header h1, #wrapper #container #header h1 a:link, #wrapper #container #header h1 a:visited {
  color: #fff;
  font-weight: normal;
  text-shadow: #1659ac 0px 1px 3px;
  font-size: 1.5em;
}

#wrapper #container #header h1 a:hover {
  text-decoration: none;
}

#wrapper #container .breadcrumb {
  font-size: 0.92em;
}

#wrapper #container .breadcrumb, #wrapper #container .breadcrumb a {
  color: #529ad6;
}

#mission {
  padding: 1em;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

/**
 * Primary navigation
 */
ul.primary-links {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  position: relative;
  left: 0;
  top: 77px;
  z-index: 4;
}

ul.primary-links li {
  margin: 0;
  padding: 0;
  float: left; /* LTR */
  background-image: none;
}

ul.primary-links li a, ul.primary-links li a:link, ul.primary-links li a:visited {
  display: block;
  margin: 0 1em;
  padding: .75em 0 0;
  color: #000;
  font-size: 14px;
  font-weight: bold;
}

ul.primary-links li a:hover, ul.primary-links li a.active {
  color: #000;
}

/**
 * Secondary navigation
 */
ul.secondary-links {
  margin:0 auto;
  padding:0;
  position:relative;
  z-index: 4;
  float: left;
}

ul.secondary-links li {
  margin: 0;
  padding: 0;
  display: inline;
  background-image: none;
}

ul.secondary-links li a, ul.secondary-links li a:link, ul.secondary-links li a:visited {
  margin: 0 1em;
  padding: .75em 0 0;
  text-decoration: none;
  color: #cfcfcf;
  background: transparent;
  font-family: arial;
  font-size: 9px;
}

ul.secondary-links li a:hover, ul.secondary-links li a.active {
}

/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}

#tabs-wrapper {
  margin: 50px -26px 1em;
  padding: 0 26px;
  border-bottom: 1px solid #e9eff3;
  position: relative;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left; /* LTR */
}
ul.secondary {
  clear: both;
  text-align: left; /* LTR */
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}
h2.with-tabs {
  float: left; /* LTR */
  margin: 0 2em 0 0; /* LTR */
  padding: 0;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px; /* LTR */
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
  display: inline-block;
}
ul.primary li.active a, ul.primary li.active a:link, ul.primary li.active a:visited, ul.primary li a:hover,
ul.secondary li.active a, ul.secondary li.active a:link, ul.secondary li.active a:visited, ul.secondary li a:hover {
  color: #005BAB;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0; /* LTR */
  background-image: none;
}

.node .links, .comment .links {
  text-align: left; /* LTR */
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  float: right; /* LTR */
  clear: right; /* LTR */
  padding-left: 1em; /* LTR */
}

.new {
  color: #ffae00;
  font-size: 0.92em;
  font-weight: bold;
  float: right; /* LTR */
}

.terms {
  float: left; /* LTR */
}

.preview .node, .preview .comment, .sticky {
  margin: 0;
/** Remark on 6/13/2012 by 4D
  padding: 0.5em 0;
/**/
  padding: 0;
  border: 0;
  background: 0;
}

.sticky {
/** Remark on 6/13/2012 by 4D
  padding: 1em;
/**/
  padding: 0;
  background-color: #fff;
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  clear: both;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff;
  display: none;
}

.comment {
  padding: 20px 0;
  border-bottom: 1px solid #e9eff3;
  display: none;
}

.indented {
  margin-left: 25px; /* LTR */
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.menu-disabled {
  opacity: 0.5;
}
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff;
}

/* Targets IE 7. Fixes background image in field sets. */
*:first-child+html fieldset {
  padding: 0 1em 1em;
  background-position: 0 .75em;
  background-color: transparent;
}

*:first-child+html fieldset > .description, *:first-child+html fieldset .fieldset-wrapper .description {
  padding-top: 1em;
}

fieldset legend {
  /* Fix disappearing legend in FFox */
  display: block;
}

*:first-child+html fieldset legend, *:first-child+html fieldset.collapsed legend {
  display: inline;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em; /* LTR */
}

html.js fieldset.collapsed legend a {
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left; /* LTR */
  padding-right: 20px; /* LTR */
}

#block-node-0 img, .feed-icon {
  float: right; /* LTR */
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right; /* LTR */
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left; /* LTR */
}

/**
 * User profiles.
 */
.profile {
  margin-top: 1.5em;
}
.profile h3 {
  border-bottom: 0;
  margin-bottom: 1em;
}
.profile dl {
  margin: 0;
}
.profile dt {
  font-weight: normal;
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: 1.4em;
  margin-bottom: 0.45em;
}
.profile dd {
  margin-bottom: 1.6em;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left; /* LTR */
  width: 48%;
}
div.admin .right {
  float: right; /* LTR */
  width: 48%;
}

div.admin-panel {
  background: #fff;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

tr.taxonomy-term-preview {
  opacity: 0.5;
}

tr.taxonomy-term-divider-top {
  border-bottom: none;
}

tr.taxonomy-term-divider-bottom {
  border-top: 1px dotted #CCC;
}

/**
 * CSS support
 */

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #33a333;
  border-color: #c7f2c8;
}

div.error, tr.error {
  color: #a30000;
  background-color: #FFCCCC;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #363636;
}

/**
 * dblog.module
 */
tr.dblog-user {
  background-color: #fcf9e5;
}

tr.dblog-user td.active {
  background-color: #fbf5cf;
}

tr.dblog-content {
  background-color: #fefefe;
}

tr.dblog-content td.active {
  background-color: #f5f5f5;
}

tr.dblog-warning {
  background-color: #fdf5e6;
}

tr.dblog-warning td.active {
  background-color: #fdf2de;
}

tr.dblog-error {
  background-color: #fbe4e4;
}

tr.dblog-error td.active {
  background-color: #fbdbdb;
}
tr.dblog-page-not-found, tr.dblog-access-denied {
  background: #d7ffd7;
}
tr.dblog-page-not-found td.active, tr.dblog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}



.show{
display: block;
}
.notshow{
display: none;
}
#pagefooter{
clear: both;
background: #005bab;
color: #fff;
text-align: center;
font-size: 0.92em;
}
#pagefooter a{
color: #fff;
}
.pageheadertitle{
color: #6951A2;
font-size: 2em;
margin-bottom: 35px;
}
#leftcontent{
width: 225px;
float: left;
padding-left: 55px;
margin-right: 40px;
position: relative;
}
#maincontent{
width: 100%;
float: left;
position: relative;
padding-left:30px;
}
#maincontent td{
padding: .3em;
}


/* Easy Slider */
  #slider{ border: 1px solid #c9cbcc; margin-bottom: 10px;}
  #slider p{margin:0;text-align:center;}
    #slider ul, #slider li,
    #slider2 ul, #slider2 li{
        margin:0;
        padding:0;
        list-style:none;
        }
    #slider2{margin-top:1em;}
    #slider li, #slider2 li{ 
        /* 
            define width and height of list item (slide)
            entire slider area will adjust according to the parameters provided here
        */ 
        width:141px;
        /*height:79px;*/
        overflow:hidden; 
        }   
    #prevBtn, #nextBtn,
    #slider1next, #slider1prev{ 
        display:none;
        }   
    #nextBtn, #slider1next{ 
        left:696px;
        }                                                       
        
.footerbanner p{margin:0;}

.tabcontentwrapper{
width: 622px;
}
.tabcontent{
border-right:1px solid #939598;
border-left:1px solid #939598;
border-bottom:1px solid #939598;
margin:0;
padding:10px;
width:599px;
}


.sla{
font-size: 10px;
color: #4D4D4D;
}
.la{
color: #005BAA;
}

.field-field-directory-documents table{
width: 100%;
}

#headermenu{

}
#headermenu li{
float: left;
padding: 0;
margin: 0;
position: relative;
bottom:-3px;
}
#rightheader{
float: right;
margin-top: -12px;
}
#adoveheader {
width: 800px;
padding:0;
float: right;
position:relative;
}
#abovecontent{
text-align: center;
margin-top: 30px;
margin-bottom: 5px;
}
#footerfix{
background: url(images/footer.png) no-repeat;
width: 1000px;
height: 26px;
position: fixed;
bottom: 0;
margin: 0 auto !important;
z-index: 99999;
}
#footerfix li, #footerfix2 li{
padding: 0;
margin: 0;
}
#footerfix2{
width: 1000px;
height: 26px;
position: fixed;
bottom: 0;
margin: 0 auto !important;
z-index: 99999;
display: none;
}
#mediashow2{
background: url(images/footershow_.png) no-repeat;
width: 107px;
float: right;
}
#block-menu-menu-topmenu ul{
clear: both;
margin: 0;
padding: 0;
}
#block-menu-menu-topmenu ul li, #block-menu-menu-topmenu ul li a{
display: inline;
padding: 0;
margin: 0;
}
#block-menu-menu-topmenu ul li a{
/*margin-right: 40px;*/
}


#adoveheader .block .content{
margin: 0.5em 0 0;
}


.col2-left { width: 920px; overflow:auto;}
.col-l{ float:left; width:190px; padding-right:10px;}
.col-r { float:right; width: 720px; text-align:left;}

#sidebar-left .imagemenu{
padding: 0;
}
#sidebar-left .imagemenu li{
padding: 0;
margin-bottom: 10px;
}
.block-views .view-header{
color: #fff;
font-size: 16px;
height:25px;
padding:5px;
}
.block-views .view-header p{
margin: 0;
}



body.cke_show_borders{
background: none;
}
#admin-menu{
font-size: 14px;
}

#footerright{
float: right;
width: 200px;
}
.field-firstlinetitle-value{
font-weight: bold;
padding-bottom: 7px;
background: url("images/title-border.png") repeat-x bottom;
font-size:13px;
}
.field-secondlinetitle-value{
font-weight: bold;
padding: 7px 0;
background: url("images/title-border2.png") repeat-x bottom;
font-size:13px;
margin-bottom: 5px;
}
.field-secondlinetitle-value img{
margin-top: 5px;
}
.field-shortdesc-value{
font-size: 11px;
line-height:1.2;
}


.greybar { width:100%; height:5px; background-color:#000;margin-top: -15px;}

.footer { width:1000px; padding:0; overflow:auto;   clear: both;text-align: center; color: #cfcfcf; position: relative; top: 40px;}
.footer .option{float:left; width: 100%;margin-bottom: 100px;}
.footer ul li { float:left; line-height:1.6em;padding:0 5px 0 0;margin:0;}

.topbanner p{
margin:0 0 1px;
}
.panels-flexible-row-2-main-row-inside {
width:680px;
}
.mousepanel .nd-two-sidebars .nd-region-middle {
clear: both;
float: left;
padding: 0 5px 0 27%;
margin: 0;
position: relative;
width: 29%;
}
.mousepanel .nd-region-left {
float: left;
text-align: center;
}
.mousepanel .nd-region-right {
width:42%;
float: right;
}
.mousepanel .field-descimages-fid .field-item{
float:left;
width:50%;
}
.mousepanel .field-descimages-fid .field-item-2, .mousepanel .field-descimages-fid .field-item-4, .mousepanel .field-descimages-fid .field-item-6, .mousepanel .field-descimages-fid .field-item-8{
clear: both;
/*margin-top: 10px;*/
}
.mousepanel .field-descimages-fid .field-item .imagefield-field_descimages{
float:left;
padding-right: 5px;
margin-bottom: 10px;
}
.mousepanel .field-descimages-fid .field-item .caption{
float:left;
width:70px;
line-height:1.2;
font-size: 11px;
}
.mousepanel .field-firstlinetitle-value{
width:100%;
}
.mousepanel .field-secondlinetitle-value{
width:100%;
}



.diypanel .nd-two-sidebars .nd-region-middle {
clear: both;
float: left;
padding: 0 5px 0 20%;
margin: 0;
position: relative;
width: 34%;
}
.diypanel .nd-region-left {
float: left;
text-align: center;
width: 19%;
}
.diypanel .nd-region-right {
width:45%;
float: right;
}
.diypanel .field-descimages-fid .field-item{
float:left;
width:50%;
}
.diypanel .field-descimages-fid .field-item-2, .diypanel .field-descimages-fid .field-item-4, .diypanel .field-descimages-fid .field-item-6, .diypanel .field-descimages-fid .field-item-8{
clear: both;
/*margin-top: 10px;*/
}
.diypanel .field-descimages-fid .field-item .imagefield-field_descimages{
float:left;
padding-right: 5px;
margin-bottom: 10px;
}
.diypanel .field-descimages-fid .field-item .caption{
float:left;
width:60px;
line-height: 1.2;
font-size: 11px;
}
.diypanel .field-firstlinetitle-value{
width:100%;
}
.diypanel .field-secondlinetitle-value{
width:100%;
}


.leftpanel{
width: 440px;
padding-right: 5px;
overflow: hidden;
}

.field-firstlinetitle-value p, .field-secondlinetitle-value p, .topbanner p{
margin: 0;
line-height: 1.2;
}

.views-view-grid td{
/*border-bottom: 1px solid #ddd;*/
}
.views-view-grid tr.row-last td{
border-bottom: 0;
}
.views-view-grid tr td{
padding-bottom: 8px;
/*margin-top:20px;
padding-top: 20px;*/
}
.views-view-grid tr.row-first td{
/*padding-top: 0px;*/
}
.views-view-grid .field-shortdesc-value td{
border-bottom: 0;
padding-bottom: 0;
}
.views-view-grid .field-shortdesc-value tr td{
padding-top: 0;
vertical-align: top;
}

.view-newsview tr, .view-newsview th{
background: none;
border:0;
}

.view-milkclubview .attachment{
float: left;
border: 1px solid #000;
height: 590px;
width: 590px;
overflow: hidden;
margin-right: 8px;
}
.view-milkclubview .milkclubcontent{
}
.view-milkclubview .milkclubcontent .views-row, .rightgrid .views-row, .belowgrid .views-row{
float: left;
border: 1px solid #000;
height: 190px;
margin-bottom: 8px;
width: 190px;
overflow: hidden;
margin-right: 8px;
}
.view-milkclubview .rightgrid .views-row-odd{
margin-right: 0;
}
.floatgrid .rightgrid .views-row-odd{
margin-right: 8px;
position: relative;
}
.floatgrid .rightgrid .views-row-even{
margin-right: 0;
position: relative;
}
.rightgrid{
float: left;
height: 600px;
width: 400px;
}
.belowgrid{
float: left;
width: 1000px;
}
.floatgrid .belowgrid .views-row-odd, .floatgrid .belowgrid .views-row-even{
margin-right: 8px;
position: relative;
}
.floatgrid .belowgrid .views-row-11{
margin:0;
}
.rightgrid .views-field-field-thumbnail-fid, .belowgrid .views-field-field-thumbnail-fid{
border-top: 1px solid #000;
}
.rightgrid .views-field-field-clubcategory-value, .belowgrid .views-field-field-clubcategory-value, .rightgrid .views-field-title, .belowgrid .views-field-title{
padding-left: 3px;
}
.view-profileview .views-field-picture{
float: left;
width: 120px;
}
.view-profileview .views-field-picture .picture{
float: left;
padding: 0;
}
.view-profileview .views-field-name{
float: left;
width: 160px;
margin-top: 40px;
font-size: 18px;
font-weight: bold;
}
.view-profileview .views-field-value{
clear: both;
}
.terms a, .terms a:hover, .terms a.active{
color: #fff;
font-size:10px;
font-weight: bold;
}
.views-field-title a{
color: #000;
font-weight: bold;
}
.pager li.pager-current{
color: #000;
}
.pager li a.active{
color: #969696;
}
.pager a{
color: #969696;
font-style: italic;
font-size: 16px;
text-transform:uppercase;
}
.pager .pager-previous{
background: url(images/btn-previous.png) no-repeat;
}
.nomarginright{
margin-right: 0; 
}
.xgrid, .blogger{
float: left;
margin-bottom: 8px;
border: 1px solid #000; 
width: 190px; 
height: 190px; 
margin-right: 8px;
position: relative;
}
.view-qr-page-view .xgrid{
float: left;
margin-bottom: 16px;
border: 1px solid #000; 
width: 236px; 
height: 236px; 
margin-right: 16px;
position: relative;
}
.xgrid .views-field-field-mainimage-fid img, .xgrid .views-field-field-thumbnail-fid img, .blogger .views-field-field-mainimage-fid img{
border-top: 1px solid #000;
bottom: 0;
left: 0;
position: absolute;
}
.xgrid .views-field-field-mainimage-fid a:hover{
/*opacity: 0.7;*/
}
.xgrid  .views-field-field-issuenumber-value a{
font-size: 28px;
color: #000;
float: left;
}
.xgrid  .views-field-nothing, .xgrid .views-field-phpcode, .xgrid .views-field-phpcode a{
float: right;
}
.view-magazineview .xgrid  .views-field-title a{
color: #000000;
float: left;
font-size: 28px;
}
.view-magazineview .xgrid  .views-field-title{
float: left;
}

#xyz .xgrid .views-field-title, .blogger .views-field-title, .view-magazineview .xgrid  .views-field-title, .view-id-newsview .xgrid .views-field-title{
height: 33px;
}
.xgrid .views-field-title, .blogger .views-field-title, .views-field-field-title-line-1-value, .views-field-field-title-line-2-value{
line-height: 1.1;
padding-left: 3px;
height: 33px;
overflow: hidden;
clear: both;
position: relative;
}
.xgrid .views-field-title a, .blogger .views-field-title a, .views-field-field-title-line-1-value a, .views-field-field-title-line-2-value a{
font-weight: bold;
color: #000;
font-size: 15px;
height: 32px;
display: block;
overflow: hidden;
}
.view-qr-page-view .xgrid .views-field-title{
height: 63px;
padding-left: 15px;
padding-top: 7px;
}
.view-qr-page-view .xgrid .views-field-title a{
position: relative;
top: 8px;
height: 69px;
font-size: 20px;
}
.views-field-field-title-line-1-value, .views-field-field-title-line-2-value{
height: 16px;
}
.xgrid .views-field-field-magcategory-value, .xgrid .views-field-field-category-value, .xgrid .views-field-field-blogcategory-value, .xgrid .views-field-timestamp, .xgrid .views-field-created{
font-size: 11px;
color: #969696;
margin-top: -2px;
}
.xgrid .views-field-created{
color: #969696;
float: right;
padding-right:3px;
margin-top: -2px;
}
.xgrid .mlog-date{
float:right;
margin-top: -2px;
padding-right: 3px;
}
.xgrid .views-field-field-magcategory-value, .xgrid .views-field-field-category-value, .xgrid .views-field-field-blogcategory-value, .blogger .mlog-category{
left: 3px;
position: relative;
float:left;
}
.xgrid .views-field-field-mainimage-fid, .xgrid .views-field-field-thumbnail-fid, .blogger .views-field-field-mainimage-fid{
height: 139px;
width: 190px;
clear: both;
}
.view-qr-page-view .xgrid .views-field-field-mainimage-fid{
height: 166px;
width: 236px;
clear: both;
}
.xgrid:hover, .blogger:hover, .milkclubcontent .rightgrid .views-row:hover, .milkclubcontent .belowgrid .views-row:hover{
background: #000;
color: #fff;
}
.xgrid:hover .views-field-field-mainimage-fid, .xgrid:hover .views-field-field-thumbnail-fid, .blogger:hover .views-field-field-mainimage-fid, .milkclubcontent .rightgrid .views-field-field-mainimage-fid, .milkclubcontent .belowgrid .views-field-field-mainimage-fid, .milkclubcontent .rightgrid .views-field-field-thumbnail-fid, .milkclubcontent .belowgrid .views-field-field-thumbnail-fid{
background: #fff !important;
}

.magtitle, .magtitle a{
color: #000; 
font-style: italic;
font-size: 24px;
font-weight: bold;
text-transform:uppercase;
}

#calendar-s{
color: #323232;
font-size: 14px;
font-style: italic;
font-weight: bold;
position: relative;
top: 40px;
}
#calendar-s a{
color: #fff;
}
.covertitle{
position: absolute;
top: 8px;
font-weight: bold;
color: #000;
font-size: 22px;
}
.calmonths{
display: none;
}
.thismonth{
display: block;
}
.prevnextlink{
font-size: 14px;
font-weight: bold;
font-style: italic;
margin: 0 auto;
padding: 0 10px;
position: relative;
right: 8px;
width: 988px;
}
.prevnextlink a{
color: #969696;
}
.textarea-identifier{
display: none;
}
ul.tips {display:none}
ul.tips + a{display:none}
#cart{
display: none;
width: 291px;
border: 1px solid #cdcdcd;
height: 267px;
position: absolute;
right: 160px;
top: 20px;
z-index: 999999;
}
#cartcontent{
overflow-y: scroll;
height: 212px;
padding: 5px 5px 0;
background: url(images/cartbg.png);
}
#cartcheckout{
background: #505050;
height: 50px;
width: 291px;
}
.headtitle{
color: #fff;
/*text-transform: uppercase;*/
font-weight: bold;
line-height: 0.9;
position:absolute;
bottom:5px;
left: 0;
width:850px;
}
.headtitle.qr-page{
    position: relative;
    bottom: 0;
    top: 22px;
}
.headtitle.qr-page a{
    color: #fff;
}
.downloadtable img{
border: 1px solid #000;
}
.downloadtablelink{
font-size: 14px;
font-style: italic; 
font-weight: bold;
}
.downloadtablelink a{
color: #000;
margin-bottom: 8px;
display: block;
}
.calendarbrowse{
font-size: 24px;
font-style: italic; 
font-weight: bold;
text-transform: uppercase;
}
.calendarbrowse img{
cursor: pointer;
display: block;
}
.currentdate{
color: #fff;
text-decoration: underline;
}
.brosweimgdiv{
position: absolute;
bottom: 0;
}
.brosweimg{
color: #000;
font-size: 14px;
font-weight: bold;
cursor: pointer;
}

#block-views-CurrentIssueView-block_1{
float: left; margin-right: 10px; color: #000;font-weight: bold;
}
.views-field-field-issuedaydescimage-fid{
position: relative; top: 6px;
}
.views-field-field-issuedaydesc-value{
font-size: 9px; line-height: 13px; 
}
.views-field-field-currentissuedate-value{
font-size: 18px; letter-spacing: 6px;
}
.views-field-field-currentissuenumber-value{
font-size: 74px; letter-spacing: -2px; line-height: 54px;
font-family: Arial;
font-weight: bold;
}
.views-field-field-currentissuenumber-value a{
color: #000;
text-decoration: none;
}
.views-field-field-milklink-value{
font-size: 14px; 
margin-top: -1px;
}
.navigatelink{
font-size: 14px;
color: #fff;
font-weight: bold;
font-style: italic;
}
.navigatelink a{
color: #fff;
}
.item-list .pager {
margin-top: 16px;
}
.item-list .pager li.pager-first, .item-list .pager li.pager-last{
/*background: url(images/star.png) no-repeat center top;*/
height: 14px;
margin: 0;
/*padding: 1px 10px;*/
width: 14px;
}
.item-list .pager li.pager-previous{
/*background: url(images/previous.png) no-repeat center top;*/
height: 14px;
margin: 0;
/*padding: 0 38px;*/
width: 14px;
}
.item-list .pager li.pager-next{
/*background: url(images/next.png) no-repeat center top;*/
height: 14px;
margin: 0;
/*padding: 0 22px;*/
width: 14px;
}
.item-list .pager li{
font-size: 16px;
font-weight: bold;
}
.item-list .pager li a{
text-decoration: none;
}
.item-list .pager li.pager-first a, .item-list .pager li.pager-last a{
/*padding: 0 5px;*/
}
.item-list .pager li.pager-previous a{
/*padding: 0 34px;*/
}
.item-list .pager li.pager-next a{
/*padding: 0 18px;*/
}
html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{  
/*-webkit-text-size-adjust:none;  */
}
.contentholder{
margin-bottom: 15px;
/*float: left;*/
}

.view-newsview.view-display-id-attachment_1 .contentholder{
height: auto;
}
.contentholder{
/*height: 600px;
overflow: hidden;*/
}


.view-display-id-page_1 .view-content{
/*width: 920px;*/
}
.starimg:hover{
opacity: 0.6;
}


/*
.xgrid:hover *, .view-magazineview .xgrid:hover .views-field-title a, .xgrid:hover .views-field-title a{
color: #fff;
}
*/
.xgrid:hover *, .milkclubcontent .rightgrid .views-row:hover *, .milkclubcontent .belowgrid .views-row:hover *{
color: #fff !important;
}
dl.search-results{
margin:0;
}
#search-block{
position: absolute;
right: 200px;
top: -2px;
}
#search-block label{
display: none;
}
#search-block .form-submit{
-webkit-appearance: none;
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
margin: 0;
background: url(images/gosearch.png) no-repeat;
border: 0;
height: 17px;
text-indent: -999px;
cursor: pointer;
width: 28px;
}
#search-block .form-text{
-webkit-border-top-left-radius: 0;
-webkit-border-top-right-radius: 0;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
background: url(images/searchbg.png) no-repeat;
border: 0;
width: 100px;
padding-right: 38px;
margin-right: -31px;
}
#search-form{
display: none;
}
#submenu{
display: none;
left: 10px;
position: absolute;
top: 106px;
width: 780px;
height: 32px;
padding-top: 2px;
}
#submenu ul{
margin: 0;
}
#submenu li{
height: 17px;
padding: 2px;
margin: 0 15px 0 0;
float: left;
}
#submenu li:hover{
}
#submenu li a{
display: block;
font-size: 14px;
font-weight: bold;
font-style: italic;
color: #969696;
}
#submenu li a.active-trail, #submenu li a:hover{
color: #000;
}
.attachment .views-field-field-clubcategory-value{
font-size: 16px;
font-weight: bold;
}
.attachment .views-field-title{
font-size: 24px;
font-weight: bold;
padding-top: 12px;
}
.attachment .views-field-field-insidepageimage-fid{
border-top: 1px solid #000;
}
.milkclubcontent .views-field-field-clubcategory-value{
font-size: 11px;
}
.milkclubcontent .views-field-title{
font-size: 15px;
font-weight: bold;
clear: both;
height: 33px;
line-height: 1;
overflow: hidden;
padding-left: 3px;
position: relative;
}
#subscribe{
position: absolute;
right: 380px;
top: -1px;
}
#subscribe-form{
background: url(images/bg_subscribe.gif) no-repeat;
padding: 10px;
width:241px;
height: 40px;
position: absolute;
top: 22px;
right: 0;
display: none;
}
#subscribe-form label{
display: none;
}
#subscribe-form .form-text{
border: 1px solid #969696;
height: 18px;
}
#subscribe-form .form-text, #subscribe-form .form-submit{
float:left;
margin: 0;
padding: 0;
}
#subscribe-form .form-submit{
background: url(images/btn_subscribe.gif) no-repeat;
border: 0;
width: 69px;
height: 20px;
text-indent: -999px;
cursor: pointer;
}
#subscribe-form .form-item{
margin: 0;
padding: 0;
}
.close-btn{
position: absolute;
right: 15px;
top: 25px;
}
.close-btn img{
cursor: pointer;
}
#rss-subscribe{
position: absolute;
right: 350px;
}
#comment-form-1 #edit-submit-2{
background: url(images/btn-post.png) no-repeat;
border: 0;
cursor: pointer;
height: 21px;
text-indent: -999px;
width: 70px;
margin: 5px 0 20px;
}
#comment-form-1 #edit-preview-1{
display: none;
}
.registered_name{
color: #969696;
font-size: 12px;
font-weight: bold;
font-style: italic;
}
.comment-time{
color: #969696;
font-size: 11px;
}
#comment-form-1 fieldset{
display: none;
}
#comment-form-1 .form-item{
margin-bottom: 0;
}
.box h2{
display: none;
}
.show-comments{
color: #2a90f2;
cursor: pointer;
text-decoration: underline;
}
.sliderbutton {float:left; width:25px; height:235px; cursor:pointer}
#slideleft {background:url(images/icons.gif) -50px -265px no-repeat}
#slideleft:hover {background-position:-0 -265px}
#slideright {background:url(images/icons.gif) 0 90px no-repeat}
#slideright:hover {background-position:-50px 90px}
#slider {float:left; position:relative; overflow:auto; width:950px; height:475px}
#slider ul {position:absolute; list-style:none; top:0; left:0}
#slider li {float:left; width:558px; height:235px}
#slider2 {float:left; position:relative; overflow:auto; width:950px; height:475px}
#slider2 ul {position:absolute; list-style:none; top:0; left:0}
#slider2 li {float:left; width:558px;}
/*
.pagination {position:absolute; top:40px; right:61px; list-style:none; height:25px}
.pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0; border:1px solid #fff}
.pagination li:hover, .pagination li.current {background:#efefef}
*/
.pagination2 {position:absolute; bottom:0px; right:61px; list-style:none; height:25px}
.pagination2 li {float:left; cursor:pointer; background:none; margin:0 4px 0 0;}
.pagination2 li:hover, .pagination2 li.current {background:none}

.super_banner_sliderbutton {float:left; width:25px; height:235px; cursor:pointer}
#super_banner_slideleft, #vote_icon_slideleft {background:url(images/icons.gif) -50px -265px no-repeat}
#super_banner_slideleft:hover, #vote_icon_slideleft:hover {background-position:-0 -265px}
#super_banner_slideright, #vote_icon_slideright {background:url(images/icons.gif) 0 90px no-repeat}
#super_banner_slideright:hover, #vote_icon_slideright:hover {background-position:-50px 90px}
#super_banner_slider {float:left; position:relative; overflow:auto; width:992px; height:350px}
#super_banner_slider ul{position:absolute; list-style:none; top:0; left:0;padding:0;margin:0;}
#super_banner_slider li {float:left; width:992px; height:350px;padding:0;margin:0;}
.super_banner_pagination, .pagination {position: absolute;bottom:-20px; left:45%; list-style:none; height:15px;padding:0;margin:0;}
.super_banner_pagination li, .pagination li{float:left; cursor:pointer; height:8px; width:8px; background:#ccc; margin:0 4px 0 0;}
.super_banner_pagination li:hover, .super_banner_pagination li.current, .pagination li:hover, .pagination li.current {/*background:#3399CC    background: url(images/blue-dot2.png) no-repeat;*/background: url(images/small-dot-new-03.png) no-repeat;}

#vote_icon_slider {float:left; position:relative; overflow:auto; width:695px; height:115px; }
#vote_icon_slider ul {position:absolute; list-style:none; top:0; left:0;padding:0;margin:0;}
#vote_icon_slider li {float:left; width:695px; height:115px;padding:0;margin:0;}
.vote_icon_pagination {position: absolute;bottom:0px; right:10px; list-style:none; height:15px;padding:0;margin:0;}
.vote_icon_pagination li {float:left; cursor:pointer; height:8px; width:8px; background:#ccc; padding: 0;margin:0 4px 0 0;}
.vote_icon_pagination li:hover, .vote_icon_pagination li.current {/*background:#3399CC    background: url(images/blue-dot2.png) no-repeat;*/background: url(images/small-dot-new-03.png) no-repeat;}


#coda-nav-1 ul{width: 100% !important;text-align:right;position: relative; right: 60px;}
#sharing-bottom {
float:left;
margin-left:0;
margin-top:0;
height:36px;
text-align:left;
}
div.addthis_toolbox_bottom {
float:left;
position:relative;
top:2px;
width:49px;
}
#sharing-bottom .google {
margin-left:7px;
margin-top:2px;
width:75px;
}
#sharing-bottom .twitter {
margin-top:2px;
width:110px;
}
#sharing-bottom .service {
display:block;
float:left;
}
.share-btn .addthis_button_compact {
background:none repeat scroll 0 0 #ECEEF5;
border:1px solid #CAD4E7;
color:#3B5998;
font-family:"arial",sans-serif;
height:18px;
line-height:18px !important;
margin-top:0 !important;
padding:0;
text-align:center;
text-decoration:none;
width:40px;
}
.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {
    margin:0;
}
.addthis_default_style .at15t_expanded, .addthis_default_style .at15t_compact {
    margin-right:4px;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300m, .addthis_default_style .at300bs {
    float:left;
}
.at300bs {
    background:none repeat scroll 0 0 transparent;
    width:1px;
}
.at15t_compact {
    background-position:0 -3456px;
}
.at300bs {
    display:block;
    line-height:16px !important;
    overflow:hidden;
    width:16px;
    height: 0;
}
.at300b, .at300m, .at300bs {
    cursor:pointer;
}
    .coda-nav ul li {
    padding: 0 !important;
 }
    .coda-nav ul li a, .super_banner_pagination li {
    /*background: url(images/white-dot2.png) no-repeat;*/
    background: url(images/small-dot-new-01.png) no-repeat;
    cursor:pointer;
    display:inline-block !important;
    float:none !important;
    height:10px;
    list-style-type:none;
    margin:0 3px 0 0;
    /*opacity:0.5;
    -moz-border-radius:5px 5px 5px 5px;
    background-color:#999999;*/
    padding: 0 !important;
    text-indent:-9999px;
    width:10px;
 }
  .super_banner_pagination li, .vote_icon_pagination li {
    /* background: url(images/white-dot3.png) no-repeat; */
    background: url(images/small-dot-new-01.png) no-repeat;
    height:12px;
    width:12px;
 }
 .cck_pager .field-field-videos{
 /*margin-top: -475px;
 float: left*/
 }
 .template-c-title{
 font-size: 20px;
 margin-bottom: 20px;
 }
 .coda-slider-wrapper {
 display: none;/* pre-hide the image file */
}

.loading_img { /* loader */
height: 460px; /* make sure to specify an appropriate size for the .loading div */
width: 930px;
background: url(images/loading_img.gif) no-repeat center center;
/*position: absolute;*/
}
#___plusone_0{
position: absolute;
right: 60px;
top: 4px;
}

.view-newsview .attachment .views-field-title{
padding-top: 0;
}

.view-shop-view .xgrid .views-field-title{
    height: 43px;
    padding-top: 8px;
    padding-left: 8px;
}
.view-shop-view .xgrid .views-field-field-title-line-1-value {
    height: 18px;
    padding-top: 8px;
    padding-left: 8px;
}
.view-shop-view .xgrid .views-field-field-title-line-2-value {
    height: 25px;
    padding-left: 8px;
}
.view-shop-view .xgrid .views-field-title a, .view-shop-view .xgrid .views-field-field-title-line-1-value a, .view-shop-view .xgrid .views-field-field-title-line-2-value a{
    font-size: 16px;
}
.view-shop-view.view-display-id-block_1{
    clear: both;
}
.view-shop-view.view-display-id-block_1 .view-header p{
    margin: 0;
}
.view-shop-view.view-display-id-block_1 .contentholder{
    margin: 0;
}
