﻿body
{
	font-family: Tahoma, Verdana, Helvetica, Helvetica-Narrow, sans-serif;
	margin: 0px;
	font-size: 0.7em;
}
.textDisplay
{
  font-size:small;
  color:Gray;
}

.full
{	
	width: 950px;		
	background: white;	
	margin: 0 auto;    
}

.fullwidth
{
	border: 1px solid black;
	width: 900px;	
	margin-right: auto;
	margin-left: auto;
	background: white;
	margin-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;	
}

#columnright
{ 
    margin-left: 500px;
  /*  position:relative; */
	background-color: white; 
}
 .rightblock
{
	border: 1px solid black;
	padding: 15px;
	margin-bottom: 10px;
	background: white;
	position: relative;
	width: 165px;
}
#columnleft
{
    float: left;
    width: 240px;
    background-color: white;
    /*position: relative; */
}
.leftblock
{
	border: 1px solid #DBDB79;
	padding: 15px;
	margin-bottom: 10px;
	background: white;
	vertical-align: top;
}

#columnNavigation
{
    float: left;
    width: 280px;
    background-color: white;
    margin-left: 10px;    
    
}
.Navigationblock
{
	border: 1px solid black;
	padding: 15px;
	margin-bottom: 10px;
	background: white;
	vertical-align: top;		
}

#columnFullContent
{
    margin-left: 295px;  
	background-color: white; 
	min-height:500px;
	height:auto;
}

.FullContentblock
{
	border: 1px solid black;
	padding: 15px;
	margin-bottom: 10px;
	background: white;
	position: relative;
	width: 615px;	
}

/* Shopping Cart Style....................................................................*/
.mycarthead
{
	font-weight:bold;
	color: black;
	text-align:center;
	height:40px;
}
.mycarthead td
{
	border-bottom:solid 3px #a6a6a6;
	border-right:solid 1px #a6a6a6;
}

.emptyCart
{
	color:#cc3300;
	font-size:11pt;
	font-weight:bold;

}
.prodname
{
	font-weight:bold;
	color: black;
	font-size:11px;	
}

.saleprice
{
	color:#cc3300;
	font-size:11pt;
	font-weight:bold;

}