
/* SHOPWINDOW classes */
.shopwindow_table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 640px;
	border-top:1px solid #EDF0F4;
	border-left:1px solid #EDF0F4;
}
.shopwindow_row{
	border-bottom:solid 1px #aaaabb;
}
.shopwindow_product{
	/*border:1px solid black;*/
}
.shopwindow_cell{
	padding:5px;
	border-right:1px solid #EDF0F4;
	border-bottom:1px solid #EDF0F4;
}

.shopwindow_productsName a:link{
	font-weight:bold;
	font-size:12px;
	color:#1B355F;
	text-decoration:none;
}
.shopwindow_productsName a:hover{
	font-weight:bold;
	font-size:12px;
	color:#305ea9;
	text-decoration:none;
}
.shopwindow_productsPrice{
	FONT-SIZE: 11px;
	COLOR: #666666;
	font-weight: bold;
}
.shopwindow_manufacturersName{
	font-weight:bold;
	font-size:12px;
	color:#666666;
	text-decoration:none;
}
.shopwindow_manufacturersName a:{
	text-decoration:none;
}

.shopwindow_productsPriceSlashed{
	FONT-SIZE: 14px;
	COLOR: #999999;
	font-weight: normal;
	text-decoration: line-through;
}
.shopwindow_cartButton,.shopwindow_productsDetails{
	padding-left: 3px;
	vertical-align: middle;
	border:none;
}
.shopwindow_cartButton img{
	padding-left: 3px;
	padding-top: 10px;
}
