@charset "UTF-8";
/* CSS Document */


.mn {
	width: 1000px;
	margin: 0 auto;
	background: #dedede url(../images/contentBackground.png) repeat-x 0px 320px;
	padding: 0 0 1em 0;
}

#header {
	height: 73px;
	background: url(../images/header.png);
	overflow: hidden;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 14px;
	left: 23px;
	border: 0;
}

.mn #header #slogan {
	bottom: 7px;
	position: absolute;
	left: 23px;
	color: #666;
}
#header #searchBox {
	position: absolute;
	width: 445px;
	height: 45px;
	right: 20px;
	top: 25px;
	background: url(../images/search.png);
}
#searchBox form {
	top: 14px;
	position: absolute;
	left: 15px;
}
#searchBox form INPUT#searchItem {
	width: 300px;
	margin: 0 1em 0 0;
	padding: 0;
}

#searchBox FORM #searchSubmit {
	background: url(../images/searchSubmit.png);
	width: 88px;
	height: 23px;
	border: 0;
}

#header #shoppingCart {
	position: absolute;
	right: 44px;
	top: 8px;
	color: white;
}

#shoppingCart A { color: #FFF; }

#advert {
	height: 225px;
	background: url(../images/advert.png) repeat-x top;
}

#content {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
#content #mainContentTop {
	background: url(../images/mainContentTop.png);
	height: 19px;
	line-height: 19px;
	overflow: hidden;
	width: 960px;
}
#content #mainContentBottom {
	background: url(../images/mainContentBottom.png) no-repeat center bottom;
	width: 960px;
	height: 7px;
	line-height: 7px;
	overflow: hidden;
}
#content #mainContent {
	background: url(../images/mainContentBackground.png) repeat-y center center;
	width: 960px;
	z-index: 999;
}
#mainContent .adjustment   {
	margin: 0 1em;
	background: #FFF;
	border: 1px solid #d2c0c0;
	padding: 1em;
}
#mainContent .LT {
	margin: 0 1em;
	background: #FFF url(../images/productOther.gif) repeat-y right;
	border: 1px solid #d2c0c0;
	padding: 1em;
}

#mainContent .adjustment A { color: #333; }
#mainContent #leftCol {
	color: #000000;
}
#mainContent .LT #leftCol {
	float: left;
	width: 660px;
}
.clearFloat   { clear: both; }
#mainContent #leftCol A._generoA IMG {
	border: 0px;
	margin: 0.2em;
	padding: 0.2em;
	border: 1px solid #CCC;
}
#mainContent #leftCol A._generoA img.flLt {
	margin-right:1em;
}
#mainContent #leftCol A._generoA img.flRt {
	margin-left:1em;
}
#mainContent #leftCol A._generoA:hover IMG {
	border: 1px solid #CA1D3A;
}
#mainContent .rightCol {
	width: 230px;
	float: right;
	position: relative;
	margin: 0 0 0 1em;
}
#mainContent .rightCol A.subMenu {
	display: block;
	text-decoration:none;
	border-bottom: 1px dashed #999;
	padding: 0.3em 0 0.3em 0em;
	margin: 0.2em 0 0 0;
}
#mainContent .rightCol A.subMenu:hover {
	color:#FFF;
	border-bottom: 1px dashed #FFF;
}
#mainContent .rightCol IMG {
	margin: 0 0 1em 0;
	border: 0;
}

#mainContent .fading { background: #EDE9E8; }

#mainContent .rightCol .adjustment {
	margin: 0 0 0 1em;
	background: url(../images/home-entertainment.jpg) no-repeat right top;
	padding: 0 250px 0 0;
	height: 170px;
}

#mainContent .rightCol .categoryDescription {
	margin: 0 0 0 1em;
}

#mainContent .rightCol H1 {
	margin: 0 0 1em 0;
	padding: 1em 0 0 0;
	font-weight: normal;
}

#footer {
	height: 36px;
	background: url(../images/footer.png) no-repeat center center;
	margin-top: 0.5em;
}

#footer #adjustment {
	height: 36px;
	line-height: 36px;
	margin: 0 3em;
}

#footer #adjustment A { color: #000; }
