/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/*** CONTAINER ***/

.Tab-Container {
	float: left;
	margin: 10px 0 0 0;
	background-color: #ffffff;
	overflow: hidden;
}

/*** TABS ***/

.Tab-Container .Tabs {
	float: left;
	padding: 0 0 0 0;
	width: 100%;
	height: 36px;
}

.Tab-Container .Tabs a {
	background-image: url(https://images.esellerpro.com/2515/images/elements/tab.gif);
	width: 189px;
	height: 36px;
	line-height: 36px;
	position: relative;
	float: left;
	margin: 0 0 0 0;
}

.Tab-Container .Tabs a.Selected  {
	background-image: url(https://images.esellerpro.com/2515/images/elements/tab-selected.gif);
}

/*** CONTENT ***/

.Tab-Container .Tab-Content-Top{
	
	float: left;
	height: 6px;
	width: 100%;
}

.Tab-Container .Tab-Content-Bottom{
	background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-bottom.gif);
	float: left;
	height: 12px;
	width: 100%;
}

.Tab-Container .Tab-Content-Content{
	background-position: right top;
	background-repeat: no-repeat;
	padding: 15px 20px 10px;
	float: left;
}

.Tab-Container .Tab-Content {
	background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-content.gif);
	float: left;
	overflow: hidden;
	width: 100%;
	z-index: 10;
	display: none;
}

.Tab-Container div.Selected{
	display: block;
}

/*** DIFFERENT VARIATIONS ***/

#Homepage-Content .Tab-Container{
	width: 790px;
	margin: 10px 0 0 19px;
}

#Homepage-Content .Tab-Container .Tab-Content-Top{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-top.gif); }
#Tabbed-Container-Details .Tab-Content-Top{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-top2.gif); }
#Homepage-Content #Popular-Categories .Tab-Content-Top{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-top3.gif); }

#Homepage-Content .Tab-Container .Tab-Content-Bottom{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-bottom.gif); }
#Tabbed-Container-Details .Tab-Content-Bottom{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-bottom2.gif); }
#Homepage-Content #Popular-Categories .Tab-Content-Bottom{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-bottom3.gif); }

#Homepage-Content .Tab-Container .Tab-Content{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-content.gif); }
#Tabbed-Container-Details .Tab-Content{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-content2.gif); }
#Homepage-Content #Popular-Categories .Tab-Content{ background-image: url(https://images.esellerpro.com/2515/images/elements/tabbed-content3.gif); }

#Homepage-Content .Tab-Container .Tabs a {
	background-image: url(https://images.esellerpro.com/2515/images/elements/tab.gif);
	width: 189px;
}

#Tabbed-Container-Details .Tabs a {
	background-image: url(https://images.esellerpro.com/2515/images/elements/tab2.gif);
	width: 100px;
}

#Homepage-Content .Tab-Container .Tabs a.Selected  { background-image: url(https://images.esellerpro.com/2515/images/elements/tab-selected.gif); }
#Tabbed-Container-Details .Tabs a.Selected  { background-image: url(https://images.esellerpro.com/2515/images/elements/tab-selected2.gif); }

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

.Tab-Container .Tabs a { color: #333333; }
.Tab-Container .Tabs a:hover { color: #333333; }

.Tab-Container .Tabs a.Selected { color: #ffffff; }
.Tab-Container .Tabs a.Selected:hover { color: #ffffff; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

.Tab-Container .Tabs a {
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
	font-weight: bold;
}

.Tab-Container .Tab-Content p {
	font-size: 1.0em;
}

.Tab-Container .Tab-Content table {
	font-size: 1.2em;
}