 
/*plugin */
h3.accordeon { background: URL(../mytemplate/images/plus.png) no-repeat center left;padding-left:20px; margin:0px;}
h3.accordeon.minus {	background-image:URL(../mytemplate/images/minus.png);}
div.accordeon{ margin:0px; padding-left:0px;}
div.accordeon ul { list-style:none;}
div.accordeon ul hr{ border:0px;}

div.list#flaglist { display:block;list-style:none;height:350px;}
div.list#flaglist  ul li { display:inline;float:left;padding:5px;width:100px;height:50px;}
div.listcontent div h3,div.listcontent div h4{margin:0px; padding-left:0px;}	

.leftArrow {
	display: inline-block;border-bottom: 7px solid #FFF;border-top: 7px solid #FFF;
	border-left: 10px solid #BBB;}
.rightArrow {
	display: inline-block;border-bottom: 7px solid #FFF;border-top: 7px solid #FFF;
	border-right: 10px solid #BBB;}
.leftArrow : hover { border-left: 10px solid #48B;}
.rightArrow: hover { border-right: 10px solid #48B;}

/*template*/
#inside-strip{ 
-webkit-border-top-right-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
-moz-border-radius-topright: 25px;
-moz-border-radius-bottomright: 25px;
border-top-right-radius: 25px;
border-bottom-right-radius: 25px;
background : URL(../images/sitepictures/inside_strip.jpg) no-repeat center top;
height:180px;}

#toolbar, #headerbar { margin: 0px;}
#top-a{ margin:0px;padding:20px;}

dd,dt { min-height:60px;}

.tbtop{
width:350px;
vertical-align:top;
}