@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
}
#container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #009900;
} 
#header {
	padding: 0px;
	height: 208px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align: center;
	background-color: #8c9b26;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainNav {
	height: 70px;
	background-image: url(../templateimages/main_nav_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	clear: both;
	text-align: center;
}
#mainNav .center {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 15px;
	width: 937px;
}
#mainNav li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-position: inside;
	display: inline;
}
#mainNav img {
	border: none;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-right: 5px;
}
#sidebar1 .heading, #sidebar2 .heading {
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background-image: url(../templateimages/left_right_header.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 7px;
	height: 30px;
	font-weight: normal;
}
#sidebar1 .categories, #sidebar2 .categories {
	background-color: white;
	background-image: url(../templateimages/categoriau_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 10px;
	width: 158px;
	min-height: 90px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #42276c;
}
#sidebar1 .categoriesBase, #sidebar2 .categoriesBase {
	width: 178px;
	background-image: url(../templateimages/categoriau_box_base.gif);
	background-repeat: no-repeat;
	margin-bottom: 15px;
	
}
#sidebar1 .age, #sidebar2 .age {
	background-color: white;
	background-image: url(../templateimages/oedran_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding:10px;
	width: 158px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #42276c;
	height: 60px;
}

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* padding keeps the content of the div away from the edges */
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}






#sidebar2 .language {
	background-image: url(../templateimages/red_box_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #ff0000;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	height: 25px;
	padding-bottom: 15px;
	
}
#sidebar2 .languageBase {
	background-image: url(../templateimages/red_box_base.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin-bottom: 15px;	
}
#sidebar2 .language h2 {
	font-size: 15px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}















#sidebar2 .search {
	background-image: url(../templateimages/chwilio_box_top_v2.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #6901b0;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	height: 25px;
	padding-bottom: 15px;
	
}
#sidebar2 .searchBase {
	background-image: url(../templateimages/chwilio_box_base.gif);
	background-repeat: no-repeat;
	height: 23px;
	margin-bottom: 15px;	
}
#sidebar2 .search h2 {
	font-size: 15px;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
}

#content {
	float: left;
	width: 556px;
}
#content .mainContent {
	background-image: url(../templateimages/container_bg.gif);
	background-repeat: repeat-y;
	min-height: 585px;
	margin: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#content .mainContentBase {
	background-image: url(../templateimages/container_base.gif);
	background-repeat: no-repeat;
	height: 11px;
	padding: 0;
	margin: 0;
}
#footer {
	background-image: url(../templateimages/footer_bg.gif);
	background-repeat: repeat-x;
	height: 85px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #68bb38;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#center {
	width: 957px;
	margin: 0 auto;
}

#security {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #42276c;
	background-color: #fea116;
	font-size: 11px;

}
#security p {
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#security .top {
	background-image: url(../templateimages/security_box_top.gif);
	height: 10px;
	width: 180px;
	padding: 0;
	margin: 0;
}
#security .bottom {
	background-image: url(../templateimages/security_box_base.gif);
	height: 10px;
	width: 180px;	
	padding: 0;
	margin: 0;
}

#searchbox input {
	background-color:white;
	background-image: url(../templateimages/searchbox.gif);
	margin: 0px;
	padding: 3px;
	height: 20px;
	border: none;
	float: left;
	background-repeat: no-repeat;
}

#sidebar1 .age select {
	background-color:#FFFFFF;
	color:#42276C;
	float:left;
	width:85px;
	margin-top: 3px;
	margin-right: 0pt;
	margin-bottom: 3px;
	margin-left: 0pt;
}

#sidebar1 .age input {
	border-style:none;
	color:#6901b0;
	float:left;
	height:20px;
	width:51px;
	background-image: url(../templateimages/purple_button_arrow.gif);
	background-repeat: no-repeat;
	margin-top: 0pt;
	margin-right: 5px;
	margin-bottom: 0pt;
	margin-left: 5px;
}
.signupbutton {
	float: left;
	margin-left: 5px;
}
.signupbox {
	float: left;
}

#footer {
	color: white;
	padding-top: 60px;
	padding-bottom: 10px;
	margin: 0 auto;
}
#footer a {
	color: white;
}
#footer .left {
	float: left;
	width: 190px;
	text-align: center;
	height: 65px;
}

#footer .mid {
	float: left;
	width: 565px;
	text-align: left;
	height: 65px;
}

#footer .right {
	float: left;
	width: 190px;
	text-align: left;
	height: 65px;
}
#footer .footerCenter {
	width: 957px;
	margin: 0 auto;
}


.products.products_classicsearch a {
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}


.products.products_classicsearch .product {
	width: 100%;
	float: none;
}
