* {
   margin:0;
   padding:0;
}

body {
   background:#FFF;
   /*behavior:url(csshover.htc);*/
   height:100%;
}

img {
   border:0;
   font-size:0;
}

a:link, a:visited {
   color:#EC008C;
}

object {
   outline: none;
}

.display-none {
   display:none;
}

/* use for generic block structures */
.col {float:left;}
.tenth {width:10%;}
.twenty {width:20%;}
.thirty {width:30%;}
.forty {width:40%;}
.fifty {width:50%;}
.sixty {width:60%;}
.seventy {width:70%;}
.eighty {width:80%;}
.ninty {width:90%;}

.clear-both {
   clear:both;
}

a.whole {
   display:block;
   width:100%;
   height:100%;
}

.no-result,
.warning_message {
   background:#FFFF99;
   border:1px solid #FFCC00;
   padding:10px;
   margin:10px;
   color:#666;
   font-size:12px;
}
.warning_message p {
   margin-bottom:6px;
}

#wrapper {
   width:980px;
   margin:15px auto;
   background:#FFF;
   position:relative;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   padding:10px 5px 0 5px;
}

#wrapper-bottom {
   height:15px;
}

#header {
   margin-bottom:10px;
}

#header h2 {
   width:159px;
   height:63px;
}

#header h2 a {
   display:block;
   width:100%;
   height:100%;
}

#header-navigation {
   position:absolute;
   top:10px;
   right:15px;
}

#header-navigation ol li {
   float:left;
   list-style-type:none;
   margin-right:6px;
   padding-right:6px;
   border-right:1px solid #000;
   font-size:0.7em;
}

#header-navigation ol li.last {
   margin-right:0;
   padding-right:0;
   border-right:0;
}

#header-navigation ol li a {
   color:#000;
}

#header-navigation ol li a:hover {
   text-decoration:none;
   color:#EC008C;
}

#header-navigation ul {
   height:30px;
   position:absolute;
   top:46px;
   right:0;
}

#header-navigation ul li {
   background:url(/images/frontend/header-navigation-button-left.gif) no-repeat;
   list-style-type:none;
   width:75px;
   height:30px;
   float:left;
   font-size:0.8em;
   font-weight:bold;
}

#header-navigation ul li.last {
   background:url(/images/frontend/header-navigation-button-right.gif) no-repeat;
   border-left:1px solid #FFF;
}

#header-navigation ul li.last.login {
   background:url(/images/frontend/header-navigation-button-right-green.gif) no-repeat;
   border-left:1px solid #FFF;
}

#header-navigation ul li a {
   color:#FFF;
   display:block;
   width:100%;
   height:24px;
   text-align:center;
   padding-top:6px;
}

#header-navigation ul li a:hover {
   background:url(/images/frontend/header-navigation-button-left-dark.gif) no-repeat;
}

#header-navigation ul li.last a:hover {
   background:url(/images/frontend/header-navigation-button-right-dark.gif) no-repeat;
}

#header-navigation ul li.last.login a {
   color:#000;
}

#header-navigation ul li.last.login a:hover {
   background:url(/images/frontend/header-navigation-button-right-green-dark.gif) no-repeat;
}

#header-navigation .mini-cart {
   font-size:0.7em;
   position:absolute;
   top:25px;
   right:151px;
   width:500px;
   text-align:right;
}

#header-navigation .mini-cart-hdr {
   overflow:hidden;
   width:74px;
   float:left;
   background:url(/images/frontend/mini-cart.jpg) no-repeat;
   height:48px;
}

#header-navigation .mini-cart-hdr a.whole,
#header-navigation .mini-cart-subhdr a.whole {
   display:block;
   width:100%;
   height:100%;
}

#header-navigation .mini-cart-hdr span {
   display:none;
}

#header-navigation .mini-cart-subhdr {
   float:left;
   width:320px;
   height:29px;
   display:block;
   background:url(/images/frontend/mini-cart-subhdr.jpg) no-repeat;
   overflow:hidden;
}
#header-navigation .mini-cart-subhdr span {
   display:none;
}

#header-navigation .mini-cart-bckgrd {
   background:url(/images/frontend/mini-cart-bckgrd.jpg) repeat-x;
   float:left;
   height:16px;
   text-align:center;
   padding-top:3px;
   width:426px;
}

div.mini-cart a.basket_link {
   color:#5554A1;
   font-weight:normal;
   text-decoration:none;
}
div.mini-cart a.basket_link:hover {
   text-decoration:underline;
}

#top-navigation {
   height:30px;
   position:relative;
   z-index:4000;
}

#top-navigation .cap-left {
   background:url(/images/frontend/top-navigation-cap-left.gif) no-repeat;
   width:5px;
   height:30px;
   position:absolute;
   top:0;
   left:0;
   font-size:0;
}

#top-navigation .cap-right {
   background:url(/images/frontend/top-navigation-cap-right.gif) no-repeat;
   width:5px;
   height:30px;
   position:absolute;
   top:0;
   right:0;
   font-size:0;
}

#top-navigation ul {
   padding:0 5px;
   height:30px;
   background:url(/images/frontend/top-navigation-bg.gif) repeat-x;
   z-index:3000;
}

#top-navigation ul li.first {
   border:none;
}

#top-navigation ul li {
   list-style-type:none;
   float:left;
   border-left:1px solid #FFF;
   position:relative;
}

#top-navigation ul li.last {
   border-right:0;
}

#top-navigation ul li a {
   font-size:0.9em;
   font-weight:normal;
   display:block;
   text-align:center;
   padding:0 13px;
   height:23px;
   padding-top:7px;
   text-decoration:none;
   color:#636466;
   letter-spacing:-1px;
   float:left;
}

#top-navigation ul li.last a {
   padding-right:0;
}

#top-navigation ul li.first a {
   padding-left:12px;
}

#top-navigation ul li a:hover {
   color:#EC008C;
}

#top-navigation ul li a.active {
   color:#EC008C;
   font-weight:bold;
}

#top-navigation ul li ul {
   display:none;
   position:absolute;
   top:0;
   left:0;
   padding:0;
   z-index:3000;
}

#top-navigation ul li:hover ul {
   display:block;
   top:30px;
   left:0;
}

#top-navigation ul li ul li {
   float:none;
   width:200px;
   border:1px solid #CCC;
   border-right:none;
   z-index:3000;
   position:relative;
}

#top-navigation ul li ul li a {
   float:none;
   background:#FFF;
   text-align:left;
   padding-left:5px;
}

#top-navigation ul li ul li a:hover {
   background:#EEE;
}

#header-search {
   border-left:1px solid #C1C2C4;
   border-right:1px solid #C1C2C4;
   background:url(/images/frontend/header-search-bg.jpg) repeat-x;
}

#header-search-form fieldset {
   border:0;
   margin:0;
   padding:0;
}

#header-search-form fieldset legend {
   display:none;
}

#header-search {
   padding:10px 100px;
   text-align:center;
}

#header-search form label {
   font-size:1.1em;
   background:url(/images/frontend/header-search-icon-bg.gif) 0 0 no-repeat;
   padding-left:30px;
   padding-right:5px;
   padding-top:2px;
   padding-bottom:4px;
   /*float:left;*/
   display:inline;
}

#header-search form fieldset {
   border:0;
}

#header-search form fieldset legend {
   display:none;
}

#header-search form .textbox {
   background:url(/images/frontend/header-search-field-bg.gif) no-repeat;
   width:235px;
   border:none;
   padding:4px 5px 5px 4px;
   font-size:0.8em;

   vertical-align:middle;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   /*float:left;*/
   display:inline;
   margin-right:3px;
}

#header-search form button {
   display:inline;
   padding:0 0 2px 0;
   vertical-align:middle
}

#header-ticker {
   background:#A7A9AC;
   border:1px solid #939598;
   color:#FFF;
   font-size:1em;
   font-family:Arial, Helvetica, sans-serif;
   text-align:center;
   padding:0;
   height:30px;
   overflow:hidden;
   width:978px;
}
#header-ticker ul#header-ticker-start {
   display:none;
}
#header-ticker ul#header-ticker-start li {
   padding:0;
   margin:0;
   left:0px;
   width:auto;
   display:block;
   float:left;
   white-space: nowrap;
   height:30px;
   line-height:30px;
   position:relative;
}
#header-ticker span {
   display:inline-block;
   height:26px;
   padding-top:4px;
   line-height:18px;
   vertical-align:text-top;
}
#header-ticker span.header-ticker-spacer {
   width:100px;
   background:url(/images/frontend/ticker-heart.gif) center no-repeat;
}
#header-ticker .marquee-item {
   height:30px;
}

#header-ticker a {
   color:#FFF;
}

#body {
   padding-top:10px;
}

.left-col-space {
   padding:0px 5px;
   margin-left:295px;
}
.right-col-space {
   padding:0px 12px 0px 0px;
   margin-right:176px;
}

#left-col {
   background:#FFF;
   width:290px;
   float:left;
   margin-left:-100%;
}
#right-col {
   background:#FFF;
   width:170px;
   float:right;
   margin-left:-170px;
}

div.column-block-body.join {
   font-size:0;
}

div.column-block-body.join p strong {
   font-size:18px;
}

div.column-block-body.join p {
   font-size:12px;
   text-align:center;
   padding:5px 10px;
   color:#505154;
}

.column-3 {
   width:293px;
   float:left;
   margin-left:10px;
}

.column-2-left {
   width:293px;
   float:left;
   margin-left:10px;
}

.column-2-right {
   float:right;
   margin-left:10px;
   width:590px;
}

.column-first {
   margin-left:1px;
}

.column-block {
   border-bottom:15px solid #FFF;
}
.column-block-body {
   border-left:1px solid #9A9799;
   border-right:1px solid #9A9799;
}
.column-block-body.padded {
   padding:10px;
}
.column-block-footer {
   background:url(/images/frontend/block-footer-grey-bg.jpg) repeat-x;
   border-left:1px solid #9A9799;
   border-right:1px solid #9A9799;
   border-bottom:1px solid #9A9799;
   padding:3px 3px 3px 5px;
   text-align:right;
}

.column-block-purple .column-block-footer {
   background:url(/images/frontend/block-footer-purple-bg.jpg) repeat-x;
}

.column-block-footer ul li {
   list-style-type:none;
   float:left;
   font-size:0.7em;
   font-family:Arial, Helvetica, sans-serif;
   padding-right:5px;
   margin-right:5px;
   border-right:1px solid #231F20;
   background:transparent;
   margin-top:6px;
}
.column-block-footer ul li.last {
   padding-right:0;
   margin-right:0;
   border-right:0;
}

.column-block-footer ul li a {
   color:#231F20;
}

.column-block-footer ul li a:hover {
   color:#EC008C;
}

.breadcrumbs, .pagination {
   padding:5px;
   background:#EEE;
   color:#999;
   font-size:11px;
   border:1px solid #939598;
   margin-bottom:15px;
}

.breadcrumbs ul {
   list-style:none;
}
.breadcrumbs ul li {
   float:left;
   margin-right:5px;
}
.breadcrumbs .current {
   color:#666;
}

.breadcrumbs a, .pagination a {
   color:#999;
   text-decoration:none;
   font-size:11px;
}

.pagination a {
   color:#FFF;
   text-decoration:underline;
}

.breadcrumbs a:hover, .pagination a:hover {
   text-decoration:underline;
}

.pagination {
   text-align:center;
   background:#EC008C;
   color:#FFF;
   border:0;
   padding:7px;
}

#footer {
   color:#666;
   margin:10px 0 0 0;
}
#footer .welcome-message {
   font-size:0.8em;
   line-height:1.5em;
   margin-bottom:15px;
   text-align:center;
}
#footer .welcome-message .title {
   font-size:1.7em;
   font-weight:bold;
}
#footer-bottom {
   border-top:2px solid #999;
   font-size:0.7em;
   padding:7px 0 8px 0;
}

#footer-bottom ul li {
   list-style-type:none;
   float:left;
   padding-right:5px;
   margin-right:5px;
   border-right:1px solid #666;
}

#footer-bottom ul li.last {
   padding-right:0;
   margin-right:0;
   border-right:0;
}

#footer-bottom ul li a {
   color:#666;
}

.footer-bottom-left {
   width:25%;
   float:left;
}

.footer-bottom-centre {
   width:50%;
   float:left;
   text-align:center;
   font-weight:bold;
}

.footer-bottom-right {
   width:25%;
   float:right;
   text-align:right;
}

.footer-bottom-right ul {
   float:right;
}

.footer-columns {
   margin:0 0 15px 0;
}

.footer-column-left {
   float:left;
   border:10px solid #CCC;
   width:410px;
   padding:5px;
}

.footer-column-right {
   float:right;
   border:10px solid #CCC;
   width:410px;
   padding:5px;
}

div.footer-column-left h3,
div.footer-column-right h3 {
   font-size:11px;
}

div.footer-column-left h3 {
   text-align:center;
}

div.footer-column-left p {
   font-size:11px;
   text-align:center;
   margin:0 5px;
}

div.footer-column-right a.button {
   color:#fff;
   margin:0;
   font-size:12px;
}


div.footer-column-right a {
   color:#666;
   font-size:10px;
   font-weight:bold;
}

/* Standard Navigation */
.standard-nav ul {
   list-style:none;
}
.standard-nav ul li {
}
.standard-nav ul a:link,
.standard-nav a:visited {
   display:block;
   padding:5px 0;
   color:#000;
   font-size:12px;
   text-decoration:none;
   border-bottom:1px solid #898B8E;
}
.standard-nav ul a:hover {
   text-decoration:underline;
}
/* Standard Header */
.column-block-header {
   border:1px solid #666666;
   background-color:#EC008C;
   padding:5px;
   color:#FFF;
   font-size:12px;
   -moz-border-radius:3px;
   -webkit-border-radius:3px;
   position:relative;
   top:1px;
}
.column-block-header a {
   text-decoration:none;
   color:#FFF;
}

/* Standard buttons */
.standard-button {
   background-color:#EC008C;
   border:1px solid #666;
   font-family:Verdana, sans-serif;
   font-size:0.8em;
   text-decoration:none;
   font-weight:bold;
   color:#FFF;
   cursor:pointer;
   width:80px;
   height:20px;
   padding-top:5px;
   vertical-align:middle;
   margin-left:5px;
   display:inline-block;
   text-align:center;
   -moz-border-radius:6px;
   -webkit-border-radius:6px;
}
.standard-button, #ie8#fix {
   background:#EC008C url(/images/frontend/button-highlight.png) 0px 0px no-repeat;
   border:none;
}
a.standard-button {
   color:#FFF;
}
button.standard-button {
   padding-bottom:2px;
   padding-top:0px;
   height:25px;
}
.standard-button:hover {
   background-color:#CE007B;
}

/* Site Themes */
.supermarket .standard-button,
.supermarket .column-block-header {
   background-color:#0097D8;
}
.supermarket .standard-button:hover {
   background-color:#00549D;
}
.forum .standard-button,
.forum .column-block-header {
   background-color:#FC77B9;
}
.forum .standard-button:hover {
   background-color:#C91A75;
}
.sell_your_dress .standard-button,
.sell_your_dress .column-block-header {
   background-color:#878E65;
}
.sell_your_dress .standard-button:hover {
   background-color:#273001;
}
.tube .standard-button,
.tube .column-block-header {
   background-color:#C60012;
}
.tube .standard-button:hover {
   background-color:#95000F;
}
.wedding_ideas .standard-button,
.wedding_ideas .column-block-header {
   background-color:#B89C50;
}
.wedding_ideas .standard-button:hover {
   background-color:#857036;
}
.events .standard-button,
.events .column-block-header {
   background-color:#71C626;
}
.events .standard-button:hover {
   background-color:#098000;
}
.purple .standard-button,
.purple .column-block-header {
   background-color:#961B89;
}
.purple .standard-button:hover {
   background-color:#3E002B;
}
.help .standard-button,
.help .column-block-header {
   background-color:#00A239;
}
.help .standard-button:hover {
   background-color:#005600;
}
.newsroom .standard-button,
.newsroom .column-block-header {
   background-color:#0097D8;
}
.newsroom .standard-button:hover {
   background-color:#00539C;
}
.statistics .standard-button,
.statistics .column-block-header {
   background-color:#FFE000;
   color:#333;
}
.statistics .standard-button:hover {
   background-color:#CDB100;
}
.supplier-directory .standard-button,
.supplier-directory .column-block-header {
   background-color:#CC6294;
}
.supplier-directory .standard-button:hover {
   background-color:#940545;
}
.error .standard-button,
.error .column-block-header {
   background-color:#E81212;
}
.error .standard-button:hover {
   background-color:#A80A07;
}

/* Standard Form fields */
.standard-form {
   margin:0px;
   padding:0px;
}
.standard-form fieldset {
   border:none;
}
.standard-form legend {
   display:none;
}
.standard-form .column-block-body {
   padding:5px;
}
.standard-form .column-block-body p {
   clear:both;
   margin-top:4px;
   color:#EC008C;
   font-size:0.9em;
}
.standard-form .column-block-body p.header {
   border-bottom:2px solid #EC008C;
   margin-bottom:5px;
}
.standard-form p input,
.standard-form p textarea {
   width:55%;
   outline: none;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:13px;
   padding:4px 2px 4px;
   margin-bottom:3px;
}
.standard-form input.checkbox {
   width:auto;
}
.standard-form p input.textbox {
   width:auto;
}
.standard-form p input.colorpicker,
.standard-form p input.datepicker {
   width:auto;
}
.standard-form p select {
   padding:4px 2px 4px;
   margin-bottom:3px;
}
.standard-form label {
   display: block;
   width:40%;
   margin-right:3px;
   float:left;
   font-size:0.8em;
   color:#000;
}
.standard-form ul.error_list {
   margin:0px;
   padding:0px;
   list-style:none;
}

table.member_login_form ul.error_list {
   float:right;
}
.standard-form ul.error_list li {
   color:#CC0000;
   font-size:0.7em;
   text-align:right;
}
.list-table {

}
.list-table th {
   color:#EC008C;
   padding:2px;
   font-size:11px;
   text-align:left;
}
.list-table td {
   padding:5px 0px;
   font-size:0.8em;
   border-bottom:1px solid #BDBEC0;
}
.list-table .title {
   font-size:0.8em;
   font-weight:bold;
}
.list-table .actions,
.list-table .actions a {
   color:#EC008C;
   font-size:0.8em;
   text-align:right;
}
/**/
#profile_picture {
   /*height:180px;*/
   margin-right:12px;
   position:relative;
   text-align:center;
}
#profile_picture a {
   display:none;
   position:absolute;
   top:0px;
   background:#A7A9AC;
   font-size:0.7em;
   text-decoration:none;
   padding:5px;
   color:#FFF;
}
#profile_picture a:hover {
   text-decoration:underline;
}
#profile_picture:hover a {
   display:block;
}
/**/
.flash {
   text-align:center;
   padding:5px;
   margin-bottom:10px;
   font-size:14px;
   background: #D2D4D7 url('/images/frontend/bg-flash-message.jpg') 0 0 repeat-x;
}
.flash.flash-success {
   color:#00BF3E;
   font-weight:bold;
}

.flash.flash-error {
   color:#FF0000;
   font-weight:bold;
}

.flash.flash-notice {
   color:#FFB900;
   font-weight:bold;
}

.left-nav {
   list-style:none;
}
.left-nav li.nav-hdr {

}
.left-nav li.nav-hdr a {
   color:#000;
   font-weight:bold;
}
.left-nav li {
   color:#000;
   font-size:0.7em;
   border-bottom:1px solid #EC008C;
   padding:2px 0px;
   letter-spacing:-1px;
}
.left-nav li a {
   text-decoration:none;
   color:#666666;
   font-weight:bold;
}
.left-nav li a:hover {
   color:#EC008C;
}

.tab-controls ul
{
   margin:0;
   padding: 5px 0;
   border-bottom: 1px solid #EC008C;
   font-size:0.6em;
   font-weight: bold;
}
.tab-controls ul li
{
   list-style: none;
   margin: 0;
   display: inline;
}
.tab-controls ul li span,
.tab-controls ul li a
{
   padding: 5px 1em;
   margin-left: 3px;
   border:none;
   background:#CCC;
   text-decoration: none;
}
.tab-controls ul li a:link
{
   color:#333;
}
.tab-controls ul li a:visited
{
   color: #333;
}
.tab-controls ul li a:hover
{
   background:#999;
}
.tab-controls ul li span
{
   background-color:#EC008C;
   color:#FFF;
}
.tab h4
{
   background:#EC008C;
   color:#FFF;
   padding:4px;
   font-size:0.7em;
}

a.inspirations-link:link, a.inspirations-link:visited {
   color:#666666;
   font-weight:bold;
   text-decoration:none;
   font-size:16px;
   margin:35px 0 0 10px;
   letter-spacing:-1px;
   float:left;
   width:auto;
}

div.add_to_scrap_holder {
   top:0;
   right:0;
   position:fixed;
   z-index:10;
}

div.add_to_scrap_content {
   vertical-align:bottom;
}

* html .add_to_scrap_holder {position:absolute;}


form.standard-form.add_scrap {
   padding:1px 0 1px;
}

button.add_scrapbook {
   float:right;

}

* html {
   overflow-x:auto;
}

h2.news-header {
   margin:0 0 20px 0;
   font-size:0;
}

.default_txt {color:#999;}

.block-header-help-button {
   display:block;
   width:17px;
   background:url(/images/frontend/block-header-help-button.png) no-repeat;
   text-indent:1000px;
   overflow:hidden;
   position:absolute;
   top:4px;
   right:4px;
   cursor:pointer;
   padding-top:16px;
   height:1px;
}
.tooltip {
   padding: 15px;
   width:200px;
   border:3px solid #EF008D;
   color:#666666;
   z-index:9999;
   background:#FFFFFF url(/images/frontend/delete.gif) 208px 5px no-repeat;
   cursor:pointer;
}

.supplier-top-links {
   background:#000;
   padding:10px 10px 10px 135px;
}

.supplier-top-links ul li {
   float:left;
   font-size:12px;
   list-style-type:none;
   margin-right:10px;
   padding-right:10px;
   border-right:1px solid #FFF;
}

.supplier-top-links ul li.last {
   margin-right:0;
   padding-right:0;
   border-right:0;
}

.supplier-top-links ul li a {
   color:#FFF;
   font-weight:bold;
}

.footer-logos {
   margin-top:20px;
   margin-bottom:20px;
}

.footer-logos ul {
   margin-left:100px;
}

.footer-logos ul li {
   list-style-type:none;
   float:left;
   margin-right:40px;
}

.footer-logos ul li.ccs {
   padding-top:20px;
}

.footer-sitemap {
   padding-left:10px;
}

.footer-sitemap .section {
   width:15%;
   float:left;
   padding-left:17px;
}

.footer-sitemap .last {
   padding-left:0;
}

.footer-sitemap .section h3 {
   font-size:0.8em;
   padding:7px 0 7px 0;
   text-decoration:underline;
}

.footer-sitemap .section ul li {
   list-style-type:none;
   font-size:0.7em;
   padding-bottom:4px;
}

.footer-sitemap .section ul li a {
   color:#999;
}