.shop-header {
	background: url("/shop/javax.faces.resource/img/head_bg.png.xhtml?con=vendor&v=1753976117312&vendorURIName=mercksharpdohme");
}

.head-content-bg {
	background: url("/shop/javax.faces.resource/img/head_centered_bg.png.xhtml?con=vendor&v=1753976117312&vendorURIName=mercksharpdohme") no-repeat;
	background-position: 10px 100px;
	
	position: relative;
}

.vendor-logo {
	margin-top: 15px;
	margin-left: 10px;
}

.shop-inner-content {
	padding-top: 5px;
	min-height: 300px;
}

.pm-vendor-search-form-old {
	margin-top: 30px;
}

.pm-vendor-search-form-old input[type="submit"] {
	background: #ffffff url("/shop/javax.faces.resource/img/search-icon.png.xhtml?con=vendor&v=1753976117312&vendorURIName=mercksharpdohme") no-repeat;
	background-position: 50% 50%;

	height: 35px;
	width: 35px;

	border: solid 1px #000000;
	border-radius: 3px;
}

.pm-vendor-search-form-old input[type="text"] {
	width: 420px;
	height: 35px;
	
	margin-left: 60px;
	
	border: solid 1px #000000;
	border-radius: 3px;
}

.pm-vendor-search-form {
	margin-top: 30px;
	width: 420px;
	position: relative;
	left: 50px;
}

.pm-vendor-search-form .searchbutton {
	background: #ffffff url("/shop/javax.faces.resource/img/search-icon.png.xhtml?con=vendor&v=1753976117312&vendorURIName=mercksharpdohme") no-repeat center;
	height: 34px; /*explizit f�r IE8*/
}

.pm-vendor-search-form .resetbutton {
	background: #ffffff url("/shop/javax.faces.resource/img/reset-search-icon.png.xhtml?con=vendor&v=1753976117312&vendorURIName=mercksharpdohme") no-repeat center;
	height: 34px; /*explizit f�r IE8*/
}

.mocked {
	background: none;
	background-image: none;
	background-color: LightGreen;
}

.vendor-table-filter {
	background-color: #f7f7f7;
	border-radius: 5px;
	width: 100%;
}

.vendor-table-filter td {
	padding: 5px;
	width: 170px;
}

.vendor-table-filter td.headline {
	padding: 0px;
	padding-left:5px;
	padding-top: 5px;
	width: 170px;
	
	font-size: 11px;
	font-weight: bold;
}

.vendor-table {
	font-size: 11px;
}

.vendor-table thead {
	color: #008a8c;
}

.vendor-table thead tr {
	border-bottom: 4px solid #008a8c;
}

.vendor-table>tbody>tr>td {
	vertical-align: middle;
}

.pm_personaldata_form table td {
	vertical-align: top;
}

.vendorCustomerInformation {
	float: right;
	margin-top: 7px;
	font-size: 11px;
	color: #000000;
}

select.disabled {
	background: #EDEDED;
}

.options-list ul {
	margin-left: -40px;
}

.options-list {
	margin-top: 10px;	
}

.options-list li {
	margin-bottom: 3px;
	list-style: none;
}

.options-list a:hover {
	color: #023e86;
}

div.stdText,
span.stdText {
	color: #5e6063;
	font-size: 12px;
}

span.stdTextHighlight {
	color: red;
	font-size: 12px;
}

span.stdTextGreen {
	color: #92b547;
	font-size: 12px;
}

span.stdTextWhite {
	color: #ffffff;
	font-size: 12px;
}

.shoppingCartButton, .shoppingCartButton:focus, .shoppingCartButton:active {
	width: 22px;
	height: 22px;
	background: url("/shop/javax.faces.resource/img/shop-bag.png.xhtml?con=vendor&v=1753976117312&vendorURIName=mercksharpdohme") no-repeat 0px -23px;
}

.btn-proceed{ /*Todo: move to button.css when vendor property bug is fixed*/
	margin-left: 8px;
}