*
{
	font-family: 'trebuchet ms', 'trebuchet', arial, sans-serif;
}

body
{
	/*background-color: #eeeeee ;*/
}

a:hover
{
}

a:visited
{
}

#container
{
	margin:30px auto 20px;
	position:relative;
	width:820px;
}

#header
{
	background-image: url("../im/header.png");
	width:820px;
	height: 200px;
}

#footer
{
	background-image: url("../im/footer.png");
	width:820px;
	height: 30px;
}

#cont-left
{
	background-image: url("../im/border_left.png");
	background-position:left top;
	background-repeat:repeat-y;
	width:820px;
}

#cont-right
{
	background-image: url("../im/border_right.png");
	background-position: right top;
	background-repeat: repeat-y;	
	width:820px;
}

#page
{
	background-image: url("../im/left_grad.png");
	background-repeat: repeat-y;
	margin-left: 53px;
	width: 750px;
	
	position: relative;
}

#menu-left
{
	float: left;	
	width: 170px;
	
}

#content
{
	padding: 5px;
	padding-bottom: 0px;
	width: 555px;
	float: left;
	padding-top: 15px;
	
	min-height: 200px;
}

#content h1
{
	border-bottom:7px solid #E1E1E1;
	color:#646464;
	font-size:20px;
	font-weight:bold;
	margin:0px 0px 0.4em;
	padding:0px 0px 2px;
}

#content h2
{
	background:#BEBEBE none repeat scroll 0%;
	clear:both;
	color:#FFFFFF;
	font-family:"trebuchet ms",arial,sans-serif;
	font-size:20px;
	font-weight:bold;
	margin:1em 0pt 0em;
	padding:2px 0pt 2px 2px;
}

/* For IE6 */
* html #content
{
	height: 200px;
}

#menubar
{
	background-image: url("../im/button.png");
	text-decoration:none;
	width: 750px;
	height: 31px;
}

.button
{				
	height: 26px;
	background-repeat: repeat-x;
	width: 100px;
	text-align: center;
	padding-top: 5px;
	font-family: arial;
	font-weight: 900;
	float: left;
	margin: 0px;
	
	border-left-width: 1px;
	border-right-width: 1px;
	
	border-left-color: #aaa;
	border-right-color: white;
	
	border-left-style: solid;
	border-right-style: solid;
	
	color: #222;
}

.button-nofocus
{
	background-image: url("../im/button.png");
}

.button-focus
{
	background-image: url("../im/button_focus.png");
}

#menubar a
{
	text-decoration: none;
	//background-image: url("../im/button.png");  /* Leave for IE6 */
	color: #444;
}

#menubar a:hover
{
	background-image: url("../im/button_focus.png");
	color: black;
}

.clear
{
	clear: both;
}

.menu-left-header
{
	background-image: url("../im/left_buttongrad.png");
	background-repeat: repeat-x;
	height: 28px;
	width: 145px;
	
	font-family: arial;
	font-weight: 900;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12pt;
	color: #eee;
}

.menu-left-item
{
	padding: 10px;
	padding-right: 5px;
	font-family: arial;
	font-weight: 900;
	padding-top: 5px;
	font-size: 10pt;
	display: block;
	color: #000;
}

.clear
{
	clear: both;
}

.spacer
{
	height: 18px;
}

.indent
{
	padding-left: 16px;
}

#content a 
{	
	color:#467AA7;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover 
{
	color:#2A5A8A;
	text-decoration:underline;
}
#content a:visited 
{
	color:#2A5A8A;
}

#content hr
{
	background:#d2d2d2 none repeat scroll 0%;
	border:medium none;
	clear:both;
}

#menu-left a
{
	padding: 10px;
	padding-right: 5px;
	font-family: arial;
	font-weight: 900;
	padding-top: 5px;
	font-size: 10pt;
	display: block;
	text-decoration:none;
	color: #0598F8;
	width: 135px;
}

#menu-left a:visited
{
	text-decoration:none;
	color: #0598F8;
}

#menu-left a:hover
{
	text-decoration:underline;
	color: #0598F8;
}

#menu-left a:active
{
	border: 0px;
}

.menu-left-item-focus
{
	font-size: 12pt ! important;
}

#loggedin
{
	float:right;
	padding: 7px;
	font-size: 8pt;
	color: #0598F8;
	background-image: none;
}

#loggedin:hover
{
	background-image: none !important;
	text-decoration: underline;
}

#menu-left .cart
{
	width: 96px;
	height: 96px;
	
	padding: 0px;
	margin: 15px;
	
	background-image: url("../im/cart.gif");
	
	cursor: pointer;
}

#menu-left .cart:hover
{	
	background-image: url("../im/cart_hover.gif");
}

#content .cart
{
	width: 48px;
	height: 48px;
	
	padding: 0px;
	margin: 15px;
	
	display: block;
	
	background-image: url("../im/smallcart.gif");
	
	cursor: pointer;
}

#content .cart:hover
{	
	background-image: url("../im/smallcart_hover.gif");
}

#cart-table, #user-table
{
	border: 1px solid gray;
	background-color: #ddd;
	font-size: 10pt;
	font-weight: bold;
	width: 100%;
}


.subitem, .additem, .removeitem, .infoitem
{
	width: 24px;
	height: 24px;
	
	padding: 0px;
	margin: 3px;
	
	cursor: pointer;
	
	display: block;
	
	float: left;
	
}

.subitem
{
	background-image: url("../im/minus.gif");
}

.additem
{
	background-image: url("../im/plus.gif");
}

.removeitem
{
	background-image: url("../im/remove.gif");
}

.infoitem
{
	background-image: url("../im/info.gif");
}

#user_table, #login-table, #logout-table
{
	width: 100%;
}
