
div#errormsg
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
	padding: 6px;
	width: 50%;
}

tr.errorrow 
{
	color: #aa0000;
	font-weight: bold; 
	font-style: italic;
}
tr.errorrow td
{
	
}

table#links 
{
	width: 75%;
}

img.front_image {
	height: 130px;
	}

div#frontpage_campaign {
	float: left;
	position: absolute;
}

ul.items 
{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: -7px; /* oli 0px */
	margin-right: -25px;
/*	font-size: 8pt;*/
}
	
ul.items li
{
	position: relative;
	float: left;
	padding: 4px;
	overflow: hidden;
	margin: 0px;
	margin-bottom: 6px;
	margin-left: 10px;
	margin-right: 0px;
/*	width: 31%; */
    width: 172px; /* oli 224px*/
	height: 220px; /* oli 160px; */
	border: 1px solid #A6A6A6;
	color: #436370;
}

ul.items .price_2
{
	font-size: 14pt;	
	font-weight: bold;
	color: #F6621A;
	position: absolute;
	left: 15px;
	bottom: -2px;
	width: 100px;
	text-align: left;
	margin: 0;
}

ul.items p
{
	margin-top: 1px;
}


ul.items li h1
{
	padding: 0;
	margin: 0;
	margin-left: 7px;
	margin-top: 5px;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}
ul.items li input.addtocart
{
	position: absolute;
	top: 188px;
	right: 10px;
	font-size: 14pt;
	/*color: #BACD6C;*/
	color: #99B55E;
	width: 100px;
}


div#frontpage_campaign,
	div#frontpage_popular
	{
		height: 210px;
	}

div.sub_module img.group_image {
	display: none;
	visibility: hidden;
	height: 0px;	
}

div.sub_module div.search input {
	width: 120px;
}
	input.imagebutton {
		margin:0;
		border:0;
		padding: 0;
		margin-left: 10px;
		margin-top: 6px;
		vertical-align: bottom;
	}
	
input.amount_field
{
	text-align: right;
	width: 50px;
}	

td.data_title {
	font-weight: bold;
}

td.data_text {
	font-weight: normal;
}

div.campaign {
	background: #ededed;
	color: black;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	margin-bottom: 10px;
	padding: 10px;
	overflow: auto;
	position: relative;
}

div.group {
	background: #ededed;
	color: black;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	margin-bottom: 10px;
	padding: 10px;
	overflow: auto;
	position: relative;
}


div.group p.group_description
{
	
}

div.group p.open
{
	visibility: hidden;
	display: none;
}

div.group img {
	margin: 10px;
	float: right;
}

div.group p.count {
	clear: right;
	text-align: right;
}

	table.product_list img 
	{
		border: 0;
	}
	table.product_list tr.list_subtitle td {
		background: transparent;
		text-transform: uppercase;
		text-align: left;
		empty-cells: show;
	}

	table.product_list tr.list_title td 
	{
		border-bottom: 1px solid #c0c0c0;
		background: #ededed;
		text-transform: uppercase;
		text-align: left;
		empty-cells: show;
		padding-top: 4px;
		padding-bottom: 4px;
	}
	table.product_list tr.list_title 
	{
		border-right: 1px solid #c0c0c0;
	}
	.right 
	{
		text-align: right;
	}
	table.product_list tr.list_title td.right 
	{
		border-bottom: 1px solid #c0c0c0;
		background: #ededed;
		text-transform: uppercase;
		text-align: right;
		empty-cells: show;
		padding-top: 4px;
		padding-bottom: 4px;
	}

	input.image 
	{
		border: 0;
		background: white;
	}
	table.product_list td 
	{
		padding: 4px;
	}
	table.product_list td.total 
	{
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		background: #ededed;
		padding: 6px;
		font-size: 11pt;
		font-weight: bold;
	}
	table.product_list tr.list_item_noborder td.right 
	{
		background: transparent;
		text-align: right;
		empty-cells: show;
	}
	table.product_list tr.list_item_noborder td 
	{
		background: transparent;
		text-align: left;
		empty-cells: show;
	}

	table.order 
	{
		margin: 5px;
		padding: 5px;
/*		width: 98%;*/
		border-right: 1px solid #c0c0c0;
		border-bottom: 1px solid #c0c0c0;
		background: #ededed;
		border-collapse: collapse;
	}
	table.order td 
	{
	}
	table.order td.border_left 
	{
		border-left: 1px solid #c0c0c0;
		padding-left: 20px;
	}
	table.order td.data_title 
	{
		width: 40%;
		font-weight: bold;
	}
	table.order td.data_text 
	{
		width: 60%;
		font-weight: normal;
	}


	table.customer_data 
	{
		margin: 5px;
		padding: 5px;
/*		width: 98%;*/
	}
	table.customer_data td.data_title 
	{
		width: 40%;
		font-weight: bold;
	}
	table.customer_data td.data_text 
	{
		width: 60%;
		font-weight: normal;
	}

	table.product_list tr.list_item 
	{
		border-top: 1px solid #c0c0c0;
	}

	div.price a:link, div.price a:visited, div.price a:hover 
	{
		color: black;
		font-size: 18px;
		font-weight: normal;
		text-decoration: none;
	}
	div#oldprice {
		clear: right;
		color: black;
		font-size: 16px;
		font-weight: normal;
		float: right;
		height: 30px;
		line-height: 30px;
		text-decoration: line-through;
	}
	
	

	div#oldprice_list{
		text-decoration: line-through;
	}
	
	div#price 
	{
		clear: right;
		color: black;
		font-size: 18px;
		font-weight: normal;
		float: right;
		height: 30px;
		line-height: 30px;
	}
	div#pricetitle 
	{
		clear: both;
		float: left;
		font-weight: bold;
		height: 30px;
		line-height: 30px;
	}
	
	div#oldprice {
		clear: right;
		color: black;
		font-size: 16px;
		font-weight: normal;
		float: right;
		height: 30px;
		line-height: 30px;
		text-decoration: line-through;
	}
	
	td#price_cell
	{
		width: 40%;
	}
	
	td#description_cell
	{
		width: 60%;
	}

	div#oldprice_list{
		text-decoration: line-through;
	}
	
	div#stocktitle 
	{
		clear: both;
		float: left;
		font-weight: bold;
		height: 20px;
		line-height: 20px;
	}
	div#stockvalue
	{
		clear: right;
		font-weight: normal;
		float: right;
		height: 20px;
		line-height: 20px;
	}
	div.attributetitle 
	{
		clear: both;
		font-weight: bold;
		height: 20px;
		line-height: 20px;
	}
	div.attribute 
	{
		clear: right;
		font-weight: normal;
		height: 20px;
		line-height: 20px;
	}

	div.price_2 
	{
		color: #5c0000;
		font-size: 14px;
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
		line-height: 35px;
		z-index: 5;
		position: relative;
		overflow: hidden;
	}
	
	p.product_link a 
	{
		text-decoration: none;
		font-style: italic;
		font-size: 10pt;
		color: #007F0E;
	}
	p.product_name_1 
	{
		font-weight: bold;
		font-size: 12pt;
		margin-top: 0px;
	}
	p.product_name_2 
	{
		font-weight: normal;
		font-size: 10pt;
	}
	
	p.product_code 
	{ 
		margin-bottom: 0;
		margin-top: 0px;
	}

	div.addtocart 
	{
		text-align: center;
		overflow: auto;
		clear: both;
		margin-top: 10px;
	}
	table.product_list tr.list_item td 
	{
		border-bottom: 1px solid #c0c0c0;
		background: transparent;
		text-align: left;
		empty-cells: show;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	table.product_list tr.list_item td.right 
	{
		border-bottom: 1px solid #c0c0c0;
		background: transparent;
		text-align: right;
		empty-cells: show;
		padding-top: 2px;
		padding-bottom: 2px;
		padding-right: 4px;
	}

	table.product_list 
	{
		border: 0;
		margin: 5px;
/*		width: 98%;*/
		font-family: Verdana, Arial, sans-serif;
		font-size: 9pt;
		border-collapse: collapse;
	}
	div.left_picture 
	{	
		position: absolute;	
		top: 40px;
		right: 195px;
		float:right;
		width: 240px;
		z-index: -1;
	}

	div.right_picture 
	{
		position: absolute;
		right: 10px;
		top: 40px;
		z-index: -1;
	}

	div.special 
	{
		z-index: 6;
		position: absolute;
		right: 5px;
		top: 35px;
	}

	
	td.left_item 
	{
		border:0; 
		float: left; 
		margin: 0;
		margin-left: 10px;
		padding: 0;
		width:45%;
		min-height:190px;
		position:relative;
		border-right: 2px dashed #c0c0c0;
	}

	td.right_item 
	{
		border:0; 
		float: left; 
		margin: 5px;
		margin-right: 10px;
		padding: 5px;
		width:45%;
		min-height:190px;
		position:relative;
	}

	p.title 
		{
		font-weight: bold;
		margin: 2px;
	}

	p.text 
	{
		width: 140px;
	}

	input.refresh 
	{
		background-color: white;	
		border: 0;
		background-image: url("pic/refresh.gif");
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 10px;
		color: black;
	}
	input.refresh:hover 
	{
		color: #C40001;
		cursor: pointer;
	}


	td#description_cell 
	{
		vertical-align: top;
		text-align: left;
		padding-right: 20px;
	}
	td#price_cell 
	{
		border: 1px solid #c0c0c0;
		background-color: white;
		vertical-align: top;
		text-align: left;
		width: 180px;
		padding: 10px;
	}	
	td#price_cell img 
	{
		text-align: center;
	}	

	
	div#frontpage_latest_products,
	div#frontpage_popular
	{
		clear: right;
	}
	
	
	div.small_login
	{
		float: right;
		width: 200px;
		background-color: #e0e0e0;
		border-bottom: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		padding: 10px;
		overflow: auto;
	}
	
	div#frontpage_latest_products ul,
	div#frontpage_popular ul
	{
		list-style: none;
		margin: 0px;
		padding: 0;
	}
	
	div#frontpage_latest_products ul li,
	div#frontpage_popular ul li
	{
		float: left;
		background-color: #e0e0e0;
		border-bottom: 1px solid #c0c0c0;
		border-right: 1px solid #c0c0c0;
		min-height: 132px;
		padding: 10px;
		overflow: auto;
		margin: 5px;
		width: 28%;
	}
	
	div#frontpage_latest_products ul li img,
	div#frontpage_popular ul li img
	{
		border: 1px solid #c0c0c0;
		background-color: white;
		padding: 6px;
		margin: 5px;
	}
	div#frontpage_latest_products ul li a,
	div#frontpage_popular ul li a
	{
		font-weight: bold;
		font-size: 12pt;
		color: #9b050a;
		text-decoration: none;
	}

	
	
		
	div#cartsaved, 
	div#cartremoved 
	{
		position: absolute;
		top: 300px;
		
		width: 300px;
		height: 200px;
		z-index: 100;
		overflow:hidden;
	
		margin-left: auto;
		margin-right: auto;
		background-color: #dfdfdf;
		border: 1px solid black;
		z-index: 3;
		visibility: hidden;
	
		padding: 6px;
	
		font-size: 10pt;
	}
	
	div#cartsaved h1,
	div#cartremoved h1 
	{
		font-size: 14pt;
	}
	
	
	div#cartsaved p,
	div#cartremoved p 
	{
	}
	
	
	div#cartsaved p.close,
	div#cartremoved p.close 
	{
		float: right;
		margin-top: 0;
		margin-bottom: 0;
	}
	
