/************************************
------------CSS RESET----------------
************************************/
a.bluestyle{
text-decoration:none;
background:#33CCFF;
color:#fff;
padding:7px;
}

a.bluestyle:hover{
background:#33FFFF;
}

.big-quote
{
    font-size:32px;
    font-family: Courier New, Arial;
    font-style:italic;
	
	line-height:1em;
}

.fullwidth{ width:100%; }

.main-menu{
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
}



.main-menu .button {
	
	background: #464540;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDU0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjZiNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #464540 0%, #6b6b6b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464540), color-stop(100%,#6b6b6b));
background: -webkit-linear-gradient(top, #464540 0%,#6b6b6b 100%);
background: -o-linear-gradient(top, #464540 0%,#6b6b6b 100%);
background: -ms-linear-gradient(top, #464540 0%,#6b6b6b 100%);
background: linear-gradient(top, #464540 0%,#6b6b6b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464540', endColorstr='#6b6b6b',GradientType=0 );
	
  border-radius: 10px;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 -1px 1px rgba(0, 0, 0, 0.3) inset, 0 2px 4px rgba(0, 0, 0, 0.3);
  color: #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  margin: 1px 7px;
  padding: 7px 18px;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;	
font-family: 'Yanone Kaffeesatz', Verdana, sans-serif;
}
.main-menu .button:hover {
  color: #fff;
}

.main-menu .button:first-child {
	
	margin-left:0;
}




.article{
	margin:25px 0;
}
.featimg{ vertical-align:sub; }


.demo-mastercon{ 
background: #f4f4f4;
background: -moz-linear-gradient(top, #f4f4f4 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
background: -o-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top, #f4f4f4 0%,#e5e5e5 100%);
background: linear-gradient(to bottom, #f4f4f4 0%,#e5e5e5 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e5e5e5',GradientType=0 );
   height: 170px;
    width: 250px;
    margin: 0 15px 0 0;
    float: left;
}
.demo-mastercon .pre-container{
	padding:10px 0 50px;
	background-position:top center;
	background-repeat:no-repeat;
	background-color:transparent;
  background-size: 100% 12px;
  margin-left: -35px; 
  width:600px;overflow:hidden;
  
	
}

.otherdemos-mastercon{ 
border-top:5px solid rgba(255, 255, 255, 0.5);
border-bottom:5px solid rgba(255, 255, 255, 0.5);

background: #EFDCBF;
}
.install-mastercon{ 
border-top:5px solid rgba(255, 255, 255, 0.5);
border-bottom:5px solid rgba(255, 255, 255, 0.5);

background: #EFDCBF;
}

.round-corners, .rounded {
	
    border-radius: 8px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
	
}
.flipped
{
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	
}
.selected
{
	opacity:1!important;
	filter:alpha(opacity=100)!important;
}

.feature-block{
	width:100%;
	border-radius:5px;
	border:1px solid rgba(0,0,0,0.15);
	border-top:1px solid rgba(0,0,0,0.07);
	border-left:1px solid rgba(0,0,0,0.07);
	
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.07) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.07) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1a000000',GradientType=0 );
	
	-moz-box-sizing:    border-box;   -webkit-box-sizing: border-box;    box-sizing:        border-box;
	height: 190px;
	opacity:0.9;
	
	
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  -moz-transition-property: all;
  -moz-transition-duration: 0.3s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  -ms-transition-property: all;
  -ms-transition-duration: 0.3s;
  -ms-transition-timing-function: ease-out;
}
.feature-block:hover{
	opacity:1;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.3);
}
.feature-block .bgimage{
	width:100%;
	height:100%;
}
.feature-block#fb1 .bgimage{
	background:transparent url(../img/fb1.png) no-repeat center center;
}
.feature-block#fb2 .bgimage{
	background:transparent url(../img/fb2.png) no-repeat center center;
}
.feature-block#fb3 .bgimage{
	background:transparent url(../img/fb3.png) no-repeat center center;
}
.feature-block#fb4 .bgimage{
	background:transparent url(../img/fb4.png) no-repeat center center;
}
	
/************************************
MISC ELEMENTS
************************************/

.delimiter{
width:915px;
height:20px;
background:url('img/delimiter.png');
margin: 11px 0;
}
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }
.clearboth {clear:both;display:block;font-size:0;height:0;line-height:0;width:100%;}

.new-feature{ position:absolute; right:0; top:0; background:transparent url('img/featuredesigner.png') no-repeat center center; width:180px; height:180px; margin:0; padding:0; z-index:3; }
.new-feature:hover{ text-decoration:none; background:transparent url('img/featuredesigner.png') no-repeat center center; }
.alignCenter { text-align: center; position:relative; }
.alignCenter > div{ display: inline-block; }


/* table design */

.dzs-table-header{
	margin-left:293px;
}

.dzs-table-header .header{
	width:75px;
	text-align:center;
	background:#333;
	padding:20px 0;
	display:inline-block;
	font-size:12px;
	border-right:1px solid #444;    
	color: #fff;
}
.dzs-table-header .header:first-child{
	border-radius:5px 0 0 0;
}
.dzs-table-header .header:last-child{
	border-radius:0 5px 0 0;
	border-right:0;
}

table.dzs-table	{
	background: #eee;
	
    font-family: Verdana,Helvetica,sans-serif;
    color: #555;
    font-size: 14px;
	
	margin-bottom:20px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #fff;
	
	width:100%;
}
table.dzs-table	tr{
    text-align: center;
	background: -moz-linear-gradient(center top , #FBFBFB, #FAFAFA) repeat scroll 0 0 transparent;
}

table.dzs-table	tr:nth-child(even) { 
background: #f9f4f4; /* Old browsers */
background: -moz-linear-gradient(top, #f9f4f4 0%, #eaeaea 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f4f4), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F4F4', endColorstr='#EAEAEA',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, #f9f4f4 0%,#eaeaea 100%); /* W3C */
}

table.dzs-table	tr td{

    padding: 15px 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
table.dzs-table	tr td:first-child{
	width:250px;
}
.ok{
	width:30px;
	height:14px;
	background:url('../styleimg/okiconsmall.png') no-repeat center center;
}
.notok{
	width:30px;
	height:14px;
	background:url('../styleimg/xiconsmall.png') no-repeat center center;
}

.code {
  background: none repeat scroll 0 0 #FAFAFA;
  border: 1px solid #DDDDDD;
  font-size: 11px;
  margin: 10px 0;
  padding: 10px;
}
.code p {
  margin: 0;
}
.explanor-desc{
	position:absolute;
	width:100%;
	text-align:center;
	left:0;
}


hr{
	height:1px;
	background:rgba(0,0,0,0.3);
	border:0;
	overflow:hidden;
	display:block;
}

/* ie8 fixes */

.relative{
	position:relative;
	height:300px;
}






