
#lightbox{
	position: absolute;
	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/lightbox/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/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


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

#imageData{	padding:0 10px; color: #666; }
#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;
	}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

/* additional styles */

/*
barva za ok sporocila: 00bf6c
*/

/* =================== GENERAL STYLES ======================= */
body {

}

h1,.title {
	font-size: 22px;
	font-weight: bold;
	padding: 0.3em 0 0.4em 0;
	/*
	font-size: 20px;
	font-weight: normal;
	padding: 0.3em 0 0.4em 0;
	color: #0b74aa;
	*/
}

h2,.subtitle {
	font-weight: normal;
	font-size: 18px;
	/*color: #409ae2;*/
	padding: 0.3em 0 0.4em 0;
	color: #19A1D0;	
}
h1 a, h2 a {
	color: #19A1D0;		
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}

blockquote {
	padding-left: 15px;
}

a img {
	border: none;
	text-decoration: none;
	}

td {
	border: 0;
	font-size: 12px;
}

ul li {
	/*
	margin-left: 2.5em;
	*/
}

a,
a:visited {
	/*color: #241aa7;
	color: #0B74AA;
	color: #0384B1;*/
	color: #19A1D0;
	font-weight: bold;
}

a:hover {
	color: #434343;
	}

.blue {
	color: #0b74aa;	
}
.blue a {
	color: #0b74aa;	
	font-weight: bold;
	text-decoration: none;
}

.handwriting {
	font-size: 13px;
	font-family:'Lucida Casual', 'Comic Sans MS', 'Comic Sans';
}

/* =================== END GENERAL STYLES ======================= */

/* =================== SIDE COLUMN STYLES ======================= */
#left_column h1 {
	padding-bottom: 0.2em;
	font-size: 16px;
	font-weight: bold;
	color: #0b74aa;	
}

#left_column p {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

.news_more {
	padding-left: 15px;
	padding-right: 10px;
	color: #0b74aa;
	font-weight: bold;
	text-align: right;
}
.news_more a {
	color: #0b74aa;
	text-decoration: none;	
}
.news_more a:hover {
	text-decoration: underline;
}

/* =================== END SIDE COLUMN STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */
#header_title {
	font-size: 20px;
	color: #cfdef0;	
}
#header_title a {
	color: #cfdef0;
	text-decoration: none;
}

ul.topmenu li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 10px 10px 0px 15px;
	margin: 0px;
	height: 21px; /* 29-8 */
	color: #cfdef0;
	background-image: url(/images/topmenu_between.gif);
	background-repeat: no-repeat;
}
ul.topmenu li a {
	display: block;
	color: #cfdef0;
	text-decoration: none;	
}
ul.topmenu li a:hover {
	text-decoration: underline;	
}

ul.topmenu .first {
	background-image: none;
}

#bread_crumbs {
	font-size: 11px;
	font-weight: bold;
	color: #73acf0;
}
#bread_crumbs a {
	color: #0b74aa;
	text-decoration: none;
}
#bread_crumbs a:hover {
	text-decoration: underline;
}
.sidebar_blue {
	font-size: 11px;
	color: #0b74aa;
}
.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}


.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2;
}

.contact-table {/*bordercolor="#ffffff" border="1" bgcolor="#f0f0f0" style="border-collapse: collapse;"*/
	border-color: #ffffff;
	border-width: 1px;
	border-collapse: collapse;
	border-width: 1px;
	}

.articledate {
	font-size: 11px;
	padding-bottom: 10px;
	}

.totalPrice {
	text-align: right; 
	font-weight: bold;
}

/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/button.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.products-order {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}
	
.products-order-disabled {
	background-color: #cccccc;
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}	

.products-details {
	text-decoration: underline;
	cursor: pointer;
	/*font-weight: bold;*/
	color: #000000;
	}

.products-details-bold {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	}

.products-details:hover,
.products-details-bold:hover {
	color: #10789D;
	border: none;
	background: none;
	}

.formfield, .formfield_textarea {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

.formfield_textarea { 
	height: 100px;
}

.formfield-error-report {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 360px;
	font-size: 12px;
}


.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

.availableProduct {
	color: #00bf6c;
}

.notavailableProduct {
	color: red;
}
/* =================== END FORM ELEMENTS ======================= */

.bak2top {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #19A1D0;

	padding: 3px;
	background-image: url(/images/go-up.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.bak2top a{
	color: #FFFFFF;
}

.bak2top a:hover{
	color: #000000;
}

.topmenu {
	display: inline;
}

.here {
	background-color: red;	
}

.errormessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #fff6bf url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
    border-top: 2px solid #ffd324;
    border-bottom: 2px solid #ffd324;
}
.infomessage {
	width: 50%;
	margin: 0 auto 10px auto;
    background: #f8fafc url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border-top: 2px solid #b5d4fe;
	border-bottom: 2px solid #b5d4fe;
} 


.datadescription{
	display:block;
	}
.datadescription *{
	display:block;
	height:1px;
	overflow:hidden;
	background:#e5e5e5;
	}
	
.datadescription1{
	border-right:1px solid #f3f3f3;
	padding-right:1px;
	margin-right:3px;
	border-left:1px solid #f3f3f3;
	padding-left:1px;
	margin-left:3px;
	background:#ebebeb;
	}
	
.datadescription2{
	border-right:1px solid #fcfcfc;
	border-left:1px solid #fcfcfc;
	padding:0px 1px;
	background:#e9e9e9;
	margin:0px 1px;
	}
	
.datadescription3{
	border-right:1px solid #e9e9e9;
	border-left:1px solid #e9e9e9;
	margin:0px 1px;
	}
	
.datadescription4{
	border-right:1px solid #f3f3f3;
	border-left:1px solid #f3f3f3;
	}
	
.datadescription5{
	border-right:1px solid #ebebeb;
	border-left:1px solid #ebebeb;
	}
	
.datadescription_content{
	padding: 10px;
	background:#e5e5e5;
	} 
	
	
.container_input {
	width: 80px;
}

/* =================== ORDER CONTAINER ========================= */
.partlyStockMessage {
	background-color: #FFFABF;
	color: red;
	font-weight: bold;
	padding-left: 20px;
}

.noStockMessage {
	background-color: #FFDFE0;
	color: blue;
	font-weight: bold;
	padding-left: 20px;	
}
/* =================== END ORDER CONTAINER ===================== */
html, body { 
    margin: 0; 
    padding: 0; 
    }

body {
	margin:0px;
	padding: 0px;
	font-family:"Lucida Sans Unicode";
	color:#707070;
	font-weight:normal;
	line-height:16px;
	background-image:url(/images/back.gif);
	background-repeat:repeat-x;
	font-size: 11px;
	}

a:focus {
	outline:none;
}





.input {
border-left:1px solid #E5E5E5;
border-top:1px solid #E5E5E5;
border-bottom:1px solid #E5E5E5;
border-right:0px;
background-color:#FFFFFF;
height:19px;
padding-left:3px;
}



#container {
	width:1000px;
	margin:0 auto;
}


/*header css starts*/

#headerdiv {
	width:1000px;
	float:left;
	z-index:1;

	}

.topdiv {
	width:1000px;
	float:left;
	}

.logodiv {
	width:218px;
	height:75px;
	float:left;
	padding-top:23px;
	padding-left:20px;
	margin-bottom: -3px;
}

.topmenu{
	float:left;
	font-family:tahoma;
	font-size:12px;
	line-height:normal;
	text-align:right;
	color:#F1F1F1;
	text-decoration:none;
	width:762px; /*658 + 45 + 19*/
	height:33px;
	/*padding-top:65px;*/
	}


.topmenu ul{
list-style-type: none;
margin:0;
padding:0;
}

.topmenu li{
display:inline;
margin:0;
padding:0;
}

.topmenu a{
float:left;
background:url(/images/left-tab.jpg) no-repeat left top;
margin:0;
font-family:tahoma;
font-size:12px;
line-height:bold;
text-decoration:none;
color:#F1F1F1;
padding-left:16px;
}

.topmenu a span{
float:left;
display:block;
background:url(/images/right-tab.jpg) no-repeat right top;
padding:10px 16px 9px 0px;
font-weight:bold;
color:#F1F1F1;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.topmenu a span {float:none;}
/* End IE5-Mac hack */

.topmenu a:hover span {
color: #393939;
}

.topmenu li.selected a{ /*Selected Tab style*/
background-position:0 -33px; /*Shift background image up to start of 2nd tab image*/
}

.topmenu li.selected a span{ /*Selected Tab style*/
background-position:100% -33px; /*Shift background image up to start of 2nd tab image*/
color:#000000;
}

.topmenu a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -33px; /*Shift background image up to start of 2nd tab image*/
}

.topmenu a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -33px; /*Shift background image up to start of 2nd tab image*/
}

.flagdiv {

	float: left;
	height:40px;
	padding-top:25px;
	padding-right: 15px;
	width:643px;
}


.flagdiv a, 
.flagdiv a:visited {
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;	
	}

.flagdiv a:hover {
	color:#000000;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	}

/*header css ends*/




/*middle css starts*/
#middlediv {
padding-to: - 15px;
	width:1000px;
	float:left;
	z-index:1;
	}

.midtop {
	width:1000px;
	float:left;
	}


.midtopleft {
	width:16px;
	height:16px;
	float:left;
	}

.midtopmid {
	width:964px;
	height:16px;
	float:left;
	background-image:url(/images/midbg.gif);
	background-repeat:repeat-x;
	padding-left:4px;
	}

.midtopright {
	width:16px;
	height:16px;
	float:left;
	}


.midbot {
	width:980px;
	float:left;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	}


.midleft {
width:248px;
float:left;
}


.midlefttop {
width:248px;
float:left;
padding-bottom:15px;
}

.leftlink {
padding:0px;
margin:0px;
}

.leftlink li {
list-style-type:none;
display:block;
background-image:url(/images/line.gif);
background-repeat:no-repeat;
background-position:bottom;
padding-top:6px;
padding-bottom:7px;
}

.leftlink li a {
font-family:"Lucida Sans Unicode";
font-size:12px;
color:#474747;
font-weight:normal;
text-decoration:none;
background-image:url(/images/icon.gif);
background-repeat:no-repeat;
background-position:10px 3px;
padding-left:30px;
}

.leftlink li a:hover {
font-family:"Lucida Sans Unicode";
font-size:12px;
color:#0C9DD5;
font-weight:normal;
text-decoration:none;
}


.midleftbot {
width:228px;
float:left;
padding-bottom:15px;
padding-right:20px;
}

.leftbox {
width:228px;
float:left;
}

.leftboxtop {
width:228px;
float:left;
}

.leftboxtop-left {
width:11px;
height:23px;
float:left;
}

.leftboxtop-mid {
width:206px;
height:21px;
float:left;
background-image:url(/images/lmidbg.gif);
background-repeat:repeat-x;
font-size:14px;
color:#FFFFFF;
font-weight:bold;
padding-top:2px;
}

.leftboxtop-right {
width:11px;
height:23px;
float:left;
}


.leftboxmid {
width:206px;
float:left;
background-image:url(/images/lbmidbg.gif);
background-repeat:repeat-x;
border-left:1px solid #DFDFDF;
border-right:1px solid #DFDFDF;
background-color:#E9E8E9;
padding-left:10px;
padding-right:10px;
padding-top:8px;
}

.indiv {
float:left;
padding-top:10px;

}

.indiv1 {
float:left;
padding-top:11px;/padding-top:12px;
margin-left: 5px;
}



.heading {
font-size:13px;
color:#0384B1;
font-weight:bold;
line-height:20px;
}

.link, .link:visited {
	font-size:12px;
	color:#434343;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
}

.link:hover {
	font-size:12px;
	color:#19A1D0;
	font-weight:bold;
	line-height:25px;
	text-decoration:none;
}

.link1,
.link1:visited {
font-size:12px;
color:#434343;
font-weight:normal;
line-height:18px;
text-decoration:none;
}

.link1:hover {
font-size:12px;
color:#19A1D0;
font-weight:normal;
line-height:18px;
text-decoration:underline;
}


.landhead {
	color:#2DADE0;
	font-size:16px;
}


.leftboxbot {
width:228px;
float:left;
}

.leftboxbot-left {
width:11px;
height:15px;
float:left;
}

.leftboxbot-mid {
width:206px;
height:15px;
float:left;
background-image:url(/images/bmidbg.gif);
background-repeat:repeat-x;
}

.leftboxbot-right {
width:11px;
height:15px;
float:left;
}


.midright {
	width:731px;
	float:left;
	}

.midrtoptext {
	width:707px;
	float:left;
	font-size:16px;
	color:#000000;
	font-weight:normal;
	line-height:20px;
	padding-left:6px;
	padding-bottom:10px;
}

.midrtop {
width:713px;
float:left;
}

.midrtop-top {
width:713px;
float:left;
}

.midrtop-topleft {
width:15px;
height:17px;
float:left;
}

.midrtop-topmid {
width:683px;
height:17px;
float:left;
background-image:url(/images/rtopmid-bg.gif);
background-repeat:repeat-x;
}

.midrtop-topright {
width:15px;
height:17px;
float:left;
}




.midrtop-mid {
	width:731px;
	float:left;
	background-color:#F6F6F6;
	padding-left:1px;
}

.rbox {
	width:158px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

.rboxtop {
	width:158px;
	float:left;
}

.rboxtop-left {
	width:12px;
	height:16px;
	float:left;
}

.rboxtop-mid {
	width:134px;
	height:16px;
	float:left;
	background-image:url(/images/rmid-bg.gif);
	background-repeat:repeat-x;
}

.rboxtop-right {
	width:12px;
	height:16px;
	float:left;
}



.rboxmid {
	width:146px;
	float:left;
	background-color:#FFFFFF;
	padding-left:6px;
	padding-right:6px;

	}

.imgdiv {
	width:146px;
	float:left;
	text-align:center;
	min-height: 145px;
	height:auto;
	*height: 145px;

	}

.imgdiv-img {
	border:1px solid lightgrey;
	}


.imageframe {
	background-color:#F5F5F5;
	border:1px solid lightgrey;
	margin-bottom:5px;
	margin-right:5px;
	padding:6px;
}

.textdiv {
	width:146px;
	float:left;
	text-align:center;
	padding-top:6px;
	font-size:14px;
	color:#33B7EB;
	font-weight:bold;
	min-height: 50px;
	height:auto;
	*height: 50px;
	
	}
	
.textdiv a {
	font-size:14px;
	color:#33B7EB;
	font-weight:bold;
	text-decoration:none;
	}

.textdiv a:hover{
	font-size:14px;
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	}



.rboxbot {
	width:158px;
	float:left;
	}

.rboxbot-mid {
	width:134px;
	height:16px;
	float:left;
	background-image:url(/images/rbot-mid.gif);
	background-repeat:repeat-x;
	}

.category-navigation-container {
	width: 710px;
	min-height: 16px;
	margin-bottom: 20px;
}

.category-navigation {
	padding: 0;
	margin: 0px;
	font-size: 13px;
	list-style-type: none;
	min-height: 16px;
}

.category-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	}

.category-navigation li {
	float: left;
	text-align: left;
	background-image: url(/images/icon.gif);
	background-repeat: no-repeat;
	background-position: 15px;
	padding-left: 35px;	

		
	}

.category-navigation li a, 
.category-navigation li a:visited {
	display: block;
	text-decoration: none;
	color: #19A1D0;
	}

.category-navigation li a:hover{
	text-decoration: underline;

	}

.category-navigation li.firstcategory {
	list-style: none;
	background-image: none;
	padding-left: 0px;

	}

.category-navigation li.categoryhere a,
.category-navigation li.categoryhere a:visited {
	color: #000000;
	font-weight: bold;
	}

.midrtop-bot {
width:713px;
float:left;
}

.midrtop-botmid {
width:683px;
height:17px;
float:left;
background-image:url(/images/rbotmid-bg.gif);
background-repeat:repeat-x;
}


/*flash css starts*/
.fbg {
background:url(/images/flbg.gif) repeat-x;
}


#flcon {
width:512px;
margin:0 auto;
}



.flogo {
width:512px;
height:102px;
padding-top:42px;
text-align:center;
float:left;
}

.fgray {
width:500px;
float:left;
background-color:#E6E6E6;
padding:6px;
}


.flashdiv {
width:500px;
height:375px;
float:left;
background-color:#FFFFFF;
}

.adrdiv {
width:512px;
height:30px;
padding:5px 0px;
float:left;
border-top:2px solid #FFFFFF;
background-color:#E6E6E6;
text-align:center;
font-size:11px;
color:#7E7A7A;
font-weight:normal;
}

.buttodiv {
width:512px;
padding-top:22px;
float:left;
text-align:center;
line-height:30px;
}


/*flash css ends*/


/*middle css ends*/



/*footer css starts*/
#footerdiv {
	padding-top: 20px;
	font-size:12px;
	width:1000px;
	float:left;
	z-index:1;
}


.foottop {
	width:1000px;
	height:25px;
	float:left;
	background-image:url(/images/fbg.jpg);
	background-repeat:repeat-x;
	padding-top:6px;
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
}

.foottop a,
.foottop a:visited {
	font-size:12px;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
}

.foottop a:hover {
	font-size:12px;
	color:#19A1D0;
	font-weight:normal;
	text-decoration:none;
}





.footbot {
	width:1000px;
	float:left;
	padding-top:6px;
	padding-bottom:15px;
}

.footbot-left {
	width:531px;
	float:left;
	text-align:right;
	padding-right:20px;
	color:#000000;
}

.footbot-right {
	width:430px;
	float:left;
	color:#000000;
}
/*
.footbot-right a {
	font-size:12px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline;
}

.footbot-right a:hover {
	font-size:12px;
	color:#19A1D0;
	font-weight:normal;
	text-decoration:none;
}*/

.fheading {
	font-size:12px;
	color:#10789D;
	font-weight:normal;
}

/*footer css ends*/

#container_blank {
	padding: 10px 10px 0px 90px;
	}

.make {
	cursor: pointer;
	color: #434343;
	}
.make:hover {
	cursor: pointer;
	text-decoration: underline;
	color: #19A1D0;
}

/* PRODUCTS MAIN DIV */

.products_main_div {
	clear: both;
	padding-bottom:30px;
	padding-left:0;
	padding-right:0;
	padding-top:30px;
	width: 731px;
	float: left;
}

.products_main_div_th_container {
	width: 731px;
	border-bottom: 1px solid #000000;
	font-weight: bold;
	text-align: left;
	display: inline;
	float: left;
}

.products_main_div_th {
	/*padding: 2px 5px 2px 0;*/
	float: left;
	/*overflow: hidden;*/

}

.products_main_div_td_container {
	width: 731px;
	text-align: left;
	float: left;
}

.products_main_div_tr {
	width: 100%;
	text-align: left;
	float: left;
}

.products_main_div_td {
	float: left;
}

.products_main_div_td_colspan {
	float: left;	
}

.products_main_div_td_container_error {
	color: red;
	float: left;
}

.even {
	background-color: #EEEFEF;
}

.products-details-omo {
	position:relative;
	z-index:0;
}

.products-details-omo:hover {
	background-color:transparent;
	z-index:50;
}

.products-details-omo span {
	background-color:#18A2D6;
	border:2px dashed #DFDFDF;
	color:black;
	left:-1000px;
	padding:10px;
	position:absolute;
	text-decoration:none;
	visibility:hidden;
	width:200px;
}

.products-details-omo:hover span {
	left:10px;
	visibility:visible;
}

