/* GLOBAL STYLES */

html, body, h1, h2, h3, h4, div, p, ul, li, input, select, td, a{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
html,body,div,p,ul,li,input,select,td,a{ font-size: 11px; }
h1{ font-size: 18px; padding-bottom: 2px;}
* html h1{background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body h1{ border-bottom: 1px dotted #000000; }
h2{ font-size: 16px; }
h3{ font-size: 14px; }
h4{ font-size: 13px; color: #000000; }
h5{ font-size: 12px; }
h6{ font-size: 11px; }
h4,h5,h6{ padding: 0px; margin: 0px; }

#pageContainer{ background-color: #FFFFFF; position: relative; margin: 0px auto 0px auto; text-align: left; width:760px;border-left: 4px solid #FFFFFF; border-right: 4px solid #FFFFFF;}
/* END GLOBAL STYLES */

/* SEARCH BAR STYLES */
#searchBar{
    position: relative;
    background-repeat: no-repeat;
    margin: 0px 0px 8px 0px;
    padding: 0px;
    text-align: left;
    height: 68px;
}
#searchBar #loggedInAs{
    position: absolute;
    top: 52px;
    left: 8px;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10px;
}

/* END SEARCH BAR STYLES */

/* LEFT MENU STYLES */
.memberMenu{ text-align: center; }
.dleftmenu{
    margin: 0px;
    padding: 0px;
}
.dleftmenu ul{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
html>body .dleftmenu ul{
    width: auto;
}
.dleftmenu ul li{
    display: block;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
}
html>body .dleftmenu ul li{
    width: auto;
}
.dleftmenu ul li a{
    display: block;
    padding: 3px 2px 3px 4px;
    margin: 0px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;
}
html>body .dleftmenu ul li a{
    width: auto;
}
.dleftmenu ul li a:hover{
    text-decoration: none;
}

/* END LEFT MENU STYLES */

/* COLUMN MAIN */
#headerContainer{position: relative;}
#contentContainer{position: relative;}
#columnLeft{width: 138px; text-align: left }
#columnMain{padding: 0px; }
#content{ position: relative; height: 500px; padding: 0px 6px;}
html>body #content{ height: auto; min-height: 500px; }
#columnRight{width: 138px; text-align: right; }

#copyright{
    position: relative;
    margin: 0px;
    padding: 4px;
    font-size: 9px;
    text-align: center;
}
#copyright div{ padding-top: 4px; font-size: 9px; }
#copyright a{ font-weight: bold; font-size: 9px; text-decoration: underline; color: #000762; }
#copyright a:hover{ text-decoration: none; }

/* END COLUMN MAIN */

/* DATA TABLES */
td.adminTitle{
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}
td.cellHeader{
    padding: 4px 8px 4px 8px;
    font-size: 12px;
    font-weight: bold;
    height: 16px;
}
td.cell{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
    text-align: left;
}
td.cellOdd{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}
td.cellError{
    padding: 2px 8px 2px 8px;
    font-size: 12px;
}

/* END DATA TABLES */

/* Article Styles */

.mainListings .artTitle a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

.mainListings .artInfo{
    margin: 2px 0px 8px 0px;
    padding: 0px;
}
.mainListings .artInfo li{
    list-style-type: none;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.mainListings .artInfo li a{
    text-decoration: none;
}

.artListings .artTitle a{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

.artListings .artInfo{
    margin: 2px 0px 8px 0px;
    padding: 0px;
}
.artListings .artInfo li{
    list-style-type: none;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
}

.artListings .artInfo li a{
    text-decoration: none;
}

.articlePages{
    text-align: right;
    margin-bottom: 24px;
}

.article { margin-top: 32px; }
.articleBody{ height: 300px; }
html>body .articleBody{ height: auto; min-height: 300px; }

.articleFoot{}
.articleFoot table{
    width: 100%;
}
.articleFoot table td {
    width: 33%;
    padding: 5px;
    font-size: 10px;
    vertical-align: top;
    text-align: left;
}

.articleReply{}
.articleReply textarea{
    width: 460px;
    height: 200px;
}

.cblock{
    margin: 12px 0px;
}

.commentBlockHeader{
    padding: 4px;
}
.commentUser, .commentDate{
    font-weight: bold;
    padding: 4px 0px;
}
.commentContent{
    padding: 8px 4px 8px 8px;
    margin-bottom: 24px;
}
.ratingError{
    text-align: center;
    padding: 12px 0px;
}
.ratingError .error{
    font-size: 16px;
}

/* End Article Styles */

/* FORM ELEMENTS */

input, select{
    font-weight: normal;
    font-size: 12px;
}
.button, .buttonOver{
    font-weight: bold;
    font-size: 11px;
    padding-bottom: 2px;
    height: 18px;
    cursor: pointer;
    text-decoration: none;
}
a.button, a.buttonOver{
    padding: 2px;
}
html>body .button{
    background-repeat: no-repeat;
    background-position: bottom right;
}
html>body .buttonOver{
    background-repeat: no-repeat;
    background-position: bottom right;
}

/* END FORM ELEMENTS */

/* ANCHORS */
a{ font-weight: bold;}
a.cellHeader{ text-decoration: none; font-weight: bold;}
a.cellHeader:hover{ text-decoration: underline}
a.cellHeaderSmall{ text-decoration: none; font-size: 10px; font-weight: bold;}
a.cellHeaderSmall:hover{ text-decoration: underline; }
a.cellLarge{ text-decoration:none; font-weight: normal; }
a.cellLarge:hover{ text-decoration:none;}
a.small{ font-size: 11px; font-weight: bold; margin-bottom: 4px;}
a.toolbarText{ font-weight: bold; font-size: 10px; text-decoration: none;}
a.toolbarIcon{ margin: 0px;}
a.toolbarIcon:hover{ margin: 0px;}
.toolbarIcon{ margin: 0px;}

/* END ANCHORS */

/* MISC */
/* DONT CHANGE THIS P IE Users will appreciate it */
/* Most ie users will probably paste stuff, so here it is. */

/*used for the checkout page header text and for email header text*/
.boldHeader{ font-weight: bold; }
span.small{ font-size: 12px; }
.large{ font-size: 12px; }
.tdHeader{ font-size: 12px; }
span.error{ font-weight: bold; }
span.good{ font-weight: bold; }

/* replacement for hr */
div.hr, div.hr2{ height: 1px; font-size: 1px; width: 100%; margin: 6px 0px }
html>body div.hr, html>body div.hr2{ background-image: none; }
form{ padding: 0px; margin: 0px; }
table.center{ margin: 0px auto; }
table.right{ margin-left: auto; margin-right: 0px; }

/* general 100% + 0 padding and 0 margin (where applicable) */
.t100{ width: 100%; margin: 0px; padding: 0px; }

.center{ text-align: center; }
.right{ text-align: right; }

/* Plugin generic classes followed by specific plugin classes */
.detailDiv{ }
.detailDiv h1 span{ font-size: 9px; font-weight: normal; }
.detailDiv .infoTable{
    width: 100%;
    margin-bottom: 12px;
}
.detailDiv .infoTable tr td{
    width: 50%;
    padding: 4px;
}
/* business email form styles */
.listH{
    font-size: 11px;
    font-weight:bold;
    padding:5px;
}
/* member register form */
.ToU{
    padding: 3px;
    width: 100%;
    height: 300px;
    border: 1px solid #000000;
    overflow: auto;
}
.cellC{
    padding: 5px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}
/* START OF SPECIFIC CLASSES*/
.adheader{ text-align: center; margin: 2px 0px 0px 0px; vertical-align: middle; }
.adheader a{ text-decoration: none; }
.lcatmain{
    padding: 5px;
}
.lcatmain a{
    font-size: 11px;
}

.lcatcontent{
    padding: 5px;
    font-size: 9px;
    font-weight: normal;
    white-space: nowrap;
}
.lcatcontent a{
    display: block;
    font-size: 9px;
    font-weight: bold;
    white-space: nowrap;
}
.lcatsub, .lcatsub a{
    font-size: 10px;
    font-weight: normal;
}
.listRecord{
    margin: 4px 0px 4px 8px;
    padding: 0px;
}
.listRecord div{
    margin: 0px;
    padding: 2px 0;
}
.listRecord blockquote{
    margin: 4px 4px 4px 16px;
    padding: 0px;
}
.listRecord .list{
    font-size: 9px;
    font-weight: normal;
}
.listRecordOdd{
    margin: 4px 0px 4px 8px;
    padding: 0px;
}
.listRecordOdd div{
    margin: 0px;
    padding: 2px 0;
}
.listRecordOdd blockquote{
    margin: 4px 4px 4px 16px;
    padding: 0px;
}
.listRecordOdd .list{
    font-size: 9px;
    font-weight: normal;
}
.listPages{ margin-top: 8px; padding-top: 2px; }
.listPages a{ font-weight: normal; text-decoration: none; }
.listPages .lp0{ font-weight: bold; text-decoration: none; }
.listPages a:hover, .listPages .lp0:hover{ text-decoration: none; }

.pollDiv{}
.pollDiv h1 span{ font-size: 11px; font-weight: normal; }
.pollDiv .pollText{ margin: 8px 0px; font-size: 14px; font-weight: bold; }
.pollDiv table{ width: 100%; }
.pollDiv2 table{ table-layout: fixed; }
.pollDiv table .pt1{ width: 160px; font-size: 11px;}
.pollDiv table .pt2{ width: 250px; }
.pollDiv table .pt3{ width: 50px; text-align: right; font-size: 11px;}
.pollDiv2 table .pt4{ height: 12px;}
html>body .pollDiv2 table .pt4{ height: 3px;}

.pollDiv2 div.pt3{ font-size: 11px; }
.pollDiv2 div.pt4{padding-bottom: 4px;}

.pollDiv table td{ padding: 3px 0px; }
.pollBar{ height: 14px; font-size: 1px; margin: 1px; }
.pollForm{ margin: 12px 0px; }
.pollForm .block{ float: right; }

.block .pollBar{
    height: 5px;
    font-size: 1px;
}
html>body .block .pollBar{
    height: 3px;
}

#poll .blockText{ font-size: 11px; }
#poll .pollText{ font-size: 14px; }

.classified{ margin: 18px 0px; }
.classified { background: url(/images/dot-horz.gif) repeat-x bottom; }
.classified .cLeft{ padding: 6px; }
.classified h3{ margin: 2px; }

* html .listPages{background: url(/images/dot-horz.gif) repeat-x top; }
html>body .listPages{ border-top: 1px dotted #000000; }

* html .pollDiv table td{ background: url(/images/dot-horz.gif) repeat-x bottom; }
html>body .pollDiv table td { border-bottom: 1px dotted #000000; }
html>body .pollDiv table td.pt2 { border-bottom: 0px dotted #000000; }
.pollBar{ border: 1px solid #000000; background-color: #FF0000;}
.pollBar .pollPerc{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}


#sr_table td{
    padding: 2px;
}

.sliderContain{
    text-align: center;
    margin: 16px 0px;
}
.slider{
    /* these are set dynamically
    width: 300px;
    height: 18px;
    */
    position: relative;
    text-align: left;
    margin: 0px auto;
}
.slider .drag{
    /* these are set dynamically
    left: 144px;
    width: 12px;
    height: 18px;
    */
    position: absolute;
    top: 0px;
}

.yourRating{
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.yourRating span{
    font-size: 16px;
    font-weight: bold;
}
.ratingH2{
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/* #########################################################
BLOCKS
######################################################### */

#columnLeft .block{
    margin: 4px auto 12px 0px;
}
#columnRight .block{
    margin: 4px 0px 12px auto;
}

.block{
    margin: 0px auto;
    width: 138px;
    font-size: 11px;
    text-align: left;
}
.blockHR{
    height: 100%;
    padding: 2px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;

    border-bottom: 1px solid #000000;
}

.blockH img.extend{
    float: left;
    margin: 2px 0px 0px 8px;
}
.blockC{
    color: #FFFFFF;
    border-top: 0px solid #000000;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    width: 100%;
    background-color: #E2E2E2;
}
html>body .blockC{
    width: auto;
}

.blockC ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.blockC ul li a{
    display: block;
    padding: 1px 2px;
    margin-bottom: 2px;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
    width: 100%;


    color: #000762;
}
html>body .blockC ul li a{
    padding: 2px 3px;
    margin: 0px;
    width: auto;
}

.blockC ul li a:hover{
    color: #000762;
    background-color: #BEBEEB;
}

.blockText{
    padding: 0px 2px;
    font-size: 10px;


    color: #000000;
}
.blockText a{
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;

    color: #000762;
}
.blockText a:hover{
    color: #000762;
    background-color: #8da6cf;
}

.blockText div{
    padding: 2px 0px;
    font-size: 10px;
}
.blockSpacer{
    font-size: 1px;
}

html>body .blockSpacer{
    border-bottom: 1px dotted #000000;
}
* html .blockSpacer{
    background: url(/images/dot-horz.gif) repeat-x bottom;
    border-bottom: 0px solid #000000;
}

.blockText .button, .blockText .buttonOver{
    height: 16px;
    font-size: 10px;
    margin: 2px;
}
.blockText .radio{
    background-color: transparent;
    border: 0px solid #000000;
}

#newsForm{
    text-align: center; }
#newsForm div{
    padding: 2px; }
#newsForm .ntext{
    font-size: 10px;
    width: 120px;
    height: 16px;
}
html>body #newsForm .ntext{
    height: 12px;
}
#newsContain #newsForm .button, #newsContain #newsForm .buttonOver{
    width: 80px;
}

/* CALENDAR STYLES */
.calTop{ }
.calTop table{ width: 100%; }
.calTop td a{
    text-decoration: none;
    font-size: 10px;
}
.calTop td a:visited{
    text-decoration: none;
}
.calTop .calHeadL{
    padding: 1px 2px;
    text-align: left;
}
.calTop .calHead{
    text-align: center;
    padding: 1px 0px;
    font-weight: bold;
    white-space: nowrap;
}
.calTop .calHeadR{
    padding: 1px 2px;
    text-align: right;
}

.cal{
    font-size: 9px;
}

.cal table{
    width: 100%;
}
.cal table td{
    padding: 1px;
    text-align: center;
}

.cal .calHeadDOW{
    font-weight: bold;
}

.cal a{
    font-size: 9px;
    text-decoration: none;
    display: block;
}
.cal a:visited{
    text-decoration: none;
}
/*FUTURE BG*/
.cal .calDOM a{
    font-weight: bold;
}

.cal .calEvent a{
    font-weight: bold;
}
/*PAST DAYSBG*/
.cal .calPast a{
    font-weight: bold;
}
/*TODAYBG*/
.cal .calToday a{
    font-weight: bold;
}
/*TOMORROWBG*/
.cal .calCurrent a{
    font-weight: bold;
}

/* END CALENDAR STYLES */


/* SPECIAL BLOCKS */
.blockC ul.buildSiteRight{
    list-style-type: disc;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}
html>body .blockC ul.buildSiteRight{
    margin: 0px 0px 0px 16px;
}
.blockC ul.buildSiteRight li{
    list-style-type: disc;
    margin: 0px;
    padding: 0px;
}
.mloginBlock .blockC td{
    text-align:center;
    padding: 2px 0 0 0;
}
.mloginBlock .blockC input{
    text-align: left;
    width: 54px;
}
.mloginBlock .blockC input.button{
    text-align: center;
    width: 60px;
}
.mloginBlock .blockC input.buttonOver{
    text-align: center;
    width: 60px;
}

.mloginBlock .blockC input.chk{
    position: relative;
    top: 2px;
    width: 20px;
    border: 0px solid #FFFFFF;
    background-color: transparent;
    padding: 0px;
}

.mloginBlock .blockC form ul li a{
    text-align: center;
}

.whatmean a{
    font-size: 10px;
    font-weight: normal;
}

.searchBlock .innerSearch{
    white-space: nowrap;
    padding: 3px;
    color: #000000;
}
.searchBlock .innerSearch div{
    padding: 1px 0px;
}
.searchBlock input{
    width: 90px;
}
.searchBlock select{
    width: 130px;
}
.searchBlock input.button, .searchBlock input.buttonOver{
    width: 32px;
}

/* END SPECIAL BLOCKS */

/* MEMBER TOOL HEADER */
.memberTools {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.memberTools a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}

/* END MEMBER HEADER */

/* MEMBER TOOLS */
.memberCells .block{
    margin: 7px;
}

.memberCells .block .blockHR{
    text-align: center !important;
}

#content table.memberCells {
    text-align: center;
}

#content .memberCon{
    text-align: center;
    border-bottom: none;
    height: 85px;
}
#content .mButton {
    text-align: center;
}

#content .mButton a{
    display: block;
    padding: 3px;
    width: 100%;
    height: 100%;
}
html>body #content .mButton a{
    width: auto;
    height: auto;
}

/* END MEMBER TOOLS */

/* LOGO STYLES */
.pickBody{
    background-color: #3C3C3C;
}
.pickBody a{
    color: #D4D4D4;
}
.pickBody a:hover{
    color: #FF0000;
}

#header{
    position: relative;
    height: 110px;
}
#headerL, #headerC, #headerR{
    position: absolute;
    height: 110px;
    top: 0px;
}
#headerL{
    left: 0px;
    width: 225px;
    background: url(/images/dunetrader_logo.gif) no-repeat top left;
}
#headerC{
    left: 208px;
    width: 268px;
}
#headerR{
    right: 0px;
    top: 16px;
    width: 284px;
}
#clock2{
    position: absolute;
    top: 70px;
    right: 0px;
    color: #550055;
    font-size: 10px;
    font-weight: normal;
    text-align: right;
    white-space: nowrap;
}

#weatherBox{
    background-color: #FFFFFF;
    padding: 2px;
    font-size: 10px;
    text-align: center;
    border: 1px solid #D7D7D7;
    height: 58px;
}
html>body #weatherBox{
    height: auto;
    min-height: 58px;
}
#weatherBox div, #weatherBox td{
    font-size: 10px;
    text-align: center;
}

#clock{
    border-right: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7;
    border-left: 1px solid #D7D7D7;

    color: #000000;
    padding: 1px;
    text-align: center;
    font-size: 9px;
    white-space: nowrap;
}

/* END LOGO STYLES */

/* HEAD MENU STYLES */

#headMenu{
    position: relative;
    z-index: 2500;
    text-align: right;
}
#hmenu{
    list-style-type: none;
    padding: 0px;
    margin: 2px 4px 0px 0px;
    float: right;
}

#hmenu li{
    display: inline;
    list-style-type: none;
    text-align: left;
    white-space: nowrap;
}

#hmenu li a{
    padding: 0px 6px;
    color: #0000BB;
    border-left: 1px solid #0000BB;
    font-size: 9px;
    font-weight: normal;
    text-decoration: underline;
}
#hmenu li a#h_a_0{
    border-left: 0px solid #FFFFFF;
}
#hmenu li a:hover{
    color: #0073AA;
    text-decoration: underline;
}

/* END HEAD MENU STYLES */

/* MENUBAR STYLES */
#menubar{ margin-top: 0px; }
#tmenu{
    position: relative;
    margin: 0px 0px -1px 0px;
    padding: 0px;
    list-style-type: none;
    white-space: nowrap;
    text-align: center;
    height: 17px;
}
html>body #tmenu{
    height: auto;
    min-height: 17px;
    margin: 0px;
}
* html #tmenu{
    top: 2px;
}

#tmenu li{
    display: inline;
    float: left;
    white-space: nowrap;
}
#tmenu a{
    position: relative;
    left: -8px;
    display: block;
    margin: 0px;
    text-decoration: none;
}

#tmenu a.ta_cur{
    text-decoration: none;
}

#tmenu a span{
    display: block;
    text-decoration: none;
    font-family: Arial, sans-serif;
}
#tmenu a span span{
    padding: 3px 0px;
    margin: 0px 16px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
}

#tmenu a:hover, #tmenu a.ta_cur{
    z-index: 2010 !important;/* this don't work in ie, hopefully it's should be fixed in version 7 */
    text-decoration: none;
}

#tmenu a:hover span, #tmenu a.ta_cur span{
    text-decoration: none;
}
#tmenu a:hover span span, #tmenu a.ta_cur span span{
    text-decoration: none;
}

/* END MENUBAR STYLES */

/* LISTING STYLES */
.bizListings table {
    width: 100%;
}
.bizListings td {
    padding: 5px 0px;
}
.bizListings td.bizName {
    padding-bottom: 0px;
    border-bottom: none;
}
td.catLeft{
    width: 33%;
    padding: 10px 20px;
}
td.catMiddle{
    width: 33%;
    padding: 10px 20px;
}
td.catRight{
    width: 33%;
    padding: 10px 20px;
}

/* END LISTING STYLES */
/*#################Top Dining Style##################*/
table.topDining {
    width: 100%;
}
table.topDining th {
    padding: 3px;
    font-size: 10px;
    text-align:left;
}
table.topDining td {
    padding: 3px;
    font-size: 10px;
    text-align: left;
}
table.topDining tr.odd td {
    width: 152px;
    text-align: center;
}
#content table.topDining th.rateIt a{
    font-size: 9px;
}
#content table.topDining th.rateIt{
    text-align: right;
}
#content table.topDining td.type a{
    text-decoration: none;
    font-size: 9px;
}

/* ############## Advertisement styles ################ */
.advertisement{ text-align: center; margin: 4px 0px; font-size: 9px; text-transform: lowercase; }
.advertisement a{ text-decoration: none; }
.advertisement img{ border: 0px solid #FFFFFF; }

.articleBody .advertisement{ display: inline; float: right; margin: 16px 0px 0px 0px; padding: 8px; }
.articleBody .advertisement img{  }
/* ############ End Advertisement styles ############## */

/* ROUNDED STYLES */

.alphaContain{
    text-align: center;
    padding: 8px 8px 8px 14px;
}

.alphaList{
    margin: 0px auto;
    display: inline;
    list-style-type: none;
}
.alphaList li{
    float: left;
    list-style-type: none;
    padding: 0px 0px 0px 8px;
}


.roundH, .roundHL, .roundHR, .roundF, .roundFL, .roundFR{
    height: 23px;
}
.roundH{
    background: url(/images/rounded_header.gif) repeat-x bottom left;
}
.roundHL{
    background: url(/images/rounded_header_left.gif) no-repeat bottom left;
}
.roundHR{
    background: url(/images/rounded_header_right.gif) no-repeat bottom right;
}
.roundH h2{
    display: inline;
    background-color: #FFFFFF;
    margin: 0 3px 0 38px;
    font-size: 16px;
    font-weight: bold;
    color: #B2B9CF;
}

.roundFL{
    background: url(/images/rounded_foot_left.gif) no-repeat top left;
}
.roundF{
    background: url(/images/rounded_foot.gif) repeat-x top left;
}
.roundFR{
    background: url(/images/rounded_foot_right.gif) no-repeat top right;
}

.roundC{
    border-left: 1px solid #B2B9CF;
    border-right: 1px solid #B2B9CF;
}
.roundC .hr3{
    margin: 3px;
    border-bottom: 1px solid #B2B9CF;
}

/* END ROUNDED STYLES */

/* ARTICLE SEARCH */
.aSearch{
    text-align: center;
    padding: 8px;
}

/* END ARTICLE SEARCH */

