/**
 * Acadame CSS Stylesheet
 *
 * @package templateSystem
 * @copyright Copyright 2007 SportClub Shop
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 */
#sideMenu {
	padding:0;
	margin:0;
	list-style-type: none;
}
#sidemenu li {
	padding:0;
	margin:0;
	background: #EEEEEE;
	vertical-align:middle;
}
#sideMenu li a {
	display:block;
	padding:.4em 0 0 1.5em;
	height: 1.8em;
	outline:0;
	/*font-weight: bold;*/
	color: #333333;
	text-decoration: none;
	background-color: #EEEEEE;
	border-bottom:1px solid #666666;
	vertical-align:middle;
}
#sideMenu li a:hover {
	text-decoration: none;
/*	background-color: #c6eaf4;
	color: #0879c8;*/
	/*font-weight: bold;*/
}
/*BOF -Top slider*/

#fancyContainer{
	width:916px;
	margin:auto;
	position:relative;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	/*margin-bottom:15px;*/
	background: url('../images/menuBk.png') repeat-x top left;
}
#fancyContainerB{
	position:relative;
	float:left;
	margin-left:5px;
	width:560px;
}

		#fancymenu {
			position: relative;
			height: 35px;
			/*width: 590px;*/
			background: url('../images/menuBk.png') repeat-x top left;
			padding-left: 20px;
			margin: 0 0;
			overflow: hidden;
			text-align:center;
		}


		#fancymenu ul{
			padding: 0;
			margin: 0;
		}

		/* Don't apply padding here (offsetWidth will differ in IE)
		If you need padding add it to the child anchor */
		#fancymenu ul li{
			margin-right:5px;
			float: left;
			list-style: none;
			vertical-align:middle;
			font: 10px Arial, Verdana, sans-serif;color: #EEE;font-weight: bold;text-transform:uppercase;text-decoration:none;
		}

		#fancymenu ul li a {
			/*text-indent: -500em;*/
			padding-top:10px;
			z-index: 10;
			margin-left:5px;
			margin-right:5px;
			display: block;
			float: left;
			height: 35px;
			position: relative;
			overflow: hidden;
			background-position:center center;
			background-repeat:no-repeat;
			font: 10px Arial, Verdana, sans-serif;color: #EEE;font-weight: bold;text-transform:uppercase;text-decoration:none;
		}
		#fancymenu ul li a:hover {
			font: 10px Arial, Verdana, sans-serif;color: #EEE;font-weight: bold;text-transform:uppercase;text-decoration:none;
		}


		#fancymenu li.background {
			background: url('../images/topbuttonBk_right.png') no-repeat top right;
			z-index: 8;
			position: absolute;
			visibility: hidden;
		}

		#fancymenu .background .left {
			background: url('../images/topbuttonBk_left.png') no-repeat top left;
			height: 35px;
			margin-right: 9px; /*9px is the width of the rounded shape */
		}

#fxSlideContainer {
	background-color: #FFF;
	width: 660px;
	height: 210px;
	position: relative;
	margin: 0 auto;
}

#fxSlideItemContainer {
	width: 530px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 5px;
	background-color:#999999;
}
#fxBannerContainer {
	width: 128px;
	height: 200px;
	overflow: hidden;
	position: absolute;
	left: 531px;
	top: 5px;
	background-color:#999999;
}

div.slide_item {
	width: 526px;
	height: 196px;
	position: absolute;
	margin-left: 2px;
	margin-top: 2px;
	background-color:#EEEEEE;
}

div.first_item {
	left: 0;
}

div.slide_item img{
	float: right;
}

div.slide_item h3 {
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.8em;
	font-weight: bold;
	color: #B2FF00;
	background-color: #666;
}

div.slide_item p {
	margin-left: 2px;
	font-size: 1.1em;
}
.n2Select{
}
a:link.n2Select-anchor, a:visited.n2Select-anchor{
	position:absolute;
	overflow:hidden;
	padding:0 25px 0 4px;
	border:1px solid #ccc;
	color:#000;
	text-decoration:none;
	background:url(../images/arrow1.gif) no-repeat right center #fff;
	/*outline:none;*/
}
a:hover.n2Select-anchor, a:active.n2Select-anchor, a:focus.n2Select-anchor{
	border:1px solid #4096EE;
	text-decoration:none;
	background:url(../images/arrow2.gif) no-repeat right center #fff;
	/*outline:none;*/
}
.n2Select-list{
	position:absolute;
	margin:0;
	padding:0;
	border:1px solid #ccc;
	overflow-y:auto;
	z-index:500;
}
.n2Select-even{
	background-color:#fff;
}
.n2Select-odd{
	background-color:#F2F8FF;
}
.n2Select-group{
	font-weight:bold;
	font-style:italic;
	padding:0 8px;
	color:#000;
	cursor:default;
	/* more style for select groups */
	background-image:url(../images/item2.gif);
	background-repeat:no-repeat;
	background-position:3px 8px;
	padding-left:14px;
}
.n2Select-item{
	padding:0 8px;
	color:#000;
	cursor:pointer;
	/* more style for select options */
	background-image:url(../images/item1.gif);
	background-repeat:no-repeat;
	background-position:left 4px;
	padding-left:14px;
}
.n2Select-sub{
	padding:0 8px 0 16px;
	color:#000;
	cursor:pointer;
	/* more style for select options */
	background-image:url(../images/item3.gif);
	background-repeat:no-repeat;
	background-position:8px 4px;
	padding-left:22px;
}
.n2Select-disabled{
	/*background-image:none;*/
	color:#ccc;
	cursor:default;
}
.n2Select-selected{
	background-color:#4096EE;
	color:#fff;
}

