/* Все стили, находящиеся в style.css
 * будут отображаться в визуальном редакторе
 **/


/* Классы стилей выбираемые для текста без точки, через запятую, в конце ; */
/* SPAW_TEXT: body; */

/* Классы стилей выбираемые для таблиц без точки, через запятую, в конце ; */
/* SPAW_TABLE: body; */

/* General */

body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a, a:link{
	color: #0089e1;
	text-decoration: underline;
}
a:active, a:hover{
	color: #00459b;
	text-decoration: underline;
}
h3 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-size: 15px;
	color: #0089e1;
}

/* Foot */

.footfield {
	background-color: #a9d1f1;
	background-image: url(pix/footbg.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.foott1 {
	height: 120px;
	background-image: url(pix/foott.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.foott2 {
	height: 120px;
	background-image: url(pix/footc.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.addbg {
	background-image: url(pix/adline.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

/* Menu */

.menu {
	font-size: 12px;
	color: white;
}
.menu a, .menu a:link{
	color: white;
	text-decoration: underline;
}
.menu a:active, .menu a:hover{
	color: white;
	text-decoration: none;
}
.gtile {
	background-color: #fcfcfc;
	background-image: url(pix/gtile.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.btile {
	background-color: #f0f7fe;
	background-image: url(pix/btile.gif);
	background-position: left top;
	background-repeat: repeat-x;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #a0bdd3;
}
.btile2 {
	background-color: #cce5fa;
	background-image: url(pix/btile2.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

/* Catalogue Search */

.rtile {
	background-color: #eb6b1d;
	background-image: url(pix/rtile.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.rline {
	background-image: url(pix/rline.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.rbord {
	background-image: url(pix/rbord.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.rbsep {
	height: 3px;
	width: 100%;
	background-image: url(pix/rbsep.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.flower {
	background-image: url(pix/flower.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.tfield {
	width: 220px;
	height: 28px;
	border: 1px solid #929292;
	padding-top: 4px;
}
.tsel {
	width: 220px;
	border: 1px solid #929292;

}
.stbl{
	color: white;
}
.stbl a, .stbl a:link{
	color: white;
	text-decoration: underline;
}
.stbl a:active, .stbl a:hover{
	color: white;
	text-decoration: none;
}


/* Blue Menu */
.bmtile {
	background-color: #5c97d4;
	background-image: url(pix/bmtile.gif);
	background-position: right bottom;
	background-repeat: repeat-x;
}
.binbox {
	margin-top: 12px;
	margin-left: 16px;
	margin-right: 20px;
	margin-bottom: 18px;
	background-color: #4a80b8;
}
.sfield {
	margin-top: 12px;
	margin-left: 16px;
	margin-right: 20px;
	margin-bottom: 18px;
}
.bintile {
	background-image: url(pix/bintile.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.sepla {
	background-image: url(pix/sepla.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.seplab {
	background-image: url(pix/seplab.gif);
	background-position: center top;
	background-repeat: no-repeat;
}
.btl {
	background-image: url(pix/btl.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.bbl {
	background-image: url(pix/bbl.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.brl {
	background-image: url(pix/brl.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.bll {
	background-image: url(pix/bll.gif);
	background-position: left top;
	background-repeat: repeat-y;
}
.brbc {
	background-image: url(pix/brbc.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.blbc {
	background-image: url(pix/blbc.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.brtc {
	background-image: url(pix/brtc.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.bltc {
	background-image: url(pix/bltc.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
.submcat {
	padding-left: 24px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.submcat a, .submcat a:link{
	color: #303030;
	text-decoration: underline;
}
.submcat a:active, .submcat a:hover{
	color: #303090;
	text-decoration: underline;
}

.ssubmcat {
	padding-left: 48px;
	padding-right: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ssubmcat a, .ssubmcat a:link{
	color: #5a8ab7;
	text-decoration: underline;
}
.ssubmcat a:active, .ssubmcat a:hover{
	color: #7aaad7;
	text-decoration: underline;
}


/* Header */

.flowblue {
	width: 100%;
	height: 228px;
	background-image: url(pix/flowblue.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.flow1 {
	width: 100%;
	height: 228px;
	background-image: url(pix/flower1.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.flow2 {
	width: 100%;
	height: 228px;
	background-image: url(pix/flower2.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.grass {
	width: 100%;
	height: 228px;
	background-image: url(pix/grass.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
.flowers {
	width: 100%;
	height: 228px;
	background-image: url(pix/flowers.gif);
	background-position: center bottom;
	background-repeat: repeat-x;
}
.phones {
	padding-bottom: 50px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: white;
}

/* Tovari */

.tovarf {
	/*float: left;
	width: 46%;*/
	width: 100%;
	margin: 8px;
	/*margin-top: 30px;*/
	margin-left: 16px;
	min-width: 320px;
}

.tovar0 {
	float: left;
	width: 46%;
	margin: 8px;
	margin-left: 16px;
	min-width: 320px;
	/*background-color: #F0F0F0;*/
}

.tovar0ieopera {
/*	float: left;*/
	width: 46%;
	margin: 8px;
	margin-left: 16px;
	min-width: 320px;
	/*background-color: #F0F0F0;*/
}

.ttbl {
	/*width: 320px;*/
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.catprice {
	font-size: 14px;
	color: #909090;
}
.submn {
	width: 100%;
	border: 0px none;
	border-right: 1px solid gray;
	margin: 0px;
	padding: 0px;
}
.smhead {
	background-image: url(pix/smhead.gif);
	background-position: right top;
	background-repeat: repeat-y;
}
.ssumbg {
	background-image: url(pix/ssumbg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: white;
}

/**** others ***/
.copyright
{
	color: white;
}
.copyright a, .copyright a:link
{
	color: white;
	text-decoration: underline;
}
.copyright a:active, .copyright a:hover
{
	color: white;
	text-decoration: none;
}
div.pokr img
{
	margin: 5px;
}
div.pokr p
{
	margin-left: 10px;
	font-weight: bold;
}