﻿.cssMain
{
	/*background-color: red;*/
	position: absolute;
	top: 50%;
	left: 45%;
	font-weight: bold;
	font-size: 10pt;
	color: #FF3300;
	font-style: normal;
	font-family: 'Microsoft Sans Serif';
}

.cssDiv
{
	background-color: #B1AB03;
	filter: alpha(opacity=50);
	opacity: 0.7;
}

.scrollArea
{
	width: 450px;
	height: 500px;
	padding-left: 5px;
	padding-right: 5px;
	border-color: #6699CC;
	border-width: 1px;
	border-style: solid;
	float: left;
	overflow: auto;
}

body
{
	background: #FFFFFF;
	margin: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	padding: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

table
{
	color: #000000;
	font: 12px Arial;
}

.pagelink
{
	font-size: 10px;
}


/*---------------------- HEADER & FOOTER ------------------------------*/
.footer
{
	padding-top: 10px;
	color: #333333;
	font: 11px Century Gothic;
	float: right;
	margin: 0 auto;
	padding-bottom: 20px;
}


/*---------------------- SHOPING CART ------------------------------*/
.snumber
{
	height: 58px;
	float: left;
	font: bold 42px Century Gothic;
	color: #FF0000;
}

.snumber_black a
{
	text-decoration: none;
	color: #000000;
}


.snumber_black a:hover
{
	text-decoration: none;
	color: red;
}

/*---------------------- MENU ------------------------------*/
.menu
{
	background-color: #993366;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

.menu a
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}


.menu a:hover
{
	text-decoration: none;
	color: red;
	font-weight: bold;
}

/*----------------------------------------------------*/

/*---------------------- PRODUCT CATEGORY ------------------------------*/
.product-category a
{
	text-decoration: none;
	color: #bd3366;
}


.product-category a:hover
{
	text-decoration: none;
	color: red;
}

/*----------------------------------------------------*/

.nav
{
	width: 600px;
	float: right;
	font: 14px Century Gothic;
	padding-top: 25px;
	text-align: right;
}

.nav a, .nav a:hover
{
	color: #FF0000;
	text-decoration: none;
}

/*------------------------- INPUT ---------------------------*/
input
{
	/*border: 1px solid #333;*/
	border: 1px solid #993366;
	padding: 2px; /* background: #000; 	color:#959595;*/
	font: 12px Arial;
}

.input
{
	/*border: 1px solid #333;*/
	border: 1px solid #993366;
	padding: 2px; /*  background: #000; 	color:#959595;*/
}

textarea
{
	border: 1px solid #993366;
	padding: 2px; /*background: #000; 	color:#959595;*/
}

.button
{
	border: 1px solid #171717;
	background: #171717;
	padding: 2px 8px;
	color: #FFFFFF;
	font-weight: bold;
}
.button:hover
{
	border: 1px solid #333;
	background: #333;
	padding: 2px 8px;
	color: #959595;
}

/*-------------------- CONTENT------------------------------*/

h1
{
	font: bold 16px Century Gothic;
	margin: 0.5em 0;
	color: #bd3366;
}

h2
{
	font: 14px Century Gothic;
	margin: 0.5em 0;
	color: #bd3366;
}
h3
{
	font: 14px Century Gothic;
	margin: 0.1em 0;
	color: #bd3366;
}

h4
{
	font: 14px Century Gothic;
	margin: 0.5em 0;
	color: #bd3366; /*color:#907854;*/
}

h5
{
	font: 14px Century Gothic;
	margin: 0.2em 0;
	color: #bd3366;
}

.style1
{
	color: #FF0000;
}

a
{
	/*color:#1c6b94;*/
	color: #FFFFFF;
	text-decoration: none;
}

a:hover
{
	/*color:#e55d11;*/
	color: #FF0000;
	text-decoration: none;
}


/*--------------     PRODUCT CATEGORY  LIST      ------------------------------*/
.block_directory
{
	margin: 6px;
	padding: 8px;
	float: left;
	width: 90%;
	border: 0px solid #baa78c;
}

.block_directory:hover
{
	border: 0px solid #baa78c; /*border:1px solid #eee; 	background:#baa78c;*/
}
ul.list_directory
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul.list_directory li
{
	/*width:250px;*/
	padding: 5px;
}

ul.list_directory li:hover
{
	background: #1c1c1c;
}

.block_directory a
{
	/*color:#1c6b94;*/
	color: #959595;
	text-decoration: none;
}

.block_directory a:hover
{
	/*color:#e55d11;*/
	color: #959595;
}


/*****************/
/* Error Message */
/*****************/
.ErrorMessagePageValidation
{
	font-weight: bold;
	font-size: 9pt;
	color: #FF3300;
	font-style: normal;
	font-family: 'Microsoft Sans Serif';
}
