#osduk, body {
	background-color: #43022A;
	margin: 0px;
	text-align: center;
	SCROLLBAR-BASE-COLOR: #2F0300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/main_images/back_wallpaper.jpg);
	background-repeat: repeat;
	background-position: center top;
}

/* CSS reset & presentation setup*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, form, label, legend {
	margin: 0px;
	padding: 0px;
}
html {
SCROLLBAR-BASE-COLOR: #2F0300;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990099;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
.formElements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin:0px;
	padding: 0px;
	line-height: 16px;
	height: 16px;
}
.formElements.qty {
  width: 30px;
}
.formElementsSelect {
	background-color:#FFFFFF;
	color:#000000;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding: 0px;
	line-height: 22px;
	height: 22px;
}
.formElementsButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}

.formElementsBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	margin:0px;
	padding: 0px;
	line-height: 24px;
	height: 24px;
    width: 240px;
}

/* Layout elements */

#outer {
	width: 920px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/main_images/back_outer.jpg);
	background-repeat: repeat-y;
}
#outerFull {
	width: 920px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 120px;
	background-color: #2A0219;
	background-image: url(/main_images/back_header.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#headerLogo {
	background-image: url(/main_images/StarlightLingerie.gif);
	background-repeat: no-repeat;
	height: 120px;
	width: 287px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 317px;
	top: 0px;
}
#headerLogoLink {
	height: 120px;
	width: 287px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 317px;
	top: 0px;
	z-index: 501;
}

#headerSearch {
	height: 107px;
	width: 155px;
	position: absolute;
	left: 757px;
	top: 6px;
	border: 1px solid #2A021A;
	color: #FED3E6;
	text-align: right;
	background-image: url(../main_images/back_serach_box.png);
	background-repeat: repeat;
}

#osduk #outer #header #headerSearch p {
	padding-top: 5px;
	padding-right: 5px;
}
#staticMenu {
	position: relative;
	padding: 0px;
	margin: 0px;
	width: 100%;
	z-index: 98;
	background-color: #DA2A6B;
	border-top: 1px #2F0300 solid;
	text-align: left;
	height: 24px;
	line-height: 24px;
	clear: both;
}
#menuBar {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-color: #2F0300;
	text-align: center;
	height: 32px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	background-image: url(/main_images/back_menu.jpg);
	background-repeat: no-repeat;
	clear: both;
}
#altMenu {
  padding-top: 10px;
  margin: 0px;
  width: 100%;
  font-size: 12px !important;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 29px;
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  text-align: left;
}
#menuBar #altMenu a, #menuBar #altMenu a:active, #menuBar #altMenu a:visited, #menuBar #altMenu a:link, #menuBar #altMenu a:hover {
	line-height: 29px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 499;
	text-align: left;
}
#contentOuter {
	height: auto;
	width: 100%;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
}
#left {
	float: left;
	width: 200px;
	position: relative;
}
#headerCart {
	height: 24px;
	width: 200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	text-align: left;
	background-color: #FFF;
	z-index: 1000;
}
#cartPopup {
	height: auto;
	width: 400px;
	position: absolute;
	left: 0px;
	top: 22px;
	text-align: left;
	border: 0px;
	z-index: 1000;
	display: none;
	background-color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 2px;
	color: #333333;
}
  #cartPopup table {
	border: 1px solid #AAAAAA;
  }

  #cartPopup .heading {
	background-color: #FFE05E;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
  }
#contentFull {
	margin: 0;
}

#content {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 202px;
	margin-top: 0px;
}
#contentInner {
	text-align: left;
	margin-top: 1px;
	margin-right: 6px;
	margin-bottom: 1px;
	margin-left: 6px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 7px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#login {
	height: 85px;
	width: 160px;
	position: relative;
	border: 1px solid #7D0639;
	color: #FED3E6;
	text-align: right;
	padding-top: 4px;
	margin-top: 10px;
	margin-right: 9px;
}
#currency {
	height: 45px;
	width: 160px;
	position: relative;
	border: 1px solid #7D0639;
	color: #FED3E6;
	text-align: right;
	padding-top: 4px;
	margin-top: 10px;
	margin-right: 9px;
}
#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	background-color: #2A0219;
	height: auto;
	width: 920px;
	color: #D7286D;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #B0094F;
	background-image: url(/main_images/back_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#osduk #outer #footer table tr td table tr td p strong {
	text-decoration: underline;
}

#footer a{
	color: #961D4E;
}
#footer a:visited{
	color: #961D4E;
}
#footer a:hover{
	color: #FEE05E;
}
#footer a:active{
	color: #961D4E;
}

/* General elements */

a {
color: #0000CC;
text-decoration: none;
}

a:visited {
color: #0000CC;
text-decoration: none;
}

a:hover {
color: #C67700;
text-decoration: none;
}
a:active {
color: #C67700;
text-decoration: none;
}
.copyright {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  color: #98FCD8;
  text-decoration: none;
  padding: 0px;
}
#breadcrumb h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
  font-weight: normal;
  padding-bottom: 8px;
  margin-left: 8px;
}
#breadcrumb h2.product {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
  font-weight: normal;
  padding-bottom: 8px;
}

#breadcrumb h2, #breadcrumb h2 a, #breadcrumb h2 a:link, #breadcrumb h2 a:visited, #breadcrumb h2 a:active {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #666666;
}
#breadcrumb h2 a:hover{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 9px;
  color: #000099;
}

#pageTitle h1 {
  font-size: 12px;
  color: #333333;
  padding-bottom: 3px;
  margin-left: 8px;
  font-weight: bold;
}
#pageTitle h1.product {
  font-size: 12px;
  color: #333333;
  font-weight: bold;
}
.productContainer {
  border: 1px #FFFFFF solid; 
  text-align: center; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px; color: #000000; 
  line-height: 12px; 
  cursor: pointer; 
  cursor: hand;
}
.productContainerImage {
  height: 230px;
  background:url(/main_images/imageBottom.gif) bottom no-repeat;
  text-align: center;
  color: #FFFFFF;
  line-height: 12px;
}

.productContainerImage img {
  border: 1px #E2508A solid;
}

.sizingTable {
	margin-bottom: 8px;
	margin-top: 8px;
}
.sizingTable table {
  border: 1px #CCCCCC solid;
}
.sizingTable td {
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-right: 6px;
	padding-left: 6px;
}
.sizingTable td.heading {
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 6px;
}
.productContainerOptions {
  border: 1px #AAAAAA solid;
  margin-bottom:15px;
  font-family: Verdana,Arial,sans-serif;
  font-size: 10px;
}
.productContainerOptions #colourStripe {
  height: 27px;
  width: 308px;
  font-size: 14px;
  line-height: 27px;
  background:url(/main_images/mainProductStreak.gif) no-repeat;
  padding-left: 6px;
}
.productContainerOptionsCordinated  {
  border: 1px #AAAAAA solid;
  margin-bottom:15px;
  height: 83px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
}
.productContainerOptionsCordinated img {
  border: 1px #AAAAAA solid;
}
.productContainerOptionsCordinated #colourStripe {
  height: 27px;
  width: 308px;
  font-size: 14px;
  line-height: 27px;
  background:url(/main_images/cordProductStreak.gif) no-repeat;
  padding-left: 6px;
}
h3.mainProduct {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #B0094F;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
h3.cordProduct {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
#productDescriptionBox {
  height: 130px;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
}
#productPage {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
}
.bottomSpace{
  padding-bottom: 5px;
}
#addedProduct {
  background-color:#FFC;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
  color: #000000;
}
.cursor {
  cursor: pointer;
  cursor: hand;
}
table .subcat {
	background-image: url(../main_images/back_bevel_light_pink.jpg);
	background-repeat: repeat-x;
	background-color: #F9D9E5;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;

}
table .subcat a, table .subcat a:visited, table .subcat a:active, table .subcat a:link {
  color: #000000;
  text-decoration: none;
}
table .subcat a:hover {
	color: #B0094F;
	text-decoration: none;
}

table .subcat td {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.checkoutHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.lineRight {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #AAAAAA;
}
.checkoutBoxRed {
  background-image: url(../main_images/back_bevel_light_pink2.jpg);
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 15px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}

.checkoutBoxYellow {
  background-image: url(../main_images/back_bevel_light_yellow.jpg);
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 15px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}
.checkoutBoxGreen {
  background-image: url(../main_images/back_bevel_light_green.jpg);
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 15px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}
.checkoutBoxPink {
  background-image: url(../main_images/back_bevel_light_pink3.jpg);
  background-repeat: repeat-x;
  padding-top: 20px;
  padding-bottom: 15px;
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}

.checkoutHeader {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  line-height: 34px;
  padding-left: 10px;
}

#cartItems { }
  #cartItems .sizeColour{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #666666;
  }
  #cartItems table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #1C1C1C;
    border: 0px;
  }
  #cartItems .heading {
    background: #2A021A;
    color: #FFFFFF;
  }
  #cartItems hr {
    padding: 0;
    margin: 0;
  }
  #cartItems td.product {
    padding: 3px;
  }
#accountLoginSignup {
  width: 200px;
  height: 200px;
  background: #FFFFFF;
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  margin: 6px;
}
.lightBlueGradient {
  background: url(/main_images/lightbluegradient.gif) repeat-x;
  border: 1px #ddd solid;
}
.userAccountBoxes {
  font-size: 11px;
  border: 1px #ddd solid; 
  padding: 1px; 
}
.userAccountBoxes table {
  background: url(/main_images/lightbluegradient.gif) repeat-x;
}
.userAccountBoxes table .emailTable{
  padding-left: 10px;
  padding-right: 10px;
}
.userAccount {
  font-size: 11px;
}
.productText {
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
}
.productsHeading {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #666666;
}
.textWhite {
  color: #FFF;
}
.bold {
  font-weight: bold;
}
#receiptContent {
  text-align: center;
  margin-left: 35px;
}
.homeTextBlock {
  color: #FFF;
  padding: 10px;
  text-align: justify;
}
.tabDetails {
  width: 870px;
  text-align: justify;
  position: absolute;
  left: 0;
  top: 34px; 
}
#newsletter {
  height: 400px;
  text-align: center;
  vertical-align: middle;
}
span.errorText {
	display: block;
	color: #CC0000;
}
