body {
	margin: 5px;
	background-color: #9dd1f3;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat:repeat-x;
	font-size:11px;
}
#pageSurround {
	width: 95%;
	margin: 0px auto;
	padding: 5px;
	border: 2px solid #8D077A;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/contentBg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
#topHeader {
	text-align: right;
	height: 50px;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-top: 120px;
		background-image: url(../../../images/getLogo.php?skin=SpringSkinv4.3.6);
	background-repeat: no-repeat;
	background-position: left top;	
}
.boxTitleLeft, .boxTitleRight {
	color: #8D077A;
	background-color: #B0D500;
	padding-top:3px;
	height: 18px;
	border-top: 1px solid #8D077A;
	border-left: 1px solid #8D077A;
	border-right: 1px solid #8D077A;
	padding-left: 5px;
	background-image:url(../styleImages/backgrounds/boxTitleBg.gif);
	background-repeat:repeat-x;
	font-weight:bold;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #8D077A;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	overflow:hidden;

}
.colLeft {
	position: relative;
	left: 0px;
	width: 15%; 
	padding-left: 1%;
	padding-right: 1%;
	float: left;
}
.colMid {
	position: relative;
	width: 66%;
	padding-right: 1%;
	float: left;
}
.colRight {
	position: relative;
	width: 15%; 
	padding-right: 1%;
	right: 0px;
	float: right;
}
.boxContent {
	border: 1px solid #8D077A;
	padding: 3px;
	background-color:#FFFFFF;
	color: #333333;
	margin-bottom: 5px;
}
.search, .session {
text-align:center;
}
.session {
margin-top:-10px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 15%; 
	padding-left: 1%;
	padding-right: 1%;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 83%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;

}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	padding: 3px;
	float: left;
	width: 100%;
	margin:0px 0px 10px 0px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}


/* PROJETO CSS ROLLOVER IMAGE VIEWER */
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ 
position: absolute;
background-color: #ffffff;
padding: 5px;
left: -2000px;
border: 1px solid #cccccc;
visibility: hidden;
color: #000000;
text-decoration: none;
}

.thumbnail span img{ 
border-width: 0;
padding: 5px;
}

.thumbnail:hover span{ 
visibility: visible;
top: -100px;
left: 70px;

}


#topHeader a.txtLink {
color:#FFFFFF;
}
/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 0px;
	margin: 0px;
	
}

.li-nav a {
	padding: 2px 1px;
	background-color: #FFFFFF;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #8D077A;
	text-decoration: none;
	margin: 0px;
	
}
.li-nav a:hover {
	background-color: #FFFFFF;
	color: #9dd1f3;
}

.ul-nav, .li-nav {
	display: block;
	list-style: disc;
	color:#8D077A;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #8D077A;
	border-right: 1px solid #8D077A;
	border-bottom: 1px solid #8D077A;
	border-top: 4px solid #8D077A;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/

#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 131px;
	height: 100px;
	float: left;
	overflow: hidden;
}

/*
Start Cross-Browser DHTML Menu
*/
a.sortLink {
color:#FFFFFF;
}

/* Suggestive Search Box - http://sitesmartuk.com */
.suggestivesearch {
/* Functional CSS */
width:250px; 
/* Set the width of the dropdown results box! */
height: auto;
position: absolute;
z-index: 10;
margin-left:760px; 
/* Edit the margin-left value to make the search box line up correctly you may also need to add margin-right, margin-top and margin-bottom */
padding-left:1px;
display:none;

/* Display CSS */
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
border:#666 1px solid;
background-color:#FFFFFF;
color: #000000;
text-align:left;

}

.suggestivesearch a {
/*Display CSS: LINK*/
color:#000000;
text-decoration:none;
}

.iesfix {
/*Used to hide the result box in ie6*/
width: auto; 
height: auto;
}