/* Catalogue CSS */
.catalogue_select {
  width: 100%;
  font-family: Arial;
  font-size: 13px;
  color: #231f20;
  font-weight: bold;
}
.catalogue_item {
  background-image: url('/img/catalogue/item_bg.png');
  background-repeat: no-repeat;
  background-position: center top;
}
.catalogue_item_s {
  background-image: url('/img/catalogue/item_s_bg.png');
  background-repeat: no-repeat;
  background-position: top center;
}
.catalogue_price {
  font-family: Georgia;
  font-size: 20px;
  color: #9d1c20;
}
.catalogue_item_more {
  font-family: Arial;
  font-size: 12px;
  color: #5a5a5a;
  text-decoration: none;
}
.catalogue_item_text {
  font-family: Arial;
  font-size: 13px;
  color: #4c4c4d;
  text-decoration: none;
}
.catalogue_item_text_b {
  font-family: Arial;
  font-size: 13px;
  color: #4c4c4d;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
.catalogue_item_compare {
  font-family: Arial;
  font-size: 11px;
  color: #4c4c4d;
  text-decoration: none;
}
.catalogue_item_compare a:link, .catalogue_item_compare a:visited{
  font-family: Arial;
  font-size: 11px;
  color: #4c4c4d;
  text-decoration: underline;
}
.catalogue_item_compare a:hover, .catalogue_item_compare a:active{
  font-family: Arial;
  font-size: 11px;
  color: #4c4c4d;
  text-decoration: none;
}
.catalogue_s_more {
  font-family: Myriad Pro;
  font-size: 14px;
  color: #989898;
  font-weight: bold;
  text-decoration: none;
}
.catalogue_toc_items {
  font-family: Arial;
  font-size: 13px;
  color: #454546;
  text-decoration: none;
}
.catalogue_toc_active {
  font-family: Arial;
  font-size: 13px;
  color: white;
  text-decoration: none;
}
.catalogue_toc_active_bg {
  background-image: url('/img/catalogue/toc_active.png');
  background-repeat: no-repeat;
  background-position: center center;
}
.catalogue_toc_nav {
  font-family: Arial;
  font-size: 18px;
  color: #0062a1;
}
/* # Catalogue CSS */


#request,#request2{
	background: url('/img/request_bg.gif') top left no-repeat;
	height:89px;
	width:962px;
}
#request .title,#request2 .title{
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-transform:uppercase;
	padding:0 15px;
}
#request td,#request2 td{
	font-size:12px;
	color:#222222;
	font-family:Arial;
}
#request input,#request select,#request2 input,#request2 select{
	font-size:12px;
	color:#222222;
	font-family:Arial;
	width:114px;
}
#request .submit,#request2 .submit{
	background: url('/img/r_sub.gif') center center no-repeat;
	cursor:pointer;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
#request .submit:hover,#request2 .submit:hover{
	text-decoration:underline;
}
#request_success h2,#request_success h3,#request2_success h2,#request2_success h3{
	font-size:16px;
	margin:0;
	padding:0;
}

#request_close, #request_open,#request2_close, #request2_open {
	cursor:pointer;
	height:14px;
	position:absolute;
	right:10px;
	top:2px;
	width:14px;
}
#request_close,#request2_close {
	background:transparent url(/img/request_close.gif) no-repeat scroll center center;
}
#request_open ,#request2_open {
	background:transparent url(/img/request_open.gif) no-repeat scroll center center;
}
