.ca_product_image {
    float: left;
    width: 33%;
}
.ca_product_content {
    float: right;
    width: 65%;
}
.ca_product_lists select {
}
.ca_product_detail {
    margin: 10px 0;
}
.ca_product_lists > h3 {
    display: inline-block;
}
.ca_choose_dec {
    font-weight: bold;
    padding: 0 20px;
}
.ca_product_lists {
    margin: 20px 0;
    text-align: center;
}
.ca_progress {
	opacity:0.5;
}
.ca_clear {
	clear:both;
}
.ca_buttons {
	clear:both;
	text-align:right;
	margin:10px 0 5px;
}
.ca_input {
	clear:both;
	margin:0 0 10px 0;
}

.ca_button {
    background-color: #4a97c2;
    border: 0 none;
    border-radius: 3px;
    /*box-shadow: 0 0 9px #000 inset; -webkit-box-shadow: 0 0 9px #000 inset; -moz-box-shadow: 0 0 9px #000 inset;
	-o-box-shadow: 0 0 9px #000 inset;*/
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 0.923em;
    font-weight: normal;
    padding: 0.7917em 1em;
    /*text-transform: capitalize;*/
}
.ca_button:hover {
	background-color: #3b86b0;
	outline: 0 none;
	color: #FFFFFF;
}

/***** Bpopup *****/
.bpopup {
    background-color: #eee;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #fff;
    display: none;
    max-width: 95%;
    padding: 25px;
    width: 850px;
	/*box-shadow:0 0 25px 5px #777 inset;
	-moz-box-shadow:0 0 25px 5px #777 inset;
	-webkit-box-shadow:0 0 25px 5px #777 inset;
	-khtml-box-shadow:0 0 25px 5px #777 inset;*/
}
.bpopup .b-close {
    border: 0 none;
    border-radius: 20px;
    color: #222;
    cursor: pointer;
    display: block;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    margin: 1px 1px 0 0;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
}


.ca_address {
    font-weight: bold;
}
.ca_belowlinks .ca-link1 {
    float: left;
    margin-bottom: 11px;
    margin-right: 56px;
}


.ca_popup_buttons {
    clear: both;
    display: block;
    margin: 20px 0 0;
	text-align: center;
}

.bpopup-inner {
    text-align: center;
}

.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-no-suggestion { padding: 2px 5px;}
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: bold; color: #000; }
.autocomplete-group { padding: 2px 5px; }
.autocomplete-group strong { font-weight: bold; font-size: 16px; color: #000; display: block; border-bottom: 1px solid #000; }
