@import url(reset.css);
@import url(layout.css);
@import url(text.css);
@import url(product.css);
@import url(pagination.css);




/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 900;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #333333;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 901;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #780242;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #A266CC;
	border-left: 1px solid #A266CC;
	border-right: 1px solid #36005B;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}

#popupControls {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	cursor: pointer;
	cursor: hand;
}



/* Layout */

#navigation {
  float: left;
  height: 29px;
  list-style-type: none;
  font: normal 12px Arial, Tahoma, Verdana, sans-serif;
}

#navigation li {
  display: inline;
  float: left;
  height: 35px;
  position: relative;
  list-style: none;
  margin:0 0px;
  z-index:200;
}

#navigation li a {
  display: block;
  color: #0B54A6;
  text-align: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#navigation ul {
  display: block;
  position: absolute;	
  top: 29px;
  width: 145px;
  padding: 0;
}

#navigation ul li {
  float: left; /*For Gecko*/
  display: block !important;
  display: inline; /*For IE*/
  margin: 0;
  padding: 0;
  line-height: normal;
  height: 35px;
  width: 135px;
  border-top:1px solid #58585a;
  background:url(/images/menu/sub-filler.png) repeat-y;
}


#navigation ul li:first-child {
	border:none;
}

#navigation li.subBottom {
	border:none;
  height: 2px;
  background: url(/images/menu/sub-bottom.png) no-repeat;
}


#navigation ul li a {
  display: block;
  margin: 0 10px;
  padding: 8px;
  font-weight: normal;
  text-align: left;
  line-height: normal;
  color:#58585a;
  font-size:13px !important;
}

#navigation ul li:hover {
	 background: #780242;
  color: white;
}

#navigation ul li a:hover {
  color: white;
}

.twoline {
  height: 50px !important;
}


/**
 * POPUP CONTAINER STYLES
 */
#popupMask {
	position: absolute;
	z-index: 900;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: .5;
	filter: alpha(opacity=50);
	/* this hack is so it works in IE
	 * I find setting the color in the css gives me more flexibility 
	 * than the PNG solution.
	 */
	background-color: #333333;
	display:none;
}
#popupContainer {
	position: absolute;
	z-index: 901;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}
#popupInner {
	border: 2px solid #000000;
	background-color: #ffffff;
}

#popupFrame {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 202;
}
#popupTitleBar {
	background-color: #780242;
	color: #ffffff;
	font-weight: bold;
	height: 1.3em;
	padding: 5px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #A266CC;
	border-left: 1px solid #A266CC;
	border-right: 1px solid #36005B;
	position: relative;
	z-index: 203;
}
#popupTitle {
	float:left;
	font-size: 1.1em;
}

#popupControls {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 999;
	cursor: pointer;
	cursor: hand;
}
