/* 
 * 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
 */

body {
  font : normal 10px Verdana, Arial, Helvetica, sans-serif;
  color:#444444; 
  margin:0;
  padding:0;
}

.scContainer {
	padding: 0px;
	border: 0px solid #E0E0E0; 
	/*width: 79%;
	height: 79%;  720px=best width*/
	
	margin: 0px; 
	 
  	-moz-border-radius:0px;
  	-webkit-border-radius: 0px;
  	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;  
  	position:absolute;
	left: 215px; top:160px;
	min-width: 300px;
	max-width: 790px;
	min-height: 430px;
	height: auto;
	overflow: auto;
}


.cat_num {
	color: #b76d41;
	font-style: italic;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}

.scTitle {
	padding: 20px; 
	
	/*font-weight: bold; */
	margin-bottom: 2px; 
	
}
/* Add+ Button */
.scBtn {
	cursor:pointer;
  	background            : #999;
  	color                 : white;
  	margin                : 0;
  	padding               : 1px 5px 2px 4px;
  	text-align            : center;
  	font-size             : 7pt;
  	border                : 1px solid #888888;    
  	text-decoration       : none; 
  	-moz-border-radius    : 9px;
  	-webkit-border-radius : 9px;  
  	border-radius 			: 9px;
  	position: relative;
  	left: 7px;
  	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #999999,  #555555); /* for firefox 3.6+ */
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);

}




.scBtn:hover{
  	background      : #EA8511;
  	color           : #FFFFFF;
  	border          : 1px solid #EA8511; 
  	text-decoration : none; 
}
.scText{ 
 	border: 1px solid #E0E0E0; 
  	width:20px;
  	padding : 1px 5px 1px 5px;
}  
.scText:focus{ 
  	border: 1px solid #EA8511; 
} 


/* i info Button */
.scInfoButton {
	cursor:pointer;
  	/*background            : #555555;*/
  	color                 : #444;
  	margin                : 0;
  	padding               : 1px 5px 2px 4px;
  	text-align            : center;
  	border                : 1px solid #999;    
  	text-decoration       : none;
  	width			      : auto;
  	-moz-border-radius    : 14px;
  	-webkit-border-radius : 14px;  
  	position: relative;
  	left: 12px; top:-1px;
  	font-style: italic;
  	font-size: 8px;
  	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5e2ed', endColorstr='#96b2c7'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#d5e2ed), to(#96b2c7)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #d5e2ed,  #96b2c7); /* for firefox 3.6+ */
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2);

}

.scInfoButton:hover{
  	background      : #EA8511;
  	color           : #FFFFFF;
  	border          : 1px solid #EA8511; 
  	text-decoration : none; 
}


/*
#cart_wrapper {
background: #000000;
	text-align: center;
	width: 100%;
	
	height:100%;
};

#cart_inner_shell {
background: #F8F8F8;

	position: absolute;
	width: 900px;
	height:70%;
	left: 40px;
};


*/


.scCart {  /* cart list area to separate from accordion*/
	background: white;
	padding: 10px 5px 5px 5px;
	border: 1px solid #E0E0E0; 
	
	margin: 20px;

	position:absolute;
	left: 0px; top: 79px;
	width: 420px;
	/*height: 540px;*/
	height:530px;
	
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;	
}



.scCartListHead { /* CART HEAD */
	padding: 1px;
	background: #F8F8F8;
	border: 1px solid #E0E0E0; 
	/*margin: 1px 1px 1px 1px;*/
	height: 25px;
	width: 99%;
	font-weight: bold; 
}


.scCartList { /* CART ITEM LIST CONTAINER
	position: relative; */
	margin: 0;
	padding: 1px;
	background: #F8F8F8;
	border: 1px solid #E0E0E0;
	
	height: 470px;
	
	width: 99%;
	overflow:auto;
}


.scCartListItem { /* CART ITEMS */
	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;
	width: 99%;
	
	font-family : Verdana,Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;  
}





.scCartListItem:hover {
	background-color: #e5e5e5;
}















/*.scProductListItem {   Items in the product list 
  width:auto;
  margin:1px;
  
  overflow:show;
  padding:0;      
  color:#777777;
  text-align:left;
  border:#E0E0E0 solid 1px;      
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}
*/


.scProductSelect {
	display: none;
	visibility:hidden;
}
.scULList {
	margin: 0.25em 0 1em 0; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}
.scListItemLabel {
	padding: 5px; 
	display: block;
}



.scListItemRemove {
	cursor:pointer;
  	background            : #999;
  	color                 : white;
  	margin                : 0;
  	padding               : 1px 5px 2px 4px;
  	text-align            : center;
  	font-size             : 7pt;
  	border                : 1px solid #888888;    
  	text-decoration       : none; 
  	-moz-border-radius    : 9px;
  	-webkit-border-radius : 9px;  
  	border-radius 			: 9px;
  	position: absolute; right: 0; top: 6px;
  	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #999999,  #555555); /* for firefox 3.6+ */
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);

}



/*.scListItemRemove {
	position: absolute;
	right: 0; 
	top: 6px;
  background            : #5A5655;
  color                 : #FFFFFF;
  margin                : 0;
  padding               : 1px 5px 2px 5px;
  text-align            : center;
  border                : 1px solid #5A5655;    
  text-decoration       : none; 
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px; 
  border-radius : 5px; 
}
*/
.scListItemRemove:hover{
  background      : #EA8511;
  color           : #FFFFFF;
  border          : 1px solid #EA8511; 
  text-decoration : none; 
}



.activateQuote_btn {
	cursor:pointer;
  	background            : #999;
  	color                 : white;
  	margin                : 0;
  	padding               : 1px 5px 2px 4px;
  	text-align            : center;
  	font-size             : 7pt;
  	border                : 1px solid #689b56;    
  	text-decoration       : none; 
  	-moz-border-radius    : 9px;
  	-webkit-border-radius : 9px;  
  	border-radius 			: 9px;
  	
  	
  	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers */
	background: gradient(linear, left top, left bottom, from(#689b56), to(#426336));
	background: -webkit-gradient(linear, left top, left bottom, from(#689b56), to(#426336)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #689b56,  #426336); /* for firefox 3.6+ */
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);

}

.activateQuote_btn:hover{
  background      : #EA8511;
  color           : #FFFFFF;
  border          : 1px solid #EA8511; 
  text-decoration : none; 
}



.deleteQuote_btn {
	cursor:pointer;
  	background            : #999;
  	color                 : white;
  	margin                : 0;
  	padding               : 1px 5px 2px 4px;
  	text-align            : center;
  	font-size             : 7pt;
  	border                : 1px solid #888888;    
  	text-decoration       : none; 
  	-moz-border-radius    : 9px;
  	-webkit-border-radius : 9px;  
  	border-radius 			: 9px;
  	position: absolute; right: 0; top: 2px;
  	
  	/*filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#555555'); /* for IE */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#a1a1a1));  for webkit browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#555555)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #999999,  #555555); /* for firefox 3.6+ */
	-webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 2px 2px rgba(0, 0, 0, .2);

}


.deleteQuote_btn:hover{
  background      : #EA8511;
  color           : #FFFFFF;
  border          : 1px solid #EA8511; 
  text-decoration : none; 
}






