﻿.box-type-1
{
	background-image:url(../images/box_type_1_bottom_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	width:239px;
	padding:0 0 10px 0;
	margin:0 10px 0 0;
	text-align:left;
}

.box-type-1 .content
{
	background-image:url(../images/box_type_1_top_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:15px 15px 0 15px;
	width:209px;
}

.box-type-1 h2
{
	color:#1b1b1b;
	font-size:20px;
	margin:0 0 0 0;
}

.sIFR-active .box-type-1 h2
{
	font-size:30px;
}

.box-type-2
{
	background-color:#1D1D1D;
	background-image:url(../images/box_type_2_bottom_bg.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin:0 0 20px 0;
	width:189px;
}

.box-type-2 .content
{
	background-image:url(../images/box_type_2_top_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	padding:13px 8px 13px 11px;
	text-align:left;
	color:#ffffff;
}

.box-type-2 .content a
{
	color:#ffffff;
}

.box-type-2 h2
{
	color:#ffffff;
	font-size:20px;
	margin:0 0 10px 0;
}

.topimage
{
	margin:0 0 20px 0;
	min-height:1px;
}

/*
GET PASSWORD
*/

div#FormGetPassword label
{
	display:block;
	font-weight:normal;
	margin:5px 0 0 0;
	font-size:11px;
}

div#FormGetPassword input.textbox
{
	width:260px
}

div#FormGetPassword div.button
{
	margin:5px 0 0 0;
}

div#FormGetPassword .close
{
	float:right;
}

div#FormGetPassword label.headline
{
	margin:0 0 10px 0;
	font-size:14px;
	padding: 0;
	font-weight:bold;
}

div#FormGetPassword p.error
{
	color:#ff0000;
	display:none;
}

div#FormGetPassword p.notregistred
{
	color:#ff0000;
	display:block;
}


div#MessageGetPassword .close
{
	float:right;
}

div#MessageGetPassword label.headline
{
	margin:0 0 10px 0;
	font-size:14px;
	padding: 0;
	font-weight:bold;
}


/*
FormSignUp
*/
div#FormSignUp label
{
	display:block;
	font-weight:normal;
	margin:5px 0 0 0;
	font-size:11px;
}

div#FormSignUp input.textbox
{
	width:260px
}

div#FormSignUp div.button
{
	margin:5px 0 0 0;
	position:relative;
}

div#FormSignUp .close
{
	float:right;
}

div#FormSignUp label.headline
{
	margin:0 0 10px 0;
	font-size:14px;
	padding: 0;
	font-weight:bold;
}

div#FormSignUp p.error
{
	color:#ff0000;
	display:none;
}

div#FormSignUp p.notregistred
{
	color:#ff0000;
	display:block;
}

/*
Min profil
*/
div#FormProfile label
{
	display:block;
	font-weight:normal;
	margin:5px 0 0 0;
	font-size:11px;
}

div#FormProfile input.textbox
{
	width:260px
}

div#FormProfile div.button
{
	margin:5px 0 0 0;
	position:relative;
}

div#FormProfile .close
{
	float:right;
}

div#FormProfile label.headline
{
	margin:0 0 10px 0;
	font-size:14px;
	padding: 0;
	font-weight:bold;
}

div#FormProfile p.error
{
	color:#ff0000;
	display:none;
}

div#FormProfile p.notregistred
{
	color:#ff0000;
	display:block;
}

.change-password
{
	display:none;
}

/* SHOPEN */
#BasketHolder
{
	position:absolute;
	top:150px;
	left:700px;
	border:1px solid #c7c7c7;
	background-color:#ffffff;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-top:0;
	padding:10px;
	z-index:10000;
}
a.basket
{
	background-image:url(../images/basket_icon.png);
	background-repeat:no-repeat;
	padding-left:33px;
	line-height:25px;
	display:block;
}
