html, body{
	font-family: 'Arial', sans-serif;
}

/* CART */
.main_checkout{
	font-family: Arial, sans-serif;
	font-weight: 12px;
}
.main_checkout a{
	color: #E36745;
}
.main_checkout a:hover{
	color: black;
}
.main_checkout h1{
	font-family: 'MgOpenModernaBold';
	font-weight: normal;
	text-transform: uppercase;
	font-size: 32px;
	color: black;
	margin-bottom: 10px;
}
.main_checkout .cart_submit{
	color: white;
	border: none;
	padding: 7px 10px;
	cursor: pointer;
	margin: 10px 0;
	font-size: 14px;
}
.right{
	float: right;
}

/* Cart */
   	#cart_head ul{
		list-style: none;
		background-color: #e6e6e6;
		width: 100%;
		display: block;
		height: 30px;
		padding: 1px 0;
	}
	#cart_head ul li{
		font-family: Arial, Helvetica;
		font-size: 12px;
		float: left;	
		font-weight: bold;
		color: #000;
		height: 15px;
		padding: 10px 4px 4px 8px;
		margin-bottom: 2px;
		border-left: 1px solid #fff;
	}
	#cart_head ul li.block{
		border: none;
		display: block;
	}

	.cart_line{
		border-bottom: 1px solid #ebebeb;
		font-size: 12px;
		padding: 15px 0;
	}
		.cart_line article{
			
			padding-left: 9px;	
		}
			.cart_line .cart_line_product{
				padding-right: 3px;
			}
			.cart_line h2{
				font-family: 'MgOpenModernaBold';
				font-weight: normal;
				text-transform: uppercase;
				font-size: 21px;
				color: black;
				margin-bottom: 10px;
			}
			.cart_line h2 a{
				color: black;
				text-decoration: none;
			}
			.cart_line .cart_line_img{
				margin-left: 5px;
			}
			
			.cart_line .label_pink{
				background-color: #E2613E;
				color: #fff;
				font-family: 'FrutigerNextHeavy', Arial, Helvetica;
				font-size: 1.3em;
				padding: 2px;
				margin: 0 0;
				display: inline-block;
				text-align: right;
				vertical-align: top;
				position: relative;
			}
			.cart_line .cart_line_product_info .product_info{
				float: left;
			}
				.cart_line .cart_line_product_info .product_info span{
					clear: both;
					display: block;
					line-height: 18px;
					color: #6a6a6a;
					line-height: 21px;
				}
				
			.cart_line .cart_line_product_info .product_change{
				float: right;
				padding-right: 9px;
			}
				.cart_line .cart_line_product_info .product_change span{
					display: block;
					clear: both;
					line-height: 18px;
					color: #6a6a6a;
					text-align: right;		
				}
			.cart_line .cart_line_price{
				width: 124px !important;
				text-align: right;	
			}
			.cart_line .cart_line_price .price_block{
				float: right;
				display: block;
				clear: both;
			}
			.cart_line .cart_line_price span{
				display: block;
				line-height: 18px;
				color: #6a6a6a;
				text-align: right;	
			}
			.cart_line .cart_line_price span.first{
				width: 10px;
				float: left;
			}
			.cart_line .cart_line_price span.second{
				width: 40px;
				float: left;
			}
			.cart_line .cart_line_price .old_price span{
				color: #50b61a !important;
				text-decoration: line-through;
			}
	#cart_totals{
		font-size: 12px;
		padding: 10px 0;
	}
	#cart_totals article{
		margin-top: 5px;
		padding-left: 9px;	
		border-right: 1px solid #e6e6e6;
		min-height: 100px;
	}
	#cart_totals article img{
		clear: both;
		display: block;
		margin-bottom: 10px;	
	}
	#cart_totals #coupon_form{
		width: 276px;	
	}
		#coupon_form form {
			margin-top: 10px;	
		}
		#coupon_form form input[type=text]{
			font-size: 12px;
			width: 165px;
			padding: 6px;
			float: left;
			display: inline-block;
			margin-right: 4px;
			border: 1px solid #E6E6E6;
			margin-top: 0;
		}
		#coupon_form form input[type=submit]{
			line-height: 23px;
			margin: 0px !important;
			width: 	30px !important;
			height: 29px;
			padding-bottom: 25px;
			border: none !important;
			color: #fff;
			font-weight: bold;
			font-size: 1em !important;
			cursor: pointer;
			background: #858585; /* Old browsers */
			background: -moz-linear-gradient(top,  #858585 1%, #6a6a6a 100%); /* FF3.6+ */
			background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#858585), color-stop(100%,#6a6a6a)); /* Chrome,Safari4+ */
			background: -webkit-linear-gradient(top,  #858585 1%,#6a6a6a 100%); /* Chrome10+,Safari5.1+ */
			background: -o-linear-gradient(top,  #858585 1%,#6a6a6a 100%); /* Opera 11.10+ */
			background: -ms-linear-gradient(top,  #858585 1%,#6a6a6a 100%); /* IE10+ */
			background: linear-gradient(top,  #858585 1%,#6a6a6a 100%); /* W3C */
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858585', endColorstr='#6a6a6a',GradientType=0 ); /* IE6-9 */
			float: left;
			display: inline-block;
			vertical-align: middle;	
		}
		
		#coupon_form ul {
			list-style: none;
		}
			#coupon_form ul li {
				line-height: 18px;
				margin: 10px 0;
			}
			#coupon_form ul li div.coupon_title_block {
					clear: both;
					position: relative;
				}
				#coupon_form ul li span.coupon_title {
					float: left;
					display: inline-block;	
					font-weight: bold;				
				}
				#coupon_form ul li span.coupon_remove {
					float: right;
					display: inline-block;
					margin-right: 10px;
				}
				
			#coupon_form ul li span.coupon_description {
				clear: both;
				display: block;
			}
			#coupon_form ul li span.coupon_value {
				clear: both;
				display: block;
			}
		
   
	
	#cart_totals #pricing_texts{
		width: 233px;	
	}
	#cart_totals #pricing_texts span{
		clear: both;
		display: block;
		line-height: 18px;
	}
	#cart_totals #pricing_amounts{
		text-align: right;
		width: 123px;
		padding-right: 7px;
		border-right: none;
	}
	#cart_totals #pricing_amounts span{
		display: block;
		line-height: 18px;
	}
	#cart_totals #pricing_amounts div{
		text-align: right;	
		display: block;
		clear: both;
		float: right;
	}	
	#cart_totals #pricing_amounts div span{
		position: relative;
		float: left;	
		display: inline-block;
	}
	#cart_totals #pricing_amounts div span.first{
		width: 10px;
	}
	#cart_totals #pricing_amounts div span.second{
		width: 70px;

	}
	#cart_totals span.total_text{
		margin-top: 25px;
		font-weight: bold;
		font-size: 12px;
		color: #383838;
	}
	#cart_totals article h2{
		font-family: 'MgOpenModernaBold';
		font-weight: normal;
		text-transform: uppercase;
		font-size: 18px;
		color: black;
		margin-bottom: 10px;
	}
	
/* CHECKOUT */

/* Base Objects */
#checkout_wrapper {
	margin-bottom: 50px;
}
header#top {
	height: 120px;
	border-bottom: 1px solid #000;	
	margin-bottom: 10px;
}
	#logo{
		height: 100%;
		position: relative;
		margin-right: 10px;
	}
	#header_service{
		font-size: 0.8em;
		top: 50%;
		position: relative;
	}
footer#bottom{
	margin-top: 20px;
	border-top: 1px solid #000;	
}
	footer #big_pink{
		background-color: #f53c88;
		height: 30px;
		margin-top: 15px;
		padding: 22px 20px 18px;
	}
	
	footer #call_icon{
		width: 25px; 
		height: 25px;
		background: url(../images/call_icon.png) no-repeat;
		display: inline-block;
		float: left;
		margin-right: 5px;		
	}	
	footer #big_pink > span{
		float: left;
		text-transform: uppercase;
		font-size: 1.6em;
		font-family: 'FrutigerNextBold', Arial, Helvetica;
	}
	footer .center{
		text-align: center;
		color: #8f8f8f;
		font-size: 0.8em;
		margin-top: 10px;
	}
	
/* Sections */

/* Articles */

#checkout_wrapper article{
	padding: 10px;

	border: 1px solid rgba(0,0,0,0);
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0); 
}
	#checkout_wrapper article h3{
		font-size: 16px;
		text-transform: uppercase;
		border-bottom: 1px solid #c5c5c5;
		padding-bottom: 16px;
		font-family: 'FrutigerNextBold', Arial, Helvetica;
	}
	#checkout_wrapper article div.header {
		font-size: 12px;
		text-transform: uppercase;
		border-bottom: 1px solid #c5c5c5;
		padding-bottom: 16px;
		font-family: 'FrutigerNextBold', Arial, Helvetica;
		clear: both;
		height: 16px;
	}
	#checkout_wrapper article div.header h1{
		float: left;
	}
	#checkout_wrapper article div.header span{
		float: right;
	}
	
	#checkout_wrapper article div.header a{
		text-transform: none;
		font-size: 0.8em;		
		font-family: Arial, Helvetica;
	/*	margin-left: 69px;*/
	}
	#checkout_wrapper article.active{
		border: 1px solid rgba(0,0,0,0.03);
		-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.09);
		-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.09);
		box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.09); 	
	}	
	#checkout_wrapper article.active h1{
		color: #f23e86 !important;
	}

ul.check_list{
	list-style: none;
	display: inline-block;
	font-size: 0.8em;
	width: 295px;
	margin-top: 10px;
}
	ul.check_list li{
		display: inline-block;
		position: relative;
		margin-bottom: 10px;
		padding: 10px 5px;
		width: 286px;
		margin-left: -5px;
		/*cursor: pointer;*/
		border: 1px solid #fff;
	}
	ul#payment li{
		padding: 10px 5px;
		margin-bottom: 5px;
		vertical-align: baseline;
	}
		ul#payment li#logo_ideal{
			background-image: url(../images/checkout_icon_ideal.png);
			background-position: right;
			background-repeat: no-repeat;
		}
		ul#payment li#logo_afterpay{
			background-image: url(../images/checkout_icon_afterpay.png);
			background-position: right;
			background-repeat: no-repeat;
		}
		ul#payment li#logo_cc{
			background-image: url(../images/checkout_icon_cc.png);
			background-position: right;
			background-repeat: no-repeat;
		}
		ul#payment li#logo_incasso{
			background-image: url(../images/checkout_icon_incasso.png);
			background-position: right;
			background-repeat: no-repeat;
		}


	
	ul#payment li > input{
		margin-top: 0px !important;
		padding-top: 0px;
	}
	ul#payment li > label{
		display: inline-block;
	}
	ul.check_list li.active{
		background-color: #fcfcfc;
		border: 1px solid;
		border-top-color: #f4f4f4;
		border-right-color: #eaeaea;
		border-bottom-color: #e0e0e0;
		border-left-color: #f8f8f8;

	}
	ul.check_list li input[type=radio]{
		float: left;
		display: inline-block;
		margin-left: 0px;
		margin-right: 7px;
	}
	ul.check_list li fieldset{
		float: left;
		display: block;
		position: relative;
		width: 210px;
		margin-right: 10px;
		cursor: pointer;
	}
	ul.check_list li fieldset label{
		clear: both;
		float: left;
		display: block;
		line-height: 17px;
		cursor: pointer;
	}
	ul.check_list li fieldset > label:first-child{
		font-weight: bold;
	}
	ul.check_list li span{
		float: left;
		display: inline-block;	
	}
	
        .icon_warn_afterpay {
            float: left;
            display: inline-block;
            vertical-align: top;
            margin-right: 5px;
        }
        
        #afterpay_warning {
            display: block;
            float: left;
        }
        
        
ul#product_list{
	list-style: none;
	overflow-y: scroll;
	max-height: 225px;	
	border: 1px solid #e2e2e2;
	margin-top: 5px;
}	
ul#product_list li{
	border-bottom: 1px solid #e2e2e2;
/*	min-height: 69px;*/
	margin: 2px 5px;
	padding: 5px;
	display: inline-block;
	width: 249px;
}
	ul#product_list li img{
		float: left;	
		margin-right: 10px;
	}
	ul#product_list li div{
		float: left;
		font-size: 0.8em;
		color: #989898;
		line-height: 18px;
	}
	ul#product_list li div span:first-child{
		color: #000;
	}
	ul#product_list li .product_info{
	}
	ul#product_list li .product_info span{
		float: left;
		clear: both;
		width: 128px;
		word-wrap: break-word;
	}

	ul#product_list li .product_info_price{
		float: right;	
	}
	ul#product_list li .product_info_price span.first{
		float: left;	
	}
	ul#product_list li .product_info_price span.second{
		clear: right;
		width: 40px;
		display: inline-block;
		position: relative;
		color: #000;
		text-align: right;
		float: left;
	}
	ul#product_list li .product_info_price span.second.discounted {
		color:#E2613E;
		font-weight:bold;
	}
	ul#product_list li .product_info_price span.second.old_price {
		text-decoration:line-through;
		color:#888888;
	}
	ul#product_list li .product_info_price span.last{
		float: right;
		clear: both;
	}

ul#price_overview{
	list-style: none;
	font-size: 0.8em;
	padding: 10px;	
	padding-right: 28px;
	line-height: 18px;
}
ul#price_overview li{
	width: 100%;
	display: inline-block;
}
ul#price_overview li div{
	float: left;
}
ul#price_overview li div.last{	
	float: right;
}
ul#price_overview li div.last span.last{
	clear: right;
	width: 40px;
	display: inline-block;
	position: relative;
	text-align: right;
}
	
/* Form styling */
.inline_form, .has_coupon_form{	
	margin-bottom: 10px;
}
	.inline_form h2, .has_coupon_form h2{
		display: block;
		background-color: #cfcfcf;			
		padding: 10px;
		font-size: 0.9em;
		margin-top: 12px;
		cursor: pointer;
	}
	.inline_form h2 a, .has_coupon_form h2 a {
		float: right;	
	}

		#add_coupon_code h2{
			background-color: #f1f1f1;
			font-weight: normal;
			font-size: 0.8em;
		}
		#add_coupon_code span{
			float: right;
			color: #52a6e6;
			text-decoration: underline;
		}
		#add_coupon_code input[type=submit]{
			margin-left: 145px;
		}
	.inline_form > form{
		display: none;
		background-color: #f1f1f1;
		padding-bottom: 4px;
	}
	.inline_form > form > label{
		font-size: 0.8em;
		padding: 10px;
		display: inline-block;
		width: 120px;
	}
	.inline_form > form > input{
		font-size: 0.8em;
		padding: 4px 7px;
		border: 1px solid #d6d6d6;
		width: 125px;
		margin-top: 4px;
	}
	.inline_form > form > input[type=submit]{
		width: 140px;
	}
	.inline_form > form > span{
		font-size: 0.8em;
		padding: 10px;
		padding-right: 7px;
	}
	#checkout_wrapper form#customer {
		display: inline-block;
		position: relative;
		width: 288px;
	}
		#checkout_wrapper form#customer label, #checkout_wrapper form#optional_address_form label{
			font-size: 0.8em;
			padding-bottom: 10px;
			display: block;
			margin-top: 10px;
			font-weight: bold;
		}
		
		#checkout_wrapper form#customer input, #checkout_wrapper form#customer select, #checkout_wrapper form#optional_address_form input,#checkout_wrapper form#optional_address_form select{
			font-size: 0.8em;
			padding: 4px 8px;
			border: 1px solid #d6d6d6;
			/*width: 100%;*/
			display: inline-block;
			position: relative;
		}
		
		#checkout_wrapper form#customer fieldset, #checkout_wrapper form#optional_address_form fieldset{
			display: inline-block;
			float: left;
			margin-right: 3px;
			position: relative;
            background:#FFF;
		}
        
        #checkout_wrapper form#optional_address_form fieldset{
            margin-left: -3px;
            padding-right:3px;
        }
		#checkout_wrapper form#customer fieldset.omega, #checkout_wrapper form#optional_address_form fieldset.omega{
			margin-right: 0px !important;
		}
			#checkout_wrapper form#customer fieldset.grid_form_1 input, #checkout_wrapper form#optional_address_form fieldset.grid_form_1 input{
				width: 37px;
			}
			#checkout_wrapper form#customer fieldset.grid_form_2 input, #checkout_wrapper form#optional_address_form fieldset.grid_form_2 input{
				width: 52px;
			}
			#checkout_wrapper form#customer fieldset.grid_form_3 input, #checkout_wrapper form#optional_address_form fieldset.grid_form_3 input{
				width: 54px;
			}
			#checkout_wrapper form#customer fieldset.grid_form_4 input, #checkout_wrapper form#customer fieldset.grid_form_4 label, #checkout_wrapper form#optional_address_form fieldset.grid_form_4 input, #checkout_wrapper form#optional_address_form fieldset.grid_form_4 fieldset{
				width: 110px;
			}
			#checkout_wrapper form#customer fieldset.grid_form_5 input, #checkout_wrapper form#customer fieldset.grid_form_5 label, #checkout_wrapper form#optional_address_form fieldset.grid_form_5 input, #checkout_wrapper form#optional_address_form fieldset.grid_form_5 label{
				width: 139px; 
			}
			#checkout_wrapper form#customer fieldset.grid_form_6 input, #checkout_wrapper form#optional_address_form fieldset.grid_form_6 input{
				width: 195px;
			}
			#checkout_wrapper form#customer fieldset.grid_form_7 input, #checkout_wrapper form#optional_address_form fieldset.grid_form_7 input{
				width: 270px;
			}
			#checkout_wrapper form#customer fieldset.grid_form_7 select, #checkout_wrapper form#optional_address_form fieldset.grid_form_7 select{
				width: 288px;
			}
	#checkout_wrapper form#submit_form{
		display: inline-block;	
	}	
	#checkout_wrapper form#submit_form label{
		font-size: 0.8em;
		font-weight: bold;
		display: inline-block;
	}
	#checkout_wrapper form#submit_form textarea{
		margin: 10px 0px;
		font-size: 0.8em;
		width: 100%;
		display: inline-block;
		resize: none;
		height: 50px;
		border: 1px solid #d0d0d0;
		font-family: Arial, Helvetica, sans-serif;
	}
	#checkout_wrapper form#submit_form input[type=submit]{
		margin-top: 10px;
		width: 100%;
		height: 32px;
	}

    #checkout_wrapper form .error
    {
        border:1px solid #E8102D;
         -webkit-box-shadow:0 0 9px #E8102D;
         -moz-box-shadow:0 0 8px #E8102D;
         box-shadow:0 0 8px #E8102D;
    }
/* Default submut button*/
#checkout_wrapper input[type=submit]{
	border: none !important;
	color: #fff;
	font-weight: bold;
	font-size: 1em !important;
	cursor: pointer;
	background: #53b918; /* Old browsers */
	background: -moz-linear-gradient(top,  #53b918 1%, #3ea113 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#53b918), color-stop(100%,#3ea113)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #53b918 1%,#3ea113 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #53b918 1%,#3ea113 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #53b918 1%,#3ea113 100%); /* IE10+ */
	background: linear-gradient(top,  #53b918 1%,#3ea113 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#53b918', endColorstr='#3ea113',GradientType=0 ); /* IE6-9 */
}
#checkout_wrapper input[type=submit]:hover{
	text-decoration: underline;
}

#checkout_wrapper #payment_container input[type=submit]{
	margin-top: 10px;
	width: 	150px !important;
	height: 30px;
}

/* Floats & Margins */
.float_right{
	float: right !important;	
}
.margin_top_10{
	margin-top: 10px;	
}

/* Live chat */

#bottom .lc5element a {
	color: #ffffff;
	text-decoration: none;
}
#top .lc5element a {
	color: #1cc401;
	text-decoration: none;
}

#terms_container{ display: none !important; height: 0 !important; width: 0px !important; }
#terms_inner_container{ width: 550px; height: 600px; float: left; }
#terms_inner_container p{ font-size: 12px; width: 95%; }