@charset "utf-8";/* CSS Document */
/**********************************************************************
GENERAL
**********************************************************************/
body { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.3em; color:#000000; background: #eff9fe url(/style/images/background.jpg) center bottom no-repeat;}
body.iarna { font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:1.3em; color:#000000; background: #F0F4FD url(http://www.itsybitsy.ro/styles/style1/images/background_felicitari.jpg) center top no-repeat;}
a { color:#0883aa; text-decoration:underline; z-index:3000; position:relative; }
a:hover { color:#0CAEE1; text-decoration:underline; z-index:3000; position:relative; }
h1 { margin:0; padding:0; float:left; font-size:14px; color:#009ce2; margin:3px 0 0 5px; text-transform:uppercase; }
ol { margin:0; padding-left:20px; }
ul { list-style:disc }
p { margin:0 0 15px; }
.small { font-size:11px; font-style:normal; }
.large { font-size:14px; }


/**********************************************************************
HEADER
**********************************************************************/
#loader { width: 780px; height: 600px; position:absolute; z-index:1000; text-align:center; left:100px;} 
#loader img { position:relative; top: 50%; z-index:1000; }

#header { width: 780px; height:80px; margin:0 100px; padding:10px 0 0 0;}
#highlight {width:820px; margin:0 80px; padding:0; }

.publicitate {margin:2px auto 0 auto; padding:0; background:url(http://www.itsybitsy.ro/styles/style1/images/publicitate.gif) top left no-repeat; width: 753px; height:96px;}
.nopub {margin:2px 0 0 0; padding:0; width: 753px; height:96px;}
.banner {padding:3px 4px 3px 21px;}


/**********************************************************************
FORM
**********************************************************************/
.inputBg { width:240px; height:32px; background:url(/style/images/input.gif) top left no-repeat; padding:5px; }
.textareaBg { width:328px; height:193px; background:url(/style/images/textarea.gif) top left no-repeat; padding:5px;}
input, select { font-family:Arial, Helvetica, sans-serif; font-size:12px; width:220px; height:20px; margin:0 5px; padding-top:5px; background:none; position:relative; z-index:2000;}
textarea { font-family:Arial, Helvetica, sans-serif; font-size:12px; width:295px; height:170px; margin:0 5px; padding:5px; background:none;}
input.send { border:none !important; padding:0; margin:10px 0 0 0; width:139px; height:34px;}
#ajaxform { padding:10px; }
#ajaxform h2 { font-size:18px; line-height:24px; color:#F76D00; }
#ajaxform label { float:left; width:120px; font-size:13px; }
#ajaxform fieldset { margin:8px 0; }
#ajaxform input { font-size:14px; padding:1px; border:1px solid #bfbfbf; background:#ededed; }
#ajaxform fieldset input { margin-right:10px; }
#ajaxform fieldset span { font-weight:bold; }
#ajaxform #avataru { vertical-align:middle; }
#ajaxform input.submit { background-color:#F76D00; color:#FFFFFF; font-size:11px; padding:2px 15px 3px; text-align:center; border-right:1px solid #502300; border-bottom:1px solid #502300; border-top:1px solid #fcc193; border-left:1px solid #fcc193; }
#ajaxform form { margin-top:10px; }
#ajaxform img { vertical-align:middle; }
#ajaxform p { margin:0 0 5px; }
#formregisterajaxerrors { color:#F76D00; }
#formregisterajaxerrors ul { padding:0 0 0 20px; }
#formregisterajaxcontainer { background:#fff; }
#formloginerrors { color:#2F4707 }
#formloginerrors ul { padding:0 0 10px 20px; }
.avatarlist div { float:left; margin:5px 5px 0 0; text-align:center; }
#ajaxform .avatarlist input { margin:3px 0 5px; }
#registergruplink img { margin:10px -10px -12px; float:left; }
#formaddecarderrors {background-color:#FFA6B4; padding:10px; margin-bottom:20px;}
#formaddecarderrors ul {margin-left:10px;}
#formaddecarderrors ul li { margin-left:10px;}

/**********************************************************************
LAYOUT
**********************************************************************/
#wrapper {width:980px; margin:0 auto; padding:0; position:relative;}
/*.contentTop {width:980px; background:url(/style/images/content_top.png) top center no-repeat; padding-top:85px;}
.contentBg {width:980px; background:url(/style/images/content_bg.png) top center repeat-y;}
.contentBtm {width:980px; background:url(/style/images/content_btm.png) bottom center no-repeat; padding-bottom:90px;}*/
.contentTop {width:980px; background:url(/style/images/content_top.png) top center no-repeat; padding-top:35px;}
.contentBtm {width:980px; background:url(/style/images/content_btm.png) bottom center no-repeat; padding-bottom:90px;}
.content {width:800px; padding:0 90px;}
.contentL {width:600px; padding:0; float:left;}
.contentR {width:180px; padding:0; float:left; margin-left:20px;}

.itsy {position: absolute; z-index:3000; margin-top: -110px;}
.bitsy {position: absolute; z-index:3000; margin-top: -120px; margin-left:872px;}



/**********************************************************************
SCROLLABLE
**********************************************************************/
/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 550px; 
    height:100px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    /*border:1px inset #ccc; 
    background-color:#fff;*/
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(/style/images/hori_large.gif) no-repeat;
	display:block;
	width:20px;
	height:20px;
	float:left;
	margin:40px 5px;
	cursor:pointer;
	font-size:0px;
	z-index:3500;
	position:relative;
}

/* right */
a.right { background-position: 0 -20px; clear:right; margin-right: 0px;}
a.right:hover { background-position:-20px -20px; }
a.right:active { background-position:-40px -20px; } 


/* left */
a.left { margin-left: 0px; } 
a.left:hover { background-position:-20px 0; }
a.left:active { background-position:-40px 0; }


/* disabled navigational button */
a.disabled {visibility:hidden !important;} 	


