﻿body { font-family:Arial, Helvetica, sans-serif; font-size:12px;
	padding:0px 0px 0px 0px;
	margin:0px;

}

form {
	margin: 0px;
	padding: 0px;
}

ul {
	padding:0px 0px 0px 15px;
}
li {
	margin:0px 0px 2px 15px;
}


/*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 {
	color: #999999;
	font-weight: normal;
	text-decoration:underline;
}

#menu_bottom a:hover {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}

/*end style menu bottom*/

/*start style loggin in board*/
#logged_in_board {
	color: #063473;
	font-size: 12px;
	font-weight: bold;
}
#logged_in_board a:link, #logged_in_board a:visited, #logged_in_board a:hover {
	font-size:12px;
	color: #063473;
	font-weight: normal;
	text-decoration:none;
}

#logged_in_board a:hover {
	text-decoration:underline;
}

/*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 {
	border-collapse:collapse;
	width:100%;
	font-size: 11px;
	font-weight:bold;
	background:url(images/cms/main_link_bg.gif) repeat-x;
	/*background: #51719d url(images/cms/cat_main_link.gif) no-repeat right;*/
	/*border-bottom:1px solid #063473;*/
	margin:5px 0px 0px 0px;
}
#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: 3px 5px 4px 5px;
	padding-left:8px;	
	
	color: #001643;
	font-weight:bold;
	text-decoration:none;
	outline:none;
}
#list_main a:hover {
	text-decoration:underline;
}


#list_main_pressed {
	background:url(images/cms/main_link_pressed_bg.gif) repeat-x;
}
#list_main_pressed a:link,#list_main_pressed a:visited, #list_main_pressed a:hover {
	color: #ffffff;
}
#list_main_pressed a:hover {
	text-decoration:underline;
}
/*end category list main*/


/*start category list sub*/
#list_sub, #list_sub_pressed {
	border-collapse:collapse;
	width:100%;
	font-size: 11px;
	font-weight:bold;
	/*background: #063473 url(images/cms/cat_sub_link.gif) no-repeat left;*/
	border-bottom:1px solid #ccd0d9;
}
#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: 3px 5px;
	padding-left:18px;	
	
	color: #000000;
	/*background:#ffffff;*/
	font-weight:normal;
	text-decoration:none;
	outline:none;
}
#list_sub a:hover {
	text-decoration:underline;
}


#list_sub_pressed {
	/*background: #ebeef0 url(images/cms/cat_sub_link_pressed.gif) no-repeat left;*/
	background:#e6eaf0;
}
#list_sub_pressed a:link,#list_sub_pressed a:visited, #list_sub_pressed a:hover {
	color: #063472;
	font-weight:bold;
}
#list_sub_pressed a:hover {
	text-decoration:underline;
}
/*end category list sub*/


/*start category list sub sub*/
#list_sub_sub, #list_sub_sub_pressed {
	border-collapse:collapse;
	width:100%;
	font-size: 11px;
	font-weight:bold;
	/*background: #063473 url(images/cms/cat_sub_link.gif) no-repeat left;*/
	border-bottom:1px solid #ccd0d9;
}
#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: 3px 5px;
	padding-left:25px;	
	
	color: #000000;
	font-weight:normal;
	text-decoration:none;
	outline:none;
}
#list_sub_sub a:hover {
	text-decoration:underline;
}


#list_sub_sub_pressed {
	/*background: #ebeef0 url(images/cms/cat_sub_link_pressed.gif) no-repeat left;*/
	background:#e6eaf0;
}
#list_sub_sub_pressed a:link,#list_sub_sub_pressed a:visited, #list_sub_sub_pressed a:hover {
	color: #063473;
}
#list_sub_sub_pressed a:hover {
	text-decoration:underline;
}
/*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*/



