/* CSS Document */
/* A8E61D */
body{
	background-color: black;
}

a:link,
a:visited{
	color: #006600;
}

a:hover{
	color: lime;
}

td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: double 3px #A8E61D;
	border-top: solid 1px #A8E61D;
	padding: 4px;
}

h2 { font-size:18px; font-weight:bold; background:url(images/title_bg.gif) no-repeat 0% 100%; padding:22px 8px; margin:0 0 0px 0; }

select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.information{
	background-image: url(images/information.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 70px;
}

.header{
	background-image: url(images/header.jpg);
	color: #00FF66;
}

.headermenu{ color: #00FF66; }

.footer{
	background-image: url(images/footer.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #00FF66;
	text-align: center;
	padding-top: 10px;
}

.header a:link,
.header a:visited,
.footer a:link,
.footer a:visited,
.headermenu a:link,
.headermenu a:visited{
	color: #A8E61D;
	text-decoration: none;
}

.header a:hover,
.footer a:hover,
.headermenu a:hover{
	color: lime;
}

.headermenu img{
	margin-left: 6px;
}


.page{
	background-color: #FFFFFF;
}

.main_menu{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
	padding-left: 5px;
}

.main_menu a:link,
.main_menu a:visited{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: black;
}

.main_menu a:hover{
	color: #A8E61D;
}

.product_box a{
	text-decoration: none;
}
.product_box{
	border: solid 1px #C8D9BD;	
}

.product_name{
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}


.maintitle{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	border-bottom: double 3px #A8E61D;
	border-top: solid 1px #A8E61D;
	padding: 4px;
}

.subtitle{
	background-color: #CFFEC7;
	padding: 5px;
	border-bottom: solid 1px #A8E61D;
	border-left: solid 1px #A8E61D;
	border-right: solid 1px #A8E61D;
	font-weight: bold;
}

.subtitle a{
	color: green;
	text-decoration: none;
	font-size: 11px;
}

/* left menu stuff */
.leftmenu{
	border-bottom: solid 1px #AAAAAA;;
}

.leftmenu a{
	padding: 5px;
	display: block;
}

.leftcategory a:link,
.leftcategory a:visited{
	background-color: #A8E61D;
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.leftcategory a:hover{
	color: green;
}

.leftsection a:link,
.leftsection a:visited{
	background-color: white;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	padding-left: 10px;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.leftactive a:link,
.leftactive a:visited{
	background-image: url(images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	background-color: #A8E61D;
	color: black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}

.leftsectionactive a:link,
.leftsectionactive a:visited{
	background-color: black;
	padding-left: 10px;
	color: #EEEEEE;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-right: solid 1px black;
}


/* left menu stuff ends */

.login{
	border: solid 1px black;
	background-color: #EEEEEE;
}

.error{
	display: block;
	border: solid 1px red;
	background-image: url(images/error.png);
	background-repeat: no-repeat;
	background-position: left;
	color: red;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.msg{
	display: block;
	border: solid 1px green;
	background-image: url(images/success.png);
	background-repeat: no-repeat;
	background-position: left;
	color: green;
	padding-left: 50px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.adminmenuheader{
	display: block;
	padding: 4px;
	background-color: green;
	color: yellow;
	font-weight: bold;
	border-top: solid 1px black;
	border-bottom: solid 1px #555555;
}

.adminmenu a:link,
.adminmenu a:visited{
	display: block;
	padding: 4px;
	background-color: #A8E61D;
	color: black;
	font-weight: bold;
	border-top: solid 1px black;
	border-bottom: solid 1px #555555;
	text-decoration: none;
}

.adminmenu a:hover{
	display: block;
	padding: 4px;
	background-color: black;
	color: #A8E61D;
	font-weight: bold;
	border-top: solid 1px black;
	border-bottom: solid 1px #555555;
	text-decoration: none;
}

.minicart{
	color: #A8E61D;
}

.tborder td{
	border: solid 1px #CDCDCD;
	padding: 4px;
}

.lastrow{
	padding: 2px;
	color: #888888;
}

.lastrow a:link, .lastrow a:visited{ color: #AAAAAA; text-decoration: none; }
.lastrow a:hover{ color: white; }

.feature_top{
	background-image: url(images/feature_box_top.gif);
	height: 20px;
	width: 209px;
	text-align: center;
	color: #000000;
	padding-top: 4px;
}

.feature_middle{
	/*background-image: url(images/feature_box_middle.gif);*/
	background-color:#e6e6e6; border:1px solid #fff; padding:5px; line-height:18px;
	width: 156px; 
	cursor: pointer;
	text-align:center;
}

.feature_bottom{
	background-image: url(images/feature_box_bottom.gif);
	height: 24px;
	width: 209px; 
}

#RPname{ font-weight: bold; }


/*  Alrayes  */
body { background-color: black; }
a:link, a:visited { color: #006600; }
a:hover { color: lime; }
td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
h1{ font-size: 18px; font-weight: bold; line-height: 24px; border-bottom: double 3px #A8E61D; border-top: solid 1px #A8E61D; padding: 4px; }

ul, li { list-style:none; padding:0px; margin:0px;  }

.menu_bg { background:#ccc url(../images/link_bg.gif) repeat-x top left; border:1px solid #9D9B9B; }

.menu li { list-style:none; display:inline; font:bold 16px "Trebuchet MS", Arial, Verdana, tahoma; color:#005C20; }
.menu li a { color:#005C20; text-decoration:none; padding:20px 20px 20px 20px; }
.menu li a:hover { color:#fff; text-decoration:none; background:url(../images/link_bg_over.gif) repeat-x top left; }
.menu li .active { color:#fff; background:url(../images/link_bg_over.gif) repeat-x top left; }

.menu_01 li { display:inline; font:bold 16px "Trebuchet MS", Arial, Verdana, tahoma; color:#005C20; line-height:30px; }
.menu_01 li a { padding:10px; text-decoration:none; color:#000; margin-right:1px; }
.menu_01 li a:hover {
	text-decoration:none;
	color:#A6E61A; /* background:url(../images/link_bg_over.gif) repeat-x top left;*/
}

.slideshow { height:550px; width:430px; }

.pading_01 { padding:10px;}
.pading_t { padding-top:10px;}
/*.pading_l { padding-left:10px;}*/



.subtitle_bg01 { font-size:12px; font-weight:bold; padding:7px; text-align:right; color:#333; background:#fff url(images/subtitle_bg.gif) repeat-x top left; }
.subtitle_bg01 a { color:#000; text-decoration:none; }
.subtitle_bg01 a:hover {
	color:#A6E61A;
	text-decoration:none;
}

.vmenu li { color:#000; border-right:1px solid #ccc; border-bottom:1px solid #ccc; border-left:1px solid #ccc; font-weight:bold; font-size:10px; }
.vmenu li a { color:#000; text-decoration:none; padding:5px 10px; display:block; background-color:#f3f3f3; }
.vmenu li a:hover {
	color:#A6E61A;
	text-decoration:none;
	background-color:#f9f9f9;
}
.vmenu li.title_menu a { color:#000; background:url(images/vmenu_bg.gif) repeat-x 0 0; font-weight:bold; font-size:12px; }
.vmenu li.title_menu a:hover { color:#fff; }

input.input_bg { padding:4px; border:1px solid #c9c9c9; font:12px Verdana, Helvetica, sans-serif; background: #fff url(images/background-input.gif) no-repeat 0 0; }
input.input_bg:hover
input.input_bg:focus { border: 1px solid #aaa; background-position: 0 -400px; }

.border_01 { border:1px solid #cfcfcf; }

.gray_bg { background-color:#e6e6e6; border:1px solid #fff; padding:5px; line-height:18px; }

.slideshow_title { font:bold 14px Arial, Tahoma, Verdana; color:#74B045; }
.slideshow_title a { color:#74B045; text-decoration:none; }
.slideshow_title a:hover { color:#000; text-decoration:none; }

.padding_t01 { padding-top:12px; }
.pading_01 { padding:10px; }

.font_green { color:#95CF12; }