body { 
	background-color:"white";
	padding-top:0px;
	margin-top:0px;
}

h1 {
	color: #3A3173;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: medium;
	margin: 0 0 10px 8px;
	padding:0;
}

img {
	border: 0;
}

form {
	margin: 0;
	padding: 0;
}

#container {
display: block;
margin: 0 20px;
	border: 1px solid #CCCCCC;
	padding: 9px;
	background-color:#FFFFFF;
	
}

#breadcrumbs {
	color: #3A3173;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0 0 8px 8px;
}

#breadcrumbs a, #breadcrumbs a:visited, #breadcrumbs a:link, #breadcrumbs a:active {
	color: #3A3173;
	text-decoration:none;
}

#breadcrumbs a:hover {
	text-decoration:underline;
}

#listingcontainer {
	background-image:url(bg.gif);
	padding: 10px;
	background-color:#E0DEDE;
}

#listingheader {
	color: #476BB3;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:right;
}

#listingheader a, #listingheader a:active, #listingheader a:visited, #listingheader a:link {
	text-decoration: none;
	color: #476BB3;
}

#listingheader a:hover {
	text-decoration: underline;
	color: #476BB3;
}


#headerfile {
	text-align:left;
	float: left;
	width: 528px; 
}

#headersize {
	text-align:right;
	width: 75px;
	float: left;
}

#listing {
	border: 1px solid #A7C5FF;
}

#listing a {
	display:block;
	padding: 2px 5px 2px 5px;
	font-size:small;
	color: #6298E5;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	display: block;
	text-align:right;
	
}

#listing a:hover {
	background-color:#DBE6FE;
}

#listing a img {
	float:left;
	margin-right: 4px;
}



#listing a strong {
	width: 520px;
	float:left;
	cursor:hand;
	cursor:pointer;
	text-align:left;
}

#listing a em {
	float: left;
	width: 75px;
	text-align:right;
	cursor:hand;
	cursor:pointer;
}

#listing a span {
	position: absolute;
	margin-left: -151px;
	margin-top: -2px;
}

#listing a span img {
	width: 150px;
	background-color:#CCCCCC;
	visibility: hidden;	
}

#listing a:hover span img {
	border: 1px solid #666666;
	visibility: visible;
}

#upload {
	border: 1px solid #A7C5FF;
	display:block;
	margin-top: 10px;
	font-size:small;
	color: #6298E5;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:100%;
	background-color: #E9F0FF;
}

#uploadtitle {
	background-color: #DBE6FE;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #A7C5FF;
	
}

#uploadcontent {
	padding: 2px 5px 2px 5px;
}


#copy {
	width: 600px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	font-size:x-small;
	color: #666666;
	font-family:Arial, Helvetica, sans-serif;
	
}

#copy a {
	text-decoration: underline;
	color: #666666;
}
/*===== added a code here =====*/
#copy A:hover { background-color: #DDDDDD; text-decoration: underline }
/*===== added a code here =====*/

.b {
	background-color: #E9F0FF;
	
}

.w {
	background-color:#FFFFFF;
}

.mod {
	float:right;
}

.size {
	float:right;
}

/* =CAROUSEL */
.carousel	{width:850px;height:178px;margin:0 auto 20px;position:relative;background: #eee; padding-top: 0px; padding-left: 0px; overflow: hidden;}
* html .carousel { padding:0; width: 850px; height: 178px; margin:0;}
.carousel ul 	{overflow:hidden;margin:0;padding:0;position:relative;width:850px !important;}
.carousel li 	{width:850x;height:178px;list-style:none;color:white;text-align:center; margin-bottom: 4px;}
.carousel img	{border:0;margin:0;border:0;}
.carousel a		{outline:0;}
.carousel a:focus img	{outline:3px dotted #F00;}
.carousel h4 {position: absolute; bottom: 0; left: 0; z-index: 9999; text-align: left; font-size: 1.6em; letter-spacing: -1px; width: 850px; display: block;}
	* html .carousel h4 { left: 4px; padding-bottom: 6px; padding-top: 6px;}
#subcontent .carousel h4 a {text-decoration: none; color: white; padding: 5px 9px; line-height: 1.1em; display: block;}
.carousel a.previous{position:absolute;top:0px;left:0px;display:block;height:0 !important;height /**/:850px;width:50px;background: url(/*http://www.blogsmithmedia.com/www.engadget.com/media/carousel-arrow-lt.png*/) no-repeat -85px 40%;color:white;z-index: 1000; padding: 219px 0 0 0; overflow: hidden;}
	* html .carousel a.previous {background-image: url(/*http://www.blogsmithmedia.com/www.engadget.com/media/carousel-arrow-lt.gif*/);}
.carousel a.previous:hover {background-position: 0 40%;}
.carousel a.next{position:absolute;top:4px;right: 8px;display:block;height:0 !important;height /**/:219px;width:50px;background: url(/*http://www.blogsmithmedia.com/www.engadget.com/media/carousel-arrow-rt.png*/) no-repeat -16px 40%;color:white; z-index: 1000; padding: 219px 0 0 0; overflow: hidden;}
	* html .carousel a.next {background-image: url(/*http://www.blogsmithmedia.com/www.engadget.com/media/carousel-arrow-rt.gif*/);}
.carousel a.next:hover {background-position: -101px 40%;}
.disabled		{visibility:hidden;}
