@charset "utf-8";
/*

#--------------------------------------------------------#
   
   CSS-Datei © texdata software gmbh
   
#--------------------------------------------------------#


Inhaltsverzeichnis:
---------------------------------------------------------#

	[1].27	Ausgelagerte Dateien

	[2].34 	Farbschema

	[3].	Elemente zurücksetzen

	[4]. 	Seitenlayout und Maße

	[5]. 	allgemeine Klassen
	[5.1].		Überschriften
	[5.2].		Textelemente
	[5.3].		Links
	
	[6]. 	spezifische Content-Klassen
	[6.1]. 		Meta-Navigation
	[6.2]. 		Haupt-Navigation
	[6.3]. 		Teaser
	[6.4].		Tabelle
	[6.5].		Sprachauswahl-Container
	[6.6].		Block-Kasten
	[6.7].		Produkt-Seiten



Ausgelagerte Dateien:
---------------------------------------------------------#

	[a]	mainnavi.css	Stylesheet für Navigation

	
Farbschema und verwendete Farbwerte:
---------------------------------------------------------#

	#efefef		Mittelgrau - Hintergrund Header und Image-Part
	
	#f6f6f6		Hellgrau - Hintergrund Content Part
	
	#a7a7a7		Dunkelgrau - Linien etc
	
	#004a98		Dunkelblau - Headlines
	
	#97ca9c		Dunkelgrün - Subheadlines
	
	#009ee0		Cyan / Hellblau - Links in normalem Zustand
	
	#e2007a		Magenta - Links in Hover Zustand
	
*/



/*	1. Layoutvorgaben des Browsers zuruecksetzen
--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;  		/* Hier Schriftarten festlegen */
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
	border: none;
	line-height: 20px;
}


/*	4. Seitenlayout und Maße
--------------------------------------------------------- 

Gesamtbreite 980px

|------------------------------------------------|
| Header, Höhe 110px
| behinhaltet Logo, Meta-Navi, Navigation
|------------------------------------------------|
| Image Bereich, Höhe max. 300px
| behinhaltet entweder Flash oder Bild
|------------------------------------------------|

*/
html {
	text-align:center;
}

body {

}

#top {
	background-color: #efefef;
	border-bottom: 1px solid #a7a7a7;
	margin-bottom: -5px;
}

#middle {
	background-color: #f6f6f6;
	border-top: 1px solid #a7a7a7;
	margin-top: 0px;
}

#bottom {
	background-image: url(../_img/style/bg_bottom.gif);
	background-repeat:repeat-x;
}

#header {
	height: 110px;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	
}

#imagePart {padding-top: 20px; }
#flashPart {text-align: center; clear: both; margin-top: 0; padding: 0;}
object {margin: 0; padding: 0; }

#content {
	width: 940px;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 20px;
	padding-top: 30px;
	font-size: 13px;
}

#footer {
	height: 85px;
	width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	background-image: url(../_img/style/bg_footer.gif);
}

div.columnLeft { 
	width: 705px;
	float: left;
}

div.columnRight {
	width: 220px;
	padding-left: 15px;
	float: right;
}

div.columnLeft_schmal { 
	width: 220px;
	padding-right: 10px;
	float: left;
}

div.columnRight_breit {
	width: 705px;
	float: right;
}

div.columnLeft div.SpalteLinks {
   float: left;
   width: 340px;
}

div.columnLeft div.SpalteRechts {
  Float: right:
  width: 340px;
  margin-left: 360px;
}


/*	5.1. Überschriften
--------------------------------------------------------- */

h1 {
	font-size: 18px;
	background-image:url(../_img/logos/texdata.gif);
	width: 255px;
	height: 55px;
	text-indent: -9999em;
	
}

h2 {
	background-color: #f1f8f1;
	font-size: 13px; 
	color: #000000;
	height: 30px;
	margin-bottom: 20px;
		
}

h2 span {
	font-weight: bold;
	background-image: url(../_img/style/bg_h2.jpg);
	height: 16px;
	line-height: 30px;
	padding: 5px 10px 5px 10px;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-right: 10px;
	letter-spacing: 1px;
}

h2.h2_produkte{
	background-image: url(../_img/style/bg_h2_produkte.gif);
	height: 80px;
}
h2.h2_produkte span{
	display: none;
}

.produktgruppe {
	float: right;
	margin-right: 20px;
	margin-top: -70px;
	color: #FFFFFF;
	font-weight: bold;
}

h3, .absatzHeadline {
	font-size: 15px;
	font-weight: bold;
	color: #004a98;
	text-transform: uppercase;
	margin-top: 0;
	padding-top: 0;
	letter-spacing: 1px;
}

h3.h3_teaser {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	background-image: url(../_img/style/bg_h2_teaser.jpg);
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
}

h3.h3_filter {
	background-color: #f1f8f1;
	font-size: 13px; 
	color: #004a99;
	height: 15px;
	line-height: 15px;
	padding: 10px 10px 5px 10px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h4 {
	font-size: 13px;
	border-bottom: 1px dashed #acacac;
	padding-bottom: 3px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	font-size: 0.8 em;
}

h1.logo {float: left;}


/*	5.2. Textelemente
-------------------------------------------------------- */

b {font-weight: bold;}

i, div i {font-style: italic; color: #a7a7a7;}

strike { text-decoration:line-through}

#content p, #content ul {margin-bottom: 20px;}

#footer p {
	font-size: 10px;
	padding-left: 20px;
	padding-top: 10px;
}

span.h2Link {
	width: 685px;
	height: 30px;
	background-color: #f1f8f1;
	display: block;
	float: right;
	line-height: 30px;
	font-size: 11px;
	padding-left: 20px;
	
	background-repeat: no-repeat;
	background-position: top right;
}

ul { margin-left: 20px; margin-bottom: 20px; }


/*	5.3. Links
--------------------------------------------------------- */

a {
	color: #e2007a;
	text-decoration: underline;
	font-weight: normal;
}

.newsListItem a {
	text-decoration: none;
}

a:hover {
	color: #009ee0;
}

span.h2Link a {
	color: #000000;
}

span.h2Link a:hover {
	color: #FF;
}

a.produkte_navi, a.produkte_navi_aktiv {
	width: 231px; height: 53px;
	display: block;
	margin-left: -10px;
	margin-bottom: 10px;
}
a:hover.produkte_navi, a.produkte_navi_aktiv { background-position: 0 -53px;}

a.beschreibung {background-image:url(../_img/produkte/navi/beschreibung.gif);}
a.features {background-image:url(../_img/produkte/navi/features.gif);}
a.screenshots {background-image:url(../_img/produkte/navi/screenshots.gif);}
a.videos {background-image:url(../_img/produkte/navi/videos.gif);}
div.produkte_navi_downloads {
	background-image:url(../_img/produkte/navi/downloads.gif);
	padding: 60px 20px 10px 20px;
	background-color: #e9f4e9;
	background-repeat: no-repeat;
	width: 180px;
	margin-bottom: 20px;
	}
div.produkte_navi_downloads a {
	border-bottom: 1px dashed #acacac;
	padding-bottom: 5px;
	margin-bottom: 5px;
	display: block;
}


/*	6.1. Meta-Navigation
--------------------------------------------------------- */

ul#metaNavi {
	height: 30px;
	list-style-type: none;
	font-size: 10px;
	text-align: right;
	line-height: 25px;
	padding-top: 10px;
}

ul#metaNavi li {
	list-style-type: none;
	display: inline;
}

ul#metaNavi li a {
	margin-left: 25px;
	padding-left: 30px;
	background-image:url(../_img/icons/metanavi.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 25px;
	display: block;
	float: right;
	color: #000000;
	text-decoration: none;
}

ul#metaNavi li a:hover {color: #e2007a;}

ul#metaNavi li a.helpdesk { }
ul#metaNavi li a.support { background-position: 0 -25px; }
ul#metaNavi li a.kontakt { background-position: 0 -50px; }
ul#metaNavi li a.wissen { background-position: 0 -150px; }
ul#metaNavi li a.blog { background-position: 0 -200px; }
ul#metaNavi li a.helpdesk:hover { background-position: 0 -75px; }
ul#metaNavi li a.support:hover { background-position: 0 -100px; }
ul#metaNavi li a.kontakt:hover { background-position: 0 -125px; }
ul#metaNavi li a.wissen:hover { background-position: 0 -175px; }
ul#metaNavi li a.blog:hover { background-position: 0 -225px; }

/*	6.2. Haupt-Navigation
--------------------------------------------------------- */

.clearfix {clear: both;}


/*	6.3. Teaser-Flächen
--------------------------------------------------------- */

div.teaser {
	background-color: #eef6ef;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

div.teaser p {padding: 0 10px 0 10px; margin-bottom: 0px;}
div.teaser a p {color: #000000;}
div.teaser p a {color: #000000; text-decoration: none;}

div.teaser a.blockA {
	border-bottom: 1px dashed #acacac;
	padding-bottom: 5px;
	margin-bottom: 0px;
	display: block;
}

/*	6.4. Tabellen
--------------------------------------------------------- */

.tbl_jobHead, .tbl_jobHead tr, .tbl_jobHead tr td, thead, thead tr td {
	fonz-size: 10px;
	font-style: italic;
	color: #c8c8c8;
}

.standardTabelle tr td {
	border-bottom: 1px dashed #acacac;
	padding: 5px 10px 5px 0;
	vertical-align: top;
}

.standardTabelle thead tr td {
	font-size: 10px;
}

/*	6.5. Sprachauswahl Container
--------------------------------------------------------- */

div#chooselanguage {
	position: absolute; left: -100px; top: 100px; width: 100px; height: 129px;
	background-image: url(../_img/fahnen/bg_fahnen.png);
	padding: 20px 26px 0 10px;
	font-size: 13px;
}

div#chooselanguage a {
	display: block;
	width: 90px; height: 25px;
	background-position: 0 -25px;
	margin-bottom: 3px;
	text-indent: -9999em;
}

div#chooselanguage a:hover { background-position: 0 0;	}
a.lang_de {	background-image: url(../_img/fahnen/de.gif); width: 90px; height: 25px;}
a.lang_en {	background-image: url(../_img/fahnen/en.gif); width: 90px; height: 25px;}
a.lang_it {	background-image: url(../_img/fahnen/it.gif); width: 90px; height: 25px;}
a.lang_fr {	background-image: url(../_img/fahnen/fr.gif); width: 90px; height: 25px;}

/*  6.6 Block-Kasten
----------------------------------------------------------*/

.block-1-4 {
	float: left;
	width: 225px;
	overflow: none;
	margin-bottom: 20px;
	margin-right: 10px;
}

.bild-block-1-4 {
	border: 1px solid #f6f6f6;
	text-align: center;
	margin-bottom: 7px;
	padding: 7px 0 7px 0;
}

.block-1-5 {
	float: left;
	width: 180px;
	overflow: none;
	margin-bottom: 20px;
	margin-right: 8px;
}

.bild-block-1-5 {
	border: 1px solid #f6f6f6;
	text-align: center;
	margin-bottom: 7px;
	padding: 3px 0 3px 0;
}

.block-1-8 {
	float: left;
	width: 112px;
	overflow: none;
	margin-bottom: 5px;
	margin-right: 5px;
}

.bild-block-1-8 {
	border: 1px solid #f6f6f6;
	text-align: center;
	margin-bottom: 3px;
	padding: 3px 0 3px 0;
	overflow: hidden;
}

.screenshot {height: 200px; overflow: none;}

/*  6.7 Produktseiten
----------------------------------------------------------*/

ul.featureListe, div.produktAbsatz ul {
	margin: 20px 0 20px 0px;
	list-style-image: none;
	list-style: none;
}

ul.featureListe li, div.produktAbsatz ul li {
	padding-bottom: 2px;
	padding-left: 20px;
	margin: 3px 20px 3px 0;
	border-bottom: 1px dashed #acacac;
	background-image: url(../_img/style/list_features.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}

/*  6.8 News
----------------------------------------------------------*/

span.newsdatum {
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 20px;
	display: block;	
}

div.terminDatum {
	background-image: url(../_img/style/bg_kalender.gif);
	background-repeat: no-repeat;
	width: 48px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

div.terminDatum div.terminDatumTag {
	text-align: center;
	font-weight: bold;
	margin: 15px 0 5px 0;
}

div.terminDatum div.terminDatumMonat {
	text-align: center;
	font-weight: bold;
	font-size: 10px;
}

div.newsListItem {
	clear: both;
	margin-bottom: 20px;
}

.pageNavigator {
	text-align: center;
	color: #a7a7a7;
	padding: 20px 0 20px 0;
}

p.abstandOben {margin-top: 20px;}

/*	5.3. Formulate
--------------------------------------------------------- */

fieldset {padding: 10px; border: 1px solid #a7a7a7; margin-bottom: 30px;}
legend {color: #FFFFFF; font-size: 15px; font-weight: bold; padding: 0 10px 0 10px; border: 1px solid #a7a7a7; background: #97ca9c;}

.formularTabelle tr td.checkboxspalte { padding: 5px 0 5px 0; }

.inp_button {
	height: 30px;
	width: 130px;
	cursor: pointer;
}

label {width: 250px; padding: 7px 0px 7px 0px; display: block; float:left; }
i.formularhinweis { margin-left: 200px; display: block;}
.linksversatz {margin: 10px 0 10px 250px;}

.inp_checkbox {margin: 10px 0 10px 0;}

.inp_check {
	width: 300px;
	background-color: #f6f6f6;
	border-bottom: 1px dashed #a7a7a7;
	padding: 7px 10px 7px 10px;
	font-family: Times, serif;
	letter-spacing: 0.1em;
	color: #5e5e5e;
}

.inp_select {
	width: 320px;
	background-color: #f6f6f6;
	border-bottom: 1px dashed #a7a7a7;
	padding: 7px 10px 7px 10px;
	font-family: Times, serif;
	letter-spacing: 0.1em;
	color: #5e5e5e;
}

.inp_text {
	width: 300px;
	background-color: #f6f6f6;
	border-bottom: 1px dashed #a7a7a7;
	padding: 7px 10px 7px 10px;
	font-family: Times, serif;
	letter-spacing: 0.1em;
	color: #5e5e5e;
}

.inp_textarea {
	width: 300px;
	height: 100px;
	background-color: #f6f6f6;
	border-bottom: 1px dashed #a7a7a7;
	padding: 7px 10px 7px 10px;
	font-family: Times, serif;
	letter-spacing: 0.1em;
	color: #5e5e5e;
}

.telefonnummer {font-weight: bold; font-size: 15px; color: #004a98; }

div.btn_stoerer {
	position: absolute;
	width: 150px;
	height: 150px;
	z-index: 1000;
	top: 250px;
	left: 50%;
	margin-left: 325px;
}

a.btn_test_webfashion {
	width: 150px;
	height: 150px;
	background-image: url(../_img/aktionen/button_webfashion_testen.png);
	display: block;
	text-indent: -9999em;
	cursor: pointer;
}

a:hover.btn_test_webfashion {
	background-image: url(../_img/aktionen/button_webfashion_testen_over.png);
} 
 
/*	5.3. Wissen Kompakt
--------------------------------------------------------- */

ul.subnavi {
	margin: 10px;
	list-style-type: none;
}

ul.subnavi li {
	border-bottom: 1px dashed #acacac;
	width: 200px;
	padding: 3px 0 3px 0;
}

ul.subnavi li a {text-decoration: none; color: #000000; font-weight: bold;}
ul.subnavi li a:hover, ul.subnavi li a.subnaviAktiv {text-decoration: none; color: #FFFFFF; background-color: #e2007a; font-weight: bold;}




/* Pretty Photo */
div.light_rounded .pp_top .pp_left{background: url(../_img/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;}div.light_rounded .pp_top .pp_middle{background:#fff;}div.light_rounded .pp_top .pp_right{background: url(../_img/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;}div.light_rounded .pp_content .ppt{color:#000;}div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right{background:#fff;}div.light_rounded .pp_content{background-color:#fff;}div.light_rounded .pp_next:hover{background: url(../_img/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.light_rounded .pp_previous:hover{background: url(../_img/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_rounded .pp_expand{background: url(../_img/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_rounded .pp_expand:hover{background: url(../_img/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_rounded .pp_contract{background: url(../_img/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_rounded .pp_contract:hover{background: url(../_img/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_rounded .pp_close{width:75px;height:22px;background: url(../_img/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_rounded #pp_full_res .pp_inline{color:#000;}div.light_rounded .pp_arrow_previous{background: url(../_img/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;}div.light_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_rounded .pp_arrow_next{background: url(../_img/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;}div.light_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_rounded .pp_bottom .pp_left{background: url(../_img/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;}div.light_rounded .pp_bottom .pp_middle{background:#fff;}div.light_rounded .pp_bottom .pp_right{background: url(../_img/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;}div.light_rounded .pp_loaderIcon{background: url(../_img/prettyPhoto/light_rounded/loader.gif) center center no-repeat;}div.dark_rounded .pp_top .pp_left{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;}div.dark_rounded .pp_top .pp_middle{background: url(../_img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_top .pp_right{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;}div.dark_rounded .pp_content_container .pp_left{background: url(../_img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_rounded .pp_content_container .pp_right{background: url(../_img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_rounded .pp_content{background: url(../_img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_next:hover{background: url(../_img/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_rounded .pp_previous:hover{background: url(../_img/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor: pointer;}div.dark_rounded .pp_expand{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_expand:hover{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_rounded .pp_contract:hover{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_rounded .pp_close{width:75px;height:22px;background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_rounded .currentTextHolder{color:#c4c4c4;}div.dark_rounded .pp_description{color:#fff;}div.dark_rounded #pp_full_res .pp_inline{color:#fff;}div.dark_rounded .pp_arrow_previous{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;}div.dark_rounded .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_rounded .pp_arrow_next{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;}div.dark_rounded .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_rounded .pp_bottom .pp_left{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;}div.dark_rounded .pp_bottom .pp_middle{background: url(../_img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;}div.dark_rounded .pp_bottom .pp_right{background: url(../_img/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;}div.dark_rounded .pp_loaderIcon{background: url(../_img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_left ,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background: url(../_img/prettyPhoto/dark_square/contentPattern.png) top left repeat;}div.dark_square .currentTextHolder{color:#c4c4c4;}div.dark_square .pp_description{color:#fff;}div.dark_square .pp_loaderIcon{background: url(../_img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;}div.dark_square .pp_content_container .pp_left{background: url(../_img/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;}div.dark_square .pp_content_container .pp_right{background: url(../_img/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;}div.dark_square .pp_expand{background: url(../_img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.dark_square .pp_expand:hover{background: url(../_img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.dark_square .pp_contract{background: url(../_img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.dark_square .pp_contract:hover{background: url(../_img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.dark_square .pp_close{width:75px;height:22px;background: url(../_img/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.dark_square #pp_full_res .pp_inline{color:#fff;}div.dark_square .pp_arrow_previous{background: url(../_img/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;}div.dark_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.dark_square .pp_arrow_next{background: url(../_img/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;}div.dark_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.dark_square .pp_next:hover{background: url(../_img/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor: pointer;}div.dark_square .pp_previous:hover{background: url(../_img/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.light_square .pp_left ,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content{background:#fff;}div.light_square .pp_content .ppt{color:#000;}div.light_square .pp_expand{background: url(../_img/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.light_square .pp_expand:hover{background: url(../_img/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.light_square .pp_contract{background: url(../_img/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.light_square .pp_contract:hover{background: url(../_img/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.light_square .pp_close{width:75px;height:22px;background: url(../_img/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.light_square #pp_full_res .pp_inline{color:#000;}div.light_square .pp_arrow_previous{background: url(../_img/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;}div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default;}div.light_square .pp_arrow_next{background: url(../_img/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;}div.light_square .pp_arrow_next.disabled{background-position: -22px -87px;cursor:default;}div.light_square .pp_next:hover{background: url(../_img/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor: pointer;}div.light_square .pp_previous:hover{background: url(../_img/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_top .pp_left{background: url(../_img/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;}div.facebook .pp_top .pp_middle{background: url(../_img/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;}div.facebook .pp_top .pp_right{background: url(../_img/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;}div.facebook .pp_content .ppt{color:#000;}div.facebook .pp_content_container .pp_left{background: url(../_img/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;}div.facebook .pp_content_container .pp_right{background: url(../_img/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;}div.facebook .pp_content{background:#fff;}div.facebook .pp_expand{background: url(../_img/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor: pointer;}div.facebook .pp_expand:hover{background: url(../_img/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor: pointer;}div.facebook .pp_contract{background: url(../_img/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor: pointer;}div.facebook .pp_contract:hover{background: url(../_img/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor: pointer;}div.facebook .pp_close{width:22px;height:22px;background: url(../_img/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor: pointer;}div.facebook #pp_full_res .pp_inline{color:#000;}div.facebook .pp_loaderIcon{background: url(../_img/prettyPhoto/facebook/loader.gif) center center no-repeat;}div.facebook .pp_nav .pp_arrow_previous{background: url(../_img/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default;}div.facebook .pp_nav .pp_arrow_next{background: url(../_img/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px;}div.facebook .pp_arrow_next.disabled{background-position: -32px -96px;cursor:default;}div.facebook .pp_nav{margin-top:0;}div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px;}div.facebook .pp_next:hover{background: url(../_img/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor: pointer;}div.facebook .pp_previous:hover{background: url(../_img/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor: pointer;}div.facebook .pp_bottom .pp_left{background: url(../_img/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;}div.facebook .pp_bottom .pp_middle{background: url(../_img/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;}div.facebook .pp_bottom .pp_right{background: url(../_img/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;}div.pp_pic_holder a:focus{outline:none;}div.pp_overlay{background:#000;display: none;left:0;position:absolute;top:0;width:100%;z-index:9500;}div.pp_pic_holder{display: none;position:absolute;width:100px;z-index:10000;}.pp_top{height:20px;position: relative;}* html .pp_top{padding:0 20px;}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_top .pp_middle{left:0;position: static;}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_content{height:40px;}.pp_content .ppt{left:auto;margin-bottom:5px;position: relative;top:auto;}.pp_fade{display: none;}.pp_content_container{position: relative;text-align: left;width:100%;}.pp_content_container .pp_left{padding-left:20px;}.pp_content_container .pp_right{padding-right:20px;}.pp_content_container .pp_details{margin:10px 0 2px 0;}.pp_description{display: none;margin:0 0 5px 0;}.pp_nav{clear: left;float: left;margin:3px 0 0 0;}.pp_nav p{float: left;margin:2px 4px;}.pp_nav a.pp_arrow_previous,.pp_nav a.pp_arrow_next{display:block;float: left;height:15px;margin-top:3px;overflow: hidden;text-indent: -10000px;width:14px;}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000;}a.pp_next{background: url(../_img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: right;height:100%;text-indent: -10000px;width:49%;}a.pp_previous{background: url(../_img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float: left;height:100%;text-indent: -10000px;width:49%;}a.pp_expand,a.pp_contract{cursor: pointer;display: none;height:20px;position:absolute;right:30px;text-indent: -10000px;top:10px;width:20px;z-index:20000;}a.pp_close{display:block;float: right;text-indent: -10000px;}.pp_bottom{height:20px;position: relative;}* html .pp_bottom{padding:0 20px;}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px;}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px;}* html .pp_bottom .pp_middle{left:0;position: static;}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px;}.pp_loaderIcon{display:block;height:24px;left:50%;margin: -12px 0 0 -12px;position:absolute;top:50%;width:24px;}#pp_full_res{line-height:1 !important;}#pp_full_res .pp_inline{text-align: left;}#pp_full_res .pp_inline p{margin:0 0 15px 0;}div.ppt{color:#fff;display: none;font-size:17px;left:0;position:absolute;top:0;z-index:9999;}.clearfix:after{content: ".";display:block;height:0;clear:both;visibility: hidden;}.clearfix {display: inline-block;}* html .clearfix {height:1%;}.clearfix {display:block;}