body {
	font-size:12px;
	font-family:verdana,arial;
	margin:0px;        
	line-height: 1.6em;
	text-align:center;
}

img {
	border:0px;
}
a {
	color:#000;
}
#container {
		margin-right:auto;
		margin-left:auto;
		margin-top:1%;
		padding-bottom:10px;
		background:#fff;
		border:1px solid #000;
		text-align:left;
		width:760px;
}

#header {
	padding:10px 8px;
	/*background-color:#033B3A;*/
}
 
#header .logo{
 	float:right;
}
 
#body { 
	padding:6px;
	background-color:#FFFFFF;
}


#body h1{
	margin:18px 0px;
	font-size:18px;
}

#body h2{
	display:block;
	margin:0px;
	font-size:14px;
}

#body h3{
	margin:0px;
	font-size:14px;
}

.gray {
	color:#999999;
}

#footer {
	background-color:#ffffff;
	clear:both;
	padding:10px;
	color:#aaaaaa;
	font-size:11px;
	text-align:center;
}

#footer a {
	color:#aaaaaa;
	text-decoration:none;
}
 



#LeftSide {
	text-align: left;
	font-size:11px;
	width: 225px;
	position: relative;
	padding:4px;
	border:1px #5A749C solid;
	background-color:#E7E4D3;
	color:#000;
	float:left; 
	vertical-align:top;

}

html>body #LeftSide {
	/*top: -12.5em;
	left: -15em;*/
}

#LeftSide ul {
 	padding: 0 0 0 2px;
  	margin: 0;
	list-style: none ; 
}

html>body #LeftSide  li{
}
  	
#LeftSide li {
	list-style: none ;
}

#LeftSide a{
	color:#000;
	text-decoration:none;
}

#LeftSide a:hover{
	color:#000;
	text-decoration:underline;
}

#LeftSide .categoryLink {
	display:block;
	padding:4px 0px;
}
#LeftSide .tophdr {
	font-weight:bold;
	font-size:12px;
}

#Product {
	width: 500px;
	border:0px #5A749C solid;
	margin-left:235px;
	text-align:left;
	font-size:11px;
	padding:4px;
}


#Product .brand {
	padding:0px;
}

#Product .ProductSku{

}

#Product .ProductDescription {

}



#Product .coattail a{
	text-decoration:none;
}


#Product .coattail a:hover{
	text-decoration:underline;
}
#Product .SuggestedPrice {
	font-size:14px;
	color: #800001;
	font-weight:none;
	text-decoration: line-through;
	line-height: 30px;
}


#Product .red {
	font-size:14px;
	color: #800001;
	font-weight:bold;
	text-decoration: none;
	line-height: 30px;
}

#Product .Savings {
	font-size:12px;
	color: #800001;
	font-weight:none;
	text-decoration: none;
	line-height: 30px;
}

#Product  .PriceDiv {
	height:100px;
	min-height:100px;
	width:250px;
	border:0px #5A749C solid;
	margin-left:170px;
	text-align:center;
	padding-top:10px;
}

 
/* search bar styles */
.srchbr {
	margin:0px auto;
	width:100%;
    text-align: center;
    color:#FFF;
    background-color: #99924E;
    border-top: 6px solid #433F1C;

    font-size:11px;
}

.srchbr a.link {
    color:#fff;
    text-decoration:none;
}
.srchbr .link a:hover {
    color:#fff;
    text-decoration:underline;
}
.srchbr .link a:visited {
    color:#fff;
    text-decoration:none;
}
/* float clear fix */
.ygcl { clear:both; padding:0; margin:0; font-size:0.1em; line-height: 0.1em;}
