/*general*/
body {
	background: #FFD940 url(images/home/bg.gif);
	font-family: Tahoma, Arial, Helvetica;
	color: #000000;
	font-size: 12px;
	line-height: 130%;
}
.mainfooter {
	font-size:10px;
	color:#FFFFFF;
}
.mainfooter a {
	text-decoration:none;
	color:#FFFFFF;
}
.mainfooter a:hover {
	text-decoration:none;
	color:#FFCC00;
}
.mainfooter a:active {
	text-decoration:none;
	color:#FFCC00;
}
.mainfooter a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.advsearch {
	font-size:10px;
	color:#0066ff;
}
.advsearch a {
	text-decoration:none;
	color:#0066ff;
}
.advsearch a:hover {
	color:#000000;
}
.advsearch a:active {
	text-decoration:none;
	color:#0066ff;
}
.advsearch a:visited {
	text-decoration:none;
	color:#0066ff;
}
.bottommenu {
	font-size:11px;
	color:#000000;
}
.bottommenu a {
	text-decoration:none;
	color:#000000;
}
.bottommenu a:hover {
	text-decoration:none;
	color:#000000;
}
.bottommenu a:active {
	text-decoration:none;
	color:#000000;
}
.bottommenu a:visited {
	text-decoration:none;
	color:#000000;
}
.signin {
	font-size:11px;
	color:#333333;
	background-image:url(images/home/bg-textfield.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:95%;
}
#signin_text {
	font-size:11px;
	color:#FFFFFF;
}
#signin_text a {
	text-decoration:none;
	color:#FFcc00;
}
input.button {
	font-size:11px;
	color:#333333;
	height:20px;
}

.date {
	position: absolute;
	background: url(skin/devil_wears_prada/calendar.gif);
	height: 68px;
	width: 58px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	margin: 0;
}

.date .month, .date .day {
	text-align: center;
	width: 59px;
}
.date .month {
	overflow: hidden;
	font-size: 13px;
	position: absolute;
	margin-top: 42px;
	text-transform: uppercase;
}

.date .day {
	font-weight: bold;
	font-size: 30px;
	line-height: 32px;
	position: absolute;
	margin-top: 11px;
}

.date .year {
	display: none;
}

#link a:link {color: #000;text-decoration:none; font-size:12px; font-weight: bold; border-bottom: 1px dashed #666;}
#link a:visited {color: #000; text-decoration:none;  font-size:12px; font-weight: bold; border-bottom: 1px dashed #666;}
#link a:hover {color: #000; font-size:12px; font-weight: bold; }
#link a:active {color: #000; font-size:12px; font-weight: bold; border-bottom: 1px dashed #666;}
/* slideshow*/
.example {
	position: relative;
	/*background-color:#F2F2F2;*/
	border:0px solid #CCCCCC;
	padding:0px;
	margin-bottom: 1px;
	width: 150px;
	height: 150px;
}

li img {
	display: block;
	border: 0px solid #FFF;
}

#fade-example-1 li,#fade-example-2 li {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background-color: #;
	visibility: hidden;
}

ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
.control {
	position: absolute;
	z-index: 100;
	cursor: pointer;
	font-size: 2em;
	font-weight: bold;
	color: #FFF;
}
/*carousel*/
.carousel-component { 
    padding:8px 15px 4px 8px;
    margin-top:0px;
}

.carousel-component .carousel-list li { 
    margin:2px;
    width:64px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + 
                   img.border-left (1) + img.border-right (1)*/
    height:64px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
    /*    margin-left: auto;*/ /* for testing IE auto issue */
}

.carousel-component .carousel-list li a { 
    display:block;
    border:0px solid #ffffff;
    outline:none;
}

.carousel-component .carousel-list li a:hover { 
    border: 0px solid #ffffff; 
}

.carousel-component .carousel-list li img { 
    border:2px solid #FFF;
    display:block; 
}
                                
.carousel-component .carousel-prev { 
    position:absolute;
    top:8px;
    z-index:3;
    cursor:pointer; 
    left:0px; 
}

.carousel-component .carousel-next { 
    position:absolute;
    top:8px;
    z-index:3;
    cursor:pointer; 
    right:0px; 
}