/* CSS Document */



/* Main Layout */

h1,h2,h3,h4,.componentheading,legend {
	font-weight:bold;
	color: #1867A7;
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: .5em;
	margin-left: 0;

}
.font-size-is-large h3 {
	line-height: 1.5em ;
}

div.blog h2 {
	margin-top: 25px;	
}
#col1 h1,.componentheading {
	font-size:180%;
	margin-top: 20px;
	text-transform: uppercase;
	line-height: 100%;
}

h2,legend {font-size:150%;}
h3 {font-size:130%;}
h4 {font-size:110%;}
a {color:#007EBA;text-decoration:none;}
a:hover {text-decoration:underline;}
ul {margin:1em;}
p {
}

.background {
	background-color: #595959;
}
#main .foreground, #message, #showcase, .leading, #page {position:relative;}
#message, #showcase {z-index:0;}


/* Info & warning messages */
#message {
	color: #C00;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

dt.info {
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

dd.info {
	margin-top: 2px;
	margin-left: 30px;	
}

dd.message ul {
	margin: 0px;		
	}


.dp20,.dp25,.dp33,.dp50,.dp100 {float:left;margin-top:15px;}
.dp20 {width:20%;}
.dp25 {width:25%;}
.dp33 {width:33.33%;}
.dp50 {width:50%;}
.dp100 {width:100%;margin-top:0;}
.clr {clear:both;font-size:0;}
#colmask {clear:both;overflow:hidden;position:relative;width:100%;}
#maincol, #wrapper {position:relative;}
.s-c-s #colmid, .s-c-x #colright {float:left;position:relative;width:200%;}
.s-c-s #colright {float:left;left:50%;position:relative;width:100%;}
.s-c-s #col1wrap {float:right;position:relative;right:100%;width:50%;}
.s-c-s #col1pad, .x-c-s #col1, .x-c-s #colmid {overflow:hidden;}
.s-c-s #col1 {overflow:hidden;width:100%;}
.s-c-s #col2 {float:left;position:relative;overflow:hidden;margin-left:-50%;}
.s-c-s #col3 {float:left;position:relative;overflow:hidden;left:0;}
.s-c-x #col1wrap {float:right;position:relative;width:50%;}
.s-c-x #col1 {overflow:hidden;position:relative;right:100%;}
.s-c-x #col2 {float:left;position:relative;}
.x-c-s #colright {float:left;position:relative;right:100%;width:200%;}
.x-c-s #col1wrap {float:left;left:50%;position:relative;width:50%;}
.x-c-s #col3 {float:right;position:relative;}
.s-c-s .ctr-color1, .s-c-s .ckl-color1, .s-c-x .ckl-color1, .x-c-s .cdr-color1 {background:#eee;}
.s-c-s .ctr-color2, .s-c-s .ckl-color2, .s-c-x .ckl-color2, .x-c-s .cdr-color2 {background:#d1e0e7;}
.s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, #wrapper, body {background:#fff;}

.s-c-s #col1pad, .s-c-x #colright, .x-c-s #colright, .x-c-x  {
	background-color: #134975;
	background-color: #DFDFDF ; 
}

.cols1 {display:block;float:none;margin:0;width:100%;}
.cols2 {width:49%;overflow:hidden;}
.cols3 {width:30%;}
.column1, .column2 {position:relative;float:left;margin:0;}
.colpad {padding:0 10px;position:relative;}
.column2 {float:right;width:49%;}
.article_row {overflow:hidden;margin:0 -10px 15px -10px;}

.x-c-x #col1 {
	width: 100%;
	background-color: #F3F3F3;
	padding-bottom: 5px;
}


div.items-row {
	clear: both;
	vertical-align: top;
	padding-top: 20px;
}
div.cols-2 div.column-2, div.cols-2 div.column-1 {
	width: 46%;	
}
div.cols-2 div.column-1 {
	float: left;
	clear: none;
	margin-right: 0px;
}
div.cols-2 div.column-2 {

	margin-left: 50%;
}
div.blog div.items-row h2 {
	margin-top: 0px;
	padding: 0px;
	font-size: 125%;
}

/* Header 
#logo {width:288px;height:58px;background:url(../images/light.png) 0 -272px no-repeat;display:block;margin:20px 15px;}*/
#logo {
	width:450px;
	height:85px;
	display:block;
	background-image: url(../images/np-logo6.gif);
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: 0px 15px;
}
#header {
	background-image: url(/templates/rt_afterburner/images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #134975;
	padding-bottom: 5px;
}
#header li {list-style:none;float:left;padding-left:15px;font-weight:bold;}
#nav {
	z-index:5;
	position:relative;
	padding-left: 15px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #17598E;
	width: 100%;
}


/*
#nav ul {margin:0 0 0 15px;}
#nav li {list-style:none;float:left;padding-left:3px;height:34px;position:relative;}
#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-weight:bold;}
#nav li.active a {background:#fff;color:#007EBA;}
#nav li a:hover, #nav li:hover a, #nav li.sfHover a {background:#007EBA;color:#fff;text-decoration:none;}
#nav li ul {position:absolute;width:170px;left:-999em;margin-left:-1px;border:1px solid #006B9F;border-top:0;}
#nav li ul ul {margin:-31px 0 0 170px;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul, #nav li.sfHover ul ul ul ul {left:-999em;}
#nav li li {padding:0;height:auto;background:#fff;width:170px;}
#nav li li a, #nav li li.active a, #nav li li a:hover {margin:0;height:30px;line-height:30px;background:#fff;border-top:1px solid #006B9F;color:#007EBA;}
#nav li li a, #nav li.active li a {font-weight:normal;}
#nav li:hover ul, #nav li.sfHover ul {left:4px;}
#nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul, #nav li li li li.sfHover ul {left:0;}





/* Content styles */
p.buttonheading {position:absolute;top:2px;right:10px;margin:0;}
.buttonheading .icon {display:block;width:16px;height:16px;float:left;margin-left:5px;}
.buttonheading .pdf {background:url(/templates/rt_afterburner/images/light.png) -57px -366px;}
.buttonheading .print {background:url(/templates/rt_afterburner/images/light.png) -21px -366px;}
.buttonheading .email {background:url(/templates/rt_afterburner/images/light.png) -39px -366px;}
.iteminfo {font-size:90%;overflow:hidden;border-bottom:1px solid #dedede;margin-bottom:20px;display:block;margin-top:-10px;width:100%;}
.modifydate, .createdby, .createdate {display:block;}
.createdby {font-weight:bold;}
a.readon, a.readon2 {display:block;margin-top:15px;font-style:italic;}
a.readon2 {background:url(/templates/rt_afterburner/images/light.png) 100% -344px;display:block;float:right;color:#fff;font-weight:bold;line-height:20px;}
a.readon2 span {background:url(/templates/rt_afterburner/images/light.png) 0 -344px;display:block;margin-right:10px;height:21px;float:left;padding:0 5px 0 15px;}

.component-pad {
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
	border: 1px solid #DFDFDF;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 25px;
	background-color: #F3F3F3;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
.banneritem_text {margin-bottom:10px;}
#modlgn_username, #modlgn_passwd {border:1px solid #ccc;padding:3px;}
.pagination span, .pagination a {margin-right:5px;}
#colmask ul li {list-style:circle;}
#colmask ul ul {margin-top:0;}
#colmask ul ul li {list-style:square;}
.item-page,
.category-list {position: relative;}
#colmask .component-pad .actions {position: absolute;right: 0;top: 0;margin: 0;}
.category-list .hasTip {position:absolute;right:19px;top:2px}
.category-list .actions .hasTip {position:static}
.item-page fieldset {margin-bottom:3em}
.mceEditor {display: block;margin:1em 0}
.formelm {margin-bottom:0.6em}
.button2-left {float:left;margin-right:1em}
#colmask .component-pad .actions li,
#colmask .pagenav li,
#colmask .pagination li {list-style: none;display:inline}
.pagenav {text-align: center;}
.blog-featured .cols-3 .item {display: inline-block;width: 48%;vertical-align: top;}
.blog-featured .cols-3 .item:nth-child(2n+1) {margin-right: 3%;}
.readmore,.article-count,table.category th,.pagenavcounter {font-style: italic;}
table.category td,table.category th {padding-right: 20px;}
table.category th a {font-weight: normal;}
.image-left,
img[align="left"] {float: left;margin-right: 10px;}
.article-count {padding-bottom: 1em;}
.article-count dt,
.article-count dd,
.contact-address address,
#form-login-remember label {display: inline;}
table.category th a img {margin-left: 5px;}
.login-fields,
.display-limit,
.reset,
form dd {margin-bottom: 10px;}
.login-fields label,.item-page label {display: block;}
legend {padding-bottom: 1em;}
.colpad h2.contentheading {padding-right:65px;}
.sectiontableheader {font-weight:bold;line-height:25px;text-align:left;}
tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	text-align:left;
	padding:4;
	vertical-align:middle;
	line-height:120%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDCDCD;
}
span.attention {display:block;margin:15px 0;padding:8px 10px 8px 10px;background:#FFF3A3;border:1px solid #E7BD72;color:#B79000;}




/* Modules */
.module {padding:1px;}
.module-title {
	font-size:130%;
	font-weight:bold;
	margin:0;
	text-transform: uppercase;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}
.module-body {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.color1 .module-title {background:url(/templates/rt_afterburner/images/light.png) 0 -204px repeat-x;border-bottom:1px solid #ddd;color:#777;}
.color1 .module-body {border-top:1px solid #fff;}
.color2 .module-title {background:url(/templates/rt_afterburner/images/light.png) 0 -136px repeat-x;border-bottom:1px solid #c3d9e1;color:#50646d;}

div#mainmods3 h3.module-title {
	color: #78A7C9;
	font-size: 130%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1C69A8;
	margin-right: 5px;
	margin-left: 5px;
	padding-left: 10px;
}


.spacer .module {float:left;}
.spacer.w99 .module {width:100%;}
.spacer.w49 .module {width:49.2%;}
.spacer.w33 .module {width:32.8%;}
#header .module {float:right;margin-left:325px;}
#main-content li .active a {font-weight: normal;}







/* ant add */

#top {
	background-color: #000;
	width: 100%;
	height: 4px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 4px;
}

#top ul.menu {
	float: right;
	padding: 0px;
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#top  ul.menu li {
	display: inline;
	padding-right: 5px;
	padding-left: 10px;
	font-weight: normal;
}
#top  ul.menu li a {
	font-weight: normal;
	color: #CCC;
}

#wrapper {
/* */-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,.5);
	box-shadow: 0px 0px 10px rgba(0,0,0,.5);	
	margin-top: 10px;
	margin-bottom: 10px;
}


#npcp {
	background-color: #000;
	width: 100%;
	height: 32px;
	padding-bottom: 3px;
	color: #999;
	margin-top: -2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	z-index: 200;
	clear: both;
}


dt.article-info-term {
	display: none;	
}
dl.article-info  {

}


.x-c-x div#col1 p {
	
}

/*.x-c-x div#col1 div.leading-0 {
	-moz-column-count:3;  Firefox margin-right: 100px;	
 -webkit-column-count:3; /* Safari and Chrome 
 column-count:3;
}*/









div.search-nobox {
	clear: none;
	float: right;
	width: 190px;
	margin-top: -10px;
}

div.search-nobox label {
	visibility: hidden;	
}











/**
 * Abivia Super Table Plugin.
 *
 * @package AbiviaSuperTable
 * @copyright (C) 2011-2012 by Abivia Inc. All rights reserved.
 * @license GNU/GPL
 * @link http://www.abivia.net/
 */
.supertable {
    border-radius: 6px;
    -moz-border-radius: 6px;
}
.supertable a:link, .supertable a:visited {
    color: #a13032;
    font-weight: inherit;
    -moz-transition: color 0.3s ease-out;
    -webkit-transition: color 0.4s ease-out;
}
.supertable a:hover, .supertable a:focus {
    color: #333333;
    font-weight: inherit;
}
.supertable a.supertable-block:link, .supertable a.supertable-block:visited {
    text-decoration: none;
}
.supertable a.supertable-block:hover, .supertable a.supertable-block:focus {
    text-decoration: none;
}
.supertable-colmode .supertable-row-head a:link,
.supertable-colmode .supertable-row-head a:visited,
.supertable-rowmode .supertable-row-head .supertable-cell a:link,
.supertable-rowmode .supertable-row-head .supertable-cell a:visited {
    color: #FFF;
}
.supertable-colmode .supertable-row-head a:hover,
.supertable-rowmode .supertable-row-head .supertable-cell a:hover {
	color: #FFF;
}
.supertable-colmode .supertable-col-rowhead a:link,
.supertable-colmode .supertable-col-rowhead a:visited,
.supertable-rowmode .supertable-col-rowhead a:link,
.supertable-rowmode .supertable-col-rowhead a:visited {
    color: #FFF;
}
.supertable-colmode .supertable-col-rowhead a:hover,
.supertable-rowmode .supertable-col-rowhead a:hover {
    color: #FFF;
}
.supertable .supertable-cell-text {
    position: relative;
    margin: 0 auto;
    font-weight: bold;
}
.supertable-active .supertable-row-head {
	background-color: #06C;
	background-image: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #06C;
	border-bottom-color: #06C;
	border-left-color: #06C;
}
.supertable-border {
    border: 0 solid;
    margin: -1px;
    border-radius: 8px;
    -moz-border-radius: 8px;
}
.supertable-cell {
    color: #333333;
    padding-bottom:10px;
    padding-top:10px;
    text-align:center;
   text-shadow:0px 0px 0px rgba(255,255,255,0.0); 
}
.supertable-clear {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    clear: both;
    display: block;
    float: none;
    font-size: 0;
    height: 0;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    visibility: hidden;
    width: 0;
}
.supertable-colmode .supertable-col, .supertable-colmode .supertable-col-rowhead {
    float:left;
}
.supertable-col.supertable-active {
    z-index:2;
    position:relative;
 /* */  box-shadow:0 0 10px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.3);
    -moz-transition: -moz-box-shadow 0.4s ease-out 0s;
    -webkit-box-shadow: 0 0 50px rgba(0,0,0,0.3);
    -webkit-transition: -webkit-box-shadow 0.4s ease-out;
	
}
.supertable-colmode .supertable-col-even .supertable-row-even,
.supertable-rowmode .supertable-row-even .supertable-col-even { /* 133 */
	background-color: #D6D6D6;
	border: 1px solid #D6D6D6;
}
.supertable-colmode .supertable-col-even.supertable-active .supertable-row-even,
.supertable-rowmode .supertable-row-even.supertable-active .supertable-col-even {
	background-color: #EBEBEB;
	border: 1px solid #EBEBEB;
}
.supertable-colmode .supertable-col-even .supertable-row-odd,
.supertable-rowmode .supertable-row-even .supertable-col-odd {
	background-color: #E2E2E2;
	border: 1px solid #E2E2E2;
}
.supertable-colmode .supertable-col-even.supertable-active .supertable-row-odd {
	background-color: #F3F3F3;
	border: 1px solid #F3F3F3;
}
.supertable-colmode .supertable-col-odd .supertable-row-even,
.supertable-rowmode .supertable-row-odd .supertable-col-even {
	background-color: #E4E4E4;
	border: 1px solid #E4E4E4;
}
.supertable-colmode .supertable-col-odd.supertable-active .supertable-row-even,
.supertable-rowmode .supertable-row-odd.supertable-active .supertable-col-even {
	background-color: #EEE;
	border: 1px solid #EEE;
}
.supertable-colmode .supertable-col-odd .supertable-row-odd,
.supertable-rowmode .supertable-row-odd .supertable-col-odd {
	background-color: #ebebeb;
	border: 1px solid #ebebeb;
}
.supertable-colmode .supertable-col-odd.supertable-active .supertable-row-odd,
.supertable-rowmode .supertable-row-odd.supertable-active .supertable-col-odd {
	background-color: #F7F7F7;
	border: 1px solid #F7F7F7;
}
.supertable-colmode .supertable-col-first { /* 203 */
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
}
.supertable-colmode .supertable-col-first .supertable-row-first {
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
}
.supertable-col-first .supertable-row-head.supertable-row-first {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #00C;
	border-left-color: #00C;
}
.supertable-col-first .supertable-row-head {
	background-attachment: scroll;
	background-color: #36C;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.supertable-col-first .supertable-row-last {
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
}
.supertable-rowmode .supertable-row-last.supertable-active {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
}
.supertable-row { /* 236 */
    clear: left;
    display: table;
    width: 100%;
}
.supertable-row-head .supertable-cell, 
.supertable-row-head.supertable-cell {
    color: #ffffff;
    text-align: center;
}
.supertable-colmode .supertable-row-head {
	background-color: #36F;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.supertable-col .supertable-row-head {
    border-color: #36F;
}
.supertable-colmode .supertable-active .supertable-row-head {
	background-attachment: scroll;
	background-color: #000;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
.supertable-active .supertable-row-head.supertable-row-first {
}
.supertable-row-head .supertable-cell-subtext { /* 269 */
    font-size: 95%;
    font-weight: normal;
}
.font-size-is-large .supertable-row-head .supertable-cell-text {
	font-size: 140%;
	font-weight: bold;
	text-transform: uppercase;
}
.supertable-colmode .supertable-col-last {
    border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
    border-top-right-radius:8px;
    -moz-border-radius-topright:8px;
}
.supertable-col-last .supertable-col-border {
    border-bottom-right-radius:8px;
    -moz-border-radius-bottomright:8px;
    border-top-right-radius:8px;
    -moz-border-radius-topright:8px;
}
.supertable-col-last .supertable-row-first {
    border-top-right-radius:8px;
    -moz-border-radius-topright:8px;
}
.supertable-col-last .supertable-row-last {
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
}


.supertable-colmode .supertable-col-rowhead .supertable-row-even,
.supertable-rowmode .supertable-row-even .supertable-col-rowhead { /* 304 */
	color: #039;
	text-shadow: none;
	background-color: #F7F8F9;
	border: 1px solid #F0F4F7;
	font-weight: bold;
}
.supertable-colmode .supertable-col-rowhead .supertable-row-odd,
.supertable-rowmode .supertable-row-odd .supertable-col-rowhead {
	background-color: #fff;
	color: #039;
	text-shadow: none;
	border: 1px solid #fff;
	font-weight: bold;
}

/* headings */
.supertable-colmode .supertable-row-head {
	border-top: 1px solid #406FBB;
	border-bottom: 1px solid #406FBB;
	border-left: 1px solid #406FBB;
	border-right: 0;
	background-color: #406FBB;
	background-image: none;
}
/* rowmode classes */ /* 333 */
.supertable-rowmode .supertable-row.supertable-active {
    z-index:2;
    position:relative;
 /* */  box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-box-shadow:0 0 10px rgba(0,0,0,0.4);
    -moz-transition: box-shadow 0.4s ease-out 0s;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.4);
    -webkit-transition: -webkit-box-shadow 0.4s ease-out; 
}
.supertable-rowmode .supertable-row.supertable-active .supertable-cell {
    z-index: 3;
}
.supertable-rowmode .supertable-cell {
    float: left;
    margin: -1px;
}
.supertable-rowmode .supertable-row-first.supertable-active {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
.supertable-rowmode .supertable-row-first .supertable-col-first {
    border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
}
.supertable-rowmode .supertable-row-head .supertable-cell {
	border: 1px solid #77ADCE;
	background-attachment: scroll;
	background-color: #77ADCE;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
.supertable-rowmode .supertable-row-first .supertable-col-last {
    border-top-right-radius:8px;
    -moz-border-radius-topright:8px;
}
.supertable-rowmode .supertable-row-last .supertable-col-first {
    border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
}
.supertable-rowmode .supertable-row-last .supertable-col-last {
    border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
}
.supertable-rowmode .supertable-row-even .supertable-col-rowhead {
	background-color: #4B72B1;
}
.supertable-rowmode .supertable-active .supertable-col-rowhead {
	background-attachment: scroll;
	background-color: #406FBB;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #406FBB;
	border-bottom-color: #406FBB;
	border-left-color: #406FBB;
}

/* end supertables */

div.supertable-row-last  {
	font-size: 1.6em;
	font-weight: bold;	
}


div.supertable-col-first div.supertable-row-last  {
	font-size: 1em;
	font-weight: normal;
}


div.supertable-cell img {
	margin-top: -2px;	
}









/* VM Styles */











/* ####### Product snapshot ########## */

span.snapshotPrice {
	color: #207BC6;
	font-weight: bolder;
	margin-bottom: 1px;
	line-height: normal;
	text-transform: uppercase;
}
a.snapshotProductLink, a.snapshotProductLink:link, a.snapshotProductLink:visited {
	font-size: 0.7em;
	color: #03C;
	text-decoration: underline;
	margin-top: 0px;
	padding-top: 0px;
	font-weight: bolder;
	text-transform: uppercase;
}
div.vmproductSnapshot a.addtocart-button, div.addtocart-button {
	background-color: #FFF;
	width: 100px;	
}

div.vmproductSnapshot span.addtocart-button input.addtocart-button,div.vmproductSnapshot span.addtocart-button input.notify-button{
	width:120px;
	color:#fff;
	border:solid #00a000 0px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	height:34px;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
	background-color: #134975;
	background-image: url(../images/bg-buttons.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;	
}
button.default {
	color:#fff;
	border:solid #00a000 0px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:14px;
	cursor:pointer;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
	background-color: #134975;
	background-image: url(../images/bg-buttons.gif);
	background-repeat: repeat-x;
	background-position: center top;
}

div.vmproductSnapshot span.addtocart-button input.addtocart-button-disabled {
	width:auto;
	border:solid #333 1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	font-size:16px;
	cursor:pointer;
	height:34px;
	text-align:center;
	letter-spacing:1px;
	padding:4px 5px;
	color:#333;
	margin:10px 0px 0px 0px;
	background-color: #134975;
/*	background-image: url(../images/bg-buttons.gif);
	background-repeat: repeat-x;
	background-position: center top; */
}

div.vmproductSnapshot div.addtocart-button{
	width: 118px;
	color: rgb(255, 255, 255);
	border: 0px solid #999;
	border-radius: 4px 4px 4px 4px;
	font-size: 16px;
	cursor: pointer;
	height: 26px;
	text-align: center;
	letter-spacing: 1px;
	text-decoration:none;
	margin:4px;
	background-color: #134975;
/*	background-image: url(../images/bg-buttons.gif);
	background-repeat: repeat-x;
	background-position: center top; */
	text-transform: uppercase;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	clear: both;
}

div.vmproductSnapshot div.addtocart-button a {
	font-weight: bold;
	color: #FFF;
	margin: 0px;
	padding: 3px;
}





/* snapshot inside super table */
div.supertable-cell-inner div.vmproductSnapshot{
	padding:4px;
	border: 0px solid rgb(160, 160, 160);
	border-radius: 4px 4px 4px 4px;
	
}

div.supertable-cell-inner img.snapshotImage {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	float: none;
	border: 0px solid #9C3;
}

div.vmproductSnapshot div.addtocart-button {
	margin-right: auto;
	margin-left: auto;	
}






/* VM cart module */
div.vmCartModule {
	float: right;
	color: #999;

	margin-right: 25px;
	margin-top: -7px;
	text-align: right;
	height: 20px;
	clear: right;
}

div.vmCartModule a {
	margin-left: 10px;
	font-weight: normal;
	text-decoration: underline;
}

img.medium-image {
	width: 370px;
	margin-top: 30px;
	margin-left: -15px;
}


.browse-view .row .product .spacer h2 {
	font-size:130%;
	margin:0 0 6px;
	padding:0;
	text-transform: uppercase;
}

 .row .product .spacer span.PricesalesPrice {
	font-size: 1.3em;
	font-weight: bold;

}




/* end VM styles */





















/* ------------------------------------------- */

div.testimonial {
	margin-right: 2%;
	margin-left: 2%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	font-style: normal;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.testimonial blockquote {
	font-style: italic;
	padding-left: 55px;
	background-image: url(../../../images/stories/icons/quote.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.testimonial .readmore {
	text-align: right;
	float: right;
	margin-right: 50px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: -10px;
	display: none;
}

div.category {
	background-color: #EBEBEB;
	margin-right: 10px;
	margin-left: 10px;
	width: 31%;
	height: 140px;
	border-radius: 8px;
	-moz-border-radius: 8px;
}
div.category h2, #col1 div.category h2 a {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

div.horizontal-separator {
	visibility: hidden;
	display: none;
}








/* VM product display 	background-color: #F2F2F2*/

tr.sectiontableentry0 td, tr.sectiontableentry1 td, tr.sectiontableentry2 td, td.sectiontableentry0, td.sectiontableentry1, td.sectiontableentry2 {
	text-align:left;
	padding:4;
	vertical-align:top;
	line-height:120%;
	border: 1px solid #CDCDCD;
}

table.detailstable {
	text-align: left;	
}

td.hostcol1, td.hostcol2 {
	padding: 4px;
	vertical-align: top;
}
td.hostcol1 {
	width: 240px;
	font-weight: bold;

	background-color: #E0E0E0;

}

td.hostcol2 {
	background-color: #FFF;
}

td.sectiontableheader {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 5px;
	margin-top: 10px;
}
td.sectiontableheader h3 {
	margin: 0em;
	padding-top: .75em;
	padding-bottom: 0em;
	color: #000;
	font-family: "Arial Black", Gadget, sans-serif;
}


#catimage {
	margin-top: 30px;	
}

div#catimage  img {
	float: right;
	margin-left: 20px;
	width: 320px;
	top: 10px;

}

table.content2column h2 {
	margin-top: 0px;
	padding-top: 0px;	
}






div#footer2 ul.menu a {
	color: #999;	
}


form#adminForm_1 {
	width: 420px;
	background-color: #EBEBEB;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
form#adminForm_1  textarea#aics_message {
		width: 300px;
}

ul.menuaccount  {
	margin-top: 20px;
	clear: both;
	display: block;
	padding-top: 20px;
	margin-left: 0px;
	padding-left: 0px;
}

ul.menuaccount li {
	display: inline;
	margin-top: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
}

ul.menuaccount li a {
	display: inline;
	border: 1px solid #CCC;
	list-style-type: none;
	margin-top: 20px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}



















/* ------- END of old styles--------------------------------------------------------------------- 
#595959
*/




body {
	color: #333;	
	line-height: 1.5em ;
}

#rt-top-surround,
#rt-bottom  {
	background-color: #134975;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#rt-mainbody-surround,
#rt-breadcrumbs {
	background-color:#F3F3F3;
}
#rt-breadcrumbs .rt-block {
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#rt-breadcrumbs .rt-grid-12 {
	border-bottom: 1px dotted #CCC;
}
#rt-breadcrumbs  a {
	height: 12px;
}
#rt-breadcrumbs  .cart  {
	width: 280px;
	float: right;
	margin-top: -8px;
		z-index: 2000;	
}

#rt-breadcrumbs .show_cart a::after {
	content: "";
}

div.vmCartModule .show_cart a {
	text-decoration: none;
}
.show_cart a .cartbutton  {
	height: 26px;
	background-color: #E2E4EF;
	background-image: url(../../../images/vmgeneral/show_cart1-24.png);
	background-repeat: no-repeat;
	background-position: right center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #06C;
	text-align: left;
	padding-left: 4px;
	border: 1px solid #CCC;
	text-decoration: none;
	vertical-align: middle;
	padding-right: 40px;
}
.show_cart a .cartbutton:hover {
	background-color: #3063B8;
	background-image: url(../../../images/vmgeneral/show_cart-24.png);
	color: #FFF;
}

.total_products,
.show_cart {
	display: inline-block ;
	vertical-align: middle;
}
.show_cart {
margin-top: -16px ;
}

.rt-container {

}

#rt-mainbody {

}


header .rt-block, 
#rt-footer .rt-block,
#rt-bottom .rt-block {
	background-color: transparent ;
}

#rt-bottom {
	background-color: #165B96;	
}




/* Showcase 
#showcase {margin:3px 0 8px 0;position:relative;color:#000;}
#rt-header .background {
	position:absolute;
	width:100%;
	height:240px;
	background-color: #134975;
	background-image: url(/templates/rt_afterburner2/images/feature_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;

} 134975 */

#rt-header  {
	background-color: #144A78;
/*	background-image: url(/templates/rt_afterburner2/images/feature_bg.png); 
	background-repeat: repeat-x;
	background-position: left bottom;*/
}
#rt-header .cloudfeature {
	overflow:hidden;
	padding-bottom:0px;
	height:240px;
	background-image: url(../../../images/stories/features/feature3.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-right: 5px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #134976;
}
/*#rt-header h1 {font-weight:normal;font-size:3.0em;line-height:105%;margin:25px 55px 10px 25px;} */
#rt-header h1 {
	font-weight:normal;
	font-size:1.8em;
	font-weight:bold;
	color: #FFF;
	text-align: right;
	line-height: 1.5em;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-transform: none;
}
#rt-header b {font-weight:normal;color:#d03100;}
#rt-header .pad {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#rt-header .num {float:left;background:#d03100;text-align:center;line-height:90%;color:#fff;font-size:2em;padding:3px 8px;}
#rt-header .pad h2 {font-size:1.4em;font-weight:bold;margin:0 0 5px 40px;}
#rt-header .pad p {margin-left:40px;}

/* #rt-header ul {
	text-align: left;
	margin-left: 570px;
	color: #1B6AB1;
	list-style-type: square;
	margin-bottom: 0px;
	padding-bottom: 0px;
} */
#rt-header .cloudfeature li {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #FFF;

}







.l1.gf-menu > li > .item::after {
border-right: hidden ;	
}
.l1.gf-menu > li > .item {
	border-right: hidden;
	font-size: 14px;
	line-height: 34px;

}




/* phone module */
div.customphone {
	float: right;
	margin-right: 10px;
	margin-top: 3px;
}


div.twitter {
	background-image: url(/images/stories/icons/top-icons.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
	width: 26px;
	margin-right: 15px;
	vertical-left: middle;
	float: left;
	margin-left: 65px;
}

div.rssfeed {
	background-image: url(/images/stories/icons/top-icons.png);
	background-repeat: no-repeat;
	background-position: -41px 0px;
	height: 27px;
	width: 27px;
	margin-right: 15px;
	float: left;
}
div.email {
	background-image: url(/images/stories/icons/top-icons.png);
	background-repeat: no-repeat;
	background-position: -83px -3px;
	height: 22px;
	width: 30px;
	margin-right: 10px;
	float: left;
	margin-top: 3px;
}
div.phoneicon {
	background-image: url(/images/stories/icons/top-icons.png);
	background-repeat: no-repeat;
	background-position: -123px 3px;
	height: 27px;
	width: 155px;
	margin-right: 7px;
	margin-top: 10px;
	float: left;
	padding-left: 37px;
	clear: left;
	padding-top: 3px;
}
div.phoneicon span {
	vertical-align: middle;
	font-size: 170%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFF;
	white-space: nowrap;
}

.menu-block {
	margin: 0px;	
}








.color2 .module-body {border-top:1px solid #dfeaef;}
#colmask .m_menu {background:#cf2700;color:#fff;}
#colmask .m_menu .module-title {background:url(/templates/rt_afterburner/images/light.png) 0 -0px repeat-x;border-bottom:1px solid #c21a00;color:#fff;}
#colmask .m_menu .module-body {border-top:1px solid #d64110;}
#colmask .m_menu a {color:#fff;}
#colmask .m_menu ul {margin:0 1em;}
.mainmods, #mainmods2, #mainmods3 {
	overflow:hidden;
	padding-top:15px;
	/*	background-color: #165A94; */
}

.mainmods .vmgroup li, 
.mainmods .vmgroup ul {
	margin: 0px;
	padding: 0px;
}

.vmgroup {
	margin: 0px;
	padding: 0px;	
}

.mainmods .vmgroup li {
	list-style-type: none;
	background-color: #10395C;
	text-align: center;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-left: 10px;
	border: 4px solid #8BA6BD;
	border-radius: 6px;
	-moz-border-radius: 6px;
	height: 100px;
}

.mainmods .vmgroup .width20 {
	width: 17.5%;	
}

.mainmods .module-content {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.mainmods  .product-price {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}


ul.vmproduct  a {
	font-weight: bold;
	color: #55A5E6;
	text-transform: uppercase;
	margin-top: 3px;
	margin-bottom: 3px;
}

ul.vmproduct  span.PricesalesPrice {
		font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

#mainmods3 {
	border-top:0px solid #fff;
	border-bottom:0px solid #ddd;
	background-color: #134975;
	color: #E5E5E5;
}

#mainmods3 a:link, #mainmods3 a:visited {
	color: #8AB1D9;	
}
#mainmods3 a:hover, #mainmods3 a:active {
	color: #BAD9FC;
}

div#mainmods3 div.module {
	border-right-width: 1px;
	border-right-style: dotted;
	border-top-color: #1B69A9;
	border-right-color: #1B69A9;
	border-bottom-color: #1B69A9;
	border-left-color: #1B69A9;	
}





.l1.gf-menu > li > .item,
.gf-menu .item  {
	color: #A0C0E7 ;
}


.gf-menu li:hover, 
.gf-menu li.active:hover {
	background: none;
}

.gf-menu .dropdown ul li:hover > .item ,
.gf-menu .dropdown ul li.active > .item {
	color: #fff ;
}



.gf-menu {
	background-color: transparent;	
}

.gf-menu .item:link,
.gf-menu .item:visited {

}




.menustyle-dark .gf-menu .item:hover,
.menustyle-dark .gf-menu .item:active {
	background-color: #1B64A0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}


.menustyle-dark .gf-menu li.parent .item:hover {
-webkit-border-bottom-left-radius: 0px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 0px;
-moz-border-radius-bottomright: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}

.l1.gf-menu > li:hover > .item { 
    background: #1B64A0;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.gfmenu .dropdown {
	margin-top: 0px;
	margin-left: 2px !important;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

.gf-menu .dropdown ul li:hover > .item {
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}



/*#rt-logo-accent, 
#rt-bottom .rt-grey:hover, 
#rt-footer .rt-grey:hover, */
.menustyle-dark .l1.gf-menu > li {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}










/* Footer 	background-image: url(../images/header_bg.jpg); */
#rt-footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #134975;
}
#rt-footer  {
	/*	background-color: #134975; */
background-color: #000;
	margin: 0px;
	overflow: hidden;
	clear: both;
	padding-top: 5px;
	color: #DADCF3;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #1A639F;
}
.footer-pad {padding:10px 15px;overflow:hidden;}

#rt-footer  ul {
	margin:0;
	float: right;
	background-image: none;
}
#rt-footer  ul.menu li {
	float:left;
	padding-right:20px;
	font-weight:normal;
	list-style-image: none !important;
	list-style-type: none !important;
	background-image: none !important;
}
#rt-footer  ul.menu li a {
	font-weight:normal;
	list-style-type: none;
	background-image: none;
	font-size: 12px;
}
#rt-footer  ul.menu li a:hover {
	text-decoration: none;	
}

ul.menu li a::before, 
ul.menu li .item::before, 
ul.menu li .separator::before {
content: normal ;	
}

.floatleft {
float: left ;	
}
.floatright {
float: right ;	
}

#rt-footer .floatleft {
	margin-top: 3px;	
}





div.vm-details-button a {
	padding: 5px;
	border: 1px solid inherit;
	font-size:inherit;
	max-width:none;
	width:auto;
}

.title, .component-content h2 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.title {
	margin-bottom: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 130%;
	text-transform: uppercase;
}

.product-description .contentpaneopen {
	width: 95%;	
}

.product  h2 {
	margin-bottom: 5px;
	padding-bottom: 2px;	
}

.vm-product-descr-container-1 {
	height: auto;
	margin-bottom:5px ;
}

.product .PricetaxAmount {
	display: none;	
}

.vm3pr-2 .product-price {
	height: auto;
	margin-top: 5px;
}

div.vm-details-button {
	text-align: left ;
}

div.product {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F9F9F9;
	min-width: 180px ;
}

.vm-product-details-container .PricesalesPrice {
	font-size: x-large;
	font-weight: bold;	
}

.vm3pr-2 {

}

p.product_s_desc {
	height: auto; 
}







div.category h2, input.addtocart-button, 
.supertable-row-head .supertable-cell-text,
h3.module-title, 
h1, 
div.product h2,
.snapshotPrice
  {
	font-family: "Oswald", sans-serif;
	text-transform: uppercase;
}


.font-size-is-large .supertable-cell-text {
font-size: 90% ;
line-height:normal ;
}

.category-view .row .category .spacer h2 a {
	font-size: 1.4em;
}

.gf-menu-toggle .icon-bar {
	background-color: #999;
}
.gf-menu-toggle {
background-color: #ccc;
background-image: -moz-linear-gradient(top,#fff,#ccc) ;
background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ccc));
background-image: -webkit-linear-gradient(top,#fff,#ccc) ;
background-image: -o-linear-gradient(top,#fff,#ccc) ;
background-image: linear-gradient(to bottom,#fff,#ccc) ;
background-repeat: repeat-x ;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#ff333c47', GradientType=0) ;
}

#rt-header  ul.vmproduct li {
	line-height:normal ;
}

#rt-header h1.featureheading {
	font-family: Helvetica, Arial, sans-serif !important;
		margin-right: 30px;
}
#rt-header ul.featurecontent {
	width: 40%;
	margin-left: auto;
	margin-right: 30px;

}






/*  SECTIONS  http://www.responsivegridsystem.com/ ---------------  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */


.col {
	display: block;
	float:left;
	margin: 10px 0 10px 3%;
	overflow: hidden;

}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF FIVE  */

.span_1_of_5 {
	width: 18.5%;
	border: 0px solid #000;
	margin-right: auto;
	margin-left: auto;
}
.span_2_of_5 {
	width: 38%;
}
.span_4_of_5 {
	width: 78%;
}

/*  GRID OF FOUR  */

.span_1_of_4 {
	width: 24.0%;
}
.span_2_of_4 {
	width: 48.5%;
}
.span_4_of_4 {
	width: 100%;
}

/*  GRID OF THREE  */
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.1%;
}
.span_1_of_3 {
	width: 31.0%;
}


/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 48%;
}

/*  SECTIONS END --------------- */



/*  newsflash - latest news --------------- */
.newsflash {
	font-size: 86%;
	line-height: 100%;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 15px ;
}
.newsflash h4.newsflash-title a {
	font-size: 100%;
	line-height: 100%;
	margin-top: 5px;
	padding-top: 0px;
	clear: both;
	font-weight: bolder !important;
}

h4.newsflash-title a:link, 
h4.newsflash-title a:link {
	margin-top: 5px;
	font-size: 100%;
	font-weight: normal;
}

li.newsflash-item p {
	margin-bottom: 10px;
	display:none ;
}
ul.newsflash-vert li.newsflash-item {
	list-style-type: none;
	line-height: 0px;
	height:auto;
}

ul.newsflash-vert {
	margin-top: 0px;
	margin-bottom: 0px;	
}




#rt-content-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
}
#rt-content-bottom  h2 {
	font-size: 1.3em;	
}


.mostpopular .center {
	text-align: left ;
}

.mostpopular .featuredProductImage {
	float: left ;
	margin-right: 10px ;
}

p.product_s_desc {
	line-height: 1.2em ;
}


#ProOPC .vmpayment_name {
/*	font-size: 10px !important; */
	font-weight: bold !important;
	text-transform: uppercase;
}
.font-size-is-large #ProOPC label .vmpayment_description {
	line-height: 10px !important;
}

label, input, button, select, textarea {
	line-height: normal; 
}

#ProOPC, #ProOPC span, #ProOPC div, #ProOPC p, #ProOPC input, #ProOPC select, #ProOPC button, .proopc-finalpage h3, .proopc-finalpage h2, .proopc-finalpage h1, 
#ProOPC h1, .proopc-finalpage h4, .proopc-register-login h3, .proopc-register-login h2, .proopc-register-login h4, .proopc-register-login h1 
{
	
}


.post_payment_payment_name .vmpayment_description {
	font-size: 15px;
	clear: both;
	display: block;
 }

.vmpayment_name, .vmpayment_cost, .vmshipment_name, .vmshipment_cost {
	font-weight: bold;	
}

article h2,
.contact-name {
	font-family: Arial, Helvetica, sans-serif ;
	line-height: normal ;
}

.font-size-is-large .pagination,
.component-content .pagination ul li a, 
.component-content .pagination ul li span {
	font-size: small;
	line-height: 15px;	
}

.pagenav {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: transparent;
	color: initial ;
}
a.pagenav {
		color: initial  ;
}


.contact-form legend {
	padding-bottom: 0px  ;
	font-size: small ;
	line-height: normal ;
	
}

.category-view .category  {
	margin-bottom: 10px;	
}

h2.title {
	font-family: "Oswald", "Helvetica", arial, serif ;
	line-height:normal ;
}

div.category:hover {
	background-color: #E2E3E9;	
}


.vm-orders-list {
	background-color: #F3F3F3;
	background-image: none;	
}


.productdetails-view .product-short-description {
	margin-bottom: 0px;	
	line-height: normal;
}
span.vm-price-desc,
.vm-product-details-container .PricesalesPrice {
	margin-left: 0px !important;
	text-align:left ;
	margin: 0.0em auto 0.2em 0 !important;
}

.addtocart-area {
	margin: 0 0 1.2em ;
}

.hide, 
.soft-hide {
	display: none;
}















/*  -------------- MEDIA CALLS --------------- */

@media only screen and (min-width: 960px) and (max-width: 1199px) {
	#rt-header ul.vmproduct li {
	font-size: 1.1em ;
}
div.category {
	width: 31%;

}
.category h2 {
line-height: normal ;	
}
.mainmods .vmgroup .width20 {
	width: 16%;	
}

}





@media only screen and (min-width: 768px) and (max-width: 959px) {
	#rt-header ul.vmproduct li {
	font-size: 1em ;
}
div.category {
	width: 30%;

}
.category h2 {
line-height: normal ;	
}
.mainmods .vmgroup .width20 {
	width: 15.5%;	
}

#rt-header h1.featureheading {
	font-family: Helvetica, Arial, sans-serif !important;
		margin-right: 30px;
		font-size: 1.3em;
}

#rt-header .cloudfeature {
	background-size: 55%;
	background-position: 20px;
}

}







@media only screen and (max-width:767px) and (min-width:481px) {
	
div.category h2, 
input.addtocart-button, 
.supertable-row-head .supertable-cell-text, 
h3.module-title, 
h1, 
div.product h2, 
.snapshotPrice {
font-size: 100% !important;
line-height:normal !important;
}
p,
.font-size-is-large {
	line-height: 1.5em; 
	font-size:medium; 
}
.snapshotPrice, 
.font-size-is-large .supertable-cell-text {
font-size: 80% !important;
line-height:normal !important;
}
	
a#rt-logo {
	width: 420px;
	background: url("/images/np-logo6.gif") !important;
	background-repeat:no-repeat !important;
	background-size: contain !important;
}
.vm-col, 
.vm-col-4 {
	width: 100% ;
}
.rt-container {
width: 100% !important;	
}

.phoneicon {
	margin-left: 20px ;
	margin-top: 0px !important;
	clear:none !important;
	padding-top: 0px !important;
	font-size : 14px ;
}

.phone {
	margin-top: -10px;
	padding-top: 0px;
}

.phone a {

}

#rt-header ul.vmproduct li {
	font-size: .9em ;
}
.mainmods .vmgroup .width20 {
	width: 25%;	
	margin-bottom: 5px ;
}

#rt-header .cloudfeature {
	background-size: 55%;
	background-position: 30px;
}
#rt-header .cloudfeature li {
font-size: 1em ; 
line-height: 1.4em ; 	
}

.span_1_of_3 {
width: 100%;
}
.col {
margin: 0px ;	
}
.row div[class*='width'] {
	width: 29% ;
	float: left ;
	margin-right: 7px ;
}
.category-view .row .category .spacer h2 a {
	font-size: 1.1em;
}


}









@media only screen and (max-width:480px) {
div.category h2, 
input.addtocart-button, 
.supertable-row-head .supertable-cell-text, 
h3.module-title, 
h1, 
div.product h2, 
.snapshotPrice {
font-size: 90% !important;
line-height:normal !important;
}	
	
p,
.font-size-is-large {
	line-height: 1.5em; 
	font-size:medium; 
}
	
.snapshotPrice, 
.font-size-is-large .supertable-cell-text {
font-size: 70% !important;
line-height:normal !important;
}


a#rt-logo {
	width: 72px;
	background-repeat:no-repeat !important;
	background-size: auto !important;
	background-image: url(/images/np-icon.gif) !important;
	float: left;
	margin-left: 40px;
	margin-top: -10px;
}

div.phoneicon span {
	padding-top: 5px;
	font-size: 20px ;
}
.phone {
	margin-right: 0px ;
	margin-top: -30px;
	padding-top: 0px;
	float: right;
	width: 200px ;
}


.vm-col, 
.vm-col-4 {
	width: 100% ;
}

.phoneicon {
float: right ;
	clear:none !important;
	padding-top: 0px !important;
	font-size : 14px ;
	text-align:right ;
	background-image: none !important;
	padding-right: 10px ;
}

.phone a {

}
div.customphone {
	margin-right: 0px ;
}

.mainmods .vmgroup .width20 {
	width: 38%;	
	margin-bottom: 5px ;
	font-size:12px ;
}
.mainmods .vmgroup li.width20 a,
.mainmods .vmgroup .width20 a,
.mainmods ul.vmproduct span.PricesalesPrice {
	font-size:12px ;
	line-height:normal ;
}

#rt-header .cloudfeature {
	background-image: none;
	height:220px;
}

	


#rt-header .cloudfeature li {
font-size: 1em ; 
line-height: 1.4em ; 	
}

#rt-header h1.featureheading {
	margin-right: auto;
	margin-left: auto;
	text-align:center ;
}
#rt-header ul.featurecontent {
	width: 100%;
	margin-left: 20px;
	margin-right: auto;

}
.font-size-is-large #rt-header ul.vmproduct li.width20 a {
	line-height: 12px !important;
margin: 2px !important;
padding: 2px !important;
}

.rt-block {
	padding: 5px ;
}

.span_1_of_3 {
width: 100%;
}
.col {
margin: 0px ;	
}

}

