*
{
    margin: 0px;
    padding: 0px;
}

html
{
    heigth: 100%;
}


body
{
    heigth: 100%;
}

a:link
{
    color: #333300;
    text-decoration: underline;
}

a:visited
{
    color: #7D7D3F;
    text-decoration: underline;
}

a:hover
{
    color: #333300;
    text-decoration: none;
}

/* common */

.float_left
{
    float: left;
}

.float_right
{
    float: right;
}

.clear_both
{
    clear: both;
}

.clear_none
{
    clear: none;
}

.width_100
{
    width: 100%;
}

.align_left
{
    text-align: left;
}

.display_none
{
    display: none;
    
}

.height_auto
{
    height: auto !important;
}

.padding_bottom
{
    padding-bottom: 10px !important;
    overflow: hidden;
}

.error
{
    color: red !important;
}

.warning
{
    color: #DDAA00;
}

/* end common */

/* main blocks */

body
{
    background-image: url("../images/top_background.jpg");
    background-repeat: repeat-x;
}

.bodymainblock
{
    margin: 0 auto;
    width: 1004px;
    min-height:100%;
    _height:100%;
    b_order: 1px solid red;
}

.mainblock
{
    clear: none;    
}

/* end main blocks */

.bg_top1
{
    background-repeat: no-repeat;
    height: 149px;
    width: 100%;
}

.bg_top1_sub
{
    background-image: url("../images/top_background4.jpg");
    background-repeat: no-repeat;
    height: 208px;
    width: 100%;
    clear: both;
    float: left;
    b1order: 1px solid red;
}

.bg_top1_sub2
{
    background-repeat: no-repeat;
    height: 208px;
    width: 240px;
    clear: none;
    float: left;
    b1order: 1px solid red;
    z-index: 10024;
}


.bg_top
{
    background-repeat: repeat-x;
    height: 358px;
    width: 100%;
}

.bg_top a:link, .bg_top1 a:link
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333300;
    text-decoration: none;
    font-weight: bold;
    line-height: 18px;
}

.bg_top a:visited, .bg_top1 a:visited
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #333300;
    font-weight: bold;
    line-height: 18px;
}

.bg_top a:hover, .bg_top1 a:hover
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 0px;
    color: #666666;
    font-weight: bold;

    line-height: 18px;
}

.menulink1
{
    display: block;
    position: relative;
    top: 111px;
    left: 415px;
    padding-left: 60px;
    width: 60px;
    height: auto;
}

.menulink2
{
    display: block;
    position: relative;
    top: 122px;
    left: 415px;
    padding-left: 60px;
    width: 60px;
    height: auto;
}

.menulink3
{
    display: block;
    position: relative;
    top: 135px;
    left: 415px;
    padding-left: 60px;
    width: 60px;
    height: auto;
}

.menulink4
{
    display: block;
    position: relative;
    top: 2px;
    left: 760px;
    padding-left: 60px;
    width: 60px;
    height: auto;
}

.menulink5
{
    display: block;
    position: relative;
    top: 13px;
    left: 760px;
    padding-left: 60px;
    width: 60px;
    height: auto;
}

.menulink6
{
    display: block;
    position: relative;
    top: 28px;
    left: 760px;
    padding-left: 60px;
    width: 60px;
    height: auto;
}

.menulinkgr
{
    display: block;
    position: relative;
    top: -125px;
    left: 580px;
    width: 135px;
    height: 160px;
}

.menulinkgr1
{
    display: block;
    position: relative;
    top: 2px;
    left: 410px;
    width: 135px;
    height: 160px;
}

.leftside
{
    width: 340px;
    position: relative;
    top: -15px;
    clear: left;
    float: left;
}

.leftside1
{
    clear: left;
    float: left;
    position: relative;
    top: -15px;
    width: 100%;
}

.leftmenu
{
    float: left;
    clear: left;
    padding-right: 15px;
    padding-left: 25px;
}

.leftmenu a1
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333300;
    text-decoration: none;
}

.leftmenu ul
{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333300;
    font-weight: bold;
    text-decoration: none;
    list-style-type: none;
}

.menuitem
{
    padding: 2px;
}

.menuitem:before
{
    content: url("../images/bullet.gif");
}

.menuitem
{
    zoom: expression(
	runtimeStyle.zoom = 1,
	insertAdjacentHTML('afterBegin', '<img src="../images/bullet.gif" alt="" />')
	);
}

.menuitem a:link
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333300;
    text-decoration: none;
    padding1: 2px;
}

.menuitem a:visited
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #7D7D3F;
    text-decoration: none;
    padding1: 2px;
}

.menuitem a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #333300;
    text-decoration: none;
    border-bottom: 1px dotted #333300;
    padding1: 2px;
}


.menuitemhl
{
    padding: 2px;
    color: #990000;
}


.menuitemhl:before
{
    content: url("../images/bullet_active.gif");
}

.menuitemhl
{
zoom: expression(
	runtimeStyle.zoom = 1,
	insertAdjacentHTML('afterBegin', '<img src="../images/bullet_active.gif" alt="" />')
	);
}

.menuitemhl a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #990000;
    text-decoration: none;
    padding1: 2px;
}

.menuitemhl a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;    
    color: #990000;
    text-decoration: none;
    border-bottom: 1px dotted #990000;
    padding1: 2px;
}

.hit
{
    b1order: 1px solid green;
    float: left;
    clear: left;
    width: 100%;
    /*height: 100%;*/
    padding: 5px 15px 15px 25px;
    _width: 80%;
}

.hit h1
{
    font-family: Tahoma, "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666633;
    letter-spacing: 0px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: left;
}

.hit div
{
    width: 100%;
    overflow: auto !important;
    padding-bottom: 3px;
}

.hit img
{
    b1order: 1px solid #333300;
}

.bottom
{
    p1osition: relative;
    bottom: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #666666;
    background-image: url("../images/bototm_line.gif");
    background-repeat: none;
    height: 35px;
    width: 100%;
    clear: both;
    padding-top: 70px;
}

.bottom span
{
    padding-left: 30px;
}

.bottomline
{
    color: #747445;
}

.maintext
{
    b1order: 1px solid navy;
    text-align: left;
    clear: none;
    position: relative;
    top: -30px;
    l1eft: 360px;
    width: 600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    float: left;
}

.maintext p
{
    text-indent: 30px;
    padding-bottom: 10px;
}

.maintext1
{
    b1order: 1px solid navy;
    text-align: left;
    clear: none;
    width: 640px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    float: left;
    
}

.maintext1 p
{
    text-indent: 30px;
    padding-bottom: 10px;
}

.content
{
    clear: both;
}

.content1
{
    width: 340px;
    clear: none;
    float: left;
    b1order: 1px solid green;
}


/* TinyMCEditor */
.tinymceditor
{
    width: 100%;
    height: 400px;
}

.text_content
{
}

.text_content h1
{
    font-family: Tahoma, "Arial Narrow", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666633;
    letter-spacing: 0px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: left;
}

.text_content h2
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666633;
    letter-spacing: 0px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: left;
}

.cmscontent
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

.cmscontent ul, .cmscontent ol
{
    list-style-position: inside;
}

.cmscontent blockquote
{
    padding-left: 30px;
}

.formblock
{
    padding-top: 10px;
    width: auto;
    p1adding-left: 240px;
    overflow: hidden;
    border: 0px;
}
.formblock input
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    border: 1px solid #666666;
    height: 14px;
    margin-bottom: 2px;
}

.formblock input[type="file"]
{
    height: 21px;
}

.formblock input.radio
{
    border: 0px !important;
}

.formblock input.button
{
    padding: 1px !important;
}

.formblock label
{
    display: -moz-inline-block !important;
    display: inline-block !important;
    width: 100px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666666;
    display: block;
}

.formblock label:hover
{
    color: #000000;
}

.formblock textarea
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;    
    border: 1px solid #666666;
    margin-bottom: 2px;
    width: 270px;
    height: 100px;
}

.label60
{
    font-family: Arial, Helvetica, sans-serif;
    display: -moz-inline-block !important;
    display: inline-block !important;
    width: 60px !important;
    b1order: 1px solid red;
}

label.long_label
{
    display: -moz-inline-block !important;
    display: inline-block !important;
    width: 200px !important;
}

label.long_label1
{
    display: -moz-inline-block !important;
    display: inline-block !important;    
    width: 400px !important;
}


.confirmation
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333333;
    margin: 0 auto;
    margin-top: 50px;
    width: 500px;
    height: auto;
    text-align: justify;
}

.confirmation h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-bottom: 12px;
}

.confirmation div.returnhome
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #333300;
    text-decoration: none;
    text-align: center;
    padding: 10px;
}

.model
{
    b1order: 1px solid navy;
    overflow: auto;
    margin-bottom: 15px;
    height: auto;
    _h2eight: 300px;
    clear: both;
}

.model h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #7D7D3F;
    font-weight: bold;
    padding: 5px;
}

.model_left
{
    float: left;
    clear: left;
    overflow: auto;
    overflow-x: auto;
    width: 250px;
}

.model_left img
{
    b1order: 1px solid black;
    padding: 5px;
    margin-right: 15px;
}

.model_right
{
    float: left;
    clear: right;
    overflow: auto;
    margin: 5px;
    padding: 5px;
    m1in-height: 200px;
}

.model_field a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7D7D3F;
    text-decoration: underlined;
    font-weight: bold;
}

.model_right img
{
    bottom: 0px;
}

/* overlib */
.overDiv
{
    padding: 12px;
    color: red;
}
/* end overlib */

.guestbook
{
    clear: both;
}

.guestbook_title
{
    background-color: #D4D4B1;
    color: #7D7D3F;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    font-weight: bold;
}

.guestbook_text
{
    color: #7D7D3F;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.hot a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7D7D3F;
    text-decoration: underlined;
    font-weight: bold;
}

.hot div a:hover
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #7D7D3F;
    text-decoration: underlined;
    border-bottom: 0px;
    font-weight: bold;
}

.subcategories_list
{
    list-style-type: none;
    font-size: 14px;
    font-weight: bold;
}

.subcategories_list a:link
{
    color: #333300;
    text-decoration: none;
    padding1: 2px;
}

.subcategories_list a:visited
{
    color: #7D7D3F;
    text-decoration: none;
    padding1: 2px;
}

.subcategories_list a:hover
{
    color: #333300;
    text-decoration: none;
    border-bottom: 1px dotted #333300;
}

.captcha
{
    font-size: 1.8em;
    color: red !important;
    background-color: #D4D4B1;
}

.loginbox
{
    b1order: 1px solid green;
    padding-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #7D7D3F;
}

.registration
{
    font-weight: bold;
}

.ordering_model
{
    padding-bottom: 5px;
    font-weight: bold;
}

.assortment_list
{
    list-style-position: inside;
    list-style-type: none;
    _height: 300px;
}

.assortment_list a:link
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #333300;
    text-decoration: none;
    font-weight: bold;
}

.assortment_list a:visited
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    color: #333300;
    font-weight: bold;
}

.assortment_list a:hover
{
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 0px;
    color: #666666;
    font-weight: bold;
}

.registration_info
{
    overflow: hidden;
    padding-left: 25px;
    padding-top: 20px;
}

#language_selection
{
    height: 20px;
    left: 950px;
    position: relative;
    top: 1px;
    width: 50px;
}

#language_selection .active
{
    color: #7A6A7D;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}