/* @override http://www.galabakery.com/templates/ppl-bakery/styles/bakery/css/OptionsCollapsiblePanel.css */


@charset "UTF-8";

/*For Collapsable Panel Text*/

.dropdown-1{
	width: 70%;
}
.dropdown-2{
	width: 65%;
}
.o-text {
	font-size: 12px;
}




#captcha_container_div {
	margin-left: 12px;
}
#captcha_container_div input {
	width: 125px;
	margin-left: 12px;
}
#captcha_container_div img {
	float: left;
}


.cfdiv_text .o-text {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
}
.coloredtext {
	color: #340e37;
	font-size: 20px;
}
.coloredtext-for-whtbg {
	color: #A64E66;
}

.shape_rb {
}
.shape_rb li{
	padding: 5px;
	margin: 5px;
	display: inline-block;
	
}

.shape_rb ul{
	margin: 0;
	font-size: 1.5em;
	padding: 0;
}
/*for FireFox*/

:focus {outline:none;}
::-moz-focus-inner {border:0;}

/*for Safari*/

input:focus
{
  outline: none;
}


/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel {
	margin: 0px 0px 15px;
	padding: 0px;
	filter: alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	border-radius: 10px;
	width: 616px;
/*	overflow: auto;*/
	border: 1px solid #ddd;	
	/*-webkit-box-shadow: 0px 0px 2px 0px rgba(68,68,68,0.4);
-moz-box-shadow: 0px 0px 2px 0px rgba(68,68,68,0.4);
box-shadow: 0px 0px 2px 0px rgba(68,68,68,0.4);*/
	

}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */


.CollapsiblePanelTab {
	margin: 0px;
	padding: 2px;
	cursor: pointer;
  	background-color: #eee;
	-moz-user-select: none;
	-khtml-user-select: none;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
	border-radius: 10px 10px 0 0;
	/*overflow: visible;*/	
	
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
/*	overflow: auto;*/
	
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	text-decoration: none;
	
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
	border-radius: 10px;
	background-image: url(../images/opentriangle-sml.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #ddd;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	
}
.option.o-1 fieldset {
	margin-left: 0px;
}
.option.o-2 fieldset {
	margin-left: 0px;
}
.option.o-1 fieldset p {
	padding: 5px 15px;

}
.option.o-2 fieldset p {
	padding: 5px 15px;
}

.CollapsiblePanelTab h3 {
	overflow: visible;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #6E2E60;
	/*font: 100 25px/35px 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
	padding: 2px 19px;
}
.steps h4 {
	margin-left: 0px;
	margin-bottom: 10px;
}

.steps h5 {
	text-transform: capitalize;
	margin-left: 0px;
	margin-bottom: 15px;
}


.options_subheadholder {
	margin-top: 0px;
	margin-bottom: 20px;
	width: 615px;
	/*background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;*/
	border-radius: 1px;
	-moz-border-radius: 1px;	/*padding-bottom: 10px;*/	
}
.options_subheadholder2 {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 615px;
	/*background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;*/
	border-radius: 1px;
	-moz-border-radius: 1px;	/*padding-bottom: 10px;*/
	
}
.options_subheadholder3 {
	margin-top: 0px;
	margin-bottom: 40px;
	width: 100%;
	/*background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;*/
	border-radius: 1px;
	-moz-border-radius: 1px;	/*padding-bottom: 10px;*/
	
}
.options_subheadholder4 {
	margin-top: 0px;
	margin-bottom: 30px;
	width: 950px;
	/*background-color: #fff;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;*/
	border-radius: 1px;
	-moz-border-radius: 1px;	/*padding-bottom: 10px;*/
}

.options_consultation {
	margin-bottom: 5px;
	width: 616px;
	border-radius: 1px;
	-moz-border-radius: 1px;
	
}
/*.options_consultation_holder {
	padding-top: 20px;
	width: 616px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #ddd;
}*/

.options_subheadholder p {
	font-size: 17px;
	line-height: 23px;
	color: #222;
}
h3.numberholder-options {
	height: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 35px;
}
h3.numberholder-options .num {
	color: #fff;
	background-color: #AD84A4;
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	margin-right: 20px;
	text-align: center;
	font: 18px/35px "Delius Swash Caps",cursive;
}

.options_subheadholder h1 {
	padding-bottom: 20px;
	padding-top: 10px;
	color: #222;
	font-size: 37px;
}
.options_subheadholder2 h1 {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	padding-bottom: 0px;
	padding-top: 10px;
	color: #222;
	font-size: 45px;
	font-weight: 100;
}

.options_subheadholder .boxwithmarginbelow_10 img {
	border-radius: 1px;
	-moz-border-radius: 1px;
}

.optionsfillerspacer {
	height: 50px;
}


.options-offer {
	background-color: #B1BD78;
	width: 100%;
	padding: 10px 0px;
	border-radius: 1px;
	-moz-border-radius: 1px;
}
.CollapsiblePanelContent .options-offer p {
	color: #FFF;
	padding: 0 0 0 19px;
	margin: 0;
}
.options-contactform-padding {
	padding: 0 15px;
}