*{
    font-family: Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    outline: none;
    border: 0px;
}

div,td{
    color: #9B9DA3;
}

body{    
    background-image: url('/arrowcopter/images/maingraphics/carbon_bg.gif');
    background-repeat: repeat;
    background-color: #131313; 
}

table{
    border-collapse:collapse;
}

p{
	padding-bottom: 10px;
}

h1,h2,h3,h4{
    color: #9B9DA3;
    display: block;
    background-image: url('/arrowcopter/images/maingraphics/title_bg.png');
    background-repeat: no-repeat;
    background-position: 0px 1px;
    padding: 3px 0px 5px 25px;
    height: 15px;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px; 
  	border-bottom: 1px solid #2e2e2e;  

}

h2{
    font-size: 12px;
    margin-bottom: 2px;
}

hr{
    border: 0px;
    background-color: #262626;
    height: 1px;
}

.headline{
    color: #9B9DA3;
    display: block;
    background-image: url('/arrowcopter/images/maingraphics/title_bg.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 3px 0px 5px 25px;
    height: 15px;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #2e2e2e; 
}

a{
    color: #ffffff;
    text-decoration: none;
}

a:hover{
	color: #ff1d00;
    text-decoration: underline;
}


.superSize{
    font-size: 18px;
}

.back{
    margin-bottom: 15px;
}

.topline{
    border-top: 1px solid #E2E2E2;    
    padding-top: 15px;
}

.statusloader{
    margin-top: 20px;
}

.wowme{
    background-color: #ffffff;
}

/*** Wrapers ***/

.topWraper .manufactured{
    position: relative;  
    margin: 0 auto;
    width:950px;
}

.topWraper .manufactured img{
    position: absolute;  
    right: 0px;
}

.topWraper{
    position: relative;
    height: 350px;
    width: 100%;
    margin: 0px auto;
    background-image: url("/arrowcopter/images/maingraphics/copter_bg.jpg");  
}

.topWraper .centercopter{
    position: absolute;
    bottom: 20px;    
    width: 950px;
    height: 44px; 
    margin: 0px auto;
}

.topWraper .centercopter .inner{
    position: absolute;
    left: 180px;
    top: 30px;
    width: 550px;
}

.topWraper .centercopter .inner .box{
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    float: left;
    text-align: center;
}

.topWraper .centercopter .inner .text{
    margin-top: 7px;
}

.topWraper .centercopter .logo{
    position: absolute;    
    bottom: 250px;
}

.topWraper .centercopter .copter{
    position: absolute;    
    bottom: 0px;
    left: 80px;
    height: 450px;
}

.topWraper .centercopter a{
    text-decoration: none;
    color: #696969;
}

.topWraper .centercopter a:hover{
    text-decoration: none;
    color: #ff1d00;
}

.currentRot{
    position: absolute;
}

/**** OTHER STUFF ****/

.outerMenu{
    background: url("/arrowcopter/images/maingraphics/menu_bg.jpg");
    background-repeat: repeat-x;
    position: relative;    
    z-index: 99;
    height: 30px;
    width: 100%;
    border-top: 1px solid #1e1e1e;    
    border-bottom: 1px solid #1e1e1e;
}

.mainWraper{
    position: relative;
    z-index: 1;    
    width: 950px;
    margin: 0px auto;    
    background-color: #131313; 
}

.mainWraper .contentWraper{
    position: relative;
    padding: 15px;
    z-index: 1;
}

.mainWraper .contentWraper .defaultWraper{
    position: relative;
    float: left;
}

.mainWraper .contentWraper .defaultWraper.left{
    width: 680px;
}

.mainWraper .contentWraper .defaultWraper.right{
    width: 210px;
    margin-left: 30px;
    background: url("/arrowcopter/images/maingraphics/right_bg.jpg");
    background-repeat: no-repeat;
    height: 400px;
    padding-bottom: 50px;
}

.mainWraper .contentWraper .defaultWraper.right .innerWraper{
    padding: 17px;
}


.bottomWraper{
    background: url("/arrowcopter/images/maingraphics/bottom_bg.jpg");
    background-repeat: repeat-x;
    position: relative;
    width: 910px;
    padding: 15px 30px 5px 10px;
    margin: 0px auto;    
    background-color: #131313;
    text-align: right;
    color: #3d3d3d;
    font-size: 11px;
    border-bottom: 1px solid #181818;
}

.bottomWraper a{
	color: #9B9DA3;
	text-decoration: none;
	font-size: 9px;
}

.bottomWraper a:hover{
    text-decoration: underline;
}

.bottomWraper div.right{
    position: relative;
    float: right; 
    padding-left: 15px;
}

/*** MENU BOX ***/
.menuWraper{
    position: relative;
    width: 100%;
    width: 950px;
    margin: 0px auto; 
}

.menuWraper a{
    color: #9b9da3;
    text-decoration: none; 
}

.menuWraper a:hover{
    color: #ff1d00;
}

.menuWraper .level_1{
    position: relative;
    padding: 5px 0px 0px 0px;
    height: 20px;
}

/* SUB MENU */
.menuWraper .submenuWraper{
    position: absolute;
    top: 31px;
    left: 0px;
    z-index: 70;
    padding: 5px;
    background-color: #262626;
    border-left: 1px solid #262626;
    border-bottom: 1px solid #262626;
    border-right: 1px solid #262626;
    background-image: url(/arrowcopter/images/maingraphics/carbon_dark.gif);
    
}

.menuWraper .submenuWraper ul,
.menuWraper .submenuWraper li,
.menuWraper .submenuWraper p{
    margin: 0px;
    padding: 0px;
}

.menuWraper .level_1 li{
    position: relative;
    float: left;
    padding: 2px 20px 3px 20px;
    list-style-type: none;    
    background-image: url(/arrowcopter/images/maingraphics/menu_line.gif);
    background-repeat: no-repeat;
    background-position: -1px 0px;
}

.menuWraper li a.active{
    color: #ffffff;
    display: block;
    padding-left: 10px;
    background-image: url(/arrowcopter/images/maingraphics/arrow_right.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}

.menuWraper li a.trail{
    color: #9b9da3;
    display: block;
    padding-left: 10px;
    background-image: url(/arrowcopter/images/maingraphics/arrow_right_trail.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
}
.menuWraper .level_2 li{
    position: relative;
    padding: 5px 15px 5px 14px;
    list-style-type: none;    
}

/**** FORMS ****/

input,select,textarea{
    color: #575757;
    background-color: #e6e6e6;
    padding: 3px;
    -moz-border-radius: 3px; 
    -webkit-border-radius: 3px;
}

input[type=checkbox],
input[type=radio]{
    border: 0px solid;
    background-color: transparent;
}

input[type=submit]{
    font-weight: bold;
    color: #131313;
}

.checkbox_container span{
    display: block;
    padding: 2px 0px 2px 0px;
}

label{
    padding-right: 10px;
}


/**** TYPO LIGHT ****/

.headline p{
    margin: 0px;
    padding: 0px;  
    padding-top: 3px;    
}

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


.block p{
    text-align: justify;
    line-hight: 1.4em;
}

.image_container img{
    background-color: black;
    margin: 0px 10px 10px 10px;
    border: 5px solid #181818;
}

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

.invisible{
    display: none;
}

.formbody td{
    padding-top: 3px;
    padding-bottom: 3px;   
    vertical-align: top; 
}

.error{
    color: #ff8100;
}

.fdlogo img{
    background-color: #e6e6e6;
}

.ce_downloads p,
.ce_downloadarchiv .downloadarchivItem{
    padding: 0px 0px 2px 0px;
    margin: 0px;
}

/**** ARROW ****/

ul{
	padding: 0px 10px 10px 20px;
}

li{
	padding: 5px 0px 5px 5px;
}

table.listTable{
    margin-bottom: 10px;
}

table.listTable th{
    text-align: left;
}

table.listTable td{
    padding: 2px 0px 2px 0px;
}

table.listTable td .text{
    padding-right: 10px;
}


table.listTable td.box{
    padding: 0px;
}


table.listTable td.price{
    text-align: right;
}


table.listTable .text p{
    text-align: left;
}

.totalfinalPrice{
    font-weight: bold;
    font-size: 14px;
}

/**** MOD LANG ****/

.mod_changelanguage ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mod_changelanguage ul li{
    display: block;
    position: relative;
    float: left;
}

/**** MOD NEWS ****/

.mod_newslist h2{
    background: none;
    padding: 0px;
    border: 0px;
}

.mod_newslist ul{
    padding: 0;
}

.mod_newslist li{
    list-style: none;
    border-bottom: 1px solid #2E2E2E;
}

/*** MB **/

#mbCenter.mbLoading{
    background-image: none;
}

#mbCenter  {
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-box-shadow: 0;
   	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

#mbOverlay{
    background-color: #000000;
}

#mbCaption  {
    color: #343434;
}
