


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}


/*
tahoma, ariel

rdeca
#7c1a2e

temno siva
#595959 ali
svetlo siva
#cfcfcf
zelo svetla, navigacija level3
#e1e1e1
najbolj svetlo siva, background color
#F6F6F6



cena je bold, tahoma 26

h1 firstpage bela bold, tahoma, 30
tekst 18
link 18

novice/akcije sive

teks je ariel,
naslovi so tahoma

*/
/* =================== GENERAL STYLES ======================= */
body {

}
/*
h1,.title {
	font-family:arial;
	font-size:22px;
	color:#100B06;
	font-weight: bold;
	line-height:24px;
	padding: 10px 0px 15px 0px;
	margin: 0;
}*/

h2,.subtitle {
	font-weight: normal;
	font-size: 18px;
	padding: 5px 0px 10px 0px;
	margin: 0;
	color: #595959;	
}

h3,.subtitle {
	font-weight: normal;
	font-size: 14px;
	padding: 5px 0px 10px 0px;
	margin: 0;
	color: #7c1a2e;	
}
h1 a,
h1 a:visited,
h2 a,
h2 a:visited {
	color: #100B06;		
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

.h1_white {
	color: #FFFFFF;	
}

h3 {
	color:#100B06;
	font-weight: bold;
	font-size: 15px;
}

/*
p {
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}
*/

blockquote {
	padding-left: 15px;
}

a img {
	border: none;
	text-decoration: none;
	}

td {
	border: 0;
	font-size: 12px;
}

ul li {
	/*
	margin-left: 2.5em;
	*/
}

a,
a:visited {
	color: #58585a;
}

a:hover {
	color: #434343;
	text-decoration: underline;
	}

.blue {
	color: #0b74aa;	
}
.blue a {
	color: #0b74aa;	
	font-weight: bold;
	text-decoration: none;
}

.handwriting {
	font-size: 13px;
	font-family:'Lucida Casual', 'Comic Sans MS', 'Comic Sans';
}

/* =================== END GENERAL STYLES ======================= */

/* =================== SIDE COLUMN STYLES ======================= */
#left_column h1 {
	padding-bottom: 0.2em;
	font-size: 16px;
	font-weight: bold;
	color: #0b74aa;	
}

#left_column p {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

.news_more {
	padding-left: 15px;
	padding-right: 10px;
	color: #0b74aa;
	font-weight: bold;
	text-align: right;
}
.news_more a {
	color: #0b74aa;
	text-decoration: none;	
}
.news_more a:hover {
	text-decoration: underline;
}

/* =================== END SIDE COLUMN STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

.fpa {
	margin-bottom: 15px;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */
#header_title {
	font-size: 20px;
	color: #cfdef0;	
}
#header_title a {
	color: #cfdef0;
	text-decoration: none;
}

ul.topmenu li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 10px 10px 0px 15px;
	margin: 0px;
	height: 21px; /* 29-8 */
	color: #cfdef0;
	background-image: url(/images/topmenu_between.gif);
	background-repeat: no-repeat;
}
ul.topmenu li a {
	display: block;
	color: #cfdef0;
	text-decoration: none;	
}
ul.topmenu li a:hover {
	text-decoration: underline;	
}

ul.topmenu .first {
	background-image: none;
}

#bread_crumbs {
	font-size: 11px;
	font-weight: bold;
	color: #73acf0;
}
#bread_crumbs a {
	color: #0b74aa;
	text-decoration: none;
}
#bread_crumbs a:hover {
	text-decoration: underline;
}
.sidebar_blue {
	font-size: 11px;
	color: #0b74aa;
}
.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 5px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: #58585a;
}

.tablecontent td a:hover {
	text-decoration: underline;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #e1e1e1;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2;
}

.contact-table {/*bordercolor="#ffffff" border="1" bgcolor="#f0f0f0" style="border-collapse: collapse;"*/
	border-color: #ffffff;
	border-width: 1px;
	border-collapse: collapse;
	border-width: 1px;
	}

.articledate {
	font-size: 11px;
	padding-bottom: 10px;
	}
	
.cmsarticlesdate {
	width: 50px;
}

.musthaveborderTdTop td {
	
}


/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/formbutton.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.products-order {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}
	
.products-order-disabled {
	background-color: #cccccc;
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}	

.products-details {
	text-decoration: underline;
	cursor: pointer;
	/*font-weight: bold;*/
	color: #000000;
	}

.products-details-bold {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	}

.products-details:hover,
.products-details-bold:hover {
	color: #10789D;
	border: none;
	background: none;
	}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

.formfield-contact {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 360px;
	font-size: 12px;
}


.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

.availableProduct {
	color: #00bf6c;
}

.notavailableProduct {
	color: red;
}

.common_div_floated100 {
	float: left;
	width: 100%;	
}
/* =================== END FORM ELEMENTS ======================= */
.imageframe {
	background-color:#F5F5F5;
	border:1px solid lightgrey;
	margin-bottom:5px;
	margin-right:5px;
	padding:6px;
}

.headingdate {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:13px;
	font-style:italic;
	font-weight: bold;
}

.cmsboxUL {
	list-style: none;
	padding-left: 0px;	
}

.topmenu {
	display: inline;
}

.here {
	background-color: red;	
}

.errormessage {
	width: 875px;
	margin: 0 auto 10px auto;
    background: #F6F6F6 url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #595959;
    border-bottom: 2px solid #595959;
    color: #7C1A2E;
}
.infomessage {
	width: 875px;
	margin: 0 auto 10px auto;
    background: #F6F6F6 url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #595959;
	border-bottom: 2px solid #595959;
} 


.datadescription{
	display:block;
	}
.datadescription *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#CEDCF0;
	}
	
.datadescription1{
	border-right:1px solid #f3f3f3;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #f3f3f3;
	padding-left:1px;
	margin-left:3px;
	background:#ebebeb;
	}
	
.datadescription2{
	border-right:1px solid #fcfcfc;
	border-left:1px solid #fcfcfc;
	padding:0px 1px;
	background:#e9e9e9;
	margin:0px 1px;
	}
	
.datadescription3{
	border-right:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	margin:0px 1px;
	}
	
.datadescription4{
	border-right:1px solid #f3f3f3;
	border-left:1px solid #f3f3f3;
	}
	
.datadescription5{
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	}
	
.datadescription_content{
	padding: 10px;
	background:#A9966D;
	color: #100B06;
	text-align: center;
	width: 650px;
	border: 1px dotted #100B06;
} 

	
	
/* =================== CMS PRODUCTS ELEMENTS ======================= */
#overlayLayer {
	height: 100%;
	width: 100%;
	z-index: 100;
	left: 0px;
	top: 0px;
	position: fixed;
	background-color: #000000;
	opacity: 0.90;
}

#relatedLayer {
	margin: auto auto auto auto;
	width: 900px;
	overflow: auto;
	background-color: #ffffff;
	opacity: 1;
	z-index: 102;
	color: black;
	
}

.relatedCategoryUl {
}

.relatedCategoryLi {
	list-style: none;
}

.relatedCategoryLi:hover {
	background-color: #DFFFE3;
	border: 1px solid #6FFF82;
}

.relatedCategoryCaption {
}

.relatedCategoryCaption:hover {
	cursor: pointer;
	color: blue;	
	text-decoration: underline;
}

.relatedCandidateDiv {
}

.relatedCandidateDiv:hover {
	background-color: #FFFFD3;
	border: 1px solid #FFD100;
}

.relatedCandidateNameSpan {
	
}

.relatedCandidateNameSpan:hover {
	cursor:pointer;
	color: blue;
	text-decoration: underline;
}

/* =================== END CMS PRODUCTS ELEMENTS =================== */

/* =================== SEARCH ELEMENTS ============================= */
.searchQueryTextBox {
	margin-left: 10px;
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;	
}

.searchField {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

/* =================== END SEARCH ELEMENTS ========================= */

/* =================== CMS DISCOUNTS =============================== */
.dataInLanguageTitle {
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	font-weight: bold;	
}

.dataInLanguageContent {
	float: left;
	width: 100%;
	margin: 5px 0px 5px 0px;
	font-style: italic;	
}

.dataInLanguageContainerDiv {
	padding: 5px 10px 5px 10px;
	border: 1px solid #AAAAAA;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-top: 5px;
}
/* =================== END CMS DISCOUNTS =========================== */


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top:0;
border: 1px solid #100B06; /*THEME CHANGE HERE*/
font:bold 12px Helvetica;
border-top:0px solid #100B06;
border-bottom:0px solid #100B06;
line-height:18px;
z-index:100;
background-color:#A58D6A;
width:150px;
visibility: hidden;
margin-top:-1px;
}


.dropmenudiv_a a{
	width:auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #789E00; /*THEME CHANGE HERE*/
	padding:5px 2px;
	text-decoration: none;
	color: #100B06;
	font-size: 13px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color:#789E00;
color:#DCE5BF;
}

/* TopNavigation BASKET */

.containerEmptyDiv {
	
}


body,html {
	padding:0px;
	margin:0px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	font-size:12px;
	font-weight:normal;
	line-height:16px;
	background-color: #f6f6f6;
	color: #595959;
}

#container {
	float: left;
	background-color: #f6f6f6;
	padding-bottom: 20px;
}

#container p {
	margin: 0;
	padding: 0;
}

.cb {
	clear: both;	
}

/*header css stsrts here*/

#header_container {
	width:100%;
	float:left;
	background-color: #ffffff;
	padding-top: 3px;
	height: 47px;
}

.header_main{
	width: 980px;
	margin: 0 auto;
	height: 47px;
}

.header_main a,
.header_main a:visited {
	text-decoration: none;
	color: #8e8d8d;
}

.header_top {
	width: 980px;
	float: left;
	text-align: right;
	height: 20px;
	color: #E5E5E5;
	font-family: Arial, Tahoma, Verdana, Helvetica;
}

.header_top a,
.header_top a:visited {
	font-size: 10px;
	padding: 0 5px;
}

.header_top a:hover {
	text-decoration: underline;
	color: #7C1A2E;
}

.header_top a.selected {
	color: #7C1A2E;
}

.header_bottom {
	width: 980px;
	float: left;
	text-align: left;
	height: 27px;
	/*padding-top: 8px;*/
}

.header_bottom a,
.header_bottom a:visited {
	font-size: 12px;
	margin-left: 10px;
	color: #595959;
	/*xxx*/
	float: left;
	padding: 4px 9px 0 9px;
	margin-top: 4px;
	height: 19px;
}

.header_bottom a:hover {
	text-decoration: underline;
	color: #7C1A2E;
}

.header_bottom a:first-child {
	margin-left: 0px;
}

.header_bottom a.header_bottom_selected {
	color: #7c1a2e;
	background-color: #F6F6F6;
}

.header_bottom strong {
	font-weight: normal;	
}

.header_bottom span {
	font-weight: bold;
}

.cms_container {
	width:980px;
	margin:15px auto 0 auto;
	height:40px;
	font-size: 10px;
}

.cms_container a,
.cms_container a:visited {
	text-decoration: none;
	padding-right: 5px;
}

.cms_container a:hover {
	text-decoration: underline;
	color: #7c1a2e;
}

/*header css ends here*/


.browse_top_container_logo_level2 {
	width: 980px;
	height: 75px;
	float: left;
	display:inline;/* IE6 duplicate content bug fix*/
	background-color: #F6F6F6;	
}

.browse_top_container_logo_level2_left {
	float: left;
	width: 196px;	
}

.browse_top_container_logo_level2_right {
	float: right;
	width: 764px; /*784-40*/
	padding: 30px 0px 0px 20px;	
}

.browse_top_container_logo_level2_right a,
.browse_top_container_logo_level2_right a:visited{
	margin-right: 25px;
	font-size: 15px;
	text-decoration: none;
}

.browse_top_container_logo_level2_right a:hover {
	color: #7c1a2e;
	text-decoration: underline;
}

.browse_top_container_logo_level2_right a.selected{
	color: #7c1a2e;
	font-weight: bold;
}

.browse_compare_container {
	width: 940px;
	float: left;
	color: #FFFFFF;
	background-color: #58585a;
	margin-bottom: 10px;
	padding: 10px 20px 0 20px;
}

.browse_compare_container_top {
	border-bottom: 1px solid #cdcdce;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}

.browse_compare_container_top_left {
	float: left;
	width: 808px;
	font-size: 14px;
}

.browse_compare_container_top_compare_link {
	float: right;
	
	/*
	background: url("/images/compare.jpg") no-repeat;
	width: 132px;
	*/
	
	padding: 0 10px;
	background-color: #7C1A2E;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	height: 18px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}

.browse_compare_container_top_compare_link a,
.browse_compare_container_top_compare_link a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.browse_compare_container_top_compare_link a:hover {
	text-decoration: underline;
}

.comparedProductMainDiv {
	float: left;
	height: 60px;
	color: #FFFFFF;
	width: 189px;
	margin-bottom: 5px;
}

.comparedProductMainDivLast {
	width: 184px;	
}

.comparedProductNameDiv a,
.comparedProductNameDiv a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

.comparedProductPriceDiv {
	font-weight: bold;
}

.comparedProductPriceDiv sup {
	font-weight: normal;
}

.comparedProductRemoveDiv {
	color: #f50606;
	cursor: pointer;	
	margin-top: 5px;		
}

.comparedProductRemoveDiv:hover {
	text-decoration: underline;
}


.compare_checkbox {
	margin: 0 7px 2px 0;
	vertical-align: bottom;
}

.browse_bottom_container_caption_level3 {
	width: 980px;
	float: left;
}

.browse_bottom_container_caption_level3_top {
	width: 940px; /*980-20-20*/
	float: left;
	background-color: #e1e1e1;
	/*min-height: 30px;*/
	color: #595959;
	padding: 0 20px 0 20px;
	font-size: 13px;
	height: 26px;
}

.browse_bottom_container_caption_level3_top div {
	padding: 5px 10px 0 10px;	
	height: 21px; /*29-8*/
	float: left;
}

.browse_bottom_container_caption_level3_top div.selected {
	background-color: #A0A0A0;/*change*/
	color: #7C1A2E;	
}

.browse_bottom_container_caption_level3_top div.selected a,
.browse_bottom_container_caption_level3_top div.selected a:visited {
	background-color: #A0A0A0;/*change*/
	color: #7C1A2E;
	font-size: 13px;
	font-weight: bold;
}

.browse_bottom_container_caption_level3_top a,
.browse_bottom_container_caption_level3_top a:visited {
	text-decoration: none;
}



.browse_bottom_container_caption_level3_top a:hover {
	text-decoration: underline;	
}

.browse_bottom_container_caption_level3_bottom {
	width: 980px;
	height: 220px;
	float: left;
	overflow:hidden;
	background-color: #A0A0A0;/*change*/

}

.browse_bottom_container_caption_level3_bottom_left {
	float: left;
	width: 580px;
	/*padding-right: 10px;*/
}

.browse_bottom_container_caption_level3_bottom_left h1 {
	font-size: 48px;
	line-height: 50px;
	color: #FFFFFF;
	margin: 75px 0 10px 0;
	padding-left: 16px;
	font-weight: normal;	
}

.moto_serie {
	color: #FFFFFF;
	padding-left: 20px;
	font-size: 18px;
	line-height:22px;
	font-weight: normal;
	width: 548px;	
}

.browse_bottom_container_caption_level3_bottom_right {
	width: 390px;
	float: right;	
}

.browse_bottom_container_caption_articles {
	width: 980px;
	float: left;
	background-color: #A0A0A0;
	height: 220px;
}

.browse_bottom_container_caption_articles_left {
	float: left;
	width: 588px;
	height: 220px;	
}

.browse_bottom_container_caption_articles_left h1 {
	padding: 75px 0 0 20px;
	font-size: 50px;
	line-height: 50px;
	font-weight: normal;
	margin: 0;
	color: #FFFFFF;	
}

.browse_bottom_container_caption_articles_right {
	/*width: 392px;*/
	float: right;
	height: 220px;
}
/*middle css stsrts here*/
#middle_container {
	width:100%;
	float:left;
}

.middle_main {
	width:980px;
	margin:0 auto;
}

.middle_main_top {
	width:980px;
	float: left;
	margin-top: 15px;
}

.middle_main_bottom {
	width:980px;
	float: left;
	background-color: #ffffff;
}

.middle_left {
	width:196px;
	float:left;
	display:inline;
	overflow:hidden;
	/*padding: 20px;*/
}

.middle_right {
	float:left;
    display:inline;
    overflow:hidden;
	padding: 20px;
	border-left: 2px solid #F6F6F6;	
	/*width in TEMPLATE.JSP*/
}

.middle_right a,
.middle_right a,:visited{
	color: #7c1a2e;
	text-decoration: none;
}

.middle_right a:hover{
	text-decoration: underline;
}

.fpa_container {
	width: 940px; /*980-20-20*/
	float: left;
	padding: 0 20px;
}

.fpa_container h2 {
	color: #595959;
	font-family: Arial, Tahoma, Verdana, Helvetica;	
	font-size: 18px;
} 

.fpa_container_line {
	width: 980px;
	float: left;
	margin: 0 0 5px 0;
	height: 2px;
	background-color: #F6F6F6;	
}

.fpa_category_div {
	float: left;
	width: 156px;
	margin-right:40px;
}

.fpa_category_div_image {
	float: left;
	width: 156px;
	height: 45px;
}

.fpa_category_div_description {
	float: left;
	width: 156px;
	margin: 10px 0 5px 0;
}

.fpa_category_div_link {
	float: left;
	width: 156px;
	margin-bottom: 10px;	
}

.fpa_content_div {
	float: left;
	width: 370px;
	margin-right:20px;
}

.fpa_content_div_title_with_border {
	border-bottom: 1px solid #A9A9A9;
	margin-bottom: 12px;
	width: 100%;
	float: left;
}

.fpa_content_div_content {
	width: 100%;
	float: left;
}

.fpa_content_div_content_newsdate {
	width: 100%;
	float: left;
}

.fpa_content_div_content_newscategory {
	width: 100%;
	float: left;
}

.fpa_content_div_content_newstitle {
	width: 100%;
	float: left;
}

.fpa_content_div_bottom_links {
	width: 100%;
	float: left;
	margin-top: 10px;		
}

.fpa_content_div_bottom_links a,
.fpa_content_div_bottom_links a:visited {
	color: #5b5b5b;
	font-size: 12px;
	text-decoration: underline;	
}

.fpa_content_div_bottom_links a:hover {
	color: #7C1A2E;
}

.fpa_featured_products_container {
	position: relative;
	overflow: scroll;
	background-color: #A0A0A0;/*change*/
	color: #FFFFFF;
	height: 520px;
	width: 980px;
}

.fpa_featured_products_container .belt {
	position: absolute;
	top: 0;
	left: 0;
	
	/*height: 520px;
	float: left;*/
}

.fpa_featured_products_container .panel {
	float: left;
	overflow: hidden;
	width: 980px;
	height: 520px;	
}

.fpa_featured_products_container_image {
	float: left;
	height: 380px;
	width: 980px;
	background-color: #FFFFFF;
	text-align: center;
}

.fpa_featured_products_content_left {
	padding-left: 20px;
	font-size: 17px;/*18 je prevec*/
	line-height: 19px;
	float: left;
	width: 750px;
	height: 140px;
	font-weight: normal;
	text-align: left;
}

.fpa_featured_products_content_left h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin: 0;
	padding: 17px 0 0 0;
}

.fpa_featured_products_content_left_description {
	width: 100%;
	padding-top: 8px;
	height: 38px;
}

.fpa_featured_products_content_left_link {
	padding-top: 13px;	
}

.fpa_featured_products_content_left a,
.fpa_featured_products_content_left a:visited{
	color: #7c1a2e;
	text-decoration: none;
}

.fpa_featured_products_content_left a:hover {
	text-decoration: underline;
}

.fpa_featured_products_content_right {
	padding-right: 10px;
	float: right;
	width: 200px;
	height: 140px;
}

.fpa_featured_products_container_navigation,
.fbpc_featured_products_container_navigation {
	position: absolute;
	top: 380px;
	right: 0;
	z-index: 1000;
	/*width: 180px;*/
	width: 350px;
	/*height: 140px;*/
	height: 30px;
	padding-left: 10px;
	padding-right: 20px;
	/*padding-top: 10px;*/
	text-align: right;

}

.fpa_featured_products_container_navigation_button, .fpa_featured_products_container_navigation_button_selected {
	float: right;
	margin-left: 4px;
	margin-top: 10px;
	/*border: 1px solid white;*/
	text-align: center;
	
	/*
	background-image: url(/images/optimo_gumb_st_normal.gif);
	background-repeat: no-repeat;
	*/
	background-color: #58585A;

	width: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 1px;
	padding-top: 1px;
	cursor: pointer;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.fpa_featured_products_container_navigation_button:hover {
	/*background-image: url(/images/optimo_gumb_st_hover.gif);*/
	background-color: #7C1A2E;	
}

.fpa_featured_products_container_navigation_button_selected {
	/*background-image: url(/images/optimo_gumb_st_hover.gif);*/
	background-color: #7C1A2E;	
}

.longvariant {
	float: left;
	margin-left: 10px;
	/*border: 1px solid white;*/
	text-align: center;
	background-image: url(/images/optimo_gumb_predvajaj_normal.gif);
	background-repeat: no-repeat;
	width: 60px;
	height: 18px;
}

.longvariant:hover {
	background-image: url(/images/optimo_gumb_predvajaj_hover.gif);	
}

/*middle css ends here*/

/*footer css ends here*/
#footer_container {
	width:100%;
	float:left;
	margin-top:15px;
	color: #595959;
	font-family: Arial, Tahoma, Verdana, Helvetica;	
}

.footer_main {
	width:978px; /*980-2*/
	margin:0 auto;
	height:98px; /*100-2*/
	border: 1px solid #7c1a2e;
}

.footer_main a,
.footer_main a:visited {
	font-size:12px;
	font-weight:normal;
	color:#7c1a2e;
	text-decoration:none;
	padding-right:5px;
}

/*
.footer_main a:first-child {
	padding-left:0px;	
}
*/

.footer_main a:hover{
	text-decoration:underline;
}

.footer_top  {
	float: left;
	height:71px;
	width:978px; /*980-2*/
}

.footer_top_left  {
	float: left;
	height:51px;
	width:717px;
	border-right: 1px solid #7c1a2e;
	padding: 20px 0 0 10px;	
	color: #9A9A9A;
}

.footer_top_left_links {
	margin-bottom: 8px;
	width: 100%;	
}

.footer_top_right  {
	float: right;
	height:66px;
	width:250px;
	text-align: center;
	padding-top: 5px;
}

.footer_top_right img {
	float: left;
}	

.footer_bottom  {
	float: left;
	height:23px; /*28-5*/
	width:958px; /*980-2-20*/	
	border-top: 1px solid #7c1a2e;
	padding: 5px 10px 0 10px;
	font-size: 10px;
	color: #9A9A9A;
}

.footer_bottom a,
.footer_bottom a:visited {
	font-size: 10px;
	font-weight:normal;
	color:#7c1a2e;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;

}

.footer_bottom a:hover{
	text-decoration:underline;
}

.footer_bottom_left {
	float: left;
	height:23px;
	width: 50%;	
}

.footer_bottom_left span {
	color: #595959;	
}

.footer_bottom_right {
	float: right;
	height:23px;
	width: 50%;	
	text-align: right;
}

.footer_bottom_right sup {
	font-size: 7px;
}

.footer_bottom_right a,
.footer_bottom_right a:visited {
	padding: 0px;
}

.footer_bottom_right a.regularFooterLink {
	color: #595959;
	text-decoration: none;
	padding: 0;
}

.footer_bottom_right a.regularFooterLink:hover {
	text-decoration: none;
}
/*footer css ends here*/

/* product CSS */

.product_container {
	float: left;
	width: 100%;	
}

.product_container p {
	padding: 0;
	margin: 0;	
}

.product_common_100withborderbotttom {
	width: 100%;
	float: left;		
	color: #595959;
	border-bottom: 1px solid #A9A9A9;
	font-family: Ariel, Tahoma;
	padding-bottom: 10px;
	margin: 15px 0 15px 0;
}

.product_common_100withborderbotttom_first {
	font-family: Tahoma, Ariel;
	font-size: 28px;
	line-height: 30px;
	margin-top: 0px;
}
/*
.product_common_100withborderbotttom_first sup {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
}*/

.product_price_span {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	padding-top: 3px;
}


.price_unselected {
	float: right; /* in IE6, you cannot have float:right inside float:right, without width specified */
}

.price_line_through {
	color: #aeaeae;
	margin-right: 5px;
}

.price_selected {
	background-color: #595959;
	color: #FFFFFF;
	padding: 0 5px;
	/*width: 45%;*/
}

.product_h1 {
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #595959;	
}

.product_h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #595959;	
}

.product_image_container {
	padding-bottom: 20px;
	text-align: center;
}

.product_common_100content {
	width: 100%;
	float: left;	
}

.product_properties_table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: outset;
	border-color: #7C1A2E;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
	background-color: #f6f6f6;
}

.product_properties_table th {
	border-width: 1px;
	border-style: solid;
	border-color: #7C1A2E;
	padding: 5px;
}

.product_properties_table td {
	border-width: 1px;
	border-style: solid;
	border-color: #7C1A2E;
	padding: 5px;
	vertical-align: top;
}

.product_properties_ul {
	padding-left: 20px;
	margin: 5px 0;	
}

.product_td_lowercase {
	text-transform: lowercase;	
}

.product_properties {
	font-size: 10px;	
}

.certificat_image {
	border: 0;
	margin-right: 10px;
	float: left;
}

/* Sidecolumn */

.products_sidecolumn_links {
	/*padding-top: 25px;*/
	line-height: 20px;
	padding: 20px;
}

.products_sidecolumn_links a,
.products_sidecolumn_links a:visited {
	text-decoration: underline;
}

.products_sidecolumn_links a.selected {
	text-decoration: none;
	font-weight: bold;
}

.sidecolumn_border {
	height: 2px;
	background-color: #F6F6F6;	
	line-height:1px;
	font-size: 1px;
}

/* Products */

.products_product_container {
	float: left;
	width: 742px;
	padding: 0 20px;	
}

.products_product_container_empty {
	padding: 20px;
	font-size: 15px;
	font-weight: bold;	
}

.products_product_container_title {
	float: left;
	width: 742px;
	border-bottom: 1px solid #A9A9A9;
	padding-bottom: 8px;
	margin-bottom: 25px;
}

.products_product_container_title_left {
	float: left;
	width: 440px;
}

.products_product_container_title_left h2 {
	font-size: 20px;
	line-height: 23px;
	padding: 0;
	margin: 0;
}


.products_product_h2 a,
.products_product_h2 a:visited {
	color: #7c1a2e;
}

.products_product_container_title_right {
	float: right;
	width: 302px;
	text-align: right;
	font-size: 20px;
	line-height: 23px;	
}

.products_product_container_title_right span {
	font-weight: bold;	
}

.products_product_container_title_right sup{
	font-size: 14px;
	font-weight: bold;	
}

.products_product_container_content_top {
	float: left;
	width: 742px;
	padding-bottom: 15px;
}

.products_product_container_content_top_left {
	float: left;
	width: 540px;
}

.products_product_container_content_top_right {
	float: left;
	padding-left: 20px;
	width: 182px;
	text-align: left;	
}

.products_product_container_content_bottom {
	float: left;
	width: 742px;	
}

.products_product_container_content_bottom_left {
	float: left;
	width: 540px;
	color: #7C1A2E;
}

.products_product_container_content_bottom_left a,
.products_product_container_content_bottom_left a:visited {
	color: #7C1A2E;		
}

.products_product_container_content_bottom_right {
	float: right;
	width: 182px;	
	color: #7C1A2E;		
}

.products_product_container_line {
	float: left;
	width: 100%;
	border-bottom: 2px solid #F6F6F6;
	margin: 20px 0 15px 0;
}

.products_product_related_container {
	width: 742px;
}

.products_product_related {
	width: 234px;
	float: left;
	margin-left: 20px;
	margin-top: 10px;		
}

.products_product_related_top_info {
	border-bottom: 1px solid #A9A9A9;
	padding-bottom: 7px;
	margin-bottom: 3px;
}

.products_product_related_top_halike {
	font-size: 14px;	
}

.products_product_related_top_price {
	font-weight: bold;
	text-align: right;
	float: right;	
}

.products_product_related_top_price sup {
	font-weight: normal;	
}

.products_product_related_image {
	width: 234px;
	height: 120px;
	text-align: center;	
}

/* CMSProductCategories */

.cms_common_th {
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #595959;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.product_category_ul {
	float: left;
	padding: 0 0 30px 0;
	margin: 0;
	list-style: none;
	width: 100%;
}


.product_category_ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
}

.product_category_ul li {
	background-color: #F6F6F6;
	width: 940px;	

}

.product_category_ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.product_category_ul li ul li {
	background-color: #e1e1e1;
	margin-left: 40px;
	width: 900px;
}

.product_category_ul li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;		
}

.product_category_ul li ul li ul li {
	background-color: #CFCFCF;
	margin-left: 40px;
	width: 860px;	
} 	

/* BrowseProductCategory - Level2 */

.fbpc_featured_products_container {
	position: relative;
	overflow: scroll;
	background-color: #A0A0A0;/*change*/
	color: #FFFFFF;
	height: 520px;
	width: 980px;
}

.fbpc_featured_products_container .belt {
	position: absolute;
	top: 0;
	left: 0;
	
	/*height: 520px;
	float: left;*/
}

.fbpc_featured_products_container .panel {
	float: left;
	overflow: hidden;
	width: 980px;
	height: 520px;	
}

.fbpc_featured_products_container_image {
	float: left;
	height: 380px;
	width: 980px;
	background-color: #FFFFFF;
	text-align: center;
}

.fbpc_featured_products_content_left {
	padding-left: 20px;
	font-size: 17px;/*18 je prevec*/
	line-height: 19px;
	float: left;
	width: 750px;
	height: 140px;
	font-weight: normal;
	text-align: left;
}

.fbpc_featured_products_content_left h1 {
	color: #FFFFFF;
	font-weight: normal;
	font-size: 30px;
	line-height: 32px;
	margin: 0;
	padding: 17px 0 0 0;
}

.fbpc_featured_products_content_left_description {
	width: 100%;
	padding-top: 8px;
	height: 38px;
}

.fbpc_featured_products_content_left_link {
	padding-top: 13px;	
}

.fbpc_featured_products_content_left a,
.fbpc_featured_products_content_left a:visited{
	color: #7c1a2e;
	text-decoration: none;
}

.fbpc_featured_products_content_left a:hover {
	text-decoration: underline;
}

.fbpc_featured_products_content_right {
	padding-right: 10px;
	float: right;
	width: 200px;
	height: 140px;
}

/*
.fbpc_featured_products_container_navigation {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1000;
	width: 180px;
	height: 130px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	text-align: right;

}*/

.fbpc_featured_products_container_navigation_button, .fbpc_featured_products_container_navigation_button_selected {
	float: right;
	margin-left: 4px;
	margin-top: 10px;
	/*border: 1px solid white;*/
	text-align: center;
	
	/*
	background-image: url(/images/optimo_gumb_st_normal.gif);
	background-repeat: no-repeat;
	*/
	background-color: #58585A;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	width: 18px;
	height: 18px;
	font-size: 10px;
	font-weight: bold;
	padding-left: 1px;
	cursor: pointer;	
}

.fbpc_featured_products_container_navigation_button:hover {
	/*background-image: url(/images/optimo_gumb_st_hover.gif);*/
	background-color: #7C1A2E;	
}

.fbpc_featured_products_container_navigation_button_selected {
	/*background-image: url(/images/optimo_gumb_st_hover.gif);*/
	background-color: #7C1A2E;	
}

/* BrowseProductCategory - Level3 */

.browsepc_products_container {
	float: left;
	width: 940px;
	padding: 0 20px;	
}

.browsepc_products_container_title {
	float: left;
	width: 940px;
	border-bottom: 1px solid #A9A9A9;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.browsepc_products_h2 {
	font-size: 20px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	color: #7C1A2E;
}

.browsepc_products_h2 a,
.browsepc_products_h2 a:visited {
	font-size: 20px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	color: #7C1A2E;
}

.browsepc_products_h2 a:hover {
	text-decoration: underline;	
}

.browsepc_products_container_content_top {
	float: left;
	width: 940px;
	padding-bottom: 15px;
}

.browsepc_products_container_content_top_left {
	float: left;
	width: 540px;
}

.browsepc_products_container_content_top_right {
	float: right;
	width: 373px;
	padding-left: 27px;
	text-align: left;	
	font-size: 16px;
	line-height: 20px;
}

.browsepc_products_container_content_bottom {
	float: left;
	width: 940px;	
}

.browsepc_products_container_content_bottom_image_container {
	border-left: 1px solid #A9A9A9;
	/*border-left: 1px solid #595959;*/
	float: left;
	width: 185px;
}

.browsepc_products_container_content_bottom_image_container_top {
	margin: 3px 0 10px 0;
	padding: 0 10px;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	
		
}

.browsepc_products_container_content_bottom_image_container_bottom {
}

.browsepc_products_container_line {
	float: left;
	width: 100%;
	border-bottom: 2px solid #F6F6F6;
	margin-bottom: 20px;
}

.browsepc_products_container_empty {
	padding: 20px;
	font-size: 15px;
	line-height: 18px;	
}

/* CMS PRODUCT */

.divProductCatParams_number {
	width: 100%;
	display: none;
}

/* COMPARE TABLE and PAGE */

.compare_product_name {
	/*width: 145px;*/
	float: left;		
}

.compare_product_price {
	/*width: 80px;*/
	float: right;
	text-align: right;
}

.tablecompare {
	font-size: 13px;
	border-collapse:collapse;
	border-spacing:0;	
}

.tablecompare th {
	font-weight: bold;
	border-bottom: 1px solid #595959;
	text-align: left;
	font-size: 14px;
	padding: 15px 40px 5px 0px;
}

.tablecompare td {
	text-align: left;
	padding: 5px 35px 5px 5px;
}

.first_common_td {
	text-transform: lowercase;	
}
.tablecompare td a:link,.tablecompare td a:visited {
	text-decoration: none;
	color: #7C1A2E;
}

.tablecompare td a:hover {
	text-decoration: underline;
}

.compare_lightgrey_border td {
	border-bottom:1px solid #CFCFCF;	
}

.compare_red_border_upper td {
	border-bottom:1px solid #7C1A2E;	
}

.compare_red_border td {
	background-color: #F6F6F6;
	border:1px solid #7C1A2E;
}

.compare_certificates_picture {
	margin-right: 10px;	
}

/* Article and News */

.article_news h2 {
	border-bottom:1px solid #CFCFCF;
	font-size: 24px;
	line-height: 25px;
	margin: 10px 0;
	padding: 0 0 10px 0;
	color: #7C1A2E;
}

.article_news h2:first-child {
	margin-top: 0px;
}

.sidecolumnCategoryNavigation {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
}

.sidecolumnCategoryNavigation ul li {
	padding-left: 15px;
}

.sidecolumnCategoryNavigation ul li ul li{
	padding-left: 15px;
}

/* Saloons */

.saloons_town_or_product_info {
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	line-height:22px;
	padding-left:20px;
	width:548px;
}

.saloons h2,
.saloon h2 {
	border-bottom:1px solid #CFCFCF;
	font-size: 24px;
	line-height: 25px;
	margin: 10px 0;
	padding-bottom: 10px;
}

.saloons h2:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.saloons h2 a,
.saloons h2 a:visited {
	text-decoration:none;
	color: #7C1A2E;
}

.saloons a:hover,
.saloons h2 a:hover {
	text-decoration: underline;
}

.saloons_single_saloon_container {
	margin: 0 0 25px 0; 
	float: left;
	width: 240px;
}

.saloons_single_saloon_container h3 {
	padding: 0;
}

.saloons_single_saloon_container h3 a,
.saloons_single_saloon_container h3 a:visited {
	color: #7C1A2E;
	text-decoration: none;	
}

.saloons_single_saloon_container h3 a:hover {
	text-decoration: underline;	
}

.saloon_mail a,
.saloon_mail a:visited {
	text-decoration: underline;	
	color: #595959;
}

.saloon_mail a:hover {
	color: #7C1A2E;
}

.saloons_single_saloon_image_and_map_container {
	height: 305px;
	width: 100%;
	margin-bottom: 20px;
}

.saloons_single_saloon_image_and_map_container_image {
	width: 371px;
	height: 305px;
	float: left;
}

.saloons_single_saloon_image_and_map_container_google {
	width: 371px;	
	height: 305px;
	float: left;
	overflow: hidden;	
}

.saloon_single_saloon_container {
	margin: 0 50px 25px 0; 
}

.saloon_products_onshow {
	float:left;
	margin-left:20px;
	margin-top:10px;
	width:170px;
	height: 128px;
}

.saloon_products_onshow_top_info {
	border-bottom:1px solid #A9A9A9;
	margin-bottom:3px;
	padding-bottom:7px;	
	font-size:12px;
}

.saloon_tradCaption {
	font-size: 15px;
	margin: 10px 0;
}

.saloon_tradCaption span {
	font-weight: bold;
}

.saloon_tradCaption strong {
	font-weight: normal;
}
.saloon_lineCaption {
	text-transform: uppercase;
	font-size: 12px;
}

/* Actions and News */

.actions h2,
.news h2 {
	border-bottom:1px solid #CFCFCF;
	font-size:24px;
	line-height:25px;
	margin:10px 0;
	padding: 0 0 10px 0;
}

.actions h2 a,
.actions h2 a:visited,
.news h2 a,
.news h2 a:visited {
	color: #7C1A2E;
}

.actions h2:first-child,
.news h2:first-child {
	margin-top:0;
}

.readlink1 {
	margin: 5px 0;	
}

.productTownUnSelected {
	text-transform: uppercase; 
	margin-right: 10px; 
	text-decoration: underline;
	float: left;
}

.productTownSelected {
	font-weight: bold;
	float: left;
	text-decoration: none;
}

/* Products compare */

.browse_compare_products_inner_link a,
.browse_compare_products_inner_link a:visited {
	color: #7C1A2E;
	text-decoration: none;
}

.browse_compare_products_inner_link a:hover {
	text-decoration: underline;
}

.browse_compare_products_inner_link_disabled a,
.browse_compare_products_inner_link_disabled a:visited {
	color: #434343;
	text-decoration: line-through;
	cursor: default;
}

.contact_button {
	padding: 5px 10px;
	background-color: #7C1A2E;
	color: #FFF;
	/*height: 24px;*/
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: none;
}
}
