/* -----------------------------------------
Colour Palette

Input Grey - #ececec - eg.form fields
Light Grey - #bebebe - eg. product code
Mid Grey - #9c9c9c - eg. general text
Dark Grey - #616161 eg. titles
Pink - #ea4196
Light Pink - #f9c6df eg. header border
-------------------------------------------*/

/*See reset.css for all resets*/
/*See titles.css for all titles*/
/*See home.css for homepage overwrites to css*/
/*See thickbox.css for all lightbox css*/

/*-------------------------------------------
Global HTML Tags 
-------------------------------------------*/

html, body {
	color:#9c9c9c;
	font-size:76%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

a {
	color:#9c9c9c;
	outline:none;
	text-decoration:none;
}

a:hover, a.active, .pink, .required, .validation-advice, .error, .success {
	color:#ea4196
}

a.img-links {
	display:block;
	text-indent:-9999px;
	text-align:left;
	height:9px;
	font-size:0;
	line-height:0;
}

p {
	font-size:1.25em;
	padding:0 0 10px 0;
}

address {
	font-style:normal;
	line-height:1.6em;
	font-size:1.25em;
}

h3 {
	font-size:1.6em;
	font-weight:normal;
	margin:0 0 10px 0;
	color:#616161;
}

h3 a {
	color:#616161;
	font-size:0.9em;
}

dt, dd {
	font-size:1.25em; 
	clear:left;
}

/*Forms*/
form, fieldset {
	margin:0;
	padding:0;
}

legend {
	font-size:0;
	line-height:0;
	text-indent:-9999px;
}

.input-box, ul.form-list li {
	padding:0 0 10px 0;
	overflow:hidden;
	clear:both;
	width:100%;
}

label {
	font-size:1.25em;
	float:left;
	width:140px;
	display:block;
	color:#9c9c9c;
}

label.wide-label {
	width:450px;
	float:none;
	padding:10px 0 10px 0;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	background:#ececec;
	border:0;
	color:#9c9c9c;
	float:left;
	font-size:1.2em;
	padding:2px 3px 2px 3px;
	width:190px;
}

select {width:195px;}

input.qty {
	width:30px; 
	font-size:1.0em;
}

input.radio, input.checkbox {
	width:20px;
	float:left;
	background:#fff;
}

/*Validation*/
p.required {
	padding:20px 0 0 0;
}

.validation-advice {
	float:left;
	font-size:1.25em;
	padding:0 0 0 10px;
}

.validation-failed {
	border:solid 1px #ea4196;
}

/*Tables*/

table {
	font-size:1.25em;
	width:100%;
}

td {
	vertical-align:top;
	padding:16px 0 10px 0;
	text-align:left;
}

td h3 {
	font-size:1.4em;
}

th {
	vertical-align:top;
	text-align:left;
	padding:0 0 15px 0;
}

th.td-right, td.td-right {
	text-align:right;
}

td.td-center, th.td-center{
	text-align:center;
}

td.td-center input{
	float:none;
}

/*Buttons*/
.buttons-set, .buttons-set2 {
	padding:20px 0 20px 0;
	clear:both;
}

button {
	cursor:pointer;
	height:26px;
	text-indent:-9999px;
	display:block;
	text-align:left;
	width:93px;
}

button:hover {filter:alpha(opacity=80);opacity:0.80;-moz-opacity:0.80;}

/*Global Buttons*/
.btn-continue {background:url(../images/buttons/btn_continue.gif) 0 0 no-repeat; float:left;}
.btn-login {background:url(../images/buttons/btn_login.gif) 0 0 no-repeat;}
.btn-save {background:url(../images/buttons/btn_save.gif) 0 0 no-repeat;}
.btn-send {background:url(../images/buttons/btn_send.gif) 0 0 no-repeat; float:left;}
.btn-share {background:url(../images/buttons/btn_share.gif) 0 0 no-repeat; float:right;}


/*Global Messages*/

ul.messages, ul.ajax-messages{ 
	display:block;
	font-size:1.25em;
	padding-bottom:30px;
}

.error-msg ul li, .success-msg ul li, .notice-msg ul li, .note-msg ul li, li.ajax-cart-info{
	border:solid 1px #ea4196;
	padding:10px;
	display:block;
 }

.error-msg {color:#ea4196}
.success-msg {color:#616161;}
.notice-msg, .note-msg {color:#616161;}


/*-------------------------------------------
Layout
-------------------------------------------*/

#wrapper {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin:0 auto 0 auto;
	width:980px;
}

/*-------------------------------------------
Header
-------------------------------------------*/

#header {
	font-size:1.0em;
	width:980px;
	padding:37px 0 0 0;
}

#upper-header {
	overflow:hidden;
	width:980px;
}

#logo {
	float:left;
	width:375px;
}

#upper-nav {
	float:right;
	width:605px;
	padding:20px 0 0 0;
}

ul.links {
	float:right;
}

ul.links li, #currency ul li {
	border-right:solid 1px #9c9c9c;
	display:block;
	float:left;
}

ul.links li a, #currency ul li a, ul.links li span {
	font-size:1.25em;
	padding:0 10px 0 10px;
}


#ajax-cart-count{
	padding:0;
	font-size:1.0em;
}

#currency {
	float:right;
}

#lower-header {
	overflow:hidden;
	width:980px;
	padding:0 0 14px 0;
	border-bottom:solid 1px #f9c6df;
}

ul#lower-nav {
	float:left;
}

ul#lower-nav li {
	display:inline;
}

ul#lower-nav a {
	display:block;
	height:13px;
	float:left;
	text-indent:-9999px;
	margin:10px 19px 0 0;
}
li#nav-home a {	background:url(../images/nav_home.png) 0 0 no-repeat; width:35px;}
li#nav-home a:hover, li#nav-home.active a {background-position:0 -13px;}

li#nav-shop a {	background:url(../images/nav_shop.gif) 0 0 no-repeat; width:35px;}
li#nav-shop a:hover, li#nav-shop.active a {background-position:0 -13px;}

li#nav-bridal a {background:url(../images/nav_bridal.gif) 0 0 no-repeat; width:44px;}
li#nav-bridal a:hover {background-position:0 -13px;}
.cms-home #ttl-bridal, .catalog-category-view #ttl-bridal{display:none;}

li#nav-collections a {background:url(../images/nav_collections.gif) 0 0 no-repeat; width:84px;}
li#nav-collections a:hover {background-position:0 -13px;}

li#nav-lookbook a {background:url(../images/nav_lookbook.gif) 0 0 no-repeat; width:68px;}
li#nav-lookbook a:hover {background-position:0 -13px;}

li#nav-stores a {background:url(../images/nav_stores.gif) 0 0 no-repeat; width:49px;}
li#nav-stores a:hover {background-position:0 -13px;}

li#nav-press a {background:url(../images/nav_press.gif) 0 0 no-repeat; width:42px;}
li#nav-press a:hover {background-position:0 -13px;}

li#nav-pinboard a {background:url(../images/nav_pinboard.gif) 0 0 no-repeat; width:63px;}
li#nav-pinboard a:hover {background-position:0 -13px;}

li#nav-mw a {background:url(../images/nav_mw.png) 0 0 no-repeat; width:165px;}
li#nav-mw a:hover {background-position:0 -13px;}

li#nav-history a {background:url(../images/nav_companyhistory.gif) 0 0 no-repeat; width:118px;}
li#nav-history a:hover {background-position:0 -13px;}

li#nav-contact a {background:url(../images/nav_contactus.gif) 0 0 no-repeat; width:77px;}
li#nav-contact a:hover {background-position:0 -13px;}

/* For bridal page */
body.cms-bridal li#nav-bridal a {background:url(../images/nav_bridal.gif) 0 0 no-repeat; width:44px;background-position:0 -13px;}
body.cms-bridal li#nav-shop.active a {	background:url(../images/nav_shop.gif) 0 0 no-repeat; width:35px;}
body.cms-bridal li#nav-shop a:hover {background-position:0 -13px;}
/*Search Form*/

#search-form {
	float:right;
	text-align:right;
	width:175px;
	padding:3px 0 0 0;
}

#search-form input {
	float:left;
	display:inline;
	margin:0 2px 0 0;
	width:148px;
	height:16px;
}

#search-form button {
	background:#ececec url(../images/btn_search.gif) top left no-repeat;
	float:left;
	display:inline;
	height:20px;
	width:19px;
}

/*--------------------------------------------
Main Content
---------------------------------------------*/

.main {
	font-size:1.0em;
	width:980px;
	overflow:hidden;
}

/*Full Page eg. Product Detail*/
.col1-layout .col-main {
	float:left;
	overflow:hidden;
	padding:15px 0 25px 0;
	width:980px;
}

.col2-left-layout{
	padding:12px 0 0 0;
}

/*Main Content for Product Listings*/
.col2-left-layout .col-main {
	float:right;
	overflow:hidden;
	padding:25px 0 25px 30px;
	width:795px;
}

/*Left Column for Product Listings*/
.sidebar {
	float:left;
	width:150px;
	padding:26px 0 0 0;
}

/*Main Content for Account and Bag Pages*/

.col2-left-wide{
	background:url(../images/wide-column.gif) top left repeat-y;
	margin:0 0 110px;
}

.col2-left-wide .col-main {
	float:right;
	overflow:hidden;
	padding:75px 0 25px 30px;
	width:695px;
	background:url(../images/wide-colmain.gif) top left repeat-x;
}

.col2-left-wide .col-main-internal {
	padding:0 0 0 40px;
	width:652px;
}

/*Left Column for Account and Bag Pages*/
.col2-left-wide .sidebar {
	float:left;
	width:250px;
	padding:26px 0 0 0;
}

/*All Sidebar Navigation*/
.sidebar ul {
	border-bottom:solid 1px #ececec;
	margin:0;
	padding:0 0 20px 0;
	overflow:hidden;
}

.sidebar ul li{
	line-height:1.8em;
}

.sidebar ul li ul {
	border:0;
	margin:0 0 0 10px;
	padding:0;
	font-size:0.95em;
	display:none;
}


.sidebar a {font-size:1.25em; display:block;}
.sidebar li.active a {color:#ea4196;}
.sidebar li.active ul {display:block;}

/*Bridal page*/
.bridal-booking-form {
	background:url(../images/bridal-bg.jpg) 440px top no-repeat;
	color:#898989;
	height:100%;
	}
.bridal-booking-form label {margin-left:17px; width:88px;}	
.bridal-booking-form .input-text {width:180px;}
.bridal-booking-form select {width:189px;}
.bridal-booking-form #STORE_FIELD {width:97px;}
.bridal-container{width: 346px; height:847px; margin-left:32px;}
.bridal-book .input-box {width:346px; height:20px; margin-bottom:3px; }
.bridal-title {
	background:url(../images/bridal-title.png) left 60px  no-repeat;
	height:194px;
	width:328px;
	}
.bridal-desc {margin:21px 0 31px;line-height:1.45em;}
.bridal-checkboxes {margin-left:103px;}
.bridal-checkboxes  .input-box {padding:0 !important;}
.bridal-checkboxes label {margin-left:2px;width:153px;}
.bridal-checkbox-label { font-size:0.99em;width:290px;}	
.bridal-checkboxes select {margin-left:25px;}
.bridal-checkboxes button {margin-left:97px;}
.bridal-checkboxes .terms {height:30px;}
.bridal-checkboxes .events  {margin-bottom:-3px;}
.bridal-ttl-lookbook {background:url(../images/bridal-ttl-lookbook.jpg) top left no-repeat;display:block;text-indent:-999px; width:174px; height:15px;margin-bottom:18px;}
a.bridal-ttl-lookbook:hover {background:url(../images/bridal-ttl-lookbook2.jpg) top left no-repeat;}
.bridal-ttl-book {background:url(../images/bridal-ttl-book.jpg) top left no-repeat;display:block;text-indent:-999px; width:217px; height:15px;margin:10px 0;}
a.bridal-ttl-book:hover {background:url(../images/bridal-ttl-book2.jpg) top left no-repeat; }
.bridal-ttl-book-down {background:url(../images/bridal-ttl-book3.jpg) top left no-repeat; }
.bridal-ttl-mother {background:url(../images/bridal-ttl-mother.jpg) top left no-repeat;display:block;text-indent:-999px;width:205px; height:15px;margin-top:18px;}
a.bridal-ttl-mother:hover {background:url(../images/bridal-ttl-mother2.jpg) top left no-repeat}
.bridal-ttl-bridesmaids {background:url(../images/bridal-ttl-bridesmaids.jpg) top left no-repeat;display:block;text-indent:-999px;width:auto; height:15px;margin-top:18px;}
a.bridal-ttl-bridesmaids:hover {background:url(../images/bridal-ttl-bridesmaids2.jpg) top left no-repeat}
.bridal-ttl-shop {background:url(../images/bridal-ttl-shop.jpg) top left no-repeat;display:block;text-indent:-999px;width:249px; height:15px;margin-top:18px;}
a.bridal-ttl-shop:hover {background:url(../images/bridal-ttl-shop2.jpg) top left no-repeat}
.bridal-book .when select {width:59px; margin-right:5px;}
.bridal-book .validation-advice {padding-left:103px; font-size:1.1em}
.bridal-book  #advice-required-entry-TERMS_FIELD {margin:16px 0 0 -277px;}

/*Service Email*/
.service-email-bg {
	background:url(../images/newsletter-signup.jpg) top left no-repeat;
	height:643px;
}
.service-email-txt {
	/* color:#fff; */
	color:#434132;
}

/*Newsletter*/
.block-subscribe {
	position:relative;
	padding:0 0 60px 0;
	overflow:hidden;
	margin:0 0 20px 0;
}

.block-subscribe input {
	width:120px;
	margin:0 2px 0 0;
	height:16px;
}

.block-subscribe button {
	background:#ececec url(../images/btn_search.gif) top left no-repeat;
	float:left;
	display:inline;
	height:20px;
	width:19px;
}

#advice-required-entry-newsletter, #advice-validate-email-newsletter{
	position:absolute;
	top:85px;
	left:0;
	padding:0;
}

.block-subscribe .success{
	padding:10px 0 0 0;
	clear:both;
}

/*pagination*/
.pager {
	font-size:1.25em;
	overflow:hidden;
	width:100%;
}

.pages {
	float:right;
	border-left: solid 1px #9c9c9c;
	margin:0 0 0 10px;
	padding:0 0 0 10px;
}

.current {
	font-weight:bold;
	color:#ea4196;
}

.viewall {
	float:right;
}
.view {
	float:right;
}

.viewall a {
	color:#ea4196;
}
.view a {
	color:#ea4196;
}

/*Breadcrumbs*/

.breadcrumbs{
	margin:0 0 10px 0;
}
	
.breadcrumbs ul li {
	display:inline;
	font-size:1.25em;
	text-transform:capitalize;
}

.breadcrumbs strong {
	font-weight:normal;
	color:#ea4196;
}

span.breadcrumb-divider {
	padding:0 5px 0 5px;
	display:inline;
}

.col2-set {
	overflow:hidden;
	clear:both;
}

.col-1 {
	float:left;
	width:300px;
}

.col-2 {
	float:right;
	width:320px;
}

.clearboth{
clear:both
}

/*--------------------------------------------
Product Listing
---------------------------------------------*/

ol#products-list {
	padding:20px 0 20px 0;
}

li.item {
	float:left;
	height:420px;
	width:236px;
	text-align:center;
	overflow:hidden;
	margin:0 12px 0 12px;
}

li.item h3 {
	padding:0; 
	margin:0 0 5px 0;
	display:block;
	min-height:35px;
}

li.item h3.product-name a {
	font-size:0.9em;
	font-weight:normal;
}

li.item .product-shop {
	text-align:left;
	margin:0 auto 0 auto;
}

li.item .price-box{
	display:inline;
}

p.old-price, p.special-price, span.regular-price, li.item p.availability {
	font-size:1.25em;
	display:inline;
	font-weight:bold;
}

p.old-price span.price {
	text-decoration:line-through;
	border-right:solid 1px #616161;
	padding:0 3px 0 0;
	color:#616161;
}

p.special-price span.price {
	color:#ea3f95;
}

span.regular-price {
	color:#ea3f95;
}

li.item p.availability {
	border-left:solid 1px #616161;
	padding:0 0 0 3px;
	color:#ea3f95;
}

/*--------------------------------------------
Product Details
---------------------------------------------*/
.product-view {
	overflow:hidden;
}

/* Vusi Style */

.product-view .product-essential {
	float:left;
	width:550px;
	padding:25px 0 0 0;
	position:relative;
}


.product-view-collection .product-essential{
	width:430px;
}

.product-view .product-essential-nav {
	border-bottom:solid 1px #ececec;
	width:550px;
	padding:0 0 10px 0;
	overflow:hidden;
}

.product-view-collection .product-essential-nav{
	width: 427px;
}


.product-view .vm1 {
	float:left;
	width:140px;
}

.product-view .vm2 {
	float:left;
	width:140px;
}

/* End */

.back-to-listing {
	float:left;
	width:250px;
}

.next-previous {
	float:right;
	width:145px;
}

.next-previous a {
	float:right;
}

a#link-back {background:url(../images/buttons/link_backtolisting.gif) 0 0 no-repeat;}
a#link-back:hover {	background-position:0 -13px;}

a.link-next {background:url(../images/buttons/link_nextlook.gif) 0 0 no-repeat;	width:66px;}
a.link-next:hover {background-position:0 -13px;}

a.link-previous {
	background:url(../images/buttons/link_prevlook.gif) 0 0 no-repeat;
	border-right:solid 1px #616161;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	width:66px;
}

a.link-previous:hover {background-postion:0 -13px no-repeat;}

/* Product Images */
.product-view .product-img-box {
	width:550px;
	text-align:center;
	position:relative;
}

.product-view-collection .product-img-box {
	width:430px;
	text-align:center;
	position:relative;
}

.product-image-zoom {
	background: #FFF url('../images/ajax-loader.gif') no-repeat 200px 285px;
	position:relative;
	width:350px;
	height:532px;
	overflow:hidden;
	z-index:9;
}

.product-view-collection .product-image-zoom{
	width:430px;
}

.product-image-zoom img {
	position:absolute;
	top:0;
	left:0;
	cursor:move;
}

.zoom-controls {
	float: right; 
	width: 76px;
}
.zoom {
	position:relative;
	float:right;
	z-index:9;
	padding:3px 0 0 0;
	/*width:166px; Needs to be this with video enabled*/
	width:186px;
	height:18px;
	cursor:pointer;
	overflow:hidden;
}

.product-img-box .zoom {
	position:relative;
	float:right;
	z-index:9;
	padding:3px 0 0 0;
	/*width:166px; Needs to be this with video enabled*/
	width:76px;
	height:18px;
	cursor:pointer;
	overflow:hidden;
}

.more-views {
	position:relative;
    float: left; 
    margin:10px 20px 0px 0px; 
    width:100px;
    height:500px;
}

.more-views-header {
	border-bottom:solid 1px #ececec;
	padding:10px 0 0 0;
	overflow:hidden;
	zoom:1;
}

.more-views-thumbs {
	overflow:hidden;
	padding:25px 0 0 0;
}

.gallery-thumb img{
	width:120px;
	height:168px;
}

.more-views-thumbs li {
	float:left;
	margin:0 20px 0 0;
	display:block;
	width:120px;
}

.product-img-box .gallery-thumb img{
	width:90px;
	height:130px;
	border:solid 1px #ececec;
}

.product-img-box a.gallery-thumb{margin:0;padding0;}

.product-img-box .more-views-thumbs li {
	float:left;
	margin:0 20px 0 0;
	display:block;
	width:90px;
}

.more-views-thumbs li span {
	font-size:1.25em;
}

.product-img-box .loader {
	display:block;
	background: #FFF url('../images/ajax-loader.gif') no-repeat 200px 285px;
	width:380px;
	position:absolute;
	left:0;
	z-index:20;
	text-indent: -9999px;
	padding:300px 0 0 0;
	height:300px;
}


.product-view .product-collateral {
	float:right;
	width:400px;
	padding:45px 0 0 0;
}

.product-view-collection .product-collateral {
	float:right;
	width:514px;
	padding:45px 0 0 0;
}


.product-name h2 {
	color:#616161;
	font-size:1.8em;
	font-weight:normal;
	padding:0 0 2px 0;
}

.product-collateral .category-name {
	padding:0 0 20px 0;
}

.description {
	padding:20px 0 15px 0;
}

.description h3 {
	padding:15px 0 0 0;
}

.std { 
	font-size:1.2em; /* This is when product imports are used.(This does not include <p> tag.)*/
}

.std p{
	font-size:1.0em;  /* This is to correct the font size if manually input.(<p> tags Auto generated.)*/
}

.product-collateral p.old-price, .product-collateral p.special-price, .product-collateral span.regular-price {
	font-size:1.6em;
}

.add-to-box {
	overflow:hidden;
	width:100%;
	padding:15px 0 0 0;
	border-bottom:solid 1px #ececec;
	margin:0 0 20px 0;
}

.add-to-box-options {
	float:left;
	width:100%;
	/*width:170px;*/
}

.product-view-collection .add-to-box-options{
	width:170px;
	float:right;
}

.add-to-box-options select {
	margin:0 0 5px 0;
	font-size:1.0em;
	width:150px;
}

.product-view-collection ul.content-links-right{
	margin:0;
}

/*Vusi*/
.product-view .add-to-box-options select {
	margin:0 0 5px 0;
	font-size:1.0em;
	width:120px;
}
/*End*/

.add-to-box-options dl{
	padding:0;
	overflow:hidden;
}

.add-to-box-options dt{
	margin:0;
	padding:0;
}

.add-to-box-options dd.last{
	padding:0 0 35px 0;
	width:150px;
	display:block;
	overflow:hidden;
}

/*Vusi*/
.product-view .add-to-box-options dd.last {
	padding:0 0 35px 0;
	width:120px;
	display:block;
	overflow:hidden;
}
/*End*/

.add-to-box-links {
	float:left;
}

.product-view-collection .add-to-box-links {
	width:130px;
}

.additional-info {
	float:left;
	margin:10px 0 20px;
	
}
.additional-info ul li {
	float:left;
	margin-right:15px;
	width:190px;
}

/*Vusi Style*/
.additional-info ul li.vm {
	float:left;
	margin-right:0px;
	width:180px;
}
/*End*/
.additional-info-title{
	font-size:1em;
	font-weight:bold;
	color:#666;
}
.add-to-box label {
	display:block;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

fieldset.add-to-cart {
	padding:0 0 20px 0;
}

.add-to-box-options .validation-advice{
	font-size:1.0em;
	padding:0 0 5px 0;
	clear: left;
}


/*Button Added Loader*/
.btn-addtobag {
	background:url(../images/buttons/btn_addtobag.gif) top left no-repeat;
	float:right;
}

.ajax-added .btn-addtobag {
	background:url(../images/buttons/btn_added.gif) top left no-repeat;
	float:right;
}

.ajax-loading{
	background:url(../images/opc-ajax-loader.gif) 0 15px no-repeat;
	width:120px;
	height:30px;
}

.ajax-cart-button{
	padding:10px 0 10px 0;
	overflow:hidden;
	clear:both;
}

/*links*/
ul.content-links {
	padding:0 0 15px 0;
	clear:both;
	margin: -86px 0 0 190px;
}


.add-to-box-options ul.content-links {
	padding:0 0 15px 0;
	clear:both;
	margin: -86px 0 0 140px;
}

.product-view-collection ul.content-links{
	margin:0;
	padding:0;
}

ul.content-links li {
	margin:0 0 5px 0;
}
ul.content-links-right {
	padding:0 0 15px 0;
	clear:both;
	margin: -71px 0 15px 340px;
}


.add-to-box-options ul.content-links-right {
	padding:0 0 15px 0;
	clear:both;
	margin: -71px 0 15px 280px;
}

.product-view-collection .add-to-box-options ul.content-links-right{
	margin:0;
} 

.product-view-collection .add-to-box-options dd,
.product-view-collection .add-to-box-options dd.last{
	float:right;
}


ul.content-links-right li {
	margin:0 0 5px 0;
}
a.link-sizeguide {background:url(../images/buttons/link_sizeguide.gif) 0 0 no-repeat;}
a.link-sizeguide:hover {background-position:0 -13px;}

a.link-caredetails {background:url(../images/buttons/link_caredetails.gif) 0 0 no-repeat;}
a.link-caredetails:hover {background-position:0 -13px;}

a.link-deliveryreturns {background:url(../images/buttons/link_deliveryreturns.gif) 0 0 no-repeat;}
a.link-deliveryreturns:hover {background-position:0 -13px;}

a.link-composition {background:url(../images/buttons/link_composition.gif) 0 0 no-repeat;}
a.link-composition:hover {background-position:0 -13px;}

a.link-addtowishlist {background:url(../images/buttons/link_addtowishlist.gif) 0 0 no-repeat;}
a.link-addtowishlist:hover {background-position:0 -13px;}

a.link-sendtofriend {background:url(../images/buttons/link_sendtofriend.gif) 0 0 no-repeat;}
a.link-sendtofriend:hover {	background-position:0 -13px;}

a.link-customerservice {background:url(../images/buttons/link_customerservice.gif) 0 0 no-repeat;}
a.link-customerservice:hover {background-position:0 -13px;}

a.link-productdetails {background:url(../images/buttons/link_productdetails.gif) 0 0 no-repeat;}
a.link-productdetails:hover {background-position:0 -13px;}

/*tabs*/
.tab-container {
	width:514px;
	overflow:hidden;
}

.product-collateral .tab-container {
	width:400px;
	overflow:hidden;
}

.tab-nav {
	width:100%;
	overflow:hidden;
}

.tab-nav li{
	display:inline;
}

.tab-nav a {
	display:block;
	float:left;
	width:50%;
	height:30px;
	border-bottom:solid 3px #ececec;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

.tab-content {
	border:solid 1px #ececec;
	padding:10px;
	overflow:hidden;
	zoom:1;
}

li.tab-1 a {background:#f9f9f9 url(../images/buttons/tab_youmayalsolike.gif) center 0 no-repeat;}
li.tab-1 a.active {background:#ececec url(../images/buttons/tab_youmayalsolike.gif) center -30px no-repeat;}

li.tab-2 a {background:#f9f9f9 url(../images/buttons/tab_completethelook.gif) center 0 no-repeat;}
li.tab-2 a.active {	background:#ececec url(../images/buttons/tab_completethelook.gif) center -30px no-repeat;}

div.outofstock, div.geolocator {
	clear:both;
	border: solid 1px #ea4196;
}

div.outofstock p, div.geolocator p {
	font-size:1.2em;
	padding:20px;
}

.up-sell ol li, .related ol li {
	width:135px;
	display:block;
	float:left;
	text-align:center;
	padding:0 14px 0 14px;

}

.tab-content .tab-content-1 ol li, .related ol li {
	width:106px;
	display:block;
	float:left;
	text-align:center;
	padding:0 10px 0 10px;

}

.tab-content .tab-content-2 ol li, .up-sell ol li {
	width:106px;
	display:block;
	float:left;
	text-align:center;
	padding:0 10px 0 10px;

}

.up-sell h4.product-name, .related h4.product-name{
	font-size:1.15em;
}

.up-sell h4.product-name a, .related h4.product-name a {
	font-weight:normal;

}

/*-------------------------------------------
Get the Look Product Details
-------------------------------------------*/
a.link-getthelook{background:url(../images/buttons/link_getthelook.gif) 0 0 no-repeat; margin:20px auto 0 auto; width:90px;}
a.link-getthelook:hover {	background-position:0 -13px;}

.look-item {
	overflow:hidden;
	width:514px;
	border-bottom:solid 1px #ececec;
}

.last-look-item{
	border:0;
}

.look-img {
	float:left;
	width:180px;
	padding:30px 10px 0 0;
}

.look-info {
	width:304px;
	float:right;
	padding:10px 0 10px 0;
}

.look-info .add-to-box{
	border:0;
}

/*--------------------------------------------
Bag
---------------------------------------------*/
.button-container {
	text-align:right;
	width:100%;
	padding:12px 0 20px 0;
	clear:both;
}

#top-cart-button {
	float:right;
	width:400px;
	clear:none;
}

#shopping-cart-table td, #shopping-cart-table th {
	border-bottom:solid 1px #ececec;
}

#shopping-cart-table .td-product-info{
	float:left;
	width:150px;
}

#shopping-cart-table a.product-image{
	float:left;
	width:120px;
}

.item-options dt, .item-options dd {
	font-size:1.0em;
	display:block;
	float:left;
}

.item-options dt{width:20%;}
.item-options dd{width:70%;}

.item-msg{font-size:1.0em;}

.td-remove {padding-left:30px;}

button.link-updatequantity {
	background:url(../images/buttons/link_updatequantity.gif) 0 0 no-repeat;
	height:9px;
	width:70px;
	margin:60px 0 0 0;
	float:right;
}
button.link-updatequantity:hover {background-position:0 -13px; filter:alpha(opacity=100);opacity:1.00;-moz-opacity:1.00;}

button.link-removevoucher{
	background:url(../images/buttons/link_removepromotion.gif) 0 0 no-repeat;
	height:9px;
	width:130px;
	margin:20px 0 0 0;
}
button.link-removevoucher:hover {background-position:0 -13px; filter:alpha(opacity=100);opacity:1.00;-moz-opacity:1.00;}


#bag-extras {
	border-bottom:solid 1px #ececec;
	overflow:hidden;
	padding:15px 0 15px 0;
	width:980px;
}

.cart-collaterals {
	float:left;
	width:660px;
}

.totals {
	float:right;
	width:320px;
}

#shopping-cart-totals-table {
	float:right;
	width:230px;
}

#shopping-cart-totals-table th, #shopping-cart-totals-table td {
	padding:5px 0 5px 0;
	border:0;
	font-weight:normal;
}

#shopping-cart-totals-table strong {
	font-weight:bold;
	font-size:1.2em;
}

#shopping-cart-totals-table tfoot td, #shopping-cart-totals-table tfoot th {
	border-top:solid 1px #ececec;
}

#shopping-cart-totals-table td {
	width:106px;
}

#shopping-cart-totals-table td.vat-td{
	width:230px;
}

#shopping-cart-totals-table p.vat{
	font-size:0.9em;
}

.shipping {
	border-left:solid 1px #ececec;
	border-right:solid 1px #ececec;
	padding:0 0 0 25px;
	width:300px;
}

.discount {
	width:325px;
}

#advice-required-entry-coupon_code{
	padding:0;
	clear:both;
}

.discount label, .shipping label {
	padding:0 0 5px 0;
	width:100%;
}

a#link-continueshopping {
	background:url(../images/buttons/link_backtoshopping.gif) top left no-repeat;
	margin:10px 0 0 0;
	width:130px;
}
a#link-continueshopping:hover {background-position:0 -13px;}

#bag-info {
	width:980px;
	overflow:hidden;
	clear:both;
	padding:50px 0 50px 0;
}

#returns-info {
	width:388px;
	float:left;
}

#shipping-info {
	width:370px;
	float:right;
}

a.link-moreinfo {background:url(../images/buttons/link_moreinfo.gif) top left no-repeat; margin:10px 0 0 0;}

.btn-proceedtocheckout {
	background:url(../images/buttons/btn_checkout.gif) 0 0 no-repeat;
	width:164px;
	float:right;
	margin:10px 0 10px 0;
}

.btn-update {
	background:url(../images/buttons/btn_update.gif) 0 0 no-repeat;
	float:right;
	margin:0 10px 0 0;
}

/*--------------------------------------------
Checkout
---------------------------------------------*/

ol#checkoutSteps, ol#checkoutSteps ol li {
	list-style:none;
}

ol#checkoutSteps li.section{
	display:none;
}

ol#checkoutSteps li.active{
	display:block;
}

label#ship-different {
	width:200px;
}

.address-select {
	margin:0 0 20px 0;
	width:350px;
}


#billing-new-address-form, #shipping-new-address-form {
	margin:30px 0 0 0;
}

a.link-edit {background:url(../images/buttons/link_edit.gif) 0 0 no-repeat;	width:32px;}
a.link-edit:hover {	background-position:0 -13px;}

a.back-link {background:url(../images/buttons/link_back.gif) 0 0 no-repeat;	margin:15px 0 0 0;	clear:both;}
a.back-link:hover {	background-position:0 -13px;}

/*
#checkout-step-shipping_method dl.sp-methods dt {
	font-weight:bold;
	padding:0 0 10px 0;
}

#checkout-step-shipping_method dl.sp-methods li {
	font-weight:bold;
	margin:10px 0 10px 0;
	clear:both;
}	
#checkout-step-shipping_method dl.sp-methods span.price{
	font-weight:bold;

}
*/

#checkout-shipping-method-load dl.sp-methods dt{
	font-weight:bold;
	margin-top:20px;
}

#checkout-shipping-method-load dl.sp-methods li{
	padding:10px 0 10px 0;
	clear:both;
}

#checkout-shipping-method-load dl.sp-methods span.price{
	font-weight:bold;
}

dl.sp-methods li label, dl.sp-methods dt label {
	font-size:1.0em;
	font-weight:normal;
	float:left;
	padding:0;
}

#co-payment-form label{
	width:180px;
}

#co-payment-form dd, #co-payment-form dt{
	display:block;
	clear:both;
}

#co-payment-form dt label{
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}

#co-payment-form select.month, #co-payment-form select.year{
	width:95px;
	margin:0 5px 0 0;
} 

dl.sp-methods select, dl.sp-methods input{
	font-size:1.0em;
}

input.cvv{
	width:80px;

}

#co-payment-form .v-fix{
	width:145px;
	float:left;
}

#co-payment-form .v-fix .validation-advice{
	margin:0;
	padding:0;
}

#advice-validate-cc-type-cybersource_soap_cc_number{
	width:180px;
}

dl.sp-methods .validation-advice{
	font-size:1.0em;
}




/*progress*/
.block-progress dt {
	width:243px;
	height:10px;
	margin:0 0 18px 0;
	padding:8px 0 0 0;
	display:block;
	font-size:0;
	line-height:0;
}

dt#login-progress {background:url(../images/buttons/dt_loginregister.gif) 0 0 no-repeat;}
dt#login-progress.active {background-position: 0 -18px;}

dt#billing-progress {background:url(../images/buttons/dt_billingaddress.gif) 0 0 no-repeat;}
dt#billing-progress.active {background-position: 0 -18px;}

dt#delivery-progress {background:url(../images/buttons/dt_deliveryaddress.gif) 0 0 no-repeat;}
dt#delivery-progress.active {background-position: 0 -18px;}

dt#delivery-methods-progress {background:url(../images/buttons/dt_deliverymethod.gif) 0 0 no-repeat;}
dt#delivery-methods-progress.active {background-position: 0 -18px;}

dt#payment-progress {background:url(../images/buttons/dt_payment.gif) 0 0 no-repeat;}
dt#payment-progress.active {background-position: 0 -18px;}

.block-progress dt span {
	float:left;
	display:block;
	width:150px;
	height:10px;
	text-indent:-9000px;
}

.block-progress dt a {
	float:right;
}

.block-progress dd {
	padding:0 0 18px 0;
}

.block-progress address{
	font-size:1.0em;
}

#checkout-review-table tfoot tr.first td, #checkout-review-table tfoot tr.first th {
	border-top:solid 1px #ececec;
}

#checkout-review-table tfoot tr.last td, #checkout-review-table tfoot tr.last th {
	font-size:1.4em;
	font-weight:bold;
	border-top:solid 1px #ececec;
}

#checkout-review-table tfoot td, #checkout-review-table tfoot th {
	padding:5px 0 5px 0;
	font-weight:normal;
}

#checkout-review-table .product-name, #checkout-review-table .product-image {

	float:left;
	font-size:1.2em;
	font-weight:normal;
}

#checkout-review-table .td-product-info{
	float:left;
	width:200px;
}

#checkout-review-table tfoot tr.last td.vat-td{
	font-size:1.0em;
}

#checkout-review-table p.vat{
	font-size:0.9em;
}

.please-wait{
	float:left;
	padding:5px 0 0 20px;
	font-size:1.2em;
}

.btn-applyvoucher {
	background:url(../images/buttons/btn_promotion.gif) 0 0 no-repeat;
	width:120px;
	margin:20px 0 0 0;
}

.btn-applyshipping {
	background:url(../images/buttons/btn_shipping.gif) 0 0 no-repeat;
	width:120px;
	margin:20px 0 0 0;
}

.btn-placeorder {
	background:url(../images/buttons/btn_placeorder.gif) 0 0 no-repeat;
	width:100px;
	margin:20px 0 0 0;
	float:right;
}

/*-------------------------------------------
My Account
-------------------------------------------*/
/*account-navigation*/

.block-account li{
	display:block;
	width:230px;
	height:20px;
	margin:0 0 18px 0;
}

.block-account li a, .block-account li span {
	text-indent:-9999px;
	display:block;
	width:230px;
	height:20px;
}

li.account-account a {background:url(../images/buttons/link_accountsummary.gif) 0 0 no-repeat;}
li.account-account span {background:url(../images/buttons/link_accountsummary.gif) 0 -20px no-repeat;}
li.account-account a:hover {background-position: 0 -20px;}

li.account-account-edit a {background:url(../images/buttons/link_personalinfo.gif) 0 0 no-repeat;}
li.account-account-edit span {background:url(../images/buttons/link_personalinfo.gif) 0 -20px no-repeat;}
li.account-account-edit a:hover {background-position: 0 -20px;}

li.account-address-book a {background:url(../images/buttons/link_addressbook.gif) 0 0 no-repeat;}
li.account-address-book span {background:url(../images/buttons/link_addressbook.gif) 0 -20px no-repeat;}
li.account-address-book a:hover {background-position: 0 -20px;}

li.account-orders a {background:url(../images/buttons/link_orders.gif) 0 0 no-repeat;}
li.account-orders span {background:url(../images/buttons/link_orders.gif) 0 -20px no-repeat;}
li.account-orders a:hover {	background-position: 0 -20px;}

li.account-newsletter a {background:url(../images/buttons/link_newsletter.gif) 0 0 no-repeat;}
li.account-newsletter span {background:url(../images/buttons/link_newsletter.gif) 0 -20px no-repeat;}
li.account-newsletter a:hover {background-position: 0 -20px;}

li.account-wishlist a {background:url(../images/buttons/link_wishlist.gif) 0 0 no-repeat;}
li.account-wishlist span {background:url(../images/buttons/link_wishlist.gif) 0 -20px no-repeat;}
li.account-wishlist a:hover {background-position: 0 -20px;}


.clicktoshop-container{
	float:right;
	width:85px;
}

a.link-clicktoshop{background:url(../images/buttons/link_clicktoshop.gif) 0 0 no-repeat; width:85px; margin:0 0 5px 0;}
a.link-clicktoshop:hover{background-position:0 -13px;}

/*login*/
.registered-users input, .registered-users label {
	float:none;
}
.registered-users .validation-advice{
	padding:0;
}

a.link-forgottenpassword {
	display:block;
	padding:10px 0 10px 0;
	font-size:1.1em;
}

/*dashboard*/
a.link-viewall {
	background:url(../images/buttons/link_viewall.gif) 0 0 no-repeat;
	float:left;
	width:100px;
	margin:12px 0 0 0;
}
a.link-viewall:hover {background-position:0 -13px;}

.welcome-msg {
	padding:0 0 20px 0;
}

.welcome-msg h3{
	text-transform:capitalize;
}

.dashboard-addressbook, .dashboard-personal {
	padding:45px 0 0 0;
}

.dashboard .col-1 {
	border-right:solid 1px #ececec;
}

.dashboard-personal a.link-edit {
	float:left;
	margin:12px 0 0 0;
}

a.link-manageaddress {
	background:url(../images/buttons/link_manageaddress.gif) 0 0 no-repeat;
	float:left;
	width:150px;
	margin:12px 0 0 0;
}

a.link-manageaddress:hover {background-position:0 -13px;}

/*Account Information*/
.change-password-form, .create-password-form, .address-form {
	padding:50px 0 0 0;
}



/*Address Book*/
.default-checkboxes label {
	width:250px;
}

.default-checkboxes strong{
	font-size:1.25em;
	font-weight:bold;
}

.default-addresses {
	width:650px;
	overflow:hidden;
	padding:0;
	margin:0 0 30px 0;
}

.default-addresses li {
	display:block;
	width:302px;
	float:left;
	padding:0 20px 30px 0;
	margin:0 0 30px 0;
	overflow:hidden;
}

li.addressbook-shipping, li.addressbook-alt{
	border-left:solid 1px #ececec;
	padding:0 0 30px 20px;
	margin:0 0 30px 0;
}

.default-addresses a.link-edit {
	float:right;
	margin:8px 0 0 0;
}

.default-addresses a.link-remove {
	float:left;
	margin:15px 0 0 0;
	height:9px;
}

.btn-addaddress {
	background:url(../images/buttons/link_addaddress.gif) 0 0 no-repeat;
	width:115px;
	height:9px;
	float:right;
}

.btn-addaddress:hover {
	background-position: 0 -13px;
	filter:alpha(opacity=100);
	opacity:1.0;
	-moz-opacity:1.0;
}

/*Orders*/

.sales-order-view .col-1 {
	border-right:solid 1px #ececec;
}

.sales-order-view .col2-set {
	margin:0 0 30px 0;
}

.order-info {
	padding:0 0 30px 0;
}

table#my-orders-table td{
	padding:10px 0 10px 0;
}

table#my-orders-table h4.product-name{
	font-size:1.0em;
}

table#my-orders-table th, table#my-orders-table tfoot td {
	padding:0;
}

table#my-orders-table tfoot tr.first td {
	border-top:solid 1px #ececec;
	padding:16px 0 0 0;
}

.order-title-links {
	text-align:right;
	float:right;
	width:150px;
	padding:16px 0 0 0;
}

.order-title-links a {
	width:60px;
	float:right;
}

a.link-reorder {background:url(../images/buttons/link_reorder.gif) 0 0 no-repeat;}
a.link-reorder:hover {background-postion: 0 -13px;}

a.link-print {background:url(../images/buttons/link_print.gif) 0 0 no-repeat;}
a.link-print:hover {background-postion: 0 -13px;}

/*Newsletter*/
.newsletter-manage-index label{
	width:190px;
}

/*Wishlist*/

#wishlist-table td {
	border-bottom:solid 1px #ececec;
	padding:10px 0 10px 0;
}

#wishlist-table textarea {
	width:140px;
	font-size:1.0em;
}

#wishlist-table h3.product-name {
	margin:0;
}

#wishlist-table .price-box {
	margin:0 0 10px 0;
}

a.link-buy {
	background:url(../images/buttons/link_buynow.gif) 0 0 no-repeat;
	width:56px;
	float:right;
}
a.link-buy:hover {background-position:0 -13px;}

a.link-remove {
	background:url(../images/buttons/link_remove.gif) 0 0 no-repeat;
	width:56px;
	float:right;
	margin:2px 0 0 0;
}
a.link-remove:hover {background-position:0 -13px;}

.wishlist-index-share .btn-share {
	float:none;
}

/*Send to Friend*/
#product_sendtofriend_form fieldset{
	margin:20px 0 0 0;
}

.btn-addrecipient {
	background:url(../images/buttons/btn_addrecipient.gif) 0 0 no-repeat;
	width:120px;
	float:left;
}

.onlyfive .notice-msg{
	border:none;
	font-size:1.25em;
	color:#ea4196;
	padding:5px 0 0 0;
 }

/*-------------------------------------------
Popup
-------------------------------------------*/

.page-popup{
	padding:20px;
}

#TB_ajaxContent .std{
	font-size:1.0em;
	color:#9c9c9c;
	padding:10px;
}

/*-------------------------------------------
CMS Pages
-------------------------------------------*/
.cms-page-view .col-main ul{
	margin:20px;
	font-size:1.1em;
}

.cms-page-view .col-main li{
	font-size:1.2em;
	list-style:square;
}

.cms-page-view .col-main li a{
	font-size:1.0em;
}

/*-------------------------------------------
Footer
-------------------------------------------*/

#footer {
	border-top:solid 1px #ececec;
	clear:both;
	font-size:1.1em;
	padding:10px 0 10px 0;
	width:980px;
	overflow:hidden;
}

.cms-home #footer {
	border-top:0px !important;
}

#footer p {
	float:left;
	width:300px;
	font-size:1.0em;
}

#footer ul {
	float:right;
}

#footer li {
	display:inline;
}

/*--------------------------------------------
Print - These styles are for the print preview page.
---------------------------------------------*/

.page-print .img-titles,
.page-print .category-name h2, 
.page-print .page-title h2, 
.page-print h2, 
.page-print h3{
	text-indent:0;
	font-size:18px;
	color:#ea4196;
	text-transform:uppercase;
	font-weight:normal;
	margin:20px 0 10px 0 ;
}

.page-print .buttons-set { display:none; }


.shipping-fax { display:none; }
.shipping-company { display:none; }
.billing-fax { display:none; }
.billing-company { display:none; }

/*--------------------------------------------
Service Email Form
---------------------------------------------*/
#serv_error,
#serv_loading,
#serv_thankyou {
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-125px;
	margin-left:-244px;
	_margin-left:-294px;
	z-index:2000;
	background:#f4f4f4;
	padding:0;
	width:396px;
	height:263px;
	background:transparent;
}

#serv_error_inner,
#serv_loading_inner,
#serv_thankyou_inner {
	margin:0;
	z-index:2000;
	background:#f4f4f4;
	padding:8px 0 0 8px;
	width:388px;
	height:255px;
	background:url(../images/comp_email/shadow.png) 0px 0px no-repeat;
}

#serv_error_inner #serv_error_inner2,
#serv_loading_inner #serv_loading_inner2,
#serv_thankyou_inner #serv_thankyou_inner2 {
	z-index:2010;
	background:#f4f4f4;
	width:360px;
	height:226px;
	border:10px solid #fff;
	/*    this line and lines below add drop shadow to floating box 
	box-shadow: 3px 3px #dedede;
	-webkit-box-shadow: 3px 3px #dedede;
	-moz-box-shadow: 3px 3px #dedede;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#dedede, offX=3, offY=3, positive=true); */
}

#btn_close-this,
#btn_close-this-error {
	position:absolute;
	top:28px;
	right:28px;
	z-index:2020;
	background:#f4f4f4;
	width:51px;
	height:14px;
	display:block;
	text-indent:-6767px;
	background:url(../images/comp_email/btn_close-this.gif) 0px 0px no-repeat;
}

#btn_close-this:hover,
#btn_close-this-error:hover {
	background:url(../images/comp_email/btn_close-this.gif) 0px -58px no-repeat;
}

.ttl_error {
	overflow:hidden;
	display:block;
	height:30px;
	margin:36px 0 20px 38px;
	text-indent:-6767px;
	background:url(../images/comp_email/ttl_error.gif) 0 0 no-repeat;
}

.ttl_thankyou {
	overflow:hidden;
	display:block;
	height:30px;
	margin:36px 0 20px 38px;
	text-indent:-6767px;
	background:url(../images/comp_email/ttl_thankyou.gif) 0 0 no-repeat;
}

#serv_error_inner2 p,
#serv_loading_inner2 p,
#serv_thankyou_inner2 p {
	margin:0px 0 20px 42px;
	width:288px;
	color:#666;
	font-size:1.5em;
}
#serv_error_inner2 p{
	margin:30px 0 20px 42px;
}
#serv_loading_inner2 p{
	margin-top:90px;
	text-align:center;
}

/* Vusi Scrollable Style*/

#actions {
	margin: 0 0;
	width: 100px;
}

#actions a {
	color: #666666;
	cursor: pointer;
	font-size: 11px;
}

.media a img {
	border: 1px solid #eeeeee;
}

#vscroll {
	height: 420px;
	overflow: hidden;
	position: relative;
	width: 100px;
}

#carousel-wrapper {
    width: 100px;
    height: 415px;
    overflow: hidden;
}

#carousel-content {
    width: 100px;
}

#carousel-content .slide {
    height: 130px;
    width: 100px;
    padding:4px 0;
    float:left;
    /*height: 126px;*/
}

/* Sitemap */

.catalog-seo-sitemap-category ul.sitemap li a,
.catalog-seo-sitemap-product ul.sitemap li a{
	font-size:1.4em;
	line-height:1.6em;
}
.catalog-seo-sitemap-category  p.amount,
.catalog-seo-sitemap-product p.amount{
	font-size:1.1em;
	float:left;
}
.catalog-seo-sitemap-category .col-main ul.links,
.catalog-seo-sitemap-product .col-main ul.links{
	float:left;
	margin:0 0 10px 0;
}

.catalog-seo-sitemap-category .col-main ul.links li,
.catalog-seo-sitemap-product .col-main ul.links li{
	border:0;
	font-weight:bold;
}

.catalog-seo-sitemap-category .col-main ul.links li a, 
.catalog-seo-sitemap-category .col-main ul.links li span,
.catalog-seo-sitemap-product .col-main ul.links li a,
.catalog-seo-sitemap-product .col-main ul.links li span{
	padding:0;
}

/* End */

.footer-icons{display: inline; width:20px; height: 20px;  top: 2px;  margin: 0 2px; position: relative; cursor: pointer; }

.facebook_like{float:left; margin: 15px 0 0 12px;}

#bridal-book {display:none;}
.clickme {cursor:pointer;}

/*Bridal pages*/
body.categorypath-bridal-bridesmaid-html .sidebar,
body.categorypath-bridal-bridal-accessories-html .sidebar {display:none;}

