
/* * basics * */

* 		{ margin: 0; padding: 0; }

body 	{ 
	background-color:#CCC;
	margin:0px; 
	padding:0px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:11px;
	line-height:15px; 
}



p, h1, h2, h3, h4, h5, h6, ul, form {
	margin:0;
	padding:0;
	font-weight:normal;
}

p, p.bodytext { padding-bottom:10px; }


ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}


h1  				{ font-size:16px; line-height:20px; padding-bottom:4px; color:#4F4F48; font-weight:bold; }
h2  				{ font-size:14px; line-height:16px; padding-bottom:5px; color:#4F4F48; font-weight:bold; border-bottom:3px solid #EEEDE9; }
h3 					{ font-size:11px; line-height:15px; padding-bottom:2px; font-weight:bold; margin-bottom:3px; color:#62208B; border-bottom:1px solid #E4E4E4; }
h4 					{ font-size:13px;line-height:17px; font-weight:bold; }




/*  diverse */


.grey				{ color: #7E7E7E !important; }
.grey_dark			{ color: #4F5146 !important; }
.grey_lighter 		{ color: #8A8A8A; font-weight: normal !important;}
.grey_morelighter 	{ color: #D2D2D2 !important; }
.red				{ color: #62208B !important; }
.black				{ color: #000 !important; }
.white				{ color: #FFF !important; }
.yellow				{ color: #F5E708 !important; }

.bg_red_light		{ background-color:#AB8FB8 !important; }
.bg_red				{ background-color:#57267A !important; }
.bg_black			{ background-color:#000 !important; }

a			{ color:#62208B; text-decoration:none; }
a:hover		{ text-decoration:none; color:#666 !important; }

.italic 	{ font-style:italic; }
.bold 		{ font-weight:bold !important; }
.uppercase 	{ text-transform:uppercase; }
*:focus		{ outline:none; }
img			{ border:0px; }
.f_left 	{ float:left; }
.f_right 	{ float:right; }
.clear 		{ clear:both; height:1px; line-height:1px; font-size:1px; }
fieldset	{ border:0; margin:0; padding:0; }


.marginB_1px{ margin-bottom:1px !important; }



hr {
	border-top:1px solid #EDEDED;
	border-color:#EDEDED -moz-use-text-color #FFFFFF;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin-bottom:8px;
	color:#EDEDED;
	height:1px;
}




/***********************************************************************/





/* * container  * */

div#all {
	background-image:url(../images/basics/shadow.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:1000px;
	padding:0 5px; 
	margin:auto;
	background-color:#FFF;
}


/* ******************************************************************** */



/* * header  * */

div.header {
	padding:10px 0 19px;
}


div.logo img {
	float:left;
	padding:2px 0 12px 10px;
	display:block;
}

div.welcomeUser {
	float:right; 
	line-height:30px; 
	padding-right:19px;
	font-size:12px;
	color:#62208B;
	font-weight:bold;
}

div.yourCart {
	float:right;
	background:url(../images/basics/dotted_v.gif) no-repeat;
	padding:0 10px;
	width:181px;
	height:29px;
	line-height:29px;
	color:#666;
	text-transform:uppercase;
	font-family:Helvetica;
	font-weight:bold;
	font-size:10px;
	overflow:hidden;
}
div.yourCart .col_1 {
	float:left;
	padding:8px 8px 0 0;
	width:14px;
}
div.yourCart .col_2 {
	width:95px;
	overflow:hidden;
	float:left;
	white-space:nowrap;
}
div.yourCart .col_3 {
	float:right;
	padding-top:7px;
}

div.naviBox {
	float:left;
	width:800px;
	height:70px;
	background-color:#EEEDE9;
	overflow:hidden;
}	

div.mainnavi {
	/*float:left;*/
	background-color:#A270C5;
	/*overflow:hidden;*/
	width:800px;
	height:35px;
}
div.logOn {
	float:right;
	background:url(../images/basics/bg_mainnavi.gif) repeat-x;
	background-color:#623085;
	padding:9px 10px 0;
	width:180px;
	height:26px;
	
}
/*
div.subnavi {
	float:left;
	overflow:hidden;
	background-color:#EEEDE9;
	padding:0 10px;
	width:780px;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#62208B;
}
div.subnavi a {
	color:#62208B;
}
*/
div.register {
	float:right;
	background-color:#E5E4E0;
	width:180px;
	height:35px;
	line-height:35px;
	padding:0 10px;
	color:#62208B;
	font-size:10px;
}
div.register a {
	color:#62208B;
}

/* ************* */


div.workspace {
	width:1000px;
	background:url(../images/basics/bg_workspace.gif) no-repeat;
	background-position:200px 24px;
}

div.content_menu {
	width:180px;
	padding:0 10px;
	float:left;
	overflow:hidden;
	min-height:200px;
	background-color:#FFF;
}

div.content {
	position:relative;
	width:799px;
	float:left;
	overflow:hidden;
	margin-left:1px;
	background-color:#FFF;
}



div.footer {
	clear:both;
	/*
	background:url(../images/basics/bg_footer.gif) no-repeat;
	background-position:left 54px;
	*/
	border-top:1px solid #383838;
	background-color:#636363;
	padding:20px 0px 12px 0px;
	color:#B1B1B1;
}
div.footer a {
	color:#B1B1B1;
}
div.footer a:hover {
	color:#999999 !important;
}
div.footer h6 {
	font-size:13px;
	line-height:13px;
	margin-top:-1px;
	font-weight:bold;
	margin-bottom:20px;
	color:#FFF;
}

div.footer .col {
	width:169px;
	padding:0 15px 0 15px;
	float:left;
	border-right:1px solid #737373;
	min-height:650px;
	position:relative;
}
* html div.footer .col { height:650px; }
*+html div.footer .col { height:650px; }

div.footer .col_1 {
	padding:0 16px 0 15px;
	border-right:1px solid #737373;
}
div.footer .col_5 {
	border-right:none;
}

div.footer .col img {
	display:block;
}
div.footer .col .rss {
	position:absolute;
	right:15px;
	top:0;
}


div.footer ul {
	/*border-bottom:1px solid #828282;*/
	margin-bottom:16px;
}







