/*---Global---*/
body
{
  margin:0;
  color:#fff;
  min-width:1000px;
  font:13px arial,sans-serif;
  background:#000 url(../images/main-grad.gif) fixed repeat-x 0 100%;
  letter-spacing: .01em;
  text-shadow: 0 0 0 #000;
}
img
{
  border-style:none;
  -ms-interpolation-mode: bicubic;
}
a
{
  text-decoration:none;
  color:#FFA1E9;
  outline: none;
}
*:focus {
    outline: 0;
}
.new_vid_back{
  background:#191919;
  padding:20px;
}
input.black_b { 
  background-color:#000; 
  color:white;
  font-weight:bold;
}

.new_vid_title{
  font-weight:bold;
  color:#FFF;
  padding-bottom:5px;
}
.new_vid_text{
  color:#bcbcbc;
}
.new_vid_text a:link { text-decoration : none; color:#ffa1e9;} 
.new_vid_text a:active { text-decoration : underline; color:#ffa1e9;} 
.new_vid_text a:visited { text-decoration : none; color:#ffa1e9;} 
.new_vid_text a:hover { text-decoration : underline;color:#ffa1e9;} 
.new_vid_td{
  padding-left:100px;;
}


a:hover{text-decoration:underline;}
input,
textarea,
select
{
  font:100% arial,sans-serif;
  vertical-align:middle;
}
form,fieldset
{
  margin:0;
  padding:0;
  border-style:none;
}
/*---GlobalEnd---*/

/* Drop down styles*/
div.selectbox-wrapper {
  position:absolute;
  width:400px;
  background-color:#000;
  border:1px solid #979797;
  margin:0px;
  margin-top:-10px;
  padding:0px;
  text-align:left;
  max-height:200px;
  overflow:auto;
  color:#ffffff;
}

/*Drop down list styles*/
div.selectbox-wrapper ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
/* Selected item in dropdown list*/
div.selectbox-wrapper ul li.selected { 
  background-color: #e9e9e9;
}

/* Hover state for dropdown list */
div.selectbox-wrapper ul li.current { 
  background-color: #d2d3d4;
}

/* Drop down list items style*/
#content .heading div.selectbox-wrapper ul li
{
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}

/* Look and feel of select box */
.selectbox {
  margin: 0px 5px 10px 0px;
  padding-left:2px;
  font-size:1em;/* Resize Font*/
  display : block;
  text-align:left; 
  background: url('bg_select.png') right;
  cursor: pointer;
  border:1px solid #ececec;
  color:#ffffff;
}




/*---Main---*/
#main
{
  width:975px;
  padding:0 10px;
  margin:0 auto;
  /*overflow:hidden;*/
  position:relative;
}
.container
{
  width:100%;
  overflow:hidden;
}
/*---MainEnd---*/
/*---POTD---*/
#potd
{
  width:800px;
  padding:0 10px;
  margin:0 auto;
  overflow:hidden;
  position:relative;
}
/*---POTD-End---*/
.home #header .home a,
.updates #header .updates a,
.videos #header .videos a,
.popular_videos #header .videos a,
.popular_updates #header .updates a,
.models #header .models a,
.models_by_age #header .models a,
.models_by_recent #header .models a,
.models_by_name #header .models a,
.models_by_popularity #header .models a,
.blog #header .blog a,
.galleries #header .galleries a,
.potd #header .potd a,
.banners #header .banners a,
.links #header .links a,
.fhg #header .fhg a
{
  background:url(http://www.x-art.com/images/menu-active-grad.jpg) repeat-x !important;
  /*background:url(../images/navbar/nav_selected.png) repeat-x !important;
  font-weight: bold;*/
}
.home #footer .home a,
.updates #footer .updates a,
.popular_updates #footer .updates a,
.videos #footer .videos a,
.about .about a,
/*.videos .videos a,*/
.models #footer .models a,
.models_by_age #footer .models a,
.models_by_recent #footer .models a,
.models_by_popularity #footer .models a,
.models_by_name #footer .models a,
.blog #footer .blog a,
.member .member a,
.contact .contact a,
.legal .legal a,
.reviews .reviews a,
.galleries #footer .galleries a,
.potd #footer .potd a,
.banners #footer .banners a,
.links #footer .links a
{
  color:#000 !important;
  background:#fff !important;
  text-decoration:none !important;
}
/*---Header---*/
#header
{
  width:100%;
  overflow:hidden;
}
.logo
{
  float:left;
  margin:9px 0 37px;
  width:280px;
  height:54px;
}
.logo a
{
  display:block;
  background:url(../images/x-art_logo.gif) no-repeat;
  width:280px;
  height:30px;
  text-indent:-3000px;
  overflow:hidden;
  margin:0 0 5px;
}
.logo strong
{
  font-size:12.5px;
  color:#999999;
  font-weight:normal;
  letter-spacing: .01em;
}
#header .holder
{
  width:100%;
  overflow:hidden;
}
#header p
{
  float:left;
  color:#fff;
  font-size:12px;
  margin:6px 0;
}
#header p a
{
  color:#fff;
  font-weight:bold;
}
#header p a span{color:#ffa1e9;}
#header .top-menu
{
  list-style:none;
  margin:0 -11px 0 0;
  position:relative;
  padding:6px 0;
  float:right;
  display:inline;
  overflow:hidden;
  font-size:12px;
}
#header .top-menu li
{
  color:#BCBCBC;
  display:inline;
  background:url(../images/top-menu-separator.jpg) no-repeat 0 2px;
  padding:0 9px 0 10px;
  margin:0 1px 0 -1px;
}
#header .top-menu a
{
  color:#fff;
  padding:0 2px;
}
#header .top-menu a.active,
#header .top-menu a:hover
{
  color:#000;
  background:#fff;
  text-decoration:none;
}
#header .menu
{
  list-style:none;
  margin:0;
  padding:0;
  width:973px;
  /*border:1px solid #636363;*/
  border:1px solid #767676;
/*  background:url(http://www.x-art.com/images/menu-grad.jpg) repeat-x;*/
  background:url(../images/navbar/nav_normal.png) repeat-x;
  overflow:hidden;
  font-size:12px;
  font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
  clear:both;
}
#header .menu li
{
  float:left;
  padding:0 1px 0 0;
  background:url(../images/navbar/navbar_bg.png) no-repeat 100% 1px;
}
#header .menu a
{
  float:left;
  height:18px;
  /*padding:45px 0 0 7px;*/
  padding:15px 0px;
  text-align:center;
  color:#fff;  
  width:138px;
}
#header .menu a:hover, #header .menu a.active
{
  /*background:url(http://www.x-art.com/images/menu-hover-grad.jpg) repeat-x;*/
  background:url(../images/navbar/nav_hover.png) repeat-x;
  text-decoration:none;    
}
#header .menu a:active
{
  font-weight:bold;
  /*background:url(http://www.x-art.com/images/menu-active-grad.jpg) repeat-x !important;*/
  background:url(../images/navbar/nav_selected.png) repeat-x !important;
}
#header .menu li.last
{
  float:right;
  background:none;
  padding:0;
  color:#000;
}
#header .menu li.last a
{
  /*background:url(http://www.x-art.com/images/menu-last.jpg) repeat-x;*/
  background:url(../images/navbar/nav_special.png) repeat-x;
  color:#000;
}
.join #header .menu li.last a,
#header .menu li.last a:hover
{
  /*background:url(http://www.x-art.com/images/menu-last-hover.jpg) repeat-x !important;*/
  background:url(../images/navbar/nav_special_hover.png) repeat-x !important;
  color:#fff;
}
/*---HeaderEnd---*/
/*---Content---*/
#content
{
  width:100%;
  padding:35px 0 0;
}
#content:after
{
  content:"";
  display:block;
  height:0;
  clear:both;
}
.blog-title a, .url{
  color: #fff;
}
#comments{
  font-weight: bold;
  margin-top: -25px;
}
.comments{
  padding: 0 !important;
}
#main h1,
.blog-title,
.bottom-title
{
  display:block;
  color:#fff;
  text-align:center;
  font-size:26px;
  line-height:32px;
  font-weight:normal;
  letter-spacing: .03em;
}
.blog-title{margin:0 0 15px;}
.bottom-title{margin:20px 0 0;}
#main h1 a,
.bottom-title a{
  color:#ffa1e9;
  font-weight:bold;
}
#main h1 a:hover,
#main h1 a.active,
.bottom-title a:hover,
.bottom-title a.active{
  color:#f319f6;
  text-decoration:underline;
}
.bottom-title strong,
.bottom-title b,
#main h1 strong,
#main h1 b{font-weight:bold;}
#main h1{
  margin:-5px 0 10px;
}
#main h1.tour{
  margin:-15px 0 10px;
  position:relative;
}
.promo
{
  margin:0;
  text-align:center;
  color:#bcbcbc;
  font-size:13px;
  line-height:20px;
}
.promo strong{
  color:#fff;
  font-weight:bold;
}
.promo a
{
  color:#ffa1e9;
  font-weight:bold;
}
.promo a:hover{color:#f319f6;}
#content .box
{
  width:100%;
  margin:25px 0 0;
}
#content .box:after
{
  content:".";
  display:block;
  width:100%;
  overflow:hidden;
  height:0;
  clear:both;
  text-indent:-3000px;
}
#content .holder
{
  width:100%;
  overflow:hidden;
  margin:0 0 25px;
  position:relative;
}
#content .heading
{
  list-style:none;
  margin:0;
  padding:0;
  display:table;
  width:100%;
}
* html #content .heading
{
  float:left;
}
*+html #content .heading
{
  float:left;
}
#content .heading li
{
  display:table-cell;
  padding:3px 0 4px;
  font-size:12px;
  border-bottom:1px solid #636363;
  white-space:nowrap;
}
* html #content .heading li
{
  float:left;
}
*+html #content .heading li
{
  float:left;
}
* html #content .heading li em
{
  float:left;
}
*+html #content .heading li em
{
  float:left;
}
* html #content .heading li a
{
  float:left;
}
*+html #content .heading li a
{
  float:left;
}
#content .heading li:first-child em{background-image:none;}
.safari #content .heading li:first-child
{
  float:left;
  margin-bottom:-1px;
  position:relative;
  padding-bottom:5px;
}
.opera #content .heading li:first-child
{
  float:left;
  margin-bottom:-1px;
  position:relative;
  padding-bottom:5px;
}
#content .heading li em
{
  font-style:normal;
  padding:0 12px 0 10px;
  background:url(../images/heading-menu-separator.jpg) no-repeat 0 1px;
  margin:0 0 0 -1px;
  position:relative;
}
#content .heading li a
{
  color:#bcbcbc;
  background:none;
}
#content .heading li a:hover
{
  background:#fff;
  color:#000;
  text-decoration:none;
  position:relative;
}

#content .heading li.active,
.home #content .heading li.active,
.home #content .heading li.gal_updates,
.home #content .heading li.models_by_popularity,
.models_by_popularity #content .heading li.models_by_popularity,
.models_by_name #content .heading li.models_by_name,
.models_by_age #content .heading li.models_by_age,
.models_by_recent #content .heading li.models_by_recent,
.updates #content .heading li.gal_updates,
.popular_updates #content .heading li.gal_popular,
.videos #content .heading li.gal_updates,
.popular_videos #content .heading li.gal_popular,
.general_videos #content .heading li.gal_general
{
  border:1px solid #636363;
  border-bottom-style:none;
  font-weight:bold;
  background:none;
  position:relative;
  z-index:2;
}
#content .heading li.active em,
.home #content .heading li.active em,
.home #content .heading li.gal_updates em,
.home #content .heading li.models_by_popularity em,
.models_by_popularity #content .heading li.models_by_popularity em,
.models_by_name #content .heading li.models_by_name em,
.models_by_age #content .heading li.models_by_age em,
.models_by_recent #content .heading li.models_by_recent em,
.updates #content .heading li.gal_updates em,
.popular_updates #content .heading li.gal_popular em,
.videos #content .heading li.gal_updates em,
.popular_videos #content .heading li.gal_popular em
{
  font-weight:bold;
  background-image:none;
}
#content .heading li.active a,
.home #content .heading li.active a,
.home #content .heading li.gal_updates a,
.home #content .heading li.models_by_popularity a,
.models_by_popularity #content .heading li.models_by_popularity a,
.models_by_name #content .heading li.models_by_name a,
.models_by_age #content .heading li.models_by_age a,
.models_by_recent #content .heading li.models_by_recent a,
.updates #content .heading li.gal_updates a,
.popular_updates #content .heading li.gal_popular a,
.videos #content .heading li.gal_updates a,
.popular_videos #content .heading li.gal_popular a
{
  background:none !important;
  color:#fff !important;
}

.image-info .more a
{
  float:left;
  position:static;
}
.more a
{
  position:absolute;
  right:0;
  top:0;
  background:url(../images/black-arrow.gif) no-repeat 100% 7px;
  padding:5px 18px 0 0;
  font-size:12px;
  color:#fff;
}
.more span
{
  float: left;
  background:none;
  padding:0 2px;
}

.more a:hover
{
  color:#000;
  text-decoration:none;
  cursor:pointer;
}
#content .more a:hover span
{
  color:#000;
  position:relative;
  background:#fff;
  text-decoration:none;
}
#content .poster
{
  display:block;
  width:975px;
  min-width:975px;
  max-width:975px;
  margin:0 -5px;
  padding:5px;
  position:relative;
  border:1px solid #323232;
  padding:4px;
}

#content .poster img
{
  width:975px;
  min-width:975px;
  max-width:975px;
}

#content .poster:hover
{
  background:#ffa1e9;
}
#content .potd
{
  display:block;
  width:800px;
  min-width:800px;
  max-width:800px;
  margin:0 -5px;
  padding:5px;
  position:relative;
  border:1px solid #323232;
  padding:4px;
}

#content .potd img
{
  width:800px;
  min-width:800px;
  max-width:800px;
}

#content .potd:hover
{
  background:#ffa1e9;
}
#content .gallery
{
  list-style:none;
  margin:0;
  padding:0;
  width:1020px;
  margin:0 -40px -20px 0;
  position:relative;
  float:left
}
* html #content .gallery{float:none;}
*+html #content .gallery{float:none;}
#content .gallery ul {
  width:1020px;
}
#content .gallery table 
{
  width:1020px;
}

#content .gallery ul:after{
  content:"";
  display:block;
  height:0;
  clear:both;
}
#content .gallery table:after{
  content:"";
  display:block;
  height:0;
  clear:both;
}

#content .gallery ul li{
  float:left;
  width:300px;
  margin:0 38px 0 0;
  padding:0 0 39px;
}
#content .gallery table tr td{
  float:left;
  width:300px;
  margin:0 38px 0 0;
  padding:0 0 39px;
}

#content .gallery a.image{
  float:left;
  width:300px;
  padding:4px;
  border:1px solid #323232;
  margin:-5px -5px;
  position:relative;
  display:inline;
}

#content .gallery a.active,
#content .gallery a.image:hover{
  float:left;
  width:300px;
  cursor:pointer;
  text-decoration:none;
  background:#1f1f1f;
}
#content .gallery a.active .subbox,
#content .gallery a.image:hover .subbox{
  background:url(../images/black-arrow.gif) no-repeat 100% 3px;
}
#content .gallery a.image img{
  display:block;
  width:300px;
  min-width:300px;
  max-width:300px;
  margin:0 0 10px;
}
#content .gallery .subbox{
  display:block;
  width:100%;
  overflow:hidden;
  clear:left;
}
#content .gallery a img{display:block;}
#content .gallery .title{
  clear:left;
  float:left;
  color:#fff;
  font-size:12px;
}
#content .gallery .blurb{
  clear:left;
  float:left;
  color:#bcbcbc;
  padding:10px 1px 0 0;
  font-size:11px;
}
/*---ContentEnd---*/
/*---Footer---*/
#footer{
  width:100%;
  overflow:hidden;
  padding:30px 0;    
}
#footer .menu{
  margin:0;
  padding:4px 0;
  list-style:none;
  width:100%;
  overflow:hidden;
  text-align:center;
  position:relative;
  font-size:12px;
}
#footer .holder{
  border-bottom:1px solid #636363;
  border-top:1px solid #636363;
  width:975px;
  overflow:hidden;
  margin:0 auto;
}
#footer .menu li{
  display:inline;
  padding:0 5px 0 9px;
  background:url(../images/footer-separator.jpg) no-repeat 0 2px;
}
#footer .menu a{
  color:#fff;
  padding:0 2px;
}
#footer .menu a.active,
#footer .menu a:hover{
  color:#000;
  background:#fff;
  text-decoration:none;
}
#footer .menu li.last{
  position:absolute;
  top:0;
  right:0;
  padding:0;
  background:none;
}
* html #footer .menu li.last{
  right:-1px;
}
#footer .menu li.last a{
  display:block;
  background:#ffa1e9;
  padding:5px 0 0;
  height:19px;
  width:123px;
  text-align:center;
  color:#000;
}
.join #footer .menu li.last a,
#footer .menu li.last a:hover{
  background:#f319f6;
  color:#fff;
}
#footer .menu li:first-child{
  background-image:none;
}
#footer .list{
  margin:0;
  padding:4px 0;
  list-style:none;
  width:100%;
  overflow:hidden;
  text-align:center;
  position:relative;
  font-size:12px;
}
#footer .list li{
  clear:left;
  padding:2px 0 0 0;
}
#footer .list li:first-child{
  background-image:none;
}
#footer .list li a{
  color:#fff;
  padding:0 2px;
}
#footer .list li a.active,
#footer .list li a:hover{
  text-decoration:none;
  color:#000;
  background:#fff
}
#footer .affiliate{
  margin:7px;
  list-style:none;
  width:100%;
  overflow:hidden;
  text-align:center;
  position:relative;
  font-size:12px;
}
#footer .affiliate li a.active,
#footer .affiliate li a:hover{
  text-decoration:none;
  color:#000;
  background:#fff
}
/*---FooterEnd---*/
/*---Inner1Start---*/
.head-list{
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;
  color:#bcbcbc;
}
.head-list li{
  display:inline;
  padding:0 12px 0 15px;
  background:url(../images/head-list-separator.jpg) no-repeat 0 2px;
}
.head-list li:first-child{background-image:none;}
.head-list strong{
  font-weight:bold;
  color:#fff;
}
.image-info{
  width:100%;
  overflow:hidden;
}
.image-info img
{
  min-width:640px;
  max-width:640px;
  width:640px;
  float:left;
}
.new_vid_table{
  padding-top:40px;
}
.new_vid_table img{
  max-width:200px;
  min-width:200px;
  width:200px;
  height:113px;
}
.inner .image-info img{float:right;}
.image-info .info{
  float:right;
  width:301px;

}
.inner .image-info .info{float:left;}
.image-info .container{
  width:350px;
  overflow:hidden;
  margin:0 -50px 28px 0;
}
.image-info .star-holder{
  float:left;
  margin:0 37px 0 0;
}
.image-info .star-holder p{
  color:#fff;
  font-size:11px;
  line-height:20px;
  margin:0 0 5px;
}
.image-info .star-holder p strong{
  font-weight:bold;
  font-size:11px
}
.image-info .star-holder p a{
  padding:0 0 0 10px;
  margin:0 0 0 5px;
  font-size:11px
}
.image-info .zip-list{
  list-style:none;
  margin:0;
  padding:0 0 10px 23px;
  font-size:12px;
  line-height:14px;
  overflow:hidden;
  height:1%;
}
.image-info .zip-list li{float:left;}
.image-info .zip-list a{
  float:left;
  height:60px;
  width:80px;
  color:#fff;
  text-align:center;
  cursor:pointer;
}
.image-info .zip-list a:hover{position: relative;}
.image-info .zip-list a:hover{text-decoration:none;}
.image-info .zip-list a strong{
  display:block;
  height:42px;
  width:55px;
  margin:0 auto;
  background:url(../images/zip-button.png) no-repeat;
}
.image-info .zip-list a.active strong,
.image-info .zip-list a:hover strong{
  text-decoration:none;
  background:url(../images/zip-button-hover.png) no-repeat;
}
.image-info .zip-list a.active span,
.image-info .zip-list a:hover span{text-decoration:underline;}
.image-info .wmv-list{
  list-style:none;
  margin:0;
  padding:0 0 12px 23px;
  font-size:11px;
  line-height:14px;
  overflow:hidden;
  height:1%;
}
.image-info .wmv-list li{float:left;}
.image-info .wmv-list a{
  color:#fff;
  text-align:center;
  cursor:pointer;
}
.image-info .wmv-list a:hover{position: relative;}
.image-info .wmv-list a:hover{text-decoration:none;}
.image-info .wmv-list li {
  float:left;
  margin:0 auto;
  background:url(http://www.x-art.com/images/wmv-button.png) no-repeat 50% 0;
  width:130px;
}
.image-info .wmv-list li a {
  display:block;
  padding-top:42px;
  height:1%;
}
.image-info .wmv-list li.active,
.image-info .wmv-list li.hover,
.image-info .wmv-list li:hover {
  text-decoration:none;
  background:url(http://www.x-art.com/images/wmv-button-hover.png) no-repeat 50% 0;
}
.image-info .wmv-list a.active span,
.image-info .wmv-list a:hover span{text-decoration:underline;}

.image-info .mov-list{
  list-style:none;
  margin:0;
  padding:0 0 28px 23px;
  font-size:11px;
  line-height:14px;
  overflow:hidden;
  height:1%;
}
.image-info .mov-list li{
  float:left;
  margin:0 auto;
  background:url(http://www.x-art.com/images/mov-button.png) no-repeat 50% 0;
  width:130px;
}
.image-info .mov-list a{
  display:block;
  padding-top:42px;
  text-align:center;
  color:#fff;
  height:1%;
}
.image-info .mov-list a:hover{position: relative;}
.image-info .mov-list a:hover{text-decoration:none;}
.image-info .mov-list li.active,
.image-info .mov-list li.hover,
.image-info .mov-list li:hover {
  text-decoration:none;
  background:url(http://www.x-art.com/images/mov-button-hover.png) no-repeat 50% 0;
}
.image-info .mov-list a.active span,
.image-info .mov-list a:hover span{text-decoration:underline;}

.image-info .ipod-list{
  list-style:none;
  margin:0;
  padding:0 0 28px 23px;
  font-size:11px;
  line-height:14px;
  overflow:hidden;
  height:1%;
}
.image-info .ipod-list li{float:left;}
.image-info .ipod-list a{
  float:left;
  height:40px;
  width:260px;
  color:#fff;
  text-align:center;
  cursor:pointer;
}
.image-info .ipod-list a:hover{position: relative;}
.image-info .ipod-list a:hover{text-decoration:none;}
.image-info .ipod-list a strong{
  display:block;
  height:42px;
  width:55px;
  margin:0 auto;
  background:url(http://www.x-art.com/images/ipod-button.png) no-repeat;
}
.image-info .ipod-list a.active strong,
.image-info .ipod-list a:hover strong{
  text-decoration:none;
  background:url(http://www.x-art.com/images/ipod-button-hover.png) no-repeat;
}
.image-info .ipod-list a.active span,
.image-info .ipod-list a:hover span{text-decoration:underline;}

.image-info p{
  margin:0 0 20px;
  color:#bcbcbc;
  font-size:13px;
  line-height:20px;
}
.image-info .preview{
  width:100%;
  overflow:hidden;
}
.image-info .preview a{
  background:url(../images/down-arrows.gif) no-repeat 100%;
  padding:0 14px 0 0;
  font-size:12px;
  float:left;
}
.image-info .preview span{
  float: left;
  background:none;
  padding:0 2px;
}
.image-info .preview a:hover{
  color:#000;
  text-decoration:none;
  cursor:pointer;
}
.image-info .preview a:hover span{
  color:#000;
  position:relative;
  background:#fff;
  text-decoration:none;
}

img.gallery-cover
{
  width: 640px;
  min-width: 640px;
  max-width: 640px;
}

img.gallery-preview-img
{
  min-width:140px;
  max-width:210px;  
}

#content .image-info .more{
  margin:25px 0 0;
  float:left;
  clear:left;
}
.gallery-preview
{
  list-style:none;
  margin:0;
  padding:0;
  width:1020px;
  min-height: 240px;
  max-height: 240px;
  height: 240px;
  overflow:hidden;
/*  margin:0 -40px 0 0; */
  margin:0 0 0 0;
}

.gallery-preview li
{
  display:table-cell;
  float:left;
  min-width: 225px;
  max-width: 225px;
  width: 225px;
  min-height: 225px;
  max-height: 225px;
  height: 225px;
  margin:0 25px 0 0;
  text-align: center;
  vertical-align: middle;
  border:1px solid #323232;
}
.gallery-preview a
{
  display:table-cell;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  width:223px;
  min-width:223px;
  max-width:223px;
  height:223px;
  min-height:223px;
  max-height:223px;
/*  border:1px solid #323232; */
}
.gallery-preview a img
{
  max-width:211px;
  max-height:211px;
  display:table-cell;
  vertical-align: middle;
}
.gallery-preview li.active,
.gallery-preview li:hover
{background:#1f1f1f;}
/*
.gallery-preview a.active,
.gallery-preview a:hover
{background:#1f1f1f;}
*/
/*---Inner1End---*/
/*---Inner2Start---*/
.comments{
  list-style:none;
  margin:0;
  padding:0 61px 39px 64px;
}
.collapse-box{
  display:block;
  width:100%;
  overflow:hidden;
}
.full .collapse-box{
  display:none;
}
#poster{float:left;}
#drop{cursor:pointer;}
.comments li{
  margin:0 0 20px 0;
  padding:12px 11px 14px;
  line-height:20px;
}
.comments li.bg{background:#191919;}
.comments tr.bg{background:#191919;}
.comments .name,
.comments .date{
  color:#bcbcbc;
  display:block;
}
.comments .name strong,
.comments .date strong{
  color:#fff;
}
.comments p{
  padding:20px 0 0;
  margin:0;
  line-height:20px;
  color:#bcbcbc;
}
.fieldset{
  margin:0 auto;
  border:1px solid #5b5b5b;
  padding:16px 35px;
  overflow:hidden;
}
.note{
  width:167px;
  float:left;
}
.note h3{
  font-size:13px;
  line-height:20px;
  margin:0 0 20px;
  color:#fff;
  font-weight:bold;
}
.note .text{
  background:url(http://www.x-art.com/images/comment-block-grad.gif) repeat-x;
  padding:3px 9px 25px;
}
.note .text p{
  margin:0 0 15px;
  font-size:12px;
}
.note .text strong{
  font-size:12px;
  font-weight:bold;
  color:#fff;
}
.form{
  width:510px;
  float:right;
  padding:15px 0 0;
}
.form:after{
  content:"";
  display:block;
  height:0;
  clear:both;
}

.form div{
  float:left;
  width:100%;
  overflow:hidden;
  padding:13px 0 0;
}
.fieldset-contact label,
.fieldset label{
  font-size:12px;
  line-height:20px;
  color:#fff;
}
.fieldset-contact strong.help,
.fieldset strong.help{
  display:none;
  color:#ff0000;
}
.form .input{
  background:url(http://www.x-art.com/images/input-bg.gif) no-repeat;
  display:block;
  width:246px;
  height:27px;
}
.form .input input{
  background:none;
  border-style:none;
  width:236px;
  padding:5px;
}
.form .textarea{
  display:block;
  background:url(http://www.x-art.com/images/textarea-bg.gif) no-repeat;
  border-style:none;
  width:474px;
  height:120px;
  padding:5px;
  overflow:hidden;
}
.form .textarea textarea{
  display:block;
  background:none;
  border-style:none;
  width:474px;
  height:120px;
  overflow:auto;
}
.submit{
  float:left;
  display:inline;
  margin:5px 0 0 -8px;
  width:131px;
  height:46px;
  overflow:hidden;
}
* html .submit{position:relative;}
.submit input{
  width:131px;
  height:92px;
}
.hover input,
.submit:hover input{margin:-46px 0 0;}
.tabset {
  display:table;
  width:100%;
}
* html .tabset {float:left;}
*+html .tabset {float:left;}
.tabset li{
  display:table-cell;
  white-space:nowrap;
  padding:3px 13px 3px 9px;
  border-bottom:1px solid #636363;
}
* html .tabset li{
  float:left;
}
*+html .tabset li{
  float:left;
}
a.tab {
/*  position: relative;*/
  font-size:12px;
}
a.tab span{
  color:#fff;
  background:none;
}
a.tab:hover span{
  background:#fff;
  color:#000;
}
a.tab:hover{
  text-decoration: none;
  position: relative;
}
#content .holder .line{
  display:table-cell;
  width:100%;
}
#content .holder .line span{background-image:none;}
* html #content .holder .line{
  float:none;
  display:block;
  height:1%;
  width:auto;
  border-style:none;
  padding:0;
}
*+html #content .holder .line{
  float:none;
  display:block;
  height:1%;
  width:auto;
  border-style:none;
  padding:0;
}
* html #content .holder .line span{
  display:block;
  width:100%;
  margin-left:-3px;
  padding-right:3px;
  position:relative;
  border-bottom:1px solid #636363;
  height:22px;
}
*+html #content .holder .line span{
  display:block;
  width:100%;
  position:relative;
  border-bottom:1px solid #636363;
  height:22px;
}
.tabset li.active{
  border:1px solid #636363;
  border-bottom-style:none;
  font-weight:bold;
  background:none;
  color:#fff;
}
.tabset li.active span{
  background:none !important;
  color:#fff !important;
}
div.tab {
  width:100%;
  clear: both;
}
.small-holder{
  padding:20px 0 0;
  height:1%;
  display:table;
  clear:both;
}
.small-gallery{
  list-style:none;
  margin:0;
  padding:0;
  width:1020px;
  margin:0 -40px -40px -5px;
  position:relative;
  float:left;
}
.small-gallery ul{
  width:1020px;
}

.small-gallery ul:after{
  content:"";
  display:block;
  height:0;
  clear:both;
}
/*
.small-gallery:after
{
  content:"";
  display:block;
  height:0;
  clear:both;
}
*/
ul.small-gallery ul
{
  float:left;
/*  display:table-cell; */
  width:225px;
  height:225px;
  margin:0 29px 0 0;
  padding:0 0 25px;
}
.small-gallery ul li
{
  float:left;
/*  display:table-cell; */
  width:225px;
  height:225px;
  margin:0 29px 0 0;
  padding:0 0 25px;
}
.small-gallery a
{
  border:1px solid #323232;
  display:table-cell; 
  width:223px;
  min-width:223px;
  max-width:223px;
  height:223px;
  min-height:223px;
  max-height:223px;
  vertical-align:middle;
  text-align:center;
}
.small-gallery a img
{
  max-width:211px;
  max-height:211px;
}

.small-gallery a:hover{
  background:#1f1f1f;
}

* html .small-gallery a{
  display:block;
  overflow:hidden;
}
*+html .small-gallery a{
  display:block;
  overflow:hidden;
}

/*---Inner2End---*/
/*---Inner3Start---*/
.image-info .features{
  list-style:none;
  margin:0;
  padding:0 0 28px 10px;
  font-size:12px;
  line-height:14px;
  overflow:hidden;
  height:1%;
}
.image-info .features li{float:left;}
.image-info .features a{
  float:left;
  height:60px;
  width:130px;
  color:#fff;
  text-align:center;
  cursor:pointer;
}
.image-info .features a:hover{position: relative;}
.image-info .features a:hover{text-decoration:none;}
.image-info .features a strong{
  display:block;
  height:36px;
  width:40px;
  margin:0 auto;
}
.image-info .features li.kiss strong{
  background:url(../images/heart.png) no-repeat;
}
.image-info .features li.pm strong{
  background:url(../images/pm.png) no-repeat;
}
.image-info .features li.kiss a.active strong,
.image-info .features li.kiss a:hover strong{
  text-decoration:none;
  background:url(../images/heart-hover.png) no-repeat;
}
.image-info .features li.pm a.active strong,
.image-info .features li.pm a:hover strong{
  text-decoration:none;
  background:url(../images/pm-hover.png) no-repeat;
}
.image-info .features a.active span,
.image-info .features a:hover span{text-decoration:underline;}
.inner .preview{margin-top:0;}
/*---Inner3End---*/
/*---Inner5Start---*/
/*---Blog-ContentStart---*/
#blog-content{
  width:400px;
  float:left;
  padding:30px 0 0;
}
.blog-box{
  width:100%;
  padding:0 0 37px;
  margin:0 0 37px;
  border-bottom:1px solid #5b5b5b;
}
.blog-box p{
  font-size:13px;
  letter-spacing: .015em;
  text-shadow: 0 0 0 #000;
  line-height:20px;
  padding:0 0 20px;
  color:#bcbcbc;
}
.blog-box .holder{
  padding:0 0 30px;
  width:100%;
  text-align:center;
}
.blog-box .holder a{
  color:#fff;
  font-size:12px;
  line-height:20px;
}
.blog-box .image .pos{
  width:398px;
  height:398px;
  margin:0 0 8px;
  display:table;
}
.blog-box .image{
  width:398px;
  display:block;
  height:398px;
  position:relative;
  border:1px solid #5b5b5b;
}/*
* html .blog-box .image .pos{
  display:block;
  cursor:pointer;
  position:relative;
}
*+html .blog-box .image .pos{
  display:block;
  cursor:pointer;
  position:relative;
}*/
.blog-box .sub img{
  max-width: 375px;
  max-height: 375px;
}
.blog-box .sub{
  text-align:center;
  width:100%;
  display:table-cell;
  vertical-align:middle;
}
.blog-box .image:hover{background:#323232;}
.blog-box .text-link{
  position:absolute;
  bottom:-25px;
  left:146px;
  display:block;
}
.blog-box .image:hover .text-link{
  text-decoration:underline;
}
/** html .blog-box .sub{
  position:absolute;
  top:50%;
  left:0;
} 
*+html .blog-box .sub{
  position:absolute;
  top:50%;
  left:0;
} 
* html .blog-box span.object{ 
  position:relative;
  top:-50%;
}
*+html .blog-box span.object{ 
  position:relative;
  top:-50%;
}*/
.blog-box .info{
  list-style:none;
  padding:15px 14px;
  margin:0;
  background:#323232;
  font-size:12px;
  line-height:20px;
  color:#fff;
}
.blog-box .info li{
  padding:0 0 1px;
  width:100%;
  overflow:hidden;
}
.blog-box .info a{color:#ffa1e9;}
.blog-box .info strong{
  width:72px;
  float:left;
}
.blog-box .info p{
  width:260px;
  padding:0;
  float:left;
}
#blog-content .page-list{
  float:none;
  width:100%;
}
#blog-content .page-list li{
  padding:0;
  margin:0;
  background:none;
}
#blog-content .page-list li.next{
  float:right;
}
/*---Blog-ContentEnd---*/
/*---SidebarStart---*/
#sidebar{
  width:224px;
  float:left;
  padding:129px 63px 0 0;
}
.block{
  width:100%;
  padding:0 0 16px;
  overflow:hidden;
}
.block h3{
  font-size:12px;
  margin:0 0 18px;
  padding:0 10px 5px;
  border-bottom:1px solid #5b5b5b;
  color:#fff;
}
#sidebar .block img{
  display:block;
  margin:0 0 7px;
}
#sidebar .block p{
  font-size:12px;
  line-height:20px;
  padding:0 0 10px;
  color:#bcbcbc;
}
#sidebar p a{
  font-weight:bold;
}
#sidebar p a span{color:#ffa1e9;}
.list-menu{

  list-style:none;
  margin:0;
  padding:0 0 35px;
  width:148px;
  font-size:12px;

}
.list-menu li{margin:0 0 5px;}
.list-menu a{
  color:#fff;
  line-height:14px;
}
.list-menu a:hover, .current-cat a{
  background:#fff;
  color:#000;
  text-decoration:none;
}
/*---SidebarEnd---*/
/*---LinksStart---*/
#links{
  width:225px;
  float:right;
  padding:129px 0 0 63px;
}
#links .block h3{text-align:right;}
#links .list-menu{
  text-align:right;
  float:right;
}
.rss{
  width:100%;
  overflow:hidden;
  margin:0 0 28px;
}
.rss a{
  float:right;
  padding:0 23px 0 0;
  background:url(http://www.x-art.com/images/rss.gif) no-repeat 100% 0;
  font-size:12px;
}
.rss span{color:#fff;}
.rss a:hover{
  position:relative;
  text-decoration:none;
}
.rss a:hover span{
  color:#000;
  background:#fff;
}
/*---LinksEnd---*/
/*---Inner5End---*/
/*---Inner6Start---*/
.mini-gal{
  list-style:none;
  margin:0;
  padding:22px 0;
  width:100%;
  overflow:hidden;
}
.mini-gal li{
  float:left;
  margin:0 1px 0 0;
}
.mini-gal img{display:block;}
.fieldset-radio{
  width:825px;
  padding:0 75px;

}
.radio{
  float:left;
  padding:10px 0 0;
  width:469px;
}
.radio ul{
  list-style:none;
  margin:0;
  padding:0;
  width:100%;
  font-size:16px;
}
.radio li{
  margin:0 0 1px;
  width:430px;
  padding:5px 11px 0 28px;
  background:#191919;
  height:26px;
}
#radio li.hover,
#radio li:hover{
  background:#636363;
}
.radio label{
  margin:9px 0 0 15px;
  vertical-align:middle;
  color:#bcbcbc;
}
.radio input{
  padding:0;
  vertical-align:middle;
  margin:0;
}
.radio label strong{
  color:#fff;
  font-weight:bold;
}
.radio label em{
  color:#f319f6;
  font-weight:bold;
}
.foot-note{
  font-size:11px;
  line-height:20px;
  color:#bcbcbc;
  display:block;
  padding:25px 0 0 52px;
}
.big-join{
  float:right;
  width:279px;
  height:82px;
  font-size:37px;
  line-height:37px;
  background:url(http://www.x-art.com/images/joinnow-big-hover.png) no-repeat;
  padding:120px 0 0 50px;
  color:#fff;
  cursor:pointer;
  margin:-20px 0 0;
  position:relative;
}
.big-join:hover{
  background:url(http://www.x-art.com/images/joinnow-big.png) no-repeat;
  text-decoration:none;
}
.content{
  width:975px;
  padding:0 0px 50px;
}
.content h3{
  line-height:20px;
  font-weight:bold;
  color:#fff;
  margin:0;
}
.content p{
  line-height:1.5em;
  color:#bcbcbc;
  margin:0 0 20px;
}
.content p a{
  font-weight:bold;
}
.content p a:hover{color:#f319f6;}

.centered{
  width:975px;
  text-align:center;
}
.centered h3{
  line-height:20px;
  font-weight:bold;
  color:#fff;
  margin:0;
}
.centered p{
  line-height:1.5em;
  color:#bcbcbc;
  margin:0 0 20px;
}
.centered p a{
  font-weight:bold;
}
.centered p a:hover{color:#f319f6;}
/*---Inner6End---*/
/*---Inner7Start---*/
.support{
  width:825px;
  padding:0 75px;
  text-align:center;
  color:#bcbcbc;
}
.support p{
  line-height:1.5em;
  margin:0 0 20px;
}
.support p a{
  font-weight:bold;
  color:#fff;
}
.support .visit{
  color:#ffa1e9;
  font-weight:bold;
}
.fieldset-affiliate{
  margin:0 auto 20px;
  width:307px;
  border:1px solid #5b5b5b;
  padding:0 35px 16px;
  overflow:hidden;
}
.fieldset-affiliate .form{
  width:260px;
  float:left;
  padding:0;
}
.fieldset-affiliate .form div{
  padding:17px 0 0;
}
.fieldset-affiliate .code{
  width:100%;
  overflow:hidden;
  padding:12px 0 0;
  float:left;
}
.fieldset-affiliate .code img{float:left;}
.fieldset-affiliate .code strong{
  float:left;
  color:#ff0000;
  padding:0 0 0 7px;
  font-size:12px;
}
.fieldset-affiliate .block-form{
  width:235px;
  float:right;
  padding:3px 0 0;
}
.fieldset-affiliate .block-form div{
  padding:15px 0 0;
}
.fieldset-affiliate .textarea{
  display:block;
  background:url(http://www.x-art.com/images/textarea-bg2.gif) no-repeat;
  border-style:none;
  width:211px;
  height:120px;
  padding:5px;
  overflow:hidden;
}
.fieldset-affiliate .textarea textarea{
  display:block;
  background:none;
  border-style:none;
  width:211px;
  height:120px;
  overflow:auto;
}
.fieldset-affiliate .select{
  display:block;
  width:215px;
  padding:1px 2px;
  border:1px solid #545454;
}
.fieldset-affiliate .select select{
  display:block;
  width:415px;
  font-size:12px;
}
.fieldset-affiliate .submit{
  margin-left:-5px;
  position:relative;
}
.fieldset-contact{
  margin:0 auto 20px;
  width:753px;
  border:1px solid #5b5b5b;
  padding:0 35px 16px;
  overflow:hidden;
}
.fieldset-contact .form{
  width:260px;
  float:left;
  padding:0;
}
.fieldset-contact .form div{
  padding:17px 0 0;
}
.fieldset-contact .code{
  width:100%;
  overflow:hidden;
  padding:12px 0 0;
  float:left;
}
.fieldset-contact .code img{float:left;}
.fieldset-contact .code strong{
  float:left;
  color:#ff0000;
  padding:0 0 0 7px;
  font-size:12px;
}
.fieldset-contact .block-form{
  width:435px;
  float:right;
  padding:3px 0 0;
}
.fieldset-contact .block-form div{
  padding:15px 0 0;
}
.fieldset-contact .textarea{
  display:block;
  background:url(http://www.x-art.com/images/textarea-bg2.gif) no-repeat;
  border-style:none;
  width:411px;
  height:120px;
  padding:5px;
  overflow:hidden;
}
.fieldset-contact .textarea textarea{
  display:block;
  background:none;
  border-style:none;
  width:411px;
  height:120px;
  overflow:auto;
}
.fieldset-contact .select{
  display:block;
  width:415px;
  padding:1px 2px;
  border:1px solid #545454;
}
.fieldset-contact .select select{
  display:block;
  width:415px;
  font-size:12px;
}
.fieldset-contact .submit{

  margin-left:-9px;
  position:relative;
}
/*---Inner7End---*/
/*---PageViewGallStart---*/
.page-view-gall{
  background:#000 url(http://www.x-art.com/images/page-view-gall-grad.gif) repeat-x;
}
.page-view-gall #main{
  padding:0 29px 37px 38px;
  width:auto;
  margin:0 auto;
  overflow:inherit;
  height:1%;
  min-width:926px;
}
.page-view-gall #main img{display:block; margin:0 auto;}
.page-view-gall .container{
  width:972px;
  height:25px;
  margin:0 auto 26px;
  overflow:hidden;
}
.big-gallery{
  list-style:none;
  margin:0;
  padding:5px 0 0;
  float:left;
  overflow:hidden;
  font-size:12px;
}
.big-gallery li{
  display:inline;
  padding:0 18px 0 19px;
  margin:0 2px 0 -2px;
  background:url(http://www.x-art.com/images/top-list-separator.gif) no-repeat 0 3px;
}
.big-gallery a{
  color:#fff;
  padding:0 2px;
}
.big-gallery a.active,
.big-gallery a:hover{
  color:#000000;
  background:#ffffff;
  text-decoration:none;
}
.image-num{
  float:left;
  display:block;
  margin:2px 0 0;
  padding:2px 22px 5px;
  background:#000;
  border-top:1px solid #636363;
  border-left:1px solid #636363;
  border-right:1px solid #636363;
}
.page-list{
  list-style:none;
  margin:0;
  padding:5px 0 0;
  float:left;
  overflow:hidden;
  font-size:12px;
}
.page-list li{
  float:left;
  padding:0 10px 0 13px;
  margin:0 2px 0 -2px;
  background:url(http://www.x-art.com/images/top-list-separator.gif) no-repeat 0 3px;
}
.page-list a{
  color:#fff;
}
.page-list a span{
  background:none;
  padding:0 2px;
}
.page-list li.prev a{
  background:url(http://www.x-art.com/images/prev.gif) no-repeat 0 3px;
  padding:0 0 0 22px;
}
.page-list li.next a{
  background:url(http://www.x-art.com/images/next.gif) no-repeat 100% 3px;
  padding:0 22px 0 0;
}
.page-list li a.active,
.page-list li a:hover{
  color:#000;
  text-decoration:none;
  cursor:pointer;
}
.page-list li a.active span,
.page-list li a:hover span{
  background:#fff;
}
.page-view-gall .top-menu{
  list-style:none;
  margin:0;
  padding:5px 0 0;
  float:right;
  overflow:hidden;
  font-size:12px;
}
.page-view-gall .top-menu li{
  display:inline;
  background:url(http://www.x-art.com/images/top-list-separator.gif) no-repeat 0 3px;
  padding:0 9px 0 10px;
  margin:0 1px 0 -1px;
}
.page-view-gall .top-menu a{
  color:#ffffff;
  padding:0 2px;
}
.page-view-gall .top-menu a.active,
.page-view-gall .top-menu a:hover{
  color:#000000;
  background:#ffffff;
  text-decoration:none;
}
/*---PageViewGallEnd---*/
/*---Star-RatingStart---*/
.star-rating
{
  list-style:none;
  margin:0px;
  padding:0px;
  width:130px;
  height:12px;
  position:relative;
  background:url(../images/star.gif) repeat-x;
  overflow:hidden;
}
#content .gallery .star-hold{
  float:left;
  clear:both;
}
#content .gallery .star-rating
{
  list-style:none;
  margin:1px 0 0 3px;
  padding:0px;
  width:130px;
  height:12px;
  position:relative;
  background:url(../images/star.gif) repeat-x;
  overflow:hidden;
  float:left;
  display:inline;
}

.star-rating li{float:left;}
#content .gallery .star-rating li{
  float:left;
  width:auto;
  padding:0;
  margin:0;
  overflow:hidden;
}
.star-rating li a,
.star-rating li span
{
  display:block;
  width:13px;
  height:12px;
  text-decoration:none;
  text-indent:-9000px;
  z-index:2;
  position:absolute;
  padding:0px;
}
.star-rating li.active a,
.star-rating li.active span{
  background:url(../images/star.gif) 0 12px;
  z-index:1;
  left:0px;
}
.star-rating .one-star{left:0px;}
.star-rating li.active .one-star{width:13px;}
.star-rating .two-stars{left:13px;}
.star-rating li.active .two-stars{width:26px;}
.star-rating .three-stars{left:26px;}
.star-rating li.active .three-stars{width:39px;}
.star-rating .four-stars{left:39px;}
.star-rating li.active .four-stars{width:52px;}
.star-rating .five-stars{left:52px;}
.star-rating li.active .five-stars{width:65px;}
.star-rating .six-stars{left:65px;}
.star-rating li.active .six-stars{width:78px;}
.star-rating .seven-stars{left:78px;}
.star-rating li.active .seven-stars{width:91px;}
.star-rating .eight-stars{left:91px;}
.star-rating li.active .eight-stars{width:104px;}
.star-rating .nine-stars{left:104px;}
.star-rating li.active .nine-stars{width:117px;}
.star-rating .ten-stars{left:117px;}
.star-rating li.active .ten-stars{width:130px;}
/*---Star-RatingEnd---*/
#pagination{
  padding:30px 0 0;
}
/*---PopupStart---*/
.popup
{
  position:absolute;
  top:200px;
  left:124px;
  width:674px;
  height:440px;
/*  height:411px; */
  background:#fff;
  padding:30px 25px 13px 25px;
  z-index:500;
  display:none;
}

.popup .close
{
  position:absolute;
  top:13px;
  right:25px;
  padding:0 22px 0 0;
  font-size:11px;
  line-height:17px;
  color:#636363;
  background:url(http://www.x-art.com/images/popup-close.gif) no-repeat 100% 0;
  cursor:pointer;
}

.popup img
{
  float:right;
  margin:20px 0 0 0;
}

.popup .fieldset-popup
{
  float:left;
  width:371px;
  padding:13px 0 0 0;
}

.popup .holder
{
  width:100%;
  height:383px;
  padding:0 0 10px 0;
}

.popup .holder:after
{
  content:"";
  width:100%;
  display:block;
  height:0;
  overflow:hidden;
  clear:both;
}

.popup h2.kiss,
.popup h2.pm
{
  font-size:16px;
  line-height:20px;
  margin:0 0 18px;
  color:#636363;
  padding:3px 0 4px 41px;
}
.popup h2.pm{  background:url(http://www.x-art.com/images/pm.gif) no-repeat;}
.popup h2.kiss{  background:url(http://www.x-art.com/images/heart.gif) no-repeat;}

.popup p
{
  color:#636363;
  font-size:11px;
  line-height:20px;
  text-align:center;
  margin:0;
  clear:both;
}
.popup .holder div
{
  float:left;
  width:100%;
  overflow:hidden;
  padding:14px 0 0 0;
}

.popup label
{
  font-size:12px;
  line-height:20px;
  color:#636363;
}

.popup strong.btn
{
  float:left;
  padding:18px 0 0 0;
}

.popup strong.help
{
  color:#ff0000;
  display:none;
}

.popup .input
{
  background:url(http://www.x-art.com/images/popup-input.gif) no-repeat;
  display:block;
  width:240px;
  height:23px;
}
.popup .input input
{
  background:none;
  border-style:none;
  width:230px;
  padding:4px 0 0 0;
}

.popup .textarea
{
  display:block;
  background:url(http://www.x-art.com/images/popup-textarea-bg.gif) no-repeat;
  border-style:none;
  width:331px;
  height:99px;
  padding:5px 0 0 0;
  overflow:hidden;
}

.popup .textarea textarea
{
  display:block;
  background:none;
  border-style:none;
  width:331px;
  height:99px;
  overflow:auto;
}
.children{padding-top: 5px;}
.children li{
  padding:0 0 0 10px;
  background:url(http://www.x-art.com/images/children-separator.gif) no-repeat 0 50%;
}
.blog-box p a{
  color:#FFA1E9;
}

/*---PopupEnd---*//************KANEBEAR MODIFICATION***************/

ul#featurelist{
    float:none;
    clear:both;
    float:none;
    margin-bottom:505px;
    width:1020px;
    padding:0px;
    margin-left:-5px;
}

ul#featurelist li{
    padding: 0px;
    margin: 0px;
}
ul#featurelist li a:hover{
    background:#1f1f1f;
}


ul#featurelist .item2, ul#featurelist .item4{
    /*float:left;*/
}

ul#featurelist .item3, ul#featurelist .item5{
    /*float:right;*/
}
ul#featurelist .item1{
    border: 1px solid #323232;
    margin-left:255px;
    position:absolute;
    text-align:center;
}
ul#featurelist .item1 a{
    height:478px;
    width:475px;
    /*padding: 12px 86px 12px 90px;*/
    display:table-cell;
    vertical-align:middle;
}
ul#featurelist .item1 img{
    max-height:450px;
    max-width:450px;
    margin:auto;
    position:relative;
}
/*** item 2 ****/
ul#featurelist .item2{
    position:absolute;
    border: 1px solid #323232;
    text-align:center;
}
ul#featurelist .item2 a {
    width:223px;
    height:225px;
    vertical-align:middle;
    display:table-cell;
    
}
ul#featurelist .item2 img{
    max-width:211px;
    max-height:210px;
    margin:auto;
    position:relative;
}

/*** item 3 ****/
ul#featurelist .item3{
    position:absolute;
    border: 1px solid #323232;
    text-align:center;
    right:3px;
}
ul#featurelist .item3 a {
    width:223px;
    height:225px;
    vertical-align:middle;
    display:table-cell;

}
ul#featurelist .item3 img{
    max-width:211px;
    max-height:210px;
    margin:auto;
    position:relative;
}
/*** item 4 ****/
ul#featurelist .item4{
    position:absolute;
    border: 1px solid #323232;
    text-align:center;
    margin-top:252px;
}
ul#featurelist .item4 a {
    width:223px;
    height:225px;
    vertical-align:middle;
    display:table-cell;
}
ul#featurelist .item4 img{
    max-width:211px;
    max-height:210px;
    margin:auto;    
    position:relative;

}
/*** item 5 ****/

ul#featurelist .item5{
    position:absolute;
    border: 1px solid #323232;
    text-align:center;
    margin-top:252px;
    right:3px;
}
ul#featurelist .item5 a {
    width:223px;
    height:225px;
    vertical-align:middle;
    display:table-cell;
}
ul#featurelist .item5 img{
    max-width:211px;
    max-height:210px;
    margin:auto;
    position:relative;
}

img.hori{
    width:210px;
    height:140px;
}
/**footer*/
div#prefooter{
    text-align:center;
    margin-bottom:35px;
}
div#prefooter strong{
    font-weight:bold;
}

div#prefooter a{
    color:#ffa1e9;
    text-decoration:underline;
    font-weight:bold;
}
/*****bottom list ***/
#bottomlist{
    margin-top:50px;
}
#bottomlist li{
    margin-right:25px;
    display:inline-block;
}

#bottomlist .rlink{
    float:right;
    z-index:100;
    position:relative;
}
#bottomlist .rlink a{
    color:#fff;
    font-weight:normal;
}
#bottomlist .rlink a:hover{
    background:#FFFFFF none repeat scroll 0 0;
    color:#000000;
    position:relative;
    text-decoration:none;
}
#bottomlist .heading{
    margin-left:0px;
    width:100%;
}
.entrydata strong{
    font-weight:bolder;
    color:#fff;
}
.entryitem{
    margin-top:25px;
    display:block; 
}
.clear {clear:both;}

.entryitem img.avatar{
    float:left;
    width:140px;
    height:210px;
    margin-right:23px;
}
.entryitem h4{
    font-weight:bold;
    color:#fff;
    line-height:1.5em;
    margin-top:20px;
}
.entrydata{
    padding-top:15px;
    color:#aaa;
}
.entrydata p{
    margin-bottom:0px;
    line-height:20px;
}
.entrydata li{
    line-height:20px;
}

.entrydata ul{
    margin-top:20px;
}
.entrydata a{
    color:#ffa1e9;
    font-weight:bold;
}
li.alterrow{
    background-color:#191919;
}
.heading .active{
border:1px #636363 solid ;
border-bottom:none;
}

.mytable{
border-collapse:separate;
}
/************END BEAR MODIFICATION ************/

/*---FHG Free Hosted Gallery---*/

.logocentered
{
  width:279px;
  height:54px;
}
.logocentered a
{
  background:transparent url(http://www.x-art.com/images/x-art_logo.gif) no-repeat scroll 0 0;
  display:block;
  height:30px;
  margin:0 0 5px;
  overflow:hidden;
  text-indent:-3000px;
  width:280px;
}
.logocentered strong
{
  color:#999999;
  font-size:12.5px;
  font-weight:normal;
  letter-spacing:0.01em;
}


/*---9 Sept 2009--- ADDITIONAL CLASSES ADDED FOR REVIEW PAGE */
.mid{
  height:670px;
  padding-top:28px;
}

.contentleft{
  text-align:left;
  width:441px;
  float:left;
}

.contentleft p{
border-left:1px solid #636363;
padding-left:10px;
}

.contentright{
  width:375px;
  padding-top:28px;
  padding-bottom:28px;
  padding-left:40px;
  padding-right:35px;
  background-color:#242424;
  border:1px solid #636363;
  float:right;
}
.contentright p{
  text-align:left;
}
.member-feedback{
  font-size:26px;
  margin-bottom:5px;
}
.pager{
  padding-top:30px;
}
.pager a{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#636363;
  opacity:50%;
  background-color:#101010;
  padding:6px;
  text-decoration:none;
}
.right_links{
  padding-left:9px;
}
.active_pagination{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:Bold;
  font-size:12px;
  color:#000;
  opacity:50%;;
  background-color:#fea1e8;
  padding:6px;
  margin-left:9px;
}
.inactive_pagination{
  padding-left:9px;
}
.pager a:hover{
  font-family:Arial, Helvetica, sans-serif;
  font-weight:Bold;
  font-size:12px;
  color:#000;
  opacity: 50%;
  background-color:#fea1e8;
  padding:6px;
  text-decoration:none;
}
.dots {
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#636363;
  opacity: 50%;
  padding-left:9px;
}
.msg_notice{
    /*background:url(../images/login/icn_alert.png) no-repeat left center #f319f6;*/
   
    background:url("images/ui-bg_flat_75_000_40x100.png") repeat-x scroll 50% 50% #000000;
    color:#FFFFFF;
    padding-left:10px;
    font-size:12px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    margin:10px 0px;
    /*border:1px solid #222222;*/ 
    border:1px solid #F319F6; 
    position: relative;
}
.msg-notice-close{
  background:url(../images/profile/ico-delete_white.png) no-repeat center center transparent;
  float: right;
  width: 20px;
  height: 100%;
}
.big-upgrade{
  width:329px;
  height:202px;
  background:url('http://www.x-art.com/images/joinnow-big-hover.png');
  cursor: pointer;
}
.big-upgrade:hover{
  background:url('http://www.x-art.com/images/joinnow-big.png') no-repeat;
  text-decoration:none;
}

/*members area top-menu*/
#topmenu{
  width:100%;
  /*overflow:hidden;*/
  height: 36px;
  line-height: 36px;
  /*position: relative;*/
}
.menu1{
  width: 133px;
  float: right;
}

.topmenu_slide a, .menu1 a, .top_notif a, #notifications a{
  text-decoration:none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 12px;
  outline: none;
}
.topmenu_slide a div, .menu1 a div, .top_notif a div{
  color: #bcbcbc;
  /*background-color: #111;*/
  background-color:#191919;
  height: 32px;
  line-height:32px;
}
.topmenu_slide a:hover div, .top_notif a:hover div{
  color: #FFFFFF;
  background-color: #222;
}
.menu1 a div{
  color: #bcbcbc;
  height:36px;
  background-color:#111;
  /*font-weight: 400px;*/  
}

.menu1 a:hover div{
  color: #fff;
  background-color:#191919;
  /*font-weight: 400px;*/  
}
.slide_inner{
  background:url(../images/arrow_right.png) no-repeat right center transparent;
  margin: 0px 10px;
}
.menu1_inner{
  background:url(../images/arrow_down.png) no-repeat right center transparent;
  margin: 0px 10px;
  text-align: left;
  line-height: 33px;
  position: relative;
  vertical-align: middle;
}
.menu1_avatar{
  float: left;
  margin-right: 7px;
  margin-top: 7px;
}
#menu1_spike{
  background:url(../images/dropdown_arrow.png) no-repeat left center transparent;
  height: 4px;
  padding: 0;
  margin: 0px 0px 0px 115px;
}
.follow_mnui{
  float: right;
  margin-right: 8px;
  padding-top: 7px;
  height: 25px;
  overflow: hidden;
}
.top_notif{
  float: right;
  width: 150px;
  margin-right: 1px;
}
.top_notif a div{
  color: #636363;
  font-size: 11px;
  text-align: center;
  font-weight: bold;
}
.top_notif a div span{
  margin-right: 7px;
  background-color: #000;
  color: #fea1e8;
  font-size: 12px;
  padding: 3px 3px;
}

/*FANNCY INPUTS*/
.fancy-select{
  position: relative;
  background: url("../images/forms/arrow.png") no-repeat scroll right center #141414;
  border: 1px solid #222222;
  height: 30px;
  overflow: hidden;
}

.hide-selectbox{
  background-color: transparent;
  border: 0 none;
  color: #9A9A9A;
  height: 30px;
  padding: 5px;
}
.fancy-textbox{
  background-color: #141414;
  border: 1px solid #222222;
  color: #9A9A9A;
}
.fancy-textbox-common{
  width:100%;
  height:30px;
}
.fancy-textarea{
  background-color: #141414;
  border: 1px solid #222222;
  color: #9A9A9A;
  overflow: hidden;
}
.fancy-textarea-common{
  width:100%;
  height: 50px;
  resize:none;
}
.fancy-textarea-comment{
  width:100%;
  height: 150px;
  resize:none;
}
.fancy-textarea-reply{
  width:100%;
  height: 80px;
  resize:none;
}
.fancy-upload{
  width: 111px;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Netscape */
  -moz-opacity: 0;
  /* Safari 1.x */
  -khtml-opacity: 0;
  /* Good browsers */
  opacity: 0;
}
.fancy-upload-container{
  width: 111px;
  height: 29px;
  background: url("../images/forms/bt_upload-img.png") no-repeat scroll center center transparent;
  overflow: hidden;
}
.fancy-upload-container:hover{
  background: url("../images/forms/bt_upload-img_hover.png") no-repeat scroll center center transparent;
}
.fancy-button-std{
  background: url("../images/buttons/btn_std_right_n.png") no-repeat scroll right top transparent;
  clear: both;
  color: #CCCCCC;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  height: 29px;
  padding-right: 3px;
  text-decoration: none;
  outline: none;
}
.fancy-button-std span{
  background: url("../images/buttons/btn_std_left_n.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 29px;
  line-height: 14px;
  padding: 6px 10px 5px;
}
.fancy-button-std div{
  background: url("../images/buttons/btn_std_left_n.png") no-repeat scroll 0 0 transparent;
  display: block;
  height: 29px;
  line-height: 29px;
  /*padding: 5px 0px 6px;*/
  padding: 0px 4px 0px 6px;
  position: relative;
}
.fancy-button-std:hover{
  background: transparent url(../images/buttons/btn_std_right_h.png) no-repeat scroll top right;
  outline: none; /* Elimina la linia de puntos Firefox */
  text-decoration: none;
}
.fancy-button-std:hover span { background: transparent url(../images/buttons/btn_std_left_h.png) no-repeat; }

.fancy-button-special{
  border: 0px none;
  padding:0;
  margin:0;
  background-color:transparent;
  /*position:relative;*/
}
.fancy-button-special:hover .fancy-button-std{
  background: transparent url(../images/buttons/btn_std_right_h.png) no-repeat scroll top right;
}
.fancy-button-special:hover .fancy-button-std div{
  background: transparent url(../images/buttons/btn_std_left_h.png) no-repeat;
}
.fancy-overlay{
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 5-7 */
  filter: alpha(opacity=40);
  /* Netscape */
  -moz-opacity: 0.4;
  /* Safari 1.x */
  -khtml-opacity: 0.4;
  /* Good browsers */
  opacity: 0.4;
}
.progress-overlay{
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
  background-image:url('../images/loading_pink.gif');
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
.progress-overlay div{
  position: relative;
  width: 100%;
  color: #FFA1E9;
  text-align: center;
}
.disable-overlay{
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 100;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  /* IE 5-7 */
  filter: alpha(opacity=90);
  /* Netscape */
  -moz-opacity: 0.9;
  /* Safari 1.x */
  -khtml-opacity: 0.9;
  /* Good browsers */
  opacity: 0.9;
  background-position: center;
  background-repeat: no-repeat;
  top: 0px;
  left: 0px;
}
.gray_bgnd{
  background-color: #191919 !important;
}
.title1{
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/**********  COMMENTS  ************/
.common-comment{
  position: relative;
  background-color: #101010;
  margin: 10px 0px;
  padding: 15px;
}
.cc-child{
  margin-left: 65px;
}
.cc-left{
  width: 50px;
  vertical-align: top;
}
.cc-left img{
  width: 50px;
  height: 50px;
}
.cc-right{
  vertical-align: top;
  padding-left: 15px;
  font-family: Arial;
}
.cc-rcontent{
  padding: 15px 0px;
  font-size: 12px;
  color: #bcbcbc;
  line-height: 18px;
  word-wrap:break-word;
}

.cc-rcontent a{
  /*font-style: italic;*/
}
.cc-rtop{
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 13px;
}
.cc-rtop span{
  float: right;
  font-size: 10px;
  font-weight: normal;
  color: #bcbcbc;
}
.cc-rtop a{
  font-style: italic;
}
.cc-rtop label{
  color: #bcbcbc;
}
.cc-rbottom{
  position: relative;
  height: 29px;
}

.quote_comment{
  position: relative;
  background-color: #1d1d1d;
  border-left-color: #fea1e8;
  border-left-style: solid;
  border-left-width: 3px;
  padding: 5px 10px;
  font-family: Arial;
  margin-top: 10px;
}
.inner-comment-desc{
  font-size: 12px;
  color: #bcbcbc;
  line-height: 18px;
  font-style: italic;
  word-wrap: break-word;
}

.flag-button{
  background: url("../images/buttons/flag_n.png") no-repeat left center transparent;
  padding-left: 18px;
  color: #bcbcbc;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
.flag-button:hover{
  background: url("../images/buttons/flag_h.png") no-repeat left center transparent;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}

.replies-button{
  background: url("../images/buttons/replies.png") no-repeat left center transparent;
  padding-left: 18px;
  color: #bcbcbc;
  font-family: Arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  outline: none;
}
.replies-button:hover{
  background: url("../images/buttons/replies_h.png") no-repeat left center transparent;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
}
.autocomplete img{ width:30px; height:30px; padding:0px; vertical-align:middle; margin-right:3px;}

.comment-frm{
  background-color: #101010;
  margin: 0;
  padding: 15px;
  position: relative;
}
.comment-frm-msg{
  padding: 0px 10px;
  font-size: 10px;
  color: #808080;
}
.comment-frm-textarea{
  margin: 10px 0px;
}
.comment-frm-right{
/*  vertical-align: top;*/
  padding-left:20px;
  width:200px;
}
.comment-frm-captcha{
  position: relative;
  width: 200px;
  height: 70px;
}
.comment-frm-captcha img{
  width: 200px;
  height: 70px;
}
.comment-frm-submit{
  padding-top: 10px;
  float: left;
}
#dialog-reply textarea{
  width: 100%;
  height: 180px;
  resize: none;
}

.reply-box{
  margin-top: 10px;
}

.comment-highlight{
  background-color: #282828;
}

/*LOADING DIALOG JQUERY UI*/
.loading_dialog{
  background: transparent !important;
  border: none !important;
}
.loading_dialog .ui-dialog-buttonpane{
  display: none !important;
}
.loading_dialog .ui-dialog-titlebar{
  display: none !important;
}
.no-close .ui-dialog-titlebar-close {
display: none;
}

/*add to favorites button*/
a.favorite, a.message, a.kiss { 
  background: url("../images/buttons/btn_std_right_n.png") no-repeat scroll right top transparent;
  float:left;  
  color: #CCCCCC;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  height: 29px;
  padding-right: 3px;
  text-decoration: none;  
  margin:8px 8px 8px 0px;  
  outline: none;
}

a.unkiss {  background: url("../images/buttons/btn_std_right_n.png") no-repeat scroll right top transparent;
  float:left;  
  color: #4c4c4c;
  display: block;
  font-family: Arial;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  height: 29px;
  padding-right: 3px;
  text-decoration: none;  
  margin:8px 8px 8px 0px;  
  outline: none; }

a.favorite span {   
  background: url("../images/buttons/favorite_n.png") no-repeat transparent;
  display: block;
  height: 29px;
  line-height: 14px;
  padding: 6px 6px 6px 30px;
}

a.favorite:hover, a.message:hover, a.kiss:hover { 
  background:transparent url(../images/buttons/btn_std_right_h.png) no-repeat scroll top right;
  outline: none;   
  text-decoration: none;
}

a.favorite:hover span { 
  background: transparent url(../images/buttons/favorite_h.png) no-repeat;   
}

/*message button*/
a.message span { 
 background:transparent url(../images/buttons/message_n.png) no-repeat;
 display:block;
 line-height:14px;
 padding:6px 6px 6px 30px;
 height:29px; 
}

a.message:hover span { 
 background: transparent url(../images/buttons/message_h.png) no-repeat; 
}

/*kiss button*/
a.kiss span, a.unkiss span { 
 background:transparent url(../images/buttons/kiss_n.png) no-repeat;
 display:block;
 line-height:14px;
 padding:6px 6px 6px 30px;
 height:29px; 
}

a.kiss:hover span { 
 background: transparent url(../images/buttons/kiss_h.png) no-repeat; 
}

/************* LARGER PLAYER OVERWRITE ***********/
.lp-wrapper-1{
  float: none !important;
  width: 100% !important;
}
.lp-info-fix{
float:none !important;
width: 100% !important;
position: relative;
}
.allres-fix{
  width: 60% !important;
  float: right !important;
  height: 100px !important;
}
.allres-fix .new_vid_title{
  padding-top: 0px !important;
}
.votingdiv-fix{
  width: 30% !important;
  float: left !important;
  margin: 0 !important;
  height: 100px !important;
}
#div_favorite{
  clear: both;
}
/*.right-content-fix{
  float: right !important;
}*/
.left-content-fix{
  float: left !important;
}
.left-content-fix .new_vid_td{
  padding-left: 5px !important;
}

/*************NOTIFICATIONS***********/
/*.dummy_inner{
  float: right;
  position: relative;
  width: 320px;
}
#notifications{
  position: absolute;
  width: 100%;
  top:38px;
  display: none;
  z-index: 2000;
}
.notif_spike{
  background:url(../images/dropdown_arrow.png) no-repeat left center transparent;
  height: 4px;
  margin-left: 95px;
}
.notif_outer{
  border-bottom-color: black;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.notif_inner{
  background:url(../images/arrow_right.png) no-repeat right center transparent;
  margin: 0px 10px;
  padding: 10px 10px 10px 0px;
  text-align: left;*/
  /*line-height: 33px;*/
  /*position: relative;
  vertical-align: middle;
}
.notif_innercontent{
  overflow: hidden;
}

#notifications a div{
  color: #636363;
  background-color: #191919;
}
#notifications a:hover div{
  color: #FFFFFF;
  background-color: #222;
}
.notif_fav{
  font-style: italic;
  font-size: 11px;
}
.notif_usrname{
  color: #FFA1E9;
  font-style: italic;
}
#notifications a:hover .notif_usrname{
  color:#f319f6;
}
.notif_empty{
  height: 100px;
  line-height: 100px;
  text-align: center;
} 
.cc-btn-wrapper{ 
  padding:0;
  margin-left: 5px;
  display: inline;
} */
/*************************************/


/**************** SEARCH *********************/
.div_search {
  margin: -15px 0 35px;
  position:relative; 
  display:block;
  color:#fff;
  text-align:center;
  font-size:14px;
  line-height:32px;
  font-weight:normal;
  letter-spacing: .03em;
}
.div_search a.button { background:transparent url(../images/buttons/btn_std_right_n.png) no-repeat scroll top right;color:#ccc; text-decoration:none;font-size: 12px;font-weight: 600;} 
.div_search a.button span { background:transparent url(../images/buttons/btn_std_left_n.png) no-repeat;line-height:14px;padding:6px 10px 5px 10px; }
.div_search a.button:hover { background: transparent url(../images/buttons/btn_std_right_h.png) no-repeat scroll top right;outline: none;}
.div_search a.button:hover span { background: transparent url(../images/buttons/btn_std_left_h.png) no-repeat; }

/******* COLETTE MSG **********/
.colette-wrap{
position:fixed;
z-index:99;
text-align:center;
width:100%;
text-shadow:none;
}
 
.colette-msg{
display:inline-block;
position:relative;
background:#fff;
padding:0.2em 1em;
padding-right:2.5em;
border-top-left-radius:0;
border-top-right-radius:0;
border-bottom-right-radius:0.4em;
border-bottom-left-radius:0.4em;
-webkit-box-shadow:0px 3px 10px #000;
-moz-box-shadow:0px 3px 10px #000;
-o-box-shadow:0px 3px 10px #000;
box-shadow:0px 3px 10px #000;
}
 
.colette-msg p{
display:inline;
vertical-align:55%;
padding:0 0.2em;
}
 
.colette-msg a,
.colette-msg a:hover{
color:#101010;
font:1em helvetica,sans-serif;
letter-spacing:0.005em;
text-decoration:none;
}
 
.colette-msg p span{
color:#ff00ff;
}
 
.colette-msg .close{
display:block;
position:absolute;
right:0.5em;
top:0;
width:16px;
height:16px;
background:url(../images/close.png) no-repeat;
margin-top: auto;
margin-bottom: auto;
top: 0;
bottom: 0;
}
/******* COLETTE MSG **********/