html { height:100%; }
* { margin:0; padding:0; }
body {
    background:#fff url(images/bg_head.gif) repeat-x;
    font: 70% Arial, Helvetica, sans-serif;
    color:#666;
    height:100%;
    text-align: center;
}

a {
    outline:none;
}

#start #footer
{
    margin-top:30px;
}
#start #footerblock 
{
    background:#fff url(images/molotow_footer.gif) no-repeat center 120px;
}
* html #start #footerblock 
{
    background:#fff url(images/molotow_footer.gif) no-repeat center 110px;
}

a, img, fieldset { border:none; }
a { text-decoration:underline; color:#999; }
a:hover { color:#333; }

input.generalSubmitBtn,
#sendPWForm fieldset div input.tx-newloginbox-pi1-submit,
#loginFieldset div input.tx-newloginbox-pi1-submit,
#fe_users_form #feRegisterNewUserSubmitWrapper input,
#feRegisterNewUserSubmitWrapperValidate input,
#newLoginBoxLogout input
{
    border:none;
    background:no-repeat;
    border:1px solid #666;
}

.cnt-top a, 
.cnt-left a {
    color:#333;
}
.cnt-top a:hover, 
.cnt-left a:hover {
    color:#f90;
}

#box {
    height:100%;
    text-align: left;
    vertical-align: middle;
    margin: 0 auto;
    padding:0;
    width: 660px;
    border-top:1px solid #000;
}

ul, li {
    list-style-type:none;
}
.cnt-left ul { margin-bottom:20px; }


#nav {
    width:100%;
    float:left;
}
    #nav li{
        float:left;
    }
        #nav li a {
            display: inline;
            float: left;
            height: 45px;
            width: 132px;
        }
            #nav li a span {
                display: none;
            }

        /* Default Nav Stuff */
        #nav #nav-molotow a {
            background: url(images/navigation/en/nav_molotow.jpg) no-repeat 0 0;
        }
            #nav #nav-molotow.active a {
                background: url(images/navigation/en/nav_molotow_act.jpg) no-repeat 0 0;
            }
        #nav #nav-products a {
            background: url(images/navigation/en/nav_products.jpg) no-repeat 0 0;
        }
            #nav #nav-products.active a {
                background: url(images/navigation/en/nav_products_act.jpg) no-repeat 0 0;
            }
        #nav #nav-magazine a {
            background: url(images/navigation/en/nav_magazine.jpg) no-repeat 0 0;
        }
            #nav #nav-magazine.active a {
                background: url(images/navigation/en/nav_magazine_act.jpg) no-repeat 0 0;
            }
        #nav #nav-service a {
            background: url(images/navigation/en/nav_service.jpg) no-repeat 0 0;
        }
            #nav #nav-service.active a {
                background: url(images/navigation/en/nav_service_act.jpg) no-repeat 0 0;
            }
        #nav #nav-shop a {
            background: url(images/navigation/en/nav_store.jpg) no-repeat 0 0;
        }
            #nav #nav-shop.active a {
                background: url(images/navigation/en/nav_store_act.jpg) no-repeat 0 0;
            }

        /* French stuff */
        #nav.fr #nav-molotow a {
            background-image: url(images/navigation/fr/nav_molotow.jpg);
        }
            #nav.fr #nav-molotow.active a {
                background-image: url(images/navigation/fr/nav_molotow_act.jpg);
            }
        #nav.fr #nav-products a {
            background-image: url(images/navigation/fr/nav_products.jpg);
        }
            #nav.fr #nav-products.active a {
                background-image: url(images/navigation/fr/nav_products_act.jpg);
            }
        #nav.fr #nav-magazine a {
            background-image: url(images/navigation/fr/nav_magazine.jpg);
        }
            #nav.fr #nav-magazine.active a {
                background-image: url(images/navigation/fr/nav_magazine_act.jpg);
            }
        #nav.fr #nav-service a {
            background-image: url(images/navigation/fr/nav_service.jpg);
        }
            #nav.fr #nav-service.active a {
                background-image: url(images/navigation/fr/nav_service_act.jpg);
            }
        #nav.fr #nav-shop a {
            background-image: url(images/navigation/fr/nav_store.jpg);
        }
            #nav.fr #nav-shop.active a {
                background-image: url(images/navigation/fr/nav_store_act.jpg);
            }



#nav2 {
    width:100%;
    float:left;
    display:inline;
    height:25px;
    margin-top:2px;
}
#start #nav2 {
    height:22px;
}

    #nav2 li {
        float:left;
    }
        #nav2 li a{
            text-decoration:none;
            font-weight:normal;
            font-size:1em;
            height:30px;
            margin:0 15px 0 10px;
        }
        #nav2 li a.active{
            color:#fff;
        }



#nav3block {
    text-align:right;
}
#nav3{
    /*margin:8px 0 8px 0;*/
    margin:8px 0 -10px; 0;
    float:right;
    text-align:right;
}
* html #nav3{
    /*display:inline;*/
    /* margin:2px 0 -10px 0; */
    margin:2px 0 0 0;
}
    #nav3 li{
        margin-right:10px;
        float:left;
    }
        #nav3 li a{
            background:url(images/nav3_list_dot.gif) no-repeat 0 3px;
            padding-left:12px;
            text-decoration:none;
            font-weight:bold;
            color:#666;
        }




#footerblock {
    background:#fff url(images/molotow_footer.gif) no-repeat center 95px;
    width:100%;
    float:left;
    padding-top:10px;
    padding-bottom:30px;
    text-align:center;
}
* html #footerblock {
    background-position: center 90px;
}
#footer{
    display:block;
    margin-top:10px;
}
    #footer li{
        display:inline;
    }
        #footer li a{
            font-weight:bold;
            text-decoration:none;
            margin:0 30px;
            color:#444;
        }
        #footer li a:hover{
            color:#f90;
        }
        #footer li a.act{
            color:#666;
        }
#footertext {
    margin-top:30px;
    color:#ccc;
}









#nav-bc { 
    width:650px;
    margin-left:10px;
    margin-top:10px;
    display:block;
    float:left;
}
#nav-bc li { 
    float:left; 
    font-size:1.4em;
    font-weight:bold;
}
#nav-bc li a {
    text-decoration:none;
    text-transform:lowercase;
    font-weight:bold;
}



#loginbox {
	margin:0 0 24px 10px;
	padding:4px 0 0 10px;
	background:url(images/login/login_bg.jpg) no-repeat;
	height:138px;
}
* html #loginbox {
	height:142px
}
	#loginbox .boxTitle{
		display:block;
		margin:0 0 16px 0;
		color:#fff;
	}
	#loginbox form{
		margin:0;
	}
		#loginbox fieldset{
			border:none;	
			margin-bottom:5px;
		}
			#loginbox fieldset #user{
				border:1px solid #b2b2b2;
				width:130px;
				font-size:0.9em;
				display:block;
			}
			#loginbox fieldset #password{
				border:1px solid #b2b2b2;
				width:130px;
				font-size:0.9em;
				display:block;
			}
		#loginbox #loginBoxLogin {
			background:url(images/login/login_arrow_orange.jpg) no-repeat 3px 0;
		}
			#loginbox #loginBoxLoginBtn{
				border:none;	
				background:none;
				margin:-3px 0 0 8px;
				font-size:0.8em;		
				cursor:pointer;		
			}







#content {
    margin:10px 0 0 10px;
    width:650px;
}




.cnt-top {
    margin-bottom:15px;
}

/*
#hotNewsTickerLink 
{
    position:absolute;
    margin: -26px 0 0 -85px;
    height:22px;
    width:80px;
}
* html #hotNewsTickerLink 
{
    margin-top: -18px;
}
    #hotNewsTickerLink span
    {
        display: none;
    }
.tx-cmjstickernews-pi1{
    background: transparent url(/fileadmin/_css_js/start_news_ticker_bg.jpg) no-repeat 0 0;
    padding:9px 0 4px 95px;
    height:24px;
}
* html .tx-cmjstickernews-pi1{
    padding:2px 0 4px 95px;
    margin-top:-12px;
    height:36px;
}
    .startPageNewsTicker{
            font-size:0.7em;
            margin-left:92px;
        }
    * html .startPageNewsTicker{
            margin-top:8px;        
    }
        .startPageNewsTicker a{
            text-decoration:none;
            color:#666;
            background-color:#fff;
            padding:0 6px;
        }
        .startPageNewsTicker a:hover {
            text-decoration:none;
            background-color:#666;
            color:#fff;
        }
*/
.mt-start{
    margin-top:10px;
}
* html .mt-start {
   margin-top:-5px;
}

.mt-start .teaserimage span {
    display:none;
}
#teaserStartPage {
    margin-top:-1px;
    margin-left:1px;
    float:left;
}
* html #teaserStartPage {
/*    margin-top:-10px; */
}
    #teaserStartPage li{
        float:left;
        width:162px;
    }
        #teaserStartPage li a{
            display:inline;
            width:160px;
            overflow:hidden;
            float:left;
        }
            #teaserStartPage li a img{
                display:inline;
                float:left;
            }

.cnt-left{
    float:left;
    width:450px;
    min-height:200px;
    padding-right:19px;
    border-right:1px solid #D7D7D7;
}
* html .cnt-left {
    display:inline;
    height:200px;
    width:450px;
    width:469px;
    padding-right:19px;
	padding-right:9px;
}
#start .cnt-left,
#noColumns .cnt-left
{
    height:auto;
    min-height:0;
    border-right:0 none;
}

    .cnt-left h1{
        font-size:1em;
        color:#666;
        margin-bottom:8px;
    }
    .cnt-left p{
        margin-right:10px;
        margin-bottom:20px;
    }

.cnt-right {
    float:left;
    width:172px;
    padding-top:2px;
    padding-left:8px;
}

* html .cnt-right{
	display:inline;
        overflow:hidden;
	width:172px;
	width:175px;
        padding-left:8px;
        padding-left:0;
        padding-left:3px;
        padding-right:0;
}

    .cnt-right h1 {
        font-size:1.3em;
        margin-left:0;
        color:#BBB;
    }
    .cnt-right p{
        margin-left:0;
        margin-bottom:20px;
    }

    .cnt-right object {
        margin-bottom:13px;
    }



/*:: 
   :: News Latest ::*/

.news-latest-image{
    width:165px;
    float:left;
	display:inline;
}
    .news-latest-item a img {
        float:left;
		display:inline;
        margin-bottom:15px;
    }
.news-latest-text {
	display:inline;
    float:left;
    width:270px;
    margin:0 0 15px 10px;
    min-height:115px;
}
* html .news-latest-text {
    height:115px;
}
    .news-latest-text h3 {
        font-size:1em;
        font-weight:bold;
    }
        .news-latest-text h3 a{
            text-decoration:none;
        }
        .news-latest-text p{
            float:left;
            margin:0;
            display:inline;
        }
        .news-latest-text .news-latest-morelink{
            float:right;
            font-size:0.9em;
        }
            .news-latest-text .news-latest-morelink a{
                text-decoration:none;
            }



/*:: 
   :: News List ::*/

.news-list-item a img {
    display:none;
}
.news-list-text {
    float:left;
    margin:0 0 15px 10px;
}
* html .news-list-text {
}
    .news-list-text h3 {
        font-size:1em;
        width:170px;
    }
        .news-list-text h3 span{
            display:block;
            font-weight:bold;
        }
        .news-list-text h3 a{
            text-decoration:none;
            font-weight:normal;
        }
        .news-list-text p{
            float:left;
            margin:0;
            display:none;
        }
        .news-list-text .news-list-morelink{
            display:none;
            float:right;
            font-size:0.9em;
        }
            .news-list-text .news-list-morelink a{
                text-decoration:none;
            }


/*:: 
   :: 
   :: News List Archive :: */

#news-list-archive {
    float:left;
    margin:0 0 15px 0;
    width:170px;
}
    #news-list-archive li, .news-list-archive-image li {
        margin-bottom:4px;
    }
        #news-list-archive li span, .news-list-archive-image li span {
            display:block;
            font-weight:bold;
        }
        .news-list-archive-image li span {
            color:#666;
        }
        #news-list-archive li a, .news-list-archive-image li a {
            text-decoration:none;
            font-weight:normal;
        }



/*:: 
   :: 
   :: News Single :: */

.news-single-item{
	width:450px;
}
.news-single-timedata {
	font-size:0.8em;		
}
.news-single-images {
	float:left;
	width:160px;
	margin-right:10px;
}
	   .news-single-images p {
			margin-bottom:8px;
	   }
#newsSubheader {
	float:left;
	display:inline;
	width:270px;
    margin-bottom:10px;
}
/** html #newsContent{
    float:left;
}
*/
	.news-single-author {
		text-align:right;
		display:block;
	}


/*:: contents II ::*/

/* text left - image right 
.cnt-left .csi-intext-right-nowrap {
    margin-right:18px;
}
*/
.cnt-left .csi-textpic{
    margin-bottom:10px;
}
.cnt-top .csi-textpic {
    margin-top:20px;
}


.cnt-left4Columns {
    display:inline;
    margin:0;
    padding:0;
}
/*
* html .cnt-left4Columns {
    width:450px;
}
*/
#leftBlock1 {
    float:left;
    width:242px;
    display:inline;
    margin:0;
    padding:0;
}
* html #leftBlock1 {
    width:241px;
    overflow:hidden;
}
#leftBlock2 {
    margin:0;
    padding:0;
    float:left;
    display:inline;
    width:208px;
}
#leftBlock2 * {
    margin:0;
    padding:0;
}
#leftBlockBottom {
    margin:0 10px 0 0;
    padding:0;
    display:inline;
    float:left;
    width:440px;
}


/*:: teaser startpage ::*/
#teaserStartPage {
    margin:6px 0 0 0;
    float:left;
}
#teaserStartPage li {
    /* background:url(images/startpage_teaser_bg.gif) no-repeat; */
    display:block;
    float:left;
    width:162px;
    height:104px;
    height:auto;
    display:inline;
    margin:0;
    padding:0;
}
    #teaserStartPage li a{
        display:inline;
        width:auto;
        height:auto;
        float:left;
    }
        #teaserStartPage li a img{
            margin:1px 0 1px 0;
            float:left;
        }

/*:: teaser for overview ::*/
.overviewItem {
	float:left;	
	margin-bottom:15px;
}
	.overviewItem .overviewItemImage{
		float:left;
		width:160px;
		min-height: 115px;
		height: auto !important;
		height: 115px;
	}
	.overviewItem .overviewItemText {
		float:left;
		margin-left:10px;
		width:278px;
		min-height: 100px;
		height: auto !important;
		height: 115px;
	}
	.overviewItem .overviewItemLink {
		text-align:left;
	}
		.overviewItem .overviewItemLink a{
			text-decoration:none;
		}

#fe_users_form .requiredField
{
    width:400px;
    margin-top:2px;
    display:block;
    color:red;
}
#fe_users_form #feRegisterNewUserUsernameLabel .requiredField
{
    margin-top:10px;
}


#sendPWForm fieldset {
    width:450px;
    border:none;
}
    #sendPWForm fieldset label span {
        display:block;
        float:left;

        width:180px;
    }
    #sendPWForm fieldset label input {
        float:left;
        width:160px;
        border:1px solid #b2b2b2;
    }
    #sendPWForm fieldset div {
        float:left;

        width:300px;
        margin-top:10px;
    }
        #sendPWForm fieldset div input.tx-newloginbox-pi1-submit
        {
            width:160px;
            margin-left: 180px;
        }


#loginFieldset
{
    width:450px;
    border:none;
}
    #loginFieldset label 
    {
        float:left;
        width:450px;
        margin-bottom:10px;
    }
    #loginFieldset label span 
    {
        display:block;
        float:left;

        width:180px;
    }
    #loginFieldset label input 
    {
        float:left;
        width:160px;
        border:1px solid #b2b2b2;
    }
    #loginFieldset div 
    {
        float:left;

        width:300px;
        margin-top:10px;
    }
        #loginFieldset div input.tx-newloginbox-pi1-submit
        {
            width:160px;
            margin-left: 180px;
        }





#fe_users_form 
{
    display:inline;

    margin:0;
    padding:0;
}

#fe_users_form fieldset 
{


    width:440px;
    border:none;
    
}
    #fe_users_form fieldset input
    {
        border:none;
        background:no-repeat;
        border:1px solid #666;
    
        width:160px;
    }
    #fe_users_form fieldset legend
    {
        font-weight:bold;
        border:none;
        color:#666;
        float:left;
        width:440px;
        margin:0 0 4px 0;
        padding:0;
    }
    #fe_users_form fieldset label
    {
        float:left;
    
        width:440px;
        margin-bottom:10px;
    }
        #fe_users_form fieldset label span
        {
            display:block;
            float:left;

            width:180px;
        }
        #fe_users_form #feRegisterNewUserPassWrapper
        {
            display:block;
            float:left;

            width:180px;
        }

        #fe_users_form #feRegisterNewUserZip
        {
            width:40px;
        }
        #fe_users_form #feRegisterNewUserCity
        {
            width:117px;
        }
        #fe_users_form #feRegisterNewUserSubmitWrapper
        {
            display:inline;
            float:left;
            width:440px;
        }
                #fe_users_form #feRegisterNewUserSubmitWrapper input
                {
                    float:right;
                    margin-right:100px;
                }
                * html #fe_users_form #feRegisterNewUserSubmitWrapper input
                {
                    margin-right:97px;
                }


#feRegisterNewUserUserPassValidate,
#feRegisterNewUserUserDataValidate
{


    width:440px;
    border:none;
    
}
    #feRegisterNewUserUserPassValidate input,
    #feRegisterNewUserUserDataValidate input
    {
        border:none;
        background:no-repeat;
        border:1px solid #666;
    
        width:160px;
    }
    #feRegisterNewUserUserPassValidate legend,
    #feRegisterNewUserUserDataValidate legend
    {
        font-weight:bold;
        border:none;
        color:#666;
        float:left;
        width:440px;
        margin:0 0 4px 0;
        padding:0;
    }
    #feRegisterNewUserUserPassValidate label,
    #feRegisterNewUserUserDataValidate label
    {
        float:left;
    
        width:440px;
        margin-bottom:10px;
    }
        #feRegisterNewUserUserPassValidate label span,
        #feRegisterNewUserUserDataValidate label span
        {
            display:block;
            float:left;

            width:180px;
        }
        #feRegisterNewUserUserPassValidate #feRegisterNewUserZip
        {
            width:40px;
        }
        #feRegisterNewUserUserPassValidate #feRegisterNewUserCity
        {
            width:117px;
        }
        #feRegisterNewUserUserPassValidate #feRegisterNewUserSubmitWrapper
        {
            display:inline;
            float:left;
            width:440px;
        }
                #feRegisterNewUserSubmitWrapperValidate input
                {
                    margin-right:100px;
                }
                * html feRegisterNewUserSubmitWrapperValidate input
                {
                    margin-right:97px;
                }

/*
#footerSearch {
    width: 630px;
    margin:15px 0 0 0;
    padding:10px 0;
    border: 1px solid #9b9b9b;
    border-left: none;
    border-right: none;

}
html>body #footerSearch 
{
    margin-left:8px;
}
* html #footerSearch 
{
    margin-left:-3px;
}

    #footerSearch input {
        border:1px solid #666;
    }
    #footerSearch #searchInput
    {
        width: 145px;
        background: url(images/search_bg.png) no-repeat;
        border: none;
	    font-size: 9px;
	    padding: 5px 0 0 22px;
	    height: 22px;
    }
    html > body #footerSearch #searchInput 
    {
        padding-top: 4px;
    }

    #searchSubmit
    {
        display:none;
        width:60px;
    }
*/    
   
#footerSearch {
    width:650px;
    height:30px;
    margin:15px 0 0 0;
    padding:10px 0;
    border:1px solid #9b9b9b;
    border-left:none;
    border-right:none;
    padding-left:182px;
}
html>body #footerSearch 
{
    padding:10px 0 0 0;
    width:468px;
    padding-left:182px;
}

#searchSubmit, #footerNewsletterSubmit {
    display:none;
}
   
#footerSearch #footerNewsletterInput, 
#footerSearch #searchInput {
    width:108px;
    border:none;
    font-size:9px;
    height:13px;
}
#footerNewsletterWrap,
#footerSearchWrap {
    width:140px;
    height:22px;
    margin:0;
    padding:0;
    padding:5px 0 0 10px;
    float:left;
}
#footerNewsletterWrap {
    background:url(images/nl_bg.png) no-repeat;
}  
#footerSearchWrap {
    background:url(images/search_bg.png) no-repeat;
}  

.cnt-left .tx-indexedsearch *
{
    font-size:11px;
}
/*
.cnt-right .tx-indexedsearch-searchbox-sword
{
    border:1px solid #666;
    margin-top:4px;
}


.cnt-left .tx-indexedsearch-searchbox,
.cnt-left .tx-indexedsearch-rules,
.cnt-right .tx-indexedsearch-searchbox-button,
.cnt-right .tx-indexedsearch-searchbox p,
.cnt-right .tx-indexedsearch-rules,
.cnt-right .tx-indexedsearch-whatis,
.cnt-right .tx-indexedsearch-browsebox,
.cnt-right .tx-indexedsearch-res,
.cnt-right .tx-indexedsearch-searchbox legend,
.cnt-right .tx-indexedsearch-searchbox label
{
 display:none;
}
*/

/*
.tx-jmgallery-pi1
{
    margin-top: 60px;
    margin-bottom: 30px;
    width: 650px;
}
.tx-jmgallery-pi1 .jm-gallery-admin-element 
{
    color:#fff;
    font-size: 1.1em;
}
p.jm-gallery-admin-album-description,
.jm-gallery-admin-album-container .jm-gallery-admin-album-pictures,
.jm-gallery-admin-album-container .jm-gallery-admin-album-date
{
    color: #fff;
}
*/

#content .cnt-right .news-list-archive-image,
#content .cnt-right h1,
#content .cnt-right p.bodytext
{
	margin-left:6px;
}
#content .cnt-right ul
{
	margin-left:3px;
}
html>body #content .cnt-right ul
{
	margin-left:6px;
}

/*
.csc-form-labelcell
{
	font-size:11px;
}
.csc-form-fieldcell
{
    text-align: left;
    vertical-align: top;
}
.csc-form-fieldcell select
{
        margin: 2px;
	font-size: 11px;
	width: 175px;
	border: 1px solid #666;
}
.csc-form-fieldcell input
{
	font-size: 11px;
	margin:2px;
	height: 16px;
	padding-left: 2px;
	border: 1px solid #666;
	width: 175px;
}
*/


body div div.csi-border div.csi-imagewrap .csi-image img
{
    border: 1px solid #d7d7d7;
    padding: 1px;
    border: none;
}
div.csi-border div.csi-imagewrap .csi-image a:hover img
{
    border: 1px solid #666;
    border: none;
}


#languageselect {
    margin: 52px 0 0 -106px;
    position: absolute;
    top:0;
    z-index: 100;
}
/* *+html #languageselect {
}
    #languageselect li {
        float: left;
        margin-right: 4px;
    }
*/
#languageselect img {
    margin-right:4px;
}















    
#rss {
    margin:48px 0 0 655px;
    position:absolute;
    top:0;
    z-index:101;
}

.sl-page-teaser-wrap {
	width:469px;
	overflow:hidden;
	/* clear:both; */
}
.sl-page-teaser-col {
	width:469px;
	height:115px;
	clear:both;
	margin-bottom:20px;
}
.sl-page-teaser-image {
    float:left;
    width:160px;
}
.sl-page-teaser-image-sidebar {
    /*width:162px;
    overflow:hidden;*/
    margin-bottom:5px;
    padding-left:6px;
}
.sl-page-teaser-header {
    float:left;
    width:280px;
    padding-left:15px;
    overflow:hidden;
}
.sl-page-teaser-header *  {
    text-decoration:none;
    margin:0;
    padding:0;
    font-weight:bold;
    font-size:1.2em;
}
.sl-page-teaser-text {
    float:left;
    width:280px;
    padding-left:15px;
}
.sl-page-teaser-more {
    float:left;
    width:280px;
    padding-left:15px;
    padding-top:10px;
}
.bannerWrap .banner {
	float:left;
	margin-right:2px;
}
.bannerWrapNewsTop .banner {
	margin-bottom:0.8em;
	margin-left:6px;
}
.tx-slmtec-pi1 {

}

.tx-indexedsearch-sec {
    margin-bottom:0.8em;
}
.tx-indexedsearch-searchbox-button,
.tx-indexedsearch-searchbox legend,
.tx-indexedsearch-whatis
{
    display:none;
}

* html .cnt-right,
.cnt-right {
    width:170px;
    float:left;
}

.csc-mailform * {
	font-size:11px;
	vertical-align:top;
}
.csc-mailform {
	border:0;
	width:450px;
	height:100%;
	/* background-color:#E6ECF5; */
	padding:5px;
}
.csc-mailform-field {
	margin-bottom:5px;
	width:100%;
	clear:both;

}
.csc-mailform-field label {
	width:200px;
	float:left;
	margin-bottom:5px
}
.csc-mailform-field input, .csc-mailform-field textarea, .csc-mailform-field select  {
	float:left;
	width:220px;
	margin-bottom:5px;
}
.csc-mailform-field input.csc-mailform-submit {
	width:100px;
	margin-left:200px;
}








.clear {
    clear:both;
}
/*
.tx-slmolotowproducts-pi1 {  
    width:460px;
}
.tx-slmolotowproducts-pi1-text-wrap {
    float:left;
    width:240px;
}
.tx-slmolotowproducts-pi1-image-wrap {
    float:left;
    width:150px;
    margin-left:10px;
}
*/
.tx-slmolotowproducts-pi1-icon-wrap {
    float:left;
    /*position:relative;
    width:40px;
    height:500px;
    margin-left:10px;*/
    margin-right:10px;
}
/*.tx-slmolotowproducts-pi1-icon-wrap P {
    position:absolute;
    bottom:65px;
}*/




.blog-list-item {
    margin-bottom:40px;
}
.blog-list-item H3,
.blog-single-item H2 {
    margin-bottom:20px;
}
.blog-list-item H3 A,
.blog-single-item H2 {
    text-decoration:none;
    font-size:20px;
}
.blog-list-date,
.blog-single-timedata {
    font-size:10px;
}
.blog-tags {
    margin-top:10px;
    width:450px;
    background-color:#f6f6f6;
    padding:5px;
}

.tx-slblog-pi1 {
    padding-left:6px;
}
.tx-slblog-pi1 P {
    margin:0; padding:0;
    line-height:100%;
    margin-bottom:3px;
}
.blog-single-pagebrowser *,
.blog-list-browse * {
    font-size:12px;
    text-decoration:none;
}
.blog-list-browse P {
    display:none;
}
.blog-list-browse TABLE P {
    display:block;
}


.blog-amenu-container LI.news-amenu-item-year {
    margin-top:8px;
    margin-bottom:5px;
}
.blog-amenu-container LI {
    margin-bottom:3px;
}





.tx-slmolotowandfriends-pi1 {
		width:460px;
		overflow:hidden;
	}
	.tx-slmolotowandfriends-pi1-list-image {
		width:115px;
		height:80px;
		background-image:url(../../typo3conf/ext/sl_molotow_and_friends/res/mf_listbg.jpg);
		float:left;
		position:relative;
	}
	.tx-slmolotowandfriends-pi1-list-overlay {
		width:106px;
		height:70px;
		overflow:hidden;
		position:absolute;
		left:0;
		top:0;
	}

    .tx-slmolotowandfriends-pi1-single-image-wrap {
        float:left;
		margin-right:10px;
		width:155px;
		overflow:hidden;
	}
	.tx-slmolotowandfriends-pi1-single-image {
		width:155px;
		height:210px;
		overflow:hidden;		
		position:relative;
	}
	    .tx-slmolotowandfriends-pi1-single-image-overlay {
	        position:absolute;
	        left:0;
	        top:0;
	    }
	    
	.tx-slmolotowandfriends-pi1-single-image2 {
	    width:155px;
	    margin-top:5px;
	}
	    
	.tx-slmolotowandfriends-pi1-single-text-wrap {
		float:left;
		width:289px;
		overflow:hidden;
	}
	.tx-slmolotowandfriends-pi1-single-text-head {
		width:289px;
		height:10px;
		margin:0;padding:0;
		background-image:url(../../typo3conf/ext/sl_molotow_and_friends/res/text-head.gif);
	}
	.tx-slmolotowandfriends-pi1-single-text-foot {
		width:289px;
		height:9px;
		margin:0;padding:0;
		background-image:url(../../typo3conf/ext/sl_molotow_and_friends/res/text-foot.gif);
	}
	.tx-slmolotowandfriends-pi1-single-text {
		width:269px;
		padding:0 10px 0 10px;
		margin:0;
		background-image:url(../../typo3conf/ext/sl_molotow_and_friends/res/text.gif);
		/*border:1px solid #a7a7a7;*/

	}
	.tx-slmolotowandfriends-pi1-single-text *,
	.cnt-left .tx-slmolotowandfriends-pi1-single-text p {
		margin:0;
		line-height:160%;
	}











.tx-slmolotowswetgoesred-pi1 {
		width:660px;
		overflow:hidden;
	}
	.tx-slmolotowswetgoesred-pi1 h1 {
	    margin-bottom:20px;
	}
	.tx-slmolotowswetgoesred-pi1-list-desc-wrap {
	    margin-bottom:10px;
	}
	
	.tx-slmolotowswetgoesred-pi1-list-image-outerwrap {
	    padding-left:40px;
	}
	.tx-slmolotowswetgoesred-pi1-list-image-wrap {
		width:115px;
		height:80px;
		float:left;
		margin-bottom:20px;
	}
	.tx-slmolotowswetgoesred-pi1-list-image-title {
	    font-size:90%;
	    text-align:right;
	    padding-right:10px;
	}
	.tx-slmolotowswetgoesred-pi1-list-image {
		width:115px;
		height:80px;
		background-image:url(../../typo3conf/ext/sl_molotow_swet_goes_red/res/mf_listbg.jpg);
		/*float:left;*/
		position:relative;
	}
	.tx-slmolotowswetgoesred-pi1-list-overlay {
		width:106px;
		height:70px;
		overflow:hidden;
		position:absolute;
		left:0;
		top:0;
	}


    .tx-slgallery-pi1 {
        width:460px;
        overflow:hidden;
    }
    .mt-start .tx-slgallery-pi1 {
        width:690px;
    }

    .tx-slmolotowswetgoesred-pi1-list-image-single,
    .tx-slgallery-pi1-list-image-single {
		width:115px;
		height:80px;
		background-image:url(../../typo3conf/ext/sl_molotow_swet_goes_red/res/mf_listbg.jpg);
		float:left;
		position:relative;
	}
	.tx-slmolotowswetgoesred-pi1-list-overlay-single,
	.tx-slgallery-pi1-list-overlay-single {
		width:106px;
		height:70px;
		overflow:hidden;
		position:absolute;
		left:0;
		top:0;
	}
	
	.tx-slgallery-pi1-browsebox, .tx-slgallery-pi1-browsebox * {
	    font-size:10px;
	}
	.tx-slgallery-pi1-browsebox a {
	    text-decoration:none;
	}

    .tx-slmolotowswetgoesred-pi1-single-image-wrap {
        /*float:left;
		margin-right:10px;
		width:155px;
		overflow:hidden;*/
	}
	.tx-slmolotowswetgoesred-pi1-single-image {
		/*width:155px;
		height:210px;
		overflow:hidden;		
		position:relative;*/
	}
	    /*.tx-slmolotowswetgoesred-pi1-single-image-overlay {
	        position:absolute;
	        left:0;
	        top:0;
	    }
	    
	.tx-slmolotowswetgoesred-pi1-single-image2 {
	    width:155px;
	    margin-top:5px;
	}*/
	    
	.tx-slmolotowswetgoesred-pi1-single-text-wrap {
		/*float:left;
		width:289px;
		overflow:hidden;*/
	}
	/*.tx-slmolotowswetgoesred-pi1-single-text-head {
		width:289px;
		height:10px;
		margin:0;padding:0;
		background-image:url(../../typo3conf/ext/sl_molotow_swet_goes_red/res/text-head.gif);
	}
	.tx-slmolotowswetgoesred-pi1-single-text-foot {
		width:289px;
		height:9px;
		margin:0;padding:0;
		background-image:url(../../typo3conf/ext/sl_molotow_swet_goes_red/res/text-foot.gif);
	} */
	.tx-slmolotowswetgoesred-pi1-single-text {
		/*width:269px;
		padding:0 10px 0 10px;
		margin:0;
		background-image:url(../../typo3conf/ext/sl_molotow_swet_goes_red/res/text.gif);*/
	}
	.tx-slmolotowswetgoesred-pi1-single-text *,
	.cnt-left .tx-slmolotowswetgoesred-pi1-single-text p {
		margin:0;
		line-height:160%;
	}


.tx-slrss-pi1 {
    width:160px;
    overflow:hidden;
    padding-left:4px;
    margin-bottom:20px;
}
.sl-rss-entry {
    background-image:url(images/orangearrow.gif);
    background-repeat:no-repeat;
    padding-left:12px;
    margin-bottom:5px;
}
.sl-rss-title {
    text-decoration:none;
    /*white-space:nowrap;*/
}

