body{
    margin:0 auto;
    font-family:veranda, tahoma, arial;
    font-size:15px;
}

p{
	margin-top:0px;
}

#container{
    width:800px;
    margin:0 auto;
}

#logo{
	width:100%;
	height:95px;
	font-family:times;
	font-size:30px;
	color:#272D71;
	margin:20px 0 0 0;
}

#top-nav{
	width:798px;
	color:#272D71;
	background:#EBEDF3;
	border:1px solid #272D71;
	padding:5px 0 5px 0;
	margin:10px 0 10px 0;
}
#top-nav a{
	text-decoration:none;
	margin:0 5px 0 5px;
	color:#272D71;
}
#top-nav a:hover{
	color:#ffffff;
	background:#272D71;
}

#search{
	float:left;
	width:150px;
}
#search input{
	width:135px;
	background:#ffffcc;
	border:1px solid #cccccc;
	height:25px;
	padding:7px 0 0 5px;
}
#search-results{
	color:#CE0000;
}
#location{
	float:right;
	width:645px;
	color:#ffffff;
	background:#CE0000;
	font-size:20px;
	padding:4px 0 6px 5px;
}
#location a{
	color:#ffffff;
	text-decoration:none;
}
#sort{
	width:100%;
	text-align:right;
	font-size:15px;
	color:#000;
	margin:20px 0 20px 0;
}
#left{
	width:150px;
	float:left;
}
#center{
	width:650px;
	float:left;
}
div.left-header{
	width:140px;
	color:#ffffff;
	border:1px solid #272D71;
	background:#272D71;
	text-align:center;
	padding:5px 0 5px 0;
}
div.left-box{
	border-top:1px solid #272D71;	
	border-right:1px solid #272D71;
	margin:1px 0 10px 0;
	text-align:right;
	padding:3px 3px 10px 0;
	width:138px;
}

div.left-box a{
	display:block;
	padding:5px 0 5px 0;
	text-decoration:none;
	color:#272D71;
}
div.left-box a:hover{
	background:#EBEDF3;
}

div.hp-box{
	float:left;
	width:32%;
	min-height:150px;
	text-align:center;
	border:1px solid #666;
	margin-right:5px;
	margin-bottom:10px;
}

div.hp-text{
}

#category-header{
	margin:0 0 20px 0;
}
div.product-list-box{
	min-height:50px;
	width:650px;
	margin:0 0 0px 0;
}
div.product-list-photo{
	width:150px;
	min-height:43px;
	padding-top:7px;
	float:left;
} 
div.product-list-price{
	color:#ce0000;
	width:160px;
	min-height:45px;
	padding-top:5px;
	float:left;
}

div.product-list-qty{
	color:#000000;
	width:150px;
	min-height:45px;
	padding-top:5px;
	float:left;
}
div.product-list-size{
	font-size:12px;
	color:#000000;
	width:240px;
	min-height:43px;
	padding-top:7px;
	float:left;
}
div.product-list-details{
	width:540px;
	min-height:110px;
	float:left;
}

div.product-list-product{
	color:#272D71;
	font-weight:bold;
	margin:0 0 10px 0;
}
div.product-list-description{
	padding:0 0 5px 0;
	border-bottom:1px solid #cccccc;
	margin:0 0 10px 0;
}

div.product-list-price b{
	color:#000000;
}

div.product-list-button{
	width:95px;
	min-height:50px;
	float:left;

}

div.header{
	color:#000000;
	font-size:14px;
}

span.old-price{
	font-size:11px;
	color:#666666;
	
}
span.sale{
	color:#ff0000;
	font-weight:bold;
	font-size:11px;
	margin:0 0 0 10px;
}
p.disclaimer{
	font-size:10px;
	color:#666666;
}