.gs_pickup{
	border: 1px solid #333;
	margin-bottom:10px;
}

ul#gs_tab {
	height:25px;
	background: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#EBEBEB));
	background: -moz-linear-gradient(top, whiteSmoke, #EBEBEB);
	background-color:#ebebeb;
	border-top: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
}

#gs_tab li {
	float: left;
	}

#gs_tab li a {
	display: block;	
	padding:5px 12px 4px 12px;
	font-weight: bold;
	font-size: 100%;
	border-left: 1px solid #7D7D7D;
	border-bottom:none;
	border-right:none;
	color:#323232;
	}

#gs_tab li:last-child a {
	border-right:1px solid;
	}

#gs_tab li a:hover,
#gs_tab li.present a {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4b4b4b, endcolorstr=#000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4b4b4b, endcolorstr=#000))";
	zoom: 1;
	background:linear-gradient(#4b4b4b, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#000));
	background: -moz-linear-gradient(top, #4b4b4b, #000);
	background-color:#ebebeb;
	color:#fff;
	text-decoration:none;
	}
	
ul#sk_tab {
	height:25px;
	background: -webkit-gradient(linear, left top, left bottom, from(whiteSmoke), to(#EBEBEB));
	background: -moz-linear-gradient(top, whiteSmoke, #EBEBEB);
	background-color:#ebebeb;
	border-top: 1px solid #7D7D7D;
	border-right: 1px solid #7D7D7D;
}

#sk_tab li {
	float: left;
	border:0;
	list-style:none;
	}

#sk_tab li a {
	display: block;	
	padding:5px 12px 4px 12px;
	font-weight: bold;
	font-size: 100%;
	border-left: 1px solid #7D7D7D;
	border-bottom:none;
	border-right:none;
	color:#323232;
	}

#sk_tab li:last-child a {
	border-right:1px solid;
	}
	
#sk_tab li a:hover,
#sk_tab li.present a {
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4b4b4b, endcolorstr=#000);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#4b4b4b, endcolorstr=#000))";
	zoom: 1;
	background:linear-gradient(#4b4b4b, #000);
	background: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#000));
	background: -moz-linear-gradient(top, #4b4b4b, #000);
	background-color:#ebebeb;
	color:#fff;
	text-decoration:none;
	}