html,body 
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
	background-image: url(../images/bckg.jpg);
}

.label
{
	font-family: Arial;
	font-size: 12px;
}
A:link,A:visited,A:active,A:hover {
	color: 03497e;
	cursor:hand;
	cursor:pointer;
	font-family: verdana;
	font-size: 12px;
}

.button
{
	border: 1px solid #606060;
	cursor:hand;
	cursor:pointer;
	font-family: verdana;
	font-size: 12px;
	color: #606060;
	background-image: url(../images/btn_back.gif);
}
#container
{
	margin: 0 auto;
	text-align: center;
	background-color: transparent;
	padding: 0px;
	font-family: Arial;
	font-size: 11px;
}
#product_container
{
	float:left;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	width: 100%;
	height: 100%;
	background-color: #EEEEEE;
}
#main
{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
}

#display
{
	float:center;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #BBBBBB;
	background-color: #FFFFFF;
}

#shopping_cart
{
	float:center;
	text-align: center;
	font-family: Arial;
	font-size: 11px;
	margin-top: 20px;
	margin-bottom:20px;
	margin-left: 30px;
	margin-right: 30px;
	width: 775px;
	border: 1px solid #606060;
	background-color: #FFFFFF;
}
#shopping_cart_add
{
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	width: 50px;
	height: 100%;
	border: 1px solid #606060;
	background-color: #FFFFFF;
	cursor:pointer;
}

.label
{
	font-family: Arial;
	font-size: 20px;
	color:#21A5C2;
	text-align:center;
}

.address
{
	font-family: Arial;
	font-size: 13px;
	color:#21A5C2;
	text-align:center;
	margin-top: 25px;
	background: #FFFFFF;
}
.border
{
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	cursor: hand;
	cursor:pointer;
	color:#FFFFFF;
}
.border_thin
{
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	font-family: Arial;
	font-size: 12px;
	cursor: hand;
	cursor:pointer;
	color:#FFFFFF;
}
.border_form
{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
	font-family: Arial;
	font-size: 12px;
	cursor: hand;
	cursor:pointer;
	color:#000000;
}

.moved_div
{
	position: absolute;
	display:none;
}
.blank
{
	position: relative;
	
	left:0px;
	top:0px;
}
.center_screen
{
	float:center;
	position: absolute;
	z-index: 99999;
	width:700px;
	height:300px;
	border-top:1px solid #020202;
	border-bottom:1px solid #020202;
	border-right:1px solid #020202;
	border-left:1px solid #020202;
	margin: 0 auto;
	top: 50px;
	
}
.back_div
{
	float:center;
	position: absolute;
	z-index: 99998;
	width:1500px;
	height:1500px;
	border-top:1px solid #020202;
	border-bottom:1px solid #020202;
	border-right:1px solid #020202;
	border-left:1px solid #020202;
	left:0px;
	top:0px;
	background:#173E5E;
	filter:alpha(opacity:90);
	-moz-opacity:.90;
}
.normal
{
	font-family: Arial;
	font-size: 12px;
	color:#FFFFFF;
	text-align:center;
	background:#03497E;
}
.normal_text
{
	font-family: Arial;
	font-size: 12px;
	color:#000000;
	text-align:center;
	background: #EEEEEE;
}
.normal_text_1
{
	font-family: Verdana;
	font-size: 12px;
	color:#0596d5;
	text-align:center;
	background-image: url(../images/btn_back.gif);
	border:1px solid #FFFFFF;
}
.normal_bkgrnd
{
	font-family: Arial;
	font-size: 12px;
	color:#999999;
	text-align:center;
	background: #000000;
}
.photo_text
{
	font-family: Arial;
	font-size: 9px;
	color:#999999;
	text-align:center;
	background: #DDDDDD;
}
.center_screen_left
{
	position: absolute;
	float:center;
	z-index: 99999;
	width:700px;
	height:300px;
	border-top:1px solid #020202;
	border-bottom:1px solid #020202;
	border-right:1px solid #020202;
	border-left:1px solid #020202;
	margin: 0 auto;
	top: 50px;
}
#shopping-cart-drop
{
	width:100%;
	height:100%;
	border-top:1px solid #020202;
	border-bottom:1px solid #020202;
	border-right:1px solid #020202;
	border-left:1px solid #020202;
	margin: 0 auto;
	background:#21A5C2;
}
.textbox
{
	border-top:1px solid #020202;
	border-bottom:1px solid #020202;
	border-right:1px solid #020202;
	border-left:1px solid #020202;
	cursor: hand;
	cursor:pointer;
	color:#000000;
	font-family: Arial;
	font-size: 12px;
}