body {
	margin:0;
	color:#4d4d4d;
	font:12px/17px Arial, Helvetica, sans-serif;
	background:#fff url(/templates/core/images/bg-page.gif) repeat-x;
}
form {
	margin:0;
	padding:0;
}
img {border:none;}
a:focus {outline:none;}
#main {
	margin:0 auto;
	width:849px;
	overflow:hidden;
	position:relative;
}
/*-----header-----*/
#header {
	clear:both;
	width:849px;
	overflow:hidden;
	background:url(/templates/core/images/bg-header.jpg) no-repeat;
}
#header .header-area {
	overflow:hidden;
	width:100%;
	clear:both;
	height:127px;
	margin:0 0 32px;
}
.logo {
	float:left;
	width:275px;
	height:40px;
	margin:34px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/templates/core/images/logo.gif) no-repeat;
}
.logo a {
	display:block;
	width:275px;
	height:40px;
}
#header .tabs {
	float:right;
	padding:11px 0 0;
}
#header .tabs p {
	float:left;
	margin:0;
	padding:0 10px 0 0;
	font:12px/22px Arial, Helvetica, sans-serif;
	color:#fff;
}
#header .tabs ul {
	float:left;
	margin:0;
	padding:0;
}
#header .tabs ul li {
	float:left;
	padding:0 4px 0 0;
	list-style:none;
	font:11px/22px Arial, Helvetica, sans-serif;
}
#header .tabs ul li a {
	float:left;
	padding:0 0 0 8px;
	color:#fff;
	text-decoration:none;
}
#header .tabs ul li a span {
	float:left;
	padding:0 8px 0 0;
	margin:0 -2px 0 0;
	position:relative;
	cursor:pointer;
	text-transform: uppercase;
}
#header .tabs ul li a:hover,
#header .tabs ul li a.active {background:url(/templates/core/images/bg-tab.gif) no-repeat;}
#header .tabs ul li a:hover span,
#header .tabs ul li a.active span {background:url(/templates/core/images/bg-tab.gif) no-repeat 100% 0;}
/*--navigation--*/
ul#nav {
	overflow:hidden;
	margin:0;
	padding:0 0 13px 25px;
	clear:both;
	background:url(/templates/core/images/bg-nav.gif) no-repeat 50% 100%;
}
* html ul#nav {
	overflow:visible;
	height:1%;
}
ul#nav li {
	float:left;
	padding:0 18px 0 19px;
	list-style:none;
	font:12px/15px Arial, Helvetica, sans-serif;
	background:url(/templates/core/images/sepataror-nav.gif) no-repeat 0 60%;
}
ul#nav li:first-child {
	background:none;
	padding:0 19px 0 0;
}
ul#nav li a {
	color:#0062b5;
	text-decoration:none;
	text-transform: uppercase;
}
ul#nav li a:hover {text-decoration:underline;}
/*-----content-----*/
#content {
	clear:both;
	width:841px;
	padding:0 4px 30px;
	overflow:hidden;
}


h1 {
	margin:0 0 8px;
	color:#000;
	font:24px/30px Georgia, "Times New Roman", Times, serif;
}

h2
{
    padding: 0;
	margin:0;
	color:#4d4d4d;
	font:16px/22px Georgia, "Times New Roman", Times, serif;

/*	font:12px/17px Arial, Helvetica, sans-serif;*/

    font-weight: bold;
}
p {
	margin:0 0 20px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}

.small
{
    font-size: 11px;
}

p.ingress
{
    font-style: italic;
}

q
{
    color: #028003;
    display: block;
    background-image: url(/templates/core/images/citat.gif);
    background-position: left 4px;
    background-repeat: no-repeat;
    padding-left: 33px;
    min-height: 28px;
}

.highlight
{
  background-color: #379f22;
  color: #fff;
}

a
{
    color:#2d9aca;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


a.link, .link {
	color:#00813c;
	display:block;
	clear:both;
	font:12px/15px Arial, Helvetica, sans-serif;
}
a.link ,.link a {
	color:#00813c;
	text-decoration:none;
}
a.link:hover ,.link a:hover {text-decoration:underline;}


a.NoUnderline, a.NoUnderline:hover
{
    text-decoration :none;
}


textarea
{
    border: solid 1px #bababa;
}



/*---flash---*/
.flash {
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0 0 10px;
}
.innerflash {
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0 0 10px;
	padding:23px 0 0;
}
.flash img {display:block;}
/*---info-area---*/
.info-area {
	overflow:hidden;
	width:841px;
	clear:both;
	background:#eeefef url(/templates/core/images/bg-info-area.gif) no-repeat;
}
.info-area .bg-info-area {
	overflow:hidden;
	width:829px; /*width:828px;*/
	padding:10px 0px 20px 12px; /*padding:10px 8px 10px 5px;*/
	background:url(/templates/core/images/bg-info-area.gif) no-repeat -841px 100%;
}
.inner .info-area {background:#efece8 url(/templates/core/images/bg-info-area-inner.gif) no-repeat;}
.inner .info-area .bg-info-area {background:url(/templates/core/images/bg-info-area-inner.gif) no-repeat -841px 100%;}
.info-area .bg-info-area .info-left
{
    width:553px;
}

/*--Articles--*/

.bg-article
{
    background-image: url(/templates/core/images/module_bg_mid.gif); 
    background-position: left top; 
    background-repeat: repeat-y;
}
.bg-article-top
{
    background-image: url(/templates/core/images/module_bg_top.gif); 
    background-position: left top; 
    background-repeat: no-repeat;
}
.bg-article-bottom
{
    background-image: url(/templates/core/images/module_bg_bottom.gif); 
    background-position: left bottom; 
    background-repeat: no-repeat; 
    padding: 6px;
}

.article-content
{
    padding: 4px;
}

.article-content .heading h2
{
    font-weight: bold;
    font-family: Arial;
    color: #404040;
    font-size: 14px;
}

.article-content .blockcontent .bluelink 
{
    font-weight: bold;    
}




/*--blocks--*/
.block
{ 
    float: left; 
    }
    
.bg-block
{
/*    float: left; */
    background-image: url(/templates/core/images/bg-block.gif); 
    background-position: left top; 
    background-repeat: repeat-y;
    margin-left: -5px;
    }
  
.bg-block-top
{
/*    float: left; */
    background-image: url(/templates/core/images/bg-block-top.gif); 
    background-position: left top; 
    background-repeat: no-repeat; 
    }
.bg-block-bottom
{
/*    float: left; */
    background-image: url(/templates/core/images/bg-block-bottom.gif); 
    background-position: left bottom; 
    background-repeat: no-repeat; 
    }

.block-inner
{
    padding: 11px 7px 28px 5px;
    
}







    
    /*
.blocks {
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0 -14px 0 -11px;
	width:841px;
	background:url(/templates/core/images/bg-blocks.gif) repeat-y;
}
.blocks .bg-blocks-top {
	overflow:hidden;
	width:100%;
	background:url(/templates/core/images/bg-blocks-top.gif) no-repeat;
}
.blocks .bg-blocks-bottom {
	overflow:hidden;
	width:830px;
	padding:0 0 23px 10px;
	background:url(/templates/core/images/bg-blocks-bottom.gif) no-repeat 0 100%;
}
.blocks .block {
	float:left;
	width:234px;
	padding:16px 10px 11px 20px;
	margin:0 12px 0 0;
}*/
.block h2 {
	margin:0 0 6px;
	color:#005ba1;
	font:18px/23px Georgia, "Times New Roman", Times, serif;
}
.block p {
	margin:0 0 14px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#4d4d4d;
}


/* ----- module-list ------*/
.block .list {
	overflow:hidden;
	width:243px;
	clear:both;
	margin:0 -14px 0 -10px;
	padding:11px 0 0;
	background:#e8eff4 url(/templates/core/images/bg-list.gif) no-repeat;
}
.block .list ul {
	overflow:hidden;
	width:216px;
	margin:0;
	padding:0 16px 5px 11px;
	background:url(/templates/core/images/bg-list.gif) no-repeat -243px 100%;
	font:12px/15px Arial, Helvetica, sans-serif;
}
.block .list ul li {
	vertical-align:top;
	padding:0 0 14px 15px;
	list-style:none;
	color:#005ba1;
	background:url(/templates/core/images/ico-bullet.gif) no-repeat 0 3px;
}
.block .list ul li a {
	color:#005ba1;
	text-decoration:none;
}
.block .list ul li a:hover {text-decoration:underline;}
.blocks .block-03 {
	padding:16px 16px 12px 122px;
	width:127px;
	min-height:190px;
	background:url(/templates/core/images/bg-block-03.jpg) no-repeat 1px 1px;
}
* html .blocks .block-03 {
	overflow:visible;
	height:190px;
}

.blocks .block-03 h2 {font-style:italic;}
.blocks .block .blockcontent {
	overflow:hidden;
	width:100%;
	padding:0 0 30px;
	position:relative;
	min-height:130px;
	background:url(/templates/core/images/bg-block-01.jpg) no-repeat 100% 100%;
}
* html .blocks .block .blockcontent {
	overflow:visible;
	height:130px;
}
.blocks .block .blockcontent .link {
	position:absolute;
	bottom:10px;
	left:0;
}


/*--banners-bar--*/
.banners-bar {
	overflow:hidden;
	width:836px;
	clear:both;
	margin:0 0 20px -10px;
	padding:0;
}
.banners-bar li {
	float:left;
	list-style:none;
	padding:0 10px;
}
/*--sidebar--*/
.sidebar {
	float:right;
	width:263px;
	padding-right: 10px;
}
.sidebar .box {
	overflow:hidden;
	width:100%;
	margin:0 0 23px;
}
.sidebar .box img {display:block;}
.sidebar .note {
	overflow:hidden;
	width:255px;
	margin:0 0 20px;
	padding:0 0 0 8px;
}
.sidebar .note h3 {
	margin:0 0 4px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/templates/core/images/title-note.gif) no-repeat 8px 0;
}
.sidebar .note img {
	display:block;
	margin:0 0 8px -8px;
}
/*--info-block--*/
.info-block {
/*	float:left;
	width:553px;*/
	margin-left: 0px;
	background:url(/templates/core/images/bg-info-block.gif) repeat-y;
}
.info-block .info-block-top {
	overflow:hidden;
	width:100%;
	background:url(/templates/core/images/bg-info-block-top.gif) no-repeat;
}
.info-block .info-block-bottom {
	overflow:hidden;
	width:461px;
	padding:22px 62px 40px 30px;
	background:url(/templates/core/images/bg-info-block-bottom.gif) no-repeat 0 100%;
}

.info-block .slide-block {
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0 0 2px;
}
.info-block .slide-block .title {
	overflow:hidden;
	width:100%;
	padding:9px 0;
	border-bottom:1px solid #d3c6b0;
	background:#e8e2c2 url(/templates/core/images/bg-title.gif) repeat-x;
	cursor: pointer;
}
.info-block .slide-block .title h2 {
	float:left;
	color:#424242;
	margin:0 0 0 14px;
	display:inline;
	font:12px/24px Arial, Helvetica, sans-serif;
}
.info-block .active .title h2 {
	color:#00813c;
	font-weight:bold;
}
.info-block .slide-block .title a.open-close {
	float:right;
	width:24px;
	height:24px;
	margin:0 9px 0 0;
	display:inline;
	text-indent:-9999px;
	overflow:hidden;
	background:url(/templates/core/images/btn-open-close.gif) no-repeat;
}
.info-block .active .title a.open-close {background-position:0 -24px;}
.info-block .slide-block .block {
	overflow:hidden;
	width:100%;
}
.info-block .slide-block .block .text {
	overflow:hidden;
	padding:12px 16px;
}
/*-----footer-----*/
#footer {
	clear:both;
	width:841px;
	padding:0 4px;
	margin:0 0 30px;
	overflow:hidden;
}
.bg-footer {
	overflow:hidden;
	width:100%;
	background:url(/templates/core/images/bg-footer.gif) repeat-y;
}
.bg-footer .bg-footer-top {
	overflow:hidden;
	width:100%;
	background:url(/templates/core/images/bg-footer.gif) no-repeat -841px 0;
}
.bg-footer .bg-footer-bottom {
	overflow:hidden;
	width:100%;
	padding:19px 0 10px;
	background:url(/templates/core/images/bg-footer.gif) no-repeat -1682px 100%;
}
div.footer-menu ul {
	overflow:hidden;
	width:100%;
	clear:both;
	margin:0 0 40px;
	padding:0;
}
div.footer-menu ul li {
	float:left;
	padding:0 28px 0 20px;
	list-style:none;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
}
div.footer-menu ul li a {
	color:#595959;
	text-decoration:none;
}
div.footer-menu ul li a:hover {text-decoration:underline;}
div.footer-menu ul li ul {
	overflow:hidden;
	clear:both;
	margin:8px 0 0;
	padding:0;
	width: auto;
}
div.footer-menu ul li ul li {
	float:none;
	clear:left;
	vertical-align:top;
	overflow:hidden;
	padding:0;
	font-size:11px;
	line-height:14px;
	font-weight:normal;
}
#footer .bar {
	overflow:hidden;
	width:100%;
}
#footer .bar ul {
	float:left;
	margin:0 14px 0 0;
	padding:0 10px 0 0;
	list-style:none;
	border-right:1px solid #d3d3d3;
}
#footer .bar ul li {
	float:left;
	padding:0 0 0 10px;
	list-style:none;
}
#footer .bar p {
	margin:10px 0 0;
	color:#666;
	font:11px/15px Arial, Helvetica, sans-serif;
}















/*	tipbox
---------------------------------------------*/

.tipBox {
	display:none;
	position:absolute;
	z-index:2;
	width:310px;
}
.tipBox div.content {
/*	background: url(/Templates/Core/Images/tipBox.png);*/
	background-repeat:no-repeat;
	width:250px;
	min-height:100px;
	padding:20px;
	padding-bottom:10px;
/*	behavior: url(/Templates/Core/Javascript/iepngfix.htc);*/
    background-color: #fff;
    border: solid 1px #0062b5;
}
.tipBox div.bottom {
/*	background: url(/Templates/Core/Images/tipBox_bottom.png);*/
	background-repeat:no-repeat;
	width:310px;
	height:12px;
/*	behavior: url(/Templates/Core/Javascript/iepngfix.htc);*/
}

.tipBox h3 {
/*	color:#0062b5;*/
	font-size:16px;
	margin-top:0px;
	margin-bottom:0;
}

.tipBox p {
/*	margin-top:6px;*/
/*	line-height:1.6em;
	font-family:'Lucida Grande', 'Lucida Sans', 'Arial', 'Sans-serif';*/
}








/* modaldialog */
.ui-dialog-title-dialogdiv
{
    width: auto;
}
.modaldialog .ui-dialog-titlebar
{
    padding: 10px 10px 10px 10px;
/*    background-color: #08a2e3;*/
    color: #fff;
    background-color: #1d4f78;
    font-size: 14px;

/*    background-image: url(/templates/core/images/bg-header.jpg);*/
    
}

.modaldialog .ui-dialog-titlebar-close span
{
    display: none;
}

.modaldialog .ui-dialog-titlebar-close
{
    background-image: url(/templates/core/Images/login_close_btn.gif);
    height: 17px;
    width: 17px;
    position: absolute;
    right: 10px;
}

.modaldialog .ui-dialog-content
{
    background-color: #fff;
    padding: 10px;
    border: solid 1px #1e4f78;
}



.modaldialog #MessageArea
{
    text-align: left;
}


span.inputfield
{
    display: inline-block;
}

.inputfield
{
    background-image: url(/templates/core/images/login_inputField.gif);
    background-position: left top;
    background-repeat: repeat;
    border: 0px;
    width: 170px;
    height: 19px;
    padding: 5px 5px 5px 5px;
/*    margin-bottom: 10px;*/
}

.inputfield input
{
    border: 0px;
    width: 170px;
}


span.inputfieldbig
{
    display: inline-block;
}
.inputfieldbig
{
    background-image: url(/templates/core/images/login_inputField_securityCode.gif);
    background-position: left top;
    background-repeat: repeat;
    border: 0px;
    width: 230px;
    height: 19px;
    padding: 5px 5px 5px 5px;
}

.inputfieldbig input
{
    border: 0px;
    width: 230px;
}




.inputtext
{
    display: inline-block; 
    padding-bottom:5px;
}

.btnLeft
{
    background-image: url(/templates/core/images/login_btn_left.gif);
    background-position: left top;
    background-repeat: no-repeat;
    padding-left: 5px;
}

.btnRight
{
    background-image: url(/templates/core/images/login_btn_right.gif);
    background-position: right top;
    background-repeat: no-repeat;
    padding-right: 5px;
    float: left;
}

.btn
{
    display: block;
    background-image: url(/templates/core/images/login_btn_mid.gif);
    background-position: left top;
    background-repeat: repeat-x;
    height: 29px;
    line-height: 29px;
    vertical-align: middle;
    padding: 0px 5px 0px 5px;
    color: #5e5e5e;
    font-weight: bold;
    float: left;
}




/* ------- DictionaryModule -----------*/
div.dictionary
{
    background-image: url(/templates/core/images/ordlista_bg.gif); 
    width: 263px; 
    height: 38px;
}

div.dictionary .head
{
    margin: 10px 10px 0px 13px;
}

div.dictionary h3
{
    margin: 0px; 
    padding: 0px; 
    color: #595959; 
    font-size: 12px; 
    font-weight: bold; 
    font-family: Arial;
}

.dictionary ul
{
    width: auto;
    margin: 9px 0 0 0; 
    padding: 0px;
    list-style-type: none;
}

.dictionary ul li
{
    float: left;
    width: 30px;
}

.dictionary ul li a
{
    display: block;
    width:25px;
    height: 21px;
    color: #595959;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0 0px 5px;
}


.dictionary ul li.active a, .dictionary ul li a:hover
{
    background: url(/templates/core/images/ordlista_selected_bg.gif);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
}


.dictionary .what
{
    padding: 10px 0 0 15px;
}
.dictionary .what a
{
    font-size: 11px;
}






/*------ Favorite ------*/
a.favorite
{
    margin-top: 8px;
    background: url(/templates/core/images/favorit_add.gif); /*_bg.gif);*/
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: 2px;
    padding: 0px 0px 0px 23px;
    display: block;
    width: 177px;
    height: 25px;
/*    color: #595959;*/
    font-size: 12px;
    font-weight: bold;
}
 
 
/*----- Social ----------*/
.socialbox
{
    margin-bottom: 5px;
}
.social
{
    margin-top: 0px;
/*    background: url(/templates/core/images/social_btn_bg.gif);*/
    width: 221px;
    height: 44px;
}

.social ul
{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.social ul li
{
    display: block;
    float: left;
    padding: 13px 2px 0px 12px;
}

.social ul li.first
{
    padding-left: 0px;
}

.social a
{
    color: #595959;
}

.social a.tipAFriend
{
    background: url(/templates/core/images/mail.gif);
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 25px;
}






/*-------------Recepies -------------*/
.recepielist .recepie
{
    float: left; 
    width: 228px;
    margin: 0px;
    padding: 1px;
}
.recepielist .recepiehover
{
    border: solid 1px #c6c6c6;
/*    background-color: #f4f4f4;*/
    padding: 0px;
    cursor: pointer;
}

.recepielist h2.recepielistHeader
{
    font-family: Arial;
    text-transform: capitalize;
    border-bottom: solid 1px #c6c6c6;
    font-size: 28px;
    font-weight: normal;
    color: #4b4b4b;
    
    margin: 0px;
    padding: 0px;
}


.recepieSearch
{
    background: url(/templates/core/images/search_bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    width: 223px;
    height: 29px;
}
div.recepieSearch input.rSearch
{
    margin: 4px 2px 2px 4px;
    padding-bottom: 2px;
    border: 0px;
    width: 180px;
    color: #595959;
}




.blockcontent .recepie
{
    padding: 1px;
    width: 100%;
}

.blockcontent .recepiehover
{
    border: solid 1px #c6c6c6;
/*    background-color: #f4f4f4;*/
    padding: 0px;
    cursor: pointer;
    width: 100%;
}


.blockcontent .recepie .remove
{
    float: right;
    visibility: hidden;
    padding-right: 5px;
    padding-left: 5px;
}

.blockcontent .recepiehover .remove
{
    visibility: visible;
}




 







/*----------- Print -----------------*/
.printlink
{
    margin: 20px 0px 10px 0px;
    background: url(/templates/core/images/icon_print.gif);
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    width: 100px;
    padding-left: 25px;
    font-weight: bold;
}






/*--------- Comments -------------------*/
.Comments
{}

.Comments h2
{
    font-size: 20px;   
    font-weight: normal;
    color: #000;
    
    border-bottom: solid 1px #c6c6c6;
    margin-bottom: 14px;
}
.Comments .NoComments
{
    padding-bottom: 20px;
}

.Comments .comment
{
    margin-bottom : 20px;.
}


.Comments .commentname
{
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
}

.Comments .commentdate
{
    font-weight: bold;
    color: #379f22;
}


.commentfooter
{
    margin-top: 6px;
    border-top: dotted 1px #c6c6c6;
    padding: 0px;
}

.Comments .addcomment a
{
    font-weight: bold;
}


a.arrow
{
    background-image: url(/templates/core/images/icon_linkArrow.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 11px;
}



/*------------------ExpertComments---------------------*/
.ExpertComments
{
}

.ExpertComments h2
{
    font-size: 16px;
    border: none;
    font-weight: bold;
    margin: 0px;
}








/*------- Register user styles -------*/
/*.registerArea label , .forgotPassArea label, .changePassArea label
{
    display: inline-block;
    width: 120px;
}
.registerArea input, .forgotPassArea input, .changePassArea input
{
    width: 150px;
}
*/





/*---------- PagingContainer ------------*/
.PagingContainer a
{
    color: #626161;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 2px 0px 2px;
}
.PagingContainer a.SelectedPagingItem, .PagingContainer a:hover, .PagingContainer a.selected
{
    color: #fff;
    background-color: #1ca3be;
}



/*-------------- PageList ---------------*/

.pagelist h2.date
{   
    font-size: 20px;
    padding-bottom: 10px;
    font-family: Arial;
}

.pagelist ul
{
    margin: 0 0 0 0; /* 20px;*/
    padding: 0px;
    list-style-type: none;
/*    list-style-image: url(/templates/core/images/ico-bullet.gif);*/
}

.pagelist ul li
{
    margin: 0px; 
    padding: 0px 0px 12px 0px;
}

.pagelist ul li h2
{
    line-height: 20px;
}



.pagelist ul li h4
{
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.pagelist ul li p
{
    margin: 0px;
    padding: 5px 0px 0px 0px;
}


.pagelist ul li .dot
{
    float: left;
    padding: 3px 10px 0 0;
}

.pagelist ul li a.arrow
{
    display: block;
    margin-top: 10px;  
}




/*---------plist--------*/
ul.plist
{
    list-style-type: none;
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

ul.plist li
{
    padding-bottom: 5px;
    border-bottom: solid 1px #e2e6e9;
    margin-bottom: 5px;
}

ul.plist li a
{
    background-image: url(/templates/core/images/ico-bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    display: block;
    font-size: 11px;

    text-transform: uppercase;
}


ul.plist li .plist-content
{
        padding-left: 15px;
}







ul.newsList
{
    margin: 0px 0px 0px 20px;
    padding: 0px 0px 0px 0px;
}

.newsList li
{
    margin-bottom: 10px;
    list-style-image: url(/templates/core/images/ico-bullet.gif);
/*    background-image: url(/templates/core/images/ico-bullet.gif);
    background-position: left center;
    background-repeat: no-repeat;
*/
    
}





/*------------BreadCrumbs ------------------*/
.breadcrumbs
{
    position: relative;
    top: -10px;
}
.breadcrumbs a
{
    color: #6e6e6e;    
    font-size: 11px;
}











/*------------Roundbox----------------------*/
.roundboxleft
{
    float: left;
}
.roundboxright
{
    float: right;
}
.round img.roundboxright
{
    float: none;
}



.round
{
    position: relative; line-height: 1px; font-size: 1px;
    display:inline-block;
}

.roundright
{
    float: right;
    margin-right: 0px;
    margin-left: 10px;
}

.roundleft
{
    float: left;
    margin-right:10px;
    margin-left: 0px;
}


.round .topleft
{
    position: absolute; top: 0px; left: 0px; background-image: url(/images/avantime/hornmask/topLeft.png); background-position: left top; background-repeat: no-repeat; height:6px; width: 6px;
	behavior: url(/scripts/iepngfix.htc);
}

.round .topright
{
    position: absolute; top: 0px; right:0px; background-image: url(/images/avantime/hornmask/topRight.png); background-position: right top; background-repeat: no-repeat; height:6px; width: 6px;
	behavior: url(/scripts/iepngfix.htc);
}

.round .bottomleft
{
    position: absolute; bottom: 0px; left: 0px;  background-image: url(/images/avantime/hornmask/bottomLeft.png); background-position: left bottom; background-repeat: no-repeat; height:6px; width: 6px;
	behavior: url(/scripts/iepngfix.htc);
}

.round .bottomright
{
/*    position: absolute; bottom: -1px; right:0px; background-image: url(/templates/core/images/avantime/hornmask/swoosh_undersida.png); background-position: right bottom; background-repeat: no-repeat; height:31px; width: 177px;*/
    position: absolute; bottom: 0px; right:0px; background-image: url(/images/avantime/hornmask/bottomRight.png); background-position: right bottom; background-repeat: no-repeat; height:6px; width: 6px;
	behavior: url(/scripts/iepngfix.htc);    
}






/*-------------------PageFiles-------------------*/

a.pagefile
{
    color: #7b7b7b;
    padding-bottom: 5px;
    display: block;
}

a.pagefile:hover
{
    color: #2d9aca;
}






