/*=============================
GENERAL TAGS 
=============================*/

html,
body{
	margin: 0;
	padding: 0;
}

html {
	font: 14px Tahoma, sans-serif;
	background: #00ACD2 url(layout/skin1/body-bg.jpg) repeat-x  bottom;
}

body {
	behavior: url(css/csshover.htc);
	min-width: 1000px;
}

#container {
	width:100%;
	height:auto;
	margin: 0 auto;
	background: url(layout/skin1/header_bg_rep.jpg) repeat-x 0 top;
}

#containerFixed {
	width:1200px;
	height:auto;
	margin: 0 auto;
}

a{
	text-decoration: none;
	color: #177ACC;
}
a:hover{
	text-decoration: underline;
}

p{
	padding: 0;
	margin: 0 0 10px 0;
}

h1{
	margin: 0 0 10px 0;
	padding: 0;
	height: 50px;
	line-height: 45px;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	background: url(layout/skin1/h1_bg.jpg) no-repeat left top;
	color: #4F4F4F;
	position: relative;
	padding-left: 50px;
}

h1 b{
	color: #00537D;
}

h1 img{
	position: absolute;
	left: 0;
	top: -8px;
}

h2{
	font-size: 19px;
	font-weight: bold;
	padding: 0;
	line-height: normal;
	margin: 0 20px 8px 0;
	color: #4F4F4F;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h2 img{
	vertical-align: middle;
	padding-right: 5px;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}

h3 a{
	color: #239DF6;
}
h3.message{
	font-size: 14px;
	color: #202020;
}

h3.span{
	font-size: 10px;
}

h4{
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 5px 0;
}
h4 a{
	color: #239DF6;
}

h5{
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	line-height: normal;
	margin: 0 20px 8px 0;
	color: #545454;
}

form{
	padding: 0;
	margin: 0;
	overflow: hidden;
	font-size: 14px;
}

form.smalltext{
	font-size: 11px;
}

textarea{
	margin: 5px 0 0 0;
	font: 12px Tahoma, sans-serif;
	color: #1c7cc2;
	background: #fff;
	border: 1px solid #000000;
	padding: 4px;
	width: 96%;
}

label{
	padding: 0;
	margin: 0;
}

input {
	margin: 5px 0 0 0;
	font: 12px Tahoma, sans-serif;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #666666;
	padding: 0px;
	height: 20px;
	overflow: hidden;
}

input[type="checkbox"] {
  /*-moz-appearance: none;*/
  background-color: red;
  color: white;
}


input.filebox
{
	background-color:#FFFFFF;
	font-weight:bold;
	color:#00ACD2;
	width:250px;
	height:20px;
	font: 12px Arial, Tahoma, sans-serif;
}
	
input.biggerbutton {
	height: 21px;
	background-color:#93C9F8;
	background: url(layout/skin1/btn-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #1188F0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:5px;
	padding-right:5px;
}

input.select {
	width: 60px;
}

input.submit {
height: 30px;
}
input.field{
	margin: 0;
	padding: 0;
	font: 12px Tahoma, sans-serif;
	color: #545454;
	background: none;
	border: none;
}

input.defaulter {
	margin-left: 0.25cm;
	padding: 10;
	font: 12px Tahoma, sans-serif;
	color: #545454;
	background: none;
	border: none;
}

#horizbanner {
	width: 468px;
	height: 60px;
	float:left;
}

#vertbanner {
	width: 160px;
	height: 600px;
}

#textlink {
	font: 14px Tahoma, sans-serif;
	color: #404040;
}

#textlink a {
	color: #404040;
}

fieldset {  
	margin: 0 0 0 0;  
	padding: 0;
	background: #ebedd9;
}

legend {  
	margin-left: 1em;  
	color: #000000;  
	font: 18px Tahoma, sans-serif;
	font-weight: bold;
	color: #84908E;	
}

fieldset ol {  
	padding: 0 1em 0 1em;  
	list-style: none;
}
fieldset li {  
	float: left;  
	clear: left;  
	width: 100%;  
	padding-bottom: 1em;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border: 0 none #FFF;  
	padding: 1em 0 0 10em;
}
label {  
	float: left;  
	width: 8em;  
	margin-right: 1em;  
	text-align: right;
	padding:7px;
}
label.comment{  
	float: left;  
	width: 2em;  
	margin-right: 1em;  
	padding-top: 8px;
	text-align: right;
}

dl.no-format,
ul.no-format,
ol.no-format,
ul.no-format li,
ol.no-format li,
dl.no-format dd,
dl.no-format dt{
	margin : 0;
	padding : 0;
	line-height : normal;
	list-style : none;
	margin-top:5px;
}

/*============================
 LAYOUT
=============================*/
.wrapper{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}

/* HEADER */
#header{
	width:100%;
	height: 136px;
	overflow: hidden;
	margin:0 auto;
}

#headerFixed{
	width:1000px;
	height: 136px;
	overflow: hidden;
	margin:0 auto;
	border:1px solid #000000;
}

#headerLeft{
	width:400px;
	height: 136px;
	overflow: hidden;
	float:left;
}

#headerRight{
	width:600px;
	height: 136px;
	overflow: hidden;
	float:right;
}

#headerRightCol1{
	width:200px;
	height: 20px;
	overflow: hidden;
	float:right;
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626262;
	margin-right:100px;
	margin-top:20px;
}

#headerRightCol2{
	width:400px;
	height: 30px;
	overflow: hidden;
	float:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#626262;

}

#header .wrapper{
	height: 136px;
	position: relative;
}

#header .headerad{
	width: 468px;
	height: 60px;
	position: relative;
	left:515px;
	top: 30px;
	background: #ffffff;
}

#logo{
	width: 136px;
	height: 101px;
	position: absolute;
	background: url(layout/skin1/logo.jpg) no-repeat center;
	left: 20px;
	top: 0px;
	text-indent: -9999px;
	overflow: hidden;
}

#tab-menu{
	position: absolute;
	height: 35px;
	left: 0px;
	top: 96px;
	width: 100%;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #6F6F6F url(layout/skin1/nav-bg.jpg) repeat-x top;
	margin-left:150px;
}

#tab-menu li{
	float: left;
	height: 35px;
	margin: 0px 0 0 0px;
	display: inline;
	background: #9EB3C1 url(layout/skin1/nav-bg.jpg) repeat-x top;
	line-height: 34px;
}
#tab-menu li span{
	float: left;
	height: 35px;
	/*background: url(layout/skin1/tab_off_right.jpg) no-repeat right top;*/
}
#tab-menu li a{
	float: left;
	height: 35px;
	background: url(layout/skin1/tab_off_left.jpg) no-repeat left top;
	color: #fff;
	padding: 0 24px;
}
#tab-menu li a:hover{
	text-decoration: none;
	color: #f5f5ff;
}

#tab-menu li.crt{
	height: 34px;
	background: #F3F4E4 url(layout/skin1/tab_on_mid.jpg) repeat-x top;
	line-height: 40px;
	margin-top: 0;
}
#tab-menu li.crt span{
	height: 34px;
	/*background: url(layout/skin1/tab_on_right.jpg) no-repeat right top;*/
}
#tab-menu li.crt a{
	height: 34px;
	/*background: url(layout/skin1/tab_on_left.jpg) no-repeat left top;*/
	color: #4C4C48;
	cursor: default;
}
#tab-menu li.crt a:hover{
	color: #4C4C48;
	cursor: default;
}


/* SUB BAR */
#sub-bar{
	height: 43px;
	overflow:hidden;
	background: #F7F7F6 url(layout/skin1/sub_bar_bg_rep.jpg) repeat-x top;
}
#sub-bar .wrapper{
	height: 43px;
}
#top-search{
	width: 232px;
	height: 25px;
	background:#fff url(layout/skin1/search_box_bg.jpg) no-repeat left top;
	float: right;
	margin: 8px 30px 0 0;
	display: inline;
	position: relative;
}
#top-search input.field{
	width: 196px;
	position: absolute;
	left: 8px;
	top: 4px;
}
#top-search input.serach-btn{
	width: 18px;
	height: 21px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	position: absolute;
	right: 7px;
	top: 2px;
	cursor: pointer;
}

/* CONTENT */


#content-area{
	width: 1000px;
	margin: 50px 0 0px 0;
	/*background: url(layout/skin1/main-content-bg.jpg) repeat-y right 0;*/
	position: relative;
	color: #504B4B;
	overflow: hidden;
	vertical-align:top;
}

#content-area-left-top{
	width: 723px;
	height:20px;
	background: url(layout/skin1/main-content-top.png) no-repeat right;
	color: #504B4B;
	overflow: hidden;
	float:right;
}

#content-area-left{
	width: 723px;
	background: url(layout/skin1/main-content-bg.png) repeat-y right 0;
	position: relative;
	color: #504B4B;
	overflow: hidden;
	float:right;
}

#content-area-left-bottom{
	width: 723px;
	height:20px;
	background: url(layout/skin1/main-content-bottom.png) no-repeat right 0;
	color: #504B4B;
	overflow: hidden;
	float:right;
}

#right-col{
	width: 220px;
	background: url(layout/skin1/left-col-middle.png) repeat-y top right;
	float: left;
	overflow: hidden;
	vertical-align:top;
	margin-left:20px;
	margin-top:0px;
}

#right-col .inner{
	width: 211px;
	overflow: hidden;
	margin: 0 0 0 2px;
	background: url(layout/skin1/left-col-middle-bg.jpg) repeat-x top;
}

#right-col-content{
	background: url(layout/skin1/left-col-middle-bg.jpg) repeat-x top;
	padding-top: 20px;
}

/******************/
#main-col{
	width: 720px;
	margin-left: 20px;
	display: inline;
	float: right;
	overflow: hidden;
	padding: 20px 0;
}
/*******************/
#right-top-wrap{
	/*background: url(layout/skin1/right_col_inner2.jpg) no-repeat bottom;*/
	padding: 0px 0 0px 0;
	width: 220px;
	overflow: hidden;
}

#right-top-bar{
	background: url(layout/skin1/left-col-top.jpg) no-repeat bottom;
	padding: 0px;
	width: 220px;
	height:20px;
	overflow: hidden;
}

#right-bottom-bar{
	background: url(layout/skin1/left-col-bottom.png) no-repeat bottom;
	padding-left: 40px;
	width: 220px;
	height:20px;
	overflow: hidden;
	margin-bottom:50px;
}

#right-col-content .spacing{
	margin: 0 13px;
	padding: 13px 0;
}
#login-box{
	margin: 0 15px;
	font-size: 12px;
}
#login-box .login-field{
	background:#fff url(layout/skin1/login_field.jpg) no-repeat left top;
	width: 160px;
	height: 20px;
	margin-bottom: 10px;
	position: relative;
}
#login-box .login-field input{
	width: 152px;
	left: 4px;
	top: 1px;
	position: absolute;
}
#login-box input#login-btn{
	width: 55px;
	height: 21px;
	background:#1188F0 url(layout/skin1/login_btn.jpg) no-repeat center top;
	font: bold 14px Tahoma, sans-serif;
	color: #fff;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
#login-box #lost-passw{
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 10px;
	width: 160px;
	position: relative;
}
#upload-box p{
	margin-bottom: 5px;
}

#upload-box{
	margin: 0 30px;
	font-size: 12px;
}
#upload-box .upload-field{
	background:#fff url(layout/skin1/upload_field.jpg) no-repeat left top;
	width: 300px;
	height: 20px;
	margin-bottom: 10px;
	position: relative;
}
#upload-box .upload-field input{
	width: 292px;
	left: 4px;
	top: 1px;
	border: none;
	position: absolute;
}
#upload-box input#upload-btn{
	width: 85px;
	height: 21px;
	background:#1188F0 url(layout/skin1/login_btn.jpg) no-repeat center top;
	font: bold 14px Tahoma, sans-serif;
	color: #fff;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	text-align: center;
}
#upload-box p{
	margin-bottom: 5px;
}

/* COPYRIGHT BAR */
#copyright-bar{
	height: 39px;
	overflow:hidden;
	background: #F1F1E4 url(layout/skin1/copyright_bar_bg_rep.jpg) repeat-x top;
	color: #909090;
	clear: both;
}
#copyright-bar .wrapper{
	height: 39px;
	line-height: 40px;
	text-align: center;
}

/* FOOTER */
#footer{
	height: 20px;
	overflow:hidden;
	background-color:#001C49;
	/*background: url(layout/skin1/footer_bg_rep.jpg) repeat-x top;*/
}
/*********************/
p.tags{
	font-size: 12px;
	line-height: 22px;
	text-align: justify;
}
p.tags a{
	color: #66543C;
}
/**********************/
#categories{
	margin-bottom: 40px;
	font: 14px Tahoma, sans-serif;
}
#categories li{
	width: 160px;
	padding: 0 20px;
	height: 22px;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
}
#categories li a{
	color: #177ACC;
}
#categories li.alt{
	background: url(layout/skin1/cat_bg_alt.jpg) no-repeat center;
	
}

/** list **/
.horiz-thumbs-list{
	margin-bottom: 10px!important;
}
.horiz-thumbs-list li{
	width: 110px;
	display: inline;
	background: url(layout/skin1/picture_frame.jpg) no-repeat left top;
	margin-right: 20px!important;
	float: left;
	margin-bottom: 20px!important;
}
.horiz-thumbs-list li div.thumbholder{

	float:left;
	margin: 4px 4px 10px 4px;
	border: 1px solid #E7E7E7;
	position: relative;
	background:url("layout/skin1/loading.jpg") no-repeat;
}
.horiz-thumbs-list li div.thumbholder img{
	width: 96px;
	height: 96px;
	border: 0px;

}
.horiz-thumbs-list li img.thumb:hover{
	border-color: #707070;
}
.horiz-thumbs-list li img.thumb{
	width: 96px;
	height: 96px;
	display: block;
	margin: 4px 4px 10px 4px;
	border: 1px solid #E7E7E7;
}
.horiz-thumbs-list li img.preview{
	margin-top: 10px;
}
.horiz-thumbs-list li img.thumb:hover{
	border-color: #707070;
}
.horiz-thumbs-list li p{
	font-size: 12px;
	color: #4E5554;
	margin: 0;
	padding: 5px 0 0 10px;
	border-left: 2px solid #239DF6;
	background: url(layout/skin1/rectangle.jpg) no-repeat left bottom;
	line-height: 15px;
}
.horiz-thumbs-list li p a{
	color: #239DF6;
}

.horiz2-thumbs-list{
	margin-bottom: 10px!important;
}
.horiz2-thumbs-list li{
	width: 150px;
	height: 210px;	
	display: inline;
	background: url(layout/skin1/picture_frame.jpg) no-repeat left top;
	margin-right: 20px!important;
	float: left;
	margin-bottom: 20px!important;
}
.horiz2-thumbs-list li div.thumbholder{
	width: 148px;
	float:left;
	margin: 4px 4px 10px 4px;
	border: 0px solid #E7E7E7;
	position: relative;
	background:url("layout/skin1/loading.jpg") no-repeat;
}
.horiz2-thumbs-list li div.thumbholder img{
	width: 96px;
	height: 96px;
	border: 0px;

}

.horiz2-thumbs-list li img.thumb:hover{
	border-color: #707070;
}
.horiz2-thumbs-list li img.preview{
	margin-top: 7px;
}

.horiz2-thumbs-list li p{
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 5px 0 0 10px;
	border-left: 2px solid #FFFFFF;
	background: url(layout/skin1/rectangle.jpg) no-repeat left bottom;
	line-height: 15px;
}
.horiz2-thumbs-list li p a{
	color: #FFFFFF;
}
.horiz3-thumbs-list{
	margin-bottom: 10px!important;
}
.horiz3-thumbs-list li{
	width: 600px;
	height: 80px;	
	display: inline;
	text-align: center;
	margin-right: 20px!important;
	float: right;
	margin-bottom: 20px!important;
}
.horiz3-thumbs-list li img.thumb{
	width: 96px;
	height: 96px;
	display: block;
	margin: 4px 4px 10px 4px;
	border: 1px solid #E7E7E7;
}
.horiz3-thumbs-list li img.thumb:hover{
	border-color: #707070;
}
.horiz3-thumbs-list li p{
	font-size: 12px;
	color: #fff;
	margin: 0;
	padding: 5px 0 0 10px;
	border-left: 2px solid #FFFFFF;
	background: url(layout/skin1/rectangle.jpg) no-repeat left bottom;
	line-height: 15px;
}
.horiz3-thumbs-list li p a{
	color: #FFFFFF;
}


/********/
.vert-list{
	margin-bottom: 5px!important;
}
.vert-list li{
	background: url(layout/skin1/picture_frame.jpg) no-repeat left top;
	height:auto;
	margin-right: 12px!important;
	overflow: hidden;
}

.vert-list li.alt{
	width: 470px;
	height: 62px;
	margin-left: 111px;
	padding: 1px;
	background: #F5F7E2;
}
.vert-list li img.thumb{
	width: 96px;
	height: 96px;
	float:left;
	margin: 4px 4px 10px 4px;
	border: 1px solid #E7E7E7;
	position: relative;
}
.vert-list li img.thumb:hover{
	border-color: #707070;
}
.vert-list li h3{
   position: relative;
	margin-left: 115px;
}
.vert-list li h4{
   margin-left: 115px;

}
.vert-list li h3 .rating{
	position: absolute;
	left: 450px;
	top: 3px;
	font-size: 14px;
}
.vert-list li h3 .rating img{
	padding: 0 2px;
}
.vert-list li p,
.vert-list li div.inf{
	margin-left: 115px;
}
.vert-list li p{
	font-size: 12px;
	color: #858782;
	position: relative;
	text-align: justify;
	margin-bottom: 40px;
	height: 36px;
}
.vert-list li p a.more{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #239DF6;
	font-weight: bold;
	font-size: 14px;
	background: #F5F7E2;
	padding-left: 10px;
}
.vert-list li div.top{
	background: url(layout/skin1/message_fade.jpg) repeat-x;
	margin-left:115px;
	min-height:110px;
	height:auto;
}
.vert-list li div.top h3{
	margin-left:0px;
}
.vert-list li div.thumbholder{

	float:left;
	margin: 4px 4px 10px 4px;
	border: 1px solid #E7E7E7;
	position: relative;
	background:url("layout/skin1/loading.jpg") no-repeat;
}
.vert-list li div.thumbholder img{
	width: 96px;
	height: 96px;
	border: 0px;

}
.vert-list li div.top h4{
	margin-left:0px;
}
.vert-list li div.inf{
	background:#EBEEE7 url(layout/skin1/infbar_left.jpg) no-repeat left;
	height: 22px;
	line-height: 22px;
	font-size: 16px;

}
.vert-list li div.inf-right{
	background:url(layout/skin1/infbar_right.jpg) no-repeat right;
	height: 22px;
	padding: 0 10px;
	position: relative;
	
}
.vert-list li div.inf-right .views{
	position: absolute;
	right: 10px;
	top: 0;
}
/********/
.groups-list{
	margin-bottom: 5px!important;
	
}
.groups-list li{

	height: 130px;
	margin-right: 23px!important;
	overflow: hidden;
}
.groups-list li img.thumb{
	width: 96px;
	height: 96px;
	float:left;
	margin: 4px 4px 10px 4px;
	border: 1px solid #E7E7E7;
	position: relative;
}
.groups-list li img.thumb:hover{
	border-color: #707070;
}
.groups-list li h3{
	position: relative;
}
.groups-list li h3 .rating{
	position: absolute;
	right: 0;
	top: 3px;
}
.groups-list li h2 {
	font-size: 16px;
}
.groups-list li h2 b{
	color: #404040;
}
.groups-list li h3 .rating img{
	padding: 0 2px;
}

.groups-list li p,
.groups-list li div.inf{
	margin-left: 115px;
}
.groups-list li p{
	font-size: 12px;
	color: #858782;
	position: relative;
	text-align: justify;
	margin-bottom: 20px;
	height: 36px;
}
.groups-list li p a.more{
	position: absolute;
	right: 0;
	bottom: 0;
	color: #239DF6;
	font-weight: bold;
	font-size: 14px;
	background: #0E0E0E;
	padding-left: 10px;
}
.groups-list li div.top{
	background: url(layout/skin1/message_fade.jpg) repeat-x;
	margin-left:0px;
	height:95px;
}
.groups-list li div.inf{
	background:#42051C url(layout/skin1/infbar_left.jpg) no-repeat left;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	color: #fff;
}
.groups-list li div.inf-right{
	background:url(layout/skin1/infbar_right.jpg) no-repeat right;
	height: 22px;
	padding: 0 10px;
	position: relative;
}
.groups-list li div.inf-right .views{
	position: absolute;
	right: 10px;
	top: 0;
}
.groups-list li div.inf-right .blink{
	text-decoration: blink;
	color: #DD185B;
}

/**********************/
div.paging{
	background:#fff url(layout/skin1/paging_round_left.jpg) no-repeat left;
	height: 24px;
	line-height: 24px;
	margin-left: 0px;
	margin-bottom: 10px;
	margin-right: 100px;
	width:670px;
}
div.paging-right{
	background: url(layout/skin1/paging_round_right.jpg) no-repeat right;
	height: 24px;
	padding: 0 9px;
}
div.paging-mid{
	border: 1px solid #E5E6DC;
	border-left: none;
	border-right: none;
	height: 22px;
	line-height: 22px;
	position: relative;
}
div.pages{
	position: absolute;
	right: 0;
	top: 0;
}
div.pages a,
div.pages b{
	padding: 0 2px;
	color: #239DF6;
}
div.pages a.prevp,
div.pages a.nextp{
	color: #4FB1F8;
	font-weight: bold;
	font-size: 12px;
	background: url(layout/skin1/prev.jpg) no-repeat left;
	padding-left: 10px;
}
div.pages a.nextp{
	background: url(layout/skin1/next.jpg) no-repeat right;
	padding-left: 2px;
	padding-right: 10px;
}
/*******************************/
#left-col{
	width: 322px;
	float: left;
	overflow: hidden;
}
#mid-col{
	width: 323px;
	float: left;
	overflow: hidden;
	margin-left: 25px;
	display: inline;
}
/****/
ul.c-tabs{
	width: 340px;
	overflow: hidden;
	border-bottom: 3px solid #E3E6C9;
	margin-left: 5px;
	height: 1%;
	font-size: 11px;
}
ul.c-tabs li{
	float: left;
	height: 25px;
	line-height: 25px;
	background:#99998D url(layout/skin1/inactive_tab_mid.jpg) repeat-x top;
	margin-right: 5px;
	display: inline;
	overflow: hidden;
}
ul.c-tabs li span{
	height: 25px;
	float: left;

	background: url(layout/skin1/inactive_tab_left.jpg) no-repeat left top;
}
ul.c-tabs li span a{
	height: 25px;
	float: left;
	background: url(layout/skin1/inactive_tab_right.jpg) no-repeat right top;
	padding: 0 8px;
	color: #fff;
}
ul.c-tabs li.crt{
	line-height: 30px;
	background:#EAEDD2 url(layout/skin1/active_tab_mid.jpg) repeat-x top;
	font-weight: bold;
}
ul.c-tabs li.crt span{
	background: url(layout/skin1/tab_active_left.jpg) no-repeat left top;
}
ul.c-tabs li.crt span a{
	background: url(layout/skin1/active_tab_right.jpg) no-repeat right top;
	color: #858782;
	cursor: default;	
}
ul.c-tabs li.crt span a:hover{
	text-decoration: none;
}
/****/
.tab-cont{
	/*width: 330px;
	overflow: hidden;
	background: url(layout/skin1/tabs_body_1.jpg) no-repeat left top;
	padding: 15px 0 10px 15px;*/
}
.vert-list2 li{
		background: url(layout/skin1/picture_frame.jpg) no-repeat left top;
		width: 330px;
		overflow: hidden;
		margin-bottom: 10px!important;
}
.vert-list2 li img.thumb{
	width: 140px;
	height: 95px;
	float:left;
	margin: 4px 4px 10px 4px;
	border: 1px solid #E7E7E7;
	position: relative;
}
.vert-list2 li img.thumb:hover{
	border-color: #707070;
}
.vert-list2 li h3{
	margin-bottom: 0;
	margin-left: 165px;
}
.vert-list2 li h3 a{
	color: #858782;
}
.vert-list2 li .com-link{
	font-size: 12px;
	margin-left: 165px;
	margin-bottom: 5px;
}
.vert-list2 li .subm-by{
	margin-left: 165px;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 0 0 0px;
}

.vert-list2 li .mov-inf{
	width: 140px;
	float: left;
	font-size: 12px;
	color: #239DF6;
	margin: 0;
	padding: 0 0 0 6px;
	border-left: 2px solid #239DF6;
	background: url(layout/skin1/rectangle.jpg) no-repeat left bottom;
	line-height: 15px;
	position: relative;
}
.vert-list2 li .mov-inf span{
	position: absolute;
	top: 0;
	right: 2px;
}

.vert-list2 li p{
	font-size: 12px;
	margin: 0;
	margin-left: 165px;
	line-height: 14px;
	color: #585847;
}
.vert-list2 li p.added{
	margin: 10px 0;
	clear: both;
}	
/************/
#profile{
	width: 300px;
	overflow: hidden;
	background: url(layout/skin1/shadow.jpg) no-repeat bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#profile img.thumb{
	width: 100px;
	float: left;
	border: 1px solid #E8E9D6;
	padding: 2px;
	background: #FAFBF2;
}
#profile .no-thumb{
	width: 108px;
	height: 128px;
	float: left;
	background: url(layout/skin1/default_user_img.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#profile h3{
	margin-left: 118px;
	color: #686857;
	margin-top: 2px;
	background: url(layout/skin1/underline.jpg) no-repeat left bottom;
	font-size: 22px;
	padding-bottom: 2px;
}
#profile p{
	font-size: 12px;
	margin: 0 0 5px 118px;
	line-height: 14px;
	margin-bottom: 10px;
}
#profile div.lnk{
	margin-left: 118px;
	height: 42px;
	line-height: 16px;
	position: relative;
	padding-left: 23px;
	margin-bottom: 12px;
	font-size: 12px;
}
#profile div.lnk img{
	border: none;
	position: absolute;
	left: 0;
	top: 0;
}
#add-comment{
	height: 18px;
	line-height: 18px;
	position: relative;
	padding-left: 20px;
	float: left;
}
#add-comment img{
	position: absolute;
	left: 0;
	top: 3px;
}
#no-comments{
	height: 18px;
	line-height: 18px;
	position: relative;
	padding-left: 24px;
	float: left;
	margin-left: 30px;
	display: inline;
	color: #585847;
}
#no-comments img{
	position: absolute;
	left: 0;
	top: 0;
}
/**********/
.full-com dt{
	position: relative;
	font-size: 18px;
	color: #858782;
	height: 30px!important;
	line-height: 34px!important;
	background: url(layout/skin1/comment_bar.jpg) no-repeat left top;
	padding: 0 0 0 20px!important;
	white-space: nowrap;
	overflow: hidden;
}
.full-com dt span{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
}
.full-com dt span a{
	color: #bbc1b1;
}
.full-com p{
	color: #404040;
	line-height: 14px;
	margin: 0 0 5px 0;
}
.full-com dd{
	padding: 20px!important;
	font-size: 12px;
	background: url(layout/skin1/quotes.jpg) no-repeat 5px 18px;
}
/*******/
.vid-col{
	width: 480px!important;
}
.side-col{
	width: 172px!important;
}
#player{
	width: 480px;
	height: 394px;
	overflow: hidden;
}
#under-player{
	height: 40px;
	background: url(layout/skin1/player_refl.jpg) no-repeat top;
	margin-top: 1px;
	position: relative;
	padding: 0 15px;
	margin-bottom: 20px;
}
#under-player li{
	float: left;
	display: inline;
	margin-right: 20px;
	font-size: 12px;
}
#under-player a{
	color: #239DF6;
}
#share-vid{
	/*background: url(layout/skin1/icn_share.jpg) no-repeat left;*/
	padding-left: 5px;
}
#flag-vid{
	background: url(layout/skin1/icn_flag.jpg) no-repeat left;
	padding-left: 16px;
}
#fav-vid{
	background: url(layout/skin1/icn_add_to_fav.jpg) no-repeat left;
	padding-left: 16px;
}
#down-vid{
	background: url(layout/skin1/icn_download.jpg) no-repeat left;
	padding-left: 16px;
}
#under-player ul{
	padding-top: 17px!important;
}
#under-player .ratings{
	position: absolute;
	right: 15px;
	top: 5px;
	font-size: 10px;
	text-align: center;
}
#code{
	font-size: 12px;
	margin-bottom: 20px;
}
#code textarea{
	margin: 5px 0 0 0;
	font: 12px Tahoma, sans-serif;
	color: #858782;
	background: #fff;
	border: 1px solid #000000;
	padding: 4px;
	height: 60px;
	overflow: hidden;
}
#message{
	font-size: 16px;
	margin-bottom: 20px;
}
#message textarea{
	margin: 5px 0 0 0;
	font: 16px Tahoma, sans-serif;
	color: #1c7cc2;
	background: #fff;
	border: 1px solid #000000;
	padding: 4px;
	width: 96%;
	height: 140px;
	overflow: hidden;
}

/**********/
.full-com2 dt{
	position: relative;
	font-size: 16px;
	color: #858782;
	height: 51px!important;
	line-height: 40px!important;
	background: url(layout/skin1/com_bar.jpg) no-repeat left top;
	padding: 0 0 0 45px!important;
	white-space: nowrap;
	overflow: hidden;
}
.full-com2 dt span{
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 12px;
}
.full-com2 dt img.thumb{
	position: absolute;
	left: 5px;
	top: 5px;
	border: none;
}
.full-com2 dt span a.spam{
	color: #bbc1b1;
}
.full-com2 p{
	color: #404040;
	line-height: 14px;
	margin: 0 0 5px 0;
}
.full-com2 dd{
	padding: 10px 30px 20px 30px!important;
	font-size: 12px;
	background: url(layout/skin1/icn_comment.jpg) no-repeat 5px 10px;
}
/****/
#groupdesc{
	width: 500px;
	margin-left: 195px;
	position: relative;
	top: -90px;
}
#submitter{
	width: 167px;
	background:#EFF1DA url(layout/skin1/user_box_btm.jpg) no-repeat bottom;
	margin-left: 5px;
	font-size: 12px;
	margin-bottom: 20px;
	height: 1%;
}
#submitter div{
	background: url(layout/skin1/user_box_top.jpg) no-repeat top;
	padding: 10px;
	width: 147px;
	overflow: hidden;
}
#submitter p{
	margin-left: 44px;
	margin-bottom: 5px;
}
#submitter img.thumb{
	width: 34px;
	float: left;
}
.button{
	width: 83px;
	height: 21px;
	background:#1188F0 url(layout/skin1/btn.jpg) no-repeat center top;
	font: bold 14px Tahoma, sans-serif;
	color: #fff;
	text-align: center;	
	display: block;
	line-height: 22px;
	overflow: hidden;
}
.button:hover{
	text-decoration: none;
}
#submitter .button{
	margin-left: 44px;
}
/*********/
.side-col ul.c-tabs{
	width: 167px!important;
}
.side-col .tab-cont{
	width: 172px!important;
	background-image: url(layout/skin1/tab_body.jpg)!important; 
}

/*/////////////////////// For Tooltip //////////////////////////*/

img{border:none;}

#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}