/**
 * Index
 */

/**
 * Index
 */

#showcase
{
	margin-bottom: 15px;
	height: 340px;
	position: relative;
	border: 1px solid #afd1f5;
}

#showcase div
{
	display: none;
}

#showcase ul
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 5px 0px 5px 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#showcase ul li
{
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer;
	margin-right: 5px;
	color: #1458a0;
}

#showcase ul li.selected
{
	font-size: 14px;
	font-weight: bold;
}

#box_top_10
{
	width: 371px;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
}

#box_top_10 table
{
	width: 100%;
}

#box_top_10 table td
{
	height: 35px;
	vertical-align: middle;
}

#box_top_10 table td.number
{
	width: 50px;
	font-size: 16px;
	text-align: center;
}

#box_top_10 table td.product
{
	padding-left: 20px;
}

#box_top_10 table tr.top_3 td.number
{
	font-size: 24px;
	font-weight: bold;
}

#box_top_10 table tr.top_3 td.product a
{
	font-size: 16px;
}


#box_top_10 table td.product a
{
	font-size: 14px;
}

#image_advantages
{
	border: 1px solid #afd1f5;
}

#box_news_1
{
	width: 371px;
	margin-right: 15px;
	float: left;
}

#box_news_2
{
	width: 370px;
	float: left;
}

#box_news_1 div.news,
#box_news_2 div.news
{
	margin-bottom: 15px;
}


#box_news_1 a.title,
#box_news_2 a.title
{
	font-size: 14px;
}

#box_news_1 p.more,
#box_news_2 p.more
{

	text-align: right;
}
/**
 * Register
 */

#box_registration
{
	width: 600px;
	margin: 0 auto;
}

#box_registration p.info
{
	margin-bottom: 30px;
}

/**
 * Login
 */

#box_login,
#login_others
{
	width: 500px;
	margin: 0 auto;
}

#box_login p.error
{
	text-align: center;
	margin: 0 0 30px 0;
}

#login_others p
{
	font-size: 14px;
	margin-top: 10px;
}

/**
 * Hasło 1
 */

#box_password
{
	width: 500px;
	margin: 0 auto;
}

#box_password p.info
{
	margin-bottom: 30px;
}

#box_password table td:first-child
{
	width: 120px;
}

/**
 * Hasło 2
 */

#box_password_confirm
{
	width: 500px;
	margin: 0 auto;
}

#box_password_confirm p.info
{
	margin-bottom: 30px;
}


