/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Common Componenets
**************************************************************************************************************************/

#checkout_shipping #shipping_element_shipping_methods,                                     /*Adds the deco line under each block*/
#checkout_shipping #shipping_element_comments,
#checkout_shipping #shipping_element_payment_methods,
#checkout_shipping #shipping_element_giftwrapping {
	background:transparent url(http://image.pinocchioshop.dk/p/design/seperater.gif) no-repeat scroll left bottom;
	padding-bottom: 15px;
}

#checkout_shipping #checkout-process {
	left:0;
	position:absolute;
	top:-56px;
	*top:-66px;
}

div#wrap div#content #checkout_shipping h2 {       						/*This is the main title of the page*/ 
	margin-top: 66px;   
}

#checkout_shipping h3 {                                                 /*This is for the sub title : each block has a title*/
	font-weight:bold;
	margin:20px 0 7px;	
}


/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Shipping  (Delivery Method)
**************************************************************************************************************************/

#checkout_shipping table.shippingmethod {
	padding-top: 7px;
}

#checkout_shipping table.shippingmethod .shipping_title {                            
	font-weight:bold;
	padding-bottom: 7px;	                                              
}

#checkout_shipping table.shippingmethod .shipping_title input {                            
	vertical-align: -1px; 											  /*Makes the radio button align with the text*/
	margin-right: 2px;
}


/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Comment box
**************************************************************************************************************************/

#checkout_shipping #shipping_element_comments .input_fields {
	padding: 0px 3px;
}


/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Gift Wrapping
**************************************************************************************************************************/

#checkout_shipping #shipping_element_giftwrapping .wrapping_yes_option{										
	padding-top: 15px;
}

#checkout_shipping #giftwrap td input{
	vertical-align: -1px; 
	margin-right: 0px;
	float: left;
	margin-right: 7px;
}

#checkout_shipping #shipping_element_giftwrapping .wrapping_yes_option label {										/*The small box icon is applied in the container div*/
	display: block;
	float: left;	
	padding-left: 22px;
	height:17px;
	background-image: url('http://image.pinocchioshop.dk/x/x/scale/p//icons/package_green.png');
	background-repeat: no-repeat;
	background-position: left top;
}

#checkout_shipping #shipping_element_giftwrapping #wrapbox label {
	display: block;
	padding: 3px 0px;
}

#checkout_shipping #shipping_element_giftwrapping .choose_gift_wrap_label {
	display: none;	
}

#checkout_shipping #shipping_element_giftwrapping .wrapping_type_list {
	padding-top: 10px;
}

#checkout_shipping #shipping_element_giftwrapping .wrapping_type_list li{
	float: left;
	margin-right: 20px;
	padding: 0px;
}

#checkout_shipping #shipping_element_giftwrapping #wrapbox .wrapping_type_list li label{
	display: inline;
}


/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Payment
**************************************************************************************************************************/
#checkout_shipping .payment_box br {
	display: none;
}

#checkout_shipping .payment_box_paymenttitle img {
	display:none;
}


/*************************************************************************************************************************
		COMMENTS FROM VISHAL: Button Wrap
**************************************************************************************************************************/

#checkout_shipping #create_account div.buttonwrap, #checkout_shipping div.buttonwrap.end {
	border:none !important;
	background: none; 
}

#checkout_shipping div.buttonwrap.end .button {    
    border: 0 none;
    cursor: pointer;
    display: block;    
    height: 26px;
}

#checkout_shipping div.buttonwrap.end .button span {
    display: none;
}

#checkout_shipping div.buttonwrap.end a.button {
    float: left;
    width: 46px;
    background: transparent url(http://image.pinocchioshop.dk/p/design/back.gif) no-repeat scroll 0 0;
}

#checkout_shipping div.buttonwrap.end button.button {
    float: right;
    width: 102px;
    background: transparent url(http://image.pinocchioshop.dk/p/design/continue_long.gif) no-repeat scroll 0 0;
}
