@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align:center;
	background-image:url(images/bg.gif);
      font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
      font-size: 12px;
	  /*
      background-image: url(images/image001_001.jpg);*/
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	margin: 0 0 0 15px;
}
   
      #tooltip {
   
          background-color: #CCCCCC;
   
         border: 1px solid #888888;
   
          color: #333333;
   
          padding: 4px;
   
          -moz-border-radius-bottomleft: 7px;
   
          -moz-border-radius-bottomright: 7px;
   
          -moz-border-radius-topleft: 0;
   
          -moz-border-radius-topright: 7px;
  
      }
  
      #tooltip h3 {
  
          font-size: 1.1em;
  
          margin: 0;
  
          padding: 0 3px;
  
         text-align: left !important;
  
      }
  
      #tooltip p {
  
          font-size: 0.95em;
  
          margin: 5px 0 0 5px;

       text-align: left;

      }

#content .centerContent {
    height:750px;
	overflow:hidden;
	overflow-y: scroll; 
}

#content .centerContent ul.home {
      width:368px;
      margin-left:70px;
}
#content .centerContent ul li.home {
      width:110px;
      height:153px;
      display:inline;
      float:left;
      margin-right:10px;
      margin-bottom:5px;
}
.outfit-of-the-month {
      background-image:url(images/outfitnov08.jpg);
      width:640px;
      height:480px;
      float:left;
      margin-left: 15px;
      margin-bottom:15px;
}
ul.sons{ 
      width:664px;
      float:left;
      margin:0;
}
ul.sons li{
      display:inline;
      width:140px;
      float:left;
      height:60px;
      overflow:hidden;
}
h1 {
      text-align: left;
      font-weight: normal;
      text-transform: uppercase;
      color: #ffffff;
      background: #171717;
      font-size: 12px;
      height: 18px;
}
h2 {
	font-size: 12px;
      margin: 0;
      padding: 0;
}
h3 {
	font-size: 12px;
}
fieldset legend{
	font-size: 24px;

	letter-spacing: -1px;
}
fieldset h3 {
	margin: 5px 0 0 0;
}
fieldset input.normal, fieldset textarea, fieldset select {
	font-size: 20px;
	font-family: Georgia, Times, serif;
	color: #333;
	border: 1px solid #999;
	padding: 3px;
	width: 450px;
}
fieldset textarea {
	font-size: 16px;
	height: 300px;
}
a {
      color: #256C96;
      text-decoration: none;
}
a img {
      border: none;
}

/* Structure
///////////////////////////////////////////////// */
#wrap {
	margin: 0px auto;
	width: 979px;
}
#header {
	background: url(images/header.png) no-repeat top left; 
	width: 979px;
	height: 168px;	
}
#bottomHeader{
	background: url(images/bottom_header.png) no-repeat top left; 
	width: 949px;
	height: 151px;
	padding:0px 15px 0px 15px;
	position:relative;
	overflow:hidden;
}
#banners{
	overflow:hidden;
	width: 949px;
	height: 151px;
}
#bannerButtons {
	position:absolute; 
	bottom:5px;
	left:20px;
}
#bannerButtons a{
	font-size:14px;
	font-weight:bold;
	color:#fefefe;
	text-decoration:none;
	border-right:1px solid #fff;
	padding-left:5px;
}
#bannerButtons a.current{
	color:#64bbbc;
}
#footer {
	background: url(images/footer.jpg) no-repeat top left;
	height: 330px;
	float: left;
	width: 949px;
	margin-top:20px;
}
/* Header
///////////////////////////////////////////////// */
#tillate-image {
	width: 531px;
	height: 106px;
	float: right;
	margin: 15px 18px 12px 0;
}
#menuTop {
	float:right;
	margin-top:128px;
	margin-right:15px;
}
#menuTop a {
	text-decoration: none;
	font-family: Arial;
	color: #000000;
	font-weight:bold;
    text-transform: uppercase;
	margin: 0px 18px 0px 0px;	
	font-size: 14px;

}
#menuTop a:hover {
	color:#000000;
}

#bottomMenu{
	height: 20px;
	width: 979px;
	background: url(images/bottom_menu.png) repeat-y;
}

/* Top Tunes */
#tunes {
	width:365px;
	height:102px;
	border-top:2px solid #232323;
	border-bottom:2px solid #232323;
	margin: 15px 0px 12px 20px;
	float:left;
	text-align:left;
	overflow:hidden;
    background-color:#171717;
}
#tunes h4 {
	font-size:14px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
	font-weight:normal;
}
#tunes ul {
	margin-top:5px;
	*margin-top:-3px;
}
#tunes ul li {
	font-size:10px;
	color:#6b9db6;
	list-style:none;	
	font-family:"Verdana";
	text-align:left;
	margin:0px;
	/**margin: 0 0 -3px 0;*/
	padding:0px;
}
/* tillate image */
#tillate-image {
      *margin-bottom: -1px;
}

/* Navbar */
#navbar {
      margin-left: 17px;
	  margin-right: 17px;
	  height: 20px;
	width: 945px;
	padding-top:2px;
}

/* Content
///////////////////////////////////////////////// */

#bottomBorder{
	height:45px;
	background: url(images/bottom_border_grey.png) bottom no-repeat;
}
#leftBorder{
	background:#191819 url(images/left_border.jpg) repeat-x;
	width:15px;
}
#rightBorder{
	background:#4d4d4d url(images/right_border.jpg) repeat-x;
	width:15px;
}
#page{
	padding-top:10px;
	background-color:#f1f1f1;
	width:949px;
}

#content {
	text-align:center;
	width: 979px;
}
/* Center content */
#content .centerContent, ul.sons-small {
	float:left;
	width:515px;	
	padding-bottom:40px;      
      text-align: left;
	border: 2px solid #e4e4e4;
      border-width: 0 2px 2px 2px;
}
.no-shadow {
    background: #f1f1f1; 
    float:left;
    width:508px;	
    padding-bottom:40px;      
    text-align: left;
    border: 2px solid #e4e4e4;
    border-width: 0 2px 2px 2px;    
}
#content .centerContent h1 {
	background-color:#A6C0CE;
	color:#ffffff;
	margin: 0 -2px 15px;
	text-transform: uppercase;
	font-size:14px;
	font-weight:bolder;
	text-align:center;
	height: 23px;
	padding-top: 7px;
}
#content .centerContent h1 a {
	color: #82B5B4;
	font-size: 12px;
	font-weight: bold;
}
#content .centerContent h2 {
	padding: 0;
	color: #171717;
	margin: 10px 15px;
	border-bottom: 2px solid #e3e3e3;
}
#content .centerContent a {
	font-weight:bold;
	margin-left:0;
}

#content .centerContent ul {
	width:450px;
	margin-top:5px;
	margin-left:45px;
}
#content .centerContent ul li{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width:100px;
	height:auto;
	text-align:left;	
}
#content .centerContent h3 {
	width: 496px;
	background: #fbfbfb;
	height: 20px;
	padding-left: 12px;
	font-weight: normal;	
	color:#246c94;
	text-transform: uppercase;
}
#content .centerContent p {
	font-size: 11px;
	text-align: left;
	padding-left: 15px;
	margin: 10px 0 0 0;
	padding-right: 15px;
	font-weight: normal;
}
#content .centerContent p strong, strong {
      color:#2a5f7e;
}
#content .centerContent input.text {
	border:2px solid #bbbbbb;
	background-image:url(images/inputback.jpg);
	height:20px;
	background-position:bottom;
	background-repeat:repeat-x;
}
#content .centerContent textarea.texta {
	background: #FFFFFF url(images/textarea-back.jpg) repeat-x bottom;
	height: 130px;
	width: 310px;
	border: 2px solid #bbbbbb;
}
#content .centerContent p.sidenote {
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	text-align: left;
	padding: 5px 0 5px 0;
	font-size: 10px;
	margin: 15px;
}

/* Register table */
#content .centerContent .register-table {
	font-size: 11px;
	margin: 10px 0 0 15px;
	padding-right: 15px;
	font-weight: bold;
}
#content .centerContent .register-table .boton {
	height: 23px;
}

/* Latest comments */
#content .latestComments {
	width: 199px;
	border: 2px solid #e4e4e4;
	border-width: 0 2px 2px 2px;
	text-align: center;
	float: left;
	margin-right: 7px;
	margin-left: 12px;
	font-weight: normal;	
	background-color: #f1f1f1;
}
#content .latestComments p {
	color: #242424;
	font-weight: normal;
	text-align: center;
	margin: 10px 0 0 0;
}
#content .latestComments h2 {
	background-color: #a6c0ce;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;	
	margin: 0px;
	margin-right: -2px;
	margin-left: -2px;
	*width: 203px;
}
#content .latestComments h3 {
	font-size: 12px;
	margin-bottom: -10px;
	margin-top:-5px;
	text-align:center;
	font-weight: bold;	
	color: #82b5b4;
	text-decoration: underline;
	font-weight: bold;	
}

#content .latestComments .username {
	text-align: right;
	margin-right: 57px;
	color: #246c94;
	margin-top: 0px;
}
#content .latestComments .comment, #content .latestComments .alt-comment {
	padding-right: 21px;
	padding-left: 15px;	
	padding-bottom: 10px;
	padding-top: 10px;
}
#content .latestComments .alt-comment, #picture-box .alt-comment {
	background-color: #fbfbfb;
}


/* Right sidebar */
#right-sidebar {
	float: right;
  height:720px;
	width: 195px;
	margin-left: 6px;
	margin-right: 6px;
	font-weight: normal;
	text-align: left;
}
#right-sidebar p {
	margin: 0;
	padding: 0;
}
#right-sidebar h2 {
	background-color: #a6c0ce;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;	
}
#right-sidebar .login {
	background: #f1f1f1;	      
	padding: 10px 0 10px 13px;
	width: 178px;
	border-left: 2px solid #e4e4e4;
	border-bottom: 2px solid #e4e4e4;
	border-right: 2px solid #e4e4e4;
	*padding-bottom: 0px;
}
#right-sidebar .login p {
	text-align: left;
}
#right-sidebar .login input, .txtBox {
	border: 1px solid #d9d9d9;
	width: 167px;
	height: 19px;
	background-image: url(images/inputback.jpg);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#right-sidebar .login input.button {
	width: 47px;
	font-weight: bold;
      font-size: 12px;
	text-align: center;
	padding-bottom: 3px;
}
#right-sidebar .login a, #right-sidebar .login .linkRight {
	font-size: 10px;
}
#right-sidebar .login .linkRight {
	margin-left: 76px;
}

/* Picture of the week */
#right-sidebar .picture-of-the-week {
	padding: 15px 0 25px 11px;
	border: 2px solid #e4e4e4;
      border-width: 0 2px 2px 2px;
      font-size: 10px;
	background: #f1f1f1;	      
      margin: 0;
}
#right-sidebar h2.picture-of-the-week-title {  
      height:23px;
      padding-top:7px;
      margin: 10px 0 0 0;
}
#right-sidebar .picture-of-the-week h4 {
	margin: 4px 0 0 0;
	padding: 0;
}
#right-sidebar .picture-of-the-week h4 a {
	font-weight: bold;
	font-size: 10px;
	color: #137977;
}
#right-sidebar .picture-of-the-week .picture {
	width: 168px;
	height: 102px;
	background-color: #00FF33;
	margin: 10px 0 0 0;
}
#right-sidebar .picture-of-the-week p {
	font-weight: normal;
	margin: 0 5px 0 0;
}
#right-sidebar .picture-of-the-week p a {
	font-weight: bold;
	font-size: 10px;
	margin: 0 14px 0 0;
	padding: 0;
	float: right;
	text-decoration: none;
	color: #256c93;
}



/* +Photo
///////////////////////////////////////////////// */

/* Picture box */
#picture-box {
	float: left;
	width: 664px;
	border: 2px solid #e4e4e4;
      border: 0 2px 2px 2px;
	background: #f1f1f1 url(images/shadow.jpg) repeat-x top;
	margin-left: 40px;
}
#picture-box h1 {
	background: #171717;
	color: #FFFFFF;
	margin: -2px 0px 10px -2px;
	text-transform: uppercase;
      height: 18px;
	padding: 0 0 0 15px;
}
#picture-box h1 a {
	color: #82B5B4;
	font-size: 10px;
	font-weight: bold;
}
#picture-box .alt-comment, #picture-box .comment {
	padding: 3px 15px 5px 15px;
	border: 1px solid #e4e4e4;
      border-width: 1px 0 1px 0;
}
#picture-box .rating {
	width: 100%;
	color: #161616;
	text-align: right;
	padding: 0px 15px;
      height: 30px;
	width: 633px;
}
#picture-box p {
	font-size: 11px;
	text-align: left;
	margin: 10px 0 0 0;
	font-weight: normal;
	padding: 0px;
}
#picture-box .rating {
	font-family: "Trebuchet MS";
	width: 634px;
	color: #161616;
	text-align: right;
	height: 15px;
	padding: 5px 15px 23px;
	background-color: #fbfbfb;
      width:633px;      
}
#picture-box .rating .links {
	float: left;
	text-align: left;
      margin-top: 2px;
}
#picture-box .rating .links a {
	border: 0px;
	color: #161616;
}
#picture-box .picture-from-gallery {
	width:640px;
	height:480px;
}
#picture-box p strong {
	font-size:11px;
	color:#246c94;
	font-weight:bold;
}
#picture-box fieldset {
	border:0px;
	border-top:1px solid #000000;
	margin: 15px 15px 15px 15px;
}
#picture-box fieldset legend {
	font-size:14px;
}
#picture-box fieldset p {
	margin-top:2px;
}
#picture-box fieldset p input {
	background-image:url(images/inputback.jpg);
	height:20px;
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #d9d9d9;
	font-size:12px;
	width:167px;
	font-weight:normal;
}
#picture-box fieldset .sender {
	background-image:url(images/inputback.jpg);	
	height:20px;
	background-position:bottom;
	background-repeat:repeat-x;
	width:10px;	
}
#picture-box fieldset p .textbox, .textbox {
	background:url(images/textarea-back.jpg);
	height:122px;
	width:456px;
	font-size:12px;
	border:1px solid #d9d9d9;
      background-position:bottom;
      background-repeat:repeat-x;
}


/* Galleries, Cities */
#content .centerContent ul li.galleries{
	list-style:none;
	margin:0;
	padding:0;
	width:210px;
	height:auto;
	text-align:center;
	float:left;	
}
#content .centerContent ul.party-list {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	text-align:center;
	margin-left:15px;
	margin-top:5px;
}
#content .centerContent ul.party-list li {
	list-style:none;
	display:inline;
	width:115px;
	text-align:center;
	text-transform:capitalize;
}
#content .centerContent ul.city {
	width:100%;
	background-color:#fbfbfb;
	margin: 10px 0 0 0;
	height:20px;
	list-style:none;
}
#content .centerContent ul li.citymenu {
	list-style:none;
	float:left;
	text-align:left;	
	display:inline;
	text-transform:uppercase;
	width:auto;
	margin:auto 14px;
}

#content .centerContent ul li.citymenu a.actual-city {
	color:#171717;
}
#content .centerContent ul li .thumbnail {
	height:72px;
	width:96px;
	float:left;
	margin:0px;
	padding:0px;
	display:inline;
}



/* Forum
///////////////////////////////////////////////// */
#forums {
      float: left;
      width: 718px;
      overflow: hidden;
      text-align: left;
}
#forums .forum {
	color:#6f583e;	
      margin: 0 0 5px 0;
}
#forums .forum h2 {     
      margin: 10px 0 0 0;
}
#forums .forum .subtitle .box2 {
	width:349px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	margin-right:1px;
	color:#806951;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
}
#forums .forum .subtitle .box3 {
	width:186px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	color:#806951;
	margin-right:1px;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
}
#forums .forum .subforums .new-post {
	background: url(images/new-post.jpg) no-repeat;
	width: 53px;
	height: 50px;
	border: 1px solid #eceaeb;
	float: left;
	margin: 1px 1px 0 0;
}
#forums .forum .subforums .forum-name {	
	background: url(images/background-forum.jpg) repeat-x; 
	height:50px;
	width:341px;
	float:left;
	padding:0 0 0 18px;
	border: 1px solid #eceaeb;
	margin: 1px 1px 0 0;
	overflow:hidden;
}
#forums .forum .subforums .forum-name h2 a{
	text-decoration:underline;
	color:#3a3a3a;
}
#forums .forum .subforums .forum-name p {
	margin: -5px 0 0 0;		
	padding: 0;
}
#forums .forum .subforums .last-post {	
	background: url(images/background-forum.jpg) repeat-x;
	height: 40px;
	width: 196px;
	float: left;
	border: 1px solid #eceaeb;
	margin: 1px 1px 0 0;
      padding: 10px 0 0 0;
}

#forums .forum .subforums .content {	
	background: url(images/background-forum.jpg) repeat-x;
	height:43px;
	width:79px;
	padding-top:7px;
	padding-left:17px;
	float:left;
	border:1px solid #eceaeb;
	margin: 1px 1px 0 0;
}
#forums .forum .subforums .content p {
	margin:0;
	padding:0;
	color:#c3c3c3;
}

/* New topic */
#forums .forum .new-topic-post h3 {
	color:#343434;
	font-weight:normal;
	font-size:14px;
	margin-left:24px;	
}
#forums .forum .new-topic-post .new-topic-form p {
	text-align:left;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#343434;
	margin-left:24px;	
	float:left;
	width:492px;
}
#forums .forum .new-topic-post .new-topic-form p input{
	text-align:left;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
	color:#343434;
	border:1px solid #d7d7d7;
	height:20px;
	background-image:url(images/inputbg.jpg);
	background-repeat:repeat-x;
	width:492px;      
}
#forums .forum .new-topic-post .new-topic-form .buttons {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	color: #343434;
      clear: both;
      padding: 10px 0 0 24px;
}
#forums .forum .new-topic-post .new-topic-form .buttons button {
	background: #e9e9e9 url(images/gradient.jpg) repeat-x;
	border:1px solid #737373;
      font-size: 10px;
      cursor: pointer;
      padding: 0 5px 0 5px;
      margin: 0 2px 0 0;
}
#forums .forum .new-topic-post .new-topic-form .button {
	margin-left:23px;
	margin-top:3px;
}
#forums .forum .new-topic-post .new-topic-form p .text {
	background-image:url(images/textbg.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #d7d7d7;
	height:184px;
	width:492px;
}

#forums .forum .new-topic-post .new-topic-form .emoticons {
	background-image:url(images/emobg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:184px;
	width:146px;
	float:left;
	display:block;	
	border:1px solid #d7d7d7;
	margin-top:1px;
	margin-left:32px;
}
#forums .forum .new-topic-post .new-topic-form .emoticons img {
      margin: 5px 0 0 5px;
      cursor: pointer;
}

/* Topic */
#forums .forum .topic {
	margin-top:1px;	
}
#forums .forum .topic a{
	color: #256a93;
	background: none;
}
#forums .forum .topic h2 {
	color: #323232;
	font-size: 14px;
	font-weight: normal;
	width: 250px;
	float: left;
}
#forums .forum .topic a.post-reply {
	background: url(images/post-reply-button.png);
	float: right;
	width: 115px;
	height: 30px;
	margin-top: 10px;
}
#forums .forum .topic .post, #forums .forum .topic .alt-post {
	min-height: 288px;
	width: 718px;
	margin: 0;
      padding: 10px;
	background-color: #e1ecf2;
	color: #171717;
}
#forums .forum .topic .alt-post {
	background: #ecf4f7;
}
#forums .forum .topic .user {
	width: 125px;
	float: left;
	margin: 0 10px 0 0;
	padding: 0 12px 10px 0;
      border: 1px solid #ffffff;
      border-width: 0 1px 0 0;
}
#forums .forum .topic .post-content {
      width: 550px;
      float: left;
}
#forums .forum .topic p {
	color: #171717;
      margin: 5px 0 5px 0;
      padding: 0 0 0 10px;
}
#forums .forum .topic .user p a {
	color: #256f94;
}
#forums .forum .topic  h3 {
	font-weight: bold;
	font-size: 10px;
	color: #171717;
	width: 250px;
      float: left;
      margin: 0;
}
#forums .forum .topic blockquote {
      background: #EBEADD url(images/quote.gif) no-repeat scroll 6px 8px;
      border: 1px solid #DBDBCE;
      font-size: 10px;
      margin: 0.5em 10px 0 25px;
      overflow: hidden;
      padding: 20px;
}
#forums .forum .topic blockquote p.quoted {
      margin: -15px 0 0 0;
      padding: 0 0 0 10px;
}
#forums .forum .topic a.edit {
	background-image:url(images/edit.png);
	width: 95px;
	height: 30px;
	float:right;
}
#forums .forum .topic a.delete {
	background-image:url(images/delete.png);
	width: 34px;
	height: 30px;
	float:right;
}
#forums .forum .topic button.quote {
	width: 95px;
	height: 30px;
	float: right;
      cursor: pointer;
      border: none;
      margin: 0 20px 0 0;      
}
#forums .forum .topic .alt-post button.quote {
	background: #ecf4f7 url(images/quote.png);
}
#forums .forum .topic .post button.quote {
	background: #e1ecf2 url(images/quote.png);
}
#forums .forum .topic p.img-post {
	background-position: left;
	background-repeat: no-repeat;
	color: #171717;
	margin: 0px 0px 20px 0px;
	padding-left: 10px;
}
#forums .forum .topic p.img-post a {
	color: #246f8e;
	text-decoration: none;
}

/* Forum */
#forums .forum .topic .title, #forums .forum .topic .created-by, #forums .forum .topic .replies, #forums .forum .topic .replies, #forums .forum .topic .views, #forums .forum .topic .last-by {
	background: url(images/background-topic.jpg) repeat-x;
	margin-left: 1px;
	height: 36px;
	width: 228px;
	border: 1px solid #eceaeb;
	color:#010101;
	padding: 4px 0 0 12px;
	float:left;
}
#forums .forum .topic .created-by, #forums .forum .topic .replies {
	height: 30px;
      padding-left: 0;
	width: 88px;
      text-align: center;
	padding-top: 10px;
}
#forums .forum .topic .replies,#forums .forum .topic .views {
	height: 30px;
	width: 70px;
      text-align: center;
	padding: 10px 0 0 0;
	color: #3f3f3f;
	float: left;
}
#forums .forum .topic .last-by {
	height: 30px;
	width: 165px;
	text-align:left;
	padding: 10px 0 0 12px;
	color:#3f3f3f;
	float:left;
}
#forums .forum .topic .last-by p.who, #forums .forum .topic .last-by p.date {
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 10px;
}
#forums .forum .topic .last-by p.who {
	background: url(images/post.jpg) no-repeat top left;
}
#forums .forum .topic .title p.description {
	padding:0px;
	margin:0px;
	font-size:10px;
}
#forums .forum .topic .read-new-posts {
	background: url(images/new-posts.jpg);
	height: 40px;
	width: 53px;
	float: left;
	border: 1px solid #eceaeb;
}
#forums .forum .topic .read-no-new-posts {
	background: url(images/no-unread-posts.jpg);
	height:40px;
	width:53px;
	float:left;
	border:1px solid #eceaeb;
}
#forums .forum .topic .hot {
	background: url(images/hot-topic.jpg);
	height: 40px;
	width: 53px;
	float: left;
	border: 1px solid #eceaeb;
}

#forums .forum .topic .unread-topic {
	background: url(images/unread-topixc.jpg);
	height: 40px;
	width: 53px;
	float: left;
	border: 1px solid #eceaeb;
}
#forums .forum .subforums a {
	color: #3a3a3a;
      text-decoration: none;
}
#forums .forum .subforums .last-post p {	
	margin:0;
	padding: 0 0 0 10px;
	text-align:left;
	font-size:10px;
}
#forums a.new-topic-button {
      display: block; 
      width: 89px;
      height: 25px;
      background: url(images/new-topic-button.jpg);
      margin: 0 0 10px 0;
}

#forums .forum h1 {
	padding: 2px 0 2px 25px;
	margin: 0 3px 0 0;
}
#forums .forum h1 a {
	color:#f3f3f3;
}
#forums .forum .subtitle {
	width:718px;
	margin:1px 0 1px 0;
}
#forums .forum .subtitle .box1 {
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	height:17px;
	width:55px;
	margin-right:1px;
	float:left;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;
}
#forums .forum .subtitle .box4 {
	width:86px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	font-size:12px;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
	color:#806951;
}
#forums .forum .subtitle .topics-box1 {
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	height:17px;
	width:55px;
	margin-right:1px;
	float:left;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;
}
#forums .forum .subtitle .topics-box2 {
	width:230px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	font-size:12px;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
	color:#806951;
}
#forums .forum .subtitle .topics-box3 {
	width:78px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	font-size:12px;
	color:#806951;
	margin-right:1px;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
	margin-left:1px;
}
#forums .forum .subtitle .topics-box4 {
	width:60px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	font-size:12px;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
	color:#806951;
}
#forums .forum .subtitle .topics-box6 {
	width:60px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	font-size:12px;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
	color:#806951;
	margin-left:1px;
}
#forums .forum .subtitle .topics-box5 {
	margin-left:1px;
	width:167px;
	background-image:url(images/forum-background-subtitle.jpg);
	background-repeat:repeat-x;
	padding-left:12px;
	float:left;	
	height:17px;
	text-align:left;
	font-size:12px;
	border-bottom:#cabb9c 1px solid;
	border-top:#cabb9c 1px solid;	
	color:#806951;
	
}




/* User Profile
///////////////////////////////////////////////// */
#user-profile {
	background: #f1f1f1 url(images/shadow.jpg) repeat-x top;      
	float:left;
	width:664px;
	border:2px solid #e4e4e4;
      border-width: 0 2px 2px 2px;
	background-color:#f1f1f1;	
	margin-left: 17px;
}
#user-profile h1 {
	padding:0 0 0 15px;
      margin: 0 -2px 15px -2px;
}
#user-profile h1 a {
	color: #82B5B4;
	font-size: 10px;
	font-weight: bold;
}
#user-profile h2, #user-profile .column2 h3, .centerContent h3 {
	width:652px;
	background-color:#fbfbfb;
	margin:0px;
	height:23px;
	text-align:left;	
	margin:0;
	padding-left:12px;
	font-weight:normal;	
	color:#2a5f7e;
	font-size:16px;
}
#user-profile .column2 ul.friends  {
	width:487px;
	list-style:none;
	margin-top:14px;
	float:left;	
	margin-bottom:14px;
}
#user-profile .column2 fieldset {
	border:0px;
	border-top:1px solid #000000;
	margin: 15px 15px 15px 15px;
}
#user-profile .column2 fieldset legend {
	font-size:14px;
}
#user-profile .column2 fieldset p {
	margin-top:2px;
}
#user-profile .column2 fieldset p input {
	background-image:url(images/inputback.jpg);
	height:20px;
	background-position:bottom;
	background-repeat:repeat-x;
	border:1px solid #d9d9d9;
	font-size:12px;
	width:167px;
	font-weight:normal;
}
#user-profile .column2 fieldset p .textbox {
	background:url(images/textarea-back.jpg);
	height:122px;
	width:456px;
	font-size:12px;
	border:1px solid #d9d9d9;
      background-position:bottom;
      background-repeat:repeat-x;
}
#user-profile, .shop, .read {
	float:left;
	width:664px;
	border-left:2px solid #e4e4e4;
	border-right:2px solid #e4e4e4;
	border-bottom:2px solid #e4e4e4;	
	background-color:#f1f1f1;	
	margin-left: 17px;
}
#user-profile .shadow, .shop .shadow, .read .shadow {
	/*background-image:url(images/shadow.jpg);
	height:13px;
	background-repeat:repeat-x;
	width:666px;
	margin-left:-1px;
	margin-right:-1px;*/
}
#user-profile h2, #user-profile .column2 h3, .centerContent h3 {
	width:652px;
	background-color:#fbfbfb;
	margin:0px;
	height:23px;
	text-align:left;	
	margin:0;
	padding-left:12px;
	font-weight:normal;	
	color:#2a5f7e;
	font-size:16px;
}
#user-profile .column2 h3 {
	width:445px;
	font-size:14px;	
	height:20px;
}
#user-profile .column1 {
	width:121px;
	margin-left:13px;
	margin-top:14px;
	float:left;
}
#user-profile .column1 .userpic {
	width:121px;
	height:121px;
      margin-bottom: 10px;
}

#user-profile .column1 .user-info {
	width:121px;
}
#user-profile .column1 .user-info p {
	color:#171717;
	text-align:left;
	margin:0;
	padding:0;
}
#user-profile .column1 .user-info p.girl {
	background: url(images/girlico.jpg) no-repeat center right;
      padding: 0 20px 0 0;
      width:auto;
}
#user-profile .column1 .user-info p.boy {
	background: url(images/boyico.jpg) no-repeat center right;
      padding: 0 20px 0 0;
      width:auto;
}
#user-profile .column2 ul.contact-info {
	width:189px;
	overflow:hidden;
	color:#171717;
	text-align:left;
	list-style:none;
	margin:0 0 8px 0px;
}
#user-profile .column1 .user-info ul.contact-info li {
	margin:0;
	padding:0;
}
#user-profile .column2 ul.contact-info li .mail {
	background-image:url(images/mailico.jpg);
	background-repeat:no-repeat;
	width:22px;
	height:16px;
	float:left;
}
#user-profile .column2 ul.contact-info li .msn {
	background-image:url(images/msnico.jpg);
	background-repeat:no-repeat;
	width:22px;
	height:16px;
	float:left;
}
#user-profile .column2 ul.contact-info li .gtalk {
	background-image:url(images/gtalkico.jpg);
	background-repeat:no-repeat;
	width:22px;
	height:16px;
	float:left;
}
#user-profile .column2 ul.contact-info li .aim {
	background-image:url(images/aimico.jpg);
	background-repeat:no-repeat;
	width:22px;
	height:16px;
	float:left;
}
#user-profile .column2 {
	width:505px;
	float:left;
	margin-top:14px;
	margin-left:20px;
	background:#f3f3f3;
}

#user-profile .column2 h3 {
	width:475px;
	font-size:14px;	
	height:20px;
	float:left;
}
#user-profile .column2 p {
	width:466px;
	text-align:left;
	color:#171717;
	padding-left:14px;
	margin-top:30px;
}
#user-profile .column2 ul.favorite-photos  {
	width:487px;
	list-style:none;
	margin-top:14px;
	float:left;	
	margin-bottom:14px;
}
#user-profile .column2 ul.favorite-photos {
	margin-left:5px;
}
#user-profile .column2 ul.friends {
	margin-left:5px;
}
#user-profile .column2 ul.favorite-photos li {
	display:inline;
	width:98px;
	height:140px;
	float:left;
	margin:0px;
	min-width:119px;
}
#user-profile .column2 ul.favorite-photos li.favorite {
	display:inline;
	width:121px;
	height:90px;
	float:left;
	margin:0px;	
}
#user-profile .column2 ul.favorite-photos li p {
      margin:0 0 0 35px;
      padding:0px;
      width:98px;
      float:left;
}
#user-profile .column2 ul.favorite-photos li p.no-margin {
      margin:0 0 0 12px;
      padding:0;
      text-transform:capitalize;
      text-align:center;
      width:98px;
      float:left;      
}
#user-profile .column2 ul.friends li {
	width:100px;
	height:74px;
	float:left;
	display:inline;
	margin:0px;
	min-width:95px;
} 

/* Sleeptillate */
#content .centerContent .hotel {
	color:#171717;
	text-align:left;
	margin-left:12px;
	width:100%;
	margin-top:15px;
}
#content .centerContent .hotel p.sleep{
	margin-top:1px;
	padding:0;
}
#content .centerContent .hotel .pic {
	float:left;
	margin-left:20px;
}
#content .centerContent .hotel .range {
	float:left;
}
#content .centerContent .hotel .description {
	width:250px;
	float:left;
	margin-left:75px;
}

/* Readtillate */
.read h1{
	padding:0 0 0 15px;
      margin: 0 -2px 15px -2px;
}
.read .read-img {
	background-image:url(images/Sintillate-Read-Image.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:436px;
	height:210px;
	float:left;
	margin-left:120px;
}
.read .text {
	float:left;	
	width:218px;
}
.read .text ul.media {
	list-style-type:none;
	color:#171717;
	margin:0;
	padding:0;
}
.read .text ul.media li {
	margin:0;
	padding:0;
	text-transform:uppercase;
	margin:15px 0;
}
.read {
	float:left;
	width:664px;
	border-left:2px solid #e4e4e4;
	border-right:2px solid #e4e4e4;
	border-bottom:2px solid #e4e4e4;	
	background-color:#f1f1f1;	
	margin-left: 17px;
}


/* Soundtillate */
.dj-column-left {
	width:94px;
	float:left;
	padding-left:15px;
}
.dj-column-left .dj-img {
	background-image:url(images/dj.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:94px;
	height:90px;
}
.dj-column-left p.dj-description {
	margin:0px;
	padding:0px;
	text-align:left;
}
.dj-column-right {
	float:right;
	width:550px;
	margin-top:5px;
}
#content .centerContent .what-to-wear h2 .dot, .read .text ul.media .dot {
	margin-left:15px;
}
#content .centerContent .what-to-wear ul {
	font-size:12px;
	color:#171717;
	margin-left:310px;
	position:relative;
	top:-27px;
}
#content .centerContent .what-to-wear ul li {
	clear: both;
	width: 300px;
}

/* Shoptillate */
#content .shop {
	float:left;
	width:730px;
	border-left:2px solid #e4e4e4;
	border-right:2px solid #e4e4e4;
	border-bottom:2px solid #e4e4e4;	
	background-color:#f1f1f1;	
	margin-left: 6px;
	height:790px;
	overflow:hidden;
	overflow-y:scroll;
	font-weight:none;
}
#content .shop h1 {
	background-color:#A6C0CE;
	color:#ffffff;
	margin: 0 -2px 15px -2px;
	text-transform: uppercase;
	font-size:14px;
	padding-top: 7px;
	height:23px;
	text-align:center;
}

#content .shop .shop-img {
	background: url(images/ShopImage.jpg) no-repeat center;
	width:436px;
	height:210px;
	float:left;
	margin-left:220px;

}
#content .shop p, #content .shop p.cars, #content .read p, #content .dress p {
	font-size:12px;
	color:#171717;
	text-align:left;
	margin-left:15px;
      margin-right:15px;
	  font-weight:none;
}
#content .shop h2, #content .read h2, #content .dress h2 {
	font-size:12px;
	color:#286a8d;
	text-align:left;
	margin:2px 0 0 15px;
	padding:0px;
	font-weight:normal;
	text-transform:uppercase;	
}
#content .shop ul, #content .read ul, #content .dress ul {
	text-align:left;
	float:left;
	font-size:12px;
	margin-left:15px;
}
#content .shop .shop-img {
	background-image:url(images/ShopImage.jpg);
	background-position:left;
	background-repeat:no-repeat;
	width:250px;
	height:205px;
      margin-left:175px;
      margin-top:10px;
}
.table {
      width:633px;
      margin-left:15px;
      text-align:center;
      border-top:1px solid #256C96;
      
      border-left:1px solid #256C96;
}
.table tr, .table tr td{
      text-align:center;
      
}
.table tr {
      
}
.table tr td {
      width:120px;
      border-bottom:1px solid #256C96;
      border-right:1px solid #256C96;
}
#content .shop p, #content .shop p.cars, #content .read p {
	color:#171717;
	text-align:left;
	margin-left:15px;
	font-weight:none;

}
#content .shop h2, #content .read h2 {
	color:#286a8d;
	text-align:left;
	margin:2px 0 0 15px;
	padding:0px;
	font-weight:normal;
	text-transform:uppercase;	
}
#content .shop ul, #content .read ul {
	text-align:left;
	float:left;
	margin-left:15px;
}
.shop .sounds-center {
	background-image:url(images/sintillate-sounds.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width:478px;
	height:185px;
      margin-bottom:9px;
	float:left;
      margin-left:90px;

}

/* Dresstillate */
#content .centerContent .what-to-wear {
	float:left;
}
#content .centerContent .what-to-wear h2{
	text-transform:uppercase;
	background:none;
	border-bottom:0px;
	font-weight:normal;
	float:left;
}
#content .centerContent .what-to-wear h2 .dot, .read .text ul.media .dot {
	margin-left:15px;
}
#content .centerContent .what-to-wear ul {
	color:#171717;
	margin-left:350px;
	position:relative;
	top:-27px;
	
}
#content .centerContent .what-to-wear ul li {
	clear:both;
	width:300px;
}

/* Carstillate */
.cars-banner1 {
	background: url(images/Sintillate-Cars-Banner.jpg) no-repeat left;
	width:600px;
	height:251px;
	margin: 15px 0 0 15px;
}
.cars-banner2 {
	background: url(images/Sintillate-Cars-Banner2.jpg) no-repeat left;
	width:600px;
	height:199px;
	margin: 15px 0 15px 15px;
}

/* Steam Navbar
///////////////////////////////////////////////// */
#steam-holder {
      position: fixed;
      text-align: center;
      bottom: 0;
      left: 0;
      width: 100%;
}
#steam-navbar {
      text-align: left;
      margin: 0 auto 0 auto;
      background: #e1e2e5;
      width: 950px;
      height: 34px;
      clear: both;
}
#steam-navbar a.section {
      display: block;
      background: #f2f3f5;
      text-decoration: none;
      color: #090434;
      font-size: 19px;
      height: 29px;
      padding: 5px 15px 0 15px;
      float: left;
      margin: 0 0 0 15px;
}
#steam-navbar a.section:hover {
      background: #d2e7f5;
}
#steam-navbar a.the-chosen-one, #steam-navbar a.the-chosen-one:hover {
      background: #090434;
      color: #f2f3f5;
}
#steam-navbar a.section .arrow {
      display: none;
      position: absolute;
}
#steam-navbar a.section .arrow div {
      margin: -40px 0 0 0;
      *margin: -15px 0 0 -15px;
      width: 20px;
      height: 10px;
      background: url(images/flecha.png);
}
#steam-navbar .dialog {
      position: absolute;
      *left: 0;
      display: none;
}
#steam-navbar .dialog a.close-button {
      display: block;
      float: right;
      text-decoration: none;
      font-size: 19px;
      color: #090434;
}
#steam-navbar .dialog a.close-button:hover {
      color: #354f64;
}
#steam-navbar .dialog .content {
      width: 930px;
      height: 480px;
      background: #e1e2e5;
      margin: -510px 0 0 0;
      padding: 10px;
}
#steam-navbar .dialog .content .field {
      clear: both;
      width: 100%;
      background: #ffffff;
      height: 420px;
      overflow: scroll;
}
#steam-navbar .dialog .content .field ul {
      font-size: 20px;
      list-style: none;
      margin: 10px 0 0 0;
      padding: 0;
}
#steam-navbar .dialog .content .field ul h3 {
      margin: 0;
      padding: 0 0 0 15px;
      font-size: 20px;
      font-weight: normal;
}
#steam-navbar .dialog .content .field ul h3.hover {
      background: #f1f7fb;
}
#steam-navbar .dialog .content .field ul ul {
      padding: 0 0 0 40px;
}
#steam-navbar .dialog .content .field ul li.parent {
      color: #686491;
}
#steam-navbar .dialog .content .field ul li.son {
      color: #090434;
}
#steam-navbar .dialog .content .field ul li span {
      color: #8fb8db;
      font-style: italic;
}
#steam-navbar .dialog .content .field .clickable {
      cursor: pointer;
}
#steam-navbar .dialog .content .field .clickable:before {
      content:"+ ";
}
#steam-navbar .dialog .content .menu {
      width: 80%;
      float: left;
}
#steam-navbar .dialog .content .menu a.title {
      display: block;
      background: #090434;
      text-decoration: none;
      color: #f2f3f5;
      font-size: 23px;
      height: 34px;
      padding: 6px 15px 0 15px;
      float: left;
      z-index: 3000;
}
#steam-navbar .dialog .content .menu a.title:hover {
      background: #354f64;
      color: #f2f3f5;      
}
#steam-navbar .dialog .content .menu a.the-chosen-one, #steam-navbar .dialog .content .menu a.the-chosen-one:hover {
      background: #ffffff;
      color: #090434;
}
#steam-navbar .dialog .content .field .inner-content {
      display: none;
}
#steam-navbar .dialog .content .field .inner-content  h2 {
      font-size: 20px;
      margin: 25px 0 15px 15px;
      font-weight: normal;
}
#steam-navbar .dialog .content .field .inner-content form {
      padding: 10px 15px 10px 15px;
      background: #f2f3f5;
      width: 255px;
}
#steam-navbar .dialog .content .field .inner-content h3 {
      color: #205a8c;
      font-size: 12px;
      margin: 0;
}
#steam-navbar .dialog .content .field .inner-content input, #steam-navbar .dialog .content .field .inner-content select {
      width: 243px;
      border: 2px solid #e1e2e5;
      padding: 2px 4px 2px 4px;
      font-size: 17px;
      background: #ffffff;
      font-family: 'Trebuchet MS';
      margin: 0 0 10px 0;
}
#steam-navbar .dialog .content .field .inner-content select {
      width: 253px;
}
#steam-navbar .dialog .content .field .inner-content textarea {
      width: 253px;
      height: 150px;
}
#steam-navbar .dialog .content .field .inner-content input:focus, #steam-navbar .dialog .content .field .inner-content select:focus {
      border-color: #2485d3;
}
#steam-navbar .dialog .content .field .inner-content button {
      background: #bad7ff;
      padding: 2px 4px 2px 4px;
      font-size: 17px;
      font-family: 'Trebuchet MS';
      color: #2485d3;
      border: none;
      cursor: pointer;
}
#steam-navbar .dialog .content .field .inner-content button:focus {
      background: #2485d3;
      color: #ffffff;
}
#steam-navbar .dialog .content .field .inner-content button:active {
      background: #090434;
      color: #ffffff;
}
#steam-navbar .dialog .content .field .inner-content form.wide {
      padding: 10px 15px 10px 15px;
      background: #f2f3f5;
      width: 555px;
}
#steam-navbar .dialog .content .field .inner-content form.xtra-wide {   
      padding: 10px 15px 10px 15px;
      background: #f2f3f5;
      width: 634px;
}
#steam-navbar .dialog .content .field .inner-content form.wide textarea {
      width: 453px;
}
#steam-navbar .dialog .content .field .collumn {      
      float: left;
      width: 250px;
      margin: 10px 0 0 0;
}
#steam-navbar .dialog .content .field .collumn h2 {
      font-size: 20px;
      font-weight: normal;
      margin: 0 0 15px 15px;
}
#steam-navbar .dialog .content .field .collumn ul li {
      font-size: 17px;
}
#steam-navbar .dialog .content .field .collumn ul li a {
      height: 25px;
      color: #999fb2;
      display: block;
      width: 100%;
      text-decoration: none;
      padding: 5px 0 0 15px;
}
#steam-navbar .dialog .content .field .collumn ul li a:hover {
      background: #f1f7fb;
      color: #090434;
}
#steam-navbar .dialog .content .field .collumn ul li a.the-chosen-one, #steam-navbar .dialog .content .field .collumn ul li a.the-chosen-one:hover {
      background: #090434;
      color: #f2f3f5;      
}
#steam-navbar .dialog .content .field .reference {
      width: 270px;
      float: left;
}
#steam-navbar .dialog .content .field .reference h2 {
      font-size: 20px;
      font-weight: normal;
      margin: 10px 0 15px 15px;
}
#steam-navbar .dialog .content .field .reference ul li a {
      display: block;
      width: 255px;
      padding: 5px 0 0 15px;
      height: 25px;
      text-decoration: none;
      font-size: 17px;
      color: #999fb2;
}
#steam-navbar .dialog .content .field .reference ul li a.the-chosen-one {
      background: #f2f3f5;
      color: #090434;
}
#steam-navbar .dialog .content .field .resources {
      width: 635px;
      background: #f2f3f5;
      float: left;
      padding: 0 0 15px 0;
}
#steam-navbar .dialog .content .field .resources h2 {
      font-size: 20px;
      font-weight: normal;
      margin: 10px 0 15px 30px;
}
#steam-navbar .dialog .content .field .resources ul li {
      float: left;
}
#steam-navbar .dialog .content .field .resources ul li a {
      display: block;
      width: 280px;
      padding: 5px 0 0 15px;
      margin: 0 0 0 15px;
      height: 25px;
      text-decoration: none;
      font-size: 17px;
      color: #999fb2;
      float: left;
}
#steam-navbar .dialog .content .field .resources ul li a span.target {
      font-size: 17px;
      color: #999fb2;
      font-style: normal;
}
#steam-navbar .dialog .content .field .resources ul li a.odd {
      background: #f2f3f5;
}
#steam-navbar .dialog .content .field .resources ul li a.even {
      background: #ffffff;
}
#steam-navbar .dialog .content .field .resources ul li a.active span.target {
      color: #090434;
      margin: 0 10px 0 0;
}
#steam-navbar .dialog .content .field .resources ul li a:hover, #steam-navbar .dialog .content .field .resources ul li a.the-chosen-one {
      background: #deeaf1 url(images/flecha-negra.png) no-repeat center right;
}
#steam-navbar .dialog .content .field .relations-holder {
      position: absolute;
      left: 0;
}
#steam-navbar .dialog .content .field .relations {
      width: 130px;
      padding: 0 10px 10px 10px;
      background: #deeaf1;
      font-size: 17px;
      display: none;
}
#steam-navbar .dialog .content .field .relations a {
      display: block;
      width: 110px;
      height: 23px;
      padding: 2px 10px 0 10px;
}
#steam-navbar .dialog .content .field .relations a:hover {
      background: #f2f3f5;
}

/* Various classes
///////////////////////////////////////////////// */
.clearer { 
      clear:both; 
}
.paginator {
	color:#171717;
      margin-left: 207px;
}
.error {
      width: 673px;
      border: 1px solid #cc2b29;
      background: #ffe3da url(images/stop.png) no-repeat left center;
      padding: 15px 15px 15px 25px;
      margin: 10px 0 0 0;
      color: #cc2b29;
      font-size: 16px;
      text-align: left;
}
.success {
      width: 673px;
      border: 1px solid #227317;
      background: #aced9d url(images/tick.png) no-repeat left center;
      padding: 15px 15px 15px 25px;
      margin: 10px 0 10px 0;
      color: #227317;
      font-size: 16px;
      text-align: left;
}
.link {
	font-size:11px;
	text-align:left;
	color:#246c94;
	text-decoration:none;
	font-weight:bold;
}
.cross {
      position:absolute;
      margin-top:-15px;
      margin-left:-15px;
}
.little-margin {
      margin-top:-65px;
      * margin-top:-85px;
}
.read {
      border-bottom:2px solid #E4E4E4;
}

#page h2.black-header-box{
	background-color:#A6C0CE;
	color:#ffffff;
	height:23px;
	padding-top:7px;
}
#right-sidebar h2.black-header-box{
	background-color:#A6C0CE;
	color:#ffffff;
	height:23px;
	padding-top:7px;
	margin: 10px 0 0 0;
}
#beforeFooter{
	background: url(images/footer_box.png) no-repeat center top;
	height:118px;
	width:628px;
	margin:0 auto;
	color:#92b6b4;
	font-weight:bolder;
	font-size:12pt;
}

#jsddm
{	margin: 0;
	padding: 0;
	width:945px;}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 12px;
		width:120px;}

	#jsddm li a
	{	
	color: #000000;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
	}

		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			width:120px;
			text-align:center;
			z-index:1;
		}
		
		#jsddm li ul li
		{	float: none;
			margin: 0;
			padding:2px 2px 2px 2px;
			text-align:left;
			width:120px;
			background: url(images/dropdownbg.png) repeat-y;
		}
		
		#jsddm li ul li.lastdropdown
		{	border-bottom:0px;
			background: url(images/dropdownbg_end.png) no-repeat;
		}
		
		#jsddm li ul li a
		{	width: auto;
			color:#FFF;
			font-family: Arial;
			font-size: 13px;
			font-weight: bolder;
			margin: 0;
			text-decoration: none;
			text-transform: none;
		}
		
		#jsddm li ul li a:hover
		{	color: #aad5d1}
hr{
	padding:0;
	margin:0;
	background-color:#000000;
	color:#000000;
	border: 0;
	height: 1px;
	width:115px;
}
