@charset "UTF-8";
/* CSS Document */

#SC_searchfield {
	border:0px solid #fff; color:#999; 
	font-size:10pt; 
	background: url(../images/bg_search.png) top left no-repeat; 
	text-align:left; 
	height:25px; 
	width:200px; 
	line-height:25px;
	text-indent:35px;
}

#SC_searchbutton {
	height:25px;
	color:#FFFFFF;
	background:#0075B7 url(../images/bg_btn.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding:0 10px 0 10px;
	*padding:0 5px 0 5px;
	margin:-1px 0 0 0;
	*margin:-10px 0 0 0;
	font-size:9pt;
	line-height:25px;
	cursor:pointer;
		
	/*text-shadow: 0 1px 0px #000;*/
	
	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;
	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}

#SC_cartbutton {
	height:25px;
	color:#FFFFFF;
	background:#C1262B url(../images/bg_btn_red.jpg) top left repeat-x;
	border:0px solid #FFF;
	padding:0 10px 0 10px;
	*padding:0 5px 0 5px;
	margin:-1px 0 0 0;
	*margin:-10px 0 0 0;
	font-size:9pt;
	line-height:25px;
	cursor:pointer;
		
	/*text-shadow: 0 1px 0px #000;*/
	
	-moz-box-shadow: 0 0 3px 0px #666;
	-webkit-box-shadow: 0 0 3px 0px #666;
	box-shadow: 0 0 3px 0px #666;
	
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
}