/*
        Copyright 2011
        Accesto Sp. z o. o.
        accesto.pl
*/


/* CSS Reset 
======================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
}

ol, ul {
        list-style: none;
}

a {
text-decoration: none;
}

.cleaner {
clear:both;
}

* {
outline: none;
}

body 
{
        overflow-x:hidden;
	background-color:#f0f0f0;
}

/* Global and Container
======================================================= */




.clear 
{
	clear: both;
}

/* Top (top-menu, logo, search)
======================================================= */

#top-container {
        width:100%;
        height:80px;        
}

#top {
        width:100%;
        height:145px;
        margin:auto;
        background:url('../gfx/top-bg.png?v=2') no-repeat right top;
}

#top-content {
        width:980px;
        height:145px;
        position:relative;
        margin:auto;
}

#top-menu {
        position:absolute;
        top:0px;
        right:0px;
        height:28px;
}

#top-menu ul {
        display:inline;
}

#top-menu ul li {
        height:31px;
        float:left;
}

#top-menu ul li.separator {
        width:1px;
        height:28px;
        background:url('../gfx/top-menu-separator.png?v=2') no-repeat;
}

#top-menu ul li a {
        display:block;
        background:url('../gfx/top-menu-bg.png?v=2');
        font-family:Cambria;
        color:#646464;
        font-size:13px;
        height:22px;
        padding:6px 17px 0px 16px;
}

#top-menu ul li:first-child a {
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-bottom-left-radius: 2px;
        behavior: url(./gfx/pie.php);
}

#top-menu ul li:last-child a {
        -webkit-border-bottom-right-radius: 2px;
        -moz-border-radius-bottomright: 2px;
        border-bottom-right-radius: 2px;
        behavior: url(./gfx/pie.php);
}

#top-search {
        width:282px;
        height:33px;
        position:absolute;
        bottom:0px;
        right:0px;
        background:url('../gfx/top-search-bg.png?v=2') repeat-x;
        padding:4px 0px 0px 0px;
        -webkit-border-top-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topright: 2px;
        border-top-right-radius: 2px;
        behavior: url(./gfx/pie.php);

}

#top-search input[type="text"] {
        width:142px;
        height:18px;
        background:url('../gfx/top-search-inp-txt-bg.png?v=2') no-repeat;
        border:none;
        padding:5px 4px 3px 28px;
        margin-left:8px;
        margin-top:0px;
	font-size:11px;
}

#top-search input[type="submit"] {
        position:absolute;
        top:8px;
        right:12px;
        width:77px;
        height:21px;
        background:url('../gfx/top-search-button.png') no-repeat;
        border:none;
}

#top-logo {
        position:absolute;
        left:0px;
        top:24px;
        width:274px;
        height:93px;
}

/* Main menu, submenu
====================================================== */

#main-menu {
        position:relative;
        width: 980px;
        height: 50px;
        top:26px;
        margin:auto;
        font-family:Cambria;
        font-size:14px;
        color:#f2f2f2;
        background-image: url(../gfx/menu_bg.png?v=2);
        background-repeat: no-repeat;
            
		
}

#main-menu .border-left 
{
  
        
}

#main-menu .border-right 
{

}

#main-menu ul
{
	margin-left:2px;
}

#main-menu ul li {
        float:left;
}

#main-menu ul li.separator {
        width:1px;
        height:42px;
        background-image:url('../gfx/menu_spacer.png?v=2');
        background-repeat: repeat-x;
        
}

#main-menu ul li a {
        text-shadow: black 0px -1px 1px;
        display: block;
        height: 42px;
        line-height: 42px;
        padding: 0px 0px 0px 0px;
        font-size: 14px; 
        color: white;
        font-family: 'Candara';
        font-weight: normal;
        width: 105px;
        text-align: center;
        behavior: url(./gfx/pie.php);
        
}

#main-menu ul li.selected a 
{
         background-image:url('../gfx/menu_a.png?v=2');
         background-repeat:  repeat-x;
}

#main-menu ul li a:hover 
{
        background:url('../gfx/menu_h.png?v=2') repeat-x;
}


#submenu {
        position:relative;
        width:980px;
        height:26px;
        margin:auto;
        top:6px;
        display: none;
}

#submenu .border-left {
        width:1px;
        height:26px;
        position:absolute;
        left:0px;
        bottom:0px;
        background:url('../gfx/submenu-border.png?v=2') no-repeat;
}

#submenu .border-right {
        width:1px;
        height:26px;
        position:absolute;
        right:0px;
        bottom:0px;
        background:url('../gfx/submenu-border.png?v=2') no-repeat;
}

#submenu ul {
        height:26px;
        display:inline;
}

#submenu ul li {
        height:26px;
        float:left;
}

#submenu ul li.separator {
        width:1px;
        background:url('../gfx/submenu-separator.png?v=2') no-repeat;
}

#submenu ul li a {
        display:block;
        color:#000;
        font-family:Arial;
        font-size:10px;
        height:18px;
        padding:8px 17px 0px 17px; 
}


/* mid
========================================================= */

#mid-container {
        width:100%;
        margin-top:16px;
}

#mid {
        width:100%;     
        margin:auto;
        padding-bottom:16px;
}

#mid-content {
        width:980px;
        padding:3px;
        margin:auto; 
		overflow:hidden;
}

#slider {
        positioN:relative;
        width:506px;
        height:240px;
        border:1px solid #b3b3b3;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-bottom-left-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-bottomleft: 2px;
        border-top-left-radius: 2px;
        border-bottom-left-radius: 2px;
        padding:2px 0px 2px 2px;
        behavior: url(./gfx/pie.php);

}

#slider #header {
        position:absolute;
        background:url('../gfx/slider-header-bg.png?v=2');
        width:368px;
        height:69px;
        bottom:2px;
        left:2px;
}

#slider #header h1 {
        color:#fff;
        font-family:Arial;
        font-size:18px;
        font-style:italic;
        margin:4px 0px 4px 17px;
        font-weight:bold;
}

#slider #header h2 {
        color:#fff;
        font-family:Arial;
        font-size:14px;
        margin-left:17px;
        font-weight:normal;
}

#slider #header h3 {
        color:#ffb201;
        font-family:Arial;
        font-size:14px;
        margin-left:17px;
        font-weight:normal;
}

#slider ul {
        position:absolute;
        right:1px;
        top:2px;
        width:138px;
}

#slider ul li a {
        text-align:center;
        display:block;
        font-family:Cambria;
        font-size:14px;
        color:#fff;
        width:138px;
        height:40px;
        padding-top:8px;
}


#slider ul li#button0 {
        display:block;
        width:138px;
        height:47px;
        color:#fff;
        background:url('../gfx/slider-button0.png?v=2');
}

#slider ul li#button1 {
        display:block;
        width:138px;
        height:50px;
        color:#fff;
        background:url('../gfx/slider-button1.png?v=2');
}

#slider ul li#button2 {
        display:block;
        width:138px;
        height:49px;
        color:#fff;
        background:url('../gfx/slider-button2.png?v=2');
}

#slider ul li#button3 {
        display:block;
        width:138px;
        height:49px;
        color:#fff;
        background:url('../gfx/slider-button3.png?v=2');
}

#slider ul li#button4 {
        display:block;
        width:138px;
        height:45px;
        color:#fff;
        background:url('../gfx/slider-button4.png?v=2');
}

#slider ul li#button1.active,#slider ul li#button2.active,#slider ul li#button2.active,#slider ul li#button3.active, #slider ul li#button4.active {
        text-align:center;
        display:block;
        font-family:Cambria;
        font-size:14px;
        color:#000;
        width:138px;
        background:url('../gfx/slider-button-active.png?v=2') no-repeat right -1px;
}

#slider ul li#button0.active {
        background:url('../gfx/slider-button-active.png?v=2') no-repeat right -2px;
}

#slider ul li#button0.active a,#slider ul li#button1.active a,#slider ul li#button2.active a,#slider ul li#button3.active a,#slider ul li#button4.active a {
color:#000;
}

#slider ul li#button0.active a strong ,#slider ul li#button1.active a strong ,#slider ul li#button2.active a strong ,#slider ul li#button2.active a strong ,#slider ul li#button4.active a strong {
color:#000;
}

/* dowiedz sie wiecej
========================================= */

#dowiedz-sie {
        width:511px;
        margin-top:34px;
        margin-bottom:40px;
}

#dowiedz-sie h1 {
        font-weight:bold;
        font-style:italic;
        font-family:Arial;
}

#dowiedz-sie .box1, #dowiedz-sie .box2, #dowiedz-sie .box3 {
        width:154px;
        height:194px;
        float:left;

}

#dowiedz-sie .box1, #dowiedz-sie .box2 {
        margin-right:24px;
}

#dowiedz-sie .box1 .photo, #dowiedz-sie .box2 .photo, #dowiedz-sie .box3 .photo {
        width:138px;
        height:142px;
        border-top:1px solid #d9d9d9;
        border-left:1px solid #d9d9d9;
        border-right:1px solid #d9d9d9;
        -webkit-border-top-left-radius: 2px;
        -webkit-border-top-right-radius: 2px;
        -moz-border-radius-topleft: 2px;
        -moz-border-radius-topright: 2px;
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
        padding:2px 3px 0px 3px;
        margin:auto;
        background-color:#fff;
        behavior: url(./gfx/pie.php);

}

#dowiedz sie .button {
        width:154px;
        height:48px;
}

/* left, right 
=========================================================== */

#left {
        float:left;
}

#right {
        float:left;
        margin-left:6px;
}


#right:first {
        margin-top:0px;
}

/* boxy
========================================================================== */
.mbox {
      
}

.reg_form 
{
        width:980px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;       
        box-shadow: #d5d5d5 0px 0px 5px 0px;   
        border:none;
        background-color:#fff;
		margin:auto;
		margin-top: 19px;
                behavior: url(./gfx/pie.php);
}

.reg_form .rgpadd
{
	padding:25px;
}

.reg_form .rghd
{
	font-family: 'Candara';
	font-size:22px;
	padding-left:120px;
	height:97px;
	background-color:#fcfcfc;
	border: 1px solid #ebebeb;
    -webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;  
	background-image: url(../gfx/perk_reg.png?v=2);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	line-height:97px;
        behavior: url(./gfx/pie.php);
}

#left .box {
    
        width:718px;
        background-color:#fff;                
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;        
        box-shadow: #d5d5d5 0px 0px 5px 0px;        
        border:none;        
        background-color:#fff;
        behavior: url(./gfx/pie.php);
}

#left .box h2 {
    display: block;
    width: 260px;
    height: 33px;
    font-family: Cambria;
    font-size: 14px;
    text-shadow: 2px 2px 2px white;
    color: black;
    line-height: 30px;
    border-bottom: 1px solid #DDD;
    behavior: url(./gfx/pie.php);
}


#left .box h2 a{
        font-family:Cambria;
        font-size:14px;
        text-shadow: 2px 2px 2px #fff;
        color:#000;
        behavior: url(./gfx/pie.php);
}

#right .box 
{
        behavior: url(./gfx/pie.php);
        position:relative; 
        width:259px;
        border:none;        
        margin-bottom:20px;
        background-color:#fff;                
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;        
        box-shadow: #d5d5d5 0px 0px 5px 0px;
        padding:13px;        
        behavior: url(./gfx/pie.php);
}

#right .box h2 {
    display: block;
    width: 259px;
    height: 18px;
    font-family: Cambria;
    font-size: 14px;
    text-shadow: 2px 2px 2px white;
    color: black;
    line-height: 36px;
    border-bottom: 1px solid #DDD;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: -8px;
    margin-bottom: 5px;
    behavior: url(./gfx/pie.php);
        
}

.box h2 .orange {
        color:#f98c5b;
}

#ACCcontent .box h2 .orange {
        color:#f98c5b;
	font-family:cambria;
	font-size:14px;
}

#ACCcontent .box h2 a
{
	color:#000;	
}

.box h2 .grey {
        color:#656565;
}

.box ul {
        margin-left:8px;
        margin-right:8px;
}

.box ul li:last-child {
        border:none;
}

.box ul li {
	margin-left:-2px;
        background:url('../gfx/li_point.png?v=2') no-repeat left 50%;
        padding:5px 0px 5px 16px;
        color:#646464;
        font-family:arial;
        font-size:10px;
        
}


#right .box ul li {
	line-height:13px;
}

.box ul li a {
        color:#646464;
        font-family:arial;
        font-size:10px;
}

.box ul li a strong{
        color:#646464;
        font-family:arial;
        font-size:10px;
}

.box ul li.forum {        
        padding-left:18px;
        background-position: left 5px;
}

.date {
        color:#9d9d9d;
        font-family:arial;
        font-size:10px;
}

.author {
        color:#9d9d9d;
        font-weight:bold;
        font-style:italic;
}

#right .box {
        margin-left:1px;
}

.contest {
        margin-top:16px;
}

/* logowanie
=============================================================== */

#right .box  input[type=text],
#right .box   input[type=password] {
        width:167px;
        height:23px;
        height:21px \0/IE9;
        height:19px\0;        
        *height:21px;
        padding-left:4px;        
        background-color:#e8e8e8;
        border:none;
        margin-top:9px;
        *margin-top:8px;
        padding-top: 0px;        
        padding-top: 2px \0/IE9;
        padding-top: 6px\0;
        *padding-top: 4px;
        color:#5c5c5c;
	font-size:12px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin-left: 0px;
        position: relative;
        behavior: url(./gfx/pie.php);        
}
 
#right .box  input[type=text]
{
    font-size:11px;
}

input[type=text] {
        
}

#right .box input[type=submit] {
        position:absolute;
        top: 9px;
        right:13px;
        width:81px;
        height:24px;
        background:url('../gfx/zaloguj.png?v=2');
        border:none;
        cursor: pointer;
}

#right .box label {
        margin-top:8px;
        display:block;
        float:left;
        color:#646464;
        font-family:Cambria;
        padding-top:2px;
        padding-left:12px;
        width:40px;
	font-size:14px;
}

#forgotten-pass 
{
    color: #AAA;
    font-size: 11px;
    position: absolute;
    top: 47px;
    left: 205px;
    font-family: Arial;
}

#register {
color: #2F7DB3;
font-size: 11px;
position: absolute;
top: 75px;
left: 15px;
font-family: Arial;
}

/* Footer
===================================================== */

#footer-container {
        width:100%;
        height:365px;
        background:url('../gfx/footer-bg.png?v=2') repeat-x;
}

#footer-content {
        width:980px;
        margin:auto;
        position:relative;
        height:365px;
        font-family:Candara;
}

#footer-content .column {
        width:150px;
        float:left;
        padding-top:22px;
        margin-right:20px;
}

#footer-content .column h2 {
        color:#fff;
        height:20px;
        width:110px;
        border-bottom:1px dotted #fff;
        font-family:Candara;
        font-size:14px;
        padding-left:6px;
        padding-top:8px;
        font-weight:normal;
        margin-bottom:4px;
}
#footer-content ul {
        margin-left:6px;
}

#footer-content ul li {
        width:120px;
        list-style-type: disc;
        padding:4px 0px 1px 4px;
        margin-left: 14px;
        color:#fff;
        font-family:arial;
        font-size:10px;
}

#footer-content ul li a {
        color:#fff;
}

#rights {
        position:absolute;
        bottom:12px;
        left:0px;
        color:#fff;
        font-family:Arial;
        font-size:12px;
}

#footmenu {
        position:absolute;
        bottom:12px;
        right:0px;
        color:#fff;
        font-family:Arial;
        font-size:10px;
        color:#fff;
        font-size:12px;
}

#footmenu a
{
    color:#fff;
    font-size:12px;
}

#accesto{
        position:absolute;
        bottom:9px;
        right:0px;
        color:#fff;
        font-family:Arial;
        font-size:10px;
	line-height:18px;
}

/* Facebook
======================================================================= */

#facebook {
        width:509px;
}

/* Gallery
======================================================================= */

.gall img
{
    padding:3px;
    border:1px solid #ccc;

}



/* Users
======================================================================= */

.registerFormLabel
{
        vertical-align: top;
        width:160px;
        color: #3f3f3f;
        padding: 5px;
        font-family: 'Candara Bold';
        font-size: 13px;
        margin-left: 12px;
}
.registerFormLabel label{
vertical-align: top;
        width:160px;
        float:none;
}

input{
    border: 1px solid #ccc;
}



#dostepnoscWynik.ok
{
    background-color: #99ff99;
    border: 1px solid #00cc00;
}
#dostepnoscWynik.error{
    background-color: #ff9999;
    border: 1px solid #ff0000;
}

#registerForm table
{
        width:100%;
}


#registerForm i
{
        font-size:10px; 
}

/* Content
======================================================================= */

#adbannerinner
{
position:fixed;
left:0px;
top:250px;
border:1px solid #ccc;
background-color:#FEFEFE;
}


#feedbacktab
{
position:fixed;
bottom:15px;
right:0px;
text-align:center;
}

#feedbacktab a
{
font-family:Arial;
font-size:12px;
color:#666;
}

#feedbacktab a:hover
{
text-decoration:underline;
}

#ACCcontent
{
        color:#000;        
        color:#646464;
        font-family:Arial;
        font-size:10px;
}

.box h2 a
{
	color:black;
}

.conPadd
{
	padding: 15px;
	min-height:200px;
}

.findtable
{
	border-collapse: collapse;
	width: 100%;
}

.findtable td
{
	border-bottom:1px solid #CCC;
	padding:5px;		
}

.findtable tr:hover
{
	background-color:#C9D9E7;
}

#ACCcontent .findtitle a
{
	color:#000;
}

#ACCcontent .findtitle a:hover
{
	color:#000;
	font-weight:bold;
}


.findtype
{
	font-style:italic;
}


#innerModuleDiv
{
	z-index:100;
}

#adb
{
	z-index:100;
}


.logged_tab
{
	
	width:100%;
}


.logged_welcome
{	
	font-family:Arial;
	font-size:13px;
	padding-left:0px;
        padding-right:80px;
	color:#212121;
	text-align:left;
        width: 100px;
        font-weight: normal;
}


.logged_profile
{
	text-align:right;
	
}

.logged_logout
{
	text-align:right;
	padding-right:20px;
	padding-top:3px;
}

.logged_logout a
{
	font-family:Arial;
	font-size:10px;
	color:#3e7da9;

}


.registerFormLabel
{
	color:#3f3f3f;
	padding:5px;
	font-family:'Candara Bold';
	width:200px;
        vertical-align: middle;
}


.registerFormLabel label
{
	color:#3f3f3f;
	padding:5px;
	font-family:'Candara Bold';
	font-size:13px;
        margin-left: 12px;
}


.regform input[type="text"], #passwordResetModuleDiv input[type="text"], #userEditModuleDiv input[type="text"], #passwordResetModuleDiv input[type="text"]
{
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: none;
        background-color: #e8e8e8;
        width: 246px;
        padding: 5px;
        padding-top: 9px;
        padding-bottom: 9px;
        background-repeat: no-repeat;
        background-position: 5px 0px;     
        behavior: url(./gfx/pie.php);
}


.regform input[type="password"], #userEditModuleDiv input[type="password"], #passwordResetModuleDiv input[type="password"]
{
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: none;
        background-color: #e8e8e8;
        width: 246px;
        padding: 5px;
        padding-top: 9px;
        padding-bottom: 9px;
        background-repeat: no-repeat;
        background-position: 5px 0px;  
        behavior: url(./gfx/pie.php);
}

.registerFormField
{
	vertical-align:top;
	margin:0px;
	padding:0px;
}

.registerFormBox 
{
	color:white;
	padding:5px;
	font-family:Cambria;
	margin-left:-16px;
	width:500px;
	background-image:url(../gfx/regb.jpg);
	background-repear:repeat-x;
}

.registerFormBox  label
{
	color:white;
	font-family:Cambria;
	font-weight:bold;
}


#ACCcontent .registerFormBox label a
{
	color:white;
	padding:5px;
	font-family:Cambria;
	text-decoration:underline;
	font-weight:bold;
}

.regform {margin-left:10px; margin-right:15px; margin-bottom:30px;}

.reginner
{
	padding:15px;
}


.registerFormField ul li
{
	background:none;
}


.registerFormField ul li
{
	background:none;
}

#invoice_data ul li
{
	background:none;
} 

#ACCcontent  .formErrorSum
{
	margin-left:12px;
	color:red;
	background:none;
	padding:10px;
	font-weight:normal;
	font-family:Cambria;
	margin-bottom:10px;
	width:300px;
	border: none;
	margin-top:-20px;

}

#ACCcontent .registerFormField .formError{
    color:#d73838;

}


#ACCcontent .more a
{
	color:#000;
	padding-right:7px;
}

#ACCcontent .offerback a
{
	color:#000;
	padding-right:7px;
}


#ACCcontent #userEditModuleDiv h1, .reg_form h1, #registerModuleDiv h1
{
    font-family: 'Candara Bold';
    font-size: 16px;
    color: #ff8a01;
    margin-left: 12px;
    margin-top: 5px;
}

.contest
{
	position:relative;
	z-index:100;
}

#infoModuleDiv {display:none;}
 

#ACCcontent box nounder li
{
	border:none;
}


.m_product
{
    width: 200px;
    height: 200px;    
    text-align: center;    
    
}

.m_act
{
	
}

.m_act_f
{
    font-weight: bold;
}
 
#srch
{
    height:42px;
    padding: 0px;
}

#srch input[type=text]
{
    background:none;
    border: none;
}

#srch .f_before
{
    float: right;
    height: 42px;
}

#srch .f_content
{
    float: right;
    height: 42px;
    background-image: url(../gfx/search_2.png?v=2);
    background-repeat: repeat-x;    
}
#srch .f_content input
{
    margin-top: 13px;
    color: #fff;
    font-size: 10px;
    width:65px;
}


#srch .f_after
{
    float: right;
    height: 42px;
    width: 38px;
} 

#srch .f_after input
{
    background: none;
    background-image: url(../gfx/search_3.png?v=2);
    width: 23px;
    height: 42px;
    border: none;
    padding: none;
    margin: none;
    margin-right: 20px;    
    
}

.mc_div
{
    background-image: url(../gfx/box_2_bg.png?v=2);
    background-repeat: no-repeat;
    width: 685px;
    margin-left: -5px;
}

.mc_div table
{
    width: 660px;
    margin-left: 10px;
}

.mc_div table td
{
    text-align: center;
}


.mc_div .cm_3_in
{
    width:200px;
    height:260px;
    margin:auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; 
    background-color: #fff;
    box-shadow: #d5d5d5 0px 0px 15px 0px;
    behavior: url(./gfx/pie.php);
    
}

.mc_div .cm_top
{
    height: 80px;
}

.cm_ico
{
    margin-top: 30px;
}

#bannerModuleDiv #wrapper
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;       
    box-shadow: #d5d5d5 0px 0px 5px 0px;
    background-color: #fff;
        margin-left: 5px;
        behavior: url(./gfx/pie.php);
        
}

.nivo-controlNav
{
    
}

.cm_ico1
{
    margin-top: 30px;
}

.cm_ico2
{
    margin-top: 30px;
}

.cm_ico3
{
    margin-top: 27px;
}

#ctc
{
    color: #F98C5B;
    font-size: 11px;
    position: absolute;
    top: 75px;
    left: 218px;
    font-family: Arial;
}

.mmco
{
    width: 980px;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: #D5D5D5 0px 0px 5px 0px;
    border: none;
    background-color: white;
    margin: auto;
    behavior: url(./gfx/pie.php);
}

.mmci
{
     width: 980px;
    background-color: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: #D5D5D5 0px 0px 5px 0px;
    border: none;
    background-color: white;
    margin: auto;
    height: 180px;
    behavior: url(./gfx/pie.php);
}

.mmcb
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 8px;
    font-size: 15px;
}
 

.mmpo
{ 
    background-color: #f0f0f0;
    -webkit-box-shadow: 0 3px 3px 1px #DfDfDf;
   -moz-box-shadow: 0 3px 3px 1px #DfDfDf;
       box-shadow: 0 3px 3px 1px #DfDfDf;
    
    margin-bottom: 15px;
	padding-bottom:5px;
        behavior: url(./gfx/pie.php);
}

.mmpi
{
    width: 980px;
    margin: auto;
}

.mmci td
{
    padding: 15px;
}

.ccc
{
    background-repeat: no-repeat;
    background-position: center center;
    width:120px;
    height: 100px;
}

.cccd
{
    color:#3f3f3f;
    text-transform: uppercase;
    font-size: 16px;
}

.cccd:hover
{
    color:#fbad2d;
}

 

.mmc td:hover .cccd
{
    color:#fbad2d;
}

.m_folder
{
    padding: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding-bottom: 2px;
    color:#3F3F3F;
    text-transform: uppercase;
    font-weight: normal;
    behavior: url(./gfx/pie.php);
}

.m_act_f
{
    background-color: #e1e1e1;
    color:#3F3F3F;
    text-transform: uppercase;
    font-weight: normal;
}

.chc
{
    opacity:0.8;
}

.chc:hover
{
    opacity:1;
}

.chc:hover .cccd
{
    color:#3F3F3F;
}

.pnme
{
    font-weight: bold;
    font-size: 22px;
    color:#525252;
    
}

.folds
{
    color: #888888;
    font-size: 14px;
    
    margin-left: 5px;
    margin-right: 5px;
    
} 

#bannerModuleDiv
{
    margin-left: -5px;
    height: 346px;
}

#moodleModuleDiv
{
    margin-top: -35px;
}


#moodleDisplayModuleDiv
{
	width:688px;
}	

.blog-date
{
    font-family: 'Candara Italic';
    color: #646464; 
    font-style: italic;
    font-size: 15px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-image: url(../gfx/dateico.png?v=2);
    background-position: 4px center;
    line-height: 40px; 
}

#blogModuleDiv
{
    padding: 10px;
}

.blog h1
{
    font-weight: normal;
    color: #0C6DB2;
    font-family: Candara;
    font-size: 18px;
	margin-top: -4px;
}

.blog-short
{
    font-size: 14px;
    font-weight: normal;
    font-family: Candara;
    font-style: italic;
    color:#444;
}

.blog
{
    margin-bottom: 20px;
    border-bottom: 2px solid #ccc;
    padding-bottom: 15px;
    
}

.blog-more span
{ 
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #E1E1E1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #838282;
    font-size: 12px;
    display: block;
    width: 34px;
    margin-top: 5px;
    margin-left: 355px;
    margin-bottom: -10px;
    behavior: url(./gfx/pie.php);
    
}
 
.blog img
{
    margin-bottom: 15px;
}

.blog-pages
{
    position: absolute;
    right: 50px;  
}

.blog-pages a
{
    font-size: 15px;
    color: #000;
    
}

.blog-pages a span.sel
{
    padding:1px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #0167a7;
    color: #fff;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-left: 2px;
    margin-right: 2px;      
    behavior: url(./gfx/pie.php);
    
    
}

.blog-pages a span.nots
{
    padding:1px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
    color: #555;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    behavior: url(./gfx/pie.php);
    
    
}

.blog-pages span.strn
{
    
    color: #555;
    display: block;    
    float: left;
    padding:1px;
    padding-top: 3px;
    padding-right: 15px;
    font-size: 11px;
}   
    

.blog-pages span.b_nxt
{        
    display: block;    
    float: left;
    padding:1px;
    padding-top: 3px;
    padding-right: 5px;
    font-size: 11px;
}   
    
.blog-pages span.b_pre
{        
    display: block;    
    float: left;
    padding:1px;
    padding-top: 3px;
    padding-left: 5px;
    font-size: 11px;
}   
    
.nxtnws
{
    display: block;   
    font-size: 22px;
    font-family: Candara;
    color: #222;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top:  2px solid #ccc;
    margin-top: 15px;
        
}

.blog2 h1
{
    font-weight: normal;
    color: #FF8A01;
    font-family: Candara;
    font-size: 18px;
	margin-top: -4px;
}



.blog2 .blog-date
{
    font-family: 'Candara Italic';
    color: #646464;
    font-style: italic;
    font-size: 15px;
    padding-left: 240px;
    background-repeat: no-repeat;
    background-image: url(../gfx/dateico.png?v=2);
    background-position: 220px center;
    line-height: 40px;    
}

.e_short
{
    font-size: 14px;
    font-weight: normal;
    font-family: Candara;
    font-style: italic;
    color: #444;
}

.e_content
{
    font-size: 13px;
    font-weight: normal;
    color: #444;
}

.blog2 img
{
    margin-bottom: 10px;
	margin-top: 4px;
}


.blog2 .e_content a
{
	color: #116ab2 !important;
}



body  .e_content,  body  .e_content div,  body  .e_content p,  body  .e_content span,  body  .e_content li
{
	font-family:Arial !important;
	font-size: 13px !important;
	line-height:18px;
}



.buyit
{
    background-color: #ff8a01;
    color: #FFF;
    font-weight: normal;    
    vertical-align: middle;
    margin-top: -4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
	padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
	font-size:15px;
	
        behavior: url(./gfx/pie.php);
} 

#moodleModuleDiv iframe
{
	margin-top: -3px;
}

.shre iframe
{
    width: 180px !important;
}

.shre span
{
	overflow:hidden;
}

.findtable
{
    border-collapse: separate;
    border-spacing: 0px;
    
}

.findtable th
{
    background-image: url(../gfx/moodle/lbg.png?v=2) !important;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: transparent;
    border: 1px solid #cecece !important;
    background-repeat: repeat-x !important;
    height: 30px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-family: Candara;
    font-size: 13px;
    color: #FF7602;
    height: 32px;
    margin-bottom: 10px !important;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
    behavior: url(./gfx/pie.php);
}

.srcb 
{
    background-image: url('../forum/styles/perk/theme/images/srcb.png?v=2');
    display: block;
    width: 176px;
    height: 26px;
    font-size: 12px;
}

.srcb input[type="text"]
{    
    background: none;
    border: none;
    width: 130px;
    height:24px;
    margin-left: 5px;
}

.srcb input[type="submit"]
{    
    background: none;
    border: none;
    width: 24px;
    height:24px;
    
}

.collapses
{
	width:100%;
	border-collapse:collapse;
}

.reg_form  #registerForm table.rrr
{
	width:860px;
}

.reg_form span.rf
{
	display:block;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:none;
    background-color:#e8e8e8;
	width: 286px;
	padding: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	margin-bottom:15px;
        behavior: url(./gfx/pie.php);
}

.lform span.lf
{
	display:block;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:none;
    background-color:#e8e8e8;
	width: 246px;
	padding: 5px;
	padding-top: 9px;
	padding-bottom: 9px;
	background-repeat: no-repeat;
	background-position: 5px 0px;
	margin-bottom:15px;
        behavior: url(./gfx/pie.php);
}

.reg_form .formErrorSum, #userEditModuleDiv .formErrorSum, #passwordResetModuleDiv .formErrorSum
{
	text-align:center;
	color: red;
	background: none;
	padding: 10px;
	font-weight: normal;
	font-family: 'Candara';
	font-size: 14px;
	margin-bottom: 10px;
	width: 910px;
	border: none;
	margin-top: -20px;

}


.reg_form .formOKrSum, #userEditModuleDiv .formOKSum, #passwordResetModuleDiv .formOKSum
{
	text-align:center;
	color: green;
	background: none;
	padding: 10px;
	font-weight: normal;
	font-family: 'Candara';
	font-size: 14px;
	margin-bottom: 10px;
	width: 910px;
	border: none;
	margin-top: -20px;

}

#userEditModuleDiv .formErrorSum, #passwordResetModuleDiv .formErrorSum
{
    width:620px;
}

#userEditModuleDiv .formOKSum, #passwordResetModuleDiv .formOKSum
{
    width:620px;
}

.reg_form td.lcol
{
	vertical-align: top;
	width: 150px;
	text-align: center;
	padding-right: 10px;
} 

.reg_form .accept 
{
	padding-top:20px;
}

.reg_form .regul
{
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
margin-top:20px;
	width:620px;
	height:150px;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	font-family:Arial;
	font-size:13px;
	border:1px solid #ccc;
	padding:10px;
        behavior: url(./gfx/pie.php);
	
}

.reg_form .accept label
{
	font-family: 'Candara';
    font-weight: normal;
	color:#6d6d6d;
}

.reg_form .formError
{
	color:#d73838;
}

.reg_form span.rf input
{
    background-color:transparent;
	border:none;
	width: 280px;
	padding-right:10px;
}

.lform span.lf input
{
    background-color:transparent;
	border:none;
	width: 240px;
	padding-right:10px;
}

.lform span.lf1
{
	background-image:url(../gfx/lfbg1.png?v=2);
}

.lform span.lf2
{
	background-image:url(../gfx/lfbg2.png?v=2);
}

.reg_form span.rf1
{
	background-image:url(../gfx/rfbg1.png?v=2);
}

.reg_form span.rf2
{
	background-image:url(../gfx/rfbg2.png?v=2);
}

.reg_form span.rf3
{
	background-image:url(../gfx/rfbg3.png?v=2);
}

.reg_form span.rf4
{
	background-image:url(../gfx/rfbg4.png?v=2);
}

.reg_form span.rf5
{
	background-image:url(../gfx/rfbg5.png?v=2);
}

.reg_form span.rf6
{
	background-image:url(../gfx/rfbg6.png?v=2);
}

.reg_form span.rf7
{
	background-image:url(../gfx/rfbg7.png?v=2);
}

.reg_form span.rf8
{
	background-image:url(../gfx/rfbg8.png?v=2);
}

.reg_form span.rf9
{
	background-image:url(../gfx/rfbg9.png?v=2);
}

.reg_form span.rf10
{
	background-image:url(../gfx/rfbg10.png?v=2);
}

.reg_form span.rf11
{
	background-image:url(../gfx/rfbg11.png?v=2);
}

.reg_form span.rf12
{
	background-image:url(../gfx/rfbg12.png?v=2);
}


 .lboxh
 {
	font-family: 'Candara';
	font-size: 20px;
	padding-bottom:16px;
	display:block;
 }
 
.formInfoSum
{
	text-align:center;
	color: red;
	background: none;
	padding: 10px;
	font-weight: normal;
	font-family: 'Candara';
	font-size: 14px;
	margin-bottom: 10px;
	width: 910px;
	border: none;
	margin-top: -20px;

}


.btn_orange
{
	font-family: 'Candara';
	display:block;
    background-color: #ff8a01;
    color: #FFF;
    font-weight: normal;    
    vertical-align: middle;
    margin-top: -4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
	font-size:15px;
	text-shadow:#888 0px -1px 1px;
        behavior: url(./gfx/pie.php);
} 

.btn_blue
{
	font-family: 'Candara';
	display:block;
    background-color: #0067a7;
    color: #FFF;
    font-weight: normal;    
    vertical-align: middle;
    margin-top: -4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	line-height:24px;
    padding-left: 10px;
    padding-right: 10px;
	font-size:15px;
	text-shadow:#888 0px -1px 1px;
        behavior: url(./gfx/pie.php);
} 

.box #userEditModuleDiv
{
    color:#3f3f3f;     
}

.box #userEditModuleDiv ul li a
{
    color:#000; 
    font-size: 11px;
}

.edaddin
{
    color:#9d9d9d;
}

.edaddin a
{
    color:#2F7DB3;
}

.atte
{
    text-align: center;
    font-style: italic;
    font-family: 'Candara Italic';
    font-size: 13px;
    margin-top: 15px;
}


#enrollmentModuleDiv input[type="submit"]
{
    background-color: #ff8a01;
    color: #FFF;
    font-weight: normal;
    vertical-align: middle;
    margin-top: -4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    behavior: url(./gfx/pie.php);
    border:none;
}

#enrollmentModuleDiv 
{
    font-family: 'Candara';
    font-size: 13px;
    
}

#enrollmentModuleDiv h1
{
    font-family: 'Candara Bold';
    font-size: 16px;
    color: #ff8a01;
    margin-top: 5px;
}


#enrollmentModuleDiv form b
{
        vertical-align: top;
        width:160px;
        color: #3f3f3f;
        padding: 5px;
        font-family: 'Candara Bold';
        font-size: 13px;
}


#srch .f_content input
{
    background-color: transparent;
    border:none;
}