body { 
    background-color: #fff; 
    font-family: Tahoma, Trebuchet MS, sans-serif; 
    font-size: 12px; 
}

a {
    color: #006eb9;
    text-decoration: underline;
}

a:hover {
    color: #EB7A2C;
}

strong {
    font-weight: bold;
}

ol {
    list-style-type: decimal;
    padding-left: 20px;
    line-height: 16px;
}

.fleft, .left { float: left; }
.fright { float: right; }
.clear { clear: both; height: 0px; line-height: 0px; font-size: 0px; }
.center { text-align: center; }

.help {
    float: right;
    font-weight: normal;
    color: #fff;
    padding-top: 7px;
    line-height: 12px;
}

.link-img {
    text-decoration: none;
}

.link-img span {
}

.link-img span:hover {
    text-decoration: underline;
    color: #EB7A2C;
}

.link-img img {
    margin:0 3px;
}

.report-issue {
    border-right:1px solid #ABABAB;
    color: #ABABAB;
    padding: 0 5px;
}

.stars {
    background: transparent url(../images/new/icons/star_off.png) repeat-x;
    margin-top: 3px;
    width: 72px;
}

.starsOn {
    background: transparent url(../images/new/icons/star_on.png) repeat-x;
    height: 12px;
}

span.grade {
    background:#fff url(../images/new/icons/star_off.png) repeat-x scroll 0 0;
    padding-right: 9px;
    cursor: pointer;
}

span.gradeActiv {
    background:#fff url(../images/new/icons/star_on.png) repeat-x scroll 0 0;
    padding-right: 9px;
    cursor: pointer;
}

#container { 
    margin: 0 auto;
    width: 1000px;
    background: url(/images/new/col-left-bg.png) repeat-y left top;
}

#bg-wrapper {
    background: url(/images/new/col-left-bottom.png) no-repeat left bottom;
    zoom: 1;
    padding-bottom:20px;
}

#bg-wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#col-left {
    width: 215px;
    float: left;
    padding-bottom: 160px;
}

#col-left .widget {
    width: 190px;
    margin: 0 auto 10px auto;
    color: #000;
}

#col-left .widget .widget-top {
    height: 27px;
    line-height: 27px;
    background: url(/images/new/widget-left-top.png) no-repeat;
    font-size: 14px; 
    color: #fff;
    font-weight: bold;
    padding: 0 10px;
    width: 170px;
}

#col-left .widget .widget-content {
    background: #fff;
    padding: 13px 10px;
    width: 170px;
}

#col-left .widget .widget-bottom {
    height: 5px;
    background: url(/images/new/widget-left-bottom.png) no-repeat;
    font-size: 0;
}

#col-left #tags ul li {
    display: inline;
}

#col-left #tags a {
    color: #006eb9;
    font-size: 12px;
    text-decoration: underline;
    line-height: 24px;
}

#col-left #tags a:hover {
    color: #EB7A2C;
}

#col-left #newestreviews .widget-content {
    padding: 0;
    width: 190px;
}

#col-left #newestreviews ul li {
    padding: 5px 0 15px 0;
    margin: 0 10px;
    width: 170px;
    border-bottom: 1px dashed #e2e2e2;
    line-height: 15px;
    overflow: hidden;
}

#col-left #newestreviews ul li p a{
    color: #000;
    text-decoration:none;
} 

#col-left #newestreviews ul li.last {
    border-bottom: none;
}

#col-left #newestreviews h2 a {
    text-decoration: none;
    font-size: 14px;
    color: #eb7a2c;
    line-height: 24px;
    font-weight: bold;
}

#col-left #newestreviews h2 a:hover {
    color: #006eb9;
}

#col-left #top10authors .widget-content {
    padding: 0;
    width: 190px;
}

#col-left #top10authors ul li {
    padding: 5px 10px;
    width: 170px;
    border-bottom: 1px dashed #e2e2e2;
    overflow:auto;
    clear:both;
}

#col-left #top10authors ul li a {
    color: #006eb9;
    font-weight: bold;
    line-height:26px;
}

#col-left #top10authors ul li a:hover {
    color: #EB7A2C;
}

#col-left #top10authors ul li a img {
    vertical-align: middle;
    text-decoration: none;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    display:block;
    float:left;
    
}

ul#main-menu {
    margin: 16px 0 21px 10px;
    background: url(/images/new/menu-left-bg.png);
}

ul#main-menu li {
    position: relative;
}

ul#main-menu li a {
    line-height: 35px;
    text-indent: 27px;
    height: 35px;
    width: 205px;
    display: block;
    background: url(/images/new/menu-left-button.png) no-repeat;
    font-family: Myriad Pro, Tahoma, Trebuchet MS, sans-serif;
    font-size: 16px;
    color: #444;
    text-decoration: none;
}

ul#main-menu li a:hover, ul#main-menu li a:active, ul#main-menu li.active a {
    background: url(/images/new/menu-left-button.png) no-repeat 0 -35px;
    color: #ea7423;
}

ul#main-menu li#logo {
    height: 79px;
    background: url(/images/new/menu-left-top.png) no-repeat left bottom;
}

ul#main-menu li#logo a {
    text-indent: 0;
}

ul#main-menu li.bottom {
    padding-bottom: 14px;
    background: url(/images/new/menu-left-bottom.png) no-repeat left bottom;
}

ul#main-menu li ul {
    padding: 5px 0;
}

ul#main-menu li ul li a {
    font-size: 14px;
    color: #336494;
    line-height: 22px;
    height: auto;
    background: none;
}

ul#main-menu li ul li a:hover, ul#main-menu li ul li a:active {
    background: none;
}

ul#main-menu li.active ul li a, ul#main-menu li ul li.active a {
    background: none;
    color: #ea7423;
}

.main-menu-item-img-userbars {
    position: absolute;
    top: 7px;
    left: -14px;
}

#wrapper {
    width: 785px;
    float: right;
    zoom: 1;
}

#wrapper:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#menu-top {
    margin: 0 0 0 20px;
    width: 765px;
    height: 25px;
    line-height: 25px;
    text-align: right;
}

#topbar {
    width: 765px;
    height: 48px;
    background: url(/images/new/topbar.png) no-repeat;
    margin: 4px 0 0 20px;
    position: relative;
}

#topbar ul li {
    float: left;
    margin-top: 7px;
    padding: 0 7px 0 10px;
}

#topbar ul li a {
    color: #efefef;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

#topbar ul li a img {
    vertical-align: middle;
}

#topbar form {
    position: absolute;
    top: 9px;
    left: 415px;
    height: 29px;
    line-height: 29px;
    width: 340px;
}

#topbar form input {
    vertical-align: middle;
}

#topbar form input.text {
    width: 145px; 
    border: 0;
}

#topbar form select {
    vertical-align: middle;
    margin: 0 7px 0 12px;
    _margin: 0 5px 0 11px;
    width: 127px;
    border: none;
    color: #000;
}

#breadcrumbs {
    font-size: 10px;
    color: #ff8200; 
    width: 765px;
    margin-left: 20px;
    height: 23px;
    line-height: 23px;
}

#breadcrumbs a {
    color: #006eb9;
    text-decoration: none;
}

#breadcrumbs li {
    float: left;
    margin-right: 5px;
}

#wide {
    float: right;
    zoom: 1;
    width: 765px;
}

#wide:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#wide .box, #wide .box-dark {
    width: 765px;
    margin-bottom: 15px;
}

#wide .box-dark {
    line-height: 16px;	
}

#wide .box .box-top {
    height: 32px;
    background: url(/images/new/box-product-top.png) no-repeat;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    width: 725px;
}

#wide .box-wide .box-top {
    height: 27px;
    background: url(/images/new/box-wide-top.png) no-repeat;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    width: 725px;
}

#wide .box-wide.plain .box-top {
    height: 4px;
    background: url(/images/new/box-wide-top-plain.png) no-repeat;
    line-height: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    width: 725px;
}

#wide .box-wide .box-top-switch {
    height: 27px;
    background: url(/images/new/box-wide-top-switch.png) no-repeat;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    width: 725px;
}

#wide .box-wide .box-top-switch .switches {
    float: right;
    margin-right: 3px;
    font: 11px Tahoma;
    color: #777;
    margin-top: 7px;	
}
#wide .box-wide .box-top-switch .switches a {
    color: #006EB9;
    padding: 0px 2px;
}

#col-middle .box .box-top-switch {
    height: 27px;
    background: url(/images/new/box-wide-top-switch.png) no-repeat;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    width: 725px;
}

#col-middle .box .box-top-switch .switches {
    float: right;
    margin-right: 3px;
    font: 11px Tahoma;
    color: #777;
    margin-top: 7px;    
}
#col-middle .box .box-top-switch .switches a {
    color: #006EB9;
    padding: 0px 2px;
}

#wide .advice {
} 

#wide .advice-active {
    display: block;
}

#wide .advice-active div {
    display: block;
}

#wide .box-dark .box-top {
    height: 27px;
    background: url(/images/new/box-dark-top.png) no-repeat;
    line-height: 27px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    width: 725px;
}

#wide .box .box-content {
    background: url(/images/new/box-product-bg.png) repeat-y;
    padding: 0 11px;
    zoom: 1;
}

#wide .box-wide .box-content {
    background: url(/images/new/box-wide-bg.png) repeat-y;
    padding: 5px 11px;
    zoom: 1;
    width: 743px;
}

#wide .box-dark .box-content {
    background: url(/images/new/box-dark-bg.png) repeat-y;
    padding: 10px 11px;
    zoom: 1;
    color: #fff;
}

#wide .box .box-content:after, #wide .box-dark .box-content:after, #wide .box-wide .box-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#wide .box .box-content .appDesc {
    float: left;
    width: 544px;
    padding-top: 8px;
}

#wide .box .box-content .appDesc h2 {
    color: #eb7a2c;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
}

#wide .box .box-content .appInfo {
    float: right;
    width: 172px;
    padding: 20px 0 0 27px;
}

#wide .box .box-content .appInfo ul li {
    padding: 6px 0;
    font-size: 11px;
    clear: both;
}

#wide .box .box-content .appInfo ul li.author {
    font-size: 12px;
    border-bottom: 1px solid #d6d6d6;
    padding: 6px 0 10px 0;
    margin-bottom: 2px;
    overflow: auto;
    height: 70px;
}


#wide .box .box-content .appInfo ul li span {
    color: #939393;
}

#wide .box .box-content .appInfo ul li.author .avatar {
    float: left;
    margin: 0 7px 0 0;
    zoom: 1;
}

#wide .box .box-content .appInfo ul li.author .avatar a img{
 vertical-align: middle;
    text-decoration: none;
    margin-right: 10px;
    width: 70px;
    height: 70px;
    display:block;
    float:left;
}

#wide .box .box-content .addon-price {
    margin-top: 5px;
    font-size: 11px;
}

#wide .box .box-content .photo {
    width: 296px;
    float: left;
    margin-right: 30px;
}

#wide .box .box-content .photo .img {
    width: 288px;
    height: 201px;
    padding: 1px;
    border: 1px solid #d4d4d4;
    text-align: center;
}

#wide .box .box-content .photo .img a img {
    vertical-align: middle;
}

#wide .box .box-content .photo img.small {
    margin: 2px 4px 0 0;
    border: 1px solid #d4d4d4;
    padding: 1px;
}

#wide .box .box-content .desc {
    float: right;
    width: 218px;
}

#wide .box .box-content .fullDesc {
    padding: 10px 11px 10px 0;
    clear: both;
    line-height: 16px;
}

#wide .box .box-content .fullDesc .tags {
    clear: both;
    padding: 5px 0;
}

#wide .box .box-content ul.links {
    margin-top: 25px;
}

#wide .box .box-content ul.links li {
    padding: 6px 0;
}

.padded-table h2 {
    font-size: 20px;
    color: #EB7A2C;
}

.box-narrow {
    width: 250px;
}

.box-narrow .box-top {
    height: 25px;
    background: url(/images/new/box-top-narrow.png) no-repeat;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 10px;
}
.box-narrow .box-content {
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    padding: 10px;
    text-align: center;
}
.box-narrow .box-bottom {
    background: url(/images/new/box-bottom-narrow.png) no-repeat;
    height: 6px;
}

.box-narrow .descriptionWrapper {
    width: 180px;
    margin: 20px auto 10px;
}
.box-narrow .descriptionWrapper .description {
    border: 1px solid #D4D4D4;
    background: #F2F2F2;
    height: 155px;
    text-align: left;
    font: bold 14px Tahoma;
    padding: 5px;
}
.box-narrow .descriptionWrapper .rightShadow {
    float: right;
    height: 6px;
    width: 80px;
    background: url(/images/new/box-bottom-shadows.png) -99px 0px no-repeat;
}
.box-narrow .descriptionWrapper .leftShadow {
    float: left;
    height: 6px;
    width: 80px;
    background: url(/images/new/box-bottom-shadows.png) 2px 0px no-repeat;
}
.box-narrow .chillis {
    float: right;
    margin-top: 4px;
}
.box-narrow .chillis .chilli {
    width: 16px;
    height: 16px;
    background: url(/images/rating_chillis.gif) 0px 0px no-repeat;
    float: left;
}
.box-narrow .chillis .chilliactive {
    background: url(/images/rating_chillis.gif) 0px -17px no-repeat;
}

.box-narrow .status {
    font: 11px Tahoma;
    text-align: left;
    color: #ABABAB;
}
.box-narrow .status span {
    color: #474747;
}

.box-narrow .submit {
    margin-top: 10px;
}
.box-narrow .submitShadow {
}

#actionButton {
    margin-top: 125px;
    text-align: center;
    padding-right: 20px;
}

#buyButton {
    margin-top: 25px;
    text-align: center;
    padding-right: 20px;
}


#wide .box .box-bottom {
    width: 765px;
    height: 7px;
    background: url(/images/new/box-product-bottom.png) no-repeat;
}

#wide .box-wide .box-bottom {
    width: 765px;
    height: 7px;
    background: url(/images/new/box-wide-bottom.png) no-repeat;
}

#wide .box-dark .box-bottom {
    width: 765px;
    height: 5px;
    background: url(/images/new/box-dark-bottom.png) no-repeat;
}

#wide .box-wide #featuredaddons li {
    padding: 10px 0;
    zoom: 1;
    color: #000;
    border-bottom: 1px solid #e2e2e2;
    position: relative;
}

#wide .box-wide #featuredaddons li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#wide .box-wide #featuredaddons .photo {
    width: 167px;
    float: left;
    padding-left: 5px;
    text-align: center;
}

#wide .box-wide #featuredaddons .desc {
    width: 556px;
    float: right;
    padding: 0 5px 0 10px;
}


#wide .box-wide #featuredaddons .desc h3 {
    float: left;
    width: 140px;
}

#wide .box-wide #featuredaddons .desc h3 a {
    color: #eb7a2c;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

#wide .box-wide #featuredaddons .desc div.line {
    zoom: 1;
    padding: 0 0 6px 5px;
    width: 495px;
    float: right;
}

#wide .box-wide #featuredaddons .desc div.line:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#wide .box-wide #featuredaddons .desc div.category-icon {
    width: 51px;
    float: left;
    margin-bottom: 7px;
} 

#wide .box-wide #featuredaddons .desc .right {
    float: right;
    clear: right;
}

#wide .box-wide #featuredaddons .desc .left {
    float: left;
    clear: left;
}

#wide .box-wide #featuredaddons .desc .small {
    font-size: 11px;
    color: #ababab;
}

#wide .box-wide #featuredaddons .desc .shortDesc {
    font-size: 11px;
    clear: both;
    margin-bottom: 12px;
    line-height: 14px;
}

#wide .box-wide .switch2 ul {
    height: 34px;
    padding: 10px 0;
}

#wide .box-wide .switch2 ul li {
    width: 240px;
    color: #fff;
    text-align: center;
    float: left;
    background: url(/images/new/switch-2.png) no-repeat;
    line-height: 26px;
    font-weight: bold;
}

#wide .commentInfo .stars {
    float: left;
}

#wide .commentInfo .author {
    float: right;
} 

#wide .commentInfo .date {
    float: right;
    position: relative;
    color: #000;
    top: 0;
    right: 0;
}

#wide .commentInfo .author {
    padding-right: 5px;
}

#wide #comments-list li {
    margin-bottom: 10px;
    clear: both;
}

#wide .box-comment {
    width: 743px;
    clear: both;
    padding-top: 4px;
}

#wide .box-comment-top {
    height: 5px;
    background: url(/images/new/box-comment-wide-top.png) no-repeat;
    font-size: 0;
}

#wide .box-comment-content {
    background: url(/images/new/box-comment-wide-bg.png) repeat-y;
    padding: 5px 11px;
    line-height: 16px;
}

#wide .box-comment-bottom {
    height: 4px;
    background: url(/images/new/box-comment-wide-bottom.png) no-repeat;
    font-size: 0;
}

#wide .box-wide .switch2 ul li a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 240px;
    height: 26px;
}

#wide .box-wide .switch2 ul li.active {
    background: url(/images/new/switch-2-on.png) no-repeat;
    height: 34px;
}

#wide .box-wide .switch2 ul li.last {
    margin-left: 10px;
}

#wide .pages {
    text-align: center;
    padding: 10px 0 8px 0;
}

#wide .pages a {
    color: #525252;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 6px;
    font-weight: normal;
}

#wide .pages a.all {
    font-weight: bold;
    color: #FFA800;
}

#wide .pages a.all:hover {
    color: #FFA800;
    background: #fff;
}

#wide .pages span.active {
    padding: 4px 6px;
    background: #ffa800;
    color: #fff;
}

#wide .pages a:hover {
    background: #ffa800;
    color: #fff;
}

#wide .pages a.arrow {
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #dddddd;
    font-weight: normal;
}

#wide .pages a.arrow:hover {
    background: #fff;
    color: #525252;
}

#wide .pages a img {
    vertical-align: middle;
}

#wide .pages a span {
    text-decoration: underline;	
}

#wide .widget {
    width: 250px;
    height: 189px;
    background: url(/images/new/widget-right.png) no-repeat;
    float: right;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

#wide .widget .widget-top {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    width: 230px;
}

#wide .widget .widget-top a.more {
    display: block;
    width: 24px;
    height: 0;
    padding-top: 24px;
    position: absolute;
    top: 5px;
    right: 9px;
    overflow: hidden;
}

#wide .widget .widget-top h2 {
    float: left;
    font-size: 20px;
}

#wide .widget .widget-top h2 a {
    text-decoration: none;
    color: #628bc5;
    font-family: Myriad Pro, Tahoma, Trebuchet MS, sans-serif;
    font-weight: normal;
}

#wide .widget .widget-top h2 a:hover {
    color: #EB7A2C;
}

#wide .widget .widget-top span {
    color: #777777;
    font-size: 12px;
    padding-left: 7px;
}

#wide .widget .widget-top .category-icon {
    float: left;
    padding: 6px 5px 0 0;
}

#wide .widget .widget-content {
    text-align: center;
    height: 150px;
    padding-top: 15px;
}

#wide ul.steps { 
    list-style: none; 
    margin: 20px 0; 
    padding: 0; 
}

#wide ul.steps li { 
    float: left; 
    width: 51px; 
    height: 29px; 
    margin-right: 5px; 
    line-height: 29px; 
    text-align: center; 
    font-size: 11px;
    color: #c2c1c1; 
    background: url('./../images/step.png') 0 0 no-repeat;
}

#wide ul.steps li.active { 
    color: #fff; 
    font-weight: bold; 
    background-image: url('./../images/step_active.png'); 
}

#wide ul.steps li.separator {
    width: 23px; 
    background: url('./../images/steps_arrow.png') top right no-repeat; 
}
    
#wide ul.steps li.separator.active { 
    background-position: top left; 
}

#col-middle {
    width: 490px;
    float: left;
    padding-left: 20px;
    position: relative;
}

#col-middle .box {
    width: 500px;
    margin-bottom: 15px;
}

#col-middle .box .box-top {
    height: 27px;
    line-height: 27px;
    width: 460px;
    background: url(/images/new/box-top.png) no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
}

#col-middle .box .box-top-switch {
    height: 26px;
    line-height: 26px;
    width: 480px;
    background: url(/images/new/box-top-switch.png) no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 0 0 20px;
}

#col-middle .box .box-top-switch h1, #col-middle .box .box-top-switch h2, #col-middle .box .box-top-switch h3 {
    float: left;
}

#col-middle .box .box-top-switch .switch {
    margin: 2px 3px 0 0;
    height: 22px;
    float: right;
    width: 274px;
    padding-left: 10px;
    line-height: 22px;
    color: #777777;
    font-size: 11px;
    font-weight: normal;
}

#col-middle .box .box-top-switch .switch p {
    float: left;
    padding-right: 5px;
}

#col-middle .box .box-top-switch .switch ul li {
    float: left;
    border-right: 1px solid #777777;
    margin-top: 5px;
    padding: 0 8px;
    line-height: 13px;
}

#col-middle .box .box-top-switch .switch ul li.last {
    border: none;
    padding: 0 0 0 8px;
}

#col-middle .box .box-top-switch .switch ul li a {
    text-decoration: underline;
}

#col-middle .box .switch2 ul {
    height: 34px;
    padding-bottom: 10px;
}

#col-middle .box .switch2 ul li {
    width: 240px;
    color: #fff;
    text-align: center;
    float: left;
    background: url(/images/new/switch-2.png) no-repeat;
    line-height: 26px;
    font-weight: bold;
}

#col-middle .box .switch2 ul li a {
    color: #fff;
    text-decoration: none;
    width: 240px;
    height: 26px;
    display: block;
}

#col-middle .box .switch2 ul li.active {
    background: url(/images/new/switch-2-on.png) no-repeat;
    height: 34px;
}

#col-middle .box .switch2 ul li.last {
    margin-left: 10px;
}

#col-middle .box .box-top-plain {
    background: url(/images/new/box-top-plain.png) no-repeat;
    height: 4px;
    font-size: 0;
}

#col-middle .box .box-content {
    background: url(/images/new/box-bg.png) repeat-y;
    padding: 0 5px;
    zoom: 1;
}

#col-middle .box .box-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; 
}

#col-middle .box .box-content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; 
}

#col-middle .box .box-content .switch {
    width: 490px;
    height: 34px;
    background: url(/images/new/switch-bg.png) no-repeat;
    font-weight: bold;
}

#col-middle .box .box-content .switch ul li {
    float: left;
    width: 160px;
    margin-right: 5px;
    text-align: center;
    line-height: 26px;
    height: 34px;
}

#col-middle .box .box-content .switch ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 160px;
    height: 28px;
}

#col-middle .box .box-content .switch ul li.active {
    background: url(/images/new/switch-on.png) no-repeat;
    color: #fff;
}

#col-middle .box .box-content .switch ul li.last {
    margin-right: 0;
}

#col-middle .box #newestaddons li {
    width: 88px;
    float: left;
    padding: 10px 5px 5px 5px;
    text-align: center;
    font-family: Verdana, sans-serif;
}

#col-middle .box #newestaddons li .photo{
    height:53px;
}

#col-middle .box #newestaddons li a {
    text-decoration: none;
}

#col-middle .box #newestaddons li a img {
    display: block;
    margin: 0 auto 5px auto;
}

#col-middle .box #featuredaddons li {
    padding: 10px 0;
    zoom: 1;
    color: #000;
    border-bottom: 1px solid #e2e2e2;
}

#col-middle .box #featuredaddons li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#col-middle .box #featuredaddons .photo {
    width: 167px;
    float: left;
    padding-left: 5px;
    text-align: center;
}

#col-middle .box #featuredaddons .desc {
    width: 300px;
    float: right;
    padding: 0 5px 0 10px;
}


#col-middle .box #featuredaddons .desc h3 {
    float: left;
    height: 16px;
    width: 140px;
    overflow: hidden;
}

#col-middle .box #featuredaddons .desc h3 a {
    color: #eb7a2c;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

#col-middle .box #featuredaddons .desc div.line {
    zoom: 1;
    padding: 0 0 6px 5px;
    width: 244px;
    float: right;
}

#col-middle .box #featuredaddons .desc div.line:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;	
}

#col-middle .box #featuredaddons .desc div.category-icon {
    width: 51px;
    float: left;
    margin-bottom: 7px;
} 

#col-middle .box #featuredaddons .desc .right {
    float: right;
    clear: right;
}

#col-middle .box #featuredaddons .desc .left {
    float: left;
    clear: left;
}

#col-middle .box #featuredaddons .desc .small {
    font-size: 11px;
    color: #ababab;
}

#col-middle .box #featuredaddons .desc .shortDesc {
    font-size: 11px;
    clear: both;
    margin-bottom: 12px;
    line-height: 14px;
}

#col-middle .box #featuredaddons .desc .tags {
    font-size: 12px;
    line-height: 15px;
}


#col-middle .box .box-bottom {
    height: 6px;
    background: url(/images/new/box-bottom.png) no-repeat;
    font-size: 0;
}

#col-middle #login-form-wrapper  {
    
}

#col-middle #login-form-wrapper h1 {
    color:#FE7A00;
    font-family:arial,tahoma,sans-serif;
    font-size:22px;
    font-weight:bold;
    line-height:1em;
    margin:12px 0 8px 35px;
    padding:10px 0;
}

#login-form-wrapper p.text,
#col-middle #login-form-wrapper p.text {
    font-family:arial,tahoma,sans-serif;
    font-size:11px;
    line-height:1.4em;
    margin:0 40px;
    padding-bottom:20px;
    padding-right:10px;
}

#col-middle #login-form-wrapper label {
    font-size:12px;
    font-weight:bold;
    margin:0 10px 0 100px;
}

#col-middle #login-form-wrapper input.text {
    background:transparent url(../images/bg_inputShort.gif) no-repeat scroll right 0;
    border:0 none;
    height:23px;
    margin-top:2px;
    padding:2px 4px 0;
    width:158px;
}

#col-middle #login-form-wrapper div.ref {
    background-image:url(../images/shd_loginCenter.gif);
    background-position:center 26px;
    background-repeat:no-repeat;
    height:56px;
    margin-top:40px;
    text-align:center;
    width:auto;
}

#col-middle #login-form-wrapper #closeLayer {
    display: none;
}

.wide { float: right; }

.wide .box500 {
    width: 500px;
    margin-left: 15px;
}

.wide .box500 .box-top-plain {
    background: url(/images/new/box-top-plain.png) no-repeat;
    height: 4px;
    font-size: 0;
}

.wide .box500 .box-bottom {
    height: 6px;
    background: url(/images/new/box-bottom.png) no-repeat;
    font-size: 0;
}

.wide .box500 .box-content {
    background: url(/images/new/box-bg.png) repeat-y;
    zoom: 1;
}

.wide .box500 h2 {
    font: bold 12px Tahoma;
    color: #628BC5;
    background: url(/images/shd_tags_header.png) bottom left no-repeat;
    padding-bottom: 16px;
    padding-left: 9px;
}

.tagsBox {
}

.tagsBox h3 {
    width: 100%;
    padding: 7px;
    font: bold 11px Tahoma;
    color: #474747;
}

.tagsBox .tags_help {
    float: right;
    margin-right: 9px;
}

.tagsBox form {
    margin: 0px 9px;
}
.tagsBox form label {
    font: 11px Tahoma;
    color: #474747;
    display: block;
    margin-bottom: 6px;
}

.tagsBox .group {
    clear: left;
    border-top: 1px solid #D4D4D4;
    margin-top: 7px;
    padding-top: 6px;
    overflow: hidden;
}

.tagsBox .firstGroup {
    border-top: 0px;
}

.tagsBox .submit {
    margin: 30px 0px 0px 500px;
}

.tagsBox .group .submit {
    float: right;
    margin: 30px;
}

.tagsBox .label {
    font: 11px Tahoma;
    line-height: 23px;
    color: #474747;
}

.tagsBox .rounded {
    float: left;
    width: 115px;
    height: 23px;
    background: url(/images/input_border.png) no-repeat;
    margin: 0px 5px;
}

.tagsBox .rounded input {
    border: 0px;
    margin: 2px;
    width: 109px;
    height: 17px;
}

.tagsBoxLeft { float: left; width: 500px; padding-right: 10px; }
.tagsBoxRight { float: left; width: 150px; border-left: 1px solid #DEDEDE; padding-left: 10px; }

#col-middle .commentInfo .stars {
    float: left;
}

#col-middle .commentInfo .author, #col-middle .commentInfo .date {
    float: right;
} 

#col-middle .commentInfo .author {
    padding-right: 5px;
}

#col-middle #comments-list li {
    padding: 0 4px;
    margin-bottom: 10px;
    clear: both;
}

#col-middle .box-comment {
    width: 482px;
    clear: both;
    padding-top: 4px;
}

#col-middle .box-comment-top {
    height: 5px;
    background: url(/images/new/box-comment-top.png) no-repeat;
    font-size: 0;
}

#col-middle .box-comment-content {
    background: url(/images/new/box-comment-bg.png) repeat-y;
    padding: 5px 11px;
    line-height: 16px;
}

#col-middle .box-comment-content p {
    overflow:hidden;
    width:460px;
}


#col-middle .box-comment-bottom {
    height: 4px;
    background: url(/images/new/box-comment-bottom.png) no-repeat;
    font-size: 0;
}

#col-middle ul.info-box {
    width: 503px;
    height: 80px;
    overflow: hidden;
}

#col-middle .info-box li {
    height: 50px;
    padding: 20px 20px 10px 10px;
    width: 125px;
    float: left;
    margin-right: 12.5px; 
    font-size: 11px;
}

#col-middle .info-box li a {
    text-decoration: none;
    line-height: 15px;
}

#col-middle .info-box li a img {
    float: left;
    margin-right: 5px;
}

#col-middle .info-box li.last {
    margin-right: 0;
}

#col-middle .info-box li.active {
    height: auto;
    background: url(/images/new/info-box-bg.png) no-repeat;
}

#col-middle div#advice-content {
    display: block;
    clear: both;
    padding: 10px 5px;
    width: 480px;
    line-height:15px;
}

#col-middle .pages {
    text-align: center;
    padding: 10px 0 8px 0;
}

#col-middle .pages a {
    color: #525252;
    font-size: 12px;
    text-decoration: none;
    padding: 4px 6px;
    font-weight: normal;
    margin:0 -3px;
}

#col-middle .pages a.all {
    font-weight: bold;
    color: #FFA800;
}

#col-middle .pages a.all:hover {
    color: #FFA800;
    background: #fff;
}

#col-middle .pages span.active {
    padding: 4px 6px;
    background: #ffa800;
    color: #fff;
}

#col-middle .pages a:hover {
    background: #ffa800;
    color: #fff;
}

#col-middle .pages a.arrow {
    background: #fff;
    padding: 3px 5px;
    border: 1px solid #dddddd;
    font-weight: normal;
}

#col-middle .pages a.arrow:hover {
    background: #fff;
    color: #525252;
}

#col-middle .pages a img {
    vertical-align: middle;
}

#col-middle .pages a span {
    text-decoration: underline;	
}

#carousel {
    width: 498px;
    height: 252px;
    background: url(/images/new/carousel-bg.png) no-repeat;
    position: relative;
    text-align: center;
    padding: 1px 1px 0 1px;
    margin-bottom: 10px;
}

#carousel-title {
    position: absolute;
    left: 0;
    top: 166px;
    width: 480px;
    height: 51px;
    background: url(/images/new/carousel-title.png) no-repeat;
    text-align: left;
    padding: 10px 10px 0 10px;
}

#carousel-title h2 {
    font-family: Georgia, Times New Roman, serif;
    font-size: 18px;
    float: left;
    width: 188px;
}

#carousel-title p {
    width: 286px;
    float: right;
    text-align: justify;
    font-size: 12px;
}

#carousel-title .vote {
    width: 188px;
    float: left;
    font-family: Verdana, Tahoma, sans-serif;
    clear: left;
    padding-top: 5px;
}

#carousel-title .vote a {
    color: #fff;
    font-weight: bold;
}

#carousel-navi {
    position: absolute;
    left: 0;
    top: 227px;
    width: 500px;
    height: 26px;
}

#carousel-navi ul {
    margin: 4px 0 0 163px;
}

#carousel-navi ul li {
    float: left;
}

#carousel-navi ul li.arrow a {
    display: block;
    width: 30px;
    height: 13px;
    background: url(/images/new/carousel-arrow.png) no-repeat;
    padding-top: 3px;
    margin: 0 6px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#carousel-navi ul li.arrow a:hover {
    background: url(/images/new/carousel-arrow-over.png) no-repeat;
}

#carousel-navi ul li a {
    display: block;
    width: 14px;
    height: 13px;
    background: url(/images/new/carousel-num.png) no-repeat;
    padding: 3px 0 0 1px;
    margin-right: 3px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#carousel-navi ul li a:hover {
    background: url(/images/new/carousel-num-over.png) no-repeat;
}

#carousel-navi ul li a.active {
    background: url(/images/new/carousel-num-on.png) no-repeat;
}

#col-right {
    width: 250px;
    float: right;
}

#col-right .header {
    width: 210px;
    height: 29px;
    line-height: 29px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
    background: url(/images/new/right-bar.png) no-repeat;
    margin-bottom: 10px;
} 

#col-right .widget {
    width: 250px;
    height: 189px;
    background: url(/images/new/widget-right.png) no-repeat;
    float: right;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

#col-right .widget-plain {
    width: 250px;
    height: 159px;
    background: url(/images/new/widget-right-plain.png) no-repeat;
    float: right;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

#col-right .widget .widget-top {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    width: 230px;
}

#col-right .widget .widget-top a.more {
    display: block;
    width: 24px;
    height: 0;
    padding-top: 24px;
    position: absolute;
    top: 5px;
    right: 9px;
    overflow: hidden;
}

#col-right .widget .widget-top h2 {
    float: left;
    font-size: 20px;
}

#col-right .widget .widget-top h2 a {
    text-decoration: none;
    color: #628bc5;
    font-family: Myriad Pro, Tahoma, Trebuchet MS, sans-serif;
    font-weight: normal;
}

#col-right .widget .widget-top h2 a:hover {
    color: #EB7A2C;
}

#col-right .widget .widget-top span {
    color: #777777;
    font-size: 12px;
    padding-left: 7px;
}

#col-right .widget .widget-top .category-icon {
    float: left;
    padding: 6px 5px 0 0;
}


#col-right .widget .widget-content {
    text-align: center;
    height: 150px;
    padding-top: 15px;
}

#col-right .widget-plain .widget-content {
    text-align: center;
    height: 150px;
    padding-top: 9px;
}

#col-right .widget-plain .widget-bottom .category-icon {
    float: left;
    padding: 6px 5px 0 10px;
}

#col-right .widget .widget-content .gg-status {
    width: 179px;
    height: 136px;
    padding: 21px 25px 0 25px;
    background: url(/images/new/gg-status.png) no-repeat;
    margin: 5px auto 0 auto;
    color: #000;
    font-size: 14px;
    line-height: 17px;
    text-align: justify;
}

#col-right .widget .widget-bottom, #col-right .widget-plain .widget-bottom {
    height: 31px;
    width: 250px;
    line-height: 31px;
    background: url(/images/new/widget-right-bottom.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

#col-right .widget .widget-bottom a, #col-right .widget-plain .widget-bottom a {
    text-decoration: none;
    font-size: 14px; 
    font-weight: bold;
    color: #336494;
    padding: 0 10px;
    width: 195px;
    display: block;
    height: 31px;
    overflow: hidden;
    float:left;
}

#col-right .widget .widget-bottom a:hover, #col-right .widget-plain .widget-bottom a:hover {
    color: #EB7A2C;
}

#col-right.wide { width: 765px; }
#col-right.wide .header { width: auto; background-image: url('./../images/new/right-bar-wide.png'); }
#col-right.wide .widget-plain { float: left; margin-right: 5px; }

#banner {
    background: #c8c8c8;
}

#footer {
    width: 1000px;
    height: 177px;
    background: url(/images/new/footer-bg.png) #c8c8c8 repeat-x left bottom;
}

#footer .left {
    float: left;
    padding: 15px 0 0 12px;
}

#footer .left ul {
    margin-bottom: 10px;
    overflow: auto;
    zoom: 1;
}

#footer .left ul li {
    padding: 0 10px;
    border-right: 1px solid #505152;
    font-size: 12.1px;
}

#footer .left ul li.last {
    border: none;
}

#footer .left ul li a {
    color: #505152;
    text-decoration: none;
    line-height: 15px;
}

#footer .left p {
    clear: both;
    margin: 0 0 0 10px;
    color: #a6acb2;
    line-height: 15px;
}

#footer .right {
    float: right;
    padding: 15px 22px 0 0;
}

#footer .right ul li {
    width: 60px;
    text-align: center;
}

#footer .right ul li a {
    color: #a6acb2;
    text-decoration: none;
    line-height: 12px;
}

#footer .right ul li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

#footer ul li {
    float: left;
}


.tooltipWrapper .tooltip { float: right; display: none; background-color: #ddd; padding: 5px;}
.tooltipWrapper.tooltip_active { background-color: #ddd; }
.tooltipWrapper.tooltip_active .tooltip { display: block;}

div.login-form { margin: 0 0 0 20px; }
div.login-form h1 { line-height:1em; padding: 10px 0px; font-size:22px; margin:12px 0 8px 0px; color: #FE7A00; font-weight:bold; font-family:arial,tahoma,sans-serif }

/* warstwy */
#lightwindow_title_bar {display:none}
#lightwindow_contents { border:none; background:transparent;margin:0 auto}
.lightWindow_form{ background:transparent;}
#lightwindow_stage {line-height:auto}
#lightwindow_stage #lightwindow_title_bar {/*display:none*/}
#lightwindow_stage div.login-form {display:block; background:url(../images/bg_loginLayer.png) 0 0 no-repeat; width:463px; height:260px;
    position:relative;}    
#lightwindow_stage div.login-form h1 {margin-top:0px;  line-height:1em; padding: 10px 0px;font-size:22px;margin:12px 0 8px 35px;color: #FE7A00;font-weight:bold;font-family:arial,tahoma,sans-serif}
#lightwindow_stage div.login-form p.text {margin: 0px 40px; line-height: 1.4em; padding-bottom: 20px;padding-right:10px;font-family:arial,tahoma,sans-serif;font-size:11px}
#lightwindow_stage div.login-form p.text .error { display: block; color: #ff0000; font-weight: bold; font-size: 12px; margin-top: 40px; }
#lightwindow_stage div.login-form label {margin:0 10px 0 100px; font-weight:bold; font-size:12px}
#lightwindow_stage div.login-form input.text {background:url(../images/bg_inputShort.gif) right 0 no-repeat; width:158px; height:23px;border:0 none; 
    padding:2px 4px 0;margin-top:2px}
#lightwindow_stage .login-form div.ref {width:auto; height:56px;background-image:url(../images/shd_loginCenter.gif); margin-top:40px;background-position: center 26px;background-repeat:no-repeat; text-align:center;} 
a#closeLayer {position:absolute; top:14px; right:22px}

#lightwindow_stage  div.review h1 {padding:20px 0px; margin-bottom:0px ;line-height:1em;font-size:22px;margin:12px 0 0px 35px;color: #FE7A00; font-weight:bold}
#lightwindow_stage  div.review p.text{margin: 0px 40px; line-height: 1.4em; padding-bottom: 20px;padding-right:10px;font-family:arial,tahoma,sans-serif;font-size:11px}
#lightwindow_stage  div.review form {padding-left:42px; width:386px; line-height:1.5em;display:block;margin:0;}                   
#lightwindow_stage  div.review form label.tright {font-size:12px;font-weight:bold;margin:0 10px 0 100px;text-align:right;color: #5F6B75}
#lightwindow_stage  div.review form span.grade {
    background:transparent url(../images/new/icons/star_off.png) repeat-x scroll 0 0;
    padding-right: 7px;
    cursor: pointer;
}
    
#lightwindow_stage  div.review form span.gradeActiv {
    background:transparent url(../images/new/icons/star_on.png) repeat-x scroll 0 0;
    padding-right: 7px;
    cursor: pointer;
}
#lightwindow_stage  div.review div.text {width:386px;  height:93px; margin:20px 0 0 0px; background:url(../images/bg_textareaRec.gif) 0 0 no-repeat; text-align:left;}

#lightwindow_stage  div.review form input{border:0 none;text-decoration:none;}
#lightwindow_stage  div.review textarea { width:362px; height:80px; padding:3px 4px; margin:2px;border:0 none;}
#lightwindow_stage  div.review div.ref {margin:12px 0 0 0}
#lightwindow_stage  div.review {background:url(../images/bg_layerGrade.png) 0 0 no-repeat; min-height:316px}
#lightwindow_stage  div.login-form div.ref {width:auto; }
#lightwindow_stage  a.cancel {text-decoration:none}

/* hide slider pane */
#lightwindow #lightwindow_container #lightwindow_data_slide { /* display: none !important; */}

.lightWindow_obrazki #lightwindow_title_bar {display:block; height:45px; }
.lightWindow_obrazki #lightwindow_data_slide {display:none}
.lightWindow_obrazki #lightwindow_container {background:url(../images/bg_foto.png) 0 0 repeat-x #EBEDEF; text-align:center;}
/*background:url(../images/bg_lightboxFotoBck.png)*/
/*.lightWindow_obrazki #lightwindow_navigation {bottom:0px; top:auto}*/
.lightWindow_obrazki #lightwindow_previous {background-position:2px bottom;display:block; margin-left:14px; width:45%}
.lightWindow_obrazki #lightwindow_next {background-position:right bottom;display:block;margin-right:14px;  width:45%}

.lightWindow_obrazki #lightwindow_next,
.lightWindow_obrazki #lightwindow_next:hover, 
.lightWindow_obrazki #lightwindow_next:active {background:url(../images/btn_next.png) right bottom no-repeat}

.lightWindow_obrazki #lightwindow_previous,
.lightWindow_obrazki #lightwindow_previous:hover, 
.lightWindow_obrazki #lightwindow_previous:active {background:url(../images/btn_prev.png) left bottom no-repeat}

.lightWindow_obrazki #lightwindow_title_bar_close_link, 
.lightWindow_obrazki #lightwindow_title_bar_close_link:link, 
.lightWindow_obrazki #lightwindow_title_bar_close_link:visited {display:inline}

.lightWindow_obrazki #lightwindow_galleries {height:10px}
.lightWindow_obrazki #lightwindow_title_bar img {margin:15px 15px 0 0}
.lightWindow_obrazki #lightwindow_title_bar_inner {text-align:right}
.lightWindow_obrazki #lightwindow_title_bar_title {font-size:22px; margin:12px 0 8px 15px;color:#FE7A00; font-weight:bold;font-family:arial, tahoma, sans-serif;}
#lightwindow .obrazki  #lightwindow_data_slide_inner {background:none}
#lightwindow_galleries_tab_container {display:none}
#lightwindow_data_slide_inner {background:none}

#gadu-status-form div {
    margin-top: 20px;
}

#gadu-button-form div {
    margin-top: 20px;
}

#gadu-button-form-step2 div {
    margin-top: 20px;
}

#gadu-button-form-step3 div {
    margin-top: 20px;
}


.widget-window {
    line-height: normal;
    padding: 10px 30px;
    height: 610px;
    width: 700px;
    background: url("/images/lightbox_760x630.png");
}

.widget-window h1 {
    font-size: 18px;
    margin: 12px 0px 8px 15px;
    color: #FE7A00;
    font-weight: bold;
}

.widget-window .steps {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    height: 30px;
}

.widget-window .steps .arrow {
    float: left;
    height: 18px;
    width: 25px;
    margin-top: 5px;
    margin-right: 10px;
}

.widget-window .steps .step {
    color: #ccc;
    float: left;
    height: 29px;
    width: 51px;
    line-height: 29px;
    margin-right: 10px;
    background-image: url("/images/step.png");
}

.widget-window .steps .step.active {
    background-image: url("/images/step_active.png");
    color: #fff;
    font-weight: bold;
}

.widget-window .steps .arrow {
    background-image: url("/images/arrow_active.png");
}

#webAplikacja-window {
    line-height: normal;
    padding: 10px 30px;
    height: 490px;
    width: 540px;
    background: url("/images/lightbox_600x510.png");	
    font-size: 11px;
    color: #5F6B75;
    font-family: arial,tahoma,sans-serif;
}

#webAplikacja-window input {
    border: 0 none;
    margin: 0;
}

#webAplikacja-window h1 {
    font-size: 22px;
    margin: 12px 0px 8px 15px;
    color: #FE7A00;
    font-weight: bold;
}

#webAplikacja-window .steps {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 30px;
}

#webAplikacja-window .steps .step {
    float: left;
    height: 30px;
    width: 60px;
    line-height: 30px;
    margin-right: 10px;
}

#webAplikacja-window .steps .step.active {
    background-color: #ccc;
    border: 1px solid black;
}

#webAplikacja-window form#gadu-status-form {
    margin-top: 20px;
}

#gadu-status-form label {
    font-weight: bold;
    font-size: larger;
    line-height: 27px;
    margin-right: 10px;
    float: left;
}

#gadu-button-form label {
    font-weight: bold;
    font-size: larger;
    line-height: 27px;
    margin-right: 10px;
    float: left;
}

#gadu-status-form td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

#gadu-button-form-step2 td {
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

#gg-number {
    float: left;	
}

p.gg-number-error {
    margin-left: 20px;
    float: left;
    color: #d00 !important;
    line-height: 27px;
    font-weight: bold;
}

#gadu-status-form td.statusImage {
    padding-left: 5px;
}

#gadu-button-form td.buttonTypeImage {
    padding-left: 5px;
}

#gadu-button-form-step2 div.buttonStyles {
    margin-top: 5px;
}

#gadu-button-form-step2 td.buttonStyleImage {
    padding-left: 5px;
    padding-right: 10px;
}

#gadu-button-form-step2 .colorSelect {
    margin-top: 5px;
    margin-bottom: 10px;
}

#gadu-button-form-step2 .colorSelect input {
    float: left;
    margin-top: 5px;
}

#gadu-button-form-step2 .colorPreview {
    width: 20px;
    height: 20px;
    border: 1px solid #aaa;
    float: left;
    margin-right: 7px;
    margin-left: 3px;
    margin-top: 0px;
}

#gadu-button-form-step2 .colorPreview.red {
    background-color: #C81616;
}

#gadu-button-form-step2 .colorPreview.white {
    background-color: white;
}

#gadu-button-form-step2 .colorPreview.grey {
    background-color: grey;
}

div#status-preview {
    float: right;
    width: 200px;
    height: 80px;
    margin-top: 50px;
}

div#status-preview img {
    margin-top: 10px;
}

div#status-preview-step2 {
    height: 80px;
    width: 200px;
}

div#status-preview-step2 img {
    margin-top: 10px;
}

div#button-preview-step3 {
    height: 80px;
    width: 200px;
}

#gadu-button-form-step3 textarea {
    width: 400px;
    height: 100px;
    border: 1px solid black;	
}

#gadu-status-form-step2 textarea {
    width: 400px;
    height: 130px;
    border: 1px solid black;	
}

#gadu-status-form input.text {background:url(../images/bg_inputShort.gif) right 0 no-repeat; width:158px; height:23px; padding:2px 4px 0;margin-top:2px}
#gadu-status-form #gg-number.error {background:url(../images/bg_inputShortError.gif) right 0 no-repeat;}

#gadu-button-form input.text {background:url(../images/bg_inputShort.gif) right 0 no-repeat; width:158px; height:23px; padding:2px 4px 0;margin-top:2px}
#gadu-button-form #gg-number.error {background:url(../images/bg_inputShortError.gif) right 0 no-repeat;}

#gadu-button-form-step2 .clear {
    margin: 0px;
    line-height: 0px;
    font-size: 0px;	
}
form.upload1 input.cancel {}

.status_tags {}
.status_tags .tag { cursor: pointer; float: left; margin-right: 6px; margin-bottom: 5px; width: auto; background: url('./../images/tag_bg_off.gif') 0 0 no-repeat; }
.status_tags .tag .rightCorner { display: none; float: left; width: 5px; height: 23px; background: url(/images/btn_tag_rightCorner.gif) no-repeat; }
.status_tags .tag .leftCorner { display: none; float: left; width: 4px; height: 23px; background: url(/images/btn_tag_leftCorner.gif) no-repeat; }
.status_tags .tag a { float: left; font: 11px Tahoma; color: #474747; line-height: 23px; text-decoration: none; padding: 0px 5px 0 3px; white-space: nowrap; background: url('./../images/tag_bg_off.gif') right top no-repeat; margin-left: 5px; }
.status_tags .tag a:hover { cursor: pointer; }
.status_tags .selected { background-image: url('./../images/tag_bg_on.gif'); }
.status_tags .selected .rightCorner { display: none; background: url(/images/btn_tag_rightCorner_active.gif) no-repeat; }
.status_tags .selected .leftCorner { display: none; background: url(/images/btn_tag_leftCorner_active.gif) no-repeat; }
.status_tags .selected a { color: #FFF; background-image: url('./../images/tag_bg_on.gif'); }

.tagsBoxRight .status_tags .tag { background-image: url('./../images/tag_orange_bg_off.gif'); }
.tagsBoxRight .status_tags .tag .rightCorner { display: none; background: url(/images/btn_tagspecial_rightCorner.gif) no-repeat; }
.tagsBoxRight .status_tags .tag .leftCorner { display: none; background: url(/images/btn_tagspecial_leftCorner.gif) no-repeat; }
.tagsBoxRight .status_tags .tag a { background-image: url('./../images/tag_orange_bg_off.gif'); }
.tagsBoxRight .status_tags .selected { background-image: url('./../images/tag_orange_bg_on.gif'); }
.tagsBoxRight .status_tags .selected .rightCorner { display: none; background: url(/images/btn_tagspecial_rightCorner_active.gif) no-repeat; }
.tagsBoxRight .status_tags .selected .leftCorner { display: none; background: url(/images/btn_tagspecial_leftCorner_active.gif) no-repeat; }
.tagsBoxRight .status_tags .selected a { background-image: url('./../images/tag_orange_bg_on.gif'); }

.chillis { float: right; margin-top: 4px; }
.chillis .chilli { float: left; width: 16px; height: 16px; background: url(/images/rating_chillis.gif) 0px 0px no-repeat; }
.chillis .chilliactive { background: url(/images/rating_chillis.gif) 0px -17px no-repeat; }

#textStatusesList { margin: 1px; }
#textStatusesList li { padding: 12px 0px; border-bottom: 1px solid #D4D4D4; }
#textStatusesList li .infoWrapper { float: left; width: 300px; margin-left: 12px; margin-right: 64px; font: 11px Tahoma; line-height: 18px; color: #6A6A6A; }
#textStatusesList li .infoWrapper span { color: #B8B9B9; }
#textStatusesList li .infoWrapper .textWrapper { width: 300px; height: 97px; background: url(/images/bg_textareaSmall.gif) no-repeat; }
#textStatusesList li .infoWrapper .textWrapper textarea { border: 0px; width: 291px; height: 88px; margin: 3px; margin-bottom: 10px; font: 12px Tahoma; color: #5F6B75; line-height: 16px; }
#textStatusesList li .infoWrapper .text-status-buttons { float: right; margin-bottom: 12px; }
#textStatusesList li .infoWrapper .text-status-buttons .text-button     { float: left; margin-right: 3px; cursor: pointer; width: 18px; height: 17px; background: url(/images/btn_set_text_transformations.png) no-repeat; }
#textStatusesList li .infoWrapper .text-status-buttons .uppercase       { background-position: 0px 0px; }
#textStatusesList li .infoWrapper .text-status-buttons .lowercase       { background-position: -20px 0px; }
#textStatusesList li .infoWrapper .text-status-buttons .wave            { background-position: -40px 0px; }
#textStatusesList li .infoWrapper .text-status-buttons .ascii           { background-position: -60px 0px; }
#textStatusesList li .infoWrapper .text-status-buttons .reverse         { background-position: -80px 0px; }
#textStatusesList li .infoWrapper .text-status-buttons .rot13           { background-position: -100px 0px; }

#textStatusesList li .infoWrapper .text-status-buttons .uppercase.active { background-position: 0px -19px; }
#textStatusesList li .infoWrapper .text-status-buttons .lowercase.active { background-position: -20px -19px; }
#textStatusesList li .infoWrapper .text-status-buttons .wave.active      { background-position: -40px -19px; }
#textStatusesList li .infoWrapper .text-status-buttons .ascii.active     { background-position: -60px -19px; }
#textStatusesList li .infoWrapper .text-status-buttons .reverse.active   { background-position: -80px -19px; }
#textStatusesList li .infoWrapper .text-status-buttons .rot13.active     { background-position: -100px -19px; }

#textStatusesList li .actionsWrapper { float: left; width: 158px; padding-top: 25px; }
#textStatusesList li .actionsWrapper .link { font: 11px Tahoma; color: #006EB9; padding-left: 18px; line-height: 14px; margin-bottom: 2px; }
#textStatusesList li .actionsWrapper .reportProblem { background: url(/images/btn_set_textStatuses_actions.png) 0px 2px no-repeat; margin-bottom: 50px; }
#textStatusesList li .actionsWrapper .recommend { background: url(/images/btn_set_textStatuses_actions.png) 0px -12px no-repeat; margin-bottom: 30px; }

#textStatusesList li .tagsWrapper { float: left; padding-top: 5px; width: 207px; }
#textStatusesList li .tagsWrapper h3 { font: 11px Tahoma; margin-bottom: 5px; }
#textStatusesList li .tagsWrapper a { margin-right: 5px; }

#textStatusesList li .spicyWrapper { padding-top: 5px; width: 100px; height: 40px;  margin: 5px 0; }
#textStatusesList li .spicyWrapper .chillis { float: left; }
#textStatusesList li .spicyWrapper h3 { font: 11px Tahoma; margin-bottom: 5px; }

#textStatusesList li .currentRateWrapper {   }
#textStatusesList li .currentRateWrapper span.grade { padding-right: 10px; }

#textStatusesList li .rateWrapper { float: right;  }
#textStatusesList li .rateWrapper span.grade { padding-right: 10px; }

.textStatusPreview { width: 130px !important; height: 90px; padding: 15px !important; overflow: hidden; background: url('./../images/new/gg-status-medium.png') 0 0 no-repeat; }
.textStatusPreview a { text-decoration: none; color: #000; font-size: 14px; }
.textStatusPreview textarea { width: 120px; height: 80px; overflow: hidden; font: 12px Tahoma; line-height: 16px; border: none; background: #f1f1f1; cursor: pointer; resize: none; }

.marginBottom { margin-bottom: 10px; }

div.block-left{background:#ffffff;position:absolute; top:10px; left:0px; opacity:0.60; filter:alpha(opacity=60); z-index:50;}  
div.block-top{background:#ffffff;position:absolute; top:10px; left:172px; opacity:0.60; filter:alpha(opacity=60); z-index:50;}
div.blockedInfo {top:-5px; left:0px; z-index:60; color:red; font-weight:bold; position:absolute;padding-left:30px; 
    background:url(../images/bg_zglosProblem.gif) 6px 0 no-repeat}

/*
 * Recommended carousel
 */
.recommendedCarousel .container {
    width:500px;
    height:252px;
    overflow:hidden;
    position:relative;
    background: url(/images/new/carousel-bg.png) no-repeat;
    text-align: center;
    margin-bottom: 10px;
}
.recommendedCarousel .slides { position: absolute; top: 0; left: 0; }
.recommendedCarousel .slides div.recommendedAddon { position: absolute; top:0; width: 500px; display: none; }
/*.recommendedCarousel .controls ul.pagination, .recommendedCarousel .controls div, .recommendedCarousel .controls ul li {
    float: left;
} */

.recommendedCarousel .frame {
    position: absolute;
    top: 0;
    left: 0;
    height: 227px;
    width: 500px;
    background: url(/images/new/frame.png) no-repeat;
}


.recommendedCarousel .controls {
    position: absolute;
    top: 230px;
    left: 20px;
    text-align: center;
    width: 500px;
}

.recommendedCarousel .controls div {
    display: inline;
   padding: 2px 0px 2px 11px;
   _padding: 0px 0px 0px 11px;
   _margin: 0px 2px;
     background: url(/images/new/carousel-arrow.png) no-repeat;
     font-size: 10px;
}

.recommendedCarousel .controls div.previous {
    margin-right: 8px;
    _margin-right: 15px;
    cursor: pointer;
}

.recommendedCarousel .controls div.next {
    margin-left: 8px;
    _margin-left: 10px;
    cursor: pointer;
}



/*.recommendedCarousel .controls ul.pagination, .recommendedCarousel .controls div, .recommendedCarousel .controls ul li {
    float: left;
}
.recommendedCarousel .controls {
    position: absolute;
    top: 230px;
    left: 180px;
}
.recommendedCarousel .controls a.arrow {
    background: url(/images/new/carousel-arrow.png) no-repeat;
    width: 21px;
    height: 16px;
    margin: 0 6px;
    padding: 3px 0px 0px 11px;
}
.recommendedCarousel .controls .pagination a { background: url(/images/new/carousel-num.png) no-repeat; width: 11px; height: 13px; margin: 0 3px 0 0; padding: 3px 0px 0px 4px; cursor: pointer; }

.recommendedCarousel .controls a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.recommendedCarousel .controls div a.arrow:hover {
    background: url(/images/new/carousel-arrow-over.png) no-repeat;
}
.recommendedCarousel .controls .pagination a:hover {
    background: url(/images/new/carousel-num-over.png) no-repeat
}
.recommendedCarousel .controls .pagination a.active {
    background: url(/images/new/carousel-num-on.png) no-repeat;
}*/




.recommendedCarousel .controls a.arrow {
    background: url(/images/new/carousel-arrow.png) right no-repeat;
   color: #FFF;
   padding: 2px 11px 2px 0px;
   _padding: 2px 12px 2px 0px;
   margin-right: -3px;
   _margin-right: -5px;
   text-decoration: none;
     line-height: 16px;
     display: inline;
}

.recommendedCarousel .controls .pagination {
    display: inline;
}

.recommendedCarousel .controls .pagination li {
     display: inline;
   background: url(/images/new/carousel-arrow.png) no-repeat;
   font: bold 10px Tahoma;
   padding: 2px 0px 2px 5px;
   _padding: 0px 0px 0px 5px;
   _margin: 0px 2px;
     cursor: pointer;
}

.recommendedCarousel .controls .pagination li a {
   background: url(/images/new/carousel-arrow.png) right no-repeat;
   color: #FFF;
   padding: 2px 5px 2px 0px;
   _padding: 2px 6px 2px 0px;
   margin-right: -3px;
   _margin-right: -5px;
   text-decoration: none;
     line-height: 16px;
     display: inline;
}

.recommendedCarousel .controls .pagination a {
    background: url(/images/new/carousel-num.png) no-repeat;
    width: 11px;
    height: 13px;
    margin: 0 3px 0 0;
    padding: 3px 0px 0px 4px;
}

.recommendedCarousel .controls a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

.recommendedCarousel .controls .pagination li:hover {
    background: url(/images/new/carousel-arrow-over.png) no-repeat;
}

.recommendedCarousel .controls .pagination li:hover a {
    background: url(/images/new/carousel-arrow-over.png) no-repeat right center;
}

.recommendedCarousel .controls .pagination li.active {
    background: url(/images/new/carousel-num-on.png) no-repeat;
}

.recommendedCarousel .controls .pagination li.active a {
    background: url(/images/new/carousel-num-on.png) no-repeat right center;
}

.recommendedCarousel .controls div.previous:hover, .recommendedCarousel .controls div.next:hover {
    background: url(/images/new/carousel-arrow-over.png) no-repeat;
}

.recommendedCarousel .controls div.previous:hover a, .recommendedCarousel .controls div.next:hover a {
    background: url(/images/new/carousel-arrow-over.png) no-repeat right center;
}

 .recommendedCarousel .controls .pagination a.active {
    background: url(/images/new/carousel-num-on.png) no-repeat;
} 

.recommendedCarousel .container .slides .photo {
    margin-top: 1px;	
}

.recommendedCarousel .container .slides .desc {
    position: absolute;
    left: 0;
    top: 166px;
    width: 480px;
    height: 57px;
    background: url(/images/new/carousel-title.png) no-repeat;
    text-align: left;
    padding: 5px 10px 0 10px;
}

.recommendedCarousel .container .slides .desc h2 {
    font-family: Georgia, Times New Roman, serif;
    font-size: 18px;
    float: left;
    width: 188px;
    height:	20px;
    overflow:	hidden;
}

.recommendedCarousel .container .slides .desc h2 a {
    color: #fff;
    text-decoration: none;
}

.recommendedCarousel .container .slides .info {
    float: left;
    clear: left;
}

.recommendedCarousel .container .slides .shortDesc {
    width: 286px;
    float: right;
    text-align: justify;
    font-size: 12px;
    height: 49px;
    overflow: hidden;
    color: #fff;
}

.recommendedTextStatuses { margin: 0px; padding: 0px; }
.recommendedCounter { float: right; line-height: 22px; }
.recommendedCounter span { font-size: 10px; }
.recommendedCounter img { vertical-align: middle; }
.recommendedTextStatuses .container { width: 230px; height: 300px; overflow: hidden; position:relative; }
.recommendedTextStatuses .slides { position: absolute; top: 0; left: 0; }
.recommendedTextStatuses .slides div.recommendedAddon { position: absolute; padding: 20px 10px; width: 230px; display: none; }

#lifestream {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ababab;
    padding-top: 3px;
}

#ls-container {
    min-height: 30px;
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
    width: 970px;
}

#ls-container a {
    text-decoration: none;
}

#ls-buttons {
    float: left;
}

#ls-buttons li {
    float: left;
    margin-right: 4px;
    background: url(/images/new/ls-b-bg.png) repeat-x;
    height: 24px;
}

#ls-buttons li .b-left {
    float: left;
    width: 4px;
    height: 24px;
    background: url(/images/new/ls-b-left.png) no-repeat;
    line-height: 0;
}

#ls-buttons li .b-right {
    float: left;
    width: 4px;
    height: 24px;
    background: url(/images/new/ls-b-right.png) no-repeat;
    line-height: 0;
}

#ls-buttons li .content {
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 11px;
    color: #000;
    padding: 0 3px;
    font-weight: bold;
}

#ls-status-small {
    float: left;
    margin-left: 15px;
    /* padding-top: 2px; */
    overflow: hidden;
}

#ls-status-small .loader {
    border: 2px solid #efefef;
    margin-left: 225px;
    padding: 5px 5px 5px 25px;
    background: url('./../images/ajax-loader.gif') 3px 3px no-repeat;
}

#ls-status-small .date, #ls-status-big .date {
    color: #BBBBBB;
    font-size: 0.85em;
    font-weight: normal;
    padding-left: 5px;
}

#ls-status-small .site, #ls-status-big .site {
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    height: 26px;
    text-align: center;
    width: 31px;
    border-right: 1px solid #CCCCCC;
}

#ls-status-small .activity {
    display: block;
    margin-left: 5px;
    margin-top: -3px;
    padding-top: 9px;
    float: left;
    width: 445px;
    line-height: 16px;
}

#ls-status-big {
    clear: both;
}

#ls-status-big .activity {
    display: block;
    margin-left: 5px;
    margin-top: -3px;
    padding-top: 9px;
    float: left;
    line-height: 16px;
    width: 320px;
    overflow: hidden;
}

.ls-col {
    float: left;
    width: 360px;
    padding: 15px 15px 15px 0;
}

.ls-col li {
    clear: both;
    padding: 5px 0;		
}

.ls-col li .activity h2 { display: none; } 
.ls-col li .activity h3 { display: inline; } 

#ls-col1-wide { 
    position: relative;
    display: none;
    float: left; 
    width: 750px;
    margin: 10px 0;     
}

#ls-col1-wide p {
    font-size: 15px;
    line-height: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

#ls-col2 {
    width: 210px;
    float: right;
    padding: 15px 0;
}

#ls-col2 textarea {
    width: 204px;
    height: 50px;
    margin: 5px 0;
    border: 1px solid #006EB9;
    resize: none;
}

#ls-col2 h2 {
    text-decoration: none;
    font-size: 14px;
    color: #006eb9;
    line-height: 24px;
    font-weight: bold;
}

#ls-col2 .counter {
    float: left;
    line-height: 20px;
}

#ls-col2 input.submit {
    float: right;
}

#ls-col2 .message.ok {
    color: #5BBC66;    
}

#ls-login {
    text-align: right;
    float: right;
    height:20px;
    /* padding-top: 3px; */
}

#ls-login input {
    vertical-align: middle;
}

#ls-login input.text {
    width: 95px;
    height: 19px;
    background: url(/images/new/input-text-s.png) no-repeat;
    border: none;
    padding: 4px 5px 0 5px;
}

#ls-login input.submit {
    vertical-align: top;
    margin: 2px 0 0 3px;
}

#ls-login a,
#ls-login img,
#ls-login span {
    display: block;
    line-height: 20px;
    float: left;
    margin: 3px 5px 0 0;
}

#ls-login .logout {    
    float: right;
    display: block;
    width: 78px;
    height: 20px; 
    background: url(/images/new/ls-wyloguj.png) no-repeat;
}

#ls-login #ls-buttons,
#ls-login #show-ls,
#ls-login #hide-ls{
float:right;
}


#ls-login .logout span {
    display: none;
}

#ls-show {
    float: right;
    line-height: 30px;
    margin-right: 25px;
}

#ls-show .down {
    padding-right: 8px;
    background: url(/images/new/icons/arrow-down.gif) no-repeat right center;
}

#ls-show .up {
    padding-right: 8px;
    background: url(/images/new/icons/arrow-up.gif) no-repeat right center;
}

#ls-login-avatar {
    vertical-align: middle;
    text-decoration: none;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    display:block;
    float:left;
}

#col-middle div.login-form input.text {background:url(../images/bg_inputShort.gif) right 0 no-repeat; width:158px; height:23px;border:0 none; 
    padding:2px 4px 0;margin-top:2px}
#col-middle .login-form div.ref {width:auto; height:56px;background-image:url(../images/shd_loginCenter.gif); margin-top:40px;background-position: center 26px;background-repeat:no-repeat; text-align:center;} 
a#closeLayer {position:absolute; top:14px; right:22px}
#col-middle  div.review h1 {padding:20px 0px; margin-bottom:0px ;line-height:1em;font-size:22px;margin:12px 0 8px 35px;color: #FE7A00; font-weight:bold}
#col-middle  div.review p.text{margin: 0px 40px; line-height: 1.4em; padding-bottom: 20px;padding-right:10px;font-family:arial,tahoma,sans-serif;font-size:11px}
#col-middle  div.review form {padding-left:42px; width:386px; line-height:1.5em;display:block;margin:0;}                   
#col-middle  div.review form label.tright {font-size:12px;font-weight:bold;margin:0 10px 0 100px;text-align:right;color: #5F6B75}
#col-middle  div.review form span.grade {
    background:transparent url(../images/new/icons/star_off.png) repeat-x scroll 0 0;
    padding-right: 7px;
    cursor: pointer;
}
    
#col-middle  div.review form span.gradeActiv {
    background:transparent url(../images/new/icons/star_on.png) repeat-x scroll 0 0;
    padding-right: 7px;
    cursor: pointer;
}
#col-middle  div.review div.text {width:386px;  height:93px; margin:20px 0 0 0px; background:url(../images/bg_textareaRec.gif) 0 0 no-repeat; text-align:left;}
#col-middle  div.review form input {border:0 none;}
#col-middle  div.review textarea { width:362px; height:80px; padding:3px 4px; margin:2px;border:0 none;}
#col-middle  div.review div.ref {margin:12px 0 0 0}
#col-middle div.review a.cancel {text-decoration:none}     
#col-middle div.review {min-height:316px}
#col-middle  div.login-form div.ref {width:auto; }
#col-middle a#closeLayer{display:none}

/*** Payable addons - price list ***/
.price-list { margin: 0 0 15px 0; }
    .price-list ul { width: 150px; }
        .price-list ul li { clear: both; height: 25px; line-height: 25px; border-bottom: 1px dotted #ececec; .margin-bottom: -2px; }
        .price-list ul li.top,
        .price-list ul li.btm,
        .price-list ul li.last { border-bottom: none; }
        .price-list ul li.top,
        .price-list ul li.btm { height: 5px; overflow: hidden; font-size: 0; line-height: 0; }
        
        .price-list ul li.top  { position: relative; background: url('./../images/pricebox-top.gif') right top no-repeat; }
        .price-list ul li.top span { position: absolute; left: 0; top: 0; width: 5px; height: 5px; background: #fff url('./../images/pricebox-top.gif') 0 0 no-repeat; }

        .price-list ul li.btm  { position: relative; background: url('./../images/pricebox-bottom.gif') right top no-repeat; }
        .price-list ul li.btm span { position: absolute; left: 0; top: 0; width: 5px; height: 5px; background: #fff url('./../images/pricebox-bottom.gif') 0 0 no-repeat; }

        .price-list ul li.row { border-right: 1px solid #e0e0e0; border-left: 1px solid #e0e0e0; }

        .price-list ul li.header { border-bottom-style: solid; height: 19px; line-height: normal; border: 1px solid #e0e0e0; border-width: 0 1px 1px 1px; background: url('./../images/pricebox-top-bg.gif') 0 0 repeat-x; }

            .price-list ul li .col { text-align: center; }
            .price-list ul li .col-left { float: left; width: 74px; }
            .price-list ul li .col-right { float: left; width: 74px; }
            
            .price-list ul li .price { font-weight: bold; color: #F27602; }
            .price-list ul li .duration { font-weight: bold; }
            
/*** Addon actions ***/
.actions-wrapper { position: relative; margin-top: 5px; }

#rate-addon { position: absolute; right: 0; top: 0; }        

/*** Recommend addon box ***/
#recommend-box { position: relative; width: 280px; height: 360px; padding: 15px 10px; background: #f2f2f2; border: 1px solid #ccc; line-height: normal; }    
#recommend-box #close { position: absolute; right: 5px; top: 5px; width: 25px; height: 25px; background: url('../images/btn_close.gif') 0 0 no-repeat; cursor: pointer; }

#recommend-box .header { margin-bottom: 10px; font-weight: normal; }
#recommend-box .search { margin-bottom: 5px; position: relative; }
    #recommend-box .search input { width: 260px; height: 20px; padding: 3px 0 0 24px; border: 0;  background: url('../images/search_input_bg.png') 0 0 no-repeat; color: #666; }
    #recommend-box .search .clear { position: absolute; z-index: 999; right: 2px; top: 3px; width: 23px; height: 17px; background: url('../images/search_clear_icon.gif') 0 0 no-repeat; cursor: pointer; }
    
#recommend-box .contact-list { width: 258px; height: 260px; padding: 10px; background: #fff; border: 1px solid #ccc; overflow-y: auto; }
    #recommend-box .contact-list p { margin-bottom: 5px; padding: 2px 0; text-align: right; }    
    #recommend-box .contact-list p.disabled { color: #888; background-color: #eee; }    
    #recommend-box .contact-list p .name { float: left; }    
    #recommend-box .contact-list p .sendStatusIcon { display: block; width: 14px; height: 14px; float: left; margin: 0 5px 0 2px; }    
    #recommend-box .contact-list p .sendStatusMsg { visibility: hidden; font-size: 11px; font-weight: bold; color: #2e2e2e; margin-right: 5px; }    
    #recommend-box .contact-list p.disabled .sendStatusMsg { display: inline; visibility: visible; }    
    #recommend-box .contact-list p.disabled .sendStatusIcon { background: url('../images/status_success.png') 0 0 no-repeat; }    
    #recommend-box .contact-list p img { margin-right: 5px; float: left; }    

#recommend-box .help-tip { font-size: 11px; padding-top: 7px; line-height: 12px; }

.userbarGeneratorWindow {
    position: relative;    
    background:transparent url(/images/lightbox_640x520.png) repeat scroll 0 0;
    height:490px;
    line-height:normal;
    padding:20px 10px 10px 30px;
    width:600px;
}

.promotion {
  margin: 10px 6px;
  text-align: justify;  
}

/*
mother's day promotion related:
*/
.mothersDayClass {
 background: #6ba427 url(/images/dzienmatki/tlo_repeat.jpg) repeat-x top left;
}

.mainContainer {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 700px;
    background: url(/images/dzienmatki/tlo_main.jpg) no-repeat top left;
    margin-top: 70px;
}

.mainContainer-1 {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 700px;
    background: url(/images/dzienmatki/etap_1.jpg) no-repeat top left;
    margin-top: 70px;
}

.mainContainer-2 {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 700px;
    background: url(/images/dzienmatki/etap_2.jpg) no-repeat top left;
    margin-top: 70px;
}

.mainContainer-3 {
    margin: 0 auto;
    padding: 0;
    width: 900px;
    height: 700px;
    background: url(/images/dzienmatki/etap_3.jpg) no-repeat top left;
    margin-top: 70px;
}

.mainContainer-4-4001 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; padding: 0; background: url(/images/dzienmatki/final_kwiaty/pr4001.jpg) no-repeat top left !important; }
.mainContainer-4-4002 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4002.jpg) no-repeat top left !important; }
.mainContainer-4-4003 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4003.jpg) no-repeat top left !important; }
.mainContainer-4-4004 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4004.jpg) no-repeat top left !important; }
.mainContainer-4-4005 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4005.jpg) no-repeat top left !important; }
.mainContainer-4-4006 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4006.jpg) no-repeat top left !important; }
.mainContainer-4-4007 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4007.jpg) no-repeat top left !important; }
.mainContainer-4-4008 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4008.jpg) no-repeat top left !important; }
.mainContainer-4-4009 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4009.jpg) no-repeat top left !important; }
.mainContainer-4-4010 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4010.jpg) no-repeat top left !important; }
.mainContainer-4-4011 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4011.jpg) no-repeat top left !important; }
.mainContainer-4-4012 { margin: 0 auto; width: 900px; height: 700px; margin-top: 70px; background: url(/images/dzienmatki/final_kwiaty/pr4012.jpg) no-repeat top left !important; }

#zyczeniaBg {
    position: relative;
    left: 400px;
    top: 100px;
    background: url(/images/dzienmatki/final_zyczenia.png) no-repeat top left;
    width: 430px;
    height: 385px;    
}

#zyczeniaBg .zyczenia {
    position: relative;
    display: block;
    font-family: arial;
    font-size: 16px;
    font-weight: regular;
    width: 365px;
    height: 205px;
    top: 145px;
    left: 25px;
    text-align: center;
}

#zyczeniaBg .zyczenia .podpis {
    color: ce0c0c;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}

 #lightbox-buy-4001,
 #lightbox-buy-4002,
 #lightbox-buy-4003,
 #lightbox-buy-4004,
 #lightbox-buy-4005,
 #lightbox-buy-4006,
 #lightbox-buy-4007,
 #lightbox-buy-4008,
 #lightbox-buy-4009,
 #lightbox-buy-4010,
 #lightbox-buy-4011,
 #lightbox-buy-4012,
 #lightbox-buy-4001-after {
    position: fixed;
    top: 50%;
    left: 50%;
	width: 632px;
	height: 425px;
	margin-top: -212px;
	margin-left: -316px;
    background: #499ee6 url(/images/dzienmatki/popup_bg_1.jpg) no-repeat top left;
    display: none;
    z-index: 100;
}

 #lightbox-buy-4001 { background: #499ee6 url(/images/dzienmatki/popup_bg_4001.jpg) no-repeat top left; }
 #lightbox-buy-4002 { background: #499ee6 url(/images/dzienmatki/popup_bg_4002.jpg) no-repeat top left; }
 #lightbox-buy-4003 { background: #499ee6 url(/images/dzienmatki/popup_bg_4003.jpg) no-repeat top left; }
 #lightbox-buy-4004 { background: #499ee6 url(/images/dzienmatki/popup_bg_4004.jpg) no-repeat top left; }
 #lightbox-buy-4005 { background: #499ee6 url(/images/dzienmatki/popup_bg_4005.jpg) no-repeat top left; }
 #lightbox-buy-4006 { background: #499ee6 url(/images/dzienmatki/popup_bg_4006.jpg) no-repeat top left; }
 #lightbox-buy-4007 { background: #499ee6 url(/images/dzienmatki/popup_bg_4007.jpg) no-repeat top left; }
 #lightbox-buy-4008 { background: #499ee6 url(/images/dzienmatki/popup_bg_4008.jpg) no-repeat top left; }
 #lightbox-buy-4009 { background: #499ee6 url(/images/dzienmatki/popup_bg_4009.jpg) no-repeat top left; }
 #lightbox-buy-4010 { background: #499ee6 url(/images/dzienmatki/popup_bg_4010.jpg) no-repeat top left; }
 #lightbox-buy-4011 { background: #499ee6 url(/images/dzienmatki/popup_bg_4011.jpg) no-repeat top left; }
 #lightbox-buy-4012 { background: #499ee6 url(/images/dzienmatki/popup_bg_4012.jpg) no-repeat top left; }

.kartkiContainer { height: 700px; overflow: hidden; display: block;}
.formContainer { position: relative; left: 75px; top: 55px; }
.formContainer .popupText { text-align: center; position: relative; font-weight: bold; font-size: 14px; font-family: arial; margin-bottom: 20px; }
.formContainer .popupText2 { position: relative; font-weight: bold; font-size: 14px; font-family: arial; margin-bottom: 20px; }
.formContainer .popupText3 { position: relative; font-weight: normal; font-size: 14px; font-family: arial; }
.textPopupFinal { left: 280px !important; top: 115px !important; }
.formContainer .field { position: relative; width: 400px; float: right; height: 25px;}
.h115 { height: 110px !important; }
.formContainer .field label { position: relative; display: block; float: left; width: 100px;}
.formContainer .field input { position: relative; width: 200px; }
.formContainer .field textarea { width: 200px; height: 100px;  position: relative; }
.formContainer .field input.buttonSend { position: relative; background: url(/images/dzienmatki/button_zamow.png) no-repeat top left; width: 75px !important; height: 21px; border: none; left: 227px; margin-top: 5px; }
input.buttonCancel { position: relative; background: url(/images/dzienmatki/close_button.png) no-repeat top left; width: 75px !important; height: 21px; border: none; left: 65px; margin-top: 5px; }
#cancel-final { left: 279px; top: 120px; background: url(/images/dzienmatki/close_button2.png) no-repeat top left; }

.clr  { clear: both; }
.priceContainer { position: relative; height: 26px; width: 100px; top: 76px; left: 215px; font-size: 20px; font-family: arial; font-style: italic; color: #FFFFFF; }
.priceContainerFinal { top: 204px; }
#kup-4001 {  position: relative; top: 248px; left: 141px; width: 105px; height: 150px; display: block;}
#kup-4002 {  position: relative; top: 76px; left: 254px; width: 105px; height: 160px; display: block; }
#kup-4003 {  position: relative; top: -70px; left: 360px; width: 105px; height: 165px; display: block;}
#kup-4004 {  position: relative; top: -245px; left: 470px; width: 80px; height: 155px; display: block;}
#kup-4005 {  position: relative; top: -412px; left: 559px; width: 85px; height: 155px; display: block;}
#kup-4006 {  position: relative; top: -534px; left: 662px; width: 74px; height: 125px; display: block;}
#kup-4007 {  position: relative; top: -512px; left: 198px; width: 67px; height: 144px; display: block;}
#kup-4008 {  position: relative; top: -645px; left: 283px; width: 85px; height: 143px; display: block;}
#kup-4009 {  position: relative; top: -782px; left: 377px; width: 81px; height: 131px; display: block;}
#kup-4010 {  position: relative; top: -930px; left: 471px; width: 70px; height: 147px; display: block;}
#kup-4011 {  position: relative; top: -1092px; left: 552px; width: 70px; height: 147px; display: block;}
#kup-4012 {  position: relative; top: -1221px; left: 628px; width: 94px; height: 118px; display: block;}

