/*
	BOX
	Set Layout for Boxes
*/

.g_Box
{
	margin-bottom: 20px;
}

.b_Header
{
	height: 21px;
	padding: 8px 0px 0px 8px;
	background-image: url(./img/b_HeaderBG.gif);
	background-repeat: repeat-x;
}

.b_Content
{
	padding: 10px;
	background-color: #ffffff;
}

.b_Content input,
.b_Content textarea
{
	border: 1px solid #c2c2c2;
}

.b_Content .i_text input
{
	width: 162px;
	height: 11px;
	padding: 3px;
}

.b_Content .i_pwd input
{
	width: 162px;
	height: 11px;
	padding: 3px;
}

.b_Content .i_image input
{
	border: 0px solid;
}

.b_URL
{
	padding: 3px 0px;
}

.b_HR
{
	width: 100%;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background-image: url(./img/b_DottedLineBG.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	clear: both;
}

/*
	BOX ACCOUNT
*/

#b_Account
{
	padding: 27px 20px 0px 0px;
	text-align: right;
	color: #c0c0c0;
}

/*
	BOX LANGUAGE
*/

#gLaguageWrapper
{
	margin-top: 27px;
	margin-right: 20px;
}

#gLaguageWrapper ul
{
	float: right;
}

#gLaguageWrapper li
{
	float: left;
	margin-left: 10px;
}

/*
	BOX KATALOG
*/

.level_0
{
	
}

.level_1
{
	margin-left: 7px;
}

.level_2
{
	margin-left: 14px;
}


/*
	BOX FOOTER
*/

#b_Footer
{
	padding: 0px 30px 0px 30px;
}

#b_Footer ul
{
	width: 100%;
	line-height: 1em;
	white-space: nowrap;
	list-style: none;
}

#b_Footer ul li
{
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
}

#b_Footer ul li#copy
{
	float: left;
}

#b_Footer ul li#ps
{
	float: right;
}

#b_Footer ul li#ps a
{
	font-family: Georgia;
	font-weight: bold;
	text-decoration: none;
	color: #636363;
}