﻿body { font-family:Arial, Helvetica, sans-serif; font-size:12px;

}

table { font-family:Arial, Helvetica, sans-serif; font-size:12px;

}

form {
	margin: 0px;
	padding: 0px;
}

.textbox {
	border: 1px solid #7F9DB7;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:12px;
	height: 19px;
}

/*start style menu top*/

#menu_top .button:link, #menu_top .button:visited {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

#menu_top .button:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

#menu_top .button_pressed:link, #menu_top .button_pressed:visited {
	color: #FBFBFB;
	font-size: 12px;
	font-weight: bold;
	text-decoration:none;
}

#menu_top .button_pressed:hover {
	text-decoration: none;
	color: #FBFBFB;
	font-weight: bold;
}


/*end style menu top*/

/*start style menu bottom*/

#menu_bottom {
	color: #000000;
	font-size: 11px;
}

#menu_bottom a:link,#menu_bottom a:visited {
	color: #666666;
	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: #000;
	font-size: 11px;
	font-weight: bold;
}
#logged_in_board a:link,#logged_in_board a:visited {
	color: #FF6600;
	font-weight: normal;
	text-decoration:underline;
}

#logged_in_board a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

/*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:normal;
	/*background: #D00A6C 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: 3px 5px;
	padding-left:0px;	
	
	color: #D00A6C;
	font-weight:bold;
	text-decoration:none;
}
#list_main a:hover {
	text-decoration:underline;
	color: #022A4D;
}


#list_main_pressed {

}
#list_main_pressed a:link,#list_main_pressed a:visited, #list_main_pressed a:hover {
	color: #022A4D;
}
#list_main_pressed a:hover {
	text-decoration:underline;
}

/*end category list main*/

/*start category list sub*/
#list_sub, #list_sub_pressed {
	width:100%;
	font-size: 11px;
	font-weight:normal;
	background: #f2f5fa url(images/other/bg_menu.gif) no-repeat left;
	border:1px solid #e1e5f1;
	border-top:none;
	
	padding-left:15px;
}
#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:10px;	
	
	color: #e1e5f1;
	font-weight:normal;
	text-decoration:none;
}
#list_sub a:hover {
	text-decoration:underline;
}


#list_sub_pressed {
	background-color:#94bfe0;
	/*background: #CC0000 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 {
	/*color: #fff;*/
}
#list_sub_pressed a:hover {
	text-decoration:underline;
}

/*end category list sub*/

/*start category list sub sub*/
#list_sub_sub , #list_sub_sub_pressed {
	width:100%;
	font-size: 11px;
	font-weight:normal;
	background: #f2f5fa url(images/other/bg_menu_sub_sub.gif) no-repeat left;
	border:1px solid #e1e5f1;
	border-top:none;
	
	padding-left:25px;
}
#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:10px;	
	
	color: #003f5e;
	font-weight:normal;
	text-decoration:none;
}
#list_sub_sub a:hover {
	text-decoration:underline;
}


#list_sub_sub_pressed {
	background-color:#94bfe0;
	/*background: #CC0000 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 {
	/*color: #fff;*/
}
#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 {
	font-size:11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration:underline;
	padding-left:15px;
}
#list_center a:hover {
	text-decoration: none;
	color: #66CC66;
	font-weight: normal;
}
/*end category list center*/



