#izishop-searchbar {
	left: 370px;
	position: absolute;
	top: 47px;
}
#izishop-searchbar fieldset {
	border-width: 0;
	margin: 0;
	padding: 0;
}
#izishop-searchbar legend { display: none; }

#izishop-searchfield {
	background-color: #f8c11b;
	background-image: url(../media/interface/bgField.png);
	background-repeat: repeat-x;
	border-width: 0;
	color: #2b2b2b;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	margin: 0;
	padding: 5px 0 0;
    vertical-align: middle;
	width: 280px;
}

#izishop-searchsubmit {
    height: 40px;
	left: 309px;
	position: absolute;
	top: 1px;
    width: 25px;
}
#izishop-searchresults h1 { font-weight: bold; }
#izishop-searchresults ol, #izishop-cartDetails ol {
	clear: both;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
#izishop-searchresults ol li, #izishop-cartDetails ol li {
	list-style-type: none;
	margin: 0;
	padding: 0 20px 0 0;
}
#izishop-searchresults ol li a, #izishop-cartDetails ol li a {
	background-color: #2b2b2b;
	color: inherit;
	left: 30px;
	padding: 0 5px;
	position: relative;
	top: 26px;
}
#izishop-searchresults ol li span, #izishop-cartDetails ol li span {
	background-color: #2b2b2b;
	color: inherit;
	left: 30px;
	padding: 0 5px;
	position: relative;
	top: 26px;
}

.buttonLine {
	background-image: url(../media/interface/bgSearch.png);
	background-repeat: no-repeat;
	clear: both;
	height: 94px;
	margin: 0;
	padding: 0 20px;
}
.buttonLine img, .buttonLine input, .buttonLine object { float: right; }
.buttonLine object { margin-top: 24px; }
.buttonLine#lineTotal {
    height: auto;
    padding: 49px 20px 0;
}
.buttonLine#lineTotal #fieldTotal {
    background-color: transparent;
    background-image: url(../media/interface/total.png);
    background-repeat: no-repeat;
    color: #2b2b2b;
    font-size: large;
    height: 71px;
    line-height: 71px;
    text-align: center;
    text-indent: 57px;
    width: 343px;
}

.pagebrowser { text-align: center; white-space: nowrap; }

#izishop-cart {
	right: 100px;
	position: absolute;
	top: 20px;
	text-align: center;
}

#izishop-cart img {
	border-width: 0;
}

#izishop-cart div {
	background-color: #fff;
	border-color: #ccb;
	border-style: solid;
	border-width: 1px;
	clear: both;
	color: inherit;
	font-size: 10px; 
	text-align: left;
}

#izishop-cart div h4 {
	background-color: #ccb;
	color: inherit;
	font-size: 1.2em;
	margin: 0;
	padding: 5px;
	text-align: center;
}

#izishop-cart div ul {
	margin: 0 5px;
	padding: 0;
}

#izishop-cart div ul li {
	/* [IE] set the border to the background color to avoid hazardous padding */
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
	line-height: 1.1em;
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

.izishop-cartElementName {
	background-color: transparent;
	color: #00b;
	display: block;
}

.izishop-cartElementPrice {
	background-color: transparent;
	color: #b00;
	display: block;
	font-weight: bold;
}

.izishop-cartElementQuantity {
	display: block;
	font-size: 0.9em;
}

#izishop-cart div hr {
	border-color: #ccb;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	margin: 0 5px 5px;
	padding: 0;
}

#izishop-cart div div {
	border-width: 0;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: center;
}

#izishop-cart div div .izishop-cartElementPrice {
	display: inline;
}