/*Common*/
body {
	font-family: Verdana, Arial, Tahoma;
	font-size: 11px;
	margin: 0px;
	text-align:justify
}
	.Left {
		float: left;
	}
	.Right {
		float: right;
	}
	.Clear {
		clear: both;
	}
a {
	color: #000;
	text-decoration: none;
}
.link a:{
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
	margin-bottom: -3px;
}
.input {
	width: 110px;
	margin-top: 2px;
	background-color: #000;
	border: 0;
	color: #fff;
	font-size: 10px;
}
.line {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
}
/*Layout*/
.Position {
	width: 1024px;
	margin: 0;
}
.Header {
	height: 128px;
	background-image: url(images/header2.jpg);
	padding: 0 0 0 300px;
}
	.Login {
		height: 60px;
		padding-left: 280px;
	}
	.HeaderLink {
		float: left;
		display: block;
		height: 37px;
		width: 123px;
		margin-right: 50px;
	}
	.HeaderLink:hover {
		background-image: url(images/underline.gif);
		text-decoration: none;
	}
.Sidebar {
	float: left;
	width: 161px;
}
	.SubCategories {
		text-align: right;
		padding: 5px 10px;
	}
.Content {
	float: right;
	width: 863px;
}
.CheckOut {
	float: left;
	width: 161px;
	height: 252px;
	background-image: url(images/checkout.jpg);
}
	.Welcome {
		margin: 13px 10px 0 0;
		text-align: right;
	}
	.Items {
		margin: 55px 0 0 40px;
		text-align: center;	
	}
.MainContent {
	float: left;
	width: 650px;
	margin-left: 20px;
	margin-bottom: 20px;
}
	.ContentText {
	margin-left: 6px;
	margin-bottom: 20px;
	}
.FooterLeft {
	float: left;
	width: 161px;
	height: 157px;
	background-image: url(images/bottompattern.jpg);
}
.FooterRight {
	float: left;
	width: 700px;
	height: 57px;
	background-image: url(images/bottombackground.jpg);
	padding-top: 100px;
}
.FooterRight2a {
	float: left;
	width: 800px;
	height: 57px;
	background-image: url(images/bottombackground.jpg);
	padding-top: 100px;
}

	.Copyright {
		float: right;
		background-color: #00e1b9;
		padding: 5px;
	}
.Sidebar1 {

	float: left;
	width: 161px;
}
.searchp {

	float: left;
	width: 161px;
	height: 200px;
	background-image: url(images/searchp.gif);
}

.Lefts {
	float: left;
	margin-left: 8px;
	margin-top: 55px;
}
.searchfield {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFFFFF;
	border: 0;
}	
	.searchgo {
	float: left;
	width: 161px;
}
.producttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.producttextheader {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
}
.producttextprice {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#000000;
}
.big_producttextheader {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FFFFFF;	
}
.mytextheader1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;	
}
.mytextheader2 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;	
}
.errormsg{
	color:#FF0000;	
}