/***** COMMON STYLES *****/
body.body {
	min-width: 1000px;
	max-width: 1200px;
	margin: auto;
	height: 100%;
	font-family: Arial, Helvetica, FreeSans, "Liberation Sans",
		"Nimbus Sans L", sans-serif;
	font-size: 0.8em;
	color: #444;
}

img {
	vertical-align: bottom;
	border: 0;
}

p {
	text-align: justify;
	padding: 0px 0px 8px 0px;
	display: block;
	margin: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px;
}

table {
	border-collapse: collapse;
}

h1,h2,h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

a {
	margin: 0px;
	padding: 0px;
	color: #004AAD;
	text-decoration: none;
}

a:HOVER {
	text-decoration: underline;
}

table.w100 {
	width: 100%;
}

table.cmn {
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}

table.img {
	width: 180px;
	height: 190px;
}

.hand {
	cursor: pointer;
}

.cb {
	clear: both;
}

.container {
	width: 100%;
	overflow: hidden;
}

.rel {
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.justify {
	text-align: justify;
}

ul,li {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

/* main page */
#catTable td {
	padding: 40px 10px 20px 10px;
	vertical-align: bottom;
}

#catTable div {
	padding-top: 15px;
}

#catTable a {
	font-size: 18px;
	text-decoration: underline;
	color: #077FB0;
}

#catTable a:HOVER {
	text-decoration: none;
}

#header {
	height: 80px;
	width: 100%;
	position: relative;
}

#logo {
	padding: 8px 0px 0px 10px;
}

#basket {
	position: absolute;
	top: 00px;
	right: 00px;
	background-color: #eeffee;
	width: 200px;
	height: 80px;
}

#contacts {
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 14px;
	text-align: right;
	line-height: 21px;
	color: #077fb0;
}

#search {
	position: absolute;
	left: 260px;
	top: 13px;
}

#searchField {
	width: 300px;
	height: 18px;
	border: 3px solid #70b000;
	padding-left: 2px;
	font-style: italic;
}

.searchActive {
	color: #333;
}

.searchDisabled {
	color: #bbb;
}

#searchButton {
	background-color: #70b000;
	font-weight: bold;
	border-bottom: 2px #609700 solid;
	border-right: 2px #609700 solid;
	border-top: 2px #80c900 solid;
	border-left: 2px #80c900 solid;
	padding: 0px 10px;
	margin: 0px;
	line-height: 20px;
	color: #fff;
}

/* top menu */
#topMenu {
	position: absolute;
	left: 220px;
	top: 54px;
	font-size: 13px;
}

#topMenu a {
	color: #666;
	text-decoration: none;
}

#topMenu a:hover {
	color: #000;
	text-decoration: underline;
}

#topMenu ul,#topMenu ul li {
	display: block;
	float: left;
	position: relative;
	vertical-align: top;
	line-height: 24px;
}

#topMenu ul li {
	border: 2px solid #077fb0;
	border-bottom: 0px #fff;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
	background: #e8f4f9;
	padding: 0px 10px 0px 10px;
}

.sep {
	vertical-align: top;
	padding: 10px 15px 0px 15px;
}

#headerBot {
	height: 20px;
	clear: both;
	background-color: #077fb0;
}

#headerBot span {
	color: #f6f6f6;
	line-height: 20px;
	padding: 0px 10px;
}

#mainBot {
	height: 20px;
	clear: both;
	padding: 0px 10px;
	background-color: #077fb0;
}

#mainBot span {
	overflow: hidden;
	color: #f6f6f6;
	line-height: 20px;
}

#bottom {
	padding: 10px 5px;
}

#botMenu {
	padding: 10px 5px;
	line-height: 19px;
}

#botMenu p {
	padding: 0px;
	margin: 0px;
	display: inline;
}
/* layout */
#workArea {
	background-color: #fff;
	position: relative;
}

#leftSide {
	width: 240px;
	padding-left: 10px;
	float: left;
	background-color: #fff;
}

#mainSide {
	border-left: 250px solid #fff;
	padding: 5px 10px 10px 35px;
}

#mainSeparator {
	position: absolute;
	left: 260px;
	background-color: #ddd;
	top: 0px;
	bottom: 0px;
	width: 1px;
}

/* buttons */
.btnGr {
	float: left;
	padding: 0px 2px;
	overflow: hidden;
}

.btnGrLeft {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/btn_l.png');
}

.btnGrMid {
	float: left;
	min-width: 11px;
	height: 30px;
	cursor: pointer;
	padding-top: 6px;
	background: url('/img/btn_c.png') repeat-x;
	font-weight: bold;
	color: #444;
}

.btnGrRight {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/btn_r.png');
}

.btnYl {
	float: left;
	padding: 0px 2px;
	overflow: hidden;
}

.btnYlLeft {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/btn_l_over.png');
}

.btnYlMid {
	float: left;
	min-width: 11px;
	height: 30px;
	cursor: pointer;
	padding-top: 6px;
	background: url('/img/btn_c_over.png') repeat-x;
	font-weight: bold;
	color: #444;
}

.btnYlRight {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/btn_r_over.png');
}

/* pagination */
#paginator {
	width: 100%;
	margin-bottom: 20px;
}

#paginator a,#paginator span {
	color: #000;
	text-decoration: none;
	font-size: 13px;
}

#paginatorBody {
	display: inline-block;
	height: 30px;
}

.pgGr,.pgCurr,.pgSel {
	float: left;
	padding: 0px 2px;
	overflow: hidden;
}

.pgGrLeft {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/pg_gr_left.png');
}

.pgGrMid {
	float: left;
	min-width: 11px;
	height: 30px;
	cursor: pointer;
	padding-top: 6px;
	background: url('/img/pg_gr_mid.png') repeat-x;
}

.pgGrRight {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/pg_gr_right.png');
}

.pgYlLeft {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/pg_yl_left.png');
}

.pgYlMid {
	float: left;
	min-width: 11px;
	height: 30px;
	cursor: pointer;
	padding-top: 6px;
	background: url('/img/pg_yl_mid.png') repeat-x;
}

.pgYlRight {
	float: left;
	width: 11px;
	height: 30px;
	cursor: pointer;
	background: url('/img/pg_yl_right.png');
}

.pgCurrLeft {
	float: left;
	width: 11px;
	height: 30px;
	background: url('/img/pg_sel_left.png');
}

.pgCurrMid {
	float: left;
	min-width: 11px;
	height: 30px;
	cursor: default;
	padding-top: 6px;
	background: url('/img/pg_sel_mid.png') repeat-x;
}

.pgCurrRight {
	float: left;
	width: 11px;
	height: 30px;
	background: url('/img/pg_sel_right.png');
}

.pgLeft {
	float: left;
	margin-right: 10px;
}

.pgRight {
	float: left;
	margin-left: 10px;
}

#pgInfo {
	padding-top: 7px;
	font-size: 13px;
	color: #B3B3B3;
}

#pgInfo a {
	color: #B3B3B3;
	text-decoration: none;
}

#pgInfo a:HOVER {
	color: #077FB0;
	text-decoration: underline;
}

.pgPrev {
	padding-right: 15px;
}

.pgNext {
	padding-left: 15px;
}

/* navigation */
#navigation {
	margin-top: 10px;
	line-height: 20px;
	vertical-align: top;
}

#navigation a {
	font-size: 13px;
	color: #004AAD;
	text-decoration: none;
}

#navigation a:HOVER {
	text-decoration: underline;
}

#navigation img {
	vertical-align: top;
	padding: 0px 3px;
	position: relative;
	top: 6px;
}

/* childs */
#childs {
	line-height: 22px;
	vertical-align: top;
}

#childs a {
	font-size: 13px;
	color: #004AAD;
	text-decoration: none;
}

#childs a:HOVER {
	text-decoration: underline;
}

#brands {
	line-height: 18px;
	vertical-align: top;
}

#brands a {
	font-size: 13px;
	color: #004AAD;
	text-decoration: none;
}

#brands a:HOVER {
	text-decoration: underline;
}

/* left menu */
#leftMenu3 {
	margin: 0px;
	font-size: 15px;
	line-height: 16px;
	padding: 6px 8px;
	background: #E8F4F9;
	margin-bottom: 4px;
	border-bottom: 1px solid #ddddff;
	border-top: 1px solid #eee;
}

#leftMenu3 a {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}

#leftMenu3 a:HOVER {
	font-weight: bold;
	text-decoration: underline;
}

#leftMenu2 {
	margin: 0px 5px;
}

#leftMenu2 td {
	font-size: 14px;
	line-height: 16px;
	padding: 5px 0px;
}

.leftMenu2TRBorder {
	border-bottom: 1px dashed #ddd;
}

#leftMenu2trtrue,#leftMenu2trtrue a {
	color: #444;
	font-weight: bold;
}

#leftMenu2trfalse,#leftMenu2trfalse a {
	color: #077FB0;
}

#leftMenu2 a {
	text-decoration: none;
}

#leftMenu2 a:HOVER {
	text-decoration: underline;
	color: #444;
}

#leftSMenu {
	margin: 5px 0px 0px 5px;
}

#leftSMenu td {
	font-size: 13px;
	line-height: 14px;
	padding: 3px 0px;
}

#leftSMenu tr {
	border: 0px #fff;
}

#leftSMenutrtrue,#leftSMenutrtrue a {
	color: #444;
	font-weight: bold;
}

#leftSMenutrfalse,#leftSMenutrfalse a {
	color: #077FB0;
	font-weight: normal;
}

#leftSMenu a {
	text-decoration: none;
}

#leftSMenu a:HOVER {
	text-decoration: underline;
	color: #444;
}

/* popular items */
.popularItem {
	border: 1px solid #eee;
	margin-bottom: 10px;
	padding: 5px;
	cursor: pointer;
}

.popularItemOver {
	border: 1px solid #bbb;
}

.popularItemLnk {
	font-size: 14px;
	text-decoration: underline;
}

.popularItemLnkOver {
	
}

.popularItemPriceBlock {
	padding-top: 5px;
}

.popularItemPrice {
	color: #70B000;
	font-weight: bold;
}

.listTableHover {
	background-color: #ffe;
}

/* headers */
.pageHeader {
	color: #FF8400;
	padding: 10px 0px 0px 0px;
	font-size: 26px;
}

.descrHeader {
	color: #077FB0;
	padding: 10px 0px 0px 0px;
	font-size: 22px;
	font-weight: bold;
}

.header {
	background: url("/img/yellow_fill.png") 1px 1px repeat-x;
	height: 27px;
}

.header-text {
	float: left;
	font-size: 16px;
	font-weight: bold;
	background-color: #fff;
	padding: 3px 5px 0px 0px;
}

.header-left {
	float: left;
	padding-top: 1px;
}

.header-right {
	float: right;
	padding-top: 1px;
}

.header2 {
	background: url("/img/yellow_fill.png") 1px 3px repeat-x;
	height: 27px;
	margin: 10px 0px;
}

.header2-text {
	float: left;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	padding: 3px 10px 0px 0px;
}

.header2-left {
	float: left;
	padding-top: 3px;
}

.header2-right {
	float: right;
	padding-top: 3px;
}

/* group page */
.list_item_sep {
	width: 2px;
	height: 80px;
	margin: 0px 10px;
	background-color: #F6E051;
}

.list_item_sep_short {
	width: 2px;
	height: 20px;
	margin: 0px 10px;
	background-color: #F6E051;
}

.list_item_sep_over {
	background-color: #FF8400;
}

.list_item_header {
	font-size: 21px;
	color: #104889;
	padding-right: 5px;
}

a.list_item_header {
	text-decoration: underline;
}

a.list_item_header:HOVER {
	text-decoration: none;
}

.item_code {
	color: #676767;
	font-size: 11px;
	white-space: nowrap;
}

.list_item_descr {
	padding-top: 6px;
	text-align: justify;
	color: #444;
}

.list_item_descr_over {
	color: #000;
}

.list_item_active {
	cursor: pointer;
}

.list_item_price {
	font-size: 26px;
	font-weight: bold;
	color: #70B000;
	padding-bottom: 5px;
}

.list_item_price span {
	font-size: 14px;
}

.list_cell_descr {
	padding: 0px 10px 10px 10px;
	vertical-align: top;
}

.actionLnk {
	color: #008CD4;
	font-size: 1em;
	border-bottom: 1px dashed;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
}

.actionLnkSelected {
	border-bottom: 0px;
}

.actionLnk2 {
	color: #70B000;
	font-size: 1em;
	border-bottom: 1px dashed;
	text-decoration: none;
	font-family: Verdana, Arial;
	line-height: 1.25em;
	white-space: normal;
	cursor: pointer;
}

.actionLnkSelected2 {
	border-bottom: 0px;
}

.actionLnk3 {
	color: #FF8400;
	font-size: 1em;
	border-bottom: 1px dashed;
	text-decoration: none;
	font-family: Verdana, Arial;
	line-height: 1.25em;
	white-space: normal;
	cursor: pointer;
}

.actionLnkSelected3 {
	border-bottom: 0px;
}

.buyButton2 {
	background-color: #077FB0;
	font-weight: bold;
	border-bottom: 2px #066c97 solid;
	border-right: 2px #066c97 solid;
	border-top: 2px #0891c9 solid;
	border-left: 2px #0891c9 solid;
	padding: 0px 10px;
	margin: 0px;
	line-height: 20px;
	color: #fff;
}

.buyButton {
	background-color: #70b000;
	font-weight: bold;
	border-bottom: 2px #609700 solid;
	border-right: 2px #609700 solid;
	border-top: 2px #80c900 solid;
	border-left: 2px #80c900 solid;
	padding: 0px 10px;
	margin: 0px;
	line-height: 20px;
	color: #fff;
}

/* item page */
.itemDetailsImg {
	border: 2px solid #ccc;
}

.itemDetailsImgSelected {
	border: 2px solid #666;
}

#itemDescription table {
	background: #fff;
	text-align: center;
	margin: 10px 0px;
}

#itemDescription table tr td,#itemDescription table tr th {
	padding: 4px;
	border: 2px solid #999;
}

#itemDescription ul {
	margin: 10px 0px;
}

#itemDescription ul li {
	list-style: inside;
	padding-bottom: 10px;
	text-align: justify;
}

.tr_1 {
	background: #ccc;
	text-align: center;
	font-weight: bold;
}

.tr_1 td {
	padding-left: 8px;
	padding-right: 8px;
}

.tr_1 th {
	padding-left: 8px;
	padding-right: 8px;
}

.td2_2_1 {
	text-align: left;
	background: #eee;
}

.td2_3_1 {
	text-align: center;
}

.td2_4_1 {
	text-align: center;
}

/* other items */
#otherItemsMain {
	width: 100%;
	border: 2px solid #077fb0;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 10px 0px;
	margin-top: 30px;
	position: relative;
}

#otherItemsHeader {
	font-size: 22px;
	height: 30px;
	padding-left: 15px;
}

#otherItemsSliderContainer {
	margin: 10px 30px 10px 30px;
	overflow: hidden;
}

#otherItemsSlider {
	width: 2000px;
	position: relative;
}

#slideLeft {
	position: absolute;
	top: 80px;
	left: 0px;
	cursor: pointer;
}

#slideRight {
	position: absolute;
	top: 80px;
	right: 0px;
	cursor: pointer;
}

/* item info */
#itemInfoBlock {
	border: 2px solid #077FB0;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	background: #E8F4F9;
	padding: 8px 10px;
	margin-top: 20px;
}

.item_price {
	font-size: 28px;
	font-weight: bold;
	color: #70B000;
}

.item_currency {
	font-size: 14px;
	font-weight: bold;
	color: #70B000;
}

.itemInfoSep {
	width: 2px;
	height: 40px;
}

/* basket */
.basketCountField {
	padding: 5px;
	font-size: 14px;
	width: 30px;
	text-align: center;
}

.list_basket_header {
	font-size: 19px;
	color: #104889;
	padding-right: 5px;
	text-decoration: underline;
}

a.list_basket_header:HOVER {
	text-decoration: none;
}

.list_basket_descr {
	padding: 15px 0px 15px 10px;
	vertical-align: top;
	font-size: 12px;
	color: #666;
}

#basketHeader {
	font-size: 22px;
	color: #fff;
}

#basketHeader td {
	padding: 5px 0px;
	background: #077FB0;
}

.list_basket_price {
	font-size: 20px;
	font-weight: bold;
	color: #70B000;
}

.list_basket_price span {
	font-size: 14px;
}

.basketTotal {
	font-size: 24px;
	font-weight: bold;
	color: #FF8400;
}

.basketTotal span {
	font-size: 14px;
}

.basketTotalLabel {
	font-size: 18px;
}

.basketTD {
	border: 1px solid #077FB0;
}

/* order form */
.otd1 {
	padding: 6px 10px 6px 0px;
}

.otd2 {
	padding: 6px 0px;
}

.errColor {
	color: red;
}

#textPage {
	padding-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

#textPage ul li {
	list-style: inside;
	padding-bottom: 10px;
	text-align: justify;
}

#textPage ol {
	margin-top: 0px;
	padding-top: 0px;
}

#textPage ol li {
	list-style: decimal;
	padding-bottom: 10px;
	text-align: justify;
}

#textPage p {
	padding-bottom: 15px;
}

#priceTable {
	font-size: 12px;
}

#priceTable tr td {
	padding: 4px;
	line-height: 16px;
	border: 1px #ddd solid;
}

#priceTable h2 {
	padding: 5px 0px 5px 5px;
	font-size: 16px;
	color: #077FB0;
}

.priceTableHeader td {
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	background: #eee;
}

a.priceLnk {
	color: #008CD4;
	border-bottom: 1px dashed;
	text-decoration: none;
	white-space: normal;
}

a.priceLnk:HOVER {
	border-bottom: 0px dashed;
}

#metaboList {
	padding-top: 20px;
}

#metaboList ul li {
	margin-bottom: 20px;
	border: 1px solid #bbb;
	height: 75px;
	width: 700px;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	position: relative;
}

#metaboList ul li a {
	line-height: 75px;
	font-size: 20px;
	padding-left: 10px;
	color: #077FB0;
	background: #fff;
	font-weight: bold;
}

#metaboList ul li div {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity = 50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

#boshBlock {
	margin-top: 20px;
}

#boshBlock h2 {
	margin-bottom: 10px;
	background-color: #fff7c4;
	padding-left: 10px;
	line-height: 30px;
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-khtml-border-radius: 10px 10px 0px 0px;
}

#boshBlock h2 a {
	font-size: 18px;
	color: #444;
	text-decoration: none;
}

#boshBlock h2 a:HOVER {
	text-decoration: underline;
}

#boshGroups a {
	color: #004AAD;
	font-size: 15px;
}

.boshGroupBorder {
	width: 170px;
	height: 170px;
	border: 1px solid #ddd;
	margin: 0px 20px 0px 20px;
}

.boshGroupTD1 {
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.boshGroupTD2 {
	width: 190px;
	padding: 0px 20px 30px 20px;
	text-align: center;
}

#boshGroupDescription {
	border: 2px solid #077FB0;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-khtml-border-radius: 10px 10px 10px 10px;
	background: #E8F4F9;
	padding: 8px 10px;
	margin-top: 10px;
}

#boshGroupDescription li {
	list-style: outside;
	margin-left: 20px;
	margin-bottom: 8px;
}

#boshGroupDescription h3 {
	padding-bottom: 5px;
	font-size: 16px;
}

#boshGroupDescription img {
	padding: 5px;
}

.boshGroupDescriptionImgBorder {
	background: #fff;
	border: 1px solid #ccc;
	width: 180px;
	height: 180px;
}

#boshListTable {
	margin-bottom: 20px;
	border: 1px solid #999;
}

#boshListTable tr th {
	padding: 3px 10px 3px 10px;
	background: #ddd;
	font-weight: bold;
}

#boshListTable tr td {
	padding: 5px 10px 5px 10px;
}

#boshListTable a {
	color: #004AAD;
}

.boshTableTR0 {
	background: #fff;
}

.boshTableTR1 {
	background: #f2f2f2;
}

.boshTableTRSel {
	background: #E8F4F9;
}

.boshAllItemsLnk {
	font-size: 14px;
	font-weight: bold;
}

#boshTable {
	font-size: 12px;
	margin-bottom: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	width: 500px;
}
#boshTable thead tr td {
    font-weight: bold;
    height: 25px;
    padding-bottom: 3px;
    vertical-align: bottom;
}
#boshTable thead tr {
    height: 20px;
}
#boshTable tbody tr td.col1 {
    width: 180px;
}
#boshTable tbody tr td.col2 {
    background-color: #E1E1E2;
}
#boshTable tbody tr td {
    border-bottom: 1px solid #A4AFAF;
    border-top: 1px solid #A4AFAF;
    padding: 5px;
}
/* bosh professional */
.boshPrDescrHeader {
	color: #077FB0;
	padding: 10px 0px 10px 0px;
	font-size: 22px;
	font-weight: bold;
}

#boshpr-details-table {
	margin: 0px;
	padding: 0px;
}
#boshpr-details-td1 {
	padding: 0px;
	vertical-align: top;
}
#boshpr-details-td2 {
	padding: 0px 0px 0px 20px;
	vertical-align: top;
}

#boshpr-icons-table {
	margin: 0px;
}
#boshpr-icons-td1{
	padding-bottom: 10px;
	vertical-align: top;
}
#boshpr-icons-td2{
	padding: 0px 0px 10px 10px;
	vertical-align: top;
	min-width: 160px;
}
#boshpr-icons-sep{
	width: 100%;
	height: 1px;
	background: #eee;
	margin-bottom: 10px;
}

.techDetails {
	margin-bottom: 10px;
    border-collapse: collapse;
    border-spacing: 0;	
    border: 1px solid #C3C3C4;
}
.ttdFirst {
    width: 280px;
}
.ttdSecond {
    width: 200px;
}
.techDetails td, .techDetails th {
    padding: 7px 10px;
}
.techDetails td.sec {
    background-color: #E1E1E2;
}
.techDetails td, .techDetails th {
    border-bottom: 1px solid #C3C3C4;
    border-top: 1px solid #C3C3C4;
}
.techDetails td, .techDetails th {
    font-size: 12px;
    padding: 7px 10px;
    text-align: left;
}
.techDetails th {
    background-color: #E1E1E2;
}
.techDetails th.sec {
    background-color: #C3C3C4;
}
.techDetails td.hook, .techDetails th.hook {
    text-align: center;
    vertical-align: middle;
}
#boshDescription ul li {
    list-style-type: disc;
    margin: 0 10px 8px 15px;
}

#boshpr-acc li{
	list-style-type: none !important;
	padding-bottom: 5px;
}
#boshpr-acc li div{
	font-weight: bold;
	font-size: 15px;
	color: #555;
	margin-bottom: 5px;
}
#boshpr-acc li ul li{
	font-weight: normal;
	line-height: 16px;
	list-style-type: disc !important;
	margin: 4px 20px;
	padding-bottom: 0px;
}

/* Bosh prof groups */
#boshpr-groups{
    float: left;
}

.boshpr-boxRow {
	clear: both;
	margin-bottom: 15px;
}
.boshpr-floatBox {
    float: left;
    margin-right: 10px;
    overflow: hidden;
    width: 238px;
}
.boshpr-floatBox.last {
    margin-right: 0;
}
.clrL {
	clear: left;
}
#boshpr-group a {
	font-size: 14px;
	color: #077FB0;
	text-align: left;
}
#boshpr-group h2 {
	margin: 10px 0px 5px 0px;
}
#boshpr-group p {
	text-align: left;
}



#brandLnk {
	text-decoration: none;
	color: #444444;
}
#brandLnk:HOVER {
	text-decoration: underline;
	color: #077FB0;
}

#svetPriceTable {
	margin-bottom: 10px;
}
#svetPriceTable th {
	background: #bbb;
	color: #fff;
	border-right: 2px #fff solid;
	padding: 2px 10px;
}
#svetPriceTable td {
	padding: 3px 10px;
	border-right: 2px #fff solid;
}
.svetPrice {
	color: #70B000;
	font-weight: bold;
}

.mb10 {margin-bottom: 5px;}

.article {
	line-height: 18px;
	margin-top: 10px;
}
.article img{
	border: 1px solid #ccc;
    border-radius: 3px;
    margin: 0px auto 10px auto;
	display: block;
}
.article p{
	margin-bottom: 10px
}
#article ul{
	list-style: circle;
	margin-bottom: 20px;
	margin-left: 20px;
}
#article li{
	list-style: circle;
	line-height: 25px;
	margin-left: 10px;
}
