
/**
 * Reset browser default settings. Do not reset settings for those elements,
 * which are not later defined in typo.css or forms.css.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Block elements */
body, p, pre { /* blockquote */
    margin: 0;
    padding: 0;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}


/* Lists */
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}


/* Misc */
a {
    outline: none;
}
img, iframe {
    border: none;
}


/* Tables */
/*th, td {
    margin: 0;
    padding: 0;
}
*/
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*caption, th, td {
    text-align: left;
}
*/


/* Forms */
form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
input, textarea, select {
    font-size: 1em;
    font-family: inherit;
}


/* Inline elements */
/*
address, cite, code, dfn, em, strong, var {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
*/
/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
    height: 1%;
    display: block; /* restore block display for ie6 */
    /* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
        text-indent: 0;
    }
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */


/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}
/**
 * Typography.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Blocks */
body {
    font-family: Verdana, Arial, sans-serif; 
    color: #000;
	line-height: 1.3em;
    color: #000000;
	font-size: 62.8%;
}

p {
    margin-bottom: 0.7em;
    font-size: 1.0em;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
/* END blocks */


/* Headings */
h1 {
    margin-bottom: 1em;
    border-bottom: 0px solid #666;
    padding-bottom: 0.3em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #666;
}
h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #666;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #000;
}
h6 {
    margin: 0em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #000;
}
hr {
    display: none;
}
div.hr {
    margin: 1em auto;
    height: 1px;
    background-color: #999;
    line-height: 1px;
}

fieldset.form {
	border:1px /**$bofr$**/ solid;
	margin-bottom:1em;
	background:/**$bgFr$**/;
}
.form fieldset{
	margin-bottom: 1.2em;
}
/*----------------- Form no tab ---------------------*/

div #frame {
	background:/**$bgFr$**/;
	border:1px /**$bofr$**/ solid;
	margin-bottom:1em;
	margin-top:-5px;
	color:/**$fnFr$**/;
	width:80%;
	text-align:center;
}	

fieldset.singleBlock {
    padding:10px 0 0 0;
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
		color:#FFFFFF;
		margin-bottom:0.8em;
		#margin-left: -8px;
		padding:0.3em;
		width:710px;
    }
/*fieldset*/ 
div.title {
		color:/**$fnHfr$**/;
		background:/**$bgHfr$**/;
		padding:7px;
		border-bottom:1px #ffffff solid;
		font-weight: bold;
    }

/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(http://www.cartonmicroscope.com/themes/rvtheme/images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    color: /**$fnFr$**/;
}
/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color:#FF0000;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: /**$errorInline$**/;
}
form div,
form p {
    margin-bottom: 1em;
}
form .fieldIndent {
    margin-left: 0px;
	margin-right: 30px;
}
	form .fieldIndent a {
			color:/**$lkFr$**/;
			text-decoration: underline;
		}		

	form .fieldIndent a:hover {
		color: /**$lhFr$**/;
		text-decoration: underline;
	}
		

/* No forms layout */
div.fieldsetlike {
	margin-bottom:1em;
	background:/**$bgFr$**/;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: /**$fnHfr$**/;
    }
    div.fieldsetlike dl {
		padding-top:5px;
        margin-left: 380px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            overflow: hidden; /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: /**$fnFr$**/;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: /**$fnFr$**/;
        }
		div.fieldsetlike a {
			color:/**$lkFr$**/;
			text-decoration: underline;
		}		

		div.fieldsetlike a:hover {
			color: /**$lhoverFr$**/;
			text-decoration: underline;
		}
		
p#require {
	background:/**$fnFtFr$**/;
	color:#FF0000;
	text-align:left;
	padding:1.5em 1em 1.5em 1em;
	margin:0em;
	font-size:0.9em;
	border-top:1px solid /**$bofr$**/;
	vertical-align:middle;
}			
p#require em {
	color:#FF0000;
}
p.bottomForm {
	padding:1em 0 0 0;
	text-align:center;
}	
		 
a.button, a.button:hover {
  background-color:#D4D0C8;
  background-position:top;
  padding: 3px 10px 3px 10px;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #808080;
  border-right: 2px solid #808080;
  color:#000000;
  text-decoration: none; 
  font-size: 1em;   
}

a.button:active {
  background-color:#D4D0C8;
  background-position:bottom;
  padding: 3px 10px 3px 10px;
  border-top: 2px solid #808080;
  border-left: 2px solid #808080;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  color: #000000;
  text-decoration: none; 
  font-size: 1em;   
}	

div#bottomLine {
	background:/**$fnFtFr$**/;
	color:/**$fnFtFr$**/;
	text-align:left;
	padding:1.5em 1em 0.5em 1em;
	margin:0em;
	font-size:0.9em;
	border-top:1px solid /**$bofr$**/;
	vertical-align:middle;
}
/* END no forms layout */


/* START RVS Block */

#RVS_Block{
	font-weight: normal;
	color:/**$fnFr$**/;
}
#RVS_Block .rvs_border {	
	border:1px solid /**$bofr$**/;
	background:/**$bgFr$**/;
}
#RVS_Block .rvs_h1 {	
	color:/**$fnHfr$**/;
	background:/**$bgHfr$**/;
	padding:1px;
	border-bottom:1px /**$bofr$**/ solid;
	font-weight: bold;
}
#RVS_Block .rvs_h1 div {	
	color:/**$fnHfr$**/;
	background:/**$bgHfr$**/;
	padding:7px;
	font-weight: bold;
}
#RVS_Block .rvs_Title {	
	color:/**$fnFr$**/;
	font-weight: bold;
}
#RVS_Block a:link, a:visited  {	
	color:/**$lkFr$**/;
	font-weight: normal;
	text-decoration: underline;
}
#RVS_Block a:hover, a:active {	
	color: /**$lhFr$**/;
	font-weight: normal;
	text-decoration: underline;
}
#RVS_Block em {
	color:/**$errorMessage$**/;
}
#RVS_Block .rvs_infoMessage {
	color:/**$infoMessage$**/;
	margin:15px 5px;
}
#RVS_Block .rvs_errorMessage {
	color:/**$errorMessage$**/;
}

/* END RVS Block *//**
 * Site specific layout.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

html { /* inforces screen to show scrollbar */
    height: 100%;
}
body {
   	background-color:#FFF; /* Change*/  
    color: #000;
}
/* Wrappers */
div#wrapper-outer {
	margin: 0 auto 0; 
	width: 990px;
}
div#wrapper-inner {
    background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/columnleft_bg.jpg);
    background-position: left;
    background-repeat: repeat-y;
	background-color: #FFF;
}

/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Logout */
div#block-logout {
}
    div#block-logout strong {
        color: #666;
        color: #333;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
    #breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }
div.message {
    margin: 0 auto;
	color:#FF0000;
	font-weight:bold;
	border:0;
}
    div.message p {
        margin-bottom: 1em;
        padding: 0.5em;
        text-align:left;	
    }
    
    div.message p.message-error, div.message-error {
        color:#FF0000;
        padding:7px;   
    }
    div.message p.message-info, div.message-info {
        color:#FF0000;
		margin-bottom: 1em;   
    }
    div.message p.message-warning, div.message-warning {
        border-color: #999;
        color:#FF0000;
        padding: 10px;          
    }


/**
 * - navigation bar at the top
 * - 2 columns (local + main)
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Main navigation */
div#nav-main { 
	padding:0px; 
	margin:0px;
}
div#content {
    position: relative;
	width: 100%;
    /* padding needed for navigation */
    padding-top: 10px;
    background-color: #FFFFFF;
}
div#main {
    float: left;
    width: 710px;
    display: inline;
    margin-left: 185px;
}
div#sub {
    display: none;
}
div#local {
    float: left;
    width: 185px;
    display: inline;
    margin-left: -895px;
	margin-top: -10px;
}
div#nav-main {
    position: absolute;
    top: 0;
    left: -1px;
	width: auto;  /* Change*/
}body {    
	font-size:73.8%;
	margin:0px;
	padding:0px;
    color:#353434;
    font-weight:normal;
    background-color:#1A5287;
	font-family: Tahoma, Verdana; 
	text-align:center;
}
table, div, p{     
	font-size: 1.0em;
	font-family: Tahoma, Verdana;
	margin:0px;
	padding:0px;
	color:#0a3e5f;
} 

/*------------- Start Navigater -------------*/
.navigator {
    float: left;
    width: 100%; 
	height:33px;
    font-size:12px;
    background-image: url(http://www.cartonmicroscope.com/themes/rvtheme/images/bg_navigator.gif);	
	vertical-align:middle;
    text-align:center;
}
.navigator ul {
    margin: 0px;
    padding: 10px 0px;
	list-style-type: none; 
}
.navigator li {
    margin: 0px;
    float: left;
    white-space: nowrap; 
	text-align:center;
}
.navigator a:link, .navigator a:visited{
    display: block;
	width:130px;
	background-image: url(http://www.cartonmicroscope.com/themes/rvtheme/images/bar_navigator.gif); 
	background-position:right; 
	background-repeat:no-repeat; 
    color: #FFFFFF; 
	font-weight:bold;
    text-decoration:none;
}
.navigator a:hover, .navigator a:active{
    display: block;
	width:130px;
    color: #FEFB01;
	font-weight:bold;
    text-decoration:none;
}
.navline{
	background-image: url(http://www.cartonmicroscope.com/themes/rvtheme/images/navline.gif); 
}

/*------------- End Navigater -------------*/

/*------------- Start Common -------------*/
#container{
	font-size: 1.1em;
}
.left{
    float:left;
}
.right{
    float:right;
}
.clearit{ clear:both;}
.shadow_l{ 
	background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/shadow_l.gif); 
	background-repeat:repeat-y; 
	background-position:left top;
}
.shadow_r{ 
	background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/shadow_r.gif); 
	background-repeat:repeat-y; 
	background-position:left top;
}
a:link {color:#007eff; text-decoration: none;}
a:visited {color:#007eff; text-decoration: none;}
a:hover {color:#FF0000; text-decoration: underline;}
a:active {color:#FF0000; text-decoration: underline;}

h1{ 
	font-size:1.1em;    
	margin: 0px;
	padding: 0px;
}
h2{ 
    font-size:1.2em;    
	margin: 0px;
	padding: 0px;
}
h3{ 
    font-size:1.3em;    
	margin: 0px;
	padding: 0px;
}

/*------------- End Common -------------*/

/*------------- Start leftmenu -------------*/

.bgleftmenu{ 
	background-color:#ffffff; 
	margin-bottom:7px; 
	padding-left:7px; 
	width: 168px; 
}
.bgleftmenu p{ 
	color:#FFFFFF 
}
.bgtitle{ 
	background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/bgtitle.gif);
	background-repeat:no-repeat; 
	background-position:left top; 
	width: auto;
	padding:5px 3px 5px 5px;
}
.bgtitle h1{ 
	font-size:12px;
	color: #FFFFFF; 
	font-weight:bold; 
	margin:0px; 
	padding:0px; 
}

.bgleft{
	float: left;
	color: #FFFF00; 
	font-size:11px;
	background-color:#2E6EAC;
	padding-left:5px;
	padding-top:5px;
	width: 163px;  
}
.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-decoration:none;
	width: 168px; /*WIDTH OF MAIN MENU ITEMS*/
	border-bottom:#034383 solid 1px;
}

.glossymenu li{
	position: relative;
	background-color:#2E6EAC;
	border-bottom:#034383 solid 1px; 
	font-size:11px;
	text-decoration:none;
}

.glossymenu li a, .glossymenu li a:visited{
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	height:100%; 
	padding:5px 3px 5px 25px;
	background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/list_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%;
}
.glossymenu li a:hover, .glossymenu li a:active{
	display: block;
	color: #FFF600;
	text-decoration:none;
	height:100%;
	padding:5px 3px 5px 25px;
	background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/list_leftmenu.gif);
	background-repeat: no-repeat;
	background-position: 5% 50%; 
}
.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 170px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0px;
	top: 0px;
	display: none;
	background-color:#A5BBD0;
	text-decoration:none;
	border-bottom:0; 
}

.glossymenu li ul li{
	float: left;
	background-color:#A5BBD0;
	text-decoration:none; 
	border-bottom:0;
}

.glossymenu li ul a, .glossymenu li ul a:visited{
	width: 140px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	background-image: none;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:0;
}
.glossymenu li ul a:hover, .glossymenu li ul a:active {
	width: 140px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
	background-image: none;
	color:#FFF600;
	text-decoration:none; 
	border-bottom:0;
}
#submenu {
	background-image:none;
	background-color:#588BBD;
	display: block;
	color: #FFFFFF;
	text-decoration:none;
	height:auto; 
	padding:0px 3px 0px 0px;
	cursor:pointer;
}
#submenu a:link, #submenu a:visited {
	background-image:none;
	color: #FFFFFF;
	cursor:pointer;
}
#submenu a:hover, #submenu a:active  {
	background-image:none;
	color: #FFF600;
	cursor:pointer;
}
#submenu .submenu a:link, #submenu .submenu a:visited {
	background-image:none;
	color: #000;
	cursor:pointer;
	border-bottom: #7695B3 solid 1px;
}
#submenu .submenu a:hover, #submenu .submenu a:active {
	background-image:none;
	color: #FFFFFF;
	cursor:pointer;
	border-bottom: #7695B3 solid 1px;
}
/*------------- End leftmenu -------------*/

/*------------- Start footer -------------*/
.bottomPad{
	padding:0 20px;
	background-color:#FFF;
}
.bottomPadtop{
	padding:7px;
}
.bgbottom{
	background-image: url(http://www.cartonmicroscope.com/themes/rvtheme/images/bgbottom.gif); 
	background-position:top; 
	background-repeat:repeat-x; 
	background-color:#FFFFDF; 	
	color:#003F67; 
	font-size:11px;
	text-align:center;
}
.footer{
	padding:7px;
	font-size:11px; 
	font-weight:bold;
}
a.footer:link, a.footer:visited {
	color:#4C4C4C;
	text-decoration:none; 
	padding:0 10px;
	font-size:11px;
	font-weight:bold;
}
a.footer:active, a.footer:hover {
	color:#0054FF; 
	text-decoration:none;
	padding:0 10px;
	font-size:11px;
	font-weight:bold;
}

/*------------- end footer -------------*/

/*------------- Start content -------------*/

.line {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/line_2.jpg);
		background-color:#1a5287;
		background-repeat:repeat-y;
		padding:18px 0px 0px 15px;
		color:#FFFFFF;}
		
.box-c {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/c.jpg); background-repeat:no-repeat;}
.box-d {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/d.jpg); background-repeat:no-repeat;}
.box-b {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/b.jpg); background-repeat:repeat-x;}
.box-line {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/b_line.jpg); background-repeat:repeat-y;}

.top_line {background-color:#ffffed;
			font-size:14px;
			color:#000000;
			padding:5px 0px 10px 10px;
			height:15px;
			}

.h4 {font-size:13px;
	font-weight:bold;
	color:#0066FF;
	}
	
.tips_line {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/tips_line.jpg);
		   background-repeat:repeat-y;
			}
.new_line {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/new_line.jpg);
		   background-repeat:repeat-y;}
.map_line { background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/map_line.jpg);
		   background-repeat:repeat-y;
}

.line_t {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/line_5.jpg);
		 background-repeat:repeat-x;}
.line_b {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/line_9.jpg);
		 background-repeat:repeat-x;}
.line_l {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/line_10.jpg);
		   background-repeat:repeat-y;}
.top1_line {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/top_line.jpg);
		   background-repeat:repeat-x;}
.line_01 {border:#CCCCCC solid 2px;;}
.bg_1 {background-color:#CCCCCC;
		padding:7px;
		font-size:13px;
		font-weight:bold;
		color:#2e6eac;}
.more {color:#000000;
       font-size:11px;
	   font-weight:bold;
	   padding:10px 10px 10px 10px;}
	   
.price {color:#ff0505;
       font-size:11px;
	   font-weight:bold;
	   padding:10px 10px 5px 10px;}
	   
input.btn{
    color:#FF9900;
    font-weight:normal;
    text-decoration:none;
	background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/login_1.jpg);
    width:41px;
    height:18px;
    cursor:pointer;
    border:0px;
    padding-bottom:2px;
	width:77px; height:22px;
	font-weight:bold;
}

/*------------- Start Product -------------*/
.product_title{ 
	background-color:#d5e2ee; 
	color:#676a6c; 
	font-weight:bold; 
	font-size:12px;
}
.product_gray{ 
	background-color:#d8d8d8; 
}
.product_white{ 
	background-color:#FFFFFF; 
}
.product_paddingtop{ 
	padding-top:10px;
}
.product_padding{ 
	padding:0px 10px;
}
.product_dashline{ 
	border-right:dashed #999999 1px; 
}

.more {font-size:14px;
color:#023668;
}

.product_font {font-size:14px;
font-weight:bold;
color:#5c5c5d;
}

.product_line {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/product_b2.jpg);
background-repeat:repeat-x;

}

.product_line1 {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/product_b5.jpg);
background-repeat:repeat-x;
}

.product_l {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/product_l.jpg);
background-repeat:repeat-y;
}

.product_r {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/product_r.jpg);
background-repeat:repeat-y;
}
a.more02:link, a.more02:visited {
	color: #FFF; 
	font-weight:bold; 
	text-decoration:none; 
	padding:15px 5px;
}
a.more02:hover, a.more02:active {
	color: #FFFF99;
	font-weight:bold; 
	text-decoration:none;
	padding:15px 5px;
}
.date{ font-size:11px;}

/*------------- Start counter -------------*/

.counter_top {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/b_count01_t.jpg);
              background-repeat:repeat-x;}

.counter_bottom {background-image:url(http://www.cartonmicroscope.com/themes/rvtheme/images/b_count01_b.jpg);
                 background-repeat:repeat-x;}

.fontproduct {font-family:Tahoma, Verdana, Arial, "MS Sans Serif";
			  font-size:12px;
			  font-weight:bold;
			  color:#305b85;
			  }#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	