/* Default CSS Stylesheet for a new Web Application project */
.cartlayer
{
   
    position:absolute;
    left:-50px;
    top:200px;
    z-index:300;   
}
.darkenBackground {
background-color: rgb(0, 0, 0);
opacity: 0.7; /* Safari, Opera */
-moz-opacity: 0.70; /* FireFox */
filter: alpha(opacity=70); /* IE */
z-index: 1;
height: 100%;
width: 100%;
background-repeat:repeat;
position:fixed;
top: 0px;
left: 0px;
}
.dropdown
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	}
.dlink
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:black;
	text-decoration:none;
}
.dlink:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	text-decoration:underline;
}
a
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	text-decoration:underline;
}
a:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	text-decoration:none;
}
.cartcopyfooter
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	
}
.cartcopy
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	padding-bottom: 8px;
}
.copy
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
}
.copylink
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	text-decoration: underline;
	
}
.copylink:hover
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:White;
	text-decoration: none;
	
}
.copyblack
{
	font-family:Verdana;
	font-size:10px;
	font-weight:400;
	color:black;
}
.copybold
{
	font-family:Verdana;
	font-size:10px;
	font-weight:800;
	color:White;
}

.gravitytitle		{
	font-family: Verdana;
	font-size: 10px;
	color:#ffcc00;
	
}


.title		{
	font-family: Verdana;
	font-size: 14pt;
	
	font-weight : bold;
}

.header		{
	font-family: Verdana;
	font-size: 12pt;
	
	font-weight : bold;
}

.highlight 
        {
            background-color: lemonchiffon; 
        }
.textbox 
	{
	BORDER-RIGHT: #3d3d3d 1px solid; 
	BORDER-TOP: #3d3d3d 1px solid; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #3d3d3d 1px solid; 
	BORDER-BOTTOM: #3d3d3d 1px solid; 
	FONT-FAMILY: Verdana, Arial, Sans-Serif;
	width:306px;
	}
.storetextbox
{
   
	FONT-SIZE: 10px; 
	color:Black;
	FONT-FAMILY: Verdana, Arial;
	width:178px;
	}
