/* redefine real tags ---------------------------------------- */
body              {
    background-color: #FFFFFF;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    font-family:Arial, sans-serif;
}

.domain-name {
    color:#aadd27;
    font-weight:bold;
    font-family:arial,sans-serif;
    font-size:25px;
    /*text-transform:lowercase;*/
}

td {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #000000;
}
li { padding: 2px; }

strong, b, .bold {
    font-weight:bold;
}

.sponsored-links {
    font-size:10px;
    color: #4b4b4b;
 }
.popular_link {
    color: #fff;
    font-weight:bold;
    text-decoration:none;
}

.popular_link:hover {
    color: #aadd27;
    text-decoration:underline;
}

.rs a{
    display:block;
	color: #4b4b4b;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
    background: url("/img/_electronics/green-arrow-white.gif") no-repeat;
    padding-left:20px;
    background-position: 0% 50%;
}
.rs a:hover { color: #9ed20b;
    text-decoration:underline;
 }

.rs2 a {
    display:block;
	color: #aadd27;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
    background: url("/img/_electronics/green-arrow-black.gif") no-repeat;
    padding-left:20px;
    background-position: 0% 10%;
}
.rs2 a:hover { color: #9ed20b;
    text-decoration:underline;
 }

.search-text {
	color: #4b4b4b;
	font-weight: normal;
	text-decoration: none;
	font-size: 12px;
}

.popular_cats_bar {
    background: #000;
    border-bottom: 1px solid #fff;
}

.shadow-thing {
    line-height: 2em;
    white-space: nowrap;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#666666,Strength=1);
    width: 150px;
    height:auto;
}

.shadow-thing:before {
      display: block;
      margin: 0 0 -2.24em 0.20em;
      padding: 0;
      color: #8bb420;
}

a.browse_cat_link {
    display:inline;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial,sans-serif;
    background: url("/img/_electronics/green-arrow-black.gif") no-repeat;
    padding-left:20px;
    background-position: 0% 50%;
}
.browse_cat_link:hover { color: #9ed20b;  text-decoration:underline; }

.cat2{
    background: #000;
    padding:0px;
    padding-left: 15px;
}



.categories{
    color: #4b4b4b;
    font-weight: bold;
    width: 50%;
    padding:8px;
    padding-left:15px;
    font-size: 12pt;
}
.categories a{
    color: #4b4b4b;
    font-weight:normal;
    text-decoration: none;
}
.categories a:hover{ color:#9ed20b; text-decoration:underline;}

.categories ul {
    padding: 5px;
    margin: 0px;
    padding-left : 20px;
}

.categories li {
    padding: 0px;
}

.categories_name a {
    color: #9ed20b;
    font-size: 16pt;
    text-transform: uppercase;
}


.shadow {
  line-height: 2em;
  white-space: nowrap;

}

.overlay {
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    color: #fff;
}
.green-td {
    background: #aadd27;
    height: 26px;
    vertical-align:middle;
    font-size: 12px;
    font-weight:bold;
    color: #fff;
    padding-left:10px;
    border-bottom: 1px solid #fff;
}
/* align ----------------------------------------------------- */
.center {
	text-align: center;
}

.vtop {
	vertical-align: top;
}

.vmiddle {
	vertical-align: middle;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* border related --------------------------------------------- */
.rightborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #7F9DB7;
}

.border_0010_grey {
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #CCCCCC;
}

.border_0010_dark_orange {
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #F68D00; /*#AE6201;*/
}

.border_1010_dark_orange {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #AE6201;
}

.border_1111_dark_orange {
    border: 1px solid #AE6201;
}

.border_1111_orange {
    border: 1px solid #F68D00;
}

.border_1111_grey {
    border: 1px solid #E5E5E5;
}

/* padding related ------------------------------------------- */
.padding_4 {
    padding: 4px;
}

.padding_top_2 {
    padding-top: 2px;
}

.padding_top_4 {
    padding-top: 4px;
}

.padding_bottom_2 {
    padding-bottom: 2px;
}

.padding_bottom_4 {
    padding-bottom: 4px;
}

.padding_bottom_5 {
    padding-bottom: 5px;
}

.padding_bottom_8 {
    padding-bottom: 8px;
}

.padding_bottom_10 {
    padding-bottom: 10px;
}

.padding_left_5 {
    padding-left: 5px;
}

.padding_left_4 {
    padding-left: 4px;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_right_4 {
    padding-right: 4px;
}

.padding_right_8 {
    padding-right: 8px;
}

.padding_lr_4 {
    padding-left : 4px;
    padding-right: 4px;
}

.padding_lr_5 {
    padding-left : 5px;
    padding-right: 5px;
}

.nopadding_left {
    padding-left: 0px;
}

.nopadding_right {
    padding-right: 0px;
}

.nopadding_top {
    padding-top: 0px;
}

.nopadding {
    padding: 0 0 0 0;
}

/* background related ---------------------------------------- */
.bg_blue_grey {
	background-color: #7F9DB7;
}

.bg_dark_grey {
    background-color: #686868;
}

.bg_white {
    background-color: #FFFFFF;
}

.bg_grey {
    background-color: #E5E5E5;
}

.bg_light_grey {
    background-color: #FCFCFC;
}

/* colors ---------------------------------------------------- */
.black {
    color: #000000;
}

.nd_light_black {
    color: #333333;
}

.nd_dark_blue {
    color: #0B4D7D;
}

.white {
    color: #FFFFFF;
}

.blue {
    color: #0000FF;
}

.nd_orange {
	color: #F48A00;
}

.nd_dark_grey {
    color: #666666;
}

.blue_grey {
    color: #7F9DB7;
}

.nd_blue {
    color: #0C51A5;
}
.nd_faint_grey {
	color: #999;
}
.nd_dark_grey {
    color: #666666;
}

.nd_light_black {
    color: #333333;
}

.nd_light_green, .move_up {
    color: #00CC00;
}

.nd_vibrant_green {
    color: #29B236;
}

.nd_green {
    color: #55863D;
}
.nd_dark_green {
	color: #006600;
}
.nd_faint_blue{
	color: #2061AB;
}
.nd_dark_faint_blue{
	color:#336699;
}
.nd_red {
    color: #FF0000;
}

.nd_light_grey {
    color: #BDC7DF;
}
.nd_darker_blue {
	color: #000099;
}

/* link related ---------------------------------------------- */
.nodecoration {
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.hand {
    cursor: pointer;
}

.hover_blue:hover {
    color: #0000FF;
}

.hover_orange:hover {
	color: #F48A00;
}

.hover_grey:hover {
	color: #CCCCCC;
}

.hover_red:hover {
    color: #FF0000;
}

/* font sizes ------------------------------------------------ */
.s5  { font-size: 5px }
.s7  { font-size: 7px }
.s10 { font-size: 10px }
.s11 { font-size: 11px }
.s12 { font-size: 12px }
.s13 { font-size: 13px }
.s14 { font-size: 14px }
.s15 { font-size: 15px }
.s16 { font-size: 16px }
.s17 { font-size: 17px }
.s18 { font-size: 18px }
.s20 { font-size: 20px }
.s30 { font-size: 30px }
.s31 { font-size: 31px }
.s32 { font-size: 32px }
.s33 { font-size: 33px }
.s34 { font-size: 34px }
.s35 { font-size: 35px }

/* input related ---------------------------------------------- */
.input_park_page {
	font-weight: normal;
	color: #000000;
	font-size: 13px;
	font-style: normal;
	width: 190px;
	border: 1px solid #a5b0b6;
	overflow: hidden;
}

/* ad related -------------------------------------------------- */
.ads {
    font-family: Arial,sans-serif;
    padding-left: 15px;
}
.ad_headline {
    font : 16pt helvetica, arial,sans-serif;
    font-weight: normal;
    color: #0957f5;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.ad_line {
    font-weight: normal;
    font : 11pt helvetica, arial,sans-serif;
    text-decoration : none;
    color: #4b4b4b;
    border: none;
}

.ad_link {
    color: #41CF40;
    font : 12pt tahoma, verdana, helvetica, arial,sans-serif;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
.ad_link:hover {
    text-decoration: underline;
}

.ws_headline {
    font : 16pt helvetica, arial,sans-serif;
    font-weight: normal;
    color: #0957f5;

    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.ws_line {
    font-weight: normal;
   font : 11pt helvetica, arial,sans-serif;
   text-decoration : none;
    color: #4b4b4b;
    border: none;
}

.ws_link {
    color: #41CF40;
    font : 12pt tahoma, verdana, helvetica, arial,sans-serif;
    border: none;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
}
.ws_link:hover {
    text-decoration: underline;
}

#catch_all_link {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size:12px;
}
#catch_all_link u {
	color: #00f;
	text-decoration: underline;
}

#catch_all_link:hover {
	color: #00f;
}