/*
	Styles for the pt_customerservice page.
*/
/*
	Wider content area for customerservice pages (same as for storefront welcome pages)
*/
#main
{
	width: 995px;
}
#pt_customerservice #content
{
	display: inline;
	float:left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	width: 785px;
}
#pt_customerservice #container
{
	display: inline;
	float:left;
	margin: 0px;
	padding: 0px;
	background: transparent;
	border: none;
}
#pt_customerservice #content hr
{
	width: 400px;
}
/*
	Text from the content management system. Style are applied within the content assets.
	Default style definition in pt_default.css
*/
#pt_customerservice #content .text
	{
	}
#pt_customerservice #content .text h1
	{
	}
#pt_customerservice #content .text h3
	{
	}
#pt_customerservice #content .text p
	{
	}
#pt_customerservice #content .text a
	{
		font-weight: bold;
	}
#pt_customerservice #content .text p.footnote
	{
		margin-top: 20px;
		border-top: 1px solid darkblue;
		padding-top: 5px;
		font-size: 11px;
		font-style: italic;
	}
	
#pt_customerservice #content #shopblock
{
	margin-top: 10px;
	margin-bottom: 5px;
}
#pt_customerservice #content #infoblock { display:none;	}
	
	#pt_customerservice #content #shopblock .shopname
	{
	}
	#pt_customerservice #content #shopblock .shopstreet
	{
	}
	#pt_customerservice #content #shopblock .shopstreet2
	{
	}
	#pt_customerservice #content #shopblock .shopzipcode
	{
		float: left;
		margin-right: 5px;
	}
	#pt_customerservice #content #shopblock .shopcity
	{
		float: clear;
	}
#pt_customerservice #content #shopsearchblock
{
	width: 700px;
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 5px;
}

#pt_customerservice #content .searchbutton
{
		display: inline;
		border: none;
		background: url(../images/playmobil/btn_wk_vor.gif) no-repeat;
		width:157px;
		height:25px;
		margin-top: 0px;
		margin-right: -2px;
		color:#005aa8;
		font-weight: bold;
		font-size: 10px;
		text-transform: uppercase;
		cursor: pointer;
}
#pt_customerservice #ecard
{
width: 420px;
}
	#pt_customerservice #ecard .overview
	{
		height: 20px;
	}
	#pt_customerservice #ecard .back
	{
		height: 20px;
		text-align: right;
	}
	#pt_customerservice #ecard .send
	{
		height: 20px;
		text-align: right;
	}
