body {
	color: #AAAAAA;
	background-color: #000000;
	margin:0px;

}
a:link {
 	color: #FF0066;
}

.header {
	background-color:#440022;
	/*border-bottom:#666666 2px solid;*/
}

.footer {
	background-color:#440022;
	/*border-top:#666666 2px solid;*/
   /* margin : 30px 0px 0px 0px;*/
	padding-top:40px;
}

.contentwrap {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
}


.header h4 span{
background:url("christmasstockimages.png") top left no-repeat;
display:block;
width:200px;
height:100px;
position:absolute;
top:0px;
left:0px;
}

h4 a{
display:block;
width:200px;
height:100px;
position:relative;
overflow:hidden;
}

a:visited {
	color: #CCAAAA;
}

a:hover {
	color: #FFFFFF;
}

.current {
	font-weight: bold;
 	color: #AAAAAA;
	background-color: #666666;
}

.cthumb {
	background-color: #666666;
	border: 0px; border-width: 0px;
}

.thumb {
	background-color: #333333;
	border: 0px; border-width: 0px;
}

p.description {
	font-size: larger;
}

.image { margin: 0px; border-width: 1px; border: 1px solid;}
a:link .image { border-color: #aaaaaa; color: #aaaaaa;}
a:visited .image { border-color: #666666; color: #666666;}
a:hover .image { border-color: #ffffff; color: #ffffff;}

.slideImage { border-width: 2px; border: 2px solid; border-color: #666666;}
a:link .slideImage { border-color: #ffffff;}
a:visited .slideImage { border-color: #ffffff;}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;
}

.title a:link {
	text-decoration: none;
	color: #cccccc;
}

.title a:visited {
	text-decoration: none;
	color: #cccccc;
}

.title a:hover {
	text-decoration: none;
	color: #ffffff;
}

.infotable td {
	border-top: 0px solid #003300;
	border-collapse: collapse;
}

.dirname {
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
}

.comment {
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
}

.smalltxt {
	color: #888888;
	font-size: 11px;
}

.xsmalltxt {
	color: #888888;
	font-size: 9px;
}

.newlabel {
	font-size: 8px;
	font-weight: bold;
	color: #EEEEEE;
	background-color: #558800;
}

.affbox {
     background-color:#222;
	padding: 10px;
	-moz-border-radius: 8px;
     -webkit-border-radius: 8px;
     -khtml-border-radius: 8px;
     border-radius: 8px;
     margin-left:auto;
	 margin-right:auto;
}

.img-rounded {
    border-radius: 6px;
}

.thumb, .affthumb{
	vertical-align:	middle; 
	margin:5px;
	display:inline-block;
	background-color:#333;
	border:0px;
	-webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.thumb:hover, .affthumb:hover{
	background-color:#666;
}

.thumb > a {
	display: table-cell;
	height: 205px;
	width: 200px;
	vertical-align: middle;
}

.affthumb > a {
	display: table-cell;
	height: 135px;
	width: 128px;
	vertical-align: middle;
}

.cthumb {
	display:none;
}

.thumb > a > img, .affthumb > a > img {
	border: 2px solid rgba(0,0,0,0.2);
}


/* Context Image Search Results */

.context-image-row {
	clear:both;
	margin-left:auto;
	margin-right:auto;
}