/* text */
.eprb_text10, .eprb_text10bold, .eprb_text10_white, .eprb_text11, .eprb_text11_italic, .eprb_text11bold, .eprb_text11bold_red, .eprb_text11bold_colorEE1D23, .eprb_text12, .eprb_text12bold, .eprb_text14bold, .eprb_text_option {
font-family:Verdana,Arial,sans-serif;
font-weight:normal;
font-size:11px;
color:#000000;
text-decoration:none;
}
.eprb_text10 {
font-size:10px;
}
.eprb_text10bold {
font-size:10px;
font-weight:bold;
}
.eprb_text10_white {
font-size:10px;
color:#FFFFFF;
}
.eprb_text11_italic {
font-style:italic;
}
.eprb_text11bold {
font-weight:bold;
}
.eprb_text11bold_red {
font-weight:bold;
color:#CC0000;
}
.eprb_text11bold_colorEE1D23 {
font-weight:bold;
color:#EE1D23;
}
.eprb_text12 {
font-size:12px;
}
.eprb_text12bold {
font-size:12px;
font-weight:bold;
}
.eprb_text14bold {
font-size:14px;
font-weight:bold;
}
.eprb_text_option {
font-size:10px;
}

/* link */
a.eprb_link10_u:link, a.eprb_link10_u:active, a.eprb_link10_u:visited, a.eprb_link10_u:hover {
font-family:Verdana,Arial,sans-serif;
font-weight:normal;
font-size:10px;
color:#000000;
text-decoration:underline;
border-bottom-style:none;
}
a.eprb_link10_u:hover {
text-decoration:underline;
}
a.eprb_link11:link, a.eprb_link11:active, a.eprb_link11:visited, a.eprb_link11:hover {
font-family:Verdana,Arial,sans-serif;
font-weight:normal;
font-size:11px;
color:#000000;
text-decoration:none;
border-bottom-style:none;
}
a.eprb_link11:hover {
text-decoration:underline;
}
a.eprb_link11bold:link, a.eprb_link11bold:active, a.eprb_link11bold:visited, a.eprb_link11bold:hover {
font-family:Verdana,Arial,sans-serif;
font-weight:bold;
font-size:11px;
color:#000000;
text-decoration:none;
border-bottom-style:none;
}
a.eprb_link11bold:hover {
text-decoration:underline;
}

/* background */
.eprb_bgcolor000000 { background-color:#000000; }
.eprb_bgcolorFFFFFF { background-color:#FFFFFF; }
.eprb_bgcolorF0F0F0 { background-color:#F0F0F0; }
.eprb_bgcolorF7F7F7 { background-color:#F7F7F7; }
.eprb_bgcolorCCCCCC { background-color:#CCCCCC; }
.eprb_bgcolorEE1D23 { background-color:#EE1D23; }

/* button */
input.eprb_btnstartsearch_de, input.eprb_btnstartsearch_en {
background:#F7F7F7;
background-repeat:no-repeat;
background-position:right;
height:9px;
border:none;
cursor:pointer;
}
input.eprb_btnstartsearch_de {
background-image:url(../../images/frontend/btn_start_search_de.png);
width:101px;
}
input.eprb_btnstartsearch_en {
background-image:url(../../images/frontend/btn_start_search_en.png);
width:96px;
}
input.eprb_btnresetsearch_de, input.eprb_btnresetsearch_en {
background:#F7F7F7;
background-repeat:no-repeat;
background-position:right;
height:9px;
border:none;
cursor:pointer;
}
input.eprb_btnresetsearch_de {
background-image:url(../../images/frontend/btn_reset_search_de.png);
width:100px;
}
input.eprb_btnresetsearch_en {
background-image:url(../../images/frontend/btn_reset_search_en.png);
width:69px;
}
input.eprb_btnarrowright {
background:#FFFFFF;
background-image:url(../../images/frontend/arrow_boxed_right.png);
background-repeat:no-repeat;
background-position:center;
width:10px;
height:9px;
border:none;
cursor:pointer;
}
input.eprb_btncommon {
background:#FFFFFF;
border:1px solid #000000;
cursor:pointer;
font-family:Verdana,Arial,sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
}

/* checkbox */
input.eprb_checkbox {
margin:0px;
border:1px solid #BFCEDC;
width:15px;
height:15px;
}

/* border */
.eprb_border000000 {
border:1px solid #000000;
}
.eprb_border000000_bgF7F7F7 {
border:1px solid #000000;
background-color:#F7F7F7;
}
.eprb_border000000_bottom {
border-bottom:1px solid #000000;
}
.eprb_border000000_bottomnone {
border:1px solid #000000;
border-bottom:none;
}
.eprb_border000000_leftright {
border:1px solid #000000;
border-bottom:none;
border-top:none;
}
.eprb_borderCC0000 {
border:2px solid #CC0000;
}
