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


img, div { behavior: url(styles/iepngfix.htc) }


body, p, td, table, img, div, ul, li
	{
	margin:0;
	padding:0;
	border:none;
	}
	

body
	{
	background-color:#D5EAFF;
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}

td
	{
		vertical-align:top;
	}
	

h2
	{
		padding:5px 0;
		margin:0;
		font-size:13px;
		font-weight:normal;
	}
	

input
	{
		margin:0;
		padding:0;
	}
	
p
	{
		padding:0 0 10px 0;
	}

a
	{
		color:#333;
	}
	
a:hover
	{
		color:#0055A8;
	}
	
a.all
	{
		color:#333!important;
		display:block;
		text-decoration:none;
		padding:3px 0
	}
	
.wrapper
	{
	background-image:url(../images/bg-content.png);
	background-repeat:repeat-y;
	margin:0 auto;
	width:798px;
	padding:0 14px;
	}

.footer
	{
	margin:0 auto;
	width:546px;
	padding:18px 250px 18px 30px;
	font-size:10px;
	text-align:left;
	background-image:url(../images/bg-footer.png);
	background-repeat:no-repeat;
		}
	
.header
	{
	background-image:url(../images/bg-header.jpg);
	background-repeat:repeat-x;
	height:119px;
	}

.header p
	{
		padding:0;
	}
	

.cartItem
	{
	float:right;
	padding: 60px 10px 0 0;
	text-align: right;
	
	}
.topNav
	{
	background-image:url(../images/bg-topnav.jpg);
	background-repeat:repeat-x;
	padding: 0 10px 0 0;
	}
	
.topNav ul
	{
	list-style-type:none;
	text-align: right;
	}
	
.topNav li
	{
	display:inline;
	}
	
.subNav
	{
		border-top:1px solid #B9B9B9;
	}
.subNav ul
	{
		list-style-type:none;
		margin:0;
		padding:0;
	}
	
.subNav li
	{
		margin:0;
		padding:0;
	}
	


div.content
	{
	padding:15px 11px 0 5px;
	}
	
.cntTbl
	{
	width:100%;
	}
	
.cntTbl .colLeft
	{
	width:170px;
	background-color:#D6E7F8;
	padding: 0 0 10px 0;
	}
	
.search input
	{
		float:left;
	}
	
.search
	{
		padding:8px 0;
		background-color:#fff;
		background-image:url(../images/bg-search.jpg);
		background-repeat:repeat-x;
		height: 16px;
		
	}
	
.cntTbl .colRight
	{
	padding:0 0 0 14px;
	
	}

.colRight {
	width: 700px;

}
.featuredProds
	{
		width:100%;
		margin:15px 0;
		
	}

.featuredProds .featTitle
	{
		border-bottom:1px dotted #999999;
	}
	
.featuredProds .featRight
	{
		padding:0 0 0 10px;
	}

.featuredProds .featLeft
	{
		padding:0;
		border-right:1px dotted #999999;
	}

.featuredProds .item
	{
	width:170px;
	float: left;
	padding:5px 10px 0 0;
	}
	
.featuredProds .item .title
	{
		font-weight:bold;
		
	}


.featuredProds .item .description img
	{
		float:right;
	}
	
.featuredProds .item .featureLink
	{
		padding:8px 0;
	}
	
	
.featuredProds .item .featureLink a
	{
		color:#0055A8;
		font-weight:bold;
		background-image:url(../images/bt-dots.jpg);
		background-repeat:no-repeat;
		background-position:right;
		padding:0 10px 0 0;
	}
	


/* Pager Nav and Breadcrumbs  */
.catNav
	{
		padding:5px 0;
		border-bottom:1px dotted #999999;
		width:100%
	}

.catNav td
	{
		vertical-align:bottom;
		padding:0 0 5px 0;
	}


.catNav.btm
	{
		padding:5px 0;
		border-top:1px dotted #999999;
		border-bottom:none;
		width:100%
	}


.catNav.btm td
	{
		vertical-align:top;
		padding:5px 0 0 0;
	}

.catNav .breadCrumbs
	{
		color:#000;
		font-weight:bold;
	}

.catNav .breadCrumbs a
	{
		color:#666666;
		background-image:url(../images/bt-divider.jpg);
		background-repeat:no-repeat;
		background-position:right;
		font-weight:normal;
		padding:0 10px 0 0;
	}
	

.catNav a:hover
	{
		color:#0055A8;
	}


.catNav .pageNat
	{
		text-align:right;
	}

.catNav .pageNat a
	{
		color:#0055A8;
	}
	
	.catNav .pageNat a:hover
	{
		color:#333;
	}
	
.catNav .pageNat a.pageon
	{
		color:#333;
		text-decoration:none;
		font-weight:bold;
	}


/* Pager Nav and Breadcrumbs  */


/* Cat Table Classes  */

/*.catTable
	{
		width:100%;
		margin:8px 0 0 0;
	}

.catTable td
	{
		border-right:1px dotted #999999;
		width:160px;
		padding:0 10px ;
	}
	
.catTable td.lastCol
	{
		border:none;
	}
	
.catTable td .itemDesc
	{
		background-image:url(../images/bg-catDesc.jpg);
		background-repeat:repeat-x;
		border-top:1px solid #CCCCCC;
		padding:5px;
	}


.catTable td .itemDesc .catDescTitle
	{
		font-weight:bold;
		padding:0 0 10px 0;
	}
	

.catTable .itemDesc .catDescLink
	{
		padding:8px 0;
	}
	
	
	
	
.catTable .itemDesc .catDescLink a
	{
		color:#0055A8;
		font-weight:bold;
		background-image:url(../images/bt-dots.jpg);
		background-repeat:no-repeat;
		background-position:right;
		padding:0 10px 0 0;
	}


*/
.itemDesc
        {
                background-repeat:repeat-x;
		text-align: left;
		width: 130px;
        }


.itemDesc .catDescTitle
        {
                font-weight:bold;
/*                padding:0 0 10px 0;*/
        }



.catDescLink a
        {
                color:#0055A8;
                font-weight:bold;
                background-image:url(../images/bt-dots.jpg);
                background-repeat:no-repeat;
                background-position:right;
                padding:0 10px 0 0;
        }




/* Detail Table Classes  */




.detailTbl
	{
		width:100%;
		margin:0 0 20px 0;
	}

.detailTbl .itemDetail
	{
		padding:40px 0 0 5px;
	}
	


.detailTbl .itemDetail .itemDetailtitle
	{
		font-size:16px;
		font-weight:bold;
	}
	

.detailTbl .itemDetail .itemDetailDesc
	{
		padding:5px 0;
	}

.detailTbl .itemDetail .itemDetailPrice
	{
		padding:5px 0;
	}
.detailTbl .itemDetail .itemDetailList
	{
		background-image:url(../images/bg-catDesc.jpg);
		background-repeat:repeat-x;
		padding:5px;
		width:200px;
	}

.enlargeBtn
	{
		text-align:right;
		border-top:1px solid #CCCCCC;
		padding:5px 0 0 0;
		
	}
	

.itemDetail img
	{
		padding:0 2px 5px 0;
	}
	
.itemDetailImg
	{
		padding:10px 0 0 0;
		width:279px;
	}
	

.itemPagerPrevious
	{
		float:left;
		width:213px;
	}

.itemPagerNext
	{
		text-align:right;
		float:left;
	}


