﻿html
{
    overflow-y: scroll; 
}

body
{
	background-color:White;
	color:Black;
    font-family:Arial;
    font-size:12px;

    margin:0px;
    padding:0px;
}

a
{
	text-decoration:none;
	color:Black;
}

h1 
{ 
    display: inline; 
}

/*
input
{
    border:black 1px solid;
}
*/

/*
select
{
    border:black 1px solid;
    height:15px;
}
*/

option
{
    border:black 1px solid;
    height:15px;
}


/*
DESIGN ID ELEMENTS
*/

#ContainerBottomBreak
{
    width:100%;
    height:1px;
	background-image:url('../images/design/DotGray.png');
	background-repeat:repeat-x;    
	background-position:center;
}


#ContainerShoppingCartEmpty
{
    width:290px; 
    height:35px;
    text-align:center;
    line-height:35px;
    color:White;
	background-image:url('../images/design/ShoppingCartEmpty.png');
	background-repeat:no-repeat;    
	background-position:top center;
}

#ContainerShoppingCartNotEmpty
{
    width:290px; 
    height:35px;
    color:White;
	background-image:url('../images/design/ShoppingCartNotEmpty.png');
	background-repeat:no-repeat;    
	background-position:top center;
}

#ContainerShoppingCartExpanded
{
    width:290px; 
    overflow-x:hidden;
    background-color:#34d635;
	background-image:url('../images/design/GradientShoppingCart.png');
	background-repeat:repeat-x;    
	background-position:top center;
}

/*
DESIGN CLASSES
*/

.ToUpper
{
    text-transform:uppercase;
}


.SearchBox
{
    background-image:url('../images/design/SearchBoxBackground.png');
	background-repeat:no-repeat;    
	background-position:right;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height:18px;
	line-height:18px;
}
/*
TEXT DESIGN
*/