/* Main Layout ------------------------------------------------------------- */
body {
	background-color: #ffebf4;
	color: #666666;	
}

#outer-wrapper  { 
	margin-left: -425px; 
	position: relative; 
	left: 50%; 
	width: 850px; 
	background-color: #ffffff; 
	background-image: url(../../images/shopimages/body_bg.jpg); 
	background-repeat: repeat-y; 
	background-position: left center;
}

#inner-wrapper { 

}

/* Basic Element Formatting ------------------------------------------------------------- */

html {
	/*font-size: 100%;
	font-family: Arial;
	margin: 0;
	padding: 0;*/
}
body  { 
	font-family: Arial; 	
	font-size: 10pt;
	margin: 0; 
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
div {
	margin: 0;
	padding: 0;
	font-family: Arial; 	
	font-size: 8pt;
	color: #666666;
}
a { 
	outline: none;
	text-decoration: underline;
	color:#c994a4;
}
/* Main Heading  */
h1 {
	font-size: 12pt;
	font-family: Arial;
	color: #000; 
}
/* Sub Heading  */
h2{
	font-size: 12pt;
	font-family: Arial;
	color: #000;
}

h3{
	font-size: 10pt;
	color: #000;
}
h4{
	font-size: 8pt;
	color: #000;
}
p {
	font-size: 8pt;
	color: #666666;
}
input {
	font-weight: normal;
	margin-bottom: 1px;
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #ccc; 
}
select {
	font-size: 8pt;
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000; 
	border: 1px solid #30799E; 
}
ul {
	margin: 0; 
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 0;
	font-size: 8pt;
	color: #666666;
}
li {
	margin: 0; 
	padding: 0 
}
img{
	border: 0px;
}

/* Multiple-Use Selectors ------------------------------------------------------------- */

.clearLeft {
	clear: left;
}

.clearBoth {
	clear: both;
}

.floatRight {
	float: right;
}

.center {
	text-align: center;
}

.button   { 
	clear: both;
	font-size: 8pt; 
	font-weight: normal; 
	color: #fff; 
	text-decoration: none;
	padding-top:2px;
	padding-bottom:2px;
	padding-right:5px;
	padding-left:5px;
	background-color: #000000; 
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -25px; 
	border: solid 1px #999999;
}
.button:hover { 
	color: #000; 
	background-color: #cda5a6; 
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -91px; 
}
.help-question{
	color: #000;
	font-weight: bold;
	margin-bottom: 0px;
}

.highlight-link {
	color: #cd1097;
}


/* Standard text and link formatting ------------------------------------------------------------- */

.jssSmallerText {
	font-size: 0.8em;
	width: 100%;
}

.jssBoldLinks { 
	font-size: 8pt;
	text-decoration: none; 
	font-weight: bold;
	color:#666666;
}

.jssBoldLinks:hover { 
	text-decoration: none; 
	font-weight: bold;
	color:#c994a4; 
}

.jssProductTitle {
	font-size: 0.75em;
	text-decoration: none; 
	color:#000; 
}

.jssProductTitle:hover {
	font-size: 0.75em;
	text-decoration: none; 
	color:#ff8d29; 
}

.jssPrice {
	font-weight: bold;
	font-size: 0.8em;
	color: #c994a4;
}

.jssProductLinks, jssProductLinks:link {
	padding: 1px;
	margin: 2px 2px 0px 0px;
	font-size: 8pt;
	white-space: nowrap;
	font-weight: bold;
	border: 0px;
	color: #c994a4;
}

.jssProductAdd{ 
	border: 0;
}
/*.jssProductAdd, .jssProductAdd:link    { 
	color: #c994a4; 
	display: block;
	text-indent: -9999px;
}*/

/* Header Styles ------------------------------------------------------------- */

img#Logo {
	float: left; 
	border: 0px;
	margin-left: 30px;
	margin-top: 30px;
}

div#jssHeader {
	font-size: 1em;
	margin: 0;
	width: 100%;
	height: 90px;
	float: left;
	color: #040; 
	background-color: black; 
	background-image: url(../../images/shopimages/shadow_head.jpg); 
	background-repeat: no-repeat; 
	background-position: center top; 
}


div#jssSubHeader { 
	margin-left: 15px; 
	width: 820px;
	clear: both;
	color: #ffffff; 
	background-color: #000 
}

span#jssWelcome {
	display: none;
	padding-left: 5px;
	font-weight: normal;
	font-size: 0.7em;
}

span#jssDate {
	float: right;
	padding-right: 5px;
}

.jssHeaderBlock {
	font-size: 1em; 
	display: inline; 
	margin-top: 10px;
	margin-right: 5px;
	padding: 0; 
	position: relative; 
	top: 15px; 
	right: 20px; 
	height: 60px; 
	float: right 
}

.jssHeaderBlockTitle {
	padding: 1px 5px;
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

.jssHeaderBlockContent {
	padding: 1px 5px;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
}

.jssHeaderBlockContent a {
	padding: 1px 8px;
	margin: 2px 2px 0px 3px;
	font-size: 10px;
	border: 1px solid #999999;
}

.jssHeaderBlockContent a:link,  .jssHeaderBlockContent a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #fff; 
	background-color: #000; 
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -26px; 
}

.jssHeaderBlockContent a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #000; 
	background-color: #c994a4; 
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -92px;
}

.jssHeaderBlockLinks {
	font-size: 10px;
	margin-top: 4px; 
	margin-bottom: 2px; 
	/*text-align: right;*/
}
#mini-cart {
	padding-left: 45px;
	background-image: url(../../images/shopimages/shopping_bag_mini_cart.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
}


div#navcontainer {
	height: 31px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -19px; 
}
div#navcontainer a { 
	float: left;
	font-family: Arial;
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none;
	margin: 0px; 
	padding: 8px 30px 8px 30px;
}
#navcontainer a:link, #navcontainer a:visited {
	color: #fff;
	background-color: #000; 
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -19px; 
}
#navcontainer a:hover {
	color: #000;
	background-color: #c994a4;
	background-position: center -85px; 
}




/* New Side Nav ------------------------------------------------------------- */

div#Side-Nav{
	margin-bottom: 10px; 
	padding: 0; 
	position: relative; 
	left: 15px; 
	width: 170px; 
	float: left; 
	clear: both 
}
div.side-nav-box { 
	margin-left: 10px;
	margin-top: 10px;
	background-image: url(../../images/shopimages/nav_box_middle_bg.jpg); 
	background-repeat: repeat-y; 
	background-position: right top; 
}
.side-nav-box h3{
	width: 160px;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	text-indent: 10px;
	background-image: url(../../images/shopimages/nav_box_top_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: right top;
	color: #000;
}
.side-nav-box-footer{
	height: 10px;
	background-image: url(../../images/shopimages/nav_box_bottom_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: right bottom;
}
#Side-Nav-Search form{
	margin-left: 5px;
	margin-right: 5px;
	height: 57px;
	background-image: url(../../images/shopimages/search_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;
}
#Side-Nav-Search #xSearch{
	float: left;
	width: 109px;
	height: 16px;
	margin-left: 8px;
	margin-top: 7px;
	color: #b5b5b5;
	font-weight: bold;
	font-family: Arial;
	border: 0;
}
#Side-Nav-Search #searchsubmit{
	float: left;
	background-image: none;
	width: 27px;
	height: 28px;
	background-color: transparent;
	border: 0;
}
#Side-Nav-Search a{
	margin-left: 10px;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#Side-Nav-Search a:hover{
	text-decoration: underline;
}
#categories a { 
	text-decoration: none;
	font-size: 11px;
	color: #000;
	white-space: nowrap;
	display: block;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;	
}
#categories a:link, #categories a:visited {
	text-decoration: none;
	background-image: url(../../images/shopimages/nav_arrow_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 130px 50px;
}
#categories a:hover {
	text-decoration: underline;
	background-image: url(../../images/shopimages/nav_arrow_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: 130px 5px;
}

#categories .category-title{
	color: #cd1097;
	font-weight: bold;
}

#category-corsets, #category-accessories {
	display: none;
}



div#customer-login{
	margin-left: 10px;
}
div#customer-login-form-wrapper{
	margin-left: 10px;
	margin-right: 10px;
}
#xEmailAddress, #xCustPassword, #NLEmailAddress{
	width: 135px;
}
#clsubmit{
	margin-left: 40px;
}
#newsSubmit{
	margin-left: 25px;
}
#clsubmit, #newsSubmit {
	margin-top: 5px;
	margin-bottom: 5px;
}
div#newsletter-sign-up form{
	margin-left: 10px;
	margin-right: 10px;
}
#NLEmailAddress{
	font-size: 8pt;
	height: 12px;
}
div#satis-guarantee{
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Left Column ------------------------------------------------------------- */

/*
div#jssLeftMenu       { 
	font-size: 1em;
	margin-bottom: 10px; 
	padding: 0; 
	position: relative; 
	left: 15px; 
	width: 165px; 
	float: left; 
	clear: both;
	color: #000000;
}

.jssSectionList  { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
}

.jssSubSectionList {
	margin: 0px; 
	padding: 0px; 
	padding-left: 14px;  
	list-style-type: none;
}

.jssCustomerLinks {
	margin: 0px; 
	padding: 0px; 
	padding-left: 5px; 
	list-style-type: none;
}

.jssNewsLinks {
	margin: 0px; 
	padding: 0px; 
	padding-left: 17px; 
	list-style-type: square;
}
*/

/* Right Column ------------------------------------------------------------- */

div#jssRightMenu  { 
	display: none;
	font-size: 1em; 
	margin-right: 0; 
	padding-top: 0; 
	width: 150px; 
	color: #000000;
}


/* Right and Left Menu Box Style ------------------------------------------------------------- */


.jssMenuBox {
	width: 100%;
	margin-top: 10px;
}

.jssMenuBoxTitle {
	font-size: 0.8em;
	font-weight: bold;
	width: 100%;
	text-align: center;
	color: #000; 
	background-color: #ccc; 
	background-image: url(../../images/shopimages/nav-cat-title-bg.jpg); 
	background-repeat: repeat-y; 
	background-position: left top; 
	border-bottom: 1px dotted #ccc;
}

.jssMenuBoxContent,
.jssMenuBoxContentCent {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	/*font-size: 0.75em;*/
	height: 1%;
}

.jssMenuBoxContent {
	text-align: left;
}

.jssMenuBoxContent:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}

.jssMenuBoxContentCent {
	text-align: center;
}


/* Main Content (Middle) Styles ------------------------------------------------------------- */

div#jssMainContent   { 
	font-size: 1em; 
	margin-top: 10px; 
	margin-bottom: 10px;
	padding: 0 !important; 
	position: relative; 
	right: 25px; 
	width: 630px; 
	float: right; 
	color: #000000;
}

/* div#jssMainContent:after { content: ""; display: block; height: 0; clear: both; } */

.jssPageHeading  { 
	font-size: 11pt; 
	font-weight: normal; 
	text-align: left; 
	margin-bottom: 20px; 
	clear: both;
	color: #000;
}

.jssPageSubHeading {
	font-size: 0.85em;
	font-weight: normal;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	text-align: center;
	color: #000; 
}

.jssPageSubHeading form {
	font-size: 10px;
}

.jssBreadcrumb {
	float: left;
	width: 630px;
	font-size: 8pt;
	margin-bottom: 10px;
	border-bottom: 1px solid #d9d9d9;
	background-color: #ffffff;
}

.jssBreadcrumbTitle {
	font-weight: normal;
	padding-left: 3px;
	margin-right: 3px;
	color: #000;
	display: none;
	
}

/* Footer Styles ------------------------------------------------------------- */

div#jssFooter {
	margin: 0;
	width: 100%;
	height: 60px;
	clear: both;
	background-image: url(../../images/shopimages/shadow_footer.jpg); 
	background-repeat: no-repeat; 
	background-position: center bottom;
}

div#jssFooterLinksDiv{
	padding-top: 4px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 1em;
}

ul#jssFooterLinks{
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#jssFooterLinks li{
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

#jssFooterLinks a{ 
	padding: 1px 1px;
	margin: 0px;
	margin-top: 2px;
	font-size: 8pt;
	white-space: nowrap;
	color: #FFF;
}

#jssFooterLinks a:link, #jssFooterLinks a:visited{
	text-decoration: none;
	color: #FFF;
}

#jssFooterLinks a:hover{
	text-decoration: none;
	color: #c994a4;
}

div#jssUsersOnline{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
	font-size: 0.8em;
	display: none;
}

div#jssCopyright{
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 0.8em;
	color: #ccc;
}

/* General Form Styling ------------------------------------------------------------- */

.jssForm {
}

.jssFormRow {
	clear: both;
	height: 15px;
	font-size: 0.8em;
	margin: 5px 0 0 0;
} 

.jssFormCol1 {
	float: left;
	width: 150px;
	text-align: left;
	height: 15px;
	padding: 2px;
	margin-right: 2px;
	font-weight: bold;
}

.jssFormCol2 {
	float: left;
	text-align: left;
}	

.jssError {
	font-size: 0.8em;
	font-weight: normal;
}

.jssFormDiv {
	text-align: center;
}

.jssFormTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssFormTable caption {
	margin-left: auto;  
	margin-right: auto;
	font-size: 0.70em;
	border-bottom: 1px dotted #000;
}

.jssFormTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
	vertical-align: top;
	padding-top: 3px;
}

.jssFormTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.8em;
}

.jssFormTable td.jssFormSubmit {
	text-align: right;
}

.jssFormTable input {
	font-size: 8pt; 
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable select {
	font-size: 1em; 
	font-weight: normal;
	background-color: #FFFFFF; 
	color: #000000;
	border: 1px solid #30799E;
}

.jssFormTable td.jssFormSubmit input {
	font-weight: normal;
	font-size: 8pt;
	color: #fff;
	background-color: #000000; 
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -25px; 
	border: solid 1px #999999;
	padding-top: 2px;
	padding-bottom: 2px;
}

.jssFormTable td.jssFormSubmit input:hover { 
	color: #000; 
	background-color: #cda5a6; 
	background-image: url(../../images/shopimages/tab_header_bg.jpg); 
	background-repeat: repeat-x; 
	background-position: center -91px; 
}

.jssFormTable td.continue-button {
	text-align: right;
	border: 0px;
}
.continue-button input {
	font-size: 9pt;
	color: #c994a4;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 15px;
	border: 1px solid #ccc;
	background-image: url(../../images/shopimages/cart_checkout_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: right center;
}

.jssFormError {
	font-weight: bold;
	font-size: 0.8em;
	color: #f00;
}
.jssError {
	color: #f00;
}

/* Cart Styling ------------------------------------------------------------- */

.jssCartDiv {
	text-align: center;
}

.jssCartTable {
	margin-left: auto; margin-right: auto;
	padding: 0px;
	border: 0px;
	border-collapse: collapse; 
}

.jssPCentered {
	text-align: center;
}

.jssCartTable caption {
	margin-left: auto;  
	margin-right: auto;
	font-size: 8pt;
}

.jssCartTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 8pt;
	vertical-align: top;
	border-top: 1px solid #deddde;
	border-bottom: 1px solid #deddde;
	background-color: #f0f0f0;	
}

.jssCartTable th.right {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 8pt;
	vertical-align: top;
}

.jssCartTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 8pt;
	vertical-align: top;
}

.jssCartTable td.right {
	font-weight: normal;
	padding: 2px;
	text-align: right;
	font-size: 8pt;
	vertical-align: top;
}

.jssCartTable th.total {
	font-weight: bold;
	padding: 2px;
	text-align: right;
	font-size: 8pt;
	vertical-align: top;
}

.jssCartTable td.checkout-back-link{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 10px;
}
.jssCartTable td.checkout-link{
	text-align: right;
	padding-top: 20px;
	padding-bottom: 10px;
}

.continue-shopping-button{ 
	font-size: 9pt; 
	text-decoration: none; 
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 15px;
	padding-right: 7px;
	border: solid 1px #ccc;
	background-image: url(../../images/shopimages/cart_continue_shopping_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: left center;  
}

.continue-button{
	clear: both;
	font-size: 9pt;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
	padding-right: 15px;
	border: 1px solid #ccc;
	background-image: url(../../images/shopimages/cart_checkout_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: right center;
}

#cart-cards{
	margin-top: 30px;
	width: 630px;
	height: 100px;
	background-image: url(../../images/shopimages/cards_paypal.gif); 
	background-repeat: no-repeat; 
	background-position: center top;
}

#cart-ssl{
	padding-top: 90px;
	margin-left: 225px;
}

/* checkout sign in page ------------------------------------------------------------- */
#checkout-sign-in-left-column{
	float: left;
	width: 250px;
	position: relative;
	left: 20px;
}
#checkout-sign-in-right-column{
	float: right;
	width: 250px;
	position: relative;
	right: 20px;
}

/* checkout pages ------------------------------------------------------------- */
div.checkout-progress{
	clear: both;
	height: 40px;
	color: #ccc;
}
div.checkout-progress div{
	float: left;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 35px;
	padding-right: 35px;
}
div.checkout-progress .done{
	border-top: 4px solid #ffdffd;
	color: #ccc;
}
div.checkout-progress .current{
	border-top: 4px solid #cd1097;
	color: #cd1097;
}
div.checkout-progress .todo{
	border-top: 4px solid #ccc;
	color: #999999;
}

#ordering-shipping-help{
	position: relative;
	top: 5px;	
}

/* general table styling ------------------------------------------------------------- */

.jssGeneralTableDiv {
	text-align: center;
}

.jssGeneralTable {
	margin-left: auto;  margin-right: auto;
	padding: 0px;
	border: 0px;
}

.jssGeneralTable caption {
	margin-left: auto;  margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 0.70em;
}

.jssGeneralTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
	vertical-align: top;
	border-bottom: 1px dotted #000;
}

.jssGeneralTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable td.bold {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 0.70em;
}

.jssGeneralTable a {
	padding: 1px 1px;
	margin: 2px 2px 0px 0px;
	font-size: 1em;
	white-space: nowrap;
}

.jssGeneralTable a:link, .jssGeneralTable a:visited
{
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #cd1097;
}

.jssGeneralTable a:hover
{
	text-decoration: underline;
	font-weight: bold;
	font-size: 1em;
	color: #000;
}

/* Product Option (qty discounts, combinations etc.) ------------------------------------------------------------- */

.jssProductTableDiv {
	text-align: left;
	clear: both;
}

.jssProductTable {
	/*margin-left: auto;  
	margin-right: auto;*/
	padding: 0px;
	/*width: 60%;*/
	border: 0px;
	font-family: Arial;
}

.jssProductTable caption {
	margin-left: auto;  
	margin-right: auto;
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
}

.jssProductTable th {
	font-weight: bold;
	padding: 2px;
	text-align: left;
	font-size: 8pt;
	vertical-align: top;
	background-color: #FFFFFF;
}

.jssProductTable td {
	font-weight: normal;
	padding: 2px;
	text-align: left;
	font-size: 8pt;
	background-color: #FFFFFF;
}

/* Index-specific Styles ------------------------------------------------------------- */

.jssIndexProductThumbnail {
	float: left; margin-right: 5px; padding: 3px;
}

.jssIndexFullWidth {
	clear: both; text-align: center; width: 100%;
}

.jssIndexColLeft {
	width: 49%; float: left;
}

.jssIndexColRight {
	width: 49%; float: right;
}

.jssIndexProductBlock {
	width: 100%; clear: both; text-align: left;
}

.jssIndexProductGap {
	width:2%; float: left;
}

/* Section And Listing Styles ------------------------------------------------------------- */

div#jssSectionTitle {
	margin-bottom: 20px;
	clear: both;
}
#products-end-break{
	
}

.sort-and-pages{
	clear: both;
	width: 630px;
	height: 30px;
	font-size: 9pt;
}
div.pageslist {
	float: right;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	padding-left: 10px;
	white-space: nowrap;
	color: #000000;
	border-left: 1px solid #ccc;
}

.pageslist a {
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 9pt;
	background-color: #fff;
	border: 1px solid #ccc;
}

.pageslist a:link, .pageslist a:visited {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.pageslist a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ffcbf0;
}

.pageslist a.pages-current{
	background-color: #ffcbf0;
}

.sort-by-price{
	float: right;
}
.sort-by-price a{
	padding: 0px 3px 0px 3px; 
	margin: 0px; 
	font-weight: normal; 
	font-size: 9pt;
	background-color: #fff;
	border: 1px solid #ccc;
}

.sort-by-price a:link, .sort-by-price a:visited {
	text-decoration: none;
	color: #000;
	background-color: #fff;
}

.sort-by-price a:hover {
	text-decoration: none;
	color: #000;
	background-color: #ffcbf0;
}


#section_dresses, #section_tops, #section_corsets, #section_accessories{
	clear: both;
	width: 630px;
	height: 591px;
}
#section_dresses{
	background-image: url(../../images/shopimages/sec_dresses.jpg); 
	background-repeat: no-repeat; 
	background-position: left top;  
}
#section_tops{
	background-image: url(../../images/shopimages/sec_tops.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
}
#section_corsets{
	background-image: url(../../images/shopimages/sec_corsets.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
}
#section_accessories{
	background-image: url(../../images/shopimages/sec_accessories.jpg); 
	background-repeat: no-repeat; 
	background-position: left top; 
}
.section_main_links{
	width: 236px;
	float: right;
}
#section_dresses_links .link_1{
	background-image: url(../../images/shopimages/sec_dresses_links_bg_1.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_dresses_links .link_2{
	background-image: url(../../images/shopimages/sec_dresses_links_bg_2.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_dresses_links .link_3{
	background-image: url(../../images/shopimages/sec_dresses_links_bg_3.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_dresses_links .link_4{
	background-image: url(../../images/shopimages/sec_dresses_links_bg_4.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}

#section_tops_links .link_1{
	background-image: url(../../images/shopimages/sec_tops_links_bg_1.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_tops_links .link_2{
	background-image: url(../../images/shopimages/sec_tops_links_bg_2.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_tops_links .link_3{
	background-image: url(../../images/shopimages/sec_tops_links_bg_3.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_tops_links .link_4{
	background-image: url(../../images/shopimages/sec_tops_links_bg_4.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_corsets_links .link_1{
	background-image: url(../../images/shopimages/sec_corsets_links_bg_1.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_corsets_links .link_2{
	background-image: url(../../images/shopimages/sec_corsets_links_bg_2.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_corsets_links .link_3{
	background-image: url(../../images/shopimages/sec_corsets_links_bg_3.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_corsets_links .link_4{
	background-image: url(../../images/shopimages/sec_corsets_links_bg_4.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_accessories_links .link_1{
	background-image: url(../../images/shopimages/sec_accessories_links_bg_1.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_accessories_links .link_2{
	background-image: url(../../images/shopimages/sec_accessories_links_bg_2.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_accessories_links .link_3{
	background-image: url(../../images/shopimages/sec_accessories_links_bg_3.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
#section_accessories_links .link_4{
	background-image: url(../../images/shopimages/sec_accessories_links_bg_4.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}



.section_main_links a { 
	text-decoration: none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: right;
	white-space: nowrap;
	display: block;
	padding-right: 50px;
	padding-top: 13px;
	padding-bottom: 13px;	
	margin-bottom: 6px;
}
.section_main_links a:link, .section_main_links a:visited {
	text-decoration: none;
}
.section_main_links a:hover {
	text-decoration: underline;
}





/* Other/Misc Styles ------------------------------------------------------------- */

.jssProductListMain {
	margin-right: 1px; 
	margin-bottom: 10px;
	width: 156px;
	height: 280px;
	float: left; 
}

.jssProductListTitle {
	float: left; 
	margin-right: 5px;
}

.jssSecFlagsDiv {
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-top: 3px;
	color: #cd1097;
}

.jssProductFlag {
	color: #cd1097; 
	/*margin-bottom: 3px; 
	padding-left: 3px; 
	font-size: 0.6em; 
	white-space: nowrap;
	font-weight: normal;
	text-align: center;
	background-color: #fff; 
	border: 1px solid #c994a4;*/
}
.jssSectionThumbnail {
	float: left;
}
.jssSectionDesc {
	margin-left: 105px;
}
.jssSubSecDiv{ 
	text-align: left; 
	margin-right: 1px; 
	margin-bottom: 10px;
	float: left; 
}
.sec-main-images{
	margin: 0;
	padding: 0;
	width: 630px;
	/*height: 250px;*/
}
.sec-thumb-images{
	margin: 0;
	padding: 0;
	width: 156px;
}
.jssSecImages {
	border: 1px solid #dedede;
}
.jssLinksDiv {
	padding: 3px; 
	font-weight: bold;
}
.jssSubSecTitle  { 
	padding-top: 3px; 
	clear: both
}
.jssSectionContent {
	clear: both; 
	padding: 0;
}
.jssSecProductTitle  { 
	clear: both; 
}
.SecProductTitleLinks  { 
	font-size: 0.8em;
	color: #666666; 
	text-decoration: none;
}
.jssSecProductDiv  { 
	text-align: left; 
	margin-right: 1px; 
	margin-bottom: 10px;
	width: 156px;
	height: 280px;
	float: left; 
}
.product-thumbs{
	margin: 0;
	padding: 0;
	width: 154px;
	height: 205px;
}
.jssSendFriendDiv a:hover {  
	text-decoration: underline; 
	cursor: pointer;
}
.jssProductSep {
	display: none;
	clear: both; 
	border: 0px; 
	margin-bottom: 5px; 
	height: 5px;
	border-bottom: 1px dotted #bbbbbb; 
	background: #fff; 
	color: #fff;
}
.jssProductFullImage {
	float: left;  
}
.jssProductOptionsDiv {
	float: right; width: 254px;
}
.jssProductFieldsDiv {
	float: left; 
	margin-left: 0px; 
	text-align: left;
}
.jssSendFriendDiv {
	float:right; 
	font-weight: bold;
}
.jssSendFriendDiv a { 
	font-size: 1em;
	text-decoration: none; 
	color:#ff8d29;
}
.jssSendFriendDiv a:hover { 
	color:#ff8d29; 
}

/* Product Page Layout ------------------------------------------------------------- */

div#product-images { 
	float: left;
	width: 314px;
	clear: both;
	position: relative;
	left: 15px;
}
div#product-main-image{
	width: 314px;
	height: 430px;
	background-image: url(../../images/shopimages/product_main_image_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center top;
}
div#product-main-image #MainImage {
	margin-left: 22px;
	margin-top: 22px;
}


div#alt-image-views {
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	clear: both;
	background-image: url(../../images/shopimages/gallery_arrows.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}
.alt-images{
	border: 1px solid #ccc;
}

div.click-to-enlarge  { 
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 9px; 
	text-align: center; 
	font-style: italic;
}

div#product-details  { 
	float: right;
	width: 280px;
	position: relative;
	right: 20px;
}

#product-page-title  { 
	font-size: 9pt;
	color: #c994a4;
}

div#product-quantity { 
	clear: both;
}

div#product-price {
	clear: both;
}

div#product-rr-price {
	clear: both;
}

div#associated-products {
	clear: both;
	float: left;
	width: 615px;
	margin-top: 15px;
}

.associated-products-title {
	font-size: 0.8em;
	margin-bottom: 10px;	
}

#priceSpan3 { 
	font-size: 1em;
	font-weight: bold;
	color: #c994a4;  
}

a.borderit img { border: 1px solid #D0D0D0; }
a.borderit:hover img { border: 1px solid #6B6565; }
a.borderit:hover { color: #6B6565; /* irrelevant definition to overcome IE bug */ }

div#social-bookmark{
	margin-top: 10px;
}


/* Misc Pages ------------------------------------------------------------- */

#left-column{
	clear: both;
	float: left;
}

#right-column{
	float: right;
	width: 300px;
}

table#shipping-rates-uk, table#shipping-rates-eu, table#shipping-rates-row{
	color: #666666;
	font-size: 8pt; 
	font-family: Arial; 
	margin-bottom: 10px; 
	width: 600px;
}

table#shipping-rates-uk th, table#shipping-rates-eu th, table#shipping-rates-row th, table#shipping-rates-uk td, table#shipping-rates-eu td, table#shipping-rates-row td{
	border: 1px solid #ccc;
}
table#shipping-rates-uk th, table#shipping-rates-eu th, table#shipping-rates-row th{
	background-color: #dfdfdf;
}
.special-offers{
	text-align: center;
	font-size: 8pt;
}

/* Front Page ------------------------------------------------------------- */

#frontpage-flash{
	clear: both;
}

#christmas-delivery{
	margin-top: 10px;
}

#frontpage-image-1{
	margin-top: 10px;
	float: left;
	clear: both;
	width: 630px;
	height: 253px;
	background-image: url(../../images/shopimages/new_in_bg.jpg); 
	background-repeat: no-repeat; 
	background-position: center; 
}



#frontpage-image-1 #new_in_images_1{
	position: relative;
	left: 38px;
	top: 92px;
}

#frontpage-image-1 #new_in_images_2{
	position: relative;
	left: 125px;
	top: 99px;
}

#frontpage-image-1 #new_in_images_3{
	position: relative;
	left: 208px;
	top: 102px;
}

#frontpage-image-1 #new_in_images_4{
	position: relative;
	left: 295px;
	top: 92px;
}

#frontpage-image-2{
	margin-top: 10px;
	float: left;
}

#frontpage-image-3{
	margin-top: 10px;
	float: right;
}

/* Site Seal ------------------------------------------------------------- */

#ssl { 
	background-color: #ffebf4; 
	padding-bottom: 10px;
}

#seal {
	margin-left: 325px;
}



