@import url(http://maksoft.net/css/standart_classes.css);
	/* predefine here*/

/* standart tags */
body { SCROLLBAR-BASE-COLOR: #dce2e5; font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; color: Black; font-size: 10px; margin: 0px; padding: 0px;}
p, ul, li { font-size: 10px; color: inherit; list-style: square; }
ul, ol, li {margin-left: 25px;}
A {text-decoration: none; font-size: 10px; color: #000000 }
A:Hover { color: #c10e0e;}
hr {height: 1px; border: none; border-bottom: 1px solid #1d5e0b; }
table {color: Black; font-family:inherit; font-size: 10px; background: inherit; border: 0px; padding: 0px;margin: 0px;}
table th {background: #F1F1F1; border-bottom: 1px solid #dbdbdb; height: 30px;}

fieldset > legend { background-color: black; color: White;}
fieldset {background-color: invert; border: thin 1px solid invert; color: inherit}
/* main color classes */
/* 1-darkest; 2-dark; 3-normal; 4-light */

.t1 { background-color: #A0AAAE; color: #FFFFFF; font-size: 10px;}
	#t1 a{color: White;}
.t2 { background-color: #dce2e5; color: #000000; font-size: 10px;}
	#t2 a{color: Black;}
.t3 { background-color: #ebeff4; color: #000000; font-size: 10px;}
	#t3 a{color: Black;}
.t4 { background-color: #FFFFFF; color: #000000; font-size: 10px;}
	#t4 a{color: Black;}
	
@import url(http://maksoft.net/css/text_classes.css);
	/* predefine here*/
.head_text 	{font-size: 14px; font-weight: bold; font-family: inherit; color: #bf0e0e; border: 0px; text-transform : capitalize;} 
h1.head_text {}


/************************************** LINK CLASSES **************************************/

/* navigation links */
#nav_links{font-size:10; color: #000000;}
a.nav_links{font-size:10; color: #000000;}
a.nav_links:hover{color: #c9c9c9;}

/* main link != A, text-decoration, hover color */	
a.main_link, li a.main_link {color: #bf0e0e; text-decoration: none; text-transform: uppercase; font-size: 12px; margin: 5px;}
	a.main_link:hover {color: #000;}	

/* bordered link, color, border */	
a.border_link {border-bottom: dotted 1px #dce2e5;}
	a.border_link:hover {border-bottom: dotted 1px c9c9c9;}	

/* difernet color link */
a.color_link {color: #c9c9c9}
	a.color_link:hover {color: #000;}	

/* diferent bgcolor link, filter alpha */
a.bgcolor_link {background: #efefef; color: #c9c9c9; padding: 2px;}
	a.bgcolor_link:hover {background: #c9c9c9; color: #000;}	

/* read more link, >>, text-decoration, color, bgcolor */
a.next_link {font-size: 10px; font-weight: bold; display: block; text-align: right;}
	a.next_link:hover {color: #c9c9c9}	

/* go back link, <<, text-decoration, color, bgcolor */
a.back_link {font-size: 10px; font-weight: bold; color: inherit}
	.back_link:hover {color: #c9c9c9}
	
.label_link {text-decoration: none;}
.label_link:hover {text-decoration: underline;}

a.subpage_link {font-size: 12px;}


.color_link
{
	color: #c10e0e;	
	text-decoration: none;
}

.color_link:hover
{
	color: #c10e0e;
	text-decoration: underline;
}

@import url(http://maksoft.net/css/image_classes.css);
	/* predefine here*/

/************************************** TABLE CLASSES **************************************/

/* main table, bgcolor, padding, margin, border=0px; */

.main_table {background: transparent; padding: 5px; margin: 0px; border: 0px; color: inherit; font-family: inherit; font-size:inherit;}
.main_table tr 	{background: #FFF; padding: 2px}
.main_table td 	{background: #FFF; padding: 2px}

/* border table: border, bgcolor, border-style, */
.border_table	{background: transparent; border: 1px solid #A0AAAE; color: inherit; font-family: inherit; font-size:inherit;}
.border_table th {background: #636466; text-align: center; color: #FFF; font-size: 14px;}
.border_table tr {background: #ebeff4; border-bottom: solid 0px #A0AAAE;}
.border_table td {border-bottom:1px solid #A0AAAE;  border-left: 0px solid #A0AAAE; border-right: 0px solid #A0AAAE; border-top: 0px solid #A0AAAE; }
.border_table tfoot td{background: #bcbec0; border: none;}

/************************************** BLOCK CLASSES **************************************/

/* message blocks, width, bgcolor, color */
.message_normal{display: block; margin: 5px; background: #dcddde; color: #000000; padding: 10px; border: solid 1px #c7c8ca;}
	.message_normal a{color: #000;}
	.message_normal a:hover{color: #000; text-decoration: underline;}

.message_warning {display: block; margin: 5px; background: #D5FCC9; color: #000000; font: 10px inherit; padding: 10px; border: solid 1px #CAEFA7;}
	.message_warning a{color: Black;}
	.message_warning a:hover{color: Black;	text-decoration: underline;}

.message_error{display: block; margin: 5px; background: #FF0000; color: #FFFFFF; font: 10px inherit; padding: 10px; border: solid 1px #D70000;}
	.message_error a{color: #FFF;}
	.message_error a:hover{color: White;	text-decoration: underline;}
	

@import url(http://maksoft.net/css/form_classes.css);
	/* predefine here*/

/* @import url(http://maksoft.net/css/menu_classes.css);
	/* predefine here*/

/* main menu buttons, bgcolor, border, bgimage, font style, size, color, padding, aplha filter */

.menu_button, a.menu_button, a.menu_button_selected {text-align: right; text-transform: uppercase; display: block; width: 195px; height: 33px; padding: 0px; margin:0px; color: #FFFFFF; font-family: inherit; font-size: 12px; font-weight: bold; background-image: url(http://www.maksoft.net/Templates/paraleli/images/menu_button_bg.jpg); background-repeat : no-repeat;}
	.menu_button:hover, a.menu_button:hover, a.menu_button_selected, a.menu_button_selected:hover {color: #FFFFFF; background-image: url(http://www.maksoft.net/Templates/paraleli/images/menu_button_bg_hover.jpg);}

.text
{
	display: block;
	margin-right: 30px;
	font-size: 10px; 
}	
	
@import url(http://maksoft.net/css/extra_classes.css);
	/* predefine here*/

	
@import url(http://maksoft.net/css/admin_classes.css);
	/* predefine here*/
	
#front_products
{
	display: block;
	width: 690px;
	float: left;
	clear: both;
}

#front_products .preview
{
	display: block;
	width: 228px;
	margin: 0 0 10px 0;
	/*height: 300px;*/
	float: left;
	border-right: 1px dotted #606060;
}
#front_products .content {display: table; margin: 10px; width: 208px; } 

.preview a
{
	color: #484848;
	font-size: 10px;
}
/*
.preview img
{
	border: 1px solid #c9dcac;
}
*/
.preview .title
{
	color: #129c00;
	font-size: 12px;
	font-weight: bold;
	margin: 10px;
}

#front_products img.border_image {border: 5px solid #dadada;}

#other_products, #other_links, #keywords
{
	display: table;
	margin-bottom: 10px;
	margin-top: 10px;
	background: #ececec;
	width: 680px;
	text-align: left;
	padding: 5px;
	clear: both;
}
#keywords {border: 1px solid #F1F1F1; background: #FFF}
#keywords a{padding: 5px; margin: 1px; color:#bf0e0e; background: #F5F5F5; display: block; float:left; white-space:nowrap}	
#keywords a:hover {color:#FFF; background: #bf0e0e;}

#other_products a, #other_links a
{
	display: block;
	width: 225px;
	color: #4d4948;
	float: left;
	font-size: 10px;
	font-style: normal;
	margin-bottom: 5px;
	position: relative;	
}

#other_products a:hover, #other_links a:hover
{
	text-decoration: underline;
	color: #c10e0e;
}

#pageflip {
	/*position: relative;*/
	display:block;
	float: right;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
	border: none;
}

#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(http://www.maksoft.net/Templates/maksoft/images/brandit_2014_cover.jpg) no-repeat right top;
	text-indent: -9999px;
}