@charset "UTF-8";

@font-face {
    font-family: 'Kalinga';
    src: url('/fonts/helvetica_light-webfont.eot');
    src: local('☺'), url('/fonts/helvetica_light-webfont.woff') format('woff'), url('/fonts/helvetica_light-webfont.ttf') format('truetype'), url('/fonts/helvetica_light-webfont.svg') format('svg'), url('/fonts/helvetica_light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica25UltraLightUltraLt';
    src: url('/fonts/helvetica25-ultralight-webfont.eot');
    src: local('☺'), url('/fonts/helvetica25-ultralight-webfont.woff') format('woff'), url('/fonts/helvetica25-ultralight-webfont.ttf') format('truetype'), url('/fonts/helvetica25-ultralight-webfont.svg') format('svg'), url('/fonts/helvetica25-ultralight-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamLightRegular';
    src: url('/fonts/gotham-light-webfont.eot');
    src: local('☺'), url('/fonts/gotham-light-webfont.woff') format('woff'), url('/fonts/gotham-light-webfont.ttf') format('truetype'), url('/fonts/gotham-light-webfont.svg') format('svg'), url('/fonts/gotham-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


#assprelovlay
{
z-index:999998;position:static;position:fixed;left:0;top:0;width:100%;height:100%;
background:#000;
background:rgba(0,0,0,0.45);
}

#assprelouter
{
z-index:999999;
	border: 1px solid rgba(200,200,200,0.6); padding: 16px;
	 background:#ffffff;
background: rgba(255, 255, 255,0.95);
position: absolute;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;

	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}

#assprelouter .prev
{
	position: relative;
}

#assprelouter .loader
{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 128px;
	height: 15px;
	margin-left: -74px;
	background: #ffffff url('/images/pad/ajax-loader.gif') no-repeat center center;
	background: rgba(255, 255, 255,0.9) url('/images/pad/ajax-loader.gif') no-repeat center center;
	opacity: 0.8;
	/*-moz-box-shadow: 0px -1px 10px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px -1px 10px rgba(0,0,0,0.25);
	box-shadow: 0px -1px 10px rgba(0,0,0,0.25);*/
	border-top: 1px solid rgba(0,0,0,0.1);
	padding: 10px;
	-moz-border-radius-topright: 8px;
				-webkit-border-top-right-radius: 8px;
				border-top-right-radius: 8px;
				-moz-border-radius-topleft: 8px;
				-webkit-border-top-left-radius: 8px;
				border-top-left-radius: 8px;
}

#assprelouter h1
{
	width: 100%;
	font-size: 16px; font-weight: normal; font-family:Kalinga; color: #333; line-height: 120%; text-align: center;
	margin-top: 22px;
	margin-bottom: 0;
}

#whatsnew .right
{
	font-family:Kalinga;
	color:#5c5b59;
	margin-top: 10px;
	margin-right: 27px;
}

.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 693px;
	height:283px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}

.navi
{
  float: right;
  margin-left: 2px;
  margin-top: 3px;
}

.navi a
{
	display: block;
	width: 22px;
	height: 10px;
	background: #bcbcbc;
	margin-left: 6px;
	margin-right: 5px;
	float: left;
	-webkit-transition: .8s all;
	-moz-transition: .8s all;
	-o-transition: .8s all;
	transition: .8s all;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.navi a.active
{
	background: #7e9db3;

}


#background_link
{
	position: absolute;
	top: 1276px;
	right: 100%;
	margin-right: 8px;
	height: 60px;
	width: 200px;
	display: block;
}


select:not([multiple]){
   
       font-size: 12px !important;
       min-width: 70px;
      background: #757575 !important;
     background: url("/images/common/selectbg.png") no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)) !important;
     color: #AAAAAA !important;
     -webkit-appearance: none;
   /*    -webkit-box-shadow: 0px 0px 1px #999;*/
    padding: 2px 12px 5px 12px;
      -webkit-background-size: 1600px 32px;
    height: auto !important;
      /*   border: 1px solid #777;*/
}

.head-font
{
	font-family: GothamLightRegular;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 16px;
	letter-spacing: 0px;
}

.fntag
{
	font-size: 25px;
	font-weight: normal;
	font-family: kalinga;
	color: #999999;
	margin-top: 5px;
}

a.fntag
{
	color: black !important;
}

.fntag:hover
{
	text-decoration: none;
}


/* Filter Foundry */
* {
	font-size:100.01%;
	border:0;
	padding:0;
	margin:0;
}
html { width: 100%; height: 100%; font-size:62.5%; }
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var, optgroup { font-style: inherit; font-weight: inherit; }
del, ins { text-decoration: none; }
li { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ''; }
abbr, acronym { border: 0; font-variant: normal; }
sup { vertical-align: baseline; }
sub { vertical-align: baseline; }
/*because legend doesn't inherit in IE */
legend { color: #000; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/* To enable resizing for IE6-Win, IE7-Win */
input, button, textarea, select { *font-size: 100%; }

body { 
    background:#fff url(/images/common/back_strip.jpg); 
    width:100%; 
    height:100%; 
    font:12px/1.6em Arial, Verdana, sans-serif; 
    color:#3a3a3a; 
    background-color:#e8e4e1; 

  } 
  
  button.FFYFixed
  {
  	width: 125px;
  }
   

   button.postnew_question {
    
    width: 120%;
    padding-top: 3px !important;
    padding-left: 9px !important;
    padding-right: 9px !important;
    padding-bottom: 4px !important;
    height: 32px !important;
    font-size: 15px !important;
    margin-left: 20px !important;

   }

   a.button, input.button, button.FFYFixed, button.postnew_question {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #6b6b6b;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor:pointer;
    height: 23px;
    display: block;
    text-align: center;
    padding-top: 5px;


border: 1px solid #9f9f9f; /* stroke */
-moz-border-radius: 6px / 8px;
-webkit-border-radius: 6px / 8px;
border-radius: 6px / 8px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #000; /* layer fill content */
-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.18); /* drop shadow */
-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.18); /* drop shadow */
box-shadow: 2px 2px 8px rgba(0,0,0,.18); /* drop shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #dbdbdb 0%, #fff 100%); /* gradient overlay */


-moz-transition: 0.3s all;
-webkit-transition: 0.3s all;
-o-transition: 0.3s all;
transition: 0.3s all;
}


#filtpads_button_place
{
	float: right;
	margin-right: 17px;
	margin-top: -50px;
	position: relative;
}

a.button:hover, input.button:hover, button.FFYFixed:hover, button.postnew_question:hover {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #ffffff;
    border: 1px solid #9f9f9f; /* stroke */

-moz-box-shadow: 2px 2px 8px rgba(0,0,0,.08), inset 2px 3px 5px rgba(0,0,0,.41); /* drop shadow and inner shadow */
-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,.08), inset 2px 3px 5px rgba(0,0,0,.41); /* drop shadow and inner shadow */
box-shadow: 2px 2px 8px rgba(0,0,0,.08), inset 2px 3px 5px rgba(0,0,0,.41); /* drop shadow and inner shadow */
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFkMWQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzUyNTI1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0idXJsKCNoYXQwKSIgLz4KPC9zdmc+); /* gradient overlay */
background-image: -moz-linear-gradient(bottom, #1d1d1d 0%, #525252 100%); /* gradient overlay */
background-image: -o-linear-gradient(bottom, #1d1d1d 0%, #525252 100%); /* gradient overlay */
background-image: -webkit-linear-gradient(bottom, #1d1d1d 0%, #525252 100%); /* gradient overlay */
background-image: linear-gradient(bottom, #1d1d1d 0%, #525252 100%); /* gradient overlay */


/*   White Outer Glow
-moz-box-shadow: 0 0 8.9px 1.1px rgba(255,255,255,.89);
-webkit-box-shadow: 0 0 8.9px 1.1px rgba(255,255,255,.89);
box-shadow: 0 0 8.9px 1.1px rgba(255,255,255,.89);
*/

-moz-box-shadow: 0 0 8.9px 1.1px rgba(255,255,255,.0);
-webkit-box-shadow: 0 0 8.9px 1.1px rgba(255,255,255,.0);
box-shadow: 0 0 8.9px 1.1px rgba(255,255,255,.0);

border: 1px solid rgba(255,255,255,.06);

}


#index_body {
	background:#fff;
	background-repeat: no-repeat;
    background-position: center 0;
    width:100%;
	height:100%;
	font:12px/1.6em Arial, Verdana, sans-serif;
	background-color:#e8e4e1;

}

legend { color: #000; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
/* To enable resizing for IE6-Win, IE7-Win */
input, button, textarea, select { *font-size: 100%; }

ul{
    list-style-type:none;
}
a {
	color:#5c5b59;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
.container {
	width:909px;
	margin:0px auto;
}
.left {
	float:left;
	display:block;
}

.right {
	float: right;
	display: block;
	font-size: 12px;	
	color: gray;
}

.last {
	margin-right:0;
}

.orange{
    color:#F3781D;
}

.white, .white a {
    color:#FFF;
}
.white a:hover {
    color: #3a3a3a;
}

.light-orange{
    color:#f8a007;
}
.gray, .gray a {
	color: #999999;
}
.gray a:hover {
	color: #3a3a3a;
}
.drkgray, .drkgray a {
	color: #3a3a3a;
}
.lhtgray, .lhtgray a  {
	color: #989898;
}
.black, .black a {
	color: #000;
}
.black a:hover {
	color: #999999;
}
a.black {
	color: #000;
}
a.black:hover {
	color: #999999;
}
.yellow, .yellow a {
	color: #fce2b1;
}
.blue, .blue a {
	color: #577593;
}
.yellow a:hover {
	color: #;
}
.drkyellow, .drkyellow a {
	color: #daa948;
}
.red {
	color: #c76962;
}
.drkred {
	color: #e10000;
}

.upper{
    text-transform:uppercase;
}

.login_container{
    width:200px;
    margin:auto;
    margin-top:50px;
}

.hidden{
    display:none;
}

.full-width {
	width: 100%;
}
.t-align-center {
	text-align: center;
}

.t-align-left {
	text-align: left;
}

.relative{
    position:relative;
}

.med-font-size{
    font-size:14px;
}

/* Header */
/*
#header {
	background: url('/images/common/header-bg.png') no-repeat top center;
	width: 907px; height: 124px;
}
#logo {
	width: 98px; height: 98px;
	margin: 16px 25px 0 25px;
	float: left;
}
#upper {
	width: 759px; height: 87px;
}
#login {
	width: 309px; height: 87px;
	float: left;
	position: relative;
}
#login .welcome {
	font-size: 11px;
	line-height: 14px;
	font-weight: 100;
	display: block;
	position: relative;
	top: 25px;
	margin-top:0;
	margin-bottom:5px;
	text-align:left;
	width:100%;
}
#login .dropdown {
	position: relative;
	top: 35px;
}
*/

#dropdrew{
    position:absolute;
    left: -45px;
    top:16px;
    width:112px;
    background: #FFF;
    background: rgba(255,255,255,0.95);
    z-index: 1000;
    cursor: pointer;
    -moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	border: 1px solid rgba(0,0,0,0.2);
	
	
	-ms-transform: scale(0);
	-ms-transform-origin: 50% 0;
	-webkit-transform: scale(0);
	-webkit-transform-origin: 50% 0;
	-moz-transform: scale(0);
	-moz-transform-origin: 50% 0;
	-o-transform: scale(0);
	-o-transform-origin: 50% 0;
	text-align: left;
	font-size: 11px;
	font-family: inherit;
	box-shadow: 0 0 1px rgba(0,0,0,.25);
	border-radius: 3px;
	border-left: 0;
	border-right: 0;
}

#dropdrew li
{
	padding: 2px;
	    -moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

#dropdrew li:not(:last-child){
	border-bottom: 1px solid #eee;
}

#dropdrew li:first-child
{
	font-size: 90%;
	 background-color:#ddd;
	text-align: center;
	padding: 2px;
}

#dropdrew li:first-child a
{
	 color: #222 !important;
}

#dropdrew a{
    display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #888 !important;
	margin-top: 0.4em;
}

#dropdrew li:hover
{
    background-color:#ddd;
}

#dropdrew li:hover a
{
	color: #333 !important;
}


#DIV-arrow:active #dropdrew, #DIV-arrow:hover #dropdrew, #dropdrew:hover
{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}

/*

#social {
	background: #fff url('/images/common/header-social-bg.gif') no-repeat bottom center;
	width: 138px;
	float: left;
	padding: 18px 0 9px;
	margin-right: 44px;
}
#social a {
	margin-left: 30px; /* 15px; <- value with iPhone icon */
}


#navigation {
	width: 649px; height: 37px;
}
#navigation ul {
	background: url('/images/common/navigation.jpg') no-repeat top left;
	width: 649px; height: 37px;
	list-style: none;
}
#navigation ul li {
	float: left;
}
#navigation ul li a:link, #navigation ul li a:visited {
    height: 48px;
    text-indent: -9000px;
    overflow: hidden;
    display: block;
}
#navigation ul li.n-pads a:link, #navigation ul li.n-pads a:visited {
    left: 0;
    width: 113px;
}
#navigation ul li.n-pads a:hover, #navigation ul li.n-pads a:focus {
    background: url('/images/common/navigation.jpg') no-repeat 0 -37px;
}
#navigation ul li.n-pads a:active {
    background: url('/images/common/navigation.jpg') no-repeat 0 -74px;
}
#navigation ul li.n-studios a:link, #navigation ul li.n-studios a:visited {
    left: 113px;
    width: 133px;
}
#navigation ul li.n-studios a:hover, #navigation ul li.n-studios a:focus {
    background: url('/images/common/navigation.jpg') no-repeat -113px -37px;
}
#navigation ul li.n-studios a:active {
    background: url('/images/common/navigation.jpg') no-repeat -113px -74px;
}
#navigation ul li.n-answers a:link, #navigation ul li.n-answers a:visited {
    left: 246px;
    width: 137px;
}
#navigation ul li.n-answers a:hover, #navigation ul li.n-answers a:focus {
    background: url('/images/common/navigation.jpg') no-repeat -246px -37px;
}
#navigation ul li.n-answers a:active {
    background: url('/images/common/navigation.jpg') no-repeat -246px -74px;
}
#navigation ul li.n-wall a:link, #navigation ul li.n-wall a:visited {
    left: 383px;
    width: 127px;
}
#navigation ul li.n-wall a:hover, #navigation ul li.n-wall a:focus {
    background: url('/images/common/navigation.jpg') no-repeat -383px -37px;
}
#navigation ul li.n-wall a:active {
    background: url('/images/common/navigation.jpg') no-repeat -383px -74px;
}
#navigation ul li.n-profiles a:link, #navigation ul li.n-profiles a:visited {
    left: 510px;
    width: 139px;
}
#navigation ul li.n-profiles a:hover, #navigation ul li.n-profiles a:focus {
    background: url('/images/common/navigation.jpg') no-repeat -510px -37px;
}
#navigation ul li.n-profiles a:active {
    background: url('/images/common/navigation.jpg') no-repeat -510px -74px;
}*/

/* new header */
.header {
	position: relative;
	left: -19px;
	width: 907px;
}

#DIV-logo {
	position:absolute;
	left:19px;
	top:13px;
	width:65px;
	height:94px;
	z-index:1;
}

#DIV-user .nm{
	font-family:Kalinga;font-size:20px;color:#000;
}

#DIV-user .elips
{
	font-size: 70%;
}


#DIV-user img
{
	max-width: 223px;
}
#DIV-arrow {
	margin-left: 2px;
	width:20px;
	height:22px;
	display: inline-block;
	height: 1em;
	position: relative;
	z-index: 1000;
	font-weight: normal;
}
#DIV-arrow a
{
	padding-left: 3px;
}
#DIV-quicksearch {
	position:absolute;
	left:100px;
	top:53px;
	width:200px;
	height:28px;
	z-index:1;
}

#DIV-quicksearch input
{
	width: 186px;
	height: 22px;
}

#DIV-searchdrop {
	position:absolute;
	left:301px;
	top:49px;
	width:28px;
	height:28px;
	z-index:2;
}

#DIV-creatives {
	position:absolute;
	left:349px;
	top:-1px;
	width:117px;
	height:86px;
	z-index:1;
}
#DIV-talent {
	position:absolute;
	left:466px;
	top:-1px;
	width:116px;
	height:86px;
	z-index:1;
}
#DIV-art {
	position:absolute;
	left:582px;
	top:-1px;
	width:117px;
	height:86px;
	z-index:1;
}
#DIV-over {
	position:absolute;
	left:711px;
	top:10px;
	width:175px;
	height:64px;
	z-index:1;
}
#DIV-pads {
	position:absolute;
	left:101px;
	top:85px;
	width:92px;
	height:37px;
	z-index:1;
}
#DIV-studio {
	position:absolute;
	left:193px;
	top:85px;
	width:108px;
	height:37px;
	z-index:1;
}
#DIV-answers {
	position:absolute;
	left:302px;
	top:85px;
	width:96px;
	height:37px;
	z-index:1;
}
#DIV-wall {
	position:absolute;
	left:601px;
	top:85px;
	width:94px;
	height:37px;
	z-index:1;
}
#DIV-wkz {
	position:absolute;
	left:399px;
	top:85px;
	width:107px;
	height:37px;
	z-index:1;
}
#DIV-stock {
	position:absolute;
	left:504px;
	top:85px;
	width:97px;
	height:37px;
	z-index:1;
}
#DIV-blog {
	position:absolute;
	left:698px;
	top:85px;
	width:90px;
	height:37px;
	z-index:1;
}
#DIV-HEADER {
	position:relative;
	width:907px;
	height:124px;
	z-index:6;
	margin: 0 auto;
}

#DIV-prof {
	position:absolute;
	left:789px;
	top:85px;
	width:117px;
	height:31px;
	z-index:1;
}
#DIV-subscription-level {
	position:absolute;
	left:99px;
	top:9px;
	height:15px;
	z-index:7;
}
#DIV-postrollover-area {
	position:absolute;
	left:343px;
	top:47px;
	width:523px;
	height:28px;
	z-index:0;
}


#DIV-rmsgs
{
	position: absolute;
	left: 353px;
	top: 19px;
	z-index: 1;
	width: 124px;
	text-align: center;
}

#DIV-rmsgs a, #DIV-rfollowers a, #DIV-rcred a, #DIV-ritems a, #DIV-rtot a
{
	color: #FFFFFF;
}

#DIV-rfollowers
{
	position: absolute;
	left: 481px;
	top: 19px;
	z-index: 1;
	width: 100px;
	text-align: center;
}

#DIV-rcred
{
	position: absolute;
	left: 584px;
	top: 19px;
	z-index: 1;
	width: 144px;
	text-align: center;
	color: #FFFFFF;
}

#DIV-ritems
{
	position: absolute;
	left: 731px;
	top: 19px;
	z-index: 1;
	width: 71px;
	text-align: center;
	color: #FFFFFF;
}

#DIV-rtot
{
	position: absolute;
	left: 856px;
	top: 19px;
	z-index: 1;
	width: 51px;
	text-align: center;
	color: #FFFFFF;
}

#cart {
	position: absolute;
	left: 804px;
	top: 0px;
	z-index: 1;
	width: 60px;
	height: 50px;
	text-align: center;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

#cart a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

#cart.empty {
	background-image: url('/images/common/empty.png');
}
#cart.full-cart {
	background-image: url('/images/common/full.png');
}

.subscriptionlevelcopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: bold;
}


.quicksearch {
	font-family: Verdana, Geneva, sans-serif;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 11px;
	color: #999;
	border: 1px solid #999;
	width: 195px;
	height: 24px;
	padding-left: 7px;
}
/* end new header */


/* Login Form */

.login-field {
	width:123px;
	height:23px;
	background:url(/static/images/common/header-input.png) no-repeat top left;
	margin-right:7px;
	padding:12px 6px 0 12px;
	color:#4c4c4c;
}
.go {
	width:42px;
	height:45px;
}



/* Navigation List */

#nav {
	width:460px;
	height:36px;
	background:url(/static/images/common/header-nav.png) no-repeat top left;
	position:relative;
}
#nav li {
	list-style:none;
	position:absolute;
	top:0;
}
#nav li, #nav a {
	height:36px;
	display:block;
	text-indent: -9000px;
	overflow: hidden;
}

#nav-pad {left:0; width:98px;}
#nav-wall {left:99px; width:95px;}
#nav-answers {left:194px; width:98px;}
#nav-blog {left:292px; width:68px;}
#nav-feedback {left:360px; width:101px;}

#nav-pad a:hover {background:url(/static/images/common/header-nav.png) 0 -36px no-repeat;}
#nav-wall a:hover {background:url(/static/images/common/header-nav.png) -99px -36px no-repeat;}
#nav-answers a:hover {background:url(/static/images/common/header-nav.png) -194px -36px no-repeat;}
#nav-blog a:hover {background:url(/static/images/common/header-nav.png) -292px -36px no-repeat;}
#nav-feedback a:hover {background:url(/static/images/common/header-nav.png) -360px -36px no-repeat;}

/* Layout */

#content {
	width:886px;
	background-color:#CECCCA;
	margin:0 0 0 1px;
	padding:19px 8px 18px 13px;
}
.modules {
	width:720px;
	padding-right:1px;
}
.ads {
	width:162px;
	position: relative;
	z-index: 0;
}
.feeds {
	margin-top:10px;
	width: 100%;
}
#page-title {
	width: 100%;
}
#page-title h1 {
	font-size: 20px;
	float: left;
	line-height: 28px;
	text-align: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#page-title p {
	margin: 0 30px;
	font-size: 13px;
	padding: 20px 0 10px;
}
#page-title a {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}

/* DPI Chart */
#dpi-chart {
	max-width: 760px;
	border: 1px solid #9c9c9c;
	border-collapse: collapse;
	margin-bottom: 20px;
}
#dpi-chart tr {
	height: 24px;
}
#dpi-chart th {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}
#dpi-chart td {
	font-size: 13px;
	font-weight: 100;
}
#dpi-chart td, #dpi-chart th {
	border: 1px solid #9c9c9c;
	padding: 7px;
}
.dpi-dark {
	background: #868686;
}
.dpi-light {
	background: #c5c5c5;
}
.dpi-license {
	width: 63px;
}
.dpi-megapixel {
	width: 76px;
}
.dpi-dpi {
	width: 105px;
}
.dpi-pixels {
	width: 146px;
}
.dpi-inches {
	width: 172px;
}

/* Search Form */

.search {
	width:100%;
	margin-bottom:17px;
}

.search #search-history-container{
    float:right;
    margin-top:5px;
	margin-right:11px;
}

.search #search-history{
	width:162px;
	height:96px;
	background:url('/images/assets/search_history_back.png') no-repeat top left;
}

.search #search-history select{
	width:152px;
	height:86px;
	background:transparent;
	margin-top:7px;
	padding-left:15px;
	font-size:8pt;
	color:#4C4C4C;
}

.search-header {
	width:628px;
	height:24px;
	margin-bottom:9px;
}

.search #wall-header{
    margin-bottom:10px;
}

.search-title {
    color:#5c5b59;
    font-size:14pt;
	width:329px;
	height:24px;
	line-height:24px;
}

.search-location {
    font-style:italic;
	padding-top:9px;
	font-size:9pt;
}

.search-location a{
	color:#5c5b59;
}

.search-field {
	width:617px;
	height:43px;
	background:url('/images/common/search-input.png') no-repeat top left;
	padding:1px 6px 0 12px;
	color:#4c4c4c;
	margin:4px 7px 5px 0;
	font-size:13px;
}

.ie .search-field {
	padding-top:13px;
	height:31px;
}

.search-go {
	width:49px;
	height:49px;
	margin-bottom:10px;
	margin-top:2px;
}

.search #search-input-container{
    width:710px;
}

.search .filter-title{
    color:#5c5b59;
    font-size:9pt;
}

.search .separator{
    padding:10px;
}

.search .separator img{
    margin-bottom:-7px;
}


.search #search-criteria-link{
    width:631px;
}

.filter-fields input {
	margin:0 4px 0 14px;
}

.search #cart-container{
    float:right;
    background:url('/static/images/assets/cart_widget_background.jpg') no-repeat top left;
    width:119px;
    height:126px;
    color:#000;
    text-align:center;
    line-height:13px;
}

.search #cart-container #cart-items{
    width:100%;
    height:27px;
    padding-top:16px;
}

.search #cart-container #cart-credits{
    width:100%;
    height:27px;
    padding-top:15px;
}

.search #cart-container #cart-button{
    width:100%;
    height:27px;
    padding-top:10px;
}

/* Recent Tags */

.recent-tags{
    margin-bottom:10px;
}

#tag_container{
    margin-top:10px;
}

.recent-tags a {
	color:#8e8d8d;
	text-decoration:none;
}
.recent-tags a:hover {
	color:#f3781d;
}
.recent-large {
	font-size:22pt;
}
.recent-medium {
	font-size:15pt;
}
.recent-small {
	font-size:12pt;
}
.tags {
    color:#8e8d8d;
	line-height:28px;
}

.tags a{
    color:#8e8d8d;
}

/* Modules */

.module-box {
	width:100%;
	margin-top:10px;
	clear:both;
}
.module-header {
	width:100%;
	height:34px;
	background:url(/images/common/new-module-title-bg.jpg) repeat-y left top;
	margin-left:-13px;
	padding-left:18px;
	position:relative;
	z-index: 1;
	margin-top: 8px;
}

.module-header .left
{
	position: relative;
}

.module-header .left select.sort_by, .module-header .left select#id_sort_by{
   	position: absolute;
   	top: 2px;
   	left: 300px;
    width: 100px;
    height: 29px !important;
}

.full{
	background:transparent url(/images/common/feed-title-bg.png) repeat-y scroll left top;
	width:880px;
}

.module-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.module-arrow {
	width:21px;
	height:21px;
	padding-top:7px;
}
.module-title {
	height:19px;
	padding:9px 0 0 17px;
}
.short-module-title {
	height:19px;
	margin-top: 15px;
	margin-bottom: 9px;
}
.module-filter {
	padding-top:11px;
}
.module-close img {
	margin-left:8px;
	padding-top:7px;
}
.module-content {
	width:100%;
	margin-top:12px;
}

#module_content_tags{
    margin-top:0px;
}

.module-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.module-content p {
	margin: 10px 0;
	font-size: 13px;
}

.module-content strong {
	font-weight: 700;
}
.title-use {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
}
.indent {
	width: 775px !important;
	padding: 0 57px;
}
.indent a {
	color: #3a3a3a;
	text-decoration: underline;
}
.indent a:hover {
	color: #fff;
}

.module-asset {
	margin-right:15px;
	margin-bottom:20px;
	position:relative;
}

.module-asset .remove-checkbox{
    position:absolute;
    bottom:-16px;
}

.module-asset a.image-wrapper, .module-asset a.video-wrapper{
    padding:5px;
    width:115px;
	height:130px;
    text-align:center;
	display:table-cell;
	background-color:#fff;
	vertical-align:middle;
}

.ie .module-asset a.image-wrapper, .ie .module-asset a.video-wrapper{
	display:block;
	padding:5px;
    width:115px;
	height:130px;
	vertical-align:middle;
}

.module-asset img{
    border:1px solid #ccc;
    vertical-align:middle;
}

.ie .module-asset img{
    border:1px solid #ccc;
    vertical-align:middle;
}


.module-asset div {
    margin-top:5px;
    color:#5c5b59;
	text-align:center;
	letter-spacing:1px;
	font-size:10px;
}

#left_side_container .module-asset{
    margin:auto;
    margin-left:22px;
}

.pad-asset {
    margin-right:2px;
    width:172px;
    margin-bottom:10px;
    text-align: center;
    min-height: 146px;
}

.pad-asset img {
    border:1px solid #cececa;
    padding-right: 1px;
    display:block;
    margin:0 0 4px;
}

.pad-asset .remove-checkbox{
    position:absolute;
    left:2px;
    bottom:5px;
}

.list-disc {
	margin-left: 15px;
}
.list-disc li {
	list-style-type: disc;
	padding-left: 10px;
}

.image-icon {
	display: inline-block;
	float: left;
	margin-right: 15px;
	text-align: center;
}
.media-use, .license-use {
	padding: 20px 0;
	clear: both;
}
.media-use .image-icon {
	width: 120px;
}
.license-use .image-icon {
	width: 41px;
}
.license-use ul {
	float: left;
}

#pad-overlay{
    width:370px; height:330px;
    padding:15px;
    position:absolute;
  
    background-color:#fff;
    border:1px solid #a2a0a1;
    z-index:1000;
   color: #868686;
	font-size: 13px;
}

#pad-overlay .detbot
{
	margin-top: 12px;
}

#pad-overlay .detl
{
	float: left;
	text-align: left;
}

#pad-overlay .detr
{
	float: right;
	text-align: right;
}

#pad-overlay img
{
	width: 370px;
	height: 248px;
}

#pad-overlay .fname
{
	margin-top: -5px;
	font-size: 130%;
	color: black;
	padding-bottom: 4px;
}


#pad-overlay a{
    color:#fff;
}

#asset-overlay, #asset-overlay-video{
    position:absolute;
    display: none;
    background-color:#434343;
    line-height:16px;
    border:1px solid #a2a0a1;
    z-index:1000;
}

#asset-overlay #asset-info-container, 
#asset-overlay-video #asset-info-container{
    padding:5px;
}

#asset-overlay #asset-info-container h3,
#asset-overlay-video #asset-info-container h3{
    font-size:13px;
    color:#fff;
}

.header-title{
    padding-top:9px;
}

/* Feeds */

.feed-box {

	margin-top: 8px;
	
	padding: 13px;
	padding-left: 15px;
	padding-bottom: 5px;
	
	margin-left: -13px;
	
	width: 99.32%;
	position: relative;
}
.feed-content {
	margin-top:10px;
	/* padding-top:10px */
	
	
	height: 148px;
	
	overflow: hidden;
}

.feedmain-header {
	height:34px;
	background:url(/images/common/feed-title-bg.png) repeat-y top -100px;
	margin-left:-13px;
	padding:0 0 0 18px;
}

.feed-header
{
	margin-left: 2px;
	font-size: 14px;
	letter-spacing: 3.5px;
	font-weight: normal;
}

.feed-next
{
	position: absolute;
	top: 10px;
	right: 32px;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
}

.feed-header #header-data{
    width:880px;
    margin-top:6px;
}

.feed-header #header-data .results{
    text-align:right;
}

.feed-header .header-image{
    padding-top:8px;
    display:block;
    width:400px;
}

.feed-header .header-price{
    margin-top:-2px;
    display:block;
}

.feed-icon img {
	margin-right:8px;
	padding-top:5px;
}

.feed-cap {
	width:80px;
	height:104px;
	background:url(/images/common/feed-cap-shadow.png) no-repeat top left;
	padding:1px 0 0 1px;
}
.feed-ppull
{
	position: relative;
	float: left;
	width: 172px;
	margin: 1px;
}

.feed-pull {
	width: 170px;
	height: 120px;
	
	border: 1px solid #FFFFFF;
	position: relative;
}

.feed-pull:hover .feed-lay
{
	opacity: 1.0;
	visibility: visible;
}

.feed-pull:hover .feed-title2
{
	opacity: 0;
	visibility: hidden;
}

.feed-lay
{
	background: url("/images/common/rss_over.png") no-repeat center 8px;
	opacity: 0.0;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	    -moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	visibility: hidden;
}

.feed-lay, .feed-title2
{
		    -moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.feed-title {

	font-size:10px;
	line-height: 140%;
	font-weight:normal;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	
	width: 100%;
	height: 29px;
	background-color: white;
	
	overflow: hidden;
	z-index: 2;
	
	
	border-top: 1px solid rgba(255,255,255,0.2);
}

.feed-title2
{
	position: absolute;
	top: 30%;
	left: 5%;
	text-align: center;
	width: 90%;
	height: 50%;
	overflow: hidden;
	font-size: 12px;
}

.feed-title a{
    color: black;
}

.feed-excerpt {
    color:#757575;
    width:733px;
	font-size:14px;
	font-style:italic;
}
.feed-dates {
	width:110px;
	padding-left:30px;
	text-align:left;
	
}
.feed-time {
	margin-top: 5px;
	overflow: hidden;
	text-align: center;
	
	font-size:10px;
	font-weight:normal;
}

.feed-thumb
{
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.feed-pull a:first-child
{
	position: relative;
	z-index: 1;	
}

/* terms of use */

#terms-of-use p{
    margin-bottom:10px;
}


/* Ads */

.skyscraper img {
	margin-left:5px;
	margin-bottom:25px;
}

/* Popup Window */

#popup-body {
	background: #fff;
}


#popup-window {
	background: #fff;
}

#popup-window .popup-header {
	background: #eae8e6;
	padding: 25px 40px;
}

#popup-window .popup-header h1 {
	height: 20px;
	margin-top: 26px;
	width:100%;
	font-size:28px;
	margin-bottom:0;
	font-family: Helvetica25UltraLightUltraLt;
	letter-spacing: 0.1em;
	margin-left: 5px;
}

#popup-window .popup-content h2 {

	font-size: 16px;
	font-family: kalinga;
	letter-spacing: 1px;
	font-weight: bold;
	margin-left: 8px;
	
}

#popup-window .popup-header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.follow_copy_conf {
	padding: 20px 40px;
	margin-top: 40px;
	line-height: 22px;
}

#popup-window .popup-content {
	padding: 20px 40px;
}
#popup-window .popup-content p {
	font-size: 15px;
	margin: 15px 0;
}
#popup-window .popup-content p strong {
	font-weight: bold;
}
#popup-window .popup-content a {
	
	font-family: kalinga;
	font-size: 13px;
	text-decoration: none;
}

#popup-window input.button{
    width:140px;
    height:30px;
    padding-bottom: 1px !important;
    font-family: arial !important;
}

/*stash media player*/

#stash-player-container{
    position:relative;
}

#stash-player-credits{
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:512px;
    height:282px;
    opacity:.7;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    background-color:#000;
    z-index:1000;
}

#stash-player-credits h3{
    margin:auto;
    font-size:17px;
    width:472px;
    text-align:center;
    color:#fff;
    margin-top:70px;
    line-height:25px;
    padding:20px;
}

#stash-player-wrapper{
    width:512px;
}

.stash-play-button{
    position:absolute;
    text-align:center;
    top:30%;
    width:510px;
}

#stash-list-container{
    width:178px;
    margin-left:6px;
    overflow-x:hidden;
}

#stash-list{
    width:100%;
    height:380px;
    overflow: auto;

}

.stash-object{
    width:155px;
    height:88px;
    border:1px solid #cececa;
    margin-bottom:4px;
}

#stash-player{
    display: block; 
    width: 510px; 
    height: 280px; 
    float: left; 
    position: relative;
    border:1px solid #cececa;
}

#stash-player-container ::-webkit-scrollbar {
	width: 10px;
	height: 13px;
}

/* Place The scroll up button at the up */
#stash-player-container ::-webkit-scrollbar-button{
	background-color: #b8b7b9;
	border: 1px solid #b8b7b9;
	width: 0;
	height: 0;
}


/* Top area above thumb and below up button */
#stash-player-container ::-webkit-scrollbar-track-piece{
	border: 1px solid #b8b7b9;
	background-color: #b8b7b9;
}
/* The thumb itself */
#stash-player-container ::-webkit-scrollbar-thumb{
	background-color: #909090;
	border: 5px solid #909090;
}

/* Corner */
#stash-player-container ::-webkit-scrollbar-corner{
	background-color: #b8b7b9;
}

#stash-video-data{
    margin-top:8px;
    width:512px;
}

#stash-video-data h2{
    font-size:16px;
    font-weight:bold;
}

#stash-video-data h2 span{
    font-size:16px;
    font-weight:normal;
    padding-left:10px;
}

#stash-video-title{
    width:355px;
}

#stash-video-data a{
    font-size:12px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}

#stash-video-data #ad{
    margin-top:-5px;
}

/* Footer */

#footer {
background: #757575;
background: -moz-linear-gradient(top, #757575 0%, #757575 18%, #787878 24%, #828180 35%, #9b9996 55%, #a09d9a 63%, #9e9b98 76%, #8d8b88 93%, #898884 100%, #8b8986 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757575), color-stop(18%,#757575), color-stop(24%,#787878), color-stop(35%,#828180), color-stop(55%,#9b9996), color-stop(63%,#a09d9a), color-stop(76%,#9e9b98), color-stop(93%,#8d8b88), color-stop(100%,#898884), color-stop(100%,#8b8986));
background: -webkit-linear-gradient(top, #757575 0%,#757575 18%,#787878 24%,#828180 35%,#9b9996 55%,#a09d9a 63%,#9e9b98 76%,#8d8b88 93%,#898884 100%,#8b8986 100%);
background: -o-linear-gradient(top, #757575 0%,#757575 18%,#787878 24%,#828180 35%,#9b9996 55%,#a09d9a 63%,#9e9b98 76%,#8d8b88 93%,#898884 100%,#8b8986 100%);
background: -ms-linear-gradient(top, #757575 0%,#757575 18%,#787878 24%,#828180 35%,#9b9996 55%,#a09d9a 63%,#9e9b98 76%,#8d8b88 93%,#898884 100%,#8b8986 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757575', endColorstr='#8b8986',GradientType=0 );
background: linear-gradient(top, #757575 0%,#757575 18%,#787878 24%,#828180 35%,#9b9996 55%,#a09d9a 63%,#9e9b98 76%,#8d8b88 93%,#898884 100%,#8b8986 100%);

border: 8px solid #8a8885;

height: 320px;
border-bottom: 0;


	margin-top:1px;
	clear:both;
	color: white;
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
}

#footer .col
{
	width: 175px;height: 275px;
	float: left;
	line-height: 170%;
	overflow: hidden;
}

#footer h2
{
	font-size: 14px !important;
	text-decoration: underline;
	margin-top: 11px;
	margin-bottom: 8px;
	font-weight: bold;
	font-family: inherit;
}

#footer .inner
{
	margin-left: auto;
	margin-right: auto;
}

#footer .col a, #footer h2, #footer .inner div
{
	color: white;
	float: left;
	clear: both;
}

#footer .bord
{
	background: -moz-linear-gradient(top, rgba(138,136,133,1) 0%, rgba(143,141,138,0.91) 9%, rgba(170,167,163,0.59) 41%, rgba(176,172,168,0.46) 54%, rgba(176,172,168,0.38) 62%, rgba(171,168,164,0.28) 72%, rgba(146,144,141,0) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(138,136,133,1)), color-stop(9%,rgba(143,141,138,0.91)), color-stop(41%,rgba(170,167,163,0.59)), color-stop(54%,rgba(176,172,168,0.46)), color-stop(62%,rgba(176,172,168,0.38)), color-stop(72%,rgba(171,168,164,0.28)), color-stop(100%,rgba(146,144,141,0)));
background: -webkit-linear-gradient(top, rgba(138,136,133,1) 0%,rgba(143,141,138,0.91) 9%,rgba(170,167,163,0.59) 41%,rgba(176,172,168,0.46) 54%,rgba(176,172,168,0.38) 62%,rgba(171,168,164,0.28) 72%,rgba(146,144,141,0) 100%);
background: -o-linear-gradient(top, rgba(138,136,133,1) 0%,rgba(143,141,138,0.91) 9%,rgba(170,167,163,0.59) 41%,rgba(176,172,168,0.46) 54%,rgba(176,172,168,0.38) 62%,rgba(171,168,164,0.28) 72%,rgba(146,144,141,0) 100%);
background: -ms-linear-gradient(top, rgba(138,136,133,1) 0%,rgba(143,141,138,0.91) 9%,rgba(170,167,163,0.59) 41%,rgba(176,172,168,0.46) 54%,rgba(176,172,168,0.38) 62%,rgba(171,168,164,0.28) 72%,rgba(146,144,141,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a8885', endColorstr='#0092908d',GradientType=0 );
background: linear-gradient(top, rgba(138,136,133,1) 0%,rgba(143,141,138,0.91) 9%,rgba(170,167,163,0.59) 41%,rgba(176,172,168,0.46) 54%,rgba(176,172,168,0.38) 62%,rgba(171,168,164,0.28) 72%,rgba(146,144,141,0) 100%);
float: left;
width: 3px;height: 241px;
}

#footer a{
    color:#5c5b59;
}

#footer .soc div
{
	background-image: url('/images/common/footbuts.png');
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	float: left;
}

#footer a
{
	-webkit-transition: .25s all;
	-moz-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
	border: 1px solid rgba(255,255,255,0);
	border-left: 0;
	border-right: 0;
}

#footer a:hover
{	
	color: #CCCCCC;
	border-color: rgba(255,255,255,0.5);
}

#footer .soc a:hover
{
	color: #CCCCCC;
	margin-left: -10px;
	border-color: rgba(255,255,255,0);
}

#footer .twit
{
	background-position: 0 -35px;
}

#footer .yt
{
	background-position: 0 -70px;
}

#footer .lnkin
{
	background-position: 0 -105px;
}

#footer .brss
{
	background-position: 0 -140px;
}

#footer .bot
{
	clear: both;
}

#footer .cpright
{
	float: left;
	color: #E2E2E2;
	padding-left: 15px;
	margin-top: 5px;
	font-family: kalinga;
	font-size: 13px;

}

#footer .fblikes
{
	position: relative;
	z-index: 1;
	float: right;
	margin-top: -11px;
	margin-right: 62px;
}

#footer td
{
	font-size: inherit;
	font-family: inherit;
}

.clear{
    clear:both;
}





input[type='file']
{
	content: "";
}




#recently_cred
{
	overflow: hidden;
	width: 696px;
	height: 156px;
}

#recently_cred.loading
{
	background: #c8c8c8 url('/images/pad/ajax-loader.gif') no-repeat center center;
}

#recently_cred .holder
{
	width: 1000000px;
}

#carousel-items a
{
	width:693px;
	height:283px;
	display: block;
	overflow: hidden;
	position: relative;
}

.ctp
{
	width: 110px;
	height: 110px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -55px;
	margin-left: -55px;
	cursor: pointer;
	background: url('/images/common/click-to-play.png') no-repeat;
}


#headert
{
	height: 140px;
	padding-bottom:0px;
	background: #ceccca;
	position: relative;
	width: 907px;
	margin-left: 1px;
}

#headert .tp
{
	height: 70px;
	background: url('/images/common/tinylogo.png') no-repeat 24px 50%;
	color: #fff;
	padding-right: 228px;
}

#headert table.usr
{
	width: auto !important;
}

#headert .tp table.usr td
{
	
}

#headert .lors, #headert .lors a
{
	font-family: Kalinga, sans-serif;
	font-size: 14px;
	color: #fff;
}

#headert .fftit
{
	padding-left: 71px;
	padding-top: 26px;
	float: left;
	font-family: Helvetica25UltraLightUltraLt;
	text-transform: uppercase;
	font-size: 39px;
	letter-spacing: 1px;
	display: block;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 1px #ccc;
}

#pgheadert 
{ 
margin-left: 3px;
margin-top: 0px;
margin-bottom: 17px;
}


#headert .fftit a
{
	color: #fff !important;
}

.pgtit
{
	margin-left: 10px;
	padding-top: 12px;
	margin-bottom: 0px;
	font-family: Helvetica25UltraLightUltraLt;
	font-size: 30px;
	letter-spacing: 3px;
	color: #000000;
}

.wztit
{
	margin-left: 21px;
	padding-top: 35px;
	font-family: Helvetica25UltraLightUltraLt;
	font-size: 30px;
	letter-spacing: 3px;
	color: #000000;
}

.blog_pgtit
{
	padding-top: 29px;
	margin-left: 25px;
	margin-bottom: 25px;
	font-family: Helvetica25UltraLightUltraLt;
	font-size: 30px;
	letter-spacing: 3px;
	color: #000000;
}

.header_desc 
{
	font-family: arial;
	font-size: 15px;
	margin-left: 8px;
	color: #ffffff;
	letter-spacing: 0px;
	
}


#headert .acclvl
{
	color: #626262;
	font-family: Arial, sans-serif;
	font-size: 11px;
	margin-left: 32px;
	position: relative;
	top: 3px;
}

#headert .search
{
	position: absolute;
	right: 60px;
	top: 22px;
	width: auto;
	height: 26px;
	color: #9f9d9a;
	z-index: 1001;
}

#mainsearch
{
	width: 360px;
	padding-left: 42px;
	height: 100%;
	background: #fff url('/images/common/lens.png') no-repeat 4px center;
	color: #9f9d9a;
	border: 1px solid #eee;
	outline: none;
	-webkit-transition: .25s background-position, border-color;
	-moz-transition: .25s background-position, border-color;
	-o-transition: .25s background-position, border-color;
	transition: .25s background-position, border-color;
	
	border-radius: 2px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 1px #888;
}

#mainsearch.def
{
	color: #bbb;
	letter-spacing: 1px;
}

#mainsearch.searching
{
	background-image: url('/images/common/lens_searching.gif');
	background-size: 16px 16px;
}

#headert .search .break
{
	z-index: 2;
	position: absolute;
	left: 25px;
	top: 5%;
	height: 0;
	border-left: 1px solid rgba(100,100,100,0.25);
		-webkit-transition: .25s all;
	-moz-transition: .25s all;
	-o-transition: .25s all;
	transition: .25s all;
	padding-bottom: 0;
}

#mainsearch:focus + .break
{
	left: 33px;
	height: 100%;
	top: 0;
	border-color: rgba(100,100,100,0.3);
	border-width: 1px;
	padding-bottom: 2px;
	box-shadow: 0 0 1px rgba(0,0,0,0.15);
}

#mainsearch:focus
{
	background-position: 8px center;
	border-color: #fff;
	border-bottom-color: #eee;
}

#headert .mp
{
	height: 27px;
}

#headert .mp.r
{
	background: #c2c0be;
}

#headert .mp .nav
{	
	padding-top: 5px;
	color: #FFFFFF;
	padding-left: 8px;
}


#headert .mp .cp
{
	margin-left: 71px;
	margin-right: 24px;
	padding-top: 4px;
	font-size: 12px;
	color: #ffffff;
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255,255,255,0.8);
}


#headert .mp .nav, #headert .mp .cp
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

#headert .mp a
{
	color: #FFFFFF;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}	

#headert .mp a:hover
{
	color: #fff;
}	

#headert .mp .nav
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}

#headert .mp .nav .i
{
	display: block;
	width: 190px;
	float: left;
}

#headert .mp .nav .i.p
{
	font-size: 12px;
	color: #FFF;
}

#headert .mp .nav .i:first-child
{
	margin-left: 0;
}
#headert .mp .nav .i:last-child
{
	width: auto;
}

#headert .mp a:hover
{
	color: #fff;
}


#headert .lp
{
	margin-top: 5px;
	height: 37px;
	background: #fff;
	font-family: Kalinga;
	font-size: 15px;
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	-o-box-shadow: 0 0 2px rgba(0,0,0,0.25);
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
}

#headert .lp a div.i
{
	background: url('/images/common/periodic.png') no-repeat;
	width: 25px;
	height: 25px;
	margin-left: 6px;
	margin-top: -4px;
	float: left;
}

#headert .lp a.std div.i
{
	background-position: -25px 0;
}
#headert .lp a.wkz div.i
{
	background-position: -50px 0;
}
#headert .lp a.knw div.i
{
	background-position: -75px 0;
}
#headert .lp a.blg div.i
{
	background-position: -100px 0;
}

#headert .lp a span.t, #headert .lp a span.d
{
	
	-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
	
	overflow: hidden;
}

#headert .lp a span.d, #headert .lp a:hover span.t
{
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
	display: block;
}

#headert .lp a:hover span.d
{
	visibility: visible;
	opacity: 1.0;
	width: auto;
	height: auto;
}

#headert .lp a
{
	padding-top: 10px;
	height: 27px;
	display: block;
	width: 180px;
	margin-left: 1px;
	text-align: center;
	color: #454545 !important;
	float: left;
			-webkit-transition: .2s background-position, .4s background-color, .075s color;
	-moz-transition: .2s background-position, .4s background-color, .075s color;
	-o-transition: .2s background-position, .4s background-color, .075s color;
	transition: .2s background-position, .4s background-color, .075s color;
	-webkit-box-shadow: 0 0 2px #ceccca;
	-moz-box-shadow: 0 0 2px #ceccca;
	-o-box-shadow: 0 0 2px #ceccca;
	box-shadow: 0 0 2px #ceccca;
	
	background: url('/images/common/navanim.png') repeat-x center 32px;
	background-color: rgba(0,0,0,0);
}

#headert .lp a:first-child
{
	margin-left: 0;
	width: 181px;
	/*border-left: 1px solid #ceccca;*/
}

#headert .lp a.m
{
	width: 181px;
}

#headert .lp a:last-child
{
	width: 181px;
	/*border-right: 1px solid #ceccca;*/
}

#headert .lp a:hover
{
	color: #fff !important;
	background-color: #ceccca;
	background-color: rgba(0,0,0,0.25);
	background-position: center -3px;
		-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	
			-webkit-transition: .3s background-position, .4s background-color, .2s color;
	-moz-transition: .3s background-position, .4s background-color, .2s color;
	-o-transition:.3s background-position, .4s background-color, .2s color;
	transition: .3s background-position, .4s background-color, .2s color;
}

#DIV-user
{
	text-align:left;padding-left:20px;width:174px !important;height:19px;overflow:visible;
}

#DIV-user > a
{
	color: #fff !important;
}

#DIV-user .nm
{
	text-overflow: ellipsis;
white-space: nowrap;
max-width: 200px;
overflow: hidden;
padding-top: 4px;
top: -2px;
position: relative;
}


#searchres
{
	position: absolute;
	left: 0;
	top: 24px;
	width: 100%;
	height: 500px;
	background: #fff;
	border-radius: 2px;

	box-shadow: 0 0 8px #aaa;
	z-index: 0;
	box-sizing: border-box;
	border: 2px solid #eee;
	visibility: hidden;
	opacity: 0;
	height: 0;
		-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
}

#searchres:hover, #mainsearch:hover ~ #searchres, #searchres:hover, #searchres:active, #searchres:focus
{
	visibility: visible;
	opacity: 1.0;
	height: auto;
}

#searchres h4:first-child
{
	margin-top: 6px;
}

#searchres h4
{
	padding-left: 2px;
	vertical-align: middle;
	border-bottom: 1px solid #eee;
	font-family: Kalinga, sans-serif;
	font-weight: bold;
	background: #f9f9f9;
	color: #757575;
	padding-top: 6px;
	padding-bottom: 4px;
}

#searchres h4 div.i
{
	background: url('/images/common/periodic.png') no-repeat;
	width: 25px;
	height: 25px;
	margin-top: -6px;
	display: inline-block;
	vertical-align: middle;
	-ms-transform: scale(.8);
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	margin-right: 6px;
}

#searchres h4.std div.i
{
	background-position: -25px 0;
}
#searchres h4.wkz div.i
{
	background-position: -50px 0;
}
#searchres h4.knw div.i
{
	background-position: -75px 0;
}
#searchres h4.blg div.i
{
	background-position: -100px 0;
}


#searchres h4.start, #searchres h4.more, #searchres h4.noresults
{
	text-align: center;
	cursor: pointer;
	background: #f6f6f6;
}

#search h4.noresults
{
	border-bottom: 1px dotted red;
}

#searchres > a
{
	background: #fefefe;
	border-bottom: 1px solid #f0f0f0;
	padding: 8px;

	height: 57px;
	/*
	text-overflow: clip;
	white-space: nowrap; 
	*/
	display: block; 
	
		-webkit-transition: .2s all;
	-moz-transition: .2s all;
	-o-transition: .2s all;
	transition: .2s all;
	
	position: relative;
	
	overflow: hidden;
	
	box-shadow: 0 0 1px rgba(0,0,0,0.075);
}

#searchres > a div.t
{
	text-overflow: ellipsis;
	white-space: nowrap; 
}

#searchres > a > *
{
	float: left;
	margin-right: 8px;
	overflow: hidden;
	height: 100%;
}

#searchres .b
{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 8px;
	background-color: inherit;
	width: 100%;
}

#searchres .l
{
	color: #888;
}

#searchres > a .m
{
	float: right;
	width: 20px;
	height: 15px;
	margin-top: 3px;
}

#searchres > a > .a
{
	height: 100%;
	margin-right: 10px;
}



#searchres > a.padentry > .a
{
	width: 42px;
}

#searchres > a.projentry > .a
{
	width: 81px;
}

#searchres > a.stdentry > .a
{
	width: 81px;
}

#searchres > a.knwentry > .a
{
	width: 30px;
	height: auto !important;
	outline: none !important;
	vertical-align: middle;
}

#searchres > a.knwentry .d
{
	line-height: 150%;
}



#searchres > a:hover
{
	color: #333 !important;
	background: #f2f2f2 !important;
}

#searchres > a:hover img
{
	outline: 1px solid #fff;
}

#searchres .price
{
	float: right;
}