body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	color:#333333;
	text-align:center;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	background-color: #f8f8f8;
	background-image:url(images/body-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

p {
	margin-bottom:10px;
	margin-top:5px;
	font-size: 12px;
	line-height: 13px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#5B5B5B;
}

h2 {
    font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 25px;
	font-weight:bold;
	margin-top: 0px;
	margin-bottom:5px;
	color:#db0960;
}	
	
h3 {
	font-size: 12px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#db0960;
	margin-bottom:7px;
	margin-top:3px;
	text-transform: uppercase;
}

h4 {
	font-size: 13px;
    font-family: Helvetica, Arial, Verdana, sans-serif;
	color:#db0960;
	margin-bottom:3px;
	margin-top:0px;
}

.subheading {
	color:#7FC1DA;
}
a {
	text-decoration: none;
	color: #db0960;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: #db0960;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}
a.selected {
	text-decoration: underline;
	color: #db0960;
    font-family: Helvetica, Arial, Verdana, sans-serif;
}

.nude {
	color:#5F6062;
}

img {
    border-width:0px;
	padding:0px;
	margin:0px;
}

/* Global Classes */

.smalltext{
	font-size: 11px;
}

.label {
	text-align:right;
	vertical-align:top;
	color:#5B5B5B;
	font-size:11px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight:bold;
	width: 120px;
}
	
.data {
	text-align:left;
	font-size: 12px;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color: #A2A2A2;
}
td {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
}

.center {
	text-align: center;
}
	
.nomargin {
	padding: 0px;
	margin: 0px;
}

.hr {
	padding:0px;
	margin:0px;
	height:1px;
	width: 100%;
	background-image:url(images/hr-bg.gif);
	background-repeat: repeat-x;
	font-size:1px;
	line-height:0
}

.search-label {
	color:#DB0960;	
	font-weight:bold;
	width: 100px;
	text-align:right;
}

#header {
	width:1075px;
	height:157px;
	margin-left: auto;
	margin-right: auto;
}
#header-margin {
}
#header-section {
}
#header-top {
	height: 119px;
	text-align: left;
}
#header-logo {
	margin-left: 30px;
}
#header-nav {
	padding-top: 6px;
	padding-left: 1px;
}
#header-nav-left {
	float:left;
	width: 750px;
}
#header-nav-right {
	float:right;
}

#header-nav ul {
	float: none;
	height: 28px;
	margin:0px;
	padding:0px 0px 0px 19px;
}

#header-nav li {
	float:left;
	list-style-type:none;
	font:normal 13px Arial, Helvetica, sans-serif;
}

#header-nav li a {
	color:#FFFFFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-right: 3px;
	line-height: 20px;
	display: block;
	height: auto;
	text-indent: 0px;
	border-top: #d60a60 1px solid;
	border-left: #d60a60 1px solid;
	border-right: #d60a60 1px solid;
	background-color: #d10c60;
}

#header-nav li a:hover {
	background-image: url(images/nav-link-bg-hover.png);
	background-repeat: repeat-x;
	background-position:bottom;
	border-top: #e85e99 1px solid;
	border-left: #e85e99 1px solid;
	border-right: #e85e99 1px solid;
	text-decoration:none;
}

#header-nav li a .reveal {
	width: 10px;
	height: 20px;
	background-image: url(images/nav-link-triangle.png);
	background-repeat: no-repeat;
	background-position: 2 -3;
}

.search-heading {
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
}
.search-input{
	width: 128px;
	height: 19px;
	border: none;
}
.search-button {
	border:none;
}

a.search-link {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	letter-spacing: -0.5px;
}
a:hover.search-link {
	text-decoration:underline;
}

.menu {
	display: none;
	position:absolute;
	z-index: 99;
	min-width: 85px;
	width: auto !important;
	width: 85px;
	text-align:left;
}
.menu-top {
	width: 50px;
	height: 3px;
	font-size: 3px;
	line-height: 3px;
	background-color: #fbe5ee;
}
.menu-list {
	background-color: #fbe5ee;
}
.menu ul {
	padding: 8px;
	margin: 0px;
}
.menu li {
	padding: 0px;
	margin: 0px;
	float:none;
	list-style-type:none;
	text-align: left;
}
.menu a {
	font-size: 12px;
	color: #7c7c7c;
}
.menu a:hover {
	font-size: 12px;
	color: #7c7c7c;
	text-decoration:underline;
}


#container {
	text-align: center;
	margin: auto;
	background-color: #e8e8e8;

	background-image:url(images/content-bg.png);
	background-repeat: repeat-y;
	background-position:center;
	position: relative;

}

#container-margin {
	width: 1075px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#content {
	width: 1075px;
	text-align: left;
	margin:0 auto;
	padding: 6px 31px 12px 32px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	position: relative;
}

#content-margin {
	padding: 2px 0px;
	position: relative;
}




#footer {
	height: 42px;
	background-image:url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: top;
	text-align:center;
}

#footer-margin {
	width: 1075px;
	margin-left: auto;
	margin-right: auto;
}
#footer-margin-left {
	float:left;
	padding-top: 12px;
	padding-left: 32px;
	text-align:left;
}
.footer-owner {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}

#footer-margin-right {
	float:right;
	margin-right: 31px;
}

#footer a {
	font-size: 10px;
	text-decoration:none;
	color:#747474;
}
#footer a:hover {
	text-decoration:underline;
	color:#747474;
}
#footer a.nude {
	text-decoration:underline;
	color:#747474;
}

#home-top {
	padding-bottom: 8px;
	position: relative;
}
#home-bottom {
}
#home-box {
	float:left;
	position:relative;
	width: 330px;
	height: 209px;
}
#home-box-seperator {
	float:left;
	width: 12px;
}
.home-box-social {
	position:absolute;
	color:#FFF;
	font-size: 12px;
}
.home-box-social a {
	color: #db0960;
	text-decoration:none;
}
.home-box-social a:hover {
	color: #db0960;
	text-decoration:underline;
}
a.social-link  {
	display:block;
	width: 29px;
	height: 28px;
}
a.social-link  span {
	display:none;
}

.gallerynav {
	width: 46px;
	height: 406px;
	background-image:url(images/nav.gif);
	background-repeat:repeat;
	filter:alpha(opacity=40); 
	-moz-opacity: 0.4; 
	opacity: 0.4;
	position: absolute;
}
.galleryleft {
	left: 0px;
	top: 0px;
}
.galleryright {
	left: 967px;
	top: 0px;
}


.clear {
	clear: both;
}

/* Form Tags */
	
form {
	margin: 0px;
}

/* Radio Button Background */
input {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	vertical-align:middle;
	color: #5B5B5B;
    border: 1px solid;
}

input.verysmall {
	width: 30px;
}

input.small {
	width: 100px;
}
	
input.mediumsmall {
	width: 130px;
}
	
input.medium {
	width: 180px;
}
	
input.large {
	width: 300px;
}

input.button {
	background-color: #db0960;
	border: solid 1px #db0960;
	color: #FFF;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	cursor:pointer;
}

select {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	vertical-align:middle;
	color: #5B5B5B;
	font-family: Helvetica, Arial, Verdana, sans-serif;
    border: 1px solid;
}

select.small {
	width: 100px;
}
	
select.medium {
	width: 180px;
}
	
select.mediumlarge {
	width: 260px;
}
	
select.large {
	width: 400px;
}
	
textarea {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	vertical-align:middle;
	color: #5B5B5B;
	border: #5B5B5B solid 1px;
}
	
textarea.small {
	width: 350px;
	height: 100px;
}
	
textarea.medium {
	width: 350px;
	height: 200px;
}
	
textarea.large {
	width: 350px;
	height: 400px;
}
	
.warningbox {
	width:1000px;
	padding: 10px;
	line-height: 16px;
	font-weight: bold;
	margin: 20px 0px 20px 0px;
	border: 1px #CC0000 solid;
	background: #FFDDDD;
}

.warningbox ul {
	padding: 0px;
	margin: 0px;
}

.warningbox li {
	list-style-type:none;
}
	
#messagebox {
	width:1000;
	padding: 10px;
	line-height: 13px;
	font-weight: bold;
	margin: 20px 225px 20px 0px;
	border: 1px #339933 solid;
	background: #D8ECD7;
}
#messagebox ul {
	padding: 0px;
	margin: 0px;
}
#messagebox li {
	list-style-type: none;
}	

#product {
}
#product-list-head {
	height:56px;
}
#product-list-head-margin {
	margin-top: 20px;
}
#product-list {
}
.product-heading {
	font-size: 25px;
	color: #db0960;
	line-height: 25px;
	font-family:Arial, Helvetica, sans-serif;
}
.product-subheading {
	font-size: 20px;
	color: #db0960;
	line-height: 25px;
	font-family:Arial, Helvetica, sans-serif;
}
.product-sort {
	font-size:12px;
	color:#db0960;
	font-family:Arial, Helvetica, sans-serif;
}
.product-sort a {
	font-size:12px;
	color:#db0960;
	text-decoration:none;
}
.product-sort a:hover {
	text-decoration:underline;
}
.product-sort a.selected {
	text-decoration:underline;
}
.product-list-box {
	width: 331px;
	height: 166px;
	border: #d0d0d0 1px solid;
	float:left;
	margin-bottom: 14px;
}
.product-list-spacer {
	width: 8px;
	float:left;
}
.product-list-box-image {
	float:left;
	border: #d0d0d0 1px solid;
	margin: 6px;
	padding: 9px 3px 8px 3px;
}
.product-list-box-details {
	float:right;
	width: 190px;
	margin-top: 13px;
}
.product-list-box-details td{
	font-family:Arial, Helvetica, sans-serif;
}
.product-list-box-details-heading {
	font-size:14px;
	color:#db0960;
}
.product-list-box-details-by {
	font-size:12px;
	color:#db0960;
}

a.product-list-box-details-by {
	font-size:12px;
	color:#db0960;
	text-decoration:none;
}
a:hover.product-list-box-details-by {
	font-size:12px;
	color:#db0960;
	text-decoration:underline;
}

.product-list-box-details-details {
	font-size:10px;
	color:#646464;
}

.product-list-box-details-rrp {
	font-size:12px;
	color:#6b6b6b;
}
.product-list-box-details-price {
	font-size:12px;
	color:#db0960;
}
.product-list-box-details-space {
	font-size:7px;
	line-height: 7px;
}
#product-image{
	float:left;
	width: 330px;
	
}
#product-image-margin{
	border: #d0d0d0 9px solid;
	padding: 15px 18px 14px 18px;
}
#product-details{
	float:left;
	margin-left: 11px;
	border: #d0d0d0 1px solid;
	padding: 15px 10px 12px 18px;
}
#product-details-margin {
	height: 392px;
	width: 644px;
}
#product-left {
	float:left;
}
#product-right {
	float:right;
	text-align:right;
}
.product-rrp {
	font-size: 20px;
	color: #cdcdcd;
	text-decoration:line-through;
}
.product-price {
	font-size: 25px;
	color: #db0960;
}
#product-description{
	min-height: 105px;
	height: auto !important;
	height: 105px;
	border-bottom: dotted 1px  #cea8b5;
	margin-bottom: 15px;
}
#product-add {
	border-bottom: dotted 1px  #cfa6b6;
	padding-bottom: 15px;
	padding-bottom: 20px;
}

#product-add select {
	width: 127px;
}
#product-add th {
	font-size: 12px;
	color: #575757;
	text-align:left;
}
a.product-add-button {
	display:block;
	width:125px;
	height: 20px;
	background-color: #db0960;
	border: solid 1px #db0960;
	color: #FFF;
	font-size: 14px;
	text-align:center;
	line-height: 20px;
	font-weight:bold;
	text-decoration: none;
}
a:hover.product-add-button {
	text-decoration: none;
	display:block;
	width:125px;
	height: 20px;
	background-color: #fff;
	border: solid 1px #db0960;
	color: #db0960;
	font-size: 14px;
	text-align:center;
	font-weight:bold;
}
#product-details-bottom {
	margin-top: 12px;
}
#product-box {
	float:left;
	position:relative;
	width: 330px;
	height: 209px;
}
#product-box-seperator {
	float:left;
	width: 12px;
}
#product-box-heading {
	font-size: 18px;
	color: #db0960;
	margin-bottom: 6px;
}
.product-gallery{
	float:left;
	margin-bottom: 11px;
}
.product-gallery-seperator{
	width: 12px;
	float:left;
}
#product-outfit-container {
	border: 1px solid #cdcdcd;
	height: 162px;
	padding: 5px;
}
.product-outfit{
	float:left;
}
.product-outfit-seperator{
	width: 8px;
	float:left;
}

#content-section {
	width: 1005px;
}
#content-section.narrow {
	width: 600px;
}
hr {
	border: none;
	border-top: #db0960 1px solid;
}
