/* -----------------------------------------------------------------------------------------
   (c) 2008 blues template by mouseworx, sebastian krupp; http://www.mouseworx.de
   
   individual css styles for microsoft internet explorer series - current version
   ---------------------------------------------------------------------------------------*/

#popupCart {
	position: fixed;
	z-index: 900;
	display: none;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#popupCartWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 524px;
	margin-top: -105px;
	margin-left: -265px;
	background: #f4f4f4;
	border: 1px solid #e60000;
	z-index: 1000;
	display: none;
	padding: 1px;;
}

#header #search {
	float: right;
	height: 36px;
	padding: 0px 33px 0px 5px;
	background: url(img/searchform-bg.gif) no-repeat right top;
}

#search_suggest {
	position: relative;
	overflow: hidden;
	display: none;
	visibility: hidden;
	top: 5px;
	left: 0px;
	right: 2px;
	background-color: #f0f0f0;
	border: 1px solid #7f9db9;
	width: 475px;
	z-index: 999;
}

select {
	font-family: Verdana,Arial,Sans-serif;
	font-size: 11px;
	height: 19px;
	border-width: 1px;
	border-style: solid;
	border-top-color: #2c2c2c;
	border-left-color: #2c2c2c;
	border-bottom-color: #AEAEAE;
	border-right-color: #AEAEAE;
}

.boxinput {
	position: relative;
	margin:5px 0px 5px 0px;
}

.boxbutton {
	position: absolute;
	z-index: 1;
	top: 1px;
	left: 169px;
}

.quickinput {
	width: 162px;
}

.logininput {
	position: relative;
	margin:5px 0px 5px 0px;
}

.loginbutton {
	position: absolute;
	top: 1px;
	left: 111px;
}

.searchinput {
	position: relative;
	margin:2px 2px 0px 0px;
}

.searchbutton {
	position: absolute;
	top: 0px;
	left: 168px;
}

#extended {
	padding: 0px 0px 0px 6px;
	margin: 4px 0px 11px 0px;
}

.suggest_link {
	background-color: #f0f0f0;
	padding: 2px 5px 2px 5px;
}

.suggest_link_over {
	background-color: #ffffff;
	padding: 2px 5px 2px 5px;
	cursor: pointer;
}

.mailboxinput {
	width: 184px;
}

.passboxinput {
	width: 104px;
}

div.boxpadding {
	clear: both;
	height: 3px;
	color: #fff;
}

div.linepadding {
	height: 0px;
	color: #fff;
}

#productinfoimages #testeo {
	clear:left;
	float:left;
/*
	margin-left:-35px;
*/
	width:140px;
	height:80px;
}

div.shippingStyle {
	width: 180px;
	float: right;
	text-align: right;
	padding-top: 3px;
}
