
body
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: left;
}

body#site
{
	text-align: center;
	background: #e3e6ea;
}

hr.hidden
{
	display: none;
}

img
{
	border: none;
}

ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

td, input, th
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
}

fieldset
{
	border: none;
	padding: 0;
	margin: 0;
}

#wrap
{
	margin: 5px auto;
	text-align: left;
	width: 752px;
	border: 1px solid #fff;
	background-color: #fff;
}

#header
{
	background: url("/site/tmpl/img/site_header.png") no-repeat 0 0;
	height: 154px;
}

#header h1
{
	height: 100%;
	margin: 0;
}

#header h1 a
{
	display: block;
	height: 100%;
	text-decoration: none;
}

#header h1 a span
{
	visibility: hidden;
}

#menubar
{
	background-color: #125794;
	border-top: 1px solid #fff;
	border-bottom: 4px solid #387aff;
	padding: 5px;
}

#menubar ul
{
	margin: 5px;
}

#menubar ul li
{
	display: inline;
}

#menubar ul li a
{
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding: 0 10px;
}

#actions
{
	float: right;
}

#actions a
{
	float: left;
	display: block;
	margin-left: 5px;
	text-decoration: none;
	border: 1px solid #7794c1;
	background-color: #333750;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}

#actions a.cart
{
	background: #333750 url("/site/tmpl/img/icon_shopping_cart.gif") no-repeat 95% 50%;
	padding-right: 25px;
}

#actions a:hover
{
	background-color: #125794;
}

#content
{
	position: relative;
	background: #fff url("/site/tmpl/img/site_content_bg.png") no-repeat 0 0;
	height: auto !important;
	height: 400px;
	min-height: 400px;
	padding-top: 75px;
}

.fp #content
{
	background-image: url("/site/tmpl/img/fp_content_bg.png");
	padding-top: 205px;
}

#sidebar
{
	float: left;
	display: inline;
	width: 208px;
	padding-bottom: 25px;
}

#searchbox
{
	margin-left: 10px;
	margin-bottom: 15px;
	padding-top: 5px;
	background: #e3e6ea url("/site/tmpl/img/search_border_top.gif") no-repeat 0 0;
}

#searchbox .inner
{
	padding-bottom: 5px;
	background: #e3e6ea url("/site/tmpl/img/search_border_bottom.gif") no-repeat 0 100%;
}

#searchbox .inner p
{
	margin: 0;
	padding: 5px 10px 0 10px;
	border-left: 1px solid #135894;
	border-right: 1px solid #135894;
}

#searchbox form
{
	border-left: 1px solid #135894;
	border-right: 1px solid #135894;
	margin: 0;
	padding: 10px !important;
	padding: 0;
}

#searchbox input.textbox
{
	float: left;
	border: 1px solid #999;
	width: 145px;
	color: #333;
	/*height: 21px;*/
	padding: 2px;
	margin-right: 3px;
}

ul#mainmenu
{
	margin-left: 10px;
	border-top: 1px solid #99c4e3;
}

#mainmenu li
{
	display: inline;
}

#mainmenu li a
{
	display: block;
	padding: 2px 2px 2px 25px;
	text-decoration: none;
	font-weight: bold;
	color: #125794;
	border-bottom: 1px solid #99c4e3;
	background: #fff url("/site/tmpl/img/square_bullet.gif") no-repeat 5px 50%;
}

#mainmenu li ul li a
{
	background-image: url("/site/tmpl/img/small_bullet.gif");
	background-position: 8px 50%;
	font-weight: normal;
}

#mainmenu li ul li ul li a
{
	background-image: url("/site/tmpl/img/double_arrow.gif");
	background-position: 27px 50%;
	padding-left: 44px;
}

#mainmenu li.active a
{
	background-color: #e0effc;
}

#mainmenu li.active ul li a
{
	background-color: #fff;
}

#mainmenu li.active ul li.active a
{
	background-color: #e0effc;
}

#mainmenu li.active ul li.pa a
{
	background-color: #fff;
}

#mainmenu li a:hover,
#mainmenu li ul li a:hover
{
	background-color: #f8f8f8;
}

#article
{
	margin-left: 225px;
	margin-right: 20px;
	padding-bottom: 25px;
	color: #333;
}

#print
{
	position: absolute;
	left: 475px !important;
	left: 415px;
}

#article a
{
	text-decoration: none;
	color: #125794;
}

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

#article h2
{
	margin-top: 0;
	background: #eef0f2 url("/site/tmpl/img/big_arrow.png") no-repeat 7px 50%;;
	color: #063;
	/*font-weight: normal;*/
	padding: 10px 5px 10px 55px;
	border-top: 1px solid #125794;
	font-size: 16px;
	position: relative;
}

#article h3.title
{
	margin-top: 0;
	background-color: #eef0f2;
	padding: 8px 10px;
	color: #090;
	font-size: 14px;
	border-top: 1px solid #99c4e3;
}

table h3
{
	font-size: 12px;
}

#article p
{
	margin: 15px 0 0 0;
}

p.docpath
{
	color: #666;
	margin: 0;
	padding-bottom: 15px;
}

p.docpath span
{
	padding: 0 5px;
}

p.docpath a
{
	color: #444;
	text-decoration: none;
}

p.docpath a:hover
{
	text-decoration: underline;
}

ul#sitemap
{
	/*list-style-type: disc;*/
	margin: 10px;
	line-height: 150%;
}

ul#sitemap li
{
	padding-left: 25px;
	background: #fff url("/site/tmpl/img/square_bullet.gif") no-repeat 5px 50%;
	font-weight: bold;
}

#tollfree
{
	position: absolute;
	top: 30px;
	right: 25px;
	color: #333;
}

#wrap.fp #tollfree
{
	top: 160px;
}

#footer
{
	clear: both;
	background: url("/site/tmpl/img/site_footer.png") no-repeat 0 0;
	height: 49px;
}

#footer p
{
	margin: 0;
	text-align: right;
	color: #fff;
	padding: 8px 50px 0 0;
}

p#copyright
{
	/*background-color: #e3e6ea;*/
	margin-top: 25px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: #999;
	text-align: right;
	width: 745px;
	position: absolute;
}

p#copyright a
{
	color: #666;
	text-decoration: none;
}

p#copyright a:hover
{
	text-decoration: underline;
}

table.mod_checkout,
table.layout_header1,
table.layout_footer1,
table.layout_footer2
table.form_order,
table.mod_news,
table.form_contact
{
	width: 500px;
}

p.popuptext
{
	margin: 10px;
}

p.popup_buttons a
{
	float: right;
	display: inline;
	margin-left: 5px;
}

#news
{
	margin-bottom: 20px;
}

#news h3
{
	margin: 20px 0 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #666;
	padding: 5px 1px;
	font-size: 14px;
}

#news ul
{
	line-height: 150%;
}

#news ul li
{
	
}

#news ul li a
{
	padding-left: 20px;
	background: url("/site/tmpl/img/page_icon.gif") no-repeat 0 40%;
}

div.reference
{
	clear: both;
}

div.reference h4
{
	font-weight: bold;
	font-size: 11px;
	margin: 10px 0;
	padding: 3px 8px;
	border-top: 1px solid #99c4e3;
	border-bottom: 1px solid #99c4e3;
}

div.reference ul
{
	margin-left: 10px;
	line-height: 150%;
}


/*****************************/
/* Recent news at frontpage. */
/*****************************/

.fp_mod_news 
{ 
	padding: 0px 10px 0px 0px;
	width: 100%;
}

.fp_mod_news td#header 
{
	border-bottom: 1px dotted #C0C0C0;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	height: 25px;
	color: #3398CC;
	padding: 30px 0px 3px 15px;
	font-weight: bold;
}

.fp_mod_news td#c_date 
{
	background-image: url(/site/tmpl/img/fp_mod_news.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #666666;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 0px 2px 15px;
	text-decoration: none;
	width: 1%;
}

.fp_mod_news a 
{
	color: #333333;
	display: block;
	font-weight: normal;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 5px 0px 2px 8px;
	text-decoration: none;
}
.fp_mod_news a:active,
.fp_mod_news a:hover 
{
	color: #333333;
	text-decoration: underline;
}


/**************************/
/*  News in inner pages.  */
/**************************/

/* container */
.mod_news
{
	width: 100%;
}

/* creation date of article (in list of fresh news and details of article) */
.mod_news .c_date
{ 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
 
}
/* creation date of article (in list of archive) */
.mod_news .c_date_arc
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
 
	padding: 0px 10px 0px 0px;
	vertical-align: top;
	white-space: nowrap;
	width: 1%;
}

/* title of article (in list of fresh news) */
.mod_news .title_list
{ 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
/* title of article (in details of article) */
.mod_news .title 
{ 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
/* title of article (in list of archive) */
.mod_news .title a
{ 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
}
.mod_news .title a:active,
.mod_news .title a:hover
{ 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}

/* summary of article (in details of article) */
.mod_news .summary
{ 
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/* 'read more'-link (in list of fresh news) */
.mod_news .read_more a
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: underline;
}
.mod_news .read_more a:active,
.mod_news .read_more a:hover
{
	text-decoration: underline;
}

/* creator's name of article (in details of article) */
.mod_news .c_name 
{ 
	font-style: italic;
	padding: 10px 0px 0px 0px;
}

/* separator row (in list of fresh news and list of archive) */
.mod_news .separator
{ 
	height: 20px;
}

/* menu of available years in archive */
/*  - container */
.mod_news td.years
{
	text-align: right;
}
.years_menu_content
{
	margin-left: auto;
	margin-right: 0px;
}

.years_menu_content #title 
{ 
	color: #333333;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding-right: 5px;
}

/*  - 1.level */
.years_menu_content .l1,
.years_menu_content .l1_a 
{ 
	color: #CC0000;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 1px;
	text-decoration: none;
}
.years_menu_content .l1_a,
.years_menu_content .l1:active, 
.years_menu_content .l1:hover,
.years_menu_content .l1_a:active, 
.years_menu_content .l1_a:hover
{ 
	color: #CC0000;
	text-decoration: underline; 
}

/*  - separator */
.years_menu_content .l1_sep
{
	color: #CC0000;
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 4px 0px 1px;
}

table.mod_prod
{
	width: 500px;
}

table.subcat
{
	width: 500px;
}

table.subcat img
{
	border: 1px solid #999;
}

table.subcat td
{
	border-top: 1px solid #999;
}

table.subcat tr.odd td
{
	background-color: #f8f8f8;
}

table.subcat tr.even td
{
	background-color: #fff;
}

table.subcat h3
{
	margin: 3px 0 8px 0;
	padding-left: 20px;
	padding-top: 0;
	background: url("/site/tmpl/img/small_greenarrow.gif") no-repeat 3px 40%;
}

table.subcat a
{
	color: #125794;
	text-decoration: none;
}

table.subcat a:hover
{
	color: #800;
}

table.subcat p.description
{
	color: #333;
}



table.mod_prod
{
	margin-top: 15px;
}

table.mod_prod a
{
	text-decoration: none;
	color: #369;
}

table.mod_prod td
{
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
}

table.mod_prod td.edata
{
	background-color: #fff;
}

table.mod_prod td.odata
{
	background-color: #f9f9f9;
}

table.dl td
{
	vertical-align: top;
}

table.mod_prod td.clabel
{
	background-color: #eef0f2;
	border-top: 1px solid #125794;
	border-bottom: 1px solid #125794;
	font-weight: bold;
}

table.mod_prod td.odata,
table.mod_prod td.edata
{
	padding: 6px 3px;
	border-bottom: 1px solid #ccc;
}

table.mod_prod img
{
	border: none;
}

table.mod_prod td.groups
{
	padding-top: 5px;
	font-size: 10px;
	color: #666;
	/*border-top: 1px solid #999;*/
}

table.mod_prod input
{
	border: 1px solid #666;
}

input.quantity
{
	width: 30px;
	padding: 2px;
}

table.mod_prod a.cart_btn
{
	border: 1px solid  #2372b8;
	padding: 2px 5px 2px 20px;
	background: #eee url("/site/tmpl/img/bullet_lblue.gif") no-repeat 3px 40%;
}

table.mod_prod a.cart_btn:hover
{
	background-color: #fff;
}

table.mod_prod form
{
	margin: 0;
	padding: 0;
}

a.btn_add
{
	float: right;
	display: inline;
	margin-left: 2px;
}

div.product-sidebar
{
	float: left;
	display: inline;
	width: 200px;
	padding-bottom: 20px;
}

.product-sidebar a
{
	clear: both;
	text-decoration: none;
	display: block;
	color: #666;
}

.product-sidebar a.enlarge
{
	border-top: 1px solid #666;
	background: #f0f0f0 url("/site/tmpl/img/zoom.gif") no-repeat 3px 40%;
	font-size: 10px;
	padding: 3px 3px 3px 25px;
}

.product-sidebar a.enlarge:hover
{
	color: #333;
}

.product-sidebar a.sidelink
{
	color: #125794;
	display: block;
	margin: 5px 0;
}

.product-sidebar .product-image
{
	float: left;
	display: inline;
	margin-bottom: 15px;
	border: 1px solid #666;
}

div.is_featured
{
	margin-left: 218px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.product-infobox
{
	margin-left: 215px;
	margin-right: 5px;
	background-color: #f0f0f0;
	border: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #000;
}

.product-infobox h4
{
	margin: 0 0 10px 0;
	background-color: #e8e8e8;
	padding: 3px 10px;
	font-size: 11px;
}

/*.product-infobox p
{
	margin: 0 10px !important;
	line-height: 150%;
	font-weight: bold;
}*/

.product-infobox table
{
	width: 230px;
}

.product-infobox
{
	font-weight: bold;
}

.product-infobox form
{
	margin: 0;
	padding: 0;
}

.product-infobox th
{
	padding-left: 10px;
	text-align: left;
}

.product-data th
{
	text-align: left;
}

.product-infobox th,
.product-infobox td
{
	font-weight: bold;
}

.product-infobox input
{
	font-weight: normal;
	border: 1px solid #666;
	width: 50px;
}

div.product-data
{
	margin-left: 217px;
}

span.hilite
{
	color: #c00;
}
div.buttonbar
{
	text-align: right;
	margin: 8px 3px;
}

a.empty_btn
{
/*	text-decoration: none;
	color: #c00;
	border: 1px solid #c30;
	padding: 2px 5px 2px 20px;
	margin-right: 10px;
	background: #eee url("/site/tmpl/img/bullet_red.gif") no-repeat 3px 40%;*/
	
	color: #369;
	text-decoration: none;
	border: 1px solid  #2372b8;
	padding: 2px 5px 2px 20px;
	background: #eee url("/site/tmpl/img/bullet_lblue.gif") no-repeat 3px 40%;
	margin-right: 10px;
}

a.checkout_btn
{
/*	text-decoration: none;
	color: #930;
	border: 1px solid  #f93;
	padding: 2px 5px 2px 20px;
	background: #eee url("/site/tmpl/img/bullet_orange.gif") no-repeat 3px 40%;*/
	
	text-decoration: none;
	color: #c00;
	border: 1px solid #c30;
	padding: 2px 5px 2px 20px;
	/*margin-right: 10px;*/
	background: #eee url("/site/tmpl/img/bullet_red.gif") no-repeat 3px 40%;
}

a.empty_btn:hover,
a.checkout_btn:hover
{
	background-color: #fff;
	text-decoration: none !important;
}
#hint
{
	font-size: 9px;
	margin-left: 10px;
	color: #666;
}

table.form_order,
table.form_contact
{
	padding-left: 15px;
}

table.layout_footer1
{
	border-top: 3px double #000;
	margin-bottom: 20px;
	padding: 3px;
}

table.layout_footer1 td
{
	color: #333;
	font-weight: bold;
}

table.layout_footer1 td strong
{
	color: #000;
	margin-left: 10px;
}

.clabel
{
	font-weight: bold;
	border-bottom: 1px solid #000;
	color: #333;
}

.odata, .edata
{
	color: #333;
	border-bottom: 1px solid #ccc;
}

table.layout_header1
{
	border: 1px solid #ccc;
	background-color: #eee;
	padding: 3px;
	margin: 10px 0;
}

table.layout_header1 td
{
	font-weight: bold;
}

.form_label
{
	color: #333;
}

.form_field input
{
	border: 1px solid #999;
}

span.req
{
	color: #c00;
	padding: 3px;
	font-weight: bold;
}


.layout_footer2
{
	margin: 15px 0;
}

.layout_footer2 td
{
	padding: 3px 0;
}

.layout_footer2 a.button
{
	color: #369;
	text-decoration: none;
	border: 1px solid  #2372b8;
	padding: 2px 5px 2px 20px;
	background: #eee url("/site/tmpl/img/bullet_lblue.gif") no-repeat 3px 40%;
	margin-right: 10px;
	margin-left: 15px;
}

.layout_footer2 a.button:hover
{
	background-color: #fff;
}

span.err
{
	color: #c00;
}

input.err
{
	border-color: #c66;
}

#err
{
	display: block;
	border: 1px solid #c66;
	background-color: #fff;
	color: #c00;
	padding: 5px;
}
