@charset "utf-8";
/* CSS Document */

#menu_url {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration:none;
}
#menu_url.cur {
	color: #0099FF;
	text-decoration: underline;
}

#menu_url a {
	color: #999999;
	text-decoration:none;
}

#menu_url a:hover {
	color: #66CCFF;
	text-decoration:underline;
}

#lang_url a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #D4D0C8;
	text-decoration:underline;
}

#lang_url a:hover {
	color: #66CCFF;
	text-decoration:underline;	
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

#cur {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #66CCFF;
	text-decoration: none;
}

#products {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

#product_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

#product_property {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333; 
	text-decoration: none;
}

#product_desc {
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#product_url {
	text-align: right
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#product_url a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993333;
	text-decoration:underline;
}

#product_url a:hover {
	color: #FF0000;
	text-decoration:underline;
}

b.brandname {
	font-weight: bold;
	color: #000000;
}

b.pgl {
	font-weight: bold;
	color: #000000;
}

li {
	color: #FF6600;
}

#section_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#bottom_bar {
background-image: url(images/box/bg_blue_shadow.jpg);
background-repeat:repeat-x;
}

#bg_shadow_w {
background-image: url(images/box/bg_shadow_w.jpg);
background-repeat:repeat-y;
}
#bg_shadow_e {
background-image: url(images/box/bg_shadow_e.jpg);
background-repeat:repeat-y;
}
#bg_shadow_n {
background-image: url(images/box/bg_shadow_n.jpg);
background-repeat:repeat-x;
}
#bg_shadow_s {
background-image: url(images/box/bg_shadow_s.jpg);
background-repeat:repeat-x;
}

#contact a {
	color: #999999;
	text-decoration:none;
}
#contact a:hover {
	color: #66CCFF;
	text-decoration:underline;
}


#desc {
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
