﻿/*** The style sheet for the left-menu-default-master-page				***/
/*** and the content page that is used, when using this master page.	***/

/* The left column (the menu) */
.leftColumn
{
	position:relative;
	left: 0px;
	top: 0px;
	/* height: 500px; */
	width: 160px;
	text-decoration:none;
}

/* The background colour of the left columns */
#backGroundImage
{
	width:100%;
	height:500px;
}
#backGroundSpacer
{
	width:100%;
	position:relative;
	top:-3px;
}

/* */
#leftColumnContent
{
	position:absolute;
	top:0px;
	left:14px;
}

.menuHeader
{
	font: verdana;
	font-weight: bold;
	font-size: 9pt;
	color: #C4341A;
}

#amvinaLeftMenu li,a:link,a:visited,a:hover
{
	color: #dc143c; 
}

/* Content Area */

#contentTextArea, #contentTextAreaWide, #vacancyContentTextArea
{
	width:440px;
	text-align:justify;
	font-family:Verdana;
	font-size:8pt;
	color: #000000; 
}

#contentTextAreaWide
{
	width:587px;
}

#vacancyContentTextArea
{
	width:410px;
}

.textBoxContent, .searchPageTextBox
{
	font-family:Verdana;
	font-size:8pt;
	color:Black;
	border:solid 1px #dc143c;
	width: 300px;
}

.buttonContent
{
	font-family:Arial;
	font-size:9pt;
	color:Black;
	border:solid 1px #dc143c;
	width: 60px;
	background-color:#C00000;
	color:White;
	cursor:pointer;
	width:80px;
}

/*** News & Latest ***/

#newsArea, #newsContent, #latestArea, #latestContent
{
	width:600px;
	text-align:justify;
	font-family:Verdana;
	font-size:8pt;
	color: #000000; /* #dc143c; */
}

#newsContent, #latestContent
{
	position:absolute;
	top:30px;
	left:0px;
}

.newsItemHeader, .latestItemHeader
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	color:#C4341A;
	margin-bottom: 1px;
}

.latestItemHeader
{
	font-size:10pt;
}

.dateHeader
{
	font-family:Verdana;
	font-size:7pt;
	color:#000000; 
	margin-bottom: 1px;
}

/*** Newsletter ***/
#newsLetterImageArea
{
	position:absolute;
	left:355px;
	top:10px;
	z-index:0;
}

/*** Contact Us ***/

.adressCellLeft
{
	width:120px;
}

#contactUsTable
{
	position:relative;
	z-index:100;
}

#contactUsImageArea
{
	position:absolute;
	left:328px;
	top:-10px;
	z-index:0;
}


/*** Search ***/

.searchPageTextBox
{
	width:150px;
}


/*** Shops ***/

#FindProductOptionBoxesArea
{
	position:absolute;
	top: 50px;
	left:5px;
	width:165px;
}

.FindProductOptionBox
{
	font: verdana;
	font-size: 8pt;
	color: #000000;		
	width:165px;
}

#findResellerTable
{
	width:300px;
}

#resellersArea
{
	width:600px;
	position:absolute;
	top:130px;
	left:0px;
}

.resellerCellHeader
{
	width:200px;
	vertical-align:bottom;
}

.shopCell, .webShopCell
{
	width:210px;
	height:45px;
	vertical-align:top;
	text-align:left;
}

.webShopCell
{
	width:180px;
}

#resellerVerticalLineArea
{
	position:absolute;
	left:395px;
	top:160px;
}

#resellerVerticalLine
{
	border-left: dotted 1px gray;	
	border-right-width: 0px; 
	border-top-width: 0px; 
	border-bottom-width: 0px; 
}

.resellerAddress
{
	font-family:Verdana;
	font-size:7pt;
	color: #000000; 
}

.resellerLink
{
	font-family:Verdana;
	font-size:7pt;
	color: #dc143c; 
	text-decoration:underline;
}

#postCodeErrorArea
{
	position:absolute;
	top:170px;
	left:8px;
	width:350px;
	color:Red;
}


