﻿body
{
	color: Silver;
	font-family: Arial;
	text-align: justify;
	font-size: 15px;
}

H3
{
	text-align: center;
	padding-top: 15px;
	color: #000084;
}

a.Menu
{
	display: block;
	font-size: 15px;
	text-align: right;
	color: Silver;
	padding: 7px;
	font-family: Arial;
}

a:hover.Menu
{
	display: block;
	font-size: 15px;
	text-align: right;
	color: white;
	padding: 7px;
	font-family: Arial;
}

a
{
	color: Silver;
	font-family: Arial;
}

td.Content
{
	vertical-align: top;
	width: 600px;
	height: 500px;
	background-color: Black;
	font-family: Arial;
}

div.Menu
{
	display: block;
	border-right: silver thin solid;
	border-top: silver thin solid;
	border-left: silver thin solid;
	border-bottom: silver thin solid;
	height: 25px;
	width: 120px;
	float: right;
	font-family: Arial;
}
td.Menu
{
	vertical-align: top;
	text-align: right;
	font-family: Arial;
}

table.Menu
{
	float: right;
	font-family: Arial;
}





a.Text
{
	color: Blue;
	display: block;
	font-family: Arial;
}





/*
Css part for category page
*/

a.textproduct
{
	height: 25px;
	display: block;
	color: Black;
	font-size: 12px;
	font-family: Arial;
}

li.Products
{
	float: left;
	font-family: Arial;
}

div.Image
{
	background-color: White;
	height: 94px;
	width: 125px;
}

div.Text
{
	height: 31px;
	width: 125px;
}

div.Container
{
	position:relative;
	text-align: center;
	width: 125px;
	height: 125px;
	background-color: #708090;
	font-family: Arial;
	margin-right: 15px;
	margin-bottom: 15px;
	top:0;
	left:0;
	z-index:1;
}
div.Behind
{
	position:relative;
	left:5px;
	top:5;
	width:125;
	height:125;
	background-color:Black;
}
div.Bundle
{
	position:relative;
	width:130;
	height:130;
	border-width:thin;
	border-color:Red;
}

div.ContainerProducts
{
	text-align: center;
	background-color: #B2B4BF;
	width: 100%;
	height: 100%;
	font-family: Arial;
}

