@charset "utf-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
	
body {
	background-color:#090909;
	background-image: url(/energizer/images/background.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

hr {
	border: none 0;
	border-top: 1px solid #e0e0e0;

	height: 1px;
} 

h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size: 18px;
	color:#d2191f;
}


h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#898989;
}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#898989;
}

h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#000000;
}

h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
	color:#d2191f;
}

td,p,div,span,a
{
    font-family:Verdana;
    font-size:11px;
}

a
{
    color:#9a9a9a;
}

.footerText {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c9c9c;
}

#main {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
/*	border:2px ridge;*/
}
#BodyDiv
{
    width:986px;
	position: relative;
	z-index: 0;	
	left: -5px;
}

#flash {
	width: 992px;
	position: relative;
	z-index: 0;	
	margin-left: -8px;
/*	border:2px ridge;*/	
}

#content {
	width: 992px;
	position: relative;
	z-index: 0;	
	margin-left: -8px;
/*	border:2px ridge;*/	
}

#footer {

	width: 992px;
	height: 170px;
	position: relative;
	z-index: 1;	
	margin-left: 0px;
/*	border:2px ridge;*/
}



#header {
	width: 100%;
	z-index: 999;
	position:relative;
	top: 0px;
	left:0px;
	/*border:2px ridge;*/	
}

.contentLeft {
	background-image:url(/energizer/images/ui/left.png);
	background-repeat:repeat-y;
}

.contentRight {
	background-image:url(/energizer/images/ui/right.png);
	background-repeat:repeat-y;
}

.contentTop {
	background-image:url(/energizer/images/ui/top.png);
	background-repeat:repeat-x;
}

.contentBottom {
	background-image:url(/energizer/images/ui/bottom.png);
	background-repeat:repeat-x;
}


/* 
################################################################
################################################################
*/

.boxInnerTopLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/top_left.png');
    width:33px;
    height:33px; 

}
.boxInnerTopLeft[class]
{
    background-image:url(/Energizer/images/ui/content/top_left.png);
    width:33px;
    height:33px; 
    background-repeat:no-repeat;
}

.boxInnerTop
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/top_middle.png');
    height:33px; 
	background-repeat: repeat-x;


}
.boxInnerTop[class]
{
    background-image:url(/Energizer/images/ui/content/top_middle.png);
    height:33px; 
	background-repeat: repeat-x;
}

.boxInnerTopRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/top_right.png');
    width:33px;
    height:33px; 
    background-repeat:no-repeat;
}
.boxInnerTopRight[class]
{
    background-image:url(/Energizer/images/ui/content/top_right.png);
    width:33px;
    height:33px; 
    background-repeat:no-repeat;
}

.boxInnerLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/left.png');
    width:33px;
	background-repeat: repeat-y;	

}
.boxInnerLeft[class]
{
    background-image:url(/Energizer/images/ui/content/left.png);
    width:33px;
	background-repeat: repeat-y;	
}

.boxInnerRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/right.png');
    width:33px;
    background-repeat:repeat-y;
}
.boxInnerRight[class]
{
    background-image:url(/Energizer/images/ui/content/right.png);
    width:33px;
    background-repeat:repeat-y;
}

.boxInnerBottomLeft
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/bottom_left.png');
    width:33px;
    height:33px;
}
.boxInnerBottomLeft[class]
{
    background-image:url(/Energizer/images/ui/content/bottom_left.png);
    width:33px;
    height:33px;
}
.boxInnerBottom
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/bottom_middle.png');
    height:33px; 
    background-repeat:repeat-x;
}
.boxInnerBottom[class]
{
    background-image:url(/Energizer/images/ui/content/bottom_middle.png);
    height:33px; 
    background-repeat:repeat-x;
}
.boxInnerBottomRight
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/Energizer/images/ui/content/bottom_right.png');
    width:33px;
    height:33px; 
    background-repeat:no-repeat;
}
.boxInnerBottomRight[class]
{
    background-image:url(/Energizer/images/ui/content/bottom_right.png);
    width:33px;
    height:33px; 
    background-repeat:no-repeat;

}

.boxInnerTile
{
    background-color:#FFFFFF;
}
.boxInnerTile[class]
{
    background-color:#FFFFFF;
}

.TableRow1
{
    background-color:#FFFFFF;
}
.TableRow2
{
    background-color:#dedede;
}
.TableHeader
{
    background-color:#aaaaaa;
}
.Button
{
    background-color:#aaaaaa;
}

.formLabel
{
    color:#Ffffff;
}
.FormField
{
    font-family:Verdana;
    font-size:11px;
    color:#897763;
}
.FormFieldHover
{
    font-family:Verdana;
    font-size:11px;
    color:#dadada;
    background-color:#8a1122;
}
.imageCell
{
    
    cursor:pointer;
    
    background-image:url(/energizer/images/product-cell-bg.jpg);

    width:316px;
    height:325px;
    background-repeat:no-repeat;
}
.imageCellHover
{
    
    cursor:pointer;
    opacity: 1; filter: alpha(opacity=100);
    background-image:url(/energizer/images/product-cell-bg-on.jpg);
    background-color:Transparent;
    width:316px;
    height:325px;
    background-repeat:no-repeat;
}

.finderDD{
 background-color:#ffffff;
 border: 1px solid #cccccc;
}

ul, li {
	list-style-image:url(/energizer/images/ui/bullet.png);
}

.finderDDL1 {
 background-color:#dddddd;
}

.finderDDL2 {
 background-color:#ffffff;
}

.productBoxLeft {
	 background-image:url(../images/ui/products/product_left.jpg);
	 background-repeat:repeat-y;
}

.productBoxRight {
	 background-image:url(../images/ui/products/product_right.jpg);
	 background-repeat:repeat-y;
}

.productBoxBottom {
	 background-image:url(../images/ui/products/product_bottom.jpg);
	 background-repeat:repeat-x;
}

.productBoxContent {
	background-image:url(../images/ui/products/product_middle_shade.jpg);
	background-repeat:no-repeat;
}


  .formLabel
    {
        background-color:#eaeaea;
        color:#9a9a9a;
        font-weight:bold;
        font-size:11px;
        font-family:Verdana;
        
    }
    .formLabelRight
    {
        background-color:#ffffff;
    }
    
    .TableBorder
    {
     border:1px solid #ededed;
    }
.ProductRange
{
    background-color:#ffffff;
    border:1px solid #cdcdcd;
}

.ProductTitle
{
	color:#333333;
	font-size:11px;
}

.ProductCode {
	color:#999999;
	font-size:9px;
}