/***********************************************************************
* Kilobaitas
/***********************************************************************/
.DivContainer
{
	border: 1px solid #919B9C;
	overflow: auto;
	padding:5 5 5 5;
}
/*****************************************************
Print style
******************************************************/

@media screen {
	*.noview
		{ display : none; }
		
	*.Height100
	{
		height:100%;
	}
}

.printBar {
	background-color: #003A53; 
	height: 20px;
	color: #ffffff;
	font-family: Arial;
	font-size: 11px;
	letter-spacing: 0px;
	font-weight:bold;
	vertical-align: middle;
	text-align:right;
	padding: 4px;
	padding-right:15px;
}

.printBarBottom 
{
	background-color: #003A53;
	height:5px;
}

.printBar a:link,
.printBar a:visited {
	color: #ffffff;
	text-decoration: none;
}
.printBar a:hover {
	color: #fff;
	text-decoration: underline;
}


/*************************************************/
.innerPrintBtn{
background:none;
	background-image:url(../Images/design/Print.jpg);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
	
    COLOR: #000000;
	height:22px;
	border:none;
	text-align: right;
	padding-left:14px;
	padding-bottom:3px;
	cursor:pointer;
	width:166px;
	
}
.innerPrintBtnOver{
background:none;
	background-image:url(../Images/design/butYellow.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
	
    COLOR: #000000;
	height:22px;
	border:none;
	text-align:right;
	padding-left:14px;
	padding-bottom:3px;
	cursor:pointer;
	width:166px;
	text-decoration:underline;
}


/***********************************************************************
* Page under-construction style  
/***********************************************************************/
.HeaderStyle { FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; HEIGHT: 27px;  }
TABLE.TableBorder { BACKGROUND-COLOR: #74baf3 }	
	
TD.TableTD {BACKGROUND-COLOR: #f1f9ff}		
TD.TableTD A:link {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
TD.TableTD A:visited {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: underline}
TD.TableTD A:hover {FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #0066cc; TEXT-DECORATION: none}

@media screen {
	*.noview
		{ display : none; }
		
	*.Height100
	{
		height:100%;
	}
}

/***********************************************************************
* Global styles
/***********************************************************************/
html {
	font-size: 100%;
	height:100%;
}
body {
	height:100%;
}
table, input, select{
	font-size: 100%;
}

TD { font-family: Arial; color:#3A3A3A;}	

ul, li {
	font-family: Arial;
	margin: 5px 6px 5px 6px;
	line-height: 18px;
	padding: 0px;
	text-align: justify;
}

p {
	font-family: Arial;
	line-height: 18px;
	color:#0F1E3A;
	margin:0;
}

/* taitlai: */
/*naujienos header*/
h1 {
	color: #1D3F62;
	font-family: Arial;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:17px 10px 0 10px;
}

/*ypatingi pasiulymai header*/
h2 {
	color: #1D3F62;
	font-weight: bold;
	font-family: Arial;
	font-size:13px;
	margin:0px;
	padding:0 0 0 0px;
}

h3 {
	color: #000000;
	font-weight: bold;
	font-family: Arial;
	font-size:13px;
	margin:0;
	padding:0;
	
	padding-top:15px;
}

hr {
	height: 0px;
	border-bottom:1px solid #1D3F62;
}


a:link
{
	color:#0088BC;
	text-decoration: underline;
}

a:visited
{
	color: #05698F;
	text-decoration: underline;
}

a:hover {
	color: #049BD5;
	text-decoration: none;
}
/***********************************************************************
* inner Stuff Tabs styles
/***********************************************************************/
.topTabsStyle{
width:785px;

}
.topTabSpace{
width:140px;
height:24px;
}

/***********************************************************************
* Page backgrounds styles
/***********************************************************************/

.leftBigBg{
	background-image:url(../Images/design/BigBGLeft.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color:#5b471c ;
	height:813px;
	width:340px;
}
.rightBigBg{
	background-image:url(../Images/design/BigBGRight.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color:#5b471c ;
	height:798px; 
	width:342px;
}

/***********************************************************************
* Header styles
/***********************************************************************/


/***********************************************************************
* Right side styles
/***********************************************************************/

.rightPadingStyle
{
padding-right:10px;
padding-top:10px;



}
.rightChatStyle
{
padding-top:5px;
     padding-left:9px;
	height:35px;
	width:192px;
	text-align: left;
	vertical-align:middle;
	background-color:#F4F8FF;
	color:#B60303;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
	border:1px solid #CFDBEF;
}
.livechatFontStyle{
height:10px;

padding-right:5px;
	text-align: right;
	vertical-align:middle;
	background-color:#F4F8FF;
	color:#022E40;
    font-family:Arial;
    font-size:9px;
    font-weight:bold;

	
}

.liveChatBoxHd
{
	
	
	padding-left:10px;
	padding-top:10px;
	width:192px;
	
	background-color:#F4F8FF;
	border-right:1px solid #CFDBEF;
	border-left:1px solid #CFDBEF;
	border-bottom:1px solid #CFDBEF;

}
.liveChatHd
{
    padding-top:5px;
	width:98px;
	color:#555555;
	font-weight: bold;
	font-size:11px;
	font-family:Arial;
	display:block;
    float:left;
	

}

.liveChatHd a:link,
.liveChatHd a:visited
{
color:#555555;
font-weight: bold;
font-size:11px;
font-family:Arial;
text-decoration:none;

}

.liveChatHd a:hover
{
	color:#555555;
	text-decoration:underline;
	font-size: 11px;
}



.liveChatHdBut
{
	width:80px;
	display:block;
    float:left;
	
}

.rightBoxBlankChat{

width:60px;
height:10px;
display:block;
float:left;
}

.rightTableSimpleStyle
{
    padding-left:8px;
	height:27px;
	width:192px;
	text-align: left;
	vertical-align:middle;
	background-color:#EAEAEA;
	color:#000000;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	

}
.rightTableSimpleStyle2
{
    padding-left:8px;
	height:27px;
	width:192px;
	text-align: center;
	vertical-align:middle;
	background-color:#EAEAEA;
	color:#000000;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	

}
.rightTableSimpleStyleHd
{
	padding-left:12px;
	padding-top:6px;
	width:192px;
	color:#000000;
	font-weight: normal;
	font-size:12px;
	font-family:Arial;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-image:url(../Images/design/bocBottomBG.jpg);
    background-position:bottom;
   background-repeat: repeat-x;

}
.rightTableSimpleStyleHd2
{
	padding-left:10px;
	padding-top:0px;
	width:192px;
	color:#000000;
	font-weight: normal;
	font-size:12px;
	font-family:Arial;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-image:url(../Images/design/bocBottomBG.jpg);
    background-position:bottom;
   background-repeat: repeat-x;

}
.rightTableSimpleStyleHdText{
width:170px;
height:16px;
display:block;
float:left;
color:#071D29;
font-weight: normal;
font-size:11px;
font-family:Arial;
text-decoration:none;

}


.rightTableSimpleStyleNextStuff{
width:172px;
height:123px;
padding-top:10px;

display:block;
float:left;
color:#000000;
font-weight: normal;
font-size:11px;
font-family:Arial;
text-decoration:none;
background-image:url(../Images/design/dotline.gif); 
background-repeat: repeat-x;
background-position: bottom;

}
.rightTableSimpleStyleNextStuffBottom{
width:172px;
height:123px;
padding-top:10px;

display:block;
float:left;
color:#000000;
font-weight: normal;
font-size:11px;
font-family:Arial;
text-decoration:none;


}
.rightLink{
font-family:Arial;
font-size:11px;
font-weight:bold;
color:#000000;

}
.rightLink a:link,
.rightLink a:visited
{
font-family:Arial;
font-size:11px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
.rightLink a:hover
{
	
	text-decoration:underline;
	
}

.rightTableSimpleStyleHdText a:link,
.rightTableSimpleStyleHdText a:visited
{
color:#071D29;
font-weight: normal;
font-size:11px;
font-family:Arial;
text-decoration:none;

}

.rightTableSimpleStyleHdText a:hover
{
	color:#071D29;
	text-decoration:underline;
	font-size: 11px;
}




.rightTableStyleHdImage{

	
	width:192px;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;

}


.rightTableStyle
{
padding-left:8px;
	height:27px;
	width:192px;
	text-align: left;
	vertical-align:middle;
	background-color:#FFFFFF;
	color:#B60303;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
	border:1px solid #D6D6D6;
	

}
.skypeStyle{
   background-image:url(../Images/design/skypeicon.gif);
   background-position: 100px 0px;
   background-repeat: no-repeat;
   width:180px;
   height:18px;
  display:block;
  float:left;
  color:#000000;
  font-weight: normal;
  font-size:12px;
  font-family:Arial;
  text-decoration:none;
  
}

.rightTableStyleHd

{
	padding-left:10px;
	padding-top:6px;
	width:192px;
	color:#000000;
	font-weight: normal;
	font-size:12px;
	font-family:Arial;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;

}
.rightTableStyleHdText img,
.skypeStyle img
{
padding-right:6px;
padding-top:3px;

vertical-align: top;

}
.rightBoxBlank{

width:60px;
height:5px;
display:block;
float:left;
}
.rightTableStyleHdText{
width:180px;
height:18px;
display:block;
float:left;
color:#000000;
font-weight: normal;
font-size:12px;
font-family:Arial;
text-decoration:none;

}

.rightTableStyleHdText a:link,
.rightTableStyleHdText a:visited,
.skypeStyle a:link,
.skypeStyle a:visited
{
color:#000000;
font-weight: normal;
font-size:12px;
font-family:Arial;
text-decoration:none;

}

.rightTableStyleHdText a:hover,
.skypeStyle a:hover
{
	color:#000000;
	text-decoration:underline;
	font-size: 12px;
}
/***********************************************************************
*  Iner CArt styles
/***********************************************************************/
/*.innerCartHd
{
	
	height:43px;
	width:221px;
	text-align: left;
	vertical-align:middle;
	background-color:#EAEAEA;
	color:#B60303;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
	padding-left:15px;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;

}

.inerCartSteps
{
	padding-left:22px;
	padding-top:0px;
	width:221px;
	color:#000000;
	font-weight: normal;
	font-size:14px;
	font-family:Arial;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-color:#EAEAEA;
	line-height:140%;
}
.textSpace{
width:200px;
}
.cartIsActive{
color:#00CC33;
font-weight:bold;

}
.cartOnEdit{
color:#B60303;
font-weight:bold;

}
.cartIsNotActive{
color:#000000;
font-weight: normal;

}

.cartHdMain{
padding-top:5px;
padding-left:10px;
	height:20px;
	font-family:Arial;
	font-weight:bold;
	color:#B60303;
	font-size:16px;
}
.cartTopBlue{
    background-color:#FFF7D9;
	height:30px;
	color:#000000;
	font-weight: normal;
	border:1px solid #FFE68C;
	
	padding-left:10px;
	font-family:Arial;
	font-size:13px;
}
.CartmainContent{
padding-top:15px;
}
.cartTopGray{
 height:21px;
 background-color:#F7F7F7;
 border-bottom:1px solid #D6D6D6;
 font-family:Arial;
 font-size:13px;
 font-weight:bold;
 padding-top:5px;
 padding-left:10px;
}
.cartTopGrayBottom{
 height:28px;
 background-color:#F7F7F7;
 border-top:1px solid #D6D6D6;
 font-family:Arial;
 font-size:14px;
 font-weight: normal;
  padding-left:10px;
  padding-top:5px
}
.cartTopGrayBottomText{
width:680px;
float:left;
padding-top:2px;
}
.cartTopGrayBottomButton{
width:84px;
float: right;
}
.buttonStyleNext{
background:none;
	background-image:url(../Images/design/butYellow.jpg);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
    COLOR: #51260D;
	height:21px;
	border:none;
	text-align:left;
	padding-left:14px;
	padding-bottom:3px;
	cursor:pointer;
	width:74px;
}

.cartWiew{
height:30px;
 border-bottom:1px solid #D6D6D6;
}*/
/***********************************************************************
*  Left side styles
/***********************************************************************/

.searchBox
{
	/*border:1px solid #CECECE;
   background-color:#E2E2E2;*/
	height:35px;
	width:317px;
	padding-left:5px;
	
	background-image:url(../Images/design/searchBox.gif);
	background-repeat:no-repeat;
	
}

.searchLeft
{
	width:237px;
}

.searchRight
{
	padding-left:4px;
}

.loginBoxHd
{
	
	height:27px;
	width:221px;
	text-align:center;
	vertical-align:middle;
	background-color:#EAEAEA;
	color:#000000;
    font-family:Arial;
    font-size:12px;
    font-weight:bold;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;

}


.loginBoxC
{
	padding-left:10px;
	padding-top:9px;
	width:221px;
	color:#000000;
	font-weight: normal;
	font-size:12px;
	font-family:Arial;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-image:url(../Images/design/bocBottomBG.jpg);
    background-position:bottom;
   background-repeat: repeat-x;
}

.loginBoxC img
{
	padding-right:3px;
	padding-bottom:1px;
}
	
.remembertBtnStyle{
	cursor:pointer;
	display:block;
	float:left;
	width:74px;
	height:21px;
	background-image:url(../Images/design/btn_remember.jpg);
	border:none;
	background-repeat:no-repeat;
	background-position:top left;
	color:#000000;
	font-weight: normal;
	
	font-family:Arial;
	font-size:11px;
}

.remembertBtnStyle input
{
	float:left;
	width:18px;
	padding-top:4px;
	margin-left:2px;
}

.remembertBtnStyleActive{
	cursor:pointer;
	display:block;
	float:left;
	width:74px;
	height:21px;
	background-image:url(../Images/design/btn_remember_active.jpg);
	
	background-repeat:no-repeat;
	background-position:top left;
	color:#000000;
	font-weight: normal;
	text-decoration:underline;
	border:none;
	font-family:Arial;
	font-size:11px;
	padding-top:3px;
}


.loginBoxCbBlank{
height:9px;
width:200px;
display:block;
float:left;
}
.loginBoxCbBlank2{
height:15px;
width:200px;
display:block;
float:left;
}
.loginBoxCbBlank3{
height:2px;
width:200px;
display:block;
float:left;

}
.loginBoxCbPos{
height:20px;
width:200px;
display:block;
float:left;
}
.textShort{
width:153px;

}
.textShortBlue{
width:153px;
color:#071D29;

}
.loginBoxCbradioBT
{
color:#071D29;
font-weight: normal;
font-size:12px;
font-family:Arial;
text-decoration:none;
}
.loginBoxCbText{
width:200px;
height:20px;
display:block;
float:left;
color:#000000;
font-weight: normal;
font-size:12px;
font-family:Arial;
text-decoration:none;


}
.loginBoxCbText img{
vertical-align:top;
padding-top:3px;


}

.loginBoxCbText a:link,
.loginBoxCbText a:visited
{
color:#000000;
font-weight: normal;
font-size:12px;
font-family:Arial;
text-decoration:none;

}

.loginBoxCbText  a:hover
{
	color:#000000;
	text-decoration:underline;
	font-size: 12px;
}

.remembertBtnStyleActive{
	cursor:pointer;
	display:block;
	float:left;
	width:74px;
	height:21px;
	background-image:url(../Images/design/btn_remember_active.jpg);
	
	background-repeat:no-repeat;
	background-position:top left;
	color:#000000;
	font-weight: normal;
	text-decoration:underline;
	
	font-family:Arial;
	font-size:11px;
	padding-top:3px;
}

.confirmBtnStyle
{
	float:right;
	padding-right:7px;
}

.confirmBtnStyleNormal
{
	background:none;
	border:none;
	background-image:url(../Images/design/btn_login.gif);
	background-repeat:no-repeat;
	background-position: 0 0 ;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	cursor:pointer;
	display:block;
	float:left;
	height:21px;
	width:76px;
	padding-top:3px;

}

.confirmBtnStyleOver
{
	background:none;
	border:none;
	background-image:url(../Images/design/btn_login_active.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	font-family:Arial;
	font-size:11px;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	display:block;
	float:left;
	height:21px;
	width:76px;
	text-decoration:underline;
	padding-top:3px;
	
}

.confirmBtnStyle3
{
	
	background-image:url(../Images/design/ButRed.jpg);
	background-repeat:no-repeat;
	background-position: 0px 8px;;
	vertical-align:middle;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	padding-left:0px;
	cursor:pointer;
	display:block;
	float: left;
	height:19px;
	width:65px;
	
	padding-top:11px;
	color:#FFFFFF;
}

.confirmBtnStyleBack img{
	padding-right:10px;
}
.confirmBtnStyleBack

{
	background-image:url(../Images/design/btn_login.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px ;
	font-family:Arial;
	font-size:11px;
	padding-left:10px;
	cursor:pointer;
	display:block;
	float:left;
	height:21px;
	width:70px;
	padding-top:3px;

}

.confirmBtnStyleBack a:visited,
.confirmBtnStyleBack a:link
{
	color:#FFFFFF;
	font-weight: bold;
	font-size:12px;
	font-family:Arial;
	text-decoration:none;

}

.confirmBtnStyleBack a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}


/*.confirmBtnStyleBackOver

{
	background-image:url(../Images/design/btn_login_active.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px ;
	font-family:Arial;
	font-size:11px;
	padding-left:10px;
	cursor:pointer;
	display:block;
	float:left;
	height:21px;
	width:70px;
	padding-top:3px;

}*/

.confirmBtnStyle2
{
	padding-left:4px;
	cursor:pointer;
	display:block;
	float:left;
	width:70px;
	text-align:left;
}

.confirmBtnStyle5
{
	background-image:url(../Images/design/btn_login.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px ;
	font-family:Arial;
	font-size:11px;
	padding-left:12px;
	cursor:pointer;
	display:block;
	float:left;
	height:21px;
	width:70px;
	padding-top:3px;
}

.confirmBtnStyle5{
	padding-left:64px;
	background-position: top right ;
	width:61px;
}

.confirmBtnStyle4
{
	background-image:url(../Images/design/btn_toCart.gif);
	background-repeat:no-repeat;
	background-position: 0px 12px;
	font-family:Arial;
	font-size:11px;
	padding-left:19px;
	cursor:pointer;
	display:block;
	float: right;
	height:30px;
	width:46px;
	padding-top:15px;
}

.confirmBtnStyle4 a:link,
.confirmBtnStyle4 a:visited
{
	
	color:#FFFFFF;
	font-weight: bold;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
	width:76px;
	height:30px;
}

.confirmBtnStyle4 a:hover
{
	/*
	background-image:url(../Images/design/btn_toCartOn.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px ;
	*/
	color:#FFFFFF;
	text-decoration:underline;
	width:76px;

}


.confirmBtnStyle a:link,
.confirmBtnStyle2 a:link,
.confirmBtnStyle2 a:visited,
/*
.confirmBtnStyle4 a:link,
.confirmBtnStyle4 a:visited,
*/
.confirmBtnStyle5 a:link,
.confirmBtnStyle5 a:visited,
.confirmBtnStyle a:visited,
.confirmBtnStyle3 a:visited,
.confirmBtnStyle3 a:link
{
	color:#FFFFFF;
	font-weight: bold;
	font-size:11px;
	font-family:Arial;
	text-decoration:none;
	width:76px;
}

.confirmBtnStyle a:hover,
.confirmBtnStyle3 a:hover,
.confirmBtnStyle4 a:hover,
.confirmBtnStyle5 a:hover,
.confirmBtnStyle2 a:hover
{
	color:#FFFFFF;
	text-decoration:underline;
	width:76px;
}


.simpleBtnStyleReset
{
	padding-left:20px;
	cursor:pointer;
	display:block;
	float:left;
	width:60px;
	height:21px;
	background-image:url(../Images/design/btn_simple.gif);
	
	background-repeat:no-repeat;
	background-position:top left;
	
	font-family:Arial;
	font-size:11px;
	padding-top:3px;
}


.simpleBtnStyle
{
	padding-left:52px;

	cursor:pointer;
	display:block;
	float:left;
	width:66px;
	height:21px;
	background-image:url(../Images/design/btn_simple.gif);
	
	background-repeat:no-repeat;
	background-position:top right;
	
	font-family:Arial;
	font-size:11px;
	padding-top:3px;
}


.simpleBtnStyle a:link,
.simpleBtnStyle a:visited
{
	color:#000000;
	font-weight: normal;
	font-size:11px;
	font-family:Arial;
	/*padding-left:8px;*/
	text-decoration:none;
	width:62px;

}

.simpleBtnStyle a:hover
{
	color:#000000;
	text-decoration:underline;
	font-size: 11px;
    width:62px;
}

.simpleBtnStyleReset a:link,
.simpleBtnStyleReset a:visited
{
	color:#000000;
	font-weight: normal;
	font-size:11px;
	font-family:Arial;
	/*padding-left:8px;*/
	text-decoration:none;
	width:80px;	
}

.simpleBtnStyleReset a:hover
{
	color:#000000;
	text-decoration:underline;
	font-size: 11px;
    width:60px;
}


.simpleBtnStyle2,
.simpleBtnStyle3
{
	padding-left:135px;
	cursor:pointer;
	display:block;
	float:left;
	width:62px;
	height:21px;
	background-image:url(../Images/design/btn_simple.gif);
	
	background-repeat:no-repeat;
	background-position:top right;
	
	font-family:Arial;
	font-size:11px;
	padding-top:3px;

}
.simpleBtnStyle3{
	padding-left:12px;

}
input.simpleBtnStyle3,
input.simpleBtnStyle4,
input.simpleBtnStyle4Next
{
	background:none;
	border:none;
	cursor:pointer;
	width:74px;
	height:21px;
	background-image:url(../Images/design/btn_simple.gif);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:11px;
	padding-bottom:4px;
}

input.simpleBtnStyle4{
	padding-left:7px;
	padding-bottom:2px;

}
input.simpleBtnStyle4Next{
	font-weight:bold;
	padding-bottom:2px;
}

input.simpleBtnStyle3Over,
input.simpleBtnStyle4Over,
input.simpleBtnStyle4NextOver
{
	background:none;
	border:none;
	cursor:pointer;
	width:74px;
	height:21px;
	background-image:url(../Images/design/btn_simple_active.gif);
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:11px;
	padding-bottom:2px;
	text-decoration:underline;
}

input.simpleBtnStyle4NextOver{
	text-decoration:underline;
	/*padding-right:19px;*/
	font-weight:bold;
	padding-bottom:2px;

}

input.simpleBtnStyle4Over{
	padding-left:7px;
	text-decoration:underline;
}

input.simpleBtnStyle5
{
	background:none;
	border:none;
	cursor:pointer;
	width:116px;
	height:21px;
	background-image:url(../Images/design/btn_simple_l.gif);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:11px;
	padding-bottom:2px;
}

input.simpleBtnStyle5Over
{
	background:none;
	border:none;
	cursor:pointer;
	width:116px;
	height:21px;
	background-image:url(../Images/design/btn_simple_l.gif);
	background-repeat:repeat-x;
	font-family:Arial;
	font-size:11px;
	padding-bottom:2px;
	text-decoration:underline;
}


.RequiredFieldMark{
	color:#CC0000;
}

.simpleBtnStyle2 a:link,
.simpleBtnStyle2 a:visited,
.simpleBtnStyle3 a:link,
.simpleBtnStyle3 a:visited
{
	color:#000000;
	font-weight: normal;
	font-size:11px;
	font-family:Arial;
	
	text-decoration:none;
	width:62px;

}

.simpleBtnStyle2 a:hover,
.simpleBtnStyle3 a:hover
{
	color:#000000;
	text-decoration:underline;
	font-size: 11px;
	float:left;
    width:62px;
  
   
}


.loginBoxC p
{
	color:#000000;
	
	font-weight:bold;
	font-size:12px;
	font-family:Arial;
}


.contactsLocation{
font-family:Arial;
font-size:10px;
color:#003A53;
vertical-align:middle;
}

.contactsLocation a:link,
.contactsLocation a:visited
{
font-family:Arial;
font-size:10px;
color:#003A53;
text-decoration: none;
}

.contactsLocation a:hover
{
	font-family:Arial;
font-size:10px;
color:#003A53;
	text-decoration:underline;
	
}

.languageLocation,
.moneyLocation{
font-family:Arial;
font-size:10px;
color:#ADADAD;
vertical-align:middle;
}

.languageLocation a:link,
.languageLocation a:visited
{
font-family:Arial;
font-size:10px;
color:#ADADAD;
text-decoration: none;
}

.languageLocation a:hover
{
	font-family:Arial;
    font-size:10px;
    color:#000000;
	text-decoration:none;
	
}
.languageLocationVisit 
{
	font-family:Arial;
    font-size:10px;
    color:#000000;
	text-decoration:none;
	
}
.moneyLocation a:link,
.moneyLocation a:visited
{
font-family:Arial;
font-size:10px;
color:#ADADAD;
text-decoration: none;
}

.moneyLocation a:hover
{
	font-family:Arial;
    font-size:10px;
    color:#000000;
	text-decoration:underline;
	
}
.moneyLocationVisit 
{
	font-family:Arial;
    font-size:10px;
    color:#000000;
	text-decoration:underline;
	
}


/***********************************************************************
* content styles
/***********************************************************************/

.w106
{
	width:106px;
}

.hdMain2
{
padding-top:5px;
padding-left:10px;
	height:20px;
	
	
}

.hdMain
{
padding-top:5px;
padding-left:10px;
	height:20px;
	
	
}

.hdMain a:link,
.hdMain a:visited
{
	color:#004276;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	text-decoration:none;
}

.hdMain a:hover
{
	color:#004276;
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
	text-decoration: underline;
}

.hdMain p
{
	color:#666666;
	font-weight:bold;
	font-family: Arial;
	font-size:14px;
}

.mainContentTopIm p 
{
	padding:0;
	margin:0;	
}

.mainContentTopIm
{
	background-color:#F4F0EB;
	height:28px;
	color:#ffffff;
	font-weight: normal;
	border-top:1px solid #A8A8A8;
	border-left:1px solid #A8A8A8;
	border-right:1px solid #A8A8A8;
	font-family:Arial;
	font-size:12px;
}

.mainContentTopOut{
	background-color:#FFFFfF;
	height:30px;
	color:#ffffff;
	font-weight: normal;
	border:1px solid #A8A8A8;
	font-family:Arial;
	font-size:12px;
}

.mainContentTopOut2{
	padding-top:10px;
	height:10px;
}


.mainContentTop
{
	background-color:#FAEAEA;
	height:30px;
	color:#000000;
	font-weight:bold;
	border:1px solid #F1C7C8;
}

.mainContentTop
{
	color:#000000;
	padding-left:11px;
	font-family:Arial;
	font-size:14px;
}
.mainContentTopBlue
{
	background-color:#D3E2FA;
	height:30px;
	color:#000000;
	font-weight:bold;
	border:1px solid #A0B3D8;
}

.mainContentTopBlue
{
	color:#000000;
	padding-left:11px;
	font-family:Arial;
	font-size:14px;
}

.mainContentTopBrown
{
	background-color:#ffffff;
	height:30px;
	color:#C80101;
	font-weight:bold;
	border-bottom:1px solid #D6D6D6;
	padding-left:11px;
}

/*
.mainContentTopBrown
{
	color:#000000;
	padding-left:11px;
	font-family:Arial;
	font-size:14px;
}
*/

.mainContentTopBrown2
{
	background-color:#EAEAEA;
	height:30px;
	color:#000000;
	font-weight:bold;
	padding-left:11px;
	/*font-family:Arial;*/
	font-size:14px;
	border:1px solid #cccccc;
}

.showAll{
    color:#004276;
	font-family:Arial;
	font-size:10px;
}

.showAll a:link,
.showAll a:visited
{
	color:#004276;
	font-family:Arial;
	font-size:10px;
	text-decoration:none;
}

.showAll a:hover
{
    color:#004276;
	font-family:Arial;
	font-size:10px;
	text-decoration: underline;
}

.tableSelSettingsRight{
   font-family:Arial;
	font-size:12px;
	color:#000000;
	padding-top:7px;
	padding-bottom:7px;
}


.cPageTitle
{
	color:#CC0000;
	padding-left:24px;
	font-family:Arial;
	font-weight:bold;
	font-size:16px;
	
}

.mainContentTopAlt
{
	background-color:#FFF7D9;
	height:30px;
	color:#000000;
	font-weight:bold;
    border:1px solid #FFE68C;
}

.mainContentTopAlt p
{
	color:#000000;
	padding-left:11px;
	font-family:Arial;
	font-size:14px;
}

.mainContent,
.staticContent
{
	width:785px;
	
}

.staticContent p
{
	font-size:12px;
	font-family:tahoma;
	color:#333333;
}

.contentTop
{
	background-image:url(../Images/design/bg_contentTop.gif);
	background-repeat:no-repeat;
	width:732px;
	height:15px;
}

.smallContent
{
	width:196px;
	height:157px;
	margin-top:19px;
	text-align:center;
	display:block;
	float:left;
	
	
}
.smallContentImg{
height:125px;
width:196px;
min-height: 125px;
    display: table-cell;
    vertical-align: middle;
	text-align:center;
	margin:0 auto;


}

.smallContentText
{
font-family:Arial;
font-weight:bold;
	padding-top:10px;
	font-size:12px;
	color:#004276;
}

.smallContentText a:link,
.smallContentText a:visited
{
	color:#004276;
	text-decoration:none;
}

.smallContentText a:hover
{
	color:#004276;
	text-decoration:underline;
}

.plContentTop
{
	background-color:#F8B127;
	background-image:url(../Images/design/plContainerTop.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:23px;
	border-bottom:1px solid #DFDFDF;
	color:#ffffff;
	padding-left:29px;
}

.plContentTop a:link,
.plContentTop a:visited
{
	color:#ffffff;
	text-decoration:none;
}

.plContentTop a:hover
{
	color:#FAE9C9;
	text-decoration:underline;
}

.selectedPage
{
	color:#363636;
	font-weight:bold;
	font-family:Arial;
}

.plContent
{
	padding-left:2px;
}


.plContentBottom
{
	background-color:#ffffff;
	width:410px;
	color:#ffffff;
	display:block;
	float:left;
	margin-top:8px;
	margin-left:6px;
	
	font-family:Arial;
	font-size:12px;
	color:#004276;
	font-weight:bold;
}

.plContentBottom,
.selectedPage
{
	color:#EB5729;
	font-weight:bold;
	padding-left:2px;
	padding-right:2px;
	
	font-family:Arial;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

.plContentBottom a:link,
.plContentBottom a:visited
{
	
	text-decoration:none;
	padding-left:2px;
	padding-right:2px;
	font-family:Arial;
	font-size:12px;
	color:#004276;
	font-weight:bold;
}

.plContentBottom a:hover
{
	
	text-decoration:underline;
	padding-left:2x;
	padding-right:2px;
	font-family:Arial;
	font-size:12px;
	color:#CC0000;
	font-weight:bold;
}

.plBtnBottom
{
	background-color:#ffffff;
	height:42px;
	width:170px;
	color:#666666;
	display:block;
	float:left;
	margin-top:8px;
	padding-top:11px;
	text-align:right;
}

.sideBoxTop
{
	background-image:url(../Images/design/hd_grey.gif);
	background-repeat:no-repeat;
	height:38px;
	width:197px;
	padding-left:12px;
}

.rekomendBoxTop
{
	background-color:#666666;
	background-image:url(../Images/design/rekomendBoxTop.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:23px;
	width:164px;
	color:#ffffff;
	padding-left:15px;
}

.itemDetailsTop
{
	background-color:#D3AA00;
	background-image:url(../Images/design/itemDetails.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:23px;
	border-bottom:1px solid #DFDFDF;
	color:#ffffff;
	font-weight:bold;
	padding-left:29px;
	font-family:Arial;
	font-size:11px;
	display:table-cell;
	float:left;
	width:383px;
}

.itemDetailsMoreTop
{
	background-color:#666666;
	background-image:url(../Images/design/itemRelated.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:23px;
	border-bottom:1px solid #DFDFDF;
	color:#ffffff;
	font-weight:bold;
	padding-left:29px;
	font-family:Arial;
	font-size:11px;
	display:table-cell;
	float:left;
	width:334px;
}

.itemDetailsBottom,
.itemDetailsBottom2
{
	background-image:url(../Images/design/itemDetailsBottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:8px;
}

.itemDetailsBottom2
{
	background-image:url(../Images/design/itemDetailsBottom2.gif);
}

.itemDetailsCell
{
	border-bottom:1px solid #DFDFDF;
	height:1px;
	text-align:right;
	font-size:0px;
	
	
	
}

.itemDetailsCellLast
{
	height:27px;
	color:#666666;
}

.itemDetailsProperty
{
	width:122px;
	color:#666666;
}

.itemDetails
{	
	border-left:1px solid #E5E5E5;
	border-right:1px solid #E5E5E5;
	
}

.itemDetailsTable
{
	margin-top:13px;
	margin-left:7px;
}
/************************************************************************
* Compare style
/************************************************************************/
.Intext{
width:220px;
display:block;
	float:left;

}

.TdStyleHeight{
display:block;
	float:left;
	width:220px;
}


.itemBoxImageCompare{
	display:block;
	float:left;
	width:220px;
	padding-left:0px;
	height:125px;
	padding-top:0px;
}



input.buttonStylePrintme
{
	background:none;
	background-image:url(../Images/design/Printme.png);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
    COLOR: #000000;
	font-weight: normal;
	height:22px;
	border:none;
	text-align:center;
	vertical-align:middle;

	cursor:pointer;
	width:166px;
	padding-bottom:2px;
	margin-right:3px;
	padding-left:30px;
	
	
}
input.buttonStyleSPrintmeOver
{
	background:none;
	background-image:url(../Images/design/Printme.png);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
    COLOR: #000000;
	font-weight: normal;
	height:22px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:166px;
	padding-bottom:2px;
	margin-right:3px;
	padding-left:30px;
}


.SentToFriend{
font-family:Arial;
font-size:12px;
color:#760010;
font-weight: normal;
padding-top:30px;
padding-bottom:5px;

}
.SentToFriend img{
padding-right:5px;
}
.SentToFriend a:link,
.SentToFriend a:visited
{
font-family:Arial;
font-size:12px;
color:#760010;
font-weight: normal;


	text-decoration: none;

}

.SentToFriend a:hover
{
	 color:#760010;;
	text-decoration:underline;
	
}

.closeStyle{
font-family:Arial;
font-size:16px;
color:#000000;
font-weight:bold;
padding-top:8px;
}
.closeStyle a:link,
.closeStyle a:visited
{
	font-family:Arial;
font-size:16px;
color:#000000;
font-weight:bold;

	text-decoration: none;

}

.closeStyle a:hover
{
	 color:#000000;
	text-decoration:underline;
	
}


.editOllGuts{
font-family:Arial;
font-size:12px;
color:#CC0000;
font-weight:bold;
padding-top:25px;
}


.editOllGuts a:link,
.editOllGuts a:visited
{
	font-family:Arial;
    font-size:12px;
    color:#CC0000;
    font-weight:bold;
	text-decoration: none;

}

.editOllGuts a:hover
{
	 color:#CC0000;
	text-decoration:underline;
	
}


.itemCompareImgPading{
padding-top:10px;

}

.itemCompareGrayCell
{
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#F4F4F4;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:4px;
}

.itemCompareGrayCellBottom
{
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#F4F4F4;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:4px;
	
}
.itemCompareWhiteCell
{
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:4px;
}

.itemCompareWhiteCellBottom
{
	border-top:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:4px;
	
}

.itemCmpGrayCell
{
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#F4F4F4;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:4px;
}

.itemCmpWhiteCell
{
	border-top:1px solid #E4E4E4;
	border-left:1px solid #E4E4E4;
	border-right:1px solid #E4E4E4;
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#000000;
	background-color:#FFFFFF;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:4px;
}

.itemCmpCell
{
	border-top:1px solid #E4E4E4;
}


/************************************************************************
* containers style
/************************************************************************/
.palygintiSmall{
	float:left;
	display:block;
	padding-top:22px;
}


.palygintiSmall .ctCompareN2Text
{
	float:left;
}


.smallCtWhite,
.smallCtWhiteB,
.smallCtWhite2{
	width:779px;
	height:129px;
	background-color:#FFFFFF;
	float:left;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	padding-top:4px;
	padding-left:4px;
}
.smallCtWhite2{
	height:69px;
}
.smallCtBlack,
.smallCtBlack2{
	width:779px;
	height:129px;
	background-color:#F9FAFB;
	float:left;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	padding-top:4px;
	padding-left:4px;
} 
.smallCtBlack2{
	height:69px;
}

 
.ct1
{
	height:176px;
	display:block;
}

.ct2
{
	float:left;
	padding-left:0px;
	display:block;
}
.ct10
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	display:block;
}
.ct3
{
	padding-left:13px;
	display:block;
}

.ct4
{
	padding-left:24px;
	padding-top:10px;
	display:block;
	font-size:12px;
}

.ct5
{
	padding-left:4px;
	padding-top:10px;
	display:block;
	font-size:12px;
	
}

/************************************************************************
* News style
/************************************************************************/

.newsDatestyle{
font-family: Arial;
	font-size:10px;
	color:#999999;
}
.newsNameStyle
{
font-family: Arial;
	font-size:13px;
	color:#004276;
	font-weight:bold;
	padding-bottom:15px;
	
}

.newsNameStyle a
{
font-family: Arial;
	font-size:13px;
	color:#004276;
	font-weight:bold;
 text-decoration: none;
	
}

.newsTextStyle{
    font-family: Arial;
	font-size:12px;
	color:#000000;
	
	padding-bottom:0px;
}

.newsNextStyle,
.newsNextStyle2{
    font-family: Arial;
	font-size:12px;
	color:#004276;
	padding-bottom:20px;
	text-align:right;
}
.newsNextStyle2{
text-align:left;
}
.newsNextStyle a:link,
.newsNextStyle2 a:link,
.newsNextStyle a:visited,
.newsNextStyle2 a:visited
{
	color:#004276;
	text-decoration:none;
	padding-bottom:20px;
	
}

.newsNextStyle a:hover,
.newsNextStyle2 a:hover
{
	color:#004276;
	text-decoration:underline;
	
}

.textColorBlue
{
	color:#0085CF;
}

.mainTextNews td
{
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

.newsImage
{
	padding-right:5px;
}

.newsItem
{
	padding-top:20px;
}

.mainTextNews a:link,
.mainTextNews a:visited
{
	font-family:Arial;
	font-size:12px;
	color:#0085CF;
	text-decoration:underline;
}

.mainTextNews a:visited
{
	color:#076BA1;
	text-decoration:none;
}

/************************************************************************
* Catalog style
/************************************************************************/
.catalogBoxPading{
	padding-left:10px;
	padding-top:10px;
}

.catalogBoxPading2{
	padding-left:10px;
	/*
	padding-top:10px;
	*/
}

.catalogBox
{
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	background-color:#EAEAEA;
	margin:0;
	padding:0;
	padding-left:12px;
}

.catalogBox img
{
	padding-right:1px;
}

.catalogBoxBottom
{
    width:190px;
	height:7px;
	
   	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-color:#EAEAEA;
	font-size:4px;
}

.catalogBoxTop
{
    width:190px;
	height:7px;
   	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	background-color:#EAEAEA;
	font-size:4px;
}

.catalogBoxMiddle
{
    width:190px;
	height:7px;
   	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	background-color:#EAEAEA;
	font-size:9px;
}

.catalogBox td a
{
	text-decoration:none;
	color:#FFFFFF;
}

.catalogBox td a:hover
{
	text-decoration:underline;
	color:#E4E4E4;
}

.catalogLineMeniu
{
	cursor:pointer;
	display:block;
	float:left;
	width:180px;
	color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#EAEAEA;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.catalogLineMeniuRed
{
	cursor:pointer;
	display:block;
	float:left;
	width:180px;
	color:#CC0000;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#EAEAEA;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.catalogLine
{
	margin:0;
	padding:0;
	cursor:pointer;
	
	display:block;
	
	float:left;
	/*
	width:110px;
	*/
	color:#333333;	
	
	/*
	padding-left:15px;
	*/
	text-indent:15px;
	padding-top:3px;
	padding-bottom:3px;
	
	background-image:url(../Images/design/pl_icon_1.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.catalogLineOver
{
	cursor:pointer;
	display:block;
	float:left;
	/*
	width:160px;
	*/
	color:#333333;	
	/*
	padding-left:15px;
	*/
	text-indent:15px;
	padding-top:3px;
	padding-bottom:3px;
	
	background-image:url(../Images/design/pl_icon_1.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	text-decoration:underline
}

.catalogLineOpen
{
	cursor:pointer;
	display:block;
	float:left;
	/*
	width:160px;
	*/
	color:#333333;	
	/*
	padding-left:15px;
	*/
	text-indent:15px;
	padding-top:3px;
	padding-bottom:3px;

	background-image:url(../Images/design/pl_icon_3.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.catalogLineSingleOpen
{
	cursor:pointer;
	display:block;
	float:left;
	/*
	width:160px;
	*/
	color:#cc0000;	
	/*
	padding-left:15px;
	*/
	text-indent:15px;
	padding-top:3px;
	padding-bottom:3px;

	background-image:url(../Images/design/pl_icon_3.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
}

.catalogLineIn
{
	cursor:pointer;
	display:block;
	float:left;
	/*
	width:170px;
	*/
	color:#000000;
	padding-left:22px;
	/*
	text-indent:22px;
	*/
	padding-top:3px;
	font-size:12px;
	padding-bottom:3px;
	font-family:Arial;
}
.catalogLineInOpen
{
	cursor:pointer;
	display:block;
	float:left;
	/*
	width:170px;
	*/
	color:#cc0000;
	padding-left:22px;
	/*
	text-indent:22px;
	*/
	padding-top:3px;
	font-size:12px;
	padding-bottom:3px;
	font-family:Arial;
}

.catalogLineIn2
{
	cursor:pointer;
	display:block;
	float:left;

	/*
	color:#CC0000;
	*/
	color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
	font-family:Arial;
	padding-left:16px;
	/*text-indent:40px;*/
}
.catalogLineIn2Open{
	background-image: url(../Images/design/pl_icon_2.gif);
	background-repeat:no-repeat;
	background-position:22px 6px;
    cursor:pointer;
	display:block;
	float:left;
	
	color:#cc0000;
	padding-top:3px;
	padding-bottom:3px;
	/*text-indent:40px;
	*/
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	padding-left:16px;
}

.catalogLineIn2Old
{
	cursor:pointer;
	display:block;
	float:left;
	width:150px;
	color:#000000;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
	font-family:Arial;
	padding-left:35px;
	/*text-indent:40px;*/
}
.catalogLineIn2OpenOld{
	background-image: url(../Images/design/pl_icon_2.gif);
	background-repeat:no-repeat;
	background-position:40px 6px;
    cursor:pointer;
	display:block;
	float:left;
	width:150px;
	color:#CC0000;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:35px;
	/*text-indent:40px;
	*/
	font-size:12px;
	font-family:Arial;
}


.catalogLineIn2Open img{
    /*
	padding-right:3px;
	padding-left:2px;
	*/

}

.catalogLine a:link,
.catalogLine a:visited
{
	color:#333333;
	text-decoration:none;
}

.catalogLine a:hover
{
	color:#333333;
	text-decoration: underline;
	
}
.catalogLineMeniu a:link,
.catalogLineMeniu a:visited
{
	color:#000000;
	text-decoration:none;
}
.catalogLineMeniu a:hover
{
	color:#000000;
	text-decoration: underline;
	
}
.catalogLineMeniuRed a:link,
.catalogLineMeniuRed a:visited
{
	color:#CC0000;
	text-decoration:none;
}
.catalogLineMeniuRed a:hover
{
	color:#CC0000;
	text-decoration: underline;
	
}

.catalogLineOver a:link,
.catalogLineOver a:visited
{
	color:#333333;
	text-decoration: none;
}
.catalogLineOver a:hover
{
	color:#333333;
	text-decoration: underline;
}



.catalogLineIn2 a:link,
.catalogLineIn2 a:visited
{
	color:#CC0000;
	text-decoration: none;
}

.catalogLineIn2 a:hover
{
	color:#CC0000;
	text-decoration: underline;
}

.catalogLineIn a:link,
.catalogLineIn a:visited
{
	color:#333333;
	text-decoration: none;
}

.catalogLineIn a:hover
{
color:#333333;
	text-decoration: underline;
}

.catalogLineInOpen a:link,
.catalogLineInOpen a:visited
{
	color:#333333;
	text-decoration: none;
}
.catalogLineInOpen a:hover
{
color:#333333;
	text-decoration: underline;
}

.catalogLineOpen a:link,
.catalogLineOpen a:visited
{
	color:#333333;
	font-weight:bold;
	text-decoration:none;
}

.catalogLineOpen a:hover
{
	color:#333333;
	text-decoration:underline;
}
.catalogLineIn2Open a:link,
.catalogLineIn2Open a:visited{
    color:#CC0000;
	font-weight:bold;
	text-decoration:none;
}
.catalogLineIn2Open a:hover
{
	color:#CC0000;
	text-decoration:underline;
}
/***********************************************************************
* News styles
/***********************************************************************/

.news
{
	padding-top:16px;	
	display:block;
	float:left;
	width:240px;
}

.newsDate
{
	color:#999999;
}

.newsTitle
{
	color:#333333;
	font-weight:bold;
}

.innerNews a:link,
.innerNews a:visited
{
	color:#C88B00;
	text-decoration:none;
}

.innerNews a:hover
{
	color:#ECBC4F;
	text-decoration:none;
}


/***********************************************************************
* Right Side styles
/***********************************************************************/

.rightMenu
{
	background-color:#F3F3F3;
	width:252px;
	height:27px;
	padding-left:7px;
	font-family:Arial;
	font-size:12px;
	color:#333333;
}

.rightMenu img
{
	padding-right:16px;
}

.rightMenu a:link,
.rightMenu a:visited
{
	color:#333333;
	text-decoration:none;
}

.rightMenu a:hover
{
	color:#7F7F7F;
	text-decoration:underline;
}

/***********************************************************************
* Menu styles
/***********************************************************************/
.langMoneyMenu
{
	font-family:Arial;
	font-size:11px;	
	padding-left:5px;
	padding-right:5px;
	height:21px;
}

.langMoneyMenu a:link,
.langMoneyMenu a:visited

{
	text-decoration:none;
	color:#000000;
}

.langMoneyMenu a:hover
{
	text-decoration:underline;
	color:#999999;
}

.moneyMenu
{
	display:block;
	float:left;
}

.langMenu
{
	display:block;
	float:right;
}

.langMoneySelected
{
	font-weight:bold;	
}

/***********************************************************************
* xPriceList menu styles
/***********************************************************************/
.leftMenu,
.leftSubMenu
{
	color: #1E5F9F;
	text-decoration: none;
	cursor: pointer;
	margin: 2px 0px 2px 2px;
	font-weight:normal;
}

.leftMenu-over,
.leftSubMenu-over
{
	color: #6EA5DC;
	/*font-weight:bold;*/
	text-decoration: underline;
	cursor: pointer;
	margin: 2px 0px 2px 2px;
	font-weight:normal;
}

.leftMenu-selected,
.leftSubMenu-selected
{
	color: #125AAE;
	font-weight:bold;
	/*text-decoration: underline;*/
	cursor: pointer;
	margin: 2px 0px 2px 2px;
}

.leftAccessoryMenu,
.leftAccessorySubMenu
{
	color: #1E5F9F;
	text-decoration: none;
	cursor: pointer;
	margin: 2px 0px 2px 2px;
	font-weight:normal;
}

 
.leftAccessoryMenu-over,
.leftAccessorySubMenu-over
{
	color: #6EA5DC;
	text-decoration: underline;
	cursor: pointer;
	margin: 2px 0px 2px 2px;
	font-weight:normal;
}

.leftAccessoryMenu-selected,
.leftAccessorySubMenu-selected
{
	color: #125AAE;
	font-weight:bold;
	text-decoration: underline;
	cursor: pointer;
	margin: 2px 0px 2px 2px;
}

/***********************************************************************
* Box, Panel styles
/***********************************************************************/

.itemNormal
{
	display:block;
	width:253px;
	height:284px;
	background-repeat:no-repeat;
	font-family:Arial;
	font-size:12px;
	float:left;
	margin-top:10px;
	border:1px solid #D6D6D6;
	
}

.itemActive
{
	background-image:url(../Images/design/itemBoxActive.gif);
	width:163px;
	height:213px;
	background-repeat:no-repeat;
	
}

.imageIconShow{
	position:absolute;
	background:none;
    width:30px;
	display:table-cell;
	float:left;
	padding-left:8px;
	z-index:2;
}


.itemBoxImage
{
	display:block;
	float:left;
	width:253px; /*207*/

	text-align:center;
	background-position:center;
	margin-left:0px;
	height:125px;
	padding-top:8px;
}

.itemBoxImageSmall
{
	display:block;
	float:left;
	width:183px;
	padding-left:0px;
	height:131px;
}

.itemBoxImageSmall2
{
	display:block;
	float:left;
	width:85px;
	padding-left:0px;
	height:61px;
	margin-left:10px;
}

.itemBoxDeliverSmall
{
	display:block;
	float:left;
	width:126px;
	height:85px;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	text-align:center;
	color:#004276;
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	padding-top:55px;
	
	
}
.removeCompare{
   display:block;
   float:left;
   width:90px;
   color:#CC0000;
   font-family: Arial;
	font-size:12px;
	font-weight: bold;
	height:17px;
	padding-left:14px;
	padding-bottom:2px;
}


.removeCompare a:link,
.removeCompare a:visited

{
	text-decoration:none;
   color:#CC0000;
   font-family: Arial;
	font-size:12px;
	font-weight: bold;
}

.removeCompare a:hover
{
	text-decoration:underline;
	  color:#CC0000;
}

.itemBoxDeliverSmallCompare
{
	display:block;
	float:left;
	width:220px;
	padding-left:10px;
	height:32px;
	
	text-align: left;
	color:#004276;
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	
}
.itemBoxDeliverSmallCompare2
{
	display:block;
	float: right;
	width:109px;
	padding-right:10px;
	padding-top:15px;
	height:20px;
	
	text-align: right;
	color:#004276;
	font-family: Arial;
	font-size:12px;
	font-weight:normal;

	
	
}

.itemBoxDeliverSmall2
{
	display:block;
	float:left;
	width:88px;
	
	height:50px;
	border-left:1px solid #E9E9E9;
	border-right:1px solid #E9E9E9;
	text-align:center;
	color:#004276;
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	padding-top:27px;
	
	
}
.itemBoxCartSmall
{
	display:block;
	float:left;
	width:140px;
	height:130px;
	padding-top:5px;
	
	color:#004276;
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	
	
}
.itemBoxCartSmall2
{
	display:block;
	float:left;
	width:175px;
	height:59px;
	padding-top:10px;
	
	color:#004276;
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	
	
}
.itemBoxInfoSmall
{
	display:block;
	float:left;
	width:314px;
	height:54px;
	padding-left:3px;
	padding-top:5px;
	font-family:Arial;
	font-size:12px;
}

.productNameBig
{
	display:block;
	float:left;
	width:309px;
	padding-right:5px;
	font-family:Arial;
	font-size:12px;
	margin-bottom:0;
	height:75px;
}

.itemBoxInfoSmall2
{
	display:block;
	float:left;
	width:366px;
	padding-right:5px;
	padding-top:12px;
	font-family:Arial;
	font-size:12px;
	margin-bottom:0;
	padding-left:14px;
}

.productName
{
	display:block;
	float:left;
	width:366px;
	padding-right:5px;
	font-family:Arial;
	font-size:12px;
	margin-bottom:0;
	height:28px;
}

.itemBoxInfo
{
	display:block;
	float:left;
	width:241px;
	height:54px;	
	padding-left:10px;
	font-family:Arial;
	font-size:12px;
}
.itemBoxPrice2
{
	display:block;
	float: right;
	
	font-family:Arial;
	font-size:22px;
	color:#CC0000;
	font-weight:bold;
	text-align: right;
	padding-right:10px;
	width:210px
	
}
.JustBlaskBold{
font-family:Arial;
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.itemBoxPriceSmall
{
	display:block;
	float: right;
	font-family:Arial;
	font-size:22px;
	color:#CC0000;
	font-weight:bold;
	text-align: right;
	padding-right:0px;
	padding-left:0px;
	width: 110px;
	height: 25px;
	padding-top: 25px;
}

.itemBoxPriceSmall2
{
	display:block;
	float: right;
	font-family:Arial;
	font-size:16px;
	color:#CC0000;
	font-weight:bold;
	text-align: right;
	padding-right:8px;
	padding-left:0px;
	width: 80px;
	height: 25px;
	padding-top: 0px;
	padding-top:3px;
	
}

.itemBoxPriceWas{
	position:relative;
	vertical-align:bottom;
	display:block;
	/*float: left;*/
	width:120px;
    padding-right:5px;
	font-family:Arial;
	font-size:11px;
	color:#777777;
	font-weight: normal;
	text-align: right;
	height:17px;
	padding-top:10px;
}

.priceWas
{
	font-family:Arial;
	font-size:11px;
	color:#777777;
	font-weight: normal;
	line-height:14px;
	height:16px;
}

.itemBoxPrice
{
	margin:0;
	padding:0;
	display:block;
	float: right;
	font-family:Arial;
	font-size:22px;
	color:#CC0000;
	font-weight:bold;
	text-align: right;
	padding-right:10px;
	padding-left:5px;
	height:42px;
}


.itemBoxPriceWasSmall{
vertical-align:bottom;
display:block;
	float: right;
	width:100px;
    padding-right:10px;
	font-family:Arial;
	font-size:11px;
	color:#777777;
	font-weight: normal;
	text-align: right;
}

.itemBoxPriceWasSmall2{
	vertical-align:bottom;
    display:block;
	float: right;
	width:80px;
    padding-right:90px;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight: bold;
	text-align: right;
}

.itemBoxPriceWasSmall2X{
vertical-align:bottom;
    display:block;
	float: right;
	width:100px;
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight: bold;
	text-align: right;
}

.itemBoxPriceWasTop{
  
	font-family:Arial;
	font-size:12px;
	color:#777777;
	font-weight: normal;
	text-decoration:line-through;
	
	
}
.itemBoxPriceWasTopSmall{
  
	font-family:Arial;
	font-size:12px;
	color:#666666;
	font-weight: bold;
	text-decoration:line-through;
	text-align:right;
	
	
}



.itemBoxDiscount{
vertical-align:bottom;
display:block;
	float: right;
	padding-top:4px;
	padding-bottom:3px;
	padding-left:3px;
	padding-right:2px;
	font-family:Arial;
	font-size:11px;
	color:#CC0000;
	font-weight: normal;
	font-style:italic;
	text-align: right;
	
	background-color:#FFF7D9;
	}
	.itemBoxDiscountSmall{
	vertical-align:bottom;
	display:block;
	height:15px;
	float: right;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:3px;
	padding-right:2px;
	font-family:Arial;
	font-size:11px;
	color:#CC0000;
	font-weight: normal;
	font-style:italic;
	text-align: right;
	background-color:#FFF7D9;
	
	}
	
.padingDiccount
{
	display:block;
	float: right;	
	padding-top:5px;
}
	
.itemDiscountTop{
font-family:Arial;
	font-size:12px;
	color:#CC0000;
}



.itemPriceTop{
font-family:Arial;
	font-size:14px;
	color:#CC0000;
	font-weight:bold;

}



.itemBoxInfo p
{
	padding:0;
	margin:0;
}

.itemName
{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	color:#004276;
}

.itemCode
{
    font-family:Arial;
	font-size:11px;
	color:#999999;
	font-style:italic;
	display:block;
	float:left;
	width:242px;
	padding-left:10px;
	padding-top:0px;
}
.itemCodeSmall
{
    font-family:Arial;
	font-size:11px;
	color:#999999;
	font-style:italic;
	display:block;
	float:left;
	width:250px;
	height:16px;
	padding-top:1px;
}
	
	
.itemCodeSmall2
{
    font-family:Arial;
	font-size:11px;
	color:#999999;
	font-style:italic;
	display:block;
	float:right;
	width:250px;
	height:27px;
	text-align:right;
	padding-top:13px;
}
	

.itemRent
{
    font-family:Arial;
	font-size:9px;
	color:#999999;
	font-style:italic;
	display:block;
	float:left;
	width:100px;
	
	padding-top:0px;

}
.itemRentSmall
{
    font-family:Arial;
	font-size:11px;
	color:#999999;
	font-style:italic;
	display:block;
	float: right;
	width:130px;
	text-align:right;	
	padding-top:0px;

}
.itemRentRed
{
    font-family:Arial;
	font-size:11px;
	color:#CC0000;
	font-style:italic;
}


.quantity
{
	display:block;
	float: right;
	
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding-right:5px;
	padding-left:0px;
	padding-top:10px;
	
	text-align:left;
	width:21px;
	

}
.quantity2
{
	display:block;
	float: right;
	
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding-right:5px;
	padding-left:0px;
	padding-top:5px;
	
	text-align:left;
	width:21px;
	

}
.quantity4{
display:block;
	float: right;
	
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding-right:5px;
	padding-left:0px;
	padding-top:14px;
	
	text-align: right;
	width:21px;
}
.quantity3
{
	display:block;
	float: right;
	
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding-right:5px;
	padding-left:0px;
	padding-top:14px;
	
	text-align:left;
	width:21px;
	

}
.quantitySmall
{
	display:block;
	float: right;
	
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding-right:0px;
	padding-left:0px;
	padding-top:15px;
	
	text-align:left;
	width:21px;
	

}

.quantitySmall2
{
	display:block;
	float: right;
	
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding-right:0px;
	padding-left:0px;
	padding-top:0px;
	
	text-align:center;
	width:21px;
	

}
.itemBoxBottom2,
.itemBoxBottom2Active{
    width:65px;
	background-repeat:no-repeat;
	height:21px;
	padding-left:0px;
	padding-right:10px;
	padding-top:5px;
	
	display:block;
	float: right;
}

.itemBoxBottom2Next,
.itemBoxBottom2NextActive{
    width:65px;
	background-repeat:no-repeat;
	height:24px;
	padding-left:0px;
	padding-right:10px;
	padding-top:14px;
	
	display:block;
	float: right;
}

.itemBoxBottom,
.itemBoxBottomActive
{
	width:65px;
	background-repeat:no-repeat;
	height:21px;
	padding-left:0px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	float: right;
}

.itemBoxBottomSmall,
.itemBoxBottomSmallActive
{
	width:65px;
	background-repeat:no-repeat;
	height:21px;
	padding-left:5px;
	padding-right:0px;
	padding-top:15px;
	padding-bottom:0px;
	display:block;
	float: right;
}
.itemBoxBottomSmall2{
width:53px;
height:21px;
display:block;
float: right;
color:#004276;
font-family:Arial;
font-size:11px;
font-weight:bold;
padding-top:3px;
padding-left:10px;
}
.itemBoxBottomSmall2 a:link,
.itemBoxBottomSmall2 a:visited
{
	cursor: pointer;
	color:#004276;
font-family:Arial;
font-size:11px;
font-weight:bold;
	text-decoration:none;
	
}

.itemBoxBottomSmall2 a:hover
{
	cursor: pointer;
	color:#004276;
font-family:Arial;
font-size:11px;
font-weight:bold;
	text-decoration: underline;
}

.ctCompare2
{
	float: left;
	display:table-cell;
	background-image:url(../Images/design/btn_cmpr.gif);
	background-repeat:no-repeat;
	background-position:left;
	width:67px;
	height:32px;
	text-align:right;
}

.ctCompare2 p,
.ctCompareN2 p
{
	padding-right:5px;
	padding-top:1px;
}

.ctCompareN2Pading
{
	padding-left:10px;
	padding-top:5px;
	float: left;
	display:table-cell;	
}

.ctCompareN2Text
{
	float:right;
	vertical-align: top;
	font-family:Arial;
	font-size:11px;
	color:#000000;
	padding:0;
	padding-top:3px;
	padding-right:4px;
	margin:0;
	text-align:left;
}

.ctCompareN2
{
	font-family:Arial;
	font-size:11;
	color:#000000;
	float: left;
	display:block;
	background-image:url(../Images/design/btn_cmpr2.gif);
	background-repeat:no-repeat;
	background-position:  left;
	width:74px;
	height:26px;
	text-align:top;
	vertical-align:top;
	padding-top:5px;
	/*
	background-color:#0099CC;
	*/
}
.ctCompareN2 input{
	float:left;
	
	width:20px;
	height:16px;
}

.ctCompareN2Chk
{
	font-family:Arial;
	font-size:11;
	color:#000000;
	float: left;
	display:block;
	background-image:url(../Images/design/btn_cmpr2active.gif);
	background-repeat:no-repeat;
	background-position: left;
	width:74px;
	height:26px;
	text-align:top;
	vertical-align:top;
	padding-top:5px;
}

.ctCompareN2Chk input
{
	float:left;
	
	width:20px;
	height:16px;
}


.ctCompareN3
{
	font-family:Arial;
	font-size:11;
	color:#000000;
	float: right;
	display:block;
	background-image:url(../Images/design/coppareStuff.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:100px;
	height:19px;
	text-align: center;
	padding-right:10px;
	padding-top:15px;
	

}

.ctCompareN2PadingAlt
{
	padding:0;
	margin:0;
	float: left;
	display:block;
}

.tarpas
{
	width:20px;
}

.tarpas150
{
	float:left;
	width:150px;
}

.line_1
{
	border-top:1px solid #E5E5E5;
	display:block;
	height:1px;
	width:674px;
}


/**********************/
/******* tables *******/
/**********************/

.tableChechBox
{
	width:29px;
	border-bottom:1px solid #E5E5E5;
}

.tableChechBoxIn
{
	width:29px;
	border-bottom:1px solid #FE8614;
	border-top:1px solid #FE8614;
}

.tableHeader,
.tableHeaderListImages
{
	font-family:Arial;
	font-size:11px;
	color:#666666;
	border-bottom:1px solid #E5E5E5;
	font-weight:bold;
	height:28px;
	text-align:center;
}

.tableHeaderListImages
{
	text-align:left;
	padding-left:53px;
}

.tableHeader a:link,
.tableHeader a:visited
{
	color:#666666;
	text-decoration:underline;
}

.tableHeader a:hover
{
	color:#666666;
	text-decoration:none;
}


.tableCheckBox
{
	border-bottom:1px solid #E5E5E5;
	padding-left:3px;
	padding-right:3px;
}

.tableCell,
.tableCellListImages,
.tableCellListImagesIn
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	border-bottom:1px solid #E5E5E5;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:center;
}

.tableCellTitle
{
	font-family:Arial;
	font-size:13px;
	color:#333333;
	border-bottom:1px solid #E5E5E5;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
}

.tableCellLeft
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	border-bottom:1px solid #E5E5E5;
	padding-left:3px;
	padding-top:3px;
	padding-bottom:3px;
	text-align:left
}

.tableCellText,
.tableCellTextIn
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	border-bottom:1px solid #E5E5E5;
	padding-left:3px;
	padding-top:10px;
	padding-bottom:3px;
}

.tableCellTextIn
{
	border-bottom:1px solid #FE8614;
	border-top:1px solid #FE8614;
}


.tableCellListImagesIn
{
	border-bottom:1px solid #FE8614;
	border-top:1px solid #FE8614;
	text-align:left;
}


.tableCellListImages
{
	text-align:left;
	height:76px;
	padding-top:4px;
	width:90px;
}


.tableCellIn
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	border-bottom:1px solid #FE8614;
	border-top:1px solid #FE8614;
	padding-left:3px;
	text-align:center;
}

.itemName
{
	font-size:12px;
	font-weight:bold;
	text-align:left;
}

.itemPrice
{
	font-size:11px;
	font-weight:bold;
	color:#E7722F;
}

.itemKodas
{
	font-size:10px;
	font-weight:normal;
	color:#999999;
	margin-top:39px;
}

.itemCompare
{
	margin-top:10px;
}


.boxRightHd
{
	
	width:221px;
	height:27px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #FFE68D;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	background-color:#FFFBEA;
	
	
	
}
.boxRightHdBlue
{
	
	width:221px;
	height:27px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #9AAFD6;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	background-color:#DBE7FD;
	
	
	
}
.boxRightHdRed
{
	
	width:221px;
	height:27px;
	color:#000000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #F1C7C7;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;
	background-color:#FAEAEA;
	
	
	
}

.boxRightHd p 
{
	font-size:13px;
	font-family:tahoma;
	color:#ffffff;
	font-weight:bold;
	padding-left:46px;
	padding-top:10px;
}

.boxRightTop
{
	color:#ffffff;
	font-weight:bold;
	background-image:url(../Images/design/hd_box_bottom.gif);
	background-repeat:repeat-y;	
	/*
	border-bottom:1px solid #436F6E;
	*/
}

.boxRightTop p 
{
	padding-left:13px;
	padding-top:3px;
	padding-bottom:16px;
}

.boxRight
{
	
	padding-left:10px;
	padding-right:10px;
	font-family: Arial;
	font-size:12px;
	color:#000000;
	border-left:1px solid #D6D6D6;
	border-right:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-image:url(../Images/design/bocBottomBG.jpg);
    background-position:bottom;
   background-repeat: repeat-x;
	
}
.boxRightCellTextColor{
font-family:Arial;
font-size:12px;
color:#CC0000;

}
.boxRightCellText{
float:left;
width:127px;
height:45px;
font-family:Arial;
font-size:12px;
color:#000000;

}
.boxRightCellText a:link,
.boxRightCellText a:visited
{
	ont-family:Arial;
font-size:12px;
color:#000000;
	text-decoration:none;
}

.boxRightCellText a:hover
{
	
	text-decoration: underline;
}


.deleteBut{
	
	float:right;
	display:block;
	width:11px;
	height:45px;
	/*padding-top:2px;*/
	
	background-image:url(../Images/design/deleteBut.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	background-repeat:no-repeat;
	
}

.deleteBut a:link,
.deleteBut a:visited
{
	background-image:url(../Images/design/deleteBut.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	width:11px;
	height:13px;
	cursor:pointer;
}

.deleteBut a:hover
{
	background-color:#FFFFFF;
	background-image:url(../Images/design/deleteBut_active.gif);
	background-repeat:no-repeat;
	background-position:0 1px;
	width:11px;
	height:13px;
	cursor:pointer;
}

.boxRightCellCart{
	float:left;
	width:56px;
	height:45px;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding-right:5px;
	color:#CC0000;

}

.boxRightCellCart p
{
	padding-bottom:2px;
	text-align:left;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
}

.boxRightCellCartColor{
font-family:Arial;
font-weight: normal;
font-size:10px;
color:#CC0000;
}

.boxRightBottom
{
	background-image:url(../Images/design/box_bottom.gif);
	width:209px;
	height:14px;
	background-repeat:no-repeat;
}

.boxPriceListSelect
{
	background-image:url(../Images/design/priceBg.gif);
	
	width:202px;
	height:30px;	
	
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding-top:6px;
	padding-left:10px;
	background-repeat:no-repeat;
}

.boxRightCell

{	
	background-image:url(../Images/design/dotline.gif); 
	background-repeat: repeat-x;
	background-position:bottom;
	padding-top:10px;
	float: left;
	display:block;
	width:199px;
	height:48px;	
}

.boxRightCell2

{	
	background-repeat: repeat-x;
	background-position:bottom;
	padding-top:10px;
	float: left;
	display:block;
	width:199px;
	height:48px;	
}

.SustText{
float: left;
width:59px;
font-family:Arial;
font-size:14px;
font-weight:normal;
color:#000000;
}
.CartMoney{
float: left;
width:140px;
font-family:Arial;
font-size:14px;
font-weight: bold;
color:#CC0000;
text-align: right;

}

.boxRightCellBottom
{
	padding-top:10px;
	float: left ;
	display:block;
	
	height:60px;
	width:199px;
	
}

.boxRightCellBottom2
{
	padding-top:10px;
	float: left ;
	display:block;
	
	height:30px;
	width:199px;
	
}
.boxRightCellBottom3
{
	padding-top:20px;
	float: left ;
	display:block;
	
	height:30px;
	width:199px;
	
}

.paddingSuma
{
	padding-left:30px;
}

.paddingLinks
{
	padding-left:20px;
}

/***********************************************************************
* Compare styles
/***********************************************************************/

.compareTopBg,
.compareBottomBg
{
	background-image:url(../Images/design/hd_login.gif);
	background-repeat:no-repeat;
	width:209px;
	height:38px;
}

.compareBottomBg
{
	background-image:url(../Images/design/box_bottom.gif);
	height:14px;
}

.compareBg
{
	background-image:url(../Images/design/box_bg.gif);
	background-repeat:repeat-y;
	width:209px;
}

.compareTitle
{
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	padding-left:15px;
}

.compareItemTitle
{
	color:#333333;
	font-family:Arial;
	font-size:12px;
	width:130px;
	height:30px;
	float:left;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}

.compareItemTitle a:link,
.compareItemTitle a:visited
{
	color:#333333;
	text-decoration:none;
}

.compareItemTitle a:hover
{
	color:#4A4A4A;
	text-decoration:underline
}

.compareImage
{
	float:left;
	background-image:url(../Images/design/compareImgBg.png);
	background-repeat:no-repeat;
	width:46px;
	height:46px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
}

.compareItemInfo
{
	float:left;
	width:106px;
	color:#343434;
	padding-left:10px;
	font-size:12px;
}
.JustRed{
color:#CC0000;

}
.JustRedFont{
color:#CC0000;
font:Arial;
font-size:12px;
font-weight:bold;
padding-top:10px;
padding-bottom:3px;
}

.JustBlueBold{
color:#004276;
font-weight:bold;
}
.JustGrey
{
color:#999999;
}
.compareItemInfo span
{
	color:#EB5729;
	font-weight:bold;
	font-size:12px;
}

.compareItemRemove
{
	width:24px;
	float:left;
	text-align:center;	
}

.compareSimpleText
{
	float:left;
	text-align:center;
	width:180px;
	margin-bottom:3px;
	font-size:12px;
	font-weight:normal;
}

.compareSimpleText a:link,
.compareSimpleText a:visited
{
	color:#0286CE;
	text-decoration:underline;
}

.compareSimpleText a:hover
{
	text-decoration:none;
}

.compareLine
{
	float:left;
	height:1px;
	border-bottom:1px solid #747474;
	width:180px;
	margin-top:3px;
	margin-bottom:3px;
}
.plTitle2
{
	float:left;
	/*width:460px;*/
	width:300px;
	color:#CC0000;
	font-weight: normal;
	font-family:Arial;
	font-size:12px;
	padding-left:10px;
	padding-top:5px;
}

.plTitle2 a
{

	color:#004276;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
	
}

.plTitle3
{
	float:left;
	width:300px;
	color:#000000;
	font-weight: normal;
	font-family:Arial;
	font-size:11px;
	padding-left:10px;
	padding-top:5px;
	
}
.plTitle2color
{
	
	
	color:#999999;
	
}
.plTitle
{
	float:left;
	width:305px;
	color:#ffffff;
	font-weight: normal;
	font-family:Arial;
	font-size:12px;
}

.plTitle p 
{
	padding:0;
	margin:0;
}

.plTitle select
{
	padding-bottom:1px;
}

.plTitlex
{
	float:left;
	color:#ffffff;
	font-weight: normal;
	font-family:Arial;
	font-size:12px;
	padding-right:10px;
	width:230px;
	
}
.plTitlex p
{
	color:#ffffff;
	font-weight: normal;
	font-family:Arial;
	font-size:12px;
	padding-left:0px;
	color:#000000;
}

.plTitleNew
{
	float:right;
	color:#ffffff;
	font-weight: normal;
	font-family:Arial;
	font-size:12px;
	width:230px;
	margin-bottom:5px;
}
.plTitleNew p
{
	color:#ffffff;
	font-weight: normal;
	font-family:Arial;
	font-size:12px;
	padding-right:5px;
	color:#000000;
}

.plTitle p
{
	padding-left:10px;
	padding-top:3px;
	color:#000000;
}

.viewType
{
	
	float:left;
	
	color:#000000;
	font-size:12px;
	font-family: Arial;
	font-weight:normal;
}

.viewTypeIn{
float: left;
height:20px;
padding-right:10px;
padding-top:0px;


}

.viewTypeIn img
{
	padding-top:2px;
}

.viewTypeInSpan
{
	float:left;
	padding-left:2px;
	
	/*padding-top:1px;
	*/
	padding-right:10px;
	background-image:url(../Images/design/borderline.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:left;
	vertical-align: bottom;
}

.viewTypeInSpan div
{
	padding-top:0px;
}

.viewTypeInSpan img {
margin-bottom:3px;

}
.viewTypeInSpan2{
float:left;
padding-left:2px;
/*
padding-top:1px;
*/
float:left;
vertical-align: bottom

}
.viewTypeInSpan2 img {
padding-bottom:3px;

}
.viewTypeInSpan a:link,
.viewTypeInSpan a:visited,
.viewTypeInSpan2 a:link,
.viewTypeInSpan2 a:visited
{
	
	color:#000000;
	font-size:12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}

.viewTypeInSpan a:hover,
.viewTypeInSpan2 a:hover
{   color:#CC0000;
	font-size:12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	
}

.viewTypeText2inS{

	color:#004276;
	font-size:12px;
	font-family: Arial;
	font-weight: normal;
	
}
.viewTypeText2in
{
	float:left;
	color:#004276;
	font-size:12px;
	font-family: Arial;
	text-align:right;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-right:5px;
	text-decoration: none;
}

.viewTypeText2in a:link,
.viewTypeText2in a:visited
{
	color:#004276;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
}

.viewTypeText2in a:hover
{	
	color:#CC0000;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
}

.viewTypeText2inPaging
{
	float:right;
	display:block;
	text-align:right;
	color:#004276;
	font-size:12px;
	font-family: Arial;
	font-weight:normal;
	
	padding-top:2px;
	
	padding-right:1px;
	text-decoration: none;
	width:230px;
}

.viewTypeText2inPaging div
{
	float:right;
	margin-right:5px;
	display:block;
}

.viewTypeText2inPaging a:link,
.viewTypeText2inPaging a:visited
{
	color:#004276;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
}

.viewTypeText2inPaging a:hover
{	
	color:#CC0000;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
}

.viewTypeText2inLink,
.viewTypeText2inVisited
{
	
	color:#004276;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
}

.viewTypeText2inHover 
{   color:#CC0000;
	font-size:12px;
	font-family: Arial;
	font-weight:bold;
	text-decoration: none;
}


.viewTypeText,
.viewTypeText2,
.viewTypeText4
{
	float:left;
	width:130px;
	color:#000000;
	font-size:12px;
	font-family: Arial;
	font-weight:normal;
	text-align:right;
}

.viewTypeText p,
.viewTypeText2 p,
.viewTypeText4 p
{
	
	padding-top:3px;
	color:#000000;
	padding-right:3px;
}

.viewTypeText2
{
	width:50px;
}
.viewTypeText4
{
	width:150px;
}

.viewTypeText4 p 
{
	color:#999999;
		
}

.viewAZ
{
	padding-top:0px;
}

/***********************************************************************
* filter styles
/***********************************************************************/


.filterBox
{
	background-color:#FAFBFB;
	
    border:1px solid #C8DCDD;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	font-family:Arial;
	font-size:12px;
	color:#004276;
	

}
.filterBox p
{
padding-bottom:5px;
}

.filterBot{
width:763px;
float:left;
display:block;
font-family:Arial;
font-size:10px;
color:#999999;


}

.filterTop{
width:763;
float:left;
font-family:Arial;
font-size:12px;
color:#000000;

}

.filterTop2{
width:111px;
float:left;
font-family:Arial;
font-size:12px;
color:#000000;

}



.filterTop3{

float:left;
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#004276;
width:652px;

}
.filterTop3 a:link,
.filterTop3 a:visited
{
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#004276;
text-decoration:none;
}

.filterTop3 a:hover
{
font-size:12px;
color:#004276;
text-decoration:underline;
}

.filterTop3Clicked{
font-family:Arial;
font-weight: normal;
font-size:12px;
color:#004276;
background-color:#FBFEAF;
}

.filterTop3Clicked a:link,
.filterTop3Clicked a:visited
{
	font-family:Arial;
font-weight: normal;
font-size:12px;
color:#999999;
text-decoration:none;
}

.filterTop3Clicked a:hover
{
font-size:12px;
color:#999999;
text-decoration:underline;
}

.filterTop3Over{
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#004276;
		text-decoration:none;
background-color:#FBFEAF;
}

.filterTop3Over a:link,
.filterTop3Over a:visited
{
font-family:Arial;
font-weight:bold;
font-size:12px;
color:#004276;
text-decoration:none;
background-color:#FBFEAF;
}

.filterTop3Over a:hover
{
font-size:12px;
color:#004276;
text-decoration:underline;
background-color:#FBFEAF;
}


.filterTop3Color{
	font-family:Arial;
	font-weight:normal;
	font-size:12px;
	color:#999999;
	padding-right:5px;
}
.filter
{
	padding-left:21px;


	
	
}

.filter a:link,
.filter a:visited
{
	font-size:13px;
	text-decoration:none;
	color:#333333;
}

.filter a:hover
{
	font-size:13px;
	text-decoration:underline;
	color:#333333;
}

.fselected
{
	color:#0086cf;
	text-decoration:none;
	font-size:13px;
}

.fcount
{
	color:#eb562b;
	font-weight:bold;
	font-size:12px;
}

.fempty
{
	color:#cccccc;
	font-size:13px;
}

.femptyb
{
	color:#cccccc;
	font-size:12px;
	font-weight:bold;
}

.filterGroup
{
	color:#333333;
	font-size:14px;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:20px;
}


/***********************************************************************
* main menu styles
/***********************************************************************/

.menuTable{
border-bottom:1px solid #CECECE;
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	border-top:1px solid #CECECE;
	height:35px;
}

.menuMainNormal
{

	height:35px;
	color:#FFFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #CECECE;
			
}

.menuMainBg
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
    background-color:#003A53;
	border:none;
	height:35px;
	text-align:left;
	
}

.TopMenuItem
{
	color:#FFFFF;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:35px;
	cursor:pointer;
	
	
	
}

.MenuItem
{
	background-color:#004766;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:100px;
	height:35px;
	
	
}

.TopMenuItemHover
{
	background-color:#004766;
	height:35px;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	border-right:1px solid #CECECE;
	cursor:pointer;


	
	
}

.MenuItemHover
{
	background-color:#003A53;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight: bold;
	text-align:left;
	width:100px;
	height:35px;
	cursor:pointer;
}

.MenuBreak
{
	padding:0px;
	margin:0px;
}
.menuMainRight{
 
    width:71px;
    height:35px;
  	padding-bottom:0px;
	padding-right:0px;
	background-image:url(../Images/design/cartBGBotom.png);
	background-repeat:no-repeat;
	vertical-align: top;
	background-color:#003A53;
	
	
	
	
	
	

}
/***********************************************************************
* Images styles
/***********************************************************************/


IMG.imageTitle  {
  width: 0px;
  height: 0px;
  border: none;
  vertical-align:middle;  
  /*src: /Images/default/bullet_title.gif*/
}

IMG.imageBack {
  width: 13px;
  height: 12px;
  border: none;
  vertical-align:middle;  
  /*src: /Images/default/bullet_back.gif*/
}

IMG.imageContent,
IMG.imageBox {
  width: 7px;
  height: 14px;
  border: none;
  vertical-align:middle;  
  /*src: /Images/default/bullet_content.gif*/
}

IMG.imageSubmenu,
IMG.imageMenu {  
}


/***********************************************************************
* Offers styles
/***********************************************************************/

.offerHeader
{
	background-color:#ffffff;
	border-bottom:2px solid #FF7E00;
	color:#FF7E00;
	font-weight:bold;
	font-size:12px;
	padding:8 12 8 12px;	
}

.newsHeader
{
	background-color:#ffffff;
	border-bottom:2px solid #006401;
	color:#3A3A3A;
	font-weight:bold;
	font-size:12px;
	padding:8 12 8 12px;	
}

.calculatorHeader
{
	background-color:#ffffff;
	/*
	border-bottom:2px solid #006401;
	*/
	color:#3A3A3A;
	font-weight:bold;
	font-size:12px;
	padding:8 12 8 12px;	
}

.akcijaHeader
{
	background-color:#ffffff;
	border-bottom:2px solid #C0DE00;
	color:#C0DE00;
	font-weight:bold;
	font-size:12px;
	padding:8 12 8 12px;	
}

.akcijaLink:link,
.akcijaLink:visited
{
	color:#3A3A3A;
	font-weight:normal;
	text-decoration:underline;
	font-size:1.1em;
}

.akcijaLink:hover
{
	color:#8B8A8A;
	font-weight:normal;
	text-decoration:none;
	font-size:1.1em;
}

.offerTitle
{
	font-weight:bold;
}

.offer
{
	padding:5px 5px 5px 5px;	
}

.offerShort
{
	padding:5px 5px 5px 5px
}

.offerDescription
{
	padding-left:12px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:5px;
	vertical-align:top;
}

.pageTitle
{
	padding-left:12px;
	padding-right:3px;
	padding-bottom:3px;
	padding-top:5px;
	vertical-align:top;
}

.offerImage
{
	vertical-align:top;
	padding-top:8px;
	padding-bottom:2px;
	padding-right:12px;
}


.offerTable
{
	border:1px solid #c0c0c0;
	color:#283f71;
}

.cartInfo
{
	color:#ffffff;
}

.cartInfotext
{
	color:#ffffff;
	font-weight:bold;
}
.cartInfoSpace
{
	margin-left:30px;
}

.cartTable
{
	border:none;
	color:#DCFEDD;
	font-size:11px;
	background-color:#006401;
	vertical-align:middle;
	height:31px;
	/*padding-bottom:1px;*/
	padding-bottom:0px !important;
	height:32px !important;
	padding-top:2px !important;
	/*margin-top:2px !important;*/
	
}

.cartSum
{
	color: #ffffff;
}


.linkOffer:link,
.linkOffer:visited,
.linkNews:link,
.linkNews:visited
{
	color:#283f71;
	font-weight:bold;
	font-size:11px;
}

.price
{
	font-weight:bold;
}

.price2
{
	color:#E02D0C;
	font-size:1em;
	font-weight:bold;
}

.rightBorder
{
	border-right:1px solid #c0c0c0;
}

.discountCard
{
	height:60px;
	border:1px solid #ff00ff;
	text-align:left;
	vertical-align:top;
}

.contentSpaces ul
{
	padding-left:10px;
}

/***********************************************************************
* cart right styles
/***********************************************************************/

.firstCart
{
background-image:url(../Images/design/cartBG.gif);
background-repeat: no-repeat;
background-position:bottom;
}
.firstCartText
{
padding-left:21px;
color:#000000;
font-family:Arial;
font-size:11px;

}




.cartItemTitle
{
	color:#333333;
	font-family:Arial;
	width:156px;
	height:30px;
	float:left;
	margin-top:8px;
	font-size:12px;
}

.cartItemTitle a:link,
.cartItemTitle a:visited
{
	color:#333333;
	text-decoration:none;
}

.cartItemTitle a:hover
{
	color:#333333;
	text-decoration:underline
}

.cartItemRemove
{
	width:24px;
	height:30px;
	float:left;
	text-align:center;
	margin-top:8px;
	
}

.cartImage
{
	float:left;
	background-image:url(../Images/design/cartImgBg.png);
	background-repeat:no-repeat;
	width:46px;
	height:46px;
	text-align:center;
	vertical-align:middle;
	padding-top:5px;
}

.cartItemCode
{
	float:left;
	width:180px;
	color:#886C00;
	height:18px;
}

.cartCode
{
	color:#E4E0E0;
	font-size:10px;
}

.cartItemInfo
{
	float:left;
	width:125px;
	color:#333333;
	padding-left:10px;
}

.cartItemInfo span
{
	color:#EB5729;
	font-weight:bold;
	font-size:12px;
}
.cartItemInfo p
{
	color:#333333;
	font-size:12px;
}

.cartLine
{
	float:left;
	height:2px;
	border-bottom:1px solid #999999;
	width:180px;
}

.cartSimpleText
{
	float:left;
	font-family:Arial;
	font-size:11px;
	color:#778FAB;
	width:180px;
	padding-top:6px;
	padding-bottom:6px;
	border-bottom:1px solid #999999;
}

.cartSimpleText a:link,
.cartSimpleText a:visited
{
	color:0086CF;
	text-decoration:underline;
}

.cartSimpleText a:hover
{
	text-decoration:none;
}

.cartAllPrice
{
	text-align:right;
	width:180px;
	float:left;
	color:#666666;
	padding-top:6px;
	padding-bottom:6px;
	height:15px;
	border-bottom:1px solid #999999;	
	font-size:12px;
}

.cartAllPrice span
{
	color:#EA5829;
	font-weight:bold;
}

.cartBtns
{
	float:right;
	padding-top:6px;
	padding-bottom:6px;
	height:15px;
	padding-right:17px;
}

/***********************************************************************
* Inputs, buttons styles 
/***********************************************************************/

.labelText
{
	color:#608292;
}

.checkboxStyle
{
	color:#ff0000;
	border:none;
	
}

.searchPading{
padding-left:10px;



}

.inputStyle
{
    font-family: Arial;
	font-size: 16px;
    COLOR: #666666; 
	BACKGROUND-COLOR: #ffffff;
	
	border:1px solid #676767;
	
	height:22px;
	line-height:16px;
	vertical-align:middle;
	padding-bottom:0px;
	padding-top:3px;
	padding-left:2px;
}

.inputStyleOn
{
    font-family: Arial;
	font-size: 16px;
    COLOR: #000000; 
	BACKGROUND-COLOR: #ffffff;
	border:2px solid #DB6565;
	height:22px;
	line-height:16px;
	vertical-align:middle;
	padding-bottom:0px;
	padding-top:3px;
	padding-left:2px;
}

.inputStyle2,
.inputStyle3,
.inputStyleRequired,
.inputStyleSearch,
.inputCart {
	font-family: Arial;
	font-size: 13px;
    COLOR: #666666;    
    border:none;
	BACKGROUND-COLOR: #ffffff;
	border:1px solid #D6D6D6;
	height:17px;
	line-height:16x;
	
	
	vertical-align:middle;
}

.inputStyle,
.inputStyle2,
.inputStyleOn
{
	width:229px;
}

.inputStyle3
{
	font-family: Arial;
	font-size: 11px;
    COLOR: #666666;  
	border:1px solid #476888;
	width:173px;
	height:15px;
	line-height:16x;
	padding-top:5px;
	vertical-align:middle;
	
}

.inputStyle2
{
	border:1px solid #BDBDBD;
}

.inputStyleRequired {
	border:1px solid #ff0000;
}

.inputStyleSearch{
	width:147px;	
}

.inputCart {
	text-align:center;
}

.inputQuantity
{
	font-family: Arial;
	font-size: 11px;
    COLOR: #B90707; 
	font-weight:bold;
    background: none;
	background-image:url(../Images/design/imputStyle.gif);
	background-repeat:no-repeat;
	border: none;
	height:21px;
	width:21px;
	vertical-align:bottom;
	text-align: center;
	padding-top:0px;
	padding-right:10px;
	
	
}
.inputQuantitySmall
{
	font-family: Arial;
	font-size: 11px;
    COLOR: #000000;    
    background: none;
	background-image:url(../Images/design/imputStyle.gif);
	background-repeat:no-repeat;
	border: none;
	height:21px;
	width:21px;
	vertical-align:bottom;
	text-align: center;
	padding-top:3px;
	padding-right:10px;
	
	
}
.selectStyle
{
	border:1px solid #676767;
	color:#0F1E3A;
	height:20px;
	font-size:11px;
	vertical-align:middle;
	background-color:#FFFFFF;
	width:147px;
}

.selectCart,
.selectCartEmpty,
.selectPrice
{
	border:1px solid #E3E9EF;
	color:#0F1E3A;
	height:18px;
	font-size:12px;
	font-family:Arial;
	width:147px;
	vertical-align:middle;
	margin-bottom:3px;
	height:20px;
	
}
.selectCart2

{
	border:1px solid #E3E9EF;
	color:#0F1E3A;
	height:18px;
	font-size:12px;
	font-family:Arial;
	width:48px;
	vertical-align:middle;
	height:20px;
	
}
.selectPrice
{
	background-color:#ffffff;
	width:110px;
	height:20x;
}

.selectCart {
	background-color:#ffffff;
	height:20px;
}

.selectCartEmpty {
	background-color:#F4F4F4;
	height:20px;
}



select.calcStyle,
select.simpleSelect,
select.municipalityStyle {
	font-family: Arial;
	font-size: 11px;	 
	color: #354000;
	border:1px solid #D2D2D2;
	background-color: #FFFFFF;
	height:20px;
}
select.calcStyle {
	width: 100%;
}

input.buttonStyleLogin,
input.buttonStyleLoginOver
{
	background:none;
	background-image:url(../Images/design/btn_login.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	font-weight: bold;
	height:23px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:74px;
	padding:0;
	margin:0;
}

input.buttonStyleLoginOver
{
	background:none;
	background-image:url(../Images/design/btn_login_active.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	font-weight: bold;
	height:23px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:74px;
	padding:0;
	margin:0;
}

input.buttonStyleRecommend,
input.buttonStyleRecommendOver
{
	background:none;
	background-image:url(../Images/design/btnRecomend.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	font-weight: bold;
	height:23px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:100px;
	padding:0;
	margin:0;
}

input.buttonStyleRecommend2,
input.buttonStyleRecommend2Over
{
	background:none;
	background-image:url(../Images/design/btnRecomend2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	font-weight: bold;
	height:23px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:120px;
	padding:0;
	margin:0;
}

input.buttonStyleLoginRegister,
input.buttonStyleLoginRegisterOver
{
	background:none;
	background-image:url(../Images/design/btn_login.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
		font-weight: bold;
		vertical-align:middle;
	height:23px;
	border:none;
	text-align:center;


	
	cursor:pointer;
	width:74px;
	padding:0;
	margin:0;
}

input.buttonStyleLoginRegisterOver
{
	background:none;
	background-image:url(../Images/design/btn_login_active.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
		font-weight: bold;
		vertical-align:middle;
	height:23px;
	border:none;
	text-align:center;


	
	cursor:pointer;
	width:74px;
	padding:0;
	margin:0;
}

.buttonStyleLoginClose{
	background:none;
	background-image:url(../Images/design/deleteBut.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	
	height:15px;
	border:none;
	text-align: right;
	vertical-align:middle;
	cursor:pointer;
	width:15px;
	padding:0;
	margin:0;
}

.buttonStyleLoginCloseOver{
	background:none;
	background-image:url(../Images/design/deleteBut_active.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	
	height:15px;
	border:none;
	text-align: right;
	vertical-align:middle;
	cursor:pointer;
	width:15px;
	padding:0;
	margin:0;
}

input.buttonStyleLogin2,
input.buttonStyleLogin2Over
{
	background:none;
	background-image:url(../Images/design/btn_login.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
    COLOR: #ffffff;
	font-weight:normal;
	height:22px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:60px;
	padding:0;
	margin:0;
}

input.buttonStyleLogin2Over
{
	background:none;
	background-image:url(../Images/design/btn_login_active.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
    COLOR: #ffffff;
	font-weight:normal;
	height:22px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:60px;
	padding:0;
	margin:0;
}

.buttonStyleVAT
{
	background:none;
	background-image:url(../Images/design/buttonPVM.png);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	height:22px;
	border:none;
	font-weight:bold;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:60px;
	padding:0;
	margin:0;
}

input.buttonStyle,
input.buttonStyleOver,
input.buttonStyle2,
input.buttonStyle2Over,
input.buttonOrder,
input.buttonOrderOver,
input.buttonBack,
input.buttonBackOver,
input.buttonRemove,
input.buttonRemoveOver,
input.buttonNormal,
input.buttonNormalOver
{
	background:none;
	background-image:url(../Images/design/login_btn.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	height:22px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:70px;
	/*padding-bottom:7px;*/
}

input.buttonStyle2,
input.buttonStyle2Over
{
	background:none;
	background-image:url(../Images/design/btn_simple_l.gif);
	background-repeat:no-repeat;
	color:#000000;
	width:116px;
	height:22px;
}

input.buttonStyleC,
input.buttonStyleCOver
{
	background:none;
	background-image:url(../Images/design/btn_login.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width:74px;
	height:21px;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	font-weight:bold;
	border:none;
	text-align:center;
	padding-bottom:2px;
	
	cursor:pointer;
}

input.buttonStyleSearch
{
	background:none;
	background-image:url(../Images/design/btn_search.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
    COLOR: #FFFFFF;
	font-weight:bold;
	height:25px;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:65px;
	/*padding-bottom:2px;
	margin-right:4px;*/
	
	
}
input.buttonStyleSearchOver
{
	background:none;
	background-image:url(../Images/design/btn_search_over.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
    COLOR: #FFFFFF;
	font-weight:bold;
	height:25px;
	text-decoration:underline;
	border:none;
	text-align:center;
	vertical-align:middle;
	cursor:pointer;
	width:65px;
}

input.buttonStyleCompare,
input.buttonStyleCompareOver
{
	background:none;
	background-image:url(../Images/design/btn_palyginti.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	height:22px;
	border:none;
	padding-left:25px;
	vertical-align:middle;
	cursor:pointer;
	width:86px;
}

input.buttonStyleBuy,
input.buttonStyleBuy2,
input.buttonStyleBuyIn

{
	background:none;
	background-image:url(../Images/design/btn_toCart.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
    COLOR: #ffffff;
	padding-top:2px;
	padding-bottom:4px;
	border:none;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
	width:65px;
	
}
input.buttonStyleBuyOver,
input.buttonStyleBuyInOver{
	background:none;
	background-image:url(../Images/design/btn_toCartOn.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
    COLOR: #ffffff;
	border:none;
	text-align:center;
	padding-top:2px;
	padding-bottom:4px;
	cursor:pointer;
	width:65px;
	text-decoration:underline;

}

input.buttonStyleBuyIn,
input.buttonStyleBuyInOver
{
	background-image:url(../Images/design/btn_toCartOn.gif);
	background-repeat:no-repeat;
}

input.buttonStyleBuy2

{
	background-image:url(../Images/design/SellBtn.jpg);
	background-repeat:no-repeat;
	height:24px;
	width:100px;
	padding-bottom:1px;
	padding-left:8px;
}

input.buttonStyleAlert,
input.buttonStyleAlertOver,
input.buttonStyleEmail,
input.buttonStyleEmailOver,
input.buttonStylePrint,
input.buttonStylePrintOver
{
	background:none;
	background-image:url(../Images/design/btn_priceA.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 11px;
	font-weight:bold;
    COLOR: #666666;
	height:31px;
	border:none;
	text-align:left;
	padding-left:10px;
	padding-bottom:3px;
	cursor:pointer;
	width:118px;
	margin-top:3px;
}

input.buttonStyleEmail,
input.buttonStyleEmailOver
{
	background:none;
	background-image:url(../Images/design/btn_mail.gif);
	background-repeat:no-repeat;
}

input.buttonStylePrint,
input.buttonStylePrintOver
{
	background:none;
	background-image:url(../Images/design/btn_print.gif);
	background-repeat:no-repeat;
}

input.buttonNormal,
input.buttonNormalOver
{
	background-image:url(../Images/design/btn.gif);
	background-repeat:no-repeat;
	height:22px;
	width:66px;
}


input.buttonRemove,
input.buttonRemoveOver
{
	background-image:url(../Images/design/buttonBg.gif);
	background-repeat:repeat-x;
}

input.buttonOrder,
input.buttonOrderOver
{
	background-color:C00E02;
	color:ffffff;
}


input.buttonOK,
input.buttonOKOver
{
	background:none;
	background-image:url(../Images/design/search.gif);
	background-repeat:no-repeat;
	width:22px;
	height:22px;
	border:none;
	cursor:pointer; 
}

input.buttonBackN,
input.buttonBackNOver
{
	background:none;
	background-image:url(../Images/design/back_btn.gif);
	background-repeat:no-repeat;
	width:59px;
	height:23px;
	border:none;
	cursor:pointer; 
	
	font-family: Arial;
	font-size: 11px;
    COLOR: #ffffff;
	text-align:center;
	vertical-align:middle;	
}

/*****************mine************************************/
.inputName
{
	font-family: Arial;
	font-size: 11px;
    COLOR: #000000;
	background-image:url(../Images/design/imputInerBg.jpg); 
	background-repeat: repeat-x;
    
	border:1px solid #D6D6D6;
	height:17px;
	width:197px;
	vertical-align:bottom;
	
}

/***********************************************************************
* Spacers styles
/***********************************************************************/

.topSpaces {
	padding-top: 6px;
}
.boxSpaces {
	padding-bottom: 6px;
}
.menuSpaces {
	padding: 0px 2px 0px 2px;
}
.tableSpaces {
	padding: 6px 3px 0px 3px;
	color:#F4F4F4;
}
.subheadSpaces {
	padding: 0px 6px 0px 6px;
}
.contentSpaces {
	padding: 5px;
	color:#283E74;
}

.detailSpaces {
	padding: 5px;
	color:#283E74;
}

.strikeThrough {
	text-decoration: line-through;
}

.headerSpaces {
	padding: 0px 4px 0px 4px;
}

.space {
	padding-left:20px;
}
.submenuSpaces {
	padding-left:5px;
	padding-right:3px;
	font-size:11px;
	line-height:25px;
	color:#3a3a3a;
}

.submenuSpaces2 {
	padding-left:5px;
	padding-right:3px;
	padding-bottom:3px;
	font-size:11px;
	line-height:30px;
	color:#3a3a3a;
}

/***********************************************************************
* Tables styles
/***********************************************************************/
.newsPading
{
padding-left:10px;
padding-top:15px;
padding-right:10px;
}
.TablePading{
padding-top:8px;

}

.justPading{
padding-top:10px;
padding-left:10px;
padding-right:10px;

}

.justPading2{
padding-top:10px;
padding-left:10px;
padding-right:10px;
}
.justPading3{
padding-top:0px;
padding-left:10px;
padding-right:10px;

}

.dotLine{
background-image:url(../Images/design/dotline.gif); 
	background-repeat: repeat-x;
	height:1px;
}
.dotLine2{
	float:left;
	width:763px;
	background-image:url(../Images/design/dotline.gif); 
	background-repeat: repeat-x;
	background-position:center;
	
	padding-top:10px;
	padding-bottom:10px;
}

.dotLine3{
	float:left;
	width:785px;
	background-image:url(../Images/design/dotline.gif); 
	background-repeat: repeat-x;
	background-position:center;
	
	padding-top:1px;
	padding-bottom:10px;
}

.menuCenterItem
{
	background:none;
	float:left;
	width:196px; 
	/*height:118px;*/
	padding-bottom:9px;
	display:block;	
}

.firstItemName{
	background:none;
	float:left;
	padding-left:10px;
	padding-top:0px;
	padding-bottom:7px;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	width:150px;
	color:#333333;

}
.firstItemLink{
	background:none;
	height:16px;
	float:left;
	padding-left:10px;
	color:333333;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	width:180px;
}

.CBclass{
	width:20px;
	height:30px;
}

.firstItemLink a:link,
.firstItemLink a:visited
{
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight: normal;
	text-decoration:none;
}

.firstItemLink a:hover
{	
	text-decoration:underline;
    color:#CC0000;
    font-family:Arial;
    font-size:11px;
    font-weight: normal;   
}


.firstItemImg{
	padding-top:10px;
	padding-right:3px;
	width:90px;
	float: right;
}





.firstItemLink img{
padding-right:8px;
vertical-align:middle;
}







.tarpas
{
	padding-top:5px;
}

.tableNews
{
	background-color:#C0C0C0;
}

.listHd
{
	border-bottom:1px solid #c0c0c0;
	color:#283e73;
}

.colorText
{
	color:#283e73;
	font-size:9px;
	padding-top:-1px;
	vertical-align:middle;
}

.colorText2
{
	color:#283e73;
}

.itemTable
{
	background-color:#F4F4F4;
	background-image:url(../Images/design/itemBg.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:9px;
}

.itemTableB
{
	background-color:#F4F4F4;
	background-image:url(../Images/design/itemBgB.gif);
	background-repeat:repeat-x;
	background-position:left;
	height:9px;
}

.calculatorTable,
.summaryTop,
.tableCalcTitle,
.tableCalcTop,
.tableCalcTitle2,
.tableCalcTop2,
.tableCalcTotal
.tableCalcTotal2,/*iki cia*/
.highlightAltCell,
.highlightCell,
.simpleAltCell,
.simpleCell,
.simpleAltCellLast,
.simpleCellLast,
.tableCalcTop,
.simpleCellInCart,
.calculatorTop,
.tableTop,
.pagingCell {
	font-family: Arial, Verdana;
	font-size: 11px;
	padding: 5px 5px 5px 10px;
	border: none;
}
.highlightAltCell {
	color: #00375C;
	background-color: #F4F4F4;
}
.highlightCell {
	color: #00375C;
	background-color: #ffffff;
}

.pagingCell {
	color: #ffffff;
	/*background-color: #FFFFFF;
	background-image:url(../Images/design/paging_bg.gif);*/
	height:29px;
	background-repeat:repeat-x;
	text-align:right;
	padding-right:12px;
}

.simpleAltCell {
	color: #3C3B37;
	background-color: #F4F4F4;
	border-left:1px solid #EAEBED;
}

.simpleCellNB {
	color: #225068;
	background-color: #ffffff;
	padding-top:10px;
}

.simpleCell {
	color: #3C3B37;
	background-color: #ffffff;
	border-left:1px solid #EAEBED;
}

.simpleAltCellLast {
	color: #3C3B37;
	background-color: #F4F4F4;
	border-left:1px solid #EAEBED;
	border-right:1px solid #EAEBED;
	width:20px;
}

.simpleCellLast {
	color: #3C3B37;
	background-color: #ffffff;
	border-left:1px solid #EAEBED;
	border-right:1px solid #EAEBED;
	width:20px;
}

.simpleCellInCart {
	color: #3A3A3A;
	background-color: #D8DFE5;/*#FFF3E2;*/
}

.tableCalcTop
{
	font-weight: bold;
	color: #3A3A3A;
	background-color:#195AA2;
}

.tableCalcTitle
{
	font-weight: bold;
	color: #ffffff;
	background-color: #FFFFFF;
	background-image:url(../Images/design/itemTableHdBg.gif);
	height:31px;
}

.tableCalcTitle2
{
	font-weight: bold;
	color: #3A3A3A;
	background-color: #CDF0CD;
}

.tableCalcTop2
{
	font-weight: bold;
	color: #3A3A3A;
	background-color:#195AA2;
}

/*
.tableTop {
	font-weight: bold;
	color: #ffffff;
	background-color: #FFFFFF;
	background-image:url(../Images/design/itemTableHdBg.gif);
	height:31px;
	vertical-align:middle;
	border-bottom:1px solid #0E6E0D;	
}
*/

.tableTop {
	font-weight: normal;
	color: #ffffff;
	font-size:12px;
	font-weight:bold;
	background-color:#195AA2;
	background-image:url(../Images/design/tableHeaderBg.gif);
	height:41px;
	background-repeat:repeat-x;
	vertical-align:middle;
	text-align:center;
	padding-top:5px;	
}

.calculatorTop {
	font-weight: bold;
	color: #00375C;
	background-color: #D0D3D5;	
}

/*--- end tables ---*/

.sideBg {
	background-color: #C0CADB;
}
.contentBg {
	background-color: #E8E8E8; 
}

.tableStyle
{
	border:1px solid #c0c0c0;
}


.tableCalcTotal {
	border-top:1px solid #006401;
	font-weight: bold;
	color: #000000;	
}

.tableCalcTotal2 {
	font-weight: normal;
}

.cartCalcBg
{
	background-color:#FFFFFF;
}

.summaryTop {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
}


a.pricelistSortLink:link,
a.pricelistSortLink:visited {
	color: #ffffff;
	text-decoration: none;
}

.pricelistTable {
	background-color:#EAEBED;
}

.errorTable {
	border-left:1px solid #80B27F;
	border-right:1px solid #80B27F;
	background-color:#F4F4F4;
}

.errorBg {
	background-color:#F4F4F4;
}

.calculatorTable {
	/*background-color:#FFFFFF;*/
	border-left:1px solid #80B27F;
	border-right:1px solid #80B27F;
}

.calculatorTable2 {
	/*background-color:#FFFFFF;*/
	border-left:1px solid #80B27F;
	border-right:1px solid #80B27F;
}

.userPrice {
}

.PriceWithDiscount {	
	color: #1D8D9E;
}

a.tableCalcTop:link,
a.tableCalcTop:visited
{
	color:#00375C;
	text-decoration:underline;
}

a.tableCalcTop:visited
{
	color:00375C;
	text-decoration:none;
}

a.ItemPriceWithDiscount:link,
a.ItemPriceWithDiscount:visited {
	color: #1D8D9E;
	text-decoration: underline;
}
a.ItemPriceWithDiscount:hover {
	color: #1D8D9E;
	text-decoration: none;
}

.ItemLink a:link,
.ItemLink a:visited,
.ItemLink a:hover 
{
	color:#000000;
	text-decoration: none;	
}



SPAN.ItemLink {
	color:#0088BC;
}

SPAN.DeliveryDate {
	color: red;
	font-size: 9px;
	font-family: Arial, Tahoma;
}



a.itemManufacture:link,
a.itemManufacture:visited {
	color: #3A3A38;
	text-decoration: none;	
}
a.itemManufacture:hover {
	color: #9B9B99;
	text-decoration: underline;	
}

.filterTitle {
	color: #0099CC;
	font-weight:bold;
}
/***********************************************************************
* Bottom style
/***********************************************************************/
.botomCRColor{
background-color:#F2F2F2;


}
.BGbottomtabble{
background-color:#FFFFFF;
}

.BottomBGline{
height:1px;
background-image:url(../Images/design/BotomCRline.gif);
background-repeat: no-repeat;
}


.BottomBGline a:link,
.BottomBGline a:visited {
	color: #FF9900;
	text-decoration: none;	
}
.BottomBGline a:hover {
	color: #FF9900;
	text-decoration: underline;	
}

.botomCRTextStyle{

float:left;
padding-left:24px;
padding-top:30px;
height:10px;
padding-bottom:50px;
width:340px;

font-weight: normal;
	color: #071D29;
	font-size:11px;
	font-family:Arial;
}
.botomCRTextStyle2{
float:left;
padding-left:100px;
padding-top:40px;
padding-bottom:40px;
height:10px;
width:200px;

font-weight: normal;
	color: #071D29;
	font-size:11px;
	font-family:Arial;
}
.botomCRTextStyle3{
float:left;
padding-left:400px;
padding-top:40px;
padding-bottom:40px;
height:10px;
width:160px;


}
/***********************************************************************
* Rotators style
/***********************************************************************/

.RotatorItem a:link,
.RotatorItem a:visited {
	color: #004893;
	text-decoration: underline;
}
.RotatorItem a:hover {
	color: #000000;
	text-decoration: none;
}

.RotatorPrice {
	color: #FF6600;
	text-decoration: none;
}

.ProductPrice { color: #009900; }
.rotatorBg { background-color: #E1E1E1; }

/***********************************************************************
* Footer styles
/***********************************************************************/

.ftBottom
{
	background-image:url(../Images/design/ftBottom.png);
	width:1011px;
	background-position:top;
	background-repeat:no-repeat;
	height:59px;
	color:#C9C9C9;
}

.ftTop
{
	background-image:url(../Images/design/ftTop.png);
	width:1011px;
	background-position:top left;
	background-repeat:no-repeat;
	height:46px;
}

.ftContacts
{
	color:#666666;
	padding-left:9px;
	font-size:11px;
}

.ftContacts a:link,
.ftContacts a:visited
{
	color:#666666;
	text-decoration:none;
}

.ftContacts a:hover
{
	color:#666666;
	text-decoration:underline;
}

/***************************************************************************/
/* cart page
/**************************************************************************/

.stepTable
{
	background-image:url(../Images/design/cartStepsBg.gif);
	width:965px;
	height:126px;
	background-repeat:no-repeat;
	
}

.cartStep,
.cartStepActive
{

}

.cartStepActive
{
	color:#00CC33;
	font-weight:bold;
}

.cartStep a:link,
.cartStep a:visited,
.cartStepActive a:link
{	
	font-weight:bold;
	color:#00CC33;
	text-decoration:none;
}

.cartStepActive a:visited
{	
	font-weight:bold;
	color:#B60303;
	text-decoration:none;
}

.cartStep a:hover,
.cartStepActive a:hover
{
	text-decoration:none;
}





.stepNumber,
.stepNumberActive
{
	font:Arial;
	font-size:40px;
	color:#999999;
	font-weight:bold;
}

.stepNumberActive
{
	color:#EB562B;
}

.cartSeparator
{
	display:block;
	float:left;
	width:109px;
	text-align:center;
	padding-top:40px;
}



.cartTableCellHd,
.cartTableCellHd td
{
	background-color:#ffffff;
	
	text-align:center;
	color:#343434;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #D6D6D6;
	background-color:#F7F7F7;
	height:40px;
}	

.cartTableCellHd a:link,
.cartTableCellHd a:visited
{
	color:#343434;
	text-decoration:none;
}

.cartTableCellHd a:hover
{
	color:#343434;
	text-decoration:underline;
}

.cartTableCell a:link,
.cartTableCell a:visited
{
	color:#004276;
	text-decoration:none;
}

.cartTableCell a:hover
{
	color:#004276;
	text-decoration:underline;
}

.cartTableCell
{
	
	color:#343434;
	font-family:Arial;
	font-size:13px;
	text-align:center;
	border-bottom:1px solid #DFDFDF;
	padding-top:5px;
	padding-bottom:5px;
}	

.cartTableCellSmall,
.cartTableCellSmallRight
{
	padding:3px 2px 3px 2px;
	color:#343434;
	font:tahome;
	font-size:15px;
}

.cartTableCellSmallRight
{
	text-align:right;
	padding-right:3px;
}

.cartPrice
{
	color:#FF6600;
}

.textBold
{
	font-weight:bold;
	height:40px;
}

.orderList td
{
	padding:3px 6px 3px 6px;
	color:#000000;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	border-bottom:1px solid #DFDFDF;
}

/***********************************************************************
* solution style
/***********************************************************************/

.footerText
{
	float:left;
	height:34px;
	border-top:1px solid #CCCCCC;
	
}

.footerText p
{
	font-family:Arial;
	color:#CCCCCC;
	font-size:11px;
}


.Solution
{
	color:#CCCCCC;
}

.Solution2
{
	color:#CCCCCC;
	padding-right:25px;
}


.Solution2 a:link,
.Solution2 a:visited
{
      text-decoration:none;
      color: #CCCCCC;
}
.Solution2 a:hover
{
      text-decoration:underline;
      color: #CCCCCC;
}

.orange
{
	color: #ffffff;
}

a.Solution:hover SPAN
{
      color:#ffffff;
	  text-decoration: underline;
}


/***********************************************************************
* system style
/***********************************************************************/

.hiddenText
{
	visibility:hidden;
}

.visibilityText
{
	visibility:visible;
}

.noneText
{
	display:none;
}

.displayText
{
	display:block;
}

.ValidateError,
.ValidateErrorTitle
{
	color:Red;
}
.InformationError,
.InformationErrorTitle
{
	color:#2D3292;
}
.ValidateErrorTitle,
.InformationErrorTitle
{
	font-weight: bold;
}

/*******************************/

.cartHeader
{
	color:#6E6E6E;
	font-family:Arial;
	font-size:17px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:10px;
}

.cartTableLeft,
.cartTableRight
{
	background-color:#666666;
	background-image:url(../Images/design/cartTableLeft.gif);
	background-repeat:no-repeat;
	width:11px;
	height:23px;	
}

.cartTableRight
{
	background-color:#FFFFFF;
}

.cartTableRight
{
	/* background-image:url(../Images/design/cartTableRight.gif); */
}

.cartTableHd
{
	background-color:#666666;
	height:23px;
	border-bottom:1px solid #DFDFDF;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

.cartSearchBox
{
	background-image:url(../Images/design/cartSearchBox.gif);
	width:218px;
	height:33px;
	background-repeat:no-repeat;
}

.cartSearchBox td
{
	padding-left:7px;
}

.companySelect
{
	background-image:url(../Images/design/companySelect.gif);
	width:202px;
	height:33px;
	background-repeat:no-repeat;
	color:#ffffff;
	padding-left:7px;
}


/**************************************************************************************************************************
* Page inner top styles By Mindaugas
/**************************************************************************************************************************/
.pageTop_inner
{
	background-image:url(../Images/design/mainHd_inner.jpg);
	height:127px;
	width:1011px;
	background-position:top;
	background-repeat:no-repeat;
}
.pageTopmenu
{
	background-image:url(../Images/design/menu_blank.jpg);
	height:49px;
	width:1011px;
	background-position:top;
	background-repeat:no-repeat;
	
}
.pageUnderMenuLine
{
    background-image:url(../Images/design/contentTop.png);
	background-position:top;
	background-repeat:no-repeat;
	width:1011px;
	height:37px;
}
.boxinfoSmall
{
margin-top:10px;
font-family:tahoma;
font-size:11px;
}

.boxinfosmall a:link,
.boxinfosmall a:visited
{
	color:#0F1E3A;
	text-decoration:underline;
}

.boxinfosmall a:hover
{
	text-decoration:none;
	color:#2E3A4F;
}


.boxinfoBig
{
font-family:tahoma;
font-size:12px

}
.boxinfoPading
{
padding-left:5px;

}
.boxinfoPadingBig
{
padding-left:10px;
}
.boxinfoPadingBigRight
{
padding-right:5px;
}

.searchBoxBottomStyle
{
	background-color:#ffffff;
    background-image:url(../Images/design/searchBoxBottom.gif);
	background-position: top left;
	background-repeat:no-repeat;
	height:7px;
}
.searchBoxTopcorner
{
    background-image:url(../Images/design/searchBoxTopcorner.gif);
	background-position: top;
	background-repeat:no-repeat;
	width:10px;
	height:7px;
}
.searchBoxBGcorner
{
    background-image:url(../Images/design/searchBoxBGr.gif);
	background-repeat: repeat-y;
	width:10px;
	
}
.SearchboxinfoBig
{
background-image:url(../Images/design/onePixelLine.gif);
background-position: bottom;
background-repeat: repeat-x;
font-family:tahoma;
font-size:12px

}

/*************************************************************************************
* Paging styles
/*************************************************************************************/
input.Prev,
input.PrevOver
{
	 background:none;	
}

input.PrevBottom
{
	background-image: url(../Images/design/left.jpg);
	background-repeat:no-repeat;
	margin-right:5px;

}

input.PrevOverBottom
{
	background-image: url(../Images/design/left_active.jpg);
	background-repeat:no-repeat;	
	margin-right:5px;
}

input.PrevDisable,
input.NextDisable,
input.PrevDisableBottom,
input.NextDisableBottom
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	border-color: #1C3762;
	border-width: 1px;
	border-style: solid;
	background-color:Transparent;
	
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;	
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	CURSOR: pointer;	
	PADDING-TOP: 0px;
	
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;
	
	width:1px;	
	height:1px;	 
}

input.Next,
input.NextOver
{
	background: none;

}

input.NextBottom
{
	background-image: url(../Images/design/right.jpg);
	background-repeat:no-repeat;	
	margin-left:5px;
}

input.NextOverBottom
{
	background-image: url(../Images/design/right_active.jpg);
	background-repeat:no-repeat;
	margin-left:5px;	
}

input.Prev,
input.PrevOver,
input.Next,
input.NextOver,
input.PrevBottom,
input.PrevOverBottom,
input.NextBottom,
input.NextOverBottom
{
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #000000;
	border-color: #1C3762;
	border-width: 1px;
	border-style: solid;
	background-color:Transparent;
	
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	BORDER-LEFT-WIDTH: 0px;	
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	CURSOR: pointer;	
	PADDING-TOP: 0px;
	
	text-align: center;
	vertical-align: middle;
	padding-bottom: 2px;		

	width:6px;	
	height:11px;	 
}


/***********************************************************************
* UpdateProgress
/***********************************************************************/
.TransparentGrayBackground 
{
	position: fixed;
	top: 0px;
	left: 0px;
	
	background-color:Gray;
	filter:alpha(opacity=0);
	opacity:0;
	
	height: 100%;
	width: 100%;
	min-height: 100%;
	min-width: 100%
	
}

.Sample1PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

/* Style class for Sample2 */
.Sample2PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 88%;
}

/* Style classes for Sample3 */
.Sample3PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 88%;
}


/* Style classes for Sample4 */
.Sample4PageUpdateProgress
{
	background-color:#FAFBFB;
	color:#000000;
	width:80px;
	height:55px;
	text-align: center;
	vertical-align: middle;
	position:fixed;
	top: 5px;
	left: 5px;
	font-family:Arial;
	font-size:12px;
	border:1px solid #C8DCDD;
}


/* Style classes for Sample5 */
.Sample5PageUpdateProgress
{
	background-color:#195BA4;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: absolute;
	font-size:12px;
	bottom: 50%;
	left: 45%;
}


/* Style classes for Sample6 */
.Sample6PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	position: fixed;
	bottom: 50%;
	left: 45%;
}


/* Style classes for Sample7 */
.Sample7PageUpdateProgress
{
	background-color:#CF4342;
	color:#fff;
	width: 150px;
	text-align: center;
	vertical-align: middle;
}
/*****************************************************************/
/* view details
/*****************************************************************/



.viewImageSmall
{
	padding-left:10px;
	padding-top:0px;
}

.viewTitle
{
	color:#000000;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
	/*
	padding-left:18px;
	*/
}

.wiewIcons{
	/*
	padding-left:18px;
	*/
	height:60px;
	background-image:url(../Images/design/dotline.gif); 
	background-repeat: repeat-x;
	background-position:bottom;
	font-size:14px;
	padding-top:3px;
}

.JustBlueColor{
	color:#0000FF;
}


.underlinelink a:link,
.underlinelink a:visited
{
	font-style:italic;
	text-decoration:none;
	color:#000000;
}

.underlinelink a:hover
{
	text-decoration:underline;
	color:#000000;
	font-style:italic;
}
.underlinelink2 a:link,
.underlinelink2 a:visited
{
	background-color:#FFFF00;
	text-decoration:none;
	color:#000000;
	font-style:italic;
}

.underlinelink2 a:hover
{
	background-color:#FFFF00;
	text-decoration:underline;
	color:#000000;
	font-style:italic;
}

.wiewTextStuff{
	padding-left:18px;
	
	background-image:url(../Images/design/dotline.gif); 
	background-repeat: repeat-x;
	background-position: top;
	padding-top:3px;
	font-family:Arial;
	color:#000000;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
}
.wiewPriceStuff{
	float:left;
	/*
	padding-left:18px;
	*/
	width:180px;
	height:119px;
	font-family:Arial;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.wiewPading1{
padding-top:15px;
padding-bottom:0px;
}
.wiewPading2{
padding-top:8px;
padding-bottom:0px;
}
.wiewBigRed{
color:#CC0000;
font-size:24px;
}
.wiewSmallRed{
color:#CC0000;
font-size:14px;

}
.wiewSmallRed2{

color:#CC0000;
font-size:12px;

}
.wiewSmallGrey{
padding-top:12px;
color:#666666;
}

.wiewBoxStyle{
	float: right;
	width:180px;
	margin:0;
	padding:0;
}


.wiewWasPrice{
text-decoration:line-through;
padding-left:15px;
}



.wiewPriceStuff2{
float: right;
padding-left:0px;
width:210px;
height:119px;
text-align:right;



}

.viewPriceCell,
.viewPriceCell2,
.viewPriceCell3
{
	padding-left:12px;
	font-size:13px;
	color:#666666;
	padding-top:3px;
}

.viewPriceCell2
{
	padding:0;
	font-size:11px;
}

.viewPriceCell2 p,
.viewPriceCell p,
.viewPriceCell3 p
{
	padding-bottom:3px;
	color:#666666;
}

.viewPriceCell3 p
{
	padding-bottom:20px;
}

.textTitle
{
	font-size:20px;
	color:#333333;
	font-family:Arial;
}

.bottomLine
{
	height:10px;
	border-bottom:1px solid #DFDFDF;
}

.viewPrice
{
	color:#EB5729;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}

.viewPrice2
{
	color:#EB5729;
	font-family:Arial;
	font-size:20px;
	font-weight:bold;
}

.viewPriceNot
{
	color:#666666;
	font-family:Arial;
	font-size:13px;
	text-decoration:line-through;
}

.saveLt
{
	color:#FF0000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.small11
{
	color:#666666;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
}

.eLt
{
	color:#FF0000;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.prodYes
{
	color:#319B00;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}

.prodNo
{
	color:#115647;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
}

.ctCompare
{
	background-image:url(../Images/design/btn_cmpr.gif);
	background-repeat:no-repeat;
	width:67px;
	height:32px;
	padding-top:5px;
}

.ctCompareN
{
	background-image:url(../Images/design/btn_cmpr2.gif);
	background-repeat:no-repeat;
	background-position:left top;
	width:67px;
	height:32px;
	padding-top:5px;
}

.ct5
{
	text-align:right;
	padding-top:30px;
	width:200px;
}

.ct7
{
	text-align:right;
	padding-top:20px;
	width:250px;
}

.ct6
{
	float:left;
	display:block;
	width:67px;
}

.inputBox
{
	float:left; 
	display:block; 
	width:50px;
	text-align:left; 
	padding-top:5px;
}

.inputBtn
{
	float:left; 
	display:block; 
	width:100px;
}

.viewNumber
{
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.viewStext
{
	color:#666666;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}

.sText
{
	color:#666666;
	font-family:Arial;
	font-size:15px;
}

.sText a:link,
.sText a:visited
{
	color:#666666;
	font-family:Arial;
	font-size:15px;
	text-decoration:underline;
}

.sText a:hover
{
	color:#666666;
	font-family:Arial;
	font-size:15px;
	text-decoration:none;
}

.viewProdTitle
{
	width:414px;
	height:20px;
	color:#333333;
	font-size:11px;
	font-weight:bold;
	padding-top:3px;
	padding-left:3px;
	background-color:#F5F5F5;
}

.viewEmptyLine
{
	height:12px;
}

.viewText
{
	color:#333333;
	font-size:11px;
}

.viewText a:link,
.viewText a:visited
{
	color:#0082C4;
	text-decoration:none;
}

.viewText a:hover
{
	color:#0082C4;
	text-decoration:underline;
}

.viewDetails
{
	background-image:url(../Images/design/specifikacija.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-left:20px;
	padding-top:2px;
	height:24px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	color:#000000;
	
}

.viewRowLeft
{
	border-left:1px solid #C2C2C2;
	width:10px;

	
}

.viewRowRight
{
	border-right:1px solid #C2C2C2;
	width:10px;
}

.viewCellHd
{
	background-color:#ffffff;
	padding-left:8px;
	padding-top:4px;
	padding-bottom:4px;
	color:#333333;
	font-weight:bold;
	font-size:11px;
	font-family:Arial;
}

.viewCell,
.viewCellWhite
{
	background-color:#f7f7f7;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	font-size:12px;
	font-family:Arial;
	width:280px;
	color:#000000;
	vertical-align:top;	
	
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	
}
.viewCellWhite{
background-color:#ffffff;
}

.viewCellAlt,
.viewCellAltWhite
{
	background-color:#fcfcfc;
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	color:#000000;
	background-color:#f7f7f7;
	border-bottom:1px solid #dddddd;
	border-right:1px solid #dddddd;
	vertical-align:top;
	padding-right:3px;
}
.viewCellAltWhite{
background-color:#ffffff;
}

.viewDetailsBottom
{
	border-bottom:1px solid #c2c2c2;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	height:10px;
}

.itemDImage
{
	display:block;
	float:left;
	padding-top:1px;
	width:140px;
}

.itemIcon
{
	width:38px;
	display:block;
	float:left;
}
.itemIcon2
{
	width:38px;
	display:block;
	float:left;
	padding-top:40px;
}


.itemIconIn
{
	width:38px;
	display:block;
	float:left;
	width:200px;
	padding-left:10px;
}
.itemIcon2In
{
    width:200px;
	display:block;
	float:left;
	padding-top:118px;
	padding-left:10px;
}



.itemIconSmall
{
display:block;
	float:left;
	width:38px;
	padding-top:1px;
	padding-left:5px;
	
	
	
	
}
.itemIcon2Small
{
display:block;
	float:left;
	width:38px;
	padding-top:15px;
}

.iconAds
{
	display:block;
	float:left;
	width:24px;
}

.itemIconVerySmall
{
	display:block;
	float:left;
	width:24px;
	padding-top:1px;
	text-align:left;
}
.itemIcon2VerySmall
{
	display:block;
	float:left;
	width:24px;
	padding-top:20px;
	text-align:left;
}


.quantityD
{
	display:block;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	color:#EB5729;
	padding-right:8px;
	text-align:left;
	width:100px;
	padding-top:10px;
	padding-bottom:5px;
}

.itemCodeD
{
	font-family:Arial;
	font-size:10px;
	color:#999999;
	padding-top:15px;
}

.priceNot
{
	font-family:Arial;
	font-size:12px;
	color:#999999;
	padding-top:15px;
	text-decoration:line-through;
}

.itemBoxBottomD,
.itemBoxBottomDActive
{
	width:163px;
	background-repeat:no-repeat;
	height:40px;
	padding-top:3px;
	display:block;
	float:left;
}

.cartLoginCell
{
	width:176px;
	padding-left:27px;
	padding-right:27px;
}

.cartLoginCell p
{
	font-family:Arial;
	margin:0;
	padding:0;
	font-size:12px;
	color:#000000;
}

.cartCellTitle
{
	height:45px;
	font-family:Arial;
	color:#000000;
	font-weight:normal;
	font-size:14px;
	font-weight:bold;
}

.cartSideLine
{
	border-right:1px solid #DFDFDF;
}

.firstCartTextPading{
width:245px;
float:left;
display:block;
padding-top:12px;
height:20px;

}
.firstCartTextPading a:link,
.firstCartTextPading a:visited

{

color:#CC0000;
font-family:Arial;
font-size:11px;
font-weight:bold;
text-decoration:none;
}

.firstCartTextPading a:hover
{
color:#CC0000;
font-family:Arial;
font-size:11px;
font-weight:bold;
text-decoration: underline;
}
.buttonStyleLogin,
.buttonStyleLoginOver
{
	font-size: 12px;
    COLOR: #FFFFFF;
	font-weight:bold;
	border:none;
	background:none;
	background-image:url(../Images/design/btn_login.gif);
	width:77px;
	height:23px;
	cursor:hand;	
}


/*jQueary tooltip*/
.tooltips span {
    display:none;
    position:absolute;
    z-index:1000;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
}


.tooltip-style2 {
	background:#d6d6d6;
	padding:1px;
	color:white;
	text-align:center;
}

.tooltip-style3 {
	background:#e8e8e8;
	color:black;
	padding:15px;
}

/***********************************************************************
*  Iner CArt styles
/***********************************************************************/
.innerCartHd
{
	
	height:43px;
	width:221px;
	text-align: left;
	vertical-align:middle;
	background-color:#EAEAEA;
	color:#B60303;
    font-family:Arial;
    font-size:14px;
    font-weight:bold;
	padding-left:15px;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-top:1px solid #D6D6D6;

}

.inerCartSteps
{
	padding-left:22px;
	padding-top:0px;
	width:221px;
	color:#000000;
	font-weight: normal;
	font-size:14px;
	font-family:Arial;
	border-right:1px solid #D6D6D6;
	border-left:1px solid #D6D6D6;
	border-bottom:1px solid #D6D6D6;
	background-color:#EAEAEA;
	line-height:140%;
}
.textSpace{
	width:200px;
}

.cartIsActive{
	color:#00CC33;
	font-weight:bold;
}
.cartOnEdit{
	color:#B60303;
	font-weight:bold;
}

.cartIsNotActive{
	color:#000000;
	font-weight: normal;
}

.cartHdMain{
	padding-top:5px;
	padding-left:9px;
	height:20px;
	font-family:Arial;
	font-weight:bold;
	color:#B60303;
	font-size:16px;
}

.cartHdMain2
{
	padding-top:5px;
	padding-left:9px;
	height:30px;
	font-family:Arial;
	font-weight:bold;
	color:#B60303;
	font-size:16px;
}

.cartHdMain3
{
	padding-top:5px;
	padding-left:9px;
	height:30px;
	font-family:Arial;
	font-weight:bold;
	color:#393839;
	font-size:14px;
}

.cartTopBlue{
    background-color:#FFF7D9;
	height:30px;
	color:#000000;
	font-weight: normal;
	border:1px solid #FFE68C;
	
	padding-left:10px;
	font-family:Arial;
	font-size:13px;
}
.CartmainContent{
	padding-top:3px;
}
.cartTopGray
{
	height:21px;
	background-color:#F7F7F7;
	border-bottom:1px solid #D6D6D6;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-left:10px;
	padding-bottom:5px;
}

.loginTextBox{
	font-family:Arial;
	font-size:13px;
	border:1px solid #D6D6D6;
	padding-left:6px;
	width:144px;
}

.loginTextBoxError{
	font-family:Arial;
	font-size:13px;
	border:1px solid #ff0000;
	padding-left:6px;
}

.loginTextBox2{
	font-family:Arial;
	font-size:13px;
	border:1px solid #D6D6D6;
	padding-left:6px;
	width:250px;
}


.subtotalsCellVal{
font-family:Arial;
font-size:13px;
padding-bottom:10px;

}
.subtotalsCellVal p{
font-family:Arial;
font-size:13px;


}

.cartTopGrayBottom{
 height:33px;
 background-color:#F7F7F7;
 border-top:1px solid #D6D6D6;
 font-family:Arial;
 font-size:14px;
 font-weight: normal;
  padding-left:10px;
  padding-top:0px
  
}
.cartNumber{
 height:28px;
 border-bottom:1px solid #F7F7F7;
 font-family:Arial;
 font-size:13px;
  padding-left:10px;
  padding-top:5px

}

.cartNumber2{
 height:28px;
 border-bottom:1px solid #F7F7F7;
 font-family:Arial;
 font-size:13px;
  padding-left:10px;
  padding-top:1px

}

.cartBottomText{
text-align:right;
font-family:Arial;
font-size:14px;
color:#000000;
padding-top:5px;
padding-bottom:5px;
padding-right:10px;


}
.cartBigRed{
font-size:22px;
color:#B60303;
font-weight:bold;

}

.cartTopGrayBottomText{
width:680px;
float:left;
padding-top:2px;
background-color:#F7F7F7;
}
.cartTopGrayBottomButton{
background-color:#F7F7F7;
width:84px;
float: right;
}
.buttonStyleNext{
background:none;
	background-image:url(../Images/design/butYellow.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
    COLOR: #51260D;
	height:21px;
	border:none;
	text-align:left;
	padding-left:14px;
	padding-bottom:3px;
	cursor:pointer;
	width:74px;
}
.buttonStyleNextOver{
background:none;
	background-image:url(../Images/design/butYellow.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
    COLOR: #51260D;
	height:21px;
	border:none;
	text-align:left;
	padding-left:14px;
	padding-bottom:3px;
	cursor:pointer;
	width:74px;
	text-decoration:underline;
}

.buttonStyleEnd{
background:none;
	background-image:url(../Images/design/butYellow.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
    COLOR: #51260D;
	height:21px;
	border:none;
	text-align:left;
	padding-left:10px;
	padding-bottom:3px;
	cursor:pointer;
	width:84px;
	padding-right:10px;
}
.buttonStyleEndOver{
background:none;
	background-image:url(../Images/design/butYellow.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
    COLOR: #51260D;
	height:21px;
	border:none;
	text-align:left;
	padding-left:10px;
	padding-bottom:3px;
	cursor:pointer;
	width:84px;
		padding-right:10px;
	text-decoration:underline;
}

.cartWiew{

 border-bottom:1px solid #D6D6D6;
}

.redStuff{
color:#B60303;

}
.redStuff2{
font-size:14px;
}

.deleteBut2{
	padding-left:20px;
	cursor:pointer;
}

.deleteBut2 a:link,
.deleteBut2 a:visited
{
	background-image:url(../Images/design/deleteBut.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	width:11px;
	height:13px;
	cursor:pointer;
}

.deleteBut2 a:hover
{
	background-color:#FFFFFF;
	background-image:url(../Images/design/deleteBut_active.gif);
	background-repeat:no-repeat;
	background-position:0 0px;
	width:11px;
	height:13px;
	cursor:pointer;
}



.itemName2
{
font-family:Arial;
	font-size:13px;
	font-weight: bold;
	color:#004276;
	
	
}

.quantity4cart{
display:block;
	float: left;
	
	
	color:#000000;
	padding-right:5px;
	padding-left:0px;
	padding-top:3px;
	
	text-align: right;
	width:10px;
}

.quantity3cart
{
	display:block;
	float: left;
	
	font-family:Arial;
	font-size:12px;
	font-weight: normal;
	color:#000000;
	padding-right:5px;
	padding-left:0px;
	padding-top:3px;
	
	text-align:left;
	width:21px;
	

}

/*/////////////////////////////////////////////////*/

.plBtnBottomOL{
font-family:Arial;
font-size:14px;
color:#000000;
text-align:right;
padding-right:15px;


}

.plBtnBottomOLBold{
font-family:Arial;
font-size:22px;
color:#CC0000;
font-weight:bold;
}

.paddingDetailCompare
{
	font-family:Arial;
	font-size:11;
	color:#000000;
	float: right;
	display:table-cell;
	width:74px;
	height:19px;
	text-align: center;
	padding-right:10px;
	padding-top:0px;
}

.similarItemsPrice
{
	width:65px; 
	float:right;
	 padding-top:5px;
	  font-family:Arial; 
	  font-size:18px; 
	  font-weight:bold; 
	  text-align:right; 
	  color:#cc0000; 	
}

.similarItemsPicture
{
	width:102px;
	float:left; 
	padding-top:3px;
}

/**********************************************************
 * New Cart style
 */

.cartLine
{
	height:2px;
	border-bottom:1px solid #F7F7F7;
	/*
	width:785px;
	*/
}

.radioTop td
{
	vertical-align:text-top;
	font-size:13px;
	font-family:Arial;
}

.radioTop td div
{
	margin-left:2px;
	margin-top:10px;
	margin-bottom:10px;
}

.radioTop2 td
{
	vertical-align:text-top;
	width:200px;
	font-size:13px;
	font-family:Arial;
}

.paymentType
{
	font-size:13px;
	font-family:Arial;
}

.radioTop2 td div
{
	margin-left:18px;
}

.cartStepBox
{
	float:left;
	width:413px;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:15px;
}

.cartStepBox td {
	font-size:13px;
}

.cartStep2Left
{
	width:385px;
}

.cartStep2Left td
{
	font-family:Arial;
	font-size:13px;
}

.cartStep2info td
{
	font-family:Arial;
	font-size:13px;
}

.cartStep2info
{
	padding-left:10px;
	width:385px;
}

.cartStep2userInfo
{
	text-align:right;
}

.cartStep3infoLeft,
.cartStep3infoRight,
.tableSpacesStep3,
.tableSpacesStep3Right
{
	font-family:Arial;
	font-size:14px;
	color:#393839;
}

.cartStep3infoLeft
{
	padding-bottom:20px;
	padding-left:5px;
	font-size:12px;
	color:#393839;
}

.cartStep3infoRight
{
	padding-bottom:20px;
	padding-left:5px;	
}

.cartStep3infoRight p,
.cartStep3infoLeft p
{
	font-size:12px;
	color:#393839;
	
}

.tableSpacesStep3
{
	padding-left:5px;
	font-weight:bold;
	padding-bottom:3px;
}

.tableSpacesStep3Right
{
	padding-left:5px;
	font-weight:bold;
	padding-bottom:3px;
}

.cartStep4infoLeft,
.cartStep4infoRight,
.tableSpacesStep4,
.tableSpacesStep4Right,
.cartDelivertInfo
{
	font-family:Arial;
	font-size:14px;
	color:#393839;
}

.cartStep4infoLeft
{
	padding-bottom:20px;
	padding-left:5px;
}

.cartStep4infoRight
{
	padding-bottom:20px;
	padding-left:5px;
}

.tableSpacesStep4
{
	padding-left:5px;
	font-weight:bold;
	padding-bottom:3px;
}

.tableSpacesStep4Right
{
	padding-left:5px;
	font-weight:bold;
	padding-bottom:3px;
}

.cartStep4infoRight p,
.cartStep4infoLeft p 
{
	font-size:12px;
	color:#393839;
}

.cartDelivertInfo
{
	padding-left:5px;
	font-size:12px;
	color:#393839;
}

.cartDelivertInfo p
{
	color:#393839;
	font-size:12px;
}

.cartFinishText
{
	font-family:Arial;
	font-size:13px;
	color:#000000;
}

.cartFinishText a:link,
.cartFinishText a:visited
{
	font-family:Arial;
	font-size:13px;
	color:#008abd;
	text-decoration:none;
}

.cartFinishText a:hover
{
	font-family:Arial;
	font-size:13px;
	color:#008abd;
	text-decoration:underline;
}

.suggest_textleft,
.suggest_textright,
.suggest_textheader
{
	padding-left:10px;
	padding-top:3px;
	padding-right:10px;
	font-family: Arial;
	font-size:12px;
}

.suggest_textheader
{
	font-weight:bold;
}

/*************************************************************
* Tabs control
*************************************************************/

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;
	height:24px;
	border-bottom:1px solid #C2C2C2;	
	z-index:1px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:10px;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
	width: 140px;
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background: url(/Images/design/tabOff.gif) no-repeat 0 0;
	float:left;
	font-size:12px;
	display:block;
	height: 24px;  
	line-height:24px;
	width:140px;
	text-align:left;	
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0px;	
	font-weight:bold;
	position:relative;
	top:1px;
}

ul.tabs a:active {
	outline:none;		
	text-decoration:none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: url(/Images/design/tabOff.gif) no-repeat 0 0;
	background-color:#EAEAEA;
	color:#000;	
	text-decoration:underline;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background: url(/Images/design/tabOn.gif) no-repeat 0 0;	
	cursor:default !important; 
	color:#000 !important;
	text-decoration:none;
}

.tabs img
{
	position:absolute;
	margin:0;
	padding:0;
	left:118px;
	top:5px;
}

/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */

/* width 1 */
ul.tabs a.w1 			{ background-position: -519px 0; width:134px; }
ul.tabs a.w1:hover 	{ background-position: -519px -31px; }
ul.tabs a.w1.current { background-position: -519px -62px; }

/* width 2 */
ul.tabs a.w2 			{ background-position: -366px -0px; width:154px; }
ul.tabs a.w2:hover 	{ background-position: -366px -31px; }
ul.tabs a.w2.current { background-position: -366px -62px; }


/* width 3 */
ul.tabs a.w3 			{ background-position: -193px -0px; width:174px; }
ul.tabs a.w3:hover 	{ background-position: -193px -31px; }
ul.tabs a.w3.current { background-position: -193px -62px; }

/* width 4 */
ul.tabs a.w4 			{ background-position: -0px -0px; width:194px; }
ul.tabs a.w4:hover 	{ background-position: -0px -31px; }
ul.tabs a.w4.current { background-position: -0px -62px; }

/* tabs */
ul#tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0 !important; 
}

#player3 object {
	z-index:10000;		
}

ul#tabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-image:none;
}

#content ul#tabs li a { 
	display:block;
	height: 33px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 189px; 
	/*background: url(/img/home/main.jpg) no-repeat;*/
	padding:0px;
	margin:0px;
}

#content #tabs #t1 { background-position: 0 0; }
#content #tabs #t2 { background-position: -189px 0; }
#content #tabs #t3 { background-position: -378px 0; }
#content #tabs #t4 { background-position: -567px 0; width:192px;}
               
#content #tabs #t1:hover { background-position:      0 -33px; }
#content #tabs #t2:hover { background-position: -189px -33px; }
#content #tabs #t3:hover { background-position: -378px -33px; }
#content #tabs #t4:hover { background-position: -567px -33px; }

#content #tabs a.active   {cursor:default; }
#content #tabs #t1.active { background-position:      0 -66px; }
#content #tabs #t2.active { background-position: -189px -66px; }
#content #tabs #t3.active { background-position: -378px -66px; }
#content #tabs #t4.active { background-position: -567px -66px; }


#panes {
	width:460px;
	float:left;	
	color:#fff;
	position:relative;
	z-index:1;	
	font-family:verdana;
	font-size:12px;
	margin-top:20px;
}

#panes input, #panes textarea {
	width:420px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #C2C2C2; 	
	padding:2px;
}

#panes textarea {
	padding:4px;
}


#panes label.left {
	float:left;
	margin-right:15px;	
}

#panes label.left input {
	width:180px;		
}

#panes h2 {
	margin-top:0px !important;		
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

#tab_panes {
	/*background:url(/img/home/main.jpg) no-repeat 0 -98px;*/
	position:relative;
	top:-1px;
	height:448px;	 
	overflow:hidden;
	width:757px;
}

/* tab pane styling */
div.panes div.tabWindow {
	display:none;		
	padding:15px 9px;
	border:1px solid #C2C2C2;
	border-top:0;
	font-size:14px;
	background-color:#fff;
}

div.panes div.tabWindow2 {
	display:none;		
	padding:15px 2px;
	border:1px solid #C2C2C2;
	border-top:0;
	font-size:14px;
	background-color:#fff;
}

.tabCell
{
	background-color:#ffffff;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:3px;
	font-size:12px;
	font-family:Arial;
	color:#000000;
}

.linkTab1:link,
.linkTab2:link,
.linkTab3:link
{
	background: url(../Images/design/tab_1_off.gif) no-repeat 0 0;	
}

.linkTab1:hover
{
	background: url(../Images/design/tab_1_on.gif) no-repeat 0 0;	
}


.smallCtWhiteTab{
	width:759px;
	height:129px;
	background-color:#FFFFFF;
	float:left;
	border-left:1px solid #C4C4C4;
	border-right:1px solid #C4C4C4;
	border-bottom:1px solid #C4C4C4;
	padding-top:4px;
	padding-left:4px;
}

.smallCtWhiteLine
{
	width:765px;
	height:1px;
	border-bottom:1px solid #C4C4C4;
}

.itemBoxCartSmall3
{
	display:block;
	float:left;
	width:115px;
	height:130px;
	padding-top:5px;
	padding-right:5px;
	color:#004276;
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
}

/*************************************************************
* Images galery
*************************************************************/

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 300px;
	height:60px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:1px 1px 1px 1px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	cursor:pointer;
	/*width:40px;
	height:25px;*/
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	z-index:999;
	position:relative;
}

/* this makes it possible to add next button beside scrollable */
.scrollable {
	float:left;	
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	background:url(../Images/design/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	float:left;
	margin:2px 2px;
	cursor:pointer;
	font-size:1px;
	display:none;
}

/* right */
a.right 				{ background-position: 0 -30px; clear:right; margin-right: 0px;}
a.right:hover 		{ background-position:-30px -30px; }
a.right:active 	{ background-position:-60px -30px; } 


/* left */
a.left				{ margin-left: 0px; } 
a.left:hover  		{ background-position:-30px 0; }
a.left:active  	{ background-position:-60px 0; }

/* up and down */
a.up, a.down		{ 
	background:url(../Images/design/vert_large.png) no-repeat; 
	float: none;
	margin: 2px 2px;
}

/* up */
a.up:hover  		{ background-position:-30px 0; }
a.up:active  		{ background-position:-60px 0; }

/* down */
a.down 				{ background-position: 0 -30px; }
a.down:hover  		{ background-position:-30px -30px; }
a.down:active  	{ background-position:-60px -30px; } 


/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
} 

/*********************************************************************
 * naujas details stilius 
 */
 
.clearAll
{
	clear:both;
}

.viewImage
{
	/*
	text-align:center;	
	*/
}

.imageContainer
{
	position:relative;
	width:320px;
	height:200px;
	background-color:#fff;
	margin-bottom:5px;
	cursor: pointer;
	text-align:center;
}

.mainImage
{
	position:transitional;
	z-index:0;
	vertical-align:middle;
	text-align:center;
	
}

.containerA
{
	top:0;
	left:0;
	position:absolute;
	color:#ffffff;
	z-index:2;
}

.containerN
{
	left:0;
	position:absolute;
	bottom:0;
	z-index:3;
}

.containerD
{
	position:absolute;
	bottom:0;
	right:0;
	z-index:4;
}

.containerDimg 
{
	width:55px;
	height:55px;
	background-image:url(../Images/design/pers_logo.gif);
	background-repeat:no-repeat;
}

.containerDimg  p
{
	color:#ffffff;
	padding-top:18px;
	text-align:center;
	font-weight:bold;
}
.galleryBg
{
	background-image:url(../Images/design/galleryBg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:62px;
	padding-top:3px;
	*margin-top:5px; /*IE7 and below*/
	margin-right: 10px;
}


.detailsTitle
{
	color:#000000;
	font-family: Arial;
	font-size:14px;
	font-weight:bold;
	padding-top:0px;
}

.detailsLogo
{
	float:left;
	height:60px;
	font-size:20px;
	padding-top:3px;
}

.landingPage
{
	float:left;
	width:100px;
	text-align: right;
	font-size:20px;
	padding-top:3px;
	
}

.detailsItemCode2
{
	float:right;	
	height:13px;
	width:220px;
	padding-top:0px;
	font-family: Arial;
	font-size:12px;
	color:#999999;
	text-align:right;
}


.detailsItemCode
{
	float:right;	
	height:13px;
	padding-top:50px;
	font-family: Arial;
	font-size:12px;
	color:#999999;
	text-align:right;
}


.detailsPriceInfo
{
	background-image:url(../Images/design/ctBoxBg1.gif);
	height:102px;
	background-repeat:repeat-x;
	background-position:top left;
	width:442px;
	margin-top:4px;
}

.ctPrice
{
	float:left;	
	padding-left:10px;
	padding-top:14px;
	width:226px;
	background-image:url(../Images/design/borderRight.gif);
	background-repeat:no-repeat;
	background-position:225px 2px;
}

.ctPrice p
{
	font-size:12px;
	font-weight:bold;
	line-height:20px;
}

.detailPrice{
	color:#cc0000;
	font-size:18px;
	font-weight:bold;
}

s{
 	color:#cc0000;
	font-size:12px;
	padding-left:8px;
}

s span {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.smallLt
{
	font-size:12px;
	font-weight:bold;
	color:#cc0000;
	padding-left:4px;
}

.shopPrice 
{
	font-size:12px;
	font-weight:normal;	
}

.ctBuy
{
	float:left;	
	padding-top:14px;
	width:196px;
}

input.btnStyleBuy,
input.btnStyleBuyOver{
	background:none;
	background-image:url(../Images/design/cart_bt_Big.gif);
	background-repeat:no-repeat;
	font-family: Arial;
	font-size: 16px;
	font-weight:bold;
    COLOR: #ffffff;
	border:none;
	text-align:left;
	padding-bottom:1px;
	padding-left:10px;
	cursor:pointer;
	width:143px;
	text-decoration:none;
	height:40px;
}

input.btnStyleBuyOver{
	background:none;
	background-image:url(../Images/design/cart_bt_Big_Active.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	width:143px;
	height:40px;
}

.itemQuantity
{
	font-family: Arial;
	font-size: 16px;
    COLOR: #000000;    
    background: none;
	background-image:url(../Images/design/itemQuantity.gif);
	background-repeat:no-repeat;
	background-position:0 2px;
	border: none;
	height:36px;
	width:36px;
	vertical-align:bottom;
	text-align: center;
	padding-top:3px;
	padding-right:3px;	
	padding-top:10px\9;
	vertical-align:top\9;
}

.detailItemCompare
{
	background-image:url(../Images/design/compare.gif);
	width:98px;
	height:21px;
	float:right;
}

.detailItemCompare input
{
	padding-top:4px;
}

.compareText
{
	color:#000000;
	font-size:12px;	
	padding-bottom:5px;
}

.dvTop
{
	float:left;	
	position:absolute;
}

.dvBottom
{
	position:relative;
	top:48px;
	width:180px;
}

.detailsDelivery
{
	float:left;	
	padding-top:5px;
}

.leasingMore
{
	float:left;
	background-image:url(../Images/design/bgLizingas.gif);
	width:238px;
	height:80px;
	background-repeat:no-repeat;
	background-position:top left;
	padding-top:14px;
}

.leasingMore p
{
	font-size:12px;
	color:#000000;
	padding-bottom:6px;
	padding-left:18px;
}

.leasingMore span
{
	color:#cc0000;	
}

.leasingMore p .smallText 
{
	color:#ffffff;
	font-size:11px;
	line-height:12px;
}



.deliveryMore
{
	float:right;
	background-image:url(../Images/design/bgDelivery.gif);
	width:204px;
	height:88px;
	background-repeat:no-repeat;
	background-position:5px 0;	
	padding-top:10px;
	margin-top: 10px;
}

.deliveryMore p
{
	color:#000000;
	padding-left:14px;
}

.spanNormal
{
	color:#000000;
	font-weight:normal;	
	font-size:13px;
}

.spanRed
{
	color:#cc0000;
	font-weight:bold;
	font-size:13px;
}

.spanBold
{
	color:#000000;
	font-weight:bold;	
	font-size:13px;
}

.deliveryLink
{
	color:#000000;
	font-style:italic;
	font-size:12px;
	padding-top:17px;
	text-align:right;
	padding-right:8px;
}

.deliveryLink a:link,
.deliveryLink a:visited
{
	color:#000000;		
}

.deliveryLink a:hover
{
	color:#000000;		
}

.toolPlace
{
	float:left;
	/*
	top:566px;
	top:568px\9; 
	left:847px;
	*/
	background:none;
}

.descriptionSideIcons
{
	background-image:url(../Images/design/sideIconsBg.gif);
	background-repeat:no-repeat;
	width:174px;
	height:24px;
	/*padding-top:5px;*/
	padding-left:5px;
	z-index:5px;
	border-bottom:1px solid #CCCCCC;
	margin-bottom:5px;
}

.descriptionSideIcons div
{
	padding-top:5px;
}

.space8
{
	padding-left:8px;	
}

.descriptionSideIcons a:link,
.descriptionSideIcons a:visited
{
	color:#000000;
	text-decoration:none;
	font-family:Tahoma;
	font-size:13px;
	font-weight:bold;
}

.descriptionSideIcons a:hover
{
	color:#434242;
	text-decoration:none;
}


/* ===================== KILOLITAMS ======================= */
	
.containerLitai
{
	position:absolute;
	top:0;
	right:0;
	z-index:3;
}

.containerKilo
{
	width:92px;
	height:93px;
	background-image:url(../Images/design/kilolitai.gif);
	background-repeat:no-repeat;
}

.containerKilo  p
{
	color:#FF0000;
	padding-top:40px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
}
/* ======================================================= */

/* ================== UBL =============================== */

.product-info-lizingas { 
	/*border: 1px solid #bc8088;*/
	background: url(/Images/design/bglizingas-lite.gif) no-repeat;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    
    width: 233px;
    height: 90px;
    position: relative;
    margin-top: 6px;
	font-family: Arial;
    
}
.product-info-lizingas .ubl-logo {
	display: block;
	height: 19px;
	width: 150px;
	left: 21px;
	top: -7px;
	position: absolute;
	background: url(/Images/design/ubl.gif) no-repeat;
}
.product-info-lizingas .ubl-pradine-imoka-label {
	font-weight:bold;	
	color: #821d2b;
	left: 10px;
	top: 20px;
	font-size: 10px;
	position: absolute;
	font-family: Arial;
	
}
.product-info-lizingas .ubl-trukme-label {
	font-weight:bold;
	color: #821d2b;
	left: 10px;
	top: 45px;
	font-size: 10px;
	position: absolute;
	font-family: Arial;
}
.product-info-lizingas .ubl-menesine-imoka-label { 
	font-weight: bold;
	color: #821d2b;
	left: 10px;
	top: 68px;
	font-size: 10px;
	position: absolute;
	font-family: Arial;
}
.product-info-lizingas .ubl-pradine-imoka {
	width: 99px;
	height: 19px;
	left: 107px;
	top: 16px;
	position: absolute;
	background: url(/Images/design/ubl.gif) 0 -19px no-repeat;
	font-family: Arial;
	
	left:120px;
	
	
}
.product-info-lizingas .ubl-terminas {
	width: 99px;
	height: 19px;
	left: 107px;
	top: 40px;
	position: absolute;
	background: url(/Images/design/ubl.gif) 0 -19px no-repeat;
	font-family: Arial;	
		left:120px;

}
.product-info-lizingas .ubl-terminas-value {
	width: 70px;
	height: 12px;
	left: 116px;
	top: 44px;
	position: absolute;
	font-size: 10px;
	color: #821d2b;
	font-family: Arial;
		left: 155px;
}
.product-info-lizingas .ubl-imoka-value {
	width: 70px;
	height: 12px;
	left: 155px;
	top: 20px;
	position: absolute;
	font-size: 10px;
	color: #821d2b;
	font-family:Arial;
}

.product-info-lizingas .ubl-menesine-imoka {
	width: 100px;
	height: 15px;
	left: 107px;
	top: 65px;
	position: absolute;
	font-size: 14px;
	color: #821d2b;
	font-weight: bold;
	font-family: Arial;
		left: 130px;

}
.product-info-lizingas .ubl-imoka-button-up {
	width: 16px;
	height: 19px;
	left: 202px;
	top: 16px;
	position: absolute;
	cursor: pointer;
	
	/* background-color: green; */
}
.product-info-lizingas .ubl-terminas-button-up {
	width: 16px;
	height: 19px;
	left: 202px;
	top: 40px;
	position: absolute;
	cursor: pointer;
	
	/* background-color: yellow; */
}
.product-info-lizingas .ubl-imoka-button-down {
	width: 16px;
	height: 19px;
	left: 122px;
	top: 16px;
	position: absolute;
	cursor: pointer;
	
	/* background-color: red; */
}
.product-info-lizingas .ubl-terminas-button-down {
	width: 16px;
	height: 19px;
	left: 122px;
	top: 40px;
	position: absolute;
	cursor: pointer;
	
	/* background-color: blue; */
}

.product-info-lizingas .ubl-pradine-imoka.noup, .product-info-lizingas .ubl-terminas.noup  { background-position: 0px -38px; left:120px;}
.product-info-lizingas .ubl-pradine-imoka.nodown, .product-info-lizingas .ubl-terminas.nodown { background-position: -99px -38px; left:120px;}
.product-info-lizingas .ubl-pradine-imoka.nodown.noup, .product-info-lizingas .ubl-terminas.nodown.noup { background-position: -99px -19px; left:120px;}

/* ======================================================= */
