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

div.sub_module div.search input {
	width: 120px;
}
div.sub_module div.search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

div.sub_module ul.submenu {
	list-style-type: circle;
	margin-left: 20px;
}
	
	input.imagebutton {
		margin:0;
		border:0;
		padding: 0;
		margin-left: 10px;
		margin-top: 6px;
		vertical-align: bottom;
	}
	input.addbutton {
		margin-left: 10px;
	}
	

table#product_datatable 
{
	width: 99%;	
}

td.data_title {
	font-weight: bold;
}

td.addtocart {
	text-align: right;
}

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 {
	border-bottom: 1px solid #c0c0ff;
	color: black;
	padding: 10px;
	clear: right;
}


div.group p.group_description
{
	margin: 0;
	padding: 0;
}

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

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

div.group p.count {
	margin: 0;
	padding: 0;
	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#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;
	}
	
	input.amount_field 
	{
		width: 70px;
		height: 16px;
		vertical-align: middle;
		margin-top: 10px;
		
	}
	div#addtocart 
	{
		text-align: center;
	}
	div#addtocart .imagebutton
	{
		vertical-align: middle;
		margin-top: 10px;
	}
	td.addtocart input.amount_field 
	{
		width: 30px;
		height: 16px;
		vertical-align: middle;
		margin-top: 0px;
		margin-bottom: 0px;
		
	}
	
	td.addtocart input.image
	{
		vertical-align: middle;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	p.product_link a {
		text-decoration: none;
		font-style: italic;
		font-size: 10pt;
		color: #007F0E;
	}
	p.product_name_1 {
		font-weight: bold;
		padding: 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	p.product_name_2 {
		font-weight: normal;
		font-size: 10pt;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	p.product_code { 
		margin-top: 0px;
		margin-bottom: 0px;
	}
	table.product_list tr.list_item td {
		border-bottom: 1px solid #c0c0c0;
		background: transparent;
		text-align: left;
		empty-cells: show;
		padding-top: 7px;
		padding-bottom: 7px;
	}
	table.product_list tr.list_item td.right {
		border-bottom: 1px solid #c0c0c0;
		background: transparent;
		text-align: right;
		empty-cells: show;
		padding-right: 4px;
		padding-top: 7px;
		padding-bottom: 7px;
	}

	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;
	}

	input.amount_field {
		width: 30px;
	}

	td#price_cell {
		border: 1px solid #c0c0c0;
		background-color: #f0f0f0;
		vertical-align: top;
		text-align: left;
		width: 250px;
		padding: 10px;
		float: right;
	}	
	div#price_cell img {
		text-align: center;
	}

	
	
	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,
	div#frontpage_popular,
	div#frontpage_campaign
	{
/*		clear: both;*/
	}
	
	div#frontpage_latest_products ul,
	div#frontpage_popular ul,
	div#frontpage_campaign ul
	{
		list-style: none;
		margin: 0px;
		padding: 0;
	}
	
	div#frontpage_latest_products ul li,
	div#frontpage_popular ul li,
	div#frontpage_campaign ul li
	{
/*		float: left;
				width: 28%;
		*/
		background-color: #e0e0e0;
		border-left: 1px solid #dcdcdc;
		border-top: 1px solid #dcdcdc;
		border-bottom: 1px solid #959595;
		border-right: 1px solid #959595;
		padding: 10px;
		overflow: auto;
		margin: 5px;
	}
	
	div#frontpage_latest_products ul li img,
	div#frontpage_popular ul li img,
	div#frontpage_campaign ul li img
	{
		border: 1px solid #169f00;
		background-color: white;
		padding: 6px;
		margin: 5px;
		float: right;
	}
	div#frontpage_latest_products ul li a,
	div#frontpage_popular ul li a,
	div#frontpage_campaign 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;
	}

