/* CSS Document */

a:link {
	outline: none;
}

a:visited {
	outline: none;
}

a:active {
	outline: none;
}

a:hover {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
	}

body {
	margin:0px;
	padding: 0px;
	background-color: #fff;
	text-align:center;
	}
	

.container {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 980px;
	height: 606px;
	margin-left: -490px;
	margin-top: -303px;
	}

.containerMSIE {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 992px;
	height: 606px;
	margin-left: -490px;
	margin-top: -303px;
	}

.commonDiv {
	position: relative;
	float: left;
	}



.logoDiv {
	width: 980px; height: 41px;
	padding: 0px;
	margin: 0px;
	text-align: center;
	}


.navContainer {
	width: 83px; height: 565px;
	padding: 0px;
	margin: 0px;
	}

.leftNav {
	position: absolute;
	left: 0px; bottom: 22px;
	padding: 0px;
	margin: 0px;
	}

.rightNav {
	position: absolute;
	left: 0px; bottom: 20px;
	padding: 0px;
	margin: 0px;
	}

.navItem {
	clear: both;
	padding: 0px;
	margin: 0px;
	}


.contentContainer {
	width: 800px; height: 540px;
	padding: 5px;
	margin: 0px;
	border: 1px solid #d9d9d9;
	}

.contentContainerMSIE {
	width: 808px; 
	padding: 5px;
	margin: 0px;
	border: 1px solid #d9d9d9;
	}


.productLeft {
	width: 144px; height: 540px;
	background-color: #e5e5e5;
	padding: 0px;
	margin: 0px;
	}

.productForm {
	width: 144px; height: 127px;
	padding: 0px 0px 0px 8px;
	margin: 0px;
	text-align: left;
	}

.productSwatches {
	position: absolute;
	left: 0px; top: 127px;
	clear: both;
	width: 144px; height: 413px;
	padding: 0px;
	margin: 0px;
	}

.productSwatchesiPad {
	position: absolute;
	left: 0px; top: 138px;
	clear: both;
	width: 144px; height: 402px;
	padding: 0px;
	margin: 0px;
	}

.productRight {
	width: 652px; height: 540px;
	padding: 0px 0px 0px 4px;
	margin: 0px;
	}

.productImg {
	padding: 0px;
	margin: 0px;
	}

#swatchDiv {
	position: absolute;
	left: 4px; top: 0px;
	width: 652px; height: 540px;
	padding: 0px;
	margin: 0px;
	display: none;
	z-index: 2;
	}

#closeButton {
	position: absolute;
	left: 605px; top: 8px;
	width: 46px; height: 19px;
	padding: 0px;
	margin: 0px;
	display: none;
	z-index: 3;
	}

.productName {
	padding: 8px 0px 8px 0px;
	margin: 0px;
	}

.selectChoice {
	width: 126px;
	font-family: verdana, geneva, arial, sans-serif;
	font-size: 9px;
	color: #333;
	line-height: 16px;
	border: 1px #666 solid;
	padding: 2px;
	margin: 0px 0px 6px 0px;
	outline: none;
	}

.cartButton {
	padding: 0px;
	margin: 0px;
	}

.copyright {
	clear: both;
	width: 887px;
	padding: 0px;
	margin: 0px;
	text-align: right;
	}
