/*
-------------------

	www.fotona.si CSS

-------------------
\*/

/*
	scroll-bar Mozilla
\*/
HTML {
	overflow-y: scroll;
}


/*
	GLOBAL RESET
\*/
* {
	margin: 0px;
	padding: 0px;
}

/*
	STANDARD HTML TAGS
	(without classes)
\*/
BODY {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H1, H2, H3, H4 {
	padding-top: 5px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
H1 {
	font-size: 24px;
	color: #999999;
}
H2 {
	padding-bottom: 5px;
	font-size: 21px;
	color: #333333;
	border-bottom: 1px dotted #333333;
}
H3 {
	padding-bottom: 5px;
	font-size: 13px;
	color: #666666;
}
H4 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

P {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 150%;
	color: #CCCCCC;
}
.container P {
	color: #333333;
}

A {
	color: #EA2732;
	outline: 0px;
	cursor: pointer;
	text-decoration: none;
}
A:hover {
	color: #333333;
}

UL, OL {
	margin-left: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	color: #333333;
}

LI {
	list-style-image: url("/img/design/listItem.gif");
	list-style-type: disc;
	padding-bottom: 1px;
}

TABLE {
	margin: 5px auto;
	
	width: 95%;
	
	font-size: 11px;
	border-top: 1px solid #666666;
}
TH {
	padding: 2px 5px;
	background-color: #CCCCCC;
	border-bottom: 1px solid #666666;
}
TD {
	padding: 2px 5px;
	background-color: #E3E3E3;
	border-bottom: 1px solid #666666;
}

TD.svetlo{
	padding: 2px 5px;
	background-color: #E3E3E3;
	border-bottom: 1px solid #666666;
	color:#CCCCCC;
}
TD.belo{
	padding: 2px 5px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #666666;
	color:#CCCCCC;
}
IMG {
	margin: 0px;
	border: 1px solid #000000;
}
SUP {
	line-height: 60%;
	font-size: 10px;
}
H1 SUP {
	font-size: 15px;
}
H2 SUP {
	font-size: 14px;
}
BLOCKQUOTE {
	padding-left: 15px;
}
/* AURORA \*/
BODY.mceContentBody {
	margin: 5px;
	background-color: #FFFFFF;
}
/*
	CLASSES
	
	Template classes:
	
	DIV.grayBg (body background)
		DIV.curves (page background - curved spot)
			DIV.container (page width - 935px)
				DIV.header (page header)
				DIV.menuTop (top menu - all pages)
				DIV.menuMid (menu#2 - all pages)
				DIV.body (content - 1st page)
					DIV.shadow (top shadow, must be within body)
	DIV.footer (footer - all pages)
			DIV.oneOfFour (1/4 red part)
			DIV.threeOfFour (3/4 red part)
			DIV.fourOfFour (4/4 red part)
\*/
/*
	backgrounds
\*/
DIV.grayBg {
	background-image: url("/img/design/background.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #999999;
}
DIV.support {
	background-image: url("/img/design/backgroundSupport.jpg");
}
DIV.curvedBg {
	background-image: url("/img/design/curves.jpg");
	background-position: center 322px;
	background-repeat: no-repeat;
}
DIV.container {
	width: 935px;
	margin-left: auto;
	margin-right: auto;
}
div.note {
	width: 853px;
	margin-left: auto;
	margin-right: auto;
  padding-left: 82px;
  padding-right: 2px;
}
div.note a:hover {
  color: #ea2732;
  text-decoration: underline;
}

/* for print \*/
.print {
	display: none;
}
/*
	header
\*/
DIV.header {
	height: 84px;
	overflow: hidden;
	background-position: left top;
	background-repeat: no-repeat;
}

DIV.header P {
	padding-top: 23px;
	margin-left: 160px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
}
A.home {
	width: 138px;
	height: 75px;
	display: block;
	float: left;
}
A.latinMed {
	margin-top: 19px;
	width: 150px;
	height: 65px;
	display: block;
	float: right;
}
A.usLasers {
	margin-top: 19px;
	width: 170px;
	height: 65px;
	display: block;
	float: right;
}
a.dermaMedica {
	margin-top: 15px;
	width: 115px;
	height: 65px;
	display: block;
	float: right;
}

DIV.slovenia {
	height: 26px;
	background-image: url("/img/design/slovenia.gif");
	background-position: 125px bottom;
	background-repeat: no-repeat;
}
DIV.tmedia {
	float: right;
	height: 84px;
	width: 150px;
	padding-right: 20px;
	background-image: url("/img/design/logoTmedia.gif");
	background-position: center 30px;
	background-repeat: no-repeat;
}
/*
	menu level #1
\*/
DIV.menuTop {
	height: 25px;
	overflow: hidden;
	padding-left: 79px;
	background-image: url("/img/design/topBg.gif");
	background-position: 79px top;
	background-repeat: no-repeat;
}
DIV.menuTop A {
	padding: 5px 15px;
	display: block;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
DIV.menuTop A:hover, DIV.menuTop A.On:hover { color: #000000; }
DIV.menuTop A.On { color: #EB2733; }
DIV.leftPart {
	width: 218px;
	height: 25px;
	float: left;
	background-image: url("/img/design/leftPartBg.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
}
/*
	menu level #2
\*/
DIV.menuMid {
	height: 26px;
	overflow: hidden;
	padding-left: 80px;
	padding-right: 4px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	font-size: 11px;
}
DIV.menuMid A {
	padding: 6px 15px;
	display: block;
	float: left;
	white-space: nowrap;
	
	text-decoration: none;
	color: #FFFFFF;
}
DIV.menuMid A:hover {
	background-color: #666666;
}
.menuMid A.On {
	background-color: #666666;
}
.menuMid A.On:hover {
	color: #000000;
}
DIV.menuMid A.printButton {
	float: right;
	padding-left: 35px;
	background-image: url("/img/design/iconPrint.gif");
	background-position: 15px center;
	background-repeat: no-repeat;
}
/*
	body
\*/
DIV.body {
	margin-left: 79px;
	margin-right: 2px;
	padding-right: 2px;
	min-height: 472px;

	background-position: right top;
	background-repeat: repeat-y;
	
	border-left: 1px solid #DFDFDF;
}
* HTML .body {
	height: 472px;
}
DIV.shadow {
	height: 5px;
	overflow: hidden;
	
	background-image: url("/img/design/menuShadow.gif");
	background-position: left top;
	background-repeat: repeat-x;
}
/*
	footer
\*/
DIV.footer {
	width: 856px;
	clear: both;
	padding-left: 79px;
	margin-left: auto;
	margin-right: auto;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
DIV.footer A {
	padding-left: 5px;
	padding-right: 5px;
	
	text-decoration: none;
	color: #FFFFFF;
}
DIV.footer A:hover {
	text-decoration: none;
	color: #CCCCCC;
}

DIV.oneOfFour {
	width: 212px;
	height: 20px;
	float: left;
	
	background-image: url("/img/design/bottom1of4.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
DIV.threeOfFour {
	width: 642px;
	height: 20px;
	float: left;
	
	background-image: url("/img/design/bottom3of4.gif");
	background-position: 2px top;
	background-repeat: no-repeat;
}
DIV.fourOfFour {
	width: 856px;
	height: 20px;
	float: left;
	
	background-image: url("/img/design/bottom4of4.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
DIV.fourOfFourSupport {
	width: 856px;
	height: 20px;
	float: left;
	
	background-image: url("/img/design/bottom4of4Support.gif");
	background-position: left top;
	background-repeat: no-repeat;
}
/*
	Content:
	
	home page
\*/
DIV.block {
	width: 209px;
	min-height: 472px;
	padding-right: 2px;
	float: left;
	background-image: url("/img/design/blockLeftBg.gif");
	background-position: right top;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
* HTML .block {
	height: 472px;
}
DIV.block A {
	margin-left: 6px;
	margin-right: 6px;
	padding: 10px 0px 5px 8px;
	display: block;
	background-image: url("/img/design/blockLink.gif");
	background-position: right 15px;
	background-repeat: no-repeat;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
	border-bottom: 1px dotted #666666;
}
DIV.block A.On, DIV.block A:hover {
	background-image: url("/img/design/blockLinkHover.gif");
	background-position: right 15px;
	background-repeat: no-repeat;
	color: #EA2732;
	border-bottom: 1px dotted #EA2732;
}
DIV.block IMG {
	margin: 0px;
	border: none;
}
DIV.globalNetwork { margin-top: 70px; }
DIV.block A.menu3 {
	padding: 5px 10px 5px 8px;
	font-size: 12px;
	background-image: none;
	border-bottom: none;
}
DIV.block A.menu3:hover {
	padding: 5px 10px 5px 8px;
	font-size: 12px;
	background-image: none;
	border-bottom: none;
}
DIV.block A.menu3On {
	padding: 5px 0 5px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #EA2732;
	background-image: url("/img/design/blockLinkHover.gif");
	background-position: right center;
}
DIV.block A.menu3On:hover {
	padding: 5px 0 5px 8px;
	font-size: 12px;
	font-weight: bold;
	color: #EA2732;
	background-image: url("/img/design/blockLinkHover.gif");
	background-position: right center;
}
DIV.block A.menu4 {
	padding: 3px 10px 3px 16px;
	font-size: 12px;
	background-image: none;
	border-bottom: none;
}
DIV.block A.menu4:hover {
	font-size: 12px;
	background-image: none;
	border-bottom: none;
}
DIV.block A.menu4On {
	padding: 3px 0 3px 16px;
	font-size: 12px;
	font-weight: bold;
	color: #EA2732;
	background-image: none;
	border-bottom: none;
}
DIV.block A.menu4On:hover {
	color: #EA2732;	
	background-image: none;
	border-bottom: none;
}
DIV.langs {
	margin: 10px 6px 0px;
	padding-top: 5px;
	border-top: 1px dotted #666666;
}
DIV.langs A {
	font-size: 12px;
	background-position: right top;
	border: none;
	margin: 0px;
	padding-top: 0px;
}
DIV.langs A:hover {
	font-size: 12px;
	background-position: right top;
	border: none;
}

DIV.flash {
	width: 637px;
	min-height: 472px;
	float: left;
	padding-left: 1px;
}
* HTML .flash {
	height: 472px;
}
DIV.flash IMG {
	margin: 10px;
}

DIV.flashImgHome {
	width: 637px;
	height: 286px;
	background-image: url("/img/design/flashHomeBg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
DIV.flashMenu {
	height: 30px;
	background-color: #454545;
}
DIV.flashMenu A {
	display: block;
	float: left;
	/*width: 96px;*/
	padding: 6px 0 6px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
	background-color: #454545;
	text-decoration: none;
}
DIV.flashTxt1,
DIV.flashTxt2,
DIV.flashTxt3 {
	width: 186px;
	height: 114px;
	float: left;
	background-repeat: no-repeat;
	background-color: #E5E5E5;
}
DIV.flashTxt1 {
	padding: 22px 10px 20px 16px;
	background-image: url("/img/design/flashTxt1Bg.jpg");
	background-position: right center;
}
DIV.flashTxt2 {
	padding: 22px 13px 20px 13px;
	background-image: url("/img/design/flashTxt2Bg.jpg");
	background-position: center;
}
DIV.flashTxt3 {
	padding: 22px 17px 20px 10px;
	background-image: url("/img/design/flashTxt3Bg.jpg");
	background-position: left center;
}
DIV.LH1 {
	background-image: url("/img/design/flashLH1Bg.jpg");
}
DIV.LH2 {
	background-image: url("/img/design/flashLH2Bg.jpg");
}
DIV.LH3 {
	background-image: url("/img/design/flashLH3Bg.jpg");
}
DIV.flashTxt1 H1,
DIV.flashTxt2 H1,
DIV.flashTxt3 H1 {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
}
DIV.flashTxt1 P,
DIV.flashTxt2 P,
DIV.flashTxt3 P {
	height: 70px;
	padding-left: 0px;
	color: #FFFFFF;
	line-height: 130%;
}
DIV.flashTxt1 DIV,
DIV.flashTxt2 DIV,
DIV.flashTxt3 DIV {
	text-align: right;
}
DIV.flashTxt1 A,
DIV.flashTxt2 A,
DIV.flashTxt3 A {
	padding-right: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url("/img/design/flashLink.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
DIV.flashTxt1 A:hover,
DIV.flashTxt2 A:hover,
DIV.flashTxt3 A:hover {
	color: #EA2732;
}
/* L&H home page \*/
DIV.flashImgLnH {
	width: 637px;
	height: 316px;
	background-image: url("/img/design/flashLnHBg.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
/* content pages \*/

.clearAll {
	clear: both;
	height: auto;
	border: none;
}
DIV.block1of3 {
	width: 260px;
	float: left;
}
DIV.block2of3 {
	width: 581px;
	padding-right: 10px;
	float: left;
}
DIV.block3of3 {
	width: 851px;
	float: left;
}
/*
DIV.block2of3 P, DIV.block3of3 P, DIV.block1of2 P, DIV.block2of2 P, DIV.flash P {
	padding-left: 10px;
}
DIV.block3of3 P {
	padding-right: 10px;
}

IMG!!\*/
DIV.block2of3 IMG, DIV.block1of2 IMG, DIV.block2of2 IMG, DIV.block3of3 IMG {
	margin: 10px;
	border: 1px solid #000000;
}

DIV.block1of3 IMG { margin: 10px 0; }

DIV.block1of2 {
	width: 420px;
	padding-right: 10px;
	float: left;
}
DIV.block2of2 {
	width: 421px;
	float: left;
}
/* če obstaja levi meni! (korpo, L&H) \*/
DIV.flash DIV.block1of2 { width: 309px; }
DIV.flash DIV.block2of2 { width: 318px; }
/*
	CORPORATE PAGES
*/
DIV.contacts H2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0px;
	border: none;
}
DIV.midSection {
	width: 205px;
	padding: 0 10px;
}
A.arrow {
	padding-right: 18px;
	text-decoration: none;
	background-image: url("/img/design/newsMore.gif");
	background-position: right center;
	background-repeat: no-repeat;
}
A.arrow:hover { text-decoration: underline; }

/*
	OBJAVE
	
	DIV.events - events na vstopnih straneh MEDICAL
	DIV.news - novice na vstopnih straneh MEDICAL
	DIV.press - tiskovna sporočila na korpo straneh
	
\*/
DIV.events /* vstopna pri vseh MEDICAL \*/ {
	width: 311px;
	padding-right: 10px;
	float: left;
}
DIV.events A, DIV.press A, DIV.publications A {
	clear: both;
	display: block;
	width: 100%;
	text-decoration: none;
}
DIV.publications A { padding: 3px 0px; }
DIV.news A {
	width: 265px;
	float: left;
}
DIV.events A:hover, DIV.news A:hover, DIV.press A:hover, DIV.publications A:hover { background-color: #E5E5E5; }
DIV.events A:hover P.eventName, DIV.news A:hover P.newsTitle, DIV.press A:hover P.newsTitle, DIV.publications A:hover P.newsTitle,
DIV.events A:hover P.eventMore, DIV.news A:hover P.newsMore, DIV.press A:hover P.newsMore, DIV.publications A:hover P.newsMore { color: #EA2732; }
P.eventDate, P.newsDate {
	padding-top: 2px;
	padding-bottom: 0;
	font-size: 10px;
	color: #999999;
}
P.eventName, P.newsTitle {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: bold;
}
DIV.publications P.newsTitle {
	font-size: 13px;
}
P.eventLocation, SPAN.eventLocation {
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
}
DIV.events P.newsAbstract, DIV.news P.newsAbstract, DIV.press P.newsAbstract {
	padding-top: 2px;
	padding-bottom: 0;
}
P.eventMore, P.newsMore {
	text-align: right;
	text-decoration: none;
	margin-right: 20px;
	padding: 0px 18px 2px 0px;
	background-image: url("/img/design/newsMore.gif");
	background-position: right;
	background-repeat: no-repeat;
}
DIV.happened P.eventName { color: #999999; }
DIV.news /* vstopna pri vseh MEDICAL \*/ {
	width: 530px;
	float: left;
}
DIV.news DIV /* vstopna pri vseh MEDICAL \*/ {
	width: 265px;
	float: left;
}

DIV.pressDetail P.eventName, DIV.pressDetail P.newsTitle {
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
DIV.pressDetail A {
	display: inline;
}
DIV.pressDetail A:hover {
	background-color: transparent;
}
div.pressDetail img {
    float: left;
}
div.pressDetail p img {
    margin-left: 0;
}
DIV.newsPicture {
	width: 272px;
	float: left;
}
DIV.newsPicture IMG {
	margin-bottom: 0px;
	margin-left: 10px;
}
DIV.newsPicture P {
	padding-top: 0;
	font-size: 10px;
}
DIV#galerijaNiz {
	clear: both;
}
DIV#galerijaNiz DIV {
	float: left;
}
DIV#galerijaNiz IMG {
	float: none;
	margin-right: 5px;
}
DIV.ObjaveDokumenti DIV {
	margin-left: 10px;
	padding: 2px 0 2px;
}
DIV.ObjaveDokumenti A {
	padding: 2px 3px 2px 20px;
	
	background-position: left center;
	background-repeat: no-repeat;
}
DIV.Dokument_pdf A {
	background-image: url("/img/design/iconPdf.gif");
}
DIV.Dokument_doc A {
	background-image: url("/img/design/iconDoc.gif");
}
DIV.Dokument_xls A {
	background-image: url("/img/design/iconXls.gif");
}
DIV.Dokument_jpg A {
	background-image: url("/img/design/iconJpg.gif");
}

DIV.press A DIV {
	padding: 3px 0px;
}
DIV.events IMG.pictogram,
DIV.news IMG.pictogram {
	display: none;
}
DIV.press IMG.pictogram,
DIV.publications IMG.pictogram {
	float: left;
	border: none;
	margin: 5px 10px;
}
DIV.press A.back {
	display: inline;
}
DIV.press A.back:hover {
	background-color: #FFFFFF;
}
/* straničenje \*/
TABLE.ObjaveTabelaStranicenje {
	border: none;
	width: auto;
}
TABLE.ObjaveTabelaStranicenje TD {
	background-color: #FFFFFF;
	border: none;
}
TABLE.ObjaveTabelaStranicenje TD A:hover {
	background-color: #FFFFFF;
}
/*
	PRODUCTS
\*/
DIV.productsMatrix {
	width: 206px;
	float: left;
}
DIv.productsMatrixMid {
	width: 205px;
	padding-left: 10px;
	float: left;
}

DIV.pages {
	padding-top: 45px;
	padding-right: 5px;
	float: right;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
DIV.pages A {
	color: #666666;
	text-decoration: none;
}
DIV.pages A.menuLinkOn {
	color: #EA2732;
}

DIV.gallery {
	width: 180px;
	padding: 0 10px 10px 10px;
	float: left;
}
DIV.block2of3 DIV.gallery IMG, DIV.gallery IMG {
	margin: 10px 0 0 0;
	
	border: 1px solid #333333;
}

DIV.center {
	width: 381px;
	padding-right: 10px;
	float: left;
}
DIV.centerWide {
	width: 651px;
	padding-top: 5px;
	float: left;
}
A.moreCenter {
	color: #333333;
	text-decoration: none;
}
A.moreCenter:hover {
	text-decoration: underline;
}
P.highlight {
	padding-top: 5px;
	padding-bottom: 0px;
	
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
A.moreAbout {
	float: right;
	
	font-weight: bold;
	color: #EA2732;
	text-decoration: none;
}
A.moreAbout:hover {
text-decoration: underline;
}
DIV.features P {
	padding: 5px 0px;
}
DIV.features A IMG {
	border: 0px;
	margin: 2px;
}
DIV.popUp {
	display: none;
	padding: 5px;
	width: 250px;
	
	position: absolute;	
	z-index: 100;
	
	border: 1px solid #333333;
	background-color: #F7F7F7;
}

A.detail {
	text-decoration: none;
	color: #333333;
}
A.detail:hover {
	text-decoration: underline;
}
A.red {
	display: block;
	margin-top: 5px;
	padding-top: 2px;
	padding-left: 15px;
	padding-bottom: 2px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #EA2732;
	text-decoration: none;
}
A.red:hover {
	color: #FFFFFF;
	background-color: #333333;
}

A.pdf {
	padding-left: 25px;
	background-image: url("/img/design/iconPdf.gif");
	background-position: 5px center;
	background-repeat: no-repeat;
}
DIV.ceStatement {
	padding: 5px;
	font-size: 10px;
	color: #999999;
}
DIV.media {
	clear: both;
	padding: 10px 30px 10px 30px;
	min-height: 279px;
	
	background-color: #E3E3E3;
}
P.back, A.back {
	padding-left: 18px;
	background-image: url("/img/design/back.gif");
	background-position: left center;
	background-repeat: no-repeat; 
}
P.back {
	margin-left: 10px;
}
* HTML .media {
	height: 279px;
}

DIV.media P {
	padding: 0px;
	
	line-height: 150%;
	color: #333333;
}
DIV.media IMG {
	padding-right: 20px;
	
	border: 0px;
}

DIV.mediaNavigation {
	clear: both;
	width: 100%;
		
	border-top: 1px dotted #333333;
}
DIV.mediaItem {
	display: none;
}
DIV.mediaNavigation A {
	padding-top: 2px;
	padding-bottom: 3px;
	display: block;
	float: left;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #333333;
	text-decoration: none;
}
A#lnk01 {
	width: 190px;
	padding-left: 60px;
	
	background-image: url("/media/img/medical/products/xpmax/buttonBeforeAfter.gif");
	background-position: 15px center;
	background-repeat: no-repeat;
}
A#lnk02 {
	width: 190px;
	padding-left: 60px;
	
	background-image: url("/media/img/medical/products/xpmax/buttonVideo.gif");
	background-position: 35px center;
	background-repeat: no-repeat;
}
A#lnk03 {
	width: 291px;
	padding-left: 60px;
	
	background-image: url("/media/img/medical/products/xpmax/buttonLibrary.gif");
	background-position: 30px center;
	background-repeat: no-repeat;
}
A.menuBottom {
}
A.menuBottom:hover {
	text-decoration: underline;
	color: #EA2732;
}
A.menuBottomOn {
	background-color: #E3E3E3;
}
A.menuBottomOn:hover {
	background-color: #E3E3E3;
	
	color: #EA2732;
	text-decoration: underline;
}

DIV#01, DIV#02, DIV#03 {
}
DIV.mediaLeft {
	width: 396px;
	float: left;
}
DIV.media P, DIV.mediaLeft DIV {
	padding-top: 5px;
	font-size: 12px;
	color: #333333;
}
IMG.image {
	padding-left: 10px;
	float: left;
}
DIV.mediaRight {
	width: 395px;
	float: left;
	
	color: #666666;
}
DIV.mediaRight P {
	font-size: 11px;
	color: #333333;
}
A.explain {
	text-decoration: none;
	color: #EA2732;
}
A.explainOn {
	text-decoration: none;
	color: #666666;
}
DIV.detail {
	display: none;
}
DIV.beforeAfter {
}
DIV.beforeAfter P {
	width: 390px;
	float: left;
	padding-top: 5px;
}
DIV.beforeAfter IMG {
	padding-top: 3px;
	padding-bottom: 5px;
	float: left;
}
DIV.video {
	text-align: center;
}

DIV#Description, DIV#Features, DIV#TechnicalData {
	padding-top: 5px;
	width: 651px;
	float: left;
}
/* SUPPORT \*/

DIV.literatureItem {
	clear: both;
	padding: 5px 10px;
}
DIV.literatureItem IMG.image {
	padding-left: 0px;
	margin-right: 10px;
	border: none;
}
DIV.literatureItem A.explain:hover {
	text-decoration: underline;
}

DIV.prebrana {
	margin: 10px;
	border: 1px solid #666666;
	background-color: #CCCCCC;
}
/* forms \*/
DIV.err {
	padding: 10px 0 5px 0;
	
	font-size: 12px;
	font-weight: bold;
	color: #EA2732;
	text-align: center;
}
INPUT, SELECT, TEXTAREA {
	margin-top: 4px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
TEXTAREA {
	margin-bottom: 2px;
	height: 100px;
}
INPUT.def, SELECT.def, TEXTAREA.def {
	width: 300px;
	border: 1px solid #D4D0C8;
}
/* z levim blokom \*/
DIV.flash INPUT.def, DIV.flash TEXTAREA.def {
	width: 190px;
}
DIV.flash SELECT.def {
	width: 202px;
}
INPUT.def, TEXTAREA.def {
	padding: 1px 5px;
}
SELECT.def {
	margin-top: 5px;
	margin-bottom: 1px;
	width: 312px;
}
INPUT.obvezno, SELECT.obvezno, TEXTAREA.obvezno {
	border-color: #666666;
}
.missing {
	color: #FF0000;
	font-weight: bold;
}
SPAN.missing {
	font-size: 18px;
}
INPUT.btn {
	padding: 2px;
	border: none;
	background-color: #EA2732;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	
	cursor: pointer;
}
INPUT.btn2 {
	padding: 2px;
	border: none;
	background-color: #666666;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	
	cursor: pointer;
}

FORM DIV {
	height: 26px;
	border-bottom: 1px solid #CCCCCC;
	clear: both;
}
FORM DIV P {
	width: 300px;
	float: left;
}
FORM DIV P SPAN {
	color: #999999;
	padding: 8px;
}
/* z levim menujem \*/
DIV.flash FORM DIV P {
	width: 410px;
}
DIV.flash DIV FORM DIV P {
	width: 300px;
}
DIV.inf_multiline {
	height: auto;
}
DIV.inf_Applications {
	margin-top: 26px;
	padding-bottom: 2px;
	width: 350px;
	height: auto;
	float: left;
	clear: none;
	border: none;
}
DIV.flash DIV FORM DIV.inf_Applications {
	margin-top: 26px;
	padding-bottom: 2px;
	width: 250px;
	height: auto;
	float: left;
	clear: none;
	border: none;
}
DIV.inf_Applications DIV {
	border: none;
	height: auto;
}
DIV.inf_dark {
	background-color: #F5F5F5;
}
DIV.inf_dark P {
	width: 450px;
}
/* APLIKACIJE IN PRODUKTI - matrika */
DIV.products1of3 {
	width: 250px;
	padding-right: 10px;
	float: left;
	background-color: #E5E5E5;
	min-height: 433px;
}
*HTML .products1of3 {
	height: 433px;
}
DIV.products1of3 P {
	text-align: justify;
}

DIV.products2of3 {
	width: 290px;
	padding-right: 11px;
	float: left;
}

DIV.products3of3 {
	width: 290px;
	float: left;
}
/* svetli products/spplications \*/
DIV.products {
	width: auto;
}
DIV.products, DIV.products P, DIV.products A, DIV.products A:hover {
	color: #999999;
}
DIV.products P {
	padding-left: 15px;
}
DIV.products A {
	text-decoration: none;
}
/* označeni produkt/aplikacija \*/
DIV.productsOznacen P {
	padding-left: 15px;
	background-image: url("/img/design/listItem.gif");
	background-position: left 7px;
	background-repeat: no-repeat;
}
DIV.productsOznacen A {
	color: #333333;
	text-decoration: none;
}

/* "?" na kurzorju pri mouse over na aplikaciji - LEVO \*/
DIV.products3of3 DIV.productsOznacen P {
	cursor: default;
}

DIV.products1of3 IMG {
	margin:10px;
	border: 1px solid #000000;
}
/*to je class za opis apiklacije, ki je v prvem divu*/

DIV.products H1{					
	font-size:24px;
	color:#FF0033;
}
/* SEARCH \*/
DIV.search {
	padding-left: 10px;
	padding-top: 10px;
}
DIV#searchForm {
	display: none;
}
DIV.gsc-branding {
	padding-right: 10px;
}
TABLE.gsc-branding TD {
	background-color: #FFFFFF;
}
TABLE.gsc-branding TD DIV {
	height: auto;
	border-bottom: none;
}

TABLE.gsc-resultsHeader {
	border-bottom: 1px solid #666666;
}
TABLE.gsc-resultsHeader TD {
	border-bottom: none;
}
DIV.gsc-control {
	width: auto;
}
DIV.gsc-results {
	padding-left: 10px;
	padding-right: 10px;
  width: auto;
}
TD.auroraError {
	background-color: inherit;
}

.supportMS {
    clear: both;
    padding: 0 5px;
}
h3.results {
    color: #000;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.8em;
    padding: 12px 5px 10px;
}
.supportMS p {
    padding: 5px;
}
.ulWrap {
    float: left;
}
div.c1,
div.c2,
div.c3 {
    width: 33.33%;
}
div.c4 {
    clear: left;
}
div.c4,
div.c5,
div.c6,
div.c7 {
    width: 25%;
}
.ulWrap ul.MSdirs {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px 10px 10px;
}
ul.MSdirs {
    margin: 5px;
}
ul.MSdirs li {
    background: url("/_inc/img/ico/silk/folder.png") left top no-repeat;
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    padding: 2px 0 0 18px;
}
.ulWrap ul.MSdirs li {
    background: none;
    padding-left: 0;
}
ul.MSdirs li.l1 {
    background: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.8em;
    padding-bottom: 10px;
    padding-left: 0;
}
ul.MSdirs li.l3 { margin-left: 10px; }
ul.MSdirs li.l4 { margin-left: 20px; }
ul.MSdirs li.l5 { margin-left: 30px; }
ul.MSdirs li.l6 { margin-left: 40px; }
ul.MSdirs li.l7 { margin-left: 50px; }
ul.MSdirs li.l8 { margin-left: 60px; }
.MSdirs a { color: #000; }
span.newItems {
    color: #ea2732;
}

ul.MSfiles {
    clear: left;
    margin-left: 5px;
}
ul.MSfiles li {
    background: url("/_inc/img/ico/silk/page_white.png") left top no-repeat;
    list-style-image: none;
    list-style-type: none;
    /*margin: 5px;*/
    padding: 0 0 5px 18px;
}
ul.MSfiles img { vertical-align: text-bottom; }
ul.MSfiles li.doc,
ul.MSfiles li.docx {
    background: url("/_inc/img/ico/silk/page_white_word.png") left top no-repeat;
}
ul.MSfiles li.xls,
ul.MSfiles li.xlsx {
    background: url("/_inc/img/ico/silk/page_white_excel.png") left top no-repeat;
}
ul.MSfiles li.pps,
ul.MSfiles li.ppsx,
ul.MSfiles li.ppt,
ul.MSfiles li.pptx {
    background: url("/_inc/img/ico/silk/page_white_powerpoint.png") left top no-repeat;
}
ul.MSfiles li.ai,
ul.MSfiles li.indd,
ul.MSfiles li.eps,
ul.MSfiles li.psd {
    background: url("/_inc/img/ico/silk/photo.png") left top no-repeat;
}
ul.MSfiles li.odt,
ul.MSfiles li.ods,
ul.MSfiles li.txt {
    background: url("/_inc/img/ico/silk/page_white.png") left top no-repeat;
}
ul.MSfiles li.zip,
ul.MSimages li.zip {
    background: url("/_inc/img/ico/silk/page_white_zip.png") left top no-repeat;
}
ul.MSfiles li.pdf {
    background: url("/_inc/img/ico/silk/page_white_acrobat.png") left top no-repeat;
}
ul.MSfiles li.jpg,
ul.MSfiles li.png,
ul.MSfiles li.tif,
ul.MSfiles li.gif {
    background: url("/_inc/img/ico/silk/image.png") left top no-repeat;
}
ul.MSfiles li.avi,
ul.MSfiles li.mp4,
ul.MSfiles li.mpg,
ul.MSfiles li.mpeg,
ul.MSfiles li.wmv {
    background: url("/_inc/img/ico/silk/television.png") left top no-repeat;
}

ul.MSimages {
    margin-left: 5px;
}
ul.MSimages li {
    float: left;
    list-style-type: none;
    list-style-image: none;
    margin-right: 5px;
    margin-bottom: 10px;
    width: 265px;
}
ul.MSimages li img {
    float: left;
}
ul.MSimages li.clear {
    clear: left;
}
ul.MSimages li div.imgInfo {
    margin-left: 110px;
}
ul.MSimages li div.imgInfo img {
    float: none;
}
ul.MSimages li.zip {
    background: url("/_inc/img/ico/silk/page_white_zip.png") left top no-repeat;
    float: none;
    padding: 0 0 5px 18px;
}

.regular {
    clear: left;
    float: none;
}
.thumb {
    float: left;
    margin-right: 10px;
    width: 190px;
}
.thumb img  {
    float: left;
    margin-right: 10px;
}

div.tooltip {
    display: none;
}
/*.thumb span {
    display: block;
    float: left;
    height: 50px;
    margin-right: 10px;
    overflow: hidden;
    width: 50px;
}*/
.first {
    clear: left;
}

.lastModified {
    clear: both;
    color: #666;
    text-align: right;
}

.newOnlyForm {
    padding: 0 5px;
}
.newOnlyForm input {
    float: left;
    margin-right: 5px;
}
.newOnlyForm label {
    display: block;
    padding-top: 4px;
}
.newOnly .newNot {
    display: none;
}

.search {
    padding-right: 10px;
}
form.MSsearch {
    border: 1px solid #ccc;
    float: right
}
form.MSsearch input {
    float: left;
    margin: 0;
}
input.MSdef {
    border: 0 none;
    padding: 4px 2px 2px 2px;
}
input.MSbtn {
    padding: 2px;
}

div#zip,
div#state { display: none; }

.support img {
  border: none;
}
.support form div {
  height: auto;
  overflow: hidden;
}
.archive-years {
  float: right;
  padding: 5px 10px;
}
.img-r {
  float: right;
  padding: 5px 10px;
}
.gallery {
  list-style-type: none;
  margin-left: 0;
}
.gallery li {
  display: inline-block;
  padding: 5px 10px;
}