.scContainer {
	padding: 5px;
	border: 1px solid #555; 
	width: auto;
	margin: 5px; 
	float:left;   
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
   position:relative;
	left: 5%;
  right:5%;
}
.scTitle {
	padding: 2px; 
	float:left;
	font-weight: bold; 
	margin-bottom: 3px; 
	float:left;
}
.scBtn {
  background            : gray;
  color                 : #FFF;
  margin                : 0;
  padding               : 1px 5px 1px 5px;
  text-align            : center;
  border                : 1px solid gray;    
  text-decoration       : none; 
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;    
}
.scBtn:hover{
  background      : #EA8511;
  color           : #FFFFFF;
  border          : 1px solid #000; 
  text-decoration : none; 
}
.scText{ 
  border: 1px solid #999999; 
  width:25px;
  padding : 1px 5px 1px 5px;
}  
.scText:focus{ 
  border: 1px solid #EA8511; 
} 
.scCart { 
        background-color: #464646;
	padding: 10px 5px 5px 5px;
	border: 1px solid #848484; 
	min-width: 250px;
	width: 100%;
	height:460px;
	margin: 5px;
	float:left;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;	
}
.scProductList {
        background: #464646;
	padding: 10px 5px 5px 5px;
	border: 1px solid #848484;
	min-width: 445px;
	width: 100%;
	height:460px;
	overflow:auto;
	margin: 5px;
	float:left;
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
}

.scCartList {
        background: #464646;
	position: relative;
	margin: 0;
	padding: 1px;
	border: 1px solid gray;
	height: 400px;
	overflow:auto;
}
.scCartListHead {
	padding: 0;
	background:  url('/images/etitle.gif') repeat-x;
	border: 1px solid gray; 
	margin: 1px 0 1px 0;
	height: 25px;
	font-weight: bold; 
}
.scCartListItem {
	position: relative;
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #515151;
	border: 1px solid black; 
	margin: 1px 0 0 0;
	line-height: 1em;
}
.scCartListItem:hover {
	background-color: #2c2c2c;
}
.scProductListItem {
  width:auto;
  margin:1px;
  background:#595959;
  overflow:show;
  padding:0;   /*12px 0px 2px 5px;*/    
  color:#0464BB;
  text-align:left;
  border:#333333 solid 1px;      
  -moz-border-radius:5px;
  -webkit-border-radius: 5px;
  font-size: 14px!important;
  background: url('/images/scBg.jpg') repeat-x;
}
.scProductListItem:hover {background: #464646 url('../images/scBg_u.jpg') repeat-x;}
.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;
}
.scHighlight {}
.scListItemRemove {
	position: absolute;
	right: 6px; 
	top: 6px; 
  background            : gray;
  color                 : #FFF!important;
  font-size: 12px;
  margin                : 0;
  padding               : 1px 5px 1px 5px;
  text-align            : center;
  border                : 1px solid gray;    
  text-decoration       : none; 
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;    
  cursor: pointer;
}
.scListItemRemove:hover{
  background      : #EA8511;
  color           : #FFFFFF;
  border          : 1px solid #000; 
  text-decoration : none; 
}