﻿/********** HTML Tags **********/
table {
	border: 0px;
}
/********** Control **********/
input[type=text].searchtext {
}
input[type=text].login {
	border: 1px #d5d1c0 solid;
	width: 100px;
	height: 14px;
	border: 1px silver solid;
}
.dropDownLists1 {
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
	width: 70px;
}
.dropDownLists2 {
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
	width: 80px;
}
/********** Top Nav **********/
ul.topnav1 {
	padding: 0px;
	margin: 0px;
}
ul.topnav1 li {
	display: inline;
	margin: 0px 7px;
}
ul.topnav1 a {
	color: #835a31;
	text-decoration: none;
}
#main {
	width: 950px;
	margin: 0px auto;
	background-color: white;
}
#topnav {
	font-weight: bold;
}
#topline {
	background-image: url('images/topnavline.jpg');
	width: 950px;
	height: 3px;
}
.bgimage {
	background-repeat: no-repeat;
}
.main-content {
	padding: 0px 3px;
	margin: 0px;
}
/****** Buttons ******/
.AddToCartButton {
	background-image: url(images/buttons/AddToCart.png);
	background-repeat: no-repeat;
	width: 107px;
	height: 31px;
	border: 0;
}
.AddToWishlist {
	background-image: url(images/buttons/AddToWishlist.png);
	background-repeat: no-repeat;
	width: 126px;
	height: 31px;
	border: 0;
}
/****** /Buttons ******/
/****** Menu *******/
.anniversary-navigation .title {
}
/****** /Menu *******/
/**** NewsAdd ****/
.NewsAdd .title {
	font-size: 13px;
	font-weight: bold;
	margin: 8px 0 3px;
}
/**** /NewsAdd ****/

