﻿body { 
	font-family:Arial, Helvetica, sans-serif; font-size:12px;
	padding:0px;
	margin:0px;
}

form {
	margin: 0px;
	padding: 0px;
}

/*start style menu top*/

#menu_top a:link,#menu_top a:visited {
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
	text-decoration:none;
}

#menu_top a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

/*end style menu top*/

/*start style menu bottom*/

#menu_bottom {
	color: #CCCCCC;
	font-size: 11px;
}

#menu_bottom a:link,#menu_bottom a:visited, #menu_bottom a:hover {
	color: #8e8e8e;
	font-weight: normal;
	text-decoration: none;
	font-size: 11px;
}

#menu_bottom a:hover {
	text-decoration:underline;
}

/*end style menu bottom*/

/*start style loggin in board*/
#logged_in_board {
	text-align:right;
	padding:17px 0px 0px 0px;
	color: #050c6c;
	font-size: 11px;
}
#logged_in_board a:link, #logged_in_board a:visited, #logged_in_board a:hover {
	color: #050c6c;
	font-weight: normal;
	text-decoration:none;
}

#logged_in_board a:hover {
	text-decoration: none;
}

/*end style loggin in board*/

/*start globals mini cart*/
#global_mini_cart {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
#global_mini_cart a:link,#global_mini_cart a:visited {
	color: #FF6600;
	font-weight: normal;
	text-decoration:underline;
}

#global_mini_cart a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

/*end globals mini cart*/

/*start category list main*/
#list_main, #list_main_pressed {
	width:100%;
	font-size: 12px;
	font-weight:bold;
	background: url(images/cms/cat_main_link.gif) no-repeat left;
	/*border:1px solid #e1e5f1;*/
	border-top:none;
}
#list_main a:link,#list_main a:visited, #list_main a:hover,
#list_main_pressed a:link,#list_main_pressed a:visited, #list_main_pressed a:hover {
	display:block;
	width:100%;
	padding: 7px 5px 8px 5px;
	padding-left:40px;	
	
	color: #050c6c;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}
#list_main a:hover {
	text-decoration:none;
}


#list_main_pressed {
	/*background-color:#5eb5ff;*/
	background: #5eb5ff url(images/cms/cat_main_link_pressed.gif) no-repeat left;
}
#list_main_pressed a:link,#list_main_pressed a:visited, #list_main_pressed a:hover {
	padding: 4px 5px 9px 5px;
	padding-left:40px;	
	color: #fff;
}
#list_main_pressed a:hover {
	text-decoration:none;
}
/*end category list main*/


/*start category list sub*/
#list_sub, #list_sub_pressed {
	width:100%;
	font-size: 11px;
	font-weight:bold;
	background: url(images/cms/cat_main_link.gif) no-repeat left;
	/*border:1px solid #e1e5f1;*/
	border-top:none;
}
#list_sub a:link,#list_sub a:visited, #list_sub a:hover,
#list_sub_pressed a:link,#list_sub_pressed a:visited, #list_sub_pressed a:hover {
	display:block;
	width:100%;
	padding: 5px 5px 5px 5px;
	padding-left:40px;	
	
	color: #050c6c;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}
#list_sub a:hover {
	text-decoration:none;
}


#list_sub_pressed {
	/*background-color:#5eb5ff;*/
	background: #5eb5ff url(images/cms/cat_main_link_pressed.gif) no-repeat left;
}
#list_sub_pressed a:link,#list_sub_pressed a:visited, #list_sub_pressed a:hover {
	padding: 2px 5px 5px 5px;
	padding-left:40px;
	color: #fff;
}
#list_sub_pressed a:hover {
	text-decoration:none;
}
/*end category list sub*/


/*start category list sub sub*/
#list_sub_sub, #list_sub_sub_pressed {
	width:100%;
	font-size: 11px;
	font-weight:bold;
	background: url(images/cms/cat_main_link.gif) no-repeat left;
	border:1px solid #e1e5f1;
	border-top:none;
}
#list_sub_sub a:link,#list_sub_sub a:visited, #list_sub_sub a:hover,
#list_sub_sub_pressed a:link,#list_sub_sub_pressed a:visited, #list_sub_sub_pressed a:hover {
	display:block;
	width:100%;
	padding: 5px 5px 5px 5px;
	padding-left:45px;	
	
	color: #050c6c;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}
#list_sub_sub a:hover {
	text-decoration:none;
}


#list_sub_sub_pressed {
	/*background-color:#5eb5ff;*/
	background: #5eb5ff url(images/cms/cat_main_link_pressed.gif) no-repeat left;
}
#list_sub_sub_pressed a:link,#list_sub_sub_pressed a:visited, #list_sub_sub_pressed a:hover {
	padding: 2px 5px 5px 5px;
	padding-left:45px;
	color: #fff;
}
#list_sub_sub_pressed a:hover {
	text-decoration:none;
}
/*end category list sub sub*/


/*start category list center*/
#list_center td {
	background:url(images/cms/cat_sub_link_pressed.gif) no-repeat left;
}
#list_center a:link,#list_center a:visited, #list_center a:hover {
	font-size:11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration:underline;
	padding-left:15px;
}
#list_center a:hover {
	color: #66CC66;
	text-decoration: none;
}
/*end category list center*/



