@charset "utf-8";
/* RESET */
ol, ul, li, dd, dl, dt {
	list-style:none;
	margin:0;
	padding:0
}
/* #### GLOBALS ####*/
	/* tabs */
.tabview {
	margin-bottom:18px;
	font-family:verdana, arial, sans-serif;
	background:#fff;
}
.tabview .tab-hold {
	border:1px solid #ccc;
}
.tabview .tabs {
	font-size:10px;
	text-transform:uppercase;
	padding-top:1px;
}
.tabview ul.tabs {
	overflow:hidden;
	height:1%;
	padding:10px 6px 0 6px;
	background-image:url(tabs_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	z-index:2;
	display:relative;
}
.tabview ul.tabs li {
	float:left;
	margin-left:-1px;
	padding-top:7px;
	margin-top:-7px;
}
.tabview ul.tabs li a {
	display:block;
	border-left:1px solid #e0e0e0;
	overflow:visible;
}
.tabview ul.tabs li a span {
	display:block;
	padding:2px 8px 8px 9px;
}
.tabview ul.tabs li a {
	padding-right:1px
}
.tabview ul.tabs li.first a {
	border-left:none;
	z-index:2;
	position:relative;
	margin-right:-1px;
}
.tabview ul.tabs li.ui-tabs-selected a {
	margin-left:1px;
	position:relative;
	z-index:2;
}
.tabview ul.tabs li.ui-tabs-selected.first a {
	margin:0 -1px 0 0;
}
.tabview ul.tabs li.ui-tabs-selected a span {
	display:block;
	padding:8px 8px 8px 8px;
	border:1px solid #e0e0e0;
	border-bottom:1px solid #fff;
	margin-top:-7px;
	background:#fff;
}
.tabview ul.tabs li.ui-tabs-selected a {
	border-left:none;
	color:#333;
	padding:0
}
.tabview ul.tabs li.ui-tabs-selected a:hover {
	color:#333;
	text-decoration:none;
}
.tabview .tab-content {
	font-family:'corrier new', corrier, monospace;
	border-top:1px solid #ccc;
	margin-top:-1px;
	background:#fff;
}
.tabview .ui-tabs-hide {
	display:none;
}
.ui-tabs-panel {
	display:block;
	overflow:hidden;
	height:1%
}
.ui-tabs-panel.multiple ul {
	width:320px;
	float:left
}
.ui-tabs-hide {
	display:none;
}
/* tools module */
.tools-mod {
	margin-bottom:18px;
}
.tools-mod h4 {
	margin-bottom:9px;
}
.tools-mod div {
	border:1px solid #ccc;
	padding:10px 0
}
.tools-mod div ul {
	text-align:center;
	overflow:hidden;
	height:1%;
}
.tools-mod div ul li {
	width:33.333%;
	float:left;
	text-align:center;
}
/* ##### MODULES #####*/
	/* breaking news */
#breaking-news {
	margin-bottom:18px;
}
#breaking-news h4.mod {
	margin-bottom:9px;
}
#breaking-news div {
	overflow:hidden;
	clear:both;
	height:1%;
	padding:9px;
}
#breaking-news div img {
	float:right;
}
#breaking-news div p {
	color:#666;
	float:left;
	width:190px;
}
#breaking-news div h3 {
	float:left;
	width:190px;
	margin:0 0 4px 0;
}
#breaking-news div.first {
	padding:0;
}
#breaking-news div.first h3 {
	font-size:2em;
	width:auto;
	margin:0 0 5px 0;
}
#breaking-news div.first p {
	font-size: 1.571429em;
	line-height:1em;
}
#breaking-news div.first img {
	float:right;
	margin:0 9px 9px 0;
}
#breaking-news div.zebra {
	background:#eee;
}
#breaking-news a.more {
	padding-top:9px
}
/* photo galleries */
#photo-galleries {
	margin-bottom:18px;
	overflow:hidden;
	height:1%;
}
#photo-galleries div.gallery {
	border:1px solid #ccc;
	overflow:hidden;
	width:298px;
	cursor:hand
}
#photo-galleries ul {
	margin:7px;
	width:284px;
	height:560px;
	clear:both;
	overflow:hidden;
}
#photo-galleries ul li {
	float:left;
	width:284px;
	margin-right:10px;
	background:#fff;
	height:555px;
	overflow:hidden;
	visibility:hidden;
	position:absolute;
	z-index:1
}
#photo-galleries ul li img {
	margin-bottom:9px;
	cursor:hand
}
#photo-galleries ul li h5.redtag {
	margin-bottom:9px;
}
#photo-galleries ul li h3 {
	font-size:1.642857em;
	clear:both;
	margin-bottom:5px;
}
#photo-galleries ul li p {
	font-weight:bold;
	color:#666;
}
#photo-galleries ol {
	overflow:hidden;
	height:38px;
	margin:0 7px 7px 7px;
	clear:both;
	border-top:1px dotted #ccc;
	padding-top:9px;
}
#photo-galleries ol li {
	height:38px;
	width:26px;
	float:left;
	line-height:32px;
	padding-left:12px;
	font-family:Techno, Impact, sans-serif;
	font-size:20px;
	color:#fff;
	background-image:url(gallery_buttons.png);
	background-position:top left;
	background-repeat:no-repeat;
	cursor:pointer;
	cursor:hand;
	margin:0 3px 0 0;
}
#photo-galleries ol li.last {
	margin:0;
}
#photo-galleries ol li:hover {
	background-position:top center;
}
#photo-galleries ol li:active {
	background-position:top right;
	line-height:34px;
	width:24px;
	padding-left:14px;
}
.morefrom {
}
/* most popular */
#most-popular {
}
#most-popular.tabview .tab-content ol {
	list-style:decimal inside;
	font-size:12px;
	color:#f00;
	padding:6px;
	border-bottom:1px dotted #ccc;
	background:#fff;
}
#most-popular.tabview .tab-content ol li {
	margin-bottom:5px;
	list-style:decimal inside;
}
#most-popular.tabview .tab-content ol li a {
	color:#333;
}
#most-popular.tabview .tab-content ol li a:hover {
	color:#f00;
	text-decoration:none;
}
#most-sponsor {
	padding:25px 0 15px 0;
	background-image:url(sponsored_by.png);
	background-repeat:no-repeat;
	background-position:center 10px
}
#most-sponsor .sponsor-holder {
	text-align:center;
}
/* celebs module */
#celebs-mod {
	margin-bottom:18px;
}
#celebs-mod h4.mod {
	margin-bottom:12px;
}
#celebs-mod ul {
}
#celebs-mod ul li {
	clear:both;
	margin-bottom:12px;
	overflow:hidden;
	height:1%;
}
#celebs-mod ul li div {
	clear:both;
}
#celebs-mod ul li h5.redtag {
	clear:both;
	margin-bottom:9px;
}
#celebs-mod ul li img {
	float:left;
	clear:left;
	margin-right:9px;
}
#celebs-mod ul li p {
	color:#666;
}
/* ahlan tv*/
#ahlan-tv {
	overflow:hidden;
	width:300px;
	clear:both;
	float:none;
}
#ahlan-tv .video-embed {
	margin:5px 5px 9px 5px;
}
#ahlan-tv div {
	font-family:arial, sans-serif;
}
#ahlan-tv h3 {
	font-family:arial, sans-serif;
	font-size:1.385714em;
	margin-left:5px;
	margin-right:5px;
}
#ahlan-tv p {
	color:#666;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:9px;
}
#ahlan-tv .videoh {
	display:none;
}
.video-switcher {
	border-top:1px solid #999;
	padding:5px;
	margin:2px;
	overflow:hidden;
	height:1%;
}
.video-switcher li {
	float:left;
	margin-right:4px;
	height:60px;
	overflow:hidden;
}
.video-switcher li.last {
	margin:0;
}
.video-switcher li img {
	width:68px
}
.video-marker {
	display:block;
	width:34px;
	height:17px;
	z-index:3;
	background:url(video_marker.png) no-repeat;
	position:absolute;
	margin-top:-6px;
	display:none;
}
/* poll module */
#poll-module {
	width:300px;
	margin-bottom:18px;
	background:#fff;
}
.poll-contain {
	border:1px solid #ccc;
	padding:7px
}
.poll-contain h3 {
	font-size:2em
}
.poll-contain p {
	font-size:1.285714em;
	color:#666;
	margin-bottom:9px;
}
.poll-contain img {
	margin-bottom:9px;
}
.poll-contain ul {
	margin-bottom:9px;
	clear:both;
}
.poll-contain ul li {
	background-image:url(tabs_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	border:1px solid #ccc;
	clear:both;
	overflow:hidden;
	height:45px;
	padding:5px;
	width:272px
}
.poll-contain ul li dfn {
	float:left;
	width:165px;
	padding:5px;
}
.poll-contain ul li span {
	float:right;
	font-size: 36px;
	line-height:45px;
	font-weight:bold;
}
.poll-contain ul li.first {
	color:#f00;
	font-weight:bold;
	float:left;
	border-bottom:0
}
.poll-contain .poll-question {
	background:#f7f7f7;
	padding:9px 0 0 0
}
.poll-contain .poll-question img {
	float:right;
	margin:0 9px 9px 9px;
}
.poll-contain .poll-question p {
	padding-left:9px;
}
.poll-contain .poll-question p {
	font-size: 1.214286em;
}
.poll-contain .poll-question p span {
	color:#333;
	font-weight:bold;
}
.poll-contain .poll-question dl {
}
.poll-contain .poll-question dl dd {
	margin-bottom:9px;
	clear:both;
	overflow:hidden;
	height:1%;
}
.poll-contain .poll-question dl dd label {
	float:left;
}
.poll-contain .poll-question dl dd .green_radio {
	display:block;
	float:left;
	margin-right:5px
}
.poll-contain .poll-question dl dd.last {
	padding-top:5px;
}
.poll-contain .poll-question dl dd.last button {
	display:block;
	margin:0 auto;
}
/* have your say module */
#yoursay-mod {
	margin-bottom:18px;
}
#yoursay-mod h3 {
	font-size: 1.571429em;
	padding:7px;
}
/* health module */
	
#heath-module {
	margin-bottom:18px;
}
#heath-module h4 {
	margin-bottom:9px;
}
#heath-module h3 {
	font-size: 1.214286em;
	text-transform:capitalize;
	margin-bottom:4px;
}
#heath-module img {
	margin-bottom:9px;
}
#heath-module p {
	color:#666;
}
/* star style module */
#star-style {
}
#star-style .tab-content {
	font-family:arial, sans-serif;
}
#star-style .tab-content .redtag {
	margin-bottom:5px;
}
#star-style .tab-content {
	font-family:arial, sans-serif;
	padding:7px;
	overflow:hidden;
}
#star-style .tab-content img {
	float:left;
	margin:0 0 6px 0
}
#star-style .tab-content h3 {
	font-size: 1.714286em;
	clear:both;
}
#star-style .tab-content p {
	color:#666;
	margin-bottom:9px;
}
#star-style .wedec {
	clear:both;
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-bottom:18px;
	margin-bottom:18px
}
#star-style .wedec img {
	width:140px;
	margin-right:6px;
}
#star-style .wedec h3 {
	clear:none;
}
#star-style .youdec {
	clear:both;
	height:1%;
	overflow:hidden;
	margin-bottom:9px;
	text-align:center;
}
#star-style .youdec img {
	width:284px;
}
#star-style .youdec p, #star-style .youdec h3 {
	text-align:left;
}
#star-style .youdec .pollopt {
	float:left;
	text-align:center;
	margin-bottom:9px;
	width:50%;
}
#star-style .youdec .pollopt label {
	display:block;
	text-align:center;
	padding-bottom:5px;
}
#star-style .youdec .pollopt img {
	float:none;
	display:block;
	margin:0;
}
#star-style .youdec button {
	clear:both;
}
#star-style .poll-contain {
	border:none;
	padding:0
}
/* competitions module */
#competitions-mod {
	margin-bottom:18px;
}
#competitions-mod ul {
}
#competitions-mod ul li {
	background-image:url(tabs_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding:4px;
	border:1px solid #ccc;
	margin-bottom:9px;
	height:72px;
}
#competitions-mod ul li img {
	float:left;
	margin-right:9px;
	height:72px;
	width:72px
}
#competitions-mod ul li span {
	color:#f00;
	font-size:16px;
	display:block;
	font-weight:bold;
}
#competitions-mod ul li h3 {
	margin:0;
	text-transform:capitalize;
	font-size:16px;
}
#competitions-mod ul li dfn {
	font-size:11px;
	color:#999;
}
#comp-nav {
	border-top:1px dotted #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 0;
	height:18px;
	display:none;
}
#comp-nav li {
	width:195px;
	height:18px;
	float:left;
	background-image:url(updown_but.png);
	background-repeat:no-repeat;
	background-position:-500px -500px
}
#comp-nav li#cupbut {
	width:18px;
	background-position:top left;
	cursor:pointer;
	cursor:hand;
}
#comp-nav li#ccount {
	width:65px;
	text-align:center;
	font-family:"corrier new", corrier, monospace;
	font-size: 12px;
}
#comp-nav li#cdownbut {
	width:18px;
	background-position:top right;
	cursor:pointer;
	cursor:hand;
}
/* going out */
#going-out-big-mod {
	margin:0 18px 18px 18px;
	width:930px;
}
#going-out-big-mod table {
	border:1px solid #ccc;
}
#going-out-big-mod tr td {
	text-align:center;
	padding-top:6px;
	background-image:url(tabs_bg.png);
	background-position:bottom left;
	background-repeat:repeat-x;
	width:300px;
	height:100%;
	border-left:1px solid #ddd;
}
#going-out-big-mod tr td h5 {
	margin:0
}
#going-out-big-mod tr.list td {
	text-align:center;
	padding-top:0;
	background:none;
	font-size: 0.857143em;
	vertical-align:top;
}
#going-out-big-mod tr.list td li {
	margin-bottom:9px;
}
#going-out-big-mod tr.list td li.first h5 a, #going-out-big-mod tr.list td li.first p {
	font-weight:bold;
	margin:0;
}
#going-out-big-mod tr td div {
	padding:9px;
	height:100%;
	position:relative;
}
#going-out-big-mod tr td div img {
	margin-bottom:9px;
}
#going-out-big-mod tr td h3 {
	text-align:left;
	font-family:Techno, Impact, sans-serif;
	letter-spacing:0;
	font-weight:normal;
	padding:3px 9px 9px 9px;
	margin:0;
	border-bottom:1px solid #ddd;
}
#going-out-big-mod tr td.first div {
	border-left:none;
}
#going-out-big-mod tr td.first h3 {
	border-left:none;
}
#going-out-big-mod tr.list td ul {
	text-align:left;
}
#going-out-big-mod tr td h3 span {
	color:#f00
}
#going-out-big-mod tr.morelinks td {
	background-image:none;
	padding:0;
}
#going-out-big-mod tr.morelinks a {
	text-align:left;
	padding:9px;
}
#going-out-big-mod tr td.zebra {
	background:#eee;
}
#goingOutSubmenu {
	clear:both;
	width:100%;
	overflow:hidden;
	margin-bottom:18px;
	border-bottom:3px solid #f00;
}
#goingOutSubmenu li {
	float:left;
	margin-right:9px;
}
#goingOutSubmenu li a {
	display:block;
	padding:6px 10px;
	border:1px solid #f00;
	font-weight:bold;
	color:#f00;
	border-bottom:0;
}
#goingOutSubmenu li a:hover {
	background:#f00;
	color:#fff;
	text-decoration:none;
}
/* ###### ATICLE ###### */

#article-body {
	overflow:hidden;
	height:1%;
	margin-bottom:18px;
}
#article-body .intro {
	overflow:hidden;
	height:1%;
}
#article-body h1 {
	font-size:2.428571em;
	font-weight:bold;
	width:52%;
	float:left;
	line-height:1em;
	margin-bottom:18px
}
#article-body p.abstract {
	font-size:1.571429em;
	color:#666;
	margin-bottom:25px;
	width:52%;
	float:left;
	line-height:1.214286em;
}
#article-body cite {
	font-size:1.142857em;
	color:#999;
	width:280px;
	display:block;
	background-image:url(article_arrow.png);
	background-position:right center;
	background-repeat:no-repeat;
	clear:left;
	position:relative;
	z-index:2;
	margin-bottom:36px;
	text-align:right;
	padding-right:30px;
}
#article-body .spacer {
	margin:0 0 18px 0;
	padding:0;
	height:1px;
	font-size:1px;
	line-height:1px;
	background:#f00;
}
#article-body #img-holder {
	float:right;
	display:inline;
	margin-left:9px;
}
#article-body #img-holder img {
	float:right;
}
#article-body .spacer {
	display:none;
}
#article-body .bookmarkthis {
	margin-bottom:9px;
}
#article-body.landscape h1 {
	clear:both;
	width:100%;
}
#article-body.landscape p.abstract {
	font-size: 1.571429em;
	color:#666;
	margin-bottom:25px;
	width:30%;
	float:none;
}
#article-body.landscape cite {
	width:415px;
	clear:right;
	float:right;
	font-size:1em;
	background-position:top center;
	padding:12px 0 0 0;
	text-align:center;
}
#article-body.landscape .sapcer {
	margin-bottom:0;
}
#article-body.landscape #img-holder {
	float:right;
	margin-bottom:3px;
	display:inline;
	margin-left:9px;
}
#article-body.landscape #img-holder img {
	float:right;
}
#thumb-scroll {
	clear:both;
	padding:18px 0;
	overflow:hidden;
	height:1%;
	display:none;
	height:100px;
}
#thumb-scroll .info {
	clear:both;
	height:20px;
	float:none;
}
#thumb-scroll .scroll-hold {
	height:86px;
	float:left;
	width:530px;
	overflow:hidden;
	margin-bottom:6px;
}
#thumb-scroll ul {
	width:5000px;
	overflow:hidden;
}
#thumb-scroll ul li a {
	display:block;
	float:left;
	border:1px solid #ddd;
	background-image:url(loading_bg.gif);
	background-position:center center;
	background-repeat:no-repeat;
	padding:2px;
	width:72px;
	height:72px
}
#thumb-scroll ul li a:hover {
	border-color:#999;
}
#thumb-scroll ul li a img {
	background:#f9f9f9;
	width:68px;
	padding:2px
}
#thumb-scroll ul li a:hover img {
	width:72px;
	padding:0
}
#thumb-scroll ul li a.active {
	border-color:#f00;
}
#thumb-scroll ul li a.active img {
	width:72px;
	padding:0;
}
#thumb-scroll ul li {
	float:left;
	padding:5px 5px 0 5px;
}
#thumb-scroll span {
	display:block;
	height:38px;
	width:38px;
	margin:25px 0 0 0;
	background:url(gallery_buttons.png);
	background-repeat:no-repeat;
	cursor:pointer;
	cursor:hand;
}
#thumb-scroll span#lbut {
	float:left;
	background-position:left -304px;
}
#thumb-scroll span#rbut {
	float:right;
	background-position:bottom left;
}
#expandit {
	clear:right;
	float:right;
	font-size:12px;
	color:#999;
	cursor:pointer;
	cursor:hand;
	width:120px;
	text-align:right
}
#expandit:hover {
	color:#f00;
}
#count {
	clear:left;
	float:left;
	font-size:11px;
	color:#999;
	width:100px
}
.article-text {
	font-size:1.214286em;
	line-height:1.357143em;
	color:#333;
}
.article-text p {
	margin-bottom:18px
}
#more-read {
	text-align:right;
	padding:18px 0;
	font-size:1.285714em;
	font-weight:bold;
	line-height:1em;
	border-top:1px dotted #666;
	border-bottom:1px solid #666;
	margin-bottom:18px;
}
#more-read h3 {
}
#more-read ul li {
	padding:2px 0;
}
#more-read ul li a {
	color:#f00;
	font-weight:bold;
	vertical-align:none
}
#more-read ul li a:hover {
	color:#333;
	text-decoration:none;
}
/* article user-comments */
#article-comments {
	margin-bottom:38px;
}
#article-comments .yoursay-scroller {
	height:auto;
}
#article-comments .yoursay-cont {
	border:none;
}
#article-comments .yoursay-cont h3 {
	display:none;
}
#article-comments .yoursay-cont dl dd {
	display:none;
}
#article-comments h3 {
	font-size:2em;
	margin-bottom:4px;
}
#article-comments h3 a {
	font-size: 0.642857em;
	color:#69c;
	float:right;
}
#article-comments h3 a:hover {
	color:#f00;
	text-decoration:none;
}
#article-comments h3 span {
	clear:both;
	display:block;
	float:none;
}
#article-comments h3 span a {
	color:#666;
	display:inline;
	float:none;
}
#article-comments h3 span a:hover {
	color:#f00;
	text-decoration:none;
}
#add-comment {
	overflow:hidden;
	height:35px;
	border:1px solid #fff;
	padding-top:9px;
	margin-bottom:18px;
}
#add-comment h3 {
	font-size:1.285714em;
	margin-left:105px;
	margin-bottom:9px;
	display:none;
}
#add-comment h3 a {
	font-size: 0.642857em;
	color:#69c
}
#add-comment h3 a:hover {
	color:#f00;
	text-decoration:none;
}
#add-comment h3 span a {
	color:#666;
}
#add-comment h3 span a:hover {
	color:#666;
	text-decoration:none;
}
#add-comment p {
	height:30px;
	line-height:30px;
	margin-bottom:9px;
	overflow:hidden;
}
#add-comment p label {
	display:block;
	height:30px;
	line-height:30px;
	float:left;
	width:110px;
	text-align:right;
	padding-right:5px;
	font-weight:bold;
	color:#666;
}
#add-comment p input, textarea {
	border:1px solid #999;
	padding:3px 2px;
	width:350px;
	color:#333;
}
#add-comment p input#com-city, #add-comment p input#com-country {
	border:1px solid #999;
	padding:3px;
	width:140px;
	float:left;
}
#add-comment p input#com-name {
	float:left;
	margin-right:9px;
	background:#eee;
}
#add-comment p label.com-city-label {
	width:57px;
}
#add-comment p textarea {
	height:100px;
	overflow:auto;
	float:left;
	margin-right:9px;
}
#add-comment p.com-p {
	height:120px;
	line-height:30px;
	margin-bottom:9px;
}
#add-comment p label.check {
	font-weight:normal;
	font-size: 0.757143em;
	color:#999;
	text-align:left;
	line-height:1em;
	width:95px
}
#add-comment p input.check {
	width:auto;
	float:left;
	margin-right:4px;
	margin-top:3px
}
#add-comment p.com-spamtest {
	height:110px;
	vertical-align:center;
	margin:0;
}
#add-comment p.com-spamtest input {
	margin-bottom:9px
}
#add-comment .ellipse-button-red {
	vertical-align:top;
	margin:15px 0 0 40px;
}
#recaptcha_widget {
	float:left;
	margin:-70px 0 0 115px
}
/* news */
	
.first-news {
	clear:both;
	overflow:hidden;
	height:1%;
	margin-bottom:18px;
	padding-bottom:9px;
	border-bottom:1px dotted #ccc;
}
.first-news h2 {
	font-size:2em;
	font-weight:bold;
	line-height:1em;
}
.first-news h2 a {
	color:#333;
}
.first-news h2 a:hover {
	color:#f00;
}
.first-news p {
	color:#666;
	font-size: 1.571429em;
	line-height:1em;
}
.first-news img {
	float:left;
	margin:5px 9px 0 0;
}
#topmoreinpictures {
	display:none;
}
#moreinpictures {
	display:none;
}
h2.section-title {
	font-size: 25px;
	line-height: 1em;
	font-weight: bold;
	color: #f00;
}
div.section-title {
	margin-bottom:0px;
	float:righr;
	overflow:hidden;
	height:32px;
	line-height:32px;
}
div.section-title span {
	float:left;
}
.top-search {
	margin-bottom:18px;
	border:1px solid #999;
	padding:12px 6px;
}
.top-search form label {
	font-size:12px;
	margin-right:6px
}
.top-search form input {;
	margin-right:6px
}
.top-search form select {;
	margin-right:6px;
	font-size:14px;
}
.top-search h4 {
	display: inline;
	font-size:16px;
}
.top-search span {
	border:1px solid #F99;
	display:inline-block;
	display:-webkit-inline-box;
	display:-moz-inline-box;
}
.top-search h4 span {
	border:none;
}
.top-search #keyword {
	width:150px;
	border:1px solid #9a9a9a;
	height:17px;
	padding:3px 2px;
	vertical-align:bottom;
	border-right:none;
	margin:0
}
.top-search #search {
	border:1px solid #9a9a9a;
	height:25px;
	padding:3px 2px;
	vertical-align:bottom;
	border-right:none;
	margin:0
}
.top-search .search-btn {
	width:25px;
	height:25px;
	vertical-align:bottom;
	border-left:none;
	background:#f4f4f4 url(search_button.png) center center no-repeat;
	border:1px solid #999;
	margin:0;
	text-indent:-600px;
	border-left:1px solid #ccc;
	cursor:pointer;
	cursor:hand;
}
.hoverbox {
	margin-bottom:18px
}
.hoverbox ul li {
	float:left;
	width:138px;
	margin-right:10px;
	margin-bottom:10px
}
.hoverbox ul li div {
	width:138px;
	height:138px;
	text-align:center;
	line-height:138px;
	border:1px solid #F4F4F4
}
.hoverbox ul li div img {
	vertical-align:middle;
	padding:0;
	margin:0
}

