@media screen {

/******************************************************************************************/
/* global styles common to all pages [ SBDS Retail Theme ]                                */
/******************************************************************************************/

/* force a vertical scrollbar in firefox, prevents horizontal page shifting */
html { min-height: 100%; miner_frameargin-bottom:1px; }



/* default styling for block elements */
td, p, form
{
	margin:0px;
	padding: 0px;
	bottom: auto;
}

ul { margin: 2px 0 2px 20px; }
/* li { list-style-type: circle; } */

/* special styling for validation summary lists */
.validationSummary ul { padding-left:0px; }

/* default styling for links */
a{
	text-decoration: none;
	color: #D17F05;
}
/*a { color:#8C0901; }*/
a:hover {
	color:#333333;
}

/* link styling for links that are highlighted on a page */
a.highlight {
	color:#000;
	padding-top:5px;
	margin-top:5px;
	text-decoration:none;
	font-size: 10px;
	font-weight: bold;
}

/* menu for top of page */
#kickerTopBar {
	height:29px;
	width: 777px;
	float: right;
	padding-top: 33px;
}
#kickerTopBar .menuWrapper {
	width: 767px;
	height: 29px;
	float: left;
}
#kickerTopBar .kicker1 {
	float:left;
	width: 5px;
	height: 29px;
	border: 0;
	margin: 0;
}
#kickerTopBar .menuBackground {
	width: 767px;
	height: 29px;
	background-color: #F7AA0E;
	float: left;
}
#kickerTopBar .kicker2 {
	float:right;
	width: 5px;
	height: 29px;
	border: 0;
	margin: 0;
}
#kickerBottomBar {
	height:28px;
	width: 777px;
	padding-top: 1px;
}
#kickerBottomBar .plainBar {
	height: 28px;
	width: 777px;
}
#kickerBottomBar .kicker1 {
	float:left;
	width: 5px;
	height: 28px;
	border: 0;
}
#kickerBottomBar .kicker2 {
	float:right;
	width: 5px;
	height: 28px;
	border: 0;
}

/* default styling for input elements */
input { vertical-align:middle; }

/* styling for subclassed textbox elements */
input.textBox
{
	background-color:#FFFFFF;
	border:1px solid #B2AF7D;
	width:190px;
	height:16px;
	margin:0 3px 0 15px;
}

/* style for buttons */
input.button, a.button
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F6F6F6;
	font-size: 9px;
	text-transform: uppercase;
	color: #8595C6 !important;
	padding: 2px 5px 2px 5px;
	border: 1px solid #E8E8E8;
	font-weight: bold;
	cursor:hand;
	margin: 0;
	text-align:center;
	text-decoration:none;
	vertical-align: middle;	/*background:url(images/go_btn.gif) no-repeat middle right;
	height:20px;
	width:22px;*/	/*float:right;
	margin-left:2px;*/
}

/* style for button hover state 
input.button:hover, a.button:hover
{
	color: #FFFFFF; text-decoration:none;
}*/

/* style for a paragraph element to highlight */
p.highlight
{
	font-weight:bold;
	color:#575757;
	padding-top:5px;
	margin-top:5px;
	text-decoration:none;
}

/* Text styles used to provide status information */
.goodCondition{font-weight: bold; color: #008000; padding-bottom: 3px;}
.warnCondition{font-weight: bold; color: #FFA500; padding-bottom: 3px;}
.errorCondition{font-weight: bold; color: #FF0000; padding-bottom: 3px;}

/* style for element that acts as a spacer between other elements */
.spacer
{
	clear:both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
}

/* container for the breadcrumbs trail */
.breadCrumbPanel {
	margin-top:4px;
}

/* link in the breadcrumbs trail */
.breadCrumbLink{
	text-decoration: underline;
	text-indent: 0px;
	color:#DE3794;
}

/* generic styling for a suggested retail price */
.msrp { text-decoration:line-through; }

/* applied to ajax progress update */
#centeredProgress
{
	width: 300px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -200px;
	z-index: 99;
	color: #FFFFFF;
	border: 5px solid #C1C1C1;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
}

/* background style for the screen when an ajax progress update is displayed */
#ajaxProgressBg
{
    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.3;
    filter: Alpha(opacity:30);
    z-index: 0;
}

/* style for the ajax progress indicator */
#ajaxProgress
{
    border: 0px;
    padding: 0px;
    position: absolute;
    background-color: #FFFFFF;
	background: #FFFFFF url(images/processing.gif) no-repeat 50%;
    z-index: 1;
    left:50%;
    margin-left:-100px;
    width:200px;
    height:200px;
    border: solid 2px grey;
}

hr { width:100%; }

h2 { font-size:12px; }

h2.sectionHeader
{
	background:#FFF;
	padding: 0 2px;
	margin:0 0 12px 0;
	Height:27px;
	line-height:27px;
	font-size:14px;
	color:Black;
	font-weight:bold;
}

.welcomeImage 
{
}
.welcomeText
{
}

/*---------------------------------------*/
/*- rodney's extras       -*/
/*---------------------------------------*/

/* header extras */

.navBarUpper  {
	height: 28px;
	float: left;
	margin-top: 17px;
	padding: 0px;
}

/* styling attached to the container for the linked logo SBDS inner pages */
#storeHeader .logoSBDSInner
{
	margin: 0px;
	width: 225px;
	height: 117px;
}

/* additional styling for the logo image tag for SBDS inner pages */
#storeHeader .logoSBDSInner img {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#innerContentWrapper2
{
	width:985px;
	/*border-left:solid 5px #BEB6A1;
	border-right:solid 5px #BEB6A1;*/
	background-color:transparent;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#outerContentWrapper3
{
	text-align: center;
	width: 100%;
}

#innerContentWrapper3
{
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-bottom: 10px;
}
#innerContentWrapper3 .sbds_logo {
	width:148px;
	float: left;
	text-align: center;
	height: 98px;
	border: 0;
	padding-right: 18px;
	padding-left: 17px;
}

#outerContentWrapper4
{
	text-align: center;
	width: 100%;
}

/* category title attributes underneath thumbnail */
/*.catHeaderText	{
	font-size:12px; 
}*/

.addBodyText	{
	font-size:12px;
	line-height: 1.5em;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
}

/* product page shadow outer wrap */
.shadowWidth {
	width: 100%;
}

/* product page shadow border line */
.shadowDivider {
	border-bottom: 1px solid #E8E8E8;
	clear: both;
}

/* product page shadow border line */
.shadowShadow {
	display: block;
	height: 35px;
	position: absolute;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/sbds_images_general/shadow_divider.gif);
}

/* Right side bar product bar text */
.productBoxTee {
	color: #999999;
	line-height: 15px;
}

/* Style for Information Headers */
.infoHeader {
	color:#000000;
	font-size:15px;
}

#imageTable2 {
	padding: 5px;
	width: 18em;
}


.infoBodyText {
	padding-left: 10px;
	font-size: 1.2em;
	padding-right: 10px;
	padding-bottom: 5px;
}

.infoCopyRight {
	font-size: .8em;
	font-style: italic;
}


/*rodney - image 1 on front page */
.sbdsImg1 {
	width: 704px;
	float: left;
	background-color: #FFF;
	background-image: url(marketing_front_image.jpg);
	margin-left: 0px;
}

/*rodney - image on main retail */
.sbdsLaptopVideo {
	float: right;
	padding-top: 100px;
	margin-right: 15px;
	width: 320px;
	height: 265px;
}

/*rodney - buy now button main front*/
.sbdsBuyButton {
	float: left;
	width: 95px;
	height: 42px;
	padding-top: 325px;
	padding-left: 225px;
}

/*catalog - online catalog main page*/
#wrapperForCatalogs {
	padding: 0;
	margin: 0;
}

.sbdsLogo {
	height: 42px;
	padding-top: 7px;
}

.onlineCatalogHeader {
	height: 13px;
	padding-top: 14px;
}

.onlineCatalogWording {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-size: 9px;
	color: #595959;
	padding-top: 15px;
	text-align: center;
}


.catalogImage1 {
	padding-left: 16px;
	padding-top: 10px;
	height: 168px;
	width: 130px;
	padding-right: 17px;
	float: left;
}

.catalogImage2 {
	padding-left: 16.5px;
	padding-top: 10px;
	height: 168px;
	width: 65px;
	float: left;
}

.catalogImageWord {
	width: 163px;
	padding-top: 10px;
	float: left;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.catalogImageWord2 {
	width: 83px;
	padding-top: 10px;
	float: left;
	text-align: center;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}

.catalogTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #595959;
	padding-top: 28px;
	padding-bottom: 13px;
	text-align: center;
}

.catalogTitle2 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #595959;
	padding-top: 23px;
	padding-bottom: 16px;
	text-align: center;
	float: left;
	width: 100%;
}

#horizontalIDTag {
	width: 100%;
}

#horizontalIDTag .horizontalGreyBar {
	height: 1px;
	float: left;
	margin-top: 28px;
	margin-bottom: 26px;
	width: 917px;
	padding-right: 33px;
	padding-left: 33px;
}

.bottomSBDS {
	float: left;
	font: Helvetica;
	font-style: normal;
	font-size: 13px;
	color: #F6AA0D;
	padding-top: 102px;
	width: 100%;
	text-align: center;
}

.copyrightSBDS {
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #59595A;
	padding-top: 6px;
	text-align: center;
	width: 100%;
	padding-bottom: 10px;
}

/* Eco Video Page */
.sbdsBannerHeading {
	background-color: #000;
	height: 30px;
	font-size: 18px;
	color: #FFE9C0;
	text-align: center;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}

#sbdsBannerHeading2 {
	height: 84px;
	background-color: #000;
}

#sbdsBannerHeading3 {
	height: 84px;
	background-color: #000;
	background-image: url(images/main_page/video_for_marketing/video_background.jpg);
}

.sbdsBannerHeadingTitle1 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #F6AA0D;
	text-align: left;
	padding-left: 29px;
}

.sbdsBannerHeadingTitle2 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #F6AA0D;
	text-align: left;
	padding-left: 48px;
}

.sbdsBannerHeadingTitle3 {
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #F6AA0D;
	text-align: left;
	padding-left: 29px;
}

.sbdsBannerHeadingWording1 {
	font-size: 11px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 250px;
	padding-left: 29px;
}

.sbdsBannerHeadingWording2 {
	font-size: 11px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
	padding-left: 48px;
}

.sbdsBannerHeadingWording3 {
	font-size: 11px;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 250px;
	padding-left: 28px;
}

.sbdsTermsConditions {
	font-size: 11px;
	color: #FACE73;
	text-decoration: underline;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 250px;
	padding-left: 28px;
	padding-top: 7px;
}

.sbdsBannerHeadingOnlineShop {
	font-size:12px;
	color: #FACE73;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	padding-top:7px;
}

.sbdsBannerHeadingOnlineShopLink {
	font-size:11px;
	color: #FACE73;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	width:100%;
	padding-top:2px;
	padding-bottom: 7px;
}

#christopherVineVideo {
	width: 298px;
	height: 340px;
	padding: 0;
	background-color: #636466;
	background-image: url(images/main_page/video_for_marketing/CVD_gift1.jpg);
	background-repeat: no-repeat;
}

#christopherVineVideo2 {
	width: 350px;
	height: 340px;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-image: url(images/main_page/video_for_marketing/CVD_gift2.jpg);
	background-repeat: no-repeat;
}

#christopherVineVideo3 {
	width: 337px;
	height: 340px;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-image: url(images/main_page/video_for_marketing/CVD_gift3.jpg);
	background-repeat: no-repeat;
}

#laptopVideo {
	width: 298px;
	height: 340px;
	padding: 0;
	background-color: #FFF;
	background-image: url(images/main_page/video_for_marketing/sbds_laptop1.jpg);
	background-repeat: no-repeat;
}

#laptopVideo .laptopVideoWords {
	padding-top: 160px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #313F72;
	width: 280px;
	padding-left: 18px;
}

#laptopVideo2 {
	width: 350px;
	height: 340px;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-image: url(images/main_page/video_for_marketing/sbds_laptop2.jpg);
	background-repeat: no-repeat;
}

#laptopVideo3 {
	width: 337px;
	height: 340px;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-image: url(images/main_page/video_for_marketing/sbds_laptop3.jpg);
	background-repeat: no-repeat;
}

.sbdsMiddleBreaker {
	background-color: #000;
	height: 5px;
}

.sbdsLaptopVideo {
	padding-top: 45px;
}

#ecoVideo1 {
	width: 298px;
	height: 340px;
	padding: 0px;
	background-image: url(images/main_page/video_for_marketing/sbds_eco_chic1.jpg);
	background-repeat: no-repeat;
}

#ecoVideo1 .ecoVideoWords {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	padding-left: 26px;
	padding-top: 90px;
}

#ecoVideo1 .ecoVideoWords1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
	padding-left: 26px;
}

#ecoVideo1 .ecoVideoWords2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 7px;
	padding-left: 26px;
	width: 255px;
}

#ecoVideo1 .ecoVideoWords3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 25px;
	padding-left: 26px;
	width: 255px;
}

#ecoVideo1 .ecoVideoWords4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 7px;
	padding-left: 26px;
	width: 255px;
}

#ecoVideo2 {
	width: 350px;
	height: 340px;
	padding: 0;
	background-image: url(images/main_page/video_for_marketing/sbds_eco_chic2.jpg);
	background-repeat: no-repeat;
}

#ecoVideo3 {
	width: 337px;
	height: 340px;
	padding: 0;
	background-image: url(images/main_page/video_for_marketing/sbds_eco_chic3.jpg);
	background-repeat: no-repeat;
}

#kimmiVideo1 {
	width: 298px;
	height: 340px;
	padding: 0;
	background-image: url(images/main_page/video_for_marketing/sbds_kimmidoll1.jpg);
	background-repeat: no-repeat;
}

#kimmiVideo2 {
	width: 350px;
	height: 340px;
	padding: 0;
	background-image: url(images/main_page/video_for_marketing/sbds_kimmidoll2.jpg);
	background-repeat: no-repeat;
}

#kimmiVideo3 {
	width: 337px;
	height: 340px;
	padding: 0;
	background-image: url(images/main_page/video_for_marketing/sbds_kimmidoll3.jpg);
	background-repeat: no-repeat;
}

#kimmiJuniorWrapper {
	float: left;
	padding: 0;
	width: 985px;
	background-color: #000;
}

#kimmiJuniorWrapper .kimmiJuniorVideo {
	width: 298px;
	height: 355px;
	float: left;
	padding: 0;
	background-color: #636466;
	background-image: url(images/main_page/video_for_marketing/sbds_kimmi_junior1.jpg);
	background-repeat: no-repeat;
	border: 0;
}

#kimmiJuniorWrapper .kimmiJuniorVideo2 {
	width: 254px;
	height: 355px;
	float: left;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-image: url(images/main_page/video_for_marketing/sbds_kimmi_junior2.jpg);
	background-repeat: no-repeat;
}

#kimmiJuniorWrapper .kimmiJuniorVideo3 {
	width: 433px;
	height: 355px;
	float: right;
	padding: 0;
	background-color: #FFF;
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-image: url(images/main_page/video_for_marketing/sbds_kimmi_junior3.jpg);
	background-repeat: no-repeat;
}

#kimmiJuniorWrapper .shopOnline {
	color: #FACE73;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 365px;
}

#kimmiJuniorWrapper .clickHereOrder {
	color: #FACE73;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 7px;
	text-align: center;
}
	

/* customer login */
#customerLogin {
	background-image: url(images/main_page/Front_Page_Image/wholesale_login.jpg);
	background-repeat: no-repeat;
	width: 256px;
	height: 200px;
}

#customerLogin .currentCustomer {
	float: left;
	padding-top: 130px;
	padding-left: 75px;
}

#customerLogin .newCustomer {
	float: left;
	padding-top: 7px;
	padding-left: 75px;
}

#bdSideNav .bombayLogo {
	float: left;
	padding-left: 77px;
	padding-right: 70px;
}

#bdSideNav2 .bombayLogo1 {
	float: left;
	padding-left: 45px;
	padding-bottom: 3px;
}

/* Footer Section 2010 */
#bottomFooterBanner {
	width: 100%;
}
#bottomFooterBanner .imageBanner {
	width: 960px;
}
#footWrapOuter {
	width: 960px;
	padding-top: 5px;
	height: 135px;
}
#footTopWrap {
	width: 958px;
	float: left;
	background-image: url(/images/footer_images/footergrayline.jpg);
	background-repeat: repeat-x;
}
#footTopWrap .cornerLeft {
	float: left;
}
#footTopWrap .cornerRight {
	float: right;
}

#footerTable {
	width: 958px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #DFDFDF;
	border-left-color: #DFDFDF;
	text-align: left;
	font-size: 11px;
	float: left;
	background-color: #FFF;
}
#footerTable .emailUs {
	width: 312px;
	vertical-align: top;
}
#footerTable .footDivider {
	width: 1px;
	vertical-align: middle;
	padding-right: 20px;
}
#footerTable .emailUs .text {
	color: #999;
}
#footerCategories {
	padding-left:12px;
	vertical-align: top;
	width: 120px;
	padding-right: 10px;
}
#footerCategories ul {
	margin:0;
	padding:0;
	list-style:none;
}
#footerCategories li {
	color:#000;
	font-size:12px;
	font-weight: bold;
}
#footerCategories a {
	text-decoration:none;
	color:#999;
	font-size:11px;
	font-weight: normal;
}
#footerCategories a:hover {
	text-decoration:underline;
	color:#F6AA0D;
	font-size:11px;
	font-weight: normal;
}

#footBottomWrap {
	width: 100%;
	padding-bottom: 5px;
	height: 48px;
}
#footBottomWrap .cornerLeftB {
	float: left;
}
#footBottomWrap .cornerRightB {
	float: right;
}




/* bottom footer */
#miniNavWrap {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	width: 960px;
	text-align: center;
	background-color: #FFF;
	float: left;
	margin: 5px;
	padding-top: 10px;
}

#miniNavWrap .companyName {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	float: left;
	padding-right: 10px;
}

#miniNavWrap .miniNavCell {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E8E8E8;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#miniNavWrap .miniNavCell a {
	text-decoration: underline;
	color: #000;
}

#miniNavWrap .sbdsWords {
	color: #FFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 10px;
	padding-top: 2px;
}

#miniNavWrap .sbdsWords {
	color: #000;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	padding-right: 10px;
	padding-top: 2px;
}

#constructionWords {
	color: #000;
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	padding-top: 30px;
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 35px;
}

#kjTableFront {
	width: 704px;
	height: 459px;
}

#kjTableFront .kjPartOne {
	width: 342px;
	height: 459px;
	float: left;
	border: none;
	margin: 0;
}

#kjTableFront .kjPartOne a {
	text-decoration: none;
	color: #FFF;
}

#kjTableFront .kjPartOne a:hover {
	text-decoration: underline;
	color: #FFF;
}

#kjTableFront .kjPartTwo {
	background-image: url(/images/main_page/Front_Page_Image/glee_main_slice2.jpg);
	width: 362px;
	height: 459px;
	float: right;
	border: none;
	margin: 0;
}

#kjTableFront .kjPartTwo a {
	text-decoration: none;
	color: #000;
}

#kjTableFront .kjPartTwo a:hover {
	text-decoration: underline;
	color: #000;
}

/* Marketing Redesign Front Page */
#frontPage {
	width: 777px;
	height: 470px;
	float: left;
}
#frontPage .sliceOne {
	width: 365px;
	height: 470px;
	float: left;
	border: none;
}
#frontPage .sliceTwo {
	width: 412px;
	height: 470px;
	float: right;
	border: none;
}
	

	
	

/*---------------------------------------*/
/*- Marketing 2010 Redesign       -*/
/*---------------------------------------*/

/* left hand side bar 2010 */
#leftSideBar {
	width: 183px;
	height: 470px;
	float: left;
}
#leftSideBar .sourceMenu1 {
	width: 170px;
	height: 112px;
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 5.5px;
}
#leftSideBar .sourceMenu2 {
	width: 170px;
	height: 112px;
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 5.5px;
}
#leftSideBar .sourceMenu3 {
	width: 170px;
	height: 112px;
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 5.5px;
}
#leftSideBar .sourceMenu4 {
	width: 170px;
	height: 112px;
	padding-left: 7px;
	padding-right: 6px;
	padding-bottom: 5.5px;
}

/* main ad 2010 */
#marketingMain {
	width: 777px;
	height: 470px;
	float: right;
}
#marketingMain .adSlice1 {
	width: 365px;
	height: 470px;
	float: left;
	border: none;
}
#marketingMain .adSlice2 {
	width: 412px;
	height: 470px;
	float: right;
	border: none;
}

/* ads above footer */
#bottomFooterMain {
	width: 777px;
	height: 174px;
	padding-top: 14px;
	padding-bottom: 10px;
	float: right;
}
#bottomFooterMain .bottomAd1 {
	width: 171px;
	height: 174px;
	float: left;
	border: none;
	padding-right: 15px;
}
#bottomFooterMain .bottomAd2 {
	width: 171px;
	height: 174px;
	float: left;
	padding-right: 15px;
}
#bottomFooterMain .bottomAd3 {
	width: 405px;
	height: 174px;
	float: right;
	border: none;
}

/* image download section */
#imageDownloadWrapper {
	width: 777px;
	height: 100%;
	float: right;
}
#imageDownloadWrapper .imageTitleText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #965A3F;
	width: 350px;
}
#imageDownloadWrapper .imageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #59595A;
	width: 375px;
	padding-top: 21px;
	padding-bottom: 10px;
}
#imageDownloadWrapper .sbdsImageLogin {
	width: 315px;
	height: 141px;
	float: right;
	padding-right: 55px;
	padding-bototm: 15px;
}
#imageDownloadWrapper .lolitaImageLogin {
	width: 315px;
	height: 141px;
	float: right;
	padding-right: 55px;
	padding-bototm: 15px;
	padding-top: 10px;
}
	

/******************************************************************************************/
/* styles to support the page layout                                                      */
/******************************************************************************************/

/* container for the left sidebar content */
#leftSidebarPanel
{
	display: block;
	width: 220px;
	float: left;
	padding: 0;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	margin: 0 0 0 auto;
}
#mainPanelImageLayout {
}

/* content section in the left sidebar */
#leftSidebarPanel .section
{
	padding: 0;
	width: 180px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FCF6FB;
}

/* heading in left sidebar content section */
#leftSidebarPanel .section .header
{
	height: 26px;
	color: #FFFFFF;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#F56EAE;	/*text-indent: 20px;
	font-size: 14px; 
	line-height: auto; 
	padding: 6px 0 6px 0;
	background: url(images/yellow_arrow.gif) no-repeat 8px 9px;*/
}

/* caption in left sidebar content section header */
#leftSidebarPanel .section .header h2
{
	text-indent: 24px;
	font-size: 14px;
	line-height: 26px;
	padding: 0 0 0 5px;
	margin: 0 0 0 0;
	background-color: #DF3894;
	background-image: url(images/pink_white_arrow.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

/*---------------------------------------*/
/*- styles for right sidebar            -*/
/*---------------------------------------*/

/* container for the right sidebar content */
#rightSidebarPanel
{
	width:225px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

/* content section in the right sidebar */
#rightSidebarPanel .section
{
	/*background: #DCDCDC;
	border-top:solid 1px #FFFFFF;
	border-right: solid 1px #636363;
	border-left: solid 1px #636363;
	margin-bottom:1em;*/
	margin: 0px 0px 1px 0px;
	padding: 0 0 0 0;
}

/* header in right sidebar content section */
#rightSidebarPanel .section .header
{
	/*background: #DCDCDC url(images/category_bg.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	padding: 0px 4px;
	margin:0px;
	/*background:#818181 url(images/gray_white_arrow.gif) no-repeat left top;*/
	background-color:#8595C6;
	height: 24px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* caption in right sidebar content section header */
#rightSidebarPanel .section .header h2
{
	float:left;
	/*width:28px;
	text-indent: 12px;*/
	font-size: 14px;
	margin: 0;
	color: #FFFFFF;	/*height: 24px;*/
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 3px;
}

/* link in right sidebar content section header */
#rightSidebarPanel .section .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
	padding:2px 3px 0 0;
	margin:2px 3px 0 0;
}

/* link (hover) in right sidebar content section header */
#rightSidebarPanel .section .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#9CD42F;
	padding:2px 3px 0 0;
	margin:2px 3px 0 0;

}

/* content section in the left sidebar */
#rightSidebarPanel .section .content {
	padding:4px;
}


/* additional styling usually applied to content area when no footer is displayed */
#rightSidebarPanel .section .nofooter
{
	/*border-bottom: solid 1px #636363;*/
}

/* footer for firhg sidebar content section */
#rightSidebarPanel .section .footer
{
	background:/* #DCDCDC */url(images/sectionFooterBackground.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;
	padding: 0 2px;
}
.onePageCheckoutCell { padding: 10px;}
.expressCheckoutCell {padding:5px;}
.ourDepartmentsCell{ padding:5px; line-height:18px;}
.Cell{padding: 10px;}

/*---------------------------------------*/
/*- styles for right side panel adds  rodney     -*/
/*---------------------------------------*/

/* line that seperates */
.rightSidebarAdd
{
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DE3794;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 10px 0px;
}

/* Header for description section */
.rightSidebarDescHead
{
	background-color: #FFFFFF;
	font-size: 190%;
	color: #F6AA0D;
	vertical-align: top;
	padding-bottom: 5px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}

/* Header for description section */
.rightSidebarDescBody
{
	background-color: #FFFFFF;
	color: #000000;
	line-height: 14px;
	vertical-align: top;
}

/* Button for rightsidebar add */
.rightSidebarDescButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F56EAE;
	font-size: 9px;
	text-transform: uppercase;
	color: #FFFFFF !important;
	border: 1px solid #DE3794;
	font-weight: bold;
	cursor:hand;
	text-decoration:none;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	float: right;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 0;
}
	

/*---------------------------------------*/
/*- styles for main content panel       -*/
/*---------------------------------------*/

/* container for the main panel content */
#mainPanel 
{
	width:100%;
	padding: 0;
}

/* Rodney - removed margin-bottom and padding to 0 */
/* used to display a content section in the main panel */
#mainPanel .section {
}

/* header for content section in the main panel */
#mainPanel .section .header 
{
	background-color: #FFFFFF;
	padding: 0;
	-top: 1px solid #FFF;
}

/* the header / caption of a content section */
#mainPanel .section .header H2
{
	margin:0px;
	font-size:10px;
	padding-left: 2px;
}

/* the content area of the content section */
#mainPanel .section .content {
	padding:2px;
	line-height: 1.5em;
	font-size: 10px;
}

/*rodney - information page text */
.informationbodytext {
	font-size:10px;
	padding-left:30px;
	padding-right:30px;
	text-align: justify;
	line-height: 1.3em;
}

/*rodney - larger purple text */
.largePurpleText {
	color:#7E5EA0;
	font-size: 14px;
	line-height: normal;
}

/*---------------------------------------*/
/*- end styles for content section      -*/
/*---------------------------------------*/

/*---------------------------------------*/
/*- styles for dialog section           -*/
/*---------------------------------------*/

/* used to display a dialog box in the main panel */
#mainPanel .dialogSection
{
	background: #FFFFFF;
	border-top:solid 1px #FFFFFF;
	/*border-right: solid 1px #636363;
	border-left: solid 1px #636363;*/
}

/* header for dialog box in the main panel */
#mainPanel .dialogSection .header
{
	background: #FFFFFF url(images/category_bg.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	padding: 0px 4px;
	margin:0px;
	border:1px solid #636363;
}

/* the header / caption of a dialog box */
#mainPanel .dialogSection .header h2
{
	color:#1E1E1E;
	margin:0 0 0 0;
	font-weight:bold;
	font-size:12px;
	float:left;
}

/* link style within the header of a dialog box */
#mainPanel .dialogSection .header a
{
	float:right;
	text-decoration:underline;
	color:#000000;
}

/* link style within the header of a dialog box (hover) */
#mainPanel .dialogSection .header a:hover
{
	float:right;
	text-decoration:underline;
	color:#8C0901;
}

/* the content area of the dialog box */
#mainPanel .dialogSection .content { padding:2px; border:1px solid #636363; margin-top:2px; min-height:180px; }
#mainPanel .dialogSection .content table th.rowheader{background-color:White;}
#mainPanel .dialogSection .content table td.txt{}


/* additional styling usually applied to content area when no footer is displayed */
#mainPanel .dialogSection .nofooter { border-bottom: solid 1px #636363; }

/* footer for dialog box */
#mainPanel .dialogSection .footer
{
	background: #DCDCDC url(images/sectionFooterBackground.gif) repeat-x left top;
	height:24px;
	line-height:24px;
	margin:0px;
	color:#8C0901;
	margin-top:8px;
}

/*---------------------------------------*/
/*- end styles for dialog section       -*/
/*---------------------------------------*/

/* styling for validation summaries that appear in the main panel */
#mainPanel .validationSummary { margin-bottom:6px; }

/* outer wrapper for the main page content */
#outerContentWrapper
{
	text-align: center;
	background-color: #FFFFFF;
}

/* inner wrapper for the main page content */
#innerContentWrapper
{
	width:960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
}

#innerContentWrapperVideoPage
{
	width:985px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E8E8E8;
	background-color: #FFF;
}

/* container for the page content 
#contentLayout
{
	border: 4px solid #FFFFFF;
}*/

/* additional style required when container is a table */
table#contentLayout
{
	width:777px;
	text-align:center;	/*padding:0 0 0 10px;*/
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	background-color: #FFFFFF;
	float: right;
}

/* rodney - outer wrapper for the header content */
#outerContentWrapper2
{
	text-align: center;
	width: 100%;
	background-repeat: repeat-x;
	background-image: url(images/sbds_images_home/top_bluebar_bk.jpg);
}


/******************************************************************************************/
/* end styles to support the page layout                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store header section                                                    */
/******************************************************************************************/

/* style for the outer store header container */
#storeHeader
{
	/*border-bottom: 1px solid #000000;*/
	height:89px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	background-position: left top;
	width: 960px;
}
.tagline 
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	height: 25px;
	width: 300px;
	background-image: url(sbds_logo.jpg);
	top: 80px;
	background-repeat: no-repeat;
	margin-left: 5px;
}

/* styling attached to the container for the linked logo image */
#storeHeader .logo
{
	margin: 0px;
	width: 281px;
	height: 89px;
	float: left;
}

/* additional styling for the logo image tag */
#storeHeader .logo img {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	top: 20px;
}

/* styling for the ribbon on main page box image -rodney */
/*#storeHeader .boxtopimg {

	background-image: url(bombayduck_images/mainpage/londonbased_tip.jpg);
	background-repeat: no-repeat;
	float: right;
	padding-right: 290px;
	height: 25px;
} */

/* used for any content besides the logo in the header */
#storeHeader div.headerContent
{
	height: 62px;
	margin: 0px;
}

/* style for container of shortcut links that can appear in the header */
#storeHeader div.shortcuts 
{
	height:0px;
	float: left;
	width: 704px;
}

/* style for links within shortcuts container*/
#storeHeader div.shortcuts  a
{
	font-family: "Times New Roman", Times, serif;
	display: block;
	width: auto;
	float: right;
	padding: 0px 4px 0 3px;
	margin: 10px 3px 0;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: center;
	font-style: italic;
}
#storeHeader div.shortcuts a:hover {
	color: #F6AA0D;
} 

/* style for specific shortcuts 
#storeHeader div.shortcuts a.basket{background: url(images/my_basket.jpg) no-repeat 50% top; text-align: center;}
#storeHeader div.shortcuts a.acct{background: url(images/my_acct.jpg) no-repeat 50% top; text-align: center;}
#storeHeader div.shortcuts a.admin{background: url(images/admin_icon.gif) no-repeat 50% top; text-align: center;}
#storeHeader div.shortcuts a.wishlist{background: url(images/my_wish.jpg) no-repeat 50% top; text-align: center;}
#storeHeader div.shortcuts a.login{background: url(images/login.jpg) no-repeat 50% top; text-align: center;}*/

/* style for the search container*/ 
#storeHeader div.search 
{
	float:left;
	width: 694px;
	vertical-align: middle;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin: 0px;
}

/* style for search text box within the search area*/ 
#storeHeader div.search .searchPhrase 
{
	font-size: 12px;
	color: #000000;
	background:#FFFFFF;
	border: solid 1px #AFAFAF;
	width: 145px;
	height:17px;
	margin:3px 0 0 5px;
	float:right;	/*left:21px;
	top: 3px;*/
	padding-right: 4px;
	overflow: visible;
	cursor: pointer;
}

/* style for the search button */
#storeHeader div.search .searchButton
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	border:1px solid #D1D1D1;
	font-weight: bold;
	cursor:hand;
	width:45px;
	height:21px;
	line-height:22px;	/*float:right;*/
	float: right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding: 0px;
	background-color: #F6F6F6;
	text-align: center;
	display: block;
}

/* styling for the navigation container*/ 
.navigation
{
	height: 30px;
	background-color: #F6AA0D;
	vertical-align: middle;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* styling for the link container in the navigation bar*/ 
#storeHeader .navigation .content
{
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	/*width:310px;*/
	/*margin-left:75%;
	border:1px solid #FF0000;
	float:right;
	margin:0px 0px 0px 0px;*/
	
}

/* styling for tab links in the navigation bar content */
#storeHeader .navigation a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	width: auto;
	float: left;
	font-size: 0.6em;
	font-weight: bold;
	text-transform: lowercase;
	color: #C22775;
	text-decoration: none;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	background-color: #F5DDEE;
	padding-top: 6px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	letter-spacing: 0.11em;
}

/* styling for tab links in the navigation bar content */
#storeHeader .navigation a:hover
{
}

/******************************************************************************************/
/* end styles for the store header section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store footer section                                                    */
/******************************************************************************************/

/* container for the store footer */
#footer
{
	width: 985px;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F5DDEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5DDEE;
	text-align: center;
	top: 20px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer2
{
	width: 985px;
	background-color:#FFFFFF;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	border-bottom: 1px solid #F5DDEE;
	padding: 5px;
}

/* paragraph within the store footer */
#footer p
{
	/*text-align: center;*/
	color: #000000;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* link within paragraph in the store footer */
#footer p a
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	padding: 0 5px;
	border-left: 1px solid #FFFFFF;	/*text-align:center;*/
}
#footer p a:hover
{
	color:#CCCCCC;
}

/* alter styling of first link within paragraph in the store footer */
#footer p a:first-child
{
	border-left: none;
}

/******************************************************************************************/
/* end styles for the store footer section                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store navigation section                                                */
/******************************************************************************************/

/* container for the store navigation links */
#storeNav 
{
	margin: 2px 0px;
	width: 200px;
}

/* default style for hyperlink in store navigation */
#storeNav a
{
	background-color: #000000;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* default style for hyperlink in store navigation (hover) */
#storeNav a:hover
{
	background-color: #000000;
	color:#F99034;
	font-weight:bold;
	text-decoration:underline;
	display:block;
	padding: 8px 3px 8px 40px;
	border-bottom: 1px solid #FFFFFF;
}

/* additional style for basket link */
#storeNav a.basket { background: #000 url(images/storeNav_basket.jpg) no-repeat 5px 3px; }
/* additional style for wishlist link */
#storeNav a.wishlist { background: #000 url(images/storeNav_wishlist.jpg) no-repeat 5px 3px; }
/* additional style for account link */
#storeNav a.account { background: #000 url(images/storeNav_account.jpg) no-repeat 5px 3px; }
/* additional style for login link */
#storeNav a.login { background: #000 url(images/storeNav_login.jpg) no-repeat 5px 3px; }
/* additional style for logout link */
#storeNav a.logout { background: #000 url(images/storeNav_logout.gif) no-repeat 5px 3px; }
/* additional style for admin link */
#storeNav a.admin { background: #000 url(images/storeNav_admin.gif) no-repeat 5px 3px; }

/******************************************************************************************/
/* end styles for the store navigation section                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the store search dialog                                                     */
/******************************************************************************************/

/* styling for the search dialog container */
#storeSearch
{

	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	display: block;
	background-color:#FCF9B5;
}

/* styling for the search keywords text box */
#storeSearch input.keywords
{
	border:1px solid #C3A70B;
	width:150px;
	height:15px;
	padding:2px 0 0 4px;
}

/* styling for the search button */
#storeSearch input.searchButton
{
	margin:0;
	vertical-align: middle;
}

/* styling for the tagline in the search image */
#storeSearch .tagline
{
	font-family:Arial;
	font-size:24px;
	color:#4A4A48;
	width:280px;
	margin-right:175px;
	margin-left:20px;
	padding-right:20px;
	border-right:5px solid #FFFFFF;
}

/******************************************************************************************/
/* end styles for the store search dialog                                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the page header                                                             */
/******************************************************************************************/

/* standard page header */
div.pageHeader
{
	margin-bottom:0px;
	/*border:1px solid #2E2E2E;*/
	background-color:#FFFFFF;
	height: 25px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

/* standard page header caption */
div.pageHeader H1
{
	font-size: 16px;
	color: #F6AA0D;
	padding: 3px 0;
	margin: 3px 0;
	text-indent: 0px;	/*border-bottom: 1px solid #e1e1e1;*/
	font-weight: normal;
}

div.pageHeader H2
{
	font-size: 10px;
	color: #F6AA0D;
	padding: 3px 0;
	margin: 3px 0;
	text-indent: 0px;	/*border-bottom: 1px solid #e1e1e1;*/
	font-weight: normal;
}

/* standard page header content */
div.pageHeader div.content
{
	padding:3px;
	border:1px solid #2E2E2E;
}

/******************************************************************************************/
/* end styles for the page header                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* default styling for generic input forms                                                */
/******************************************************************************************/

/* container for form */
table.inputForm { }

/* default styles for cells in form*/
table.inputForm th, table.inputForm td {padding:2px;} 

/* styling for row headers in form */
table.inputForm .rowHeader
{
	background: #FFF;
	color: #333333;
	padding: 6px;
	text-align:right;
}

/* style for links that appear within rowheader */
table.inputForm .rowHeader a {
	border:1px solid #650101;
	width:100%;
	color: #000000;
	font-weight: normal;
	font-size: 10px;
	font-weight:bold;
	text-align:left;
	padding: 6px;
}

/* set style for other elements within rowheader */
table.inputForm .rowHeader * {	font-weight: bold; font-size: 12px; }

/******************************************************************************************/
/* end default styling for generic input forms                                            */
/******************************************************************************************/

/******************************************************************************************/
/* styling for pager controls                                                             */
/******************************************************************************************/

/* style for paging container */
.paging { text-align: right; padding: 15px 5px 5px 5px; margin: 15px 0 5px 0;}
/* span within the paging container - this is actually the active page index */
.paging span , .paging .current{ padding: 1px 3px; border: 1px solid #666666; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; margin: 3px 0 3px 1px; background-color: #ebbb03; color: #000000; }
/* link within paging container */
.paging a { padding: 1px 3px; border: 1px solid #666666; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; margin: 3px 0 3px 1px; background-color: #F5F5F5; color: #000000; text-decoration:none; }
/* link(hover) within paging container */
.paging a:hover { background-color: #f1f1f1; color: #FB7600; }

/******************************************************************************************/
/* end styling for pager controls                                                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the simple category list (such as might show on the home page)              */
/******************************************************************************************/

/* list container for categories */
ul.category
{
	margin: 3px 3px 0px 3px;
	padding: 0px 3px 0px 3px;
	list-style-type: none;
	/*list-style-image: url(images/bullet1.gif);*/
	
}

/* category list item */
ul.category li
{
	background: url(images/bullet1.gif) no-repeat 2px 6px;
	margin:0 0 0 0px;
	padding:4px 0px;
	/*padding: 0 0 0 15px ;
	border-bottom: solid 1px #DCDCDC;
	color:#8C0901;
	background: url(images/bullet1.gif) no-repeat 0px 5px;
	background: url(images/bullet2.gif) no-repeat 0px 5px;*/
}

/* link within the category list item */
ul.category li a
{
	display: block;
	background: url(images/hor_yellow_dark.gif) repeat-x bottom left;
	padding: 2px 0 5px 20px;
	/*height: 28px;*/
	color: #E52C9E;
	/*text-indent:5px;*/
	line-height:12px;
}

/* link within the category list item (hover) */
ul.category li a:Hover {
	color:#993366;
}
/* link within the category list item (selected) */
ul.category li a:Selected { color:#AF0501; }

/******************************************************************************************/
/* end styles for the simple category list (such as might show on the home page)          */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the buy product form                                                        */
/******************************************************************************************/

/* container for the buy product form */
table.buyProductForm { }

/* default style for cells within the buy product form */
table.buyProductForm td, table.buyProductForm th
{
	padding:3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B8EDA;
}

/* style for row header in buy product form */
table.buyProductForm .rowHeader
{
	background-color: #FFFFFF;
	color: #999999;
	font-weight: bold;
	font-size: 14px;
	border: 0px solid #CCCCCC;
	text-align: left;
}

/******************************************************************************************/
/* end styles for the buy product form                                                    */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the catalog nodes                                                           */
/******************************************************************************************/

/* wrapper for the catalog container */
.catalogWrapper {
	padding: 5px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	float: left;
	border: collapse;
	width: 560px;
}

/* container for catalog display */
.catalog { padding: 0px; }

/* node in the catalog display - used in flow layouts */
.catalog .flowNode
{
	text-align:left;
	margin:0px;
	padding:0px;
	float:left;
	width:150px;
	height:150px;
	border:1px solid #C4C4C4;
}

/* node in the catalog display - used in table layouts */
.catalog .tableNode {
	vertical-align:text-top;
	text-align: left;	/* border-bottom: 1px solid #F5DDEE; */
	padding-bottom: 15px;
	padding-left: 30px;
	padding-right: 30px;
}

.catalog .tableNode div { margin-top:5px; margin-bottom:2px;}
.catalog .tableNode img {
	margin-top:2px;
	padding-right: 0px;
	padding-left: 0px;
}

/* thumbnail image within the catalog display */
.catalog .thumbnail 
{
	display: block;
	width: auto;
	margin: 0 auto 5px;
	color:#8C0901;
	
}

/* style for item separator */
.catalog .separator {
	/* border-left: 1px solid #F5DDEE; */
	width: 0px;
}

/******************************************************************************************/
/* end styles for the catalog nodes                                                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for featured products grid                                                      */
/******************************************************************************************/

/* container for the products grid */
table.productsGrid { }

/* cell that contains the product thumbnail */
td.thumbnail
{
	padding-bottom:2px;
	margin-bottom:2px;
	/* border:solid 1px #C4C4C4; */
}

/* cell that displays the product details */
td.details
{
	padding-left:5px;
}

/* style for separators in the grid */
/*.rowSeparator{padding-bottom: 3px; padding-top: 3px; background: url(images/h_dot1.gif) repeat-x left bottom;}
.itemSeparator{background: url(images/v_dot.gif) repeat-y left top; padding-right:5px;}*/

/******************************************************************************************/
/* end styles for featured products grid                                                  */
/******************************************************************************************/

/******************************************************************************************/
/* styles for product display pages                                                       */
/******************************************************************************************/

/* container for the product header */
div.productHeader {}

/* product page header caption */
div.pageHeader H2
{
	font-size: 10px;
	color: #575757;
	padding: 3px 0;
	margin: 3px 0;
	border-bottom: 1px solid #D0D0D0;
}

/* container for content associated with product tab */
div.productTabDetail
{
	min-height:200px;
	border:1px solid #C4C4C4;
	padding:4px;
	background-color:#FFFFEE;
}

/* header within content associated with product tab */
div.productTabDetail H2
{
	background:#EEFECE;
	color:black;
	font-size:12px;
	font-weight:bold;
	padding:4px;
	margin:2px 0px 4px 0px;
}

/******************************************************************************************/
/* end styles for product display pages                                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for search page                                                                 */
/******************************************************************************************/

/* container for the search filter controls */
.searchFilterPanel { }

/* header for the search filter panel */
.searchFilterHeader
{
	height:24px;
	line-height:24px;
	padding:0px;
	color:#FFFFFF;
	text-align:center;
	margin:0px;
	background-color: #F56EAE;
	background-repeat: repeat-x;
	background-position: left top;
}

/* caption for the search filter panel header */
.searchFilterHeader h2
{
	margin:0px;
	font-weight:bold;
	font-size:11px;
}

/* used for the show all link in the search filter panel */
.showAll { color:#000000; font-weight: bold; text-align: right; width: auto; display: block; padding: 2px; }
.showAll:hover { color:#575757; }

/* links used to apply a different search criteria */
a.searchCriteria { text-decoration: none; display: block; background: url(images/hor_back_dark.gif) repeat-x bottom left; margin: 3px 5px; text-indent: 0px; padding: 0 3px 0 10px; color:#000000;}
a.searchCriteria:hover { color:#575757; }

/* style applied to search criteria caption in search panel */
h3.searchCriteria
{
	color:#000000;
	padding: 5px 0 2px 5px;
	margin: 5px 0 2px 5px;
	font-weight:bold;
	text-indent: 5px;
	font-size:11px;
}

/* header for the search sort header */
.searchSortHeader
{
	/*background-color: #000000;*/
	height:0px;
	line-height:0px;
	padding: 0 5px 0 4px;
	margin:0px;
	color:#000000;
	margin-left:-5px;
	margin-right:-5px;	/*border-left-style:groove;
	border-left-color:#EFEFEF;
	border-bottom-style:groove;
	border-bottom-color:#EFEFEF;*/
}

/* styling for span tag (text) within the search sort header */
.searchSortHeader span
{
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for search page                                                             */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the mini basket                                                             */
/******************************************************************************************/

#miniBasketMainBox {
	border : 1px solid #FFF;
	background-color : transparent;
	padding : 0px;
	font-size : 1em;
	position:relative;
	width: 100%;
}

.miniBasketItemBox {
	padding : 3px;
	background-color : white;
	float:left;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F5DDEE;
}

.miniBasketIconBox {width:35%; float:left;}
.miniBasketItemTitleBox {float: none; position:inherit;}
.miniBasketItemTitleNoIconBox {padding-left:5px;}

.miniBasketItemTitle {
	font-size: 11px;
}
.miniBasketItemTitle a{
	font-size: 11px;
	color: #DE3794;
}
.miniBasketItemTitle a:hover {color:#575757;}

.miniBasketSubItemTitle {font-size: 10px; padding: 0; margin:  20px 5px 0 10px;}
.miniBasketSubItemTitle li {font-size: 9px;	margin: 0 0 0 10px; font-size:10px;}

.miniBasketQtyDeleteLine {
	padding : 1px 10px 10px 10px;
	background-color : transparent;
	clear: both; 
	text-align:center;
}

.miniBasketQtyInput {
	padding : 1px;
	margin-right : 3px;
	margin-top: 1px;
	width : 15px;
	Height : 12px;
	border : 1px gray solid;
	font-size : 9px;
}

.miniBasketPriceLabel, .miniBasketPrice  {
	font-weight : normal;
	color: #000000;
}
.miniBasketPrice {
	color : #DE3794;
}

#miniBasketSubTotalBox {
	background-color : white;
	padding : 3px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
}

#miniBasketSubTotalBox #tax_label,#ship_label {
	font-weight : bold;
	font-size : 11px;
	width : 45%;
	float : left;
	text-align : right;
}
#miniBasketSubTotalBox #sub_label {
	float : left;
	font-weight : normal;
	font-size : 12px;
	width : 45%;
	text-align : right;
}
#miniBasketSubTotalBox #tax_num,#ship_num {
	font-weight : normal;
	font-size : 11px;
	padding-left : 3px;
	width : 49%;
	float : left;
}

#miniBasketSubTotalBox #sub_num {
	font-weight : bold;
	font-size : 12px;
	color : #9A3334;
	padding-left : 3px;
	width : 49%;
	float : left;
}

#miniBasketSubTotalBox #qty_label {
	float : left;
	font-weight : normal;
	font-size : 12px;
	width : 45%;
	text-align : right;
}
#miniBasketSubTotalBox #qty_num {
	font-weight : bold;
	font-size : 12px;
	color : #DE3794;
	padding-left : 3px;
	width : 49%;
	float : left;
}
#miniBasketShippingEstimateBox {
  background-color : white;
  padding : 3px 0 3px 0;
}

#miniBasketCheckoutButtonBox {
  background-color : white;
  padding : 10px 0 8px 0;
  text-align:center;  
}

/******************************************************************************************/
/* styles for the basket                                                                  */
/******************************************************************************************/

/* container for message that displays when a basket is empty */
.emptyBasketPanel
{
	margin: 0;
	background:url(images/empty_shop.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}
/*.emptyWishlistPanel
{
	margin: 0;
	background:url(images/wish_list.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}*/

/* message that displays when a basket is empty */
.emptyBasketPanel span.message
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the basket contents */
a.basketProductLink {text-decoration: none; color:#636363; font-weight:bolder;}
a.basketProductLink:hover {color:#000000;}

/* price that appears within a basket dialog */
.basketDialogPrice {
	font-weight:normal;
}

/* container for message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel { }

/* message that displays when a basket dialog is empty */
div.emptyBasketDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

/******************************************************************************************/
/* end styles for the basket                                                              */
/******************************************************************************************/

/******************************************************************************************/
/* styles for the wishlist                                                                  */
/******************************************************************************************/

/* container for message that displays when a wishlist is empty */
div.emptyWishlistPanel
{
	margin: 0;
	background:url(images/wish_list.gif) no-repeat 15%;
	padding-top: 20px;
	padding-left: 60px;
	margin: 20px 35px 35px 35px;
	height: 50px;
	text-align:center;
}

/* message that displays when a wishlist is empty */
div.emptyWishlistPanel span.message
{
	font-size: 18px;
	font-weight: normal;
	color: #666666;
}

/* links to products that are displayed in the wishlist contents */
a.wishlistProductLink {text-decoration: none; color:#636363; font-weight:bolder;}
a.wishlistProductLink:hover {color:#000000;}

/* price that appears within a wishlist dialog */
.wishlistDialogPrice { font-weight:bold; }

/* container for message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel { }

/* message that displays when a wishlist dialog is empty */
div.emptyWishlistDialogPanel span.message
{
	text-align:center;
	font-style:italic;
	padding:5px;
}

/******************************************************************************************/
/* end styles for the wishlist                                                              */
/******************************************************************************************/
	
/******************************************************************************************/
/* styles common to all checkout pages                                                    */
/******************************************************************************************/

/* checkout page header */
div.checkoutPageHeader
{
	margin-bottom:8px;
}

/* checkout page header caption */
div.checkoutPageHeader H1
{
	background: url(images/page_header.gif) no-repeat left 2px;
	font-size: 18px;
	color: #8595C6;
	padding: 3px 0;
	margin: 3px 0 6px 0;
	text-indent: 25px;
	border-bottom: 1px solid #e1e1e1;
}

/* chekcout page header - styling for checkout steps */
div.checkoutPageHeader div.checkoutSteps
{
	background-color:#E5DECA;
	border:1px solid #BEB49D;
	padding:0;
	margin:4px 5px 4px 4px;
	float:right;
}

/* checkout page header content */
div.checkoutPageHeader div.content
{
	padding:2px;
}

/* used to contain the details for an individual shipment, used wherever information is organized by shipment */
div.shipmentSection
{
	margin-bottom:5px;
	border: solid 1px black;
	border-collapse:collapse;
}

div.shipmentSection div.header
{
	border: solid 1px black;
}

/* the header / caption of a shipment section, identifies which shipment is displayed */
div.shipmentSection H2
{
	margin:0px;
	/*border: 1px solid #C4C4C4;
	background-color: #E8E8E8;*/
	padding: 0 2px;
	height:25px;
	line-height:25px;
	font-size:12px;
}

/* the content of the shipment section */
div.shipmentSection .content
{
	padding:2px;
}

/* used wherever a list of order items is displayed */
table.itemList { width:100%; }

/* default column header styling for item list */
table.itemList th {
	margin:0px;
	background-color:#F5DDEE;
	padding:2px;
}

/* default data cell styling for item list*/
table.itemList td { padding:3px 2px; } 
table.itemList td a{color: #8C0901;}

/* header styling for items column */
table.itemList th.items { }

/* styling for items column */
table.itemList td.items { }

/* header styling for items column */
table.itemList th.price { }

/* styling for price column */
table.itemList td.price { }

/* used when checkout navigation buttons (e.g. continue, back) appear by themselves 
outside of any  other container.  */
.checkoutNavigation { margin-top:4px; margin-bottom:8px; }

/* used when the checkout navigation section has a validation summary.  */
.checkoutNavigation span.validation { display:block;margin-bottom:12px; }

/* contains the buttons or links in the checkout navigation section */
.checkoutNavigation span.buttons { }

/******************************************************************************************/
/* end styles common to all checkout pages                                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for table that lays out a form of data (such as an invoice)                     */
/******************************************************************************************/

/* table style */
table.form 
{
	margin: 4px 0px;
	border:solid 1px black;
	border-collapse:collapse;
 	page-break-inside:avoid;
	width:100%;
}

/* style common to headers and cells */
table.form td, table.form th
{
	padding:4px 8px;
}

/* styling for header cells  */
table.form th { font-weight:bold; font-size:14px; }

/* styling for header cell intended for vertical text */
table.form th.verticalText
{
	width:10px;
	font-size:10px;
	text-align:center;
	vertical-align:middle;
}

/* additional styling for header cell */
table.form th.header { text-align:left; }

/* additional styling for caption */
table.form th.header span.caption { font-size:20px; }

/* style for cell that contains an address */
table.form td.address { width:180px; }

/* style for cell on right that should expand to the full width possible */
table.form td.expand { width:504px; }

/* style for cell that contains a datasheet */
table.form td.dataSheet { padding:0px; }

/* style for font within the datasheet */
table.form td.dataSheet * { font-size:12px; }

/* additional styling for datasheet that appears within a form */
table.form table.dataSheet { margin-bottom:-1px; }

/* styling for the total row */
table.dataSheet tr.totalRow td, table.dataSheet tr.totalRow th
{
	border-top: double 3px gray;
	border-bottom: double 3px gray;
}

/* this is the container for the order summary on the view order page */
table.form td.orderSummary { width:202px;padding:10px; }

/* style for the caption of the order summary panel */
table.form td.orderSummary h3 { margin: 0 0 2px 0; }

/* style for the invoice caption */
h1.invoice 
{
	margin: 0 0 6px 0;
	font-size:24px;
	font-weight:bold;
}

/* style for the store name */
h1.storeName
{
	margin: 0 0 6px 0;
	font-size:18px;
	font-weight:bold;
}

/******************************************************************************************/
/* end styles for table that lays out a form of data (such as an invoice)                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout progress indicator                                                 */
/******************************************************************************************/

/* container for the checkout progress indicator */
.checkoutProgress
{
	background:url(images/checkoutProgressBackground.gif) repeat-x;
	border-left:1px solid #DE3794;
	border-right:1px solid #DE3794;
	height: 25px;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#7E5EA0;
	margin:0 4px;
	display:block;
	float:right;
}

/* default styling for span tags within the progress indicator */
.checkoutProgress span
{
	display: block;
	float: left;
	width: auto;
}

/* styling for checkout stage container when it is active */
.checkoutProgress span.on
{
	padding: 3px 2px;
	background: url(images/checkoutProgressActive.gif) no-repeat 50%;
	border: 1px solid #000000;
	margin: 1px;
}

/* styling for checkout stage container when it is inactive */
.checkoutProgress span.off
{
	padding: 2px;
	margin: 1px;
}

/* style for checkout stage label when it is active */
.checkoutProgress span.on span
{
	border: 1px solid #000000;
	padding: 1px 6px;
	color: #000000;
}

/* style for checkout stage label when it is inactive */
.checkoutProgress span.off span
{
	padding: 3px 6px 2px 6px;
}

/******************************************************************************************/
/* end styles for checkout progress indicator                                             */
/******************************************************************************************/

/******************************************************************************************/
/* styles for checkout steps                                                              */
/******************************************************************************************/

/* style for the outer container for checkout steps */
#storeHeader div.checkoutSteps
{
	background-color:#E5DECA;
	border:1px solid #BEB49D;
	padding:0px 0px 0px 0px;
	width:100%;
}

/******************************************************************************************/
/* end styles for checkout steps                                                          */
/******************************************************************************************/


/******************************************************************************************/
/* styles for select shipping address                                                     */
/* NOTE: This is used on both checkout/ShipAddress and Members/AddressBook                */
/******************************************************************************************/

/* style for the address book table */
table.addressBook
{
	width:98%;
	border: 1px solid #C4C4C4;
}

/* caption for the address book */
table.addressBook th.caption
{
	border: 1px solid #C4C4C4;
	background-color: #E8E8E8;
	padding: 0 2px;
	height:25px;
	margin: 5px 0 0 0;
	line-height:25px;
}

/* styling for the text container inside the caption */
table.addressBook th.caption .text
{
	float:left;
	display:block;
}

/* styling for the button container inside the caption */
table.addressBook th.caption .buttons
{
	float: right;
	display: block;
}

/* container for address book entries */
table.addressBook td.entries {border: 1px solid #C4C4C4; text-align: left; padding: 5px;}

/* entry in the address book container */
table.addressBook .entry
{
	background:url(images/shipping_address_bg.gif) no-repeat;
	vertical-align:middle;
	text-align:left;
	margin:0px;
	padding:5px 0px 0px 0;
	/*border: 1px solid #FF0000;*/
	display: block;
	width: 350px;
	height:195px;
	float: left;
}

/* container for address data in an address entry */
.addressBook .address
{
	text-align:left;
	padding:60px 0px 0px 50px;
	color: #636363;
	font-weight: bold;
	line-height: 15px;
	width:200px;
	float: left;
	/*border-left: 1px dashed #8698B2;*/
}

/* container for buttons in an address entry */
.addressBook td .buttons
{
	margin-top:5px;
	text-align:left;
	padding:60px 0px 0px 0;
	width: 100px;
	float: right;
}
.addressBook td .buttons a{display:block; margin-bottom: 5px; width: 40px;}

/* styling for button element inside the buttons container */
table.addressBook td .buttons .button {margin-right: 5px;}

/******************************************************************************************/
/* end styles for select shipping address (checkout/shipaddress.aspx)                     */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select multiple shipping addresses (checkout/shipaddresses.aspx)            */
/******************************************************************************************/

/* NOTE: items table on this page will use default styling from the common itemList class,
you can override or add to the styling attributes below */

/* styling for shipping addreses table */
table.setShippingAddresses { }

/* table will use default itemList styling, you can override th attributes here */
table.setShippingAddresses th { }

/* header styling for items column */
table.setShippingAddresses th.items { }

/* styling for items column */
table.setShippingAddresses td.items { }

/* header styling for items column */
table.setShippingAddresses th.price { }

/* styling for price column */
table.setShippingAddresses td.price { }

/* header styling for address column */
table.setShippingAddresses th.address { }

/* styling for address column */
table.setShippingAddresses th.address { }

/******************************************************************************************/
/* end styles for select multiple shipping addresses (checkout/shipaddresses.aspx)        */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select shipping method (checkout/shipmethod.aspx)                           */
/******************************************************************************************/

/* the outer table to select shipping methods */
table.selectShippingMethod { }

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet { padding-top:1px; }

/* default header style for shipping method table */
table.selectShippingMethod td.dataSheet th { padding: 5px 2px; }

/* the table cell that displays the shipment items grid */
table.selectShippingMethod td.items{ }

/* the table cell that displays the available shipping methods */
table.selectShippingMethod td.methods
{
	padding: 4px; 
	text-align:left; 
	border-left:1px solid #C4C4C4;
	width:200px;
}

table.selectShippingMethod td.methods h3
{
	padding: 5px 2px;
	border: 1px solid #C4C4C4;
	background-color:#F5DDEE;
	display:block;
	font-weight:bold;
	font-size:100%;
	text-align:center;
	margin: -2px -2px 6px -2px;
}

.summarySection h3 { font-size:100%; }

/* the caption for available shipping methods */
table.selectShippingMethod td.methods .caption
{
	display:block;
	font-weight:bold;
	margin-bottom:6px;
	text-align:center;
}

/* section to ask the customer whether to set gift options for an order */
.addGiftOptions
{
	background:url(images/giftbox2.jpg) no-repeat left top;
	/*margin: 10px 0 5px 185px;*/
	margin: 0;
	width:400px;
	height:85px;
	border: solid 1px #000000;
	float:right;
}

/* caption of the add gift options section */
.addGiftOptions h3
{
	/*margin-top:10px;
	margin-left:60px;*/
	margin: 10px 10px 5px 62px;
	font-size:100%;
}

/* content of the add gift options section, including input field and text */
.addGiftOptions .content
{
	margin: 0 0 10px 60px;
}

/* contains any navigation buttons (such as continue or back) that appear within the section */
.addGiftOptions .buttons
{
	margin-left:60px;
	margin-top:5px;
}

.VisiblePanel 
{
	display:block;
}

.HiddenPanel 
{
	display:none;
}


/******************************************************************************************/
/* end styles for select shipping method (checkout/shipmethod.aspx)                       */
/******************************************************************************************/

/******************************************************************************************/
/* styles for select gift options (checkout/giftoptions.aspx)                             */
/******************************************************************************************/

/* container for the gift option controls */
.giftOptions { }

/* the container for controls to choose gift wrap if available */
.giftOptions div.giftWrap { margin-top:2px;margin-bottom:6px; }

/* displays when no gift wrap is available for an item */
.giftOptions div.giftWrap div.noGiftWrap { font-style:italic; }

/* displays when only one style of gift wrap is available for an item */
.giftOptions div.giftWrap div.oneGiftWrap { }

/* styling for the name of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.name { font-weight:bold }

/* styling for the price of the available gift wrap style */
.giftOptions div.giftWrap div.oneGiftWrap span.price { }

/* displays when two or more gift wrap styles are available for an item */
.giftOptions div.giftWrap div.multiGiftWrap { }

/* styling for the title of the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap span.title { font-weight:bold }

/* styling for the gift wrap selection box */
.giftOptions div.giftWrap div.multiGiftWrap select { }

/* the container for controls to enter a gift message */
.giftOptions div.giftMessage { }

/* styling for the gift message title */
.giftOptions div.giftMessage span.title { font-weight:bold; }

/* styling for the gift message cost */
.giftOptions div.giftMessage span.price { }

/* styling for the gift message entry area */
.giftOptions div.giftMessage textarea { width:98%;height:40px; }

/* styling for the characters remaining countdown */
.giftOptions div.giftMessage span.count { }

/* styling for the characters remaining countdown text */
.giftOptions div.giftMessage span.countText { }


/******************************************************************************************/
/* end styles for select gift options (checkout/giftoptions.aspx)                         */
/******************************************************************************************/

/******************************************************************************************/
/* styles for confirm and pay (checkout/payment.aspx)                                     */
/******************************************************************************************/

/*---------------------------------------*/
/*- styles for layout of payment page -- */
/*---------------------------------------*/

/* style for the summary pane of the payment information section */
.paymentMethodSummary { width:170px;padding: 10px; }
div.paymentMethodSummary { float:left; }

/* style for the payment method listing of the payment information section */
.paymentMethodList { width:545px;border-left:1px dashed #000000; }
div.paymentMethodList { float:right; }

/* style for a content section in the summary pane */
.paymentMethodSummary div.section { margin-bottom:20px; }

/* style for the header of the summary section */
.paymentMethodSummary div.section div.header { }

/* style for the caption of the section header */
.paymentMethodSummary div.section div.header h3 { margin: 0 0 2px 0; }

/* style for the content of the summary section */
paymentMethodSummary div.section div.content { }

/*---------------------------------------*/
/*- styles for order summary ----------- */
/*---------------------------------------*/

/* style for the order summary that appears in a summary section */
table.orderSummary { width:100%; }

/* column that displays the heading for the amounts in the order summary table */
table.orderSummary th { text-align:right;font-weight:normal; white-space:nowrap; }

/* column that displays amounts in the order summary table */
table.orderSummary td { text-align:right; width:80px; }

/* row that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider { }

/* cell that contains the divider between subtotals and total */
table.orderSummary tr.totalDivider td { width:100%; }

/* divider between subtotals and total */
table.orderSummary tr.totalDivider td hr { }

/*---------------------------------------*/
/*- styles for payment forms ----------- */
/*---------------------------------------*/

/* styles the table for the entry form of a payment method */
table.paymentForm {	width:100%; margin-bottom:20px; margin-left:5px; }

/* style for default table cell in entry form */
table.paymentForm td { padding: 2px; }

/* header cell that provides the caption for the form, states type of payment method */
table.paymentForm th.caption 
{
	padding-top:8px;
	border-bottom:dotted 1px black;
}

/* header cell that provides the label for an input row */
table.paymentForm th.rowHeader { text-align:right; }

/* cell that contains the submit button for a payment form */
table.paymentForm td.submit { text-indent:10px; }

/* container for the submit button */
table.paymentForm td.submit span.button { }

/******************************************************************************************/
/* end styles for confirm and pay (checkout/payment.aspx)                                 */
/******************************************************************************************/

/******************************************************************************************/
/* styles for your account (Members/MyAccount.aspx)                                       */
/******************************************************************************************/

ul.columns {
  margin: 0 0 0 30px;
  padding: 0;
  list-style: none;
}
 
ul.columns li {
  margin: 2px;
  background-image: url(images/bullet1.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  text-indent:15px;
}

/******************************************************************************************/
/* end styles for your account (Members/MyAccount.aspx)                                   */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view order page (Members/MyOrder.aspx)                                    */
/******************************************************************************************/

/* container for the order summary table */
div.orderSummaryPanel
{
	background-color: #DBDADA;
	border: 1px solid #000000;
	margin: 4px 0px;
}

table.orderSummaryTable
{
	width:100%;
}

table.orderSummaryTable th.rowHeader
{
	width:16%;
	text-align:right;
}

/******************************************************************************************/
/* end styles for view order page (Members/MyOrder.aspx)                                */
/******************************************************************************************/

/******************************************************************************************/
/* styles for view row-style of my account page (Members/My Account.aspx)                 */
/******************************************************************************************/
.odd{
	background-color: #FAC2D8;
	padding: 6px 2px 6px 6px;
	border-bottom:1px solid #A4A4A4;
}
.even{
	background-color: #FCF6FB;
	padding: 6px 2px 6px 6px;
	border-bottom:1px solid #A4A4A4;
}
.altodd{
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
.alteven{
	background-color: #FFF;
	padding-top: 6px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
}
/******************************************************************************************/
/* end styles for view row-style of my account page (Members/My Account.aspx)             */
/******************************************************************************************/


/******************************************************************************************/
/* styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)                   */
/******************************************************************************************/
.ship_to{writing-mode: tb-rl; filter: flipv fliph;}
/******************************************************************************************/
/* end styles for view "ship to" in ViewOrder page (Members/MyOrder.aspx)               */
/******************************************************************************************/

/*----- Common to all ----------*/

.small_cell{width: 300px;}
.small_cell .header{margin-top: 0;}
.lebeling{width: 100px;}

/******************************************************************************************/
/* styles for paged list of data                                                          */
/******************************************************************************************/

/* table style */
table.pagedList { min-width:300px; }

/* style common to headers and cells */
table.pagedList td
{
	padding:2px 4px;
}

/* styling for header cells  */
table.pagedList th 
{
	padding: 6px 4px;
	font-weight:bold;
	margin:0px;
	color:white;
	background-color:#9EC9F7;
}

/* styling for links in header cells  (such as for sorting columns) */
table.pagedList th a
{
	color:white;
	text-decoration:underline;
}

/* hover styling for links in header cells  (such as for sorting columns) */
table.pagedList th a:hover
{
	color: #9CD42F;
	text-decoration:underline;
}

/* styling for alternating rows */
table.pagedList tr.oddRow { }
table.pagedList tr.evenRow { background-color: #F5F5F5; }

/* style for the empty result message */
table.pagedList tr.empty td
{
	width:300px;
	text-align:center;
	padding: 10px;
	font-style:italic;
}

/******************************************************************************************/
/* end styles for paged list of data                                                      */
/******************************************************************************************/
/************** Style for the Product Image ******************/
.productimg
{
	vertical-align:top;
	text-align:center
}


/******************************************************************************************/
/* begin styles for modal popup dialogs                                                   */
/******************************************************************************************/

/* background for main page when modal popup is visible */
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* style for modal popup dialog */
.modalPopup {
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:600px;
}

/* style for header of modal popup dialog */
.modalPopupHeader 
{
	cursor:move;
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
}

/* style for text of modal popup dialog */
.modalPopupText 
{
    padding:10px;
}

/* enable scrolling within modal popup dialog */
.modalPopupText .modalPopupScroller
{
	margin:-10px;padding:10px;overflow:scroll;height:400px;
}

/* style for the click to view price popup */
.pricePopup
{
	background-color:#ffffff;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:300px;
	position:absolute;
    left:50%;
    margin-left:-150px;
    z-index:99;
}

/* style for header of modal popup dialog */
.pricePopupHeader
{
	background-color:#DDDDDD;
	border:solid 1px Gray;
	color:Black;
	margin:-3px;
	padding:6px;
	font-weight:bold;
}

/* used on the click to view price display */
.pricePopup span.fieldHeader { display:block;float:left;width:135px;text-align:right;margin-right:6px; }
.pricePopup span.fieldValue { display:block;float:left; }

/******************************************************************************************/
/* end styles for modal popup dialogs                                                     */
/******************************************************************************************/

/******************************************************************************************/
/* begin styles for one page checkout                                                     */
/******************************************************************************************/

/* outer frame of the one page checkout form */
.opcFrame
{
	margin:0 auto;
	width:800px;
}

/* main content panel of the one page checkout form */
.opcMainPanel
{
	width:600px;
	padding-right:10px;
}

/* sidebar panel of the one page checkout form */
.opcSidebar
{
	width:200px;
	background:#FCF6FB;
	border:solid 1px #c4c4c4;
	border-top:none;
}

/* frame for the payment section of the one page checkout form */
.opcPaymentFrame { }

/* panel that contains the list of available payment methods */
.opcPaymentMethods
{
	background-color:#efefef;
	width:130px;
}

/* panel that contains the payment form for the selected method */
.opcPaymentForm { }

/******************************************************************************************/
/* end styles for one page checkout                                                       */
/******************************************************************************************/
/*********** img-description *******/
p.image_desc
{
	margin-left:3px;
	margin-right:3px	
}

.ProductItemView {	width:25%; padding-bottom:15px;}
.ProductItemViewOdd {padding-bottom:15px;}
.AgreementView
{
	background-color: #FFFFFF;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
	border:solid 1px #92A7EC;
}

/*************************************************************/
/* close the screen media selector */
}

/******************************************************************************************/
/* styles for the category treeview (such as might show on the home page)                 */
/******************************************************************************************/

.CatTreeView 
{ 
   background-color:white;
   padding-top:4px; 
   padding-left:1px; 
   border: #F5DDED 1px solid; 
   cursor:default; 
}

.CatTreeNode 
{ 
   font-family: tahoma; 
   font-size: 11px; 
   padding-top:2px;
   padding-bottom:1px;
   padding-left: 3px; 
   padding-right: 3px; 
}

.CatGrayedTreeNode 
{ 
   font-family: tahoma; 
   font-size: 11px; 
   padding-top:2px;
   padding-bottom:1px;
   padding-left: 3px; 
   padding-right: 3px; 
   color:gray; 
   cursor:default;
}

.CatHoverTreeNode 
{ 
   font-family: tahoma; 
   font-size: 11px; 
   text-decoration:underline; 
   padding-top:2px;
   padding-bottom:1px;
   padding-left: 3px; 
   padding-right: 3px; 
   cursor: default; 
}

.CatSelectedTreeNode 
{ 
   font-family: tahoma; 
   font-size: 11px; 
   background-color: gray; 
   color:white; 
   padding-top:2px;
   padding-bottom:1px;
   padding-left: 3px; 
   padding-right: 3px; 
   cursor: default; 
}

/******************************************************************************************/
/* end styles for the category treeview (such as might show on the home page)             */
/******************************************************************************************/
.sbdsSideNav {
	background-color: #FEF5E3;
	padding: 5px;
	color: #4D4E53;
	line-height: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFE9C0;
}

#bdSideNav {
	padding-top: 27px;
	padding-bottom: 23px;
	text-align: center;
	line-height: 1.5em;
	width: 281px;
}



#bdSideNav a {
	color: #F9C6E5;
}

#bdSideNav a:hover {
	color: #000;
}

.bdSideNavHeader {
	font-size:14px;
	padding-bottom: 5px;
	color: #fff;
} 

#bdSideNav .clickHere {
	color: #F9C6E5;
}

#bdSideNav2 {
	background-color: #DF3894;
	padding-top: 6px;
	padding-bottom: 2px;
	text-align: center;
	color: #F9C6E5;
	line-height: 1.5em;
}

#bdSideNav2 a {
	color: #F9C6E5;
}

#bdSideNav2 a:hover {
	color: #000;
}

#bdSideNav2 .clickHere2 {
	color: #F9C6E5;
}
