@charset "utf-8";
/* CSS Document */

div#footer{
	background: url(../images/footer_store_bg.jpg) repeat-x    ;
}

#footer a{
	color:#FFFFFF;
}


/* ######################################################################### */
/* NAVS */

ul#productsnav {
	list-style:none;
	position:relative;
	margin-top: 0px;
	margin-bottom:30px;
}

li.button a {
	background:url(../images/button_store.jpg);
	font-family:verdana;
	font-size:11px;
	text-decoration:none;
	display:block;
	width: 170px;
	height:22px;
	color:#275456;
	padding: 2px 0px 3px 4px;
	margin-bottom:1px;
	margin-left:-25px;
}

li.button a:hover {
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;
	background:url(../images/button_storea.jpg);
}

li.button a.active {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/button_storea.jpg);
}

li.button a.active:hover {
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	background:url(../images/button_storea.jpg);
}

.storebignav {
	margin-right:6px;
	margin-bottom:20px;
	margin-top:20px;
}
.storenavtop {
	margin-right:3px;
}

H1 {
	font-size:20px;
	font-family:verdana;
	color:#FECA18;
	margin-top:0px;
	font-style:italic;
	}
	
.productlist {
	border: solid 1px #999;
	line-height:18px;
	padding:4px 4px 4px 4px;
	min-height:120px;
	position:relative;
	margin-bottom:50px;
	}
	
.productlist ul {
	position:relative;
	left:0px;
	}

.productlist li {
	list-style: url(../images/bullet_blue.jpg);
	list-style-position:outside;
}

.productlist h1 {
	font-style:normal;
	margin-bottom:0px;
	line-height:normal;
}

.price {
	font-size:27px;
	color:#3AAAEC;
	font-style:italic;
	line-height:normal;
	}
	
.price2 {
	font-size:27px;
	color:#3AAAEC;
	font-style:italic;
	}
	
.buttons {
	position:relative;
	top:30px;
	left:350px;
	width:82px;
	}
	
.productdetails {
	border: solid 1px #999;
	line-height:20px;
	padding:10px 10px 10px 10px;
	position:relative;
	}

.productdetails li {
	list-style: url(../images/bullet_blue.jpg);
	list-style-position:outside;
	font-size:12px;
	line-height:21px;
}

.productdetails ul {
	position:relative;
	left:-5px;}

.productdetails h1 {
	font-style:normal;
	margin-bottom:0px;
	line-height:normal;
}

.productimage {
	float:right;
	text-align:right;
	height:100%;
	}
	
.detailstext {
	display:table-cell;
	}

.buynow {
	background-color:#efefef;
	width:100%;
	}

.buynow td {
	padding:8px;
	}

/* Copyright (c) Webfuel Ltd. */

