/* IIC brand container
--------------------------------------------------------------------- */
.iic_brand_container {
	width: 140px;
	height: 90px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.iic_brand_container img {
	margin: 5px;
}

.iic_brand_container a {
	float: left;
}

.iic_brand_container a:link, .iic_brand_container a:visited {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_brand_logo_bg.gif) center center no-repeat;
	text-decoration: none;
}

.iic_brand_container a:active, .iic_brand_container a:hover {
	background: #D3D7DB;
	text-decoration: none;
}


.iic_brand_website a {
	padding-left: 12px;
	font-weight: normal;
}

.iic_brand_website a:link {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_grey_trans.gif) 0 4px no-repeat;
	color: #1e3296;
	text-decoration: none;	
}

.iic_brand_website a:visited {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_grey_trans.gif) 0 4px no-repeat;
	color: #1e3296;
	text-decoration: none;	
}

.iic_brand_website a:active {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_red_trans.gif) 0 4px no-repeat;
	color: #e60000;
	text-decoration: none;	
}

.iic_brand_website a:hover {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_red_trans.gif) 0 4px no-repeat;
	color: #e60000;	
	text-decoration: none;	
}


/* 	lottery form
--------------------------------------------------------------------- */
.lottery_link a {
	padding-left: 9px;
}

.lottery_link a:link, .lottery_link a:visited {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_grey_trans.gif) 0 4px no-repeat;
	color: #1e3296;
	text-decoration: none;	
}

.lottery_link a:active, .lottery_link a:hover {
	background: url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_red_trans.gif) 0 4px no-repeat;
	color: #e60000;	
	text-decoration: none;	
}

.lottery_form {
	background: #EBECEE;
	padding: 10px 0;
	float: left;
	display: inline;
	width:514px;
}

.lottery_form p {
	margin: 4px 10px;
	line-height: 13px;	
}	

.lottery_form p label {
	width: 120px;
	display: block;
	float: left;
	margin-top: 3px;
}

.lottery_form .lf_part1 {
	border-right: 1px solid #ccc;
	width: 300px;
	float: left;	
	margin-right: 10px;	
}


.lottery_form .lf_part3 {
	clear: both;
	border-top: 1px solid #ccc;
	margin: 10px 10px 0 10px;
}

.lottery_form .lf_part3 p {
	/* margin-left: 80px; */
}

.lottery_form p input, .lottery_form p select, .lottery_form textarea {
	font-size: 11px;
}

.lottery_form p #Firstname, .lottery_form p #BirthDate, .lottery_form p #sportCatsOthers, .lottery_form p #newspaperReadOthers, .lottery_form p #deliveryLocation, .lottery_form p #recommendations, .lottery_form p #favouriteBrands, .lottery_form p #favouriteShops, .lottery_form p #visitedWebsites, .lottery_form p #newspaperRead, .lottery_form p #Job, .lottery_form p #sportsClub, .lottery_form p #magazinesRead, .lottery_form p #sportCats, .lottery_form p #Website, .lottery_form p #CellPhone, .lottery_form p #Phone, .lottery_form p #Sex, .lottery_form p #Lastname, .lottery_form p #Street, .lottery_form p #citycode, .lottery_form p #location, .lottery_form p #Email, .lottery_form p #Question {
	width: 182px;
	padding: 3px 5px;
	border: 1px solid #BABEC6;
}

.lottery_form p #citycode {
	width: 40px;
}

.lottery_form p #location {
	width: 127px;
}

html>body .lottery_form p #location {
	width: 127px;
}

#lf_submit input {
	border: 0;
	color: #fff;
	padding: 3px 5px 3px 10px;
	margin-top: 7px;
	display: block;
	width: 170px;
	background: #E60000 url(/static/cms/system/modules/com.intersport.opencms.cms.framework/resources/media/layout/iic_arrow_white_trans.gif) 10px center no-repeat;
}

.validation {
	margin-left:10px;
	color:#e60000;
}
