#shop_searchTitle {
	float: left;
	width: 136px;
	height: 31px;
	padding: 10px 0 0 29px;

	font-family: 'Times New Roman',Times,serif;
	font-size: 1.8em;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

#shop_search {
	float: left;
	width: 185px;
	margin: 0 0 0 19px;
}
#shop_search input { border: none; }

#shop_search .keywords {
	float: left;
	width: 146px;
	height: 21px;
	padding: 4px 6px 0 6px;
	background: url(../../../images/bg_searchInput.jpg) no-repeat top left;
}

#shop_search .submit {
	float: left;
	width: 18px;
	height: 17px;
	text-indent: 20px;
	margin: 3px 0 0 4px;
	padding: 3px;
	cursor: pointer;
	background: url(../../../images/bg_searchSubmit.jpg) no-repeat 3px 3px;
}




html {
	overflow-y: scroll;
}

body {
	background: #3c3c3a;
	text-align: center;
	margin: 0;
	padding: 0;
}

form, div {
	margin: 0;
	padding: 0;
}

.breaker {
	clear: both;
}

#wrapper {
	margin: 0 auto;
	width: 972px;
	text-align: left;
}

#mainWrapper {
	width: 972px;
	background: url(../../../images/bg_mainWrapper.png) repeat-y top left;
}

#mainSubWrapper {
	width: 920px;
	margin: 0 auto;
}

#header {
	position: relative;
	width: 920px;
	height: 260px;
	background: url(../../../images/bg_header3.jpg) no-repeat top left;
}

#headerBanner {
	position: relative;
	float: left;
	width: 920px;
	height: 87px;
	background: #ffffff;
}

#logo {
	float: left;
	margin: 0 0 0 39px;
}

#logo a {
	display: block;
	width: 305px;
	height: 87px;
	background: url(../../../images/logo.jpg) no-repeat top left;
}

#headerBanner .loginTitle {
	float: left;
	width: 70px;
	font-size: 1.6em;
	margin: 16px 0 0 164px;
}


/* ---- Login Container layout ---- */

#login_container {
	float: left;
	width: 169px;
	height: 55px;
	margin: 16px 0 0 0;
}

#login_container form {
	float: left;
	width: 169px;
	height: 55px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
}

#login_container .title, 
#login_container .forgotten {
	display: none;
}

#login_container .input {
	float: left;
	width: 119px;
	height: 25px;
}

#login_container .input {
	margin: 0 0 6px 12px;
}

#login_container .input input {
	float: left;
	width: 107px;
	height: 21px;
	padding: 4px 6px 0 6px;
	border: none;
	background: url(../../../images/bg_loginInput.jpg) no-repeat top left;
}

#login_container .login {
	position: absolute;
	width: 13px;
	height: 14px;
	top: 36px;
	right: 185px;
}

#login_container .login input {
	width: 13px;
	height: 14px;
	background: url(../../../images/bg_loginSubmit.jpg) no-repeat top left;
}

#login_container .error {
	position: absolute;
	width: 170px;
	height: 25px;
	top: 36px;
	right: 350px;
	padding: 5px 0 5px 5px;
	text-align: right;
	color: #ff0000;
}

/* ---- END: Login Container layout ---- */

/* ---- Shop Customer Menu layout ---- */

#shop_customer_menu {
	position: absolute;
	top: 87px;
	right: 0;
	background: #ffffff;
}

#shop_customer_menu { -moz-opacity:.80; filter:alpha(opacity=80); opacity:.80; }

#shop_customer_menu a.item {
	float: left;
	padding: 10px;
	text-decoration: none;
	color: #000000;
}

#shop_customer_menu a.item:hover {
	text-decoration: underline;
}

#shop_customer_menu a.item.selected {
	text-decoration: underline;
}

/* ---- END: Shop Customer Menu layout ---- */

/* ---- Small shopping basket layout ---- */

#basketSmall {
	position: relative;
	float: right;
	width: 173px;
	height: 50px;
	margin: 16px 0 0 0;
	padding: 5px 0 0 0;
}

#basketSmall .item {
	float: left;
	width: 108px;
	height: 18px;
	margin: 0 0 0 65px;
}

#basketSmall .item a {
	text-decoration: underline;
	color: #000000;
}

#basketSmall .imgBasket {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 2px;
	left: 24px;
}

/* ---- END: Small shopping basket layout ---- */

#main {
	width: 920px;
	_height: 570px;
	min-height: 570px;
}

#leftColumn {
	float: left;
	width: 200px;
	_height: 570px;
	min-height: 570px;
}

#mainContent {
	float: left;
	width: 661px;
	_height: 504px;
	min-height: 504px;
	padding: 33px 15px 33px 44px;
}

#footerWrapper {
	width: 972px;
	height: 43px;
	background: url(../../../images/bg_footerWrapper.png) no-repeat top left;
}
