BODY {
	background: #B6C0D0;
	scrollbar-face-color: #D1D1D1;
	scrollbar-shadow-color: #DFE9F9;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #999999;
	scrollbar-darkshadow-color: #DFE9F9;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
}

A  { color: #000000 }
A:active  { color: #000099 }
A:visited  { color: #000000 }
A:hover  { color: #000099 }
/*



.textrightbarbg {
	background-color: #9B96A9 
}
.leftbarbg {
	background-color: #EAF3FC
}


*/
/*############################*/
/*############################*/
.menuleftbg{
	background-image: url(../images/menuleftslice.jpg);
	background-repeat: repeat-y;
}
.menu {
	background-color: #E2ECFC;
}
.rightbg{
	background-color: #FFFFFF;
}

.mainbarbg {
	background-color: #FFFFFF 
}


.rightbarbg {
	background-image: url(../images/rightbarslice.jpg);
	background-repeat: repeat-y;
}

.menutextbarbg {
	background-image: url(../images/menutextbarbg-slice.jpg);
	background-repeat: repeat-y;
}



.leftmenubarbg {
	background-image: url(../images/leftmenubarbg.jpg);
	background-repeat: repeat-x;
	background-color: #CCCDC6;
}


.text  { 
	color: #003194; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.text2  { 
	color: #787878; 
	font-weight: normal; 
	font-size: 9px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.text3  { 
	color: #4B494A; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.righttitle  { 
	color: #ffffff; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.textb  { 
	color: #000000; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.titletext  { 
	color: #2B3E64; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.copytext  { 
	color: #003E5F;
	width: 100%;
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.pager{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #ffffff;
}
.hometext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #474546;
	text-align: justify;
}
.hometitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	font-weight: bold;	
}
.menutitle{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #580002;
	font-weight: normal;	

}

/*############################*/
/*############################*/

.topmenubg {
	background-image: url(../images/top-slice.jpg);
	background-repeat: repeat-x;
}

A.topmenu  { color: #1D325A; text-decoration: none }
A.topmenu:active  { color: #000000; text-decoration: none }
A.topmenu:visited  { color: #1D325A; text-decoration: none }
A.topmenu:hover  { color: #000000; text-decoration: none }


A.topmenu2  { color: #ffffff; text-decoration: none }
A.topmenu2:active  { color: #666666; text-decoration: none }
A.topmenu2:visited  { color: #ffffff; text-decoration: none }
A.topmenu2:hover  { color: #666666; text-decoration: none }


A.links  { color: #1D325A; text-decoration: none }
A.links:active  { color: #666666; text-decoration: none }
A.links:visited  { color: #1D325A; text-decoration: none }
A.links:hover  { color: #666666; text-decoration: none }






/*############################*/
/*############################*/

/* Category cell border color */
.catcellborderbg {
	background-image: url(../images/catborder.jpg);
	background-repeat: repeat-x;
}
.catcellborderbgselected {
	background-image: url(../images/catborder-sel.jpg);
	background-repeat: repeat-x;
}

/* Category cell bg color*/
.catcellbg {
	/*background-image: url(../images/cat-slice.jpg);
	background-repeat: repeat-x;*/
}
/* Category cell bg color when selected */
.catcellselectedbg {
	/* background-image: url(../images/catselected-slice.jpg);
	background-repeat: repeat-x;*/
}
/* Category links*/
A.catmenu  { color: #405170; text-decoration: none }
A.catmenu:active  { color: #000000; text-decoration: none }
A.catmenu:visited  { color: #405170; text-decoration: none }
A.catmenu:hover  { color: #000000; text-decoration: none }
/* Category links when selected */
A.catmenuselected  { color: #4878DC; text-decoration: none }
A.catmenuselected:active  { color: #000000; text-decoration: none }
A.catmenuselected:visited  { color: #4878DC; text-decoration: none }
A.catmenuselected:hover  { color: #666666; text-decoration: none }



/*############################*/
/*############################*/

/* Sub-Category cell border color */
.subcatcellborderbg {
	background-color: #C4C4C4 
}
.subcatcellborderbgselected {
	background-color: #C4C4C4 
}
/* Sub-Category cell bg color*/
.subcatcellbg {
	/*background-image: url(../images/subcat-slice.jpg);
	background-repeat: repeat-x;*/
}
/* Sub-Category cell bg color when selected */
.subcatcellselectedbg {
	background-color: #ffffff 
}
/* Sub-Category links*/
A.subcatmenu  { color: #776F57; text-decoration: none }
A.subcatmenu:active  { color: #000000; text-decoration: none }
A.subcatmenu:visited  { color: #776F57; text-decoration: none }
A.subcatmenu:hover  { color: #000000; text-decoration: none }
/* Sub-Category links when selected */
A.subcatmenuselected  { color: #FF0000; text-decoration: none }
A.subcatmenuselected:active  { color: #000000; text-decoration: none }
A.subcatmenuselected:visited  { color: #FF0000; text-decoration: none }
A.subcatmenuselected:hover  { color: #666666; text-decoration: none }

/*############################*/
/*############################*/

/* Sub-Category cell border color */
.subsubcatcellborderbg {
	background-color: #C4C4C4 
}
/* Sub-Category cell bg color*/
.subsubcatcellbg {
	background-color: #ffffff 
}
/* Sub-Category cell bg color when selected */
.subsubcatcellselectedbg {
	background-color: #ffffff 
}
/* Sub-Category links*/
A.subsubcatmenu  { color: #647284; text-decoration: none }
A.subsubcatmenu:active  { color: #000000; text-decoration: none }
A.subsubcatmenu:visited  { color: #647284; text-decoration: none }
A.subsubcatmenu:hover  { color: #000000; text-decoration: none }
/* Sub-Category links when selected */
A.subsubcatmenuselected  { color: #CCD10D; text-decoration: none }
A.subsubcatmenuselected:active  { color: #000000; text-decoration: none }
A.subsubcatmenuselected:visited  { color: #CCD10D; text-decoration: none }
A.subsubcatmenuselected:hover  { color: #000000; text-decoration: none }

/*############################*/
/*############################*/

/* Sub-Category cell border color */
.sub4catcellborderbg {
	background-color: #C4C4C4 
}
/* Sub-Category cell bg color*/
.sub4catcellbg {
	background-color: #ffffff 
}
/* Sub-Category cell bg color when selected */
.sub4catcellselectedbg {
	background-color: #ffffff 
}
/* Sub-Category links*/
A.sub4catmenu  { color: #000000; text-decoration: none }
A.sub4catmenu:active  { color: #000000; text-decoration: none }
A.sub4catmenu:visited  { color: #000000; text-decoration: none }
A.sub4catmenu:hover  { color: #666666; text-decoration: none }
/* Sub-Category links when selected */
A.sub4catmenuselected  { color: #FF0000; text-decoration: none }
A.sub4catmenuselected:active  { color: #000000; text-decoration: none }
A.sub4catmenuselected:visited  { color: #FF0000; text-decoration: none }
A.sub4catmenuselected:hover  { color: #000000; text-decoration: none }




/*############################*/
/*############################*/




.textlogin  { 
	color: #664F91; 
	font-weight: bold; 
	font-size: 9px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

A.textlogin1  { color: #664F91; text-decoration: none }
A.textlogin1:active  { color: #FFFFFF; text-decoration: none }
A.textlogin1:visited  { color: #664F91; text-decoration: none }
A.textlogin1:hover  { color: #FFFFFF; text-decoration: none }

.textfieldlogin      { 
	color: #8DCDE3; 
	font: 11px/12px Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	font-weight: bold;
	background-color: #FFFFFF; 
	text-align: center; 
	width: 110px; 
	border: #C48310 1px solid;
	\\cursor:hand;
	height: 18px 
}

.buttonlogin      { 
	color: #744F0D; 
	font: 11px/12px Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	font-weight: bold;
	background-color: #8DCDE3; 
	text-align: center; 
	width: 50px; 
	border: #664F91 1px solid;
	cursor:hand;
	height: 18px 
}

/*############################*/

.searchtitle  { 
	color: #FFFFFF; 
	font-weight: bold; 
	font-size: 9px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.searchtext  { 
	color: #664F91; 
	font-weight: normal; 
	font-size: 9px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

A.search  { color: #664F91; text-decoration: none }
A.search:active  { color: #FFFFFF; text-decoration: none }
A.search:visited  { color: #664F91; text-decoration: none }
A.search:hover  { color: #FFFFFF; text-decoration: none }

.searchtitleborderbg {
	background-color: #B4B3B5 
}

.searchtitlebg {
	background-color: #515055 
}

.searchtextborderbg {
	background-color: #B4B3B5 
}

.searchtextbg {
	background-color: #B4B3B5 
}

.searchtextfieldlogin      { 
	color: #744F0D; 
	font: 10px Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	font-weight: bold;
	background-color: #FFFFFF; 
	text-align: center; 
	width: 70%; 
	border: #003194 1px solid;
	cursor:hand;
	height: 15px 
}

.searchbuttonlogin      { 
	color: #ffffff; 
	font: 10px Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif; 
	font-weight: bold;
	background-color: #823835; 
	text-align: center; 
	width: 25px; 
	border: #9D6473 1px solid;
	cursor:hand;
	height: 19px 
}

/*############################*/
/*############################*/

.righttitle1  { 
	color: #0646B2; 
	font-weight: bold; 
	font-size: 11px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.righttext1  { 
	color: #000000; 
	font-weight: normal; 
	font-size: 11px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

A.righttext1l  { color: #0646B2; text-decoration: none }
A.righttext1l:active  { color: #000000; text-decoration: none }
A.righttext1l:visited  { color: #0646B2; text-decoration: none }
A.righttext1l:hover  { color: #000000; text-decoration: none }

.righttext1linebg {
	background-color: #7C9BC1 
}

/*############################*/
/*############################*/

.productslisttitle  { 
	color: #000000; 
	font-weight: bold; 
	font-size: 9px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}
.productslisttitle2  { 
	color: #000000; 
	font-weight: bold; 
	font-size: 9px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

.productslisttext  { 
	color: #000000; 
	font-weight: normal; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

A.productslistl  { color: #787878; text-decoration: none; font-size: 9px; font-weight: bold;  }
A.productslistl:active  { color: #05027C; text-decoration: none font-size: 9px; font-weight: bold;   }
A.productslistl:visited  { color: #787878; text-decoration: none font-size: 9px; font-weight: bold;   }
A.productslistl:hover  { color: #000000; text-decoration: none font-size: 9px; font-weight: bold;   }

A.productslist3  { color: #414141; text-decoration: none; font-size: 10px; font-weight: bold;  }
A.productslist3:active  { color: #000000; text-decoration: none font-size: 10px; font-weight: bold;   }
A.productslist3:visited  { color: #414141; text-decoration: none font-size: 10px; font-weight: bold;   }
A.productslist3:hover  { color: #EE640C; text-decoration: none font-size: 10px; font-weight: bold;   }

.productslistseparatorbg {
	background-color: #B6C0D0 
}

.productprice  { 
	color: #000099; 
	font-weight: bold; 
	font-size: 10px; 
	font-family: Verdana, Tahoma, Arial, Geneva, Helvetica, sans-serif 
}

/*############################*/
/*############################*/



A.productslist4  { color: #05027C; text-decoration: underline; font-size: 8px; font-weight: bold;  }
A.productslist4:active  { color: #000000; text-decoration: underline font-size: 8px; font-weight: bold;   }
A.productslist4:visited  { color: #05027C; text-decoration: underline font-size: 8px; font-weight: bold;   }
A.productslist4:hover  { color: #000000; text-decoration: underline font-size: 8px; font-weight: bold;   }


.photoborder{
	border:solid 1px #6D9DFF;

}
.indexbg{
	background-color: #FFFFFF;
}

.pr_intitgrey {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #8c8c8c;
	text-decoration: none;
	font-weight: bold;
}
.srcp2 {
	height: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: #B6C0D0; 
	1px solid;
	background-color: #;
}
.srcp4 {
	height:160px;
	width: 200;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: #B6C0D0; 
	1px solid;
	background-color: #;
}

