/* ------------------------------------------------------------ */
/* Element Formatting */
/* ------------------------------------------------------------ */

/*** CONTAINER ***/

.Tab-Container {
	float: left;
	margin: 10px 0 0 0;
	background-color: #ffffff;
}

/*** TABS ***/

.Tab-Container .Tabs {
	float: left;
	padding: 0 0 0 0;
    margin: 0 0 0 0;
	width: 100%;
	height: 26px;
}

.Tabs li {
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin: 0 0 0 3px;
    display: inline-block;
    float: left;
    cursor: pointer;

    background-image: url(http://images.esellerpro.com/2466/images/block-backgrounds/tabs-bg.png);
    background-repeat: no-repeat;
    color: #FFF;
    font-weight: normal;
}
.Tabs li:first-child { margin: 0 0 0 0; }

.Tabs li.description {
    width: 104px;
    background-position: 0 0;
}
.Tabs li.description.selected, .Tabs li.description:hover {
    background-position: 0 -26px;
}

.Tabs li.size-chart {
    width: 95px;
    background-position: -107px 0;
}
.Tabs li.size-chart.selected, .Tabs li.size-chart:hover {
    background-position: -107px -26px;
}

.Tabs li.reviews {
    width: 179px;
    background-position: -205px 0;
}
.Tabs li.reviews.selected, .Tabs li.reviews:hover {
    background-position: -205px -26px;
}

.Tabs li.delivery {
    width: 89px;
    background-position: -387px 0;
}
.Tabs li.delivery.selected, .Tabs li.delivery:hover {
    background-position: -387px -26px;
}

.Tabs li.qa {
    width: 61px;
    background-position: -479px 0;
}
.Tabs li.qa.selected, .Tabs li.qa:hover {
    background-position: -479px -26px;
}

.Tab-Container .Tabs a {
	background-image: url(http://images.esellerpro.com/2466/images/elements/tab.gif);
	width: 100px;
	height: 32px;
	line-height: 32px;
	position: relative;
	float: left;
	margin: 0 8px 0 0;
}

.Tab-Container .Tabs a.Selected  {
	background-image: url(http://images.esellerpro.com/2466/images/elements/tab-selected.gif);
}

/*** CONTENT ***/

.Tab-Container .Tab-Content-Border{
	background-image: url(http://images.esellerpro.com/2466/images/elements/border-dot.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	background-color: #FFF;
	padding: 15px 20px 10px;
	float: left;
	border-right:1px solid #ccc;
}

.Tab-Container .Tab-Content {
	background-image: url(http://images.esellerpro.com/2466/images/elements/border-dot.gif);
	background-position: right;
	background-repeat: repeat-y;
	float: left;
	overflow: hidden;
	border-top: 1px solid #cfcfce;
	border-bottom: 1px solid #cfcfce;
	width: 100%;
	z-index: 10;
	display: none;
}

.Tab-Container .Tab-Content p { 
    padding: 0 0 10px 0;
}

.Tab-Container div.Selected{
	display: block;
}

.Tab-Content ul, .Tab-Content ol {
    margin: 5px 20px;
}

/* ------------------------------------------------------------ */
/* Elements Colours */
/* ------------------------------------------------------------ */

.Tab-Container .Tabs a { color: #333333; }
.Tab-Container .Tabs a:hover { color: #333333; }

.Tab-Container .Tabs a.selected { color: #333333; }
.Tab-Container .Tabs a.selected:hover { color: #333333; }

/* ------------------------------------------------------------ */
/* Font Formatting */
/* ------------------------------------------------------------ */

.Tab-Container .Tabs a {
	text-align: center;
	font-size: 0.9em;
	text-decoration: none;
}

.Tab-Container .Tab-Content p {
	font-size: 1.0em;
}

.Tab-Container .Tab-Content h2 {
	font-size: 1.2em;
	color: #158AA5;
	padding: 0 0 12px;
}

.Tab-Container .Tab-Content h3 {
	font-size: 1.1em;
	color: #158AA5;
	padding: 4px 0 8px;
}

.Tab-Container .Tab-Content table {
	font-size: 1.2em;
}
