/*------------------------------------------------------------------------------------
	Global Styles
------------------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; }  

body {
	background: #eee;
	font-family: Tahoma, Geneva, Arial, Helvetica sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 1.5em; }

a, 
a:active, 
a:link, 
a:visited { color: #444; text-decoration: none; outline: none; cursor: pointer; }
a:hover { color: #c91616; text-decoration: underline; }

img { border: none; }

.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

p { 
	float: left;
	margin-bottom: 10px; }
	
h2 {
	font-size: 16px;
	color: #1b5c9e; }
	
h3 {
	font-size: 18px; 
	font-weight: normal;
	float: left;
	color: #555; }
	
h2 { font-size: 18px; font-weight: normal; }
	  
.wrap { width: 968px; margin: 0px auto; }

.content {
	background: url(images/content.gif) repeat;
	width: 958px;
	height: auto;
	/*padding: 0px 20px;*/ 
	padding: 0px 5px;
	float: left; }
	
.content-wrap {
	width: 938px;
	margin-top: 10px; 
	padding: 0px 10px;
	position: relative; }
	
/*------------------------------------------------------------------------------------
 Header
------------------------------------------------------------------------------------*/
#header {
	background: url(images/topss.gif) 1px 110px no-repeat;
    width: 960px;
    height: auto;
    float: left;
    padding: 0px 5px; }

.hello-box {
    width: 900px;
    height: 15px;
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;    }

.hello-box h1 {
	font-size: 11px; font-weight: normal;
}

.logo-en,
.logo-bg {
	width: 195px;
	height: 20px;
	float: left;
	display: block;
	margin-top: 35px;
	margin-left: 15px; }
	
.logo-en { background: url(images/logo.jpg) left top no-repeat; }
.logo-bg { background: url(images/logo.jpg) left bottom no-repeat; }
	
#nav {
	background: url(images/navbgr.gif) repeat-x;
	display: inline-block;
	width: 853px;
	height: 55px;
	float: left; }
	
#nav ul { list-style: none; }

#nav ul li {
	background: url(images/vsep.gif) right top no-repeat;
	float: left; }
	
#nav ul li a {
	width: auto;
	height: 55px;
	float: left;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;  }

#nav ul li a:hover,
#nav-active a,
#nav-active a b {
	background: url(images/navbgr-h.gif) repeat-x;
	color: #c91616;
	width: auto;
	height: 55px;
	float: left;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; }
	
#nav ul li a b,
#nav ul li a b {
	width: auto;
	height: 35px;
	padding: 20px 8px 0px 8px;
	display: inline-block;
	float: left; }
	
#nav ul li a b i {
	background: url(images/nav-arr.gif) right top no-repeat;
	width: 7px;
	height: 7px;
	display: block;
	margin-top: 5px; 
	margin-right: 3px;
	float: left; }
	
#nav ul li a:hover b i,
/*#nav-active a #first i,*/ 
#nav-active a b i {
	background: url(images/nav-arr.gif) left top no-repeat;
	width: 7px;
	height: 7px;
	display: block;
	margin-top: 5px; 
	margin-right: 3px;
	float: left; }
	
#first {
	background: url(images/nav-l.gif) left top no-repeat;
	width: auto;
	height: 55px;
	padding: 0px 10px;
	display: inline;
	float: left; }
	
#first:hover,
#nav-active a #first {
	background: url(images/nav-l-h.gif) left top no-repeat;
	color: #c91616;
	width: auto; 
	float: left;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; }

/* subnav */
#subnav {
	background: #fff url(images/subnav.gif) left bottom repeat-x;
	width: 100%;
	height: 30px;
	float: left;
	display: inline; }
	
#subnav ul { 
 	width: 940px;
	list-style: none;
	margin-left: 5px;
	display: inline-block; }

#subnav ul li { float: left; }

#subnav ul li a {
	width: auto;
	height: 20px;
	display: inline-block;
	color: #425290;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 5px; }
	
#subnav ul li a:hover {
	text-decoration: underline; }
	
#subnav ul li b {
	padding: 0px 2px;
	color: #425290;
	margin-top: 7px;
	float: left;
	font-size: 15px; }


/* Lang box */
.lang-box {
	background: url(images/nav-r.gif) no-repeat;
	width: 101px;
	height: 55px;
	float: right;
	padding-right: 6px; }

.lang-box ul {
	list-style: none;
	float: right; }
	
.lang-box ul li {
	float: left; }
	
.lang-box ul li a {
	height: 34px;
	font-size: 11px;
	padding: 0px 4px;
	padding-top: 21px;
	display: inline-block;
	float: left;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	text-transform: uppercase; }
	
.lang-box ul li a:hover,
.lang-box ul li .active {
	color: #c91616; }
	
	
/*------------------------------------------------------------------------------------
 Content
------------------------------------------------------------------------------------*/
.leftColumn {
	width: 628px;
	height: auto;
	float: left;
	display: inline-block;
	margin-left: 10px;
	margin-top: 10px; }
	
.rightColumn {
	width: 300px;
	height: auto;
	float: left;
	margin-left: 10px;
	margin-top: 10px; }
	
.tbox-container {
	width: 100%;
	float: left;
	margin-bottom: 10px; }
	
.tbox {
	background: url(images/tbox.gif) right top no-repeat;
	width: 100%;
	height: 36px;
	float: left; }
	
.tbox h2,
.tbox h2 .noarr {
	width: auto;
	height: 27px;
	float: left;
	padding-top: 9px;
	padding-left: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #2a5784; }
	
.tbox-tabs {
	width: auto;
	height: 36px;
	float: left; 
	padding-left: 8px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #2a5784; }
	
.tbox #activet { 
	height: 18px;
	color: #2a5784;
	float: left;
	padding: 8px;
	padding-bottom: 8px;
	margin-top: 1px;
	float: left;
	background: #fff; }
	
.tbox .no-active {
	height: 18px;
	float: left;
	color: #888;
	float: left;
	padding: 8px;
	padding-bottom: 8px;
	float: left; }
	
.tbox h2 {
	background: url(images/tbox-l.gif) left top no-repeat; }
	
.tbox .noarr {
	background: url(images/tbox-l-clear.gif) left top no-repeat; }
	
.tbox h3 {
	background: url(images/tbox-l-vip.gif) left top no-repeat;
	width: auto;
	height: 27px;
	float: left;
	padding-top: 9px;
	padding-left: 45px;
	font-size: 12px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #2a5784; }
	
.tbox-sep {
	background: #d4d4d4;
	width: 1px;
	height: 34px;
	display: block-inline;
	float: left; }

.fast-search {
	border: 0px;
	width: 100%; }
	
.fast-search th {
	background: #eaf1f8;
	/* width: 198px; */
	text-align: left;
	padding: 5px;
	border-right: 1px solid #ddd; }
	
.fast-search th a {
	color: #2A5784; }
	
.fast-search td {
	/* width: 198px; */
	margin-right: 2px;
	padding: 3px; 
	border-bottom: 1px solid #f9f9f9;
	border-left: 1px solid #ddd; }
	
.fs-last {
	border-right: 1px solid #ddd; }
	
.fs-last-bottom td {
	height: 1px;
	padding: 0px;
	border-bottom: 1px solid #ddd; }
	
/**/

.vbox2 {
	background: #f3f3f3 ;
	width: 612px;
	padding: 7px;
	float: left;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;}
	
.vbox2:hover {
	background: #eaedf6; }
	
.vbox2 h2 {
	color: #1b5c9e; 
	font-size: 12px;
	font-weight: bold; }
	
.vbox2 h2 a {
	color: #1b5c93; }
	
.vbox2 small {
	font-weight: bold;
	font-size: 11px; 
	color: #444; }

.vbox2 .title {
	padding-left: 10px;
	float: left;
	overflow: hidden; }

.vbox2 .price {
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	float: left;
	padding-left: 10px;
	}
	
.vbox2 p {
	float: left;
	margin: 3px 0px;
	padding-right: 5px;
	padding-left: 10px;
	line-height: 13px;
	font-size: 11px; }


.vbox {
	background: #F6F7FA ;
	width: 194px;
	padding: 7px;
	float: left;
	border-left: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;}
	
.vbox:hover {
	background: #eaedf6; }
	
.vbox h2 {
	color: #1b5c9e; 
	font-size: 12px;
	font-weight: bold; }
	
.vbox h2 a {
	color: #1b5c93; }
	
.vbox small {
	font-weight: bold;
	font-size: 11px; 
	color: #444; }
	
.picsbox {
	background: url(images/picsbox.gif) no-repeat;
	width: 22px;
	height: 21px;
	float: right;
	color: #1b5c9e;
	font-weight: bold;
	padding-top: 3px;
	padding-left: 28px; }
	
.vbox .title {
	width: 148px;
	float: left;
	overflow: hidden; }
	
.vbox p {
	float: left;
	margin: 3px 0px;
	padding-right: 5px;
	line-height: 13px;
	font-size: 11px; }
	
.price {
	font-size: 11px;
	font-weight: bold;
	margin-top: 4px;
	float: left; }
	
	.price1 {
	padding: 6px 0px 4px 0px; }
	
	.moresimilar {
	font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
	 color:#666666;
	padding: 2px 0px 4px 0px; }
		
	 .descr {
	font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
color:#000000;
padding: 5px 0px 0px 0px;
 }
	
	.categgg {
	padding: 0px 0px 0px 0px;
	}
	
	.lnkcateg {
		color:#5d73e3;
		font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
		 }
	.lnkcateg:visited {
		color:#5d73e3;
		font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
				 }
	.lnkcateg:hover {
		color:#5d73e3;
		font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
			 }
	.lnkcateg:link {
		color:#5d73e3;
		font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
				 }
	.lnkcateg:active {
		color:#5d73e3;
		font: 11px/1.3em Verdana, Arial, Helvetica, sans-serif;
				 }
				 
	.linkbanner {
		color:#7a7575;
		font-family: Tahoma, Geneva, Arial, Helvetica sans-serif;
	font-size: 12px;
		 }
	.linkbanner:visited {
		color:#7a7575;
		font-family: Tahoma, Geneva, Arial, Helvetica sans-serif;
	font-size: 12px;
				 }
	.linkbanner:hover {
		color:#7a7575;
		font-family: Tahoma, Geneva, Arial, Helvetica sans-serif;
	font-size: 12px;
			 }
	.linkbanner:link {
		color:#7a7575;
		font-family: Tahoma, Geneva, Arial, Helvetica sans-serif;
	font-size: 12px;
				 }
	.linkbanner:active {
		color:#7a7575;
		font-family: Tahoma, Geneva, Arial, Helvetica sans-serif;
	font-size: 12px;
	 }
	
	
	
.more {
	background: url(images/more-btn.gif) right top no-repeat;
	width: auto;
	height: 13px;
	float: right;
	margin-top: 5px;
	margin-right: 4px;
	display: inline-block; }
	
.more:hover {
	text-decoration: none; }
	
.more b {
	background: url(images/more-btn-l.gif) left top no-repeat;
	font-size: 10px;
	color: #c6c6c6;
	height: 13px;
	padding-right: 4px;
	padding-left: 14px;
	display: inline-block;
	line-height: 11px;
	font-weight: normal; }
	
.more:hover b {
	background: url(images/more-btn-l-hover.gif) left top no-repeat;
	color: #555;
	text-decoration: none; }
	
.fran-img {
	display: block;
	width: 100%;
	float: left;
	margin-top: 4px; 
	text-align: center; }
	

/* Banners */
.banner728 {
	width: 728px;
	height: 90px;
	float: right; 
	margin-right: 10px; 
	margin-top: 5px;
	display: inline-block; }
	
.banner300 {
	width: 300px;
	height: 250px;
	float: left;
	margin-bottom: 10px; }
	
.banner468 {
	width: 100%;
	height: 60px;
	float: left; 
	text-align: center;
	margin-bottom: 10px; }
	
.banner-btm {
	width: 935px;
	float: left;
	margin: 10px 0px;
	text-align: center; }


/*------------------------------------------------------------------------------------
 Others
------------------------------------------------------------------------------------*/
.crumbs {
	width: 100%;
	height: auto;
	float: left;
	font-size: 11px;
	color: #8b8b8b;
	margin-bottom: 8px; }
	
.crumbs a {
	color: #8b8b8b; }
	
.view-box {
	width: 916px; 
	padding: 10px;
	float: left;
	border: 1px solid #d4d4d4;
	border-top: 0px; }
	
.view-box h3 {
	color: #1B5C9E; 
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	width: 100%;
	float: left; 
	margin-bottom: 7px; }

/* .options-box {
	background: #edf0f8; 
	border: 1px solid #d4d4d4;
	width: auto;
	height: auto;
	padding: 10px;
	font-size: 11px;
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 70px; }

.options-box a {
	padding: 2px 4px; 
	float: left;}
	
.options-box a:hover {
	background: #1B5C9E;
	color: #fff; 
	text-decoration: none; } */
	
.options-box {
	background: #edf0f8; 
	border: 1px solid #d4d4d4;
	width: auto;
	height: auto;
	padding: 10px;
	font-size: 11px;
	float: right; }

.options-box a { 
	float: left; }
	
.options-box a:hover { text-decoration: none; }
	
.iarrow,
.iprint,
.imail {
	width: 11px;
	height: 12px;
	margin-right: 5px; 
	display: inline-block; }
	
.iarrow { background: url(images/iarrow.gif) bottom no-repeat; }
.iprint { background: url(images/iprint.gif) bottom no-repeat; }
.imail { background: url(images/imail.gif) bottom no-repeat; }

.contact-btn {
	background: url(images/contact-btn.gif) right top no-repeat;
	width: auto;
	height: 27px;
	float: left;
	margin-top: 10px; }
	
.contact-btn b {
	background: url(images/contact-btn-l.gif) left top no-repeat;
	width: auto;
	height: 19px;
	padding: 4px 10px;
	padding-left: 20px;
	color: #fff;
	float: left; }
	
.contact-btn:hover b {
	color: #fff;
	text-decoration: underline; }
	
.pics-box {
	width: 135px;
	height: 125px;
	float: right;
	position: relative; }
	
.pics-box .picsbox {
	position: absolute;
	bottom: 5px;
	right: 5px; }
	
#contact-tbl { float: left; width: 500px; }

#contact-tbl tr {
	float: left;
	height: 50px; }
	
#contact-tbl textarea {
	background: url(images/input-comment.gif) no-repeat;
	width: 355px;
	height: 98px;
	float: left;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	border: 0px;
	overflow: auto; }
	
.input-text {
	background: url(images/input.gif) right top no-repeat;
	width: 210px;
	height: 25px;
	border: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	float: left; }
	
.input-select {
	/*background: url(images/input.gif) right top no-repeat;*/
	width: 210px;
	/*height: 35px;*/
	border: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left; }
	
.inputsize5all {
	/*background: url(images/inputsize5all.gif) left top no-repeat;*/
	width: 280px;
	/*height: 120px;*/
	border: 0px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	float: left; }

.input-l {
	background: url(images/input-l.gif) left top no-repeat;
	width: 3px;
	height: 35px;
	float: left;
	font-size: 0px;
	line-height: 0px; }
	
.inputsize5 {
	background: url(images/inputsize5.gif) left top no-repeat;
	width: 3px;
	height: 87px;
	float: left;
	font-size: 0px;
	line-height: 0px; }
	
#contact-tbl .info {
	font-weight: bold; 
	width: 95px; }
	
#btn-send {
	background: url(images/btn-send.gif) no-repeat;
	width: 94px;
	height: 35px;
	float: left;
	color: #fff;
	font-weight: bold;
	border: 0px; }
	
.price-slider {
	width: 250px;
	height: auto;
	float: left;
	background: red;
	margin: 0px 5px; }
	
.search-btn-top {
	background: url(images/search-btn-top.gif) no-repeat;
	width: 76px;
	height: 35px;
	float: left;
	font-weight: bold;
	color: #fff;
	border: 0px;
	margin-left: 5px;
	margin-right: 5px; }

.reg-btn-top {
	background: url(images/search-btn-top.jpg) no-repeat;
	width: 106px;
	height: 35px;
	float: left;
	font-weight: bold;
	color: #fff;
	border: 0px;
	margin-left: 5px;
	margin-right: 5px; }
	
.adv-search-box {
	background: #edf0f8;
	float: left; 
	width: 916px;
	padding: 10px;
	border: 1px solid #e0e0e0;
	border-top: 0px; }
	
.price-slider {
	background: url(images/slider.gif) left 18px no-repeat;
	width: 255px;
	height: 35px;
	float: left;
	position: relative; }
	
.price-b {
	width: 100%;
	position: absolute;
	top: 0px; }
	
.price-b small {
	font-size: 9px; }
	
.controls {
	background: url(images/slider-controls.gif) no-repeat;
	width: 13px;
	height: 12px;
	float: left;
	font-size: 0px;
	line-height: 0px;
	position: absolute;
	bottom: 5px;
	cursor: pointer; }
	
.controls:hover {
	padding-bottom: 2px; }
	
	
/**/
.txt a {
	color: #C91616;
	text-decoration: underline; }
	
.txt a:hover {
	text-decoration: none; }
	
.results-tbl th {
	background: url(images/tbox.gif) top center no-repeat;
	height: 35px;
	border-right: 1px solid #d4d4d4; }
	
.results-tbl td {
	padding: 10px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	text-align: center; }
	
.results-tbl td h2 a {
	font-size: 15px;
	color: #1b5c9e;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; }
	
.results-tbl td h2 a:hover {
	color: #C91616; }
	
.results-tbl td span {
	color: #555;
	font-size: 11px; }
	
.results-tbl td span a {
	color: #4d7399; }
	
.tr-bgr {
	background: #f3f3f3; }
	
.sort-box {
	display: inline;
	float: left;
	margin-left: 6px;
	margin-top: 4px; }
	
.tt {
	float: left; 
	margin-left: 10px; }
	
.sort-up,
.sort-down {
	width: 7px;
	height: 7px; 
	display: block;
	line-height: 0px;
	font-size: 0px; }
	
.sort-up { background: url(images/sort-arrows.gif) right top no-repeat; }
.sort-up:hover,
.sort-up-active { background: url(images/sort-arrows.gif) left top no-repeat; }

.sort-down { background: url(images/sort-arrows.gif) right bottom no-repeat; }
.sort-down:hover,
.sort-down-active { background: url(images/sort-arrows.gif) left bottom no-repeat; }

.added {
	background: url(images/added.gif) repeat-x;
	width: 90px;
	height: 22px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px; 
	display: block;
	margin: 0 auto;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4; }

.pagination {
	width: auto;
	margin-top: 10px;
	float: right; }
	
.pagination a {
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px; }
	
.pagination a:hover,
.pagination .active {
	background: #1b5c9e;
	color: #fff; }
	
/**/
.leftColumn-in {
	background: #edf0f8; 
	border: 1px solid #d4d4d4;
	width: 220px;
	height: auto;
	padding: 10px;
	font-size: 11px;
	float: left; }

.leftColumn-in a { 
	float: left; }
	
.leftColumn-in a:hover { text-decoration: none; }

.leftColumn-in ul {
	list-style: none; }
	
.leftColumn-in ul li {
	float: left;
	width: 220px;
	height: 25px;
	padding-top: 0px;
	border-bottom: 1px solid #d4d4d4; }
	
.leftColumn-in ul li a {
	background: url(images/iarrow.gif) left center no-repeat;
	display: block-inline;
	float: left;
	width: auto;
	height: 22px;
	padding-top: 3px;
	padding-left: 15px; }
	
.leftColumn-in ul .sub a {
	margin-left: 18px;
	display: block-inline; }
	
.leftColumn-in ul .active {
	font-weight: bold; }
	
.leftColumn-in ul li a .new {
	color: #c61616; }
	
.leftColumn-banner {
	width: 234px;
	height: auto;
	padding: 2px;
	border: 1px solid #d4d4d4;
	float: left;
	margin-top: 0px; }
	
.leftColumn-banner img {
	border: 0px; }
	
/**/
#new-msg-top {
	color: #c81616;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline; }
	
#new-msg-top:hover {
	text-decoration: none; }
	
.msg-box, 
.new-msg-box { 
	width: 644px;
	height: auto;
	float: left;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #d4d4d4;
	position: relative; }
	
.msg-box {
	background: #fff; }
	
.new-msg-box {
	background: #f7f8fc; }
	
.new-msg-box .new {
	color: #c81616;
	font-weight: bold; }
	
.msg-box .options,
.new-msg-box .options {
	position: absolute; 
	right: 10px;
	top: 10px; 
	width: auto;
	font-weight: bold; }
	
.msg-box .options a,
.new-msg-box .options a {
	color: #a5a5a3; }
	
.msg-box .options a:hover,
.new-msg-box .options a:hover {
	color: #376ca0; }
	
.middot {
	font-weight: bold;
	color: #777;
	margin: 0px 5px; }
	
/**/
.whattodo {
	background: #f5f6fa;
	width: 606px;
	height: auto;
	padding: 10px;
	float: left;
	font-size: 11px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	position: relative; }
	
.whattodo h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; }
	
.whattodo-more {
	background: url(images/more-btn.gif) right top no-repeat;
	width: auto;
	height: 13px;
	float: right;
	margin-top: 5px;
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 15px; }
	
.whattodo-more:hover {
	text-decoration: none; }
	
.whattodo-more b {
	background: url(images/more-btn-l.gif) left top no-repeat;
	font-size: 10px;
	color: #c6c6c6;
	height: 13px;
	padding-right: 4px;
	padding-left: 14px;
	display: inline-block;
	line-height: 11px;
	font-weight: normal; }
	
.whattodo-more:hover b {
	background: url(images/more-btn-l-hover.gif) left top no-repeat;
	color: #555;
	text-decoration: none; }
	
.hsep {
	background: url(images/hsep.gif) repeat-x;
	width: 100%;
	height: 2px; 
	float: left;
	line-height: 0px;
	font-size: 1px; }
	
/*------------------------------------------------------------------------------------
 RightColumn
------------------------------------------------------------------------------------*/
.search-r,
.search-r-myacc {
	background: url(images/search-r.gif) left top no-repeat;
	width: auto;
	height: 25px;
	padding-left: 10px;
	float: left;
	border: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif; }
	
.search-r { width: 250px; }

.search-r-myacc { width: 190px; margin-bottom: 0px; }
	
.search-r-btn {
	background: url(images/search-r.gif) right top no-repeat;
	width: 40px;
	height: 35px;
	border: 0px;
	float: left;
	cursor: pointer; }
	
.box-r,
.box-left-myacc,
.box-left-whatis {
	background: #F6F7FA;
	width: 284px;
	padding: 7px;
	float: left;
	font-size: 12px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4; }
	
.box-left-myacc { width: 224px; }

.box-left-whatis { width: 184px; }
	
.box-r ul,
.box-left-myacc ul,
.box-left-whatis ul {
	list-style: none; }

.box-r ul li a,
.box-left-myacc ul li a,
.box-left-whatis ul li a {
	background: url(images/hsep.gif) left bottom repeat-x;
	width: 286px;
	display: block;
	padding: 4px 0px; }
	
.box-left-myacc ul li a {
	width: 224px; }
	
.box-left-whatis ul li a {
	width: 184px; }
	
#publish-r {
	background: url(images/arrow.gif) left 11px no-repeat;
	padding: 5px 9px;
	float: left;
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: #1b5c9e;
	margin-top: 2px; }
	
#publish-r:hover {
	background: #1b5c9e url(images/arrow.gif) left 11px no-repeat;
	color: #fff;
	padding: 5px 9px; }



/*------------------------------------------------------------------------------------
 Footer
------------------------------------------------------------------------------------*/
.footer {
	background: url(images/footer.gif) no-repeat;
	width: 938px;
	height: 47px;
	padding-left: 20px;
	padding-right: 20px; 
	padding-top: 19px;
	float: left;
	color: #fff; 
	font-size: 11px; }
	
.footer a {
	color: #fbfbfb;
	text-decoration: none; }
	
.footer a:hover {
	color: #fff;
	text-decoration: underline; }
	
.cfooter {
	float: left; 
	margin-left: 150px;
	display: inline-block; }
	
.cfooter a {
	color: #fff; }


















