/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */


#tabwrap{
	width:950px;
	margin:0 auto;
}
#tab {
  	background: url(/images/cartimgs/tab_b.png) repeat-x 0 0;
	height: 42px;
	margin: 0 auto;
	position: relative;
    top: 0;
    right:0;
    z-index: 999;
}

#tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 0;
  	color: #211617;
  	font-size: 1em;
	text-align: center;
}

#tab ul.login li.left {
  	background: url(/images/cartimgs/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 35px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#tab ul.login li.right {
  	background: url(/images/cartimgs/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 35px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

#tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(/images/cartimgs/tab_m.png) repeat-x 0 0;
}
.tabviewbasket{ width:135px;}
.tabseperator{ width:4px;}
.tabitems{ /*width:125px;*/}

#tab ul.login li a {
	color: #211617;
}

#tab ul.login li a:hover {
	color: white;
}

#tab li span {display: inline; float: left;}
#tab li span.items {margin:0 6px;}
#tab li span.amount {font-weight: bold}
#tab li span.view {margin:0 6px 0 0;}
#tab li span.items  {padding-left: 23px; background: url(/images/bullets/basket.gif) left no-repeat;}
#tab li span.view a {padding-left: 20px; background: url(/images/arrows/viewbasket-down.gif) left no-repeat;}
#tab li span a:hover {text-decoration: underline}
#tab li span a {color:#211617;}




#tab .sep {color:#211617}

#tab a.open, #tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 25px !important;
	cursor: pointer;
	display: block;
	
	position: relative;
	top: 11px;
}

#tab a.open {background: url(/images/arrows/viewbasket-down.gif) left no-repeat;}
#tab a.close {background: url(/images/arrows/viewbasket.gif) left no-repeat;}
#tab a:hover.open {background: url(/images/arrows/viewbasket-down.gif) left no-repeat;}
#tab a:hover.close {background: url(/images/arrows/viewbasket.gif) left no-repeat;}

/* sliding panel */
#toppanel {
	font-family: Georgia;
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
	left:0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	/*height: 270px;*/
	color: #999999;
	background: #d2c3b0;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 2em;
	padding:5px 0 0 36px;
	margin: 0 0 12px 0;
	color: #211617;
	font-weight: bold;
	background: url(/images/bullets/largebasketicon.gif) left no-repeat;
}


#panel h2.topcart {
	font-size: 1.7em;
	padding: 10px 0 5px;
	margin: 0;
  	color: #fff;
  	font-style:italic;
	display:inline;

  	text-shadow: 0 2px 1px rgba(120,120,0,0.3);
}

#panel p {
	margin: 5px 0;
	padding: 0;
  	color: #211617;
}


#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.9em;
}

#panel .content .left {
	width: 340px;
	float: left;
	padding: 0 15px;
	border-left: 1px dashed #777067;
}

#panel .content .right {
	border-right: 1px dashed #777067;
}



/* BASKET layout */
#panel ul.basket {width:340px;}
#panel ul.basket li { float: left;}
#panel ul.basket li.item {
	margin: 8px 0;
	padding: 0;
	width: 340px;
  	color: #211617;
}

#panel ul.basket li.item ul {width:340px;  float: left;}
#panel ul.basket li.listname {  font-size: 1.2em;  margin-bottom: 3px;}

#panel ul.basket li.item ul li { float: left;  }
#panel ul.basket li.item ul li.img img { border: 1px solid #777067; padding: 1px; }
#panel ul.basket li.item ul li.img {width:50px; float: left; margin-right: 12px;}
#panel ul.basket li.item ul li.img img {width:43px; height:43px;}

#panel ul.basket li.item ul li.iteminfo ul {width:250px; float: left; }
#panel ul.basket li.item ul li.iteminfo ul li.itemname {width:250px; display:inline; float: left;font-size: 1.1em;  margin-bottom: 3px;}
#panel ul.basket li.item ul li.iteminfo ul li.itemname a {	color: #211617; text-decoration: underline; margin-left: 4px;}
#panel ul.basket li.item ul li.iteminfo ul li.quantity {width:250px;display: inline-block; float: left; }
#panel ul.basket li.item ul li.iteminfo ul li.quantity span {display: inline; float: left; font-size: 0.9em; padding: 3px 0 0 0}
#panel ul.basket li.item ul li.iteminfo ul li.quantity span.cost {color:#831c57; font-weight:bold; font-size: 1.4em;margin-left: 20px; width:75px;}
#panel ul.basket li.item ul li.iteminfo ul li.quantity span select {margin: 0 10px;}
#panel ul.basket li.item ul li.iteminfo ul li.quantity span.delete {background: url(/images/basket/delete.gif) no-repeat; width:31px; height:27px; margin-left: 25px }
#panel ul.basket li.item ul li.iteminfo ul li.quantity span.delete a {display: block; width:31px; height:27px;}
#panel ul.basket li.item ul li.iteminfo ul li.quantity select { font-size:1.4em;}



