body {
	font-family: Arial;
	font-size: 12px;
	color: white;
	background: url(../imgs/barra_fondo.png) repeat-x;
	background-color: #414142;
	margin: 0;
	padding: 0;
}

img {
	behavior: url("scripts/pngbehavior.htc");
}

a {
	text-decoration: none;
	color: white;
}

a img {
	border: none;
}

input[type="text"], input[type="password"] {
	border: 0;
	height: 16px;
}

select {
	border: 0;
	height: 20px;
}


/*input[type="button"], input[type="submit"], input[type="reset"] {
	border: 1px black solid;
	color: black;
}*/
input.push{
	border: 1px black solid;
	color: black;
}

.hand {
	cursor: pointer;
}

#logoHeader {
	position: absolute;
	left: 50px;
	top: 7px;
}

#separatorBarUp {
	position: absolute;
	left: 35px;
	top: 92px;
}

#separatorBarDown {
	position: absolute;
	left: 35px;
	/*top: 720px;*/
	bottom: 15px;
}

#mainDiv {
	position: relative;
	margin: auto;
	top: 0px;
	width: 1024px;
	height: auto;
	min-height:768px;
}

#personalMenuContainerLogin {
	position: absolute;
	left: 820px;
	top: 10px;
	text-align: left;
}
#personalMenuContainer {
	position: absolute;
	left: 430px;
	top: 10px;
	text-align: left;
	width:530px;
}

#personalMenuContainer span {
	 font-size: 10px;
}

#personalMenuContainer a, #totalItemsInCart {
	 color: #231F20;
}

#navigationBarContainer {
	position: absolute;
	left: 60px;
	top: 104px;
	height: 16px;
	font-size: 10px;
}

.navPath {
	color: #231F20;
}

.navSeparator {
	color: #231F20;
}

.navPathSelected {
}

#finderContainer {
	position: absolute;
	left: 800px;
	top: 103px;
}

#finderTextbox input{
	width: 110px;
}

#finderButton input {
	margin-left: 5px;
}

#menuContainer {
	position:absolute;
	left:330px; /*378px;*/
	top:66px;
	width:640px; /*598px;*/
	height:27px;
	overflow:visible;
	z-index: 10;
}

#footer {
	position: absolute;
	left: 330px;
	/*top: 734px;*/
	bottom: 0px;
}

#footer a {
	font-size: 10px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	float: left;
	margin: 0 4em 0 0;
}

#footer ul > li {
	margin-left: 0;
}

#footer a.brand:link, a.brand:active,a.brand:visited{

	color:#999999;
	text-decoration: none;
	text-align:right;
	margin-right:0px;
	margin-left:130px;

}

#footer a.brand:hover{

	text-decoration: underline;
	text-align:right;

}

a.gray:link, a.gray:active, a.gray:visited{

	color:#666666 !important;
	text-decoration: none;



}

a.gray:hover{

	color:#666666 !important;
	text-decoration: underline;

}


/******************************************************************************/
/******************************************************************************/

.genericBoxContainer {
	width: 100%;
	margin-bottom: 1em;
}

.genericBox {
	border: 1px solid #878787;
}

.genericBoxTitle {
	border-bottom: 1px solid #878787;
	height: 24px;
	background-color: #414141;
	background-image: url(../imgs/barra_menus.png);
	background-repeat: repeat-y;
	background-position: left;
	text-align: left;
}

.genericBoxTitle .filler, .genericPopupTitle .filler {
	height: 3px;
	line-height: 3px;
}

.genericBoxTitle span {
	font-family: 'Times New Roman';
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
	margin-left: 10px;
}

.genericBox_onlyTitle .genericBoxTitle {
	border-bottom: 0 !important;
}

.genericBox_onlyTitle .genericBoxContent {
	display: none !important;
}

#thankyou {
	display: none;
	text-align: center;
	padding: 10px;
}

.newsletterContainer > div.genericBox {
	height: 141px !important;
}



