﻿/*-----Controls_MainMenu-----*/
.Controls_MainMenu
{
	
}
.Controls_MainMenu a
{
	color: White;
	text-decoration: none;
}
.Controls_MainMenu a:hover
{
	color: White;
	text-decoration: none;
}
/*-----end of Controls_MainMenu-----*/
/*-----Controls_FooterBlock-----*/
.Controls_FooterLinks
{
	width: 90%;
	height: auto;
	margin-top: 20px;
	text-align: left;
	margin-left: 5%;
}
.Controls_FooterLinks a
{
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #fff;
}
/*-----end of Controls_MainMenu-----*/
/*-----Controls_PageTextBlock-----*/
.Controls_PageTextBlock
{
	
}
.Controls_PageTextBlock_Title
{
	
}
.Controls_PageTextBlock_IntroText
{
	
}
.Controls_PageTextBlock_FullText
{
	
}
.Controls_PageTextBlock_Image
{
	
}
/*-----end of Controls_PageTextBlock-----*/
/*-----Controls_QuickLinks-----*/
.Controls_QuickLinks
{
	
}
.Controls_QuickLinks a
{
	color: White;
	text-decoration: underline;
}
.Controls_QuickLinks a:hover
{
	color: White;
	text-decoration: underline;
}
/*-----end of Controls_QuickLinks-----*/
/*----- Categories -----*/
.Categories
{
	width: 160px;
	height: auto;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.Categories_Title
{
	width: 100%;
	height: 30px;
	padding-top: 5px;
	font-weight: bold;
	float: left;
}
.Categories_Body
{
	width: 100%;
	height: auto;
	padding-top: 5px;
	font-weight: bold;
	float: left;
}
.Categories_Body a
{
	color: Black;
	background: url(../Images/arrow.gif) 0px 3px no-repeat;
	padding-left: 10px;
	margin-top: 3px;
	display: block;
	height: 16px;
}
.Categories_Body a:hover
{
	color: Black;
	background: url(../Images/arrow.gif) 0px 3px no-repeat;
	padding-left: 10px;
	margin-top: 3px;
	display: block;
	height: 16px;
}

/*----- end of Categories -----*/
/*-----Controls_ProductViewMade-----*/
.Controls_ProductViewMade
{
	width: 95%;
	height: auto;
}
.Controls_ProductViewMade_Title
{
	width: 100%;
	height: 30px;
	float: left;
	text-align: left;
}
.Controls_ProductViewMade_Title span
{
	font-size: 16pt;
	font-weight: bold;
}
.Controls_ProductViewMade_ImageBlock
{
	width: 100%;
	height: auto;
	float: left;
	text-align: left;
}
.Controls_ProductViewMade_Result
{
	width: 100%;
	height: auto;
	float: left;
}
.Controls_ProductViewMade_ResultWrapper
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 20px;
}
.Controls_ProductViewMade_Result_Name
{
	width: 96%;
	padding: 2%;
	height: auto;
	float: left;
	text-align: left;
	background: #ccc;
	font-weight: bold;
}
.Controls_ProductViewMade_Result_Img
{
	width: 30%;
	float: left;
	height: auto;
	text-align: left;
	margin-top: 10px;
}
.Controls_ProductViewMade_Result_Result
{
	width: 68%;
	float: right;
	height: auto;
	text-align: left;
	margin-top: 10px;
}
/*-----end of Controls_ProductViewMade-----*/
/*-----Controls_ProductViewVariant-----*/
.ProductViewVariant , .ProductViewVariant_Result
{
	width: 580px;
	height: auto;
	display: block;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.ProductViewVariant_Name
{
	width: 100%;
	height: 30px;
	float: left;
	text-align: left;
	font-size: 16pt;
	font-weight: bold;
	border-bottom: 3px solid black;
}
.ProductViewVariant_ImageBlock
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	text-align: left;
}
.ProductViewVariant_Result_Product
{
	margin-top: 15px;
	width: 99%;
	height: auto;
	float: left;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding-bottom: 10px;
}
.ProductViewVariant_Result_Product_Date
{
	width: 100%;
	height: 20px;
	background: #ccc;
	padding-top: 5px;
	text-align: left;
	font-weight: bold;
}
.ProductViewVariant_Result_Product_Date span
{
	margin-left: 10px;
}
.ProductViewVariant_Result_Product_Image
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}
.ProductViewVariant_Result_Product_Items
{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
}
/*-----end of Controls_ProductViewVariant-----*/
