@charset "UTF-8";

/* 	
----------------------------------------------------
		
	HSV 
	Stylesheet: basket.css

---------------------------------------------------*/


/*	BASKET SUMMARY
----------------------------------------------------*/

#basket_summary {
	margin-top: 5px;
	margin-right: 0px;
	padding: 1px;
	text-align: right;
	float: right;
	border: 0px solid #dedede;
	width: 250px;
	height: 98px;
	background: url(../images/basket.jpg) repeat-x;
	line-height: normal;
	}
	
#basket_summary h4{
	font-size: 0.689em;
	text-align: left;
	padding: 5px;
	padding-left: 8px;
	margin-top: -1px;
	margin-bottom: 2px;
	color: #134061;
	}
	
#basket_summary h5{
	background: #ffc;
	padding: 3px;
	margin-top: 0px;
	color: #fff;
	}
	
#basket_summary ul {
	font-family: arial, verdana, helvetica, sans-serif;
	padding-right: 5px;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
	list-style-position: inside;
	
	
	border: 0px solid #000;
	}
	
#basket_summary ul li{
	color: #134061;
	font-size:  0.75em;
	font-weight: normal;
	display: inline;
	padding:0;
	margin: 0;
	line-height: normal;	
	padding-right: 10px;
	border-right: 0px solid #fff;
	}
	
#basket_summary ul li a{
color: #6033de;
	/*	color: #134061;
	font-weight: bold;	
	color: #fff;
	background: #2b4f86;
	border: 1px solid #fff;
	padding: 3px;
	margin-bottom: 10px;*/
	padding:0;
	margin: 0;
	line-height: 0;
	text-decoration: none;	
	}
	
#basket_summary ul li a:hover{
	color: #629b33;
	text-decoration: underline;
	}
	
#basket_summary ul.edit{
	/*background: #4f7dc4;*/
	padding: 0px 5px 12px 0px;
	margin: 0;
	margin-top: -15px;
	font-weight: normal;
	line-height: 1.4em;	
	}
	
li.login a{
color: #6033de;
	font-weight: normal;
	/*
	color: #fff;	
	background: #2b4f86;
	border: 1px solid #fff;
	padding: 3px;
	margin-bottom: 10px;
	text-decoration: none;
	*/
	}
	
#basket_summary ul.edit li.edit a {
	color: #fff;
	background: #2b4f86;
	padding: 0px;
	text-decoration: none;
	border: 1px solid #fff;
	}
	
li.login a:hover,li.edit a:hover{
	color: #ff0;
	}
	
	
	

