﻿/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html{}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        /*


/* =Containers
--------------------------------------------------------------------------------*/
.main
{
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
.right {
    float: right !important;
}
.left {
    float: left !important;
}
/* =Grid >> Global
--------------------------------------------------------------------------------*/
.g70, .g140, .g210, .g280, .g350, .g420, .g490, .g560, .g630, .g700, .g770, .g840, .g910, .g980 {
	display: inline;
	float: left;
	margin-left:10px;
}

/* =Grid >> 14 Columns
--------------------------------------------------------------------------------*/
.g70{width:60px;}
.g140{width:130px;}
.g210{width:200px;}
.g280{width:270px;}
.g350{width:340px;}
.g420{width:410px;}
.g490{width:480px;}
.g560{width:550px;}
.g630{width:620px;}
.g700{width:690px;}
.g770{width:760px;}
.g840{width:830px;}
.g910{width:900px;}
.g980{width:970px;}


/* =Grid >> 14 Columns - no left margin
--------------------------------------------------------------------------------*/
.ml70{margin-left:80px;}
.ml140{margin-left:150px;}
.ml210{margin-left:220px;}
.ml280{margin-left:290px;}
.ml350{margin-left:360px;}
.ml420{margin-left:430px;}
.ml490{margin-left:500px;}
.ml560{margin-left:570px;}
.ml630{margin-left:640px;}
.ml700{margin-left:710px;}
.ml770{margin-left:780px;}
.ml840{margin-left:850px;}
.ml910{margin-left:920px;}
.ml980{margin-left:990px;}


.inside{margin-left:0;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
.dNon {
    display: none;
}
   .dxpcLite .dxpc-content, .dxdpLite .dxpc-content
   {
       padding:0 !important;
   }