﻿body 
{
    padding:0px;
    margin:0px;
    font-family:Arial;
    font-size:12px;
    background-color:#E6E6E6;
    text-align:center;
    outline-width:0;
}

ul
{
    margin: 5px 0 5px 20px;
    padding:0px;
}

td
{
    font-family:Arial;
    font-size:12px; 
}

a
{
    color:#266880;
    text-decoration:none;   
}
a:hover
{
    text-decoration:underline;
}

.pageHeader
{
    background:url(../images/headerbg.gif) no-repeat;
    height:60px;
}

.header2
{
    font-size:13px; 
    color:#4D4D4A; 
    font-weight:bold; 
    padding-bottom:6px;   
}

.headerInfo
{
    font-size:18px; 
    color:#6CC4BF; 
    font-weight:normal; 
    padding-bottom:4px; 
    margin-bottom:4px;
    margin-top:20px;
    display:block;
    border-bottom:1px solid #CCCCCC;
}

.productTitleBar
{
    background-color:#AFC1C7;
    background-image:url(../images/titlebg2.gif);
    background-repeat:repeat-x; 
    padding-top:6px; 
    padding-bottom:6px;
    font-size:16px; 
    color:#334455; 
    font-weight:normal; 
    height:22px; 
    padding-left:20px;   
}

.contentWrap
{
    width:920px;
    background:url(../images/leftsidebg.gif) no-repeat 0 60px; 
    background-color:#FFFFFF; 
    margin:auto;
    text-align:left;
}
#bodyWrap
{
    width:1000px;
    margin:auto;    
    background-image:url(../images/base/web-back.jpg);
    background-repeat:repeat-y;
}

.footerWrap /* introduced for IE6 bug */
{
    clear:both;
}

.footer
{
    margin-top:20px;
    font-size:10px; 
    color:#999999; 
    padding:15px; 
    background:url(../images/footerbg.gif) repeat-x;   
}


.CategoryListProduct
{
    display:block;
    width:355px; 
    padding-top:5px; 
    margin-right:5px; 
    height:140px; 
    border:1px dotted #EEEEEE; 
    text-decoration:none;  
}
.CategoryListProduct:hover 
{    
    text-decoration:none;
    border-color:#666666;
}
.CategoryListCategory
{
    display:block;
    width:355px; 
    padding-top:5px; 
    margin-right:7px; 
    height:185px;
    text-decoration:none;
}
.CategoryListCategory:hover 
{    
    text-decoration:none;
}
.CategoryListCategory:hover .Description,
.CategoryListCategory:hover .Top
{    
    border-color:#666666;
}
.CategoryListCategory .Top
{
    height:109px; 
    border:1px dotted #EEEEEE;
    border-bottom:0;
}
.CategoryListCategory .Description
{
    color:#999999; 
    border:1px dotted #EEEEEE; 
    border-top:0px; 
    height:50px;
    overflow:hidden;
}
.CategoryListProductImage
{
    float:left; 
    width:170px; 
    height:133px;
}

/* radinput button */
.radInput_Default2006 a.searchbutton
{
	display: block;
	text-indent: -9999px;
	width: 20px;
	height: 18px; 
	line-height: 18px;
	background: transparent url(../images/base/search-submit_05.gif) no-repeat;
	font-size: 1px;
	position: relative;
	_position: inherit; /*IE fix*/
	outline: none;

}

*+html .radInput_Default2006 a.searchbutton
{
	position: inherit; /*IE fix*/
}


/* Menu classes */


.MenuEndCap
{
    font-weight:bold;
    color:#96a1a5;
    padding:6px;
    width:372px;
    height:124px;
}
.MenuEndCap img
{
    border:0px;
}

.RadMenu_Default
{
	border: none !important;	
	background: none !important;
	width:190px;
}

.RadMenu_Default .rmVertical
{
	background: none;
}

.RadMenu_Default .rmText
{
	color:#000000;
	width:150px;
}

.RadMenu_Default .rmTemplate .rmText
{
	width:auto;
}

.RadMenu_Default .rmLink
{
    line-height: 24px;
	text-decoration: none;
	color: #000000;
	
	border: none !important;	
	background: #FFF;	
	width:190px;
	/*
	filter:alpha(opacity=92);
    opacity:.92;
    */
    
    cursor:pointer;
}

.RadMenu_Default .rmGroup .rmLink,
.RadMenu_Default .rmLink:hover
{
	filter:alpha(opacity=99);
    opacity:.99;
}

.RadMenu_Default .rmGroup .rmLink:hover .rmText
{
	color:#FFFFFF !important;
}

