html, body, h1, h2, h3, img, hr, dl, dt, dd, form {    
    margin: 0;
    padding: 0;
    font-weight: normal;
}
/*
body, body div, body p, body th, body td, body li, body dd {
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #B5B5B5
}
*/
body {
	min-width: 800px;
	background: #606060 url("./../images/common/bg.gif") 0 0 repeat-x;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 13px;
	color: #ddd
}

body img {
    border: 0px;
}

a {
    color: #ffff00;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

input, textarea {
}

h1 {
    background: url("./../images/common/h1-arrow.gif") 0 4px no-repeat;
    font-size: 21px;
    padding-left: 20px;
    position: relative;
    line-height: 100%;
    text-transform: capitalize;
}

#header {
    background: url("./../images/common/header_bg.gif") 0 0 no-repeat;
    height: 28px;
	width: 1000px;
	margin: 0 auto;
}


#header #menu {
    float:left;
    position: relative;
    left:20px;
    padding: 3px 4px 4px 4px;
    color: #B15200;
}

#header #menu a {
    color: #B15200;
    text-decoration: underline
}

#header #menu a:hover {
    color: #000;
    text-decoration: none;
}

#header a#logoLink {
    font-size: 1px;
    top: 6px;
    float: left;
    display: block;
    width: 110px;
    height: 28px;
}

ul.pagination {
    margin: 2px 0 0 0;
    padding: 5px 0 0 0;
    height: 100%;
    overflow: hidden;
    clear: both;
}

ul.pagination li {
    list-style-type: none;
    float: left;
}

ul.pagination li a {
    display: block;
    text-decoration: none;
    margin: 0px 3px 0px 0px;
    padding: 5px 7px 5px 7px;
    background-color: #C0C0C0;
    line-height: 90%;
    color: #000 !important;
}

ul.pagination li a.selected {
    background-color: #ff9900 !important;
    font-weight: bold;
}

ul.pagination li a:hover {
    background: #ffcc00;
}

table.list {
    width: 100%;
}

table.list td {
    background-color: #666;
    padding: 4px;
}

table.list td.main {
    background-color: #666;
    padding: 4px;
    width: 100%;
}

table.list th {
    background-color: #444;
    padding: 6px;
}

div.border {
    background-color: #fafafa;
    padding: 6px;
    border: 1px #000000 solid;
    margin: 4px;
}

#main {
    width: 942px;
    margin: 0 auto;
    padding: 0;
}

#main #logo {
    float: left;
    padding: 0 !important;
    position: relative;
    top: 15px;
    left: 0px;
    width: 236px;
    height: 37px;
    background: url("../images/common/logo.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/logo.png');
    
}

#main #logo a {
    display: block;
    width: 236px;
    height: 37px;
    position: relative
}

#main #banTop {
    float: left;
    position: relative;
    border: 1px #000 solid;
    overflow: hidden;
    width: 468px;
    height: 60px;
    left: 10px;
    top: 14px;
}

#main #quickLogin {
    float: right;
    margin: 0;
    padding: 0;
    width: 216px;
    height: 60px;
}

#main #quickLogin fieldset {
    margin: 0;
    padding: 0;
    border:none;
    height: 56px;
    overflow: hidden;
    font-size: 10px;
    background: url("../images/common/quickLogin-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/quickLogin-bg.png');
    
}

#main #quickLogin form {
    position: relative;
    padding: 8px 10px 10px 10px;
    color: #777;
}

#main #quickLogin form input {
    width: 60px;
    font-size: 10px;
    margin: 0;
    border: 0;
}

#main #quickLogin form input.submit {
    width:59px;
    height:22px;
    position: relative;
    top: 1px;
    background: url("../images/common/enter-btn.gif") 0 0 no-repeat;
    border: none;
}

#main #quickLogin a {
    color:#777;
}

#main #quickLogin dl {
    position: relative;
    padding: 5px;
}

#main #quickLogin dl dt {
    width:40px;
    height:40px;
    float: left;
    border: #555 2px solid;
    padding: 1px;
}

#main #quickLogin dl dd {
    position: relative;
    float: left;
    padding: 0px 10px 0px 10px;
}

#main #quickLogin dl dd span.logout {
    display: block;
    margin-top: 3px;
    padding-left: 15px;
    background: url("../images/common/icons/user_icon_logout.gif") 0 2px no-repeat;
}

#main #quickLogin dl h2 {
    font-size: 11px;
    font-weight: bold;
}

#main #quickLogin dl h2 a {
    color: #FFCC00
}

div#navigation {
    clear:both;
    height: 22px;
    overflow: hidden;
    padding: 18px 0 1px 0;
    margin: 0 0 2px 10px;
}

div#navigation a {
    color: #999;
    text-decoration: none;
    float: left;
    display: block;
    background: url("./../images/common/nav-arrow.gif") 0 6px no-repeat;
    padding-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    color: #F1F1F1;
}

div#adv {
    margin: 2px 2px 2px 2px;
    height: 60px;
    /*top: 86px;*/
    position: absolute;
    /*border: #555 1px dotted;*/
    text-align: right;
    /*left: 700px;*/
    top: 36px;
    left: 520px;
}

#container {
    float:left;
    overflow:hidden;
    width: 650px;
    margin: 0px 0px 20px 0px;
}

#container h1 {
    margin: 10px 10px 20px 0px;
    color: #fff;
    letter-spacing: -0.02em;
}

#container #profileBlock {
    width: 500px;
    height: 70px;
    position: absolute;
    top: 42px;
}

div.imageThumb, 
#profileBlock div.avatar {
    float:left;
    width:72px;
    height: 72px;
    padding: 6px 0px 0px 6px;
    background: url("../images/common/border60_white-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border60_white-bg.png');  
}

#profileBlock div.avatar a,
#profileBlock div.avatar img {
    position: relative;
}

#profileBlock div.avatar img {
    width: 60px;
    height: 60px;
}

#profileBlock div.info {
    float: left;
    padding: 0px 10px 0px 10px; 
}

#profileBlock div.info h2 {
    font-size: 17px;
    color: #FFCC00;
}

#profileBlock div.info dl {
    margin-top: 10px;
    width: 340px;
}

#profileBlock div.info dl dt {
    width: 80px;
    height: 17px;
    padding: 0px 0px 0px 20px; 
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

#profileBlock div.info dl dt a {
    font-size: 11px;
    color: #999;
}

#profileBlock div.info dl dt#profileMaleUid {
    background: url("../images/common/icons/user_icon_male.gif") 0 4px no-repeat;
}

#profileBlock div.info dl dt#profileFemaleUid {
    background: url("../images/common/icons/user_icon_female.gif") 0 4px no-repeat;
}

#profileBlock div.info dl dt#galleryUid {
    background: url("../images/common/icons/user_icon_gallery.gif") 0 4px no-repeat;
}

#profileBlock div.info dl dt#forumUid {
    background: url("../images/common/icons/user_icon_forum.gif") 0 4px no-repeat;
}

#profileBlock div.info dl dt#commentUid {
    background: url("../images/common/icons/user_icon_forum.gif") 0 4px no-repeat;
} 

#container div.rightHeader {
    height: 10px;
    font-size: 0%;
    background: url("../images/common/rightHeader-bg.gif") 0 0 no-repeat;
}

#container #content {
    background-color: #606060;
    padding: 5px 15px 5px 15px;
    overflow: hidden;
}

#content input, textarea {
    font-family: Trebuchet MS, Helvetica, sans-serif;
}

#content fieldset.form {
    padding: 20px;
    margin: 0;
    border: 0;
    background-color: #555;
    border-top: #ff6600 2px solid;
}

#sub-section fieldset.form {
    margin: 0;
    padding: 2px;
    border: 0;
}

#content fieldset.form h2 {
    margin:20px 0px 20px 0px;
    border-bottom: #444 2px dotted;
    font-size: 17px;
    color: #FFCC00
}

#content fieldset.form input {
	width: 50%;
}

#sub-section fieldset.form label,
#content fieldset.form label {
    display: block;
    padding: 2px 5px 2px 10px;
    margin-top: 15px;
    color: #ccc;
    background: url("../images/common/label_bg.gif") 0 0 no-repeat;
    white-space: nowrap
}

#sub-section fieldset.form hr,
#content fieldset.form hr {
    margin: 10px 0px 5px 0px;
    padding: 0;
}

#sub-section fieldset.form input.submit,
#content fieldset.form input.submit {
    width: auto;
    font-size:11px;
    font-family: Tahoma;
    border: none;
    height: 24px;
    background: url("../images/chat_button1_bg.gif") 0 0px repeat-x;
}

#content fieldset.form textarea {
    height: 200px;
    width: 99%;
}

#content div.poster {
    overflow:hidden;
    border-bottom:#888 1px solid;
    padding:5px 5px 5px 0px;
    margin-bottom: 10px
}

#content div.poster a {
    color: #FFCC00;
    text-decoration: none;
}

#content div.poster a:hover {
    color: #ccc;
}

#content div.poster div.left {
    float: left; 
}

#content div.poster div.right {
    float: right;
}

#content div.trim {
    padding:0px 20px 10px 20px;
}

#content div.textBlock {
    padding: 0px 30px 20px 30px;
}

#content table.inf {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

#content table.inf th {
    width: 20%;
    background-color:  #575757;
    padding: 10px;
    text-align: left;
    vertical-align: top;
    color: #FFCC00
}

#content table.inf td {
    width: 70%;
    padding: 10px 20px 10px 10px;
}

#content div.blockOx div.title,
#content div.blockSv div.title {
    height:34px;
    background: url("../images/common/blockHeader-bg.gif") 0 0 repeat-x;
}

#content div.blockOx div.title h1,
#content div.blockSv div.title h1 {
    float:left;
    height:34px;
    width: 350px;
    line-height: 280%;
    letter-spacing: normal;
    overflow: hidden;
    text-indent: 40px;
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

#content div.blockOx div.title div.tab,
#content div.blockSv div.title div.tab {
    float:right;
    overflow: hidden;
    height:34px;
    line-height:320%;
    text-align: right;
    padding-right:10px;
    width: 260px;
    color:#ccc;
}

#content div.blockOx div.title div.tab a,
#content div.blockSv div.title div.tab a {
    font-size: 11px;
}

#content div.blockOx div.title div.tab a.strong,
#content div.blockSv div.title div.tab a.strong {
    font-weight: bold;
    text-decoration: none;
}

#content div.blockOx div.title h1 {
    background: url("../images/common/blockOx-bg.gif") 0 0 no-repeat;
}

#content div.blockSv div.title h1 {
    background: url("../images/common/blockSv-bg.gif") 0 0 no-repeat;
}

#content div.blockOx div.content,
#content div.blockSv div.content { 
    margin-bottom: 0px;
    padding:10px;
    border-left: #6E6D6D 3px solid;
    border-bottom: #6E6D6D 3px solid;
    overflow: hidden;
    height: 100%; 
}

#content div.blockOx div.content {
    background-color: #E7E3DF;
    color: #333;
}

#content div.blockSv div.content {
    background-color: #858585;
    color: #eee;
}

#content div.blockOx div.content a {
    color: #663333;
}

/* forums */
#content div.blockSv div.forumItem,
#content div.blockOx div.forumItem {
    padding: 10px 0px 10px 0px;
    border-bottom: 2px dotted;
    margin-bottom: 0px;
    overflow: hidden;
    clear: both;
    height: 100%;
}

#content div.blockOx div.forumItem {
    border-color: #B5AAA0;
}

#content div.blockSv div.forumItem {
    border-color: #666;
}

#content div.blockSv div.forumPostItem {
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    clear: both;
    height: 100%;
}

#content div.blockSv div.forumPostItem label,
#content div.blockSv div.forumItem label,
#content div.blockOx div.forumItem label {
    float: left;
    padding: 6px;
    margin-bottom: 5px;
}

#content div.blockSv div.forumItem p.foot,
#content div.blockOx div.forumItem p.foot {
    background: #D6CCC3;
    padding: 5px;
}

#content div.blockSv div.forumPostItem p.foot {
    border-top: #aaa 2px dotted;
    padding: 2px 5px 2px 5px;
    color: #444;
    font-size: 11px;
}

p.foot {
    margin: 0;
    clear: both;
    overflow: hidden;
    height: 100%;
}

p.foot a {
    color:#222;   
}

p.foot span.left {
    float: left; 
}

p.foot span.right {
    float: right;
}

#content div.blockSv div.forumItem p.right,
#content div.blockOx div.forumItem p.right {
    float: right;
    width: 100px;
    margin: 0;
    padding: 5px 8px 5px 8px;
    font-size: 11px;
}

#content div.blockOx div.forumItem p.right {
    border-top: #C8C0B8 1px solid;
    background-color: #DED9D4;
}

#content div.blockSv div.forumItem p.right {
    border-top: #777 1px solid;
    background-color: #999;
}

#content div.blockOx div.forumItem p.right a {
    color: red;   
}

#content div.blockSv div.forumPostItem h2,
#content div.blockSv div.forumItem h2,
#content div.blockOx div.forumItem h2 {
    font-size: 20px;
}

#content div.blockSv div.forumPostItem h3,
#content div.blockSv div.forumItem h3,
#content div.blockOx div.forumItem h3 {
    font-size: 15px;
}

#content div.blockSv div.forumPostItem div,
#content div.blockSv div.forumItem div,
#content div.blockOx div.forumItem div {
    float: left;
    padding: 0px 0px 10px 10px;
}

#content div.blockSv div.forumItem div,
#content div.blockOx div.forumItem div {
    width: 380px;
}
#content div.blockSv div.forumPostItem div {
    width: 480px;
}

#content div.blockOx div.forumItem span.desc,
#content div.blockOx div.forumItem span.desc a  {
    color:#555;
    font-style:italic;
    font-size: 11px;
}

#content div.blockSv div.forumItem span.desc,
#content div.blockSv div.forumItem span.desc a  {
    color:#333;
    font-style:italic;
    font-size: 11px;
}

#content div.blockSv div.forumItem div.forumLastPost {
    width:310px !important;
    font-size: 11px; 
}

#content div.blockOx div.forumItem div.forumLastPost {
    width:310px !important;
    font-size: 11px;
    background: url("../images/common/icons/icon_forumComment_large.gif") 10px 10px no-repeat; 
}

#content div.blockOx div.galleryItem {
    width: 50%;
    height: 80px;
    overflow: hidden;
}

#content div.block div.photoItem label.small,
#content div.blockOx div.forumItem label,
#content div.blockOx div.galleryItem label {
    background: url("../images/common/border60_black-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border60_black-bg.png'); 
}

#content table.userStat label.small,
#content div.block div.forumItem label.small,
#content div.blockSv div.forumItem label.small,
#content div.blockSv div.forumPostItem label.small,
#content div.blockOx div.forumItem label.small {
    background: url("../images/common/border40_black-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border40_black-bg.png'); 
}

#content div.blockSv div.photoItem,
#content div.blockOx div.photoItem {
    width: 25%;
    overflow: hidden;
}

#content div.blockSv div.photoItem label,
#content div.blockOx div.photoItem label {
    background: url("../images/common/border100_black-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border100_black-bg.png'); 
}

#content div.blockSv div.photoItem div, 
#content div.blockOx div.photoItem div {
    padding: 0;
    margin: 0;
    width: 112px;
    overflow: hidden;
}

#content div.blockOx div.photoItem a {
    color: #333;
}

#content div.photoImage {
    width: auto;
    border: #777 4px solid;
    padding: 2px;
    margin-bottom: 10px;
    float: left;
}

#content div.photoImage label {
    display: block;
    overflow: hidden;
}

#content div.comment,
#content div.forumLastPost {
    font-size: 14px;
    margin-top: 1px;
    padding: 10px 10px 10px 40px !important;
    background: url("../images/common/icons/icon_comment_large.gif") 10px 10px no-repeat;
}

#content div.comment address {
    color:#555;
    font-size: 11px;
    font-style: normal;
    margin-top: 5px
}

#content div.comment address a {
    color: #333
}

#content .even,
#content div.even {
    background-color: #8e8c8d;
}

#content .odd,
#content div.odd {
    background-color: transparent;
}


#content div.cat  {
    overflow: hidden;
    padding: 10px 0px 10px 0px;
    margin: 0px 0px 30px 0px;
    line-height: 200%;
    background-color: #6f6d6e;
}

#content div.cat dl {
    margin: 0 auto;
    width: 550px;
}

#content div.cat dl.clear {
    clear: left;
    font-size: 0%;
    width: 1px;
}

#content div.cat dl dt {
    width: 100%;
    float: left;
}

#content div.cat dl dt a {
    font-size: 18px;
    color: #fff;
}

#content div.block {
    overflow: hidden;
    height: 100%;
}

#content div.block div.photoItem {
    background-color: #6f6d6e;
    margin: 0px 1px 1px 0px;
    padding: 10px;
    width: 289px;
}

#content div.block div.photoItem label {
    background: url("../images/common/border100_black-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border100_black-bg.png'); 
}

#content div.block div.photoItem div {
    width: 166px;
    height: 112px;
    overflow: hidden;
}

#content div.block div.userItem div {
    height: 72px;
}

#content div.block div.photoItem span.foot {
    clear: both;
    display: block;
    background: #555;
    padding: 0px 5px 0px 5px;
    border-top: #6f6d6e 5px solid;
    height: 25px;
    line-height: 180%;
    overflow: hidden;
}

#content div.block div.photoItem span.foot a {
    color: #aaa;
}

#content div.block div.photoComment {
    width: 100%;
    height: auto;
    overflow: visible;
}

#content div.block div.photoComment div {
    width: 400px;
    height: auto;
    overflow: visible;
}
#content div.block div.alphaBet,
#content div.block div.forumItem {
    background-color: #6f6d6e;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    height: 100%
}

#content div.block div.forumItem label {
    padding: 6px;
    float: left;
}

#content div.block div.forumItem div {
    float: left;
    padding-left: 10px;
    width: 520px;
    font-size: 100%;
    color: #ddd;
}

#content div.block div.galleryItem div {
    width: 200px;
}

#content div.galleryItem,
#content div.photoItem {
    float:left;
    padding: 10px 0px 10px 0px;
}

#content div.galleryItem label,
#content div.photoItem label {
    padding: 6px;
    float: left;
}

#content div.galleryItem div,
#content div.photoItem div {
    width: 190px;
    float: left;
    padding-left: 10px;
}

#content div.galleryItem div h2,
#content div.photoItem div h2 {
    font-size: 15px;
}

#content div.galleryItem div h3,
#content div.photoItem div h3 {
    font-size: 14px;
}

#container div.rightFooter {
    height: 10px;
    font-size: 0%;
    background: url("../images/common/rightFooter-bg.gif") 0 0 no-repeat;
}

#sub-section {
    float: left;
    width: 292px;
    margin: 0px 0px 20px 0px;
}

#sub-section h1 {
    letter-spacing: -0.02em;
}

#sub-section div.leftPeopleBlock {
    margin-bottom: 20px;
    overflow: hidden;
    width: 292px;
    height: 306px;
    background: url("../images/common/leftPeopleBlock.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/leftPeopleBlock.png');
}

#sub-section div.leftPeopleBlock div.wrapper {
    position: relative;
    padding: 5px 10px 5px 10px
}

#sub-section div.leftGr p,
#sub-section div.leftSv p,
#sub-section div.leftOx p,
#sub-section div.leftPeopleBlock div.wrapper p {
    margin: 0;
    padding: 0 0 10px 0;
}

#sub-section div.leftPeopleBlock h1 {
    margin: 20px  5px  10px  0px;
    color: #fff;
}

#sub-section div.leftGrHeader,
#sub-section div.leftOxHeader,
#sub-section div.leftSvHeader {
    height: 10px;
    font-size: 0%;
}

#sub-section div.leftGr,
#sub-section div.leftOx,
#sub-section div.leftSv {
    padding: 10px 10px 5px 10px
}

#sub-section div.leftGrFooter,
#sub-section div.leftOxFooter,
#sub-section div.leftSvFooter {
    margin-bottom: 20px;
    height: 10px;
    font-size: 0%;
}

#sub-section div.leftGrHeader {
    background: url("../images/common/leftTopHeader-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftGr {
    background: #555555 url("../images/common/leftTop-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftGrFooter {
    background: url("../images/common/leftTopFooter-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftOxHeader {
    background: url("../images/common/leftOxHeader-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftOx {
    background: #D6CCC3 url("../images/common/leftOx-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftOxFooter {
    background: url("../images/common/leftOxFooter-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftSvHeader {
    background: url("../images/common/leftSvHeader-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftSv {
    background: #D0D0D0 url("../images/common/leftSv-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftSvFooter {
    background: url("../images/common/leftSvFooter-bg.gif") 0 0 no-repeat;
}

#sub-section div.leftGr h1,
#sub-section div.leftOx h1,
#sub-section div.leftSv h1 {
    margin: 5px 5px 20px 0px;
}

#sub-section div.leftGr {
    color: #eee
}

#sub-section div.leftGr h1 {
    color: #eee
}

#sub-section div.leftOx {
    color: #333
}

#sub-section div.leftOx h1 {
    color: #333
}

#sub-section div.leftOx a {
    color: #000
}

#sub-section div.leftSv h1 {
    color: #333
}

#sub-section div.leftSv {
    color: #555
}

#sub-section div.leftSv a {
    color: #333
}

#sub-section div.newUsers {
    height: 70px;
}

#sub-section div.newUsers,
#sub-section div.userInfo,
#sub-section div.galleryItem,
#sub-section div.photoItem {
    overflow: hidden;
    padding: 4px  0px  4px  0px;
}

#sub-section div.newUsers,
#sub-section div.userInfo,
#sub-section div.galleryItem {
    margin-left: 15px;
    position: relative;
}

#sub-section div.userInfo {
    border-bottom: #aaa 2px dotted;
    height: 100%;
}
#sub-section div.leftGr div.userInfo {
    border-color: #666;
}
#sub-section div.leftOx div.userInfo {
    border-color: #B5AAA0;
}

#sub-section div.newUsers label,
#sub-section div.userInfo label,
#sub-section div.galleryInfo label,
#sub-section div.galleryItem label,
#sub-section div.photoItem label {
    float:left;
    padding:6px;
}

#sub-section div.galleryInfo label,
#sub-section div.galleryItem label {
    background: url("../images/common/border60_black-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border60_black-bg.png');  
}

#sub-section div.newUsers label {
    background: url("../images/common/border60_white-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border60_white-bg.png');  
}

#sub-section div.photoItem label {
    background: url("../images/common/border100_black-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border100_black-bg.png');
}

#sub-section div.userInfo label.small {
    background: url("../images/common/border40_black-bg.png") 0 0 no-repeat;
    // background: none !important;
    // filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/border40_black-bg.png'); 
}
#sub-section div.newUsers div,
#sub-section div.userInfo div,
#sub-section div.galleryItem div,
#sub-section div.photoItem div {
    float: left;
    width: 175px;
    overflow: hidden;
    padding-left: 10px;
}

#sub-section div.userInfo div h2,
#sub-section div.galleryItem div h2,
#sub-section div.photoItem div h2 {
    font-size: 14px;
}

#sub-section div.galleryInfo {
    overflow: hidden;
    padding: 0px  0px  0px  15px;
}

#sub-section div.galleryInfo div {
    float: left;
    width: 145px;
    padding-left: 20px;
    text-align: justify;
}

#sub-section div.galleryInfo div h2 {
    font-size: 15px;
    font-weight: bold;
}

#sub-section table.inf {
    clear: both;
    font-size: 11px;
    margin: 15px 0px 15px 0px;
}

#sub-section table.inf th  {
    width: 35%;
    padding: 1px 5px 1px 5px;
    text-align:left;
    font-weight: normal;
}

#sub-section table.inf td {
    width: 65%;
    padding: 1px 5px 1px 5px;
}

#sub-section div.leftOx table.inf th {
    background-color: #BCB1A7
}

#sub-section div.leftOx table.inf td {
    background-color: #C7BDB4
}

#sub-section div.leftSv table.inf th {
    background-color: #ddd
}

#sub-section div.leftSv table.inf td {
    background-color: #ddd
}

#sub-section div.photoImage {
    width: auto;
    border: #777 4px solid;
    padding: 2px;
    float: left;
}

#sub-section div.photoImage label {
    display: block;
    overflow: hidden;
}

#sub-section div.textBlock {
    padding: 0px 0px 15px 15px;
}

#sub-section div.leftSv fieldset.form label {
    background-image: url("../images/common/labelSv_bg.gif");
}

#footer {
    overflow: hidden;
    min-width: 800px;
    background: #444;
    margin: 0px 0px 20px 0px;
}

#footer div.navContainer {
    margin: 0 auto;
    width: 90%;
    overflow: hidden;
    padding: 17px 0px 17px 0px;
    font-size: 11px;
}

#footer div.navContainer div.copySection {
    float: left;
    width: 18%;
    padding-left: 10px;
}

#footer div.navContainer div.section {
    background: url("../images/common/foooter_section_bg.gif") 0 0 no-repeat;
    float: left;
    width: 20%;
    min-height: 170px;
}

#footer div.navContainer dl {
    margin: 0;
    padding: 0;
}

#footer div.navContainer dl dt {
    line-height: 100%;
    padding: 0 0 5px 20px;
}

#footer div.navContainer dl dd {
    display: block;
    padding: 0 0 0 20px;
}

#footer div.navContainer dl dd.sub {
    font-weight: bold;
    padding: 2px 0px 2px 5px;
}

#footer div.navContainer dl dt a,
#footer div.navContainer dl dd a {
    display: block;
    padding: 1px 5px 1px 5px;
    text-decoration: none;
    color: #999;
    white-space: nowrap;
}

#footer div.navContainer dl dt a:hover {
    color: #ccc;
}

#footer div.navContainer dl dd a:hover {
    background-color: #333;
}

#footer div.navContainer dl dt a {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFCC00;
}

#navigation, #footer {
    width: 100%
}

ul.tag_cloud
{
  list-style: none;
  padding: 0px;
  margin: 0px 20px 20px 20px;
}
 
ul.tag_cloud li
{
  list-style: none;
  display: inline;
}
 
ul.tag_cloud li.tag_popularity_1 a
{
  font-size: 90%;
}
 
ul.tag_cloud li.tag_popularity_2 a
{
  font-size: 110%;
}
 
ul.tag_cloud li.tag_popularity_3 a
{
  font-size: 130%;
}
 
ul.tag_cloud li.tag_popularity_4 a
{
  font-size: 160%;
}

.rateSmall {
    width:11px;
    height:10px;
    margin:1px;
    padding:0;
    background-image:url("../images/vote_star_small.gif");
    background-position: 0 10px;
    float: left;
}

.ratedSmall {
    background-position: 0 20px;
}

.rate {
    width:21px;
    height:19px;
    margin:1px;
    padding:0;
    background-image:url("../images/vote_star.gif");
    background-position: 0 19px;
    float: left;
}

.rated {
    background-position: 0 39px;
}

.ratehover {
    background-position: 0 0;
}

.form_container {

}
.form_container textarea {
  margin-top: 1em;
  width: 430px;
}
.form_container label {
  display: block;
}
.form_container label em {
  color: #ff3333;
  font-style: normal;
}
.form_container input:hover,
.form_container textarea:hover {
  border: 1px solid #000;
}  
.form_container input:focus,
.form_container textarea:focus {
  border: 1px solid #ff8c00;
}

.form_container submit {
  background: #c52a00 url("images/bg_submit.gif") repeat-x 0 0;
  border: 1px solid #555454;
  color: #fff;
  cursor: pointer;
  height: auto;
  padding: 0.2em 0.5em;
  width: auto;
}

table.form {
	width: 100%;
	border: 1px solid #f1f1f1;
}
table.form {
	width: 100%;
}
table.form td {
    width: 100%;
}
table.form th {
	text-align: right;
	white-space: nowrap;
	vertical-align: top; 
	padding: 6px;
}
table.form td.separator {
    background-color: #999;
    padding: 4px;
}

table.form input:hover,
table.form textarea:hover {
  border: 1px solid #000;
}

table.form input:focus,
table.form textarea:focus {
  border: 1px solid #ff8c00;
}

table.form tr.footer td {
  background-color: #999;
  padding: 10px;
}

table.form td.result {
  background-color: #f6f699;
  font-weight: bold;
}

table.userStat {
    width: 100%;
}
table.userStat table {
    width: 100%;
}

table.userStat table th {
    background-color: #555;
    color:#fff;
}

table.userStat table label {
    padding: 6px;
    float: left;
}

table.userStat h2 {
    color: #333;
    font-size: 17px;
}

table.userStat table h3 {
    float: left;
    width: 60px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: bold;
}

span.rq {
	color: #ff1111;
}
div.imageThumb {
    float: right;
}

.clear {
    font-size: 0%;
    height: 0%;
    clear: both;
}

span.small {
    font-size: 85%;
}

span.rating {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 11px;
}

span.rating p {
    margin: 0 !important;
    padding: 0 !important;
}

div#onlineUsers {
    font-size: 12px;
}

div#onlineUsers h2 {
    font-size: 13px;
    border-bottom:#B5AAA0 2px dotted;
    padding: 2px 0 2px 0;
    color: #663300;
}

img.genderIcon {
    position: relative;
    top: 2px;
}

div.actions {
    overflow: hidden;
    height: 100%;
}

div.actions a {
    border-left: #ddd 1px solid;
    border-right: #aaa 1px solid;
    display: block;
    float: right;
    height: 16px;
    font-size: 10px;
    margin-left: 2px;
    text-decoration: none;
    padding: 0 4px 0 4px;
    color: #444 !important;
    background: transparent url("../images/common/small_button_bg.gif") repeat-x 0 0;
}

div.actions a:hover {
    color: red !important;
}

div.actionsLeft a {
    float: left;
}

input, select, textarea {
	opacity: 0.7;
	-moz-opacity: 0.7;
}

textarea:focus,
select:focus,
input:focus {
	opacity: 1.0;
	-moz-opacity: 1.0;
}

.form_error img {
    position: relative;
    top: 2px;
}

span.forumSmileSpanClass {
	display:block;
	padding:3px;
	float: left;	
}

span.forumSmileSpanClass_Overed {
	display:block;
	padding:3px;
	float: left;
	background-color: #ccc;
}

div.newsItem {
	padding: 4px;
    border-bottom:#B5AAA0 1px dotted;
    font-size: 10px;
}
div.newsItem h3{
	font-size: 12px;
}

div.newsItem span.desc{
    font-style:italic;
}