@charset "utf-8";
/* CSS Document */

input.addProductButton {
	width:96px;
	height:24px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent url(/images/addtocart_button.gif) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	font-size:0px;
}

table#shoppingCart
{
	color: #fff;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

table#shoppingCart td
{
	background-color: #EEE;
	color: #000;
	padding: 4px;
	border: 1px #fff solid;
}

table#shoppingCart th
{
	background-color: #666;
	color: #fff;
	padding: 4px;
	border-bottom: 2px #fff solid;
	font-size: 12px;
	font-weight: bold;
}


.storeDropMenu {
	height: 43px;
	line-height: 43px;
	color: #005DC5;
	font-family: verdana, helvetica, arial;
	background-image: url(/Assets/Image/store/empty.gif);
	white-space: nowrap;
	padding-right: 22px;
}

.storeDropMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.storeDropMenu li {
	display: block;
}

.storeDropMenu a {
}

.storeDropMenu a {
	color: #005DC5;
	text-decoration: none;
	font-weight: bold;
}

.storeDropMenu a:visited {
	color: #005DC5;
	text-decoration: none;
}

.storeDropMenu a:hover {
	text-decoration: none;
	color: #AE260B;
}

.storeDropMenu a:active {
	color: #005DC5;
	text-decoration: none;
}

#marquee
{
	visibility: hidden;
}
