/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/*** CONTAINER ***/

.Tab-Container {
	float: left;
	background-color: #ffffff;
}

/*** TABS ***/

.Tab-Container .Tabs {
	float: left;
	width: 100%;
	line-height: 40px;
	padding: 10px 0 0 0;
	border-bottom: 6px solid #363573;
}

.Tab-Container .Tabs a {
	background-image: url(http://images.esellerpro.com/2235/images/elements/tab.png);
	width: 84px;
	height: 40px;
	vertical-align: middle;
	position: relative;
	float: left;
	margin: 0 3px 0 0;
	padding: 0 5px;
	line-height: 40px;
}

.Tab-Container .Tabs a.Double {
	padding: 5px 5px 0 5px;
	line-height: 15px;
	height: 35px;
}

.Tab-Container .Tabs a.Long {
	width: 161px;
	background-image: url(http://images.esellerpro.com/2235/images/elements/tab-long.png);
}

.Tab-Container .Tabs a.Selected  {
	background-image: url(http://images.esellerpro.com/2235/images/elements/tab-selected.png);
}

.Tab-Container .Tabs a.Long.Selected  {
	background-image: url(http://images.esellerpro.com/2235/images/elements/tab-long-selected.png);
}

/*** CONTENT ***/

.Tab-Container .Tab-Content-Border{
	background-image: url(http://images.esellerpro.com/2235/images/elements/border-dot.gif);
	background-position: left;
	background-repeat: repeat-y;
	padding: 0 0 0 1px;
	float: left;
}

.Tab-Container .Tab-Content {
	background-image: url(http://images.esellerpro.com/2235/images/elements/border-dot.gif);
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #e0e0e0;
	width: 100%;
	z-index: 10;
	display: block;
}

.Tab-Container div.Deselected{
	display: none;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

.Tab-Container .Tabs a { color: #2D2D2D; }
.Tab-Container .Tabs a:hover { color: #2D2D2D; }

.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.7em;
	text-decoration: none;
	font-weight: bold;
}