body{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #f4c8df;
	background-image:url(../images/bodybg.gif);
	background-repeat:repeat-x;
}

hr{
	height: 1px;
	color: #b91b1b;
	
}
a{
	color: #f52998;
	text-decoration: none;
}

a:hover{
	color: #f52998;
	text-decoration: underline;
}

.secLevel2 a{
	color: #f52998;
	text-decoration: none;
}

.secLevel2 a:hover{
	color: #f52998;
	text-decoration: none;

}

.secLevel1{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-weight: bold;
	color: #b91b1b;
}

.secLevel2{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 8px;
	list-style-type: none;
	font-weight: normal;
	/*display: none;*/
}

.secLevel3{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 16px;
	list-style-type: none;
	font-weight: normal;
	/*display: none;*/
}


#mainBody{
	margin: 0px auto;
	width: 778px;
	height: auto;
	text-align: left;
	background-color: #f52998;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 8px;
}

#header{
	width: 760px;
	height: 60px;
	background-image: url(/images/headerBG.gif);
	text-align: center;
}
#nav_header{
	margin-bottom: 6px;
	padding-left: 20px;
	margin: 0px auto; 
}
#leftCol{
	width: 148px;
	float: left;
}

#rightCol{
	width: 148px;
	float: right;
}

#middleCol{
	width: 468px;
	margin-left: 6px;
	float: left;
}


#footer{
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.product{
	width: 440px;
	float: left;
	padding: 0px 0px 0px 0px;
}
.product_home{
	width: 218px;
	float: left;
	padding: 0px 0px 0px 0px;
}
.price{
	color:  #8d1c58;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
	
}
.old_price{
	color: #7f6071;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
	
}
#pictureBox{
	position: absolute;
	width: 300px;
	height: 300px;
	left: 0px;
	top: 0px;
	z-index: 10;
	background-color: white;
	display: none;
	border: 1px solid black;
	text-align: center;
}

#pictureBoxImg{
	position: inherit;
	width: 100%;
	text-align: center;
}

#customerReviewForm{
	display: none;
}

form{
	margin: 1px 1px 1px 1px;
	padding: 0px 0px 0px 0px;
}

.sideAdvert{
	margin-bottom: 6px;
}

.searchBox{
	width: 128px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sec_title{
	font-size: 15px;
	font-weight: bold;
	color: #b91b1b;
}

hr{
	margin-left: 2.5%;
}

h1{
	font-size: 18px;
	color: #f52998;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#nav_header img,#header img{
	display: inline;
}

#navbar{
	background-image: url(../images/nav_bg.gif);
    width: 800px;
	border-top: 1px solid #f52998;
	border-bottom: 1px solid #f52998;
	height: auto;
	/*margin-bottom: 20px;*/
	font-size: 13px;
	font-weight: bold;
	color: #f52998;
	background-color: #f52998;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px auto; 
	
}

#navbar a{
	padding-left: 4px; padding-right: 4px;
	color: white;
}


.classified_link{
	font-weight: bold;
	padding-left: 8px; padding-right: 8px;
}


#innermain{
	padding-top:20px;
	background-image: url(../images/bodybg.gif);
	background-repeat: repeat-x;
	background-color: #f4c8df
	}


