@charset "UTF-8";

/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
.TabbedPanels {
width:875px;
height: 369px;
margin-left:auto;
margin-right:auto;
clear:both;
margin-bottom:10px;
}

/* 選單群組 */
.TabbedPanelsTabGroup {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	width: 185px;
	height:360px;
	float:left;
	background-image: url(../images/giftgate_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* This is the selector for the TabbedPanelsTab. This container houses
li的樣式
 */
.TabbedPanelsTab {
width:130px;
height:30px;
	margin: 0px;
	padding: 10px 0px 10px 10px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	clear:both;
}


.TabbedPanelsTab img{
border:none;
padding:0px;
margin:0px;
}

.TabbedPanelsTabHover {
border:none;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}


.TabbedPanelsTabSelected {
border:none;
	margin: 0px;
	padding: 10px 0px 10px 10px;
}

/* This selector is an example of how to make a link inside of a tab button

 */
.TabbedPanelsTab a {
border:none;
	margin: 0px;
	padding: 10px 0px 10px 35px;
}

/**內容群組**/
/*.TabbedPanelsContentGroup {
width:675px;
height: 369px;
height: 369px !important;
margin: 0px;
padding: 0px;
float:left;
}*/
.TabbedPanelsContentGroup {
    width: 665px; 
	height: 369px; 
	padding: 0px 15px 0px 4px;
	background-image: url(../images/shop_list_back.gif);
	float:left;
}


.TabbedPanelsContent {
height: 369px;
	margin:0px;
	padding: 0px;
}

/* This selector is an example of how to change the appearnce of the currently
 */
.TabbedPanelsContentVisible {
}


.VTabbedPanels .TabbedPanelsTab {
	float: none;
	margin: 0px;
	border-top: none;
	border-left: none;
	border-right: none;
}

/* This selector disables the float property that is placed on each tab button
 * by the default TabbedPanelsTab selector rule above. It also draws a bottom
 * border for the tab. The tab button will get its left and right border from
 * the TabGroup, and its top border from the TabGroup or tab button above it.
 */
.VTabbedPanels .TabbedPanelsTabSelected {
	background-color: #EEE;
	border-bottom: solid 1px #999;
}

/* This selector floats the content panels for the widget so that they
 * render to the right of the tabbed buttons.
 */
.VTabbedPanels .TabbedPanelsContentGroup {
	clear: none;
	float: left;
	padding: 0px;
	width: 30em;
	height: 20em;
}
