﻿

/************************************************************\
* CSS
\************************************************************/







	/* CSS Tweaks */
	* {padding:0;margin:0;}
	a img {border:0;}
	.clear {clear:both;}
	a {text-decoration:none;}
	a:hover {text-decoration:underline;}
	p {padding-bottom:10px;}
	.hidden {display:none;}
	
	/* Body */
	body {background:url(/img/bg.gif) 4px 5px;font-family:Arial;font-size:12px;}
	
	/* Top BG */
	.topbg {position:absolute;top:0;left:0;width:100%;height:260px;background:url(/img/top_bg.gif) repeat-x top;z-index:1;}

	/* Wrapper */
	.wrapper {position:relative;width:960px;margin:auto;z-index:2;}
	
/************************************************************\
* Header
\************************************************************/	
	.header {position:relative;height:317px;z-index:11;}
	
	/* Top Links */
	.header .toplinks {position:absolute;top:10px;right:-13px;}
	.header .toplinks li {float:left;list-style:none;padding:0 13px;background:url(/img/toplinks_div.gif) no-repeat left;}
	.header .toplinks li:first-child {background:none;}
	.header .toplinks li a {color:#666;}
	.header .toplinks li img {vertical-align:top;margin-right:3px;}

	/* Search */
	.header .search {width:258px;height:39px;background:url(/img/search_bg.gif);position:absolute;top:40px;right:0;}
	.header .search input[type="text"] {border:0;margin:6px 0;margin-left:38px;padding:5px;width:140px;float:left;color:#999;font-family:Arial;font-size:12px;}
	.header .search input[type="image"] {width:62px;height:27px;float:right;margin:5px;margin-left:0;}

	/* Light/Dark Buttons */
	.header .button {display:block;width:33px;height:15px;background:url(/img/button_light_dark.gif) no-repeat top left;text-indent:-99px;overflow:hidden;position:absolute;top:88px;}
	.header .button-light {background-position:-33px 0;right:0;}
	.header .button-dark{background-position:0 0;right:33px;}



	
/************************************************************\
* Featured / Top Articles
\************************************************************/
	.ftop {padding:10px;}
	.ftop .featured {float:left;width:630px;position:relative;}
	.ftop .featured .fwrap {width:630px;height:280px;overflow:hidden;position:relative;}
	.ftop .featured ul {width:100000px;position:absolute;top:0;left:0;}
	.ftop .featured li {list-style:none;float:left;}
	.ftop .featured li img {vertical-align:middle;}
	.ftop .featured li div {margin-top:1px;padding:5px;}
	.ftop .featured li div a {font-weight:bold;}
	.ftop .featured li div a.title {font-size:18px; font-weight:bold;}

	.ftop .featured .fthumbs {position:absolute;top:10px;left:10px;z-index:8;height:215px;overflow:hidden;}
	.ftop .featured .fthumbs img {border:2px solid #333;vertical-align:middle;margin-bottom:5px;width:62px;height:34px;}
	.ftop .featured .fthumbs img.active {border:2px solid #fff;}

	.ftop .featured a {outline:none;}

	.ftop .top {float:right;width:300px;}
	.ftop .top li {padding:10px 0;list-style:none;}
	.ftop .top li a {font-weight:bold;}
	.ftop .top li span {display:block;font-size:11px;height:14px;overflow:hidden;}
	.ftop .top li span a.comments {float:right;}
	

	
/************************************************************\
* Left
\************************************************************/
	.left {float:left;width:630px;margin:10px;position:relative;z-index:7;}
	.left_fullwidth {width:auto;}
	
	/* Advertisements */
	.left .advert-arch-top {width:468px;height:60px;margin:auto;padding-bottom:10px;}
	.left .advert-arch-bottom {width:300px;height:250px;margin:auto;padding-top:10px;}
	.left .advert-article-bottom {width:468px;height:60px;margin:auto;padding:15px 0;}
	

/* Highlights */
	.highlights {list-style:none;width:500px;}
	.highlights li {margin:10px 0;width:204px;float:left;margin-right:9px;}
	.highlights span {display:block;padding:5px;font-weight:bold;}
	.highlights span.title {height:auto;overflow:hidden;}
	.highlights span.cat {font-size:11px;}
	.highlights .thumbnail img {width:196px;height:110px;vertical-align:middle;padding:1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
	
	/* Articles */
	.articles {list-style:none;}
	.articles > li {padding:15px 0;}
	.articles .title {font-weight:bold;font-size:20px;}
	.articles .pinfo {display:block;padding:5px;font-size:15px;margin:5px 0;}
	.articles .pinfo a.comments {float:right;background-repeat:no-repeat;background-position:left;text-indent:15px;}
	.articles .thumb img {float:left;margin-right:5px;width:135px;height:75px;vertical-align:middle;padding:1px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
	.articles .post {line-height:18px;}
	.articles .post a {font-weight:bold;}
	.articles .post-date {float:left;margin-right:5px;}
	.article .ainfo {padding:10px;position:relative;margin-bottom:10px;height:80px;}
	.article .ainfo .infol {float:right;width:80px;text-align:center;}
	.article .ainfo .avatar a {display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:1px;margin-bottom:5px;}
	.article .ainfo .avatar a img {vertical-align:middle;width:75px;height:75px;display:block;}
	.article .ainfo .author a {font-size:11px;}
	.article .ainfo ul {list-style:none;position:absolute;top:0;right:0;}
	.article .ainfo ul li {float:left;padding-left:2px;}
	.article .ainfo ul li:first-child {background:none;}
	.article .ainfo ul li:first-child a {padding:0;width:126px;text-align:center;}

	.article .ainfo ul li a {float:right;display:block;height:35px;line-height:35px;font-weight:bold;padding:0 25px;outline:none;}
	.article .ainfo ul li a:hover {text-decoration:none;}
	.article .ainfo .advert {position:absolute;bottom:0;right:0;width:468px;height:60px;padding:12px 30px;}
	.article .title {font-size:24px;display:inline-block;}
	.article .postright {float:right;width:220px;}
	.article .postright .score {background:#00728f;width:188px;float:right;margin-bottom:10px;padding:10px;text-transform:uppercase;font-weight:bold;color:#fff;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
	.article .thumbnail {float:right;margin:0;margin-left:5px;margin-bottom:5px;display:inline-block;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:1px;width:204px;height:115px;}
	.article .thumbnail img {vertical-align:middle;width:205px;height:115px;}
	.article .atabs {margin-top:10px;min-height:34px;clear:both;}
	.article .atabs .tabs {height:34px;}
	.article .atabs .tabs li {float:left;margin-right:1px;list-style:none;}
	.article .atabs .tabs li a {display:block;height:32px;line-height:34px;padding:0 15px;font-weight:bold;outline:none;}
	.article .atabs .tags {padding:10px;text-align:center;}
	.article .atabs .tags a {display:inline-block;padding-left:15px;background:url(/img/icon_tags.png) no-repeat left;margin:0 5px;}
	.article .atabs .categories {padding:10px;text-align:center;}
	.article .atabs .categories a {font-weight:bold;}
	.article .atabs .similarposts {padding:10px;}
	.article .atabs .similarposts li {list-style:none;padding:5px;font-weight:bold;}
	
	/* Images */
	.article .post img {padding:1px;border:1px solid #ccc;max-width:620px !important;}
	.article .post img.wp-smiley {padding:0 !important;border:none !important;vertical-align:middle;}
	.article .post img.centered{display:block;margin-left:auto;margin-right:auto;}
	.article .post img.alignleft {margin:0 7px 2px 0;display:inline;}
	.article .post img.alignright{margin:0 0 2px 7px;display:inline;}
	
	/* HTML Headings */
	.articles .post h1, .articles .post h2, .articles .post h3, .articles .post h4, .articles .post h5, .articles .post h6 {margin:10px 0;padding-bottom:10px;}
	.articles .post h1 {font-size:28px;padding-bottom:15px;margin-top:20px;}
	.articles .post h2 {font-size:24px;}
	.articles .post h3 {font-size:20px;}
	.articles .post h4 {font-size:18px;}
	.articles .post h5 {font-size:16px;}
	.articles .post h6 {font-size:13px;}
	
	/* Blockquotes */
	.articles .post blockquote {margin:10px;padding:10px;position:relative;font-style:italic;}
	
	/* Lists */
	.articles .post ul {margin:5px 0 5px;}
	.articles .post ul ul {margin:0;}
	.articles .post ol {margin:5px 0 5px;}
	.articles .post ol ol {margin:0;}
	.articles .post ul li {list-style:none;text-indent:15px;margin-left:12px;padding:3px 0;}
	.articles .post ol li {list-style-position:inside;margin-left:10px;padding:3px 0;}
	
	/* Comments */
	.comments li {list-style:none;position:relative;text-indent:normal;}
	.comments li ul {margin-left:30px;}
	.comments li li li li li ul {margin-left:0;}
	.comments li .cwrap {padding:8px;margin:10px 0;position:relative;}
	.comments li .avatar img {-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;padding:1px;vertical-align:middle;float:left;margin-right:8px;}
	.comments li .author,.comments li .author a {font-weight:bold;font-size:13px;}
	.comments li .cnumber {font-size:30px;position:absolute;right:8px;top:35px;}
	.comments li .cnumber span {font-size:18px;}
	.comments li .ratec {position:absolute;top:8px;right:8px;}
	.comments li .ratec .ratingtext {display:none;}
	.comments li .ctext {margin-top:8px;position:relative;}
	.comments li .ctext div {padding:8px;}
	.comments li .ctext .triangle {width:27px;height:27px;display:block;position:absolute;left:73px;top:-27px;}

	.comments input.cicon {margin-bottom:3px;height:21px;width:163px;padding-left:32px;padding-right:5px;padding-top:8px;background-repeat:no-repeat;background-position:top left;}
	.comments input.icon_name {background-position:0 0;}
	.comments input.icon_email {background-position:0 -29px;}
	.comments input.icon_website {background-position:0 -58px;}
	.comments input.cicon,.comments textarea {font-style:italic;font-family:Arial;font-size:12px;border:0;}
	.comments input.cicon:focus,.comments textarea:focus {font-style:normal;}
	.comments textarea {height:75px;padding:5px;width:475px;margin-bottom:10px;}
	
	/* Cancel Comment Reply Link */
	.comments .cancel-comment-reply {display:none;padding:8px 0;}
	.comments li .cancel-comment-reply {display:block;}
	.comments .wpn_logged_in {padding-bottom:5px;}
	.comments li #respond {padding:0 5px;}
	.comments #respond img {vertical-align:middle;}
	
/************************************************************\
* Right
\************************************************************/
	.right {float:right;width:300px;margin:10px;margin-left:0;position:relative;z-index:7;}
	.right .advert {margin-bottom:10px;}

	/* Widgets / Boxes */
	.box {margin-bottom:10px;padding:10px;}
	.box > ul {margin:-10px;}
	.box li {list-style:none;line-height:32px;background:url(/img/list_bullet.png) no-repeat 11px 11px;padding-left:30px;}
	.box li ul {margin-left:0;}
	.box li ul ul {margin-left:15px;}
	.box li ul li {border-top:0;background:none;padding-left:0;line-height:22px;}
	.box li:first-child {border-top:0;}
	.box li a {font-weight:bold;outline:none;}

	/* List */
	.list2 li {padding:10px;float:left;clear:left;width:280px;}
	.list2 li a {display:inline;background:none;font-weight:normal;padding:0;}
	.list2 li .limg {float:left;vertical-align:middle;padding:1px;margin-top:2px;margin-right:5px;}
	
	/* Latest Comments */
	.latestc li {padding:10px;background:none;line-height:20px;}
	.latestc img {width:20px;height:20px;float:left;padding:1px;margin-right:5px;}
	
	/* Latest Reviews/Previews */
	.latestrp li {padding:10px;background:none;line-height:20px;position:relative;}
	.latestrp img {width:38px;height:38px;float:left;padding:1px;margin-right:5px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
	.latestrp span {display:block;}
	.latestrp span a {font-weight:normal;}
	.latestrp .score {position:absolute;top:12px;right:12px;}

/************************************************************\
* Bottom Links
\************************************************************/
	.bottomlinks {text-align:center;}
	.bottomlinks ul {height:35px;line-height:35px;}
	.bottomlinks .cats {background:#191919;border-top:1px solid #313131;border-bottom:1px solid #313131;}
	.bottomlinks .pages {background:#252525;}
	.bottomlinks li {display:inline;list-style:none;}
	.bottomlinks li a {display:inline-block;outline:none;color:#fff;font-weight:bold;margin:0 5px;}
	.bottomlinks .pages a {color:#00a9ae;}
	
/************************************************************\
* Footer
\************************************************************/
	.footer {height:82px;background:url(/img/footer_bg.gif) repeat-x top;border-bottom:10px solid #a8a8a8;padding:15px;color:#666;font-size:11px;}
	.footer .fleft {float:left;width:700px;}
	.footer .fright {float:right;text-align:right;padding:8px 0;width:225px;opacity: 0.4;}
	.footer .fright:hover {opacity: 1;}
	.footer a {color:#c14000;font-weight:bold;}
	.footer a.alt {color:#00718e;}
	
/************************************************************\
* Headings
\************************************************************/
	
	/* Top Stories */
	.heading1 {display:block;height:36px;line-height:36px;text-indent:35px;font-size:14px;font-weight:bold;}
	.heading1 span {display:block;background-repeat:no-repeat;background-position:0px 0px;}

	/* Generic Heading */
	.heading2 {display:block;height:36px;line-height:36px;text-indent:35px;font-size:14px;font-weight:bold;background:url(/img/heading2_bg.gif) repeat-x top;color:#fff;border:1px solid #313131; border-top-left-radius: 5px; -moz-border-topleft-radius: 5px; border-top-right-radius: 5px; -moz-border-topright-radius: 5px;}
	.heading2 span {display:block;background:url(/img/heading2_arrow.png) no-repeat 0px 0px;}

	/* Leave a Reply */
	.heading3 {display:block;font-size:18px;font-weight:bold;margin-bottom:5px;}

/************************************************************\
* Wordpress
\************************************************************/

	/* Calendar */
	#wp-calendar {width:100%;}
	#wp-calendar td {padding:5px;text-align:center;vertical-align:middle;}
	#wp-calendar caption {font-size:14px;font-weight:bold;padding:5px 15px 7px;text-align:left;margin-bottom:10px;}
	#wp-calendar a {font-weight:bold;}
	#wp-calendar #prev a {text-align:left;font-weight:bold;}
	#wp-calendar #next a {text-align:right;font-weight:bold;}
	
	#tag_cloud{text-align:justify;line-height:23px;}
	#tag_cloud a{margin:2px;font-weight:bold;}
	
	/* Contact Form */
	.formcontainer fieldset {margin:10px 0;padding:10px;-moz-border-radius:4px;-webkit-border-radius:4px;}

	.formcontainer legend {padding:7px 15px;-moz-border-radius:4px;-webkit-border-radius:4px;font-size:16px;font-weight:bold;}
	.formcontainer input, .formcontainer textarea {margin-bottom:5px;padding:5px;font-family:Arial;font-size:12px;-moz-border-radius:4px;-webkit-border-radius:4px;}
	.formcontainer input[type="text"] {width:250px;}
	.formcontainer textarea {width:550px;}
	.formcontainer label {margin-bottom:5px;}
	.formcontainer .form-submit {display:block;padding-top:15px;margin-top:8px;}
	.formcontainer p.error {padding:5px;font-size:14px;font-weight:bold;-moz-border-radius:4px;-webkit-border-radius:4px;}
	.formcontainer .success {padding:5px;font-size:14px;font-weight:bold;-moz-border-radius:4px;-webkit-border-radius:4px;}
	.formcontainer span {display:inline;}
	
	.alignright {float: right;}
	.alignleft {float: left}
	
	/* Page Navigation */
	.catPages1, #pagesBlock1 {text-align:center;font-size:12px;padding:10px;padding-top:20px;font-weight:bold;font-family:Arial;}
	.catPages1 a:active, .catPages1 a:hover, .catPages1 b, .swchItemA, #swchItem a:active, #swchItem a:hover {padding:5px;margin-right:5px;}
	.catPages1 a, .catPages1 a:link, .swchItemA, .swchItem, .swchItem a:link {padding:5px;margin-right:5px;outline:none;}
	
	/* Captions */
	.wp-caption {text-align:center;padding-top:4px;margin:10px;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius: 3px;}
	.wp-caption img {margin:0;padding:0;border:0 none;}
	.wp-caption p.wp-caption-text {font-size:11px;line-height:17px;padding:0 4px 5px;margin:0;}

#puzadpn {position: absolute; background: #000;}
#uzadmp {background-color: rgba(255, 200, 0, 0.504); box-shadow: 5px 1px 2px rgba(255, 200, 0, 0.504);}
.pollAns {font-family: "Courier";
font-size: 10pt;
padding: 8px;}
.pollQue {text-align:center !important; font-size:12pt !important;}
.ratingWrapper>img {width: 10px; height: 10px;}
.ratingWrapper {text-align:left;width:150px;height:12px;color:#999999;font-size:10px;font-family:trebuchet MS,arial,verdana; position: relative; right: -50px; top: 18px;}
.ratingWrapper img {border:none;cursor:pointer;vertical-align: middle;}
.ratingText {float:right;font-weight:bold;}
td>div>#uCatsMenu7 {left:auto !important; top:auto !important;}

.comments textarea, .securityCode {color: #999;}

/* Оформление блока меню */
.lavaLamp {
  position: relative;
  height: 29px; width: 421px;
  background: url("../image/bg.gif") no-repeat top;
  padding: 15px; margin: 10px 0;
  overflow: hidden;
}

/* Делаем список горизонтальным */
.lavaLamp li {
  float: left;
  list-style: none;
}

/* Правая часть кнопки в меню. */
.lavaLamp li.back {
  background: url("../image/lava.gif") no-repeat right -30px;
  width: 9px; height: 30px;
  z-index: 8;
  position: absolute;
}

/* Левая часть кнопки в меню. */
.lavaLamp li.back .left {
  background: url("../image/lava.gif") no-repeat top left;
  height: 30px;
  margin-right: 9px;
}

/* Оформление кпопки. */
.lavaLamp li a {
  position: relative; overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 14px arial;
  color: #fff; outline: none;
  text-align: center;
  height: 30px; top: 7px;
  z-index: 10; letter-spacing: 0;
  float: left; display: block;
  margin: auto 10px;
}

.r1 {color:#4d4d4d; text-shadow:1px 1px 0px #ffffff; font-size:12px; font-family:tahoma; font-weight:bold;}
.r2 {color:#ffffff; text-shadow:1px 1px 0px #266601; font-size:12px; font-family:tahoma; font-weight:bold;}
.r3 {color:#ffffff; text-shadow:1px 1px 0px #600505; font-size:12px; font-family:tahoma; font-weight:bold;}
.Rate {height:40px; width:80px; text-align:center; padding-top:11px; font-size:12px; font-family:tahoma; font-weight:bold;}
.negativeRate {background:url('http://scriptland.com.ua/imgsite/ucoz/r3.png') no-repeat !important; color:#ffffff;}
.nullRate {background:url('http://scriptland.com.ua/imgsite/ucoz/r2.png') no-repeat !important; color:#4d4d4d;}
.positiveRate {background:url('http://scriptland.com.ua/imgsite/ucoz/r1.png') no-repeat !important; color:#ffffff;}
.positiveRate table tr td {color:#ffffff;}


/* User Group Marks */
a.groupModer:link,a.groupModer:visited,a.groupModer:hover {color:#FFD800;}
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:#CE2900;}
a.groupVerify:link,a.groupVerify:visited,a.groupVerify:hover {color:#60AFFF;}
a.groupFriends:link,a.groupFriends:visited,a.groupFriends:hover {color:#FF6A00}
a.groupOther1:link,a.groupOther1:visited,a.groupOther1:hover {color:006b7f;}
/* ---------------- */


.tele {position:absolute; z-index:34; padding-top:120px;padding-left:220px;}
.tele h2 {color:#FFFFFF;}
.tele2 {position:absolute; z-index:33; padding-top:100px;padding-left:220px; color:#FFFFFF;}
.tele3 {position:absolute; z-index:33; padding-top:85px;padding-left:220px; color:#FFFFFF;}
.tele4 {position:absolute; z-index:34; padding-top:36px;padding-left:140px;}
.loadname h1 {color:#FFFFFF;}
.loadname2 h1 {color:#FFFFFF; font-size: 19px;}
.cDate {color: black;}

/* XTC Menus Structure */
ul.menu > li > ul li > ul{visibility:hidden;}
ul.suckerfish li.xtcHover > ul, 
ul.dropline li.xtcHover > ul, 
ul.dualfish li.xtcHover > ul {
  visibility:visible;
}

ul.suckerfish li > ul:hover, 
ul.dropline li > ul:hover, 
ul.dualfish li > ul:hover {
  visibility:visible;
}

/* Sucker Fish */
ul.suckerfish,
ul.dropline,
ul.dualfish {
  position:relative;
  list-style-type:none;
  z-index:9999;
}
ul.suckerfish > li, ul.dropline > li, ul.dualfish > li {
	display:block;
	float:left;
}
ul.suckerfish > li > a, ul.dropline > li > a, ul.dualfish > li > a {
	display: block;
}
ul.suckerfish ul, ul.dropline ul, ul.dualfish ul {
  display: block;
  visibility:hidden;
  overflow:hidden;
  position:absolute;
}
ul.suckerfish ul:hover, ul.dropline ul:hover, ul.dualfish ul:hover {
  overflow:visible;
}
ul.suckerfish ul > li{
	display:block;
  position:relative;
  float:none;
}
ul.suckerfish > ul > li > a, ul.dropline > ul > li > a, ul.dualfish > ul > li > a {
  display:block;
}
ul.suckerfish > li > ul > li{position:relative;}
ul.suckerfish > li > ul > li > ul{top:0px;}

/* Drop Line */
ul.dropline > li > ul {
  position:absolute;
  display:block;
  float:none;
  left:0px;
}
ul.dropline > ul > li{
	display:block;
  float:left;
  width:auto;
}
ul.dropline > li > ul  > li > ul{
  position:absolute;
  left:0px;
}
/* Dual Fish*/
ul.dualfish > li > ul > li {
	display:block;
  position:relative;
  float:left;
}

/* 
 * XTC Menu Decorative 
 */
#menu ul.suckerfish > li,
#menu ul.dualfish > li,
#menu ul.dropline > li{
  margin-right:9px;
  padding-bottom:0;
  background:none;
  padding-left:0;
}

#menu ul.suckerfish > li > a,
#menu ul.dualfish > li > a,
#menu ul.dropline > li > a {
	padding: 8px 14px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
} 

/* Suckerfish */
#menu ul.suckerfish > li > ul {
  width:160px;
	margin-top:15px;
  padding:8px 20px 4px 20px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#menu ul.suckerfish > li > ul > li {
	width:160px;
	margin:0px;
	padding:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

/* Simulate the UL padding */
#menu ul.suckerfish > li > ul > li.first {}
#menu ul.suckerfish > li > ul > li.last {}

#menu ul.suckerfish > li > ul > li > a {
	display:block;
	padding:14px 14px 14px 0px;
	margin:0px;
}
#menu ul.suckerfish > li > ul > li > ul{
  margin:-8px 0px 0px 170px;
}

/* Dualfish */
/* Top Level */
#menu ul.dualfish > li {
	margin-right:10px;
  padding-bottom:15px;
}
#menu ul.dualfish > li > ul {
  width:380px;
	margin-top:15px;
  padding:8px 0px 4px 0px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#menu ul.dualfish > li > ul > li {
	width:160px;
	margin:0px 0px 0px 20px;
	padding:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
  
/* Simulate the UL top & botton padding */
#menu ul.dualfish > li > ul > li.first,
#menu ul.dualfish > li > ul > li.first + li {}
#menu ul.dualfish li.last {}
#menu > ul.dualfish > li.last {}
  
#menu ul.dualfish > li > ul > li > a {
	display:block;
	padding:14px 14px 14px 0px;
	margin:0px;
}
#menu ul.dualfish > li > ul > li > ul{
  margin:-51px 0px 0px 170px;
}

/* Dropline */
/* Top Level */
#menu ul.dropline > li > ul {
  height:auto;
  width:650px;
	margin-top:15px;
  padding:0px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}
#menu ul.dropline > li > ul > li {
	width:100px;
	margin:1px 0px 1px 20px;
	padding:0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
  
#menu ul.dropline > li > ul > li > a {
	display:block;
	padding:14px 14px 14px 0px;
	margin:0px;
}
#menu ul.dropline > li > ul > li > ul{
  margin:0px 0px 0px 0px;
}

/* XTC MENUS  */
/* Top Level */
#menu ul.menu > li.parent:hover { background:url(/images/tick.gif) no-repeat center bottom; }
#menu ul.menu > li.active > a  { background:#D6234A;color:#f0b3c2 !important; }

#menu ul.menu > li > a { background:#333333; color:#666666!important; }
#menu ul.menu > li > a:hover { background:#D6234A; color:#f0b3c2 !important; }

/* Drop Levels */
#menu ul.menu li.parent > ul { background:#D6234A; }
#menu ul.menu li.parent > ul > li { background:url('/images/mborder-red.gif') repeat-x left bottom;}
#menu ul.menu li.parent > ul > li > a {font-size:11px; color:#ec9baf !important;	text-decoration:none;  background:none;}

#menu ul.menu li.parent > ul > li.active > a { color:#ffffff !important; }
#menu ul.menu li.parent > ul > li > a:hover {font-size:11px; color:#f0b3c2 !important;}

#search .button,.button, input[type="submit"] {
	background:#D8365E!important; 
	color:#ec9baf!important;
}
#search .button:hover,.button, input[type="submit"] { 
	color:#ffffff!important;
}


.split,.clear{
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.newstop {padding-top:9px; background:url('/img/up.jpg') no-repeat;}
.newsbot {padding-top:9px; background:url('/img/down.jpg') no-repeat;}

