﻿/*
Design by Mickey Hioe
http://www.mickeyhioe.com
*/

*
{
}

body, td, p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 1.4em;
}

body
{
	margin: 0;
	/*background-image: url(/images/bodyBg.gif);
	background-repeat: repeat-x;
	background-color: #f6f6f6;*/
	background-color: #000000;
}

/* Content */
h1, h2, h3
{
	font-family: Helvetica, Arial, Verdana;
	color: #000000;
	margin: 0;
	display: inline-block;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	line-height: 20px;
}

h1
{
	font-size: 1.6em;
}

h2
{
	font-size: 1.6em;
}

h3
{
	font-size: 2em;
}

.PageTitle
{
	font-size: 1.6em;
	display: inline-block;
	padding: 5px 0px 5px 5px;
	line-height: 25px;
}

.PageTitle b
{
	font-weight: bold;
	color: #cc0000;
}

.title
{
	margin: 0;
	padding: 0;
	padding-left: 10px;
	font-weight: normal;
}

.title b
{
	font-weight: bold;
	color: #cc0000;
}

a
{
	text-decoration: underline;
	color: #5d5d5d;
	line-height: 1.4em;
}

a:hover, a:visited
{
	text-decoration: underline;
}


#content
{
	width: 840px;
	margin: 0 auto;
	display: block;
	border-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-color: #fff;
	background-color: #FFFFFF;
	background-image: url(/images/containerBg.gif);
	background-repeat: repeat-y;
}

/* HEADER */

#header
{
	height: 105px;
	margin: 0 auto;
	background-color: #ffffff;
}

#logo
{
	width: 221px;
	margin: 0 auto;
	float: left;
}

#topBanner
{
	width: 247px;
	margin: 10px auto;
	float: left;
	vertical-align: middle;
	background-color: #FFFFFF;
}

#search
{
	width: 165px;
	height: 85px;
	float: left;
	padding: 10px;
}

#login
{
	width: 150px;
	height:80px;
	float: left;
	padding: 5px;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;
}

#login p
{
	font-weight: bold;
}

#login a
{
	font-size: 11px;
	margin-left: 5px;
}


/* TOP NAVIGATION */

#topmenu
{
	float: left;
	height: 28px;
	display: block;
	width: 840px;
}

#topmenu ul
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
	color: #fff;
}

#topmenu li
{
	display: inline;
	float: left;
}

#topmenu a
{
	display: inline;
	float: left;
}

#topmenu a:hover
{
	background-color: #369;
	color: #fff;
}

#topmenu .first a
{
	border: none;
}

#submenu
{
	float: left;
	height: 34px;
	width: 835px;
	padding-left: 5px;
	background-image: url(/images/red.gif);
	background-repeat: repeat-x;
}
/*
#submenu ul {
	padding: 0;
	list-style: none;
	height: 12px;
	float: left;
	width: 100%;
	color: #fff;
	margin: 0;
}

#submenu li
{
	display: block;
	color: #fff;
	height: 20px;
	margin-top:5px;
	background: url(/images/TopMenuSeparator.gif) no-repeat right 8px;
}

#submenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #fff;
}

#submenu a:hover {
	color: #fff;
	text-decoration: underline;
}

#submenu .first a {
	border: none;
}
*/
/* Content > Sidebar */

#sideBar
{
	float: left;
	width: 175px;
	background-image: url(/images/bgSideBarr.gif);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	display: inline;
}

#sideBar h1
{
	font-size: 1.6em;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 15px;
	margin-bottom: 5px;
}

#sideBar b
{
	font-weight: bold;
	color: #cc0000;
}


/* Content > Sidebar > Leftnav */

#navcontainer
{
	width: 162px;
}

#navcontainer ul
{
	margin-left: 5px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#navcontainer a
{
	display: block;
	padding: 5px 0px 5px 3px;
	width: 156px;
	line-height: 1.3em; /* border-bottom: 1px solid #eee; */
}

#navcontainer a:link, #navlist a:visited
{
	color: #000;
	text-decoration: underline;
}

.navcontainer a
{
	display: block;
	padding: 5px 0px 5px 3px;
	width: 156px;
	line-height: 1.3em;
	border-bottom: 1px solid #eee;
}

.navcontainer a:link, a:visited
{
	color: #000;
	text-decoration: underline;
}

#navcontainer a:hover
{
	background-color: #e5e5e4;
	color: #FF0000;
}

#Container
{
	width: 840px;
	background-repeat: repeat-x;
	display: block;
}

#longBanner
{
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 650px;
	background-image: url(/images/bgMain.gif);
}

#ContentContainer
{
	float: left;
	width: 644px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 5px;
}
/* Content > Sidebar > bOX */

.box
{
	width: 160px;
	margin-left: auto;
	margin-right: auto;
}

.box .title
{
	display: block;
	height: 38px;
	margin-bottom: -1.2em;
	margin-left: 0px;
	padding: 0px 0 0 0;
	background: url(/images/boxTitleBg.gif) no-repeat;
	text-transform: lowercase;
}

.box h2
{
	margin-left: 0px;
	background: url(/images/boxTitleBg.gif) no-repeat;
}

.box .content
{
	padding: 0px;
	background: url(/images/boxBg.gif) repeat-y;
}

.box ul
{
	list-style: none;
	line-height: normal;
}

.box ul li
{
	margin-bottom: 0px;
	margin-left: -24px;
	font-size: 12px;
}

.box small
{
	font-size: 10px;
	color: #808C96;
}

.box .footer
{
	padding: 0px;
	margin-top: -1.2em;
	height: 35px;
	background: url(/images/boxFooterBg.gif) no-repeat;
}


/* Content > Main */
#main
{
	float: right;
	width: 584px;
	background-image: url(/images/bgMain.gif);
	background-repeat: repeat-x;
}

#title
{
	margin: 0;
}

#breadCrumb
{
}

#mainTitle
{
	margin-bottom: 10px;
	padding: 0;
	padding-top: 10px;
}

#mainTitle h1
{
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

#mainTitle b
{
	margin: 0;
	padding: 0;
	color: #cc0000;
	font-weight: bold;
}

#mainImage
{
	padding-bottom: 0px;
	padding-top: 6px;
}

/* Content > Main > Features */
#productfeatures
{
	padding-top: 8px;
	padding-bottom: 10px;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
}

#productfeatures h1
{
	font: normal 18px Helvetica, Arial, "Times New Roman" , Times, serif;
	color: #000;
	margin-left: 10px;
	margin-bottom: 0px;
}

#productfeatures b
{
	color: #cc0000;
	font-weight: bold;
}

#feature
{
	width: 166px;
	float: left;
	display: inline;
	padding: 0px 15px;
	height: 300px;
}

#feature h2
{
	font: bold 14px Helvetica, Arial, "Times New Roman" , Times, serif;
	color: #cc0000;
	vertical-align: top;
	margin-bottom: -10px;
	padding-bottom: 0px;
}

#feature p
{
	font: normal 11px Arial, "Times New Roman" , Times, serif;
	line-height: 14px;
	color: #333333;
	margin-bottom: -10px;
	padding-bottom: 0px;
}

#feature p.more
{
	text-align: right;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

#features p a
{
	font-weight: bold;
	text-decoration: underline;
	color: #E08934;
}

#featuresBottom
{
	background-image: url(/images/bgFeaturesBottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 30px;
}

/* Content > Main > Banners */

#banners
{
	float: left;
	width: 588px;
	padding-top: 10px;
}

#banner1
{
	width: 192px;
	padding-left: 2px;
	padding-right: 2px;
	float: left;
	display: block;
	text-align: center;
}


/* Footer */

#border
{
	width: 840px;
	height: 3px;
	border-top-color: #e5e5e5;
	border-top-style: solid;
	border-top-width: 1px;
	clear: both;
	background-color: #ffffff;
}

#footer
{
	position: relative;
	padding: 10px;
	background-color: #ededed;
	text-align: center;
}

#copyright
{
	font-weight: normal;
	font-size: 11px;
}

#copyright a
{
	font-weight: bold;
}

/* Footer > Legal */

#legal
{
}

/* Footer > Links */

#links
{
}

blockquote
{
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
}

ul
{
	margin-left: 1em;
}

ul li
{
}

ol
{
	margin-left: 1em;
}

ol li
{
}

a
{
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}



label
{
	font-size: 11px;
	font-weight: bold;
}

fieldset
{
	border: none;
}

.clear
{
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.small p
{
	font-size: .9em;
}

.small a
{
	font-size: .9em;
}

.CategoryTitle
{
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
}

.CategoryLink,  a.CategoryLink
{
	font: x-small Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

a.CategoryLink : hover
{
	text-decoration: underline;
	font-weight: normal;
}

#eNews_Top
{
	width: 149px;
	background-image: url(/images/SideBar_BgTop.gif);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-left: 8px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	float: left;
	display: inline;
}

#eNews_Bottom
{
	width: 149px;
	height: 8px;
	padding-left: 10px;
	padding-right: 2px;
	margin-left: 8px;
	margin-bottom: 0px;
	background-image: url(/images/SideBar_BgBottom.gif);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#eNews_Middle
{
	width: 149px;
	padding-left: 10px;
	padding-right: 2px;
	margin-left: 8px;
	background-image: url(/images/SideBar_BgMiddle.gif);
	background-repeat: repeat-y;
	float: left;
	display: inline;
}

#eNews_Top h1
{
	font-size: 1.6em;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 8px;
}

#eNews_Top b
{
	font-weight: bold;
	color: #cc0000;
}

#Login_Top
{
	width: 149px;
	background-image: url(/images/Head2.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 8px;
	padding-right: 2px;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 0px;
	float: left;
	display: inline;
}

#Login_Middle
{
	width: 149px;
	padding-left: 10px;
	padding-right: 2px;
	margin-left: 8px;
	background-image: url(/images/SideBar_BgMiddle.gif);
	background-repeat: repeat-y;
	float: left;
	display: inline;
}


#Login_Bottom
{
	width: 149px;
	height: 8px;
	padding-left: 10px;
	padding-right: 2px;
	margin-left: 8px;
	margin-bottom: 0px;
	background-image: url(/images/SideBar_BgBottom.gif);
	background-repeat: no-repeat;
	float: left;
	display: inline;
}

#Login_Top h1
{
	font-size: 1.6em;
	font-weight: normal;
	margin-left: 0px;
	margin-bottom: 5px;
	margin-top: 8px;
}

#Login_Top b
{
	font-weight: bold;
	color: #cc0000;
}

.Button
{
	border: none;
	padding: 5px;
	background-color: #AC0000;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	height: 22px;
}

.InputBox
{
	border: solid 1px #cccccc;
	background-color: #ffffff;
}

/*Shopping Cart*/
.cartHead th
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 8px;
	background-color: #333333;
	color: #fff;
}

.shoppingItem td
{
	border-bottom: 1px solid #999999;
	padding: 10px 5px;
	font-size: 12px;
}

.itemTotal
{
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 8px;
	background-color: #CCCCCC;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #b7b7b7;
}

.totalPrice
{
	font-size: 16px;
	color: #000000;
	width: 100px;
	display: inline-block;
}
.savedPrice
{
	font-size: 16px;
	color: #cc0000;
	width: 100px;
	display: inline-block;
}

/*End Shipping Cart*/
/*Product Details*/
.tableHead th
{
	font-weight: bold;
	padding: 8px 2px;
	background-color: #333333;
	color: #fff;
}

.oddRow td
{
	background-color: #f6f6f4;
	border-bottom: 1px solid #e0e0de;
	padding: 2px 3px;
}

.evenRow td
{
	background-color: #fff;
	border-bottom: 1px solid #e0e0de;
	padding: 2px 3px;
}
/*End Product Details*/

.notes, .notes td
{
	background-image: url(/images/noteIcon.gif);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 3px 3px 3px 27px;
	border: solid 1px #666666;
	color: #666666;
	background-color: #FFFFE1;
	font-size: 110%;
	display: inline-block;
}

fieldset
{
	clear: both;
	border-color: #000000;
	border-width: 1px 0 0 0;
	border-style: solid none none none;
	margin: 0 0 0 0;
	padding: 5px;
}

fieldset legend
{
	font-size: 150%;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 5px;
}

.RelatedItem_Title
{
	font-weight: bold;
	color: #ff0000;
}
.RelatedItem_Text
{
	display:block;
	text-align:justify;	
}

.SpotlightTitle
{
	COLOR: #ff0000;
	font-weight: bold;
}

/* Accordion */
.accordionHeader
{
	border: none;
	color: #000000;
	background-color: #f6f6f4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 0px solid #000000;
	color: white;
	background-color: #cccccc;
	font-family: AArial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	background-color: #FFFFFF;
	border: 0px dashed #2F4F4F;
	border-top: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	padding-top: 10px;
}
/* End Accordion */

/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
	background-color:#F5F7F8;
	opacity:.9;
	filter: alpha(opacity=90);
}
.popupHover {
	background-image:url(images/header-opened.png);
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#F5F7F8;
}

/* Animation Popup*/
.animationPopup {
	display: none; 
	z-index: 2; 
	opacity: 0; 
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    font-size: 12px; 
    border: solid 1px #CCCCCC; 
    background-color: #FFFFFF; 
    padding: 5px;
}

.Alert
{
	font-weight: bold;
	color:Red;
}
