/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}
	 
:focus {
  -moz-outline-style:none;
}

div.panes {
	border:1px solid #c8c9ca;
	float: left;
	padding: 5px 5px 0px 5px;
}
/* tab pane styling */
div.panes div {
	display:none;		
	padding:0px 0px 5px 0px;
	margin:0;
	border-top:0;
	height:auto;
	font-size:14px;
	background-color:#fff;
	width: 595px;
}

div#ajax, div#ajax div {display:block;}
 	
#tab-wrapper {
	float:left;
	width:607px;
	height:auto;
	margin: 0px 12px 0px 16px;
	padding:0;
	clear: both;
	display: inline;
}
	
/* root element for tabs  */
#tab-wrapper ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:39px;
	float: right;
}

/* single tab */
#tab-wrapper ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding: 0px 0px 0px 5px;
	margin:0 !important;
	list-style-image:none !important; 
	background-image: none;
}

/* link inside the tab. uses a background image */
#tab-wrapper ul.tabs a{ 
	background-image: url(../../img/templates/tabs.gif);
	background-repeat: no-repeat;
}

#tab-wrapper ul.tabs a { 
	font-size:11px;
	display:block;
	height: 39px;  
	line-height:39px;
	width: 135px;
	text-align:center;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	position:relative;
	top:0px;
}

/* FEATURED TAB */
#tab-wrapper ul.tabs li#tab-featured a {
	background-position: -0px -60px;
	width: 161px;
}

#tab-wrapper ul.tabs li#tab-featured a.current, #tab-wrapper ul.tabs li#tab-featured a:hover {
	background-position: -0px 0px;
}

#tab-wrapper ul.tabs li#tab-best-seller a {background-position: -163px -60px; width:131px; }
#tab-wrapper ul.tabs li#tab-best-seller a.current, #tab-wrapper ul.tabs li#tab-best-seller a:hover {background-position: -163px 0;}

#tab-wrapper ul.tabs li#tab-recommended a {background-position: -296px -60px; width:153px;}
#tab-wrapper ul.tabs li#tab-recommended a.current, #tab-wrapper ul.tabs li#tab-recommended a:hover {background-position: -296px 0;}

#tab-wrapper ul.tabs li#tab-highest-rated a {background-position: -451px -60px; width:153px;}
#tab-wrapper ul.tabs li#tab-highest-rated a.current, #tab-wrapper ul.tabs li#tab-highest-rated a:hover {background-position: -451px 0;}


#tab-wrapper ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
#tab-wrapper ul.tabs a:hover {
	top: 0px;
	height:39px;
	color:#fff;	
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
#tab-wrapper ul.tabs a.current, #tab-wrapper ul.tabs a.current:hover, #tab-wrapper ul.tabs li.current a {
	cursor:default !important; 
	color:#000 !important;
	top: 0px; /* set higher selected tab */
	height:39px;
/*	background-color:#f8f8f8;*/
}

#tabs_item_box {
	margin: 0px;
	padding: 0px;
}

.tabs_item {
	list-style-type: none;
}

.tabs_item a {
	width: 190px;
	height: 130px;
	margin: 4px;
	padding: 0px;
	position: relative;
	float: left;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	overflow: hidden;
}

.tabs_item img {
	padding: 0px 5px 0px 0px;
	float: left;
}

.tabs_item span img {
	padding: 0px;
	float: left;
}

.tabs_item span {
	width: 80px;
	float: left;
	position: relative;
	top: 0px;
	display: inline;
}

.tabs_item_price {
	float: left;
	border-top: 1px solid #c8c9ca;
	border-bottom: 1px solid #c8c9ca;
	padding: 5px;
	margin: 5px 0px 5px 0px;
	display: inline;
	color: #ed1c24;
	width: 70px;
	text-align: right;
}

#tab-in-this-section {
	color: #F00;
	position: relative;
	top: 10px;
	font-weight: bold;
}