BODY {
    color: #4E4E4E;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
	line-height: 1.6em;
    background: url(../i/head-gradient.gif) repeat-x top;
}

BODY.left-column-layout {
    color: #333333;
    font-size: 13px;
    background: url(../i/head-gradient.gif) top repeat-x;
}

.clearer { height: 1px; clear: both; }
.clearer IMG { display: none; width: 0px; height: 0px; }
.altclear { width: 100%; overflow: hidden; }
.clear { clear: both; }

A { color: #3366cc; text-decoration: underline; }
A:hover { color: #4080ff; }

.floatLeft { float: left; }

.back-button {
    cursor: hand;
    cursor: pointer;
}

.arrowed, .arrowed:hover { text-decoration: none; }
.arrowed U { text-decoration: underline; }

a.arrowed IMG {
    vertical-align:middle;
}
a.arrowed {
    
    height:16px;
    line-height:8px;
}

.ajax-link {
	text-decoration: none;
	border-bottom: 1px dashed #3366cc;
}

.float-left { float: left; }

STRONG { font-weight: bold; }

OL {
	
	list-style:decimal;
	list-style-position:inside;
	color: #666666;
    font-size: 16px;
	font-weight: normal;
	margin:5px 0 10px 0;
    line-height: 16px;
}

OL LI {
	
	margin:5px 0;
}

P {
	margin: 1em 0 1em 0;
}

H1 {
    color: #666666;
    font-size: 24px;
	font-weight: normal;
    line-height: 24px;
    margin: 1em 0 .7em 0;
	clear: both;
}

H1.link-orange {
	clear: left;
    color: #ff6600;
    font-size: 24px;
    line-height: 24px;
    margin: 1em 0 .7em 0;
	overflow: hidden;
}

H1.link-orange A,
H1.link-orange A:hover {
    color: #ff6600;
}

H2 {
    color: #666666;
    font-size: 18px;
	font-weight: normal;
    line-height: 18px;
    padding: 1em 0 .7em 0;
}

H2.violet {
	color: #bc2f95;
}

.compact {
	padding: 0px !important;  
	margin: 0px !important;
}

.center {
	text-align: center;
}

H2.info {
	background: url(../i/ico-info-circle.gif) 0px 16px no-repeat;
	padding-left: 28px;
}

SPAN.info-line {
	line-height: 22px;
	background: url(../i/ico-info-circle.gif) center left no-repeat;
	padding-left: 28px;
	display: block;
}

/* layouts */

.layout {
    width: 955px;
    padding: 0 20px 0 30px;
    margin: 0 auto;
	position: relative;        
}

/* ========== right-column-layout ========== */

.right-column-layout .layout .content {
	clear: both;
}

.right-column-layout .layout .content .main-column {
	width: 650px;
    float: left;
}

.right-column-layout .layout .content .side-column {
    padding-left: 20px;
    width: 280px;
    float: right;
}

/* ========== left-column-layout ========== */

.left-column-layout .layout .content {
	clear: both;
}

.left-column-layout .layout .content .main-column {
    width: 650px;
    float: right;
	overflow: hidden;
}

.left-column-layout .layout .content .side-column {
	margin-right: 20px;
    width: 280px;
    float: left;
	overflow: hidden;
}

/* ========== left-column-layout ========== */

.single-column-layout .layout .content {

}

.single-column-layout .layout .content .main-column {
    width: 950px;
    float: left;
}

/* ---------- personal panel (exit, greeting) ---------- */

.person {
    position: absolute;
	top: 20px;
	right: 30px;
	clear: both;
}

.person .auth {
    font-size: 24px;
	line-height: 46px;
	vertical-align: middle;
}

.person .auth A IMG {
	vertical-align: middle;
}

.person .auth A.text-link-exit {
	line-height: 46px;
    padding-right: 30px;
    background: url("../i/ico-exit.gif") no-repeat right center;
}

.person .auth A.text-link-enter {
	line-height: 46px;
    padding-right: 30px;
    background: url("../i/ico-enter.gif") no-repeat right center;
}

.person .hihi {
    padding-top: 10px;
}

/* ========== user-panel ========== */

.main-user-panel {
	padding-top: 20px;
	overflow: hidden;
	position: relative;
}

.main-user-panel .user-avatar {
    float: left;
	width: 123px;
}

/* avatar rounded border layout ! */

TABLE.avatar {
    empty-cells: show;
    table-layout: auto;
    border-collapse: collapse;
}

TABLE.avatar TD.tl,
TABLE.avatar TD.tr,
TABLE.avatar TD.bl,
TABLE.avatar TD.br {
    width: 10px;
    height: 10px;
}

TABLE.avatar TD.tc { background: url(../i/avatar_line_top.gif) top repeat-x; }
TABLE.avatar TD.mr { background: url(../i/avatar_line_right.gif) left repeat-y; }
TABLE.avatar TD.bc { background: url(../i/avatar_line_bottom.gif) bottom repeat-x; }
TABLE.avatar TD.ml { background: url(../i/avatar_line_left.gif) right repeat-y; }

TABLE.avatar TD.mc_small { background: #ffffff; padding: 0px; }
TABLE.avatar TD.mc_big { background: #ffffff; padding: 5px; }

/* rounded for 128px */

.rounded-box-128px {
    text-align: center;
    vertical-align: middle;
    background: url(../i/rounded-box-128px.png) top left no-repeat;
	padding: 0px;
    width: 158px;
    height: 158px;
	display: block;
	float: left;
}

.rounded-box-128px IMG {
    margin-top: 15px;
}

/* rounded for 96px */

.rounded-box-96px {
    background: url(../i/rounded-box-96px.png) top left no-repeat;
    display:block;
    height: 123px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 123px;
}

.rounded-box-96px.admin {
    background: url(../i/rounded-box-96px-admin.png) top left no-repeat;
}

.rounded-box-96px IMG, .rounded-box-96px-admin IMG {
    vertical-align: middle;
    margin-top: 13px;
}

.admin-indicator {
    background: url(../i/ico-admin.gif) top center no-repeat;
    display: block;
    height: 9px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: -4px;
}

.online-indicator {
    background: url(../i/ico-online.gif) top center no-repeat;
    display: block;
    height: 9px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: -4px;
}

.default-96-rounded {
    text-align: center;
    background: url(../i/default.96.rounded.png) top left no-repeat;
    width: 123px;
    height:73px;
    padding:50px 0 0 0;
}

.main-user-panel .default-96-rounded {
    float: left;
    width: 123px;
}

.avatar .default-96-rounded {
    vertical-align: middle;
    display:block;
}

.rounded-box-96px .online {
    background: url(../i/ico-online.gif) top center no-repeat;
    width: 100%;
    height: 9px;
    position: absolute;
    top: -4px;
}

.rounded-box-96px .offline {
    background: url(../i/ico-offline.gif) top center no-repeat;
    width: 100%;
    height: 9px;
    position: absolute;
    top: -4px;
}

/* rounded for 64px */

.rounded-box-64px {
    text-align: center;
    vertical-align: middle;
    background: url(../i/rounded-box-64px.png) top left no-repeat;
	padding: 0px;
    width: 87px;
    height: 87px;
	display: block;
	float: left;
}

.rounded-box-64px IMG {
    margin-top: 12px;
}

/* rounded for 48px */

.rounded-box-48px {
    background: url(../i/rounded-box-48px.png) top left no-repeat;
    display:block;
	margin-top: 4px;
    width: 64px;
	height: 64px;
	position: relative;
	float: left;
}

.rounded-box-48px IMG {
	margin: 0 auto;
    margin-top: 8px;
	display: block;
}

.rounded-box-48px.admin {
    background: url(../i/rounded-box-48px-admin.png) top left no-repeat;
}

/* rounded for 32px */

.rounded-box-32px {
    text-align: center;
    vertical-align: middle;
    background: url(../i/rounded-box-32px.png) top left no-repeat;
	padding: 0px;
    width: 46px;
    height: 46px;
	display: block;
	float: left;
}

.rounded-box-32px IMG {
    margin-top: 7px;
}

/* rounded for 16px */

.rounded-box-16px {
    text-align: center;
    vertical-align: middle;
    background: url(../i/rounded-box-16px.png) top left no-repeat;
	padding: 0px;
    width: 28px;
    height: 28px;
	display: block;
	float: left;
}

.rounded-box-16px IMG {
    margin-top: 6px;
}

/* ---------- user info controls ---------- */

.main-user-panel .info-controls {
    padding-left: 30px;
    float: left;
}

.main-user-panel .info-controls A {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 10px;	
}

.main-user-panel .info-controls .user-name {
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;    
}

.main-user-panel .info-controls .links-line {
    padding-top: 10px;
    clear: both;
}

.main-user-panel .info-controls .links-line .link {
    padding-right: 20px;
    float: left;
}

.main-user-panel .info-controls .links-line .link A {
    color: #3366cc;
    text-decoration: none;
}

.main-user-panel .info-controls .links-line .link A IMG {
    vertical-align: middle;
}

.main-user-panel .info-controls .links-line .link A SPAN {
    text-decoration: underline;
}

.main-user-panel .guest-greet {
	line-height: 2em;
	background: url(../i/ico-info-circle.gif) top left no-repeat;
	padding-left: 34px;
	margin-top: 5px; 
}

.main-user-panel .guest-greet ul {
	list-style: disc;
	margin-left: 16px;
}

.main-user-panel .guest-greet STRONG {
	line-height: 20px;
}

/* user panel links */

A.change-profile {
	background: url(../i/ico-change-profile.gif) left top no-repeat;
	padding-left: 34px;
	margin-right: 20px;
	float: left;	
}

A.check-mail {
	background: url(../i/ico-mail-avail.gif) left top no-repeat;
	padding-left: 34px;
	float: left;
}

A.conversation {
	background: url(../i/ico-mail-list.gif) left top no-repeat;	
	padding-left: 34px;
	display: block;
}


A.write-message {
	background: url(../i/ico-mail.gif) left top no-repeat;
	padding-left: 34px;
	display: block;
}

A.join-fanclub {
	background: url(../i/ico-fs-add.gif) left top no-repeat;
	display: block;
	height: 32px;
	line-height: 32px !important;
	padding-left: 34px;
}

/* idol arrow */

.my-friend {
    background: url(../i/ico-fs-friend.gif) top left no-repeat;
}

.my-idol {
    background: url(../i/ico-fs-idol.gif) top left no-repeat;
}

.my-fan {
    background: url(../i/ico-fs-fan.gif) top left no-repeat;
    text-decoration:none;
}

.my-fan:hover {
    color: #ff7b00;
}

.my-friend, .my-idol, .my-fan {
	color: #ff7b00;
	font-size: 20px !important;
	line-height: 32px;
	padding-left: 34px;
	height: 32px;
	float: left;
}

* html .idol-sign {
	margin-left: -5px;	
}

/* ========== aux-user-panel ========== */

.aux-user-panel {
	text-align: center;
	background: url(../i/aux-user-panel-246-bg.jpg) bottom left no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: -20px;
	margin-right: 5px;
	float: right;
	width: 246px;
	height: 70px;	
}

.aux-user-panel .add-wish, input.add-wish {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	background: url(../i/btn_0903121342_orange.gif) top left no-repeat;
	margin: 0 auto 15px auto;
	display: block;
	width: 190px;
	height: 32px;
	text-align: center;
}

.aux-user-panel input.add-wish {
    border: none;
	cursor: pointer;
	cursor: hand;
}

.aux-user-panel .messages {
	line-height: 24px;
	white-space: nowrap;
	padding-left: 30px;
    display: inline-block;
}

.aux-user-panel .messages.none {
	background: url(../i/ico-check-mail.gif) center left no-repeat;	  
}

.aux-user-panel .messages.avail {
	background: url(../i/ico-mail-avail.gif) left center no-repeat;
}

.aux-user-panel .messages-count {
    line-height:24px;
}

/* ========== user menu ========== */

.main-user-menu {
	background: url(../i/user-menu-dots.gif) top repeat-x;
    margin-top: 15px;
    padding-left: 25px;
    height: 88px;
}

.main-user-menu LI {
	float: left;
}

.main-user-menu LI.active A {
	text-decoration: none;
}

ul.menu li.active a {
	color:#FF6600;
	text-decoration: none;
}

.main-user-menu .active .l {
    background: url(../i/user-menu-tab-active-l.png) top right no-repeat;
    width: 20px;
    height: 82px;
    float: left;
}

.main-user-menu .active .m {
    background: url(../i/user-menu-tab-active-m.png) top repeat-x;
    height: 60px;
    padding: 22px 10px 0 10px;
    float: left;
}

.main-user-menu .active .m {
    color: #666666;
    font-size: 20px;
    text-decoration: none;
}

.main-user-menu .active A.green {
    color: #017e01;
}

.main-user-menu .active .r {
    background: url(../i/user-menu-tab-active-r.png) top right no-repeat;
    width: 20px;
    height: 82px;
    float: left;
}

.main-user-menu LI .l {
    background: url(../i/user-menu-tab-passive-l.png) top right no-repeat;
    width: 20px;
    height: 58px;
    float: left;
}

.main-user-menu LI .m {
    background: url(../i/user-menu-tab-passive-m.png) top repeat-x;
    height: 36px;
    padding: 22px 10px 0 10px;
    float: left;
}

.main-user-menu A {
    font-size: 20px;
    text-decoration: underline;
    float: left;
	cursor:pointer;
}

.main-user-menu LI .r {
    background: url(../i/user-menu-tab-passive-r.png) top right no-repeat;
    width: 20px;
    height: 58px;
    float: left;
}


/* ========== 4-column floated list ========== */

DIV.scroll-frame {
    width: 100%;
	overflow: hidden;
    position: relative;
    clear: both;
}

DIV.main-column DIV.scroll-frame {
    width: 640px;
}

DIV.side-column DIV.scroll-frame {
    width: 232px;
	margin: 0;
	margin-left: 33px;
}

.panoram-list {
    width: 10000px !important;
    height: 175px;
    position: absolute;
    top: 0px;
    left: 0px; /* -648 - 4 items length */
}

.home-poll .panoram-list {
height: 205px;
}

.home-poll .panoram-list LI {
    width:640px;
}

.four-column-list {
    margin-top: 5px;
    width: 100%;
    overflow: hidden;
	position: relative;
	clear:both;
}

.four-column-list LI {
	float: left;
}

/* wish */

.wish-item {
    width: 152px;
    height: 175px;
    float: left;
    text-align: center;
	margin-right: 10px;
    margin-bottom: 5px;
}

.wish-item A {
	display: block;
}

.wish-item .image IMG {
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 80px;
}

.wish-item h2 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-top: 7px;
	overflow: hidden;
}

.wish-item .author {
	color: #666;
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
}

/* gift-wish-item */

.gift-wish-item {
	margin: 0 5px 5px 5px;
}

.gift-wish-item .ajax-scrollers {
	margin-top: 5px;
	margin-bottom: 15px;
}

.gift-wish-item A {
	text-align: center;
	display: block;
}

.gift-wish-item A.image {
	border: 1px solid #dadfe3;
	background: #fff;
	padding: 5px 15px;
	width: 138px;
}

.gift-wish-item A.image IMG {
	margin: 0 auto;
	display: block;
	width: 128px;
	height: 128px;
}

.gift-wish-item h2 {
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin-top: 12px;
	overflow: hidden;
}

.gift-wish-item h2 A {
	text-align: left;
}

.gift-wish-item .author {
	color: #666;
	font-size: 11px;
	text-align: left;
	margin-top: 5px;
}

/* user */

.user-item {
    width: 152px;
    height: 175px;    
    float: left;
    text-align: center;
    margin-bottom: 20px;
    margin-right: 10px;
}

.user-item A.rounded-box-96px {
	display: block;
	margin: 4px auto 10px auto;
	line-height: 1.4em;
}

.user-item A {
	color: #666;
	font-weight: bold;
	line-height: 1.4em;
}

.user-item IMG {
	display: block;
	margin: 0 auto;
}

.user-item IMG {
	padding-top: 14px;
}

.show-all {
	font-weight: bold;
	text-align: right;
	display: block;
}

.divider-dotted {
	clear: both;
	background-image: url(../i/divider-dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 10px;
	height: 4px;
	overflow: hidden;
}

#go-wish-bar {
	background: url(../i/go-wish-summer-bg.jpg) top left no-repeat;
	width: 650px;
	height: 135px;
	position: relative;
}

#go-wish-bar A.add-wish {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	background: url(../i/btn_0903121342_orange.gif) top left no-repeat;
	margin: 0 auto 15px auto;
	display: block;
	width: 190px;
	height: 32px;
	text-align: center;
	position: absolute;
	top: 52px;
	left: 230px;
}

#go-wish-bar INPUT.add-wish {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	border: none;
	background: url(../i/btn_0903121342_orange.gif) top left no-repeat;
	margin: 0 auto 15px auto;
	display: block;
	width: 190px;
	height: 32px;
	text-align: center;
	position: absolute;
	top: 52px;
	left: 240px;
	cursor: pointer;
	cursor: hand;
}

/*
#go-wish-bar .counter-online {
	position: absolute;
	top: 28px;
	left: 25px;
}
*/

#go-wish-bar .counter-wishes {
	position: absolute;
	top: 43px;
	left: 25px;
}

#go-wish-bar .counter-wishes.summer {
	
}

#go-wish-bar .counter-done {
	position: absolute;
	top: 73px;
	left: 25px;
}

/*

#go-wish-bar .counter-online {
	position: absolute;
	top: 28px;
	left: 25px;
}

#go-wish-bar .counter-wishes {
	position: absolute;
	top: 58px;
	left: 25px;
}

#go-wish-bar .counter-done {
	position: absolute;
	top: 88px;
	left: 25px;
}

 */

#go-wish-bar .caption {
	line-height: 20px;
	width: 75px;
	float: left;	
}

#go-wish-bar .numbers {
	width: 95px;
	float: left;
}

#go-wish-bar .numbers * {
	width: 18px; 
	height: 20px; 
	float: left;
}

#go-wish-bar .numbers .digit {
	background: url(../i/counter.gif) 0 0 no-repeat;
	text-indent: -10000px;
}

#go-wish-bar .numbers .nn { }
#go-wish-bar .numbers .n0 { background-position:  -20px 0; }
#go-wish-bar .numbers .n1 { background-position: -40px 0; }
#go-wish-bar .numbers .n2 { background-position: -60px 0; }
#go-wish-bar .numbers .n3 { background-position: -80px 0; }
#go-wish-bar .numbers .n4 { background-position: -100px 0; }
#go-wish-bar .numbers .n5 { background-position: -120px 0; }
#go-wish-bar .numbers .n6 { background-position: -140px 0; }
#go-wish-bar .numbers .n7 { background-position: -160px 0; }
#go-wish-bar .numbers .n8 { background-position: -180px 0; }
#go-wish-bar .numbers .n9 { background-position: -200px 0; }

/* --- old code! --- */

#go-wish {
	background: url(../i/go-wish-ct.gif) top repeat-x;
	margin-top: 20px;	
	width: 100%;
	height: 155px;
	position: relative;
}

#go-wish .lt {
	background: url(../i/go-wish-lt.gif) top right no-repeat;
	width: 10px;
	height: 155px;
	float: left;
}

#go-wish .rt {
	background: url(../i/go-wish-rt.gif) top right no-repeat;
	width: 10px;
	height: 155px;
	float: right;
}

#go-wish .orange-button {
	position: absolute;
	top: 45px;
	left: 90px;
}

INPUT.orange-button {
	border: none;
	cursor: pointer;
	cursor: hand;	
}

#go-wish .genie {
	background: url(../i/go-wish-genie.gif) bottom left no-repeat;
	width: 204px;
	height: 146px;
	position: absolute;
	top: 8px;
	right: 80px;
}

/* --- old code !!! --- */

/* ---------- orange button ---------- */

.orange-button,
.orange-button:hover {
    color: #ffffff;
    font-size: 18px;
	line-height: 64px;
	text-align: center;
	text-decoration: none;
    background: url(../i/orange-button-bg.png) top left no-repeat;
	margin-left: -7px;
	width: 232px;
	height: 64px;
	display: block;
	float: left;
}

.main-user-panel .info-controls A.orange-button-small
{
	line-height: 55px;
}
.orange-button-small,
.orange-button-small:hover {
    color: #ffffff;
    font-size: 15px;
	font-weight: bold;	
	text-align: center;
	text-decoration: none;
    background: url(../i/orange-button-small-bg.png) top left no-repeat;
	margin-left: -7px;
	width: 194px;
	height: 55px;	
	float: left;
	cursor: pointer;
	cursor: hand;
	line-height: 55px;
}

/* ---------- green button ---------- */

.green-button,
.green-button:hover {
    color: #ffffff;
    font-size: 18px;
	line-height: 64px !important;
	text-align: center;
	text-decoration: none;
    background: url(../i/green-button-bg.png) top left no-repeat;
	margin-left: -7px;
	width: 262px;
	height: 64px;
	display: block;
	float: left;
}

.green-button-small,
.green-button-small:hover {
    color: #ffffff;
    font-size: 15px;
	font-weight: bold;
	line-height: 55px !important;
	text-align: center;
	text-decoration: none;
    background: url(../i/green-button-small-bg.png) top left no-repeat;
	margin-left: -7px;
	width: 231px;
	height: 55px;
	display: block;
	float: left;
}

.green-button-small,
.green-button-small:hover {
    color: #ffffff;
    font-size: 15px;
	font-weight: bold;	
	line-height: 55px;
	text-align: center;
	text-decoration: none;
    background: url(../i/green-button-small-bg.png) top left no-repeat;
	margin-left: -7px;
	width: 231px;
	height: 55px;	
	float: left;
	cursor: pointer;
	cursor: hand;
}

/* ========== footer ========== */

.footer {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
}

.main-footer {
    color: #666666;
    text-align: right;
    line-height: 1.5em;
	background-image: url(../i/divider-dotted.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding-top: 20px;
	margin-top: 20px;
    margin-bottom: 40px;
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
}

.main-footer A {
    color: #3366cc;
    text-decoration: underline;
}

.main-footer UL {
	float: left;
}

.main-footer UL LI {
	float: left;
}

/* ========== forms ========== */

.form-indentation {
	padding-left: 30px;
}

.form {
	line-height: 2em;
}

.variants li {
    line-height:20px;
}

.rejected label {
    font-weight:normal !important;
    font-style:italic;
}

TEXTAREA {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 1px solid #999999;
	background: #ffffff url(../i/input-inner-shadow.gif) top repeat-x;
	padding: 7px 5px 0 5px;
	overflow: auto;	
}

.input-text, .input-password {
	border: 1px solid #999999;
	background: #ffffff url(../i/input-inner-shadow.gif) top repeat-x;
	padding: 5px;
	font-size: 110%;
}

ul.wish-actionform li select {
    margin: 5px 0;
}
ul.wish-actionform li textarea {
    margin: 5px 0;
}

.category-actionform {
    display: inline-block;
}

.category-actionform li {
    float:left;
}

.form LI {
	margin: 1em 0 0 0;
	clear: both;
	overflow: hidden;	
}

.form LI.actions {
	margin-top: 1em;
}

.form LI.actions A {
	font-size: 15px;
	margin-left: 7px;
}

.form LABEL {
	color: #666666;
	font-size: 15px;
	font-weight: bold;
	display: block;	
}

.form LI INPUT, TEXTAREA {
	float: left;
}

.form LI .highlighted {
	color: #999999;
	font-weight: bold;
	line-height: 30px;
	padding-left: .5em;
	height: 30px;
	float: left;
}

#username_status {
	margin-left: 14px;	
	float: left;
}
#check_username_block {
	padding: 0 7px;
}

#check_username_block.free {	
	color: green;
}

#check_username_block.busy {
	color: red;
}

.blue-glowed-button {
    background: url(../i/blue-glowed-button-rt.jpg) top right no-repeat;
    padding: 0;
    padding-right: 20px;
    margin: 0;
	margin-right: 10px;
    float: left;
}

.blue-glowed-button INPUT {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: none;
    background: url(../i/blue-glowed-button-lt.jpg) top left no-repeat;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 2px;
    margin: 0;
    height: 32px;
    float: left;
    overflow: visible;
	cursor: pointer;
	cursor: hand;
}

.blue-glowed-button-small {
    background: url(../i/blue-glowed-button-small-rt.jpg) top right no-repeat;
    padding: 0;
    padding-right: 12px;
    margin: 0;
	margin-top: 3px;
	margin-right: 10px;
    float: left;
}

.blue-glowed-button-small INPUT {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: none;
    background: url(../i/blue-glowed-button-small-lt.jpg) top left no-repeat;
    padding: 0;
    padding-left: 12px;
    padding-bottom: 2px;
    margin: 0;
    height: 26px;
    float: left;
    overflow: visible;
	cursor: pointer;
	cursor: hand;
}

.blue-glowed-button-animated {
	background: url(../i/blue-glowed-button-ani2.gif) top right no-repeat;
    padding: 0 20px 0 0;
    margin: 0 10px 0 0;
    float: left;
}

.blue-glowed-button-animated INPUT {
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    border: none;
    background: url(../i/blue-glowed-button-ani2.gif) top left no-repeat;
    padding: 0;
    padding-left: 20px;
    padding-bottom: 2px;
    margin: 0;
    height: 32px;
    float: left;
    overflow: visible;
	cursor: pointer;
	cursor: hand;
}

.white-bg INPUT {
	background-color: #ffffff;
}

.blue-bg INPUT {
	background-color: #e9f3fe;
}

.indigo-bg INPUT {
 	background-color: #ecf2f7;
 }
.cream-bg INPUT {
    background-color: #F8F1DB;
}


.green-bg INPUT {
	background-color: #eaf0e6;
}

UL.errorlist {
	padding: 0px;
	margin: 0px;
}

UL.errorlist LI {
	color: red;
	line-height: 16px;
	margin: 0px;
}


#add-wish-form .input-text {
	width: 500px;
}

#add-wish-form TEXTAREA {
	width: 500px;
}

#report-bug-form TEXTAREA {
	width: 500px;
}

#change-wish-form .input-text {
	width: 500px;
}

#change-wish-form TEXTAREA {
	width: 500px;
}

#item-action-form .input-text {
	width: 500px;
}

#item-action-form TEXTAREA {
	width: 500px;
}

/* Logout */

.warrow-green {
	font-weight: bold;
	background: url(../i/ico-warrow-green.gif) left no-repeat;
	line-height: 24px;
	padding-left: 34px;
	margin-bottom: 1em;
	height: 24px;
	display: block;
}

.warrow-orange {
	font-weight: bold;
	background: url(../i/ico-warrow-orange.gif) left no-repeat;
	line-height: 24px;
	padding-left: 34px;
	margin-bottom: 1em;
	height: 24px;
	display: block;
}

.warrow-blue {
	font-weight: bold;
	background: url(../i/ico-warrow-blue.gif) left no-repeat;
	line-height: 24px;
	padding-left: 34px;
	margin-bottom: 1em;
	height: 24px;
	display: block;
}

/* user-profile */

.user-profile {
	margin-bottom: 1em;
	overflow: hidden;
}

.user-profile .avatar {
	padding-top: 12px;
	width: 145px;
	float: left;	
}

.change-avatar {
	text-align: center;
	padding-top: 10px;
	width: 123px;
}

.change-password {
	text-align: center;
	padding-top: 10px;
	width: 123px;
}

.user-profile .info-1 {
	padding-right: 20px;
	width: 273px;
	float: left;
}

.user-profile .info-2 {
	width: 480px;
	float: left;
}

.user-profile .info-1 .input-text {
	width: 230px;
	margin-bottom: 9px;			
}


.user-profile .info-2 .input-text {
	width: 100px;
}

.user-profile .info-2 TEXTAREA {
	width: 420px;
	height: 163px;
}

.user-profile .info-2 .region {
 	padding-top: 8px;
}

.user-profile .info-2 .region .input-text {
	width: 200px;
	margin-right: 8px;
}

.birthday-calendar,
.birthday-calendar:hover {
	text-decoration: none;
	background: url(../i/ico-calendar.gif) top left no-repeat;
	margin-top: 4px;
	width: 23px;
	height: 23px;
	display: block;
	float: right;
}

/* change-avatar-form */

.change-avatar-form {
	margin-bottom: 1em;
	overflow: hidden;
}

.change-avatar-form .rounded-box-96px {
	float: left;
}

.change-avatar-form .form {
	margin-left: 1.5em;
	float: left;
}


/* comments */

UL.comments LI {
	border: 1px solid white;
    margin: 5px 0;
	position: relative;
	overflow: hidden;
	clear: both;
}

UL.comments LI .avatar {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

UL.comments LI .info {
	margin-left: 80px;
	position: relative;
	display: block;
	overflow: hidden;
	clear: both;
}

.comments LI .controls {
	text-align: right;
	padding: 0 10px 4px 0;
}

.comments LI .controls A.delete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
/*    background: url(../i/comment-delete-icon.gif) center left no-repeat;*/
	padding-left: 16px;
}

TEXTAREA.add-comment {
    color: #333333;
    font-size: 13px;
    padding: 10px;
    border: 1px solid #999999;
    background-attachment: fixed;
    background: url(../i/form-items-gradient.gif) top repeat-x;
    width: 628px;
    height: 150px;
    overflow: auto;
}

* html TEXTAREA.add-comment {
    background-attachment: fixed;
}

/* guests */

.guests LI {
    width: 100%;
    overflow: hidden;
    margin-bottom: 1.5em;
}

.guests LI .avatar {
    width: 64px;
    float: left;
}

.guests LI .whois {
	color: #555;
    margin-left: 10px;
    width: 196px;
    float: left;
}

.guests LI .whois A {
	display: block;
	margin-bottom: 7px;
    font-size: 13px;
}

/* wish-list */

.wishlist-item {
	position: relative;
	margin-bottom: 24px;
	line-height: 16px;
	display: block;
	overflow: hidden;
	width: 100%;
	clear: both;

	min-height:100px;
	height:auto !important;
	height:100px;
}

.wishlist-item A.image {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.wishlist-item .info {
	margin-left: 120px;
}

.wishlist-item A.image IMG {
	margin: 0 auto;	
	display: block;
	width: 96px;
}

.wishlist-item H2 {
	padding: 0;
	line-height: 22px;
	margin-bottom: 7px;
	overflow: hidden;	
}

.wishlist-item DIV.links {
	font-size: 13px;
	position: relative;
	margin-top: 14px;
	color: #888;
}

.wishlist-item DIV.links span {	
	position: absolute;
	color: #ccc;
	right: 0;
	top: 0;
}

.wishlist-item span A.comments {	
	background: url(../i/ico-comment.gif) top left no-repeat;
	padding-left: 24px;
	margin-left: 5px;	
	
}

.wishlist-item DIV.links UL {
	margin-top: 7px;
}

.wishlist-item DIV.links UL LI {
	line-height: 100%;
	height: 20px;
	font-size: 13px;
}
.wishlist-item DIV.links UL LI IMG {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 7px;
	overflow: hidden;
}

/* vote-item */

.vote-item {
	position: relative;
	margin-bottom: 24px;
	/* padding-left: 120px; */
	overflow: hidden;
	line-height: 16px;
	display: block;
}

.poll.vote-item {
	padding-left: 0px;
    margin-bottom: 25px;
    overflow: visible;
}

.vote-item .collage {
	float: left;
	width: 80px;
	height: 140px;
	display: inline-block;
	overflow: hidden;
	position: relative;
} 

.vote-item.start-confirmation .collage,
UL.polls-list LI .collage {
	width: 140px;
	height: 140px;
}


.vote-item .collage IMG { border: 1px solid #ddd; }

.vote-item .collage .image1 { position: absolute; top: 0px; left: 15px; }
.vote-item .collage .image2 { position: absolute; top: 15px; left: 0px; }
.vote-item .collage .image3 { position: absolute; top: 30px; left: 30px; }

.vote-item A.image {
	width: 120px;
	height: 96px;
	margin-left: -120px;
	float: left;
}

.vote-item A.image IMG {
	margin: 0 auto;	
	display: block;
	width: 96px;
}

.vote-item H2 {
	padding: 0;
	line-height: 22px;
	margin-bottom: 7px;
	overflow: hidden;	
}

.vote-item DIV.links {
	font-size: 14px;
	position: relative;
	margin-top: 14px;
	color: #888;
	
}

.vote-item DIV.links span {	
	position: absolute;
	color: #ccc;
	right: 0;
	top: 0;
}

.vote-item span A.comments {	
	background: url(../i/ico-comment.gif) top left no-repeat;
	padding-left: 24px;
	margin-left: 5px;	
	
}

.vote-item DIV.links UL {
	margin-top: 7px;
}

.vote-item DIV.links UL LI {
	line-height: 100%;
	height: 20px;
	font-size: 13px;
}
.vote-item DIV.links UL LI IMG {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 7px;
	overflow: hidden;
}

/* side banner */

.right-column-layout .sidebar-banner {
	text-align: right;
	margin: 2em 0;
	clear: both;
}

UL.paginator
{
	overflow: hidden;
	font-size: 18px;
	line-height: 25px;
	color: #ccc;
	margin: 14px 0;
	clear: both;
	
}

UL.paginator A
{
	text-decoration: none;
}

UL.paginator A:hover
{
	text-decoration: underline;	
}

UL.paginator LI
{
	list-style: none;
	display: inline;
	margin: 0 4px;
}

.search-results {
	margin-top: 20px;
}

H1 A.rss-orange {
	background: url(../i/ico-rss-orange.png) top left no-repeat;	
	line-height: 24px;
	padding-left: 28px;
}

A.author {
	color: #666 !important;
	line-height: 26px;
	text-decoration: none;
}

A.author IMG {
	vertical-align: middle;
}

.online SPAN.thumb {
	border-top: 3px solid #339900;
	background: #fff;
	padding-top: 2px;
}

A.author SPAN {
	text-decoration: underline;		
}

.breadcrumbs {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 2em;
}

.wishitem-links TABLE {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wishitem-links TABLE TD { 
	padding-right: 5px;
	padding-bottom: 5px;
}

.wishitem-links TABLE TD .info IMG {
	margin-right: 5px;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	float: left;
	overflow: hidden;	
}

.wishitem-links TABLE TD A.action IMG {
	width: 12px;
	height: 12px;
	vertical-align: middle;	
} 

.wishitem-links TABLE A { text-decoration: none; }
.wishitem-links TABLE .info A U { text-decoration: underline; }

.wishitem-links TABLE .action {
}

#add-link-form #id_new_link {
	width: 450px;
}

#add-link-form #id_message {
	width: 450px;
}

.active-wishers {
}

.active-wishers .leader {
	line-height: 1.5em;
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
}

.active-wishers .leader .info {
	width: 150px;
	float: left;
}

.active-wishers .leader .info .fname {
	background: url(../i/cup-first.gif) top left no-repeat;
	padding-top: 65px;
	margin-left: 10px;
	height: 20px;
	display: block;
}

.active-wishers .leader .info .wishes {
	padding-left: 10px;
}

.active-wishers .leader .info .wishes A {
	font-weight: bold;
}

.active-wishers .leader .info .city {
	padding-left: 10px;
}

.active-wishers .rate-line {
	margin: .5em 0;
	width: 100%;
	overflow: hidden;
}

.active-wishers .rate-line .place {
	font-size: 11px;
	font-weight: bold;
	line-height: 23px;
	text-align: center;
	background: url(../i/star-small.gif) top left no-repeat;
	width: 23px;
	height: 23px;
	float: left;	
}

.active-wishers .rate-line .avatar {
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

.active-wishers .rate-line .fname {
	line-height: 28px;
	margin-left: 5px;
	float: left;
}

/* find friends */

.find-friends {
	padding-left: 20px;
}

.find-friends TABLE {
	empty-cells: show;
}
	
.find-friends TABLE TD {
	vertical-align: top;
	padding: 5px 8px 5px 8px;
}

.find-friends TABLE .title {
	font-weight: bold;
	white-space: nowrap;
	padding-top: 12px; 
}

.find-friends TABLE .input-text-ctrl INPUT {
	width: 310px;
}

.find-friends TABLE .radio-group-ctrl {
	padding-top: 12px;
}

.find-friends TABLE .radio-group-ctrl LI {
	padding-right: 10px;
	float: left;
}

.find-friends TABLE .radio-group-ctrl LI LABEL {
	line-height: 16px; 
}

.find-friends TABLE .radio-group-ctrl LI LABEL INPUT {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.find-friends TABLE .action {
	vertical-align: middle;
}	

/* find wishes */

.find-wishes {
	padding-left: 20px;
}

.find-wishes TABLE {
	empty-cells: show;
}
	
.find-wishes TABLE TD {
	vertical-align: top;
	padding: 5px 8px 5px 8px;
}

.find-wishes TABLE .title {
	font-weight: bold;
	white-space: nowrap;
	padding-top: 14px; 
}

.find-wishes TABLE TD.input-text-ctrl {
	padding-top: 7px;
}

.find-wishes TABLE .input-text-ctrl INPUT {
	width: 390px;
}

.find-wishes TABLE .radio-group-ctrl {
	padding-top: 12px;
}

.find-wishes TABLE .radio-group-ctrl LI {
	padding-right: 10px;
	float: left;
}

.find-wishes TABLE .radio-group-ctrl LI LABEL {
	line-height: 16px; 
}

.find-wishes TABLE .radio-group-ctrl LI LABEL INPUT {
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.find-wishes TABLE .action {
	vertical-align: middle;
}	

.genie_nothappy {
	background: url(../i/genie_nothappy.jpg) top right;
	width: 264px;
	height: 347px;
	margin-top: -50px;
	position: absolute;
	right: 0px;
}

#wish-delete-form {
	padding-left: 32px;
	margin-bottom: 130px;
}

.confirm-delete {
	line-height: 24px;
	background: url(../i/delete-icon.gif) bottom left no-repeat;
	padding: 0px;
	padding-left: 32px;
	display: block;
}

.delete-wish-info,
.delete-wish-info:hover {
	color: #999999;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.6em;
	text-decoration: underline;
	display: block;
	padding-left: 32px;
	margin-top: 20px;
	margin-right: 260px;
	margin-bottom: 20px;
}

.delete-wish-info IMG {
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 20px;
}

.send-message-form {
	width: 100%;
	overflow: hidden;	
}

.send-message-form .user-item SPAN {
	font-family: Tahoma, Arial;
	font-size: 20px;
}

.send-message-form .balloon {
	width: 483px;
	float: right;
}

.send-message-form TEXTAREA {
	width: 430px;
	height: 82px;
}

.send-message-form .actions {
	line-height: 32px;
	margin-top: 15px;
	float: left;
	position: relative;
}

.user-message-reply {
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
	padding-top: 5px;	
}


.user-message-reply .balloon {
	margin-left: 35px;
	width: 545px;
	float: left;	
}

* html .user-message-reply .balloon {
	margin-left: 17px;
}

.user-message-reply .rounded-box-32px { 
	float: right; 
}

.user-message-post {
	margin-bottom: 1em;
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}

.user-message-post .balloon {
	margin-right: 35px;
	width: 545px;
	float: right;	
}

* html .user-message-post .balloon {
	margin-right: 17px;
}

.user-message-post .rounded-box-32px { 
	float: left; 
}


.image-delete-confirmation IMG {
	border: 1px solid #dedede;
}

.image-delete-confirmation IMG, .avatar-change-confirmation div.rounded-box-96px {
    float: left;
	vertical-align: middle;
	margin: 0 20px 20px 0;
}

.wish-delete-confirmation .wish-item {
    margin: 20px 0 -40px 0;
}

.friend-container-confirmation a.rounded-box-96px {
    float:left;
    margin: 20px 20px 20px 0;
}

.friend-container-confirmation h2 {
    margin-top:20px;
}

.vert32 {
	line-height: 32px;
}

div.ajax-spinner {
	line-height: 32px;
	background: url(../i/spinner.gif) no-repeat;
	width: 32px;
	height: 32px;
	display: none;
	float: right;
}

div.ajax-message {
    color:green;
    line-height:32px;
}

div.action_message .ajax-spinner {
    position: relative;
    top: 5px;
}

div.action_message TEXTAREA {
    display:block;
    float:none;
}

div#spinner {
	line-height: 32px;
    background: transparent url(../i/spinner.gif) no-repeat scroll left top;
    display: block;
	float: right;
	height: 32px;
	padding-left: 32px;
	margin: 15px 220px 0 0;
}

/***** .events-new *****/

ul.events-new {
	width: 650px;
	overflow: hidden;	
}

ul.events-new .event {
	margin: 0px !important;
	position: relative;
	overflow: hidden;
	width: 100%;
}

ul.events-new .divider {
	background: url(../i/event-divider-bg.gif) top repeat-x;
	height: 3px;
	margin: 10px 0;
}


ul.events-new .event A.image {
	position: absolute;
	display: block;
	width: 64px;
	height: 64px;
}

ul.events-new .event DIV.image {
	position: absolute;
	width: 64px;
	height: 64px;
}

ul.events-new .event .info {
	margin-left: 80px;	
}

ul.events-new .info .divider {
	padding: 0;
}

ul.events-new .event.comment { background: url(../i/event-ico-comment.gif) top right no-repeat; }
ul.events-new .event.wish { background: url(../i/event-ico-wish-add.gif) top right no-repeat; }
ul.events-new .event.complete { background: url(../i/event-ico-wish-done.gif) top right no-repeat; }
ul.events-new .event.gift { background: url(../i/event-ico-wish-gift.gif) top right no-repeat; }
ul.events-new .event.ever-had { background: url(../i/event-ico-wish-was.gif) top right no-repeat; }
ul.events-new .event.rejected { background: url(../i/event-ico-wish-rejected.gif) top right no-repeat; }
ul.events-new .event.fanclub { background: url(../i/event-ico-fanclub.gif) top right no-repeat; }
ul.events-new .event.poll-activated { background: url(../i/event-ico-poll-start.gif) top right no-repeat; }
ul.events-new .event.poll-complete { background: url(../i/event-ico-poll-stop.gif) top right no-repeat; }

ul.events-new .event .info .title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 16px;
	margin-right: 26px;	
}

ul.events-new .event .info .caption {
	font-size: 14px;
	font-weight: bold;	
	margin: 16px 0;	
}

ul.events-new .event .info H3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;	
}

/* .balloon */

.balloon { 
	position: relative; 
	margin-top: 5px;
}

/*.balloon.with-date { margin-top: 10px; }*/


.balloon .pimpa {
	display: block;    /**/
	position: absolute;
	width: 10px;
	height: 10px;
}

.balloon .date-time {
	color: #a0a2a5;
	font-size: 10px;
	text-align: center;
	line-height: 21px;
	width: 98px;
	height: 21px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	right: 25px;
	z-index: 999;
}

.balloon .ln-m .divider {
	background: url(../i/balloon-divider-bg.gif) center repeat-x;
	margin-bottom: 0px;	
	position: relative;
	overflow: hidden;
	line-height: 21px;
	height: 21px;
}

.balloon .ln-m .divider .date-time-inside {
	color: #a0a2a5;
	font-size: 10px;
	text-align: center;	
	width: 98px;
	position: absolute;
	top: 0px;
	right: 9px;
}


.balloon.pimpa-top .pimpa { top: -9px; left: 15px; right: 0px; }
.balloon.pimpa-left .pimpa { top: 15px; left: 0px; }
.balloon.pimpa-right .pimpa { top: 15px; right: 0px; }

.color-yellow-pimpa-top { background: url(../i/pimpa-yellow-top.gif) top left no-repeat; top: -9px; left: 15px; right: 0px; }
.color-yellow-pimpa-left { background: url(../i/pimpa-yellow-left.gif) top left no-repeat; top: 15px; left: 0px; }
.color-yellow-pimpa-right { background: url(../i/pimpa-yellow-right.gif) top right no-repeat; top: 15px; right: 0px; }
.balloon.color-yellow .date-time { background: url(../i/balloon-yellow-dt.gif) top left no-repeat; }
.balloon.color-yellow .date-time-inside { background: url(../i/balloon-yellow-dt.gif) top left no-repeat; }

.color-orange-pimpa-top { background: url(../i/pimpa-orange-top.gif) top left no-repeat; top: -9px; left: 15px; right: 0px; }
.color-orange-pimpa-left { background: url(../i/pimpa-orange-left.gif) top left no-repeat; top: 15px; left: 0px; }
.color-orange-pimpa-right { background: url(../i/pimpa-orange-right.gif) top right no-repeat; top: 15px; right: 0px; }
.balloon.color-orange .date-time { background: url(../i/balloon-orange-dt.gif) top left no-repeat; }
.balloon.color-orange .date-time-inside { background: url(../i/balloon-orange-dt.gif) top left no-repeat; }

.color-white-pimpa-top { background: url(../i/pimpa-white-top.gif) top left no-repeat; top: -9px; left: 15px; right: 0px; }
.color-white-pimpa-left { background: url(../i/pimpa-white-left.gif) top left no-repeat; top: 15px; left: 0px; }
.color-white-pimpa-right { background: url(../i/pimpa-white-right.gif) top right no-repeat; top: 15px; right: 0px; }
.balloon.color-white .date-time { background: url(../i/balloon-white-dt.gif) top left no-repeat; }
.balloon.color-white .date-time-inside { background: url(../i/balloon-white-dt.gif) top left no-repeat; }

.color-gray-pimpa-top { background: url(../i/pimpa-gray-top.gif) top left no-repeat; top: -9px; left: 15px; right: 0px; }
.color-gray-pimpa-left { background: url(../i/pimpa-gray-left.gif) top left no-repeat; top: 15px; left: 0px; }
.color-gray-pimpa-right { background: url(../i/pimpa-gray-right.gif) top right no-repeat; top: 15px; right: 0px; }
.balloon.color-gray .date-time { background: url(../i/balloon-gray-dt.gif) top left no-repeat; }
.balloon.color-gray .date-time-inside { background: url(../i/balloon-gray-dt.gif) top left no-repeat; }

.color-blue-pimpa-top { background: url(../i/pimpa-blue-top.gif) top left no-repeat; top: -9px; left: 15px; right: 0px; }
.color-blue-pimpa-left { background: url(../i/pimpa-blue-left.gif) top left no-repeat; top: 15px; left: 0px; }
.color-blue-pimpa-right { background: url(../i/pimpa-blue-right.gif) top right no-repeat; top: 15px; right: 0px; }
.balloon.color-blue .date-time { background: url(../i/balloon-blue-dt.gif) top left no-repeat; }
.balloon.color-blue .date-time-inside { background: url(../i/balloon-blue-dt.gif) top left no-repeat; }

.color-darkblue-pimpa-top { background: url(../i/pimpa-darkblue-top.gif) top left no-repeat; top: -9px; left: 15px; right: 0px; }
.color-darkblue-pimpa-left { background: url(../i/pimpa-darkblue-left.gif) top left no-repeat; top: 15px; left: 0px; }
.color-darkblue-pimpa-right { background: url(../i/pimpa-darkblue-right.gif) top right no-repeat; top: 15px; right: 0px; }
.balloon.color-darkblue .date-time { background: url(../i/balloon-darkblue-dt.gif) top left no-repeat; }
.balloon.color-darkblue .date-time-inside { background: url(../i/balloon-darkblue-dt.gif) top left no-repeat; }

.balloon .rounded {
	position: relative;
	/* width: 100%; */
	/* overflow: hidden; */
}

.balloon.pimpa-top .rounded { margin-top: 15px; }
.balloon.pimpa-left .rounded { margin-left: 9px; }
.balloon.pimpa-right .rounded { margin-right: 9px; }

.balloon .rounded .ln-t { position: relative; height: 7px; }
.balloon .rounded .ln-m { line-height: 1.4em; padding: 10px 15px; height: auto; overflow: hidden; }
.balloon .rounded .ln-b { position: relative; height: 7px; overflow: hidden; }

.balloon .cl-l, .balloon .cl-r { position: absolute; width: 7px; height: 7px; }
.balloon .ln-t .cl-m { font-size: 0px; line-height: 0px; padding: 0px; margin: 0px 7px; height: 6px; }
.balloon .ln-b .cl-m { font-size: 0px; line-height: 0px; padding: 0px; margin: 0px 7px; height: 6px; }
* html .balloon .ln-b .cl-m { height: 5px; } /* IE 6 FIX */

.balloon.color-white .ln-t .cl-l { background: url(../i/balloon_white_tl.gif) top left no-repeat; top: 0px; left: 0px; }
.balloon.color-white .ln-t .cl-m { background: #fff; border-top: 1px solid #d1d1d1; }
.balloon.color-white .ln-t .cl-r { background: url(../i/balloon_white_tr.gif) top right no-repeat; top: 0px; right: 0px; }
.balloon.color-white .ln-m 		 { background: #fff; border: 1px solid #d1d1d1; border-top: none; border-bottom: none; }
.balloon.color-white .ln-b .cl-l { background: url(../i/balloon_white_bl.gif) bottom left no-repeat; bottom: 0px; left: 0px; }
.balloon.color-white .ln-b .cl-m { background: #fff; border-bottom: 1px solid #d1d1d1; }
.balloon.color-white .ln-b .cl-r { background: url(../i/balloon_white_br.gif) bottom right no-repeat; bottom: 0px; right: 0px; }

.balloon.color-gray .ln-t .cl-l { background: url(../i/balloon_gray_tl.gif) top left no-repeat; top: 0px; left: 0px; }
.balloon.color-gray .ln-t .cl-m { background: #f3f3f3; border-top: 1px solid #d8d8d8; }
.balloon.color-gray .ln-t .cl-r { background: url(../i/balloon_gray_tr.gif) top right no-repeat; top: 0px; right: 0px; }
.balloon.color-gray .ln-m 		{ background: #f3f3f3; border: 1px solid #d8d8d8; border-top: none; border-bottom: none; }
.balloon.color-gray .ln-b .cl-l { background: url(../i/balloon_gray_bl.gif) bottom left no-repeat; bottom: 0px; left: 0px; }
.balloon.color-gray .ln-b .cl-m { background: #f3f3f3; border-bottom: 1px solid #d8d8d8; }
.balloon.color-gray .ln-b .cl-r { background: url(../i/balloon_gray_br.gif) bottom right no-repeat; bottom: 0px; right: 0px; }

.balloon.color-blue .ln-t .cl-l { background: url(../i/balloon_blue_tl.gif) top left no-repeat; top: 0px; left: 0px; }
.balloon.color-blue .ln-t .cl-m { background: #ebf5ff; border-top: 1px solid #cadff5; }
.balloon.color-blue .ln-t .cl-r { background: url(../i/balloon_blue_tr.gif) top right no-repeat; top: 0px; right: 0px; }
.balloon.color-blue .ln-m       { background: #ebf5ff; border: 1px solid #cadff5; border-top: none; border-bottom: none; }
.balloon.color-blue .ln-b .cl-l { background: url(../i/balloon_blue_bl.gif) bottom left no-repeat; bottom: 0px; left: 0px; }
.balloon.color-blue .ln-b .cl-m { background: #ebf5ff; border-bottom: 1px solid #cadff5; }
.balloon.color-blue .ln-b .cl-r { background: url(../i/balloon_blue_br.gif) bottom right no-repeat; bottom: 0px; right: 0px; }

.balloon.color-darkblue .ln-t .cl-l { background: url(../i/balloon_darkblue_tl.gif) top left no-repeat; top: 0px; left: 0px; }
.balloon.color-darkblue .ln-t .cl-m { background: #deefff; border-top: 1px solid #a8caef; }
.balloon.color-darkblue .ln-t .cl-r { background: url(../i/balloon_darkblue_tr.gif) top right no-repeat; top: 0px; right: 0px; }
.balloon.color-darkblue .ln-m       { background: #deefff; border: 1px solid #a8caef; border-top: none; border-bottom: none; }
.balloon.color-darkblue .ln-b .cl-l { background: url(../i/balloon_darkblue_bl.gif) bottom left no-repeat; bottom: 0px; left: 0px; }
.balloon.color-darkblue .ln-b .cl-m { background: #deefff; border-bottom: 1px solid #a8caef; }
.balloon.color-darkblue .ln-b .cl-r { background: url(../i/balloon_darkblue_br.gif) bottom right no-repeat; bottom: 0px; right: 0px; }

.balloon.color-yellow .ln-t .cl-l { background: url(../i/balloon_yellow_tl.gif) top left no-repeat; top: 0px; left: 0px; }
.balloon.color-yellow .ln-t .cl-m { background: #f8f1db; border-top: 1px solid #e0d2a7; }
.balloon.color-yellow .ln-t .cl-r { background: url(../i/balloon_yellow_tr.gif) top right no-repeat; top: 0px; right: 0px; }
.balloon.color-yellow .ln-m       { background: #f8f1db; border: 1px solid #e0d2a7; border-top: none; border-bottom: none; }
.balloon.color-yellow .ln-b .cl-l { background: url(../i/balloon_yellow_bl.gif) bottom left no-repeat; bottom: 0px; left: 0px; }
.balloon.color-yellow .ln-b .cl-m { background: #f8f1db; border-bottom: 1px solid #e0d2a7; }
.balloon.color-yellow .ln-b .cl-r { background: url(../i/balloon_yellow_br.gif) bottom right no-repeat; bottom: 0px; right: 0px; }

.balloon.color-orange .ln-t .cl-l { background: url(../i/balloon_orange_tl.gif) top left no-repeat; top: 0px; left: 0px; }
.balloon.color-orange .ln-t .cl-m { background: #fff3eb; border-top: 1px solid #ffdbc0; }
.balloon.color-orange .ln-t .cl-r { background: url(../i/balloon_orange_tr.gif) top right no-repeat; top: 0px; right: 0px; }
.balloon.color-orange .ln-m       { background: #fff3eb; border: 1px solid #ffdbc0; border-top: none; border-bottom: none; }
.balloon.color-orange .ln-b .cl-l { background: url(../i/balloon_orange_bl.gif) bottom left no-repeat; bottom: 0px; left: 0px; }
.balloon.color-orange .ln-b .cl-m { background: #fff3eb; border-bottom: 1px solid #ffdbc0; }
.balloon.color-orange .ln-b .cl-r { background: url(../i/balloon_orange_br.gif) bottom right no-repeat; bottom: 0px; right: 0px; }



.error-message-404 {
	background: url(../i/genie_nothappy.gif) top right no-repeat;
	padding-bottom: 300px;
}


.item-categories {
	margin: 10px 0;
	overflow: hidden;
}
.item-categories LI {
	float: left;
	
	width: 305px;
}

.item-categories LI A {
	color: #999;
	font-size: 14px;
	font-weight: bold;
	line-height: 64px;
	text-decoration: none;
	background: url(../i/user-lists-ibord.gif) center left no-repeat;
	padding: 8px 0;
	margin-left: 7px;
	height: 74px;
	display: block;
}

.item-categories LI A U {
	color: #3366cc;
	font-size: 18px;
	font-weight: normal;
	text-decoration: underline;
}

.item-categories LI A:hover U {
	color: #4080ff;
}

.item-categories LI A IMG {
	vertical-align: middle;
	margin: 6px 12px 0 5px;
	display: inline-block;
}


/* --- UL.category-links (begin) --- */

UL.category-links {
	overflow: hidden;
	margin-bottom: 20px;
}

UL.category-links LI {
	float: left;
	margin: 0 10px;
	line-height: 24px;
	vertical-align: baseline;	
}

UL.category-links LI A.active {
	font-size: 160%;
}

/* --- UL.category-links (end) --- */

/* --- UL.category-links-new {begin} --- */

UL.category-links-new {
	margin-bottom: 20px;
	overflow: hidden;
	width: 100%;
}

UL.category-links-new LI {
	margin-right: 8px;
	float: left;
}

UL.category-links-new LI A {
	text-decoration: none;
	background: url(../i/category-item-bg-normal.gif) top right no-repeat;
	display: inline-block;
	overflow: hidden;
}

UL.category-links-new LI A DIV {
	line-height: 28px;
	vertical-align: baseline;
	background: url(../i/category-item-bg-normal.gif) top left no-repeat;
	padding-left: 13px;
	margin-right: 13px;
	height: 28px;
	float: left;
	white-space: nowrap;
}

UL.category-links-new LI A DIV U {
	text-decoration: underline;
	padding-left: 6px;
}

UL.category-links-new LI A DIV SUP {
	color: #7a9bde;
	font-family: Tahoma;
	font-size: 9px;
	text-decoration: none;
	/* vertical-align: super; */
	padding-left: 2px;
	vertical-align: baseline; 
	position: relative; 
	top: -0.6em;
}

UL.category-links-new LI A.active { background: url(../i/category-item-bg-active.gif) top right no-repeat; }
UL.category-links-new LI A.active DIV { background: url(../i/category-item-bg-active.gif) top left no-repeat; }

/* --- UL.category-links-new {end} --- */


UL.item-history {
	list-style: none;
	margin-left: 5px
}

UL.item-history LI {
	font-size: 12px;
	position: relative;
	margin-bottom: 10px;
	color: #666;
	line-height: 16px;
}

UL.item-history SPAN.type {
	background: #f8f1db;
	font-size: 120%;
	margin-bottom: 4px;
	font-style: normal;	
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 15px;
}

UL.item-history LI.hidden {
	display: none;
}

#show-item-history {
	background: url(../i/ico-sm-expand.gif) center right no-repeat; 
}

#hide-item-history {
	background: url(../i/ico-sm-collapse.gif) center right no-repeat; 
}

#show-item-history, 
#hide-item-history {
    color: #9e8e5e;
    padding-right: 18px;
    display: none;
}

UL.item-history LI.current SPAN.type {
	color: #555;
	font-weight: bold;
}

UL.item-history LI.current {
	color: #000;
}
UL.item-history LI.current .date-time-inside {
	color: #555 !important;
}

UL.item-history LI DIV.message {
	margin-left: 20px;
}

UL.item-actions {
	overflow: hidden;
	margin-left: 25px;
	float: left;
}

UL.item-actions LI {
	float: left;
	margin-top: 7px;
	margin-right: 14px;	
}

UL.item-actions LI A {
	background: url(../i/arrow-blue-right.gif) center left no-repeat;
	padding-left: 8px;
}

div#hcontainer {
    float:right;
    position:relative;
    top:8px;
}

.empty-list-info {
	background: url(../i/ico-info-circle.gif) top left no-repeat;
	padding-left: 32px;
	overflow: hidden;
}

.empty-list-info P {
	margin-top: .4em;
	margin-bottom: 1em;
}

.secondary-button-aslink {
	line-height: 32px;
}

.action_menu {
	font-weight: bolder;
	border: 1px solid #c8c5ba;
	background: #fcf8ed url(../i/arrow-black-btm.gif) 8px 11px no-repeat;	
	padding: 4px 10px 4px 20px;
	display: block;
	position: relative;
	top: -4px;
}

#invite-friend .balloon H2 {
	margin: 0;
	padding: 0;
}
#invite-friend .balloon .divider {
	margin: 5px 0;
}


#invite-friend #invitees {
    margin:15px 0 5px 0;
}

.ajax-scrollers {
	margin: 29px 0 0 10px;
	float: left;
}

.ajax-scrollers LI {
	margin-right: 5px;
	float: left;
}

.ajax-scrollers LI A {
	width: 15px;
	height: 15px;
	display: block;
}

.left-passive { background: url(../i/scroller-set.gif) -75px 0 no-repeat; }
.right-passive { background: url(../i/scroller-set.gif) -120px 0 no-repeat; }
.list-passive { background: url(../i/scroller-set.gif) -30px 0 no-repeat; }

.left-normal { background: url(../i/scroller-set.gif) -60px 0 no-repeat; }
.left-normal:hover { background: url(../i/scroller-set.gif) -45px 0 no-repeat; }

.right-normal { background: url(../i/scroller-set.gif) -105px 0 no-repeat; }
.right-normal:hover { background: url(../i/scroller-set.gif) -90px 0 no-repeat; }

.left-normal, .right-normal {
    cursor: pointer;
    cursor: hand;
}

.list-normal { background: url(../i/scroller-set.gif) -15px 0 no-repeat; }
.list-normal:hover { background: url(../i/scroller-set.gif) 0 0 no-repeat; }

#category-add-button-centerer, .poll-vote-button {
	margin-left: 65px;
}

.poll-vars LI .poll-vote-button A, 
.poll-vars LI .poll-vote-percent span {
    position:absolute;
    top:190px;
    left:35px;
}

.poll-vars .go-vote-button {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 38px;
	text-align: center;
	text-decoration: none;
	background: url(../i/poll-choice-btn.gif) top left no-repeat;
	position: absolute;
	top: 195px;
	left: 10px;
	width: 165px;
	height: 34px;	
}

.poll-vars .results {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	position: absolute;
	top: 195px;
	width: 200px;
	height: 38px;
}

.poll-vars .results SPAN {
	font-size: 11px;
	font-weight: normal;
	display: block;
	margin: 0 50px;	
}

.poll-vars UL.errorlist {
	
}

.poll-vars UL.errorlist LI {
	height: auto;
}

#category-add-button-centerer A, 
#poll-start-button A, 
#poll-finish-button A, 
.poll-vote-button A {
	background: url(../i/blue-glowed-button-120.gif) top left no-repeat;
	color: #fff;
	cursor: hand;
	cursor: pointer;
	display: inline-block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 27px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 120px;
}

.add-to-category-panel {
	margin-bottom: 20px;
	overflow: hidden;
}

.start-confirmation .image, .delete-confirmation .image {
	margin-right: 20px;
}



.goto-letters {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	padding-top: 10px;
	display: block;
}

.af-confirm { 
	padding: 10px 0;
	overflow: hidden;
	width: 100%; 
}

.af-confirm .rounded-box-96px {
	float: left;
}

.af-confirm UL.form {
	margin-left: 20px;
	float: left;
}

.af-confirm UL.form H1 {
	margin: 5px 0;
}

.user-bars {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.user-bars LI IMG {
	margin: 0 0 10px 10px;
	cursor: pointer;
	cursor: hand;
}

.user-bars LI.code-source {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 500px;
	height: 400px;
}

.user-bars LI.code-source TEXTAREA {
	width: 400px;
	height: 100px;
	display: block;
	clear: both;
}

.user-bars LI.code-source LABEL {
	display: block;
	clear: both;
}

.user-bars LI LABEL {
	display: inline-block;
}

.gift-demo {
	margin-top: 7px;
}

.gift-demo .scroll-frame {
	margin: 0 11px !important;
	width: 230px;
}

.gift-demo .panoram-list {
	height: auto !important;
}

.gift-demo H1 {
	margin-top: 0px;
}

.gift-demo .ajax-scrollers {
	margin-top: 6px;	
}

.gift-demo .wish-item {
	width: 230px;
	height: auto !important;
}

.gift-demo .wish-item .balloon .ln-m {
	text-align: left;
}

.sh-btn-120x40 {
	width: 240px;
	float: left;
}

.sh-btn-120x40 LI INPUT {
	margin-top: 15px;
}

.sh-btn-120x40 LI LABEL {
	margin-top: 15px;
	display: inline;
}

.sh-btn-180x30 {
	width: 220px;
	float: left;
}

.sh-btn-180x30 LI INPUT {
	margin-top: 9px;
}

.sh-btn-180x30 LI LABEL {
	margin-top: 9px;
	display: inline;
}

.sh-btn-code {
	clear: both;
}

.sh-btn-code TEXTAREA {
	width: 430px;
	height: 100px; 
}

.prob-desc {
	color: #6699cc;
	font-style: italic;
	margin: 0 0 5px 0;
}

.poll-vars {
	margin: 0 0 10px 0;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.poll-vars LI {
	margin: 0 10px 0 0;
	width: 200px;
	height: 240px;
	clear: none;
	float: left;
	position: relative;
}

.poll-vars LI .title {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	clear: both;
}

.poll-vars LI .title INPUT {
	font-size: 14px;
	font-weight: normal;
	width: 175px;
}

.poll-vars LI .number {
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 40px;
	left: 0px;
}

.poll-vars LI IMG {
	border: 1px solid #dadfe3;
	position: absolute;
	top: 45px;
	left: 30px;
}

.poll-vars LI div.image-actions {
    left:25px;
    line-height:1.3em;
    position:absolute;
    top:175px;
}

.poll-vars LI div.image-actions a {
    display:inline;
    position:static;
}
.poll-vars LI A {
	line-height: 1.3em;
	text-align: center;
	display: block;
	position: absolute;
	top: 90px;
	left: 30px;
	width: 128px;	
}

.poll-add-edit TEXTAREA {
	margin-bottom: 13px;
	width: 600px;
	height: 70px;
}

.poll-add-edit .balloon {
	margin-bottom: 13px;
}

.mychoose LI INPUT {
	line-height: 18px;
	vertical-align: middle;
	height: 18px;
}

.poll-confirm TEXTAREA {
	width: 600px;
	height: 70px;
}

.poll-manage {
}

.poll-manage UL {
	margin-top: 5px;
	overflow: hidden;
	width: 100%;
}

.poll-manage UL LI {
	margin-top: 7px;
}

.poll-manage .link-edit {
	line-height: 24px;
	background: url(../i/ico-edit-16x16.gif) no-repeat left center;
	padding-left: 24px;
}

.poll-manage UL.controls LI A {
	line-height: 24px;
	padding-left: 24px;
}

.poll-manage .link-delete {
	background: url(../i/ico-delete-16x16.gif) no-repeat left center;
}

.poll-manage .link-start {
	background: url(../i/ico-start-16x16.gif) no-repeat left center;
}

.poll-manage .link-stop {
	background: url(../i/ico-stop-16x16.gif) no-repeat left center;
}

.poll-manage .add-wish {
	background: url(../i/ico-wizard-16x16.gif) no-repeat left center;
}

#poll-finish-form TEXTAREA#id_description {
	width: 575px;
}

/*.poll-vars LI.chosen .title {
    color: #3366cc;
}
*/
/*.poll-vars LI.unchosen .title {
    color: #888;
}
*/
.poll-vars LI.chosen {
	background: url(../i/poll-chosen-bg.jpg) 15px 30px no-repeat;	
}

#add-wish-form LI {
	clear: none;
	width: 550px;
}

#add-wish-form .thumbnail {
	clear: none;
	float: left;
	width: 300px;
}

#add-wish-form .thumbnail IMG {
	border: 1px solid #ddd;
}

#add-wish-form .actions {
	margin-left: 300px;
	clear: both;
}

#add-poll-button {
	margin-left: 40px;
}

#add-poll-button A {
	color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	text-decoration: none;
	text-align: center;
	background: url(../i/blue-glowed-button-170.gif) top left no-repeat;
	display: block;
	width: 170px;
	height: 32px;
}

/* .home-poll */

.home-poll {
	/* border: 1px solid #cadff5; */ 
	background: url(../i/poll_bgnd.gif) top repeat-x;
	/* overflow: hidden; */
	width: 650px;
} 

.home-poll .t { background: url(../i/poll-c-border.gif) top repeat-x; }
.home-poll .l { background: url(../i/poll-c-border.gif) left repeat-y; }
.home-poll .r { background: url(../i/poll-c-border.gif) right repeat-y; }
.home-poll .b { background: url(../i/poll-c-border.gif) bottom repeat-x; }

.home-poll .tl { background: url(../i/poll-c-tl.gif) top left no-repeat; }
.home-poll .tr { background: url(../i/poll-c-tr.gif) top right no-repeat; }
.home-poll .bl { background: url(../i/poll-c-bl.gif) bottom left no-repeat; }
.home-poll .br { background: url(../i/poll-c-br.gif) bottom right no-repeat; padding: 20px; }

.home-poll H1 {
	color: #FF6600;
	line-height: 1em;
	margin: 0px;
	/* margin-bottom: 10px; */
} 
 
.home-poll .ajax-scrollers {
	margin-top: 5px;
}
 
.home-poll UL.items {
	margin-top: 15px;
	overflow: hidden;
	width: 100%;
} 

* HTML .home-poll .ajax-scrollers,
* HTML .home-poll .scroll-frame,
* HTML .home-poll .panoram-list,
* HTML .home-poll .panoram-list LI,
* HTML .home-poll .four-column-list {
	margin-top: 0px;
}

.home-poll .scroll-frame {
	width: 610px !important;
	clear: both;
	overflow: hidden;
	display: block;
}

.home-poll .panoram-list {
	height: 215px;
}

.home-poll UL.items.short {
	margin-left: 80px;
} 
 
.home-poll UL.items LI.item {
	margin-left: 35px;
	position: relative;
	float: left;
	width: 155px;
	height: 180px;
} 

.home-poll UL.items.short LI.item {
	margin-left: 45px;
} 

.home-poll UL.items LI .namber {
	margin: 8px 0 0 5px; 
	float: left;
	width: 15px;
	height: 15px;
} 

.home-poll UL.items LI .no1  { background: url( ../i/poll-num-01.gif ) top left no-repeat; } 
.home-poll UL.items LI .no2 { background: url( ../i/poll-num-02.gif ) top left no-repeat; } 
.home-poll UL.items LI .no3  { background: url( ../i/poll-num-03.gif ) top left no-repeat; } 
 
 .home-poll UL.items LI DIV.thumb {
 	border: 1px solid #d0d0d0;
	background: #fff;
	padding: 10px;
	float: left;
	margin-left: 12px;
	width: 80px;
	height: 80px;
}
 
.home-poll UL.items LI A.vote-descr {
	text-decoration: none;
	background: url(../i/poll-vote-btn.gif) top left no-repeat;
	padding: 3px 10px 0px 10px;
	margin: 10px 0 0 5px;
	float: left;
	width: 134px;
	height: 50px;
	display: table; 
	#position: relative; 
	overflow: hidden;
}

.home-poll UL.items LI A.vote-descr DIV.middle {
	color: #fff;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	#position: absolute; 
	#top: 50%;
	display: table-cell; 
	vertical-align: middle;
}

.home-poll UL.items LI A.vote-descr DIV.inner {
	text-align: center;
	#position: relative;
	#top: -50%;
	width: 134px;
}

.home-poll UL.items LI .vote-result {
	line-height: 1.4em;
	margin: 10px 0 0 5px;
	width: 154px;
	height: 50px;
	float: left;
}

.home-poll UL.items LI .vote-result .title {
	color: #444;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.home-poll UL.items LI .vote-result .votes {
	color: #444;
	text-align: center;
}

UL.poll-items {
	margin-bottom: 1em;
	overflow: hidden;
	width: 100%;	
}

UL.poll-items LI {
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin: 0 10px 0 0;
	width: 200px;
	overflow: visible;
	clear: none;
	float: left;	
}

UL.poll-items LI UL.errorlist {
	clear: both;
}

UL.poll-items LI UL.errorlist LI {
	color: red;
	margin-top: 1em;
	width: 180px;
}

UL.poll-items LI INPUT {
	width: 160px;
}

.comments LI .image1,
.event.comment .image1,
.event.poll .image1 { border: 1px solid #ddd; position: absolute; top: 0px; left: 15px; }

.comments LI .image2,
.event.comment .image2,
.event.poll .image2 { border: 1px solid #ddd; position: absolute; top: 15px; left: 0px; }

.comments LI .image3,
.event.comment .image3,
.event.poll .image3 { border: 1px solid #ddd; position: absolute; top: 30px; left: 30px; }

.user-profile.notifications INPUT {
	display: inline-block;
}

.user-profile.notifications LABEL {
	display: inline-block;
}
