/*Общий стиль*/
*
{
	font: 10pt Arial;
}
.red_big a {
font-size: 25px;
color: red !important;
float: right;
line-height: 30px;
}
.red_big {
float: right;
padding: 5px;
}
.tra {
padding: 10px;
}
.tra td {
margin: 5px;
padding: 5px;
}
body
{

	margin: 0px;

	padding: 0px;

	background-color: #ffffff;

	color: #000000;

	



}

.ftrIn {
	width: 1024px;
	height: 138px;
	/*background: url("pics/bttm-cont.gif") no-repeat 153px 0;*/
}
.phn {
	display: block;
	width: 99px;
	height: 120px;
	/*background: url("pics/phn.png") no-repeat 0 0;*/
	position: absolute;
	margin: 18px 0 0 35px;
	cursor: pointer;
}
.phones {
	position: absolute;
	font-size: 14px;
	margin: 74px 0 0 200px;
}
.phones span {
	font-size: 18px;
}
.addrss {
	position: absolute;
	font-size: 14px;
	margin: 74px 0 0 420px;
}
.floatPic {
	float: left;
	margin: 0 10px 10px 0;
}
.creator {
	display: block;
	position: absolute;
	width: 167px;
	height: 29px;
	margin: 115px 0 0 838px;
	background: url("pics/fplogo.gif") no-repeat 0 0;
	padding: 15px 0 0 60px;
	color: #fff;
}
.price {
	width: 114px;
	height: 27px;
	text-align: center;
	font: 14px "Arial Narrow", sans-serif;
	line-height: 27px;
	color: #fff;
	background: url("pics/price-bg.gif") no-repeat 0 0;
	float: right;
}
.addMe {
	display: block;
	float: right;
	width: 37px;
	height: 34px;
	line-height: 34px;
	/*background: url("pics/add2cart.gif") no-repeat 0 0;*/
	margin: -5px 20px 0 20px;
}
.price2 {
	width: 114px;
	height: 27px;
	text-align: center;
	font: 14px "Arial Narrow", sans-serif;
	line-height: 27px;
	color: #fff;
	background: url("pics/price-bg.gif") no-repeat 0 0;
	float: left;
}
.addMe2 {
	display: block;
	float: left;
	width: 37px;
	height: 34px;
	line-height: 34px;
	/*background: url("pics/add2cart.gif") no-repeat 0 0;*/
	margin: -5px 20px 20px 40px;
}
.pic1 {
	float: left;
	width: 161px;
	margin: 0 0 30px 0;
}
.shrtDsc {
	width: 300px;
	float: left;
	margin: 0 0 0 35px;
}
.cartTbl {
	/*width: 100%;*/
}
.cartTbl td, .cartTbl th {
	border: 1px solid #3e2813;
	padding: 5px; 
	text-align: center;
}
.cartTbl th {
	background: #c3bea5;
}
.cartTbl a {
	color: #1a3136;
	text-decoration: none;
}
.cartTbl a:hover {
	text-decoration: underline;
}
.clearOrder, .saveOrder, .orderNow {
	cursor: pointer;
}
.clearOrder {
	float: left;
	width: 170px;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.saveOrder {
	float: right;
	width: 100px;
	font-size: 14px;
	text-align: right;
	margin: 10px 0 5px 0;
	font-weight: bold;
}
.orderNow {
	float: right;
	width: 150px;
	font-size: 14px;
	text-align: right;
	font-weight: bold;
}
.clearOrder a, .saveOrder a, .orderNow a {
	text-decoration: none;
	font-weight: bold;
	
}
/* the overlayed element */
.simple_overlay {
	
	/* must be initially hidden */
	display:none;
	
	/* place overlay on top of other elements */
	z-index:10000;
	
	/* styling */
	background-color:#333;
	
	width:675px;	
	min-height:200px;
	border:1px solid #666;
	
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

/* the large image. we use a gray border around it */
#img {
	border:1px solid #666;
}

/* "next image" and "prev image" links */
a.next, a.prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #666;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#fff;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

a.prev {
	left:0;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

a.next {
	right:0;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

a.next:hover, a.prev:hover {
	text-decoration:underline;
	background-color:#000;
}

/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}

/* the "information box" */
.info {
	position:absolute;
	bottom:0;
	left:0;	
	padding:10px 15px;
	color:#fff;
	font-size:11px;
	border-top:1px solid #666;
}

.info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.next, .prev, .info {
	background:#333 !important;
	background:rgba(0, 0, 0, 0.6) url(../images/h80.png) repeat-x;
}
{

	margin: 0px;

	padding: 0px;

	background-color: #ffffff;

	color: #000000;
	

}
#product TD IMG {
        border:5px solid #CDCDCD;
        width:255px;
        height:240px;
}
#product2 TD IMG {
        border:5px solid #CDCDCD;
		width:255px;
        height:240px;
}
#product TD DIV {
        background-color:green;
        margin-top:8px; margin-bottom:20px;
        margin-left: 0px;
        PADDING: 7PX, 0PX;
        width:255px;
        text-align:center;
        font-size:17px;
        font-weight:bold;
        color:white;
}
#product2 TD DIV {
        background-color:white;
        margin-top:8px; margin-bottom:20px;
        margin-left: 50px;
        PADDING: 7PX, 0PX;
        width:150px;
        text-align:center;
        font-size:11px;
        font-weight:bold;
        color:#BF0101;
}


.txt { font: 10pt Arial}



table

{

	border-collapse: collapse;

}



td

{

	margin: 0px;

	padding: 0px;

}



iframe

{

	margin: 0px;

	padding: 0px;

	border: none;

}



.lnk

{

	font-size: 16pt;

	color: #BBBBBB;

	text-decoration: underline;

	color: #d3e1ec;

}



.lnk:link

{

	font-size: 16pt;

	color: #BBBBBB;

	text-decoration: underline;

	color: #d3e1ec;

}



.nolnk

{

	font-size: 16pt;

	color: #BBBBBB;	

	color: #a6cbe8;

}



.bold

{

	font-size: 12pt;

	font-weight: bold;

	color: #000000;

	color: #000000;

}



.underlined

{

	font-size: 10pt;

	font-weight: bold;

	text-decoration: underline;

	color: #000000;

	color: #d3e1ec;

}



.lnk:visited

{

	font-size: 16pt;

	color: #000000;

	text-decoration: underline;

	color: #d3e1ec;

}



.lnk:hover

{

	font-size: 16pt;

	color: #000000;

	text-decoration: underline;

	color: #000000;

}



a 

{

	color: #BBBBBB;

	text-decoration: underline;

}



a:link 

{

	color: #BBBBBB;

	text-decoration: underline;

}



a:visited

{

	color: #999999;

	text-decoration: underline;

}



a:hover

{

	color: #DDDDDD;

	text-decoration: underline;

}





h1

{

	font: bold;

	margin: 0px;

	padding: 5px;

	color: #4444e8;

}



H2

{

	font: bold 14pt;

	margin: 0px;

	padding: 0px;

}



H3

{

	font: bold 16pt;

	margin: 0px;

	padding: 0px;

}



H4

{

	font: bold 18pt;

	margin: 0px;

	padding: 5px;

	color: #a6cbe8;

}



H5

{

	font: bold 20pt;

	margin: 0px;

	padding: 0px;

}



H6

{

	font: bold 36pt;

	margin: 0px;

	padding: 0px;

}



.H7

{

	font: bold 36pt;

	margin: 0px;

	padding: 0px;

}





.main_content

{

	padding: 5px;

	text-align: left;

	vertical-align: top;

}



.table_blue

{

	border-collapse: collapse;

	border-color: #a6cbe8;

	padding: 5px;

	font-size: 9pt;

}



.fl

{

	text-align: left;

}



.fl:first-letter

{

	font-size: 30pt;

	float:left;

	line-height: 24pt;

}



.menu_links

{	

	padding-top: 0px;

	padding-bottom: 0px;

	padding-left: 5px;

	padding-right: 5px;

}



.bg

{	

	background-image: url("images/bg.jpg");

	background-repeat: no-repeat;	

	background-position: bottom;

	width: 100%;

}



.top_left

{

	background-image: url("images/top_left.png");

	background-repeat: no-repeat;

	width: 10px;

	height: 10px;

}



.top

{

	background-image: url("images/top.png");

	background-repeat: repeat-x;	

	height: 10px;

}



.top_right

{

	background-image: url("images/top_right.png");

	background-repeat: no-repeat;

	width: 10px;

	height: 10px;

}



.left

{

	background-image: url("images/left.png");

	background-repeat: repeat-y;	

	width: 10px;

}



.right

{

	background-image: url("images/right.png");

	background-repeat: repeat-y;	

	width: 10px;

}



.bottom_left

{

	background-image: url("images/bottom_left.png");

	background-repeat: no-repeat;

	width: 10px;

	height: 10px;

}



.bottom

{

	background-image: url("images/bottom.png");

	background-repeat: repeat-x;	

	height: 10px;

}



.bottom_right

{

	background-image: url("images/bottom_right.png");

	background-repeat: no-repeat;

	width: 10px;

	height: 10px;

}


