html {
  padding: 0px;
}

body {
  margin: 0px 0px 10px 0px !important;
  padding: 0px 0px 10px 0px !important;
}
.banner_block {
  text-align: center;
}
.banner {
  padding: 5px;
}

.thumb_place {
  width: 250px;
  height: 250px;
  vertical-align: middle;
  text-align: center;
}

.jcarousel-item {
  width: 260px !important	;
  height: 260px;
  vertical-align: middle;
  text-align: center;
}
#thumbs img {
  padding: 4px;
  vertical-align: middle;
}
.main_image {
  text-align: center;
  vertical-align: top;
  background-color: white !important;
}

div.ad-place {
  width: 336px !important;
  height: 280px !important;
}

#y5_direct1 .y5_ad div a {
  display: block;
}

.bg1 {
  /*	background-color:#EFEFEF;*/
  border-bottom: 1px solid #d1d7dc;
}

.bg1 td {
  /*	#background-color:#EFEFEF; */
}

.jcarousel-skin-tango * {
  background-color: white !important;
}

/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
  min-width: 680px;
  width: 100%;
  margin: auto;
}

.jcarousel-skin-tango {
  min-width: 680px;
  width: 100%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 100%;
}
table,
.jcarousel-skin-tango .jcarousel-container {
  border-width: 0px !important;
}

.next-horizontal {
  position: absolute;
  top: 43px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent
    url(/include/js/jcarousel/skins/tango/next-horizontal.png) no-repeat 0 0;
}

.prev-horizontal {
  position: absolute;
  top: 43px;
  left: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent
    url(/include/js/jcarousel/skins/tango/prev-horizontal.png) no-repeat 0 0;
}

.main_column {
  margin-left: auto;
  margin-right: auto;
}

.buttons {
  display: none;
}

#top_advert {
  padding: 5px;
  border-top: 1px solid #d1d7dc;
  border-bottom: 1px solid #d1d7dc;
}

#top_navigation td {
  font-size: 12px !important;
}
#top_navigation a {
  font-weight: normal !important;
}

.boxy-wrapper.fixed {
  position: fixed;
}

/* Modal */

.boxy-modal-blackout {
  position: absolute;
  background-color: black;
  left: 0;
  top: 0;
}

/* Border */

.boxy-wrapper {
  empty-cells: show;
  position: absolute;
}
.boxy-wrapper .boxy-top-left,
.boxy-wrapper .boxy-top-right,
.boxy-wrapper .boxy-bottom-right,
.boxy-wrapper .boxy-bottom-left {
  width: 10px;
  height: 10px;
  padding: 0px;
}

:root .boxy-wrapper .boxy-top-left {
  background: url("/include/js/boxy/boxy-nw.png");
}
:root .boxy-wrapper .boxy-top-right {
  background: url("/include/js/boxy/boxy-ne.png");
}
:root .boxy-wrapper .boxy-bottom-right {
  background: url("/include/js/boxy/boxy-se.png");
}
:root .boxy-wrapper .boxy-bottom-left {
  background: url("/include/js/boxy/boxy-sw.png");
}

/* IE6-8 hacks for the border. IE7+8 should support this natively but fails in conjuction with modal blackout bg. */
/* NB: these must be absolute paths or URLs to your images */
.boxy-wrapper .boxy-top-left {
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png'); */
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-nw.png')";
}
.boxy-wrapper .boxy-top-right {
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png'); */
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-ne.png')";
}
.boxy-wrapper .boxy-bottom-right {
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png'); */
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-se.png')";
}
.boxy-wrapper .boxy-bottom-left {
  /* filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png'); */
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/boxy-sw.png')";
}

.boxy-wrapper .boxy-top,
.boxy-wrapper .boxy-bottom {
  height: 10px;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0px;
}

.boxy-wrapper .boxy-left,
.boxy-wrapper .boxy-right {
  width: 10px;
  background-color: black;
  opacity: 0.6;
  filter: alpha(opacity=60);
  padding: 0px;
}

/* Title bar */

.boxy-wrapper .title-bar {
  background-color: black;
  padding: 6px;
  position: relative;
}
.boxy-wrapper .title-bar.dragging {
  cursor: move;
}
.boxy-wrapper .title-bar h2 {
  font-size: 12px;
  color: white;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
.boxy-wrapper .title-bar .close {
  color: white;
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 90%;
  line-height: 1;
}

/* Content Region */

.boxy-inner {
  overflow: hidden;
  background-color: white;
  padding: 0;
}
.boxy-content {
  padding: 15px;
}

/* Question Boxes */

.boxy-wrapper .question {
  width: 350px;
  min-height: 80px;
}
.boxy-wrapper .answers {
  text-align: right;
}

/* jcarousel ******************* */

html,
body {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

body {
  font: 100.01% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
  color: #333;
  padding: 0px;
}

body * {
  line-height: 1.22em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #4088b8;
  clear: both;
}

h2 {
  color: #c8c8c8;
  margin-top: -25px;
}

h4 {
  color: #333;
  margin-bottom: -10px;
}

p {
  margin: 10px 0px;
  clear: both;
}

ul,
ol {
  margin-left: 0px;
}

ul ul {
  margin-bottom: 20px;
}

#wrap {
  color: #404040;
  /*margin: 0 12%;*/
  margin: 20px 40px;
}

a {
  color: #4088b8;
}

table {
  font-size: inherit;
  border: 1px solid #c8c8c8;
}

th {
  background: #d8d8d8;
  text-align: left;
  white-space: nowrap;
}

td {
  background: #ffffff;
  text-align: left;
  vertical-align: top;
}

select,
input,
textarea {
  font: 99% "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

pre,
code,
tt,
dt {
  font: 100% monospace;
  margin: 20px 0px;
}

pre,
blockquote {
  padding: 15px;
  background-color: #f0f0f0;
  margin: 20px 0px;
  -moz-border-radius: 10px;
}

td pre {
  font: 85% monospace;
  padding: 5px;
  margin: 5px 0px;
}
/**** tango skin ****************************/

.jcarousel-skin-tango .jcarousel-container {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #f0f6f9;
  border: 1px solid #346f97;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
  direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
  width: 245px;
  padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
  width: 150px;
  height: 245px;
  padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 245px;
  height: 150px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
  width: 150px;
  height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 250px;
  height: 250px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
  margin-left: 0;
  margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
  margin-left: 10px;
  margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: #fff;
  color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 43px;
  right: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent
    url(/include/js/jcarousel/skins/tango/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
  left: 5px;
  right: auto;
  background-image: url(/include/js/jcarousel/skins/tango/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
  background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
  background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 43px;
  left: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent
    url(/include/js/jcarousel/skins/tango/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
  left: auto;
  right: 5px;
  background-image: url(/include/js/jcarousel/skins/tango/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
  background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
  background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
  position: absolute;
  bottom: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent
    url(/include/js/jcarousel/skins/tango/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
  background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
  background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
  position: absolute;
  top: 5px;
  left: 43px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: transparent
    url(/include/js/jcarousel/skins/tango/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
  background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
  background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
  cursor: default;
  background-position: 0 -96px;
}
