@charset "utf-8";
div#relAcc {
	width:526px;
	height: 158px;
	border: 1px solid #c3c3c4;	
	margin-bottom:6px;
	display:none;
}

div.relAccContent {
	margin-left:50px;
	float:left;
	width:443px;
	height: 158px;
	background: url('background_relprod.jpg') repeat-x;
	overflow-x:hidden;
	position:absolute;
	z-index:2;	
}
div.relAccContainer {
	width:9999px;
	overflow:hidden;
	position:absolute;
	z-index:1;	
}
div.relAccBox {
	margin:10px 0;
	float:left;
	width:123px;
	height:138px;
	border-right:1px solid #c3c3c4;
	text-align:center;
	overflow:hidden;
}
div.relAccBox.last {
	border-right:0;
}
div.relAccBox img.prod {
	
}
div.relAccBox p, div.relAccBox a {
	text-align:left;
}
div.relAccPager {
	z-index:3;	
	position:absolute;
	text-align:center;
	float:left;
	width:50px;
	height:94px;
	padding-top:64px;
	border-right: 1px solid #c3c3c4;
	background: url('background_relprod.jpg') repeat-x;
	cursor:pointer;
}
div.relAccPager a {
	display:block;
	width: 26px;
	height: 26px;
	margin-left:12px;
}
*html div.relAccPager a {
	margin-left:6px;
}
div.relAccPager.prev.inactive a {
	background: url('button_prev_relprod_ia.jpg') no-repeat;
}
div.relAccPager.next.inactive a {
	background: url('button_next_relprod_ia.jpg') no-repeat;
}
div.relAccPager.prev.inactive a:hover {
	background: url('button_prev_relprod_ia.jpg') no-repeat;
}
div.relAccPager.next.inactive a:hover {
	background: url('button_next_relprod_ia.jpg') no-repeat;
}
div.relAccPager.prev a {
	background: url('button_prev_relprod.jpg') no-repeat;
}
div.relAccPager.next a {
	background: url('button_next_relprod.jpg') no-repeat;
}
div.relAccPager.prev a:hover {
	background: url('button_prev_relprod_hover.jpg') no-repeat;
}
div.relAccPager.next a:hover {
	background: url('button_next_relprod_hover.jpg') no-repeat;
}
div.relAccPager.inactive {
	cursor:default;
}
div.relAccPager.next {	
	margin-left: 475px;
	position:absolute;
	border-right: 0;
	border-left: 1px solid #c3c3c4;
	background: url('background_relprod.jpg') repeat-x;
		
}

div.relAccBox p.link {
	font-size:11px;
	padding-top:6px;
	background: url('ico_arrow_link_relprod.gif') no-repeat 6px 10px;
	padding-right:3px;
  overflow:hidden;
	height: 44px;
}
div.relAccBox p.link a {
	padding-left: 14px;
	display:block;
	font-weight:normal;
}

div.relAccBox div.imgBox {
	height:70px;
	overflow:hidden;	
}

#ajLoading p {
	padding:20px;
	padding-left:200px;
	padding-top:60px;
}

.word_wrap
{
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

div.relAccBox p.price {
	font-size:11px;
	padding:3px 6px;
	padding-left:14px;
}


