/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
     margin: 0px auto 10px auto;
     font-family: Arial, Helvetica, sans-serif;
     font-size: 12px;
     font-weight: normal;
     text-align: left;
     color: #3d3d3d;
     background-color: #9c9b9a;
     background-image: url('../media/mainbg.gif');
     background-repeat: repeat-x;
     background-position:  top center;
     }

a, a:visited { 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #3d3d3d; 
	text-decoration: underline; background-color: none;
}
a:hover { color: #3d3d3d; text-decoration: none; }

p { margin: 5px 0px 7px 0px; }

sup {
     display: inline;
     padding: 0px;
     vertical-align: super;
     font-size: 8px;
     }

fieldset {
     border: none;
     padding: 4px 0px 4px 5px;
    }

fieldset p {
     display: block;
     font-size: 12px;
     margin: 5px 5px 5px 2px;
     }

form {
     margin: 0px 0px 5px 0px;
     }

img {
	 border: none;
     }

li {
     padding-bottom: 5px;
     }

/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.center {
     text-align: center;
     }

.inlinecenter {
     text-align: center;
     }

p.inline {
     display: inline; padding: 0px;
     }

.strong {
     font-weight: bold;
     }

.big {
     font-weight: bold;
     font-size: 14px;
     }

.hidden {
     display: none;
     }

a.unfancy {
     color: #3872B2;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

/* a.unfancy:hover {
     color: #555555;
     } */

/* +------------------------------------------------------------+ */
/* | Skin Specific Divs                                         | */
/* +------------------------------------------------------------+ */

#skin_wrapper {
	 width: 1000px;
	 padding: 0px 0px 0px 0px; margin: auto;
     }

#skin_ct {
     width: 1000px;
	 padding: 0px; border-spacing: 0px;
	 background-color: #ffffff; 
     }

#skin_ct_lcol_head {
     width: 160px;
	 padding: 0px; margin: 0px;
     vertical-align: top;
     background-color: #FFFFFF;
     }

#skin_ct_lcol {
	 width: 200px;
	 padding: 0px; margin: 0px;
     vertical-align: top;
     text-align: left;
     }
	 
#skin_ct_rcol_head {
     background-color: #FFFFFF;
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

#skin_ct_mcol {
	 width: 600px; 
	 padding: 5px; margin: 0px;
     vertical-align: top;
     }

#skin_ct_rcol {
	 width: 200px;
	 padding: 0px; margin: 0px;
     vertical-align: top;
     }

#skin_semifooter_ads {
     padding: 0px;
	 height:165px; width:1000px;	
	 text-align: center;
     background-image: url('../media/semifooter-dotsbg.gif');
     background-position:  top center;
     }

#skin_footernav {
     padding: 0px;
	 height:195px; width:1000px;
	 text-align: center;
     background-image: url('../media/footersection-bg.png');
     background-repeat: no-repeat;
     background-position:  top center;
     }

#skin_footer {
     padding: 0px;
     margin-top: 8px;
     text-align: center;
     }

#skin_pgtitle {
     color: #000000;
	 font-size: 18px;
     padding: 0px 0px 2px 0px;
     margin: 0px 0px 10px 0px;
     font-weight: normal;
     border-bottom: 1px solid #999999;
     }

#skin_content { margin: auto; }
#skin_line { padding: 10px; border-bottom: 1px solid #3d3d3d; }
	
/* +------------------------------------------------------------+ */
/* | Skin Specific Classes                                      | */
/* +------------------------------------------------------------+ */

.skin_fenavmini {	
     background-color: #F2F2F2;
	 width:175px; padding: 5px;
     margin: auto;	 
     border-left: 1px solid #999999;
     border-right: 1px solid #999999;
	 border-top: 1px solid #999999;
     border-bottom: 1px solid #999999;
     }

.skin_fenavh {
	font-size: 14px;
    color: #000000;
    padding: 6px 0px 3px 0px;
	margin: 0px;
    font-weight: bold;
    }

.skin_fenav {
     padding: 0px 0px 0px 0px; margin: auto;
	 width:191px; height:155px;
	 background-image: url('../media/quicklinksbg.png');
	 background-repeat: no-repeat;
	 background-position:  top center;
     }
	 
.skin_fenav ul {
     padding: 26px 0px 0px 0px;
	 margin: 0px 0px 0px 0px;
     list-style: none;
     }

.skin_fenav ul li {
     margin: 0px;
	 padding: 8px 0px 0px 24px;
     list-style: none;
     }

.skin_fenav ul li a {
     padding: 0px 0px 0px 0px;
	 color: #ffffff;
     font-weight: normal;
     text-decoration: none;
     }

.skin_fenav ul li a:hover {
     color: #000000;
     background-color: none;
     text-decoration: none;
     }

.skin_headacct {
     text-align: right;
     clear: both;
     }

#skin_menu_head ul {
     padding: 0px 0px 4px 0px;
     margin: 0px 0px 4px 0px;
     list-style: none;
     border-bottom: 1px solid #999999;
     }

#skin_menu_head li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_menu_head ul li a {
     color: #3872B2;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 30px 0px 0px;
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
     }

#skin_menu_head ul li a:hover {
     text-decoration: underline;
     }

#skin_headacct {
     padding: 0px 0px 0px 10px;
     background-image: url('../media/menu_arrow.png');
     background-repeat: no-repeat;
     background-position: center left;
}

/* +------------------------------------------------------------+ */
/* | CORE Required Divs                                         | */
/* +------------------------------------------------------------+ */

#debug {
     color: #555555;
     background-color: #FFFFFF;
     border-top: 1px solid #999999;
     overflow: hidden;
     padding: 10px;
     margin: 10px auto 10px auto;
     }

#printable {
     background-color: #FFFFFF;
     border: 1px solid #999999;
     padding: 10px;
     margin: auto;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Messages                            | */
/* +------------------------------------------------------------+ */

.error {
     color: #FF0000;
     font-weight: bold;
     }

.confirm {
     color: #f26522;
     font-weight: bold;
     }

.imgfloatrt {
     float: right;
     margin-bottom: 10px;
     margin-left: 10px;
     display: inline;
     }

.inline {
     display: inline;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Boxed Monospace Code                | */
/* +------------------------------------------------------------+ */

.preboxed {
     margin: 5px 0px 0px 0px;
     padding: 5px;
     border: 1px solid #999999;
     font-family: Fixed, monospace;
     overflow: hidden;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Form Fields                         | */
/* +------------------------------------------------------------+ */

.formfieldradcb {
     color: inherit;
     background-color: inherit;
     }

.formfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 12px;
     }

.formfield:hover {
     background-color: #F5F5F5;
     }

.formfieldp {
     display: block;
     padding: 0px;
     margin: 0px 0px 2px 2px;
     }

.formfieldpnfs {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 5px 0px;
     }

.formfielda {
     display: block;
     padding: 0px 5px 0px 5px;
     margin: 0px 0px 2px 0px;
     }

.formbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px 0px 5px 0px;
     font-size: 12px;
     width: 130px;
     border: 1px solid #555555;
     }

.formbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     margin: 0px;
     font-size: 12px;
     width: 130px;
     border: 1px solid #555555;
     }

.quickbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     }

.quickform {
     margin: 5px 0px 0px 0px;
     }

.quickfield {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     font-size: 12px;
     margin: 1px 0px 0px 0px;
     }

.quickfield:hover {
     background-color: #EFEFEF;
     }

.formfieldradcb_rnc {
     background-color: #FFA4A4;
     }

.formfield_rnc {
     background-color: #FFA4A4;
     border: 1px solid #555555;
     font-size: 12px;
     margin: 5px 5px 0px 2px;
     }

.formfield_rnc:hover {
     background-color: #EFEFEF;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Form Table Displays                 | */
/* +------------------------------------------------------------+ */

.formsecthead {
     color: #FF6600;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     }

table.formtblone {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

table.formtbltwo {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.formtbltwo {
     padding: 4px 2px 4px 2px;
     width: 50%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.formtbltwospan {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.formtblone {
     padding: 4px 2px 4px 2px;
     width: 100%;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Sort Table Displays                 | */
/* +------------------------------------------------------------+ */

table.sorttable {
     margin: 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

th.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     font-weight: bold;
     }

td.sorttable {
     padding: 4px 5px 4px 5px;
     border-bottom: 1px solid #DEDEDE;
     vertical-align: top;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Regular Table Displays              | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #FF6600;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     }

table.regtable {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.regtable {
     padding: 4px 2px 4px 2px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

.regtable p {
     padding: 0px;
     margin: 0px 0px 5px 0px;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Ghost Table Displays                | */
/* +------------------------------------------------------------+ */

table.ghost {
     margin: 0px;
     padding: 0px;
     border-spacing: 3px;
     border-collapse: collapse;
     width: 100%;
     }

td.ghost {
     padding: 0px;
     margin: 0px;
     vertical-align: top;
     }

.ghost form {
     display: inline;
}

td.ghost img {
     margin-right: 10px;
     margin-bottom: 10px;
     }

td.ghost p {
     margin: 0px 0px 6px 0px;
}

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Boxed Paragraphs                    | */
/* +------------------------------------------------------------+ */

p.ultablesp {
     margin: 0px;
     font-size: 1px;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Online Store Displays               | */
/* +------------------------------------------------------------+ */

.storehead {
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 0px;
	 font-size: 14px;
     font-weight: normal;
	 color: #FF6600;
     border-bottom: 1px solid #999999;
     font-weight: bold;
     clear: both;
     }

.storelink {
     color: #666666;
     background-color: #F2F2F2;
     margin: 5px 0px 10px 0px;
     padding: 4px 5px 4px 5px;
     border: 1px solid #999999;
     }

.storelink p {
     color: #666666;
     margin: 0px;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Category List Display Tables        | */
/* +------------------------------------------------------------+ */

table.cptbl_cat {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_cat {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_cat a {
     font-weight: bold;
     }

td.cptbl_cat_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Product List Display Tables         | */
/* +------------------------------------------------------------+ */

table.cptbl_prod {
     margin: 0px 0px 10px 0px;
     border-spacing: 0px;
     border-collapse: collapse;
     width: 100%;
     }

td.cptbl_prod {
     padding: 5px 0px 0px 0px;
     vertical-align: top;
     border-bottom: 1px solid #DEDEDE;
     }

td.cptbl_prod a {
     font-weight: bold;
     }

td.cptbl_prod_blank {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Product Detail Display Tables       | */
/* +------------------------------------------------------------+ */

table.cptbl_det {
     margin: 0px 0px 10px 0px;
     padding: 0px;
     border-collapse: separate;
     border-spacing: 10px;
     width: 100%;
     }

td.cptbl_det {
     padding: 10px;
     margin: 0px;
     vertical-align: top;
     -moz-border-radius: 9px;
     -webkit-border-radius:9px;
     border-radius: 9px;
     background-color: #FFFFFF;
     border: 1px solid #333333;
     -moz-box-shadow: 4px 4px 4px #bbbbbb;
     -webkit-box-shadow: 4px 4px 4px #bbbbbb;
     box-shadow: 4px 4px 4px #bbbbbb;
     }

td.cptbl_det_blank {
     display: none;
     }

.rsd_proddet_img {
     text-align: center;
     }

.rsd_proddet_img .imgwrapsmall {
     width: 50px;
     margin: 2px 2px 2px 0px;
     float: left;
     padding: 0px;
     }

.rsd_proddet_img .imgwrapbig {
     width: 250px;
     margin: 2px auto 2px auto;
     padding: 0px;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Price Displays                      | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 5px 0px 7px 0px;
     }

.price {
     color: #FF6600;
     font-weight: bold;
     display: inline;
     }

.pricex {
     color: #FF0000;
     font-weight: bold;
     display: inline;
     text-decoration: line-through;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Shopping Cart Displays              | */
/* +------------------------------------------------------------+ */

.cartbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 1px;
     font-size: 12px;
     font-weight: normal;
     text-align: center;
     display: block;
     margin: 0px 0px 5px 0px;
     width: 125px;
     border: 1px solid #555555;
     text-decoration: none;
     }

.cartbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

/* +------------------------------------------------------------+ */
/* | CORE Required Classes: Misc                                | */
/* +------------------------------------------------------------+ */

.clearboth {
     clear: both;
     }

.outstock {
     color: #FF0000;
     }

a.hrefbutton {
     color: #555555;
     background-color: #DEDEDE;
     padding: 2px 5px 2px 5px;
     font-size: 12px;
     font-weight: normal;
     text-align: center;
     display: block;
     border: 1px solid #555555;
     text-decoration: none;
     }

a.hrefbutton:hover {
     color: #555555;
     background-color: #EBF1FF;
     text-decoration: none;
     cursor: default;
     }

.outline {
     border: 1px solid #999999;
     padding: 5px;
     margin-top: 5px;
     }

.outline p {
     margin: 0px 0px 3px 0px;
}

/* +------------------------------------------------------------+ */
/* | Nav                                                        | */
/* +------------------------------------------------------------+ */

#skin_nav {
     width: 1000px;
     padding: 0px; margin: 0px auto 0px auto;
     clear: both;
      }

#skin_nav_menu {
     padding: 0px;
     margin: 0px;
     height: 28px;
     }

#skin_nav_menu ul {
     list-style: none;
     padding: 0px;
     margin: 0px;
     text-decoration: none;
     }

#skin_nav_menu li {
     float: left;
     position: relative;
     padding: 0px; margin: 0px;
     }

#skin_nav_menu ul li a {
     display: block;
     text-decoration: none;
     padding: 0px;
     margin: 0px;
     }

#skin_nav_menu ul li a:hover {
     text-decoration: none;
     }

#skin_nav_menu ul li ul {
     display: none;
     position: absolute;
     font-weight: normal;
     margin: 0px 0px 0px 0px;
     padding: 8px 0px 8px 0px;
     z-index: 100;
     background-image: url('../media/menusubbg.png');
     background-repeat: no-repeat;
     background-position:  bottom left;
     background-color: none;
     border-top: 1px solid #000000;
     }

#skin_nav_menu ul li:hover ul {
     display: block;
     }

#skin_nav_menu ul li ul li {
     display: block;
     float: none;
     width: 169px;
     padding: 0px;
     margin: 0px;
     background-image: none;
     }

#skin_nav_menu ul li ul li a {
     font-size: 12px;
     display: block;
     color: #FFFFFF;
     padding: 3px 12px 3px 12px;
     font-weight: normal;
     margin: 0px;
	 border-top: 1px solid #4f4f4f;
     }

#skin_nav_menu ul li ul li a:hover {
     color: #f26522;
     }

/* +------------------------------------------------------------+ */
/* | Prices                                                     | */
/* +------------------------------------------------------------+ */

.pricediv {
     margin: 2px auto 2px auto;
     }

td.cptbl_prod .pricediv {
     font-size: 11px;
     }

.pricediv p {
     padding: 0px;
     margin: 0px;
     }
	 
.pricediv_l_reg {
     width: 48%;
     margin: 0px;
     float: left;
     clear: both;
     padding: 0px;
     text-align: right;
	 font-weight: bold;
	 color: #797979;
     }	 

.pricediv_l_sale {
     width: 48%;
     margin: 0px;
     float: left;
     clear: both;
     padding: 0px;
     text-align: right;
     font-size: 14px;
	 font-weight: bold;
     }	 
	 
.pricediv_l_savings {
     width: 48%;
     margin: 0px;
     float: left;
     clear: both;
     padding: 0px;
     text-align: right;
     color: #FF0000;
     font-size: 14px;
	 font-weight: bold;
     }	 

.pricediv_r_reg {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
     font-weight: bold;
     }
	 
.pricediv_r_regx {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
	 font-weight: bold;
	 color: #797979;	 
     }	 

.pricediv_r_regnum {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
	 font-weight: bold;
	 color: #797979;
     }	 

.pricediv_r_regv {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
     }

.pricediv_r_sale {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
     font-weight: bold;
     font-size: 14px;
     }	 

.pricediv_r_savings {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
     color: #FF0000;
     font-weight: bold;
     font-size: 14px;
     }	 

.pricediv_r_outstock {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
     color: #FF0000;
     font-weight: bold;
     }

.pricediv_r_instock {
     width: 48%;
     margin: 0px;
     float: right;
     padding: 0px;
     text-align: left;
     color: #f26522;
     font-weight: bold;
     }

/* +------------------------------------------------------------+ */
/* | Products Details TABS                                      | */
/* +------------------------------------------------------------+ */

.proddet_desc {
     width: 718px;
	 padding: 10px;
     margin: -1px 10px 10px 10px;
	 float: left;
     clear: left;
     -moz-border-radius: 0px 0px 9px 9px;
     -webkit-border-radius: 0px 0px 9px 9px;
     border-radius: 0px 0px 9px 9px;
     background-color: #FFFFFF;
     border: 1px solid #333333;
     -moz-box-shadow: 4px 4px 4px #bbbbbb;
     -webkit-box-shadow: 4px 4px 4px #bbbbbb;
     box-shadow: 4px 4px 4px #bbbbbb;
     }

.proddet_desc .descwrap {
     margin: 10px auto 10px auto;
     padding: 10px;
     -moz-border-radius: 9px;
     -webkit-border-radius: 9px;
     border-radius: 9px;
     background-color: #FFFFFF;
     border: none;
     overflow: auto;
     height: 400px;
     clear: both;
     }

#proddet_tabs {
     width: 740px;
	 padding: 3px 0px 0px 0px;
     margin: 0px 10px 0px 10px;
     border: none;
     clear: both;
     -moz-border-radius: 9px 9px 0px 0px;
     -webkit-border-radius: 9px 9px 0px 0px;
     border-radius: 9px 9px 0px 0px;
     -moz-box-shadow: 4px 4px 4px #bbbbbb;
     -webkit-box-shadow: 4px 4px 4px #bbbbbb;
     box-shadow: 4px 4px 4px #bbbbbb;
     background-image: url('../media/headerbackground.png');
     background-repeat: no-repeat;
     background-position:  top left;
     background-color: #909090;
	 height: 35px;
     }

#proddet_tabs ul {
     list-style: none;
     padding: 0px;
     margin: 0px 0px 0px 3px;
     text-decoration: none;
     }

#proddet_tabs li {
     float: left;
     position: relative;
     padding: 0px;
     margin: 0px 3px 0px 0px;
	 color: #333333 !important;
     }

#proddet_tabs ul li a {
     display: block;
	 cursor: pointer;
	 color: #333333 !important;
     font-weight: normal;
     font-size: 11px;
     text-decoration: none;
     padding: 8px 10px 8px 10px;
     margin: 4px 0px 0px 0px;
     background-image: url('../media/taboff.png');
     background-repeat: no-repeat;
     background-position:  top left;
     -moz-border-radius: 6px 6px 0px 0px;
     -webkit-border-radius: 6px 6px 0px 0px;
     border-radius: 6px 6px 0px 0px;
     background-color: #cccccc;
     border-top: 1px solid #6e6e6e;
     border-left: 1px solid #6e6e6e;
     border-right: 1px solid #6e6e6e;
     }

#proddet_tabs ul li a:hover {
     color: #ffffff !important;
	 background-image: url('../media/tabover.png') !important;
     background-repeat: no-repeat;
     background-position:  top left;
     }

.proddet_icons {
     width: 207px;
     margin: 0px 10px 10px 10px;
     float: right;
     }

.proddet_rightsidebox {
     width: 207px;
	 text-align: center;
     -moz-border-radius: 9px 9px 9px 9px;
     -webkit-border-radius: 9px 9px 9px 9px;
     border-radius: 9px 9px 9px 9px;
     border: 1px solid #06FF01;
     background-color: #FFFFFF;
     -moz-box-shadow: 4px 4px 4px #bbbbbb;
     -webkit-box-shadow: 4px 4px 4px #bbbbbb;
     box-shadow: 4px 4px 4px #bbbbbb;
     }

/* +------------------------------------------------------------+ */
/* | Other CSS style                                            | */
/* +------------------------------------------------------------+ */

.rsdlogo {
	width:342px; height:88px;
	background-image: url(../media/rococosystemsanddesign-logo.png);
	background-repeat: no-repeat;
	background-postion: top center;
}

.mini-search-style {
	background-image: url(../media/searchbg-img.png);
	background-repeat: no-repeat;
	background-postion: top center;
}

.topminicontent {
	height:21px; width:1000px;
	background-color: none;
	background-image: url(../media/topminicontent.gif);
	background-repeat: no-repeat;
	background-postion: top center;
}

.recommended-systems-style {
	width: 100%;
	background-color:#dedede;
}

.recommendedsystems-bg {
	background-image: url(../images/recommendation-headerbg.gif);
	background-repeat: repeat-x;
}

.topmenu_style {
	background-image: url(../shared/topmenu-bg.gif);
	background-repeat: repeat-x;
	background-postion: top center;
}

.TopMenulink_Style, a.TopMenulink_Style, a:visited.TopMenulink_Style {
	font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; 
	text-decoration: none; background-color: none;
}
a:hover.TopMenulink_Style { color: #ffffff; text-decoration: underline; }

.MainMenulink_Style, a.MainMenulink_Style, a:visited.MainMenulink_Style {
	padding: 20px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #ffffff; font-weight:bold;
	text-decoration: none; background-color: none;
}
a:hover.MainMenulink_Style { font-weight:bold; color: #275015; text-decoration: none; }

a.menulink, a:visited.menulink { width:180px; padding-top:6px; padding-bottom:6px; display: block; text-align: left; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #3d3d3d; border: none; }
a.menulink:hover { color: #3d3d3d; border: none; text-decoration: none; background-color:#dcdcdc; }

a.leftmenulink, a:visited.leftmenulink { width:200px; padding-top:8px; padding-bottom:8px; display: block; text-align: left; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #3d3d3d; border: none; }
a.leftmenulink:hover { color: #3d3d3d; border: none; text-decoration: none; background-color:#dcdcdc; }

.hoverwhite:hover {
    filter:alpha(opacity=80);
    -moz-opacity:0.8;
	opacity: 0.8;
}

.linestyle { height:15px; background-color:#f26522; }

.expandable { width: 100%; }

#footernav_div {
	padding-top: 10px; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; color: #949494;
}

.footerMenulink, a.footerMenulink, a:visited.footerMenulink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px; color: #949494; text-decoration: none; background-color: none;
}
a:hover.footerMenulink { color: #ffffff; text-decoration: underline; }

.footerlink, a.footerlink, a:visited.footerlink {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; color: #ffffff; 
	text-decoration: none; background-color: none;
}
a:hover.footerlink { color: #ffffff; text-decoration: underline; }

.footerbg_style {
	width:1000px;
	background-image: url(../shared/footer-bg.gif);
	background-repeat: repeat-x;
}

.copyright_style {
	padding:6px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px; color: #ffffff;
}

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */

legend {
     display: none;
}

label {
     display: none;
}

.formfieldrelwrap {
     overflow: auto;
     width: 550px;
     height: 90px;
     border: 1px solid #555555;
     padding: 5px;
     margin: 10px 0px 10px 0px;
     }

.formfieldwysiwyg {
     background-color: #FFFFFF;
     border: 1px solid #555555;
     margin: 5px 5px 0px 2px;
     font-size: 11px;
     }

.formfieldwysiwyg:hover {
     background-color: #F5F5F5;
     }

.formfieldleg {
     font-weight: bold;
     }

.formfieldleg_rnc {
     font-weight: bold;
     color: #FF0000;
     }

