/* Fiche détail d'une boutique */
#shop_head_left {
    float: left;
    width: 500px;
}
#shop_head_right {
    float: right;
    width: 500px;
    text-align: right;
}
#shop_logo {
    border: 1px solid #909090;
    display: block;
    margin: 10px auto;
    width: 290px;
}
#shop_main {
    float: left;
    width: 700px;
}
#shop_sidebar {
    float: left;
    width: 360px;
    margin-right: 20px;
    background-color: #FBFBFB;
}
#shop_name {
    color: #333333;
    font-size: 28px;
}
#shop_shortdesc {
    color: #888888;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    margin-bottom: 11px;
}
#shop_description {
    padding: 5px;
}
#shop_openinghours {
}
.shop_box {
	margin-bottom: 5px;
	padding: 6px;
}
.shop_boxt {
	font-weight: bold;
	margin-bottom: 5px;
}
#shop_result {
    margin-top: 10px;
    padding-top: 10px;
}
#shop_result_title {
	border-bottom: 3px solid #CCCCCC;
    font-size: 20px;
}
#shopForm {
    background: url("../images/bg2.jpg") repeat-x scroll center top #2F6FAD;
    border-radius: 5px;
    margin: auto;
    padding: 20px 20px 20px 100px;
    margin-bottom: 15px;
}
#shopform_submit {
	border: 1px solid #ccc;
}
#shopform_q {
    background-color: #FFFFFF;
    border: 1px solid #2F6FAD;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px;
    width: 180px;
    
    
}
#shopform_cid,
#shopform_vid,
#shopform_rid {
    background-color: #FFFFFF;
    border: 1px solid #2F6FAD;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px;
    width: 180px;
}
#shopform_submit {
    background-color: #1C3145;
    border: medium none;
    border-radius: 3px;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.25);
    color: #FFFFFF;
    cursor: pointer;
    height: 30px;
    line-height: 18px;
    position: relative;
    text-align: center;
    text-shadow: 1px 0 2px #1F6781;
    width: 90px;
}
