/*######## Basic Style ########*/

body {
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 62.5%;
	color: #000;
	text-align: center;
	background: #FFF;
}

body, h1, h2, h3, h4, h5, h6, div, p, table, td, ul, ol, li, dd, dt, dl, blockquote, address, hr, pre, form, fieldset,legend {
	margin: 0;
	padding: 0;
}

p, li, div, h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 1em;
}

td {vertical-align:top}
ul {list-style:none}
img,fieldset {border:0}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-table;}
 /* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.anchorFix {
	position: absolute;
}
.anchorFix + * {
	padding-top: 2em;
}

::selection {
	background: #416690;
	color: #FFF;
}

::-moz-selection {
	background: #416690;
	color: #FFF;
}

/*######## End Basic Style ########*/


/*######## Container ########*/

div#header {
    background: #83A4CB url(/images/header_bg.jpg) bottom repeat-x;
	height: 206px;
	text-align: left;
}

div#wrapper {
	overflow: hidden;
	position: relative;
	background: url(/images/h2.png) 0 0 repeat-x;
	padding: 0 1em;
}

div#wrapper2 {
	overflow: hidden;
}

div#wrapper div#content {
	width: 62%;
	float: left;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
}

div#sidebar {
	position: relative;
	float: left;
	width: 38%;
	padding-bottom: 1000em;
	margin-bottom: -1000em;
	background: url(/images/dotted.png) 0 0 repeat-y;
	margin-top: 50px;
}

/*Opera*/
@media all and (min-width: 0px) {
	div#wrapper div#content, div#sidebar{
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	div#content:before, div#sidebar:before {
		content: '.';
		display: block;
		background: inherit;
		border: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
	#wrapper {
		display: inline-block;
	}
}

#footer {
	background: url(/images/dotted_horizontal.png) left top repeat-x;
	clear: both;
	margin: 1em;
	text-align: right;

}

ul#navigation {
	position: absolute;
	right: 1em;
	top: 160px;
	margin-top: -3.5em;
}

form#search {
	position: absolute;
	right: 1em;
	top: 160px;
	text-align: right;
}
/*######## End Container ########*/

/*######## Navigation ########*/

ul#navigation li {
	float: left;
	margin-right: .3em;
	font-size: 1.3em;
	background:  url(/images/menu2.png) 100% -50px no-repeat;
	min-width: 90px;
	max-width: 160px;
}

/* Opera */
@media all and (min-width: 0px) { 
	ul#navigation li {
		display: inline-block;
		float: none;	
	}
}

ul#navigation li:hover, ul#navigation li.focus {
	background: url(/images/menu2.png) 100% 0 no-repeat;
}


ul#navigation li a{
	background: url(/images/menu.png) 0 -50px no-repeat;
	display: block;
	padding: .5em 1em;
	color: #3A699F;
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

ul#navigation li a:hover{
	background: url(/images/menu.png) 0 0 no-repeat;
}

ul#sort {
	position: absolute; 
	top: 206px;
	right: 1em;
	background: url(/images/h2.png) 0 0 repeat-x;
	padding-left: 2em;
}

ul#sort li {
	display: inline;
	margin-right: 1em;
	font-size: 1.2em;
	line-height: 30px;
	color: #FFF;
}

ul#sort a {
	color: #FFF;
	text-decoration: none;
}

ul#sort a:hover, ul#sort a:active, ul#sort a:focus {
   color: #DDE6F0;
}

ul#sort a.asc {
	background: url(images/asc.png) left center no-repeat;
	padding-left: 10px;
}

ul#sort a.desc {
	background: url(images/desc.png) left center no-repeat;
	padding-left: 10px;
}

ul.paging {
	padding: 2em 0 1em 0;
	text-align: left;
}

ul.paging li {
	display: inline;
	font-size: 1.2em;
	margin-right: .5em;
}
ul.paging a, ul.paging li.disable {
	background: #A0B9D7;
	border: 1px solid #3A699F;
	color: #3A699F;
	padding: .2em .5em;
}
ul.paging a:hover {
	background: #DDE6F0;
}

ul.paging li.disable {
	background: #F4F7FA;
}

ul.pagination {
	padding: 2em 0 1em 0;
	text-align: left;
}

ul.pagination li {
	display: inline;
	font-size: 1.2em;
	margin-right: .5em;
}
ul.pagination a, ul.pagination li.disabled {
	background: #FFF;
	border: 1px solid #3A699F;
	color: #3A699F;
	padding: .15em .4em;
	background: #fff;
}
ul.pagination a:hover {
	background: #DDE6F0;
	border: 1px solid #3A699F;
	
}

ul.pagination li.disabled {
	border-color: #999;
	color: #999;
}
ul.pagination li.current {
	color: #436593;
	font-weight: bold;
}

ul.pagination li.current:before {
	content: "[";
}

ul.pagination li.current:after {
	content: "]";
}

/*######## End Navigation ########*/


/*######## Content ########*/

div#header h1 {
    background: url(images/logo.jpg) no-repeat 0 100%;
	height: 113px;
	padding-top: 93px;
	width: 350px;
	text-indent: -999em;
}

div#header h1 a {
	display: block;
	width: 100%;
	height: 100%;
}

div#content a, div#sidebar a {
	color: #436990;
	text-decoration: none;
}

div#content p a:hover, div#content p a:focus , div#sidebar p a:hover, div#sidebar p a:focus, div#sidebar dl a:hover, div#sidebar dl a:focus {
	background-color: #F4F7FA;
	outline: 0;
}

div#content p a:active, div#sidebar p a:active {
	background: #E5ECF3;
	outline: 0;
}

p.error, p.success {
	margin: 1.83em 10% 1em;
	padding: .3em 1em;
	font-size: 1.3em;
}
div.fullpage p.error, div.fullpage p.success {
	width: 60%;
	margin: 1em 3em;
}

span#availability {
	font-size: 1.2em;
	padding: .3em 1em;
	white-space: nowrap;
	position: absolute;
}

p.error, span.not-available {
	background: #FFE6FB;
	border: 1px solid #BF60AF;	
}
p.success, span.available {
	border: 1px solid #A1BF60;
	background: #EBFFBF;
}
div.fullpage {
	text-align: left;
	padding: 0 1em;
}

div.info div {
	text-align: left;
}

div.fullpage p, div.info p {
	font-size: 1.3em;
	max-width: 60em;
	line-height: 1.5em;
	margin: 0 1em .5em 0;
	text-align: left;
}
div.fullpage p, div.fullpage ul {

}

div#content h3 {
	font-size: 1.3em;
	text-align: left;
	margin: .8em 0 .2em 0;
	
}

div#content h4 {
	font-size: 1.3em;
	margin: .5em 0 0 0;
}

html body div.fullpage h3, html body div.info h3 {
	font-size: 1.3em;
	text-align: left;
	margin: 2.8em 0 .2em 0;
	font-weight: bold;
}

html body div.fullpage h4 {
	font-size: 1.3em;
	margin: .5em 0 0 0;
	text-decoration: underline;
}
div#content h2 {
    background: url(/images/h2.png) 0 0 repeat-x;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
    letter-spacing: 0.2em;
	padding: .5em 0 .5em 0;
	text-align: left;
	position: relative;
	margin-bottom: 10px;	
	white-space: nowrap;
}

div.fullpage h2 {
	margin-left: -.72em;
	margin-right: -.71em;
	padding: .5em .72em .5em .71em !important;
	overflow: hidden;
}
div.fullpage div#sidebar h2 {
	padding: .4em 1em !important;
}
div#sidebar h2 {
    color: #FFF;
    margin: 0.5em .71em 0 .71em;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	background: url(/images/h2.png) 0 0 repeat-x;
	padding: .4em 1em;
}

div#centerblock div {
	background: #F9FAFC;
	border: 1px dashed #436593;
	/*margin: 0 1em 1em 0;*/
	margin: 0 auto 1em auto;
	width: 90%;
	padding: 1em;
}

div#centerblock h3 {
    color: #436593;
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 0 0 .5em 0;
	text-align: center;
}

ul#about-us li {
	float: left;
	width: 20%;
	text-align: center;
	font-size: 1.3em;
}

ul#about-us li strong {
	display: block;
	font-size: larger;
}

ul#about-us li.suchen {
	background: url(/images/suchen.png) 50% 0 no-repeat;
}

ul#about-us li.lesen {
	background: url(/images/lesen.png) 50% 0 no-repeat;
}

ul#about-us li.schreiben {
	background: url(/images/schreiben.png) 50% 0 no-repeat;
}

ul#about-us li.bewerten {
	background: url(/images/bewerten.png) 50% 0 no-repeat;
}

ul#about-us li.austauschen {
	background: url(/images/austauschen.png) 50% 0 no-repeat;
}

ul#about-us li a {
	padding-top: 75px;
	display: block;
}

div#sidebar div {
    background: #FFF url(/images/sidebar_bg.png) bottom repeat-x;
    border: 1px solid #416692;
    color: #416692;
    margin: 0 1em 1em 1em;
	padding: 2em;
	text-align: left;
}

div#sidebar div#googlemap {
	height: 25em;
	padding: 0;
	position: relative;
}

div#googlemap div {
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: 0;
	background: 0;
	text-align: center;
}

div#googlemap div.mapMsg {
	background-color: #FFF;
	height: 200px;
	width: 100%;
}

div#googlemap div.mapMsg  img {
	margin-top: 1em;
}
div#googlemap div.mapMsg p {
	font-size: 1.3em;
	width: 210px;
	padding: 1em;
	position: relative;
	margin: auto;
}

div#googlemap div.mapMsg p.imgTxt {
	margin: -135px auto 0 auto;
	position: relative;
	border: 1px solid #BF60AF;
	background: #FFE6FB;
	opacity: .95;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
}

div.tooltip {
	background: #FFF;
	width: 20em;
	z-index: 50000;
	border: 1px solid #436593;
	padding: .6em;
	margin-left: -10em;
}

div.tooltip  h3 {
	text-align: left; 
	font-size: 1.3em;
	font-weight: bold;
	margin: 0 0 .3em 0;
}

div.tooltip p{
	text-align: left; 
	font-size: 1.2em;
}

div.tooltip img {
	margin: 0 .5em .2em 0;
	float: left;
}

form#search {
	padding-top: .75em;
}


/*form*/

form#search label {
	font-size: 1.2em
}

form#search input, form#search select {
	border: 1px solid #416690;
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 1.2em;
	color: #416690;
	background: #FBFCFD;
}

input#terms {
	width: 17em;
}
input#city, input#cityField {
	width: 12.3em;
}

div.fullpage form {
	text-align: left; 
	margin: 1em 0;
	width: 40em;
}

form#editbookmarkForm {
	width: 75em;
}

form legend {
	font-size: 1.3em;
	padding: .5em 0 .3em 0;
}

div.fullpage form br {
	clear: both;
}
div.fullpage form  label {
	float: left;
	width: 7em;
	font-size: 1.2em;
	cursor: pointer;
	margin-bottom: .2em
}

div.fullpage form  label.checkbox {
	float: right;
	width: auto;
	margin-right: 7.2em;
}

div.fullpage form input, div.fullpage form select, div.fullpage form textarea {
	margin-bottom: .2em;
	border: 1px solid #416690;
	font-family: "trebuchet ms", tahoma, sans-serif;
	font-size: 1.2em;
	color: #416690;
	background: #FBFCFD;
	width: 19em;
	float: left;
	margin-right: 1em;
}

div.fullpage form div {
	width: 55.5em;
	float: left;

}
div.fullpage form  input#keeppass {
	width: auto;
	border: 0;
	background: 0;
	float: none;
}

div.fullpage form#editbookmarkForm input, div.fullpage form#editbookmarkForm select, div.fullpage form#editbookmarkForm textarea {
	width: 45em;
	margin-right: 1em;
}

div.fullpage form input#zipField, div.fullpage form#editbookmarkForm input#areaCodeField {
	width: 6em;
	margin-right: .5em
}

div.fullpage form#editbookmarkForm input#cityField, div.fullpage form#editbookmarkForm input#phoneField {
	width: 38.3em;
}

input#security_code {
	margin: .2em 0 .2em 7em;
}
div.fullpage form input.submit {
	width: auto !important;
	float: right;
	margin-right: .5em
}
form#editbookmarkForm input#submitButton {
	margin-right: 10.5em;
	width: auto;
}

div.fullpage form input.submit {
	margin-right: 7.2em;
	width: auto;
	float: right;
}

/* bookmarks */
ol#bookmarks {
    list-style-type: none;
    margin: 0 1em 0 0;
    padding: 0;
}

ol#bookmarks li {
	background: url(/images/dotted_horizontal.png) left bottom repeat-x;
    padding: 1em 0;
	text-align: left;
	height: 1%; /*IE*/
}

ol#bookmarks li.private {
	border-left: 3px solid #BF60AF;
	padding-left: 1em;
	background: #FFE6FB url(/images/dotted_horizontal.png) left bottom repeat-x;
}

ol#bookmarks li.shared {
	border-left: 3px solid #FCD703;
	padding-left: 1em;
	background: #FFFCEA url(/images/dotted_horizontal.png) left bottom repeat-x;
}

ol#bookmarks h3, ol#bookmarks h4 {
	font-size: 1.4em;
	margin: 0 0 .2em 0;
	width: 100%;
}
ol#bookmarks h3  img, ol#bookmarks h4  img {
	vertical-align: bottom;
	margin: 0 .3em 0 0;
	float: left;
}
ol#bookmarks .meta {
	background:  #DDE6F0 url(/images/time.png) no-repeat 4px 50%;
	-moz-border-radius: 1em;
	padding: .2em .5em .2em 22px;
}

ol#bookmarks .rate {
	background: url(/images/rate.png) no-repeat 0 50%;
	padding-left: 15px;
	margin-left: .5em;
}

ol#bookmarks .edit {
	background: url(/images/edit.png) no-repeat 0 50%;
	padding-left: 15px;
	margin-left: .5em;
}

ol#bookmarks a.taggedlink {
	margin-bottom: .6em;
	display: block;
	width: auto;
	height: 1%; /*IE*/
}
ol#bookmarks a.taggedlink:hover, ol#bookmarks a.taggedlink:focus {
	text-decoration: underline;
}

ol#bookmarks .rated-1 {
	padding-right: 25px;
	background: url(/images/rating/1.png) 100% 50% no-repeat;
}

ol#bookmarks .rated-2 {
	padding-right: 40px;
	background: url(/images/rating/2.png) 100% 50% no-repeat;
}

ol#bookmarks .rated-3 {
	padding-right: 56px;
	background: url(/images/rating/3.png) 100% 50% no-repeat;
}

ol#bookmarks .rated-4 {
	padding-right: 71px;
	background: url(/images/rating/4.png) 100% 50% no-repeat;
}

ol#bookmarks .rated-5 {
	padding-right: 89px;
	background: url(/images/rating/5.png) 100% 50% no-repeat;
}


ol#bookmarks p, ol#bookmarks address, div.event-details p  {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: .5em;
}
ol#bookmarks p.description {
	font-size: 1.3em;
	line-height: 1.5em;
}

ol#bookmarks li p.tags {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em !important;

}
ol#bookmarks li p.tags a {
	margin: 0;
}

ol#bookmarks p.title {
	font-size: 1.3em;
}

/*history*/
div.company-details {
	background: #FFF url(/images/sidebar_bg.png) bottom repeat-x;
	width: 45em;
	margin: auto;
	border: 1px solid #416692;
}

div#content div.company-details h3 {
	color: #FFF;
    font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	background: url(/images/h2.png) 0 0 repeat-x;
	padding: .4em 1em;
	margin: 0;
}


div.company-details  address {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 1em;
	background: url(/images/postal_address.png) 100% .5em no-repeat;
	padding: .5em 55px .5em 0;
	min-height: 30px;
	border-bottom: 1px solid #416692;
	font-style: normal
}

div.company-details  dl.phone, div.company-details  dl.web, div.company-details  dl.rating {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0 1em;
	background: url(/images/phone.png) 100% .5em no-repeat;
	padding: .5em 55px .5em 0;
	min-height: 30px;
	border-bottom: 1px solid #416692;
}

div.company-details  dl.web {
	background: url(/images/web.png) 100% .5em no-repeat;
}

div.company-details  dl.phone dt, div.company-details   dl.web dt, div.company-details  dl.rating dt {
	float: left;
	width: 8em;
}

div.company-details  dl.rating {
	border: 0;
}
div.company-details dl.rated-1 {
	padding-right: 20px;
	background: url(/images/rating/1.png) 100% .5em no-repeat;
}

div.company-details dl.rated-2 {
	padding-right: 35px;
	background: url(/images/rating/2.png) 100% .5em no-repeat;
}

div.company-details dl.rated-3 {
	padding-right: 51px;
	background: url(/images/rating/3.png) 100% .5em no-repeat;
}

div.company-details dl.rated-4 {
	padding-right: 66px;
	background: url(/images/rating/4.png) 100% .5em no-repeat;
}

div.company-details dl.rated-5 {
	padding-right: 84px;
	background: url(/images/rating/5.png) 100% .5em no-repeat;
}

ul.addButtons {
	margin: auto;
	width: 355px;
}

ul.addButtons li {
	float: left;
}

ul.addButtons a{
	display: block;
	float: left;
	height: 31px;
	text-indent: -999em;
	outline: 0;	
	margin: 10px 5px;
}

ul.addButtons a:hover, ul.addButtons a:focus, a.addCompanyLink:hover, a.addCompanyLink:focus {
	opacity: 0.9;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
}
a.rateLink {
	background: url(/images/rate_it.jpg) 0 0 no-repeat;	
	width: 105px;	
}

a.addImageLink {
	background: url(/images/add_image.jpg) 0 0 no-repeat;	
	width: 117px;	
}

a.addEventLink {
	background: url(/images/add_event.jpg) 0 0 no-repeat;	
	width: 117px;	
}

a.addCompanyLink {
	background: url(/images/add_company.jpg) 0 0 no-repeat;	
	width: 125px;
	display: block;
	height: 31px;
	text-indent: -999em;
	outline: 0;	
	margin: 10px auto;	
}

div.previewpictures {
	text-align: left;
}

div.previewpictures a {
	opacity: .8;
}

div.previewpictures a:hover {
	opacity: 1;
}
div.previewpictures img {
	border: 1px solid #416692;
	padding: 2px;
}
div.previewpictures div {
	float: left;
}

/* Opera */
@media all and (min-width: 0px) { 
	div.previewpictures a {
		opacity: 1;
	}
	
}




/* tags */

p.tags {
    line-height: 2.5em !important;
    text-align: justify;
	margin-bottom: 2em;
	max-width: 100% !important;
}
p.tags a, p.tags span {
    color: #436990;
    margin-right: 0.5em;
	padding: .1em 0; /*IE*/
}
p.tags span:hover, p.tags span:focus {
    cursor: pointer;
    text-decoration: underline;
}
p.tags span.selected {
    background: #CEC;
}

div#sidebar div li a {
	margin-right: .3em;
	font-size: 1.2em;
}

/* styles for the star rater  */
#star-rating {
	list-style:none;
	width: 100px;
	height: 25px;
	position: relative;
	background: url(/images/rating/stars.png) top left repeat-x;
	float: left;
	left: -10px;
}
#star-rating li{
	/*\*/
	float: left;
	/* */
}
#star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -999em;
	z-index: 20;
	position: absolute;
	padding: 0px;
	outline: 0;
	font-size: 1.3em;
}
#star-rating li a:hover, #star-rating a.selected  {
	background: url(/images/rating/stars.png) left bottom;
	z-index: 2;
	left: 0px !important;
	text-indent: 110px;
	white-space: nowrap;
}
#star-rating li a.selected {
	text-indent: -999em;
	z-index: 1;
}


#star-rating a#star-rating-1{
	left: 0px;
}
ul#star-rating a#star-rating-1:hover, ul.selected1 a#star-rating-1 {
	width:20px;
}
ul#star-rating a#star-rating-2 {
	left:20px;
}
ul#star-rating a#star-rating-2:hover, ul.selected2  a#star-rating-2{
	width: 40px;
}

ul#star-rating a#star-rating-3 {
	left:40px;
}
ul#star-rating a#star-rating-3:hover, ul.selected3  a#star-rating-3{
	width: 60px;
}

ul#star-rating a#star-rating-4 {
	left:60px;
}
ul#star-rating a#star-rating-4:hover, ul.selected4  a#star-rating-4{
	width: 80px;
}

ul#star-rating a#star-rating-5 {
	left:80px;
}
ul#star-rating a#star-rating-5:hover, ul.selected5  a#star-rating-5{
	width: 100px;
}	

/*profile & legal*/

dl#profile, dl.legal {
	width: 50em;
	background: #DAE2ED;
}

dl#profile {
	float: left;
}

dl#profile dt, dl.legal dt {
	float: left; 
	width: 10em;
}

dl#profile dt , dl#profile dd, dl.legal dt, dl.legal dd {
	border-top: .3em solid #FFF;
	font-size: 1.2em;
	padding: .2em .5em;
}

dl#profile dd, dl.legal dd {
	margin-left: 10em;
	background: #F9FAFC;
	border-left: .3em solid #FFF;
	text-align: left;
}

a.avatar {
	float: left;
	margin: .4em 1em 0 0;
	padding: .3em;
	border: 1px solid #436593;
}

/*events*/ 

dl.events dt{
	font-size: 1.2em;
}

dl.events dd{
	background: url(/images/dotted_horizontal.png) left bottom repeat-x;
	color: #000;
	font-size: 1.2em;
	margin-bottom: .6em;
	padding-bottom: .3em;	
}

div.event-details {
	text-align: left;
}


/*footer*/ 

div#footer ul {
	padding: 1em;
}

div#footer li {
	display: inline;
	font-size: 1.1em;
	margin-left: .1em;
}

div#footer li:first-child:before {
	content: "";
}

div#footer li:before {
	content: "|";
	margin-right: .1em;
}

div#footer a {
	color: #436990;
	text-decoration: none;
}

div#footer a:hover, div#footer a:focus {
	background: #F4F7FA;
	outline: 0;
}
div#footer li img {
	vertical-align: middle;
}

/*######## End Content ########*/

/*######## Websnapr Bubbles ########*/
#fdImageThumb {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 243px;
	height: 195px;
	visibility:hidden;
	overflow:hidden;
}
#fdImageThumb div {
	display: block;
	position: absolute;
	width: 32px;
	height: 32px;
	background:transparent url(/images/loading_preview.gif) no-repeat 0 0;
	visibility:hidden;
	z-index:1;
}
#fdImageThumb div.imageLoaded {
	background:transparent url(/images/loading_preview.gif) no-repeat 0 0;
}
#fdImageThumb div.imageError {
	background:transparent url(/images/error.gif) no-repeat 0 0;
}
#fdImageThumb img {
	position:absolute;
	display:block;
	border:0 none;
	width: 202px;
	height: 152px;
	z-index:2;
}
.leftTop {
	/* Good browsers */
	background:transparent url(/images/rt.png) no-repeat 0 0 !important;
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rt.png',sizingMethod='image');
}
.leftTop img {
	top:16px;
	left:25px;
}
.leftTop div {
	left: 113px;
	top: 76px;
}
.leftBottom {
	/* Good browsers */
	background:transparent url(/images/lb.png) no-repeat 0 0 !important;
	/* IE badness */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/lb.png',sizingMethod='image');
}
.leftBottom img {
	top:28px;
	left:25px;
}
.leftBottom div {
	left: 113px;
	top: 82px;
}
.rightTop {
	/* Good browsers */
	background:transparent url(/images/lt.png) no-repeat 0 0 !important;
	/* IE badness */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/lt.png',sizingMethod='image');
}
.rightTop img {
	top:16px;
	left:16px;
}
.rightTop div {
	left:103px;
	top:70px;
}
.rightBottom {
	/* Good browsers */
	background:transparent url(/images/rb.png) no-repeat 0 0 !important;
	/* IE badness */
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/rb.png',sizingMethod='image');
}
.rightBottom img {
	top:28px;
	left:15px;
}
.rightBottom div {
	left:103px;
	top:80px;
}

/*######## End Websnapr Bubbles ########*/


