BODY {
	margin: 0px 0px 0px 0px;
	width : auto;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	background-color : #FFFFFF ;
	color: #525252; 
	font-size: 11px;
	line-height: 150%;
	font-weight: 100;
}

/* -------------------------------------------------------
       Background
---------------------------------------------------------- */
.main_bg {
	background-image: url(../image/bg.gif);
	background-repeat: no-repeat;
}


/* -------------------------------------------------------
       Text
---------------------------------------------------------- */
td {
	font-size: 11px;
	line-height: 150%;
}

a { 
	color : #1E90FF;
 	text-decoration: none;
}

a:hover {
	color: #ff9900;
}


.text_small {
	font-size: xx-small;	
	line-height: 150%;
}

a.text_small { 
	color : #383838;
 	text-decoration: none;
	letter-spacing: 1px;
}

a.text_small:hover {
	color: #1E90FF;
	letter-spacing: 1px;
}


.text_medium {
	font-size: 10px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

a.text_medium { 
	color : #383838;
 	text-decoration: none;
}

a.text_medium:hover {
	color: #1E90FF;
}


.text_big {
	font-size: 16px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
}

a.text_big { 
	color : #1E90FF;
 	text-decoration: none;
	font-weight: bold;
}

a.text_big:hover {
	color: #1E90FF;
}


.orange{
	color: #ff9900;
}

.white{
	color: #fff;
}

blockquote {
	margin: 5px 3px 0px 5px;
	font-family: Times, serif;
	font-style: oblique;
	font-size: 16px;
	line-height: 150%;
	color : #8B4513;
}

.author {
	margin: -3px 5px -3px 0px;
	font-family: Times, serif;
	font-style: oblique;
	font-size: 13px;
	line-height: 150%;
	text-align: right;
}
/* -------------------------------------------------------
     end of Text
---------------------------------------------------------- */




/* -------------------------------------------------------
       Plasma
---------------------------------------------------------- */
.gallery {
	list-style	: none;
	margin		: 0;
	padding		: 0;
}

.gallery li {
	margin	: 10px;
	padding	: 0;
	float		: left;
	position	: relative;
	background	: url(../../../images/icon/plasma.png) no-repeat;
	width		: 190px;
	height	: 160px;	
}

.gallery img {
	margin: 11px 0px 0px -3px;
}

.gallery img.inside {
	margin: 11px 0px 0px 11px;
}

.gallery span {
	width		: 40px;
	height	: 39px;
	display	: block;
	position	: absolute;
	top		: 45px;
	left		: 75px;
}

.gallery .video {
	background	: url(../../../images/icon/video.png) no-repeat;
}

.gallery a {
	text-decoration	: none;
}
.gallery a:hover span {
	background-position	: left -39px;
}



/* -------------------------------------------------------
       New Video
---------------------------------------------------------- */
.gallery_new {
	list-style: none;
	margin: 0;
	padding: 0;
}

.gallery_new li {
	margin: 5px;
	padding: 0;
	float: left;
	position: relative;
	width: 110px;
}

.gallery_new img {
	background: #fff;
	border: 1px solid #CCCCCC; padding: 4px;
}

.gallery_new span {
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	top: 25px;
	left: 40px;
}

.gallery_new .video_new {
	background: url(../../../images/icon/video-mini.png) no-repeat;
}

.gallery_new a {
	text-decoration: none;
}

.gallery_new a:hover img  {
	border-color: #666;
}

.gallery_new a:hover span {
	background-position: left -28px;
}



/* -------------------------------------------------------
       Gallery Photo
---------------------------------------------------------- */
.photo {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo li {
	padding: 5px;
	background: url(../../../images/icon/polaroid.png) no-repeat;
	float: left;
	position: relative;
	width: 186px;
	height: 155px;
	margin: 0px 20px 0px 0px;
}

.photo img {
	margin: 3px 0px 0px 3px;
}

.photo span {
	background: url(../../../images/icon/tape.png) no-repeat;
	width: 77px;
	height: 27px;
	display: block;
	position: absolute;
	left: 54px;
	top: -12px;
}
.photo em {
	display: block;
	padding: 0 10px 0 0;
	text-align: center;
	font: italic 100% Georgia, "Times New Roman", Times, serif;
	color: #333;
}


/* -------------------------------------------------------
       New Gallery Photo (home) 
---------------------------------------------------------- */
.photo-mini {
	list-style: none;
	margin: 0;
	padding: 0;
}
.photo-mini li {
	margin: 5px 0px 0px 2px;
	padding: 8px;
	background: url(../../../images/icon/polaroid-mini.png) no-repeat;
	float: left;
	position: relative;
	width: 140px;
	height: 125px;
}

.photo-mini img {
	margin: 0px 0px 0px 0px;
}

.photo-mini span {
	background: url(../../../images/icon/tape-mini.png) no-repeat;
	width: 66px;
	height: 23px;
	display: block;
	position: absolute;
	left: 40px;
	top: -10px;
}


/* -------------------------------------------------------
       Rating 
---------------------------------------------------------- */
.rating {
	list-style: none;
	margin: 0;
	padding: 0;
}

.rating li {
	margin: 5px;
	padding: 0;
	float: left;
	position: relative;
	width: 25px;
	z-index: 1;
}

.rating img {
	background: #fff;
}

.rating span {
	width: 25px;
	height: 28px;
	display: block;
	position: absolute;
	top: 0px;
	left: 20px;
}

.rate{
	font-size: x-small;
	margin: 5px 0px 0px 8px;
	color: #86630F;
}

.rating {
	background: url(../../../images/icon/rate.gif) no-repeat;
}

.rating a {
	text-decoration: none;
}

.rating a:hover span {
	background-position: left -30px;
}



/* -------------------------------------------------------
       Category
---------------------------------------------------------- */
.text_category {
	color: #fff;
	font-size: 12px;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

li.category {
	margin-left: -20px;
	margin-right: 5px;
	margin-top: 5px;
	border-bottom: solid #C0CAD4;
	border-bottom-width: 1px;
	line-height: 20px;
}


/* -------------------------------------------------------
      Paging
---------------------------------------------------------- */
#paging1 {
	text-align: center;
}
#paging1 ul, #paging1 li {
	margin: 0;
	padding: 0;
	list-style: none none outside;
	display: inline;
}
#paging1 a:link, #paging1 a:visited {
	padding: 5px 10px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background: #39BBD0;
	margin-right: 5px;
	height: 32px;
	line-height:32px;
	color:#fff;
	border: 1px solid #2C9DAF;
	text-decoration: none;
}
#paging1 a.current{
	border: 1px solid #03616f;
	background:#20818f;
	color:#fff;
	text-decoration: none;
}
#paging1 a:hover {
	border: 1px solid #9ACD32;
	background: #ADFF2F;
	color:#383838;
	text-decoration: none;
}
/* -------------------------------------------------------
     end of Paging
---------------------------------------------------------- */




/* -------------------------------------------------------
       Tooltips
---------------------------------------------------------- */
.tooltip { position:relative; z-index:24; }
.tooltip:hover {z-index:25;}
.tooltip div { display:none; }
.tooltip:hover div 
{
	display:block;
	position:absolute;
	width:300px;
	top:30px;
	left:0px;
	background-color:#FCF6B1;
	padding:5px;
	font-size:11px;
	color:#308904;
	text-decoration:none;
	font-family:Verdana;
	border: 2px solid #EFE46B;
	z-index: 26;
}

.tooltip div span.topleftarrow 
{ 
	width: 0;
	height: 0;
	line-height: 0;
	border-bottom: 10px solid #FCF6B1;
	border-left: 10px solid transparent;
	position: absolute;
	top: -10px;
	left: 11px;
}
.tooltip div span.topleftarrowborder 
{ 
	width: 0;
	height: 0;
	line-height: 0;
	border-bottom: 15px solid #EFE46B;
	border-left: 15px solid transparent;
	position: absolute;
	top: -15px;
	left: 8px;
}
/* -------------------------------------------------------
     end of Tooltips
---------------------------------------------------------- */




/* -------------------------------------------------------
       Banner
---------------------------------------------------------- */
.floatimgright {
	float:right;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:5px;
}
/* -------------------------------------------------------
     end of Banner
---------------------------------------------------------- */





/* -------------------------------------------------------
       Etc
---------------------------------------------------------- */
hr { 
	border-bottom: solid #C0CAD4;
	border-bottom-width: 1px;
	line-height: 20px;
}

.note {
	border-top: thin solid #C0C6D6;
	font-size: 10px;
	text-align: right;
	padding: 3px 0px;
}

.sub { 
	margin-bottom: -1px; 
	background-image: url(../../../images/icon/go.png);
	width: 24px;
	height: 24px;
	border:none;
	background-color: transparent;
}

.subfind { 
	margin-bottom: -1px; 
	background-image: url(../../../images/icon/find.png);
	width: 20px;
	height: 20px;
	border:none;
	background-color: transparent;
}
