/* CSS Document */

a:link {
	color: #D70000;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	color: #D70000;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: orange;
	font-size: 11px;
	text-decoration: underline;
}

a.user_account:link {
	color: #971212;
	text-decoration: none;
}

a.user_account:visited {
	color: #971212;
	text-decoration: none;
}

a.user_account:hover {
	color: #FF3000;
	text-decoration: underline;
}

a.topnav:link {
	color: white;
	text-decoration: none;
}

a.topnav:visited {
	color: white;
	text-decoration: none;
}

a.topnav:hover {
	color: #FF8A00;
	text-decoration: underline;
}

a.subnavigation:link {
	color: black;
	text-decoration: none;
}

a.subnavigation:visited {
	color: black;
	text-decoration: none;
}

a.subnavigation:hover {
	color: orange;
	text-decoration: underline;
}

a.footer:link {
	color: #B8B8B8;
	text-decoration: none;
}

a.footer:visited {
	color: #B8B8B8;
	text-decoration: none;
}

a.footer:hover {
	color: #FF8A00;
	text-decoration: underline;
}


body {
	font-family: verdana, tahoma, sans-serif;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}

.TableDetail
{
    FONT: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    COLOR: #000000;
    HEIGHT: 25px;
    BACKGROUND-COLOR: #ffffff
}


#loginbox {
	background-image: url(../images/login_box.jpg);
	background-repeat: none;
	background-position: top;
	font-size: 11px;
}

#accountbox {
	background-image: url(../images/user_account_bg.jpg);
	background-repeat: none;
	background-position: top;
	font-size: 11px;
}

#date {
	font-size: 11px;
	font-weight: 700;
	color: white;
}

form {
	padding: 0px;
	margin: 0px;
}

#home_featured_left {
	background-image: url(../images/home_featured_left.jpg);
	background-repeat: repeat-y;
}

#home_featured_right {
	background-image: url(../images/home_featured_right.jpg);
	background-repeat: repeat-y;
}

#featured_item {
	font-size: 11px; 
	font-weight: 700; 
	color: #D70000;
}

#featured_item_strikethrough {
	font-size: 11px;
	font-weight: 700;
	color: #D70000;
	text-decoration : line-through;
}

p {
	font-size: 11px;
}

#sub_text {
	background-image: url(../images/sub_bar_bg.jpg);
	background-repeat: repeat-x;
	font-weight: 700;
	font-size: 11px;
	padding-left: 10px;
	color: white;
}

h1 {
	font-size: 11px;
	color: #FF6C00;
}

#footer {
	border-top: 1px solid #B8B8B8;
	font-size: 10px;
	color: #B8B8B8;
}

#navigation {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: black;
	list-style-type: none;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#cart_left {
	background-image: url(../images/cart_left.jpg);
	background-repeat: repeat-y;
}

#cart_right {
	background-image: url(../images/cart_right.jpg);
	background-repeat: repeat-y;
}

#userinfo {
	color: #FF6C00;
}

#sub_featured {
	font-size: 11px;
	color: #727272;
}

#subnavigation {
	padding-left: 8px;
	margin-left: 8px;
	line-height: 8px;
	list-style-type: none;
}

#product_thumb {
	border: 1px solid black;
}

#list_content {
	font-size: 11px;
	padding-left: 0px;
	margin-left: 20px;
}

#cart_header {
	font-size: 11px;
	border: 1px solid #B5B5B5;
	background-color: #E1E1E1;
}

#cart_subinfo {
	border: 1px solid #B5B5B5;

}