/*-------------------------------------
Stylesheet for Boxwood Store
Author: Rude Goose
-------------------------------------*/
body{
	background:#fff;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
}
a:link,a:visited{
	color:#536261;
	text-decoration:none;
}
a:hover{
	color:#c29a80;
}
li{
	list-style-image:url(images/arrow_green.gif);
	clear:left;
}

h1{
	font-size:120%;
}
h2{
	font-size:100%;
}

/*Classes------------------------------*/

.middleColumnItem{
	float:left;
	margin:5px;
	text-align:center;
	background:#dbeae7;
	padding:5px;
	border:2px dotted #afcfc9;
}
.middleColumnProduct{
	float:left;
	margin:5px;
	text-align:center;
	font-size:80%;
	background:#dbeae7;
	padding:5px;
	border:2px dotted #afcfc9;
	width:105px;
	height:150px;
	overflow:hidden;
}
.split{
	float:left;
	width:190px;
	margin:0 0 10px 10px;
	padding:5px;
	border:1px solid #ccc;
}
.categoryLinks {
	border:1px solid #bbb;
	width:110px;
	margin-bottom:2px;
	padding-left:5px;
	font-size:120%;
	background:#afcfc9;
}
.categoryLinks a:hover{
	color:#fff;
}
.additional_image{
	margin:5px;
	float:left;
}

/*ids----------------------------------*/
#add_images{
	clear:both;
}
#cart{
	clear:both;
	padding-top:20px;
}
#checkout{
	background:transparent url(images/checkout_bullet.gif) no-repeat left;
	padding-left:15px;
}
#checkout img{
	margin-right:10px;
}
#container{
	position:relative;
	width:750px;
	margin:0 auto;
	text-align:left;
	background:#fff url(images/bg.gif) repeat-y;
}
#display{
	position:relative;
	top:10px;
	font-size:80%;
	clear:both;
	padding-bottom:10px;
}
#footer{	
	clear:both;
	background:#afcfc9;
	color:#fff;
	width:750px;
}
#footer p{
	width:750px;
	text-align:center;
	padding:10px;
}
#header{
	position:relative;
	background:#afcfc9 url(images/banners/boxwoodHeader.gif) no-repeat top;
	top:0;
	left:0;
	color:#fff;
	width:750px;
}
#headerTitle{
	position:relative;
	left:280px;
}
#headerNavigation{
	float:left;
}
#headerBreadcrumb{
	margin:20px 0 0 20px;
	padding-bottom:5px;
}
#headerIcons{
	float:right;
	margin-top:-20px;
}
#headerLinks{	
	float:right;
	margin-top:-20px;
	padding-bottom:5px;
}
#header a:hover{
	color:#fff;
}
#info img{
	float:left;
	margin-right:30px;
}
#info h2{
	clear:left;
}
#info input{
	margin-bottom:10px;
}
#leftColumn{
	float:left;
	width:130px;
	margin:10px 0 0 10px;
}

#middleColumn{
	float:left;
	margin:10px 20px;
	width:450px;
}
#middleColumn p{
	margin-right:30px;
}
#middleColumnCats{
	position:relative;
	width:370px;
	text-align:center;
	margin:0 auto;
}
#products{
	float:left;
	text-align:center;
	width:420px;
}
#rightColumn{
	float:right;
	width:100px;
	margin:10px 10px 0 0;
	text-align:right;
}

