

div.ShowProductsImg {
	margin: 0px 0px 0px 0px;	
	border-width: 1px;
	border-style: solid;
	border-color: #000000;	
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	padding-bottom: 3px;
	width: 100%;
}

span.ShowProductsPriceNormal {
	color: #333333;
	font-size: 13px; 
	font-weight: bold;
}

span.ShowProductsPriceDiscount {
	color: #ff0000;
	font-size: 13px; 
	font-weight: bold;
}

table.ShowProductsMainTable {
	border-spacing: 1px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-collapse: separate;
	border: 0px none #484848;
}

td.ShowProductsMainHeadline {
		
	background-color: #CCCCCC;
	
	color: #000000;
	font-size: 14px; 
	font-weight: bold;
	margin: 0px 0px 0px 0px;
  	padding: 2px 2px 2px 2px;
}

td.ShowProductsHeadline {
		
	background-color: #CCCCCC;
	
	color: #FF0033;
	margin: 0px 0px 0px 0px;
  	padding: 2px 2px 2px 2px;
}

div.ShowProductsItemHeadline {
		
	background-color: #CCCCCC;
	
	color: #FF0033;
	font-size: 13px;
  	padding: 2px 2px 2px 2px;
	margin-bottom: 1px;
}

a.ShowProductsItemHeadline, a:link.ShowProductsItemHeadline, a:active.ShowProductsItemHeadline, a:visited.ShowProductsItemHeadline {
	font-size: 13px;
	color: #FF0033;
	font-weight: bold;
	text-decoration: none;
}

a:hover.ShowProductsItemHeadline {
	text-decoration: underline;
}

select.ShowProductsAddItemsFormSelectQuantity {
	color: #000000;
	font-size: 10px;
	background-color: #FFFFFF;
}

select.ShowProductsAddItemsFormSelectAttribute {
	color: #000000;
	font-size: 10px;
	background-color: #FFFFFF;
}

input.ShowProductsAddItemsSubmit {
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
	color: #000000;	
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
		
	background-color: #CCCCCC;
	
}

table.ShowProductsItemTable {
	border-spacing: 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	border-collapse: collapse;
	border: 0px solid #484848;
		
	background-color: #CCCCCC;
	
}

div.ShowProductsItemAttributeNote {
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #000000;
	background-color: #ffcc00;
	font-weight: bold;
}

table.ShowProductsItemAttribute {
	padding: 2px 2px 2px 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
	background-color: #ffcc00;
	font-weight: bold;
	width: 100%;
	margin-bottom: 1px;
}

a.ShowProductsAddItemsFormAvailabilityLink, a:link.ShowProductsAddItemsFormAvailabilityLink, a:active.ShowProductsAddItemsFormAvailabilityLink, a:hover.ShowProductsAddItemsFormAvailabilityLink, a:visited.ShowProductsAddItemsFormAvailabilityLink {
	font-size: 11px;
	color: #FF0033;
	font-weight: normal;
	text-decoration: underline;
}

a.ShowProductsItemAttributeNoteLink, a:link.ShowProductsItemAttributeNoteLink, a:active.ShowProductsItemAttributeNoteLink, a:hover.ShowProductsItemAttributeNoteLink, a:visited.ShowProductsItemAttributeNoteLink {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

a.ShowProductsLinkDetails, a:link.ShowProductsLinkDetails, a:active.ShowProductsLinkDetails, a:hover.ShowProductsLinkDetails, a:visited.ShowProductsLinkDetails {
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

span.ShowProductsSmallProductDescription {
	font-size: 11
	color: #333333;
}

td.ShowProductsItemTableColor {
	color: #FF0033;
}


