/* general styles *************************************************************/
* {
		margin: 0;
		padding: 0;
}
body {
		background: #fff;
		color: #333;
		font: 12px/16px Arial, sans-serif;
		min-width: 995px;
}
a {
		color: #008ad9;
}
a:hover {
		text-decoration: none;
}
img {
		border: none;
/*        display: block; */
}
p {
		margin: 1em 0;
}
ul,
ol {
		list-style: none;
}
address {
		font-style: normal;
}

.wrap {
		width: 100%;
		overflow: hidden;
		position: relative;
}
* html .wrap-x {
		width: 100%;
		overflow: hidden;
		position: relative;
}
.left {
		float: left !important;
		display: inline;
}
.right {
		float: right !important;
		display: inline;
}
.leftalign {
		text-align: left;
}
.rightalign {
		text-align: right !important;
}
.centeralign {
		text-align: center;
}

/* page holder ****************************************************************/
#container {
		width: 100%;
		overflow: hidden;
		padding: 20px 0px;
}
#container_pop {
		width: 800px;
		overflow: hidden;
		padding: 20px 0;
}

/* header *********************************************************************/
#header {
		width: 100%;
		overflow: hidden;
		color: #666;
}
.seo {
		display: block;
		width: 149px;
		height: 90px;
		overflow: hidden;
		text-indent: -9999px;
		margin: 22px 0 0;
		background: url('../images/site2/logo_news.gif') no-repeat;
}
.maintable .seo {
		margin: 20px 0;
}

.seo a {
		display: block;
		height: 90px;
}
.top-links {
		float: right;
}
.top-links li {
		float: left;
}
.top-links img {
	display: inline;
	margin: 0 10px;
	vertical-align: middle;
}
.logout a{
	color: #001e66;
}
.sellers {
		font-weight: bold;
		margin: 0 15px;
}
.quickselect {
		color: #f80;
		margin-right: 35px;
		background: url('../images/site2/underline-orange.gif') repeat-x 0 100%;
		text-decoration: none;
		font-weight: bold;
}
.quickselect:hover {
		background: none;
}
.enter {
		margin-right: 40px;
		color: #001e66;
		text-decoration: none;
		background: url('../images/site2/underline-blue.gif') repeat-x 0 100%;
}
.enter:hover {
		background: none;
}
#header .wrap {
		line-height: 22px;
		padding-bottom: 2px;
}
#header form {
		background: #bed865 url('../images/site2/bg-green.gif') repeat-x 0 100%;
		color: #333;
}
/*#header form:before {
		background: url('../images/site2/corner-rt-green.gif') no-repeat 100% 0;
		content: url('../images/site2/corner-lt-green.gif');
		display: block;
		height: 5px;
		font:0px/0px sans-serif;
}
#header form:after {
		background: url('../images/site2/corner-rb-green.gif') no-repeat 100% 0;
		content: url('../images/site2/corner-lb-green.gif');
		display: block;
		height: 5px;
		font:0px/0px sans-serif;
}*/
#header form .inner1 {
	background: url('../images/site2/corner-rt-green.gif') no-repeat 100% 0;
}
#header form .inner2 {
	background: url('../images/site2/corner-rb-green.gif') no-repeat 100% 100%;
}
#header form .inner3 {
	background: url('../images/site2/corner-lt-green.gif') no-repeat;
}
#header form .inner4 {
	background: url('../images/site2/corner-lb-green.gif') no-repeat 0 100%;
	padding: 10px 15px;
	height: 52px;
}
/*#header form .inner {
		padding: 10px 15px;
		height: 42px;
}*/
#header form .button {
		font: bold 15px Arial, sans-serif;
		color: #333;
		float: left;
		width: 68px;
		height: 28px;
}
#header form .text {
		color: #333;
		font: 15px Arial, sans-serif;
		width: 80%;
		padding: 3px 5px;
		float: left;
		display: inline;
		margin-right: 7px;
}

.navigation {
	float: left;
}
.navigation li {
	float: left;
	font: 12px/28px Arial, sans-serif;
	margin: 5px 5px 0 0;
	background: url('../images/site2/nav-leftdoor.gif') no-repeat;
}
.navigation li a {
	float: left;
	padding: 0 10px;
	background: url('../images/site2/nav-rightdoor.gif') no-repeat 100% 0;
	color: #333;
}
.navigation li.active {
	background: url('../images/site2/nav-leftdoor-active.gif') no-repeat;
}
.navigation li.active a {
	background: url('../images/site2/nav-rightdoor-active.gif') no-repeat 100% 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* main contant area **********************************************************/
#content {
		width: 100%;
		overflow: hidden;
		position: relative;
		margin-bottom: 10px;
}
h3,
.h3 {
		margin: 30px 0 0;
		font: 10px/16px Arial, sans-serif;
		color: #666;
		display: block;
}
h3 a,
.trio h3,
.trio .h3,
.twin .h3,
.h3 a {
		color: #666;
		font: bold 12px/16px Arial, sans-serif;
}
.promo {
		padding: 10px 0;
		margin: 0 -10px;
		position: relative;
}
#right-side {
		float: right;
		width: 240px;
		overflow: hidden;
		margin-right: 0px;
}
* html #right-side {
		margin-left: -3px;
}
#right-side .or-box {
		margin: 0px 0 20px;
}
.or-box form {
		margin: 0 0 0 7px;
}
.or-box form ul {
		width: 100%;
		overflow: hidden;
}
.or-box form ul li {
		float: left;
		width: 100%;
		padding: 5px 0;
}
.or-box form select {
		float: left;
		width: 170px;
		margin-right: 4px;
		font: 12px Arial, sans-serif;
}
.or-box .button {
		float: left;
		width: 24px;
		font: 12px Arial, sans-serif;
}

#main {
		margin: 0 260px 0 -10px;
		padding-right: 0px;
}
* html #main {
		height: 1%;
		margin: 0 0 0 -10px;
}

.categories {
		padding: 5px 0 35px;
}
.categories .box {
		width: 100%;
		overflow: hidden;
}
.categories .box img {
		float: left;
		margin: 30px 0 0;
}
.categories .box .inner {
		margin: 0 0 0 75px;
}
.categories .box .inner img {
		float: none;
		display: inline;
		vertical-align: middle;
		margin: 0 3px;
}
.categories .box h3 {
		font-size: 11px;
}
.categories .box h3 a {
		color: #001e66;
		font-size: 14px;
}
.categories p {
		margin: 5px 0;
		line-height: 18px;
}

/* sidebar ********************************************************************/
.sidebar {
		width: 21.5%;
		overflow: hidden;
		float: left;
		position: relative;
}
.sidebar .inner {
		padding: 0px 0 20px 20%;
		position: relative;
}
.sidebar h3,
.sidebar .h3 {
		margin-top: 17px;
}
* html .sidebar .inner {
		padding-left: 5%;
}
.sidebar img {
		display: inline;
		vertical-align: middle;
}
.newslist {
		margin: 0 0 16px;
		width: 130px;
		overflow: hidden;
}
.newslist li {
		float: left;
		width: 100%;
		padding: 20px 0 0;
		font-size: 13px;
		/*background: url('../images/site2/new.gif') no-repeat 100% 20px;*/
}
.newslist strong {
		display: block;
		font-size: 12px;
}
.newslist span {
		display: block;
		color: #999;
		font-size: 12px;
}
.newslist img {
		margin: 10px 0 5px;
		display: inline;
}
.all {
		color: #666;
		font-weight: normal;
		font-size: 11px;
}
.all a {
		font-weight: bold;
		font-size: 12px;
}
.clearf {
		margin: 15px 0 -5px 18px;
}
.clearf a {
		color: #999;
}
.filter {
		margin: 15px 15% -5px 0;
		padding: 0 0 10px;
		background: url('../images/site2/arrow-filter.gif') no-repeat 50% 100%;
}
.or-box {
		background: #fff0d3 url('../images/site2/corner-lt-orange.gif') no-repeat;
		padding: 1px 0;
}
.or-box .inner1 {
		background: url('../images/site2/corner-rt-orange.gif') no-repeat 100% 0;
		margin: -1px 0;
		position: relative;
}
.or-box .inner2 {
		background: url('../images/site2/corner-lb-orange.gif') no-repeat 0 100%;
}
.or-box .inner3 {
		background: url('../images/site2/corner-rb-orange.gif') no-repeat 100% 100%;
		padding: 15px;
}
.filter strong,
.filter span {
		color: #f80;
}
.bullet {
		padding-right: 18px !important;
		background: url('../images/site2/bullet.gif') no-repeat 100% 100%;
}                   
.filter ul {
		color: #999;
		padding: 1px 0 !important;
		font-size: 11px;
}
.filter ul a {
		color: #008ad9;
		font-size: 12px;
}
.filter .or-box ul li a {
		color: #008ad9;
		font-size: 12px;
}
.filter em {
		display: block;
		font-style: normal;
		margin-top: 10px;
}

.gr-box {
		background: #eee url('../images/site2/corner-lt-grey.gif') no-repeat;
		padding: 1px 0;
		margin: 0px 0px 0 0;
		position: relative;
}
#rightcol .gr-box {
		margin: 20px 0 0;
}
.gr-box .inner1 {
		background: url('../images/site2/corner-rt-grey.gif') no-repeat 100% 0;
		margin: -1px 0;
		position: relative;
}
.gr-box .inner2 {
		background: url('../images/site2/corner-lb-grey.gif') no-repeat 0 100%;
}
* html .gr-box .inner2 {
		width: 100%;
		position: relative;
}
.gr-box .inner3 {
		background: url('../images/site2/corner-rb-grey.gif') no-repeat 100% 100%;
		padding: 10px 15px;
		position: relative;
}
#rightcol .gr-box .inner3 {
		padding-bottom: 20px;
}
.gr-box h3,
.gr-box .h3 {
		color: #333;
		font: bold 12px/16px Arial, sans-serif;
		margin: -2px 0 0;
		padding: 0px 0 0;
}
#rightcol .gr-box h3,
#rightcol .gr-box .h3 {
		margin: 0;
		background: none;
}
#rightcol .gr-box h3 a,
#rightcol .gr-box .h3 a {
		color: #333;
}
#rightcol .gr-box p {
		margin: 6px 0;
}
.testimonials {
		padding-right: 45px;
		background: url('../images/site2/quote.gif') no-repeat 95% 50%;
}
#rightcol .gr-box ul {
		margin: 5px 0;
}
.gr-box .wrap {
		height: 1%;
}
.gr-box ul {
		margin: 3px 0 10px;
		color: #999;
		line-height: 18px;
		font-size: 11px;
}
.gr-box ul a,
.gr-box ul span {
		font-size: 12px;
}
.other, .or-box ul li a.other {
		color: #999;
		text-decoration: none;
		background: url('../images/site2/underline-grey.gif') repeat-x 0 100%;
}
.gr-box .arrow {
		position: absolute;
		top: 26px;
		left: 100%;
		z-index: 11;
}
.gr-box h4 {
		margin: 15px 0 0;
		font: bold 12px/16px Arial, sans-serif;
}


/* main column ****************************************************************/
.maincol {
		float: right;
		width: 75%;
		padding-right: 3%;
}
#rightcol {
		float: right;
		width: 25%;
		margin-top: 20px;
		padding-bottom: 25px;
		position: relative;
		z-index: 1;
}
* html #rightcol {
		margin-left: -3px;
}
.orangebox {
		margin: 65px 0 0;
		background: #fff0d3;
}
#rightcol .or-box {
		margin-top: 20px;
}
.orangebox:before {
		background: url('../images/site2/corner-rt-orange.gif') no-repeat 100% 0;
		content: url('../images/site2/corner-lt-orange.gif');
		display: block;
		height: 5px;
		font:0px/0px sans-serif;
}
.orangebox:after {
		background: url('../images/site2/corner-rb-orange.gif') no-repeat 100% 0;
		content: url('../images/site2/corner-lb-orange.gif');
		display: block;
		height: 5px;
		font:0px/0px sans-serif;
}
.or-box h3,
.or-box .h3 {
		color: #f80;
		margin: 0;
		font: bold 12px/16px Arial, sans-serif;
}
#rightcol .or-box h3,
#rightcol .or-box .h3 {
		margin: 5px 0 0;
}                
.or-box h3 a,
.or-box .h3 a,
#rightcol .or-box h3 a,
#rightcol .or-box .h3 a {
		color: #f80;    
}
.or-box .inner3 {
		padding: 15px;
}
.or-box ul {
		padding: 5px 0;
}
.or-box ul li {
		padding: 3px 0;
		line-height: 14px;
}
.filter .or-box ul li {
		padding: 0;
		line-height: 18px;
}
.or-box ul a {
		color: #999;
}
.offers {
		width: 100%;
		padding: 5px 0 10px !important;
		overflow: hidden;
}
.offers li {
		float: left;
		width: 100%;
		padding: 4px 0 0 !important;
		line-height: 16px;
		background: url('../images/site2/dot-offers.gif') repeat-x 0 100%;
}
.offers li a,
.ltxt {
		background: #fff0d3;
		color: #008ad9 !important;
		padding-right: 3px;
		position: relative;
		bottom: -0.1em;
}
.gr-box .offers li a,
.gr-box .ltxt {
		background: #f0f0f0 !important;
}
.gr-box .ltxt {
	color: #333 !important;
}
.offers li span.shop {
		display: block;
		padding-right: 25%;
}
.gr-box .offers li span.shop {
	color: #333 !important;
}

.offers li span.price {
		float: right;
		background: #fff0d3;
		padding-left: 3px;
		position: relative;
		margin-top: -16px;
}
.gr-box .offers li span.price {
	background: #f0f0f0 !important;
}
.orange {
		color: #f80 !important;
}

.float-box {
		width: 25%;
		float: right;
		margin-left: 20px;
}
.float-box .orangebox {
		margin: 0;
}
.prices {
		padding: 10px 20px;
		color: #999;
}
.prices strong {
		display: block;
		color: #008ad9;
}
ul.compare a {
		color: #008ad9;
}
ul.compare img {
		display: inline;
		vertical-align: middle;
}
a.compare {
		color: #333;
		padding-left: 15px;
		background: url('../images/site2/bg-compare.gif') no-repeat 0 50%;
}
.prices em,
.pricelist em {
		font-size: 14px;
}

.reviews {
		width: 100%;
		overflow: hidden;
}
.reviews dt {
		float: left;
		width: 92px;
		color: #999;
		padding: 4px 0;
}
* html .reviews dt {
		margin-right: -3px;
}
.reviews dd {
		margin: 0 0 0 92px;
		padding: 4px 0;
}
* html .reviews dd {
		height: 1%;
		margin: 0;
}

.sort {
		line-height: 18px;
}
.sort ul {
		display: inline;
}
.sort ul li {
		display: inline;
		padding: 0 3px;
}
.sort ul li.active a {
		background: #fff0d3;
		padding: 0 3px;
		color: #333;
		text-decoration: none;
}

.tab .pager {
		margin: 0;
}
.pager {
		line-height: 20px;
		margin: 35px 0;
}
.pager span {
		color: #c0c0c0;
}
.pager a,
.pager span {
		margin-right: 4px;
}
.pager ul {
		display: inline;
}
.pager ul li {
		display: inline;
		padding: 0 3px;
		font-size: 14px;
}
.pager ul li a {
		margin: 0;
}
.pager em,
.group em {
		font-size: 14px;
}
.group {
		width: 100%;
		position: relative;
}
.group div {
		width: 25%;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		color: #999;
}

#centercol {
		margin: 0 25% 0 0;
		padding: 0 20px 20px 0;
}
* html #centercol {
		height: 1%;
		margin: 0;
}
*+html #centercol {
		height: 1%;
		margin: 0;
}
.breadcrumbs {
		padding: 15px 0px 18px;
		font: 14px/20px Arial, sans-serif;
}
.breadcrumbs .title,
.breadcrumbs h1 {
		font: 20px Arial, sans-serif !important;
}

.item-rating {
		color: #999999;
		font: 10px Tahoma, Arial, sans-serif;
		width: 100%;
		overflow: hidden;
}
.item-rating strong {
		color: #ffa002;
}
.item-rating .rating,
.item-rating .bluerating {
		float: left;
		margin-right: 5px;
}

.item-intro {
		padding: 15px 0 25px;
		width: 100%;
		overflow: hidden;
}
.view {
		float: left;
		width: 270px;
		padding-right: 30px;
		overflow: hidden;
}
* html .view {
		margin-right: -3px;
}
.view .big-img {
		float: left;
}
.view .thumbnails {
		float: right;
		width: 60px;
		padding: 10px 0 0;
}
.view .thumbnails li {
		padding: 5px 0 0;
		float: left;
		width: 100%;
}
.item-intro .txt {
		margin: 0 0 0 300px;
}
* html .item-intro .txt {
		margin: 0;
		height: 1%;
}
.item-intro .txt .prices {
		padding: 10px 0 0;
		font: bold 15px Arial, sans-serif;
		color: #333;
}
.item-intro .txt p {
		margin: 10px 0;
}

.tabset {
		padding: 7px 0;
}
.tabset li {
		display: inline;
		padding: 0 8px;
		color: #666;
		font-size: 10px;
}
.tabset li a,
.tabset li strong {
		font-size: 12px;
}
.tabset li strong {
		color: #333;
}


.centered {
		display: block;
		margin: 35px auto;
}

.twin {
		width: 100%;
		overflow: hidden;
}
.twin .box {
		width: 49%;
}
.twin .box img {
		display: inline;
		vertical-align: middle;
		margin: 0 3px;
}
.twin .box p {
		margin: 0;
}

.testimo {
		padding: 0 0 15px;
}
.testimo li {
	padding: 0 0 15px;
}
.testimo p {
		margin: 5px 0 10px;
}
.testimo-head {
		width: 100%;
		overflow: hidden;
		background: url('../images/site2/dot.gif') repeat-x 0 50%;
}
.testimo-head span.left {
		float: left;
		background: #fff;
		padding-right: 4px;
}
.testimo-head .rating,
.testimo-head .bluerating {
		float: right;
		background: #fff;
		padding: 0 0 0 5px;
}
.write-own {
		text-decoration: none;
		background: url('../images/site2/underline-lightblue.gif') repeat-x 0 100%;
}
.write-own:hover {
		background: none;
}

.write {
		background: #efefef;
		padding: 10px 20px;
		margin: 30px 0 0;
}
.write .wrap {
		padding: 2px 0 5px;
}
.write .leftcell {
		float: left;
		width: 140px;
}
.write .rightcell {
		margin: 0 0 0 140px;
		color: #999;
}
.write .text,
.write textarea {
		width: 90%;
		margin-bottom: 3px;
}
.write select {
		width: 45%;
		margin-bottom: 3px;
}
.write .rightcell img {
		display: block;
}
.code {
		width: 30%;
		margin: 0 60px 10px 0;
		float: left;
}
.write .button {
		float: left;
		clear: left;
		width: 31%;
}

.trio {
		width: 100%;
		overflow: hidden;
}
.trio .box {
		width: 33%;
		float: left;
		font-size: 13px;
		margin-top: 15px;
}
.maintable .box {
		min-height: 140px;
}
* html .maintable .box {
		height: 140px;
}
.trio .box .inner {
		margin-right: 15px;
		overflow: hidden;
}
.trio .box strong,
.maintable .box strong {
		display: block;
		font-size: 12px;
}
.trio .box span,
.maintable .box span {
		color: #999;
		display: block;
		font-size: 12px;
}
.trio .box img,
.maintable .box img {
		margin: 3px 0 2px;
		display: inline;
}
.trio .new {
		background: url('../images/site2/new.gif') no-repeat 75px 7px;
}

.alphabet {
		padding: 1px 0 28px;
		font: 14px/22px Arial, sans-serif;
}
.alphabet.brand-nav {
		padding: 17px 0;
}
.alphabet h3 {
		margin-bottom: 5px;
}
.alphabet ul {
		width: 100%;
		overflow: hidden;
}
.alphabet li {
		display: inline;
		padding-right: 3px;
}
.alphabet .tabset {
		font: 12px/19px Arial, sans-serif;
		margin: 0 0 10px -7px;
		position: relative;
}
.alphabet .tabset a {
		background: url('../images/site2/underline-lightblue.gif') repeat-x 0 100%;
		text-decoration: none;
}
.alphabet .tabset li {
		margin-right: 10px;
		float: left;
		padding: 0;
}
.alphabet .tabset li.active {
		background: #fff0d3 url('../images/site2/tabset-leftdoor.gif') no-repeat;
}
.alphabet .tabset li.active a {
		background: url('../images/site2/tabset-rightdoor.gif') no-repeat 100% 0;
		float: left;
		color: #666;
		padding: 0 7px;
}
.brand-nav a {
		color: #333;
}
.item-box {
		margin: 15px 0 25px;
}
.item-box .leftcell {
		float: left;
		width: 95px;
		padding-right: 20px;
}
.under {
		padding: 10px 0;
		text-align: center;
		font-size: 11px;
}
.under img {
		display: inline;
}
.comments {
		text-decoration: none;
		padding-right: 15px;
		background: url('../images/site2/i-comment.gif') no-repeat 100% 50%;
		font-size: 10px;
		float: right;
		display: inline;
		margin-right: 5px;
}
.item-box .description {
		margin: 0 0 0 115px;
		min-height: 105px;
}
* html .item-box .description {
		margin: 0;
		height: 1%;
		height: 105px;
}
.item-box .description img {
		displaY: inline;
		vertical-align: middle;
		margin: 0 4px;
	margin: 0 4px;
}

.item-box .description strong {
		font-size: 13px;
}
.item-box .description p {
		margin: 6px 0;
}
.item-box .description .rating {
	float: left;
	display: inline;
	margin: 2px 5px 0;
}
.item-box .description .bluerating {
	float: left;
	display: inline;
	margin: 2px 5px 0;
}

.remove {
		padding-left: 13px;
		background: url('../images/site2/minus.gif') no-repeat 0 50%;
		margin-left: 17px;
		color: #999;
		text-decoration: none;
}
.add {
		padding-left: 13px;
		background: url('../images/site2/plus.gif') no-repeat 0 50%;
		margin-left: 17px;
		color: #999;
		text-decoration: none;
}
.remove span,
.add span {
		background: url('../images/site2/underline-grey.gif') repeat-x 0 100%;
}
.title {
		display: block;
		font-size: 12px !important;
}
.item-box .new a,
.item-table .new {
		padding-right: 28px;
		background: url('../images/site2/new-small.gif') no-repeat 100% 0;
}
.number {
		color: #999;
}

.ttx {
		width: 100%;
		overflow: hidden;
		margin: 0 0 20px;
}
.ttx li {
		float: left;
		position: relative;
		width: 100%;
		background: url('../images/site2/dot.gif') repeat-x 0 15px;
		line-height: 16px;
		padding: 3px 0;
}
.ttx li .left {
		width: 70%;
}
.ttx li .left span {
		float: left;
		padding-right: 4px;
		background: #fff;
}
.ttx li .right {
		width: 20%;
		min-height: 16px;
		padding-left: 4px;
		background: #fff;
}
.ttx li .right img {
		margin-top: 4px;
}


/* footer *********************************************************************/
#footer {
		width: 100%;
		overflow: hidden;
		border-top: 1px solid #dfdfdf;
}
.footer-links {
		padding: 12px 0;
		width: 100%;
		overflow: hidden;
}
.footer-links li {
		float: left;
		padding: 0 15px;
		margin-left: -15px;
		background: url('../images/site2/dot-blue.gif') no-repeat 7px 50%;
}
.copy,
.copy a {
		color: #999;
}
.counters {
		padding: 12px 0;
}
.counters img {
		float: left;
		display: inline;
		margin-right: 19px;
}
.under .rating {
		margin-left: 5px;
		float: left;
		display: inline;
}
.rating,
.bluerating {
		height: 14px;
		width: 50px;
		font-size: 0;
		overflow: hidden;
		display: block;
}
.rating em,
.bluerating em {
		display: block;
		height: 14px;
		width: 50px;
}
.rating .r10 {
		background: url('../images/site2/rating.gif') no-repeat 0 50%;
}
.r10 {
		background: url('../images/site2/rating-blue.gif') no-repeat 0 50%;
}
.rating .r9 {
		background: url('../images/site2/rating.gif') no-repeat -5px 50%;
}
.r9 {
		background: url('../images/site2/rating-blue.gif') no-repeat -5px 50%;
}
.rating .r8 {
		background: url('../images/site2/rating.gif') no-repeat -10px 50%;
}.r8 {
		background: url('../images/site2/rating-blue.gif') no-repeat -10px 50%;
}
.rating .r7 {
		background: url('../images/site2/rating.gif') no-repeat -15px 50%;
}
.r7 {
		background: url('../images/site2/rating-blue.gif') no-repeat -15px 50%;
}
.rating .r6 {
		background: url('../images/site2/rating.gif') no-repeat -20px 50%;
}
.r6 {
		background: url('../images/site2/rating-blue.gif') no-repeat -20px 50%;
}
.rating .r5 {
		background: url('../images/site2/rating.gif') no-repeat -25px 50%;
}
.r5 {
		background: url('../images/site2/rating-blue.gif') no-repeat -25px 50%;
}
.rating .r4 {
		background: url('../images/site2/rating.gif') no-repeat -30px 50%;
}
.r4 {
		background: url('../images/site2/rating-blue.gif') no-repeat -30px 50%;
}
.rating .r3 {
		background: url('../images/site2/rating.gif') no-repeat -35px 50%;
}
.r3 {
		background: url('../images/site2/rating-blue.gif') no-repeat -35px 50%;
}
.rating .r2 {
		background: url('../images/site2/rating.gif') no-repeat -40px 50%;
}
.r2 {
		background: url('../images/site2/rating-blue.gif') no-repeat -40px 50%;
}
.rating .r1 {
		background: url('../images/site2/rating.gif') no-repeat -45px 50%;
}
.r1 {
		background: url('../images/site2/rating-blue.gif') no-repeat -45px 50%;
}
.brands {
		width: 100%;
		overflow: hidden;
		padding: 0 0 30px;
}
.brands dt {
		float: left;
		width: 21.5%;
		text-align: right;
		padding: 10px 0;
		font: 16px/19px Arial, sans-serif;
}
.brands dt strong {
		display: block;
		padding: 0 20px;
}
.brands dd {
		margin: 0 3% 0 22%;
		border-top: 1px solid #dfdfdf;
		padding: 10px 0;
		line-height: 19px;
}
* html .brands dd {
		height: 1%;
		margin: 0;
}

.brands .list-holder {
		margin: 0 75px 0 0;
}
.brands .list-holder ul {
	float: left;
	width: 24%;
}
.brands .list-holder ul li {
	float: none;
	width: auto;
	padding-left: 12px;
}
.brands .list-holder ul li a {
	margin-left: 0;
}
.brands ul.towns {
	margin: 0;
	font: 14px/20px Arial, sans-serif;
}
.brands ul li {
		float: left;
		width: 24%;
}
.brands ul.towns li {
	display: inline;
	float: none;
	width: auto;
}
.brands ul li a {
		margin: 0 12px;
}
.brands ul.towns li a {
	display: inline;
	margin: 0 0 0 12px;
	color: #333;
}
.brands ul.towns li a.active {
	color: #fff;
	background: #a8a8a8;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
	margin-left: 8px;
}

.brands .bluerating {
	display: inline;
	vertical-align: middle;
}


.up {
		float: right;
		color: #999;
		padding-right: 20px;
}
.up a {
		color: #999;
}
.bold {
		font-weight: bold;
}
.ins {
		padding-left: 12px;
}

.maintable {
		width: 85%;
		margin: 0 auto;
		border-collapse: collapse;
}
.maintable td,
.maintable th {
		border: 2px solid #fff;
		padding: 3px 9px;
		text-align: left;
}
.maintable th {
		padding-top: 25px;
}

.highlighted td {
		background: #f2f2f2;
}
.del {
		background: #fff0d3;
		padding: 3px 9px;
		margin: 0 -9px;
		position: relative;
		bottom: -20px;
		height: 17px;
		overflow: hidden;
		width: 100%;
}
.del a {
		color: #999;
}
.del img {
		display: inline;
		vertical-align: middle;
}
.maintable .del.first {
		background: #fff0d3 url('../images/site2/bg-del-first.gif') no-repeat;
}
.maintable .del.last {
		background: #fff0d3 url('../images/site2/bg-del-last.gif') no-repeat 100% 0;
}

.clear {
		clear: both;
}

.rel li {
		position: relative;
		margin-left: -25px;
		width: 100%;
		float: left;
		display: inline;
}
.rel li a {
		padding: 1px 5px 1px 25px;
		float: left;
}
.rel li a:hover {
		padding: 0 5px 0 25px;
		background: #fff;
		border: 1px solid #eaeaea;
		border-left: none;
		margin: 0;
}
.rel a img {
		position: absolute;
		padding: 1px;
		background: #eaeaea url('../images/site2/bord-right.gif') no-repeat 100% 1px;
		z-index: 99;
		left: -84px;
		top: -9999px;
}
.rel a:hover img {
	top: 0;
}
.sorting {
		width: 100%;
		border-collapse: collapse;
		margin: 0 0 25px;
}
.sorting td {
		font: 11px Arial, sans-serif;
		color: #999;
}
.sorting strong,
.sorting a {
		font-size: 13px;
}
.sorting strong {
		color: #333;
}
.sorting td {
		padding: 7px 14px 7px 0px;
}
.sorting td.nopad {
		padding: 7px 0px 7px 0px;
}
.sorting td span.bluerating, span.norating{
		padding-left: 14px;
}
.yes {
		font-size: 13px;
		color: #666;
}
.no {
		font-size: 13px;
		color: #ccc;
}
.garant {
		color: #333;
		font-size: 13px;
}
.sorting .bluerating,
.sorting .norating {
		float: right;
		padding-left: 14px;
}
.sorting th {
		color: #999;
		text-align: left;
		font: 11px Arial, sans-serif;
		padding: 7px 14px 7px 0;
}
.sorting img {
		display: inline;
		vertical-align: middle;
}
.sorting .spr td {
		padding-bottom: 12px;
		border-bottom: 1px solid #efefef;
}
.showed {
		position: absolute;
		right: 0;
		z-index: 11;
}
.showed a {
		margin: 0 3px;
}
.showed .active {
		background: #fff0d3;
		padding: 0 3px;
		margin: 0 3px;
		color: #333;
		text-decoration: none;
}
.showed select{
		font: 11px Arial, sans-serif;
		width: 80px;
}
.tab {
		padding: 25px 5px;
		background: url('../images/site2/bg-tab.gif') no-repeat 50% 0;
}
.tab h2 {
	font: bold 12px Arial, sans-serif;
}

.popup {
		border: 1px solid #d8d8d8;
		padding: 4px;
		color: #666;
		background: #fff;
		display: none;
		position:absolute;
		z-index: 99;
}
.pop-head {
	height: 17px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
	border-bottom: 1px solid #fff;
	background: #fff;
	position: absolute;
	left: -1px;
	top: -28px;
	z-index: 99;
	font: 11px Arial, sans-serif;
	color: #999;
	padding: 4px 5px 5px 5px;
}
.pop-head a {
	font-size: 13px;
	text-decoration: underline;
}
.pop-head .bluerating em {
	height: 16px;
}

.popup .right-col {
		width: 70px;
		float: right;
		color: #999;
		font: 11px Tahoma, Arial, sans-serif;
		text-align: right;
}
.popup .price {
		padding: 0 5px;
		color: #000;
		font-size: 13px;
		background: #fff0d3;
}
.popup p {
		margin: 0 0 5px;
		color: #999;
		font: 11px Tahoma, Arial, sans-serif;
}
.popup img.left {
		margin: 5px 10px 0 0;
} 
.hidden {
		display: none;
}
.nobg {
		background: none !important;
}
.separator {
		height: 10px;
		overflow: hidden;
		background: url('../images/site2/spr-greybox.gif') repeat-x 0 8px;
}

.item-table {
		width: 100%;
		border-collapse: collapse;
		margin: 15px 0;
}
.item-table td {
		vertical-align: top;
		padding: 10px 0;
		font-size: 11px;
		color: #999;
}
.item-table a {
		font-size: 12px;
}
.item-table p {
		margin: 5px 0 0;
		font-size: 12px;
		color: #333;
}
.item-table .date {
		font-size: 12px;
}
.item-table strong {
		font-size: 12px;
		color: #333;
}
.offers-number {
		font-size: 12px;
		color: #999;
}
.item-table .norating {
		padding: 0 0 5px;
}


.layer {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 99;
}
.holder {
	position: absolute;
	left: -50%;
	margin-top: -25%;
}
* html .holder {
	margin-top: -12.5%;
}
.quickselect,
.quickselect .holder {
	width: 640px;
}
.layer .inner {
	background: #e7e7e7 url('../images/site2/bg-layer-inner.gif') repeat-y 100% 0;
	padding: 15px 20px 20px 30px;
	height: 1%;
}
.layer .top,
.layer .bottom {
	height: 7px;
	margin: 0 7px;
	position: relative;
	font: 0px/0px sans-serif;
	background: #e7e7e7;
}
.layer .bottom {
	background: #e7e7e7 url('../images/site2/bg-layer-bottom.gif') repeat-x 0 100%;
}
.layer .top-left,
.layer .top-right,
.layer .bottom-left,
.layer .bottom-right {
	width: 7px;
	height: 7px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
}
.layer .top-left {
	background: url('../images/site2/corner-layer-lt.gif') no-repeat;
	left: -7px;
	top: 0;
}
.layer .top-right {
	background: url('../images/site2/corner-layer-rt.gif') no-repeat;
	left: 100%;
	top: 0;
}
.layer .bottom-left {
	background: url('../images/site2/corner-layer-lb.gif') no-repeat;
	left: -7px;
	top: 0;
}
.layer .bottom-right {
	background: url('../images/site2/corner-layer-rb.gif') no-repeat;
	left: 100%;
	top: 0;
}
.layer .h3 {
	font: bold 15px/18px Arial, sans-serif;
	color: #333;
	margin: 0 0 10px;
}
.layer .cell {
	float: left;
	width: 180px;
	padding: 0 15px;
	margin-left: -15px;
	background: url('../images/site2/arrow-cell.gif') no-repeat 5px 50%;
}
.layer .cell select {
	width: 180px;
	font: 12px Arial, sans-serif;
	height: 245px;
}
.quickselect label {
	color: #333;
	font: 12px/20px Arial, sans-serif;
}
.login,
.login .holder {
	width: 375px;
}
.close {
	position: absolute;
	right: 20px;
	top: 15px;
	z-index: 3;
}
.login form {
	width: 100%;
	overflow: hidden;
}
.login .rightcell {
	float: right;
	width: 215px;
	padding-right: 35px;
}
.login .rightcell .text {
	width: 205px;
	border: 1px solid #808080;
	padding: 2px 4px;
	font: 12px Arial, sans-serif;
}
.login .leftcell {
	float: left;
	width: 55px;
	text-align: right;
}
.login .row {
	width: 100%;
	overflow: hidden;
	padding: 6px 0;
}
.login .rightcell a {
	float: right;
	line-height: 25px;
}
.login .rightcell .button {
	float: left;
	width: 70px;
	height: 25px;
}
.login h3 {
	margin: 0 0 10px;
	position: relative;
}

h5 {
	border-bottom: 1px solid #dfdfdf;
	color: #333;
	font: bold 14px/18px Arial, sans-serif;
	margin: 25px 0 0;
	padding: 5px 0;
}
.txt-box {
	padding-right: 35%;
	margin: 0 0 50px;
}
.txt-box p,
.txt-box ol {
	margin: 15px 0;
}
.txt-box h2 {
	margin: 30px 0 15px;
	font: 20px/23px Arial, sans-serif;
}
p.bigger {
	font: 14px/17px Arial, sans-serif;
}

#photoframe {
	text-align: center;
	padding: 16px 0;
}
/*#photoframe .thumbnails {
	width: 345px;
	margin: 0 auto;
	overflow: hidden;
}
#photoframe .thumbnails .previous,
#photoframe .thumbnails .next {
	width: 24px;
	height: 25px;
	overflow: hidden;
	text-indent: -9999px;
	margin-top: 32px;
}
#photoframe .thumbnails .previous {
	background: url('../images/site2/thumb-previous-green.gif') no-repeat;
	float: left;
}
#photoframe .thumbnails .next {
	background: url('../images/site2/thumb-next-green.gif') no-repeat;
	float: right;
}
#photoframe .greybuttons .previous {
	background: url('../images/site2/thumb-previous.gif') no-repeat;
}
#photoframe .greybuttons .next {
	background: url('../images/site2/thumb-next.gif') no-repeat;
}
#photoframe .thumbnails div {
	width: 253px;
	margin: 0 auto;
	background: #efefef url('../images/site2/edge-thumb-left.gif') no-repeat;
}
#photoframe .thumbnails div ul {
	background: url('../images/site2/edge-thumb-right.gif') no-repeat 100% 0;
	height: 86px;
	padding: 0 9px;
}
#photoframe .thumbnails div li {
	float: left;
	padding: 12px 8px;
}
#photoframe .thumbnails div img {
	float: left;
	border: 1px solid #d2d2d2;
}*/
#photoframe .big-img {
	padding: 16px 0 5px;
}
#photoframe .big-img img {
	display: inline;
}
#photoframe .note {
	font-size: 9px;
}


.compare-box {
	background: url('../images/site2/bg-comparebox-left.gif') no-repeat;
	height: 29px;
	padding-left: 5px;
	margin: 20px 0 0;
}
.compare-box div {
	float: left;
	background: #fff0d3 url('../images/site2/bg-comparebox-right.gif') no-repeat 100% 0;
	padding: 5px 10px 5px 5px;
}
.compare-box a {
	color: #333;
	padding-left: 16px;
	background: url('../images/site2/bg-compare.gif') no-repeat 0 50%;
	line-height: 19px;
}

.price-head {
	font: bold 16px/18px Arial, sans-serif;
	margin: 20px 0 -28px;
}

.gen-form {
	width: 100%;
	overflow: hidden;
}
.gen-form .wrap {
	padding: 5px 0;
}
.gen-form .leftcell {
	width: 120px;
	text-align: right;
	float: left;
}
.gen-form .rightcell {
	margin: 0 0 0 135px;
	color: #999;
}
.gen-form .text,
.gen-form textarea {
	width: 285px;
	padding: 2px 3px;
	font: 12px Arial, sans-serif;
	margin-bottom: 3px;
}
.gen-form fieldset .text,
.gen-form fieldset textarea {
	width: 350px;
	background: #fff;
}
.gen-form fieldset select {
	width: 185px;
	font-size: 12px;
}
.gen-form .code {
	width: 105px;
	float: left;
	padding: 2px 3px;
	font: 12px Arial, sans-serif;
}
.gen-form .button {
	float: left;
	clear: left;
	width: 115px;
	height: 25px;
	margin-right: 15px;
}
.gen-form .rightcell a {
	color: #333;
	line-height: 25px;
}
.gen-form img {
	display: inline;
	vertical-align: top;
	margin: 5px 0 0 5px;
}
.gen-form .rightcell span {
	color: #333;
}
.gen-form fieldset {
	border: none;
	margin-top: -1px;
	border-top: 1px solid #cecece;
	padding: 15px 0;
}
.gen-form fieldset.resume {
	padding: 20px 0 40px;
	border: none;
}
.gen-form .file {
	margin: 0 0 3px;
	background: #fff;
}
.gen-form .radio {
	margin: 0;
	width: 22px;
	height: 22px;
	background: #f7f7f7;
	vertical-align: middle;
}
.gen-form .inactive {
	background: #d4d0c8;
}


.personal {
	padding: 40px 0;
	width: 210px;
	line-height: 14px;
}
.personal a {
	color: #666;
}
.personal ul {
	margin: 0;
}
.personal ul li {
	padding: 3px 0;
	width: 100%;
}
.personal ul li li {
	margin-left: 15px;
}
.personal ul li.active {
	margin-left: -11px;
	padding-left: 11px;
	position: relative;
	background: url('../images/site2/edge-personal_full.gif') no-repeat;
}
.personal ul li.active a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.personal ul a {
	color: #008ad9;
}
.personal ul li.active li a {
	color: #008ad9;
	font-weight: normal;
	text-decoration: underline;
}
.personal ul li li.active {
	margin-left: 4px;
	padding-left: 11px;
}
.personal ul ul {
	margin-top: 3px;
}

.write-own {
	text-decoration: none;
	position: relative;
	background: url('../images/site2/underline-lightblue.gif') repeat-x 0 100%;
}
.write-own:hover {
	background: none;
}
.relative {
	position: relative;
	z-index: 99;
}

.blue {
	color: #03a6ff !important;
}
.grey {
	color: #ccc !important;
}

.favorites {
	margin: 20px 5% 30px -5px;
}
.favorites li {
	background: #f0f0f0;
	border-top: 3px solid #fff;
	padding: 4px 0 4px 5px;
	width: 520px;
}
.favorites li.active {
	background: #fff0d3;
}
.favorites li select {
	width: 65%;
	margin-right: 5px;
}
.favorites li .reset {
	padding-left: 20px;
	background: url('../images/site2/bullet.gif') no-repeat 0 50%;
	color: #f80;
	margin-left: 20px;
	text-decoration: none;
}
.favorites li .reset span {
	background: url('../images/site2/underline-orange.gif') repeat-x 0 100%;
}
.favorites li select {
	font: 12px Arial, sans-serif;
}
.favorites li .button {
	font: 12px Arial, sans-serif;
}

h4 {
	font: bold 14px/16px Arial, sans-serif;
	margin: 10px 0 0;
}
h4 span {
	font-weight: normal;
}

.seller-rating {
	width: 100%;
	overflow: hidden;
	line-height: 17px;
	margin: 10px 0 0;
}
.seller-rating dt {
	float: left;
	width: 100px;
}
.seller-rating dd {
	margin: 0 0 0 110px;
	height: 17px;
}
.pricelist {
	margin: 23px 0;
	padding: 0 15px;
}
.pricelist .download {
	padding: 0 0 0 48px;
	margin: 0 0 10px;
	min-height: 50px;
	background: url('../images/site2/file.gif') no-repeat;
}
* html .pricelist .download {
	height: 50px;
}

.company-answer {
	background: #fff0d3;
	padding: 10px 15px;
}
.company-answer p {
	margin: 5px 0;
}

.seller-info {
	margin: 15px 0 25px;
	width: 100%;
	overflow: hidden;
}
.seller-info dt {
	float: left;
	width: 40%;
	padding: 4px 0;
	line-height: 18px;
	background: url('../images/site2/dot.gif') repeat-x 0 16px;
}
.seller-info dt span {
	float: left;
	background: #fff;
	padding-right: 5px;
}

.seller-info dd {
	margin: 0 0 0 42%;
	padding: 4px 0;
	line-height: 18px;
}
.write .details {
	background: #f5f5f5;
	padding: 10px 20px;
	margin: 0 -20px 10px;
}

select.rate-sel {
	width: 95% !important;
	position: static;
}
span.rate-sel {
	z-index: 99;
	top: -15px;
	left: 30%;
	padding-right: 15%;
	position: relative;
	width: 50px;
	background: #fff;
	overflow: hidden;
}

.select-free {
	position: relative;
	float: right;
	z-index: 10;
	overflow: hidden;
	width: 50px;
	padding-right: 15%;
	margin-top: -20px;
}
ul li.nactive {
	color: #cccccc;
	text-decoration: none;
}
ul li.nactive span{
	font-size: 12px;
}
.newslist li {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	font-size: 13px;
}
.newslist li.new {
	background: url('../images/site2/new.gif') no-repeat 100% 20px;
}
h3 span {
	font: bold 12px/16px Arial, sans-serif;
}
.out_link{
	padding-left: 12px;
	background: url('../images/site2/out_link.gif') no-repeat 0 3px;
}
.favorites li.error {
	background: #FFC0C0;
}
#photoframe .jcarousel-container .jcarousel-clip img {
	float: left;
	border: 1px solid #d2d2d2;
}
.write .rightcell img.c_code {
		display: block;
}
.write .rightcell img {
	display: inline;
	vertical-align: top;
	margin: 5px 0 0 5px;
}
.top_stats {
	font-size: 12px;
}
.fake-select {
		border: 1px solid #abadb3;
		width: 90%;
		position: relative;
		background: #fff url('../images/site2/fake-select-but.gif') no-repeat 100% 0;
}
.fake-select strong {
		height: 18px;
		overflow: hidden;
		display: block;
		color: #000;
		padding: 0 5px;
		margin: 1px 0;
		cursor: pointer;
		font: 13px/20px Arial, sans-serif !important;
}
.fake-select ul {
		background: #fff;
		border-top: none;
		display: none;
}
.drop .fake-select {
		border: 1px solid #abadb3;
		width: 100%;
}
.drop .fake-select ul {
		display: block;
		width: 100%;
		overflow: hidden;
}
.fake-select ul li {
		float: left;
		width: 100%;
}
.fake-select a {
		display: block;
		height: 18px;
		padding: 0 5px;
		color: #000;
		text-decoration: none;
}
.fake1 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -162px;
}
.fake2 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -144px;
}
.fake3 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -126px;
}
.fake4 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -108px;
}
.fake5 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -90px;
}
.fake6 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -72px;
}
.fake7 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -54px;
}
.fake8 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -36px;
}
.fake9 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% -18px;
}
.fake10 {
		background: url('../images/site2/fake-select-drop.gif') no-repeat 100% 0;
}
.drop {
		position: absolute;
		z-index: 99;
		width: 100%;
		background: #fff;

}
.price_add {
	color: #008000;
}
.price_sub {       
	color: #FF0000;
}
.warn {
	border: 1px solid #B37B20;
	padding: 10px 10px 10px 50px;
	background: url('../images/site2/warn.gif') no-repeat 10px;
	
}
.cluetip {
		color: #333;
		cursor: help;
		text-decoration: none;
		background: url('../images/site2/underline-dot.gif') repeat-x 0 100%;
}

#com_block {
	color: #333;
}
#dscr_block {
	color: #333;
}
.hlp_txt{
	color: #848484;
}
.hlp_txt img{
	display: inline;
	padding: 0px 0px 0px 20px;
	vertical-align: middle;
}

/* ===================================================== */
div.linked_products_list_module
{
	padding-bottom: 10px;
}

div.linked_products_list_module		h4
{
	font-size: 12px;
}

div.linked_products_list_module		div.linked_products_cat
{
	padding-left: 15px;
	font-weight: bold;
}

div.linked_products_list_module		div.linked_product	a
{
	font-weight: bold;
}

div.linked_products_list_module		div.linked_product		img
{
	vertical-align: top;
	margin-right: 5px;
	border: 1px solid #555555;
	float: left;
}

div.linked_products_list_module		div.linked_product_delimiter
{
	clear: both;
	height: 5px;
}

div.linked_products_list_module		div.linked_product	div.linked_product_price
{
	padding-top: 3px;
	color: #444444;
}

div.linked_products_list_module		div.linked_product	div.linked_product_offer_count
{
	color: #888888;
	font-size: smaller;
}


/* ===================================================== */
div.moduletable-leftmenu
{
}

div.moduletable-leftmenu h3
{
	margin-top: 0px;
}

div.moduletable-leftmenu table td
{
	white-space: nowrap;
	line-height: 150%;
}


/* ===================================================== */
div.moduletable h3
{
	font-size: 14px;
	margin: 10px 0px 5px 0px !important;
	color: #888888 !important;
}

div.moduletable div.syndicate
{
	text-align: left;
}

div.moduletable div.syndicate div
{
	text-align: left;
}


/* ===================================================== */

table.contentpaneopen
{
	width: 100%;
}

/* Стили для блог-списка первой страницы */
table.blog-frontpage
{
	width: 100%;
}

table.blog-frontpage td p
{
	margin: 0;
}

table.blog-frontpage div.header a
{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

table.blog-frontpage td.middle_col_separator img
{
	width: 50px;
}

table.blog-frontpage div.contentheaderimage img
{
	border: 1px solid #dddddd;
}

table.blog-frontpage div.createdate
{
	color: #999999;
}

table.blog-frontpage div.section_category_link a
{
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

/* Стили для блог-списков */
table.blog
{
	width: 100%;
}

table.blog td p
{
	margin: 0;
}

table.blog div.header a
{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

table.blog td.middle_col_separator img
{
	width: 50px;
}

table.blog div.contentheaderimage img
{
	border: 1px solid #bbbbbb;
}

table.blog div.createdate
{
	color: #999999;
}

table.blog div.section_category_link a
{
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

/* Стили для статьи */
table.contentpaneopendiv.header
{
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
}

table.contentpaneopen div.contentheaderimage img
{
	border: 1px solid #bbbbbb;
}

table.contentpaneopen div.createdate
{
	color: #999999;
}

table.contentpaneopen div.section_category_link a
{
	font-size: 11px;
	color: #666;
	text-decoration: none;
}

table.contentpaneopen div.contentheaderimage
{
	float: left;
	padding-right: 15px;
	padding-bottom: 10px;
}

table.contentpaneopen div.header_block
{
}

table.contentpaneopen div.header h1
{
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
}

div.article_seperator
{
	padding-bottom: 10px;
}

/* ===================================================== */
div.moduletable-popular_news ul.latestnews-popular_news li
{
	padding: 10px 0px 10px 0px;
	margin: 0 !important;
	line-height: normal;
}

div.moduletable-popular_news ul
{
	margin: 0 !important;
}

div.moduletable-popular_news ul.latestnews-popular_news li.latestnewsdelimiter
{
	padding: 0px 0px 0px 0px;
	border-bottom: 1px dashed #AAAAAA;
	overflow: hidden;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}

div.moduletable-popular_news ul.latestnews-popular_news li.latestnewsdelimiter hr
{
	margin: 10px 0px 20px 0px;
	border-bottom: 1px dashed #AAAAAA;
	overflow: hidden;
	height: 5px;
	line-height: 5px;
	font-size: 5px;
}

div.moduletable-popular_news ul.latestnews-popular_news li div.headerimage
{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.moduletable-popular_news ul.latestnews-popular_news li div.headerimage img
{
	border: 1px solid #dddddd;
}

div.moduletable-popular_news ul.latestnews-popular_news li div.created
{
	color: #999999;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 1px;
}

div.moduletable-popular_news ul.latestnews-popular_news li div.link
{
	line-height: normal;
	font-size: 12px;
	line-height: normal;
}

div.moduletable-popular_news ul.latestnews-popular_news li div.link a
{
	line-height: normal;
	font-size: 12px;
}

div.moduletable-popular_news ul.latestnews-popular_news li div.introtext
{
	color: #000000;
	clear: both;
	line-height: normal;
	font-size: 12px;
	line-height: normal;
}

div.moduletable-popular_news ul.latestnews-popular_news li div.introtext p
{
	margin: 0 !important;
	line-height: normal;
}

div.moduletable-popular_news ul.latestnews-popular_news li.latestnewsmorelink
{
	padding-top: 10px;
	padding-bottom: 0px;
}

div.moduletable-popular_news ul.latestnews-popular_news li.latestnewsmorelink a
{
	font-weight: bold;
}

div.componentheading
{
	font-size: 14px;
	font-weight: bold;
	line-height: 150%;
}

span.pathway .lastitem
{
	font-weight: bold;
}

div.source_link
{
	padding-top: 10px;
	text-align: right;
	color: #AAAAAA;
	font-style: italic;
}

/* ===================================================== */

div.favorites_links
{
	padding-top: 5px;
	padding-bottom: 10px;
}

div.favorites_links strong
{
	color: #666;
	font-size: 11px;
}

div.favorites_links a
{
	color: #666;
	font-size: 11px;
	margin-right: 5px;
}

div.favorites_links  img
{
	vertical-align: bottom;
}

/* ===================================================== */
div.popular_products
{
	padding-top: 20px;
	clear: left;
}
div.popular_products h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px !important;
	padding: 10px 0px 10px 0px;
/*	color: #888888 !important; */
	color: #000000 !important;
/*	background: url('../images/site2/bg-tab.gif') top center no-repeat; */
}

div.popular_products div.linked_product
{
	float: left;
	margin: 3px 3px;
	width: 32%;
}

div.popular_products		div.linked_product		img
{
	vertical-align: top;
	margin-right: 5px;
	border: 1px solid #AAAAAA;
	float: left;
}
div.popular_products		div.linked_product		div.main_link
{
	margin-left: 80px;
}
div.popular_products		div.linked_product		div.linked_product_price,
div.popular_products		div.linked_product		div.linked_product_offer_count
{
	margin-left: 80px;
}

div.popular_products		div.linked_product		div.linked_product_price
{
	font-weight: bold;
}

div.popular_products		div.linked_product		div.linked_product_offer_count
{
	color: #AAAAAA;
}

/* ===================================================== */

div.moduletable-other_news
{
	clear: left;
}

div.moduletable-other_news h3
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 5px 0px !important;
	padding: 25px 0px 10px 0px;
/*	color: #888888 !important; */
	color: #000000 !important;
	background: url('../images/site2/bg-tab.gif') top center no-repeat;
}

div.moduletable-other_news ul.latestnews-other_news li
{
	padding: 0;
	margin: 0px 10px 0px 0px !important;
	line-height: normal;
	float: left;
	width: 31%;
}

div.moduletable-other_news ul
{
	margin: 0 !important;
}

div.moduletable-other_news ul.latestnews-other_news li div.headerimage
{
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}

div.moduletable-other_news ul.latestnews-other_news li div.headerimage img
{
	border: 1px solid #dddddd;
}

div.moduletable-other_news ul.latestnews-other_news li div.created
{
	color: #999999;
	font-size: 12px;
	padding-right: 5px;
	padding-top: 1px;
}

div.moduletable-other_news ul.latestnews-other_news li div.link
{
	line-height: normal;
	font-size: 12px;
	line-height: normal;
}

div.moduletable-other_news ul.latestnews-other_news li div.link a
{
	line-height: normal;
	font-size: 12px;
}

div.moduletable-other_news ul.latestnews-other_news li div.introtext
{
	color: #000000;
	clear: both;
	line-height: normal;
	font-size: 12px;
	line-height: normal;
}

div.moduletable-other_news ul.latestnews-other_news li div.introtext p
{
	margin: 0 !important;
	line-height: normal;
}

div.moduletable-other_news ul.latestnews-other_news li.latestnewsmorelink
{
	padding-top: 10px;
	padding-bottom: 0px;
}

div.moduletable-other_news ul.latestnews-other_news li.latestnewsmorelink a
{
	font-weight: bold;
}

/* ===================================================== */

div.moduletable-selectlang
{
	float: left;
	height: 16px;
	margin-right: 10px;
}

div.moduletable-selectlang img
{
	border: 1px solid #AAAAAA !important;
}


/* ===================================================== */

