#Search div.block {
    display: block;
    /*float: left;*/
    /*margin-top: 10px;*/
    text-align: left;
	font-size: 10px;
}
.PTitle{
    display : none;
}
	
#Search div.portletLogo {
	/*display: block;*/
	display: none;
    font-family: Tahoma, Arial;
    font-size: 20px;
    font-weight: bold;
    float: left;
    /*background: url("/MDK_SearchPortlet/images/search.png") no-repeat;*/
	background: none;
    text-indent: 48px;
    padding-top: 20px;
    height: 96px;
}

#Search div.portletContent {
	display: block;
    float: left;
	width: 90%;
    padding-top: 0; /* 64px; */
	display: block;
}

#Search INPUT, #Search SELECT {
    float: left;
    border: 1px solid #000;
    border-left: 3px solid #000;
    font-family: Tahoma;
    font-size: 12px;
    margin: 2px;
	background: #E9BB62;
	border: 1px solid #a3608;
}
#Search INPUT:focus, #Search SELECT:focus {
    background-color: #E9BB62;
}

#Search SELECT.logicChooser {
    width: 10%;
	background: #E9BB62;
	border: 1px solid #a3608;
}

#Search SELECT.categoryChooser {
    width: 20%;
	background: #E9BB62;
	border: 1px solid #a3608;
}

#Search #selectedPage {
	background: #E9BB62;
	border: 1px solid #a3608;
}

#Search INPUT.property {
	background: #E9BB62;
	border: 1px solid #a3608;
}

#Search div.form {
    /*background-color: #ede9dd;
    display: block;
    float: left;
    width: 100%;
    border-left: 3px solid #938048;
    padding: 2px;
    margin-bottom: 20px;*/
	background: none;
    display: block;
    float: left;
    width: 100%;
    border: none;
    padding: 10px;
    margin-bottom: 20px;
}

#Search div.result {
    background-color: none; /* e9bb62 */
    display: block;
    width: 100%;
    float: left;
    border: none;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}

#Search div.formTitle {
    /*border-bottom: 5px solid #938048;*/
	border: none;
    font-family: Tahoma, Arial;
    font-size: 16px;
	font-weight: bold;
    /*color: #938048;*/
	color: #dc9308;
    margin-right: 10px;
    margin-bottom: 10px;
}

#Search div.formContent {
    display: block;
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 5px;
    margin-top: 3px;
    padding: 0;
}

#Search div.row {
    display: block;
    width: 100%;
    float: left;
    padding: 2px 0;
    margin-left : 3px;
    _margin-left : 4px;
}

#Search div.imageRow {
    display: block;
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #AAAAAA;
}

#Search div.image {
    padding: 10px;
    float: left;
    text-align: left;
	background: #ebebeb;
	border: none;
	text-align: center;
	margin: 0;
}

#Search  div.short_description {
    padding: 10px;
    text-align: left;
	border: none;
	margin-left: 110px;
}

#Search  div.short_description h1 {
    color: #dc9308;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

#Search div.imageRow2 {
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #AAAAAA;
	width: 120px;
	height : 170px;
	margin: 2px 5px;
}

#Search  div.image2 {
    padding: 10px;
    text-align: left;
	background: #ebebeb;
	border: none;
	text-align: center;
	margin: 0;
	width: 100px;
}

#Search  div.imageRow2 h1 {
    color: #000;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
}

#Search div.resultBox {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
	padding-left: 10px;
	border-top: 2px dotted #aaa;
	border-bottom: 2px dotted #aaa;
	padding: 10px;
	margin: 10px 0;
}

/* Linkek */
#Search a.back  {
    display: block;
    float: left;
    /*background: url("/MDK_SearchPortlet/images/search_icon.gif") no-repeat;*/
    /*height: 16px;*/
    /*text-indent: 18px;*/
	cursor: pointer;
	padding: 2px 3px;
    font-weight: bold;
	margin: 0;
	color: #fff;
	background: #000;
	font-size: 10px;
	width: 80px;
	text-align: center;
}
#Search a.add {
    display: block;
    float: left;
    background: url("/MDK_SearchPortlet/images/add_icon.gif") no-repeat;
    height: 22px;
    text-indent: 20px;
    font-weight: bold;
    cursor: pointer;
	margin: 0 0 0 5px;
	color: #000000;
	padding: 2px 3px;
            width : 150px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}

#Search a.search {
    display: block;
    float: left;
    /*background: url("/MDK_SearchPortlet/images/search_icon.gif") no-repeat;*/
    /*height: 22px;
    text-indent: 20px;*/
	padding: 2px 3px;
    font-weight: bold;
    cursor: pointer;
	margin: 0 0 0 5px;
	color: #fff;
	background: #000;
	font-size: 10px;
	width: 80px;
	text-align: center;
}

#Search a.remove {
    display: block;
    float: left;
    background: url("/MDK_SearchPortlet/images/remove_icon.gif") no-repeat;
    height: 22px;
    width : 200px;
    text-indent: 20px;
    font-weight: bold;
    cursor: pointer;
	margin: 0 0 0 5px;
	color: #000000;
	padding: 2px 3px;
	font-family: Tahoma;
	font-size: 11px;
	text-align: left;
}

#Search a.add:hover{ color: #dc9308; text-decoration: none; font-size: 10px; }
#Search a.remove:hover{ color: #dc9308; text-decoration: none; font-size: 10px; }
#Search a.search:hover{ color: #dc9308; text-decoration: none; font-size: 10px; }
#Search a.back:hover{ color: #dc9308; text-decoration: none; font-size: 10px; }

#Search a.prev {
    display: block;
    float: left;
    background: url("/MDK_SearchPortlet/images/left_arrow_1.gif") no-repeat;
    height: 16px;
    width: 13px;
    cursor: pointer;
    margin: 1px;
}
#Search a.next {
    display: block;
    float: left;
    background: url("/MDK_SearchPortlet/images/right_arrow_1.gif") no-repeat;
    height: 16px;
    width: 13px;
    cursor: pointer;
    margin: 1px;
}
#Search a.first {
    display: block;
    float: left;
    background: url("/MDK_SearchPortlet/images/first_arrow_1.gif") no-repeat;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin: 1px;
}
#Search a.last {
    display: block;
    float: left;
    background: url("/MDK_SearchPortlet/images/last_arrow_1.gif") no-repeat;
    height: 16px;
    width: 16px;
    cursor: pointer;
    margin: 1px;
}

#Search a.prev:hover { text-decoration: none; background: url("/MDK_SearchPortlet/images/left_arrow_2.gif") no-repeat; }
#Search a.next:hover { text-decoration: none; background: url("/MDK_SearchPortlet/images/right_arrow_2.gif") no-repeat; }
#Search a.first:hover { text-decoration: none; background: url("/MDK_SearchPortlet/images/first_arrow_2.gif") no-repeat; }
#Search a.last:hover { text-decoration: none; background: url("/MDK_SearchPortlet/images/last_arrow_2.gif") no-repeat; }

#Search a.edit {
    display: block;
    float: left;
    background: url("/MDK_SearchPortlet/images/edit.png") no-repeat;
    height: 22px;
    width: 22px;
    cursor: pointer;
    margin: 1px;
}

#Search a.icon_class {
	border: none;
	text-decoration: none;
}
#Search a.icon_class:hover {
	border: none;
	text-decoration: none;
}
#Search   img{
	border: 1px solid #555;
	text-decoration: none;
}


#Search a.prevSearchParams {
    background: #E9BB62;
    margin: 1px;
    font-family: Tahoma;
    font-size: 11px;
    color: #000000;
    display: block;
    padding: 4px;
    text-decoration: none;
}
#Search a.prevSearchParams:hover {
    background-color: #E9A042;
    color: #000000;
    text-decoration: none;
}



#Search a.orderLink {
    display: block;
    background: url("/images/shoppingcart.jpg") no-repeat;
    height: 24px;
    cursor: pointer;
    margin: 1px;
    color: #000000;
    padding-left: 26px;
    font-size: 11px;
    text-decoration: none;
    padding-top: 4px;
    font-weight: bold;
}

#Search a.orderLink:hover {
    color: #550000;
}
