    @charset "utf-8";
/* CSS Document */
/* Accordion
========================*/

.shop #wrapper {
	background: url(../images/us/global/global4/accordion/bg_accordion.gif);
	width: 735px;
	height: 214px;
}

/*
.shop .pane,
.shop .tab,
.shop .content
*/ 
.shop * {
	float: left;
}

.shop .arrow {
	float: right;
	background: url(../images/us/global/global4/accordion/arrow.gif);
	width: 10px;
	height: 41px;
	margin-right: 10px;
	display: inline;			
}

.shop .tab {
	width: 100%;
	height: 41px;
	cursor: pointer;
}

.shop .pane {
	overflow: hidden;
}

.shop .content {
	clear: left;
	width: 460px;
	overflow: hidden;
}

.shop .productDiv {
	width: 114px;
	height: 140px;
	margin-top: 16px;
}

.shop .pane-open .productDiv {
	border-right: #585858 1px dotted;
}

.shop .noBorder {
	border: none !important;
}

.shop .productDiv span {
padding:0 5px;
text-align:center;
width: 104px;
}


.shop #divider {
	float: left;
	background: url(../images/us/global/global4/accordion/divider.gif);
	width: 5px;
	height: 194px;	
}

.shop #pane1 {
	padding-left: 20px;
	width: 460px;
}

.shop #tab1 {
	background: url(../images/us/global/global4/accordion/tab_1.gif) no-repeat;	
}

.shop #tab2 {
	background: url(../images/us/global/global4/accordion/tab_2.gif) no-repeat;	
}

.shop #tab3 {
	background: url(../images/us/global/global4/accordion/tab_3.gif) no-repeat;	
}

.shop #pane2,
.shop #pane3 {
	width: 115px;
}


