a img {
	border: none;
	float: middle;
}

.productBody {
}

.productDetails {
}

.productImage {
	
}

.productActionButtons {
	clear: left;
}

#categoryBranch {
	display: block;
}

#childCategoryMenu {
	display: block;
	padding-top: 4px;
}

#childCategoryItem {
	margin-bottom: 1px;
	float: right;
	margin-left: 10px;
}

#emailLogo {
	background-repeat: no-repeat;
	background-position: top right; 
	width: 300px; 
	height: 102px; 
	background-image: url('designImages/emailLogo.jpg');
}

.left {
	float: left;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-right: 10px;
}

.right {
	float: right;
	margin-top: 5px;
	margin-bottom: 7px;
	margin-left: 10px;
}

.negative {
	color: #ff0000;
	font-weight: bold;
}

#searchOwnerUser #ownerId {
	height: 150px;
	overflow: auto;
}

.loading {
	background-image: url(images/admin/loading.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

/* -----------  OPEN CLOSE SECTIONS    -----------------*/
.sectionCurrent {
	background-color: #385dd5;
	display: block;
	padding: 4px;
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin-top: 1px;
	background-image: url(images/sectionActive.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #efeee5;
	border-bottom: solid 1px #bdbbaf;
}

a.sectionCurrent, a.sectionCurrent:visited, a.sectionCurrent:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

.section0, .section0:active, .section0:visited {
	background-color: #b2b2b2;
	margin: 0px;
	display: block;
	padding: 4px;
	color: #555555;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin-top: 1px;
	background-image: url(images/section0.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #efeee5;
	border-bottom: solid 1px #bdbbaf;
	cursor: pointer;
}

.section1, .section1:active, .section1:visited {
	background-color: #cacaca;
	margin: 0px;
	display: block;
	padding: 4px;
	color: #555555;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	margin-top: 1px;
	background-image: url(images/section1.gif);
	background-repeat: repeat-x;
	border-top: solid 1px #efeee5;
	border-bottom: solid 1px #bdbbaf;
	cursor: pointer;
}

.section0:hover, .section1:hover {
	color: #3e3d35;
	background-image: url(images/sectionHover.gif);
	background-repeat: repeat-x;
}

.section0 span, .section1 span {
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/admin/plus.gif) no-repeat 20% 50%;
}

.sectionCurrent span {
	padding-left: 15px;
	padding-right: 15px;
	background: url(images/admin/minus.gif) no-repeat 20% 50%;
}

.sectionContent {
	padding: 5px;
}


div:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p {
    padding: 0px;
    margin: 0px;
}

/* Hides from IE-mac \*/
* html div {height: 1%;}
/* End hide from IE-mac */
