/********************
---| GLOBAL TAGS | ***/
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	height: 100%;
}
body {
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #444; 
	min-width: 940px;
	height: 100%;
	text-rendering: optimizeLegibility;
}
img {
	border: none;
}
a 
{
    text-decoration: none;
    color: #2175bd;
    cursor:pointer;
}

iframe 
{
    background: none !important;
    border: none !important;
}
/* better do this per page
iframe[name="CtrlProps"] {
	margin-left: -100px;
	margin-top: -200px;
	min-height: 552px;
	min-width: 653px;
}
*/

/* Headlines */
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #2e2e2e;
}
#content h1 
{
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
}
h2 {
	font-size: 23px;
	line-height: 32px;
	margin: 0 0 9px;
    font-weight: normal;
    position: relative;
    z-index: 2;
}
header h2 
{
	font-size: 30px;
	line-height: 32px;
	font-weight: bold;
    margin: 0 0 20px;
}
header h2.resized
{
    max-width: 400px;    
}
h3 {
	font-size: 18px;
	margin: 0 0 12px 0;
	font-weight: normal;
}
h4 {
	font-size: 16px;	
	font-weight: normal;
	margin: 0 0 12px 0;
}
h5 {
	font-size: 14px;
	font-weight: normal;
	margin: 4px 0 5px 0;
	color: #000;
}
h5.subheadline 
{
    font-size: 14px;
	font-weight: normal;
	margin: 0 0 12px 0;
	color: #444;
    }
h6 {
	font-size: 12px;
	font-weight: bold;
	margin: 4px 0 5px 0;
	color: #000;
}

/* Paragraphs */
p, address {
	margin: 0 0 20px 0;
	font-size: 13px;
	font-style: normal;
}
p + ul
{
    margin: -5px 0 15px 0;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	font-size: 10px;
	line-height: 10px;
}

sup {
    padding: 1px 4px;
    top: -1.6em;
    background-color: #e66441;
    color: #fff;
    -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

sub {
    bottom: -0.25em;
}
small
{
    font-size: 11px;
}

/* Common classes */
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.pusher 
{
    height: 72px;
    clear: both;
}
.hide 
{
    display: none;   
}

.disabled,
.disabled:hover
{
    opacity: 0.4 !important;
    filter: alpha(opacity=40);
    cursor: default;
}

.align-center {text-align:center}
.smallnote {font-size:11px!important;line-height:16px!important;}

/* Separator */
hr 
{
    height: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #C0C9CC;
    overflow: hidden;
}

/* HTML5 elements */
header, section, footer, article, figure {
	display: block;
}

/* Floats */
.float-left 
{
    float: left !important;
    margin: 0 20px 10px 0;
}
.float-right
{
    float: right !important; 
    margin: 0 0 10px 20px;
}

/* Borders */
.border-top
{
    border-top: 1px solid #dedede;
    padding-top: 14px;
}
.border-bottom
{
    border-bottom: 1px solid #dedede;
    padding-bottom: 14px;
}
.no-border
{
    border: none !important;
}

/* Remove padding */
.noPadding 
{
    padding: 0 !important;
}
/* Remove margin */
.noMargin
{
    margin: 0 !important;
}

/* Default margins */
    /* Top Margin */
        .addTopMargin
        {
            margin-top: 15px !important;
        }
        .addTopMargin30
        {
            margin-top: 30px !important;
        }
        .addTopMargin45
        {
            margin-top: 45px !important;
        }
        .addTopMargin60
        {
            margin-top: 60px !important;
        }
         
    /* Right Margin */
        .addRightMargin
        {
            margin-right: 15px !important;
        }

    /* Bottom Margin */
        .addBottomMargin 
        {
            margin-bottom: 15px !important;
        }
        .addBottomMargin30
        {
            margin-bottom: 30px !important;
        }

    /* Left Margin */
        .addLeftMargin
        {
            margin-left: 15px !important;
        }
         
    /* Negative Top Margin */
        .negativeTopMargin
        {
            margin-top: -15px !important;
        }
        .negativeTopMargin30
        {
            margin-top: -30px !important;
        }
        .negativeTopMargin45
        {
            margin-top: -45px !important;
        }

/* Default paddings */
.addTopPadding
{
    padding-top: 15px !important;
}

.addLeftPadding 
{
    padding-left: 15px !important;
    }
/*********************************************
---| Success / Warning / Failure message | ***/
.success, .warning, .failure, .tFailure, .tWarning, .sSuccess
{
    padding: 2%;
    margin: 2%;
    width: 92%;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}
.success, .sSuccess
{
    color: #669900;
    border: 1px solid #669900;
    background-color: rgba(102, 153, 0, 0.09);
}
.warning, .tWarning
{
    border: 1px solid #72A1DA;
    color: #72A1DA;
    background-color: rgba(114, 161, 218, 0.09);
}
.failure, .tFailure
{
    color: #bf3b24;
    border: 1px solid #bf3b24;
    background-color: rgba(191, 59, 36, 0.09);
}

.warning-icon,
.info-icon,
.failure-icon
{
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 18px 15px;
    font-size: 15px;
}
.warning-icon 
{
    background-color: #ebf3f9;
    border: 1px solid #d6e6f2;
}
.info-icon 
{
    background-color: #ebf3f9;
    border: 1px solid #d6e6f2;
}
.failure-icon 
{
    background-color: #ebf3f9;
    border: 1px solid #d6e6f2;
}
    .warning-icon:before,
    .info-icon:before,
    .failure-icon:before {
        content: "";
        position: absolute;
        display: block;
        height: 2px;
    
        left: 0;
        top: 0;
        right: 0;
        border-top: 1px solid #fff;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .warning-icon .icon,
    .info-icon .icon,
    .failure-icon .icon
    {
        width: 27px;
        height: 27px;
        float: left;
        background: url(/Image/sprite.png) no-repeat 0 0;
        margin: -3px 12px 0 0;
    }

    .warning-icon .icon 
    {
        background-position: -153px -288px;
    }
    .info-icon .icon 
    {
        background-position: -179px -288px;
    }
    .failure-icon .icon 
    {
        background-position: -206px -288px;
    }
    


/*******************
---| Wrapper | ***/
#aspnetForm 
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
}
#wrapper 
{
    padding: 0 0 72px 0;
    width: 100%;
}
.home 
{
    padding: 0 0 144px 0 !important;
}

/*******************
---| Header | ***/
header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	color: #ffffff;
	background: url(/Image/bg-header.png) repeat-x center 0;
	border-bottom: 1px solid #bc5021;
	overflow: hidden;
}

.boxshadowbottom {
   box-shadow:0 15px 15px rgba(0, 0, 0, 0.08);
   border-bottom:1px solid #fff;
}
.boxshadowbottom:after {
    border-bottom: 2px solid #BC5021;
    bottom: 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

header .centered-content 
{
    position: relative;
    z-index: 2;
}

.header-main 
{
    height: 143px;
    position: relative;
    z-index: 2;
    overflow: visible !important;
}

header a {
	color: #2e2e2e;
}
header .header-content a {
	color: #fff;
	text-decoration: underline;
}

/* Logo */
h1#logo a {
	display: block;
	width: 237px;
	height: 71px;
	position: absolute;
	left: 0;
	top: 52px;
	text-indent: -9999px;
}
h1#logo a img {
	position: absolute;
	top: 0;
	left: 0;
}

/* Navi additional */
#navi-add {
	position: absolute;
	left: 0;
	top: 11px;
	white-space: nowrap;
}
	#navi-add ul {
		float: left;
		padding: 0 28px 0 0;
	}
	#navi-add li {
		padding: 0 31px 0 0;
		float: left;
		list-style: none;
	}
		#navi-add a {
			text-decoration: none;

		    -webkit-transition: all 0.2s ease;
		    -moz-transition: all 0.2s ease;
		    -o-transition: all 0.2s ease;
		    transition: all  0.2s ease;
		}
		#navi-add .active a,
		#navi-add a:hover {
		    color: #e34f26;
		}
		#navi-add .active em 
		{
		    display: none;
		}
		

.third-level-navi,
.third-level-navi ul 
{
    background: #eeeeee;
    background: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
    background: -webkit-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#f0f0f0 100%);
    background: linear-gradient(top, #ffffff 0%,#f0f0f0 100%);    
}
		
.third-level-navi
{
    width: 100%;
    height: 45px;
    clear: both;
    float: left;

    border-bottom: 1px solid #d3d3d3;
    -webkit-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.1);

}
.third-level-navi ul
{
    width: 980px;
    height: 45px;
    margin: 0 auto;
    clear: both;
    background-color: #eeeeee;
    border-bottom: 1px solid #d3d3d3;
}
.third-level-navi li 
{
    float: left;
    padding-right: 20px;
    list-style: none;
    position: relative;
} 

.third-level-navi a 
{
    color: #2E2E2E;
    font-size: 16px;
    line-height: 45px;
    float: left;
    text-decoration: none;
    padding: 0 10px;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all  0.2s ease;
}
    .third-level-navi .active a,
    .third-level-navi a:hover
    {
        color: #e34f26;
    }

	.third-level-navi li.active em
	{
		position: absolute;
		top: 45px;
		left: 50%;
		margin: 0 0 0 -18px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAANCAMAAAB8UqUVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAGlQTFRF////7u7u7+/v/Pz8/v7+19fX7e3t5+fn9fX17Ozs6enp5OTk39/f/f391tbWzs7O3t7e4+Pj9/f36Ojo8/Pz6+vr5ubm8fHx0tLS0NDQ4uLi2NjY29vbzc3N9PT0y8vL+vr6ysrK9vb2/IBOZAAAAHRJREFUeNpUzFkWgjAQBdGHoQ1JyMAgIKCA+1+ktB496fq8HwVnLjLrEKPE4YiYAxVZ3RZm9JoyvN1J91CVppRTpVAy1tdvxFTig2EQxPhsJmeMqf904l6sDysI8K9umRpBvLQp2ZwY23FsBZ3olfI/egswACJlBeqylJb6AAAAAElFTkSuQmCC) no-repeat 0 0;
		width: 18px;
		height: 15px;
	}

/* Login status */

.loginStatus {
    float: right;
	padding: 5px 28px 0 0;
}
	.loginStatus li {
		list-style: none;
		float: left;
		line-height: 12px;
		padding: 0 0 0 20px
	}
	
		.loginStatus li a {
			text-decoration: none;
		    -webkit-transition: all 0.2s ease;
		    -moz-transition: all 0.2s ease;
		    -o-transition: all 0.2s ease;
		    transition: all  0.2s ease;
            cursor: pointer;
		}
		.loginStatus li a:hover {
		    color: #e34f26;
		}
		
		.loginStatus li a.accountName 
		{
		    color: #ef652a;
        }
		.loginStatus li a.logOut 
		{
		    color: #5291c7;
        }
        
        p.reg-note {
            margin: 0 0 5px;
            padding: 0 20px;
        }
        
        ul.reg-note 
        {
            width: 345px;
            padding: 0 20px;
            margin: -6px 0 15px;
            overflow: hidden;
        }
            ul.reg-note li 
            {
                list-style: none;
                font-size: 14px;
            }
                ul.reg-note li.log-in
                {
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAVVJREFUeNqsVTtOw1AQ9AscgCOkc+syHaGjsQg3cLqU5AQhN4ATYE4QkA+A00GFaV2FLh2mo2QGjdHKCg1vV1rty0ba2dmfQwLJ83wMs4HuoPOqqrrESUayM2gm+wTAzBvg1PgygUw9AYYZnwikiAUICMJgH8bXGRBKiZ7MYxhMB8EZmAEb+YqYco1MeRj8wfTkTL9rTde/5Ng0mBnfM2PpGqW59Ghyz2CLgLUyZpmuvKaob2Ytu5ZdeewDAZZUZZ/Ilvr/LnpMDzk1uq/QceyYHh1ytm37labpFs8Fe4T3J3zPbgAC2SPwu+7TOd4BvtqlRINyFaYXpfrVRTMwTBpk/0YW0InYvJChCwPDJBOTfnRvtIydC4ABuuaOmPNyq0nbuQCYL+BKJ6UX3q1HLqwFCzFLZIBm5iIkOo4/ty143BstJkEudP5/z48LwB8DQXbNtwADAHDfdlzdRapHAAAAAElFTkSuQmCC) no-repeat 45px 0;
                    padding: 10px 0 13px 80px;
                }
                ul.reg-note li.register
                {
                    padding: 0 40px 10px 0;
                    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAWCAYAAADafVyIAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWlJREFUeNqslTFOw0AQRXcDBSV0lKFySujoMAewcEmH09HBDUJOEG4Qt3SOfADiE2BaV6ajXDpK/qC/aBURxcrOSl/WrqV53pk/Y5tl2dgYcw71dV23RnlZAF7xTLl30BpaQRWALhZwkCTJF55H1Ck0gXLoHu8m0HvXdXuDbLhhuuQ2N4T4VUJz3KiPAvwDK6AH6JjHAnlSAQQgCT6DHnkkRpgONYQd+iUAidOWdJwjpNpZ5KEAFPoTBX+hES6hW+w/cN6qAAj5hlYIbGmGfBfE7ms/pExqsuD2YltNbEwTAbKk03pCnCqAkDcWvgRgunFDM1IYNz5ogaApg6dM3yIawNzPuZ3x+TfbRkpD85m9kfLrr3xTHkbkfszGc0xTyW6/Y01kNTE38INRhqKM/IbneTC7Wi2b+n+JCYLLOtGwacFUbS75Q55puEhyfx3cwARTV6UPBLImJBwXjRog6AeBVAT9jvIfAQYAfB+AZbvonx4AAAAASUVORK5CYII=) no-repeat 275px 6px;
                }
                

.registration-newsletter 
{
    width: 280px;
}
.form .formCheckbox .registration-newsletter label
{
    width: 220px;
}
        
        p.download-note        
        {
            padding:0 20px 15px 57px;
            }
        body li.download-note 
        {
            padding:15px 20px 20px 26px;
            }
/* Header text */
.header-content 
{
    background: url(/Image/header-background.jpg) no-repeat 50% 0 #ef652a;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	line-height: 22px;
	position: relative;
    z-index: 1;
}


/* => Slider <= */
#slider 
{
    background:url(../images/slider_bg.jpg) repeat-x;
    height:330px; 
}

/* => SLIDE PREV AND NEXT ARROWS <= */
.slider-prev,
.slider-next 
{
    display:none;
    text-indent:-9999px;
    width:37px;
    height:38px;
    background:url(/Image/sprite.png);
    position:absolute;
    top:44%;
    z-index:999;
    
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -ms-transition: all 0.3s ease-out;  /* IE10? */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    transition: all 0.3s ease-out;
    }
.slider-prev 
{
    left:0;
    background-position:-198px 0;
    }
.slider-next 
{
    right:0;
    background-position:-235px 0;
    }  
      
.slider-prev:hover,
.slider-next:hover
{
    opacity:.8;
}  
/* => SLIDER NAV o o o <= */    
#slider-nav 
{
    position:absolute;
    bottom:5px;
    left:50%;
    list-style:none;
    overflow:hidden;
    margin:0 0 0 -32px;
    padding:2px;
    z-index:10;
}

#slider-nav li
{
    float:left;
    
}

#slider-nav li a
{
   display:block;
   width:13px;
   height:13px;

   padding:0px;
   margin:4px;
   background:url(/Image/sprite.png) no-repeat -185px 0;
   text-decoration:none;
   text-indent:-9999px;

}

#slider-nav li a:hover,
#slider-nav li a.selected
{
    background-position:-185px -13px;
}

/* => HOLY SLIDES <= */  
.header-content section 
{

	height: 260px;
	width:100%;
	padding: 0;	
	padding:40px 0 30px;
	display:block;
	position:absolute;
}

.header-content section.two,
.header-content section.three
{
    display:none;
}

/* => SLIDE 1 <= */
.header-content section h2,
.header-content section p,
.header-content section img {
	position:absolute;
	left:50%;
	top:40px;
    margin-left:-460px;
    z-index:1;
}
.header-content section h2 
{
    margin-top:10px;
    width:390px; 
}
.header-content section p.copy 
{
    margin-top:95px;
	width: 390px;
}
.header-content section p.button 
{
    margin-top:200px;
}
.header-content section img 
{
   margin-left:0;
}
/* => slider <= */



	.header-content h2 {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
	}
.header-content .centered-content 
{
    padding-top: 30px;
    padding-bottom: 10px;
}

/* modal window */
.modal
{
    top: 80px !important;
    background: none !important;
    box-shadow: none !important;
    border: none !important;
}

.RadWindow .rwTable 
{
    width: 100%;
    height: 100%;
}
.rwTitleRow, .rwFooterRow, .rwCorner
{
    display: none;
}
.RadWindow .rwWindowContent, .RadWindow_Default td.rwWindowContent
{
    background: none !important;
}

.box-shadow 
{
    overflow: hidden;
}

/* Login/Register buttons */
.login-buttons 
{
    overflow: hidden;
    padding: 0 24px;
    width: 420px;
    position: relative;
    z-index: 2;
    margin: 0;
}
.login-buttons li
{
    width: 210px;
    float: left;
    list-style: none;
}
.login-buttons li a 
{
    display: block;
    background: red;
    line-height: 46px;
    text-align: center;
    color: #000;
    font-size: 17px;
    width: 210px;
    margin: 24px 0 0 0;
}
.login-buttons .active
{
    height: 46px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background: url(/Image/bg-modal-window.gif) no-repeat -71px -5px;
    -moz-box-shadow: -6px -6px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: -6px -6px 12px 0 rgba(0, 0, 0, 0.4);
}

#register-tab-button.active 
{
    background: url(/Image/bg-modal-window.gif) no-repeat -280px -5px;
    -moz-box-shadow: 6px -6px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 6px -6px 12px 0 rgba(0, 0, 0, 0.4);
}
.login-buttons .inactive
{
    line-height: 38px;
    height: 40px;
    width: 207px;
    margin: 30px 0 0 0;
    -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;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	background: #ef652a;
    -moz-box-shadow: 6px -6px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 6px -6px 12px 0 rgba(0, 0, 0, 0.4);
}
#login-tab-button.inactive 
{
    margin-left: 3px;
    -moz-box-shadow: -6px -6px 12px 0 rgba(0, 0, 0, 0.4);
    box-shadow: -6px -6px 12px 0 rgba(0, 0, 0, 0.4);
}
#register-container 
{
    display: none;
}
.login-stuff
{
    width: 420px;
    float: left;
    position: relative;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -moz-box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.4);
    margin: 0 24px 24px 24px;
    background: url(/Image/bg-modal-window.gif) no-repeat -70px -50px;
    position: relative;
    z-index: 1;
}
#login-container table td 
{
    background: none !important;
    border: none !important;
}

.login-stuff .form ol 
{
    margin: 0;
}

.forgotten-password 
{
    display: none;
}


/* Download product popup */
.download-product-popup 
{
    margin: 24px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(/Image/bg-modal-window.gif) no-repeat 0 -50px;
}

/* Avatar popup */
.avatar-popup
{
    padding: 34px 34px 0;
    margin: 24px;
    width: 532px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(/Image/bg-modal-window.gif) no-repeat 0 -50px;
}
    .avatar-popup ul li 
    {
        list-style: none;
    }

    .current-avatar
    {
        float: left;
        width: 133px;
    }
    .choose-avatar 
    {
        float: left;
        width: 399px;
    }
    .existing-avatars 
    {
        float: left;
        padding: 0;
        height: 100px;
        overflow: hidden;
    }
    .existing-avatars li 
    {
        float: left;
        width: 80px;
        padding: 0 19px 20px 0;
    }
    .change-avatar ul li label 
    {
        width: 80px;
        height: 80px;
        display: block;
    }
    .existing-avatars li input 
    {
        margin: 3px 0 0 36px;
    }
    .avatar-popup .button input
    {
        display: inline-block;
        margin: 0 10px 0 10px;
    }
/* Change password popup */
.password-popup 
{
    padding: 34px 34px 0;
    margin: 24px;
    width: 532px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(/Image/bg-modal-window.gif) no-repeat 0 -12px;
}
    .password-popup .button input
    {
        display: inline-block;
        margin: 0 10px 0 10px;
    }

/* forum format popups */
.link-manager
{
    padding: 0 15px 0 0;
    margin: 20px;
    width: 340px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(/Image/bg-modal-window.gif) no-repeat 0 -50px;
}
.format-code
{
    padding: 10px;
    margin: 20px;
    width: 580px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url(/Image/bg-modal-window.gif) no-repeat 0 -50px;
}
.format-code textarea
{
   resize: none;
}
.FormattedCodePreview 
{
    background-color: White;
}


/* Form styles */
.form 
{
    border: none;
    margin: 20px 0 0 0;
    padding: 5px;
}
    .form ol
    {
        overflow: hidden;
        padding: 0;
        clear: both;
    }
    .form li 
    {
        list-style: none;
        float: left;
        width: 100%;
        padding: 0 0 11px;
    }
    /* Checkbox */
    .form li.formCheckbox 
    {
        width: 200px;
        padding: 0 0 0 103px;
    }
    .form .label-auto-width label
    {
        width: auto !important;
        padding: 7px 15px 0 4px !important;
    }
    .form .scBillingInfoColumn li.formCheckbox 
    {
        padding: 0 0 0 118px;
        }
        .form li.formCheckbox ul
        {
            padding: 0;
        }
        .formCheckbox input 
        {
            margin-top: 8px;
            float: left;
        }
        .form .formCheckbox label 
        {
            text-align: left;
            padding: 7px 0 0 10px;
            width: 170px;
            font-size: 12px;
        }



    .form label
    {
        float: left;
        width: 90px;
        padding: 6px 13px 0 0;
        text-align: right;
    }
    
    .error-message strong
    {
        font-weight: normal;
    }
    .reToolbar {
        width: 100% !important;
    }
    ul.reToolbar li {
        clear: none !important;
        width: auto !important;
    }

    /* Longer sized - Profile page */
    .form .longer-labels li.formCheckbox 
    {
        width: 270px;
        padding: 0 0 0 277px;
    }
    .form .longer-labels label
    {
        width: 264px;
    }
    .form .longer-labels .formCheckbox label 
    {
        width: 170px;
    }

    /* Medium sized - Password popup */
    .form .medium-labels li.formCheckbox 
    {
        padding: 0 0 10px 176px;
        width: 200px;
    }
    .form .medium-labels label
    {
        width: 164px;
    }
    .form .medium-labels .formCheckbox label 
    {
        width: 170px;
    }
    .form .medium-labels li.fake-label 
    {
        padding: 0 0 0 177px;
    }
    
        
    /* Inline checkboxes */
    .form .inline li
    {
        float: left;
        width: auto;
        padding: 0 20px 0 0;
    }
        .form .inline.formCheckbox label 
        {
            text-align: left;
            padding: 3px 0 0 3px;
            width: auto;
            font-size: 12px;
        }
        .form .inline input
        {
            margin-top: 5px;
        }
    
    /* Input wrapper */
    .form .inputWrapper
    {
        width: 275px;
        float: left;
        position: relative;
        line-height: 20px;
    }
        .form .inputWrapper input
        {
            line-height: 30px;
        }
        .form .inputWrapper span
        {
            line-height: 18px;
        }
        .form .inputWrapper a 
        {
            line-height: 30px;
        }
        
        .form .inputWrapper .RadPicker table.rcTable .rcInputCell 
        {
            padding-right: 15px;
        }
        .form .inputWrapper .RadPicker_Default .rcCalPopup, 
        .form .inputWrapper .RadPicker_Default .rcTimePopup
        {
            margin: -10px 0 0 0;
        }
        
    .form .autoWidth .inputWrapper
    {
        width: auto;
    }
    .form .autoWidth .inputWrapper ul > li
    {
        width: auto;
        float: none;
    }
        
    .post-comment .form .inputWrapper 
    {
        width: 560px;
    }
    
        .inputWrapper input,
        .inputWrapper .Sitefinity.RadEditor .reContentCell,
        .inputWrapper.friend-message .reWrapper
        {
            width: 260px;
            padding: 0 5px !important;
            border: 1px solid #999999;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: #fff;
            color: #111;
	        font: 12px/18px Arial, Helvetica, sans-serif;
            height: 29px;
            line-height: 29px;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
        }
        #hyperlinkFieldset input
        {
            border: 1px solid #999999 !important;
        }
        .inputWrapper input[type="text"] 
        {
            height: 29px !important;    
            line-height: 29px !important;
        }
        .inputWrapper.friend-message .reWrapper 
        {
            padding: 0;
        }
        
        .inputWrapper input:focus,
        .inputWrapper .Sitefinity.RadEditor .reContentCell:focus
        {
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.4);
        }
        .inputWrapper .RadComboBox 
        {
            width: 270px;
            padding: 0;
            border: 1px solid #999999;
            -moz-border-radius: 3px;
            border-radius: 3px;
            background: #fff;
            height: 29px;
            line-height: 29px;
            box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
        }
            .inputWrapper .RadComboBox input 
            {
                border: none;
                box-shadow: none;
            }
        
        .rcbSlide > div
        {
            background-color: #fff;
            box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.3);
        }
        .inputWrapper .RadComboBox .rcbArrowCellRight a
        {
            background: url(/Image/sprite.png) no-repeat -13px -248px;
        }
        
        
    .fake-label
    {
        padding: 0 20px 0 103px;
        clear: both;
    }
    .out-of-fieldset 
    {
        padding-left: 108px;        
        overflow: hidden;
    }
    p.fake-label
    {
        font-size: 13px;
    }
    
.form-note {
    clear: both;
    line-height: 1.2;
    margin: 0 0 0 95px;
    padding: 5px 7px 10px 15px;
}

.scBillingInfoColumn .form-note {
    padding: 7px 7px 10px 30px;
}
.optional-field {
    padding-top: 5px;
    padding-left: 5px;
    line-height: 30px;
    font-size: 13px;
}

.form li.reply-ticket 
{
    padding: 0 0 0 100px;
}

/* Navi additional */
.search-login {
	position: absolute;
	right: 0;
	top: 9px;
	width: 500px;
	white-space: nowrap;
}
/* Search */
#search {
	float: right;
	border: none;
	position: relative;
}
*+html #search {
	width: 158px !important;
}
	#search input {
		float: right;
	}
	#search input.main-search {
		background-color: rgba(255, 255, 255, 0.6);
		outline: none;

		width: 50px;
		height: 20px;
		padding: 0 28px 0 8px;

        -moz-border-radius: 2px;
		border-radius: 2px;
        border: none;
		border-top: 1px solid #bfbfbf;

		color: #000;
		font-style: italic;
		font-size: 11px;
		text-overflow: ellipsis; 
	    line-height: 20px;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
		#search .main-search:focus {
			width: 230px !important;
			background-color: #fff;
			color: #000;
			font-style: normal;		
		}
	#search input.fake-search 
	{
	    color: #aaa;
	    line-height: 20px;
	    text-indent: 4px;
	    width: 50px !important;
	    
		background-color: rgba(255, 255, 255, 0.6);
		outline: none;
        padding:0 33px 0 3px!important;
		
        -moz-border-radius: 2px;
		border-radius: 2px;
        border: none;
		border-top: 1px solid #bfbfbf;

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	    
	}

	#search input[type="submit"],
	#search input[type="button"] {
		width: 16px;
		height: 18px;
		background: url(/Image/sprite.png) no-repeat 0 -252px;
		background-color: #fff;
		background-color: rgba(255, 255, 255, 0.1);
		text-indent: -9999px;
		border: none;
		position: absolute;
		right: 4px;
		top: 1px;
		
		z-index: 3;
		font-size: 0.0001em;
		line-height: 0.0001em;
		cursor: pointer;
	}	
	
/* Navi */
#navi {
	position: absolute;
	right: 0;
	top: 82px;
	padding: 0 1px 0 0;
}
	#navi li 
	{
        margin: 0 0 0 35px;  
		float: left;
		list-style: none;
		position: relative;
	}
		#navi a {
			text-decoration: none;
			font-size: 20px;
			
		    -webkit-transition: all 0.3s ease;
		    -moz-transition: all 0.3s ease;
		    -o-transition: all 0.3s ease;
		    transition: all  0.3s ease;
		}
		#navi li.active a,
		#navi li a:hover
		{
		    color: #e34f26;
		}
		#navi li.active em
		{
		    position: absolute;
		    top: 56px;
		    left: 50%;
		    margin: 0 0 0 -9px;
		    background: url(/Image/sprite.png) no-repeat -112px -256px;
		    width: 18px;
		    height: 15px;
		}
		#navi li.download em 
		{
		    top: 68px;
		}
        #navi li.download {
	        position: relative;
	        top: -11px;
        }
        #navi li.download a
        {
            font-size: 18px;
            padding: 8px 19px 9px 18px;
        }
.button {
	float: left;
	width: auto !important;
	list-style: none;
}
	.button a,
	.button button,
	.button input { /* Standard black button */
	    font-size: 15px;
	    font-family: Arial, Helvetica, Sans-Serif;
	    line-height: 18px;
		color: #fff !important;
		
	    text-decoration: none;
	    
	    padding: 5px 14px 6px 13px;
		display: block;
		width: auto;
		position: relative;
		z-index: 2;
   
	    border: none;
        -moz-border-radius: 5px;
		border-radius: 5px;
		cursor: pointer;
	    border-top: 1px solid #999;
	
		background: #4c4c4c; /* Old browsers */
		background: url(/Image/bg-glossy.png) no-repeat 0 7px,
					-moz-linear-gradient(top, #4c4c4c 0%, #2e2e2e 100%); /* FF3.6+ */
		background: url(/Image/bg-glossy.png) no-repeat 0 7px,
					-webkit-linear-gradient(top, #4c4c4c 0%,#2e2e2e 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #4c4c4c 0%,#2e2e2e 100%); /* Opera11.10+ */
		background: url(/Image/bg-glossy.png) no-repeat 0 7px,
					-ms-linear-gradient(top, #4c4c4c 0%,#2e2e2e 100%); /* IE10+ */
		background: url(/Image/bg-glossy.png) no-repeat 0 7px,
					linear-gradient(top, #4c4c4c 0%,#2e2e2e 100%); /* W3C */

		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.button a:hover,
	.button input:hover,
	.button button:hover,
	.button a:focus,
	.button input:focus,
	.button button:focus
	{
	    opacity: 0.9;
    }
    
    .icon-button a,
	.icon-button button,
	.icon-button input
    {
        line-height: 28px;
        padding-right: 20px;
        font-size: 18px;
    }
    
    
    .icon-download
    {
        width: 27px;
        height: 26px;
        float: left;
        background: url(/Image/sprite.png) no-repeat 0 0;
        background-position: 0 -474px;
        margin: 0 10px 0 4px;
    }
    .icon-pricing
    {
        width: 27px;
        height: 26px;
        float: left;
        background: url(/Image/sprite.png) no-repeat 0 0;
        background-position: -27px -474px;
        margin: 0 10px 0 4px;
    }
    .icon-cart
    {
        width: 27px;
        height: 26px;
        float: left;
        background: url(/Image/sprite.png) no-repeat 0 0;
        background-position: -54px -474px;
        margin: 0 10px 0 4px;
    }
    
    
	header .header-content .button a,
	#content .button a:hover
	{
	    text-decoration: none;
    }
	
.fake-container
{
    clear: both;
    float: left;
    padding: 25px 0 15px;
    width: 100%;
}
.fake-button
{
    float: left;
    width: auto !important;
    padding: 8px 0 0 12px !important;
}
    .fake-button li 
    {
        list-style: none;
    }
    .fake-button a
    {
        margin: 0 0 0 8px;
    }
    
    .fake-button.small-button 
    {
        padding: 4px 0 0 12px !important;
    }
    .fake-button.small-button a
    {
        float: left;
        margin: 0;
        text-decoration: none;
        border-bottom: 1px solid #fff;
    }
    .fake-button.small-button a:hover
    {
        text-decoration: none;
        border: none;
    }
    .launch .fake-button.no-border-button a
    {
        border:0;
        margin:2px 0 0 0;
        }
    
.centered-button { /* Used in: Popup after successful registration */
    padding: 0 !important;
    width: 100% !important;
    text-align: center;
}
.centered-button a
{
    display: inline-block !important;
}
/********************
---| Content | ***/
.threecolumns {
	width: 300px;
	margin: 0 0 0 20px;
	display: inline-block;
}
.threecolumns:first-child {
	margin: 0;
}

.centered-content {
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
	overflow: hidden;
}

#content {
	width: 940px;
	padding: 41px 0 40px 0;
	margin: 0 auto;
	clear: both;
	position: relative;
	z-index: 4;
	overflow: visible; /*hidden hides the info popups (i) in shopping cart*/
}

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

.tClear:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}
 .tClear {
    display: inline-block;
}
.tClear {
    display: block;
}

.tClear {
    clear: both;
}

#content .content-main {
	float: left;
	width: 693px;
	min-height: 80px;
	padding: 0 0 30px 0;
}

ol,
ul {
	padding: 0 0 0 20px;
	margin-bottom: 15px;
}
ul li 
{
    list-style-type: circle;
}
ul.noBullets li,
ol.noBullets li
{
    list-style-type: none;
}

#content a:hover,
#content a:focus
{
    text-decoration: underline;
}
.stripes table,
table.stripes
{
    width: 100%;
    border: none;
    border-collapse: collapse;
    margin-bottom: 15px;
}
.stripes th 
{
    color: #666;
    font-weight: normal;
    border-bottom: 1px solid #dedede;
    text-align: left;
    padding: 6px 4px 8px;
}
.stripes td 
{
    padding: 6px 4px 7px;
    border-bottom: 1px solid #dedede;
}

.stripes tr:nth-child(odd) td
{
    background: #f7f7f7;
}
.forumsFullList tr:nth-child(odd) td,
.RadEditor tr:nth-child(odd) td
{
    background: none;
}

/* At home page*/
.home #content section {
	padding: 0 0 0 0;
	width: 300px;
	float: left;
}
    .home #content span.icon
    {
        width: 48px;
        height: 48px;
        text-indent: -9999px;
        float: left;
    }

	.home .threecolumns .content
	{
	    float: left;
	    width: 244px;
	    padding: 0 0 0 8px;
    }

.twoColumns
{
    width: 459px;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
}
.firstColumn
{
    margin: 0 21px 20px 0;
}

/* Downloads page */
strong.note
{
    font-weight: bold;
    color: Red;
}

.devices-platforms 
{
    margin-top: -30px;
}
.browsers           { width: 49%; }
.browsers-windows   { width: 17%; }
.browsers-mac       { width: 17%; }
.browsers-linux     { width: 17%; }
.platform           { width: 30%; }
.platform-version   { width: 65%; }

.devices-platforms span
{
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 12px 0 6px;
    background: url(/Image/sprite.png) no-repeat 0 0;
}
.devices-platforms .ie { background-position: 0 -144px; }
.devices-platforms .firefox {background-position: -16px -144px; }
.devices-platforms .chrome {background-position: -32px -144px; }
.devices-platforms .opera {background-position: -48px -144px; }
.devices-platforms .safari {background-position: -64px -144px; }
.devices-platforms .windows {background-position: -80px -144px; }
.devices-platforms .mac {background-position: -96px -144px; }
.devices-platforms .android {background-position: -112px -144px; }
.devices-platforms .ios {background-position: -128px -144px; }
.devices-platforms .winphone {background-position: -144px -144px; }
.devices-platforms .palm {background-position: -160px -144px; }
.devices-platforms .symbian {background-position: -176px -144px; }
.devices-platforms .blackberry {background-position: -192px -144px; }
.devices-platforms .webos {background-position: -208px -144px; }


p.footnotes 
{
    font-size: 12px;
}

/* KendoUI - product page */
header img.float-left 
{
    margin: 0 55px 0 0;
}
.feature 
{
    clear: both;
    overflow: hidden;
    padding: 0 0 50px 0;
}

.feature h3 
{
    color:#505050;
    font:400 24px Arial;
}
    .feature section 
    {
        width: 460px;
        float: left;
        padding: 25px 0 0 0;
    }
    .feature figure 
    {
        width: 460px;
        text-align:center;
    }
    
/* Roadmap */
.roadmap
{
    
}
.roadmap-map 
{
    float: right;
    margin: -16px 20px -11px 0;
}
.roadmap .headline
{
    width: 640px;
}
.roadmap .headline h2 
{
    margin: 0;
}
.roadmap th.status,
.roadmap th.when
{
    width: 150px;
    font-size: 12px
}
.roadmap td.status,
.roadmap td.when
{
    color: #000;
}
.roadmap td
{
    vertical-align: top;
    
}
.roadmap td section 
{
    float: left;
    width: 560px;
    padding: 5px 0 0 0;
}

/* Roadmap Page Styles > Header */
h2.roadmap-heading {width: 590px; line-height: 36px; color: #fde8df;float:left; }
img.roadmap-banner {float:right; margin:-17px 15px -11px 0;}

/* Roadmap Page Styles > Body */
#roadmap-holder .threecolumns {
	width:290px;
	margin:0 20px 0 0;
	float: left;
}
#roadmap-holder ul li {
	list-style:disc;
}

/* Product icons */
.product-icon 
{
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 5px 10px 0 0;
    background: url(/Image/product-icons-24.gif) no-repeat 0 0;
}
    .icon-autocomplete
    {
        background-position: 0 0;
    }
    .icon-dropdownlist
    {
        background-position: 0 -24px;
    }
    .icon-combobox
    {
        background-position: 0 -48px;
    }
    .icon-menu
    {
        background-position: 0 -72px;
    }
    .icon-panelbar
    {
        background-position: 0 -96px;
    }
    .icon-slider 
    {
        background-position: 0 -120px;
    }
    .icon-tabstrip 
    {
        background-position: 0 -144px;
    }
    .icon-treeview 
    {
        background-position: 0 -168px;
    }
    .icon-chart 
    {
        background-position: 0 -192px;
    }
    .icon-grid 
    {
        background-position: 0 -216px;
    }
    .icon-splitter 
    {
        background-position: 0 -240px;
    }
    .icon-upload 
    {
        background-position: 0 -264px;
    }
    
/* Videos */
.featured-video 
{
    float: left;
    width: 100%;
    padding: 0 0 30px 0;
}
.video-container
{
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 15px;
    margin: 0 21px 20px 0;
    border: 1px solid #e6e6e6;
    float: left;
    width: 506px;
    height: 306px;
    overflow: hidden;
}
.video-container object,
.video-container embed,
.video-container video
{
    max-width: 506px !important;
    max-height: 306px !important;
}
.video-info 
{
    float: left;
    width: 380px;
}
    .video-duration
    {
        margin: -7px 0 15px 0;
        display: block;
        font-size: 12px;
    }
    .download-video 
    {
        float: left;
        clear: both;
        margin: 15px 0;
    }
    .download-video span
    {
        width: 13px;
        height: 14px;
        float: left;
        position: relative;
        top: 2px;
        margin: 0 6px 0 0;
        background: url(/Image/sprite.png) no-repeat -96px -256px;
    }

.video-list 
{
    clear: both;
    float: left;
    width: 100%;
    padding: 0;
}
    .video-list li 
    {
        list-style: none;
        float: left;
        width: 220px;
        margin: 0 20px 0 0;
    }
    .video-list li.last-video 
    {
        clear: right;
        margin-right: 0;
    }
    .video-list img
    {
        padding: 6px;
        border: 1px solid #e6e6e6 !important;
        -moz-border-radius: 2px;
        border-radius: 2px;
        margin: 0 0 8px 0;
        max-width: 206px;
        max-height: 125px;
    }
    .video-list li .video-duration
    {
        font-size: 11px;
        margin: -9px 0 5px;
    }
    
/* Profile */
.profile 
{
    position: relative;
}
.change-avatar 
{
    position: absolute;
    left: 10px;
    top: 10px;
}
.change-avatar a 
{
    font-size: 12px;
}

.form ol.profile-optional-info
{
    margin: -12px 0 20px 0;
    padding: 20px 0 20px 0;
    background: #f7f7f7;
    border-bottom: 1px solid #E6E6E6;
}

/* Public profile */
.public-profile 
{
    overflow: hidden;
}
.public-profile ul 
{
    float: left;
    width: 250px;
}
    .public-profile li
    {
        list-style: none;
        clear: both;
    }
    .public-profile li span
    {
        padding: 0 5px 0 0;
        width: 90px;
        display: inline-block;
        text-align: right;
    }
    .public-profile li strong
    {
        padding: 0 5px 0 0;
        width: 140px;
        display: inline-block;
    }
.public-profile ul.profile-public-links 
{
    float: left;
    width: 350px;
    padding: 0 0 0 20px;
}


/* Aside navi */
.right-sidebar .aside-navi
{
     padding: 0 0 0 16px;
     line-height: 16px;
}

.right-sidebar .aside-navi a {
     font-size: 12px;
}
.aside-navi .active a 
{
    color: #000;
}

.fake-aside-link 
{
    margin: -15px 0 0 16px;
    font-size: 12px;
}

/* Search results */
.search-sort 
{
    float: right;
    margin-top: 3px;
}
    .search-sort li
    {
        float: left;
        list-style: none;
        padding: 0 0 0 29px;
        font-size: 12px;
    }
    .search-sort li a.active
    {
        color: #666666;
    }
.search-results 
{
    padding-left: 10px;
}
    .search-results li
    {
        list-style: none;
        padding-bottom: 15px;
    }
    .result-url
    {
        color: #76a164;
        font-size: 11px;
    }
    .search-results h4,
    .search-results p
    {
        margin-bottom: 9px;
    }
    
/* Bring a friend */
.add-more 
{
    line-height: 30px;
    float: left;
    margin: 0 0 0 6px;
}
.form .friend-message 
{
    width: 700px;
}

/* FAQ => Sidebar*/
ul.sidebar-navi 
{
    float:left;
    border:1px solid #e1e1e1;
    border-radius:6px;
    width:218px;
    padding:0;
}
ul.sidebar-navi li 
{
    background:#f4f4f4;
    list-style:none;
    padding:20px;
    border-bottom:1px solid #d8d8d8;
    box-shadow:0 2px 0px 0 #fff inset;
}
ul.sidebar-navi li:first-child
{
    border-radius:6px 6px 0 0;
}
ul.sidebar-navi li:last-child
{
    border-radius:0 0 6px 6px;
}
ul.sidebar-navi li h3 
{
    color:#2175bd;
    text-shadow:1px 1px 0 #fff;
    margin-bottom:5px;
    }
ul.sidebar-navi li.active
{
    background:#fcfcfc;
}
ul.sidebar-navi li.even h3 
{
    color:#2e2e2e;
    }
        
ul.sidebar-navi li p
{
    margin:0;
}
/* FAQ */
article.faq 
{
    float:left;
    padding: 0 0 0 20px;
    width: 670px;
}
.faq section 
{
    margin-bottom: 20px;
    border-bottom: 1px solid #DEDEDE;
}
.faq section h4 
{
    font-weight: bold;
}
.faq section:last-of-type 
{
    border: none;
}
    
/* Paging */
.paging
{
    clear: both;
    width: 100%;
    float: left;

    margin: 15px auto 0;
    padding: 0;
    text-align: center;
}
.paging li
{
    list-style: none;
    display: inline;
    padding: 0 7px 0 0;
    width: auto;
}
.paging li a 
{
    border: 1px solid #C3DDFF;
    display: inline-block;
    padding: 0 8px;  
        font-size: 13px;  
}

    a.previous {
        padding-right: 40px;
    }
    a.next {
        padding-left: 40px;
    }
    
/* Social links */   
.share 
{
    clear: both;
    float: left;
    width: 100%;
    padding: 20px 0 20px 0;
}
.share li 
{
    list-style: none;
    float: left;
    padding: 0 15px 0 0;
}
.share li.twitter 
{
    padding: 0;
}
.email a
{
    background: url("/Image/sprite.png") no-repeat -80px -288px;
    overflow: hidden;
    text-indent: -999px;
    display: block;
    width: 62px;
    height: 18px;
}
.email a:hover 
{
    background-position: -80px -306px;
}


/* Reset aside */

.reset #content aside
{
    background: none;
}
.reset #content aside h3 
{
    font-size: 18px;
    margin: 0 0 8px 0;
}
    
/* Longer right sidebar */
.longer-sidebar #content aside
{
    width: 293px;
    padding-top: 5px;
}
.longer-sidebar #content .content-main 
{
    width: 620px;
}
.right-sidebar.longer-sidebar #content aside  
{
    margin-left: 20px;
}


/* Aside */
aside {
	float: left;
	width: 162px;
	padding: 18px 7px 18px 0;
	margin: 0 78px 30px 0;

    -moz-border-radius: 4px;
	border-radius: 4px;

	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(left, #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #ffffff 0%,#f2f2f2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(left, #ffffff 0%,#f2f2f2 100%); /* W3C */
}
.right-sidebar aside 
{
	padding: 18px 0 18px 7px;
	margin: 0 0 30px 78px;
	background: -moz-linear-gradient(left, #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f2f2f2 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(left, #f2f2f2 0%,#ffffff 100%); /* W3C */
}

aside h3 {
	font-size: 16px;
	border-bottom: 1px solid #dedede;
	padding: 0 0 5px;
	margin: 0 20px 7px 0;
}
.right-sidebar aside h3 
{
	margin: 0 0 7px 20px;
}

aside h4 
{
    font-size: 12px;
    margin: 0 26px 0 0;
}
.right-sidebar aside h4 
{
    margin: 0 0 0 26px;
}

aside ul {
	padding: 0 0 0 2px;
	overflow: hidden;
} 
    aside li {
	    list-style: none;
	    padding-right: 3px;
    }
        aside li ul {
	        padding: 8px 0 7px 20px;
	        margin-bottom: 0;
        }
            aside li ul ul 
            {
                padding-bottom: 0;
            }
            
aside li li {
	padding-bottom: 9px;
	line-height: 16px;
}

aside li a, .fake-aside-link {
	color: #2175bd;
	text-decoration: none;
	display: block;
	padding: 5px 9px;
	font-size: 14px;
}
aside a.active, aside .rtSelected a {
	font-size: 14px;
	padding: 5px 9px;
	color: #0c303c;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
	background-color: #c4cdd0;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
aside li ul a {
	font-size: 12px;
	line-height: 16px;
	display: inline;
	background: none;
	padding: 0 21px 0 0;
}

aside li ul a.active, aside li ul .rtSelected a {
	font-size: 12px;
	color: #0c303c;
	padding: 0 21px 0 0;
	background: url(/Image/bg-arrow.gif) no-repeat right 3px transparent;
}

/* RSS link & icon */

.rss-container 
{
    float: left;
}
.hlCommonRSSFeed /* /account/your-products/internal-builds.aspx */
{
    float: left;
    font-size: 14px;
    margin: 4px 0 0;
}

.rss-link 
{
    float: right;
    font-size: 12px;
}
.rss-icon
{
    float: left;
    width: 16px;
    height: 16px;
    margin: 5px 10px 0 18px;
    background: url("/Image/sprite.png") no-repeat -80px -256px;
}

/* Details section */
.details 
{
    border-top: 1px solid #dedede;
	height: 89px;
	margin: 30px 0 0 0;
	background: url(/Image/bg-details.png) no-repeat 0 0;
	float: left;
}
.details h2 {
	float: left;
	line-height: 89px;
	padding: 0 0 0 38px;
}
.details .launch {
	float: right;
	margin: 27px 26px 0 0;
}

/* Get Social bar */
.social  {
	background-color: #e8f5ff;
	color: #2175bd;
	font-size: 14px;
	line-height: 33px;
	padding: 11px 19px;
	margin: 22px 0 0;
	clear: both;
	overflow: hidden;
}
.social p {
	padding: 0 6px 0 0;
}
.social p,
.social ul {
	float:left;
	margin: 0;
}
.social li {
	float:left;
	padding: 0 0 0 12px;
	list-style: none;
}
.social a {
	float:left;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	background: url(/Image/sprite.png) no-repeat 0 -96px;
}
.social .twitter {
	background-position: -32px -96px;
}
.social .rss {
	background-position: -64px -96px;
}
.social .fb {
	background-position:0 -96px;
}
.social .gp {
	background-position: -144px -96px;
}

/* Smaller social icons */
.social-icons-smaller ul {
	float:left;
	margin: 0;
}
.social-icons-smaller li {
	float:left;
	padding: 0 0 0 8px;
	list-style: none;
}
.social-icons-smaller a {
	float:left;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	background : url(/Image/sprite.png) no-repeat -96px -96px;
}
.social-icons-smaller .twitter {
	background-position: -112px -96px;
}
.social-icons-smaller .rss {
	background-position: -128px -96px;
}
.social-icons-smaller .fb {
	background-position: -96px -96px;
}
.social-icons-smaller .gp {
	background-position: -176px -96px;
}



/* Devices bar */
.devices {
	border-top: 1px solid #808080;
	border-top: 1px solid #b3b3b3;
	background-color: #999;
	font-size: 11px;
	overflow: hidden;
	padding: 0 0 14px 0;
	clear: both;
}
.home .devices 
{
	position: absolute;
	bottom: 72px;
	left: 0;
	width: 100%;
}
	.devices p {
		color: #fff;
		line-height: 18px;
		font-size: 11px;
		opacity: 0.6;
		float: left;
		width: 661px;
		padding: 10px 0 0 0;
		margin: 0 0 0 0;
	}
	.devices ul {
		float: right;
		width: 231px;
		height: 37px;
		background: url(/Image/sprite.png) no-repeat 0 -48px;
		margin: 21px 0 0 0;
	}
	.devices ul li {
		text-indent: -9999px;
		list-style: none;
	}
	
/* E-mail subscribtion */
.subscribe 
{
    color: #ffffff;
    border-top: 3px solid #bf5122;
    height: 151px;
    padding: 30px 0 0 0;
    background: url("/Image/header-background.jpg") no-repeat -239px 0 #f0652c;
}

.subscribe h1
{
    color: #fff;
}
.subscribe a
{
    color: rgba(255, 255, 255, 0.83);
    border-bottom: 1px solid #fff;
}

.subscribe a:hover 
{
    text-decoration: none !important;
    border: none;
}

.subscribe p 
{
    font-size: 14px;
    padding-top: 8px;
}
.subscribe .form label 
{
    text-align: left;
    font-size: 14px;
}
.subscribe .inputWrapper 
{
    width: 322px;
}
.subscribe .inputWrapper input 
{
    width: 307px;
}
.subscribe .button 
{
    margin-left: 12px;
}
.subscribe .subscribe-kendoka
{
    float: left;
    width: 278px;
    height: 181px;
    margin: -30px 0 0 0;
    background: url("/Image/Mobile/kendoka.png") no-repeat 35px bottom;
}
.subscribe .fFieldErrorMsg 
{
    color: #fff !important;
    padding: 0 0 0 10px;
}

/********************
---| Release notes | ***/

.poReleaseListMidWrap li
{
    float: left;
    width: 100%;
}

.poReleaseListMidWrap .poDate
{
    color: #999;
    float: right;
    line-height: 28px;
    font-size: 11px;
}

.poReleaseListMidWrap .poTitle
{
    color: #cc6600;
    float: left;
    padding: 0 0 0 8px;
}

div.note
{
    padding: 10px 15px 1px 15px;
}
div.highlighted
{
    background: #f7f7f7;
}

/***| Release notes |---
***********************/

/********************
---| Support resources | ***/
.support-resources 
{
    float: left;
    width: 100%;
}
    .support-resources li
    {
        width: 298px;
        height: 129px;
        float: left;
        list-style: none;
        background: #f4f4f4;
        border: 1px solid #e1e1e1;
        -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	    margin: 0 20px 20px 0;
    }
    .support-resources li.second-row 
    {
        margin-bottom: 0;
    }
        .support-resources a 
        {
            color: #585858;
            display: block;
            padding: 19px 21px;
            overflow: hidden;
            border-top: 2px solid #fff;
            -moz-border-radius: 5px;
	        -webkit-border-radius: 5px;
	        border-radius: 5px;
        }
            .support-resources a:hover 
            {
                text-decoration: none !important;
            }
        .support-resources span 
        {
            float: left;
            display: inline;
            width: 64px;
            height: 64px;
            margin-right: 32px;
            margin-bottom: 30px;
            background: url(/Image/sprite.png) no-repeat 0 0;
        }
        .support-resources .demos 
        {
            background-position: 0 -344px;
        }
        .support-resources .documentation 
        {
            background-position: -70px -344px;
        }
        .support-resources .videos 
        {
            background-position: -140px -344px;
        }
        .support-resources .forums 
        {
            background-position: 0 -409px;
        }
        .support-resources .faq 
        {
            background-position: -70px -409px;
        }
        .support-resources .webinars 
        {
            background-position: -140px -409px;
        }
        .support-resources h3 
        {
            font-size: 22px;
            margin-bottom: 7px;
        }
        .support-resources p
        {
            margin: 0;
        }

    .search-resources 
    {
        padding: 25px;
        background: #f4f4f4;
        border: 1px solid #e1e1e1;
        -moz-border-radius: 5px;
	    -webkit-border-radius: 5px;
	    border-radius: 5px;
	    position: relative;
    }
    
    .search-resources fieldset 
    {
        position: relative;
    }
        .search-resources input.real-search,
        .search-resources input.fake-search
        {
            width: 780px;
            height: 29px;
            line-height: 29px;
            -moz-border-radius: 3px;
	        -webkit-border-radius: 3px;
	        border-radius: 3px;
	        text-indent: 10px;
        } 
    
        .search-resources input.real-search
        {
            border: 1px solid #c5c5c5;
        }
        .search-resources input.fake-search 
        {
            border: none;
            margin: 1px 0 0 1px;
        }
    
    /* Contact support */
    .contact-support li
    {
        width: 300px;
        float: left;
        list-style: none;
	    margin: 0 20px 0 0;
    }
        .contact-support li a
        {
            font-weight: bold;
            display: block;
            margin-bottom: 5px;
	        font-size: 12px;
        }
        .contact-support li p 
        {
            font-size: 12px;
        }
				
/***| Support resources |---
***********************/

/********************
---| Get Kendo | ***/
.get-kendo
{
    background: #ececec;
    border: 1px solid #cccccc;
    -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 27px 25px;
	margin: 30px 0 0 0;
}
.smaller-section
{
    float: left;
    margin: 47px -32px 0 0;
    padding-right: 50px;
}

.bigger-section
{
    background: #f4f4f4;
    float: left;
    padding-top: 18px;
    
    -webkit-box-shadow: -12px 0px 14px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -12px 0px 14px -5px rgba(0, 0, 0, 0.1);
    box-shadow: -12px 0px 14px -5px rgba(0, 0, 0, 0.1);
}
    .evaluation 
    {
        width: 275px;
    }
    .production 
    {
        width: 566px;
    }
    .individual 
    {
        width: 666px;
        padding: 15px 22px;
    }
    .bundle
    {
        width: 250px;
        height: 320px;
        margin-left: -42px;
        position: relative;
    }
    
    .price 
    {
        color: #E34F26;
    }
    .price small 
    {
        color: #818182;
    }
    
.bundle sup 
{
    position: absolute;
    right: -14px;
    top: -6px;
    width: 80px;
    height: 82px;
    display: block;
    text-indent: -9999px;
    
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABSCAMAAAD0B6OUAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAwBQTFRF10YZ6HNS3ksg4E0j00MUzHVV69bQ7JN7++Lb8KaS24hu1XNUzkAP3YRm0kIT3kwi3mhD6npaxzoG+t7W4pyC9dHF5Vs0+ujj5ram7puE2mpL4Ydp0EERyl462WQ+y2E91IVq99zU3V865qOQ5opwtTIDyVIs3oZo9ce66Ixy4ohr5HdW6KGJ4U0k1WVCxUEa5mE86oVp7bam8unm2ksi3HJU6biq5KCLyU0o2YBg4Yhq1U8i6XZW99zT2lYw89bO5Z6F22dA64JlzUAP8Lqp0UYc4U4k3Ytz89LJ7riq2Idu2Vsy5Ipt2VEm5p+G0kUY78/F24Jj7KyY1mlKy0EVzD8O1GM98dHH0UIS42xI/PTy4ZuA5m5M7JB24GlF5Ypv00QV8M7E000hxTkF9PT00k8l4peB++fiyT8O5IluzmNA5nhY31Yt76aR1Ucb356H6Y91zEIW4m1MykAT2lQu20ofzkETzEARxz4QnikE////liYEzD4M6ntc5FYv64Fj52lGyz0Lzs7O6+vr2kkczMzM8vLy1UUX20kd20ke3Eoe52xJ2kgc3Uof1UUWyTwJ5mVA1kUX2Ugb1EQW1EQV2Ucb5V442EcZ3Usf2Eca5Fcv30wi408myDsI4k4l41AozT8Oy5OCzj8O+/Pw/fTxyj0K/PPx5cnA/PPwxjkF3INk9+fi7Ihs1EcexDgD4U8n8KOO99LI5opv2kkd56CH/vb05G1KnTQU5Ilt3Usg8aeT3nxb5mdE8rCe2Ukfx31m2Uof6HBO24Bn521L0aCR3rux54Rp452D6INn6H9h6G5M0G9RvXdiwzcC139fz7234HZY5I103Kyc6eDd4Vgx64Rn1VQu+NPJ8NnS9NzU9tvSxkEX/vbz14BfwzgDxEgf5Z+Gy0oe4Y120EQZ54twsFxD4WVD1ZeB1EUY00ol2Esj67ms5W5Lo0Ej3Uwh7Y1z6cK07sW678m+2YVo20wj8J+J4V877KON5J2E566d2YFh57an0by28uTg3pqD////6NR2ewAAAQB0Uk5T////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////AFP3ByUAAARSSURBVHjarNdpVJRVHMdxhBFsQBkjHIaBUUBEUFGGnFREKwFLhhjF0CyW8O8CuGHiciezNINoc00UUuh5mia3RNOQVlptN6OyrNMibbTvJWU9D3Oee+8M45y5M/f75rn3d4bPmTkDLwhAUsEvND9zcq2uzUPDkbv+612AxH1hlRu96xZPTeznLRj8uNXRuFs91qefdyD2rNbYtR57d4FX4L8Pk55a57H9C7wBN9KdH+imK/HplX82OucOvMOptj69ajv6Iz5XnnZ+uftv2alDd7l0CE0+uh/fXL5rdyC4pNvk1O9ocnzCR6/i+/On6Rd7A0LI/VQ69Msc3ZcojSxP3sgKQsgu3Jg5s1aMRUj7x5iJZLyaFYRle5QejbaFNF71+TeDIsR2PO4xsoKQ3KiUE217H700KML2s9iOx0YjKwjJu5VGRSc81xGBErq+FdvxuNvICkJyjlLQbx0Rtqm2oq6/l+eQjBcG6QstjsIttyWEF9jSutIu2kRGIysIyUG4AltRUMGkgWiWeAMZjawgJUrvryi8Yxl6b76WgEEzWEHobFAKL3hb1zLJtvgEaqDqZAUp8YdLF0c2zBdXhHa0fOckUm1Y3/Pn7QmEzkDcSbHyBKo8ftwkHiPjUFYQhuKfrZ6K0AfPBgZGowuJXoFwuF7p6WGh2fX1x0STSVyEx/rDrCCU3EN3nWg6cCC0mlpKWEEoqSPJXl1dtXQgWwkrCOV34saasnueI8RFZCxPZwShvFbpSLbj2WI5UksqTmcEofV250ag0Fr67hAZQGi9m27LcMuS+CyxmCyadEYQWrdQxSN1Fto3bQk1ySITCCnbSVnSr/i00We3dxaTTRLZQEjZiUu1vHbmbN6fIooj205NOiMIKTuU8s/kF8ufed9lO6g07zCCkBKA0wgWQW1G8wLoDG8xgpT49biqCkHbLcmReUTMiGMEQb+ZVKNGqZs1tu4aasuLYwRBX0PKsuRLXlUNnSwygaC/F5eq1ti7q+RTHhlz7Ywg6Lcqlc7TWmbKB7M9F49bzawg6LcplVYIZulhRlGqUjxus7OCkKTCSaJK8maqMq7AWyQzSIkDKtS59qibVBmZWrzNYAcpcfbKkYLsCYPxexzpAwhJA3CFyFAmeWWZdoNj8AmEpNlKK4cgJHvCT3ZDz+AbCP1jlFYN6/tJWSZaujrKbpDvj/kGUmJMTNmHwhBhwupThf6AtFgoLF01WHhiYZhfIPQPw8UKE8JiP3OcfQcpcYokTgnzG4S9Dyo1xf6qHK/xA4S9TUrXLlROfoGU2MQHhOk3u+Yn2Fv81E8Qpt/m3OX+gq6i/yCce4iOAwjn7qPiATqJXEAY/wDuLy4gJXICifgyJxDGX+yIGwgf8wbhzUfkLuEHbug7V4onuD6UN9icePAgX9CaOPd6vuCaNziD1kTe4BreoPU8b/Ar3mAzb/AUbzCYM/g94gy+yBl8HfEFm6X/Rv8XYAAOPhp7r2+6ogAAAABJRU5ErkJggg==) no-repeat 0 0;
    
}
    
/* columns */
.three-columns .column 
{
    width: 180px;
    float: left;
    margin: 0 29px 0 0;
}

/* Headlines */
.get-kendo h2 
{
    margin-bottom: 15px;
}
.individual h2 
{
    font-size: 20px;
    line-height: 28px;
}
.individual h4 
{
    margin-top: 33px;
    text-align: center;
}
    .individual h4 small 
    {
        color: #818182;
        font-size: 13px;
    }

.bundle h5
{
    font-weight: bold;
    line-height: 22px;
    margin: 10px 0 15px;
}
.bundle h2.coming 
{
    text-align: center;
    margin-top: 20px;
    color: #2E2E2E;
}

.get-kendo h3
{
    margin: -64px 0 30px -26px;
    color: #969696;
    font-weight: normal;
}
.production h3 
{
    margin-top: -56px;
}

/* Columns */
.production .left-column,
.production .right-column 
{
   float: left;
   width: 263px;
}
.production .right-column 
{
   float: left;
   padding-left: 40px;
}

/* Buttons */
.get-kendo .button
{
    margin:20px 0 0 0;
    font-size: 20px;
}

/* List items */
.get-kendo ul
{
    font-size: 12px;
}
.what-you-get
{
    min-height: 90px;
    min-width: 247px;
}
/* Headlines */
.get-kendo h6
{
    padding: 9px 0 0 9px;
}


/***| Get Kendo |---
***********************/

/********************
---| Pagination | ***/

.forumsOnePage, 
.rgArrPart1, 
.rgArrPart2, 
.rgAdvPart
{
    display: none;
}
.rgPager td, .forumsOnePage td
{
    border: none;
}

.rgWrap a
{
    border: 1px solid #c3ddff;
    padding: 0 8px;
    margin: 0 6px 0 0;
    float: left;
}
.rgWrap a:hover 
{
    text-decoration: none !important;
}

a.rgCurrentPage
{
    color: #333;
    border: 0 !important;
    padding: 0;
    background: none !important;
    color: #333 !important;
    cursor: default !important;
}
/***| Pagination |---
***********************/


/********************
---| Footer | ***/
footer {
	height: 58px;
	width: 100%;
	background-color: #4d4d4d;
	border-top: 1px solid #333333;
	padding: 13px 0 0 0;
	line-height: 20px;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
.powered-by-telerik {
	float: right;
	width: 104px;
	height: 32px;
	margin: 3px 38px 0 0;
	background: url(/Image/sprite.png) no-repeat 0 -224px;
	text-indent: -9999px;
}
footer p {
	float: left;
	width: 780px;
    padding: 0;
    margin: 0;
}
footer p {
	font-size: 11px; 
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
	color: #808080;
}

footer ul 
{
	float: left;
    padding: 0;
    margin: 0;    
}
footer ul.social-icons-smaller
{
    width: 100px;
    margin-top: 3px;
}
footer li {
	list-style: none;
	float: left;
	padding: 0 10px 0 0;
}
footer li a {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

.maSubscriptions 
{
    padding: 0 0 10px 0;
}
.maSubscriptions input
{
    float: left;
    margin: 2px 0 0 0;
}
.maSubscriptions label
{
    padding: 0 0 2px 5px;
    float: left;
}
.tGreyBox {
    background: #F0F0F0;
    padding: 17px;
    clear: both;
}

/* Alien styles from Sitefinity.com */

/* Get Support Packages */
.tGetSupportPackagesWrap {
    margin-top: -17px !important;
    padding: 0 !important;
    width: 540px;
}

.tGetSupportPackagesWrapInner 
{
    max-height: 270px;
    padding: 0 5px 0 0;
    overflow: auto;
    -webkit-box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px -10px 20px -10px rgba(0, 0, 0, 0.3);

}

.tGetSupportPackagesWrap h1 {
    background: #f0f0f0;
    padding: 50px 0 12px 17px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.9);
    font-size:24px;
}

.tGetSupportPackagesWrap .tCloseWindow {
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding-top: 10px;
}

.tGetSupportPackagesWrap .tGetSupportBox {
    overflow:auto;
}

.tGetSupportBox .tGetSupportBoxInner {
    width: 430px; 
    float: left;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.tGetSupportBoxInner h3 {
    margin: 0 0 2px 0;
}
/* Search Autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid #ccc;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;		
	font-size: 12px;	
	line-height: 16px;
	overflow: hidden;
}
.ac_loading {
}
.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #376aac;	
    color: #fff;
}
/* end of Search Autocomplete */
.content-main .sf_newsList h2.sf_newsTitle
{
    font-size: 23px !important;
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 9px;
    position: relative;
    z-index: 2;
}
.content-main .sf_newsList li 
{
    list-style: circle;
}
.content-main .sf_newsList > li 
{
    list-style: none;
}

.datalist 
{
    margin: 0 0 20px 150px;
}
.datalist td,
.itemWrap {
    border-bottom: 1px solid #F0F0F0;
    padding: 4px 0;
}
.datalist .deleteBasket 
{
    
}
li.datalist 
{
    margin-bottom: 0;
    padding-top: 6px;
}
.ticket-instructions 
{
    padding:20px;
    background:#f4f4f4;
    margin:0 0 35px;
    border-radius:5px;
    border:1px solid #ddd;
    }
.ticket-instructions ol
{
margin:0;
}
.ticket-instructions ol li
{
padding:0;
line-height:20px;
}
.ticket-instructions .txtWrapper
{
    clear:both;
    margin:0;
    overflow:hidden;
    }
.ticket-instructions .txtWrapper p.tClearer 
{
    margin:10px 0 0 0!important;
    }
.ticket-instructions h2 
{
    padding:0!important;
    margin:0!important;
    border:0!important;
    }
.ticket-instructions label 
{
    font-size:18px;
    padding: 26px 13px 0 0;
    width:auto;
    }


.sThreeColumnsLeftCenter {
    float: left;
    margin-right: 36px;
}

.sThreeColumnsLeftCenter, .sThreeColumnsRight {
    margin: 0 0 36px 0;
    width: 288px;
    float: left;
}

.tGetSupport3Cols .sThreeColumnsLeftCenter,
.tGetSupport3Cols .sThreeColumnsRight
{
    padding:0 25px 0 0;
    }

.tBlueBox {
    background: none repeat scroll 0 0 #E2EEFF;
    clear: both;
    padding: 17px;
}
.tTwoColumnsRight {
    float: right;
    width: 284px;
}
/* Tables */
.tTable, .tableStyle1
{
    margin: 1em 0 20px;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}
.tableStyle1
{
    width: auto;
    line-height: 1.1;
}
.tTable thead th, .tableStyle1 thead th, .tableStyle1 .tableStyle1Header td
{
    border-bottom: 2px solid #666;
}
.tTable th, .tTable td, .tableStyle1 th, .tableStyle1 td
{
    padding: 5px 17px;
    text-align: left;
    vertical-align: top;
}
.tTable tbody th, .tTable tbody td, .tableStyle1 tbody th, .tableStyle1 tbody td
{
    border-bottom: 1px solid #d9d9d9;
    font-weight: normal;
}
.tableStyle1 p
{
    margin: 0;
    padding: 0;
}

.tTable thead th.right, .tTable td.right
{
    text-align: right;
}

.tTable img
{
    vertical-align: middle;
    padding-right: 5px;
}

.support-options-table {margin-bottom:40px;}
.support-options-table thead th {padding:0 15px;text-align:center;border-bottom:2px solid #ddd;}
.support-options-table th h2 {margin-bottom:0; position:relative; top:-10px;}
.support-options-table td
{
    padding:15px;
    text-align:center;
    }
.support-options-table td:first-child
{
    text-align:left;
    }
.support-options-table tr.odd td
{
    background:#f7f7f7;
    }
    
.support-options-table .hasFeature 
{
    width:10px;
    height:7px;
    display:block;
    background:url(/Image/sprite.png) no-repeat -192px -256px;
    text-indent:-9999px;
    margin:0 auto;
    }

/* File extensions */
.maMyAvailableFilesForDownload a, .forumsPostAttachedFiles a
{
    padding-left: 25px;
    padding-bottom: 3px;
    background-image: url('/image/extensions.gif');
    background-color: transparent;
    background-repeat: no-repeat;
}
.maMyAvailableFilesForDownload .msi, .forumsPostAttachedFiles .msi
{
    background-position: 0 0;
}
.maMyAvailableFilesForDownload .bold
{
    font-size: 1.2em;
    font-weight: bold;
}
.maMyAvailableFilesForDownload .zip, .forumsPostAttachedFiles .zip, .maMyAvailableFilesForDownload .ace, .forumsPostAttachedFiles .ace
{
    background-position: 0 -100px;
}
.maMyAvailableFilesForDownload .chm, .forumsPostAttachedFiles .chm
{
    background-position: 0 -200px;
}
.maMyAvailableFilesForDownload .pdf, .forumsPostAttachedFiles .pdf
{
    background-position: 0 -300px;
}
.maMyAvailableFilesForDownload .rar, .forumsPostAttachedFiles .rar
{
    background-position: 0 -400px;
}
.maMyAvailableFilesForDownload .gif, .forumsPostAttachedFiles .gif, .maMyAvailableFilesForDownload .png, .forumsPostAttachedFiles .png
{
    background-position: 0 -500px;
}
.maMyAvailableFilesForDownload .jpg, .forumsPostAttachedFiles .jpg
{
    background-position: 0 -600px;
}

.maMyAvailableFilesForDownload .css, .forumsPostAttachedFiles .css
{
    background-position: 0 -700px;
}
/* Release notes */
.poTopLine {
    border-top: 2px solid #e1e1e1;
    margin: 17px 0 40px 0;
}
.poBoxIcon {
    float: left;
    margin: 16px 22px 0 0;
}
.poBoxIconText {
    width: 100%;
    margin: 0;
}
.poBoxIconText h2 {
    margin: 15px 0 20px 0;
}
.poBoxIconText ul {
    margin: 0 0 1em 0;
}
.tTop:after, .tContent:after, .tBottom:after, .tSiteDir:after, .tBorderBox:after, .tClear:after
{
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.tTop, .tContent, .tBottom, .tSiteDir, .tBorderBox, .tClear
{
    display: inline-block;
}
.tTop, .tContent, .tBottom, .tSiteDir, .tBorderBox, .tClear
{
    display: block;
}
.tClearer
{
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    }

.version-notes .poBoxIcon
{
    display: none;
}

*+html .postReply .reContentCell iframe 
{
    width: 880px !important;
}
*+html .maSendSupportTicket .reContentCell iframe 
{
    width: 690px !important;
}

/* File attachment */
.maSendSupportAttachedFile 
{
    clear: both;
    overflow: hidden;
}

.file-attachment li 
{
    list-style: none;
    padding: 0 0 3px;
}
.file-attachment li em, 
.RadUpload .uploadAnother
{
    display: none;
}
.tFormNoteAtachment 
{
    clear: both;
}

/* Breadcrumb */
.breadcrumb {
	width: 940px;
	margin: 0 auto;
	position: relative;
	clear: both;
	overflow: hidden;    
	padding: 8px 0;
	display:block;
	color:#aaa;
	font:normal normal 11px/16px arial,helvetica,sans-serif;
}
.breadcrumb a {
	color:#888;
}
.breadcrumb a:hover {
	text-decoration:underline;
}
.breadcrumb .separator 
{
    padding:0 3px;
    }

/* KENDO RIBBON */

#kendoRibbon {
    height:45px;
    border-top:3px solid #7EB600;
    border-bottom:2px solid #629D0E;
    margin: -3px 0 0;
    position:relative;
    
    /* === < CSS3 Gradient > === */
        background-color: #9EE400; /* fallback color */
        background-image: -webkit-gradient(linear, left top, left bottom, from(#9EE400), to(#6AB403)); /* Saf4+, Chrome */
        background-image:-webkit-linear-gradient(top, #9EE400, #6AB403); /* Chrome 10+, Saf5.1+, iOS 5+ */
        background-image:-moz-linear-gradient(top, #9EE400, #6AB403); /* FF3.6 */
        background-image:-ms-linear-gradient(top, #9EE400, #6AB403); /* IE10 */
        background-image:-o-linear-gradient(top, #9EE400, #6AB403); /* Opera 11.10+ */
        background-image:linear-gradient(top, #9EE400, #6AB403);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#9EE400', EndColorStr='#6AB403'); /* IE6-IE9 */
    /* == </ CSS3 Gradient > === */
    
    
    /* === < CSS3 Box Shadow > === */
        -webkit-box-shadow: 0px 1px 0 #f78b5e; /* Saf3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
        -moz-box-shadow: 0px 1px 0 #f78b5e; /* FF3.5 - 3.6 */
        box-shadow: 0px 1px 0 #f78b5e; /* Opera 10.5, IE9, FF4+, Chrome 6+, iOS 5 */
    /* === < CSS3 Box Shadow > === */
 }
#kendoRibbon p {
    margin:0;
    text-align:center;
    line-height:45px;
    color:#1D5700;
    text-shadow:0 1px 0 #A6D94E;
    font-size:15px;
}

