/*
Name: Nice Login and Signup Panel using Mootools 1.2
Tutorial URI: http://web-kreation.com/demos/login_form_mootools_1.2/
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Date: August 2008

	The CSS, XHTML and design is released under Creative Common License 2.5:
	http://creativecommons.org/licenses/by-sa/2.5/

*/

/* Login Panel */
#top {
	height: 31px;
	position: relative;
}

#top ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 31px;
	width: auto;
  	font-weight: bold;

	margin: 0;
  	color: white;
  	font-size: 80%;
	text-align: center;
  	background: url(../images/login_r.jpg) no-repeat right 0;
	padding-right: 45px;
}

#top ul.login li.left {
  	background: url(../images/login_l.jpg) no-repeat left 0;
  	height: 31px;
	width: 45px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#top ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	line-height:31px;
	  	height: 31px;
		font-size:11px;
  	background: url(../images/login_m.jpg) repeat-x 0 0;
}

#top ul.login li a {
	color: #33CCCC;
}

#top ul.login li a:hover {
	color: white;
}

/*Login*/
/* toggle effect - show/hide login*/
#login {
	width: 100%;
	color: white;
	background: #1E1E1E;
	overflow: hidden;
	position: relative;
	z-index: 3;
	height: 0;
}

#login a {
	text-decoration: none;
	color: #33CCCC;
}

#login a:hover {
	color: white;
}

#login .loginContent {
	width: 550px;
	height: 80px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
	font-size: 0.85em;
}

#login .loginContent .left {
	width: 120px;
	float: left;
	padding-left: 65px;
	font-size: 0.95em;
}

#login .loginContent .right {
	width: 290px;
	float: right;
	text-align: right;
	padding-right: 65px;
	font-size: 0.95em;
}

#login .loginContent form {
	margin: 0 0 10px 0;
	height: 26px;
}

#login .loginContent input.field {
	border: 1px #1A1A1A solid;
	background: #464646;
	margin-right: 5px;
	margin-top: 4px;
	color: white;
	height: 16px;
}

#login .loginContent input:focus.field {
	background: #545454;
}

#login .loginContent input.rememberme {
	border: none;
	background: transparent;
	margin: 0;
	padding: 0;
}

#login .loginContent input.button_login {
	width: 47px;
	height: 20px;
	cursor: pointer;
	border: none;
	background: transparent url(../images/button_login.jpg) no-repeat 0 0;
}

.loginClose {
	display: block;
	position: absolute;
	right: 25px;
	top: 10px;
	width: 70px;
	font-size: 0.8em;
	text-align: left;
}

 .loginClose a#closeLogin {
	display: block;
	width: 100%;
	height: 20px;
	background: url(../images/button_close.jpg) no-repeat right 0;
	padding-right: 20px;
	border: none;
	font-size: 0.9em;
	color:#333333;
}

.loginClose a#closeLogin:hover {
	background: url(../images/button_close.jpg) no-repeat right -20px;
}

#bsket{background:#EAEAEA;}
#bsket #basket_layer_contents img{width:50px; height:50px;}

#bsket #basket_layer_contents .product_qty{margin-left:15px; margin-top:10px;}
#bsket #basket_layer_contents .product_qty .qty-value{width:30px; margin-left:5px; font-size:10px; text-align:center;}
#bsket #basket_layer_contents .product_qty .qty-value input{width:20px; height:16px;  display:block; text-align:center; padding-top:3px;}
#bsket #basket_layer_contents .product_qty div.colour_box{margin-top:14px; display:block; margin-right:5px;}

#bsket #basket_layer_contents  .PRICE{clear:both; margin:0; margin-top:10px; font-size:10px; margin-bottom:10px; }
#bsket #basket_layer_contents .table-border p a{color:#768c8b; }
#bsket #basket_layer_contents .table-border p{padding-left:45px; display:block; width:auto;}

#bsket #basket_layer_contents .table-border{width:800px; }
/* root element for scrollable */
.scrollable{  
	
	/* required settings */
	
overflow:hidden; height:420px; position:relative; width:800px;	

	/* vertical scrollers have typically larger height than width */	
margin-bottom:20px;

}

/* root element for scrollable items */
.scrollable div.items {	
	/* this time we have very large space for height */	
width:800px; position:absolute;  height:20000em; 
	margin: 0px;
}


div.items div img{width:50px; height:50px; padding-top:30px;}

div.items div .product_qty{margin-left:15px; margin-top:10px;}
div.items div .product_qty .qty-value{width:20px; margin-left:5px;}
div.items div .product_qty .qty-value input{width:20px; height:16px;  display:block; text-align:center; padding-top:3px;}
div.items div .product_qty div.colour_box{margin-top:14px; display:block; margin-right:5px;}

div.items div .PRICE{clear:both; margin:0; margin-top:10px; font-size:10px; margin-bottom:10px; }
div.items div p a{color:#768c8b; }
div.items div p{padding-left:85px; display:block; width:auto;}

.final-prices{ clear:both; }
div.items div.item{width:800px;  margin-bottom: 10px; clear:both; border:#999999 solid 1px; border-left:none; border-right:none; border-top:none;}
div.items div.item span{
display:block; float:left; margin-right:20px;

}

/* this makes it possible to add next button beside scrollable */
div.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:18px;
	height:18px;
	background:url(../new-images/left.png) no-repeat;
	float:left;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position:0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(../new-images/right.png);
	clear:right;
	margin-bottom:10px;	
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	width:200px;
	height:20px;
}


/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(../new-images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	





#bsket #basket_layer_contents .cart_pricing_totals{display:block; font-weight:bold; margin-top:10px; margin-left:80px; margin-bottom:10px; font-size:12px;}

#bsket #basket_layer_contents .button{display:block; margin-left:80px; margin-bottom:10px;}



div.colour_box{width:20px; height:20px; float:left; border:solid 1px #666666;}
#checkout .product_qty{margin-left:15px; margin-top:10px;}
#checkout .product_qty .qty-value{width:20px; margin-left:5px;}
#checkout .product_qty .qty-value span{width:20px;  display:block; text-align:center;}
#checkout .product_qty div.colour_box{margin-top:14px; display:block; margin-right:5px;}

#checkout  .PRICE{clear:both; margin:0; margin-top:10px; font-size:10px; margin-bottom:10px; }
#checkout .table-border p a{color:#768c8b; }
#checkout .table-border p{padding-left:45px; display:block; width:auto;}

#checkout .table-border{  width:100%}

#checkout .cart_pricing_totals{display:block; font-weight:bold; margin-top:10px; margin-left:110px; margin-bottom:10px; font-size:12px;}
.checkout-cart div.items div.item{width:100%;  margin-bottom: 10px; clear:both; border:#999999 solid 1px; border-left:none; border-right:none; border-top:none;}
