/**************** MAIN ELEMENTS ****************/
#wrapper {
	width:700px;
	margin:0 auto;
	padding:30px;
	text-align:left;
	height:100%;
	border-top: 50px solid #ffb616;
}
#header {
	width:100%;
}
#menu {
	float:left;
	clear:both;
	width:700px;
}
#page {
	float:left;
	clear:both;
	width:700px;
}
#main {
	float:left;
	width:700px;
	clear:right;
	margin: 20px 0;
}
#left {
	float:left;
	text-align:right;
	border-right:1px dotted #dedede;
	padding:0 50px 0 150px;
}
#right {
	float:left;
	padding-left: 50px;
}
#footer {
	margin-top: 50px;
	float:left;
	clear:both;
}
#debug {
	float:left;
	clear:both;
}

/**************** GENERAL ****************/
* {
	margin:0;
	padding:0;
}
body {
	font:13px/1.55em arial, helvetica, sans-serif; 
	text-align:center;
	color:#1d1d1d;
	background: #ffb616 url(../images/bg.gif) repeat-y center;
}
img { 
	border: 0;
}
#menu li {
	list-style-type: none;	
}
.contentheading {
	font-size:1.1em;
	font-weight:bold;
}
.componentheading {
	display:none;
}
#logo {
	width:100%;
	text-align:center;
	margin:0 auto 20px auto;
}
a:link, a:visited { text-decoration:none; color:#1d1d1d; }
a:hover, a:active { text-decoration:underline; }
li { list-style-type:none; }
.contentpaneopen p { max-width:680px !important; }
/**************** TABLES & FORMS ****************/
.into h4 {
	display:none;
}
#left .contentpaneopen td, #right .contentpaneopen td {
	border:1px dotted #cccccc;
}
.cddownloader_alert, .contentpaneopen div, .contentpaneopen div div, #left .contentpaneopen td.contentheading, #right .contentpaneopen td.contentheading {
	border:0 !important;
	background:none;
}
.cddownloader_alert {
	margin-top:0 !important;
	padding-top:0 !important;
}
.contentpaneopen form {
	height:10px !important;
	padding:-20px;
	margin:-10px;
}
.into { border:0 !important; }
.cddownloader_box {
	width:225px;
	height:30px;
	border:none !important;
}
form { border:0 !important; }
#cddownloader_submit { margin:5px 0; float:left; clear:both; }
input { float: left; clear: left; }
/**************** FOOTER ****************/
#footer						{ width:100%; text-align:center; }
#footer .adress				{ font-size:0.9em; width:100%; margin:20px 0; }
#footer .adress a, 
#footer .adress li.last 	{ background:none; }
#footer .adress li			{ background:url(../../../../skin/frontend/default/majema/images/links_separator.gif) no-repeat 100% 50%; padding-right:5px; margin-right:3px; }
#footer ul,
#footer li                  { display:inline; }
