div.parent-category-btn div.text {
	font-size: 18px;
	line-height: 45px;
	font-weight: normal;
}
div.parent-category-btn:hover div.icon {
	background: url("../images/sb/icon_pager_prev_hover.png") no-repeat scroll 0 0 transparent;
}
div.parent-category-btn div.icon {
	background: url("../images/sb/icon_pager_prev.png") no-repeat scroll 0 0 transparent;
	height: 17px;
    width: 17px;
	float: left;
	margin: 15px 10px 0 15px ;
}
div.parent-category-btn {
	margin-right: 10px;
	background: #e4e4e4;
	width: 200px;
	height: 45px;
	float: left;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
}

div.zoomable {
	width: 40px !important;
	height: 36px;
	background: #f00;
	display: block;
	position: relative;
	top: -35px;
	left: 241px;
	background: url(../images/sb/zoomable.png) no-repeat;
}
div.zoomable a {
	width: 40px !important;
	height: 36px !important;
}
#product-view div.product-view {
	margin-top: 5px;
}
#product-view div.product-photo {
	height: 390px;
	display: block;
	float: left;
}

#product-view div.product-photo-thumbs {
	float: left;
	display: block;
	height: 64px;
	min-height: 64px;
	padding-top: 9px;
	margin-top: 20px;
}
#product-view div.left-margin {
	margin-left: 9px;
}
#product-view div.product-data {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	border-right: 1px solid #d2d2d2;
	width: 421px;
	float: left;
}

#product-view div.product-data span.label-text {
	font-size: 12px;
}

#product-view div.product-data a.seller-product-link,
#product-view div.product-data span.warranty-label-text {
	display: block;
	padding-bottom: 6px;
}
#product-view div.product-data ul.shipping-type-categories li {
	line-height: 25px;
	font-weight: bold;
}	

div.shipping-type-category-icon-0,
div.shipping-type-category-icon-1,
div.shipping-type-category-icon-2,
div.shipping-type-category-icon-3,
div.shipping-type-category-icon-4 {
	display: block;
	width: 25px !important;
	height: 25px !important;
	float: left;
}

div.shipping-type-category-icon-0 {
	background: url(../images/shipping/icon_pers.png) no-repeat center center;
}

div.shipping-type-category-icon-1 {
	background: url(../images/shipping/icon_delivery.png) no-repeat center center;
}

div.shipping-type-category-icon-2 {
	background: url(../images/shipping/icon_ppp.png) no-repeat center center;
}

div.shipping-type-category-icon-3 {
	background: url(../images/shipping/icon_post.png) no-repeat center center;
}

div.shipping-type-category-icon-4 {
	background: url(../images/shipping/icon_mpl.png) no-repeat center center;
}

#product-view div.product-data a {
	font-size: 12px;
}

div.quick-buy-info,
div.quick-buy-info div.with-info {
	display:block;
	width: 10px !important;
	height: 10px !important;
	min-width: 10px;
	min-height: 10px;
}

div.quick-buy-info {
	display:block;
	width: 100% !important;
	min-width: 100%;
	padding-bottom: 5px;
}

#product-view button.basket {
	width: 125px;
}

#product-view div.product-connected-products {
	overflow: hidden;
	float: left;
	display: block;
	padding-left: 15px;
	width: 204px;
	/*height: 300px;*/
}
#product-view div.item-recommendation-style-ipib div.item-recommendation-container {
	height: auto !important;
}

#product-view div.product-data div.product-title {
	display: block;
	width: 100%;
	min-height: 20px;
	margin: 0px;
	word-wrap: break-word;
}
#product-view div.product-data div.product-title h1 {
	margin: 0px;
	font-size: 20px !important;
	font-weight: normal;
}
#product-view div.product-data div.product-price {
	margin: 0px;
	font-size: 23px !important;
	font-weight: bold;
	display: inline !important;
	float: right;
}

#product-view div.product-data div.product-price span.original-price {
	margin-top: 4px;
	font-size: 13px;
	font-weight: normal;
	color: #a1a1a1;
	display: block;
	text-align: right;
}

#product-view div.product-data div.product-price span.discount-price {
	text-align: right;
}

#product-view div.product-data div.ct {
	display: block;
	float: none;
	width: 210px;
	margin: 10px 0px;
}

#product-view div.product-data div.fb,
#product-view div.product-data div.tw,
#product-view div.product-data div.ma {
	width: 15px;
	height: 15px;
	cursor: pointer;
	display: inline-block;
	background-color: palegreen;
	vertical-align: text-bottom;
}
#product-view div.product-data div.fb {
	background: url(../images/sb/icon_facebook_button_small.png) no-repeat;
}
#product-view div.product-data div.tw {
	background: url(../images/sb/icon_twitter_button_small.png) no-repeat;
	margin: 0 5px;
}
#product-view div.product-data div.ma {
	background: url(../images/sb/icon_mail_button_small.png) no-repeat;
}

#product-view div.product-data div.product-description {
	display: block;
	width: 100%;
	min-height: 84px;
}
#product-view div.product-data div.product-description p {
	margin: 0px;
	font-size: 11px;
}

#product-view div.product-data div.product-data-other div.product-data-other-link {
	margin-top: 5px;
}

#product-view div.product-data div.product-data-other div.product-data-other-link div.left{
	width: 185px;
}


#product-view div.product-data div.product-data-other div.product-data-other-link a {
	font-size: 11.5px;
}
#product-view button.basket {
	margin-top: 5px;
}

#product-view .add-to-cart-quantity-displayed {
	width: 40px;
	text-align: center;
}

#product-view span.quantity-label  {
	margin: 12px 5px 0px 5px;
}

#product-view .minus_button  {
	margin: 8px 5px 0px 5px;
}

#product-view .plus_button  {
	margin-top: 8px;
}

#product-view p.product-view-tab-title {
	font-weight: bold;
	font-size: 13px;
}

#product-view h3 span, #product-view p.product-view-tab-title span {
	font-size: 1em;
	font-weight: normal;
}

div#product_description {
	padding-top: 10px;
}

#feedback-summary {
	float: left;
	overflow: hidden;
	margin: -5px 75px 0 0;
}
#feedback-summary .feedback-row {
	overflow: hidden;
	line-height: 14px;
}
#feedback-summary .stars {
	float: left;
	clear: left;
	margin-right: 10px;
}

#reviews-top {
	overflow: hidden;
}
#reviews-top h4 {
	margin: 18px 0 20px;
}
#reviews-top .review-row {
	position: relative;
	padding-right: 30px;
}
#reviews-top .review-snippet {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#reviews-top .review-rating {
	position: absolute;
	right: 0;
	top: 0;
}

#reviews-full .review {
	overflow: hidden;
}
.review-metadata {
	font-size: 90%;
}
#reviews-full .useful-container, #more-reviews-container {
	float:left;
}
#reviews-full .useful-container {
	width: 30%;
}
#reviews-full .useful {
	margin-right: 20px;
}

.deleted-user {
	text-decoration: line-through;
	color: #AAA;
	font-style: italic;
}

.clickable {
	color: #0AA5A9;
	cursor: pointer;
}
#reviews-top .clickable {
	color: black;
}
#reviews-top .clickable:hover {
	color: #0AA5A9;
}

div#product-not-available-box {
	width: 125px;
	overflow: hidden;
	text-align: center;
}
div#product-not-available-box span {
	font-size: 17px;
	font-weight: bold;
	font-variant: small-caps;
}

div.product-data-other span {
	font-size: 11.5px;
}
div.product-data-other span a {
	font-size: 11.5px;
}
div.product-photo-and-video {
	display: block;
	width: 284px;
	height: 390px;
	overflow: hidden;
	float: left;
}
div.product-photo-and-video-inner {
	display: block;
	width: 284px;
	height: 390px;
	overflow: hidden;
	float: left;
}
div.product-video {
	width: 280px;
	height: 280px;
	line-height: 280px;
	display: none;
	overflow: hidden;
	background-color: white;
	border: 1px solid #d2d2d2;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-o-border-radius: 3px;
	vertical-align: middle;
	padding: 1px;
	text-align: center;
	float: left;
}

div.product-video object,
div.product-video iframe {
  position:relative;
  top:0;
}

div.photo-video-switch {
	display: block;
	height: 18px;
	width: 280px;
	line-height: 18px;
	padding-left: 10px;
}

div.photo-video-switch a.show-video,
div.photo-video-switch a.show-photo {
	height: 18px !important;
	width: 74px !important;
	margin-left: 0px;
	display: inline-block;
}

div.photo-video-switch a.show-video {
	background: url(../images/sb/product_page_btn_videos.png) center center no-repeat;
}

div.photo-video-switch a.show-video-hover,
div.photo-video-switch a.show-video:hover {
	background: url(../images/sb/product_page_btn_videos_hover.png) center center no-repeat;
}

div.photo-video-switch a.show-photo {
	background: url(../images/sb/product_page_btn_images.png) center center no-repeat;
}

div.photo-video-switch a.show-photo-hover,
div.photo-video-switch a.show-photo:hover {
	background: url(../images/sb/product_page_btn_images_hover.png) center center no-repeat;
}


div.product-data-other div.right {
	margin-bottom: 10px;
	width: 125px;
}

input.question-submit {
	margin-top: 72px !important;
	width: 100px;
}

span.csp-name {
	font-weight: bold;
}

div.success_msg {
	margin: 0 !important;
	width: 705px;
}
div.product-view-support-phone {
	padding: 10px 0 10px !important;
	border-color: #D2D2D2;
	width: 100% !important;
	background: url(../images/phone.png) 20px center no-repeat;
	margin: 10px 0px !important;
}
div.product-view-support-phone div {
	margin-left: 93px;
	color: #646464;
	font-size: 14px;
}
div.product-view-support-phone span  {
	color: #0AA5A9;
	font-size: 18px;
}

div#product_csp_selector_outer {
	display: block;
	padding: 0px;
	margin-bottom: 5px;
	vertical-align: bottom;
	width: 125px !important;
}

div#product_csp_selector_inner {
	display: block;
	padding: 0px;
	width: 125px;
}

div#product_csp_selector_inner select{
	width: 125px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
}

div#product_csp_selector_inner label {
	margin: 0px;
}

span.item-count {
	color: #0AA5A9;
	font-size: 11px;
}

div.bottom-container {
	width: 125px;
	height: 280px;
	display: block;
	position: relative;
}

div.bottom {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

a.add-to-wishlist-link {
	font-size: 14px !important;
	padding-top: 0px;
	text-decoration: underline;
}

div.product-not-available-container {
	width: 125px;
	padding-right: 10px;
	margin: 0px;
}

div.product-data-details {
	display: block;
}
div.product-data-details .left {
	width: 290px;
}

#daily_deal_description_container {
	margin: 0px auto;
	width: 980px;
	background: url(../images/daily_deal/product_description_bg.png) repeat-y;
}
#daily_deal_description_top {
	padding: 150px 80px 0px 140px;
	background: url(../images/daily_deal/product_description_bg_top.png) no-repeat top;
}
#daily_deal_description_img {
	display: block;
	border-style: none;
}

form#add-to-cart-form label.error {
	display: block;
	margin-top: 5px;
}
