@charset "utf-8";
/* CSS Document */

#mainContainer {
	width: 984px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(/2009/img/mc_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

#topBar {
	position: relative;
	display: block;
	margin:0px 0px 10px 0px;
}

#bottomBar {
	position: relative;
	display: block;
	width: 970px;
	height: 20px;
	margin: 32px 0px 4px 7px;
	padding: 0px;
	border: 0px none;
	background-color: #e0e0e0;
	background-image:url(/img/grayBar.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

#disclamer {
	position: relative;
	display: block;
	color: #c0c0c0;
	font-size: 9px;
	text-align: center;
}

#leftCol {
	position: relative;
	float: left;
	display: block;
	width: 175px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}

/* LoginBox */

#hermesnovaLogin, #hermesnovaLoginMyProfile {
	display: block;
	position: relative;
	font-size: 9px;
	width: 154px;
	background-color: #e0e0e0;
	background-image:url(/img/loginBox/login_bg.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 26px 0px 10px 10px;
}

#hermesnovaLoginMyProfile {
	background-image:url(/img/loginBox/myprofile_bg.gif);
}
/*
#hermesnovaLoginFields {
	display: block;
	position: relative;
	font-size: 9px;
	top: 50px;
	left: 10px;
	width: 150px;
	padding: 0px;
}
*/

tr.loginTD td {
	width:77px;
}

input.hermesnovaLoginField {
	font-size: 10px;
	background-color: #f8f8f8;
	width: 65px;
	height: 12px;
/*	padding: 0px; */
	margin: 0px 0px 4px 0px;
	border: 1px solid #b2c2d1;
}

#hermesnovaLogin a {
	color: #666666;
/*	font-weight: normal;	*/
	text-decoration: none;
}

#hermesnovaLogin a:hover {
	color: #0093dd;
/*	font-weight: bold;		*/
	text-decoration: underline;
}

#hermesnovaLogin p {
	margin: 2px 0px 4px 0px;
}

/* ShoppingCart */
#shoppingCart {
	display: block;
	width: 164px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

table.shoppingCartItems {
}

table.shoppingCartItems tr {
	background-image: url(/img/shoppingCart/itemRow.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

table.shoppingCartItems tr.new {
	background-image: url(/img/shoppingCart/itemRowBlink.gif) !important;
}

table.shoppingCartItems tr td {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 4px 0px;
}

table.shoppingCartItems tr td.siQ {
	text-align: center;
}

table.shoppingCartItems tr td.siR {
	text-align: left;
}
