#col2 .padding {
	padding: 0px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

#main h1 {
	padding-top: 0px;
}

#product h1 {
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 4px;
}

#product h2 {
	font-size: 15px;
	color: #ADADAD;
	font-weight: normal;
	margin-bottom: 20px;
}

#product #productHeading {
	width: 400px;
	float: left;
}

#product #productHeading h1 {
	font-weight: bold;
}

#product #productHeading h2 {
	font-weight: bold;
	color: #2b9bcf;
	margin-top: 20px;
	margin-bottom: 0px;
}

#product .buycontrols {
	text-align: right;
	float: right;
	margin-top: 9px;
	margin-bottom: 10px;
	position: relative;
	width: 80px;
}

#product .buycontrols p {
	text-align: left;
}

#product .buycontrols .price {
	font-size: 16px;
	margin-bottom: 6px;
}

#product .buycontrols table {
	margin-bottom: 7px;
	/* width: 65px; */
}

#product p {
	padding-top: 10px;
	padding-bottom: 5px;
	line-height: 1.8em;
	text-align: left;
}

#product p a {
	color: #ddd;
	cursor: pointer;
}

#product p a:hover {
	color: #E6FF89;
}

#product .back {
	width: 300px;
	float: left;
}

#product .headingwrapper {
	padding-bottom: 20px;
	border-bottom: 1px #2b9bcf solid;
	margin-bottom: 20px;
}



/* Buy Box */

.buyBox {
	width: 271px;
	background: url(/images/buyBoxBig_bg.gif) repeat-y;
	float: right;
}

#col2 .buyBox .padding {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

.buyBox .header {
	display: block;
	width: 100%;
	height: 10px;
	background: url(/images/buyBoxBigTop_bg.gif) no-repeat;
}

.buyBox .footer {
	display: block;
	width: 100%;
	height: 10px;
	background: url(/images/buyBoxBigBottom_bg.gif) no-repeat;
}

.buyBox .rrp, .buyBox .save {
	float: left;
	font-size: 11px;
}

.buyBox .rrp {
	margin-right: 10px;
	color: #fff;
}

.buyBox .save {
	color: #98DE2B;
	font-weight: bold;
}

.buyBox .price {
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	float: left;
	line-height: 1.0em;
}

.buyBox input.quantity {
	width: 20px;
	float: right;
	margin-top: 9px;
	color: #000;
	text-align: center;
}

.buyBox .button {
	float: right;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 20px;
}

.buyBox2 {
	position: absolute;
	top: -80px;
	left: 410px;
}



/*Product Image And Video Gallery */

#imageGallery {
	display: block;
	float: left;
	width: 395px;
}

#imageGallery .imageWrapper {
	position: relative;
}

#imageGallery img.specialOfferIcon {
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#imagePlaceHolder {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 390px;
	height: auto;
}

#imageGallery .imageWrapper a img {
	border: 0px;
}

#imageGallery .imageWrapper a img#imagePlaceHolder {
	border: 1px solid #808a89;
}

#imageGalleryNav, #videoGalleryNav {
	position: relative;
	margin-top: 8px;
}

#imageGallery h2 {
	margin-top: 12px;
}

#imageGalleryNav li, #videoGalleryNav li {
	list-style: none;
	display: inline;
	margin-right: 0px;
}

#imageGalleryNav li a {
	cursor: pointer;
}

#videoGalleryNav li {
	display: block;
	width: 183px;
}

#videoGalleryNav li.left {
	float: left;
	clear: both;
}

#videoGalleryNav li.right {
	float: right;
}

#videoGalleryNav li a {
	
}

#videoGalleryNav li a {
	margin-right: 7px;
}

#videoGalleryNav li p {
	padding-top: 2px;
	line-height: 14px;
	font-size: 11px;
	color: #ddd;
}

#imageGalleryNav li img, #videoGalleryNav li img {
	border: 1px solid #333;
	margin-bottom: 9px;
}

#imageGalleryNav li.selected img {
	border: 1px solid #fff;
}


#zoom {
	position: absolute;
	z-index: 1;
	top: -5px;
	left: -5px;
}


/* Popup */

#product .popup .body {
	top: 50px;
	left: -172px;
	z-index: 150;
	background: url(../images/popup_bg.png) no-repeat;
	color: #555;
}

#product .popup .hide2 {
	left: 200px;
}






#productInformation {
	float: right;
	width: 271px;
}

#productInformation ul li {
	display: block;
	list-style: none;
	color: #ddd;
	padding-left: 17px;
	padding-top: 3px;
	margin-bottom: 7px;
	background: url(/images/productBullet.gif) no-repeat 0px 5px;
}

#productInformation .announcement {
	width: 160px;
}



/* Specifications */

#productSpecs {
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid #555;
	position: relative;
}

#productSpecs h2 {
	margin-top: 8px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
}

ul.specifications {
	margin-bottom: 20px;
}

ul.specifications li {
	list-style: none;
	font-size: 11px;
	color: #fff;
}

ul.specifications li.name {
	display: block;
	width: 130px;
	font-weight: bold;
	margin-bottom: 5px;
	float: left;
	padding-bottom: 5px;
}

ul.specifications li.newrow {
	clear: both;
}

ul.specifications li.value {
	display: block;
	width: 180px;
	color: #ddd;
	float: left;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

ul.specifications li.name.textarea {
	clear: both;
	margin-top: 10px;
}

ul.specifications li.value.textarea {
	width: 450px;
	margin-top: 10px;
}

#product ul.specifications li.textarea p {
	font-size: 11px;
	color: #ddd;
	padding-top: 0px;
}

