/* --- BOX --- */


#Box_BannerSocialNetwork {
	float: right;
	padding-left: 15px;	
}

#Box_BannerSocialNetwork div {
	float: left;
	padding-left: 5px;
}

#Box_BannerSocialNetwork div img {
	padding-top: 20px;
}



/* BOX SEARCH */

#Box_Search {
	width: 170px;
	height: 25px;
	background-image: url(../img_struct/Box_BgSearch.gif);
	background-repeat: no-repeat;
	margin-bottom:15px;
}

#Box_SearchDescription {
	display: none;

}

#Box_Searchinput {
	float:left;
}

#Box_Searchinput input {
	margin: 4px 10px 2px 20px;
	color: #afafaf;
	border: none;
	background-color: transparent;
	background-image: none;
	width: 110px;
}

#Box_SearchSubmit {
	display:none;
}

#Box_SearchSubmitimage {
	float: right;
	width: 28px;
	background-image:url(../img_struct/search.btn.gif);
	background-repeat: no-repeat;
	height: 22px;
}

#Box_SearchSubmitimage input {
	width: 28px;
	background-image:url(../img_struct/search.btn.gif);
	background-repeat: no-repeat;
	height: 22px;
	border: none;
	background-repeat: no-repeat;
	background-color: transparent;
	cursor: pointer;
}


/* BOX USER */

#Box_User {
	 margin-top:20px;
	 width: 160px;

}

/* BOX ADD */


.Box_AddHomepage_Content {
	width: 100px;
	margin-left: 20px;
}

.Box_AddHomepage_Title {
	color: #000;
	font-size: 15px;
	font-weight: normal;
	margin-top: 10px;
}


/* BOX STANDARD */

.Box_Standard {
padding:0px 10px;
}

.BoxStandard_Title h2{
	color: #171717;
	font-size:1.59em;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:21px;
}

.BoxStandard_Content {

}

/* BOX NEWSLETTER */

#Box_Newsletter {
	width: 164px;
	margin-bottom:16px;
}

#Box_NewsletterTitle h2{
	color: #171717;
	font-size:1.40em;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:21px;
}


#Box_NewsletterInput {
		background: url(../img_struct/Box_BgInput_standard.gif) no-repeat;
		width: 170px;
		height: 28px;
}

#Box_NewsletterInput input {
	margin: 4px 10px 2px 20px;
	border: none;
}

#Box_NewsletterContent {

}

#Box_NewsletterSubmit {
	margin-top: 5px;
	margin-bottom:16px;
}

#Box_NewsletterSubmit input {
	height:25px;
	padding: 0px 10px;
	-webkit-border-radius: 10px; /* for Chrome + Safari */
    -moz-border-radius: 10px; /* for Firefox */
    -khtml-border-radius: 10px; /* for Konqueror */
    border-radius: 10px; /* for Opera 10.5, IE9 and future-proofing */
	float: right;
	cursor: pointer;

}


/* BOX 	USER */

#Box_User {

}

#Box_UserTitle h2{
	color: #171717;
	font-size:1.40em;
	font-weight:bold;
	text-decoration:none;
	margin-bottom:21px;
}

#Box_NewsletterContent {

}

#Box_UserNameInput, #Box_UserPasswordInput { 
		background: url(../img_struct/Box_BgInput_standard.gif) no-repeat;
		width: 168px;
		height: 22px;
		margin-bottom:10px;
}

#Box_UserNameInput  input, #Box_UserPasswordInput input { 
	margin: 4px 10px 2px 20px;
	border: none;
	
}

#Box_UserInputSubmit {
	margin-top:10px;
}

#Box_UserInputSubmit input {
	height:25px;
	padding: 0px 10px;
	-webkit-border-radius: 10px; /* for Chrome + Safari */
    -moz-border-radius: 10px; /* for Firefox */
    -khtml-border-radius: 10px; /* for Konqueror */
    border-radius: 10px; /* for Opera 10.5, IE9 and future-proofing */
	float: right;
	cursor: pointer;

}
