/* 
 * SmartCart - jQuery cart plugin 
 * CSS Document
 *   
 * Home Pages:
 * http://fivelist.summerhost.info
 * http://tech-laboratory.blogspot.com
 * http://techlaboratory.wordpress.com
 *  
 * Date: 05-SEP-2009
 * Version: 0.95 beta
 */

/*
.scContainer {
	padding: 5px;
	border: 1px solid #E0E0E0; 
	width: auto;
	margin: 5px; 
	float:left;   
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;  
  position:relative;
	left: 5%;
  right:5%;
}*/
.scTitle {
	padding: 2px; 
	float:left;
	font-weight: bold; 
	margin-bottom: 0px; 
	float:left;
}
.scBtn {
  background            : #5A5655;
  color                 : #FFFFFF;
  margin                : 0;
  padding               : 1px 5px 1px 5px;
  text-align            : center;
 font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	
	font-weight:lighter;
  border                : 1px solid #5A5655;    
  text-decoration       : none; 
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;    
}
.scBtn:hover{
  background      : #9d7215;
  color           : #FFFFFF;
  border          : 1px solid #5A5655; 
  text-decoration : none; 
}
.scText{ 
  border: 1px solid #E0E0E0; 
  width:25px;
  padding : 1px 5px 1px 5px;
}  
.scText:focus{ 
  border: 1px solid #EA8511; 
} 
.scCart { 
	width: 450px;
	margin-top: 10px;
	float:left;
}
.scProductList {
	padding: 10px 5px 5px 5px;
	border: 1px solid #E0E0E0;
	width: 400px;
	height:360px;
	overflow:auto;
	margin: 5px;
	float:left;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.scCartList {
	position: relative;
	margin: 0;
	
	height: 210px;
	overflow:auto;
}

.scCartList A:link{
	color                 : #FFFFFF;
	
}

.scCartList A:hover{
	color                 : #FFFFFF;
	
}
.scCartListHead {
	padding: 5px 0px 0px 5px;
	
	background: #F8F8F8;
	/*background-image:url(../images/black85op100px.png);*/

	border: 1px solid #E0E0E0; 
	margin: 1px 0 1px 0;
	height: 25px;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
		font-size: 13px;
		color: #2d2d2d;
		line-height: 21px;
-moz-border-radius:5px;
  -webkit-border-radius: 5px;


 
}
.scCartListItem {
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #F8F8F8;
	border: 1px solid #E0E0E0; 
	margin: 1px 0 0 0;
	line-height: 1em;
font-family: Arial, Verdana, sans-serif;
		font-size: 13px;
		color: #2d2d2d;
		line-height: 15px;
-moz-border-radius:5px;
  -webkit-border-radius: 5px;

}
.scCartListItem:hover {
	background-color: #e5e5e5;
}
.scProductListItem {
  width:auto;
  margin:1px;
  background:#F8F8F8;
  overflow:show;
  padding:0;   /*12px 0px 2px 5px;*/    
  color:#0464BB;
  text-align:left;
  border:#E0E0E0 solid 1px;      
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
.scProductSelect {
	display: none;
	visibility:hidden;
}
.scULList {
	margin: 5px 0 5px 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
font-family: Arial, Verdana, sans-serif;
		font-size: 13px;
		color: #2d2d2d;
		line-height: 15px;

}
.scListItemLabel {
	padding: 5px; 
	display: block;
}
.scListItemRemove {
	position: absolute;
	right: 0; 
	top: 3px; 
 

  margin                : 0px 10px 0px 0px;
  padding               : 0px 4px 3px 4px;
  text-align            : center;
  border                : 1px solid #5A5655;    
  text-decoration       : none;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;  	
}
.sc_message {
		font-family: Arial, Verdana, sans-serif;
		font-size: 13px;
		color: #ffffff;
}
.scListItemRemove:hover{
  background      : #777;
  color           : #FFFFFF;
  border          : 1px solid #5A5655; 
  text-decoration : none; 
}
