@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0 0 20px 0;
	font: 0.85em "Helvetica Neue", Arial, Helvetica, sans-serif;
	
}
	
a {
	color: #333;
	text-decoration: underline;
	
}

a:hover {
	color: #710BE2;
	text-decoration: none;
	
}

p {
	
}

h1, h2, h3 {
	margin: 0 0 7px 0;
	padding: 0 0 5px 0;;
	font-size: 140%;
	width: 566px;
	height: auto;
	border-bottom: 4px solid #0070FF;	
}

form {
	margin: 0;
	padding: 0;
}

/**/

.holder {
	width: 950px;
	height: auto;
	margin: 0 auto;
}

.topbar {
	width: 950px;
	height: 79px;
	background: url(_img2/topbg.png) no-repeat left top;
}

.search {
	float: right;
	margin: 50px 20px 0 0;
	
}

.accinfo {
	float: right;
	margin: 50px 23px 0 0;
	font-size: 120%;
	color: #000;
	font-weight: bold;
}

.flash {
	width: 950px;
	height: 173px;
	background: url(_img2/flash_holder.png) no-repeat left top;	
}

.topnav {
	width: 950px;
	height: 47px;
	background: url(_img2/topnav.png) no-repeat left top;	
}

.topnav ul {
	margin: 0;
	padding: 2px 0 0 0;
		text-align: center;

	
}

.topnav ul li {
	list-style: none;
	display: inline;
}

.topnav ul li a {
	background: url(_img2/mainspace.png) no-repeat right center;
	padding: 0 15px 0 0px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	
}

.topnav ul li a:hover {
	color: #fc0;
	
}

.main {
	width: 950px;
	height: auto;
	background: url(_img2/bg.png) repeat-y left;
}

.leftnav {
	width: 184px;
	height: auto;
	float: left;
	padding: 13px 0 20px 0;
}

.leftnav ul {
	margin: 0;
	padding: 0;
	background: url(_img2/left_spacer.png) no-repeat left top;	
}

.leftnav ul li {
	list-style: none;
	
}

.leftnav ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 120%;
	background: url(_img2/left_spacer.png) no-repeat left bottom;
	display: block;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
}

.leftnav ul li a:hover {
	background-color: #FFCC00;
	color: #000;
	
}

.centre {
	width: 566px;
	height: auto;
	float: left;
	padding: 3px 15px 20px 15px;
}

.rightnav {
	width: 170px;
	height: auto;
	float: left;
	padding: 13px 0 20px 0;
	font-size: 90%;
}

.righttxt {
	width: 150px;
	margin: 5px 10px 10px 10px;
}

.banners {
	width: 150px;
	margin: 0 10px 10px 10px;
}

.rbanner {
	margin: 24px 0 0 0;
}

.footer {
	width: 920px;
	height: 112px;
	background: url(_img2/footer.png) no-repeat left top;
	padding: 0 15px 0 15px;
	text-align: center;
}

.footer ul {
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
}

.footer ul li {
	list-style: none;
	display: inline;
}

.footer ul li a {
	background: url(_img2/mainspace.png) no-repeat right center;
	padding: 0 15px 0 0px;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	
}

.footer div {
	padding: 7px;
	font-size: 80%;
	color: #FFF;
}

.footer div a {
	color: #FFF;
	text-decoration: none;
}

.footer ul li a:hover {
	color: #5EE043;
	
}


.clear {
	clear: both;
}

.thumbnail {
}

.thumbs {
	width: 180px; 
	float:left; 
	margin: 0 8px 10px 0;
	height: 280px;
}

.thumbpic {
	width: 180px;
	height: 180px;
	border: 1px solid #CCCCCC;
	text-align: center;
	margin: 0 0 5px 0;
}

.txtDefault {
	font-size: 110%;
}

a.txtDefault {
	text-decoration: none;
}

.catprice {
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	color: #C60122;

}

.txtOldPrice {
	text-decoration: line-through;
	font-size: 80%;
	color: #666;
}

.txtSale {
	
}

.txtOutOfStock {
	font-size: 80%;
	color: #000;
	
}

.pagination {
	width: 546px;
	height: auto;
	padding: 10px;
	text-align: right;
	display: block;
}

.txtCartProduct {
	font-size: 90%;
}

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

a.txtviewCart:active, a.txtviewCart:link, a.txtviewCart:visited 

{
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	margin: 10px 0 0 5px;
	background-color: #710BE2;
	background-image: url(_img2/btn_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #999;
}

a.txtviewCart:hover 

{
	background-color: #66cc33;
	color: #000;
	background-image: url(_img2/btn_bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
}

a.txtButton:active, a.txtButton:link, a.txtButton:visited 

{
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #710BE2;
	background-image: url(_img2/btn_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #999;
	margin: 5px 0 0 5px;

}

a.txtButton:hover 

{
	background-color: #66cc33;
	color: #000;
	background-image: url(_img2/btn_bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
}

a.txtCheckout:active, a.txtCheckout:link, a.txtCheckout:visited 

{
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #710BE2;
	background-image: url(_img2/btn_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #999;
	margin: 5px 0 0 5px;

}

a.txtCheckout:hover 

{
	background-color: #66cc33;
	color: #000;
	background-image: url(_img2/btn_bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
}

a.txtUpdate:active, a.txtUpdate:link, a.txtUpdate:visited 

{
	color: #ffffff;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-decoration: none;
	background-color: #710BE2;
	background-image: url(_img2/btn_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #999;
	margin: 5px 0 0 5px;

}

a.txtUpdate:hover 

{
	background-color: #66cc33;
	color: #fff;
	background-image: url(_img2/btn_bg2.png);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #FFF;
}



.minibanners {
	width: 100%;
	height:auto;
}

.minibanners img {
	padding: 0 5px 5px 0;

}

.txtcartProgressCurrent {
	font-weight: bold;
	color: #710BE2;
}
