/** Specific Lirex colors 
#00ab4e - Lirex Green
#003375 - Lirex Blue
**/
html,body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.infoClass{
    color:green;
    font-size: 16px;
}


/* p, h1, h2, h3, h4, h5, h6, hr {
padding:0; margin:0;
} */
a,a:link,a:visited {
	color: #00ab4e;
	text-decoration: none;
}

a:hover,a:active {
	color: #003375;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h1,h2,h3,h4 {
	border-bottom: 2px dotted;
}

ul,li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ulTest {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.liTest {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.blue {
	color: #003375;
}

.green {
	color: #00ab4e;
}

.bright a:link,.bright a:visited {
	color: #00ab4e;
}

.bright a:hover {
	color: #ff0000;
}

#container {
	width: 980px;
	margin: auto;
	background: #ffffff;
}

#topmenu {
	margin: auto;
	background: url(../images/topmenu_bgr.jpg) top left repeat-x;
}

#topmenu ul {
	padding:0;
	margin: 0;
}

#topmenu ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

#topmenu ul li a,#topmenu ul li a:visited {
	font-weight: bold;
	display: block;
	background: none;
	text-decoration: none;
	color: #000000;
	line-height: 30px;
	padding:0 10px 0 10px;
}

#topmenu ul li a:hover {
	background: url(../images/topmenu_hover.jpg) top left repeat-x;
}

#topmenu ul li a#active {
	background: url(../images/topmenu_hover.jpg) top left repeat-x;
}

#movie {
	width: 980px;
	margin: auto;
	text-align: center;
}

#leftcolumn {
	float: left;
	width: 220px;
	background: #ffffff;
	
}

#filters {
	width: 210px; 
	overflow: hidden;
}

#filters a, #filters a:visited{
	color: #000000;
	display: block;
	
}
#filters a:hover{
	background: #ebebeb;
	text-decoration: underline;
	
}
#leftmenu {
	margin: auto;
	background: none;
	
	font-size: 11px;
}

#leftmenu ul {
	padding: 0;
	margin: 0;
}

#leftmenu ul li {
	display: block;
	line-height: 20px;
	width: 190px;
	text-align: left;
	padding: 0;
	margin: 0;
}

#leftmenu ul li a,#leftmenu ul li a:visited {
	font-weight: bold;
	display: block;
	line-height: 20px;
	padding-left: 10px;
	text-decoration: none;
	color: #000000;
}

#leftmenu ul li a:hover,#leftmenu ul li a.active {
	background: url(../images/leftmenu_button_bgr.jpg) top left repeat-y;
}

#content {
	width: 100%;
}

#centercolumn, .centercolumn {
	float: left;
	width: 540px;
	background: #ffffff;
}

#centercolumnCompare {
	float: left;
	width: 730px;
	background: #ffffff;
	overflow:auto
}

#pathway {
	width: 480px;
	height: 20px;
	padding-top: 10px;
	/*border-bottom:2px dotted #00ab4e;*/
}
h3.centerpath {
	padding:0; margin:0;
	color:#00ab4e;
	}
#products ul li {
	width: 160px;
	height: 160px;
	display: block;
	float: left;
	background: url(../images/product_01.jpg) top left no-repeat;
}

#products ul li a:link,#products ul li a:visited {
	display: block;
	width: 160px;
	height: 160px;
	padding-top: 10px;
	font-weight: bold;
	color: #00ab4e;
	text-align: center;
}

#products ul li a:hover,#products ul li a:active {
	color: #003375;
	background: url(../images/product_01_hover.jpg) top left no-repeat;
}

DIV.backButton a:link, .backButton a:visited{
	width:75px;
	height:15px;
	display:block;
	background: url(../images/btn_back.gif)  top left no-repeat;
}

DIV.backButton a:hover{
	background: url(../images/btn_back_hover.gif)  top left no-repeat;
}

.productheading {
	display: block;
	line-height: 20px;
	background: #ebebeb;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	padding-left: 10px;
}

.productheading a,.productheading a:visited {
	color: #000000;
}

.productheading a:hover,.productheading a:active {
	color: #00ab4e;
}

.noborders {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}

.rich-dtascroller-table {
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}

.rich-datascr-button{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	background-color: transparent;
}

.rich-datascr-act{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}

.rich-datascr-inact{
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
}

.whitebackground {
	background-color: #FFFFFF;
}

.productview {
	display: block;
	float: left;
	width: 600px;
}

.productdescription {
	display: block;
	float: left;
	width: 270px;
	padding-left: 10px;
}

.productview img {
	width: 200px;
}

.productview2 img {
	width: 480px;
}

.nameA {
	font-size: 16px;
	font-weight: bold;
}

.priceB {
	font-size: 22px;
	font-weight: bold;
	color: #003375;
}

.priceBwithDDS {
	font-size: 14px;
	color: #003375;
	font-weight: bold;
}

.priceBwithDDS2 {
	font-size: 14px;
	color: #003375;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -15px;
}

.priceBwithDDS2red {
	font-size: 14px;
	color: red;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	position: relative;
	top: -15px;
}

.priceBwithDDS2text {
	font-size: 10px;
	color: #003375;
	font-weight: bold;
	padding: 0px;
	margin: 0px 3px;
	position: relative;
	top: -15px;
}

.filterB {
	font-weight: bold;
	color: #003375;
}



.mainPageProductsImageDiv{
	height: 150px; 
	width: 150px; 
	display:block; 
	margin:auto;
}

.priceG {
	font-size: 24px;
	font-weight: bold;
}

#products a.cartbutton,#products a.cartbutton:visited {
	width: 80px;
	height: 80px;
	text-align: center;
	padding-top: 3px;
	font-weight: bold;
	display: block;
	float: right;
	background: url(../images/add_to_cart.gif) top left no-repeat;
}

#products a.cartbutton:hover,#products a.cartbutton:active {
	background: url(../images/add_to_cart_hover.gif) top left no-repeat;
}

#brands ul li {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	padding: 7px;
}

#brands ul li a:link,#brands ul li a:visited {
	display: block;
	width: 80px;
	height: 80px;
	font-weight: bold;
	color: #00ab4e;
	text-align: center;
}

#brands ul li a:hover,#brands ul li a:active {
	color: #003375;
}

#rightcolumn {
	float: right;
	width: 200px;
	background: #ffffff;
	padding-top:15px;
}

.login {
	text-align: center;
	background: url(../images/loginform_bgr_150.jpg) top left no-repeat;
	width: 200px;
	height: 150px;
	border: 0;
	display:block;
	font-weight: bold;
}

#logged {
	text-align: center;
	background: url(../images/logged_bgr.jpg) top left no-repeat;
	width: 200px;
	height: 60px;
}
.login p {
	padding:0; margin:0;
	}
.login-input {
	width: 120px;
}

.forgot-password {
	text-align: center;
	background: url(../images/loginform_bgr491.jpg) top left;
	width: 491px;
	height: 200px;
	border: 0
}

#weekproduct {
	width: 200px; 
	height: 225px;
	background: url(../images/product_of_the_week_3D.jpg) top left no-repeat; 
	padding-left: 15px;
	padding-top: 75px;
}

#weekproduct img {
	width: 70%; 
	position: relative; 
	left: 10%;
}

#weekproduct a {
	color: #000000;
}

#footer {
	width: 980px;
	margin: auto;
	text-align: left;
	background: #ffffff;
}

#footerbar {
	width: 100%;
	text-align: left;
	background: #3279EB;
	padding-left: 15px;
}

#footerbar a,footebar a:visited {
	color: #ffffff;
	display: block;
	float: left;
	border-right: 2px solid #ffffff;
	padding: 0 10px 0 10px;
	text-decoration: none;
}

#footerbar a:hover {
	text-decoration: underline;
}

#footerlinks {
	float: left;
	padding-left: 20px;
}

#footnotices {
	padding: 10px 20px 10px 20px;
	color: #666666;
	font-size: 0.9em;
	text-align:center;
}

/**#footnotices a,#footnotices a:visited,#footnotices a:hover {
	color: #666666;
	text-decoration: none;
	cursor: text;
}
**/
#copyright {
	float: right;
	padding-right: 20px;
	color: #ffffff;
}

.clear {
	clear: both;
}

.entry {
	padding: 5px;
}

img {
	border: 0;
}

.alignleft {
	display: block;
	float: left;
}

.alignright {
	display: block;
	float: right;
}

.aligncenter {
	margin: auto;
	width: 980px;
}

input.btn {
	background: white none repeat scroll 0 0;
	border: 1px solid;
	color: #00AB4E;
	font-family: arial, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 8px;
	margin-left: 10px;
}

input:hover .btn {
	background: #00AB4E none repeat scroll 0 0;
	border: 1px solid white;
	color: white;
}

input.btnPay {
	background: white none repeat scroll 0 0;
	border: 1px solid;
	color: #F7941D;
	font-family: arial, sans-serif !important;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 8px;
	margin-left: 10px;
}

input:hover .btnPay {
	background: #F7941D none repeat scroll 0 0;
	border: 1px solid white;
	color: white;
}

.ord-number {
	font-family: arial, helvetica, sans-serif;
	color: #2F2F2F;
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 10px;
}

.loading-box {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100% !important;
	height: 100% !important;
	background-color: #CCCCCC !important;
	opacity: 0.5;
	/*-moz-opacity: 0.5; 
				filter: alpha(opacity=50);*/
}

.loading-content {
	position: absolute;
	left: 510px;
	top: 380px;
	z-index: -10;
	width: 240px;
	border: thin #808080 solid;
	/*margin: 0.5em;
	padding: 0.5em;*/
}

.loading-content p {
	color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 13px !important;
}

#thanks-msg {
	margin-top: 50px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	font-size: 1.25em;
	line-height: 1.3em;
	font-weight: bold;
	color: #00ab4e;
	text-align: center;
}
#setHit {
	width: 200px; 
	height: 225px;
	background: url(../images/complects-200x300-right.jpg) top left no-repeat; 
	padding-left: 15px;
	padding-top: 75px;
}
#setHit img {
	/*width: 200px;*/
	width: 70%; 
	position: relative; 
	left: 10%;
}

#setHit a {
	color: #000000;
}
.empty-right {
	width: 200px; 
	float: left;
}
.no-product {
	color:red;
}
#topRowArticles {
	width: 540px;
	background: #ffffff;
	overflow: hidden;
}

#articlesList {
	width: 540px;
	overflow: hidden;
}

#sortMenu {
	float:left;
}
#topScroller {
	padding-left:2%;
	float:left;
}
#showedCountOfArticles {	
	float:left;
	padding-left: 2%;
}
#itemsPerPage {
	float:right;
}
#filterCrumb {
	float:left
}
.scrollerLoadAnimation {
	text-align: center;
}
