/* test */

#shop_loginbox
{
	width:187px;
	border:1px solid #C0C0C0;
	background:#F0F0F0;
	margin-bottom:10px;
	margin-right: 9px;
}


#shop_loginbox .contenttitle
{
	font-weight: bold;
	font-size: 11px;
	line-height:20px;
	border-bottom:1px solid #C0C0C0;
	background:#FFFFFF;
	text-indent:5px;
	color: #0C76C3;
	text-transform:uppercase;
	letter-spacing:1px;
}

#shop_loginboxcontainer
{
	width:187px;
	padding:10px 0px 10px 0px;
}

#shop_loginboxcontainer table {
	margin-left: 10px;
}

#shop_loginboxcontainer table tr td input.textfield
{
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	width: 130px;
	margin: 0px 0px 2px 0px;
}

#shop_loginboxcontainer table tr td input.button
{
	border: none;
	height:18px;
	width:29px;
	background: #FFFFFF;
	background-image: url('../images/button.ok.gif');
	background-position: center left;
	background-repeat: no-repeat;
	cursor: pointer;
	margin-left:5px;
}

#shop_loginboxcontainer table tr td a
{
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#shop_loginboxcontainer table tr td a:hover
{
	text-decoration: underline;
}

#shop_loginboxcontainer table tr td a.bold
{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

#shop_loginboxcontainer table tr td a.bold:hover
{
	text-decoration: underline;
}

#shop_loginboxcontainer table tr td ul
{
	list-style-type: disc;
	margin: 0px 0px 0px 13px;
	padding: 0px;
	text-align:left;
}

#shop_loginboxcontainer table tr td ul li
{
	margin: 8px 0px 0px 0px;
	padding: 0px;
}

#shop_loginboxcontainer table tr td.space {
	padding: 5px 0 0;
}


div.shopLoginBoxShopChoice {
	border: 0;
}

div.shopLoginBoxShopChoice label {
	display: block;
	padding: 4px 0;
	color: #000;
	font-weight: bold;
}

div.shopLoginBoxShopChoice label span {
	padding: 0 4px;
	color: #f00;
}

div.shopLoginBoxShopChoice h2 {
	font-size: 15px;
	line-height: 40px;
}

div.shopLoginBoxShopChoice h3 {
	color: #000;
	text-transform: uppercase;

}

div.shopLoginBoxShopChoice div.hr {
	width: 100%;
	margin: 4px 0;
	border-bottom: 1px solid #999999;
}

div.shopLoginBoxShopChoice div.fields {
	height: 260px;
	overflow: hidden;
}


div.shopLoginBoxShopChoice  td.contenttitleShopChoice {
	border: 0;
	background: 0;
}

div.shopLoginBoxShopChoice div.columnLeft {
	float: left;
	width: 360px;
}
	
div.shopLoginBoxShopChoice div.columnRight {
	float: right;
	width: 360px;

}

div.shopLoginBoxShopChoice ul.listChoice {
	margin: 15px 0 25px;
}

div.shopLoginBoxShopChoice ul.listChoice li {
	padding: 0 !important;
	background: 0 !important;
}

div.shopLoginBoxShopChoice ul.listChoice li input {
	margin: 0 5px 0 0;
}


div.shopLoginBoxShopChoice div.columnRight span.msgRequiredFields {
	position: absolute;
	bottom: 50px;
	right: 10px;
	color: #f00;
	font-weight: bold;
}


div.shopLoginBoxShopChoice div.columnRight input.textfield {
	width: 250px;
	height: 26px;
	padding: 0 0 0 4px;
	border: 1px solid #DCDCDC;
	background: #F6F6F6;
}





