
#profile
{
	min-width: 810px;
}

#profile.b-round
{
	background: transparent;
	min-width: auto;
}

#profile.b-round .content
{
	min-width: 810px;
}

* html #profile-navigation
{
	height: 50px;
	overflow-y: hidden;
}

*+html #profile-navigation
{
	height: 45px;
}

a.backlink
{
	margin-left: 44px;
}

#profile-navigation li.city
{
	font-style: italic;
	font-weight: bolder;
	color: #fff;
	font-size: 60%;
	padding-left: 18px;
	padding-right: 15px;
	white-space: normal;
}

*+html #profile-navigation li.city
{
	vertical-align: top;
	padding-top: 12px;
}

*html #profile-navigation li.city
{
	vertical-align: top;
	padding-top: 17px;
}

#profile-navigation li.city select
{
	margin-left: 10px;
	width: 200px;
	outline: none;
}

*+html #profile-navigation li.city select
{
	vertical-align: middle;
}

* html #profile-navigation li.city select
{
	vertical-align: middle;
}

.cards
{
	padding: 10px 40px;
	/*margin: 0 auto;*/
	width: 730px;
	font-size: 90%;
	color: #333;
}

.cards h2
{
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0;
}

* html .cards h2
{
	margin-top: 20px;
}

*+html .cards h2
{
	margin-top: 20px;
}

.cards h3
{
	margin-top: 5px;
	padding-top: 0;
	font-weight: normal;
}

.cards h4
{
	font-size: 110%;
	font-weight: normal;
}

.cards h5 a
{
	color: #ed1846;
}

.cards h5
{
	padding: 20px 0px 10px 0px;
	border-top: solid 1px #ddd;
	font-size: 107%;
	font-weight: normal;
}

.cards p
{
	font-size: 80%;
}

.cards-list h2
{
	font-size: 95%;
	font-weight: bolder;
}

.cards-list p
{
	font-size: 75%;
	width: 180px;
	padding: 8px;
}

.cards-list p.curr-outer
{
	padding: 0;
}

.cards-list p .sign
{
	color: #ed1846;
}

.cards-list p a
{
	color: #58595b;
}

.cards-list p.info
{
	font-size: 60%;
	background: #f0f0f0;
	color: #3c3c3c;
}


.cards-list div
{
	margin-right: 10px;
	float: left;
	width: 230px;
}

.cards-list a.curr
{
	width: 199px;
	height: 30px;
	background: #4b9502;
	text-decoration: none;
	overflow: hidden;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 200%;
	font-weight: bolder;
	letter-spacing: -1px;
	position: relative;
}

.cards-list a.curr span
{	
	display: block;
	width: 199px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/i/store/cards/curr.png) no-repeat;
}

.cards-list a.curr:hover
{
	text-decoration: underline;
}

div.flush
{
	clear: both;
}
