#productGrid #topOptions {
	clear: none;
}
#productGrid table {
	clear: none;
}
#viewCart #cartItems {
	clear: none;
}
#viewCart #cartInfo {
	clear: none;
}
#viewCart #cartItems {
	clear: none;
}
#viewCart #cartInfo {
	clear: none;
}
#checkoutOnePage #cartItems{
	clear: none;
}

/*////////// start product detail //////////*/

#productDetail h2 {
	font-style: normal;
	padding-bottom: 15px;
	margin-left: 5px;
	margin-top: 20px;
	color: #005D2D !important;
	font-family: Myriad Pro,Trebuchet MS,Arial,sans-serif;
	font-size: 22px;/*2.2em !important;*/
	font-weight: bold !important;
	margin: 0 0 15px 0!important;
	padding: 0 !important;
	line-height: 35px;
}
#productDetail {
	background: url("http://shop.leapfrog.com/images/leapfrog/content_full_bottom.gif") no-repeat scroll left bottom transparent;
	clear: both;
	padding: 0 1px;
	//overflow: auto;
	width: 960px;
}
#productDetail #productDetailTop {
	background: url("http://shop.leapfrog.com/images/leapfrog/content_full_top.gif") no-repeat scroll left top #FFFFFF;
	height: 10px;
	margin: 0 -1px;
	padding: 0 1px;
}

#productDetail #detailGroup {
	float: none !important;
}


/* start photos */

#productDetail #productPhotos {
	border-right: 1px solid #D6D6D6;
	float: left;
	margin-top: -10px;
	padding: 25px 15px 15px 14px;
	width: 412px;
	height: 375px;
}
.productPhotoThumbnailSection a img {
	width: 90px; 
	height: 77px;
	margin: 0 5px 0 5px;
}
#productDetail #prodThumbnails .productPhotoThumbnailSection {
	text-align: center;
}
#prodThumbnails {
	width: 958px;
	border-top:1px solid #D6D6D6;
}
#prodThumbnails table {
	margin: 15px 0 15px 15px;
}
#productPhotos .link {
	display: none;
}
#prodThumbnails td {
	vertical-align: middle !important;
}

/* end photos */

/* start description */

#productDetail #productDescription {
	float: left;
	clear: none;
	width: 515px;
	border-bottom: 1px solid #D6D6D6;
	overflow-y: auto;
	overflow-x: hidden !important; 
}
#productDetail #productDescription ul li {
	float: left;
	margin-right: 10px;
	list-style: none;
	font-size: 13px;
	font-weight: bold;
	color: #66CC33;
	width: 102px;
	cursor: pointer;
}
#productDetail #productDescription ul li a {
	font-size: 13px;
	font-weight: bold;
	color: #66CC33;
	padding: 2px 0 0 20px;
	text-decoration: none;
}
#productDetail #productDescription ul li a span {
	float: left;
	margin: 0;
	padding: 2px 9px 2px 9px;
}
#productDetail #productDescription .active .pill-left {
	float: left;
	background: url("http://shop.leapfrog.com/images/leapfrog/productDetails_link_left.png") no-repeat scroll left top transparent;
	height: 20px;
	padding-left: 9px;
}
#productDetail #productDescription .active .pill-right {
	float: left;
	background: url("http://shop.leapfrog.com/images/leapfrog/productDetail_link_right.png") no-repeat scroll right top transparent;
	height: 20px;
	padding: 2px 8px 0 0;
}
#productDetail #productDescription .inactive .pill-right {
	float: left;
	height: 20px;
	padding: 2px 8px 0 9px;
}
#productDetail #productDescription .inactive:hover .pill-left {
	float: left;
	background: url("http://shop.leapfrog.com/images/leapfrog/productDetails_link_left.png") no-repeat scroll left top transparent;
	height: 20px;
	padding-left: 9px;
}
#productDetail #productDescription .inactive:hover .pill-right {
	float: left;
	background: url("http://shop.leapfrog.com/images/leapfrog/productDetail_link_right.png") no-repeat scroll right top transparent;
	height: 20px;
	padding: 2px 8px 0 0;
}
#tabbedDescriptionContents {
	float: left;
	clear: both;
	padding: 15px 45px 0 45px;
	color: #666666;
	height: 130px;
}
#tabbedDescriptionContents p {
	padding-bottom: 11px !important;
}

/* end description */

/* start extra details */

#productDetail #extraDetails {
	margin-top: 20px;
}
#productDetail #price {
	left: 146px;
	padding-top: 22px;
	position: relative;
	color: #006633;
	font-weight: bold;
}
#productDetail #price p {
	margin: 0;
	padding: 0;
	color: #666;
	font-weight: normal;
}
#productDetail #productDetailQuantity {
	position: relative;
	left: 290px;
	top: -30px;
	width: 192px;
}
*:first-child+html #productDetail #productDetailQuantity { /* ie7 */
	position: relative;
	left: 65px;
	top: 22px;
	width: 192px;
}
#productDetail #productDetailQuantity .form-label {
	margin-top: 5px;
	color: #666666;
}
#productDetail #productDetailQuantity input {
	padding: 5px 3px 5px 0;
	text-align: right;
}
#productDetail #extraDetails .submitBtn {
	position: relative;
	left: 270px;
	top: -62px;
	width: 95px;
	height: 25px;
	cursor: pointer;
	text-indent: -9999px;
	border: none;
	background: url("http://leapfrogstore.co.uk/store/secure/images/add_to_cart.gif") no-repeat scroll right top transparent;
}
*:first-child+html #productDetail #extraDetails .submitBtn { /* ie7 */
	position: relative;
	left: 270px;
	top: -28px;
	width: 95px;
}
#productDetail #extraDetails .sublink {
	position: relative;
	left: 275px;
	top: -65px;
	width: 40px;
}
*:first-child+html #productDetail #extraDetails .sublink { /* ie7 */
	position: relative;
	left: 275px;
	top: -32px;
	width: 40px;
}


/* end extra details */

/*////////// end product detail //////////*/