/* 
========================================================================
TEMPLATE.CSS
========================================================================
*/

* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 0.70em;
 background-color:#009641;
}
#wrapper { 
 margin: 0 auto;
 width: 1003px;
}
#faux {
 background: url(../templateimages/cross-faux.gif);
 margin-bottom: 0px;
 overflow: auto;
 width: 100%
}
#header {
 color: #333;
 width: 1003px;
 padding: 0px;
 height: 207px;
 margin: 0px;
 background-image: url(../templateimages/top-header-kinderella6.jpg);
}

#toprightmenu {
	float: right;
	padding-top: 23px;
	padding-right: 35px;
	text-align: right;
}

#h4 {
	/*display:inline;*/
}

#leftcolumn { 
 display: inline;
 color: #333;
 margin-left: 30px;
 padding: 0px;
 width: 165px;
 float: left;
}
#content { 
 float: left;
 color: #333;
 margin-left: 45px;
 padding: 0px;
 width: 520px;
 display: inline;
 position: relative;

}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin-right: 30px;
 padding: 0px;
 width: 165px;
 float: right;

}

#latestproducts {
	line-height: 140%;
	font-size: 0.90em;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-image: url(../templateimages/bullet.gif);
	}
	
.relatedbox {

float:left;
 padding: 10px;
 width: 100px;

}

/* LINKS */



.newestthumbimages {
	border: 2px solid #9dcb37;
	padding: 2px;
	background-color: #fff;
	margin-top: 5px;
	margin-right: 2px;

}

.bestthumbimages {
	border: 2px solid #ccc;
	padding: 2px;
	background-color: #fff;
	margin-top: 5px;
	margin-right: 2px;

}

#toprightmenu a:link, #toprightmenu a:visited {
	color: #ff6600;
	border-bottom: dashed 1px #333;
	text-decoration: none;

}

#toprightmenu a:hover {
	color: #fff;
	background-color: #0099cc;
	border-bottom: dashed 1px #333;
	text-decoration: none;
}

#footer a:link, #footer a:visited {
	color: #fff;


}

#footer a:hover {
	color: #fff;
	background-color: #0099cc;
	text-decoration: none;
}

#footer { 
 width: 1003px;
 clear: both;
 color: #fff;
 background: #009641;
 margin: 0px 0px 10px 0px;
 padding: 0px;
}
.clear { clear: both; background: none; }