﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #787878;
	background:url(../../images/bg_home.gif) repeat-x left top;
	background-color:#787878;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #787878;
}
a:hover {
	text-decoration: underline;
	color: #DC181E;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #ed1c24;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px;
	padding: 0px;
}
h2 a:link, h2 a:active, h2 a:visited, h3 a:link, h3 a:active, h3 a:visited, h4 a:link, h4 a:active, h4 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h2 a:hover, h3 a:hover, h4 a:hover {
	color: #DC181E;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
h4 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
img {
	padding-left: 0px;
	margin-left: 0px;
}
#page-wrapper {
	width: 995px;
	overflow:hidden;
	position:relative;
}
/****************************/
/********* header ***********/
/****************************/
#page-header-wrapper {
	margin-left: 50px;
	width: 940px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	float: left;
	height: 106px;
	overflow:hidden;
}
#logo {
	height: 71px;
	width: 140px;
	float: left;
	margin:-10px 0 0 0;
}
#logo a {
	background-image: url(../../images/logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height:71px;
	width:140px;
	position:relative;
	display:block;
	float:left;
}
#logo a span {
	display: none;
}
#lang {
	font-size: 11px;
	text-align: right;
	text-transform: uppercase;
	margin-top: 17px;
	font-weight: bold;
	float: left;
	margin-left: 510px;
}
#lang a {
	text-decoration: none;
}
#lang .lang-selected, #lang a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#search-box {
	margin-top:13px;
	float: right;
	width: 185px;
	height: 27px;
	border-top: 1px solid #787878;
	border-right: 1px solid #787878;
	border-bottom: 1px solid #787878;
	border-left: 1px solid #787878;
}
#search-box-content {
	display: block;
	list-style-type: none;
	margin: 3px 0px 0px 5px;
	text-align: left;
	color: #FFFFFF;
}
.search-image {
	background-image: url(../../images/search_input.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 140px;
	border: none;
	height: 30px;
	float: left;
}
.search-image input {
	border: none;
	padding: 5px 0px 0px 5px;
	margin: 0px;
	color: #000000;
	background-color: transparent;
	display: block;
	height: 15px;
	width: 85%;
}
.search-button {
	border: none;
}
.search-image-blank {
	width: 140px;
	border: none;
	float: left;
	background-color: #000000;
}
.search-image-blank input {
	border: none;
	margin: 0px;
	color: #8C8C8C;
	background-color: transparent;
	display: block;
	width: 95%;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
}
/*******************************/
/********* navigation **********/
/*******************************/
#navigation-holder {
	clear:both;
	width: 730px;
	height: 49px;
	position:absolute;
	left:47px;
	top:71px;
	background-color: transparent;
}
#navigation {
	display:block;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding:0px;
}
#navigation ul li {
	list-style:none;
	float:left;
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	color: #8C8C8C;
	font-size: 12px;
	background-image: url(../../images/navigation_link.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	height: 27px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	display: block;
	background-attachment: scroll;
	line-height: 28px;
	margin:0 2px 0 2px;
	padding:0 10px 0 5px;
}
#navigation a:hover {
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../../images/navigation_hover.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	height: 27px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	display: block;
	background-attachment: scroll;
	line-height: 28px;
	margin:0 2px 0 2px;
	padding:0 10px 0 5px;
}
#navigation li.selected a, #navigation li.selected a:link, #navigation li.selected a:active, #navigation li.selected a:visited, #navigation li.selected a:hover {
	color:#FFFFFF;
	font-size:12px;
	background: url(../../images/navigation_hover.png) no-repeat right top;
	text-decoration: none;
	display: block;
	margin:0 2px 0 2px;
	padding:0 10px 0 5px;
	position:relative;
}
#navigation li.selected a span.current-arrow, #navigation li.selected a:link span.current-arrow, #navigation li.selected a:active span.current-arrow, #navigation li.selected a:visited span.current-arrow, #navigation li.selected a:hover span.current-arrow {
	width:21px;
	height:14px;
	position:absolute;
	left:37%;
	bottom:-14px;
	background:url(../../images/current-arrow-bcg.gif) no-repeat left top;
}
/********************************/
/*********** content ************/
/********************************/
.banner-shop-big {
	background-image: url(../../images/webShop_banner-big.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	margin: 17px 0px 0px 15px;
	padding: 0px;
	height: 185px;
	width: 190px;
	float: left;
}
.banner-big-title {
	margin-top: 105px;
	margin-left: 15px;
}
.banner-big-title a:link, .banner-big-title a:active, .banner-big-title a:visited {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
}
.banner-big-title a:hover {
	font-size: 22px;
	color: #dc181e;
	font-weight: normal;
	text-decoration: none;
	line-height: 32px;
}
.banner-shop-small {
	background-image: url(../../images/webShop_banner-small.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 70px;
	margin: 0px;
	padding: 0px;
	width: 185px;
}
.banner-small-title {
	text-decoration: none;
	padding-top: 20px;
	padding-left: 60px;
	font-size: 16px;
}
.home-outdex-spacer {
	padding-top: 10px;
	padding-bottom: 10px;
}
#page-content-holder {
	width: 995px;
}
#page-content-wrapper {
	float: left;
	width: 795px;
	overflow:hidden;
	margin:0 0 0 0;
}
#page-content {
	background-color: #FFFFFF;
	float: left;
	clear: both;
	margin: 0px;
	padding: 5px 0px 15px;
	width: 785px;
	overflow:hidden;
}
#page-content-navigation-holder {
	width: 785px;
	background-image: url(../../images/page_navigation.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 0px;
	padding: 0px 0px 6px 0;
	display: block;
	clear: both;
	float: left;
}
#page-content-navigation {
	padding: 1px 0 4px 0;
	float:left;
	margin-left:50px;
	overflow:hidden;
}
#navlist-one {
	padding:5px 0 0 0;
}
#navlist-one ul, #navlist-two ul {
	list-style:none;
	padding:0px;
	margin:1px 0px 2px 0px;
	width:720px;
}
#navlist-one li, #navlist-two li {
	float:left;
	margin:0 5px 5px 0;
}
#navlist-one li a, #navlist-two li a, #navlist-one li a:link, #navlist-two li a:link, #navlist-one li a:active, #navlist-two li a:active, #navlist-one li a:visited, #navlist-two li a:visited {
	color:#fff;
	text-decoration:none;
	padding:0 4px 1px 4px;
	font-size:13px;
	display:block;
	background-color:#C01515;
}
#navlist-one li a:hover, #navlist-one li.selected a:link, #navlist-one li.selected a:visited, #navlist-two li a:hover, #navlist-two li.selected a:link, #navlist-two li.selected a:visited, .navlist-selected {
	background-color:#9E1212;
}
#page-content-navigation-two-holder {
	width: 785px;
	background-color: #FFFFFF;
	clear: both;
	float: left;
	padding-bottom: 10px;
}
#page-content-navigation-two {
	margin-left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 5px;
	width: 700px;
	padding-bottom: 10px;
	float: left;
	clear: both;
}
#page-content-navigation-two ul {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: 700px;
}
#page-content-navigation-two ul li {
	display: block;
	float: left;
	margin: 2px 5px 3px 0;
}
#page-content-navigation-two ul li a:link, #page-content-navigation-two ul li a:active, #page-content-navigation-two ul li a:visited {
	background-color: #eee;
	color: #000;
	display: block;
	font-size: 1.1em;
	margin: 0;
	padding: 0 4px 1px;
	text-decoration:none;
	width:auto;
}
#page-content-navigation-two ul li a:hover, #page-content-navigation-two ul li.selected a:link, #page-content-navigation-two ul li.selected a:visited, .navigation-two-selected {
	background-color: #ddd;
	color: #000;
	display: block;
	font-size: 1.1em;
	margin: 0;
	padding: 0 4px 1px;
	text-decoration:none;
	width:auto;
}
/**************************/
/******** Article *********/
/**************************/
.article, .list {
	width: 700px;
	margin: 5px 0px 0px 50px;
	padding: 0px;
	float: left;
}
.article-title {
	color: #ed1c24;
	margin: 0;
	padding: 0 0 10px 0;
}
.article-title a:link, .article-title a:visited {
	color: #ed1c24;
	text-decoration: none;
}
.article-title a:hover, .article-title a:active {
	text-decoration: underline;
}
.article-lead {
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.article-content {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-top: 8px;
}
.article-details-link {
	margin: 10px 0;
}
.article-details-link a:link, .article-details-link a:visited, .article-details-link a:hover, .article-details-link a:active {
	text-decoration: none;
	color: #000;
	font-size: 12px;
	background: url(../../images/Rotator_next_on.gif) no-repeat right center;
	display: inline-block;
	padding-right: 16px;
}
.article p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}
.article-shop-link:link, .article-shop-link:active, .article-shop-link:visited {
	display: block;
	float:right;
	height:22px;
	padding-left:35px;
	width:50px;
	color: #000;
	text-decoration: none;
	background: #fff url(../../images/buy_btn.png) no-repeat left center;
}
.article-shop-link:hover {
	color: #dc181e;
}
.article-related-links {
}
.article-related-links ul, .article-related-links ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/****************************/
/***** Article gallery ******/
/****************************/
.article-gallery-wrapper {
	float: left;
	margin: 5px 20px 10px 0;
	position: relative;
	width: 330px;
}
.article-gallery-wrapper ul, .article-gallery-wrapper ul li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	text-align: center;
}
.article-gallery {
	border: 1px solid #d1d1d1;
	width: 330px;
	height: 218px;
	overflow: hidden;
}
.article-gallery img {
	position: static;
	visibility: visible;
}
.jcarousel-container {
	position:relative;
}
.jcarousel-clip {
	z-index: 2;
	width: 330px;
	height: 218px;
	overflow: hidden;
	position: relative;
	margin:0;
	padding:0;
}
.jcarousel-list {
	z-index:1;
	overflow:hidden;
	position:relative;
	top:0;
	left:0;
	margin:0;
	padding:0;
}
.jcarousel-list li, .jcarousel-item {
	float: left;
	list-style: none;
	width: 330px;
	overflow: hidden;
}
.jcarousel-scroll {
	font-size: 1.1em;
	height: 19px;
	line-height: 19px;
	margin-left: 115px;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}
a.jcarousel-next:link, a.jcarousel-next:visited, a.jcarousel-next:active, a.jcarousel-next:hover {
	display: block;
	background-image: url(../../images/Rotator_next_on.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	width: 19px;
	height: 18px;
	float: right;
	line-height: 18px;
	outline-style: none;
}
a.jcarousel-prev:link, a.jcarousel-prev:visited, a.jcarousel-prev:active, a.jcarousel-prev:hover {
	display: block;
	background-image: url(../../images/Rotator_previous_on.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	width: 19px;
	height: 18px;
	line-height: 18px;
	float: left;
	outline-style: none;
}
a.jcarousel-next span, a.jcarousel-prev span {
	display: none;
}
.jcarousel-numberof {
	display:block;
	float:left;
	width:53px;
	line-height:18px;
	vertical-align:middle;
	text-align:center;
	font-size:0.8em;
}
.jcarousel-enabled {
	filter:alpha(opacity=100);
	-moz-opacity:1px;
	opacity:1px;
}
.jcarousel-disabled {
	filter:alpha(opacity=30);
	-moz-opacity:0.3px;
	opacity:0.3px;
	cursor:default;
}
.jcarousel-container {
	background-color:#fff;
}
.jcarousel-container-horizontal {
	width:220px;
	padding:0;
}
.jcarousel-item-horizontal {
	margin-right:10px;
}
.jcarousel-item-placeholder {
	background:#fff;
	color:#000;
}
.jcarousel-item img {
	border-collapse: collapse;
	border: 0 none;
	max-height: 218px;
	max-width: 330px;
}
/*****************************/
/****** article gallery ******/
/*****************************/
#gallery-wrapper {
	float: left;
	margin: 5px 0 0 50px;
	padding: 0;
	width: 725px;
}
.gallery-article {
	width: 120px;
	height: 115px;
	float: left;
	margin-right: 25px;
	overflow: hidden;
	cursor: pointer;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
	opacity: 1;
}
.gallery-article-hover {
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	opacity:.50;
}
.gallery-article-image {
	width: 120px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
}
.gallery-article-title {
	padding: 4px 0;
	line-height: 13px;
}
.gallery-article-title a:link, .gallery-article-title a:visited, .gallery-article-title a:hover, .gallery-article-title a:active {
	color: #000;
	text-decoration: none;
	font-size: 10px;
}
/*******************************/
/******* articles in tabs ******/
/*******************************/
.list-box {
	width: 332px;
	display: block;
	float: left;
	cursor: pointer;
	min-height: 125px;
}
.list-box .image {
	text-align: center;
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 0;
	overflow: hidden;
	float: left;
	height: 100px;
	width: 150px;
}
.list-box img {
	border-collapse: collapse;
	border: none 0;
	margin: 0;
	pading: 0;
}
.list-box h1, .list-box h1 a:link, .list-box h1 a:visited {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #646464;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
}
.list-box h1 a:hover, .list-box-hover h1 a:link, .list-box-hover h1 a:visited, .list-box-hover h1 a:hover, .list-box-hover h1 a:active {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #DC181E;
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
}
.list-lead {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: normal;
}
.list-box-hover .list-lead {
	color: #dc181e;
}
.separator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 0px 0px 12px;
	height: 12px;
	padding: 0px;
	clear: both;
}
.more {
	clear: both;
	float: left;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	width: 700px;
	text-align: right;
}
.more a:link, .more a:active, .more a:visited {
	text-decoration: none;
	font-size: 11px;
}
.more a:hover {
	text-decoration: none;
	color: #dc181e;
}
/************************************/
/********* site map styles **********/
/************************************/
#site-map {
	float: left;
	margin: 5px 0 0 50px;
	padding: 0;
	width: 700px;
}
.site-map-title {
	color: #ed1c24;
	margin: 0;
	padding: 0 0 10px;
}
.site-map-content {
	color: #787878;
	margin: 5px 0;
}
.site-map-item {
	overflow: hidden;
	margin: 10px 0;
}
.site-map-item h3 {
	color: #ed1c24;
	font-size: 12px;
	padding: 0;
	margin: 0;
}
.site-map-item h3 a:link, .site-map-item h3 a:visited, .site-map-item h3 a:active .site-map-item h3 a:hover {
	color: #ed1c24;
	text-decoration: none;
	text-transform: uppercase;
}
.site-map-item ul, .site-map-item ul li {
	margin: 3px 0;
	padding: 0;
	list-style-type: none;
}
.site-map-item ul {
	margin: 5px 20px;
}
.site-map-item ul li a:link, .site-map-item ul li a:visited {
	text-decoration: none;
	color: #787878;
	font-size: 11px;
}
.site-map-item ul li a:hover, .site-map-item ul li a:active {
	color: #000;
}
.site-map-item ul li ul {
	border: none 0;
	margin: 0 20px 5px 20px;
	padding: 0;
}
.site-map-item ul li ul li a:link, .site-map-item ul li ul li a:visited {
	text-decoration: none;
	color: #787878;
	font-size: 10px;
}
.site-map-item ul li ul li a:active, .site-map-item ul li ul li a:hover {
	color: #000;
}
/*********************************/
/***** search results style ******/
/*********************************/
#search-results {
	float: left;
	margin: 5px 0 0 50px;
	padding: 0;
	width: 700px;
}
.search-results-title {
	color: #ed1c24;
	margin: 0;
	padding: 0 0 10px;
}
.search-results-content {
	color: #787878;
	margin: 5px 0;
}
.search-results-content ul, .search-results-content ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.search-results-content ul li {
	margin: 20px 0;
}
.search-result-item-title {
}
.search-result-item-title a:link, .search-result-item-title a:visited, .search-result-item-title a:hover, .search-result-item-title a:active {
	color: #ed1c24;
	font-size: 12px;
	padding: 10px 0 5px 0;
	text-decoration: none;
}
.search-results-heading strong {
	color: #ed1c24;
}
.search-result-item-navigation {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: dotted 1px #ddd;
	font-size: 10px;
}
.search-result-item-navigation a:link, .search-result-item-navigation a:visited {
	color: #4d4d4d;
	text-decoration: none;
	background-color: #dddddd;
	padding: 0 3px;
}
.search-result-item-navigation a:hover, .search-result-item-navigation a:active {
	color: #4d4d4d;
	text-decoration: none;
	border: 0 none;
	background-color: transparent;
}
.search-results-pager {
	margin-top: 30px;
}
.search-results-pager a:link, .search-results-pager a:visited {
	color: #4d4d4d;
	text-decoration: none;
	background-color: #fff;
	padding: 0 3px;
	font-size: 12px;
}
.search-results-pager a:hover, .search-results-pager a:active {
	color: #4d4d4d;
	background-color: #ddd;
	text-decoration: none;
	border: 0 none;
}
.search-results-pager strong, .search-results-pager strong {
	color: #4d4d4d;
	text-decoration: none;
	background-color: #ddd;
	padding: 0 3px;
	font-size: 12px;
	font-weight: normal;
}
/*************************/
/********* footer ********/
/*************************/
#footer {
	background-color: #000;
	width: 710px;
	font-size: 9px;
	padding: 10px 25px 10px 50px;
	float: left;
	margin: 0px;
	margin-bottom:15px;
	clear: both;
}
#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #787878;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
/****************************/
/*** home content rotator ***/
/****************************/
#home-content-holder {
	float: left;
	padding: 0px;
	margin: 0px;
	height: 190px;
	width: 995px;
}
#home-content-left {
	display: block;
	float: left;
	width: 730px;
	margin: 5px 0px 0px 50px;
	padding: 0px;
	position: relative;
}
#home-content-left img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	height: 180px;
	width: 390px;
}
.article-highlighted {
	overflow: hidden;
	cursor: pointer;
}
.article-highlighted h1, .article-highlighted div.article-lead, .istaknuto_heading {
	font-weight: normal;
	color: #fff !Important;
}
.article-highlighted div.article-lead {
	margin-top: 10px;
}
.article-highlighted-hover h1, .article-highlighted-hover h1 a:link, .article-highlighted-hover h1 a:visited, .article-highlighted-hover div.article-lead {
	color: #dc181e !Important;
}
#home-content-left h1 {
	font-size: 20px;
	line-height: 26px;
	margin: 0;
	padding: 15px 0 0 0;
}
#home-content-left h1 a:link, #home-content-left h1 a:active, #home-content-left h1 a:visited, #home-content-left h4 a:link, #home-content-left h4 a:active, #home-content-left h4 a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
#home-content-left h1 a:hover, #home-content-left h4 a:hover {
	color: #DC181E;
	text-decoration: none;
}
.home-content-link {
	position: absolute;
	top: 150px;
	left: 415px;
	color: #fff;
}
.home-content-link a:link, .home-content-link a:active, .home-content-link a:visited {
	margin: 0;
	padding: 0px;
	text-decoration: none;
	color: #78;
}
.home-content-link a:hover, .home-content-link a.selected:link, .home-content-link a.selected:visited {
	color: #fff;
}
/*******************************/
/********** home tabs **********/
/*******************************/
#home-tabs {
	margin:4px 0 0 50px;
	width: 700px;
}
#home-tabs ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#home-tabs ul li {
	list-style: none;
	display: inline;
}
#home-tabs li a:link, #home-tabs li a:active, #home-tabs li a:visited {
	color: #8C8C8C;
	font-size: 11px;
	background-image: url(../../images/navigation_link.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	height: 22px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	display: block;
	background-attachment: scroll;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: auto;
	float: left;
}
#home-tabs li a:hover, #home-tabs li.selected a:link, #home-tabs li.selected a:visited {
	color: #FFFFFF;
	font-size: 11px;
	background-image: url(../../images/navigation_hover.png);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #424242;
	display: block;
	background-attachment: scroll;
	line-height: 22px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
	width: auto;
	height: 22px;
}
.catalog-title {
	color: #dc181e;
}
/***************************/
/****** outdex styles ******/
/***************************/
#home-content-right {
	width: 185px;
	margin: 0px 0px 20px 10px;
	float: left;
	padding: 0px;
}
#home-page-content-right, #page-content-right {
	width: 185px;
	margin: 0px 0px 20px 10px;
	float: left;
	padding: 0px;
}
#page-content-right {
	margin-top:-34px;
}
.outdex-link {
	margin: 1px 0 8px 0;
	padding: 0;
	width: 185px;
	background: url(../../images/outdex_banner_link_bg.png) no-repeat left top;
	height: auto;
}
.outdex-link a:link, .outdex-link a:visited {
	width: 145px;
	color: #fff;
	padding: 7px 0 7px 25px;
	text-decoration: none;
	display: block;
	clear: both;
	font-size: 12px;
	background: url(../../images/heading_bullet.png) no-repeat 7px 7px;
}
.outdex-link a:hover, .outdex-link a:active {
	color: #dc181e;
}
.outdex-link-grey a:link, .outdex-link-grey a:visited {
	background: url(../../images/heading_bullet.png) no-repeat 7px 7px;
}
.outdex-link-grey a:hover, .outdex-link-grey a:active {
	color: #dc181e;
}
.outdex-link-red {
	background: url(../../images/outdex_banner_link_red.png) no-repeat left top;
}
.outdex-link-red a:link, .outdex-link-red a:visited {
	background: url(../../images/heading_bullet_white.png) no-repeat 7px 7px;
	font-size: 16px;
	line-height: 22px;
}
.outdex-link-red a:hover, .outdex-link-red a:active {
	color: #000;
}
.outdex-link-black {
	background: url(../../images/outdex_banner_link_black.png) no-repeat left top;
}
.outdex-link-black a:link, .outdex-link-black a:visited {
	background: url(../../images/heading_bullet.png) no-repeat 7px 7px;
	font-size: 16px;
	line-height: 22px;
}
.outdex-link-black a:hover, .outdex-link-black a:active {
	color: #dc181e;
}
.article-outdex {
	padding: 0;
	width: 185px;
	height: auto;
	margin-bottom: 8px;
}
.article-outdex h2 {
	margin: 0;
	padding: 0;
	width: 185px;
	background: url(../../images/outdex_banner_link_bg.png) no-repeat left top;
	height: auto;
	font-weight: normal;
	font-size: 12px;
}
.article-outdex h2 a:link, .article-outdex h2 a:visited, .article-outdex span {
	width: 145px;
	color: #fff;
	padding: 7px 0 7px 25px;
	text-decoration: none;
	display: block;
	clear: both;
	background: url(../../images/heading_bullet.png) no-repeat 7px 7px;
}
.article-outdex h2 a:hover, .article-outdex h2 a:active {
	color: #dc181e;
}
.article-outdex-photo {
	background-color: #fff;
	width: 185px;
	text-align: center;
	overflow: hidden;
}
.article-outdex-photo span {
	background: url();
	padding: 0;
	margin: 0;
}
.article-outdex-photo img {
	border: 0 none;
}
/****************************/
/********** survey **********/
/****************************/
#survey {
	padding: 0;
	width: 185px;
	height: auto;
	margin-bottom: 8px;
	background-color: #fff;
	overflow: hidden;
}
#survey h2 {
	margin: 0;
	padding: 0;
	width: 185px;
	background: #787878 url(../../images/outdex_banner_link_bg.png) no-repeat left top;
	height: auto;
	font-weight: normal;
	font-size: 12px;
}
#survey h2 span {
	width: 145px;
	color: #fff;
	padding: 7px 0 7px 25px;
	text-decoration: none;
	display: block;
	clear: both;
	background: url(../../images/heading_bullet.png) no-repeat 7px 7px;
}
#survey .survey-container {
	margin: 10px;
	color: #4e4e4e;
	font-size: 11px;
}
#survey .survey-question {
	margin: 10px;
	padding: 0;
	color: #4e4e4e;
}
#survey .survey-fields {
	margin: 12px 0;
	color: #4e4e4e;
}
#survey .survey-fields .field {
	margin: 3px 0;
}
/*
#survey .survey-fields .field label {
	display: inline-block;
	width: 135px;
}
#survey .survey-fields .field input {
	float: left;
}
*/
#survey .survey-buttons {
	padding-bottom: 5px;
}
#survey .survey-buttons input {
	height: 27px;
	color: #4e4e4e;
	font-size: 12px;
	cursor: pointer;
	border: 0 none;
	outline: none;
	margin-right: 2px;
}
#survey .survey-buttons input.button-send {
	background: url(../../images/btns.png) no-repeat;
	width: 80px;
	padding-right: 17px;
}
#survey .survey-buttons input.button-results {
	background: url(../../images/btns.png) no-repeat;
	width: 80px;
	padding-right: 21px;
}
#survey-results {
	color: #4e4e4e;
	margin: 10px;
	overflow: hidden;
}
#survey-results .survey-result {
	margin: 5px 0 7px 0;
}
#survey-results .survey-result-text, #survey-results .survey-result-text strong {
	color: #8C8C8C;
	font-size: 10px;
	font-weight: bold;
}
#survey-results .survey-result-image {
	width: 164px;
	height: 15px;
	background: url(../../images/results.png) no-repeat;
}
#survey-results .survey-result-image img {
	border-right: solid 1px #c8c8c8;
	height: 10px;
	margin: 1px 0 0 2px;
	padding: 0;
}
/****************************/
/********** forms ***********/
/****************************/
.form-general {
	margin: 5px 0 0 50px;
	padding: 0;
	width: 700px;
}
.form-general h1 {
	color: #ed1c24;
	margin: 0;
	padding: 0 0 10px;
}
.form-text {
	margin: 10px 0;
}
.form-status-message {
	color: #ed1c24;
	margin: 10px 0;
}
.form-required-fields-message {
	padding: 5px 0 10px 0;
}
.form-required-fields-message span strong, .required-field-mark {
	color: #dc181e;
	font-weight: normal;
}
.form-fields {
	color: #787878;
	margin: 5px 0;
}
.form-fields .field {
	display: block;
}
.form-fields .field label {
	display: block;
}
.form-fields .field .form-field-text {
	height: 27px;
	margin: 4px 0;
	outline-style: none;
	width: 200px;
	background-color: #f2f2f2;
	font-size: 1.3em;
}
.form-fields .field .form-field-text input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	border: medium none;
	margin: 2px 0 2px 2px;
	width: 185px;
}
.form-fields .field .form-field-textarea {
	background: url(../../images/textarea.png) no-repeat 0 0;
	height: 107px;
	margin: 4px 0;
	outline-style: none;
	width: 380px;
}
.form-fields .field .form-field-textarea textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: transparent;
	border: medium none;
	margin: 11px 0 0px 5px;
	width: 370px;
	height: 87px;
}
.form-fields .field .form-field-select {
}
.form-fields .field .form-field-option {
}
.form-buttons {
	margin: 0 0 5px 0;
}
.form-buttons input {
	height: 27px;
	color: #4e4e4e;
	font-size: 11px;
	cursor: pointer;
	border: 0 none;
	outline: none;
	margin-right: 2px;
	background: url(../../images/btns.png) no-repeat;
	width: 80px;
	padding-right: 17px;
}
