@import url("main-menu.css");
@import url("../../../assets/redmond/jquery-ui.css");
@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../fonts/opensans-condlight-webfont.eot');
    src: url('../fonts/opensans-condlight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-condlight-webfont.woff') format('woff'),
         url('../fonts/opensans-condlight-webfont.ttf') format('truetype'),
         url('../fonts/opensans-condlight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'PTSansRegular';
    src: url('../fonts/pt_sans-web-regular-webfont.eot');
    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-color:#F5F5F5;background-image:url(../images/bg.jpg);background-repeat:repeat}
a:link,a:visited,a:active{color:#F60;font-weight:400;text-decoration:none;outline:none}
a:hover{color:#222}
ul{list-style-type:none;margin:0;padding:0}
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:980px;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;background-image:url(../images/trans2.png);background-repeat:repeat;padding:6px}
#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:#fff;-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;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}
img{border:0}
.image{border:1px solid #ddd;background-color:#fff;margin:1px;padding:4px}
.image:hover{border:1px solid #c5c5c5;background-color:#f6f6f6}
#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{border-width:1px; border-style:solid;padding:1px 5px;   -moz-border-radius:3px;  -webkit-border-radius:3px;  -ms-border-radius:3px;  -o-border-radius:3px;  border-radius:3px;  text-shadow:none}

/** Forms **/
form { margin:0; padding:0 }
.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; margin:0; padding:7px 5px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 3px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #E8E8E8; border-right-color: #E8E8E8; border-bottom-color: #E8E8E8; border-left-color: #bbb; }
textarea { overflow:auto }
.button, a.button { margin:0 2px; padding:5px 16px; color:#b4b4b4; outline:none; cursor:pointer; vertical-align:baseline; text-shadow:0 -1px 0 rgba(0,0,0,.4); font-size:13px; line-height:17px; font-weight:bold; text-align:center; text-decoration: none; border: solid 1px #b8b8b8; border-color: #575757 #3e3e3e #1c1c1c; background:#474747; background:-webkit-gradient(linear, left top, left bottom, from(#606060), to(#292929)); background:-moz-linear-gradient(top, #606060, #292929); 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 }
.button:hover { text-decoration:none; border-color:#565656 #3d3d3d #212121; background:#515151; background:-webkit-gradient(linear, left top, left bottom, from(#717171), to(#303030)); background:-moz-linear-gradient(top, #717171, #303030); 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) }
.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:0px; overflow:hidden; margin:0px; clear:both; }

/* == Checkbox Ratio == */
.ez-hide{opacity:0;filter:alpha(opacity=0)}
.ez-checkbox{display:inline-block;background-color:transparent;background-image:url(../images/checkbox.png);background-repeat:no-repeat;background-position:0 0}
.ez-radio{display:inline-block;background-color:transparent;background-image:url(../images/radio.png);background-repeat:no-repeat;background-position:0 0}
.ez-checkbox,.ez-radio{zoom:1;*display:inline;_height:36px;width:18px;height:18px}
.ez-checked,.ez-selected{background-position:0 -18px}
#top-menu{height:80px;position:relative}
#header{height:135px;border-top-width:8px;border-top-style:solid;border-top-color:#888}
#header .logo img{padding-top:5px}
h1,h2,h3,h4,h5,h6{font-family: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:#0C0805;background-image:url(../images/dots.png);background-repeat:repeat-x;background-position:left 10px;padding-left:20px;margin-top:10px;font-weight:lighter}
h1 span{background-color:#f9f9f9;display:inline-block;padding-right:5px;padding-left:5px}
#main-col-right h1 span,#main-col-left h1 span,#main-col-left-right h1 span{background-color:#F5F5F5}
h2{font-size:24px;line-height:24px;font-weight:400}
h3{font-size:22px;line-height:22px;color:#999;font-weight:lighter;letter-spacing:-1px}
h4{font-size:18px;line-height:18px}
h5{font-size:17px;line-height:17px}
h6{font-size:15px;line-height:15px}

/** Lang Switching **/
#langswitch{position:absolute;right:15px;top:90px;z-index:5000;width:auto}
#langswitch img{vertical-align:middle;cursor:pointer;}
#langswitchr ul{list-style-type:none;margin:0;padding:0}
#langswitch li{list-style-type:none;background-image:none;margin:1px 0;padding:0;display:inline-block;}
#langswitch li a{text-decoration:none;text-align:center;padding:0 1px}
#langswitch li.lang-active{opacity:0.3}

/* == Content Style == */
#content-left,#content-right,#content-left-right,#main-col{margin-bottom:10px}
#content-right .content-right-inner{background-image:url(../images/right-plug-bg.png);background-repeat:repeat-y;background-position:right top;background-color:#F5F5F5}
#content-left .content-left-inner,#content-left-right .content-left-right-inner{background-image:url(../images/left-plug-bg.png);background-repeat:repeat-y;background-position:left top;background-color:#F5F5F5;text-shadow:1px 1px 0 #fff}
#left-col{float:left;width:270px}
#left-col .left-col-inner{margin-right:10px}
#right-col{float:right;width:270px}
#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:285px}
#main-col-right{margin-left:285px}
#main-col-left-right{margin-left:285px;margin-right:170px}
#main-col .main-col-inner{background-color:#f9f9f9;text-shadow:1px 1px 0 #fff;padding:10px}
#main-col-right .main-col-inner{padding-right:15px}
#main-col-left .main-col-inner{padding-left:15px}

#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;background-image:url(../images/trans2.png);background-repeat:repeat;text-shadow:1px 1px 0 #fff}
#botplugin h3{color:#666;text-shadow:#ddd 1px 1px 0}
#botplugin .botplugin-outer{border-top-width:5px;border-top-style:solid;border-top-color:#aaa;padding-top:15px;padding-bottom:15px}
#topplugin{min-height:40px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;background-image:url(../images/trans.png);background-repeat:repeat;margin-bottom:5px;padding:6px}
#topplugin .topplugin-wrapper{border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;background-color:#FFF;border:1px solid #ccc;-webkit-box-shadow:inset 0 0 15px 0 #ddd;-moz-box-shadow:inset 0 0 15px 0 #ddd;box-shadow:inset 0 0 15px 0 #ddd;padding:10px}
#home-top-plugin{padding-top:10px;padding-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 .right-plug-inner,.left-plug-wrap .left-plug-inner{margin-bottom:10px}
.right-plug-wrap{padding-left:15px;padding-right:10px}
.left-plug-wrap{padding-right:15px;padding-left:10px}
#content-right .right-plug-wrap h3,#content-left .left-plug-wrap h3,#content-left-right .left-plug-wrap h3{background-repeat:no-repeat;display:block;margin-top:-10px;line-height:35px;height:35px;padding:10px 10px 0}
#content-right .right-plug-wrap h3{background-image:url(../images/plug-right-title.png);background-position:left bottom;margin-left:-15px;margin-right:-10px}
#content-left .left-plug-wrap h3,#content-left-right .left-plug-wrap h3{background-image:url(../images/plug-left-title.png);background-position:right bottom;margin-right:-15px;margin-left:-10px}
#content-left-right .right-plug-wrap{background:#eee;border:1px solid #e6e8e9;margin-bottom:8px;border-radius:3px;-webkit-border-radius:3px;-moz-border-radius:3px;padding:3px}
#content-left-right .right-plug-inner{background:#fafafa;border:1px solid #FFF;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;margin:0;padding:5px}

/* == Alternate Module Styling == */ 
.right-plug-wrap.dark{background-image:url(../images/plug-dark-bg-right.png);background-repeat:no-repeat;background-position:left bottom;color:#FFF;text-shadow:none}
.left-plug-wrap.dark{background-image:url(../images/plug-dark-bg-left.png);background-repeat:no-repeat;background-position:right bottom;color:#fff;text-shadow:none}
.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-image:url(../images/plug-light-bg-left.png);background-repeat:no-repeat;background-position:right bottom}
.right-plug-wrap.light{background-image:url(../images/plug-light-bg-right.png);background-repeat:no-repeat;background-position:left bottom}

/* == Liquid Boxes == */
.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%}

/* == Misc == */
.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 }

/* == Gallery == */
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 {padding:5px;border: 1px solid #C7C7C7 !important;background-color:#FFFFFF;border-radius:5px;border:1px solid #DBDBDB;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 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;transition:all 0.3s ease-in;margin-bottom:3px;margin-top:3px}
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 0.3s ease-in;-webkit-transition:all 0.3s ease-in;-o-transition:all 0.3s ease-in;transition:all 0.3s ease-in;opacity:0.7 }

/* == Tabs == */
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 == */
#login-box { position:absolute; right:10px; color:#888; top:5px; text-shadow:#eee 1px 1px 0 }
#login-box a { color:#7F7F7F }
#login-box a:hover { text-decoration:underline }

/* == Account == */
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 == */
#search-box { float:right; position:relative; z-index:799; width: 330px; padding: 5px; top:30px; border-width: 1px; border-style: solid; border-color: #dedede #bababa #aaa #bababa; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; background-color: #f6f6f6; background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eae8e8)); background-image: -webkit-linear-gradient(top, #f6f6f6, #eae8e8); background-image: -moz-linear-gradient(top, #f6f6f6, #eae8e8); background-image: -ms-linear-gradient(top, #f6f6f6, #eae8e8); background-image: -o-linear-gradient(top, #f6f6f6, #eae8e8); background-image: linear-gradient(top, #f6f6f6, #eae8e8); }
#inputString { width:230px; height:18px; float:left; font:bold 16px 'lucida sans', 'trebuchet MS', Tahoma; border:1px solid #ccc; -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:6px 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; border: 1px solid #00748f; height: 32px; width: 80px; padding: 0; cursor: pointer; font: bold 15px Arial, Helvetica; color: #fafafa; text-transform: uppercase; background-color: #0483a0; background-image: -webkit-gradient(linear, left top, left bottom, from(#31b2c3), to(#0483a0)); background-image: -webkit-linear-gradient(top, #31b2c3, #0483a0); background-image: -moz-linear-gradient(top, #31b2c3, #0483a0); background-image: -ms-linear-gradient(top, #31b2c3, #0483a0); background-image: -o-linear-gradient(top, #31b2c3, #0483a0); background-image: linear-gradient(top, #31b2c3, #0483a0); -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; text-shadow: 0 1px 0 rgba(0, 0 ,0, .3); -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 0 #fff; }
#search-box #submit:hover, #search-box #submit:focus { background-color: #31b2c3; background-image: -webkit-gradient(linear, left top, left bottom, from(#0483a0), to(#31b2c3)); background-image: -webkit-linear-gradient(top, #0483a0, #31b2c3); background-image: -moz-linear-gradient(top, #0483a0, #31b2c3); background-image: -ms-linear-gradient(top, #0483a0, #31b2c3); background-image: -o-linear-gradient(top, #0483a0, #31b2c3); background-image: linear-gradient(top, #0483a0, #31b2c3); }
#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 }
#search-box #submit::-moz-focus-inner {border:0}
#suggestions { position:absolute; z-index:800; left:0; top:40px }
#searchresults { border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; background-image:url(../images/trans.png); background-repeat:repeat; padding:4px }
#searchresults .searchresults-wrapper { border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; background-color:#FFF; border:1px solid #ccc; -webkit-box-shadow:inset 0 0 15px 0 #ddd; -moz-box-shadow:inset 0 0 15px 0 #ddd; box-shadow:inset 0 0 15px 0 #ddd; 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 == */
#comments ul { margin:0; padding:0 }
#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:11px/19px Consolas, "Andale Mono", Courier, "Courier New", monospace }
pre { border:1px solid #eee; overflow-x:visible; overflow-y:hidden; margin:15px 0 20px; padding:1px }
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, .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; border-color:#DDD #C6C6C6 #A4A4A4 #C6C6C6; border-style:solid; border-width:1px; margin:0 2px; padding:5px 8px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-shadow: 1px 1px 0px #fff; }
#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 }
#pagination a.current:hover, .pagination a.current:hover { text-decoration:underline }

/* == Messages == */
#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 }

/* == Footer == */
.push { height:4em; clear:both }
#footer { height:4em; color:#555; line-height:4em; text-shadow:#eee 1px 1px 0; background-image:url(../images/trans2.png); background-repeat:repeat }
#footer .footer-wrap { background-image:url(../images/stripes-light.gif); background-repeat:repeat-x; background-position:top }
#footer .foot-icons { float:right; width:300px; text-align:right }
#footer .foot-icons img { padding-left:10px }
