@charset "utf-8";
/* CSS Document */

   /* ------------------------------------------  */	
  /*    product specific color styles            */
 /* (any element in the site, whose color       */
/*	 changes depending on  product context)    */
 
#scn01 div.pDetail h3,
#scn01 div.pDetail label,
#scn01 a.prdPt_ItemHover:hover,
#theAnwrz div.a01 h3  {
	color:#f97810;	
	}
#scn02 div.pDetail h3,
#scn02 div.pDetail label,
#scn02 a.prdPt_ItemHover:hover,
#theAnwrz div.a02 h3   {
	color:#039fac;	
	}
#scn03 div.pDetail h3,
#scn03 div.pDetail label,
#scn03 a.prdPt_ItemHover:hover,
#theAnwrz div.a03 h3   {
	color:#615999;	
	}
#scn04 div.pDetail h3,
#scn04 div.pDetail label,
#scn04 a.prdPt_ItemHover:hover,
#theAnwrz div.a04 h3   {
	color:#a35b9f;	
	}
#scn05 div.pDetail h3,
#scn05 div.pDetail label,
#scn05 a.prdPt_ItemHover:hover,
#theAnwrz div.a05 h3   {
	color:#3275c9;	
	}
#scn01 div.prdPt_tipAnchor a div {
	background: #f97810 url(../img/prd/bg_pd_prdPt_prd01.gif);
	}
#scn01 div.prdPt_tipAnchor a div.out{
	/*background: #f97810 no-repeat ;*/
	background: transparent url(../img/prd/bg_pd_prdPt_prd01.gif);
	}
#scn02 div.prdPt_tipAnchor a div{
	background:#039fac url(../img/prd/bg_pd_prdPt_prd02.gif);
	}
#scn02 div.prdPt_tipAnchor a div.out{
	background:transparent url(../img/prd/bg_pd_prdPt_prd02.gif) no-repeat;
	}
#scn03 div.prdPt_tipAnchor a div{
	background:#50458b url(../img/prd/bg_pd_prdPt_prd03.gif) no-repeat;
	}
#scn03 div.prdPt_tipAnchor a div.out{
	background:transparent url(../img/prd/bg_pd_prdPt_prd03.gif) no-repeat;
	}
#scn04 div.prdPt_tipAnchor a div{
	background:#ad6ca9 url(../img/prd/bg_pd_prdPt_prd04.gif) no-repeat;
	}
#scn04 div.prdPt_tipAnchor a div.out{
	background:transparent url(../img/prd/bg_pd_prdPt_prd04.gif) no-repeat;
	}
#scn05 div.prdPt_tipAnchor a div{
	background:#28a0cc url(../img/prd/bg_pd_prdPt_prd05.gif) no-repeat;
	}	
#scn05 div.prdPt_tipAnchor a div.out{
	background:transparent url(../img/prd/bg_pd_prdPt_prd05.gif) no-repeat;
	}	
	
	
#scn01 label.radio span.holder {
	height: 62px; /* Total height of your radio buttons image */
	background: url(../img/prd/radio_buttons_prd01.png)  1px 3px no-repeat; /* Path to your radio button image */
	}	
#scn02 label.radio span.holder {
	height: 62px; /* Total height of your radio buttons image */
	background: url(../img/prd/radio_buttons_prd02.png)  1px 3px no-repeat; /* Path to your radio button image */
	}	
#scn03 label.radio span.holder {
	height: 62px; /* Total height of your radio buttons image */
	background: url(../img/prd/radio_buttons_prd03.png)  1px 3px no-repeat; /* Path to your radio button image */
	}	
#scn04 label.radio span.holder {
	height: 62px; /* Total height of your radio buttons image */
	background: url(../img/prd/radio_buttons_prd04.png)  1px 3px no-repeat; /* Path to your radio button image */
	}	
#scn05 label.radio span.holder {
	height: 62px; /* Total height of your radio buttons image */
	background: url(../img/prd/radio_buttons_prd05.png)  1px 3px no-repeat; /* Path to your radio button image */
	}