/* basic */
img {border: none;}
form {margin:0px;padding:0px;}
form fieldset {margin:0px; padding:0px; border:none;}
form label {font-size:11px;}
form label,
form input[type=radio],
form input[type=checkbox] {cursor:pointer;}
table {border:none;}
.left {float:left;}
.right {float:right;}
.center {text-align:center;}
.clear {clear:both;}
.clear2 {padding:1px;}
.disable {display:none;}
body {
    width:100%;
    margin:0px;
    padding:0px;
    font-family:Arial, Helvetica, sans-serif;
    color:black;
    font-size:12px;
    background-color:#212121;
}
a {
    color:#252525;
}
a:hover {
    color:foot;
}
p.description {
    font-style:italic;
    font-size:10px;
    padding-left:5px;
}
h1 span, h2 span {
    font-size:12px;
    color:gray;
    margin-left:20px;
}
.table table {
    width:100%;
}
.table table td,
.table table th{
    text-align:left;
}
/* basic */
/* input buttons */
input[type="text"],
input[type="password"],
select,
textarea,
iframe {
    color:black;
    border-color:#CCCCCC;
    border-style:solid;
    border-width:1px;
    border-left-width:2px;
    background-color:white;
}
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus,
iframe:focus {
    background-color:#F4F5F0;
}
input[type="submit"],
input[type="button"] {
    font-size:1em;
    font-weight:800;
    padding-top:4px;
    padding-bottom:4px;
    padding-right:5px;
    padding-left:5px;
    margin:0px;
    cursor:pointer;
    margin-left:5px;
    min-width:110px;
    color:#ffffff;
    border:1px solid white;
    background-color:#BB120A;
}
input[type="submit"]:hover,
input[type="button"]:hover,
.buttons a:hover {
    background-color:#BB120A;
    color:#ffffff;
}
.buttons a {
    padding-right:5px;
    padding-left:5px;
    display:block;
    min-width:110px;
    height:25px;
    font-size:12px;
    text-decoration:none;
    text-align:center;
    line-height:25px;
    color:#ffffff;
    float:left;
    border:1px solid white;
    background-color:#BB120A;
}
/* input buttons */
/* more */
a.more {
    margin-top:15px;
    height:30px;
    display:table;
    float:right;
    font-weight:800;
    font-size:14px;
    text-decoration:none;
}
/* more */
/* boxy red/green */
.box-green {
    margin:5px;
    padding:10px;
    margin-top:15px;
    color:green;
    border:1px solid green;
    font-size:16px;
}
.box-red {
    margin:5px;
    margin-top:15px;
    padding:10px;
    color:red;
    border:1px solid red;
    font-size:16px;
    font-weight:800;
}
/* boxy red/green */
/* foot-fixed */
.foot-fixed {
    position:fixed;
    right:4px;
    bottom:6px;
}
.foot-fixed .info {
    cursor:pointer;
    padding:4px;
    color:black;
    font-size:12px;
    font-family:"Lucida Console";
    text-align:left;
    background-color:white;
}
/* foot-fixed */
/* table */
.table table {
    width:100%;
}
.table table th {
    padding:4px;
    color:white;
    font-weight:800;
    font-style:italic;
    font-size:14px;
    text-align:left;
    border-bottom:1px dotted #CCCCCC;
}
.table table td {
    padding:3px;
    padding-top:4px;
    padding-bottom:4px;
}
.table table.hover tr:hover td,
.table table.hover tr.bg:hover td {
    background-color:white;
}
.table table td a {
    text-decoration:none;
}
.table table tr td {
    background-color:#4F0001;
}
.table table tr.bg td {
    background-color:#710002;
}
/* table */
/* basic */
body {
    background-image:url('/public/images/web/polytrade/body-bg.png');
    background-repeat:repeat-x;
}
#layout-center {
    width:660px;
    margin:0 auto;
}
h1 span,
h2 span {
    font-size:12px;
    color:#BC2214;
    margin-left:20px;
}
/* basic */
/* top */
.p-top {
    height:49px;
}
/* top */
/* logo */
.p-top2 .logo {
    padding-top:10px;
    text-align:right;
}
/* logo */
/* head */
.p-top2 {
    background-image:url('/public/images/web/polytrade/car.png');
    background-repeat:no-repeat;
    background-position:left top;
    height:282px;
}
.p-top2 .desc {
    margin-left:400px;
    font-size:18px;
    font-weight:bold;
}
.p-top2 .lang-box {
    text-align:right;
    margin-top:80px;
}
.p-top2 .lang-box a {
    margin-left:5px;
}
.p-top2 .search-box {
    text-align:right;
    margin-top:20px;
}
.p-top2 .search-box input[type="submit"] {
    display:none;
}
.p-top2 .search-box input[type="text"] {
    width:350px;
    font-size:11px;
    font-style:italic;
    padding:1px;
    text-align:right;
}
/* head */
/* menu */
.p-menu {
    padding-top:10px;
    margin:0 auto;
    display:table;
    text-transform: uppercase;
}
.p-menu ul li a {
    color:white;
    background-color:#980702;
    border:1px solid white;
}
.p-menu ul li a:hover {
    background-color:#BC2214;
}
.p-menu ul li.first a.first {
    border:none;
    background-color:transparent;
}
/* menu */
/* content */
.p-content {
    background-color:white;
    min-height:300px;
}
.p-content > div {
    padding:12px;
}
.p-content H1.h1 {
    font-style:italic;
    border-bottom:1px solid gray;
}
/* content */
/* navigation */
.navigation-box {
    font-style:italic;
    font-size:11px;
}
/* navigation */
/* foot */
.p-foot {
    margin-top:20px;
    padding-bottom:20px;
    padding-top:20px;
    text-align:right;
    font-size:11px;
    background-color:#151515;
}
.p-foot > div {
    width:660px;
    margin:0 auto;
}
.p-foot a {
    color:white;
}
.p-foot a:hover {
    color:red;
}
/* foot */

/* reports */
.report {
    position:fixed;
    opacity:0.95;
    background-color:white;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-box-shadow: 1px 1px 12px #999999;
    -webkit-box-shadow: #999999 1px 1px 12px;
    -khtml-box-shadow: #999999 1px 1px 12px;
}
.report .report_in {
    min-height:48px;
    padding:5px;
    margin:0px;
    line-height:1.5em;
    font-size:13px;
    color:black;
    background-color:white;
    background-repeat:no-repeat;
    background-position:5px 5px;
    margin:10px;
}
.report .in_ERROR {
    background-image: url('/public/graphics/standard/report_error.png');
    padding-left:70px;
}
.report .in_OK {
    background-image: url('/public/graphics/standard/report_ok.png');
    padding-left:70px;
}
.report .in_HELP {
    background-image: url('/public/graphics/standard/report_help.png');
    padding-left:70px;
}
.report .in_INFO {
    background-image: url('/public/graphics/standard/report_info.png');
    padding-left:70px;
}
.report .in {
    margin:4px;
}
.report .btns {
    text-align:center;
    min-height:25px;
    padding:10px 0px 10px 0px;
}
.report .btns a {
    color:#FFFFFF;
    padding:4px 18px;
    border:1px solid #FFFFFF;
    margin-left:5px;
    margin-right:5px;
}
.report .btns a:hover {
    border:1px solid black;
}
.report .btns .btn_OK { background-color:#4B682E; }
.report .btns .btn_ERROR { background-color:#7A0000; }
.report .btns .btn_HELP { background-color:#004058; }
.report .btns .btn_CANCEL { background-color:#000000; }
.report .btns .btn_INFO { background-color:#DADADA; }
/* reports */
/* reports body */
.report h2 {
    margin:0px;
    padding:0px;
    font-size:16px;
    margin-bottom:6px;
}
.report h3 {
    margin:0px;
    padding:0px;
    font-size:14px;
    margin-bottom:4px;
    margin-top:4px;
}
/* reports body */
/* form */
.form div.errorhead {
    color:red;
    padding-top:10px;
    padding-bottom:20px;
    font-weight:bold;
    font-style:italic;
    font-size:14px;
}
.form fieldset {
    border:none;
    padding-bottom:10px;
    padding-right:10px;
    padding-top:10px;
}
.form fieldset legend {
    font-size:12px;
    font-weight:800;
    font-style:italic;
    padding-left:5px;
    padding-top:6px;
}
.form fieldset div {
    float:left;
    margin-top:1px;
    margin-bottom:1px;
}
.form fieldset div p {
    font-weight:bold;
    padding:0px;
}
.form fieldset .highlight p {
    color: black;
    font-size:16px;
}
.form fieldset p {
    font-style:italic;
    padding-left:15px;
}
.form fieldset div.clear {
    float:none;
}
.form fieldset div.left {
    width:45%;
    margin:10px;
}
.form fieldset div label {
    width:120px;
    display:block;
    float:left;
    padding-left:15px;
    padding-top:2px;
    padding-bottom:2px;
}
.form fieldset div p {
    float:left;
    margin:0px;
}
.form fieldset input[type="text"],
.form fieldset input[type="password"],
.form fieldset select,
.form fieldset div p {
    width:160px;
}
.form .buttons {
    margin-top:10px;
    text-align:left;
    margin-left:130px;
}
/* .long fieldset div, */
.long fieldset input[type="text"],
.long fieldset input[type="password"],
.long fieldset select {
    width:200px;
}
.long fieldset textarea {
    width:350px;
    height:100px;
}
.long fieldset div {
    float:none;
    width:auto;
    clear:both;
}
.long fieldset div.left {
    float:left;
    clear:none;
}
/* form */
/* radio */
form fieldset .radio input {
    float:left;
    width:40px;
    margin-top:4px;
    margin-bottom:4px;
}
form fieldset .radio label {
    float:left;
    display:block;
    width:auto;
}
.form fieldset .radio {
    float:none;
    width:auto;
    clear:both;
}
/* radio */
/* flybox */
form div.error {
    position:relative;
}
form div.error label {
    font-weight:bold;
    color:red;
}
form div.error input,
form div.error select {
    border-color:red;
}
form div.error div.flybox {
    position:absolute;
    float:none;
    width:190px;
    top:-15px;
    right:-188px;
    z-index:999;
    padding:4px;
    color:#252525;
    background-color:#FBEDC3;
    border:1px solid #F26521;
    opacity:0.9;
    font-size:11px;
    font-style:italic;
}
form div.error div.flybox img {
    position:absolute;
    right:-5px;
    top:-5px;
}
/* flybox */
/* iframe */
.iframe-box iframe {
    width:100%;
    min-height:500px;
    border:none;
    overflow:auto;
}
/* iframe */
/* paging */
.pager-box {
    padding-top:10px;
    padding-bottom:10px;
    display:table;
    margin:0 auto;
}
.pager-box span,
.pager-box a {
    width:22px;
    height:22px;
    font-size:14px;
    font-weight:800;
    text-align:center;
    text-decoration:none;
    margin:4px;
    padding:2px;
    display:block;
    float:left;
    line-height:22px;
    background-color:#CC3333;
    border:1px solid transparent;
    color:white;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.pager-box a:hover {
    border-color:transparent;
    background-color:red;
}
.pager-box span {
    background-color:red;
    border:1px solid transparent;
    color:silver;
}
.pager-box span.arrow {
    display:none;
}
.pager-box span.dotted {
    background-color:transparent;
    border:none;
    color:white;
}
/* paging */
/* tooltip */
.tooltip {
    position:absolute;
    z-index:999;
    left:-9999px;
    background-color:#dedede;
    padding:1px;
    width:auto;
}
.tooltip p {
    margin:0;
    color:#fff;
    background-color:#222;
    padding:4px 10px;
}
/* tooltip */
/* navigation */
.navigation-box {
    font-size:11px;
    font-style:italic;
    padding-top:2px;
    padding-bottom:2px;
    color:black
}
.navigation-box a {
    color:black
}
.navigation-box a:hover {
    color:black
}
/* navigation */
/* pdf */
.pdf-box {
    text-align:right;
}
/* pdf */
/* tab-box */
.tabs-box {
    border-bottom:1px solid #CCCCCC;
    height:26px;
    padding-left:10px;
}
.tabs-box ul {
    padding:0px;
    margin:0px;
}
.tabs-box ul li {
    float:left;
    list-style:none;
    margin-right:1px;
    margin-left:1px;
    line-height:18px;
    text-align:center;
}
.tabs-box ul li a {
    display:block;
    text-decoration:none;
    width:130px;
    height:25px;
    color:white;
    background-color:#CC3333;
    border:1px solid transparent;
    font-weight:800;
    font-size:14px;
    line-height:25px;
}
.tabs-box ul li a:hover,
.tabs-box ul li a.selected {
    color:silver;
    border:1px solid #CCCCCC;
    background-color:red;
    border-bottom-color:red;
}
/* tab-box */
/* datepicker */
.calendar-box {
    margin:0 auto;
    width:230px;
}
/* datepicker */
/* roundabout */
.roundabout {
    width:80%;
    margin:0 auto;
}
/* roundabout */
.jcarousel-skin-tango .jcarousel-container {
    -moz-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: 75px;
    height: 245px;
    padding: 40px 20px;
}

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

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

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

.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(http://www.polytrade.sk/public/css/gallery/carousel/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://www.polytrade.sk/public/css/gallery/carousel/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    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: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(http://www.polytrade.sk/public/css/gallery/carousel/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://www.polytrade.sk/public/css/gallery/carousel/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    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: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(http://www.polytrade.sk/public/css/gallery/carousel/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    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: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(http://www.polytrade.sk/public/css/gallery/carousel/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    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:active {
    cursor: default;
    background-position: 0 -96px;
}


.highslide-container div {
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}
.highslide-container table {
	background: none;
}
.highslide {
	outline: none;
	text-decoration: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-gallery .highslide-active-anchor img {
	border-color: black;
	visibility: visible;
	cursor: default;
}
.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
.highslide-wrapper, .highslide-outline {
	background: white;
}
.glossy-dark {
	background: #111;
}

.highslide-image-blur {
}
.highslide-number {
	font-weight: bold;
	color: gray;
	font-size: .9em;
}
.highslide-caption {
	display: none;
	font-size: 1em;
	padding: 5px;
	/*background: white;*/
}
.highslide-heading {
	display: none;
	font-weight: bold;
	margin: 0.4em;
}
.highslide-dimming {
	position: absolute;
	background: black;
}
a.highslide-full-expand {
   background: url(http://www.polytrade.sk/public/css/gallery/highslide/fullexpand.gif) no-repeat;
   display: block;
   margin: 0 10px 10px 0;
   width: 34px;
   height: 34px;
}
.highslide-loading {
	display: block;
	color: black;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;
	background-color: white;
	padding-left: 22px;
	background-image: url(http://www.polytrade.sk/public/css/gallery/highslide/loader.white.gif);
	background-repeat: no-repeat;
	background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
	color: white;
	background-color: gray;
}
.highslide-move, .highslide-move * {
	cursor: move;
}

.highslide-viewport {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: none;
	left: 0;
	top: 0;
}
.highslide-overlay {
	display: none;
}
.hidden-container {
	display: none;
}
/* Example of a semitransparent, offset closebutton */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/close.png);
	/* NOTE! For IE6, you also need to update the highslide-ie6.css file. */
}

/*****************************************************************************/
/* Thumbnail boxes for the galleries.                                        */
/* Remove these if you are not using a gallery.                              */
/*****************************************************************************/
.highslide-gallery ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px;
	height: 106px;
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
.highslide-gallery ul a {
	position: absolute;
	top: 50%;
	left: 50%;
}
.highslide-gallery ul img {
 	position: relative;
	top: -50%;
	left: -50%;
}
html>/**/body .highslide-gallery ul li {
	display: table;
	text-align: center;
}
html>/**/body .highslide-gallery ul li {
	text-align: center;
}
html>/**/body .highslide-gallery ul a {
	position: static;
	display: table-cell;
	vertical-align: middle;
}
html>/**/body .highslide-gallery ul img {
	position: static;
}

/*****************************************************************************/
/* Controls for the galleries.											     */
/* Remove these if you are not using a gallery							     */
/*****************************************************************************/
.highslide-controls {
	width: 195px;
	height: 40px;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-white.gif) 0 -90px no-repeat;
	margin: 20px 15px 10px 0;
}
.highslide-controls ul {
	position: relative;
	left: 15px;
	height: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-white.gif) right -90px no-repeat;

}
.highslide-controls li {
	float: left;
	padding: 5px 0;
	margin:0;
}
.highslide-controls a {
	background-image: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-white.gif);
	display: block;
	float: left;
	height: 30px;
	width: 30px;
	outline: none;
}
.highslide-controls a.disabled {
	cursor: default;
}
.highslide-controls a.disabled span {
	cursor: default;
}
.highslide-controls a span {
	/* hide the text for these graphic buttons */
	display: none;
	cursor: pointer;
}


/* The CSS sprites for the controlbar - see http://www.google.com/search?q=css+sprites */
.highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.highslide-controls .highslide-previous a:hover {
	background-position: 0 -30px;
}
.highslide-controls .highslide-previous a.disabled {
	background-position: 0 -60px !important;
}
.highslide-controls .highslide-play a {
	background-position: -30px 0;
}
.highslide-controls .highslide-play a:hover {
	background-position: -30px -30px;
}
.highslide-controls .highslide-play a.disabled {
	background-position: -30px -60px !important;
}
.highslide-controls .highslide-pause a {
	background-position: -60px 0;
}
.highslide-controls .highslide-pause a:hover {
	background-position: -60px -30px;
}
.highslide-controls .highslide-next a {
	background-position: -90px 0;
}
.highslide-controls .highslide-next a:hover {
	background-position: -90px -30px;
}
.highslide-controls .highslide-next a.disabled {
	background-position: -90px -60px !important;
}
.highslide-controls .highslide-move a {
	background-position: -120px 0;
}
.highslide-controls .highslide-move a:hover {
	background-position: -120px -30px;
}
.highslide-controls .highslide-full-expand a {
	background-position: -150px 0;
}
.highslide-controls .highslide-full-expand a:hover {
	background-position: -150px -30px;
}
.highslide-controls .highslide-full-expand a.disabled {
	background-position: -150px -60px !important;
}
.highslide-controls .highslide-close a {
	background-position: -180px 0;
}
.highslide-controls .highslide-close a:hover {
	background-position: -180px -30px;
}

/*****************************************************************************/
/* Styles for the HTML popups											     */
/* Remove these if you are not using Highslide HTML						     */
/*****************************************************************************/
.highslide-maincontent {
	display: none;
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
	width: 400px;
	padding: 0 5px 5px 5px;
}
.highslide-header {
	padding-bottom: 5px;
}
.highslide-header ul {
	margin: 0;
	padding: 0;
	text-align: right;
}
.highslide-header ul li {
	display: inline;
	padding-left: 1em;
}
.highslide-header ul li.highslide-previous, .highslide-header ul li.highslide-next {
	display: none;
}
.highslide-header a {
	font-weight: bold;
	color: gray;
	text-transform: uppercase;
	text-decoration: none;
}
.highslide-header a:hover {
	color: black;
}
.highslide-header .highslide-move a {
	cursor: move;
}
.highslide-footer {
	height: 16px;
}
.highslide-footer .highslide-resize {
	display: block;
	float: right;
	margin-top: 5px;
	height: 11px;
	width: 11px;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/resize.gif) no-repeat;
}
.highslide-footer .highslide-resize span {
	display: none;
}
.highslide-body {
}
.highslide-resize {
	cursor: nw-resize;
}

/*****************************************************************************/
/* Styles for the Individual wrapper class names.							 */
/* See www.highslide.com/ref/hs.wrapperClassName							 */
/* You can safely remove the class name themes you don't use				 */
/*****************************************************************************/

/* hs.wrapperClassName = 'draggable-header' */
.draggable-header .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.draggable-header .highslide-heading {
	position: absolute;
	margin: 2px 0.4em;
}

.draggable-header .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.draggable-header .highslide-header .highslide-move * {
	display: none;
}
.draggable-header .highslide-header .highslide-close {
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 2;
	padding: 0;
}
.draggable-header .highslide-header .highslide-close a {
	display: block;
	height: 16px;
	width: 16px;
	background-image: url(http://www.polytrade.sk/public/css/gallery/highslide/closeX.png);
}
.draggable-header .highslide-header .highslide-close a:hover {
	background-position: 0 16px;
}
.draggable-header .highslide-header .highslide-close span {
	display: none;
}
.draggable-header .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'titlebar' */
.titlebar .highslide-header {
	height: 18px;
	border-bottom: 1px solid #dddddd;
}
.titlebar .highslide-heading {
	position: absolute;
	margin: 1px 0.4em;
	color: #666666;
}

.titlebar .highslide-header .highslide-move {
	cursor: move;
	display: block;
	height: 16px;
	position: absolute;
	right: 24px;
	top: 0;
	width: 100%;
	z-index: 1;
}
.titlebar .highslide-header .highslide-move * {
	display: none;
}
.titlebar .highslide-header li {
	position: relative;
	top: 3px;
	z-index: 2;
	padding: 0 0 0 1em;
}
.titlebar .highslide-maincontent {
	padding-top: 1em;
}

/* hs.wrapperClassName = 'no-footer' */
.no-footer .highslide-footer {
	display: none;
}

/* hs.wrapperClassName = 'wide-border' */
.wide-border {
	background: white;
}
.wide-border .highslide-image {
	border-width: 10px;
}
.wide-border .highslide-caption {
	padding: 0 10px 10px 10px;
}

/* hs.wrapperClassName = 'borderless' */
.borderless .highslide-image {
	border: none;
}
.borderless .highslide-caption {
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	background: silver;
}

/* hs.wrapperClassName = 'outer-glow' */
.outer-glow {
	background: #444;
}
.outer-glow .highslide-image {
	border: 5px solid #444444;
}
.outer-glow .highslide-caption {
	border: 5px solid #444444;
	border-top: none;
	padding: 5px;
	background-color: gray;
}

/* hs.wrapperClassName = 'colored-border' */
.colored-border {
	background: white;
}
.colored-border .highslide-image {
	border: 2px solid green;
}
.colored-border .highslide-caption {
	border: 2px solid green;
	border-top: none;
}

/* hs.wrapperClassName = 'dark' */
.dark {
	background: #111;
}
.dark .highslide-image {
	border-color: black black #202020 black;
	background: gray;
}
.dark .highslide-caption {
	color: white;
	background: #111;
}
.dark .highslide-controls,
.dark .highslide-controls ul,
.dark .highslide-controls a {
	background-image: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-black-border.gif);
}

/* hs.wrapperClassName = 'floating-caption' */
.floating-caption .highslide-caption {
	position: absolute;
	padding: 1em 0 0 0;
	background: none;
	color: white;
	border: none;
	font-weight: bold;
}

/* hs.wrapperClassName = 'controls-in-heading' */
.controls-in-heading .highslide-heading {
	color: gray;
	font-weight: bold;
	height: 20px;
	overflow: hidden;
	cursor: default;
	padding: 0 0 0 22px;
	margin: 0;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/icon.gif) no-repeat 0 1px;
}
.controls-in-heading .highslide-controls {
	width: 105px;
	height: 20px;
	position: relative;
	margin: 0;
	top: -23px;
	left: 7px;
	background: none;
}
.controls-in-heading .highslide-controls ul {
	position: static;
	height: 20px;
	background: none;
}
.controls-in-heading .highslide-controls li {
	padding: 0;
}
.controls-in-heading .highslide-controls a {
	background-image: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-white-small.gif);
	height: 20px;
	width: 20px;
}

.controls-in-heading .highslide-controls .highslide-move {
	display: none;
}

.controls-in-heading .highslide-controls .highslide-previous a {
	background-position: 0 0;
}
.controls-in-heading .highslide-controls .highslide-previous a:hover {
	background-position: 0 -20px;
}
.controls-in-heading .highslide-controls .highslide-previous a.disabled {
	background-position: 0 -40px !important;
}
.controls-in-heading .highslide-controls .highslide-play a {
	background-position: -20px 0;
}
.controls-in-heading .highslide-controls .highslide-play a:hover {
	background-position: -20px -20px;
}
.controls-in-heading .highslide-controls .highslide-play a.disabled {
	background-position: -20px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-pause a {
	background-position: -40px 0;
}
.controls-in-heading .highslide-controls .highslide-pause a:hover {
	background-position: -40px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a {
	background-position: -60px 0;
}
.controls-in-heading .highslide-controls .highslide-next a:hover {
	background-position: -60px -20px;
}
.controls-in-heading .highslide-controls .highslide-next a.disabled {
	background-position: -60px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-full-expand a {
	background-position: -100px 0;
}
.controls-in-heading .highslide-controls .highslide-full-expand a:hover {
	background-position: -100px -20px;
}
.controls-in-heading .highslide-controls .highslide-full-expand a.disabled {
	background-position: -100px -40px !important;
}
.controls-in-heading .highslide-controls .highslide-close a {
	background-position: -120px 0;
}
.controls-in-heading .highslide-controls .highslide-close a:hover {
	background-position: -120px -20px;
}

/*****************************************************************************/
/* Styles for text based controls.						                     */
/* You can safely remove this if you don't use text based controls			 */
/*****************************************************************************/

.text-controls .highslide-controls {
	width: auto;
	height: auto;
	margin: 0;
	text-align: center;
	background: none;
}
.text-controls ul {
	position: static;
	background: none;
	height: auto;
	left: 0;
}
.text-controls .highslide-move {
	display: none;
}
.text-controls li {
    background-image: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-text-buttons.png);
	background-position: right top !important;
	padding: 0;
	margin-left: 15px;
	display: block;
	width: auto;
}
.text-controls a {
    background: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-text-buttons.png) no-repeat;
    background-position: left top !important;
    position: relative;
    left: -10px;
	display: block;
	width: auto;
	height: auto;
	text-decoration: none !important;
}
.text-controls a span {
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/controlbar-text-buttons.png) no-repeat;
    margin: 1px 2px 1px 10px;
	display: block;
    min-width: 4em;
    height: 18px;
    line-height: 18px;
	padding: 1px 0 1px 18px;
    color: #333;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
}
.text-controls .highslide-next {
	margin-right: 1em;
}
.text-controls .highslide-full-expand a span {
	min-width: 0;
	margin: 1px 0;
	padding: 1px 0 1px 10px;
}
.text-controls .highslide-close a span {
	min-width: 0;
}
.text-controls a:hover span {
	color: black;
}
.text-controls a.disabled span {
	color: #999;
}

.text-controls .highslide-previous span {
	background-position: 0 -40px;
}
.text-controls .highslide-previous a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-previous a.disabled span {
	background-position: 0 -140px;
}
.text-controls .highslide-play span {
	background-position: 0 -60px;
}
.text-controls .highslide-play a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-play a.disabled span {
	background-position: 0 -160px;
}
.text-controls .highslide-pause span {
	background-position: 0 -80px;
}
.text-controls .highslide-next span {
	background-position: 0 -100px;
}
.text-controls .highslide-next a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-next a.disabled span {
	background-position: 0 -200px;
}
.text-controls .highslide-full-expand span {
	background: none;
}
.text-controls .highslide-full-expand a.disabled {
	background-position: left top !important;
}
.text-controls .highslide-close span {
	background-position: 0 -120px;
}


/*****************************************************************************/
/* Styles for the thumbstrip.							                     */
/* See www.highslide.com/ref/hs.addSlideshow    							 */
/* You can safely remove this if you don't use a thumbstrip 				 */
/*****************************************************************************/

.highslide-thumbstrip {
	height: 100%;
}
.highslide-thumbstrip div {
	overflow: hidden;
}
.highslide-thumbstrip table {
	position: relative;
	padding: 0;
	border-collapse: collapse;
}
.highslide-thumbstrip td {
	padding: 1px;
	/*text-align: center;*/
}
.highslide-thumbstrip a {
	outline: none;
}
.highslide-thumbstrip img {
	display: block;
	border: 1px solid gray;
	margin: 0 auto;
}
.highslide-thumbstrip .highslide-active-anchor img {
	visibility: visible;
}
.highslide-thumbstrip .highslide-marker {
	position: absolute;
	width: 0;
	height: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent; /* change this to actual background color in highslide-ie6.css */
}
.highslide-thumbstrip-horizontal div {
	width: auto;
	/* width: 100% breaks in small strips in IE */
}
.highslide-thumbstrip-horizontal .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-up div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/scrollarrows.png) left center no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down {
	display: none;
	position: absolute;
	top: 3px;
	right: 3px;
	width: 25px;
	height: 42px;
}
.highslide-thumbstrip-horizontal .highslide-scroll-down div {
	margin-bottom: 10px;
	cursor: pointer;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/scrollarrows.png) center right no-repeat;
	height: 42px;
}
.highslide-thumbstrip-horizontal table {
	margin: 2px 0 10px 0;
}
.highslide-viewport .highslide-thumbstrip-horizontal table {
	margin-left: 10px;
}
.highslide-thumbstrip-horizontal img {
	width: auto;
	height: 40px;
}
.highslide-thumbstrip-horizontal .highslide-marker {
	top: 47px;
	border-left-width: 6px;
	border-right-width: 6px;
	border-bottom: 6px solid gray;
}
.highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	margin-left: 10px;
}
.dark .highslide-thumbstrip-horizontal .highslide-marker, .highslide-viewport .highslide-thumbstrip-horizontal .highslide-marker {
	border-bottom-color: white !important;
}
.highslide-thumbstrip-vertical div {
	height: 100%;
}
.highslide-thumbstrip-vertical a {
	display: block;
}
.highslide-thumbstrip-vertical .highslide-scroll-up {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-up div {
	margin-left: 10px;
	cursor: pointer;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/scrollarrows.png) top center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
}
.highslide-thumbstrip-vertical .highslide-scroll-down div {
	margin-left: 10px;
	cursor: pointer;
	background: url(http://www.polytrade.sk/public/css/gallery/highslide/scrollarrows.png) bottom center no-repeat;
	height: 25px;
}
.highslide-thumbstrip-vertical table {
	margin: 10px 0 0 10px;
}
.highslide-thumbstrip-vertical img {
	max-width: 60px;
}
.highslide-thumbstrip-vertical .highslide-marker {
	left: 0;
	margin-top: 8px;
	border-top-width: 6px;
	border-bottom-width: 6px;
	border-left: 6px solid gray;
}
.dark .highslide-thumbstrip-vertical .highslide-marker, .highslide-viewport .highslide-thumbstrip-vertical .highslide-marker {
	border-left-color: white;
}

.highslide-viewport .highslide-thumbstrip-float {
	overflow: auto;
}
.highslide-thumbstrip-float ul {
	margin: 2px 0;
	padding: 0;
}
.highslide-thumbstrip-float li {
	display: block;
	height: 60px;
	margin: 0 2px;
	list-style: none;
	float: left;
}
.highslide-thumbstrip-float img {
	display: inline;
	border-color: silver;
	max-height: 56px;
}
.highslide-thumbstrip-float .highslide-active-anchor img {
	border-color: black;
}
.highslide-thumbstrip-float .highslide-scroll-up div, .highslide-thumbstrip-float .highslide-scroll-down div {
	display: none;
}
.highslide-thumbstrip-float .highslide-marker {
	display: none;
}
div.light_rounded .pp_top .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.light_rounded .pp_top .pp_middle { background: #fff; } /* Top pattern/color */
div.light_rounded .pp_top .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.light_rounded .pp_content .ppt { color: #000; }
div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right { background: #fff; }
div.light_rounded .pp_content { background-color: #fff; } /* Content background */
div.light_rounded .pp_next:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_rounded .pp_previous:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.light_rounded .pp_expand { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_rounded .pp_expand:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_rounded .pp_contract { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_rounded .pp_contract:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_rounded .pp_close { width: 75px; height: 22px; background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_rounded #pp_full_res .pp_inline { color: #000; }
div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_rounded .pp_nav .pp_play { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_nav .pp_pause { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_rounded .pp_arrow_previous { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_rounded .pp_arrow_next { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_rounded .pp_bottom .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.light_rounded .pp_bottom .pp_middle { background: #fff; } /* Bottom pattern/color */
div.light_rounded .pp_bottom .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
div.light_rounded .pp_loaderIcon { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/loader.gif) center center no-repeat; } /* Loader icon */

/* ----------------------------------
	Dark Rounded Theme
----------------------------------- */

div.dark_rounded .pp_top .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.dark_rounded .pp_top .pp_middle { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Top pattern/color */
div.dark_rounded .pp_top .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.dark_rounded .pp_content_container .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_rounded .pp_content_container .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_rounded .pp_content { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Content background */
div.dark_rounded .pp_next:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_rounded .pp_previous:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.dark_rounded .pp_expand { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_rounded .pp_expand:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_rounded .pp_contract { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_rounded .pp_contract:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_rounded .pp_close { width: 75px; height: 22px; background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_rounded .currentTextHolder { color: #c4c4c4; }
div.dark_rounded .pp_description { color: #fff; }
div.dark_rounded #pp_full_res .pp_inline { color: #fff; }
div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_rounded .pp_nav .pp_play { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_nav .pp_pause { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_rounded .pp_arrow_previous { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_rounded .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_rounded .pp_arrow_next { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_rounded .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_rounded .pp_bottom .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.dark_rounded .pp_bottom .pp_middle { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat; } /* Bottom pattern/color */
div.dark_rounded .pp_bottom .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */
div.dark_rounded .pp_loaderIcon { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */

/* ----------------------------------
	Dark Square Theme
----------------------------------- */

div.dark_square .pp_left ,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/contentPattern.png) top left repeat; }
div.dark_square .currentTextHolder { color: #c4c4c4; }
div.dark_square .pp_description { color: #fff; }
div.dark_square .pp_loaderIcon { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/loader.gif) center center no-repeat; } /* Loader icon */
div.dark_square .pp_content_container .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y; } /* Left Content background */
div.dark_square .pp_content_container .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y; } /* Right Content background */
div.dark_square .pp_expand { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.dark_square .pp_expand:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.dark_square .pp_contract { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.dark_square .pp_contract:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.dark_square .pp_close { width: 75px; height: 22px; background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.dark_square #pp_full_res .pp_inline { color: #fff; }
div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.dark_square .pp_nav .pp_play { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_nav .pp_pause { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.dark_square .pp_arrow_previous { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.dark_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.dark_square .pp_arrow_next { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.dark_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.dark_square .pp_next:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.dark_square .pp_previous:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

/* ----------------------------------
	Light Square Theme
----------------------------------- */

div.light_square .pp_left ,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content { background: #fff; }
div.light_square .pp_content .ppt { color: #000; }
div.light_square .pp_expand { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.light_square .pp_expand:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.light_square .pp_contract { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.light_square .pp_contract:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.light_square .pp_close { width: 75px; height: 22px; background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.light_square #pp_full_res .pp_inline { color: #000; }
div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next { margin-top: 12px !important; }
div.light_square .pp_nav .pp_play { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_nav .pp_pause { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat; height: 15px; width: 14px; }
div.light_square .pp_arrow_previous { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat; } /* The previous arrow in the bottom nav */
div.light_square .pp_arrow_previous.disabled { background-position: 0 -87px; cursor: default; }
div.light_square .pp_arrow_next { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat; } /* The next arrow in the bottom nav */
div.light_square .pp_arrow_next.disabled { background-position: -22px -87px; cursor: default; }
div.light_square .pp_next:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/btnNext.png) center right  no-repeat; cursor: pointer; } /* Next button */
div.light_square .pp_previous:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_square/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */

/* ----------------------------------
	Facebook style Theme
----------------------------------- */

div.facebook .pp_top .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat; } /* Top left corner */
div.facebook .pp_top .pp_middle { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x; } /* Top pattern/color */
div.facebook .pp_top .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat; } /* Top right corner */
div.facebook .pp_content .ppt { color: #000; }
div.facebook .pp_content_container .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y; } /* Content background */
div.facebook .pp_content_container .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y; } /* Content background */
div.facebook .pp_content { background: #fff; } /* Content background */
div.facebook .pp_expand { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat; cursor: pointer; } /* Expand button */
div.facebook .pp_expand:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat; cursor: pointer; } /* Expand button hover */
div.facebook .pp_contract { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat; cursor: pointer; } /* Contract button */
div.facebook .pp_contract:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat; cursor: pointer; } /* Contract button hover */
div.facebook .pp_close { width: 22px; height: 22px; background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat; cursor: pointer; } /* Close button */
div.facebook #pp_full_res .pp_inline { color: #000; }
div.facebook .pp_loaderIcon { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/loader.gif) center center no-repeat; } /* Loader icon */
div.facebook .pp_arrow_previous { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The previous arrow in the bottom nav */
div.facebook .pp_arrow_previous.disabled { background-position: 0 -96px; cursor: default; }
div.facebook .pp_arrow_next { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat; height: 22px; margin-top: 0; width: 22px; } /* The next arrow in the bottom nav */
div.facebook .pp_arrow_next.disabled { background-position: -32px -96px; cursor: default; }
div.facebook .pp_nav { margin-top: 0; }
div.facebook .pp_nav p { font-size: 15px; padding: 0 3px 0 4px; }
div.facebook .pp_nav .pp_play { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_nav .pp_pause { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat; height: 22px; width: 22px; }
div.facebook .pp_next:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
div.facebook .pp_previous:hover { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/btnPrevious.png) center left no-repeat; cursor: pointer; } /* Previous button */
div.facebook .pp_bottom .pp_left { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat; } /* Bottom left corner */
div.facebook .pp_bottom .pp_middle { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x; } /* Bottom pattern/color */
div.facebook .pp_bottom .pp_right { background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat; } /* Bottom right corner */

/* ------------------------------------------------------------------------
	DO NOT CHANGE
------------------------------------------------------------------------- */

div.pp_pic_holder a:focus {
    outline:none;
}
div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}
div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}
.pp_top {
    height: 20px;
    position: relative;
}
* html .pp_top {
    padding: 0 20px;
}
.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_top .pp_middle {
    left: 0;
    position: static;
}
.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_content {
    height: 40px;
}
.pp_fade {
    display: none;
}
.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}
.pp_content_container .pp_left {
    padding-left: 20px;
}
.pp_content_container .pp_right {
    padding-right: 20px;
}
.pp_content_container .pp_details {
    margin: 10px 0 2px 0;
}
.pp_description {
    display: none;
    margin: 0 0 5px 0;
}
.pp_nav {
    clear: left;
    float: left;
    margin: 3px 0 0 0;
}
.pp_nav p {
    float: left;
    margin: 2px 4px;
}
.pp_nav .pp_play,.pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}
a.pp_arrow_previous,a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}
.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}
.pp_gallery {
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
    visibility:hidden;
}
.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    overflow: hidden;
    position: relative;
}
.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0,0,0,0.5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}
.pp_gallery ul a:hover {
    border-color: #fff;
}
.pp_gallery ul a img {
    border: 0;
}
.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
}
.pp_gallery li.default a {
    background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
    display: block;
    height: 33px;
    width: 50px;
}
.pp_gallery li.default a img {
    display: none;
}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next {
    margin-top: 7px !important;
}
a.pp_next {
    background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_previous {
    background: url(http://www.polytrade.sk/public/css/gallery/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}
a.pp_expand,a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}
a.pp_close {
    display: block;
    float: right;
    text-indent: -10000px;
}
.pp_bottom {
    height: 20px;
    position: relative;
}
* html .pp_bottom {
    padding: 0 20px;
}
.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}
.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}
* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}
.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}
#pp_full_res {
    line-height: 1 !important;
}
#pp_full_res .pp_inline {
    text-align: left;
}
#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}
div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

/* ------------------------------------------------------------------------
	Miscellaneous
------------------------------------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
.sf-menu, .sf-menu * {
    margin:0;
    padding:0;
    list-style:none;
}
.sf-menu {
    line-height:1.0;
}
.sf-menu ul li {
    width:100%;
}
.sf-menu li:hover {
    visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float:left;
    position:relative;
}
.sf-menu a {
    display:block;
    position:relative;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
    left:0;
    top:2.5em; /* match top ul list item height */
    z-index:99;
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
    top:-999em;
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
    left:10em; /* match ul width */
    top:0;
}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
    top:-999em;
}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
    left:10em; /* match ul width */
    top:0;
}
.sf-menu .no_click{
    cursor:default;
}

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
    background:	url('') no-repeat bottom right;
    padding: 0 8px 9px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/
/* menu */
.sf-horizontal {
    float: left;
    z-index:100;
}
.sf-horizontal ul {
    position:absolute;
    top:-999em;
    /* width:10em; /* left offset of submenus need to match (see below) */
}
.sf-horizontal li a.first {
    font-size:14px;
    font-weight:800;
    padding-top:10px;
    padding-left:10px;
    padding-right:10px;
    height:25px;
    text-decoration:none;
    /* color:white; */
}
.sf-horizontal li a.first:hover {
    text-decoration:underline;
    /* color:white; */
}
.sf-horizontal li ul {
    /*
    background-color:#fff;
    border:1px solid #dedee1;
    */
    padding:0px 5px;
}
.sf-horizontal li:hover, .sf-horizontal li.sfHover{
    outline:0;
}

.sf-horizontal li a.first:hover , .sf-horizontal li.sfHover a.first {
    /* color:#df0000; */
    outline: 0;
}

/* submenu */
.sf-horizontal li ul {
    width:250px;
    padding:0px;
}
.sf-horizontal li ul li a {
    height:15px;
    padding:10px;
    font-size:12px;
    text-decoration:none;
    margin:1px;
    /*
    border-top:1px solid #dedee1;
    color:#080808;
    */
}

.sf-horizontal li ul > li:first-child > div > div> div> a {
    border-top:none;
}
/*
.sf-horizontal li ul li.sfHover a{
    background-color:#fff;
}
*/
/*
.sf-horizontal li ul li a:hover {
    background-image:none;
    background-color:#fff;
    color:#da0000;
}
*/
.sf-horizontal li:hover ul,.sf-horizontal li.sfHover ul {
     /* match ul width */
    top:35px;
}
/* ostatne submenu */
.sf-horizontal li ul li:hover ul,.sf-horizontal li ul li.sfHover ul,.sf-horizontal li ul li ul li:hover ul {
    /* background-color:#fff; */
    left:250px;
}
/* news */
.news a.more {
    background-image: url('/public/images/web/polytrade/news_img.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
}
/* news */
/* place-box */
.place-box {
    color:green;
    font-size:18px;
    text-align:center;
    border:1px dashed green;
    height:50px;
    margin:2px;
    padding:5px;
    background-color:#E2FAE2;
}
/* place-box */
/* gallery */
.gallery-box {
    margin-top:10px;
    padding-bottom:10px;
}
.gallery-box p {
    color:black;
    margin-left:10px;
    font-style:italic;
}
.gallery-box img {
    border:3px solid #B7B7B7;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
}
.gallery-box .images .img {
    float:left;
    overflow:hidden;
    text-align:center;
    padding:2px;
}
/* gallery */
/* writeus */
.writeus {
    margin-left:10px;
}
.writeus .google-map {
    float:right;
    margin-top:25px;
    margin-left:25px;
}
.writeus .google-map iframe {
    width:300px;
    height:350px;
    border:1px solid #CCCCCC;
    overflow:hidden;
    margin:0px;
}
.writeus .contact {
    float:left;
}
.writeus .contact p {
    margin-left:10px;
    font-style:italic;
}
/* writeus */
/* bulletin */
.bulletin-box {
    padding-top:20px;
    text-align:center;
    margin-bottom:20px;
    margin-left:10px;
    margin-right:10px;
}
.bulletin-box input[type="text"] {
    /* width:110px; */
}
.bulletin-box p {
    text-align:left;
    font-weight:800;
    font-style:italic;
}
/* bulletin */
/* bulletin2-box */
.bulletin2-box {
    padding-top:20px;
    margin-bottom:20px;
    margin-left:4px;
}
.bulletin2-box p {
    text-align:left;
    font-weight:800;
    font-style:italic;
    font-size:13px;
    margin-bottom:7px;
}
.bulletin2-box label {
    padding-top:3px;
    padding-bottom:2px;
    display:block;
}
.bulletin2-box input[type="submit"] {
    margin-left:83px;
    margin-top:5px;
}
/* bulletin2-box */
/* news */
.news {
    margin-top:10px;
}
.news .box .head {
    background-color:#920805;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
    -webkit-border-radius:5px;
}
.news .box p {
    margin:0px;
    padding:0px;
    padding-top:5px;
    padding-right:5px;
    text-align:justify;
}
.news .box p.lheight {
    line-height:20px;
}
.news .box .img {
    float:left;
    margin-top:4px;
    margin-right:15px;
    padding:5px;
    background-color:#B7B7B7;
    
    /*
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    */

    -moz-transform:rotate(-6deg);
    -webkit-transform:rotate(-6deg);
    -khtml-transform:rotate(-6deg);

    -moz-box-shadow:5px 5px 5px #000000;
    -webkit-box-shadow:5px 5px 5px #000000;
    -khtml-box-shadow:5px 5px 5px #000000;
}
.news .box h2 {
    float:left;
    margin:2px;
    margin-left:10px;
    line-height:25px;
    font-size:15px;
}
.news .box h2 a {
    text-decoration:none;
    color:gray;
}
.news .box .content h2 {
    float:none;
    font-size:19px;
}
.news .box div > span {
    display:block;
    background-color:black;
    color:white;
    width:40px;
    height:30px;
    float:left;
    font-size:15px;
    font-weight:800;
    text-align:center;
    padding-top:6px;
}
.news .box div > span > span:first-child {
    font-size:20px;
    line-height:11px;
}
/* news */
/* news-detail */
.news-detail .img {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    padding:10px;
    background-color:#B7B7B7;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.news-detail .content {
    line-height:20px;
    text-align:justify;
}
.news-detail .description {
    font-weight:800;
    margin-left:10px;
    font-style:italic;
    margin-top:5px;
    margin-bottom:10px;
}
/* news-detail */
/* news-box */
.news-box .content {
    float:left;
}
.news-box .img {
    float:left;
    margin-right:5px;
    margin-bottom:5px;
    margin-top:3px;
}
.news-box span {
    margin-left:6px;
    font-size:11px;
}
.news-box h3 {
    margin:0px;
    padding:0px;
    margin-bottom:5px;
}
.news-box p {
    margin:0px;
    padding:0px;
}
.news-box ul {
    margin:0px;
    padding:0px;
 }
.news-box ul li {
    padding:3px;
    margin-left:15px;
    list-style-type:square;
}
/* news-box */
/* poll */
.poll-box {
    width:100%;
}
.poll-box h4 {
    color:gray;
    margin-top:2px;
    padding-left:4px;
}
.poll-box label {
    font-size:10px;
    font-style:italic;
    margin-left:5px;
}
.poll-box label a {
    text-decoration:none;
    color:#252525;
}
.poll-box label a:hover {
    text-decoration:underline;
    color:foot;
}
.poll-box label span {
    margin-left:20px;
}
.poll-box div {
    background-color:#920805;
    height:2px;
    margin-top:6px;
    margin-bottom:3px;
    margin-left:5px;
}
.poll-box .votes {
    border-bottom:#CCCCCC dotted 1px;
    text-align:right;
    font-size:9px;
    padding:5px;
    color:gray;
}
/* poll */
/* maps */
.maps ul.first {
    margin:0px;
    padding:0px;
}
.maps ul.first a {
    font-weight:800;
    font-size:16px;
}
.maps ul li {
    list-style:square;
    padding:3px;
}
.maps ul li.separator {
    display:none;
}
/* maps */
/* search */
.search p {
    margin:0px;
    padding:0px;
}
.search p span {
    margin-top:4px;
    color:gray;
    font-size:11px;
    display:block;
}
.search .results {
    text-align:right;
    color:gray;
    font-weight:800;
}
.search .keywords {
    font-size:15px;
    font-weight:800;
    font-style:italic;
    margin-bottom:20px;
    margin-top:10px;
}
.search .keywords span {
    margin-left:15px;
    color:gray;
    font-weight:normal;
    font-style:normal;
}
.search h2 {
    margin-bottom:0px;
    padding-bottom:0px;
}
.search h2 a {
    font-weight:normal;
    font-size:17px;
}
/* search */

