/*
Theme Name: Enigma

Table of Contents:
	1 - General
	2 - Header
		2.1 - Navigation
	3 - Content
		3.1 - Posts
		3.2 - Lists
		3.3 - Tables
		3.4 - Buttons
		3.5 - Comments
		3.6 - Attachments
		3.7 - Long tail Feed
		3.8 - Social Buttons
		3.9 - Products
		3.10 - About us
		3.11 - Browser selectors
		3.12 - Plugins
		3.13 - Press
	4 - Sidebar
	5 - Footer
*/

/* ========== 1. General ==================================================== */

body {
	font-size: 75%; /* Resets to 12px */
	font-family: Tahoma, Verdana, Arial;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	width: 100%;
	font-weight: normal;
	/*line-height: 1.6em;*/
	overflow-y: scroll;
	}
h1 {
	font-weight: bold;
	margin: 10px 0 10px 0px;
	font-size: 20px;
	color: #003366;
	line-height: 24px;
	}
h2 {
	font-weight: bold;
	font-size: 17px;
	padding:0px;
	margin: 15px 0px 10px 0px;
	font-weight: bold;
	color: #003366;
	line-height: 24px;
	}
h3 {
	font-weight: bold;
	font-size: 15px;
	padding:0px;
	margin: 10px 0px 10px 0px;
	color: #003366;
	}
h4 {
	font-weight: bold;
	margin-bottom:20px;
	font-size: 14px;
	padding:0px;
	margin: 10px 0px 10px 0px;
	color: #003366;
	}
h1 a, h1 a:hover, h1 a:visited{
	text-decoration: none;
	color:#003366;
	}
h1 a:hover{
	color:#cc0000;
	}
h2 a, h2 a:hover, h2 a:visited, h3 a, h3 a:hover, h3 a:visited, cite{
	text-decoration: none;
	color:#000000;
	}
h2 a:hover, h1 a:hover, h3 a:hover {
	color:#cc0000;
	text-decoration: none;
	}
a{
	color:#003399;
	text-decoration: underline;
}
a:link {
	color: #0066cc;
}
a:visited {
	color: #743399;
}
a:active, a:hover {
	color: #ff4b33;
}
img{
	border: none;
}
td, th{
	vertical-align:top;
}
th{
	text-align:left;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	-webkit-text-size-adjust: 160%;
	}
blockquote {
	background-color:#f9f9f9;
	font-family: monospace, "Courier New";
	border: 1px dashed #2F6FAB;
	margin:15px 0px -3px 0px;
	padding: 7px 20px 10px 20px;
	color:#000000;
	font-size:12px;
	}
iframe{
	overflow:hidden;
	border:0px;
	}
div, form{
	border:0px;
	padding:0px;
}
input[type="text"], input[type="password"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	padding: 2px;
}
input, textarea {
	color: #333;
	font-size: 12px;
}
input[type=submit] {
	color: #333;
}
ul {
	list-style: square;
	padding-left: 10px;
	margin: 5px 5px 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 5px 5px 18px 1.5em;
}
ul ul,ol ol,ul ol,ol ul {
	margin-bottom: 0;
}
ol li{
	list-style: decimal outside;
	}
ol li ul li{
	list-style: disc outside;
	}
ul[type=circle] li{
	list-style: circle outside;
	}
table{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border-collapse: collapse;
	border-spacing: 0;
}
sup, sub {
	height: 0;
	line-height: 1;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
	font-family: "Courier 10 Pitch", Courier, monospace;
	-webkit-text-size-adjust: 140%;
}
abbr{
	border-bottom: 1px dotted #666;
	cursor: help;
}
ins {
	background: #ffc;
	text-decoration: none;
}
dt {
	font-weight: bold;
}
hr {
	border: 0;
	border-top:1px solid #777777; 
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
a img {
	border: none;
}

/* ========== 2. Header ===================================================== */

#access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
	margin: 0 0 0 0;
	width: 983px;
}
#wrapper {
	margin: 0px auto;
	background: #ffffff;
	padding: 0 0 10px 0;
}
#main {
	clear: both;
	overflow: hidden;
	margin-top: 200px;
	padding: 0px;
}
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#container {
	width: 100%
}
.ie6 #container {
	width:auto;
}
.ie #container {
	width:auto;
}
#content {
	float: left;
	width: 720px;
	margin-bottom: 12px;
	color: #000000;
	font-size: 12px;
}
#header {
	padding: 30px 0 0 0;
	position: absolute;
	top: 0px;
}
#enigma-logo{
	height: 85px;
	width: 276px;
	margin-top:-16px;
	background: url(images/main/logo.png) center left no-repeat;
}
#enigma-logo a {
	display: block;
	text-decoration: none;
	width: 276px;
	height: 85px;
	margin-top:-16px;
}
#enigma-link{
	position:absolute;
	display:block;
	height: 85px;
	width: 276px;
	top:12px;
	}
#header-links{
	position:absolute;
	top:10px;
	left:588px;
	width:380px;
	margin-left:15px;
	text-align:right;
	}
#header-links a{
	text-decoration:none;
	}
#language-selector{
	position:absolute;
	top:40px;
	margin-left:300px;
	width:680px;
	text-align:right;
	}
#language-selector ul{
	list-style-type: none;
	}	
#language-selector li{
	display:block;
	float:right;
	margin:0px;
	margin-right:5px;
	}
#path {
	clear: both;
	position: absolute;
	top:183px;
	padding-left:5px;
	font-size: 11px;
	color: #6A7684;
}
#path span{
	font-weight:bold;
}
#path a, #path span {
	margin-left:3px;
	margin-right:3px;
	color: #6A7684;
	text-decoration: none;
}
#path a:link {
	font-weight: normal;
	color: #6A7684;
	font-size: 11px;
	text-decoration: none;
}
#path a:hover {
	text-decoration: underline;
}
.search-box-top{
	position: absolute;
	margin-top:35px;
	margin-left:-10px;
	background: url('/images/main/sprites-main.png') -50px -50px;
	width:5px;
	border:0px solid red;
	width:245px;
	padding-left:10px;
	height:18px;
	}
.search-box-top .text{
	width:223px;
	border:0px;
	border-top:1px solid #404040;
	height:13px;
	position:absolute;
	margin:0px;
	line-height: normal;
	}
.opera .search-box-top .text{
	height:18px;
	}	
.search-box-top .submit{
	background: url('/images/main/sprites-main.png') -100px -50px;
	width:18px;
	height:18px;
	border:1px;
	float:right;
	}
.ie7 .search-box-top .submit{
	border:0px;
	}
.header-login{
	background-color: #DBE5ED;
	padding-left:40px;
	width:310px;
	height:33px;
	padding-top:2px;
	border-radius:0px 0px 4px 4px;
	margin-top:-10px;
	margin-left:10px;
	padding-left:10px;
	text-align:left;
	float:right;
	}
.header-user-help{
	color:#000000;
	background: url('/images/main/login.png') no-repeat 12px -50px;
	padding-left:35px;
	margin-right:10px;
	margin-left:5px;
	display:block;
	float:right;
	height:17px;
	}
.header-user-logout{
	color:#000000;
	background: url('/images/main/login.png') no-repeat 12px -100px;
	padding-left:35px;
	margin-right:10px;
	display:block;
	float:right;
	height:17px;
	}
.et_languages_bar{
	float:right;
	margin-left:5px;
	margin-top:1px;
	}

/* ========== 2.1 Navigation ================================================ */

#search-top {
	position: absolute;
	z-index: 20;
	top: -23px;
	right: 3px;
	width:250px;
	clear:both;
}
#access {
	display: block;
	margin: 25px auto;
	width: 983px;
	height: 65px;
	position: absolute;
}
#access .menu-header{
	overflow: hidden;
}
#access .menu-header ul{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 42px;
	font: bold 13px Arial;
	background: #FFF url(images/main/sprite-nav.png) 0px 5px no-repeat;
	list-style-type: none;
}
#access .menu-header ul li{
	display: inline;
	float: left;
	padding: 5px 0 0 0;
}
.ie6 #access .menu-header ul li{
	display: block;
	white-space: nowrap;
	width:100px;
}
#access .menu-header ul li a{
	color: #FFF;
	display: block;
	padding: 10px 26px 0 26px; 
	height: 27px;
	text-decoration: none;
	background: url(images/main/sprite-nav.png) no-repeat 0px -37px;
}
#access .menu-header ul li:first-child a{
	background: none;
}
#access .current-menu-item, #access .current-page-parent { 
	background: url(images/main/sprite-nav.png) no-repeat 0px -73px;	
	/*background-color:#63A5D3;*/
	border-radius:4px 4px 0px 0px;
	}
#access .current-menu-item span {
	background: url(images/pages/tab-right.png) no-repeat top right;
	padding-right:5px;
	}
#access .sub-menu .current-menu-item { background: none; }
#access .current-menu-item a, #access .current-page-parent a {
	background: none !important;
	color: #FFF;
}
#access .current-menu-item span, #access .current-page-parent span {
	display: block;
	padding-top: 5px;
	margin-top: -5px;
}
#access .menu-header ul li a:hover, #access .menu-header ul li .current{
	text-decoration:none;
	color:#7abefd;
}
#access .menu-header .sub-menu, #access .sub-menu-empty {
	position: absolute;
	z-index: 6;
	left: 0;
	top: 42px;
	width: 100%;
	height: 23px;
	margin: 0px;
	padding: 0px;
	background: #63a5d4;
	visibility: hidden;
	list-style-type: none;
	border-bottom: 10px solid #FFF;
}
.ie6 #access .sub-menu {
	width:983px;
}
#access .menu-header .sub-menu li {
	margin: 0px;
	padding: 0px    
}
#access .current-menu-item .sub-menu {
	visibility: visible;
}
#access .menu-header .sub-menu a {
	margin: 0px;
	padding: 3px 15px 1px 15px;
	height: 19px;
	background: none;
	font-weight: normal;
}
.ie6 #access .menu-header .sub-menu a {
	float:left;
	display: block;
	white-space: nowrap;
	width:10px;
}
#access .menu-header .sub-menu a:hover{
	color:#c5dbe9;
}
#access .sub-menu-empty {
	visibility: visible;
	height: 13px;
	z-index: 5;
	border-bottom: none;
}
#access .sub-menu .current-menu-item a {
	text-decoration:underline;
	}

/* ========== 3. Content ==================================================== */

.page, .post{
	font-size: 12px;
	}
.full-width {
	width: 983px !important;
}
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
.clear {
	visibility: hidden;
	border: none;
	clear: both;
	margin: 0px;
	padding: 0px;
}
.right {
	float: right;
}
.left {
	float: left;
}
.letters-decoration{
	text-shadow: -1px 0 #333333, 0 1px #333333, 1px 0 #333333, 0 -1px #333333;
	}
.technicalreport{
	margin-bottom:10px !important;
	}
.languages a{
	font-weight:normal;
	margin-right:6px;
	}
.paging{
	text-align:center;
	margin:10px 0px 10px 0px;
	}
.paging span{
	font-weight:bold;
	}
.page-selected{
	font-weight:bold;
	}
#content .post {
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
#content .page {
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
#content ul, #content ol {
	margin-bottom:15px;
}
#content p, #content dd, #content pre, #content hr {
	margin-top:5px;
	margin-bottom:10px;
}
#content ul ul, #content ol ol, #content ul ol, #content ol ul {
	margin-bottom: 0;
}
#content .featured {
	background-color: #fffae2;
}
#content .featured-image-placeholder {
	float: left;
	display: block;
	width: 200px;
	height: 100px;
	border: 1px solid #0b3c6b;
	overflow: hidden;
	margin: 3px 10px 5px 0px;
}
#content .content-block {
	border:1px solid #c0ccd9;
	margin: 0px 0px;
	line-height: 18px;
}
.block-h3{
	border-bottom:1px solid #C0CCD9;
	padding:6px 10px 6px 10px;
	margin:0px;
	font-size:13px;
	}
#content .content-block-header {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px 0 0 10px;
	margin: 0px;
}
#content .entry-title {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
	color:#003366;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
#content img {
	max-width: 983px;
}		
#content .attachment img {
	max-width: 983px;
}
#content .alignleft, #content img.alignleft {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}
#content .alignright, #content img.alignright {
	display: inline;
	float: right;
	margin-left: 10px;
	margin-top: 4px;
}
#content .aligncenter, #content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft, #content img.alignright, #content img.aligncenter {
	margin-bottom: 5px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#access, .entry-meta, .entry-utility, .navigation, .widget-area {
	-webkit-text-size-adjust: 120%;
	}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.on-move-content{
	display: none;
	}
.on-move-link:hover .on-move-content{
	display: block;
	position:absolute;
	width:400px;
	border:1px solid #777777;
	background-color:#fffae2;
	color:#000000;
	padding:10px;
	font-weight:normal;
	font-size:11px;
	z-index:999;
	}
.questionmark{
	background-color:#000000;
	color:#ffffff;
	padding:0px 5px 0px 5px;
	border-radius:3px;
	}
.yellow-block{
	background-color:#fffae2;
	border:1px solid #c0ccd9;
	margin-bottom:7px;
	padding:10px;
	}
.yellow-block-left{
	float:left;
	width:380px;
	}
.error{
	padding:12px;
	color:#000000;
	margin:10px 0px 10px 0px;
	border:1px solid #ff0000;
	font-size:12px;
}
.error span{
	color:#ff0000;
	font-weight:bold;
	font-size:12px;
}
.alert{
	font-weight:bold;
	margin-top:10px;
}
.top_stats-1{
	padding:0px 5px 0px 0px;
	font-size:11px;
	height:22px;
	overflow:hidden;
}
.top_stats-2{
	font-size:11px;	
	padding:5px 5px 10px 0px;
}
.top_stats-1 a, .top_stats-2 a{
	font-size:11px;
}
	
/* ========== 3.1 Posts ===================================================== */

.post ul{
	margin-left:15px;
	}
.article-ratings{
	width:370px;
	float:right;
	text-align:right;
	}
.article-ratings span{
	float:left;
	}
.after-h1{
	margin-top:-35px;
	height:35px;
	margin-left:500px;
	text-align:right;
	}
.after-h1 a{
	text-decoration:none;
	font-weight:bold;
	margin-left:15px;
	color:#003399;
	font-size:11px;
	padding-bottom:5px;
	}
.entry-title a:link,
.entry-title a:visited {
	color: #003366;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	color: #ff4b33;
}
.entry-meta{
	height:30px;
	color: #888;
	font-size: 12px;
}
.entry-meta abbr, .entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover, .entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-utility {
	text-align: left;
	clear: both;
	color: #888;
	font-size: 11px;
	line-height: 18px;
}
.entry-meta a, .entry-utility a {
	color: #003399;
	text-decoration: none;
}
.entry-meta a:hover, .entry-utility a:hover {
	color: #ff4b33;
}
.article-meta-virtual{
	position:absolute;
	top:250px;
	width:700px;	
	line-height:24px;
	}
.article-meta-virtual-page{
	position:absolute;
	top:240px;
	padding:0px 10px 0px 10px;
	width:962px;
	}
.article-meta-virtual-lp{
	margin-top:10px;
	margin-bottom:10px;
	}
.entry-content h2{
	margin: 15px 0px 5px 0px;
	}
.entry-content h3{
	margin: 10px 0px 0px 0px;
	}
.entry-content h4{
	margin: 10px 0px 0px 0px;
	}	
.entry-content ol, .entry-content ul{
	margin-left:2px !important;
	margin-top:15px;
	padding-left:25px;
	}
.entry-content ol li, .entry-content ul li{
	position: relative;
	left: 15px;
	padding-right: 1em;
	margin-bottom:5px;
	}
.entry-content, .entry-summary {
	font-size: 12px;
	line-height: 16px;
	clear: both;
	padding: 5px 0px 0px 0px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup, .entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.entry-content ul{
	margin-left:20px;
	}
.entry-content ul{
	margin-top:10px;
	}
.img-a{
	float:left;
	width:180px;
	height:100px;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:5px;
	border:1px solid #003366
	}
.img-img{
	max-width:180px !important;
	}
.post-list{
	border-bottom: 1px dotted #c0ccd9;
	}
.zoomlink img, .first-zoomlink img{
	max-width:180px;
	border:1px solid #c0ccd9;
	display:block;
	}
.first-zoomlink{
	float:left;
	margin:0px 10px 5px 0px;
	overflow:hidden;
	text-decoration:none;
	padding-bottom:16px;
	}
.zoomlink{
	overflow:hidden;
	float:left;
	margin:0px 6px 6px 0px;
	}
#content .page h2 {
	border-bottom: 1px solid #CCC;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.scorecard-table td{
	padding:0px 10px 0px 10px;
	}
.change-green{
	color:#33CC33;
	text-align:right;
	}
.change-red{
	color:#FF3300;
	text-align:right;
	}
.change-grey{
	text-align:right;
	}
.change-green-icon{
	float:right;
	width:8px; height:5px;
	margin:5px 0px 0px 5px;
	background: url('/images/main/sprites-main.png') -350px -50px;
	}
.change-red-icon{
	float:right;
	width:8px; height:5px;
	margin:5px 0px 0px 5px;
	background: url('/images/main/sprites-main.png') -450px -50px;
	}
.change-grey-icon{
	float:right;
	width:8px; height:5px;
	margin:5px 0px 0px 5px;
	background: url('/images/main/sprites-main.png') 0px -100px;
	}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
.h1-single {
	padding-bottom:5px;
	font-size: 20px;
	margin-top:10px;
}
.more-videos{
	background: url('/wp-content/themes/default/images/pages/more-videos.jpg') no-repeat 0% 50%;
	padding-left:25px;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin:10px 0px 0px 0px !important;
	padding: 0px 5px 3px 5px;
	}

/* ========== 3.2 Lists ===================================================== */

.post-list-bullets li{
	background: url('/images/pages/bullet-products.png') no-repeat left center;
	list-style-type: none;
	padding-left:15px;
	}
.virtual-tab h2{
	margin:0px 10px 10px 0px;
}
.virtual-tab{
	padding:20px;
	clear:both;
}
.virtual-tab h3{
	font-size:15px;
	color:#003366;
}
.list-tick{
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
.list-tick li{
	background: transparent url('/images/main/sprites-main.png') no-repeat -450px -345px;
	padding: 4px 0 4px 30px;
	margin: 3px 0 3px 0px;
}

/* ========== 3.3 Tables ==================================================== */

.comparison-table{
	border-top:1px solid #c0ccd9;
	border-left:1px solid #c0ccd9;
	width:100%;
}
.comparison-table th, .comparison-table td{
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
	text-align:center;
	padding-left:10px;
	border-right:1px solid #c0ccd9;
	border-bottom:1px solid #c0ccd9;
}
.comparison-table th{
	background-color:#e3edf7;
}
.comparison-table .grey td{
	background-color:#f3f7fa;
}
.comparison-table .data3{
	background-color:#fff799;
}
.comparison-table .grey .data2{
	background-color:#ffffcc;
}
.top_10{
	width:100%;
	border: 1px solid #C0CCD9;
	font-size:11px;
	background-color:#ffffff;
	}
.top_10 .nr2{
	background-color:#f3f7fa;
	}
.top_10 a{
	text-decoration:none;
	}
.top_10 td, .top_10 th{
	padding:6px 2px 6px 2px;
	text-align:center;
	}
.top_10 th{
	font-weight:normal;
	color:#003399;
	border-bottom: 1px solid #C0CCD9;
	}
.text-blue .input {
	border: 1px solid #999999;
	color: #000000;
	font-size: 12px;
	width: 99%;
}
.text-blue input {
	color: #FFFFFF;
}
.block-triangle {
	font-size: 12px;
	border: 1px solid #c0ccd9;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.block-triangle .text-blue{
	margin: 0px;
	padding: 11px;
	border: none;
	background-color:#f2f5f9;	
}
.block-triangle h2{
	margin: 0px;
	height: 25px;
	color: #003366;
	border-bottom: 1px solid #c0ccd9;
	background-color: #e3edf7;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0 0 11px;
}

/* ========== 3.4 Buttons =================================================== */

.download-main{
	display:block;
	background-color:#F04423;
	width:584px;
	height:69px;
	margin:15px 0px 15px 0px;
	padding: 8px 10px 0px 90px;
	overflow:hidden;
	font-size:20px;
	color:#ffffff;
	text-decoration:none;
	line-height:32px;
	font-weight:bold;
	}
.download-main .animation{
	position:absolute;
	display:block;
	width:63px;
	height:77px;
	background: url('/images/main/button-download-anim-red.gif') no-repeat 0px 0px; 
	margin-top:-8px;
	margin-left:-78px;
	}
.button-bhome{
	background-color:#339900;
	padding:12px 0px 0px 20px;
	margin:10px 0px 0px 400px;
	display:block;
	width:280px;
	height:35px;
	overflow:hidden;
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	clear:both;
	}
.button-big{
	background-color:#339900;
	padding:12px 20px 0px 20px;
	display:block;
	width:280px;
	height:35px;
	overflow:hidden;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	}
.button-lighter{
	background:#FF6633;
	text-decoration:none;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	padding-top:10px;
	width:120px;
	height:30px;
	display:block;
	text-align:center;
	}
.button-light{
	background:#CC3300;
	display:block;
	width:190px;
	height:30px;
	padding-top:10px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	text-align:center;
	}
.button-lighter-small{
	background:#FF6633;
	text-decoration:none;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top:6px;
	width:110px;
	height:24px;
	display:block;
	text-align:center;
	}
.small-button {
	cursor: pointer;
	background:#094373;
	height: 23px;
	width: 76px;
	border: 0px;
	margin-bottom: 5px;
	color: white !important;
	font-size: 11px;
	font-weight: bold;
	font-family: Tahoma;
}

/* ========== 3.5 Comments ================================================== */

#commentform textarea {
	width: 99%;
	height:100px;
	padding: 4px;
	}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #ff4b33;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #ff4b33;
}
#comments {
	clear: both;
	border:1px solid #c0ccd9;
	margin-top:12px;
	padding:0px 12px 12px 12px;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	line-height: 18px;
	margin: 0 0 0px 0;
	padding: 10px 10px 0px 10px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
	
/* ========== 3.6 Attachments =============================================== */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}

/* ========== 3.7 Long tail Feed ============================================ */

.images-controlls{
	margin-bottom:-10px;
	position:absolute;
	width:697px;
	}
.ie .images-controlls{
	}
.scroll-left{
	float:right;
	display:block;
	width:32px;
	height:24px;
	margin-top:1px;
	background: url('/images/main/sprites-main.png') -200px 0px;
	}
.scroll-right{
	float:right;
	display:block;
	width:26px;
	height:24px;
	margin-left:5px;
	margin-top:1px;
	margin-right:1px;
	background: url('/images/main/sprites-main.png') -150px 0px;
	}
.top_table{
	border-top:1px solid #c0ccd9;
	border-left:1px solid #c0ccd9;
	border-bottom:1px solid #c0ccd9;
	width: 100%;
	background-color:#ffffff;
}
.top_table th {
	padding: 7px 5px 7px 15px;
	border-right:1px solid #c0ccd9;
	border-bottom:1px solid #c0ccd9;
	background:#e3edf7;
	vertical-align:top;
}
.top_table td {
	padding: 7px 5px 7px 15px;
	vertical-align:top;
	background-color:#f3f7fa;
	border-right:1px solid #c0ccd9;
}
.top_table .td2 td {
	background-color:#ffffff;
}
.diff_rows tr:nth-child(2n){
	background:#F3F7FA;
	}
.list_item {
	padding-left: 15px;
	padding-bottom: 2px;
}
.app_icon_bad {
	background: url(/images/pages/icon-app-bad-small.png) 0px 2px no-repeat transparent;
}
.app_icon_good {
	background: url(/images/pages/icon-app-good-small.png) 0px 2px no-repeat transparent;
}
.app_icon_unknown {
	background: url(/images/pages/icon-app-unknown-small.png) 0px 2px no-repeat transparent;
}
.technical_details {
	margin-left: 0px;
	margin-top: 15px;
}
.technical_details li {
	margin-top: 8px;
}
.list-arrow {
	background: url(/images/pages/arrow.gif) 0px 5px no-repeat;
	padding-left: 12px;
	display: block;
	margin-bottom: 0px;
}
.feed_file {
	background: url(/images/pages/icon-feed-file.png) no-repeat left;
	padding: 5px 0px 7px 37px;
}
.feed_statistics {
	background: url(/images/pages/icon-statistics.png) no-repeat left;
	padding: 5px 0px 7px 37px;
}
.feed_registry {
	background: url(/images/pages/icon-feed-registry.png) no-repeat left;
	padding: 7px 0px 4px 37px;
}
.feed_images {
	background: url(/images/pages/icon-visuals.png) no-repeat left;
	padding: 2px 0px 3px 37px;
}
.feed_info {
	background: url(/images/pages/icon-feed-info.png) no-repeat left;
	padding: 5px 0px 8px 37px;
}
.detected-title{
	margin-top:15px;
	margin-bottom:5px;
	font-weight:bold;
	}
.images-block{
	border:1px solid #c0ccd9;
	background-color:#edf2f6;
	padding:0px;
	text-align:center;
	width:100%;
	overflow:hidden;
	}
.images-block div{
	margin-top:30px;
	padding-left:40px;
	}
.images-block a{
	margin-right:40px;
	}
.registry-list{
	margin-left:15px;
	}
.registry-list div{
	min-height:20px;
	padding-top:5px;
	line-height:13px;
	margin-left:15px;
	/*background: url('/images/pages/bullet-products.png') no-repeat left center;
	padding-left:13px;*/
	}
.registry-list .registry-title{
	padding-left:13px;
	background: url('/images/pages/bullet-products.png') no-repeat left center;
	}	
.reg0{
	padding-left:60px;
	background: url('images/pages/reg3.png') 35px -7px no-repeat;
	}	
.reg1{
	padding-left:60px;
	background: url('images/pages/reg1.png') 35px 13px no-repeat;
	}
.reg2{
	padding-left:60px;
	background: url('images/pages/reg2.png') 35px -8px no-repeat;
	}
.reg3{
	padding-left:60px;
	background: url('images/pages/reg3.png') 35px -7px no-repeat;
	}

/* ========== 3.8 Social Buttons ============================================ */

.twitter_button iframe{ margin-left:-38px; }
.twitter_button_non_en iframe{ margin-left:-50px; }
.facebook_button iframe{
	opacity:0.01;
	filter:alpha(opacity=1);
	}
.google_button div{
	overflow:hidden;
	opacity:0.01;
	filter:alpha(opacity=1);
	}
.social-number{
	width:21px;
	height:20px;
	position:absolute;
	background: url('/wp-content/plugins/social-buttons/social-icons-sprites.png') 0px -140px;
	color:#555555;
	text-align:center;
	padding-left:5px;
	line-height:20px;
	}
.greyscale{
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
	}
	
/* ========== 3.9 Products ================================================== */

#jump-to-key-features {
	margin: 0 20px 20px 0;
	font-size: 12px;
	float: right;
	height: 20px;
	background: transparent url(images/main/sprite-icons.png) no-repeat right -120px;
	padding: 0px 45px 0 0;
	color: #003366;
	text-decoration: none;
}
#jump-to-key-features:hover {
	text-decoration: underline;
}
#key-features .column {
	float: left;
	width: 265px;
	padding-left: 55px;
	padding-top: 5px;
}
#key-features .column_group {
	float: left;
	width: 320px;
}
.page-tabs-navigation {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #c0ccd9;
}
.page-tabs-navigation ul {
	list-style-type: none;
	margin-top:0px;
	margin-bottom:0px;
}
.page-tabs-navigation ul li {
	display: inline;
}
.page-tabs-navigation li a {
	display: block;
	float: left;
	font-size: 13px;
	color: #587a9c;
	font-weight: bold;
	padding: 7px 15px 7px 15px;
	text-decoration: none;
}
.page-tabs-navigation.ptn-big li a {	//border:1px solid red;
	display: block;
	float: left;
	font-size: 15px;
	color: #587a9c;
	font-weight: bold;
	padding: 9px 15px 9px 15px;
	text-decoration: none;
}
.page-tabs-navigation li a:hover {
	color: #003366;
}
.page-tabs-navigation li.active a {
	color: #003366;
	padding: 7px 15px 0px 15px;
}
.page-tabs-navigation.ptn-big li.active a {
	padding: 9px 15px 0px 15px;
}
.page-tabs-navigation.ptn-dark.ptn-big li.active a span  {
	display: block;
	width: 24px;
	height: 12px;
	position: relative;
	top: -2px;
	left: 40%;
	background: #FFF url('/images/main/arrow-transp-big.png') no-repeat 0px 0px;
}
.page-tabs-navigation.ptn-light.ptn-small li.active a span {
	display: block;
	width: 15px;
	height: 9px;
	position: relative;
	top: -1px;
	left: 40%;
	background: #FFF url(images/main/sprite-icons.png) no-repeat -26px 0px;
}
.page-tabs-navigation.ptn-dark.ptn-small li.active a span, .page-tabs-navigation.ptn-dark.ptn-small2 li.active a span {
	display: block;
	width: 15px;
	height: 9px;
	font-size:2px;
	position: relative;
	top: -1px;
	left: 40%;
	background: #FFF url('/images/main/arrow-transp.png') no-repeat 0px 0px; 
}
.page-tabs-navigation.ptn-dark.ptn-small2 li.active a span { top: 1px; }
.page-tabs-container {
	overflow: hidden;
	clear: both;
	position: relative;
	margin: 0px;
}
.ptc-wide { width: 981px; }
.ptc-narrow { 
	width: 304px;
	border: 1px solid #c0ccd9;
	margin-bottom: 10px;
	padding: 0px;
}
.ptn-light { background-color: #f3f7fa; }
.ptn-dark { background-color: #e3edf7; }
.ptn-small, .ptn-small2 { 
	height: 32px; 
	}
.ptn-small ul, .ptn-small2 ul { height: 32px; }
.ptn-big { height: 36px; }
.ptn-big ul { height: 36px; }
.page-tabs {
	padding: 15px 0 20px 15px;
	font-size: 12px;
	line-height: 15px;
	position: relative;
	width: 3100px;
}
.pts-wide {
	width: 3920px;
}
.page-tabs h3 {
	color: #000;
	font-size: 13px;
}
.page-tabs ul {
	list-style-type: none;
	padding: 0px;
}
.page-tabs li {
	background: transparent url(images/main/sprite-icons.png) no-repeat 0px -70px;
	padding: 0 0 10px 45px;
	margin: 8px 0 8px 0px;
	width: 400px;
}
.page-tabs li h3 { margin: 0px; }
.page-tabs li strong { color: #003366; }
.page-tab {
	position: relative;
	float: left;
	width: 720px;
	min-height: 200px;
	display: block;
}
.page-tab h2{
	margin:0px 10px 10px 0px;
}
.compare-title{
	font-weight:bold;
	color:#003366;
	font-size:18px;
	text-decoration: none;
	}
.compare-banner-title{
	color:#ffffff;
	font-size:30px;
	padding-top:30px;
	margin-left:570px;
	font-family:arial;
	line-height:30px;
	}
.compare-banner-text{
	color:#ffffff;
	font-size:17px;
	margin-top:18px;
	margin-left:570px;
	height:110px;
	font-family:arial;
	}
.compare-banner-link{
	position:absolute;
	margin-top:200px;
	margin-left:740px;
	padding-top:10px;
	display:block;
	width:220px;
	height:30px;
	text-align:center;
	font-size:15px;
	color:#ffffff;
	background-color:#aca604;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
	}
.compare-small-box{
	margin-right:10px;
	border:1px solid #c0ccd9;
	background-color:#f3f7fa;
	margin-bottom:10px;
	}
.compare-price{
	font-size: 20px;
	color: #003399;
	padding-top:12px;
	padding-left:157px;
	}
.compare-buy-block{
	height:42px;
	float:left;
	width:150px;
	background: #e3edf7 url('/images/pages/compare-tri-blue.png') no-repeat top right;
	}
.compare-block-list{
	margin:0px 10px 0px 0px;
}	
.compare-block-list li{
	margin:0px;
	padding:2px;
	padding-left:15px;
	list-style-type: none;
	background: url('/images/pages/compare-bullet.png') no-repeat left center;
	margin-left:0px;
}
.page-header {
	display: block;
	background: #FFF url(images/pages/aboutus/header_fade.png) no-repeat bottom left;
	height: 280px;
	border-bottom: 1px solid #c0ccd9;
}
.page-header-text {
	color: #003366;
	font-weight: bold;
	float: right;
	width: 580px;
	font-size: 13px;
	padding: 18px 0 0 0;
}
.page-header-text h1 {
	font-size: 24px;
	margin: 0px;
}
.page-header-text h2 {
	font-size: 18px;
	color: #2c75a9;
}
.page-header-text ul {
	width: 550px;
	list-style-type: none;
	margin-left:0px;
	padding-left:0px;
}
.page-header-text li {
	background: transparent url('/images/main/sprites-main.png') no-repeat -450px -345px;
	padding: 4px 0 4px 30px;
	margin: 3px 0 3px 0px;
}
.page-header-text li span{
	color:#cf003b;
}
.bw-link {
	margin: 0px;
	cursor: pointer;
	float: left;
	display: block;
	width: 222px;
	color: #ffffff;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	padding: 9px 0 5px 0;
}
.bw-link a{
	color: #FFF;
	font-size: 14px;
	padding: 0 0 5px 0;
	text-decoration:none;
}
.bw-link .on{
	color:#7f9ab4;
}
.green-yes{
	padding-left:45px;
	margin-bottom:15px;
	background: url('images/pages/yes-green.jpg') no-repeat 10px 0px;
	}
.product_entry {
	width: 446px;
	padding:15px;
	padding-bottom:25px;
	float: left;
	margin-bottom:8px;
}
.product_entry h2 {
	font-weight: bold;
	font-size: 21px;
	margin-bottom: 4px;
}
.margin_right_prod_entry {
	margin-right: 8px;
}
.product_entry p {
	margin-top: 67px;
}
.product_entry .desc {
	color:#666666;
	font-size:13px;
	font-weight: bold;
	margin-bottom: 5px;
}
.product_entry .text {
	margin-top:10px;
}
.product_entry .subtitle {
	font-size:15px;
	font-weight: bold;
}
.product_entry .text_box{
	margin-left:120px;
}
.product_entry .image-box {
	float: left;
}
.highlight-block2 h3 { 
	font-size: 13px; 
}
.highlight-block2 {
	border: 1px solid #C0CCD9;
	margin: 0 0 15px;
	padding: 10px 10px 10px 10px;
	width: 355px;
	text-align: left;
}
.highlight-block2 span {
	background: url("/wp-content/themes/default/images/main/sprite-icons.png") no-repeat scroll -26px -18px transparent;
	display: block;
	height: 9px;
	left: 22px;
	position: relative;
	top: -9px;
	width: 15px;
}
.highlight-block {
	width: 358px;
	border: 1px solid #c0ccd9;
	padding: 0px 10px 10px 10px;
	margin: 0 0 15px 0; 
}
.highlight-block span {
	display: block;
	width: 15px;
	height: 9px;
	position: relative;
	top: -9px;
	left: 22px;
	background: url(images/main/sprite-icons.png) no-repeat -26px -18px;
}
.feat { 
	padding: 0 0 0 45px; 
	}
.feat h3 { 
	float:left; 
	margin-top:0px;
	}
.feat .key-features { 
	display: block;
	background: transparent url(images/main/sprite-icons.png) no-repeat right 0px;
	width: 17px;
	height: 10px;
	float: left;
	margin: 5px 0 0 10px;
	text-decoration: none;
}
.misc-ul li{
	margin: 8px 0;
	padding: 0 0 10px 45px;
	width: 360px;
}
.pt-wide {
	width: 965px;
	padding: 0 15px 15px 0;
}
.border-top {
	border-top: 1px solid #c0ccd9;
}
.w400 { width: 400px; }
.product-header h1 {
	margin-top: 50px;
}

/* ========== 3.10 About us ================================================= */

#aboutus-header {
	height:204px;
	width:982px;
	background: url('/wp-content/themes/default/images/pages/aboutus/globeinhands.jpg') no-repeat top left;
	margin-bottom:10px;
}
#aboutus-inner {
	padding-left:33px;
	padding-top:20px;
	padding-right:420px;
	height:169px;
	color:#003366;
	line-height:15px;
}
#aboutus-inner h1 {
	font-family:tahoma;
	font-size:24px;
	font-weight:bold;
	color:#003366;
	margin-bottom:5px;
}
#aboutus-inner h2 {
	margin-bottom:15px;
	font-family:tahoma;
	font-size:18px;
	font-weight:bold;
	color:#2c75a9;
	margin-top:5px;
}

/* ========== 3.11 - Browser selectors ====================================== */

.browser-firefox, .browser-chrome, .browser-safari{
	display:none;
	}
.browser-ie{
	display:block;
	}
.gecko .browser-ie, .gecko .browser-chrome, .gecko .browser-safari{
	display:none;
	}
.gecko .browser-firefox{
	display:block;
	}
.chrome .browser-ie, .chrome .browser-firefox, .chrome .browser-safari{
	display:none;
	}
.chrome .browser-chrome{
	display:block;
	}
.safari .browser-ie, .safari .browser-firefox, .safari .browser-chrome{
	display:none;
	}
.safari .browser-safari{
	display:block;
	}

/* ========== 3.12 - Plugins ================================================ */

#bsbm_form { clear:both; margin:5px 0; }
#bsbm_form label { font-size: 16px; font-weight:bold; color: #999; margin:0; padding:0px;}
#bsbm_form .question { font-size: 12px; font-weight:normal; margin:0; padding:0px 0;color:#777777; }
#bsbm_form .answer { font-size: 12px; font-weight:normal; }
#bsbm_form .notice { font-size: 11px; font-weight:normal;margin-top:5px;}

/* ========== 3.13 - Press ================================================== */

table.press-list{
	border-collapse:separate;
	border-spacing:19px;
	margin-left:-19px;
}
.press-h3{
	color:#EE3B25;
	margin:10px 0px 0px 0px !important;
	text-transform: uppercase;
}
table.press-list a, .press-link{
	color:#3C9ACE !important;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
table.press-list a:hover{
	text-decoration:underline;
}
table.press-list > tbody > tr > td:first-child{
	width:215px;
	height:80px;
	border:2px solid #C0CCD9;
	background-repeat: no-repeat;
	background-position: center center;	
	text-align:center;
	vertical-align:middle;
}
.cnet{background-image: url('/images/pages/press/cnet.png');}
.cnn{background-image: url('/images/pages/press/cnn.png');}
.crn{background-image: url('/images/pages/press/crn.png');}
.darkReading{background-image: url('/images/pages/press/darkReading.png');}
.ecommerceTimes{background-image: url('/images/pages/press/ecommerceTimes.png');}
.ESJ{background-image: url('/images/pages/press/ESJ.png');}
.fastCompany{background-image: url('/images/pages/press/fastCompany.png');}
.forbes{background-image: url('/images/pages/press/forbes.png');}
.infoSecurity{background-image: url('/images/pages/press/infoSecurity.png');}
.infoWorld{background-image: url('/images/pages/press/infoWorld.png');}
.investors{background-image: url('/images/pages/press/investors.png');}
.islandCrisis{background-image: url('/images/pages/press/islandCrisis.png');}
.O2KuTVHD{background-image: url('/images/pages/press/O2KuTVHD.png');}
.opswat{background-image: url('/images/pages/press/opswat.png');}
.pcWorld{background-image: url('/images/pages/press/pcWorld.png');}
.readWrite{background-image: url('/images/pages/press/readWrite.png');}
.techWorld{background-image: url('/images/pages/press/techWorld.png');}
.theLastWatchdog{background-image: url('/images/pages/press/theLastWatchdog.png');}
.theRedFerret{background-image: url('/images/pages/press/theRedFerret.png');}
.upi{background-image: url('/images/pages/press/upi.png');}
.usaTodayTech{background-image: url('/images/pages/press/usaTodayTech.png');}
.westCoastLabs{background-image: url('/images/pages/press/westCoastLabs.png');}
.wsj{background-image: url('/images/pages/press/wsj.png');}
.zdNet{background-image: url('/images/pages/press/zdNet.png');}

/* ========== 4. Sidebar ==================================================== */

#primary, #secondary {
	float: right;
	overflow: hidden;
	width:257px;
}
#secondary {
	clear: right;
}
.sidebar{
	line-height:15px;
	}
.right-block {
	font-size: 11px;
	border: 1px solid #c0ccd9;
	margin: 0 0 6px 0;
}
.right-block h3 {	
	margin:0px;
	color: #003366;
	border-bottom: 1px solid #c0ccd9;
	background-color: #e3edf7;
	font-size: 13px;
	padding: 10px 0 10px 8px;	
	font-family:Arial;
}
.right-block .right-block-content{
	padding: 7px 7px 4px 7px;
}
.right-block .right-block-content .list {
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0 -7px 0 -7px;
}
.right-block .right-block-content .list li{
	border-top: 1px dotted #c0ccd9;
	background: url('/images/main/sprites-main.png') no-repeat -440px -290px;
	padding: 4px 5px 3px 24px;
}
.right-block .right-block-content .list li.first {
	border: none;
	margin-top: -5px; 
}
.right-block .right-block-bottom {
	border-top: 1px solid #c0ccd9;
	background-color: #e3edf7;
	text-align: right;
	padding: 4px 5px 0 0;
	height: 18px;
}
.right-block  a{
	color:#003399;
	text-decoration:none;
	font-size:12px;
}
.right-block  a:hover{
	color:#5BA9D0;
}
.table-social-sidebar td{
	vertical-align:middle;
	}
.button-social-side{
	display:block;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	color:#ffffff !important;
	padding:3px 0px 3px 0px;
	text-decoration:none;
	}
.vote-down:hover, .vote-up:hover{
	opacity:0.7;
	filter:alpha(opacity=70);	
	}
/* ========== 5. Footer ===================================================== */

#footer {
	clear: both;
	border-top:1px solid #c0ccd9;
	border-left:1px solid #c0ccd9;
	border-right:1px solid #c0ccd9;
	background-color: #dee7ef;
	padding: 7px 0px 10px 10px;
	font-size:11px;
	color:#ffffff;
	margin:0px;
}
#footer a{
	color:#003399;
	text-decoration: none;
}
#footer a:hover{
	text-decoration:underline;
}
#copyrights{
	height:22px;
	background-color:#0c4173;
	padding: 6px 7px 0 10px;
	color:#ffffff;
	font-size:10px ;
	text-align: left;
}
#copyrights a{
	color:#ffffff;
	text-decoration:none;
}
#copyrights a:hover{
	text-decoration:underline;
}
#copyrights span {
	float: right;
	text-align:right;
}
.ie6 #copyrights span, .ie7 #copyrights span {
	margin-top:-10px;
}
.footer-menu{
	clear: both;
	height:14px;
	padding-right:20px;
	text-decoration:none;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top:5px;
	width: 180px;
}
.footer-menu ul li {
	margin:0px;
	padding:0px 0px 0px 0px;
	margin-right: 10px;
	line-height:20px;
}
.footer-menu ul li a {
	display: block;
	border-bottom: 1px dotted #3d4b59;
	width: 171px;
	padding: 0px;
	margin:0px;
}
.ie7 #footer {
	margin-top:10px;
}
