/* ---------------------------- RESET ALL ------------------------------

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


/* ---------------------------- TEXT ELEMENTS ------------------------------*/

p           { 
	margin: 0 0 1.5px; 
}

p img.left  { 
	float: left; 
	margin: 1.5px 1.5px 1.5px 0; 
	padding: 0; 
}
p img.right { 
	float: right; 
	margin: 1.5px 0 1.5px 1.5px; 
}

a:focus,
a:hover     { 
	color: #183cab;
	/*text-decoration: underline !IMPORTANT;*/
}
a           { 
	color: #183cab; 
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #183cab;
}


blockquote  { 
	margin: 1.5px; 
	font-style: italic; 
}
strong      { 
	font-weight: bold; 
}

em,dfn      { 
	font-style: italic; 
}

dfn         { 
	font-weight: bold; 
}

sup, sub    { 
	line-height: 0; 
}

abbr,
acronym     { 
	border-bottom: 1px dotted #666; 
}
address     { 
	margin: 0 0 1px; 
	font-style: italic;
}
del         { 
	color:#666; 
}

pre         { 
	margin: 1.5px 0; 
	white-space: pre; 
}
pre,code,tt { 
	font: 1em monospace; 
	line-height: 1.5; 
}

/* ---------------------------- LIST ELEMENTS ------------------------------*/

li ul,
li    { 
	margin: 0; 
	}
ul    { 
	margin: 0 
}
ul    { 
	list-style-type: none; 
}

/*------------------------------------------------------------------------------*/


/* New css
	Project Name : HTFR
	
*/
.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
ul li {
	list-style:none;
}

/* New Layout - 16 July, 2013 */

.width45 {
	width:45%;
}
.width55 {
	width:55%;
}
#content-wrapper {
	width:980px;
	margin:0 auto;
	line-height:1.3;
}
.menu-small {
	
}
.menu-small ul {
	display:block;
}
.menu-small ul li {
	float:left;
	position:relative;
}
.menu-small ul li {
	font-size:10px;
	list-style:none;
	float:left;
	padding:5px 4px;
}
.menu-small ul li a {
	color:#191919;
	float:left;
	list-style:none;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
.menu-small ul li:first-child {
	padding-left:16px;
}
.menu-small ul li:first-child span {
	position:absolute;
}
.menu-small ul li:first-child span.tri {
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:6px solid #808080;
	left:0;
	top:5px;
}
.menu-small ul li:first-child span.rect {
	background-color:#808080;
	width:4px;
	height:5px;
	left:3px;
	bottom:7px;
}

.product-heading h1,
.product-heading h2 {
	text-transform:uppercase;
	font-weight:600;
	color:#666666;
	font-size:24px;
}
.product-heading h2 { 
	color:#999999;
	font-size:18px;
	font-weight:100;
}
.product-content {
	padding-top:10px;
}
.img-box {
	background-color:#fff;
	height:268px;
	width:268px;
	float:left;
	position:relative;
}
.img-box div {
	position:absolute;
	/*border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%; 
	background-color:#000000;*/
}
.img-box .circle1 {
	border:2px solid #63d800;
	width:60%;
	height:60%;
	z-index:4;
	left:20%;
	top:20%;
}
.img-box .circle2 {
	border:2px solid #f0ff00;
	width:70%;
	height:70%;
	z-index:3;
	left:15%;
	top:15%;
}
.img-box .circle3 {
	border:2px solid #4d3eb3;
	width:80%;
	height:80%;
	z-index:2;
	left:10%;
	top:10%;
}
.img-box .circle4 {
	border:2px solid #b8001c;
	width:90%;
	height:90%;
	z-index:1;
	left:5%;
	top:5%;
}
.rel-btn {
	width:231px;
	margin-left:25px;
	padding-top:30px;
}
.rel-btn a.link-wistlist {
	background:url("/assets/images/product_mu/btn_addToWishlist_off.png") no-repeat;
	color:#FFFFFF;
	display:block;
	font-size:16px;
	height:30px;
	padding:8px 0 0 65px;
	text-decoration:none;
	width:230px;
}
.rel-btn a.link-wistlist:hover {
	background:url("/assets/images/product_mu/btn_addToWishlist_on.png") no-repeat;
}
.rel-btn p {
	font-size:10px;
	font-style:italic;
	font-weight:bold;
	line-height:12px;
	margin-top:5px;
	padding-left:12px;
}
.rel-btn a.fb-share,
.rel-btn a.tw-tweet {
	display:block;
	width:110px;
	height:37px;
	margin-top:20px;
}
.rel-btn a.fb-share {
	background:url("/assets/images/product_mu/Facebook.png") no-repeat;
}
.rel-btn a.fb-share:hover {
	background:url("/assets/images/product_mu/Facebook-selected.png") no-repeat;
}
.rel-btn a.tw-tweet {
	background:url("/assets/images/product_mu/twitter.png") no-repeat;
}
.rel-btn a.tw-tweet:hover {
	background:url("/assets/images/product_mu/twitter-selected.png") no-repeat;
}
a.btn-playTrack {
	background:url("/assets/images/product_hw/play-button.png") no-repeat 8px 6px;
	color:#454545;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin:20px 0 0 20px;
	padding:18px 0 18px 50px;
	text-decoration:none;
}
a.btn-playTrack:hover {
	background:url(/assets/images/product_hw/play-button-hover.png) no-repeat 1px -1px;	
}
a.btn-playTrack:visited {
	background:url(/assets/images/product_hw/play-button-selected.png) no-repeat left 0 0;	
}
.rate-card {
	background-color:#f5f5f5;
	border-radius:10px;
	border:1px solid #e5e5e5;
	box-shadow:1px 1px 1px 1px #e7e7e7;
	min-height:150px;
	padding:15px 10px 5px 10px;
	position:relative;
}
.rate-card h1 {
	color:#33a600;
	font-size:28px;
	float:left;
	text-transform:uppercase;
}
.rate-card h1.rate {
	color:#363636;
	font-size:32px;
	float:right;
	padding-bottom:1px;
	border-bottom:2px solid #363636;
	margin-right:15px;
}
.rate-card h1.outOfStock{
  color:#ff0000;
	font-size:28px;
	float:left;
	text-transform:uppercase;  
}
.rate-card span {
	font-size:12px;
	color:#858585;
}
.rate-card span b {
	font-size:14px;
	color:#000000;
}
.rate-card p {
	font-size:10px;
	color:#858585;
	margin-top:3px;
}
.rate-card a.btn-addToBasket {
	background:url("/assets/images/product_hw/addBasket_off.png") no-repeat;
	display:block;
	width:153px;
	height:42px;
	position:absolute;
	right:2px;
	top:70px;
}
.rate-card a.btn-addToBasket:hover {
	background:url(/assets/images/product_hw/addBasket_on.png) no-repeat;
}
.rate-card a.btn-addToBasket:visited {
	background:url(/assets/images/product_hw/addBasket_void.png) no-repeat;
}
.rate-card a.btn-paypal {
	background:url(/assets/images/product_hw/addPaypal_off.png) no-repeat;
	display:block;
	width:156px;
	height:38px;
	position:absolute;
	right:2px;
	top:120px;
}
.rate-card a.btn-paypal:hover {
	background:url(/assets/images/product_hw/addPaypal_on.png) no-repeat;
}
.rate-card a.btn-paypal:visited {
	background:url(/assets/images/product_hw/addPaypal_void.png) no-repeat;
}
.detail-list {
	margin-top:12px;
	padding-left:0px;
}
.detail-list ul li{
	background:url(/assets/images/tech-spec-background.png) no-repeat;
	color:#989898;
	padding:3px 7px;
	font-size:12px;
	margin-bottom:3px;
        float:left;
        width:100%;
}
.detail-list ul li b {
	color:#5e5e5e;
}
.detail-list ul li a {
	color:#989898;
	font-weight:bold;
	text-decoration:none;
}
.detail-list ul li a:hover {
	text-decoration:underline;
	color:#fd5d4d;
}
ul.bottom-menu {
	margin:10px 0 0 40px !important;
	width:918px;
	padding:0 !important;
	height:50px;
}

ul.bottom-menu li:first-child,
ul.bottom-menu li:nth-child(2),
ul.bottom-menu li:nth-child(3),
ul.bottom-menu li:nth-child(4),
ul.bottom-menu li:nth-child(5),
ul.bottom-menu li:nth-child(6) {
	/*padding:10px 15px 14px;
	height:27px;*/
/*	height:50px;
	width:150px;    //-- 8-29 JDC
	  
	height:50px;
	width:150px;    */
}

ul.bottom-menu li {
	background:url(/assets/images/product-page-menu-button.png) no-repeat !important;
	float:left;
	margin-right:3px;
	padding:5px 15px;
	width:150px;
	height:50px;
	text-align:center;
	position:relative;
	transition:all;
	transition-duration:0.8s;
	border:none !important;
}

@-moz-document url-prefix() {
	ul.bottom-menu li {
		background:url(/assets/images/product-page-menu-button.png) no-repeat !important;
		float:left;
		margin-right:3px;
		padding:5px 15px;
		width:120px !important;
		height:41px !important;
		text-align:center;
		position:relative;
		transition:all;
		transition-duration:0.8s;
		border:none !important;
	}
}

ul.bottom-menu li span {
	display:none;
}
.bottom-menu ul li.active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background:url(/assets/images/product-page-menu-button-hover.png) no-repeat !important;
}
ul.bottom-menu li:hover{
	background:url(/assets/images/product-page-menu-button-hover.png) no-repeat !important;
}

ul.bottom-menu li:hover a,
.bottom-menu ul li:hover a,
.bottom-menu ul li.active a, 
.ui-state-active, 
.ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active a {
	color:#000 !important; text-decoration:none !important; font-weight:bold; text-shadow:1px 0 #FFF;
}
ul.bottom-menu a li:hover, .bottom-menu ul  a li.active, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active a {
	color:#000 !important; text-decoration:none !important; font-weight:bold; text-shadow:1px 0 #FFF;
}

ul.bottom-menu li:hover span, .bottom-menu ul li.active span, .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active span{
	display:block;
}
ul.bottom-menu li:visited {
	background:url(/assets/images/product-page-menu-button-select.png) no-repeat;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active{
	border:none !important;
}

ul.bottom-menu li a {
	color:#818181 !important;
	text-decoration:none;
	font-size:12px;
	font-weight:400;
	line-height:16px;
	padding:18px 0 17px;
	float:none !important;
	display:block;
}
ul.bottom-menu li a:hover{color:#000 !important; font-weight:bold;}

ul.bottom-menu li a#ui-id-3, ul.bottom-menu li a#ui-id-5, ul.bottom-menu li a#ui-id-6{
	padding:10px 0 8px;
}
#browseTabs ul.bottom-menu li a#ui-id-3 {
	padding:18px 0 8px;
}

.botom-content-box {
/*	background-color:#ffffff;
	border-top-left-radius:40px;
	border-top-right-radius:40px;
	border:1px solid #c3c3c3;
	box-shadow:0 2px 3px 1px #6d6d6d;*/
	background:url(/assets/images/round_box.png) no-repeat #fff left top;
	min-height:200px;
	margin-top:15px;
	padding:25px;
	width:924px;
	position:relative;
}
#mainTabs .botom-content-box {
	margin-top:21px;
}
ul.track-list li {
	background:url(/assets/images/bg_playerBtn.png) no-repeat #676767 5px 5px;
	border-radius:10px;
	margin-bottom:5px;
}
ul.track-list li:hover {
	background:url(/assets/images/track-info-play-hover.png) no-repeat #676767 5px 5px;
}
ul.track-list li:visited {
	background:url(/assets/images/track-info-play-select.png) no-repeat #676767 5px 5px;
}
ul.track-list li a {
	padding:10px 10px 10px 35px;
	display:block;
	color:#FFFFFF;
	font-size:12px;
	font-weight:600;
}
ul.track-list li a p {
	float:left;
	max-width:620px;
}
ul.track-list li a span {
	float:right;
	max-width:230px;
	text-align:right;
}

ul.track-list li.noTrack {
	background:#676767 5px 5px;
	border-radius:10px;
	margin-bottom:5px;
}
ul.track-list li.noTrack p {
	padding:10px 10px 10px 15px;
	display:block;
	color:#FFFFFF;
	font-size:12px;
	font-weight:600;
	float:left;
	max-width:620px;
}

/*17th July */

.botom-content-box .contentBox h2{font-size:14px; font-weight:normal; padding:0 0 10px 26px;line-height: 30px;}
.botom-content-box .contentBox h2 a{color:#000; text-decoration:underline;}
.botom-content-box .contentBox .userInfo{float:left; width:600px;}
.botom-content-box .contentBox ul li{float:left; width:100%; border-width:1px; border-style:solid; border-color:#eee #dfdfdf #dedede #dfdfdf; background:url(/assets/images/1_px_gray.png) repeat-x left top #e5e5e5; min-height:32px; padding:6px 0 1px; margin-bottom:5px;}
.botom-content-box .contentBox ul li .fieldTitle{float:left; width:26%; text-align:right; font-size:12.1px; color:#000; padding-top:6px; text-shadow:1px 2px #fff; font-weight:normal;}
.botom-content-box .contentBox ul li .fieldBox{float:right; width:73.5%;}
.botom-content-box .contentBox ul li .fieldBox .inbox, .botom-content-box .contentBox ul li .fieldBox .textMessage
	{width:90.5%; display:block; border-width:1px; border-style:solid; border-color:#a1a2a2 #c1c1c1 #d7d7d7 #c1c1c1; font-size:12.1px; padding:6px 8px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.botom-content-box .contentBox ul li .fieldBox .textMessage{resize:none; overflow-y:auto; height:99px;}
.botom-content-box .contentBox .btn{cursor:pointer; border:none; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
/*.contentBox .btn:hover{text-decoration:none;background:url(/assets/images/submit_btn_on.png) no-repeat;} */
#subscriptionBtn:hover{text-decoration:none;background:url(/assets/images/generic/buttons/green_LARGE_on.png) no-repeat;}
/*.botom-content-box:hover{text-decoration:none;background:url(/assets/images/submit_btn_on.png) no-repeat;} */
.submitBtn{font-size:18px; color:#fff; background:url(/assets/images/submit_btn_sprite.png) no-repeat; text-align:center; padding:8px 0 11px; width:151px;} 
.submitBtn:hover{background-position:left bottom;}
.submitBox{margin-top:13px; text-align:right;}
.contentBox p{font-size:12px;}
.txtCenter{text-align:center;}
.bgN{background:none !important; border:none !important;}

.botom-content-box .contentBox .discription{float:right; width:300px;}
.botom-content-box .contentBox .discription p{font-size:11px; padding-bottom:14px; line-height:13px}

.botom-content-box .contentBox .customerReview ul li.msgBg{background:url(/assets/images/message_bg.png) repeat-x left top; min-height:116px;}
.botom-content-box .contentBox .customerReview ul li .fieldTitle{width:17%;}
.botom-content-box .contentBox .customerReview ul li .fieldBox{width:82.5%;}
.botom-content-box .contentBox .customerReview ul li .fieldBox .nameInbox{float:left; width:59.5% !important;}
.botom-content-box .contentBox .customerReview ul li .fieldBox .inbox, .botom-content-box .contentBox .customerReview ul li .fieldBox .textMessage{width:95.5%;}
/*.botom-content-box .contentBox .customerReview ul li .fieldBox span{text-align:right; font-size:12.1px; color:#000; padding-top:6px; text-shadow:1px 2px #fff; float:left; width:11%;}*/
.botom-content-box .contentBox .customerReview ul li .fieldBox span{font-size:12.1px; color:#000; padding-top:6px; text-shadow:1px 2px #fff; float:left; text-align:right;}
.star-rating-control{padding:0 !important; margin-left:5px; width:175px;}
.botom-content-box .contentBox .customerReview ul li .fieldBox .ratingTxt{width:11%;}  
.botom-content-box .contentBox .customerReview ul li .fieldBox .rating{float:left; margin:0 18px 0 3px;}
.botom-content-box .contentBox .customerReview .spacegun{float:left; text-align:center; width:118px; color:#fff; font-size:14px; text-decoration:none;margin-left:4px;}
.botom-content-box .contentBox .customerReview .spacegun img{float:left; text-align:center; width:118px; color:#fff; font-size:14px; text-decoration:none; height:20px; margin-top:7px;}  
.botom-content-box .contentBox .customerReview .submitBtn{float:right;height:45px; margin-right:10px;}
.botom-content-box .contentBox .customerReview .submitBtn:hover{/*text-decoration:underline;*/text-decoration:none;}
.botom-content-box .contentBox .customerReview ul li .fieldBox .wordTxt{width:24%;}
.botom-content-box .contentBox .customerReview ul li .fieldBox .wordInbox{width:15%; margin-left:1%; float:left; margin-top:3px;}
#addCustomerReview .txtCenter{padding-left:7px;}
.fieldTitle .wordTxt {
	padding-left:10px!important;
}

@media screen and (-webkit-min-device-pixel-ratio:0){
	.submitBtn{padding:10px 0;} 
}
.stockLeftBlock{ width:66%; float:left;}
.stockLeftBlock .stockHD{ font-size:14px; font-weight: bold; color:#000;  }
.stockRightBlock{ width:120px; float:right; margin-right:20px; }
.clear{clear: both clear;}
.lock{margin-right: 15px; float:left;}
.subBtn a { color:#fff;}
.subBtn a:hover{ text-decoration:none;} 
.subBtn:hover{background: url("/assets/images/login_btn_hover.png") no-repeat scroll 0;}
.dottedBG2 {
    background: url("/assets/images/border_dotted.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 17px;
    margin-top: 8px;
    width: 274px;
}
.dottedBG3 {
    background: url("/assets/images/border_dotted.png") repeat-x scroll 0 0 transparent;
    float: left;
    height: 17px;
    margin-top: 8px;
    width: 274px;
}

.htfrReview {
	font-size: 15px;
	font-weight: bold;
	padding: 0px 0 10px 0;
}

.reviewContent {
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
}
span.triUp {
	position:absolute;
	/*border-left:18px solid transparent;
	border-right:18px solid transparent;
	border-bottom:18px solid #ffffff;*/
	background:url(/assets/images/menu_arrow.png) no-repeat left top;
	left:50px;
	bottom:-22px; 
	width:41px;
	height:23px;
	z-index:999; 
}

.addtowishlistBtn {
	background: url("/assets/images/generic/buttons/add_to_wishlist_SMALL_off.png") repeat-x scroll 0 0 transparent;
	border:none;
    font-weight: bold;
    padding: 15px 11px 7px 6px;
}


.addtowishlistBtn:hover {
	background: url("/assets/images/generic/buttons/add_to_wishlist_SMALL_on.png") repeat-x scroll 0 0 transparent;
}
/*.privacyP
{padding-top:0 !important; padding-left:0 !important;}*/


.termsTitle{padding: 5px 9px 6px; color: #000000; font-size: 13px; font-weight: bold; background: url(/assets/images/heading_bg.png) repeat-y; margin-bottom:10px; }
.policy p{padding-left:30px;}

.filterByLink{float:left;}