html {
    margin: 0px; 
    padding: 0px 0px 0px 5px; 
}

body {
    margin: 0px; 
    padding: 0px;
    color: #000000;
    background-color:#FFFFFF;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.center {
    width:100%;
}

div.content {
    width:1000px;
    margin:0pt auto; 
    background-color:#FFFFFF;
}

/* basic selectors */
a:link, a:visited { 
    color:#000000;  
    text-decoration: underline;
}

a:active, a:hover { 
    color: #FF0000;  
    text-decoration: underline;
    cursor: pointer;
}

th {
    vertical-align:top;
}

td {
    vertical-align:top;
}

h1 {
    font: bold 130% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    margin-top:10px;
    margin-bottom:10px;
}

h2 {
    font: bold 120% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    margin-top:10px;
    margin-bottom:10px;
}

h3 {
    font: bold 110% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    margin-top:10px;
    margin-bottom:10px;
}

h4 {
    font: bold 100% Verdana, Arial, Helvetica, sans-serif;
    color:#000000;
    margin-top:10px;
    margin-bottom:10px;
}

img { 
    border: 0px; 
}

hr { 
    color: #000000; 
    height: 1px; 
}

hr.light { 
    height: 1px;
    border-top: 1px dashed #000000; 
}

form { 
    margin: 0px; 
    padding: 0px; 
}

input, textarea, select { 
    font: 100% Verdana, Arial, Helvetica, sans-serif; 
}

fieldset {
    border:1px solid #000000;
    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;
}

table.aboveHeader {
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align:middle
}

table.header {
    width:100%;
    border: solid 1px #000000;
}

.logincell {
    vertical-align:middle;
    text-align:center;
    width:50%;
}
 
div.uppermenu {
    text-align:right;
    margin-top:4px;
    z-index:100;
}

div.uppermenu ul {
    list-style: none; 
    padding: 0px; 
    margin: 0px; 
}

div.uppermenu li {
    padding: 0px; 
    margin: 0px; 
    display: inline; 
    border-left: solid 1px #000000; 
}

div.uppermenu li.first { 
    border-left: none; 
}

div.uppermenu li a:link, div.uppermenu li a:visited { 
    padding: 0px 2px 0px 5px; 
    text-decoration: none; 
}

div.uppermenu li a:active, div.uppermenu li a:hover {
    text-decoration: underline;
}

div.mainmenu {
    z-index:100;
}

div.mainmenu div.tab {
    height: 30px;
    text-align: center;
    display:inline;
}

div.mainmenu div.tab a:link, div.mainmenu div.tab a:visited { 
    background: url('~/dyimage.axd?type=boxHeader&gtype=Triangular&width=120&height=30&cornersize=0') no-repeat;
    float: left;
    margin-right: 1px;
    width: 120px;
    height: 30px;
    color: #000000; 
    font-weight: bold;
    text-decoration: none; 
    text-align: center;
}

div.mainmenu div.tab a span {
    display:block;
    padding-top: 8px;
}

div.mainmenu div.tab a:active, div.mainmenu div.tab a:hover, div.mainmenu div.tab a.selected{
    background: url('~/dyimage.axd?type=boxHeader&gtype=Triangular&subtype=highlight&width=120&height=30&cornersize=0') no-repeat;
    color: #FF0000; 
}

td.searchBar {
    background: url('~/dyimage.axd?type=boxHeader&gtype=Triangular&width=1&height=30&cornersize=0') repeat;
    vertical-align: middle; 
    padding-left:10px;
    border-right: solid 1px #000000;
}

div.bar {
    font-size: 110%;
}

div.sectionbar {
    padding:  3px 20px 3px 20px;
    background: #FFFFFF;
    font-size: 110%;
}

div.sectionheader {
    font-weight:bold;
    background: #FFFFFF;
    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:#000000;
    font-weight:bold;
}

.negative {
    color:Red;
}

.highlightHeader {
    color: #5A5A5A;
}

.actionPanel {
    float:right;
}

.actionPanel div.actionButton {
    text-align:center;
    padding: 4px 2px 0px 2px;
}

.ProductBox {
     width:200px;
     height:220px;
     border-bottom:1px dashed #000000;
     margin: 0px;
     padding: 10px;
}

.ProductSummaryImageHolder {
    text-align:center;
    height:140px;
}

.ProductSummaryText {
    padding-top:4px;
    text-align:center;
}

.productsection {
    padding:10px;
    border-top:1px dashed #000000;
}

.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 #000000;
    padding-bottom:10px;
}

div.title {
    color: #FF0000;
    background-color:#FFFFFF;
    border-bottom:1px solid #000000;
    font-weight:bold;
    padding: 4px 10px;
    text-align:center;
    cursor: move;
}

div.body {
    padding:10px;
    color:#000000;
}

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 #000000;
    padding:10px;
}

.sectionHeader {
    font-weight:bold;
    color: #FF0000;
    background-color:#FFFFFF;
    text-align:center;
}


/*Hover Menu*/
.popupMenu {
    position:absolute;
    visibility:hidden;
}

.popupHover {
    border:1px dashed #000000; 
    background-color:#FFFFFF; 
}

.coreboxtop {
   background-image:url('dyimage.axd?type=boxHeader&width=180&height=20&cornersize=20&bordercolor=%23FFFFFF');
   height:20px;
   width:180px;

}

.coreboxbottom {
    background-image:url('dyimage.axd?type=reverseBoxHeader&width=180&height=20&cornersize=20&bordercolor=%23FFFFFF');
    width:180px;
    height:20px;
}

.coreboxbody {
    background-image:url('dyimage.axd?type=boxHeader&width=180&color=%23FFFFFF&backcolor=%23FFFFFF&height=10&cornersize=0');
    width:160px;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
}

div.block {
    color: #FF0000; 
    border: solid 1px #000000;
    margin-bottom:15px;
}

div.blockHeaderLeft { 
    float: left;
    width: 5px;
    height: 27px; 
    background: url('~/dyimage.axd?type=boxHeader&gtype=Triangular&cornersize=0&width=300&height=27&bkgroundcolor=%23FF0000') no-repeat;
}

div.blockHeader { 
    text-align: center;
    font-weight: bold;
    padding-top: 6px; 
    padding-right: 5px;
    height: 21px; 
    margin-left: 5px;
    background: url('~/dyimage.axd?type=boxHeader&gtype=Triangular&cornersize=0&width=1000&height=27&bkgroundcolor=%23FF0000') no-repeat 100% 0;
}

div.blockHeader a { 
    text-decoration: none; 
}

div.blockContent { 
    color: #000000;
    border-top: solid 1px #000000;
    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:#FF0000; 
    background-color:#FFFFFF;  
    text-decoration: underline;  
}

div.browsebox {
    font-size:12px;
    color: #000000; 
    border-bottom:1px dashed #000000;
}

div.browseboxHeader {
    color: #5A5A5A;
    font-weight:bold;
    padding: 8px 2px 8px 2px;
}

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:#FF0000; 
    background-color:#FFFFFF;  
}

a.bar span.ProductCount {
    font-size:10px;
    color:#5A5A5A;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}

a.selectedBar span {
    text-decoration: underline;  
    color:#FF0000; 
    background-color:#FFFFFF;  
}

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:#5A5A5A;
    display:inline; 
    font-weight:normal;
    padding-top:0px;
}

div.footer {
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: center;
}

div.footerSection {
    background: url('~/dyimage.axd?type=boxHeader&gtype=Triangular&width=1&height=50&cornersize=0') repeat;
    height:50px;
    padding-top: 10px;
    border: solid 1px #000000;
}

div.copyright {
    text-align:center; 
    padding:4px;
    margin-bottom:10px;
    background-color:#FFFFFF;
    color: #FF0000;
}

div.ProductResultBar {
    margin-top: 4px;
    padding: 4px 4px 4px 4px;
    border-color:#000000;
    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:#FFFFFF;
}

.headerstyle{
    background-color:#FFFFFF;
    height:23px;
}

.headerstyle th {
    border:1px solid #000000;
    padding-left:5px;
    text-align:left;
    vertical-align:middle;
}  
.headerstyle a {
    color:#FF0000;
}

.sortalternatingrowstyle{
    background-color:#FFFFFF
}
.sortrowstyle{
    background-color:#FFFFFF
}
.sortascheaderstyle{
    background:#FFFFFF url(../../Images/sort_asc.gif) no-repeat scroll right center;
    padding-left:5px;
}
.sortdescheaderstyle{
    background:#FFFFFF url(../../Images/sort_desc.gif) no-repeat scroll right center;
    padding-left:5px;
}   

.pagerstyle{
    color:#000000;
    background-color:#FFFFFF;
    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 #000000;
    border-collapse:collapse;
}

table.gridViewTable th {
    background-color:#FFFFFF;
    border:solid 1px #000000;
    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 #000000;
    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:#000000;
    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 #000000;
    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 #FFFFFF;
    border-collapse:collapse;
}

table.forumTable th {
    background-color:#FFFFFF;
    color: #FF0000;
    border:solid 1px #FFFFFF;
    height:23px;
    text-align:center;
    vertical-align:middle;
}

table.forumTable td {
    border:solid 1px #FFFFFF;
    padding: 10px;
}

table.forumTable tr.alt {
    background-color:#FFFFFF;
}

.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 #FFFFFF;
    border-collapse:collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align:left;
}

table.forumPost th {
    border:solid 1px #FFFFFF;
    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 #FFFFFF;
    padding: 10px;
}

.forumAuthorStatus {
    padding: 10px;
    font-size: 90%;
}

.forumPostTitle {
    border:solid 1px #FFFFFF;
    background-color:#FFFFFF;
    color: #FF0000;
    font-size: 1.25em;
    font-weight:bold;
    padding: 10px;
}

.forumPostContent {
    width:800px;
    border:solid 1px #FFFFFF;
    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 #000000;
    margin-top: 0.2em;
    padding-top: 0.2em;
}

.forumStatisticsTitle {
    width: 100%;
    font-weight:bold;
    border-bottom: solid 1px #000000;
    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 #000000;
    font-size: 1.85em;
    margin-bottom: 0.2em;
    padding-bottom: 0.2em;
}
.articleTitle a {
    text-decoration: none;
}

.commentTitle {
    width: 100%;
    border-top: solid 1px #000000;
    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: #000000;
    font-weight:normal;
}

.articleConent {
}

.articleListBlockarticle {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.articleListBlockarticleTitle {
    width: 100%;
    border-bottom: solid 1px #000000;
    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: #000000;
    font-weight:normal;
}

.articleLink {
    text-align:right;
}

.articleLink a {
    text-decoration: none;
    font-weight:bold;
}

.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 #000000;
    margin-top:1em;
    margin-bottom: 0.2em;
    font-weight:bold;
}

.rssViewerTitle a {
    text-decoration: none;
}

.rssViewerDateTime  {
    color: #000000;
    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: #000000; 
    border-bottom:1px dashed #000000;
} 

div.ManufacturerName {
    margin:8px 0 0 0;
    display:block;
}

.formTable {
    width: 100%;
}

.formTable td.header {
    font-weight: bold;
}

.formTable td.content {
    width: auto;
}

div.contactSubmit {
    margin:10px 30px;
}

td.captchaFormSection {
    text-align:right;
    vertical-align:middle;    
}

td.captchaChange {
    vertical-align:bottom
}

img.captcha {
    border:solid 1px #000000;
    width:100px;
}

.anythingSlider {
    position: relative;
    clear:both;
}
.anythingSlider .wrapper {
    overflow: hidden;
    clear:both;
}
.anythingSlider .wrapper ul {
    width: 99999px;
    list-style: none;
    background: #eee;
    margin:0px;
    padding:0px;
}
.anythingSlider ul li {
    display: block;
    float: left;
    text-align:center;
}
.anythingSlider ul li img {
    vertical-align:middle;
}

.thumbNav {
    position:absolute;
    text-align: center;
    bottom:0px;
    right:0px;
    margin:8px;
}

.thumbNav a {
    display: inline-block;
    padding: 3px 7px;
    margin-left: 6px;
    text-align: center;
    text-decoration: none;
    font-weight:bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    float:left;
}

a.start-stop, a.start-stop:hover, a.start-stop:active {
    text-align: center;
    text-decoration: none;
    font-weight:bold;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    position: absolute;
    left: 8px;
    bottom: 8px;
    padding: 3px 7px;
    margin-right: 6px;
}

div.googleCheckoutAccept {
    padding-left: 50px
}

fieldset.alternativeCheckout {
    padding: 2px 4px 2px 4px;
    float: right;
}

fieldset.alternativeCheckout legend {
    font-weight: bold;
    font-size: 0.85em;
} 

fieldset.alternativeCheckout div {
    float:left;
    padding-top: 2px;
}

div.checkoutCustomFields {
    margin-top:8px;
}

table.productImage td.productDetailMainImage {
    height: 300px; 
    vertical-align: middle;
}

table.productImage td.enlarge {
    margin-top: 4px; 
    padding-bottom: 10px;
}

table.productThumbnailViewer {
    text-align: center;
}

table.productThumbnailViewer td {
    height: 70px; 
    width: 80px;
    border: 0px solid #cccccc;
}

table.productThumbnailViewerGrid td.image {
    height: 60px; 
    vertical-align: middle;
}

table.productThumbnailViewerGrid td.text {
    height: 10px; 
}

table.grandTotal {
    margin-top:10px; 
    width: 100%;
    font-weight: bold;
}

table.grandTotal td.text {
    text-align:right;
}

table.grandTotal td.amount {
    width: 120px;
}
