@charset "utf-8";
/* CSS Document */
#lof_header_user{
    margin-left: 220px;
    text-align: left;
	z-index:999;
	min-height:127px;
}
#lof_wrraper{
	float:left;
	position:absolute;
	top:10px;
}
#lof_header_cart #shopping_cart{
	color: #8D8D8D;
    float: left;
    font-style: italic;
	font-size:14px;
	line-height:39px;
    margin: 0 20px;
}
#lof_header_cart #shopping_cart .ajax_cart_total{font-weight:bold;}

#lof_header_cart  #cart_block p#cart-buttons a{
	float:left;
	margin:5px 4px;
	border-radius:4px !important;
}

#lof_header_cart  #cart_block dt {
    text-align: right;
	border-top:1px dotted #CCC;
	margin-top:4px;
	padding-top:3px;
}
#lof_header_cart  #cart_block  dt.first_item{
    border: none;
}
#lof_header_cart  #cart_block dd {
    float: right;
    font-style: italic;
    margin-left: 1em;
    margin-right: 8em;
    margin-top: -32px;
}
#lof_header_cart  #cart_block dd {
    width: 160px;
}
#lof_header_cart  #cart_block p#cart-prices {
    border-top: 1px solid #CCC;
    clear: both;
    display: block;
    margin-bottom: 2em;
    margin-top: 8px;
    padding-top: 0.4em;
}
#lof_header_cart  #cart_block  #cart-price-precisions {
    border-top: 1px solid #CCC;
    font-size: 0.9em;
    height: 2em;
    margin-top: 0.5em;
    padding-top: 0.4em;
}
 #lof_header_cart  #cart_block dl dt a,#lof_header_cart  #cart_block dl dt span.quantity-formated {
    float: left;
    padding-right: 5px;
}
#lof_header_cart #cart_block p#cart-prices {
	clear: both;
	margin-top: 8px;
	margin-bottom: 10px;
	display: block;
	padding-top: 0.4em;
	border-top: 1px solid #CCC
}

#lof_header_cart  a.ajax_cart_block_remove_link {
    background: url("delete.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 13px;
    margin-left: 6px;
    width: 11px;
}
/**********************************************/
#lof_header_cart  a.ajax_cart_block_remove_link {
    background: url("delete.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 13px;
    margin-left: 6px;
    width: 11px;
}
#lof_header_cart  a.lofcart_quantity_up {
    background: url("quantity_up.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 9px;
    margin-left: 6px;
    width: 11px;
}
#lof_header_cart  a.lofcart_quantity_down {
    background: url("quantity_down.gif") no-repeat scroll left bottom transparent;
    display: block;
    float: right;
    font-size: 0;
    height: 9px;
    margin-left: 6px;
    width: 11px;
}
/**********************************************/

#lof_header_user  ul > li > a {
	text-decoration:none;
	color:#8D8D8D;
	padding-right:10px;
	font-size:11px !important;
}
#lof_header_user  ul > li > a.lof_btnsignin{
	background:url(border-menutop.png) no-repeat scroll right center transparent;
	
}
#lof_header_user  ul > li > a:hover {
	color:#fff;
}
#lof_header_user #cart_block dl span.price{
    color: #5D717E;
    font-weight: normal;
}
#lof_header_user #cart_block span.price{
    color: #5D717E;
    font-weight: bold;
}
#lof_header_user #lof_header_cart #cart_block dt{
    width: 100%;
}
#lof_header_user #lof_header_user_info{
	float:left;
}
#lof_header_cart{
	float:right;
	top:60px;
	border: 1px solid #8D8D8D;
    border-radius: 5px 5px 5px 5px;
    display: inline-block;
	position:absolute;
	right:0;
}
#lof_header_cart ul li a.btnshowcart{
	background: url(icon-cart.png) no-repeat scroll left center transparent;
    border-radius: 4px 0 0 4px;
    float: left;
    height: 39px;
    padding: 0;
    text-indent: 48px;
    text-transform: uppercase;
}
#lof_header_cart ul li a.btnshowcart span{
	background: none repeat scroll 0 0 transparent;
    color: #382F2B;
    font-size: 18px;
    line-height: 36px;
    text-shadow: none;
	font-family: 'Oswald Bold';
}
.lof_popup { display:none;  
background:#fff; 
border: 1px solid #AAAAAA;
padding: 2px;
 -moz-box-shadow:0px 3px 9px #666; -webkit-box-shadow:0px 3px 9px #666; 
border-radius: 8px 8px 8px 8px; -moz-border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px; }
.lof_popup .lof_wrapper{
    margin: 0;
    padding: 2px;
	background:#FFF;
	position:relative;
    border-radius: 8px 8px 8px 8px; -moz-border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px 8px 8px 8px;
	
}
/* USER INFORMATION */
#lof_header_user_info { padding-right:12px;}
#lof_header_user_info ul li{
	float:left;	
	padding-right:10px;
}
.lof_wrapper,.lof_wrapper a{
 color: #333333;   
}
.lof_container_signin{
	position:absolute;	
	top:21px;
	width:400px;
	z-index:99999;
	border-radius:0 3px 5px rgba(0, 0, 0, 0.4);
	left: 0;
}
 .lof_wrapper form fieldset {
    background:none;
    border: none;
    padding: 10px;
}
.lof_container_signin p.text {
	float:left;
	width: 173px;
    margin: 7px;
}
.lof_container_signin p.text  input{
	width:160px
}
.lof_container_signin p.submit{
	float:left;
	padding:12px 0px;
} 

.lof_container_signin .lost_password{ float: right;margin: 18px 0 0 10px;}
.lof_container_register {
	left:45px;
    position: absolute;
    top: 21px;
    width: 315px;
    z-index: 9999;
}

/***/

.lof_container_cart{
	position:absolute;
	right:0;
	top:40px;	
	width:350px;
	z-index:9999;	
}
.lof_modal_container .lof_header {
	font-size:11px;
	padding:5px 0
}
/****/
#lof_cart_popup{ 
	width:100%;
	height:100%;
	position:absolute;
	top:0; right:0;
	background:#000;
	z-index:9999;
	display:none;
}
 #lof_wrapper_cart{
	width:450px;
	position:fixed;
	background:#FFF;
	top:20%;
	right:40%;
	z-index:1000;
	border:#999 solid 10px;
	display:none;

	 -moz-box-shadow:1px 1px 8px #555; -webkit-box-shadow:1px 1px 12px #55; 
	border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px;
}
#lof_wrapper_cart .close {
    width: 30px;
    height: 30px;
	cursor:hand;
	cursor:pointer;
    background: url(popup_sprite.png)-60px -40px;
    position: absolute;
    top: -21px;
    right: -19px;
}
 #lof_wrapper_cart .lof_modal_container{
	 	padding:50px 20px;
		border:#FFF solid 3px;
		border-radius: 3px 3px 3px 3px; -moz-border-radius: 3px 3px 3px 3px; -webkit-border-radius: 3px 3px 3px 3px;
 }
#lof_wrapper_cart .lof_message {
    padding: 36px;
    border: dotted 1px red;
    font-weight: bold;
}
 #lof_wrapper_cart .lof_header{
	text-align:left;

 }
  #lof_wrapper_cart .lof_content{
	border:#dc1e32 dotted 1px;
	padding:3px;
  }
 #lof_wrapper_cart .lof_preload{
	background:#FFF url(ajax-loader.gif) no-repeat center center;	
	width:100%;
	height:100%;
	overflow:hidden;
	text-indent:-999px
}
.lof_error{
	width:100%;

	
	color:#F00; 
	font-weight:bold;
	background:#FFF;
}

 #lof_wrapper_cart .lof_product_infor{
	width:100%;
	clear:both;
	padding:6px 0;
	border:#CCC solid 1px;
 }
 .lof_wrapper input.account_input{
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
 }
 #lof_header_user_info label{
    color: #555555;    
    font-size: 12px;
    font-weight: bold;
    margin: 0;
 }
 .lof_wrapper input.button, .lof_wrapper .button_large,.lof_wrapper .button_small,.lof_wrapper .exclusive{
    background-image: none;
    height: auto !important;
    background-color:#111;padding:4px 10px !important;
    border:0;cursor:pointer;font-style:normal;
    font:inherit !important;
    line-height:1;
    position:relative;
    text-align:center;
    text-decoration:none !important;
    margin-top:0;margin-bottom:0;
    font-weight: bold!important;
	font-size:11px !important;
 }
.lof_wrapper .exclusive:active{
    color: #4ec8ed !important;    
}

 .lof_wrapper .button_small{
    color: #D5D7DB !important;
    width: auto !important;
    height: auto !important;
 }
.lof_wrapper input.button:active{
    color:white !important;
    padding:6px 10px 5px !important;
    background-image:-moz-linear-gradient(top,rgba(0,0,0,0.2),rgba(150,150,150,0.2),rgba(255,255,255,0.2));background-image:-webkit-gradient(linear,0% 0,0% 100%,from(rgba(0,0,0,0.2)),color-stop(0.5,rgba(150,150,150,0.2)),to(rgba(255,255,255,0.2)));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#50ffffff);box-shadow:inset 0 1px 2px rgba(0,0,0,0.7);-moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.7);-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.7)
}
.lof_container_register .lof_wrapper p.submit{
    padding: 16px 0 0 3px !important;
    margin: 0 !important;
}
.lof_wrapper #cart_block{
    padding: 10px;
}
.lof_wrapper form.std h4, .lof_wrapper form.std p {
	font-weight:normal;
}
.lof_wrapper .form.std h3 {
	font-weight:bold;
}
#authentication .lof_container_signin p.submit{
	padding-left:7px !important;
}
#authentication .lof_container_register p.submit{
	padding-left:10px !important;
}


#cart_block table#lof_vouchers{ 
    clear: both;
    height: 3em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    padding-top: 0.4em;
}
#cart_block table#lof_vouchers td {
    border: 0 none;
    height: 1.5em;
    padding: 0;
}
#cart_block table#lof_vouchers td.price {
    color: red;
    font-size: 1em;
    font-weight: normal;
    text-align: right;
    width: 37%;
}

#lof_display_cart_vouchers .voucher_name {
    color: #DD2A81;
    cursor: pointer;
    font-weight: bold;
    
}


#lof_close_popup{
     float:right;
     cursor: pointer;
     color: red;
     font-weight: bold;
}

.lof_container_cart1{
	position:fixed;
	right:5px;
	top:5px;
	width:350px;
	z-index:9999;
}

/*cart_block_list .lof-button-voucher*/
#cart_block_list .lof-button-voucher{
    background: none repeat scroll 0 0 white;
    border: 1px solid #DDDDDD;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.33);
    color: #dc1e32;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-top: 5px;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase;
}
#cart_block_list .lof-button-voucher:hover{
    background: none repeat scroll 0 0 #dc1e32;
    color: white;
}

/*cart_block_list*/
#cart_block_list .lof_qty_up{
    float:left;
    width: 28px;
}
#cart_block_list .lof_qty_down{
    float:left;
}
#lof_container_cart #cart_block .block_content{
	padding-right:0;
}