@import url("blueprint.css");
@import url("ie.css");
@import url("common.css");

#wrap
{
	position: relative;
}

#blossom
{
	position: absolute;
	top: 193px;
	left: -280px;
	margin-left: 7em;
	z-index: -1;
}

body {
	background-color: black; /* #131413; */
	/*font-family: Georgia, "Times New Roman", Times, serif; 
	font-style: italic;*/
	color: #CCC;
}

a {
	color: #666;
	outline: none;
}

a:active {color:#664b8c;}  /* selected link */

a.arrow {
	color: #666;
	font-size: 1em;
	background: #000 url(/img/arrow_right.gif) no-repeat right;
	text-decoration:none;
	padding-right: 17px;
}
a.prev_arrow {
	color: #666;
	font-size: 1em;
	background: #000 url(/img/arrow_left.gif) no-repeat left;
	text-decoration:none;
	padding-left: 17px;
}
a.next_arrow {
	color: #666;
	font-size: 1em;
	background: #000 url(/img/arrow_right.gif) no-repeat right;
	text-decoration:none;
	padding-right: 17px;
}
a.up_arrow {
	color: #666;
	font-size: 1em;
	background: #000 url(/img/arrow_up.gif) no-repeat left;
	text-decoration:none;
	padding-left: 17px;
	text-transform: capitalize;
}
a.image {
	/* background-color: #000; */
}
a.productlink {
	color: #CCC;
	text-decoration: none;
}
a.productlink:hover {
	color: #FFF;
	text-decoration: none;
}

.product-old
{
	color: #999;
}

.product-profile
{
	font-weight: bold;
}

.borderleft {
	border-left: 1px solid #2c2c2c;
}
.h-borderleft {
	border-left: 1px solid #000;
}
.borderright {
	border-right: 1px solid #2c2c2c;
}

.division {
	border-top: 1px solid #2c2c2c;
}

.homecampaign {
	background: #000 url(/img/home/header_2.jpg) no-repeat;
	height: 650px;
}

.logohome {
	padding: 360px 20px 0px 40px;
}
.logohome a{
	color: #333;
}
/*.logohome .navigation{
	border-bottom: 1px solid #2c2c2c;
	border-top: 1px solid #2c2c2c;
	padding: 20px 0px 20px 0px;
}*/
.logopage {
	padding: 80px 20px 0px 0px;
}
.logopage a{
	color: #666;
}
.logopage h1 {
	text-decoration:none;
	border:0;
	width : 118px;
	height : 93px;
	margin : 0;
	padding : 0;
	background : url(/img/logo_white.gif) no-repeat 0 0;
}
 
.logopage h1 a {
	display : block;
	height : 93px;
	text-indent : -9999px; 
}
/* typography */
h2, h3, h4, h5 {
	color: #FFF;
}
h2 { font-family: Arial, Helvetica, sans-serif; font-size: 1.5em; font-weight: normal; letter-spacing: 0.5px; font-style:normal;}
.navigation { font-family: Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 0.5px; font-size: 1.2em;  font-style:normal;}
h4 { font-weight: normal; letter-spacing: 0.85px; font-size: 1.0em; font-style:normal;}
h5 { font-style:normal;}

.navigation a:hover{ color: #999999; }

/* Mac only hack */
.navigation { font-weight: normal;}
.navigation { font-weight: bold;#}
@media screen and (-webkit-min-device-pixel-ratio:0) {
   .navigation { font-weight: normal;}
}



.current a{
	color: #FFF;
}
.selected a{
	color: #664b8c;
}

.small { color: #4b4b4b; } 
.small a{ color: #666; }
.validate { color: #664b8c; }

/* button */
button.rounded {
background: transparent url( /img/btn_right.png ) no-repeat scroll right top;
clear: left;
}
button.rounded span {
background: transparent url( /img/btn_left.png ) no-repeat scroll left top;
}
button.selected {
background: transparent url( /img/btn_right.png ) no-repeat scroll 100% -21px;
clear: left;
}
button.selected span {
background: transparent url( /img/btn_left.png ) no-repeat scroll 0% -21px;
}
button.rounded:hover span a{
color: #664b8c;
}

.arrowtab {
font-family: Arial, Helvetica, sans-serif; 
font-style:normal;
}
.tabselected a{
background: transparent url( /img/arrow_down_active.gif ) no-repeat right center;
font-family: Arial, Helvetica, sans-serif; 
font-style:normal;
color: #722ea7;
}
.crumb a{
background: transparent url( /img/arrow_up_active.gif ) no-repeat right center;
font-family: Arial, Helvetica, sans-serif; 
font-style:normal;
}
.arrowtab:hover a{
background: transparent url( /img/arrow_down_active.gif ) no-repeat right center;
color: #722ea7;
}


.rightlink, .leftlink, .middlelink {
font-family: Arial, Helvetica, sans-serif; 
font-style:normal;
}

.rightlink a:hover, .leftlink a:hover, .middlelink a:hover {
color: #999999;
}


/* forms */
input.contactform, textarea.contactmessage, input.joinform  { color: #FFF; border: 1px solid #2c2c2c; background-color: #000;}

input.arrow { 
	color: #666;
	font-size: 1em;
	background: #000 url(/img/arrow_right.gif) no-repeat right;
	text-decoration:none;
	padding: 0px 17px 0px 0px;
	margin: 5px 0px 0px 0px;
	border: none;
}
.formline { color: #999999;}
	
/* tables */

.stockist-name
{
	width: 30%;
}

.stockist-locator
{
	width: 55%;
}

.stockist-online
{
	width: 70%;
}

.stockist-address
{
	width: 40%;
}

.stockist-region
{
	width: 15%;
}

.stockist-telephone
{
	width: 15%;
}

  TABLE.MYTABLE, .stockists-table
  { 
     /*font-family: Arial, Helvetica, sans-serif;
	 font-style:normal;*/
     border-collapse:collapse;
	width: 100%;
	 margin-bottom: 25px;
  }

  TH.MYTABLE, .stockists-table th
  {
     color:white;
     text-align:left;
	 background-color:#000;
     border: 1px solid #2c2c2c;
  }
 TH.MYTABLE h4, .stockists-table h4
  {  
  	font-weight: bold;
     padding: 12px 0px 12px 0px;
  }

  TR.MYTABLE, .stockists-table tr
  { 
     vertical-align:center;
  }

  TD.MYTABLE, .stockists-table td
  {  
     background-color:#0d0d0d;
     color:white;
	 border: 1px solid #2c2c2c;
     text-align:left;
  }
  TD.MYTABLE a, .stockists-table td a
  {  
     color:#999;
  }
 
  TD.DIVISION
  {  
     background-color:#000;
     color:white;
	 border-bottom: 1px solid #2c2c2c;
	 border-top: 1px solid #2c2c2c;
	 border-left: 1px solid #000;
	 border-right: 1px solid #000;
     text-align:left;
  }
 TD.bl-DIVISION
  {  
     background-color:#000;
	 border: 1px solid #000;
  }

/* misc */
.bannerbottom {
	background-color:#000;
}
.bannerbottom a{
	color:#CCC;
}
.bannerbottom a:hover{
	color:#FFF;
}
.productnav {
	color: #999;
}
.designerimage {
	background: #000 url(/img/inspiration/paris/header_4.jpg) no-repeat top right;
}
.designerboxes {
	/*padding-top: 347px;*/
}

