body
{
	background-image: url(../../images/bg-tile.gif);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #f0f7fc;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
}


.containerAll
{
	width: 985px;
	margin: 0 auto;
	text-align: left;
}


/* GLOBAL ELEMENTS */


h1
{
	font-size: 24px;
	color: #042a6b;
	margin: 0;
	font-weight: normal;
}

h2
{
	font-size: 16px;
	color: #042a6b;
	margin: 0;
	font-weight: bold;
}

h3
{
	font-size: 14px;
	color: #042a6b;
	margin: 0 0 3px 0;
}

h4
{
	font-size: 18px;
	color: #042a6b;
	margin: 0;
}

h5
{
	font-size: 18px;
	color: #0071a7;
	margin: 0;
}

p
{
	font-size: 12px;
	color: #303030;
	line-height: 18px;
}

a
{
	color: #3db5ed;
}

a:hover
{
	text-decoration: none;
}


ul
{
	font-size: 12px;
	color: #303030;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
	line-height: 18px;
}


ul li
{
	background-image: url(../../images/img-listArrows.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}


/* FORM STYLES */

input[type="text"]
{
	border: 1px solid #82b6d2;
	padding: 2px 0 0px 0;
}

input[type="password"]
{
	border: 1px solid #82b6d2;
	padding: 2px 0 2px 0;
}

input.search
{
	width: 260px;
	height: 22px;
	padding: 5px 0 0 5px;
	position: relative;
	margin: 0 5px 0 0;
}

input.quantity
{
	width: 40px;
	float: none;
}

input.button, input.checkbox
{
	border: none;
	float: none;
}

input.buttonGo
{
	border: none;
	position: relative;
}

input.buttonGoPos
{
	border: none;
	position: relative;
	top: -4px;
}

select
{
	height: 20px;
	border: 1px solid #82b6d2;
	margin: 0 0 0 0;
	color: #042a6b;
}



/* PAGE STRUCTURE STYLES BEGIN */


.header
{
	width: 980px;
	height: 156px;
	float: left;
	clear: both;
	overflow: hidden;
}


.logo
{
	float: left;
	width: 152px;
	height: 156px;
}

.userTop
{
	height: 39px;
	float: right;
	clear: right;
	text-align: right;
	font-size: 11px;
	padding: 0px 18px 0 0;
}

.welcomeBox
{
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
	padding: 5px 0 0 0;
}

.topButtons
{
	float: left;
}

.userTop .welcome
{
	font-size: 11px;
	font-weight: bold;
	color: #042a6b;
	margin: 0 10px 0 0;
}

.userTop a
{
	color: #0078ff;
}

ul.userOptions
{
	margin: 0;
	padding: 0;
}

ul.userOptions li
{
	list-style: none;
	float: left;
	margin: 0 10px 0 0;
	background: #FFFFFF;
	padding: 3px 7px 5px 7px;
}

ul.userOptions li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #042a6b;
	text-transform: uppercase;
}

.userSearch
{
	float: left;
	width: 812px;
	height: 57px;
}

.userSearch .leftArea
{
	float: left;
}

.userSearch .rightArea
{
	float: right;
	width: 379px;
	padding: 0 0 0 30px;
}


.userSearch .rightArea img
{
	float: left;
}


.mainNav
{
	float: left;
	width: 720px;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 13px;
	font-weight: bold;
	margin: 0 0 0 75px;
}


.mainLinks
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: normal;
}


.mainLinks li
{
	display: block;
	float: left;
	margin: 0 26px 0 0;
	background-image: none;
	padding: 0;
}

.mainLinks li a
{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.mainLinks li a:hover
{
	color: #00aeff;
	border-bottom: 6px solid #ed1d24;
	padding: 0 0 8px 0;
	_padding: 0 0 5px 0; /* IE6 WORKAROUND */
}

.homeCont
{
	float: left;
	clear: both;
	width: 980px;
	padding: 0 0 0 0;
}

.leftNav
{
	float: left;
	width: 196px;
	padding: 27px 0 0 0;
}

.leftNav img
{
	margin: 16px 0 0 0;
}


.leftLinks
{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}


.leftLinks li
{
	height: auto;
	width: 194px;
	background: #eff7fb;
	float: left;
	clear: both;
	margin: 0;
	padding: 0; /*padding: 2px 0px 3px 0px;*/
	border-left: 1px solid #b4ddf9;
	border-right: 1px solid #b4ddf9;
	border-bottom: 1px solid #b4ddf9;
}

.leftLinks li.first
{
	border: 1px solid #b4ddf9;
}


.leftLinks li a
{
	color: #0071a6;
	width: 189px;
	height: auto;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 5px;
}

.leftLinks li a:hover
{
	color: #FFFFFF;
	background: #1a5f90;
}


.midMain
{
	width: 761px;
	float: left;
	clear: right;
	padding: 0 0 40px 23px;
}


.productMain
{
	float: left;
	width: 763px;
	height: 425px;
	padding: 25px 0 10px 0;
}

.productDesc
{
	float: left;
	width: 262px;
	clear: both;
}

.productDesc p
{
	margin: 0;
	font-size: 13px;
	color: #4f4f4f;
	line-height: 16px;
}

.productPrice
{
	float: left;
	clear: both;
	padding: 12px 0 0 0;
}


.productShopNow
{
	float: left;
	clear: both;
	padding: 10px 0 0 0;
	top: 175px;
	left: 24px;
	position: relative;
	z-index:1;
}

.welcomeMsg
{
	float: left;
	margin: 35px 0 0 0;
	clear: both;
	width: 100%;
	top: 70px;
	position: relative;
	height: auto;
}

.welcomeMsg h1
{
	font-size: 16px;
	color: #042a6b;
	margin: 0;
}

.welcomeMsg p
{
	margin: 5px 0 0 0;
}

.tblFeatured
{
	float: left;
	width: 758px;
	border: 1px solid #b4ddf9;
	background: #FFFFFF;
	margin: 0 0 15px 0;
}

.dlFeaturedProducts
{
	float: left;
}

.errorMessage
{
	float:left;
	margin-top:5px;
}

.dlFeaturedProducts td
{
	margin: 0px;
	padding: 0px;
}

.tblResults
{
	float: left;
	width: 189px;
	background: #FFFFFF;
	margin: 0 0 15px 0;
	min-height: 389px;
}

.tblFeatured p, .tblResults p
{
	margin: 5px 0 15px 0;
}

.tblFeatured .title, .tblResults .title
{
	background: #d7e9f4;
	height: 38px;
}

.tblFeatured select, .tblResults select
{
	width: 160px;
}

.featThumb
{
	width: 100%;
	min-height: 175px;
	height: 175px;
	border-top: 1px solid #b4ddf9;
	border-right: 1px solid #b4ddf9;
	border-left: 1px solid #b4ddf9;
	padding: 5px 0 0 0;
	text-align:center !important;
}

.featThumbLast
{
	width: 180px;
	min-height: 140px;
	border-top: 1px solid #b4ddf9;
	padding: 5px 0 0 0;
}

.featDesc
{
	width: 167px;
	min-height: 150px;
	padding: 15px 8px 10px 5px;
	background-image: url(../../images/bg-featured.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px solid #b4ddf9;
	border-left: 1px solid #b4ddf9;
	border-bottom: 1px solid #b4ddf9;
	vertical-align: top;
}

.featDesc p
{
	width: 167px;
	min-height: 86px;
	height:86px;
	padding-left: 6px;
}

.featDesc h3
{
	font-size: 12px;
	min-height: 60px;
	height:60px;
	padding-left: 6px;
	padding-top: 6px;
	color: #042a6b;	
	text-decoration:none;
	cursor:hand;
}

.featDescCategory
{
	width: 167px;
	min-height: 25px;
	padding: 15px 8px 0 5px;
	background-image: url(../../images/bg-featured.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border-right: 1px solid #b4ddf9;
	border-left: 1px solid #b4ddf9;
	border-bottom: 1px solid #b4ddf9;
	vertical-align: top;
	text-align: center;
}

.featDescCategory a
{
	text-decoration: none;
}

.featDescCategory a:hover
{
	color: #0071a6;
}

.featDescLast
{
	width: 167px;
	min-height: 120px;
	padding: 15px 8px 0 5px;
	background-image: url(../../images/bg-featured.gif);
	background-position: top left;
	background-repeat: repeat-x;
	vertical-align: top;
}

.featDescLast p
{
	width: 167px;
	min-height: 80px;
}

.featDescLast h3
{
	font-size: 12px;
}

.featCart
{
	width: 175px;
	border-right: 1px solid #b4ddf9;
	border-left: 1px solid #b4ddf9;
	padding: 0 0 12px 5px;
}

.featAddCart
{
	width: 175px;
	border-right: 1px solid #b4ddf9;
	border-left: 1px solid #b4ddf9;
	border-bottom: 1px solid #b4ddf9;
	text-align: center;
}

.featAddCart input[type="image"]
{
	margin: 10px 0 10px 0;
}

.featCartLast
{
	width: 175px;
	padding: 0 0 12px 5px;
}


.startingAt
{
	font-size: 12px;
	color: #303030;
	line-height: 18px;
	padding-left: 6px;
}

.price
{
	font-size: 16px;
	font-weight: bold;
	color: #0085cb;
}

.addCart
{
	padding: 5px 0 0 10px;
}

.detailMain
{
	width: 761px;
	float: left;
	clear: right;
	padding: 10px 0 40px 0px;
}


.detailInfo
{
	width: 714px;
	float: left;
	border: 1px solid #b7dff9;
	margin: 10px 0 0 0;
	padding: 30px 20px 30px 25px;
	background: #FFFFFF;
}

.detailInfo img
{
	border: 4px solid #00c0ff;
	margin: 0 10px 5px 10px;
}

.detailInfo a
{
	font-size: 12px;
}

.detailCart
{
	width: 753px;
	float: left;
	border: 1px solid #b7dff9;
	margin: 10px 0 0 0;
	background: #FFFFFF;
	padding: 5px 0 30px 6px;
}

.detailCheckout
{
	width: 753px;
	float: left;
	border: 1px solid #b7dff9;
	margin: 10px 0 0 0;
	background: #FFFFFF;
	padding: 5px 0 5px 6px;
}

.shoppingCart img
{
	float: left;
	margin-right: 5px;
}

.cartArea
{
	width: 698px;
	float: left;
	padding: 0 30px 0 30px;
	margin: 40px 0 0 0;
}


.tblCart
{
	width: 690px;
	border: 1px solid #b8dff9;
	color: #57585a;
	font-size: 13px;
}

.tblCart .headCol
{
	color: #042b6c;
	font-size: 15px;
	height: 35px;
	background: #d7e9f5;
	border-right: 1px solid #b8dff9;
	padding: 0 0 0 7px;
}

.tblCart .headColLast
{
	color: #042b6c;
	font-size: 15px;
	height: 35px;
	background: #d7e9f5;
	border: none;
}

.alternate
{
	background: #f0f7fc;
}


.removeRow, .descRow, .quantityRow, .priceRow, .subtotalRow
{
	border-right: 1px solid #b8dff9;
}

.removeRow, .descRow, .quantityRow, .priceRow, .totalRow
{
	border-bottom: 1px solid #b8dff9;
}

.subtotal
{
	color: #042b6c;
	font-weight: bold;
}

.cartButtons
{
	margin: 15px 0 0 0;
	float: right;
	padding: 0 7px 0 0;
}


.cartButtons img
{
	float: left;
	margin: 0 0 0 20px;
}


.detailSearch
{
	float: left;
	width: 751px;
	height: 42px;
	background: #4fb3e0;
	margin: 5px 0 15px 0;
	padding: 8px 0 13px 10px;
}

.tblDetailSearch
{
	width: 745px;
	margin-top: -13px;
}

.tblDetailSearch .colHead
{
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}

.tblDetailSearch select
{
	width: 150px;
}

.pageInfo
{
	float: left;
	width: 755px;
	border-bottom: 6px solid #FFFFFF;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

.breadcrumbs
{
	float: left;
	font-size: 16px;
	color: #4f4f4f;
}

.resultControls
{
	float: right;
	height: 20px;
}

.resultControls a, .resultControls input
{
	float: left;
	margin: 0 3px 0 3px;
	display: block;
}

.resultControls a.page
{
	height: 16px;
	background: #FFFFFF;
	font-size: 15px;
	font-weight: bold;
	color: #0398d7;
	border: 1px solid #7bc0e4;
	padding: 0 5px 2px 5px;
	_padding: 0px 5px 0px 5px; /* IE6 WORKAROUND */
	text-decoration: none;
	text-align: center;
}

.resultControls a.pageCurrent
{
	height: 16px;
	background: #1a5f90;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #7bc0e4;
	padding: 0px 5px 2px 5px;
	_padding: 0px 5px 0px 5px; /* IE6 WORKAROUND */
	text-decoration: none;
	text-align: center;
}

.footer
{
	width: 100%;
	clear:both;
	height: 80px;
	float: left;
	background: #FFFFFF;
	font-size: 11px;
}

.footerCenter
{
	width: 970px;
	margin: 0 auto;
	position: relative;
	left: 15px;
	height: 50px;
	padding: 20px 0 0 0;
	text-align: left; /*background-image: url(../../images/bg-footer.gif); 	background-position: bottom right; 	background-repeat: no-repeat;	*/
}

.footerCenter img
{
	position: absolute;
	float: right;
	z-index: 0;
	left: 740px;
	bottom: 1px;
}

.footerLinks
{
	float: right;
	color: #3db5ed;
	padding-right: 65px;
	position: relative;
	z-index: 1;
}

.copyright
{
	color: #303030;
}

.copyright .highlight
{
	/*	color: #000000;	*/
	font-weight: bold;
}


.loginButton
{
	margin-top: 20px;
}

.normalText
{
	font-size: 12px;
	color: #303030;
}

.skuList
{
	text-transform: capitalize;
}

.detailSpecialDeal
{
	width: 670px;
	float: left;
	border: 1px solid #b7dff9;
	margin: 10px 0 0 0;
	padding: 30px 0px 30px 25px;
	background: #FFFFFF;
}

/*Product Details*/

.productDetail
{
	width: 755px; /*background: #FFFFFF; 	border: 1px solid #b7dff9;*/
	padding: 30px 25px 30px 25px;
}

.tblProductDetail
{
	width: 100%;
	font-size: 12px;
	color: #303030;
	float:left;
}

.tblProductDetail .mainImage
{
	width: 355px;
	height: 259px;
	padding: 5px;
	text-align:center;
}

.tblProductDetail .addCart
{
	text-align: center;
	vertical-align: middle;
}

.breadcrumbsProduct
{
	float: left;
	font-size: 12px;
	color: #4f4f4f;
}

.tblProductDetail .addCart img
{
	border-style: none;
	padding: 7px;
}

.tblProductDetail .price
{
	font-size: 16px;
	font-weight: bold;
	color: #0085cb;
	padding-left:50px;
}

.productContent
{
	float: left;
	width: 500px;
	height:400px;
	border: solid 1px #b4ddf9;
	margin: 25px 0px 15px 5px;
	padding: 10px;
}

.productCross
{
	float: right;
	width: 210px;
	height:422px;
	border: solid 1px #b4ddf9;
	margin: 25px 0px 15px 0px;
}

.productCross h2
{
	padding: 2px 0px 2px 4px;
	background: #d7e9f4;
}

.productCross .title
{
	background: #d7e9f4;
}

.crossSellingImage
{
	padding: 8px 4px 8px 4px;
	text-align: center;
}

.crossSellingName
{
	float: right;
	padding: 8px 4px 8px 4px;
	text-align: left;
}

.accessories
{
	margin-left: 5px;
	border: solid 1px #b4ddf9;
	width: 100%;
	float:left;
}

.accessories h2
{
	padding: 2px 0px 2px 4px;
}

.accessories .title
{
	background: #d7e9f4;
}
	
.orderNumber
{
	text-align:center;
}

.totalPrice
{
	padding:4px;
}

/*SKU DropDown*/

.displayDropDown
{
	border:solid 1px #82B6D2;
	width:inherit;
	height:inherit;
	font-size:10px;
	background-color:White;
	font-family:Arial;
	padding:2px;
}