@charset "utf-8";
/* CSS Document */

/* native selectors */
body {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
br 
{
	clear: both;
}
hr 
{
	border: none;
	border-top: 1px dashed #ccc;	
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
#site #content h1, #content h2, #site #content h3, #site #content h4  
{
	margin-bottom: 5px;
	font-weight: normal;
}
#site #content h1, #site #content h2
{
	font-weight: bold;
}
/* custom selectors */
#site #footer
{	
	font-size: .8em;
}
#site #footer ul li 
{
	border-right: 1px solid #ccc;
}
#site #footer ul li:last-child
{
	border: none;
}
#site #content ul 
{
	margin-left: 16px;	
	margin-bottom: 20px;
}
#site #header .navigation ul a:hover
{
	color: #06F;
}
#site #header .navigation ul a
{
	color: #003366;
}
#site #header .navigation ul
{
	padding-top: 10px;
	font-size: .85em;	
	font-weight: bold;
}
#site #header .navigation ul.main,
#site #header .navigation ul.login
{

}
#site #header .navigation ul.main li,
#site #header .navigation ul.login li
{
	border-right: 1px solid #ccc;
}
#site #header .navigation ul.main li:last-child,
#site #header .navigation ul.login li:last-child
{
	border: none;
}
#site #footer a
{
	color: #003366;
}
#site #header .navigation ul.login li
{
	padding: 0 3px 0 0px;
}
#site #header .navigation ul.login 
{
	margin-right: 10px;
}
#site a 
{
	color: #09F;
	text-decoration:none;
}
#site #header .logo-link
{	
	position: absolute;
	top: 8px;
	width: 100px;
	height: 50px;
}
#site form br {
	clear: left;
	margin-bottom: 10px;
	line-height: 10px;
}
#site form fieldset
{
	border: none;
	margin: 0;
	padding: 0;
}
#site #content .form_error
{
	background-color: #FFFFCC;
	
	background: #ffffcc url(/image/glyphish-icons/184-warning.png) no-repeat 10px 10px;
	
	border: 1px solid #FFCC33;
	padding: 10px;
	margin-bottom: 20px;
	font-weight: bold;
}
#site #content .form_error span
{
	padding-left: 30px;
}

#site #content .form_error ul
{
	margin: 10px 0 0 15px;
	padding: 0;
	font-weight: normal;
}
/***************/
#site form label,
#site form fieldset,
#site form legend
{
	border: none;
	margin: 0;
	padding: 0;
	display: block;
}
#site form fieldset 
{
	background-color: #999;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
#site form label
{
	padding: 5px;
}
#site form label.field-label
{
	width: 115px;
	border-top: 1px solid #ccc;
	overflow:hidden;
	height: 20px;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: right;
	white-space:nowrap;
}
#site form label.field-input
{
	margin-left: 125px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	clear: right;
}

#site form legend
{
	display: none;
}
#site form input[type=submit], 
#site form input[type=reset], 
#site form button
{
	padding: 5px 10px;
}
#site form input[type="file"]
{
	float: left;
	width: 250px;
}
#site form input[type="checkbox"]
{
	height: 18px;
}
#site form input[type="text"],
#site form input[type="password"], 
#site form textarea
{
	width: 250px;
}
#site form .fileInput
{
	float: left;
	width: 254px;
}
#site form textarea 
{
	height: 100px;
}
#site .latest-campaigns ul
{
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#site .latest-campaigns ul li
{
	display: block;
	margin-right: 10px;
	float: left;
}
#site .latest-campaigns ul li img
{
	border: 1px solid #ccc;
}
/* blog */

#site .blogpage .date
{
	color: #fff;
	padding: 5px;
	font-weight: bolder;
}
#site .blogpage .post
{
	margin-bottom: 10px;
}
/*blog*/
#site .blogpage .post
{
	border-top: 1px dashed #ccc;
	padding: 10px 0 10px 0;
	clear: both;
}
#site .blogpage span
{
	display: block;
}
#site #content .blogpage .title h2, 
#site #content .blogpage .title h1
{
	margin-top: 3px;
	margin-bottom: 10px;
	font-size: 1.6em;
	display:block;
}
#site .blogpage .title 
{
	display: block;
	float: left;
}
#site .blogpage .date-box
{
	margin-right: 5px;
	width: 50px;
	border: 1px solid #ccc;
	text-align: center;
	float: left;
	font-weight: bold;
}
#site .blogpage .date-box .month
{
	background-color:#09F;
	color: #fff;
	font-size: .9em;
}
/* homepage */

#site .homepage .banner
{
	height: 300px;
	width: 860px;
	position: relative;
	background: url(/image/homepage_banner.png) no-repeat left top;
}
#site .homepage .banner .signup-button
{
	width: 200px;
	height: 85px;
	position: absolute;
	top: 142px;
	right: 62px;
}
/* social icons */
/* div.socialMediaContainer{ padding-top:1em; margin-top:2em;  } */
#site #content div.socialMediaContainer ul li,
#site #content div.socialMediaContainer ul
{
	margin: 0px;
	padding: 0px;
	list-style:none;
}
#site #content div.socialMediaContainer ul li
{ 
	display:inline;
}
#site .blogpage span.hide 
{
	display: none;	
}
#site #socialBar
{
/*
	border-top: 2px solid #ccc;
	background-color: #eee;
*/
	padding-left: 3px;
}
#site .pricingpage .content
{
	margin-right: 5px;
}

#site .pricingpage .content h2
{
	text-align: center;
	color: white;
	padding: 5px;	
	background-color: #003366;
}
#site .qrcodeproductspage 
{
	overflow: auto;
}
/* checkout page */
#site .cartpage table
{
	border-collapse:collapse;	
	width: 100%;
}
#site .cartpage table td
{
	border-bottom: 1px dashed #ccc;
	padding: 10px;

}
#site .cartpage table th
{
	border: 1px solid #999;
	color: #fff;
	background-color: #666;
	font-size: 1.1em;
	padding: 5px 10px;
}

/*added*/
.mb10{margin-bottom: 10px}

.mt10{margin-top: 10px}
.mt20{margin-top: 20px}

.ml30{margin-left: 30px}
.ml5{margin-left: 5px}

.mr5{margin-right: 5px}
.mr10{margin-right: 10px}

.w70{width: 70px !important}

.analitics_table{
    border: 1px solid
}
.analitics_table_td{
    border: 1px solid;
    padding: 10px;
}
