/* generic */
.block
{
	display:block;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
.w610
{
	width:610px;
}
.w290
{
	width:290px;
}
.right10
{
	margin-right:10px;
}
.bottom10
{
	margin-bottom:10px;
}
.hidden
{
	display:none;
}
/* Common */
body
{
	background:url(../imgs/general/body_repeat.jpg) repeat-y center center;
	color:#FFF;
	text-align:center;
	font-family:verdana, sans-serif;
	font-size:11px;
}
	body a
	{
		font-family:trebuchet ms, verdana, sans-serif;
		font-size:10px;
		text-decoration:underline;
		color:#FFF;
	}
	body ul
	{
		list-style-type:none;
	}
	body .button
	{
		width:130px;
		height:20px;
		background:#364F79;
		border-top:1px solid #FFF;
		border-left:1px solid #FFF;
		border-bottom:1px solid #999;
		border-right:1px solid #999;
		text-align:center;
		text-decoration:none;
		margin-top:10px;
		float:right;
	}
	body label
	{
		display:block;
		width:100px;
		text-align:right;
		margin-right:10px;
		float:left;
	}
	body input,
	body textarea
	{
		width:200px;
	}
h1{font-size:20px;}
h2{font-size:18px;}
h3{font-size:16px;}
h4{font-size:14px;}
h5{font-size:12px;}

#background
{
	background:url(../imgs/general/body_top.jpg) no-repeat center top;
	min-height:750px;
}
#cont
{
	width:900px;
	padding-left:10px;
	padding-right:10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header
{
	overflow:hidden;
}
	#header .logo
	{
		height:160px;
	}
	#header .info
	{
		height:145px;
		width:275px;
		padding-top:15px;
		padding-left:15px;
	}
		#header .info .cards
		{
			margin-top:10px;
		}
#topmenu
{
	height:32px;
	position:relative;
}
	#topmenu .menu
	{
		padding-top:5px;
	}
		#topmenu .menu ul
		{
			list-style-type:none;
			margin:0;
			padding:0;
		}
			#topmenu .menu ul li
			{
				display:inline;
				margin:0;
				padding:0;
			}
			#topmenu .menu ul .sub
			{
				position:absolute;
				display:none;
				top:30px;
				background:#54719B;
				border:1px solid #FFF;
				width:140px;
				margin:0;
				padding:0;
			}
				#topmenu .menu ul .sub a
				{
					width:120px;
				}
		#topmenu .menu a
		{
			color:#FFF;
			text-decoration:none;
			display:block;
			float:left;
			padding:5px 10px;
			font-size:11px;
		}
		#topmenu .menu a:hover
		{
			background:#1E3965;
		}
		#topmenu .menu .active
		{
			background:#1E3965;
		}
	#topmenu .search
	{
		height:40px;
		background:url(../imgs/general/search_bg.jpg) no-repeat;
		margin-top:-4px;
		position:absolute;
		right:0;
	}
		#topmenu .search input
		{
			margin:14px 0 0 10px;
			height:18px;
			font-size:10px;
			padding:0;
			border:0;
			background:none;
			width:225px;
		}
		#topmenu .search a
		{
			position:absolute;
			right:2px;
			width:55px;
			height:40px;
			top:1px;
		}
		#topmenu .search a:hover
		{
			background:url(../imgs/general/search_mouseover.jpg) no-repeat;
		}
#top
{
	height:160px;
}
	#top .basket
	{
		padding-left:10px;
		width:260px;
		height:96px;
		background:url(../imgs/general/shoppingbasket_bg.jpg) no-repeat;
		margin-top:20px;
		position:relative;
	}
		#top .basket .info
		{
			margin-top:55px;
			float:left;
		}
		#top .basket .gobutton
		{
			position:absolute;
			top:53px;
			right:29px;
			width:89px;
			height:33px;
		}
		#top .basket .gobutton:hover
		{
			background:url(../imgs/general/shoppingbasket_mouseover.jpg) no-repeat;
		}
#basketmenu
{
	height:32px;
}
	#basketmenu .headline
	{
		width:200px;
	}
	#basketmenu .menu
	{
		width:690px;
		padding-left:10px;
	}
		#basketmenu .menu .step
		{
			margin-top:6px;
			padding:3px 0;
			width:72px;
			text-align:center;
			height:15px;
			color:#FFF;
			border:1px solid #FFF;
			text-decoration:none;
		}
		#basketmenu .menu .active
		{
			background:#54709B;
		}
		#basketmenu .menu .step:hover
		{
			background:#54709B;
		}
#main
{
	margin-bottom:50px;
}
	#main .menu
	{
		width:200px;
	}
		#main .menu ul
		{
			list-style-type:none;
			margin:0;
		}
		#main .menu a
		{
			color:#FFF;
			text-decoration:none;
			font-size:14px;
		}
		#main .menu .active
		{
			color:#7EB1FF;
		}
		#main .menu a:hover
		{
			color:#7EB1FF;
		}
		#main .menu .sub
		{
			display:none;
		}
		#main .menu .open
		{
			display:block;
		}
	#main .content
	{
		float:none;
		width:620px;
		padding-left:0;
		/*padding-right:40px;*/
		margin-left:230px;
		padding-top:20px;
	}
		#main .content h1
		{
			text-align:center;
		}
		#main .content .wrapper
		{
			background:#364F79;
			width:179px;
			height:271px;
			float:left;
			margin-right:20px;
			margin-bottom:35px;
		}
			#main .content .wrapper .product
			{
				width:179px;
				height:271px;
				font-size:11px;
				border:1px solid #54709B;
				background:#364F79;
				position:relative;
				top:-5px;
				left:-5px;
			}
				#main .content .wrapper .product .name
				{
					height:34px;
					margin-top:6px;
					font-size:10px;
					text-align:center;
				}
				#main .content .wrapper .product .image
				{
					text-align:center;
					vertical-align:middle;
					width:150px;
					height:120px;
					background:#FFF;
					margin-left:auto;
					margin-right:auto;
				}
				#main .content .wrapper .product .price
				{
					text-align:right;
					border-top:1px solid #54709B;
					border-bottom:1px solid #54709B;
					width:150px;
					padding:3px 5px 3px 5px;
					margin-left:auto;
					margin-right:auto;
					margin-top:3px;
					font-family:tahoma;
					font-size:11px;
				}
				#main .content .wrapper .product .sale
				{
					text-align:right;
					border-bottom:1px solid #54709B;
					width:150px;
					padding:3px 5px 3px 5px;
					margin-left:auto;
					margin-right:auto;
				}
				#main .content .wrapper .product .save
				{
					text-align:right;
					width:150px;
					padding:3px 5px 3px 5px;
					margin-left:auto;
					margin-right:auto;
					color:#FFF;
					text-transform:uppercase;
				}
				#main .content .wrapper .product .show
				{
					display:block;
					position:absolute;
					bottom:2px;
					left:2px;
					width:175px;
					height:20px;
					padding-top:5px;
					text-decoration:none;
					text-align:center;
					background:#54709B;
					font-size:11px;
					text-transform:uppercase;
				}
		#main .content .controls
		{
			text-align:center;
			padding:10px;
			border:1px solid #FFF;
		}
			#main .content .controls .centerer
			{
				margin-left:auto;
				margin-right:auto;
			}
				#main .content .controls .centerer .page
				{
					margin-right:20px;
				}
				#main .content .controls .centerer .offset
				{
					display:inline-block;
				}
		#main .content .box
		{
			padding:10px;
			border:1px solid #FFF;
			position:relative;
		}
			#main .content .box div
			{
				margin-top:5px;
			}
			#main .content .box label
			{
				display:block;
				text-align:right;
				width:90px;
				float:left;
				margin-right:10px;
			}
			#main .content .box .forgot-pass-link
			{
				margin-left:250px;
			}

