/* Common Styles Begin */
.button
{
	text-align: right;
}

.clear {
	clear:both;
}

.span {
	vertical-align:middle;
}

.p {
	vertical-align:middle;
}
/* Common Styles End */



/* Begin Display Product Details CSS */
	
.height1 { 
	height:23px;
}

#product_wrapper {
	float:right; 
	width:100%;
}

#product_description {
	float:left; 
	width:100%;
}

#product_review {
	float:left; 
	width:100%;
}

#left_col { 
	float:left;
	width:49%;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;		
}

#display_products_left_col { 
	float:left;
	width:49%;
	padding:0 0 8px 0;		
}

#display_products_right_col {
	float:right;
	width:49%;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;		
}

.select
{
	vertical-align:middle;
}




.boxtest{
	background:#C00;
	width:40px;
	height:40px;
}

.panes2indent{
	padding:0 0 0 10px;
	margin:0;
}
/* End Display Product Details CSS */




/* Begin PVD Format CSS */
.pvd_wrapper_style { 
	/*border:2px solid #0000FF;*/
}

.product_title_style { 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000099;
}

#left_col_pvd { 
	float:left;
	width:340px;
	padding:2px;	
}

#left_col_pvda { 
	float:left;
	width:49%;
	padding:0;
	height:0;
}


#right_col_pvd {
	float:right;
	width:49%;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;	
	}
	
	.boxtest{
	background:#C00;
	width:40px;
	height:40px;
}

.gobespoke_btns_go_bespoke{
	float:right;
	margin:20px 20px 0 0;
	padding:0;
	display:block;
	width:90px;
	height:26px;
	background-image:url(../images/go_bespoke_img.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
}

.gobespoke_btns_go_bespoke:hover {
	background-repeat:no-repeat;
	background-position:0px -26px;
}

.gobespoke_btns_add_another{
	float:right;
	margin:20px 20px 0 0;
	padding:0;
	display:block;
	width:90px;
	height:26px;
	background-image:url(../images/add_another_bespoke_img.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
}

.gobespoke_btns_add_another:hover {
	background-repeat:no-repeat;
	background-position:0px -26px;
}

.gobespoke_btns_add_to_bag a{
	float:right;
	margin:20px 20px 0 0;
	padding:0;
	display:block;
	width:90px;
	height:26px;
	background-image:url(../images/addtocart.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
}


.gobespoke_btns_add_to_bag a:hover {
	background-repeat:no-repeat;
	background-position:0px -26px;
		
}

.gobespoke_btns_go_to_bag a{
	float:right;
	margin:20px 20px 0 0;
	padding:0;
	display:block;
	width:90px;
	height:26px;
	background-image:url(../images/go_to_cart.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	text-indent:-9999px;
}

.gobespoke_btns_go_to_bag a:hover {
	background-repeat:no-repeat;
	background-position:0px -26px;
}

#addtb {
	margin:15px 20px 0 0;
	float:right;
}

#besk_cont {
	background-color:#dadada;
	border:none;
	width:100%;
	min-height:60px;
	margin:20px 0 0 0;
	padding:0;
}

#besk_cont table {
	padding:0;
	margin:0;	
}

#besk_cont p {
	padding:7px;
	margin:0;
	width:190px;
	text-align:justify;
	float:left;
	color:#444;
}

#combo{
	margin:0 0 0 10px;
	padding:5px;
	width:120px;
	float:left;
}

#pgprice{
	float:left;
}

/* Begin PVD Format CSS */






/* Begin Checkout Layout CSS */
.div_height { 
	height:35px;
}

.div_height2 { 
	height:50px;
}

#checkout_choice {
	width:100%;
}

.checkout_choice_style { 
	border:1px solid #999999;
	padding:5px;
}

#invoice_details {	
	margin-top:0;
	width:100%;
}

.invoice_details_style { 
	border:1px solid #999999;
	padding:5px;
	margin-top:0;
}

#shipping_details {	
	margin-top:20px;
	width:100%;
}

.shipping_details_style { 
	border:1px solid #999999;
	padding:5px;
}

#submit_div {	
	margin-top:20px;
	width:100%;
}
#submit_div p{
	margin-left:280px;
	padding:0;
}
#submit_div input{
	background-color:#fe0e3e;
	border:3px solid #fe0e3e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	
}
#submit_div input:hover{
	background-color:#fe346b;
	border:3px solid #fe346b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#eee;
	
	
}

.submit_div_style { 
	border:1px solid #999999;
	padding:5px;
}

#left_col { 
	float:left;
	width:30%;
	clear:both;
}

#left_col input{
	color:#fff;
	background-color:#777;
	border:3px solid #777;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#left_col input:hover{
	color:#eee;
	background-color:#555;
	border:3px solid #555;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	cursor:pointer;
}

#right_col {
	float:right;
	width:70%;
	clear:both;
}

#checkout_col_left { 
	float:left;
	width:60%;
}

#checkout_col_right {
	float:right;
	width:39%;
}

.select
{
	vertical-align:middle;
}


.checkout_info {
	width:340px;
	height:auto;
}

.checkout_info ul {
	padding:0;
	margin:0;
	text-align:right;
	list-style-type:none;
}

.checkout_info li {
	margin:5px 0;
}

.checkout_info input {
	width:200px;
	margin:0 0 0 20px;
}
.addressinp{
	margin-top:4px;
}
.proceed_conf{
	display:block;
	width:155px;
	height:20px;
	background-color:#fe0e3e;
	border:3px solid #fe0e3e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	padding:4px 0 0 15px;
	text-decoration:none;
	margin:5px 0 0 300px;
}
.proceed_conf:hover{
	display:block;
	width:155px;
	height:20px;
	background-color:#fe346b;
	border:3px solid #fe346b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#ddd;
	padding:4px 0 0 15px;
	margin:5px 0 0 300px;	
}

/* End Checkout Layout CSS */



/* Begin Display Cart Layout CSS */
#coupon_code_div {
	height:80px; 
	width:100%;
}


#store_credit_div {
	height:80px; 
	width:100%;
}

.item_cont{
	width:auto;
	height:auto;
	padding:0;
	margin:0;
}
/* End Display Cart Layout CSS*/



/* Begin Confirm Order CSS */

#invoice_address_div {
	float:left;
	width:49%;
}

#shipping_address_div {
	float:right;
	width:49%;
}

#checkout {
	float:right;
	text-align:right;
	padding:0;
	margin:0;
}

.checkout_btn{
	background-color:#fe0e3e;
	border:3px solid #fe0e3e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	padding:7px;
	text-decoration:none;
	margin:0 10px 0 0;
}
.checkout_btn:hover{
	background-color:#fe346b;
	border:3px solid #fe346b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	padding:7px 17px 7px 7px;
	background-image:url(../images/go_to_next_checkout_page.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	margin:0;
	cursor:pointer;
}

.continue_to_payment{
	background-color:#fe0e3e;
	border:3px solid #fe0e3e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	padding:7px;
	text-decoration:none;
	margin:0 10px 0 0;
}

.continue_to_payment:hover{
	background-color:#fe346b;
	border:3px solid #fe346b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	padding:7px 17px 7px 7px;
	background-image:url(../images/go_to_next_checkout_page.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	margin:0;
	cursor:pointer;
}


.invproc{
	display:block;
	background:#fe0e3e;
	color:#fff;
	border:3px solid #fe0e3e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:2px 5px;
	text-decoration:none;
	
}
.invproc:hover{
	display:block;
	background:#fe346b;
	color:#eee;
	border:3px solid #fe346b;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	padding:2px 5px;
	
}


#payment_gateway {
	width:99%;
	float:left;
	text-align:left;
}

.payment_gateway_style {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom:0px solid #CC0000; 
}

#payment_options {
	width:99%;
	float:left;
	text-align:left;
}

.payment_options_style {
	margin-bottom: 4px;
	margin-top: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	border-bottom:1px solid #CC0000; 
}
/* End Confirm Order Layout CSS */



/* Begin CSS COMMON to Cart and Confirm Order */
#container1 {
	width:100%;
}

#container2 {
	width:100%;
	border-bottom:1px solid #777;
	margin:0;
	padding:0;
}

.cart_wrapper {
	float:right; 
	width:50%;
}

.height1 { 
	height:130px;
}

.height2 { 
	height:5px;
}

.height3 { 
	height:25px;
}

.div_spacing { 
	height:10px;
}

.free_shipping {
	float:right;
	width:100%;
}

.padding {
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px; 
}

#checkout {
	float:right;
	text-align:right;
}

#col1 {
	float:left;
	width:55%;
	padding:0;
	margin:0;
	left:0;
	top:0;
	clear:both;
	color:#444444;
	}
#col1 img{
	margin:1px 10px 1px 0;
	width:90px;
	height:160px;
	padding:0;
}
#col1 p{
	margin:10px 0 0 0;
	width:390px;
	color:#444444;
	padding:0;
}
#col1 a:hover{
	margin:10px 0 0 0;
	width:390px;
	color:#444444;
	padding:0;
}
#col1 a{
	margin:10px 0 0 0;
	width:390px;
	color:#000000;
	padding:0;
}

#col2 {
	float:left;
	width:15%;
	left:81%;
	text-align:center;
}

#col3 {
	float:left;
	width:20%;
	left:85%;
	text-align:center;
	
}

#col4 {
	float:left;
	width:10%;
	left:89%;
	text-align: right;
}

#left_col { 
	float:left;
	width:50%;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;		
}

#right_col {
	float:right;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;		
}

#left_col2 { 
	float:left;
	width:50%;	
	text-align:right;
}

#right_col2 {
	float:right;
	text-align:right;
}


#left_col3 { 
	float:left;
	width:85%;	
}

#right_col3 {
	float:right;
	text-align:right;
}

#left_col_bottom { 
	float:left;
	width:40%;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:2px;		
}

#right_col_bottom {
	float:right;
	width:50%;
	padding:0 2px;
	margin:-5px 0 10px 0;
	text-align:right;		
}
#right_col_bottom_chk_out {
	float:right;
	width:50%;
	padding:0 2px;
	margin:-60px 0 10px 0;
	text-align:right;		
}

.bottom_border { 
	border: 8px solid #336;
	border-width: 0px 0px 1px 0px;
	border-color: #ccf #336 #336 #ccf 
}
/* End CSS COMMON to Cart and Confirm Order */
.cart_details{
	text-align:center;
}
.size_chrt{
	margin:0;
	padding:0 0 0 0;
	width:auto;
	height:37px;
	}
	.size_chrt img{
		margin:0 0 -7px 0;
		}

/* the overlayed element */
			.flowergirlsizechart {
				
				/* must be initially hidden*/
				display:none;
				
				/* place overlay on top of other elements */
				z-index:10000;
				
				/* styling */
				background-color:#ffffff;
				
				width:915px;	
				min-height:450px;
				border:1px solid #666;
				
				/* CSS3 styling for latest browsers */
				-moz-box-shadow:0 0 50px 5px #000;
				-webkit-box-shadow: 0 0 90px #000;
				border:4px solid #eeeeee;
				-moz-border-radius:20px;
				-webkit-border-radius:20px;
				
				/* added styling */
				text-align:center;
				padding:0;
				font-family:Arial, Helvetica, sans-serif;
				color:#777777;
				letter-spacing:-0.01em;
				font-size:14px;	
				margin-top:-40px;	
			}
			
			/* close button positioned on upper right corner */
			.flowergirlsizechart .close {
				background-image:url(../../images/close1.gif);
				position:absolute;
				right:20px;
				top:0;
				cursor:pointer;
				min-height:15px;
				width:40px;
			}
			
			#sizechart{
				float:right;
				margin:0;
				padding:10px;
				width:660px;
			}
			
			#sizechart table{
				padding:0;
				margin:0 0 0 5px;
				border:1px solid #ffffff;
				-moz-border-radius:7px;
				-webkit-border-radius:7px;
			}
			#sizechart tr{
				padding:0;
				margin:0;
				border:none;				
			}
			#sizechart tr.inches{
				padding:0;
				margin:0;
				border:none;
				background-color:#feefef;
			}
			#sizechart tr.cm{
				padding:0;
				margin:0;
				border:none;
				background-color:#fff7f7;
			}
			#sizechart td{
				padding:0;
				margin:0;
				border:none;
				border-left:1px solid #ffffff;
				width:45px;
				height:45px;
				text-align:center;
			}
			#sizechart td.measure_type{
				padding:0;
				margin:0;
				border:none;
				width:100px;
			}
			#sizechart tr.measure_area{
				height:20px;
				padding:0;
				margin:0;
			}
			#sizechart td.pinkrow{
				background-color:#fff7f7;
			}
			.flowergirlsizechart img{
				padding:0;
				margin:0 0 0 20px;
				border:none;
				float:left;
			}
			#sizechart_title{
				padding:0;
				margin:0;
				width:100%;
				text-align:center;			
			}
			#sizechart_title h2{
				padding:10px 0 10px 5px;
				margin:0;
				text-align:center;
				float:left;
				width:190px;	
			}
			#sizechart_title p{
				padding:20px 5px 10px 0;
				margin:0;
				text-align:center;
				float:right;
				color:#ff0033;							
			}
			
			.sizechrt{
				margin:0 auto;
			}

.boys_sizechart {
				
				/* must be initially hidden*/
				display:none;
				
				/* place overlay on top of other elements */
				z-index:10000;
				
				/* styling */
				background-color:#ffffff;
				
				width:580px;	
				min-height:445px;
				border:1px solid #666;
				
				/* CSS3 styling for latest browsers */
				-moz-box-shadow:0 0 90px 5px #000;
				-webkit-box-shadow: 0 0 90px #000;
				border:4px solid #eeeeee;
				-moz-border-radius:20px;
				-webkit-border-radius:20px;
				
				/* added styling */
				text-align:center;
				padding:0;
				font-family:Arial, Helvetica, sans-serif;
				color:#777777;
				letter-spacing:-0.01em;
				font-size:14px;	
				margin:-20px 0 0 0;	
			}
			
			/* close button positioned on upper right corner */
			.boys_sizechart .close {
				background-image:url(../../images/close1.gif);
				position:absolute;
				right:20px;
				top:20px;
				cursor:pointer;
				min-height:15px;
				width:40px;
			}
			
			#bsizechart{
				margin:0 auto;
				padding:0;
				width:420px;
				text-align:center;
			}
			#bsizechart_title p{
				padding:20px 5px 10px 0;
				margin:0;
				text-align:center;
				float:right;			
			}
			
			#bsizechart table{
				padding:0;
				margin:0 0 0 5px;
				border:1px solid #ffffff;
				-moz-border-radius:7px;
				-webkit-border-radius:7px;
				text-align:center;!important
			}
			#bsizechart tr{
				padding:0;
				margin:0;
				border:none;				
			}
			#bsizechart tr.age{
				font-weight:bold;				
			}
			#bsizechart tr.inches{
				padding:0;
				margin:0;
				border:none;
				background-color:#b0e1ff;
			}
			#bsizechart tr.cm{
				padding:0;
				margin:0;
				border:none;
				background-color:#d2f8ff;
			}
			#bsizechart td{
				padding:0;
				margin:0;
				border:none;
				border-left:1px solid #ffffff;
				width:60px;
				height:45px;
				text-align:center;
			}
			#bsizechart td.measure_type{
				padding:0;
				margin:0;
				border:none;
				width:200px;
				font-weight:bold;
				font-size:14px;
			}
			#bsizechart td.bluerow{
				background-color:#d2f8ff;
			}
			#bsizechart_title{
				padding:0;
				margin:0;
				width:100%;
				text-align:center;				
			}
			#bsizechart_title h2{
				padding:10px 0 0 0;
				margin:0;
				text-align:center;				
			}
			#bsizechart_title p{
				padding:0;
				margin:0 0 10px 0;
				text-align:center;				
			}
			
			.bsizechrt{
				margin:0 auto;
			}
			.triggerimg:hover{
				cursor:pointer;
				border:none;
			}


.removelink{
	color:#ffffff;
	text-decoration:none;
	padding:1px 3px;
	background-color:#999999;
	border:1px solid #999999;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}


.redeem_coupon{
	background-color:#333333;
	border:3px solid #333333;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	padding:2px 7px;
	text-decoration:none;
	margin:0 10px 0 0;
}
.redeem_coupon:hover{
	background-color:#777777;
	border:3px solid #777777;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	color:#fff;
	padding:2px 17px 2px 7px;
	background-image:url(../images/go_to_next_checkout_page.png);
	background-position:right;
	background-repeat:no-repeat;
	text-decoration:none;
	margin:0;
	cursor:pointer;
}


	
