
/* ----------------- fixes -------------------------- */


.editBarFix .editBarContent {
	float: left;
}

/* ------------- fixes end ------- */

.editBar,
.newBar,
.titleBar {
	border: 1px solid #5177A8;
	padding: 0px;
	margin: 2px;
	clear:both;
}

.editBar .editBarHeader, 
.titleBar .titleBarHeader {
	display:box;
	background-color: #76ABED;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-weight:bold;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #5177A8;
}

.newBar .newBarHeader {
	display:box;
	background-color: #76AB3A;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #ffffff;
	font-weight:bold;
	font-size: 13px;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom:1px solid #5177A8;
}

.editBar .editBarHeader h1,
.titleBar .titleBarHeader h1
 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: black;
	background-color:#BDD3ED;
	border:1px solid white;
	padding-left:5px;	
	padding-right:5px;	
	padding-top:2px;	
	padding-bottom:2px;	
	font-size: 13px;
	display: inline;
	font-weight:bold;
}

.newBar .newBarHeader h1 {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: black;
	background-color:#BDD359;
	border:1px solid white;
	padding-left:5px;	
	padding-right:5px;	
	padding-top:2px;	
	padding-bottom:2px;	
	font-size: 13px;
	display: inline;
	font-weight:bold;
}

.editBar table.compatibilityMode, 
.editBar table.compatibilityMode tbody, 
.editBar table.compatibilityMode tr, 
.editBar table.compatibilityMode td {
	width: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	display: block;
}

.editBar .editBarHeader ul,
.newBar .newBarHeader ul {
	display: inline;
	padding-left: 5px;
}

.editBar .editBarHeader ul li {
	padding-left: 1px;
	color: #2B4F7E;
	display: inline;
	/*background: url(http://www.tntfashion.com/fashion/img/editbar/bullet.png) no-repeat left center;*/
}
.newBar .newBarHeader ul li {
	padding-left: 0px;
	color: #2B4F7E;
	display: inline;
	/*background: url(http://www.tntfashion.com/fashion/img/editbar/bullet2.png) no-repeat left center;*/
}

.editBar .editBarHeader a, 
.editBar .editBarHeader a:link, 
.editBar .editBarHeader a:active, 
.editBar .editBarHeader a:visited,
.titleBar .titleBarHeader a, 
.titleBar .titleBarHeader a:link, 
.titleBar .titleBarHeader a:active, 
.titleBar .titleBarHeader a:visited,
.newBar .newBarHeader a, 
.newBar .newBarHeader a:link, 
.newBar .newBarHeader a:active, 
.newBar .newBarHeader a:visited {
	display: inline;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: black;
	padding-left:15px;
	font-size:10px;
	position:relative;
	top:-2px;
	cursor:pointer;
	background: none;
}

/*
.editBar .editBarHeader a.orderButton {
	background:none;
	padding-left:0;
}

.editBar .editBarHeader .orderButton img {
	border: 0;
	position:relative;
	top:3px;
}
*/

.editBar .editBarContent,
.newBar .newBarContent,
.titleBar .titleBarContent {
	margin: 1px;
}

.introBar {
	margin-top: 0px;
	padding-top: 2px;
	z-index: 200;
}

