/* Nubilus - Main CSS */

@import url(main-menu.css);
@import url(../../../assets/redmond/jquery-ui.css);
@import url(../fonts/stylesheet.css);

@font-face {
font-family:PTSansRegular;
src:url(../fonts/pt_sans-web-regular-webfont.eot?#iefix) format(embedded-opentype), url(../fonts/pt_sans-web-regular-webfont.woff) format(woff), url(../fonts/pt_sans-web-regular-webfont.ttf) format(truetype), url(../fonts/pt_sans-web-regular-webfont.svg#PTSansRegular) format(svg);
font-weight:normal;
font-style:normal;
}

* {
margin:0;
}

html,body {
height:100%;
margin:0;
padding:0;
}

body {
font:13px/1.4em PTSansRegular, "Trebuchet MS", Helvetica, Garuda, sans-serif;
color:#444;
background: url(../images/master-bg-1.png) center bottom fixed repeat-y;
}

a:link,a:visited,a:active {
color:#2982a1;
font-weight:400;
text-decoration:none;
outline:none;
}

a:hover {
color:#1e6077;
}

li {
padding-left:15px;
background:url(../images/bullet.png) no-repeat left 8px;
}

.wrapper {
/*min-height:100%;*/
height:auto!important;
margin:0 auto -4em;
}

.wrap {
width:1000px;
margin-right:auto;
margin-left:auto;
}

.master-wrap {
background-image:url(../images/bg_light.png);
background-repeat:no-repeat;
background-position:center top;
}

#content-left-right,#content-left,#content-right,#main-col,.frame-wrap {
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
}

#content-left-right .content-left-right-inner,#content-left .content-left-inner,#content-right .content-right-inner,#main-col .main-col-inner,.frame-inner {
border-radius:2px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border:solid 1px #fff;
background: url(../images/white_trans_50.png) repeat;
/*-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;*/
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
padding:5px;
}

.shadow {
-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
box-shadow:0 1px 2px rgba(0,0,0,0.5);
}

p {
margin:0 0 10px;
padding:0;
}

.hr2,hr {
background:url(../images/divider-large.png) no-repeat center top;
}

hr {
height:22px;
border:none;
display:block;
margin:10px 0;
padding:0;
}

.hr2 {
height:2px;
}

.image {
border:1px solid #ddd;
background: url(../images/white_trans_50.png) repeat;
margin:1px;
padding:4px;
}

.image:hover {
border:1px solid #ddd;
background: url(../images/white_trans_90.png) repeat;
}

#avatar {
position:absolute;
right:20px;
top:20px;
border:1px solid #BCBCBC;
border-radius:5px;
background-color:#FFF;
padding:3px;
}

.captcha {
background-color:#FFF;
border:1px solid #DCDCDC;
display:inline-block;
vertical-align:middle;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
text-align:center;
}

span.highlight {
-moz-border-radius:3px;
-webkit-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
border-radius:3px;
text-shadow:none;
border-style:solid;
border-width:1px;
padding:1px 5px;
}

.inputbox,textarea,select {
background-color:#FFF;
background-image:url(../images/input-bg.png);
background-repeat:repeat-x;
background-position:left top;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
font-family:PTSansRegular, "Trebuchet MS", Helvetica, Garuda, sans-serif;
font-size:13px;
outline:none;
border-color:#E8E8E8 #E8E8E8 #E8E8E8 #bbb;
border-style:solid;
border-width:1px 1px 1px 3px;
margin:0;
padding:7px 5px;
}

textarea {
overflow:auto;
}

.button,a.button {
color:#188eb7;
outline:none;
cursor:pointer;
vertical-align:baseline;
text-shadow:0 -1px 0 #fff;
font-size:13px;
line-height:17px;
font-weight:bold;
text-align:center;
text-decoration:none;
border:solid 1px #ccc;
background:linear-gradient(#606060,#292929);
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
-webkit-box-shadow:0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
-moz-box-shadow:0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
box-shadow:0 1px 2px rgba(0,0,0,.08), inset 0 1px 0 rgba(255,255,255,.3);
-webkit-background-clip:padding-box;
margin:0 2px;
padding:5px 16px;
}

.button:hover {
text-decoration:none;
background:linear-gradient(#717171,#303030);
-webkit-box-shadow:0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2);
-moz-box-shadow:0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2);
box-shadow:0 1px 2px rgba(0,0,0,.15), inset 0 1px 0 rgba(255,255,255,.2);
border:solid 1px #999;
color:#1e6077;
}

.button:active {
position:relative;
top:1px;
}

.input-out {
display:inline-block;
background-color:#FFF;
-moz-border-radius:4px;
border-radius:4px;
-webkit-border-radius:4px;
line-height:20px;
height:20px;
border:1px solid #B8B8B8;
padding:4px;
}

.fileinput {
line-height:29px;
background-image:url(../images/file-input.png);
background-repeat:no-repeat;
height:29px;
width:230px;
border:0;
background-color:transparent;
font-size:13px;
padding:0 0 0 5px;
}

.clear {
height:0;
overflow:hidden;
clear:both;
margin:0;
}

.ez-hide {
opacity:0;
filter:alpha(opacity=0);
}

.ez-checkbox {
display:inline-block;
background-image:url(../images/checkbox.png);
background-repeat:no-repeat;
background-position:0 0;
}

.ez-radio {
display:inline-block;
background:url(../images/radio.png) 0 0 no-repeat;
}

.ez-checkbox, .ez-radio {
zoom:1;
display:inline;
_height:36px;
width:20px;
height:20px;
}

.ez-checked,.ez-selected {
background-position:0 -18px;
}

#top-menu {
height:80px;
position:relative;
}

#header {
height:80px;
border-top-width:4px;
border-top-style:solid;
border-top-color:#7abed5;
/*background:url(../images/header-wraper-trans-bg.png) center top repeat-x;*/
}

#header .logo img {
padding-top:15px;
margin-left: 8px;
}

.silueta-l{
	width: 78px;
	height: 363px;
	position: absolute;
	z-index: -10;
	background:url(../images/silueta.png) center center no-repeat;
	margin-left: -75px;
	margin-top: 60px;
	opacity: 0.2;
}
.silueta-r{
	width: 147px;
	height: 158px;
	position: absolute;
	z-index: -10;
	background:url(../images/leaf_silueta.png) center center no-repeat;
	left: 50%;
	margin-left: 495px;
	margin-top: 60px;
	opacity: 0.2;
}

h1,h2,h3,h4,h5,h6 {
font-family:'eurofurenceregular', OpenSansCondensedLight, "Segoe UI", Arial, Helvetica, sans-serif;
text-shadow:#eee 1px 1px 0;
margin:0 0 10px;
padding:0;
}

h1 {
font-size:28px;
line-height:28px;
color:#555;
/*background-image:url(../images/dots.png);*/
background-repeat:repeat-x;
background-position:left 10px;
padding-left:0px;
margin-top:10px;
font-weight:lighter;
text-shadow: 1px 1px 0 #FFF;
}

h1 span {
/*background-color:#fff;*/
display:inline-block;
padding-right:5px;
padding-left:0px;
}

#main-col-right h1 span,#main-col-left h1 span,#main-col-left-right h1 span {

}

h2 {
font-size:24px;
line-height:24px;
font-weight:400;
}

h3 {
font-size:22px;
line-height:22px;
color:#555;
font-weight:lighter;
letter-spacing:-1px;
text-shadow: 1px 1px 0 #FFF;
}

h4 {
font-size:18px;
line-height:18px;
text-shadow: 1px 1px 0 #FFF;
}

h5 {
font-size:17px;
line-height:17px;
text-shadow: 1px 1px 0 #FFF;
}

h6 {
font-size:15px;
line-height:15px;
text-shadow: 1px 1px 0 #FFF;
}

#langswitch {
position:absolute;
right:8px;
top:55px;
z-index:5000;
width:auto;
}

#langswitch img {
vertical-align:middle;
cursor:pointer;
}

#langswitch li {
list-style-type:none;
background-image:none;
display:inline-block;
margin:1px 0;
padding:0;
}

#langswitch li a {
text-decoration:none;
text-align:center;
padding:0 1px;
}

#langswitch li.lang-active {
opacity:0.3;
}

#content-right .content-right-inner {
background: url(../images/white_trans_50.png) repeat;
}

#content-left .content-left-inner,#content-left-right .content-left-right-inner {
text-shadow:1px 1px 0 #fff;
}

#left-col {
float:left;
width:220px;
}

#left-col .left-col-inner {
margin-right:10px;
}

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

#right-col .right-col-inner {
margin-left:10px;
}

#right-col-sml {
float:right;
width:150px;
padding-right:0;
padding-bottom:15px;
padding-left:20px;
}

#main-col-left {
margin-right:230px;
}

#main-col-right {
margin-left:230px;
}

#main-col-left-right {
margin-left:230px;
margin-right:170px;
}

#main-col .main-col-inner {
background-color:#fff;
text-shadow:1px 1px 0 #fff;
padding:10px;
background: url(../images/white_trans_50.png) repeat;
}

#main-col-right .main-col-inner {
padding-right:15px;
}

#main-col-left .main-col-inner {
padding-left:5px;
}

#crumbs {
padding-left:10px;
background-image:url(../images/trans2.png);
background-repeat:repeat-x;
background-position:left 10px;
padding-top:19px;
padding-bottom:5px;
}

.box {
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
background-image:url(../images/trans2.png);
background-repeat:repeat;
border:solid 1px #fff;
background:#fff;
-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #f8f8f8;
-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #f8f8f8;
box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #f8f8f8;
padding:5px;
}

#right-col .plug-body,#left-col .plug-body {
margin:0 0 15px;
}

#botplugin {
color:#666;
text-shadow:1px 1px 0 #fff;
}

#botplugin h3 {
color:#555;
text-shadow: 1px 1px 0 #FFF;
}

#botplugin .botplugin-outer {
padding:15px 10px;
-webkit-border-radius: 2px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius: 2px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-radius: 2px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border: solid 1px white;
background: url(../images/white_trans_50.png) repeat;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#topplugin {
min-height:40px;
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
margin-bottom:10px;
}

#topplugin .topplugin-wrapper {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border: solid 1px white;
background: url(../images/white_trans_50.png) repeat;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
padding: 10px;
}

#home-top-plugin {
padding-top:0px;
padding-bottom:0px;
margin-bottom: 10px;
}

#botplugin .botplugin-inner,#topplugin .topplugin-inner {
margin-right:5px;
margin-left:5px;
}

.right-plug-wrap,.left-plug-wrap {
margin-top:-5px;
margin-right:-5px;
margin-left:-5px;
padding-top:10px;
}

.right-plug-wrap {
padding-left:15px;
padding-right:10px;
background:url(../images/white_trans_50.png);
border: 1px solid #fff;
margin-bottom: 15px;
}

.left-plug-wrap {
padding-right:15px;
padding-left:10px;
background:url(../images/white_trans_50.png);
border: 1px solid #fff;
margin-bottom: 15px;
}

#content-right .right-plug-wrap h3,#content-left .left-plug-wrap h3,#content-left-right .left-plug-wrap h3 {
background: url(../images/sep.png) no-repeat left bottom;
display:block;
margin-top:-15px;
line-height:35px;
height:35px;
padding:10px 10px 0;
}

#content-right .right-plug-wrap h3 {
margin-left:-15px;
margin-right:-10px;
}

#content-left .left-plug-wrap h3,#content-left-right .left-plug-wrap h3 {
margin-right:-15px;
margin-left:-10px;
}

#content-left-right .right-plug-wrap {
margin-bottom:8px;
padding:10px;
}

#content-left-right .right-plug-inner {

margin:0;

}

.right-plug-wrap.blue {
background:url(../images/blue_trans_50.png) repeat;
color:#444;
text-shadow: 1px 1px 0 #FFFFFF;
}

.left-plug-wrap.blue {
background:url(../images/blue_trans_50.png) repeat;
color:#444;
text-shadow: 1px 1px 0 #FFFFFF;
}

.right-plug-wrap.light .right-plug-inner,.left-plug-wrap.light .left-plug-inner,.left-plug-wrap.dark .left-plug-inner,.right-plug-wrap.dark .right-plug-inner {
padding-bottom:5px;
}

.left-plug-wrap.light {
background:url(../images/white_trans_50.png);
border: 1px solid #fff;
margin-bottom: 15px;
}

.right-plug-wrap.light {
background:url(../images/white_trans_50.png);
border: 1px solid #fff;
margin-bottom: 15px;
}

.col-31 {
float:left;
width:31%;
margin-right:1%;
}

.col-32 {
float:left;
width:31%;
margin-right:2%;
margin-left:2%;
}

.col-33 {
float:left;
width:31%;
margin-left:1%;
}

.col-51 {
float:left;
width:48%;
margin-right:1%;
}

.col-52 {
float:left;
width:48%;
margin-left:1%;
}

.testimonial {
background:url(../images/testimonial-bg.png) no-repeat left bottom;
padding-bottom:30px;
}

ul#infopoint-list li {
background:url(../images/sep.png) no-repeat left bottom;
margin:0 0 5px;
padding:0 0 5px;
}

ul#infopoint-list li img {
display:inline-block;
float:left;
margin-right:10px;
}

ul#galleryrow {
list-style:none;
margin:0;
padding:0;
}

ul#galleryrow li {
list-style:none;
float:left;
text-align:center;
background-image:url(../images/pixel.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
}

ul#galleryrow li img {
border:1px solid #C7C7C7!important;
border-radius:5px;
background-color:#EDEDED!important;
background:none;
box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #DBDBDB;
-o-box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #DBDBDB;
-webkit-box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #DBDBDB;
-moz-box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #DBDBDB;
-moz-transition:all .3s ease-in;
-webkit-transition:all .3s ease-in;
-o-transition:all .3s ease-in;
transition:all .3s ease-in;
margin-bottom:3px;
margin-top:3px;
padding:5px;
}

ul#galleryrow li img:hover {
text-decoration:none!important;
-moz-box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #E1E1E1,0 0 7px #DBDBDB;
-webkit-box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #E1E1E1,0 0 7px #DBDBDB;
-o-box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #E1E1E1,0 0 7px #DBDBDB;
-khtml-box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #E1E1E1,0 0 7px #DBDBDB;
box-shadow:inset 0 1px 3px #FFFFFF,inset 0 -56px #E1E1E1,0 0 7px #DBDBDB;
-moz-transition:all .3s ease-in;
-webkit-transition:all .3s ease-in;
-o-transition:all .3s ease-in;
transition:all .3s ease-in;
opacity:0.7;
}

div.tab {
position:relative;
margin:0;
}

ul.tabs {
overflow:hidden;
margin:0 0 -1px;
padding:0 0 0 20px;
}

ul.tabs li {
float:left;
list-style-type:none;
text-align:center;
background-image:none;
margin:0 4px 0 0;
padding:0;
}

ul.tabs a {
color:#777;
display:block;
text-decoration:none;
height:31px;
float:left;
position:relative;
outline:0;
border:1px solid rgba(0,0,0,.15);
border-bottom:0;
background-image:url(../images/tabs.png);
background-repeat:repeat-x;
background-position:0 -44px;
padding:10px 20px 0;
}

ul.tabs a.current {
background:url(../images/tabs.png) 0 0 repeat-x;
color:#262626;
height:32px;
cursor:default;
z-index:2;
}

div.tabs_tab {
display:none;
position:relative;
overflow:hidden;
}

.tab_content {
position:relative;
overflow:hidden;
border:1px solid rgba(0,0,0,.15);
display:block;
background-color:#FFF;
padding:15px;
}

#login-box {
position:absolute;
right:10px;
color:#888;
top:5px;
text-shadow:#eee 1px 1px 0;
}

#login-box a {
color:#7F7F7F;
}

table.account {
border-radius:3px;
border:1px solid #CECECE;
}

.account tr td {
-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
background-color:#FFF;
padding:5px;
}

.account tr th {
text-align:left;
-webkit-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
-moz-box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
box-shadow:0 0 0 1px rgba(0,0,0,0.1), inset 0 0 15px 0 #eee;
background-color:#f2f2f2;
font-size:22px;
font-family:OpenSansCondensedLight;
font-weight:lighter;
border-radius:3px 3px 0 0;
padding:10px 5px;
}

#search-box {
float:right;
position:absolute;
z-index:799;
width:210px;
top:86px;
right: 8px;
padding:0px;
}

#inputString {
width:170px;
height:15px;
float:left;
font: 14px 'lucida sans', 'trebuchet MS', Tahoma;
border: 1px solid #ccc;
background: url(../images/white_trans_50.png) repeat;
-moz-box-shadow:0 1px 1px #ddd inset, 0 1px 0 #fff;
-webkit-box-shadow:0 1px 1px #ddd inset, 0 1px 0 #fff;
box-shadow: 0 1px 1px #ddd inset, 0 1px 0 #fff;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
padding:5px 5px 3px 5px;
}

#inputString:focus {
outline:0;
-moz-box-shadow:0 1px 1px #bbb inset;
-webkit-box-shadow:0 1px 1px #bbb inset;
box-shadow:0 1px 1px #bbb inset;
border-color:#aaa;
}

#search-box #submit {
float:right;
height:25px;
width:25px;
cursor:pointer;
padding:0;
background:url(../images/search-icon.png) center center no-repeat;
border:none;
}

#search-box #submit:hover,#search-box #submit:focus {
background:url(../images/search-icon-hover.png) center center no-repeat;
}

#search-box #submit:active {
outline:0;
-moz-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;
-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;
box-shadow:0 1px 4px rgba(0,0,0,0.5) inset;
}

#suggestions {
position:absolute;
z-index:800;
left:0;
top:25px;
}

#searchresults {
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:0px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

#searchresults .searchresults-wrapper {
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
background-color:#FFF;
border:1px solid #ccc;
padding:5px;
}

#searchresults .search-odd,#searchresults .search-even {
border-bottom-width:1px;
border-bottom-style:solid;
border-bottom-color:#E3E3E3;
}

#searchresults a small {
display:block;
line-height:1.1em;
color:#999;
}

#searchresults a {
display:block;
text-decoration:none;
padding:5px;
}

#searchresults a:hover {
text-decoration:none;
}

#comments li {
list-style:none;
background-image:url(../images/pixel.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
}

#comments .commentWrap {
display:block;
margin-bottom:15px;
}

#comments small {
font-size:10px;
color:#999;
}

#comments .comment-body {
padding-left:105px;
min-height:65px;
}

#comments .comment-body .com-box {
background:#fafafa;
border:1px solid #ccc;
min-height:80px;
-moz-border-radius:5px;
border-radius:5px;
-webkit-border-radius:5px;
padding:15px;
}

#comments .comm-reply {
display:block;
width:100%;
text-align:right;
}

#comments .comm-reply a {
font-size:10px;
text-decoration:underline;
color:#555;
}

#comments .comment-body div.desc h4 {
display:inline-block;
}

#comments li ul li {
clear:both;
padding-left:20px;
}

#comments a.reply-link {
text-align:center;
display:block;
width:85px;
font-size:12px;
font-weight:600;
text-transform:lowercase;
}

#comments p.authorcomment {
margin-bottom:5px;
}

#comments .avatar {
width:80px;
height:80px;
border:3px solid #ccc;
padding:2px;
}

#comments .img-holder {
float:left;
width:100px;
height:100px;
position:relative;
padding-top:1px;
}

pre,code {
font:12px/18px Consolas, "Andale Mono", Courier, "Courier New", monospace;
text-align:left;
white-space:pre;
margin:0;
padding:0;
}

pre {
border:2px dotted #ddd;
overflow-x:visible;
overflow-y:hidden;
background-image:url(../images/code-bg.png);
background-repeat:repeat;
background-attachment:scroll;
margin:10px 0;
padding:0 4px;
}

blockquote {
font-size:15px!important;
padding-left:105px;
line-height:22px;
text-shadow:-1px -1px #fff;
font-style:italic;
color:#222!important;
background-image:url(../images/quote.png);
background-repeat:no-repeat;
background-position:60px 0;
margin:30px 0;
}

.char-alert {
color:#C30;
}

#pagination,.pagination {
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
}

#pagination a,.pagination a {
font-weight:600;
text-decoration:none;
outline:none;
display:inline;
text-align:center;
box-shadow:0 1px 1px 0 #ddd;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
text-shadow:1px 1px 0 #fff;
border-color:#DDD #C6C6C6 #A4A4A4;
border-style:solid;
border-width:1px;
margin:0 2px;
padding:5px 8px;
}

#pagination a.number,.pagination a.number {
border:1px solid #CBCAC8;
}

#pagination a.number:hover,.pagination a.number:hover,#pagination a.current,.pagination a.current {
color:#777;
background-image:url(../images/pagination.png);
background-repeat:repeat-x;
background-position:left bottom;
}

#msgholder,#msgholder-alt {
width:auto;
overflow:hidden;
position:absolute;
z-index:8000;
display:inline-block;
top:0;
right:0;
}

p.info {
background-repeat:no-repeat;
background-color:#FFF;
background-image:url(../images/info-ico.png);
background-position:10px 10px;
border-bottom-width:3px;
border-bottom-style:solid;
border-bottom-color:#7E7E7E;
margin-top:5px;
margin-bottom:5px;
padding:8px 5px;
}

.msgAlert,.msgInfo,.msgError,.msgOk {
-moz-border-radius:7px;
border-radius:7px;
text-shadow:1px 1px 1px #fff;
margin-top:5px;
margin-bottom:5px;
padding:8px 5px;
}

.msgAlert {
background-image:url(../images/alert-bg.png);
background-repeat:repeat-x;
background-position:top;
background-color:#FEE684;
border:2px solid #BF9900;
color:#85664E;
}

.msgAlert span {
background-image:url(../images/alert-ico.png);
}

.msgInfo {
background-image:url(../images/info-bg.png);
background-repeat:repeat-x;
background-position:top;
background-color:#92D6ED;
border:2px solid #2FADD7;
color:#3158BB;
}

.msgInfo span {
background-image:url(../images/info-ico.png);
}

.msgError {
background-image:url(../images/error-bg.png);
background-repeat:repeat-x;
background-position:top;
background-color:#F5D0CD;
color:#8D0D0D;
border:2px solid #900;
}

.msgError span {
background-image:url(../images/error-ico.png);
}

.msgOk {
background-color:#CBDA8F;
background-image:url(../images/ok-bg.png);
background-repeat:repeat-x;
background-position:top;
border:2px solid #8EA534;
color:#336801;
}

.msgOk span {
background-image:url(../images/ok-ico.png);
}

.msgError span,.msgOk span,.msgAlert span,.msgInfo span,p.info span {
background-repeat:no-repeat;
background-position:5px center;
display:inline-block;
padding-right:10px;
padding-left:30px;
font-weight:700;
}

.msgError .error li {
background-image:url(../images/required.png);
background-repeat:no-repeat;
background-position:left 6px;
padding-left:15px;
margin-left:15px;
}

.tip-yellowsimple {
z-index:1000;
text-align:left;
border:1px solid #c7bf93;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
min-width:20px;
max-width:auto;
color:#000;
text-shadow:1px 1px 1px #ddd;
background-color:#fff9c9;
padding:6px 8px;
}

.tip-yellowsimple .tip-inner {
font-size:12px;
line-height:1.2em;
}

.tip-yellowsimple .tip-arrow-top {
margin-top:-6px;
margin-left:-5px;
top:0;
left:50%;
width:9px;
height:6px;
background:url(../images/tip-yellowsimple_arrows.gif) no-repeat;
}

.tip-yellowsimple .tip-arrow-right {
margin-top:-4px;
margin-left:0;
top:50%;
left:100%;
width:6px;
height:9px;
background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -9px 0;
}

.tip-yellowsimple .tip-arrow-bottom {
margin-top:0;
margin-left:-5px;
top:100%;
left:20px;
width:9px;
height:6px;
background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -18px 0;
}

.tip-yellowsimple .tip-arrow-left {
margin-top:-4px;
margin-left:-6px;
top:50%;
left:0;
width:6px;
height:9px;
background:url(../images/tip-yellowsimple_arrows.gif) no-repeat -27px 0;
}

.loadbg {
background-image:url(../images/loadingLarge.gif);
background-repeat:no-repeat;
background-position:center center;
}

.push {
height:4em;
clear:both;
}

#footer {
height:30px;
color:#555;
line-height:30px;
text-shadow:#eee 1px 1px 0;
}

#footer .footer-wrap {
background-image:url(../images/stripes-light.gif);
background-repeat:repeat-x;
background-position:top;
text-align:right;
}

#footer .foot-icons {
float:right;
width:300px;
text-align:right;
padding-top: 5px;
}

#footer .foot-icons a {
padding-right:10px;
}

#footer .foot-copy {
float:left;
width:500px;
text-align:left;
padding-left:10px;
}

ul,#langswitchr ul {
list-style-type:none;
margin:0;
padding:0;
}

img,#search-box #submit::-moz-focus-inner {
border:0;
}

form,#comments ul {
margin:0;
padding:0;
}

#content-left,#content-right,#content-left-right,#main-col,.right-plug-wrap .right-plug-inner,.left-plug-wrap .left-plug-inner {
margin-bottom:10px;
}

#login-box a:hover,#pagination a.current:hover,.pagination a.current:hover {
text-decoration:underline;
}