html {
    margin: 0px; 
    padding: 0px 0px 0px 5px; 
}

body {
	margin: 0px; 
	padding: 0px;
	color: #094453;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.content {
    width:1000px;
    margin:0pt auto; 
}

/* basic selectors */
a:link, a:visited { 
    color:#1a4c89;  
    text-decoration: underline;
}

a:active, a:hover { 
    color: #999900;  
    text-decoration: underline;
    cursor: pointer;
}

th {
    vertical-align:top;
}

td {
    vertical-align:top;
}

h1 {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
	margin-top:10px;
	margin-bottom:10px;
}

h2 {
	font: bold 120% Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
	margin-top:10px;
	margin-bottom:10px;
}

h3 {
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
	margin-top:10px;
	margin-bottom:10px;
}

h4 {
	font: bold 100% Verdana, Arial, Helvetica, sans-serif;
	color:#888888;
	margin-top:10px;
	margin-bottom:10px;
}

img { 
    border: 0px; 
}

hr { 
    color: #B3B4B6; 
    height: 1px; 
}

hr.light { 
    height: 1px;
    border-top: 1px dashed #B3B4B6; 
}

form { 
    margin: 0px; 
    padding: 0px; 
}

input, textarea, select { 
    font: 100% Verdana, Arial, Helvetica, sans-serif; 
}

fieldset {
    border:1px solid #C0C0C0;
    padding:10px 10px 10px;
    margin-top: 4px;
}

legend {
    font-weight:bold;
}

fieldset div {
    padding-top:5px;
}

table.mainContent {
    width:100%;
}

.leftColumn {
    padding-top:10px;
}

.centerColumn {
    padding-top:10px;
    padding-left: 10px;
    padding-right: 10px;
}

.rightColumn {
    padding-top:10px;
}

.logincell {
    vertical-align:middle;
    text-align:center;
    width:50%;
}

.uppermenu {
    text-align:right;
    padding: 4px 4px 0px 0px;
}

.uppermenu ul {
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
}

.uppermenu li {
    padding: 0px; 
    margin: 0px; 
    display: inline; 
    border-left: solid 1px #000000; 
}

.uppermenu li.first { 
    border-left: none; 
}

.uppermenu li a:link, .uppermenu li a:visited { 
	padding: 0px 2px 0px 5px; 
	text-decoration: none; 
}

.uppermenu li a:active, .uppermenu li a:hover {
    text-decoration: underline;
}
 
div.mainmenu {
    vertical-align:bottom;
}

div.mainmenu div.tab {
	height: 27px;
	text-align: center;
	display:inline;
}

div.mainmenu div.tab a:link, div.mainmenu div.tab a:visited { 
	background: url('~/dyimage.axd?type=boxHeader&width=114&height=27') no-repeat;
	float: left;
	margin-left: 1px;
	width: 116px;
	height: 27px;
	color: #888888; 
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
}

div.mainmenu div.tab a span {
    display:block;
    padding-top: 6px;
}

div.mainmenu div.tab a:active, div.mainmenu div.tab a:hover, div.mainmenu div.tab a.selected{
	background: url('~/dyimage.axd?type=boxHeader&subtype=highlight&width=114&height=27&gradient=False') no-repeat;
	color: #FFFFFF; 
}

div.bar { /* styles for horizontal top bar */
	background: url('~/dyimage.axd?type=bar&width=1&height=37');
	height: 37px;
	font-size: 110%;
}

div.bar div {
	padding:  7px 20px 3px 20px;
}

div.sectionbar {
    padding:  3px 20px 3px 20px;
	background: #000000;
	font-size: 110%;
}

div.sectionheader {
    font-weight:bold;
	background: #000000;
	font-size: 110%;
	margin-top:10px;
	padding: 4px 2px 4px 2px;
}

div.notice {
    font-weight:bold;
}

td.FormSectionTextNoWidth {
    text-align:right;
    padding-right:2px;
}

td.FormSectionText {
    width:150px;
    text-align:right;
    padding-right:2px;
}

td.FormSectionValue {
    text-align:left;
    padding-left:2px;
}

.ourprice {
	font-weight: bold;
	font-size: 10pt;
	color: #b22222;
	font-family: verdana;
}

.retailprice {
	font-weight: bold;
	font-size: 10pt;
	font-family: verdana;
	text-decoration: line-through;
}

.newproduct {
    font-weight:bold; 
    color:Red;
}

.error {
    color:Red;
    font-weight:bold;
}

.success {
    color:#1a4c89;
    font-weight:bold;
}

.negative {
    color:Red;
}

.highlightHeader {
    color: #5A5A5A;
}

.actionPanel {
    float:right;
}

.ProductBox {
     width:600px;
     height:90px;
     border-bottom:1px dashed #B3B4B6;
     margin: 0px;
     padding: 10px;
}

.ProductSummaryImageHolder {
    text-align:center;
    height:80px;
}

.ProductSummaryText {
    padding-top:4px;
    text-align:center;
}

.productsection {
	padding:10px;
	border-top:1px dashed #B3B4B6;
}

.HookLine {
    font-size: larger;
    font-style: italic;
}

.loadingbox{
    position:absolute;
    top:40%;
    left:40%;
    border:1px solid lightsteelblue; 
    height:50px; 
    width:250px;
    text-align:center;
    padding-top:20px
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#FFFFFF;
    border:1px solid #C0C0C0;
    padding-bottom:10px;
}

div.title {
    color: #FFFFFF;
    background-color:#FF0000;
    border-bottom:1px solid #C0C0C0;
    font-weight:bold;
    padding: 4px 10px;
    text-align:center;
    cursor: move;
}

div.body {
    padding:10px;
}

div.buttons {
    margin-right:10px;
    margin-top:4px;
    text-align:right;
}

.Hidden {
    display:none;
}

.ProductEditOverflow {
    height:500px;
    width:850px;
    overflow:scroll;
}

.sectionoutline {
    border:1px solid #B3B4B6;
    padding:10px;
}

.sectionHeader {
    font-weight:bold;
    color: #FFFFFF;
    background-color:#FF0000;
    text-align:center;
}


/*Hover Menu*/
.popupMenu {
	position:absolute;
	visibility:hidden;
}

.popupHover {
    border:1px dashed #B3B4B6; 
    background-color:#DFDFDF; 
}

.coreboxtop {
   background-image:url('dyimage.axd?type=boxHeader&subtype=highlight&width=180&height=20&cornersize=20&color=%23FF0000&backcolor=%23BBBBBB&bordercolor=%23BBBBBB');
   height:20px;
   width:180px;

}

.coreboxbottom {
    background-image:url('dyimage.axd?type=reverseBoxHeader&subtype=highlight&width=180&height=20&cornersize=20&color=%23FF0000&backcolor=%23BBBBBB&bordercolor=%23BBBBBB');
    width:180px;
    height:20px;
}

.coreboxbody {
    background-image:url('dyimage.axd?type=boxHeader&subtype=highlight&width=180&color=%23BBBBBB&backcolor=%23BBBBBB&height=10&cornersize=0&bordercolor=%23BBBBBB');
    width:160px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

div.block {
    color: #FFFFFF; 
    margin-bottom:15px;
}

div.blockHeaderLeft { 
	float: left;
	width: 20px;
	height: 27px; 
	background: url('~/dyimage.axd?type=boxHeader&subtype=highlight&cornersize=20&width=300&height=27&bkgroundcolor=%23282828') no-repeat;
}

div.blockHeader { 
    text-align: center;
	font-weight: bold;
	padding-top: 6px; 
	padding-right: 20px;
	height: 21px; 
	margin-left: 20px;
	background: url('~/dyimage.axd?type=boxHeader&subtype=highlight&cornersize=20&width=1000&height=27&bkgroundcolor=%23282828') no-repeat 100% 0;
}

div.blockHeader a { 
	text-decoration: none; 
}

div.blockContent { 
    color: #094453; 
    border-color:#FF0000;
    border-width:1px;
    border-style:solid;
    padding: 2px 2px 2px 2px;
}

.defaultMenu {
    padding-bottom: 2px;
}

.defaultMenu div a span { 
    display:block; 
    padding:7px 10px 7px 10px; 
    font-weight: normal; 
    text-decoration: none;
}

.defaultMenu div a:hover span, .defaultMenu div a.selected span { 
    color:#FFFFFF; 
    background-color:#FF0000;  
    text-decoration: underline;  
}

.defaultMenu div a span.last {
    border-bottom:0px;
}

div.browsebox {
    font-size:12px;
    color: #888888; 
    border-bottom:1px dashed #B3B4B6;
}

div.browseboxHeader {
    color: #5A5A5A;
    font-weight:bold;
    padding: 8px 2px 8px 2px;
    border-top: 1px solid #FF0000;
}

a.bar {
    text-decoration: none;
}

a.bar:hover {
    text-decoration: underline;
}

a.bar span {
    display:block; 
    font-weight:bold;
    padding: 8px 2px 8px 4px; 
}

a.bar:hover span {
    text-decoration: underline;  
    color:#FFFFFF; 
    background-color:#FF0000;  
}

a.bar span.ProductCount {
    font-size:10px;
    color:#888888;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}

a.selectedBar span {
    text-decoration: underline;  
    color:#FFFFFF; 
    background-color:#FF0000;  
}

a.lastBar span {
    border-bottom:0px;
}

div.subcategory {
    margin-left:10px;
}

div.subcategory a.bar span {
    display:block; 
    font-weight:normal;
    padding: 4px 2px 4px 4px; 
    border-bottom:0px;
}

div.subcategory a.bar span.ProductCount {
    font-size:10px;
    color:#888888;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}

div.footer {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

div.ProductResultBar {
    margin-top: 4px;
    padding: 4px 4px 4px 4px;
    border-color:#C0C0C0;
    border-style:solid;
    border-width:1px;
}

/* Rating */
.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    display: block;
    background-repeat: no-repeat;
    float: left;
}

.filledRatingStar {
    background-image: url('~/dbfile.axd?name=FilledStar.png');

}

.emptyRatingStar {
    background-image: url('~/dbfile.axd?name=EmptyStar.png');
}

.savedRatingStar {
    background-image: url('~/dbfile.axd?name=SavedStar.png');
}

.sign {
    display:inline-block;
    width:10px;
}

.alternatingrowstyle{
    background-color:#F2F2F2;
}

.headerstyle{
    background-color:#DFDFDF;
    height:23px;
}

.headerstyle th {
    border:1px solid #C0C0C0;
    padding-left:5px;
    text-align:left;
    vertical-align:middle;
}  
.headerstyle a {
    color:#888888;
}

.sortalternatingrowstyle{
    background-color:#DFDFDF
}
.sortrowstyle{
    background-color:#BBBBBB
}
.sortascheaderstyle{
    background:#FF0000 url(../../Images/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background:#FF0000 url(../../Images/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   

.pagerstyle{
    color:#888888;
    background-color:#DFDFDF;
    font-size:small;
    text-align:right;
} 

.previous{
    background:transparent url(../../Images/previous.gif) no-repeat scroll center;
    height:20px;
    width:30px;
    margin: 0px 4px 0px 4px;
}

.next{
    background:transparent url(../../Images/next.gif) no-repeat scroll center;
    height:20px;
    width:30px;
    margin: 0px 4px 0px 4px;
}  

.gotopage{
    width:20px;
}

table.gridViewTable {
    border: solid 1px #C0C0C0;
    border-collapse:collapse;
}

table.gridViewTable th {
    background-color:#DFDFDF;
    border:solid 1px #C0C0C0;
    height:23px;
    text-align:center;
    vertical-align:middle;
    padding: 2px 2px 2px 2px;
}

table.gridViewTable td {
    padding: 2px 2px 2px 2px;
}

.wizardSideBarItem {
    padding-left:16px;
    height:16px;
}

.wizardSideBarSelectedItem {
    background-image:url('~/dbfile.axd?name=wizardSideBarSelected.png');
    padding-left:16px;
    font-weight:bold;
    height:16px;
}

/* ajax__tab_xp-theme theme */
.ajax__tab_xp-theme .ajax__tab_header {
    color: #000000;
    font-family:verdana,tahoma,helvetica;
    font-size:11px;
    background:url(../../Images/tab_themes/xp/tab-line.gif) repeat-x bottom;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_outer {
    padding-right:4px;
    background:url(../../Images/tab_themes/xp/tab-right.gif) no-repeat right;
    height:21px;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_inner {
    padding-left:3px;
    background:url(../../Images/tab_themes/xp/tab-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_header .ajax__tab_tab {
    height:13px;
    padding:4px;
    margin:0;
    background:url(../../Images/tab_themes/xp/tab.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_outer {
    background:url(../../Images/tab_themes/xp/tab-hover-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_inner {
    background:url(../../Images/tab_themes/xp/tab-hover-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_hover .ajax__tab_tab {
    background:url(../../Images/tab_themes/xp/tab-hover.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_outer {
    background:url(../../Images/tab_themes/xp/tab-active-right.gif) no-repeat right;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_inner {
    background:url(../../Images/tab_themes/xp/tab-active-left.gif) no-repeat;
}
.ajax__tab_xp-theme .ajax__tab_active .ajax__tab_tab {
    background:url(../../Images/tab_themes/xp/tab-active.gif) repeat-x;
}
.ajax__tab_xp-theme .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    border:1px solid #C0C0C0;
    border-top:0;
    padding:8px;
    background-color:#FFFFFF;
}

/* ajax__tab_yuitabview-theme theme (../../Images/tab_themes/yui/sprite.png) */
.ajax__tab_yuitabview-theme .ajax__tab_header {
    font-family:arial,helvetica,clean,sans-serif;
    font-size:small;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_outer {
    margin:0px 0.16em -1px 0px;
    padding:1px 0px 1px 0px;
    vertical-align:bottom;
}
.ajax__tab_yuitabview-theme .ajax__tab_header .ajax__tab_tab {
    background:url(../../Images/tab_themes/yui/sprite.png) #d8d8d8 repeat-x;
    border: solid 1px #a3a3a3;
    border-bottom-width:0px;
    color:#000;
    display:block;
    padding:0.35em 0.75em;    
    margin-right:0.01em;
}
.ajax__tab_yuitabview-theme .ajax__tab_hover .ajax__tab_tab {
    background: url(../../Images/tab_themes/yui/sprite.png) #bfdaff repeat-x left -1300px;
}
.ajax__tab_yuitabview-theme .ajax__tab_active .ajax__tab_tab {
    background:url(../../Images/tab_themes/yui/sprite.png) #2647a0 repeat-x left -1400px;
    border-color:#243356;
    color:#fff;
}
.ajax__tab_yuitabview-theme .ajax__tab_body {
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0.25em 0.5em;
    background-color:#FFFFFF;    
    border:solid 1px #808080;
    border-top:solid 5px #2647a0;
}

.BlockHeaderPanel {
    text-align:center;
	padding: 2px 2px 2px 2px;
	font-size: 12px;
	font-weight:bold;
}

.ContextMenuPanel {
	border: 1px solid #868686;
	z-index: 1000;
	background: #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 11px;
}

a.ContextMenuItem {
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;	
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem:hover {
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.groupHeader {
	color:#888888;
    font-size: 1.5em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.groupTitle {
    width: 100%;
    font-size: 1.5em;
    margin-top: 0.25em;
}
.groupTitle a {
    text-decoration: none;
}

.groupSecondTitle {
    width: 100%;
    font-size: 1.35em;
    border-bottom: solid 1px #B3B4B6;
    margin-bottom: 0.2em;
}

.groupSecond {
    margin-bottom: 2em;
}

.groupSecondTitle a {
    text-decoration: none;
}

.groupList {
    margin-left: 1.25em;
    margin-top: 0;
    margin-bottom: 0;
}

.forumGroup {
    margin-bottom: 2em;
}

.forumGroup a {
    text-decoration: none;
    font-weight:bold;
}

.forumGroup a:hover {
    text-decoration: underline;
}

.forumGroupTitle {
    width: 100%;
    height:36px;
    background: url('~/dyimage.axd?type=boxHeader&subtype=highlight&width=1&height=36&cornersize=0');
    font-size: 1.35em;
}

table.forumTable {
    width: 100%;
    border: solid 1px #FF0000;
    border-collapse:collapse;
}

table.forumTable th {
    background-color:#BBBBBB;
    color: #FFFFFF;
    border:solid 1px #FF0000;
    height:23px;
    text-align:center;
    vertical-align:middle;
}

table.forumTable td {
    border:solid 1px #FF0000;
    padding: 10px;
}

table.forumTable tr.alt {
    background-color:#BBBBBB;
}

.forumTitle {
    width: 100%;
    font-size: 1.35em;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.newThread {
    width:100%;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.forumThreadTitle {
    width: 100%;
    font-size: 1.35em;
    font-weight:bold;
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.forumThreadTitle a {
    text-decoration: none;
}

.forumThreadTitle a:hover {
    text-decoration: underline;
}

.forumThreadInfo {
    font-size: 0.85em;
}

table.forumPost {
    width: 100%;
    border: solid 1px #FF0000;
    border-collapse:collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:left;
}

table.forumPost th {
    border:solid 1px #FF0000;
    background: url('~/dyimage.axd?type=boxHeader&subtype=highlight&width=1&height=30&cornersize=0');
    height:30px;
    vertical-align:middle;
    padding-left: 20px;
}

table.forumTable td {
    border:solid 1px #FF0000;
    padding: 10px;
}

.forumAuthorStatus {
    padding: 10px;
    font-size: 90%;
}

.forumPostTitle {
    border:solid 1px #FF0000;
    background-color:#BBBBBB;
    color: #FFFFFF;
    font-size: 1.25em;
    font-weight:bold;
    padding: 10px;
}

.forumPostContent {
    width:800px;
    border:solid 1px #FF0000;
    padding: 10px;
}

.forumPostContent pre {
    word-wrap: break-word;                  /* Internet Explorer 5.5+ */
    white-space: pre-wrap;                  /* css-3 */
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;                 /* Opera 4-6 */
    white-space: -o-pre-wrap;               /* Opera 7 */
}

.forumSignature {
    font-size: 0.9em;
    border-top: solid 1px #B3B4B6;
    margin-top: 0.2em;
    padding-top: 0.2em;
}

.forumStatisticsTitle {
    width: 100%;
    font-weight:bold;
    border-bottom: solid 1px #B3B4B6;
    margin-bottom: 0.2em;
}

.forumStatisticsContent {
}

.forumStatisticsContent span.forumStatisticsCount {
    font-weight:bold;
}

.article {
    margin-top: 1em;
    margin-bottom: 2em;
}

.articleTitle {
    width: 100%;
    border-bottom: solid 1px #B3B4B6;
    font-size: 1.85em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
}
.articleTitle a {
    text-decoration: none;
}

.commentTitle {
    width: 100%;
    border-top: solid 1px #B3B4B6;
    font-size: 1.25em;
    margin-top: 0.5em;
    padding-top: 0.5em;
}

.commentTitle a {
    text-decoration: none;
}

.articleInfo {
    width: 100%;
    font-size: 0.85em;
    font-weight:bold;
}

.articleInfo a {
    text-decoration: none;
    font-size: 1.2em;
}

.articleInfo span.DateTime {
    color: #888888;
    font-weight:normal;
}

.articleConent {
}

.articleLink {
    text-align:right;
}

.articleLink a {
    text-decoration: none;
    font-weight:bold;
}

.articleListBlockarticle {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.articleListBlockarticleTitle {
    width: 100%;
    border-bottom: solid 1px #B3B4B6;
    font-size: 1.25em;
    font-weight:bold;
    margin-bottom: 0.2em;
}

.articleListBlockarticleTitle a {
    text-decoration: none;
}

.articleListBlockarticleInfo {
    width: 100%;
    font-size: 0.85em;
    font-weight:bold;
}

.articleListBlockarticleInfo a {
    text-decoration: none;
    font-size: 1.15em;
}

.articleListBlockarticleInfo span.DateTime {
    color: #888888;
    font-weight:normal;
}

.pager {
    text-align:right;
    padding-top:4px;
    padding-bottom:4px;
}

.pager a {
    text-decoration: none;
}

.notification {
    width:100%;
    margin-top:10px;
    text-align:right;
}

.notification td.item {
    width: 20px;
    vertical-align:middle;
}

.resizeHandle {
	width:16px;
	height:16px;
	background-image:url(images/HandleGrip.png);
	overflow:hidden;
	cursor:se-resize;
}

.resizeText {
	padding:0px;
	border-style:solid;
	border-width:3px;
	border-color:#7391BA;
}


.rssViewerTitle {
    width: 100%;
    border-bottom: solid 1px #B3B4B6;
    margin-top:1em;
    margin-bottom: 0.2em;
    font-weight:bold;
}

.rssViewerTitle a {
    text-decoration: none;
}

.rssViewerDateTime  {
    color: #C0C0C0;
    font-weight:normal;
    margin-bottom: 0.2em;
}

.contentGroupList {
    font-weight:bold;
    padding: 4px;
}

.contentGroupListCount {
    font-weight:normal;
}

.articleArchive {
    font-weight:bold;
    padding: 4px;
}

.articleArchiveCount {
    font-weight:normal;
}

table.checkout {
    width:100%;
}

table.checkout td {
    padding-left:6px;
    padding-right:6px;
    padding-bottom:6px;
}

div.switchCheckout {
    padding-left:8px;
}

.dropdown {
    position: relative;
}

.dropdown .popup { 
    width: 120px;
    display: none;
    position:absolute;
    top: 12px;
    right: 0px;
    border: solid 1px #868686;
    background: #FAFAFA;
}

.dropdown .popup a {
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    display: block;
    white-space: nowrap;
    padding: 4px 18px 4px 10px;
    text-decoration: none;
}

.dropdown .popup a:hover {
    background: #ffe6a0;
    border: solid 1px #d2b47a;
    color: #003399;
}

.blockEditor {
    border: solid 1px #ad9090;
}

.blockEditorHeader {
    padding: 2px 4px 2px 6px;
    font-weight: bold;
    font-size: 11px;
    background: #e0d1d1;
    border-bottom: solid 2px #ad9090;
    height: 14px;
    position:relative;
}

.blockEditorHeaderTitle {
    height: 14px;
    float:left;
    overflow: hidden;
}

.blockEditorHeaderMenuDiv {
    position:absolute;
    top: 2px;
    right:2px;
}

.blockEditorHeaderButton {
    padding-top: 1px;
    float:right;
    margin-right: 2px;
    cursor: pointer;
}

.sortableList {
    padding-left: 10px;
}

.sortableList div {
    margin: 2px;
    padding-left: 10px;
    padding-top: 2px;
    background: url('~/dyimage.axd?type=button&cornersize=8&height=28&color=%2392938E&textcolor=%23FFFFFF&backcolor=%2309070A&width=385') no-repeat;
    height:28px;
    width:390px;
    color: #FFFFFF;
    font-weight:bold;
    cursor: move;
}

.sortableList span {
    display:inline-block;
}

.upline {
    border-top: dashed 2px blue;
    padding-top: 2px;
}

.underline {
    border-bottom: dashed 2px blue;
    padding-bottom: 2px;
}

.movable {
    cursor: move;
}

.collapsiblePanelHeader {
    cursor: pointer;
    font-weight: bold;
    padding:5px; 
    vertical-align: middle;
}

.collapsiblePanel {
    margin-top: 2px;
}

a.tagCloud {
    text-decoration: none; 
}

.recentComment {
    padding: 2px 2px 8px 2px;
}

.recentComment a {
    text-decoration: none; 
}

.recentComment span.commentAuthor {
    font-weight:bold;    
}

.recentComment .articleLink {
    font-weight:bold;
    text-align:left;
}

div.ManufacturerHolder {
    text-decoration:none;
    font-weight:bold;
    padding:2px 2px 8px 10px;
    color: #888888; 
    border-bottom:1px dashed #B3B4B6;
} 

div.ManufacturerName {
    margin:8px 0 0 0;
    display:block;
}

div.slideImageBox {
    overflow:hidden;
    background-color:#FFFFFF;
    position:relative;
    clear:both;
}

div.slideImageBox div.slideImageFrame {
    clear:both;
}

div.slideImageBox a.slideImage {
    float:left;
    display:block;
    cursor:default;
}

div.slideImageBox a.slideImage img {
    display:inline;
}

ul.navigationButton {
    list-style-type:none;
    margin:12px;
    padding:0;
    position:absolute;
    bottom:0;
    right:0;
    vertical-align:baseline;
}

ul.navigationButton li {
    display:inline;
    float:left;
    margin-left:8px;
    vertical-align:baseline;
}

ul.navigationButton li span {
    background-color:#DFDFDF;
    border:1px solid #F2F2F2;
    color:#888888;
    display:inline;
    float:left;
    text-align:center;
    text-decoration:none;
    cursor:pointer;
    font-weight:bold;
    padding:3px 6px;
}

ul.navigationButton li span.selected {
    background-color:#FF0000;
    border:1px solid #BBBBBB;
    color:#FFFFFF;
    font-weight:bold;
}

.formTable {
    width: 100%;
}

.formTable td.header {
    font-weight: bold;
}

.formTable td.content {
    width: 80%;
}
body  {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-image:url(https://store.acrsystems.com/~/dbfile.axd?name=body.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	padding-top:10px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
div.bar div {
padding-top:75px;
text-align:right;
color:#fff;
}
.logolink {
	margin-left: 12px;
	margin-top:10px;
	border:0px;
	float:left;
        z-index:1; 
        position:absolute;
	}
.leftColumn {
	
	margin:0px;
	padding:0px;}	
div.mainmenu div.tab a:link, 
div.mainmenu div.tab a:visited { 
	background: url(https://store.acrsystems.com/~/dbfile.axd?name=transparent.gif) no-repeat;
	color: #fff;
}


div.mainmenu div.tab a:active, 
div.mainmenu div.tab a:hover, 
div.mainmenu div.tab a.selected{
	background: url(https://store.acrsystems.com/~/dbfile.axd?name=transparent.gif) no-repeat;
	color: #fff;
	background-color:#494949;
}

	
	
	

div.content {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #000000;
margin:0 auto;
text-align:left;
width:949px;
}

#container { 
	width: 949px;  /* master width number */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
#header {
background-color:#000;

}
#mainheader { 
	background: #DDDDDD;
	background-image:url(https://store.acrsystems.com/~/dbfile.axd?name=storeheaderbkg.jpg);
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	
	height:108px;
} 
#mainheader h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.mainmenu{
	list-style-type: none;
	margin :0px 0px 0px 120px;
	padding:74px 0px 0px 0px;
	background-image:url();
	width: 450px;
	float:left;
        z-index:1; 
        position:absolute;
}
.mainmenu div a span {
background-image:url();
font-size:14px;
font-weight:200;
padding:0;
margin:0;
padding-top:0px;
}

div.mainmenu div.tab a span {
display:block;
padding-top:0px;
background-image:url();
}

.mainmenu div a:hover {
background-image:url();
	background-color:#494949;	
}
div.mainmenu div.tab a:link, div.mainmenu div.tab a:visited {
background-image:url();
width:auto;
}

.mainmenu div {
	background-image:url();
display:inline;
margin:0px;
padding:0px;
margin-left:-6px;

}
.mainmenu div a{
	background-image:url();
display:inline-block;	
padding: 0px 13px 0px 13px;
color: #fff;
font-size:14px;
font-weight:200;
text-decoration:none;

line-height: 25px;
height:29px;
width:auto;
border-right:#1c1c1c solid 1px;

}
div.mainmenu div.tab a:link, div.mainmenu div.tab a:visited {
background-image:url();
}
.mainmenu div a.firstmainmenuitem {
	background-image:url();
border-left:#1c1c1c solid 1px;
}



#footer { 
	padding: 0px 20px 0px 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	margin: 0px 0px -20px 0px;
	height: 38px;
	background-image:url(https://store.acrsystems.com/~/dbfile.axd?name=footerbkg.gif);
	color:#FFF;
} 

.floatleft {float:left;}
.floatright {float:right;}
#footer {font-size: 12px;
color:#FFF;
}
#footer a {color:#FFF;
text-decoration:none;
}
#footer a:hover {color:#FF0000;
text-decoration:none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}





#ctl00_masterContainerTop_Block_704_Block_417_pnlBlockContent {

 border: 0px #000 solid;
padding:0px;
margin:0px;
float:right;
z-index:2;
position:absolute;
width:949px;
}

#ctl00_masterContainerTop_Block_704_Block_417_pnlBlockContent ul{
padding:25px 20px 0px 0px;
margin:0px;
float:right;
}
#ctl00_masterContainerTop_Block_704_Block_417_pnlBlockContent ul li{
border-right:1px solid #93a3c3;
height: 20px;
display:inline;
padding:3px 5px;
margin:0px;
color:#fff;
font-size:12px;

}
#ctl00_masterContainerTop_Block_704_Block_417_pnlBlockContent li.first{
	font-weight:100;
	color:#95a5c4;
	border-left:1px solid #93a3c3;
}
#ctl00_masterContainerTop_Block_704_Block_417_pnlBlockContent ul li a img{
	visibility:hidden;
	display:none;
}
#ctl00_masterContainerTop_Block_704_Block_417_pnlBlockContent ul li a{
color:#fff;
text-decoration:none;
}
#ctl00_masterContainerTop_Block_704_Block_417_pnlBlockContent ul li a:hover{
	color:#ff0000;
	font-size:12px;
	text-decoration:none;

}
div.sectionheader10 {
	font-family: Verdana;color:#003366;
                font-weight:bold;
	font-size: 10pt;
	margin-top:5px;
	padding: 4px 2px 4px 2px;
}
div.sectionText11 {
	font-family:Arial ;color: rgb(102,102,153) ;
                font-weight:Bold;
	font-size: 9pt;
	margin-top:5px;
	padding: 4px 2px 4px 2px;
}

div.sectionText12 {
	font-family:Arial ;color :green ;
    font-weight:Bold;
    font-style: normal;
	font-size: 9pt;
	margin-top:5px;
	padding: 4px 2px 4px 2px;
}
div.sectionText13 {
	font-family:Arial ;color :red ;
    font-weight:Bold;
    font-style: normal;

	font-size: 9pt;
	margin-top:5px;
	padding: 4px 2px 4px 2px;
}</style>

div.sectionText14 {
    float:left;
    background-color: black ;
    font-family:Verdana;color:white;
    font-weight:Bold;
    font-size: 7pt;
    padding: 4px 2px 4px 2px;
}

div.sectionText15 {
    float:left;
    background-color: black ;
    font-family:Verdana;color:white;
    font-weight:Normal;
    font-size: 7pt;
}

<div>.style10 { color: #FFFF00; float:Right; }</div>
div.footer {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
}
div.browsebox {
    border-bottom:0px dashed #CCCCCC;
	margin:0px;
	padding:0px;
	list-style: none;
	background-image:url(https://store.acrsystems.com/~/dbfile.axd?name=leftmenuheaderbkg.gif);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:30px;
	font-size:12px;
	color:#FFF;
}
div.browsebox a {
	height:32px;
	display:block;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
	
}
div.browsebox a span {
display: inherit;
font-weight:bold;
padding:0 2px 0 10px;
text-decoration:none;
}
div.browsebox a:hover {
	background-color:#454545;
	text-decoration:none;
}
div.browsebox a:hover span {
	background-color:#454545;
	text-decoration:none;
}




div.browseboxLast {
    border-bottom:0px dashed #CCCCCC;
	margin:0px;
	padding:0px;
	list-style: none;
	background-image:url(https://store.acrsystems.com/~/dbfile.axd?name=leftmenuheaderbkg.gif);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:30px;
	font-size:12px;
	color:#FFF;
}
div.browseboxLast a {
	height:32px;
	display:block;
	color:#FFF;
	text-decoration:none;
	vertical-align:middle;
	
}
div.browseboxLast a span {
display: inherit;
font-weight:bold;
padding:0 2px 0 10px;
text-decoration:none;
}
div.browseboxLast a:hover {
	background-color:#454545;
	text-decoration:none;
}
div.browseboxLast a:hover span {
	background-color:#454545;
	text-decoration:none;
}




div.subcategory {
    color: #000; 
    border-bottom:0px dashed #CCCCCC;
	margin:0px;
	padding:0px;
	list-style: none;
	background-color:#ecf0f4;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:30px;
	font-size:10px;
}
div.subcategory a {
	height:20px;
	display:block;
	color:#000;
	text-decoration:none;
	vertical-align:middle;
	line-height:20px;
	
}
div.subcategory a span {
display: inherit;
font-weight:bold;
padding:0px;

text-decoration:none;

}

div.subcategory a:hover span {
	background-color:#849cc3;
	text-decoration:none;
}
div.subcategory a:visited span {
	text-decoration:none;
}
div.subcategory div.subcategory a:visited span {
	text-decoration:none;
}
div.subcategory a.bar span {
border-bottom:0 none;
display:block;
font-weight:bold;
padding:0 2px 0 15px;
}
div.subcategory a.bar span.ProductCount {
color:#888888;
display:inline;
font-size:10px;
font-weight:normal;
padding:0px 0px 0px 2px;
}
div.subcategory div.subcategory a.bar span {
border-bottom:0 none;
display:block;
font-weight:normal;
padding:0 2px 0 25px;
color:#666;
}
div.subcategory div.subcategory a.bar span.ProductCount {
color:#888888;
display:inline;
font-size:10px;
font-weight:normal;
padding:0px 0px 0px 3px;
}
div.subcategory div.subcategory a.selectedBar {
	color:#fff;
}
div.subcategory div.subcategory a.selectedBar span{
	color:#fff;
}

.lightbluebkg {
	margin: 5px 0px 15px 0px;
	padding: 10px;
	background: #ecf1f5;	
	overflow:auto;
}

.paramfeattable td {
background-color:#5270a5;
}
.paramfeattable li {
	color:#FFF;
	font-size:12px;
	padding-bottom:4px;
}

.blueheaderbar {
	background-color:#2d4c89;
	padding: 10px 0px 10px 20px;
	width: 290px;
	display:block;
	color:#FFF;
	font-size:14px;
	font-weight:300;
}
div.blockContent {
border:0px solid #FF0000;
color:#094453;
padding:0px;
}
.coreboxtop {
background-color:#000000;
background-image:url();
height:10px;
width:180px;
}
.coreboxbottom {
background-color:#000000;
background-image:url();
height:10px;
width:180px;
}
#ctl00_ContentPlaceHolderMain_container_container_Block_161_Block_162_pnlBlockContent {
font-size: 10px;
}

.mediumbluebkg {
	background-color:#c1cbdd;
	}
.lightbluebkg {
	background-color:#e0e5ee;
	}
.darkbluebkg {
	background-color:#315390;
	}
.grey16pt {
	color:#494949;
	font-size:12px;
	padding:0px;
margin:0px;
	}
	.grey14pt {
	color:#494949;
	font-size:11px;
	padding:0px;
margin:0px;
	}
.blue18pt {
	color:#315390;
	font-size:16px;
	padding-top:0px;
	margin-top:0px;
}
.black16pt {
color:#000;
font-size:14px;
}
.black12pt {
color:#000;
font-size:12px;
padding:0px;
margin:0px;
}
.block2 {
	display:block;
	padding:5px 20px 5px 20px;
	
	text-align:left;
	
	margin:0px 0px 0px 0px;
margin-bottom: 0px;
}
	
.darkbluebkg ul li{
	color:#fff;
padding: 5px 0px;
	}	
.darkbluebkg ul li a{
	color:#c1cbdd;
	text-decoration:none;
	}	
.darkbluebkg ul li a:hover{
	color:#fff;
	text-decoration:none;
	}	
.grey16pt a{
	color:#494949;
	text-decoration:none;
	}	

.grey16pt a:hover{
	color:#315390;
	text-decoration:none;
	}	
.toppadding {
	
	padding-top: 10px;}	
.red { color:#F00; }



div.bar { 
background: transparent;
background-image:url();
}

