ul.tabs .line{
	background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    height: 5px;
    overflow: hidden;
    position: relative;
    top: -2px;
    visibility: hidden;
    z-index: 1000;
}

ul.tabs a.current:next-child span {visibility: visible;}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
		
	height:32px;
	margin-left: 20px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0 1px !important;
	margin:0 !important;
	list-style-image:none !important; 
	
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	border-left: 1px solid #DCDCDC;
    border-radius: 5px 5px 0 0;
    border-right: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px !important;
    position: relative;
    top: 1px;
    width: auto;
    font-weight: bold;
    letter-spacing: 1px;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;	
	color:#0000;	
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: none repeat scroll 0 0 #88B906;
	cursor:default !important; 
	color:#FFFFFF !important;
	padding-left: 0px;
}

/* Different widths for tabs: use a class name: s, l, xl */


/* width 1 */
ul.tabs a.s 			{ background-position: -553px 0; width:81px; }
ul.tabs a.s:hover 	{ background-position: -553px -31px; }
ul.tabs a.s.current  { background-position: -553px -62px; }

/* width 2 */
ul.tabs a.l 			{ background-position: -247px -0px; width:174px; }
ul.tabs a.l:hover 	{ background-position: -247px -31px; }
ul.tabs a.l.current  { background-position: -247px -62px; }


/* width 3 */
ul.tabs a.xl 			{ background-position: 0 -0px; width:248px; }
ul.tabs a.xl:hover 	{ background-position: 0 -31px; }
ul.tabs a.xl.current { background-position: 0 -62px; }


/* initially all panes are hidden */

.panes {
	position: relative;
	border: 1px solid #DDDDDD;
	padding: 10px;
	min-height: 100px;
}

.panes .pane {
	display:none;
	color:#000000;		
}

ul.tabs-horiz {
    border: 0 none;
    height: 30px;
}
ul.tabs-horiz li {
    float: left;
    margin: 0 4px 0 0;
}
ul.tabs-horiz li a.active, ul.tabs-horiz li a.current {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
ul.tabs-horiz li a {
    background: none repeat scroll 0 0 #E5E5E5;
    border: 1px solid #E7E7E7;
    color: #333333 !important;
    display: block;
    margin-top: 2px;
    padding: 2px 10px;
    text-decoration: none !important;
}

#tab-products {
	border: 1px solid #e7e7e7;
	width: 707px;
	margin: 0px 10px 10px 0px;
	min-height: 205px;
	color:#5c5e5b;	
	padding: 20px;

}

#tab-products .panes div.item .grid-small{
	/* border: 1px solid #6C610A; */
	border: 0 none;
}

#tab-products .tabs {

	display: block;
	border: 1px solid #e7e7e7;
	height: 29px;
	width: auto;
	border-top: none;
	border-left: none;
	border-right: none;
}