﻿body { 
	font-family: tahoma, Arial, Helvetica, sans-serif; font-size:11px;
	padding:0px;
	margin:0px;
	background:url(images/other/margin-bg-pattern.gif);
}

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 {
	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: #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*/
.main_normal, .main_pressed {
	/*background:url(images/cms/cat_sub_link_pressed.gif) no-repeat left;*/
}

.main_normal a:link, .main_normal a:visited, .main_normal a:hover,
.main_pressed a:link, .main_pressed a:visited, .main_pressed a:hover {
	display:block;
	width:100%;
	font-size:10px;
	color: #666666;
	font-weight: normal;
	text-decoration:none;
	padding:0px 0px 3px 0px;
	/*padding-left:15px;*/
	outline:none;
}
.main_normal a:hover {
	/*text-decoration:underline;*/
	color:#910100;
}
.main_pressed a:link, .main_pressed a:visited, .main_pressed a:hover {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.main_pressed a:hover {
	/*text-decoration:underline;*/
	color:#910100;
}
/*end category list main*/



/*start category list main*/
.sub_normal, .sub_pressed {
	/*background:url(images/cms/cat_sub_link_pressed.gif) no-repeat left;*/
}

.sub_normal a:link, .sub_normal a:visited, .sub_normal a:hover,
.sub_pressed a:link, .sub_pressed a:visited, .sub_pressed a:hover {
	display:block;
	width:100%;
	font-size:10px;
	color: #666666;
	font-weight: normal;
	text-decoration:none;
	padding:0px 0px 3px 0px;
	/*padding-left:10px;*/
	outline:none;
}
.sub_normal a:hover {
	/*text-decoration:underline;*/
	color:#910100;
}
.sub_pressed a:link, .sub_pressed a:visited, .sub_pressed a:hover {
	color: #666666;
	font-weight:bold;
	text-decoration: none;
}
.sub_pressed a:hover {
	/*text-decoration:underline;*/
	color:#910100;
}
/*end category list main*/




/*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*/


