/*
  The original subSilver Theme for phpBB version 2+
  Created by subBlue design
  http://www.subBlue.com
*/


*{
margin:0;
padding:0;
}

body {
	min-width: 1000px;
}

body *
{
	color: #1d1d1d;
	font-family: Arial, Tahoma;
	/* font-size: 12px; */
}

table
{
	border-collapse: collapse;
}

a img
{
	border:0;
}

.pusher{
	font-size:0;
	height:1px;
	clear:both;
}

#body {
	width: 100%;
}

#header
{
	background: url( '/images/themes/default/logo_bg.jpg' );
}
	#header h1
	{
		height: 13px;
		font-size: 11px;
		color: #d5f0ff;
		font-weight: normal;
		font-family: "courier new";
		overflow: hidden;
		margin-left: 3px;
	}

	#header_in
	{
		background: url( '/images/themes/default/logo_all.jpg') no-repeat;
		height: 149px;
	}
	table.header_add_container td
	{
		padding: 3px;
	}


.main_menu
{
	width: 100%;
	height: 32px;
	background: url( '/images/themes/default/menu_bg.jpg') repeat-x;
}
	.main_menu.bottom
	{
		background: url( '/images/themes/default/bottom_menu_bg.jpg') repeat-x;
		height: 36px;
	}
	.main_menu a
	{
		font-family: Arial, Tahoma;
		font-size: 12px;
		color: rgb(48, 95, 153);
		font-weight: bold;
		text-decoration: none;
		margin: 0 10px 0 3px;
	}

	.main_menu a:hover
	{
		text-decoration: underline;
	}

	.main_menu a.simple:hover
	{
		text-decoration:none;
	}

	.main_menu .menu_arrow
	{
		margin-left: 10px;
	}

	.main_menu .listing {
		color: #FF4E00;
	}

	.main_menu .listing {
		color: #FF4E00;
	}

	.main_menu .finance {
		color: #F00000;
	}

#left_column
{
	width: 165px;
	background: url( '/images/themes/default/left_column1.gif' ) repeat-y;
	background-position: right;
	padding: 3px;
	vertical-align: top;
}
	#left_column .separator
	{
		margin: 4px 4px 3px 4px;
		font-size:0;
		height: 2px;
		background: url('/images/themes/default/point.gif') repeat-x;
	}

	#left_column ul
	{
		margin-left: 3px;
		padding: 0;
		list-style: none;
		line-height: 16px;
	}

	#left_column ul li
	{
		margin-left: 5px;
		background: url('/images/themes/default/list_image_square.gif') no-repeat center left;
		padding-left: 10px;
	}
	#left_column ul li.top
	{
		margin-left: 0;
		font-weight: bold;
		padding-left: 10px;
		line-height: 15px;
	}

	#left_column ul li a
	{
		font-size: 11px;
		font-family: Tahoma, Arial;
		text-decoration: none;
		color: #305f99;
		line-height: 16px;
	}

	#left_column ul li a:hover
	{
		text-decoration: underline;
	}

#main_column
{
	padding: 10px;
	vertical-align: top;
	font-size: 12px;
	font-family: Arial, Tahoma;
}

#main_column *
{

}
	#main_column h1,h2,h3
	{
	    font-family: Arial;
	    font-size: 19px;
	    font-weight: normal;
	    color: #000000;
	    margin: 5px 0 5px 0;
	}

	#main_column h1
	{
	    font-size: 24px;
	}

	#main_column h3
	{
	    font-size: 14px;
   	    font-weight: bold;
	}

	#main_column h2 a
	{
	    color: #000000;
	    font-size: 19px;
		text-decoration: none;
	}

	#main_column h2 a:hover
	{
		text-decoration: underline;
	}

	#main_column a
	{
		color: rgb(48, 95, 153);

		text-decoration: none;
		/* font-size: 11px; */
	}

	#main_column a:hover
	{
		text-decoration: underline;
	}

	#main_column a.bold
	{
		font-weight: bold;
	}

	#main_column a.alert
	{
		color: #F00000;
	}

	#main_column a.small
	{
		font-size: 11px;
	}

	#main_column hr
	{
	border: 0;
	height: 0;
	line-height: 0;
	border-top: 1px solid #000;
	}

	#main_column .mini
	{
		font-size: 11px;
	}


#right_column
{
	vertical-align: top;
	width: 240px;
	background: url( '/images/themes/default/right_column.gif' ) repeat-y;

}

#right_column .search
{
	background: url( '/images/themes/default/right_column_search.jpg' ) repeat-y;
	padding: 5px;
	padding-left: 10px;
}

	#right_column .separator
	{
		margin: 4px 4px 3px 4px;
		font-size:0;
		height: 2px;
		background: url('/images/themes/default/point.gif') repeat-x;
	}

	#right_column div.submenu
	{
		font-weight: bold;
	}

	#right_column ul.submenu
	{
		margin-left: 10px;
		padding: 0px;
		line-height: 15px;
		list-style: none;
	}

	#right_column ul.submenu li a
	{
	background: url('/images/themes/default/list_image_square.gif') no-repeat center left;
	padding-left: 10px;
	}

	#right_column ul.submenu li a
	{
		font-size: 11px;
		margin-left: -2px;
		font-family: Tahoma, Arial;
		text-decoration: none;
		color: #305f99;
	}

	#right_column ul.submenu li a:hover
	{
		text-decoration: underline;
	}


	#right_column .news a:hover
	{
		text-decoration: underline;
	}

	#right_column  a.class
	{
		margin:0;
		font-weight: bold;
		color: #000000;
		font-size: 16px;
		text-decoration: none;
	}

	#right_column a.class:hover
	{
		text-decoration: underline;
	}

	#right_column a
	{
		color: #305F99;
		text-decoration: none;
		font-size: 12px;
	}

	#right_column a:hover
	{
		text-decoration: underline;
	}

	#right_column a.bold
	{
		font-weight: bold;
	}

	#right_column a.alert
	{
		color: #F00000;
	}

	#right_column a.small
	{
		font-size: 11px;
	}

#footer
{
	width:100%
}
#footer td
{
	padding: 10px;
}

	#footer *
	{
		font-size: 11px;
		font-family: Tahoma;
	}
	#footer a
	{
		color: #305F99;
		text-decoration: none;
	}

	#footer a:hover
	{
		text-decoration: underline;
	}
	#footer a.alert
	{
		font-weight: bold;
		color: #FF4E00;
	}


/* Path Crumbs */

.line
{
	margin-bottom: 10px;
	background: url('/images/themes/default/point.gif') repeat-x scroll bottom;
	padding: 0 5px 3px 5px;
}

#crumbs
{
	margin-bottom: 10px;
	padding-bottom: 3px;
	background: url('/images/themes/default/point.gif') repeat-x scroll bottom;
	font-weight: bold;
}
	#crumbs a
	{
		font-weight: normal;
	}

/* Catalog styles */

#main_column .good
{
	margin: 10px 0;
}

#catalog_tree
{

}
	#catalog_tree .group
	{
		background: url(/images/themes/default/catalog_group_line.gif) repeat-x;
		height: 23px;
		padding: 4px 5px 0 5px;
	}

	#catalog_tree .group-left
	{
	background: url(/images/themes/default/catalog_group_line_v.gif) no-repeat left top;
	margin: 5px;
	margin-bottom: 0;
	}
	#catalog_tree .group-right
	{
		background: url(/images/themes/default/catalog_group_line_v.gif) no-repeat right top;
	}

	#catalog_tree ul
	{
		margin-left: 30px;
		padding: 0px;
		line-height: 18px;
		list-style: none;
	}

	#catalog_tree ul li a
	{
		color: #000000;
		margin-left: -6px;
	}

	#catalog_tree td
	{
		padding: 1px;
	}

	/* Tabs */

	#main_column .tabs li
	{
		float: left;
		padding: 1px 4px;
		margin: 1px 10px;
	}

	#main_column .tabs li.active
	{
		background: #dadada;
	}

	#main_column .tabs ul
	{
		list-style: none;
	}

	#main_column .tabs
	{
		background: url('/images/themes/default/point.gif') repeat-x scroll bottom;
		margin-bottom: 10px;
	}

/*Catalog Search Form*/

#catalog_search_form
{
	margin: 5px 0;
}

/* Catalog open_good */

#main_column .features_table th
{
	background-color: #dfdfdf;
	text-align: left;
	padding: 5px;
}

#main_column .features_table th
{
	border-top: solid 1px #b0b0b0;
}

#main_column .features_table td
{
	width: 50%;
	padding: 5px;
	border-bottom: solid 1px #b0b0b0;
}

.nav_pages
{
	margin-bottom: 5px;
}
.nav_pages label
{
	font-weight: bold;
}
.nav_pages .current
{
	font-weight: bold;
}

#top_news
{
	line-height: 15px;
}

/* Publish styles */

.annotation
{
	margin: 10px 5px;
	margin-left: 0;
	clear: both;
}
	.annotation .title
	{
		margin-bottom: 4px;
	}

	.annotation .rating
	{
		float:left;
		margin: 0;
		margin-top: 3px;
	}

	.annotation img
	{
		margin: 3px 10px 0 0;
	}

	.annotation a.bold
	{
		font-size: 14px !important;
	}

.annotation-text
{
	margin-left: 10px;
}
	.annotation-text *
	{

	}

	.date
	{
		font-size: 13px;

		font-weight: bold;
	}

	.annotation-text .time
	{
		float: left;
		font-size: 11px;
		color: 333333;
	}

	.annotation-text .title
	{
		margin-left: 40px;
		margin-bottom: 3px;
	}
	.annotation-text .rating
	{
		float: left;
		margin-top: 2px;
	}
	.annotation-text a.bold
	{
		font-size: 14px !important;
	}

#right_column .annotation-simple *
{
	font-size: 11px !important;
}

#right_column .annotation-simple
{
	margin: 5px 0;
}


#main_column #search_results ol
{
	margin-left: 25px;
}

#main_column #search_results .classes_list *
{
	font-size: 11px;
	color: #505050;
}

#main_column #search_results  li
{
	margin-bottom: 7px;
}

/* index page */
#main_column .index_table th
{
	padding-left: 5px;
	text-align: left;
}

#main_column .index_table td
{
	padding: 0 5px;
	vertical-align: top;
}


/*formula photo*/

#main_column dl#grandprix_list dd
{
	float: left;
	margin: 0 5px;
	width: 130px;
	height: 130px;
	overflow: hidden;
	border: 1px solid #dadada;
	text-align: center;
}


#main_column dl#grandprix_list dt
{
	padding: 15px 0 0 0;
	clear: both;
	font-weight: bold;
}

#main_column table.formula_tabs td
{
	border: 1px solid #555555;
	text-align: center;
	padding: 0 3px;
}

#main_column table.formula_tabs td.last
{
	width: 5%;
	border:0; border-bottom: 1px solid #555555;
}

#main_column table.formula_tabs td.first
{
	width: 5%;
	border:0; border-bottom: 1px solid #555555;

}
#main_column table.formula_tabs td.space
{
	width: 5px;
	border:0; border-bottom: 1px solid #555555;
}

#main_column table.formula_tabs td.selected
{
	border-bottom: 0 ;
}






#main_column ul.formula_tabs li
{
	margin: 3px 6px;
	text-align: center;
	float: left;
	list-style: none;
}

#main_column ul.formula_tabs li.sel
{
	background-color: #dadada;
}
#main_column ul.formula_tabs li.first
{
	width: 50px;
	text-align: left;
	font-weight: bold;
	margin-left: 0 !important;
}

#main_column #photos ul li {
	margin: 3px;
	text-align: center;
	float: left;
	list-style: none;
	width: 130px;
	height: 200px;
}

#main_column #photos ul li td
{
	width: 130px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #789;
}

#main_column dl.winners dt{
	font-weight: bold;
}

#main_column dl.winners dd {
	margin-left: 10px;
}

#main_column #current_grandprix
{

}

#main_column b.NewGoods1
{
	font-weight: normal;
	color: #053E9B;
}

#main_column ol
{
	margin-left: 30px;
}


#main_column table.publish_table td
{
  border: 1px solid #999999;
  padding: 5px;
}

#main_column table.publish_table th
{
  border: 1px solid #999999;
  padding: 5px;
  font-weight: bold;
}

#main_column dl.teams_list dd
{
	width: 300px;
	float: left;
}

#main_column dl.teams_list dd a
{
	clear: both;
}

#main_column dl.teams_list dt
{
	margin: 5px 0;
	font-weight: bold;
	font-size: 24px !important;
	border-bottom: 1px solid #dadada;
	clear: both;
}

dl.errors dt
{
	font-weight: bold;
	color: #F00000;
}
dl.errors dd
{
	margin-left: 10px;
}
dl.errors
{
	margin-bottom: 10px;
}

#right_column .good
{
	margin: 10px 2px;
}

#right_column .good ul.features
{
	list-style: none;
}
#right_column .good ul.features li
{
	background: url('/images/themes/default/menu_arrow.gif') no-repeat left;
	padding-left: 8px;
}
/* LISTING */
.offers_filters {

	margin: 10px 0;

	}

	.offers_filters  a {

		margin-left: 3px;
		padding: 2px 3px;

	}



	.offers_filters .selected {

		background-color: #eaeaea;

		text-decoration: none;

	}

	.offers_filters .selected  img{

		margin-bottom: 2px;

	}



	.offers_filters .sort_filter {

		width: 300px;
		float: left;

	}

#main_column .listing_good ul.features
{
	list-style: none;
	margin-left: 10px;
}
#main_column .listing_good ul.features li
{
	background: url('/images/themes/default/menu_arrow.gif') no-repeat left;
	padding-left: 10px;
}

#main_column .separator
{
	margin: 4px 4px 3px 4px;
	font-size:0;
	height: 2px;
	background: url('/images/themes/default/line.gif') repeat-x;
}


#listing_offers li
{
	margin: 10px 0;
}
#listing_offers li .name a
{
	font-weight: bold;
}

#listing_offers li .price a
{
	color: #FF4E00;
}

#main_column table.top_offers
{
	margin: 20px 0 0 10px;
}
#main_column table.top_offers b
{
	margin-right: 5px;
}

#main_column #article .date
{
	font-weight: bold;
	text-align: right;
}
#main_column #article .author
{
	margin-top: 10px;
	text-align: right;
}

.img-cell
{
	text-align: center;
	border: 1px solid #dadada;
	vertical-align: middle;
}

td.big
{
	width: 125px;
	height: 125px;
	text-align: center;
}

td.small
{
	width: 75px;
	height: 75px;
	text-align: center;
}


.pad.left
{
	padding-left: 5px;
}

#main_column .article-pages dt
{
	font-size: 14px;
	font-weight: bold;
}

#main_column .article-pages dd
{
	margin-left: 15px;
}
#main_column .article-pages dd.selected
{
	font-weight: bold;
}

ul.article_gallery
{
	list-style: none;
}
ul.article_gallery label
{
	font-size: 11px;
}

ul.article_gallery li
{
	float: left;
	margin: 10px;
	text-align: center;
}
ul.article_gallery li img
{
	display: block;
}

#main_column .top_good ul.features
{
	list-style: none;
	line-height: 11px;
}

#main_column .top_good ul.features li
{
	font-size: 11px;
}

#main_column .top_good .new
{
	color: D8200B;
	font-weight: bold;
	font-size: 11px;
	margin: 3px 0;
}

#main_column .top_good a.bold
{
	color: #000000;
}

#main_column .top_good ul.features li
{
	background: url('/images/themes/default/menu_arrow.gif') no-repeat left;
	padding-left: 10px;
	margin-left: 3px;
}

#main_column .margin
{
	margin-left:10px;
}

#main_column table.top_goods td.pad
{
	vertical-align: top;
	padding: 10px;
}

.my_rate
{
	color: #d8200b;
	font-size: 17px;
	font-weight: bold;
}
#right_column h3
{
	font-size: 16px;
	font-weight: bold;
}

#right_column .pad_in
{
	padding: 15px;
}

#main_column .good_main_image
{
	margin: 0 10px 10px 0;
}

.SubMenuItemsDepartment {
  font-weight: bold;
  font-size: 10px;
  font-family: tahoma, arial;
  padding: 2px;
  margin-bottom: 2px;
  color: #FF4E00;
  border-left:1px solid #B6B6B1;
  border-right:1px solid #B6B6B1;
  border-bottom:1px solid #B6B6B1;
  border-top:1px solid #B6B6B1;
   background-color: #f6f6f6;
}
a.SubMenuItemsDepartment1 {
  font-weight: bold;
  font-size: 10px;
  font-family: tahoma, arial;
  color: #FF4E00;
}



.SubMenuItemsDepartment .NewGoods1 {
  color: #f00000;
}
.NewGoods1 .SubMenuItemsDepartment {
  color: #f00000;
}



.SubMenuItemsParent {
  font-weight: bold;  font-size: 11px;  font-family: tahoma, arial;  padding-bottom: 2px;
}
.SubMenuItemsParent a {
  font-weight: bold;  font-size: 11px;  font-family: tahoma, arial;  padding-bottom: 2px;
  color: rgb(48, 95, 153);
  text-decoration: none;
}



.SubMenuItems {
  font-size: 11px;  font-family: tahoma, arial;  padding-bottom: 2px;
}
a.SubMenuItems {
  font-size: 11px;  font-family: tahoma, arial;  padding-bottom: 2px;
  color: rgb(48, 95, 153);
  text-decoration: none;
}
a.SubMenuItems *{
  font-size: 11px;  font-family: tahoma, arial;  padding-bottom: 2px;
  color: rgb(48, 95, 153);
  text-decoration: none;
}

.SubMenuItems a:hover {
  text-decoration: underline;
}

#right_column .right_banner
{
	margin: 5px 0;
}


.formula_winners th
{
	text-align: left;
}
.formula_winners td
{
	text-align: center;
	vertical-align: middle;
	width: 130px;
	height: 130px;
	border: 1px solid #789;
}

.soft_navigator label
{
	font-weight: bold;
	display: block;
}
.soft_navigator select
{
	width: 210px;
}

ul.wap li
{
    margin-left: 20px;
}

 /* General page style. The scroll bar colours only visible in IE5.5+ */

/* General font families for common tags */


/* This is the border line & background colour round the entire page */
.bodyline	{}

.bodyline img { border: 1px; padding: 2px; }

/* This is the outline round the main forum tables */
.forumline	{ background-color: #FFFFFF; border: 2px #006699 solid; border-collapse: separate; }

.forumline td {}

/* Main table cell colours and backgrounds */
td.row1	{ background-color: #EFEFEF; padding: 3px; }
td.row2	{ background-color: #DEE3E7; padding: 3px; }
td.row3	{ background-color: #D1D7DC; padding: 3px; }


/*
  This is for the table cell above the Topics, Post & Last posts on the index.php page
  By default this is the fading out gradiated silver background.
  However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
		background-color: #FFFFFF;
		background-image: url(/forum/templates/subSilver/images/cellpic2.jpg);
		background-repeat: repeat-y;
}

/* Header cells - the blue and silver gradient backgrounds */
th	{
	color: #FFA34F; font-weight : bold;
	background-color: #006699; height: 25px;
	background-image: url(/forum/templates/subSilver/images/cellpic3.gif);
}

td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
			background-image: url(/forum/templates/subSilver/images/cellpic1.gif);
			background-color:#D1D7DC; border: #FFFFFF; border-style: solid; height: 28px;
			padding: 3px;
}


/*
  Setting additional nice inner borders for the main table cells.
  The names indicate which sides the border will be on.
  Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
	height: 29px;
	border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
	font-weight: bold; border: #FFFFFF; border-style: solid; height: 28px; font-size: 13px;}
td.row3Right,td.spaceRow {
	background-color: #D1D7DC; border: #FFFFFF; border-style: solid; }

th.thHead,td.catHead { border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right	 { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom  { border-width: 0px 1px 1px 1px; }
th.thTop	 { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }


/* The largest text used in the index page title and toptic title etc. */
.maintitle,h1,h2	{
			font-weight: bold; font-size: 22px; text-decoration: none; line-height : 120%; color : #000000;
}


/* General text */
.gen { font-size : 12px; }
.genmed {  font-size : 11px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #000000; }
a.gen,a.genmed,a.gensmall { color: #006699; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #DD6900; text-decoration: underline; }


/* The register, login, search etc links at the top of the page */
.mainmenu		{ font-size: 11px; color : #000000; line-height: 20px;  }
a.mainmenu		{ text-decoration: none; color : #006699;  }
a.mainmenu:hover{ text-decoration: underline; color : #DD6900; }


/* Forum category titles */
.cattitle		{ font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #006699}
a.cattitle		{ text-decoration: none; color : #006699; }
a.cattitle:hover{ text-decoration: underline; }


/* Forum title: Text and link to the forums used in: index.php */
.forumlink		{ font-weight: bold; font-size: 12px; color : #006699; }
a.forumlink 	{ text-decoration: none; color : #006699; }
a.forumlink:hover{ text-decoration: underline; color : #DD6900; }


/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav			{ font-weight: bold; font-size: 11px; color : #000000;}
a.nav			{ text-decoration: none; color : #006699; }
a.nav:hover		{ text-decoration: underline; }


/* titles for the topics: could specify viewed link colour too */
.topictitle			{ font-weight: bold; font-size: 11px; color : #000000; }
a.topictitle:link   { text-decoration: none; color : #006699; }
a.topictitle:visited { text-decoration: none; color : #5493B4; }
a.topictitle:hover	{ text-decoration: underline; color : #DD6900; }


/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name			{ color: #000000; font-size : 11px; }

/* Location, number of posts, post date etc */
.postdetails		{ font-size : 11px; color : #000000; padding: 2px; }


/* The content of the posts (body of text) */
.postbody { font-size : 12px }
a.postlink:link	{ text-decoration: none; color : #006699 }
a.postlink:visited { text-decoration: none; color : #5493B4; }
a.postlink:hover { text-decoration: underline; color : #DD6900}


/* Quote & Code blocks */
.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; line-height: 125%;
	background-color: #FAFAFA; border: #D1D7DC; border-style: solid; padding: 3px;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}

.headmenu td {padding: 3px;}

/* Copyright and bottom info */
.copyright		{ font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; letter-spacing: -1px; }
a.copyright		{ color: #444444; text-decoration: none;}
a.copyright:hover { color: #000000; text-decoration: underline;}


/* Form elements */
input,textarea, select {
	color : #000000;
	border-color : #000000;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
	background-color : #EFEFEF;
	color : #000000;
}

/* The main submit button option */
input.mainoption {
	background-color : #FAFAFA;
	font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
	background-color : #FAFAFA;
	font-weight : normal;
}

/* This is the line in the posting page which shows the rollover
  help line. This is actually a text box, but if set to be the same
  colour as the background no one will know ;)
*/
.helpline { background-color: #DEE3E7; border-style: none; }


	td.advnew	{width:238px;}
		td.advnew div	{background:#bedbf3; border:solid 4px #69abe4; color:#e02f00; font-size:18px; height:117px; position:relative;}
/*		td.advnew div,
		td.advnew div a	{overflow:hidden;}
		* html td.advnew div,
		* html td.advnew div a	{zoom:1}*/
			td.advnew div a	{background:#; color:#000; display:block; text-decoration:underline;}
			td.advnew div a:hover	{text-decoration:none;}
			td.advnew div a strong,
			td.advnew div a em	{padding-right:15px;}
				td.advnew div .image	{background:#fff; cursor:pointer; float:left; margin-right:13px; padding:8px 0; text-align:center; width:120px;}
				td.advnew div strong a	{display:block; padding:16px 0 9px;}
				td.advnew div em a 	{color:#003b83; font-size:11px; font-style:normal; padding-top:5px;}
				td.advnew div .decorative	{background:url("http://cifrovik.ru/images/themes/default/adv_corners_new.gif"); display:block; font-size:0; height:5px; position:absolute; width:5px;}
				td.advnew div .tl	{background-position:-5px -5px; left:-4px; top:-4px;}
				td.advnew div .tr	{background-position:0 -5px; right:-4px; top:-4px;}
				td.advnew div .bl	{background-position:-5px 0; left:-4px; bottom:-4px;}
				td.advnew div .br	{right:-4px; bottom:-4px;}

.advoffer	{text-align:left;}
	.advoffer div,
	.reduced div div	{background:#eef5f9; border:solid 1px #e2e8ef; margin-bottom:17px; padding:10px 13px 12px; position:relative;z-index:10;}
	.advoffer div:after, .reduced div div:after {content: "."; display: block;height: 0;clear: both;visibility: hidden;}
	* html .advoffer div	{zoom:1;}
	#main_column .advoffer div a	{text-decoration:underline;}
	#main_column .advoffer div a.title	{display:block;height:3em;position: absolute; left: 125px; color: #305F99}
	#main_column .advoffer div a:hover	{text-decoration:none;}
	#main_column .advoffer div .image	{background:url("http://cifrovik.ru/images/themes/default/advoffer_price_add_bg.gif") no-repeat 94px 100%; float:left; margin:0 11px 11px 0; text-align:center; text-decoration:none;}
		#main_column .advoffer div img	{border:solid 1px #dde5ee;}
		#main_column .advoffer div .image span 	{background-color:#fefeff;background-image: url("http://cifrovik.ru/images/themes/default/advoffer_price_bg.gif"); background-repeat:repeat-x; border:solid 1px #dde5ee; border-top-color:#e1e7ef; color:#fe2121; display:block; line-height:25px; margin:-6px auto 0; position:relative; width:87px;zoom:1}
		#main_column .advoffer div .image span .decorative	{border:none;background-image:url("http://cifrovik.ru/images/themes/default/advoffer_price_corners.gif"); display:/*none*/block; font-size:0; height:5px; line-height:0; margin:0; position:absolute; width:5px;z-index:10;}
			* html #main_column .advoffer div .image span .tr	{right:-2px;}
			* html #main_column .advoffer div .image span .bl	{bottom:-2px;}
			* html #main_column .advoffer div .image span .br	{bottom:-2px; right:-2px;}
		.advoffer div .decorative	{background:url("http://cifrovik.ru/images/themes/default/advoffer_corners.gif"); display:block; font-size:0; height:5px; position:absolute; width:5px;z-index:10;}
		.advoffer div .tl	{background-position:-5px -5px; left:-1px; top:-1px;}
		.advoffer div .tr	{background-position:0 -5px; right:-1px; top:-1px;}
		.advoffer div .bl	{background-position:-5px 0; left:-1px; bottom:-1px;}
		.advoffer div .br	{right:-1px; bottom:-1px;}

		#main_column .advoffer div strong a	{color:#305f99;}
		.advoffer div p	{font-size:11px; padding:1em 0; padding-top: 2em}
		#main_column .advoffer div a	{color:#fe2121; font-weight:bold;}

	.reduced	{margin-right:-2.5%; overflow:hidden;}
	.reduced .noprice  {padding-bottom:33px;}
	* html .reduced	{float: left; /*right:-2.5%;*//*width:102.5%;*/}
	.reduced div	{background:none; border:none; float:left; margin:0; margin-right:-1px; padding:0; position:static; width:25%;}
	.reduced div div	{float:none; margin-right:10%;text-align:center; width:auto;}
	* html .reduced div div	{margin-right:0;width:90%;}
	#main_column .reduced div .image	{float:none; margin:6px auto 10px; width:102px;}
	.reduced div strong,
	.reduced div a	{display:block; font-weight:bold;}
	#main_column .reduced div a	{font-weight:normal;}
	#main_column .reduced div a.title,
	#main_column .reduced .image span	{cursor:pointer;font-weight:bold; position: static}
	#main_column .reduced p	{display: none}

/*Спецпредложения*/
div.spOffer table {
	width: 100%;
	margin-top: 16px;
}

div.spOffer table td {
	width: 33%;
	height: 110px;
}

div.spOffer table td div.wrapper {
	background: #e5e5e5 url(/images/themes/catalog/special_offer_bg-tl.gif) no-repeat left top;
	height: 110px;
	margin: 0 8px;
}

div.spOffer table td div.wrapper1 {
	background: url(/images/themes/catalog/special_offer_bg-tr.gif) no-repeat right top;
	height: 110px;
}

div.spOffer table td div.wrapper2 {
	background: url(/images/themes/catalog/special_offer_bg-bl.gif) no-repeat left bottom;
	height: 110px;
}

div.spOffer table td div.wrapper3 {
	background: url(/images/themes/catalog/special_offer_bg-br.gif) no-repeat right bottom;
	position: relative;
	height: 110px;
	overflow: hidden;
}

div.spOffer table td div.container {
	position: absolute;
	width: 100%;
	left: 0;
	top: 4px;
}

div.spOffer table td img {
	float: left;
	border: 1px solid #b5b5b5;
	margin: 4px 0 4px 3px;
}

div.spOffer table td h2 {
	font-family: Trebuchet MS !important;
	font-size: 16px !important;
	font-weight: bold;
	color: #1f537f !important;
	margin: 0px 0px 0px 110px;
}

div.spOffer table td h2 a {
	font-family: Trebuchet MS;
	font-size: 16px !important;
	color: #1f537f !important;
	text-decoration: none !important;
	margin: 0px;
}

div.spOffer table td p {
	font-family: Arial !important;
	font-size: 9px !important;
	color: #858585 !important;
	margin: 0px 0px 3px 110px;
}

div.spOffer table td p a {
	font-family: Arial !important;
	font-size: 9px !important;
	color: #858585 !important;
	text-decoration: underline !important;
}

div.spOffer table td a:hover {
	text-decoration: none !important;
}

div.spOffer table td div.pricewrapper {
	margin: 5px 0 0 0;
	background: url(/images/themes/catalog/special_offer_arrow.png) no-repeat 90px top;
	_background: url(/images/themes/catalog/special_offer_arrow.gif) no-repeat 90px top;
	height:	33px;
}

div.spOffer table td div.pricewrapper div.pricewrpr0 {
	display: none;
	/*_display: block;
	width: 15px;
	height: 32px;
	float: left;
	margin-left: 45px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/themes/catalog/special_offer_arrow.png',sizingMethod='image');*/
}

div.spOffer table td div.pricewrapper div.pricewrpr1 {
	height:	33px;
	margin-left: 105px;
	background: url(/images/themes/catalog/special_offer_arrow2.gif) repeat-x left 4px;
}

div.spOffer table td div.pricewrapper div.pricewrpr2 {
	height:	33px;
	background: url(/images/themes/catalog/special_offer_arrow1.gif) no-repeat left top;
}

div.spOffer table td div.pricewrapper p {
	margin: 8px 0 0 5px;
	float: left;
	font-family: Trebuchet MS;
	font-size: 18px !important;
	color: #1f537f !important;
	white-space: nowrap;
}

div.spOffer table td div.pricewrapper p span {
	font-family: Trebuchet MS;
	font-size: 12px !important;
	color: #1f537f !important;
	position: relative;
	top: -6px;
}

div.spOffer table td p.note {
	position: absolute;
	top: 95px;
	left: 0px;
	font: 9px arial;
	color: #b5b5b5 !important;
}
