﻿
.productImage
{
	border: 1px solid #bebebe;
	padding: 5px;
	height: 200px;
	text-align: center;
	vertical-align: middle;
}

.productName
{
	font-size: 14px;
}
.productPrice
{
}
.productPriceIncludeTax
{
	font-size: 14px;
	color: #666666;
}

.productOptions
{
	text-align: center;
}
.produtcDetailsUserMenu
{
	width: 200px;
	vertical-align: top;
}
.produtcDetailsInformation
{
	vertical-align: top;
}


.productPreview
{
	width: 200px;
	height: 200px;
}

.productThumbnail
{
	width: 100px;
	height: 100px;
}

.productFullImage
{
	padding: 10px;
	border: 1px solid #bebebe;
	margin: 10px;
	max-width: 400px;
}
.productNameAsTitle
{
	font-size: 16px;
	padding-bottom: 10px;
}
.productSalesPrice
{
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}
 

/****************/
.product_list_name
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #666666;
	padding: 5px;
}

.product_list_name a
{
	color: #666666;
	text-decoration: none;
}

.product_list_name a:hover
{
	text-decoration:underline; 
}



.product_list_image
{
	vertical-align: middle;
	text-align: center;
}

.product_list_text
{
}

.product_list_price
{
	text-align: center;
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

.product_list_discounted_price
{
	text-align: center;
	color: #FF0000;
	font-size: 16px;
	text-decoration: line-through;
	padding-left: 5px;
}

.product_list_buttons
{
	text-align: center;
}

.product_list_seperator
{
	height: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #bebebe;
}


/****************/