/*
	EBS PRODUCT INFO
	Ineo e-Business Solutions | www.ineo.fi
	Mathias Lindedahl
*/

.pinfoTop
{
	overflow: hidden;
	width:100%;
}

.pinfoLeft
{
    float: left;
    width: 60%;
}

.pinfoImage {
	background-color:#CCCCCC;
	display:block; 
	width:492px; 
	height:254px;
	border: #EDEBE2 3px solid;
	overflow:hidden
}

.productInfoNameBox {
	height:16px;
	background-color:#EDEBE2;
	float:right;
	color:#796F68;
	width:196px;
	display:block;
	position:relative;
	top:-21px;
	right: 10px;
	text-align:right;
	padding-top:3px;
	padding-right:8px;
	font-weight:bold;
	opacity:0.7;
	filter:alpha(opacity=70);
	color:#000
}

#slaveProductsContainer {
	background-color:#EDEBE2;
	display:block; 
	width:492px; 
	border: #EDEBE2 3px solid;
	overflow:hidden;
}

#slaveProductBackToMaster{
	padding-top:10px;
}

#slaveProductBackToMaster a{
	color:#8B3636
}

.slaveTitle {
	color:#8B3636;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	position:relative;
	padding-top:5px;
	padding-bottom:5px;

}

.slaveProduct {
	width:78px;
	height:78px;
	float:left;
	margin:2px;
	background-color:#CCCCCC;
}

.slaveProduct:hover {
	color:#F00
}

.slaveProductText {
	width:100%;
	height:26px;
	position:relative;
	top: 50px;
	background-color:#EDEBE2;
	text-align:center;
	opacity:0.7;
	filter:alpha(opacity=70);
	margin: 0 auto 0 auto;
	font-size:9px;
	padding-top:2px;
	color:#000;
}

.searchBoxLeftW {
	padding-top:6px;
	height:21px;
	width:30%;
	float:left;
	font-weight:bold;
}

.searchBoxRightW {
	padding-top:3px;
	height:24px;
	width:70%;
	float:left;
}

.searchBoxLeftW2 {
	padding-top:3px;
	height:21px;
	width:40%;
	float:left;
	font-weight:bold
}

.searchBoxRightW2 {
	height:24px;
	width:60%;
	float:left;
}

.productConfiguration
{
	width: 130px;
}

.productConfigurationLeftW {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	width:70px;
	float:left;
	font-weight:bold;
	height:35px;
}

.productConfigurationRightW {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
	width:40px;
	float:left;
	font-weight:normal;
	padding-left:5px;
	height:35px;
}

.productConfigurationFullW {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	width:110px;
	float:left;
	font-weight:bold;
	text-align:center;
}

