/** 

1. Global Styles
2. Wrappers and Containers
3. Header
4. Content
5. Footer
**/

/** 

1. =Global Styles

**/
body {
}
*{
	padding: 0px;
	margin: 0px;
}
.clear {
	clear: both;
}

.hide {
	display: none;
}

.box h3, .navBox h3 {
	margin-bottom: 10px;
}
.navBox h3, #spOff h3, #ltsPrd h3, #popPrd h3, .itemBox h3  {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.box, .navBox {
	width: auto;
	padding: 5px;
	margin-bottom: 20px;
}

.box p {
	text-align: center;
	width: auto;
	margin-top: 3px;
}
.box .prdImg {
	margin: 0px 20px;
	height: 110px;
	width: 110px;
}
.product {
	position: relative;
	width: 128px;
	height: 220px;
	overflow: hidden;
	margin: 5px;
	margin-right: 0px;
	padding-top: 10px;
	padding: 5px;
	text-align: center;
	float: left;
}
.product .prdPrice {
	margin-top: 3px;
	margin-bottom: 3px;
	text-align: left;
	padding-left: 10px;
}
.relateditem .prdPrice {
	padding-left: 0px;
}
.productThumbnail {
	margin: 0 auto;
	width: 110px;
	height: 110px;
	margin-bottom: 5px;
}
.productThumbnail a {
	display: table-cell;
	width: 110px;
	height: 110px;
	vertical-align: middle;
	text-align: center;
}
.productThumbnail img {
	text-align: center;
}
.txt-savepercent {
	height: 32px;
	width: 39px;
	padding-top: 8px;
	padding-right: 1px; 
	background:url("../images/spot.png") no-repeat scroll left top transparent;
	color:white;
	font-size: 11px;
	line-height: 12px;
	font-weight:bold;
	position:absolute;
	right:2px;
	text-align:center;
	top:84px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #b9161f;
}
/** 

2. =Wrappers and Containers

**/

#footerWrap {
	height: 150px;
}
#content {
	width: 940px;
	margin: 0px auto;
	padding: 20px;
}

/** 

3. =Header

**/
h1#storeTitle {
		float: left;
		display: block;
		height: 57px;
		width: 403px;
		margin: 20px 0px 17px 80px;
	}
	h1#storeTitle span {
		display: none;
	}
	
h1 {
	margin-bottom: 5px;
}
h2#storePhone {
		float: left;
		display: block;
		height: 43px;
		width: 194px;
		margin: 30px 0px 17px 40px;
	}
	h2#storePhone span {
		display: none;
	}
#topNav li a {
	float: left;
	display: block;
	height: 25px;
	margin-right: 2px;
	padding: 5px;
}
#topHeader {
	height: 144px;
	width: 940px;
	margin: 0 auto;
	padding-right: 0px;
}
#avmLogo {
	float: left;
	margin-left: 10px;
}
#searchForm {
	float: right;
}
#searchForm p {
	margin: 0;
}

#topHeader ul {
	width: 920px;
	clear: both;
	text-align: center;
	float: left;
	margin-top: -4px;
}
#topHeader li {
	display: inline;
	margin-left: 10px;
}



p#searchContainer {
		display: block;
		width: 217px;
		height: 26px;
		margin-top: 22px;
		margin-bottom: 0em;
	}
	p#searchContainer input {
		margin-top: 1px;
		margin-left: 30px;
		width: 170px;
		height: 23px;
		text-align: left;
		line-height: 23px;
		border: transparent;
	}
/** 

4. =Content

**/

	/** Homepage **/

#colMid #slider ul, #colMid #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
	
	/* Banner */
	
#slider, #slider li{ 
	width:580px;
	height:150px;
	overflow:hidden; 
	}
#slider li img {
	width: 580px;
}
#nextBtn, #prevBtn {
	font-size: 10px;
}
#nextBtn a, #prevBtn a {
	display: block;
	background:url("../images/banner_back.gif") repeat-x scroll bottom left #FFFFFF;
	padding: 5px;
	width: 75px;
	color: #7D7E7F;
	outline: none;
}
#nextBtn a {
	float: right;
/* 	padding-right: 10px; */
	text-align: center;
	border-left: 1px solid #F0F0F0;
}
#prevBtn a {
	float: left;
/* 	padding-left: 10px; */
	text-align: center;
	border-right: 1px solid #F0F0F0;
}
#spOff, #ltsPrd, .itemBox   {
	padding: 0px;
	float: left;
	width: 580px;
}
#spOff {
	background-color: #FAFAFA;
}

#ltsPrd table {
	padding-bottom: 1px;
}
#popPrd {
	padding: 0px;
}
#popPrd ul {
	padding-left: 0px;
}
#popPrd p {
	float: left;
}
#popPrd input {
	float: right;
	margin: 0px;
	margin-top: 3px;
}
#popPrd li {
	float: left;
	padding: 5px 5px;
	list-style: none;
}
#colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	float: left;
}
#colMid {
	position: relative;
	width: 580px;
	float: left;
	margin-left: 20px;
	padding-bottom: 10px;
}
#colMid ul {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 15px;
}
#colRight {
	position: relative;
	width: 160px; 
	right: 0px;
	float: right;
}

#spOff img {
	width: 580px;
	height: 150px;
}

#footLinks {
	margin-left: 75px;
	list-style: none;
	padding-left: 0px;
}
#footLinks li {

	float: left;
	padding: 5px;
	margin-left: 20px;

}

#notShop {
	text-align: center;
}
#notShop h3 {
	letter-spacing: 0.1px;
}
#notShop h3 {
	margin-bottom: 15px;
}
.shortcut {
	margin-bottom: 5px;
}
	/** Item **/
	
#breadcrumb {
	margin: 10px auto;
}
.productInfo p {
		margin-bottom: 5px;
	}
	.productInfo h1 {
		margin-bottom: 5px;
	}
	.productInfo form {
		margin: 10px auto;
		margin-top: 0px;
		line-height: 20px;
		position: relative;
	}
	.productInfo .buyNow {
		top: 1px;
		position: absolute;
		margin-left: 5px;
	}

	.itemBox {
		float: left;
		width: 580px;
		border: 1px solid #000;
	}
	
.productDetails {
	float: right;
	width: 220px;
}
.productDetails p {
	clear: left;
	width: 220px;
	margin-bottom: 5px;
	margin-top: 0px;
	word-wrap: break-word;
}
.productDetails ul {
	clear: both;
}
.productImage {
	float: left;
}
.productGallery {
	float: left;
}
.product-addtobasket {
	/* 	margin-top: 5px; */
	float: right;
	margin-right: 5px;
}
#mainPhotoLink, .galleryThumb {
	display: table-cell;
	width: 349px;
	height: 349px;
	vertical-align: middle;
	text-align: center;
}
.galleryThumb {
	height: 50px;
	width: 50px;
}
	/** Basket **/
	
#cart {
	padding-top: 10px;
	padding-bottom: 10px;
}

#cart h3, #cart h2 {
	margin-bottom: 10px;
}
/**

5. =Sidebar

**/
.navBox {
	padding: 0px;
	text-align: left;
}
.navBox ul {
	list-style: none;
	padding-left: 0px;
}
.navBox li a {
	display: block;
	width: 133px;
	line-height: 25px;
/* 	height: 25px; */
	font-size: 10px;
	padding: 5px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style: none;
}
.navBox ul ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p#emailContainer, p#nameContainer {
		display: block;
		width: 130px;
		height: 36px;
		margin: 10px 0px 0px 10px;
	}
	p#emailContainer {
				margin-top: 0px;	
	}
	input#emailBox, input#nameBox{
		margin: 5px 0px 0px 4px;
		width: 100px;
	}
	input#submitEmail {
		margin-left: 10px;
	}
#viewBask {
	margin-left: 28px;
	margin-top: 7px;
	margin-right: 0px;
}
#shpBasket p {
	margin: 11px auto;
	margin-bottom: 0px;
}
#colLeft select {
	width: 158px;
}
#ftdProduct {
	text-align: center;
}
#ftdProduct .productThumbnail {
	margin: 0 auto;
	margin-bottom: 5px;
}
input#submitEmail {
	margin-left: 27px;
}
#ftdProduct h3 {
	text-align: left;
	margin-bottom: 15px;
	}

	/** Products **/
	
	.catDesc {
	margin-bottom: 8px;
}
.pageNav strong, .pageNav a {
	padding: 3px 6px;
	border: 1px solid #e8e8e8;
	background-color: #f9f9f9;
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;
}
.pageNav a:hover {
		background-color: #fff;
		text-decoration: none;
	}
	
.sBC {
	margin-bottom: 10px;
}	
.shortcutText a {
	background:url("../images/click.gif") no-repeat scroll right top;
	height: 14px;
	padding-right: 17px;
	color: #000;
}
/** 

5. =Footer

**/
#footer {
		width: 940px;
		height: 80px;
		margin: 0 auto;
		padding: 20px;
	}
	#footer .copyright {
		clear: both;
		display: block;
		width: 230px;
		height: 20px;
		padding-top: 7px;
		margin-top: 5px;
		float: left;
		line-height: 170%;
	}
#footer h3
{
		display: block;
		width: 95px;
		height: 17px;
		float: left;
		margin-top: 11px;
	}
	#footer h3 span {
		display: none;
	}
	#footer p.address {
	width: 800px;
	height: 11px;
	padding-top: 6px;
	float: left;
}#footer p.darker {
	width: 680px;
	font-size: 10px;
}
