﻿/*

@font-face {
	font-family: 'JamesFajardoRegular';
	src: url('james_fajardo-webfont.eot');
	src: local('☺'), url('james_fajardo-webfont.woff') format('woff'), url('james_fajardo-webfont.ttf') format('truetype'), url('james_fajardo-webfont.svg#webfont3qtTcoo5') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'HedleyNewLight';
	src: url('hedleynew-lt-webfont.eot');
	src: local('☺'), url('hedleynew-lt-webfont.woff') format('woff'), url('hedleynew-lt-webfont.ttf') format('truetype'), url('hedleynew-lt-webfont.svg#webfontp2maTrcY') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HedleyNewBold';
	src: url('hedleynew-bd-webfont.eot');
	src: local('☺'), url('hedleynew-bd-webfont.woff') format('woff'), url('hedleynew-bd-webfont.ttf') format('truetype'), url('hedleynew-bd-webfont.svg#webfontdXLjXPLI') format('svg');
	font-weight: normal;
	font-style: normal;
}
*/


/*@font-face {
	font-family: 'JamesFajardoRegular';
	src: url('james_fajardo-webfont.eot');
	src: local('â˜º'), url('james_fajardo-webfont.woff') format('woff'), url('james_fajardo-webfont.ttf') format('truetype'), url('james_fajardo-webfont.svg#webfontH7TtFdjO') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HedleyNewBold';
	src: url('hedleynew-bd-webfont.eot');
	src: local('â˜º'), url('hedleynew-bd-webfont.woff') format('woff'), url('hedleynew-bd-webfont.ttf') format('truetype'), url('hedleynew-bd-webfont.svg#webfontGhqotWkT') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HedleyNewLight';
	src: url('hedleynew-lt-webfont.eot');
	src: local('â˜º'), url('hedleynew-lt-webfont.woff') format('woff'), url('hedleynew-lt-webfont.ttf') format('truetype'), url('hedleynew-lt-webfont.svg#webfontY5M7SwgY') format('svg');
	font-weight: normal;
	font-style: normal;
}



*/
/* Css Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,  caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}
:focus {
	outline:0;
}
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}
table {
	
	border-spacing:0;
}
/* General Styles */
.small
{
    font-size: 0.9em !important;
}


.button_middle .small
{
  font-size: 14px !important;
  word-wrap: break-word;
  width:132px;
  background: url(/images/btns/btn-bg1.png);
}

.skiplink {
	display:none;
}
label {
	cursor:pointer;
}
a, a:visited {
	color:#e00008;
	text-decoration:none;
}
a:focus, a:hover {
	text-decoration:underline;
}
body {
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	margin:0px auto;
	position: relative;
	width: 970px;
	/*z-index: 9999;*/
}
#wrap {
	background: #000 url(/images/bg.jpg) repeat-x scroll 0 100%;
}
.header { background: #000; border-bottom: 2px solid #ad0000; min-width: 970px; }
#headwrap {
	width: 970px;
	height: 131px;
	margin: 0px auto 0px auto;
}
#headwrap #topmenu {
	position: relative;
	width:550px;    
}

#headwrap #topmenu #cartmenu,
#headwrap #topmenu #searchmenu {
	/*width: 482px;*/
	background: url(/images/cartmenu-left-bg.png) no-repeat scroll 0 100%;
	font-size: 14px;
	color: #8c8c8c;
	position: absolute;
	right: 0;
	top: 10px;
}
#headwrap #topmenu #cartmenu ul,
#headwrap #topmenu #searchmenu ul{
	background: url(/images/cartmenu-right-bg.png) no-repeat scroll 100% 0;
	display: block;
	float: left;
	margin: 0;
	height: 28px;
	line-height: 28px !important;
	overflow: hidden;
	padding: 0 8px;
}
#headwrap #topmenu #cartmenu ul li,
#headwrap #topmenu #searchmenu ul li{
	display: inline;
	float: left;
	padding: 0px 6px;
}	
#headwrap #topmenu #cartmenu ul li img,
#headwrap #topmenu #searchmenu ul li img {
	padding: 6px 0 0 0;
	margin: 0;
}
#headwrap #topmenu #cartmenu ul li a,
#headwrap #topmenu #searchmenu ul li a {	
	color: #8c8c8c;    
}
#headwrap #topmenu #cartmenu ul li a:hover,
#headwrap #topmenu #searchmenu ul li a:hover {	
	color: #fff;    
	text-decoration: none;
}
#headwrap #topmenu #cartmenu ul li.price {
	color: #8c8c8c;
	padding: 0 0;
}
#headwrap #topmenu #cartmenu ul li.price img {
	padding: 0;
    margin: 2px 0 0 2px;
}
#headwrap #topmenu #searchmenu {
	position: absolute;
	right: 0;
	top: 53px;
}
#headwrap #topmenu #searchmenu .search form, .search {
	background: url(/images/search-bg.png) no-repeat;
	margin-top: 3px;
	width: 178px;
}
#headwrap #topmenu #searchmenu .search form .input-box, .search input.searchText {
	background: 0;
	border: 0;
	color: #8c8c8c;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 1px;
	padding: 4px 0px 3px 5px;
	width: 147px;
}
#headwrap #topmenu #searchmenu .search form .input-btn, .search input.searchSubmit {
	background: 0;
	border: 0;
	cursor: pointer;
	float: left;
	font-size: 0;
	line-height: 0;
	height: 22px;
	text-indent: -9999px;
	width: 26px;
}
#headwrap #topmenu #searchmenu .search form .input-btn {
	float: left;
	width: 26px;
}

#topmenu .header-social-links {
	float: right;
	height: 46px;
	padding-top: 47px;
}
#topmenu .header-social-links ul li {
	display: inline;
}




#headwrap #topmenu #mainnav {
	height: 43px;
	font-size: 16px;
	position: absolute;
	top: 88px;
	float:right;
	right:0px;
}
#headwrap #topmenu #mainnav li {
	height: 43px;
	float: left;	
}                
#headwrap #topmenu #mainnav ul li.last {
}
#headwrap #topmenu #mainnav ul li a {
	color: #696969;
	padding: 0;
	float: left; 
	font-weight: bold;
		font-size: 16px;
	background:  url(/images/mainnav-normal.png) right no-repeat;
	text-transform: capitalize;
	display: block;
	height: 100%;
}
#headwrap #topmenu #mainnav ul li a span {
    display: block;
	float: left;
    height: 25px;
    padding: 18px 19px 0 18px;
    cursor: pointer;
    font-weight: bold;
}
#headwrap #topmenu #mainnav ul li a:hover {
    text-decoration: none;
}

#headwrap #topmenu #mainnav ul li a.active, #headwrap #topmenu #mainnav ul li:hover a {
    background: url(/images/mainnav-hover-right.png) right no-repeat;
    color:  #fff;
}
#headwrap #topmenu #mainnav ul li a.active span, #headwrap #topmenu #mainnav ul li:hover a span{
    background: url(/images/mainnav-hover-left.png) left no-repeat;    
    color:  #fff;
}
#headwrap #topmenu .cartmenu ul li#search-wrap{
	position: relative;
	width: 180px;
}

.rmHorizontal 
{
    float:right;
}

.header { background: #000; border-bottom: 2px solid #ad0000;}
form.search{
	position: absolute;
	top: -2px;
	right: 5px;
}

form.search input{
	float: left;
}

form.search input.txt{
	width: 140px;
	height: 14px;
	background: url(/images/search-bg.jpg) no-repeat 0 0;
	border: none;
	padding: 5px 0 5px 10px;
	font-size: 14px;
	color: #8c8c8c;
}

form.search input#sub{
	width: 25px;
	height: 24px;
	border: none;
	cursor: pointer;
	background: url(/images/search-bg.jpg) no-repeat right top;
}
#slides {
	/*position: relative;*/
	width: 970px;
	height: 397px!important;
	margin: 0;
	z-index: -1;
}

#slides li img
{
    width:970px;
}

#social-networking {
    width: 940px;
    height: 42px;
    position: absolute;
    bottom: 0;
    background: url(/images/social-networking-bg.png) repeat scroll 0 0;
	text-align: right;
	padding-right: 30px;
}
#social-networking a {
	float: right;
	margin-left: 2px;
	margin-top: -28px;
	position: relative;
}
#slide-container {
    width: 970px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#rharrow a{
	position:absolute;
	right: 0px;
	top: 150px;
	width: 31px;
	height: 55px;
	background-image: url(/images/banner/righthand-arrow.png);
	display:   block;
	text-indent:   -9999px;	
}
#lharrow a{
	position:absolute;
	left: 0px;
	top: 150px;
	width: 31px;
	height: 55px;
	background-image: url(/images/banner/lefthand-arrow.png);
	display: block;    	
	text-indent:   -9999px;
}
#content, #content1 {
	width: 970px;
	margin: 0px auto;
}
#content-container {
    width: 970px;
    margin: 0 auto;
    position: relative;
}
.homepageNoSliderContent
{
    background: #FFF;
    padding: 35px 35px 76px 35px;
    font-size: 1.2em;
}
.homepageNoSliderContent h1
{
    font-size: 1.5em;
    color: #e00008;
    margin-bottom: 1em;
}
.homepageNoSliderContent p
{
    margin-bottom: 0.5em;
}


#homecontent {
	background: #FFF;
	width: 970px;
	z-index: 9999;
	padding-top: 20px;
	position: relative;
}
#homecontent #homecat {
	margin: -50px 0px 0px 0px;
	z-index: 999 !important;
	position: relative;
}
#homecontent #homecat ul li.cat {
	display: inline;
	float: left;
	width: 155px;
	margin: 0px 10px 0px 16px !important;
    min-height: 460px;
    padding-bottom: 20px;
	
}

#homecontent #homecat ul li#homecat-1
{
    padding-left:20px !important;
}

#homecontent #homecat ul li.cat .readmore { 
    position: absolute; 
    bottom: 0px; 
    clear:both;
    padding-bottom:5px;
    display:block;
}
#homecontent #homecat ul li.cat h1 {
	color: #e00008;
	font-size: 18px;
}
#homecontent #homecat ul li.cat h1.adults {
}
#homecontent #homecat ul li.cat h1.syei {
}
#homecontent #homecat ul li.cat p {
   font: 14px Calibri, sans-serif;
   clear:both;
   display: block;
}
#homecontent #homecat ul li .polaroid 
{
    height: 248px;
    margin-bottom: 20px;
	position: relative;
}
#homecat-1 .polaroid {
    margin-left: -60px;
	margin-right: -20px;

}
#homecat-2 .polaroid
{
    margin-left: -30px;
	margin-right: -40px;
	margin-top: -13px;
	margin-bottom: 33px !important;
}
#homecat-3 .polaroid
{
    margin-left: -30px;
    margin-right: -70px;
}
#homecat-4 .polaroid
{
    margin-left: -10px;
    margin-right: -25px;
    margin-top: -12px;
    margin-bottom: 32px !important;
    position:relative;
}

#homecat-5 .polaroid{
    margin-left: -13px;
}

#category-7-14 {
    background-color: #fff;
	height: 217px;
}
.category-slider {
    width: 910px !important;
    height: 234px;
    margin: 0px auto;
    position: relative;
	top: -35px;
}
.category-slider ul li {
    display: inline;
    height: 234px;
    margin-left:-3px;   
    width:185px; 
    overflow:visible;
}
.category-slider ul li img{
}
.category-slider-control {
    position: relative;
}

.category-slider-control .prev {
    position: absolute;
    top: -234px;
    left: 0;
}
.category-slider-control .next {
    position:   absolute;
    top:    -234px !important;
    right:   0;
}

#footwrap {
	border-top: 2px #ad0000 solid;
	background: #000;
	padding-top: 20px;
	position: relative;
	
}
#footer {
	width: 940px;
	margin: 0px auto 0px auto !important;
	padding: 20px 0px 30px 30px !important;
	background: url(/images/footer-bg.png) no-repeat;
}
#footer .sociallinks {
	float: right;
	margin: -28px 10px 0px 0px;
	width:230px;
}
#footer .sociallinks ul li {
	display: inline;
}
#footer .footerlinks {
	width: 740px;
	float:left;
}

#footer .footerlinks ul
{
    margin-left:-20px;
}

#footer .footerlinks ul li {
	display: inline;
	background: url(/images/bullet-footer.gif) center left no-repeat;
	padding: 0px 10px 0px 30px;
	
	float: left;
	max-width: 118px;
	font-size: 1em;
}
#footer .footerlinks ul li a {
	color: #c2c2c2;
	text-decoration: none;
}
.bmclogo {
	display: inline;
	float: left;
	margin: 10px 0px 20px -30px;
}
.rssLink {
	display: inline;
	float: left;
	margin: 10px 0px 20px 10px;
}
.contactnum {
	float:right;
	margin: 16px 0px 0px 0px;
}

/*---- Inner Page ----*/
/*----------------------*/
#inner #headwrap{
}

#inner #headwrap #logo{
}


#inner #content, #inner #content1 {
	background-color: #fff;
}

#banner{
	position: relative;
	z-index: 10;
}



#banner img
{
    height: 203px;
}

#main{
	position: relative;
	z-index: 5;
	margin-top: -20px;
}

.birthday #main
{
    margin-top:0px;
}

#inner .sidebar{
	width: 230px;
}

#inner .sidebar-left{
	float: left;
}

#inner .sidebar-left-bg{
	background: url(/images/side-left-top-2.jpg) repeat-y scroll 0 0;
}

#inner .shop .sidebar-left-bg {
	background: url(/images/side-left-top.jpg) repeat-y scroll 0 0;
}

#inner .sidebar-right{
	float: right;
}

#inner .sidebar-right-bg{
	background: url(/images/side-right-top.jpg) repeat-y scroll 100% 0;
}

#inner-content{
	width: 470px;
	margin-left: 15px;
	display: inline;
	float: left;
	position: relative;
	z-index: 1000;
}


#inner-content2{
	
	margin-left: 15px;
	margin-right:15px;
	display: inline;
	float: left;
	position: relative;
	z-index: 1000;
	width:96%;
}

#inner-content h2, #product h1, .productTitle h2, a.productTitle{
	color: #e00008;
	font-size: 18px;
	margin-bottom: 25px;
	
}

a.productTitle
{
    display: inline-block;
}


#product h1
{
    margin-bottom:0px;
}

.productTitle
{
    padding-top:10px;
}

#inner-content p, #product p, .productSummary, .ProductDetail, .content_area, .content_area div{
	color: #383838;
	font-family: "Calibri";
	font-size: 14px;
	margin-bottom: 25px;
	margin-top: 25px;
}

/*#inner-content a {
	text-decoration: underline;
}*/

span.readmore a{
	color: #e00008!important;
	padding-right: 15px;
	background: url(/images/arrow.png) no-repeat right;
}

/*---- Product Page ----*/
/*----------------------*/
.product #sub-menu{
	width: 209px;
	position: relative;
	padding: 66px 0 0 0;
	text-align: center;
	margin: 20px auto 30px;
	background: url(/images/notepad-bg.png) repeat-y;
}

.product #sub-menu .heading3
{
	font-size: 1.5em;
	padding-top:30px;
	color: #000;
	position: absolute;
	
	width: 209px;
	background: url(/images/notepad-top.jpg) no-repeat;
	top: -20px;
	left: 0;
	font-family: Tahoma;
}

 #sub-menu h3 a
{
    color:#000;
    text-decoration: none;
}

 #sub-menu h3 a:hover
 {
    	color: #e00008;
    	
 }

.product #sub-menu #sub-menu-bottom{
	width: 209px;
	height: 29px;
	background: url(/images/note-pad-bt.png) no-repeat;
	position: absolute;
	bottom: -29px;
	left: 0;
}

.product #sub-menu ul{
	display: inline;
	margin-right: 0px;
	
}

.product #sub-menu .RadPanelBar_Default 
{
    margin-top:-20px;
}

.product #sub-menu ul li{
	margin-top: 0px;
}

.product #sub-menu ul li a{
	color: #272727;
	text-decoration: none;
	font-size: 1.5em;
	padding-top:8px;
	
	font-family: Tahoma;
width:190px;
display: block;
	
}

.product #sub-menu ul li a:hover,
.product #sub-menu ul li.active a{
	color: #e00008;
	background: url(/images/chk.png) no-repeat right top;

}

.sidebar .underSubnavContent
{
    padding: 10px 14px;
}

.product .sidebar-right{
	width: 230px;
	background: url(/images/side-right-bg.jpg) repeat-y;
	padding: 20px 0 0 0;
	position: relative;
}

.product .sidebar-right #side-content{
	width: 170px;
	padding: 25px 7px 0 53px;
	background: url(/images/side-right-top.jpg) no-repeat top right;
	margin: -20px 0 0 0;
	min-height:600px;
}

.product .sidebar-right #side-content h3{
	color: #fff;
	font-size: 18px;
	margin-bottom: 35px;
}

.product .sidebar-right #side-content li{
	display: block;
	margin-bottom: 5px;
}

.product .sidebar-right #side-content li a{
	text-decoration: none;
}

.product .sidebar-right #side-content li span, .csText{
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.product #inner-content #preview{
	padding: 10px 30px 0 0;
}

.product #inner-content ul.add-info li{
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.product #inner-content ul.add-info li.z01{
	z-index: 10;
}

.product #inner-content ul.add-info li.z02{
	z-index: 9;
}


.product #inner-content ul.add-info li div.fleft{
	width: 180px;
}

.product #inner-content ul.add-info li div.fright{
	width: 110px;
}

.product #inner-content ul.add-info li div.fright input, input.formButton, .button_style, .formButton2, .submitButton, #ctl00_returning_shopper_ctl00_uxCreate, #ctl00_contentarea_ctl00_uxProfileDetails1_uiChangePassword, #ctl00_contentarea_ctl00_uxProfileDetails1_uiChangeEmail{
	width: 120px;
	height: 31px;
	background: url(/images/btns/btn-bg.png) no-repeat;
	color: #fff;
font-weight: normal;
	font-size: 14px;
	border: none;
	cursor: pointer;
	font-family:Tahoma !important;
}


input.formButton_basket
{
    	width: 120px;
	height: 31px;
	background: url(/images/btns/btn-add-to-basket.png) no-repeat;
	color: #fff;
font-weight: normal;
	font-size: 14px;
	border: none;
	cursor: pointer;
	font-family:Tahoma !important;
}

#ctl00_contentarea_ctl00_uxProfileDetails1_uiChangePassword
{
    padding-left:2px;
}


a.button_style, #ctl00_content_ctl00_btnClearCart
{
    text-decoration: none !important;
}

.button_style
{
    margin:5px;
   
}

#ctl00_contentarea_ctl00_uxProfileDetails1_uiChangePassword, #ctl00_contentarea_ctl00_uxProfileDetails1_uiChangeEmail
{
    margin:5px 0px;
}

div.button_style
{
    text-align:center;
    vertical-align: middle;
    float:right;
}
.button_style a, a.button_style
{
    color: #fff;
    display: inline-block;
   	width: 120px;
	height: 31px;
	line-height:30px;
	text-align:center;
	vertical-align:middle;
	float:right;
}

a.coupon
{
    float: none !important;
}

.submitButton, #ctl00_returning_shopper_ctl00_uxCreate
{
    float:right;
    padding-right:30px;
    margin-top:20px;
}

{
}

.product #inner-content ul.add-info li div.fleft h3, .productdescprice{
	font-size: 35px;
	font-weight: normal;
	color: #c80206;
	margin-top: -10px;
}

.drop01 ul li,
.drop ul li{
	margin-bottom: 0!important;
}

/*---- Shop Home Page ----*/
/*----------------------*/
.shop .sidebar-left{
	margin-top: -20px;
	background: url(/images/side-left-bg.jpg) repeat-y;
}

.shop .sidebar-left #side-content{
	width: 230px;
	padding: 35px 0 45px 0;
	background: url(/images/side-left-top.jpg) no-repeat;
}

.shop .sidebar-left #side-content h3{
	padding: 0 0 0 20px;
	font-size: 24px;
	line-height: 23px;
	margin-bottom: 20px;
	color: #fff;
}

.shop #inner-content{
	width: 760px;
	margin-left: -20px;
	float: right;
	padding-top: 10px;
}

.shop #inner-content ul.shop-products li{
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 5px;
}

.shop #inner-content ul.shop-products li.last{
	margin-right: 0;
}

.shop #inner-content ul.shop-products li .img-bg, .categoryBox{
	width: 180px;
	height: 211px;
	background: url(/images/products/product-bg.png) no-repeat !important;
	display: inline-block;
	float:left;
}

.shop #inner-content ul.shop-products li .img-bg img, .categoryBox img, .Product_List_Lite img{
	display: inline-block;
	margin: 15px 0 0 10px;
	float: left;
	width:149px;
	height:152px;
}

.shop #inner-content ul.shop-products li .img-bg img, .categoryBox img
{
    margin-left:15px;
}

.shop #inner-content ul.shop-products li .img-bg span, .categoryTitle{
	display: block;
	text-align: center;
	font-size: 35px;
	color: #000;
}
.categoryTitle
{
    font-size:20px !important;

}


/*---- Birthday Parties Page ----*/
/*----------------------*/
.birthday #sub-menu{
	width: 209px;
	position: relative;
	padding: 10px 0 0 0;
	text-align: center;
	margin: 20px auto 30px;
	background: url(/images/notepad-bg.png) repeat-y;
}

.birthday #sub-menu .heading3{
	font-size: 40px;
	color: #000;
	position: absolute;
	width: 209px;
	background: url(/images/notepad-top-2.jpg) no-repeat;
	top: -20px;
	left: 0;
	font-family: Tahoma;
	padding-top: 25px;
	height: 30px;
}

.birthday #sub-menu #sub-menu-bottom{
	width: 209px;
	height: 29px;
	background: url(/images/note-pad-bt.png) no-repeat;
	position: absolute;
	bottom: -29px;
	left: 0;
}

.birthday #sub-menu ul{
		width:190px;
		padding-left: 2px;
}

.birthday #sub-menu ul li{
	display:block;
}

.birthday #sub-menu ul .rpItem{
	color: #272727;
	text-decoration: none;

	font-family: Tahoma;
}



.birthday #sub-menu .rpGroup .rpLink
{
    color: #272727 !important;
    margin-bottom:10px;
}
.birthday #sub-menu .rpRootGroup a:hover, .birthday #sub-menu .rpRootGroup a:focus
{
    text-decoration: none !important;
}

.birthday #sub-menu ul.rpRootGroup li.rpFirst a.rpLink
{
    width: 165px;
    font-weight:bold;

	background: url(/images/notepad-divider.png) 18px bottom no-repeat;
	padding-bottom:13px;
}
.birthday #sub-menu ul.rpRootGroup li.rpFirst ul.rpLevel1 li.rpItem a.rpLink
{
    width: 165px !important;
    font-weight:normal;
}
.birthday #sub-menu ul.rpLevel1 li.rpItem a.rpLink
{
	background: none;
	padding-bottom:0px;
}


.birthday #sub-menu ul .rpItem .rpLink
{
    display: block;
  	color: #272727;
}

.birthday #sub-menu ul.rpLevel1 li.rpItem a.rpLink span.rpText
{
    
    width: 165px;

    background: none;
    padding-bottom: 0px;
}

.birthday #sub-menu ul.rpRootGroup .rpSlide
{
    margin-top: 10px;
}

.birthday #sub-menu ul.rpLevel1 a.rpLink
{
    width: 165px;
	padding-right: 25px;
}

.birthday #sub-menu ul.rpLevel1 .rpLink:hover,
.birthday #sub-menu ul.rpLevel1 .rpSelected {
	color: #e00008 !important;
	background: url(/images/chk.png) no-repeat right top !important;
}
.birthday #sub-menu ul.rpLevel1 li.rpItem a.rpExpanded .rpText
{
  	color: #e00008;
}


.birthday #sub-menu ul.rpLevel2
{
    margin-left:0px;
}

.birthday #sub-menu ul.rpLevel2  li.rpItem a.rpLink span.rpText
{

    color:#666 !important;
}


.birthday #inner-content {
	width: 725px;
	margin-left: -20px;
	float: right;
	padding-top: 10px;
	padding-right: 15px;
}

.birthday #inner-content h1, H2.sf_postTitle, #inner-content2 h1, h2.sf_listTitle {
	color: #e00008;
	font-size: 28px !important;
	font-weight: bold;
	margin-bottom: 25px;
}

.birthday #inner-content p.important, #inner-content h3, legend, #oneColRelatedProducts h2 {
	font-size: 20px;
}

#oneColRelatedProducts h2
{
    margin-top:15px;
    margin-bottom:5px;
}

legend
{
    padding-left:0px;
    margin-left:-7px;
    margin-bottom:10px;
}

#inner-content h3
{
    padding-bottom:20px;
}

.birthday #inner-content ul, #product ul {
	margin: 15px 0;
}

.birthday #inner-content ul li, #product ul li
 {
	background: url(/images/list-arrow.png) no-repeat scroll 0 50% !important;
	color: #383838;
	padding: 3px 0 3px 25px;
}

/*---- Clothing Page ----*/
/*----------------------*/
#inner .clothing .sidebar {
	width: 260px;
}

.clothing .sidebar-left{
	/**background: #686868 url(/images/side-left-bg.jpg) repeat-y 100% 0;**/
	margin-top: -20px;
	position: relative;
}

.clothing .sidebar-left #side-content{
	width: 260px;
	padding: 35px 0 45px 0;
	background: url(/images/side-left-top-2.jpg) no-repeat scroll 0 0;
}

.clothing #sub-menu  {
	width: 209px;
	position: relative;
	padding: 10px 0 0 0;
	text-align: center;
	margin: 20px auto 30px 11px;
	background: url(/images/notepad-bg.png) repeat-y;
}

.clothing #sub-menu h3{
	font-size: 18px;
	color: #000;
	width: 209px;
	background: url(/images/notepad-top-3.jpg) no-repeat;
	font-family:Tahoma;
	padding-top: 25px;
	margin-top: -15px;
	padding-bottom: 10px;
	font-weight:bold;
}
.clothing #sub-menu h3 a
{
    background: url(/images/notepad-divider.png) bottom center no-repeat;
    padding-bottom: 10px;
    margin-bottom:20px;
}

.clothing #sub-menu #sub-menu-bottom{
	width: 209px;
	height: 29px;
	background: url(/images/note-pad-bt.png) no-repeat;
	position: absolute;
	bottom: -29px;
	left: 0;
}


.clothing .RadPanelBar 
{
    padding-top:0px;
    margin-left:5px !important;
}


.clothing #sub-menu ul{
		width:190px;
		padding-left: 2px;
}

.clothing #sub-menu ul li
{
    display: block;
}

.clothing #sub-menu ul .rpItem{
	color: #272727;
	text-decoration: none;

	font-family: Tahoma;
}

.clothing #sub-menu .rpRootGroup a:hover, .clothing #sub-menu .rpRootGroup a:focus
{
    text-decoration: none !important;
}

.clothing #sub-menu ul.rpRootGroup li.rpItem a.rpLink
{
	background: none;
	padding-bottom:0px;
}


.clothing #sub-menu ul .rpItem .rpLink
{
    display: block;
    padding-top:8px;
  	color: #272727;
}

.clothing #sub-menu ul.rpRootGroup li.rpItem a.rpExpanded
{
  	color: #e00008;
}

.clothing #sub-menu ul.rpRootGroup li.rpItem a.rpLink span.rpText
{
    
    width: 165px;

    background: none;
    padding-bottom: 0px;
}

.clothing #sub-menu ul.rpRootGroup .rpSlide
{
}

.clothing #sub-menu ul.rpRootGroup a.rpLink
{
    width: 165px;
    	padding-right:10px;
	
}

.clothing #sub-menu ul.rpRootGroup .rpLink:hover,
.clothing #sub-menu ul.rpRootGroup .rpSelected {
	color: #e00008 !important;
	
	background: url(/images/chk.png) no-repeat right top !important;
	
}


.clothing #sub-menu ul.rpLevel1
{
    margin-left:0px;
}
.clothing #sub-menu .rpLevel1 .rpLink
{
    margin-bottom: 0px;
}

.clothing #sub-menu ul.rpLevel1  li.rpItem a.rpLink span.rpText
{

    color:#666 !important;
}






.clothing #inner-content {
	padding-right: 5px;
	padding-top: 20px;
	margin-left: -10px;
	width: 710px;
}

.clothing #inner-content h1 {
	color: #e00008;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}

ul.product-list {}

ul.product-list li, .Product_List_Lite  {
	background: url(/images/product-list-divider.png) no-repeat scroll 0 100%;
	padding-bottom: 10px;
	margin-bottom: 15px;
	width:100%;

}


 .Product_List_Lite .productImg
 
 {
     	background: url(/images/product-detail-bg.jpg) no-repeat 0px;
     	width:146px;
     	height: 163px;
     	float:left;
     	margin-left: 10px;
     	margin-right:20px;
 }
 
 
  .Product_List_Lite .productImg a img
  {
      width:122px;
      height:127px;
      
  }


 .Product_List_Lite .productList
 {
    margin-top:5px;
    padding-left:20px;
 }

ul.product-list li.last {
	background: url(/images/product-list-divider-last.png) no-repeat scroll 0 100%;
}

ul.product-list li img.product-image {
	float: left;
	margin-right: 24px;
}

ul.product-list li p {
	margin-bottom: 15px!important;
}

ul.product-list li span.price, .fromPrice {
	color: #E00008;
	font-size: 45px;
	padding-top:0px;
	display: inline-block;
	float:left;
	width: 250px;
}

.productViewLink
{
    display: inline-block;
    float:left;
    padding-top:11px;
}

.productViewLink img
{
    margin: 0px 15px;
}

ul.product-list li p.product-list-options img {
	margin-left: 5px;
}

.clothing .pagination {
	text-align: right;
}


/*/////////////// Alignment /////////////////*/
.tc {
	text-align: center;
}
.tr {
	text-align:right;
}
.tj {
	text-align:justify;
}
.tl {
	text-align: center;
}
/*///////////// Position /////////////////////*/
.fleft {
	float:left;
}
.fright {
	float: right;
}
/* >> CLEARFIX << */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
} /* Hides from IE-mac \*/
.clearfix {
	display: block;
}
.clear {
	clear: both;
}


.RadPanelBar 
{
    width: 194px !important;
    margin-left:10px;

}


.rpRootGroup
{
    width:194px !important;

}
.rpRootGroup, .rpItem, .rpLink, .rpOut
{
    border: 0px !important;
}

.birthday #inner-content ul.sf_newsList li, .birthday #inner-content ul.sf_postListing li
{
    background: none !important;
}


div.sf_postContent li
 {
	background: url(/images/list-arrow.png) no-repeat scroll 0 50% ;
	color: #383838;
	padding: 3px 0 3px 25px;
}

.sf_socialBookmarks li, .sf_postListing li
{
    background: none !important;
}

.rpGroup li .rpLink
{

    color:#666 !important;
}

.rpGroup
{
    margin-bottom:10px;
}

.rpSlide
{
    display:none;
}


.product_page .sidebar 

{
    width:230px !important;
}

.product_page  #inner-content
{
    width:725px;
    margin-left:10px;
}

#gallery 
{
    background-image: url(/images/products/product-full-size.png);
    background-position: top right;
    background-repeat:no-repeat;
 
    min-height: 323px;
    width:100%;
    

}


#gallery img
{
    padding-top: 28px ;
    padding-right:26px;
     width: 252px;
    height: 252px;
    float:right;
}

#gallery a 
{
    background-image: url(/images/products/product-thumb01.png);
    background-repeat:no-repeat;
    background-position: left;
    height: 101px;
    width:101px;
    display: inline-block;
    margin-left:10px;
 

}
#gallery a img
{
    width:81px;
    height:81px;
    padding-top: 8px;
    padding-left: 7px ;
    padding-right:0px;
    float:left;
    
}


.categoryItem_ProductImage
{
        background-image: url(/images/products/cross-sell-bg.png);
    background-repeat:no-repeat;
    width: 152px;
    display: inline-block;
    height:153px;
    
}

.csLink a img
{
    width: 142px;
    height: 140px;
    padding-top:3px;
    padding-left:5px;
}

.csLink a .csText
{
    padding-bottom:20px;
     background-image: none;
     text-decoration: none;
}

.crossSell[style], .csLink [type=style]
{
    background: none !important;
    background-repeat: no-repeat !important;
    display:inline-block;
    display: inline-block;
}


.breadcrumb
{
    background: url(../../Images/sub-category-bg.png) !important;
    height: auto;
    background-repeat: no-repeat;
    background-position:bottom !important;
    margin-top:-60px;
    margin-left: -20px;
    margin-right: -5px;
    padding-top: 60px;
    padding-left: 10px;
    padding-bottom: 30px;
    display: block;
    overflow:auto;
    width:740px;
    color: #FFF;
}

.breadcrumb a
{
    color: #FFF;
    font-family: Tahoma;
    font-size:10px;
}

#inner .sidebar-right-bg #inner-content .breadcrumb
{
    background: none !important;
    color: #e00008;
    padding-top: 80px;
    padding-bottom: 20px;
}
#inner .sidebar-right-bg #inner-content .breadcrumb a
{
    color: #e00008;
}

.inputCell

{
	height: 30px !important;
	width: 60px!important;
	padding: 0px 10px !important;
	/*margin-right: 58px;*/
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: none;
	border-right: none;
	background: url(../images/drop-text.png) no-repeat 0 0;
	overflow:hidden;float:none;z-index:100;
}

.radEmptyMessageCss_Default, .radEnabledCss_Default, .radFocusedCss_Default, .radHoverCss_Default
{
    border: none !important;
    background: transparent !important;
    width:15px !important;
    height:20px !important;
    font-size: 15px !important; 
    padding-top:5px !important;
}


.spinImgCell {
	width: 57px !important;
	height: 30px !important;
	background: url(../images/drop-qty.png) no-repeat left top !important;
	z-index:100;
}



.spinbutton 
{
    	width: 57px !important;
}

a.down
{
    background-position: 44px -5px !important;
    background: none !important;
}

a.up
{
    background-position: 44px !important;
    background: none !important;
}

.singleProductTable
{
    width:100%;
}

  span.customStyleSelectBox 
  
  {
	height: 31px;

	padding: 0px;
	
	font-size: 14px;
	font-weight: bold;
	color: #000;
	border: none;
	border-right: none;
	background: url(../images/drop-text.png) no-repeat 0 0;
	
}
  
  span.customStyleSelectBox.changed { margin-left:20px; width:100%; margin-right: 58px !important;}
.customStyleSelectBoxInner 

{
	width: 23px;
	height: 31px;
	background: url(../images/drop-down.png) no-repeat right ;
	z-index:100;
	float:right;
}

.attributePanel
{
    text-align: center;
}

.commerceAttributeItemNameWrapper, .commerceAttributeItemWrapper
{
    display: inline-block;
    line-height: 32px;
}

.singleProductCol1, .singleProductCol2, .singleProductColLast
{
    vertical-align: top;
}

.singleProductCol2
{
    padding-top:0px;
}



/** ECOMMERCE CSS **/

/* Cart Header Styles */

th.cartCol1, th.cartCol2, th.cartCol3, th.cartCol4, th.cartCol5, th.cartCol6, th.cartColLast, th.singleProductCol1, th.singleProductCol2, th.singleProductCol3, th.singleProductCol4
{
    width: 10%;
    text-align: center;
    background: url('/images/thBG.png') repeat-x;
    background-position:top;

    border-bottom: 1px solid #c40d10;
    border-left: 1px solid #c40d10;
    line-height:20px;
    font-size:15px;
    color:#fff;
    height:30px;
    padding-top:10px;
    vertical-align:middle;

}

th.cartCol1, th.singleProductCol1
{
    border-left: none;
 
    background: url('/images/thRoundedBGcart.png') top left no-repeat;
  
}

 th.singleProductCol1
 {
     height:30px;
 }


th.cartCol3, td.cartCol3
{
    width: 40%;
    text-align: left;
   
}



th.cartColLast, th.singleProductCol4
{
    border-right: none;
    border-top: none;
    background: url('/images/thRoundedBGcart.png') top right no-repeat;
}

/* Cart Items styles */
td.cartCol1, td.cartCol2, td.cartCol3, td.cartCol4, td.cartCol5, td.cartCol6, td.cartColLast
{
    border-left: 1px solid #c40d10;
    text-align: center;
     border-bottom: 1px solid #c40d10;
     vertical-align:middle;
  
}

td.cartColLast
{
    border-right:1px solid #c40d10 !important;
}

td.cartCol1 {padding: 0;}

tr.odd {background-color: #C0D6F4;}
table.singleProductTable tr.odd {background: none;}

td.cartColLast {border-right: 1px solid #c40d10;}

td.cartCol3
{
    text-align: left;
    line-height: 1.4em;
}
/* END Cart Styles */

#ctl00_content_ctl00_pvCommerceCart h1
{
    margin-top:25px;
}

.buttons_under
{
    float:right;
}

.rightfloat, .float_right
{
    text-align:right;
    padding-right:10px;
}


.commerceOrderSummaryPrice, .co_orderSummaryTaxCost, .commerceOrderSummaryPrice, .co_orderSummaryPrice
{
    font-weight: bold;
}

.float_right
{
    display:none;
}

.co_orderSummaryTable
{
    width:100%;
    margin-bottom:10px;
    font-size: 1.3em;
}
.co_orderSummaryTable td.co_orderSummaryPrice, .co_orderSummaryTable td.commerceOrderSummaryPrice, .co_orderSummaryTable td.co_orderSummaryTaxCost, .co_orderSummaryTable td.commerceOrderSummaryPrice
{
    width: 100px;
}


.ae_table
{
    width: 100%;
    margin-top:15px;
    margin-bottom:15px;
}

.paddingtop
{
    padding-top:10px;
}

td .QuantityBoxLabel
{
    display: none;
}

td .QuantityBoxPnl
{
    margin-left:-35px;
}
.cartCol4

{
    width:290px !important;
}

.cartCol3
{
    padding-left:10px;
}

#login
{
    text-align:center;
    clear:both;
}

#login_left, #login_right
{
    width: 40%;
    border: solid 1px #e00008;
    min-height:200px;
    float: left;
    margin:10px 20px;
       background: #fff;
       text-align:left;
       display: inline-block;
       padding:20px;
}

#oneColRelatedProducts
{
    clear:both;
    width:100%;
}

.formLabel
{
    display: inline-block;
    width:200px;
}

.rmSlide, .rmGroup 
{
    display:none !important;
    visibility:hidden !important;
}

.plp_TableHolder
{
    margin-bottom: 20px;
    vertical-align: middle;
}

.plp_TableHolder td
{
    vertical-align:middle;
}

.contactnum h2
{
    color:#fff;
    font-size:25px;
}

.contactnum h2 em
{
    color:#ccc;
}

.content_area img
{
    border: solid 3px #000;
}

.content_area table
{
    border: solid 3px #000;
    width:100%;
    margin-top:10px;
}

.content_area table td
{
    border: solid 1px #000;
    padding: 3px 5px;
}

#ctl00_contentarea_ctl00_uxSectionProfile
{
    margin-left:15px;
}

.profileDetailsLeftCol
{
    display: inline-block;
    width:300px;
    float:left;
}

.profileDetailsLeftCol td
{
  vertical-align: middle;
}


.profileDetailsRightCol
{
        display: inline-block;
           width:325px;
}

.tabstrip
{
    margin-left:15px !important;
    margin-bottom:20px !important;
} 

li a .wrap
{
    margin-right:10px;
    font-weight:bold;
}

p.sf_newsThumbnail
{
    width:150px;
    display: inline-block;
}


#socials {
    height: 42px;
    position: relative;
	margin-top: -42px;
	width: 970px;
}
#socials-bg {
	background: url(../images/social-networking-bg.png) repeat scroll 0 0;
	height: 42px;
	position: absolute;
	width: 970px;
	z-index: 7000;
}
#socials-menu {
	float: right;
	height: 28px;
	position: relative;
	margin-top: -28px;
	width: 400px;
	z-index: 1000;
}
#socials-menu ul {
	float: right;
	height: 28px;
	margin-right: 30px;
}
#socials ul li {
	float: left;
	margin-left: 2px;
}
#socials ul li a {
	position: relative;
	z-index: 6000;
}
#socials ul li div.socials-menu-content {
	background-color: #fff;
	height: 398px;
	position: absolute;
	/* display: none; */
	left: 0px;
	top: 80px;
	overflow: hidden;
	width: 400px;
	z-index: 1000;
}
#socials ul li:hover div.socials-menu-content {
	/* display: block; */
}


.singleProductTable
{
    margin-top:20px;
}

.productdescprice
{
    margin-top:10px;
    display: inline-block;
}


#category_area, .Product_List_Lite
{
    clear:both;
}

#category_area
{
    padding-bottom:20px;
    display:block;
}

#product_lite
{
    margin-top:20px;
    display:block;
    clear:both;
}

.Product_List_Lite
{
    margin-top:20px;
}

.sidebar-left-bg  .RadPanelBar 
{
    margin-left:0px;
}

.product_page .RadPanelBar 
{
    margin-left:20px;
}


.cl_productListImage img
{
    width:100px;
}

h1.product
{
    display: block !important;
    clear:both;
    width:100%;
    float:left !important;
}

.birthday #inner-content ul.sf_expandableList li
{
    background: none !important;
    margin-left:0px;
    padding-left: 0px;
}

.sf_listItemTitle a
{
    color:#383838
    
}
 #homecat h1, h2.sf_newsTitle, H2.sf_postTitle, .product #inner-content h2, #inner-content2 h1, #side-content h3 strong, .birthday #inner-content h1, .clothing #inner-content h1, .product h1, .productTitle, h2.sf_listTitle
{
    font-family: Tahoma;
}



#mainnav li, #side-content h3, #side-content span, .product #inner-content ul.add-info li div.fleft h3, .birthday #inner-content p.important, #inner-content h3, #oneColRelatedProducts h2, .productDetail H3, .productdescprice, legend, .fromPrice, .contactnum h2, #cartmenu li, #searchmenu li
{
    font-family: Tahoma;
}
    
.birthday .RadPanelBar 
{
    padding-top:25px;
}

h3, h1
{
    font-weight: normal;
}

#inner-content .categoryTitle a span, #inner-content .categoryTitle a:hover
{
    text-decoration: none !important;
    color:#333;
}

body.twitterBody
{
    padding: 0px !important;
    margin: 0px !important;
}
.twitterPanel
{
    padding: 0px !important;
    margin: 0px !important;
    height: 327px;
}

.commerceProductListItemWrapper td
{
    line-height: 31px;
}

table.childTable
{
    margin-top:30px;
    vertical-align:middle !important;
}

.childTable td
{
        vertical-align:middle !important;
}

.childTable th.childCol1
{
    text-align:left;
    padding-bottom:20px;
 
}

.childTable td.childCol1

{
    padding-right:10px;
    vertical-align:middle !important;
  
}

.childTable td.childCol3 
{
  padding-left:10px;
  padding-right:10px;
  
}

.productTitle
{
    font-size:16px;
}

td.childCol4
{
    padding-left:20px;
}

.productparentprice

{
    	font-size: 25px;
	font-weight: normal;
	color: #c80206;

	 font-family:Tahoma
}

.width_override
{
    width:940px !important;
}

.co_OrderSummaryContentHolder #content
{
    width: 960px !important;
}

table#ctl00_content_ctl00_dlCart
{
       border-bottom: 1px solid #c40d10 !important;  
      
}

h5
{
    font-size:0.9em;
    clear:both;
    font-weight: normal;
    color:#fff;
}

#side_bottom
{

    width:205px;
    height:250px;
    padding:10px;
    background:#686868;
    clear:both;
    float:left;
}

#ctl00_contentarea_ctl01_listChildProducts_ctl03_btnAddProduct, .childColLast input
{
    font-family: Tahoma !important;
}

#ctl00_crosssells_ctl00_DataList1_ctl01_hlProducLink2
{
    text-decoration: none;
}

ul.sf_newsList li 
{
  width: auto;
  clear: both;
}


ul.sf_newsList li .newsimg
{
  width: 150px;
  display: inline;
  float: left;
  margin-top: 0px;
}

ul.sf_newsList li .newsimg p.sf_newsThumbnail
{
  margin-top: 0px !important;
}

ul.sf_newsList li .newscontent
{
  width: 500px;
  display: inline;
  float: left;
  margin-top: 0px;
  margin-left: 15px;
}

.header #headwrap #topmenu
{
  width: 630px !important;
}

.crossSell .csLink:hover, .crossSell .csLink:hover .csText .Recommend_productTitle
{
  color: #FFF;
  text-decoration: underline;
}

#topmenu #cartmenu ul li a, #topmenu #cartmenu ul li, #topmenu #cartmenu u
{
  line-height: 100%;
}

#topmenu #cartmenu ul li a
{
  line-height: 27px;
}

dl.searchResults
{
    padding: 0px 10px 0px 20px;
}

dl.searchResults dt
{
  margin-top: 15px;
}

ol.sf_pager
{
  margin-left: 25px;
  margin-bottom: 1.2em;
  clear:both;
}

ol.sf_pager li
{
  display: inline;
  padding-right: 5px;
}

.co_OrderSummaryValidationSummary
{
  font-size: 1.6em;
  padding-top: 10px;
  margin-bottom: 24px;
  text-align: center;
}

.co_OrderSummaryValidationSummary ul
{
  display: none;
}

.RadGrid_Office2007
{
    width: 100% !important;
}

.rgMasterTable th, .rgMasterTable td, .RadGrid_Office2007
{
    border-color: #FF0000 !important;
}

.rgMasterTable th.rgHeader
{
    color: #111 !important;
    background: url('../images/rgMasterTableBG.gif');
}

.rgMasterTable a
{
    color: #FF0000 !important;
}

.devLink
{
    clear: both;
    font-size:0.9em;
    color:#777;
    text-align: center;
}

.devLink a
{
    color: #666;
}

.sf_anchorList
{
    clear:both;
}

.rrp
{
    font-size: 1.2em;
}
.bouldersPrice
{
    font-size: 29px;
}


/** New footer Links**/

#footer
{
background-image: none !important;
padding-left:0px !important;
width: 969px !important;

}

#footertop
{


	width: 969px;
	margin: 0px auto 0px auto !important;
height:8px;
	background: url(/images/Boxout_top.jpg) no-repeat;

}

#footerbottom
{
width: 969px;
	margin: 0px auto 0px auto !important;
	height:8px;
	background: url(/images/Boxout_bottom.jpg) no-repeat;
	clear:both;

}

.footerlinks
{
width:940px !important;
background: #212121;
	padding: 10px 0px 10px 30px !important;
	

}

.footercol, .footercollast
{
width:18% !important;
display: inline-block;
float:left;
}

.footercol
{
border-right: dotted 1px #666;
margin-right:15px;


}

.footercol li, .footercollast li
{
padding-bottom:5px !important;
padding-top:5px !important;
margin-left:20px;
}

 .footercollast li
 {
     list-style-type: none !important;
     background: none !important;
 }


.footercol h2, .footercollast h2{
	color: #ccc;
	font-size: 18px;
	margin-bottom: 10px;
	margin-left:0px;
	padding-left:0px;
}


.bmclogo
{
padding-left:30px;
}

.birthday #inner-content ul.sf_expandedList li

{
    background-position: 0 5px !important;
}


.rpLink
{
    font-size:1.5em;

    }
