@charset "utf-8";
/* CSS Document */



body{margin:0px;background-color:#FDF2F8;color:#000000;}


BODY, P, DIV, TD, BLOCKQUOTE {
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	color:#000000;
}
form{margin:0;padding:0;}
A:ACTIVE{color:#0E4369;text-decoration:none;}
A:LINK{color:#0E4369;text-decoration:none;}
A:VISITED{color:#0E4369;text-decoration:none;}
A:HOVER{color:#706E05;text-decoration:underline;}

.TopBottomBar{font-size:11px;
	background-color:#ffffff;
	height:25px;
	color:#FFFFFF;
}
A:ACTIVE.TopBottomBarLink{color:#000000;text-decoration:none;}
A:LINK.TopBottomBarLink{color:#000000;text-decoration:none;padding-left:3px;}
A:VISITED.TopBottomBarLink{color:#000000;text-decoration:none;}
A:HOVER.TopBottomBarLink{color:#000000;text-decoration:underline;}

.strike{
	text-decoration:line-through;
}
/** BOX STYLES **/
.BoxFrame{background-color:#e06794;}

.BoxHeader{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#e06794;
	height:25px;
	padding-left:0px;
	padding-right:0px;
	color:#000000;
}
.menu {
width: 1000px;
padding: 0px;
	padding-left:0px;
	padding-right:0px;
}

.BoxContent{
	font-family:verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	padding-left:2px;padding-right:2px;padding-top:2px;padding-bottom:2px;
	background-color:#ffffff;
	color:#000000;
        border:2px solid #E564C8;
}
.BoxText{
	font-family:verdana;
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
      /**text-align:center;**/

}
A:ACTIVE.BoxLink{color:#000000;text-decoration:none;}
A:LINK.BoxLink{color:#000000;text-decoration:none;}
A:VISITED.BoxLink{color:#000000;text-decoration:none;}
A:HOVER.BoxLink{color:#e06794;text-decoration:underline;}

/** PAGE HEADER AND NAVIGATION					**/
.pageHeader{
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	background-color:#FFFFFF;
	text-align:left;
	padding:5px;
	margin:0px;
	color:#000000;
}

.pageNavigation{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	background-color:#FFFFFF;
	padding:5px;
	height:16px;
	color:#0033cc;
}

.pageNavigation div{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#0033cc;
}

/** CATALOG ITEMS				 				**/
.CatalogNavigation{
	background-color:#CCCCCC;
	border-bottom:1px solid #e06794;
}
.CatalogNavigation table tr td{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#CCCCCC;
	color:#000000;
}
.CatalogItemDark{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:4px;
	color:#000000;
}
.CatalogItemLight{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	padding:4px;
	color:#000000;
}

/** LISTS FOR CART ITEMS - USES CATALOG STYLES **/

.listHeader{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	color:#000000;
}

.listItem{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	background-color:#ffffff;
	color:#000000;
}

/** FORMS										**/
/**NEW FORM STYLES**/

.formFieldSet{
	border:1px solid #89a8ad;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	/*border-style: outset;*/
	padding-bottom:10px;

}

.formContent{
	clear:both;
	float:left;
	padding-left:0px;
	width:99%;
}

.formSeparator{
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:normal;
	background-color:#F0F0F0;
	padding:6px;
	color:#000000;
}

.formHeader{
	clear:both;
	font-family:verdana;
	font-size:12px;
	font-style:normal;
	font-weight:bold;
	background-color:#e06794;
	color:#ffffff;
	padding:5px;
}

.formLine{
	clear:both;
	float:left;
	width:100%;
}

.formCaption{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
	margin-top:3px;
	text-align:right;

	width:40%;
}

.formControl{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
}

.formSpace{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	color:#333333;
	float:left;
	padding:5px;
	padding-left:15px;
}

.formControlText{
	font-family:arial;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:144px;color:#666666;
}

.formControlSelect{
	font-family:arial;
	#font-size:11px;
	font-style:normal;
	font-weight:normal;
	width:150px;color:#666666;
}

.formButtons{
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	clear:both;
	float:left;
	width:99%;
}
/**NEW FORM END**/

.FormItems{
	font-family:verdana;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	padding:2px;
	color:#333333;
}

.formRemark{
	font-family:verdana;
	font-size:9px;
	font-style:normal;
	font-weight:normal;
	color:#999999;	
}

.ProductSubtitle{
	font-family:verdana;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	border-bottom:1px solid #CCCCCC;
	padding:5px;
	margin:0px;
}

a#rollover { background-image:url(/images/one1.png); height: 30px; width:83px; display:block; }
a#rollover span { display:none; }
a#rollover:hover { background-image:url(/images/one2.png); }

a#rollover1 { background-image:url(/images/two1.png); height: 30px; width:169px; display:block; }
a#rollover1 span { display:none; }
a#rollover1:hover { background-image:url(/images/two2.png); }

a#rollover2 { background-image:url(/images/three1.png); height: 30px; width:164px; display:block; }
a#rollover2 span { display:none; }
a#rollover2:hover { background-image:url(/images/three2.png); }

a#rollover3 { background-image:url(/images/four1.png); height: 30px; width:164px; display:block; }
a#rollover3 span { display:none; }
a#rollover3:hover { background-image:url(/images/four2.png); }

a#rollover4 { background-image:url(/images/five1.png); height: 30px; width:193px; display:block; }
a#rollover4 span { display:none; }
a#rollover4:hover { background-image:url(/images/five2.png); }

a#rollover5 { background-image:url(/images/six1.png); height: 30px; width:83px; display:block; }
a#rollover5 span { display:none; }
a#rollover5:hover { background-image:url(/images/six2.png); }

a#rollover6 { background-image:url(/images/seven1.png); height: 30px; width:145px; display:block; }
a#rollover6 span { display:none; }
a#rollover6:hover { background-image:url(/images/seven2.png); }

#marqueecontainer{position: relative; width: 370px; height:80px; margin:0px 10px; overflow: hidden; border: none; text-align:justify; padding: 0px;color:#fff;}
#cu3er-container {width:750px; outline:0;margin:0px 0px 10px 0px;}
#social{float:left;width:750px;height:123px;background-image:url(http://dolliehairextensions.com.au/images/sociald.jpg);margin:0px 0px 20px 0px}
#social a{float:left;width:160px;height:123px;border-left:0px groove #c7217b;background-position:0px 0px;}
#social a:hover{background-position:0px 123px;}
.facebook{background-image:url(http://dolliehairextensions.com.au/images/facebook2.jpg)}
.twitter{background-image:url(http://dolliehairextensions.com.au/images/twitter2.jpg)}
#headlines{float:left;width:390px;margin:0px 20px 0px 20px;display:inline;height:70px;}

form.blue
{
	background-color: #FDF2F8;
	color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	padding: 1em;
	width: 345px;
}

form.blue *
{
	margin: 0;
	padding: 0;
}

form.blue p
{
	margin: 20px 0;
}

/*form.blue label
{
	display: block;
	border: 1px solid;
	border-color: #eff #9cf #069 #9cf;
	background-color: #adf;
	padding: 2px 5px;
	margin: 0 0 5px 0;
}*/

form.blue label[for]
{
	padding: 10px 5px;
	margin: 0 0 5px 0;
	color:#FDF2F8;
	font-size:20px;
}

form.blue ol
{
	list-style: none;
}

form.blue ol li
{
	margin: 5px 0;
}

form.blue ol li label
{
	display: block;
}

form.blue ol.table
{
	list-style: none;
	display: table;
}

form.blue ol.table li
{
	display: table-row;
}

form.blue ol.table li label[for]
{
	display: table-cell;
	text-align: right;
}

form.blue div.col2 label
{
	float: left;
	width: 50%;
}

form.blue div.col3 label
{
	float: left;
	width: 33%;
}

form.blue div.col4 label
{
	float: left;
	width: 25%;
}

form.blue input[type=text],
form.blue input[type=password],
form.blue textarea,
form.blue select
{
	border: 1px solid;
	border-color: #861253;
	background-color: #FDF2F8;
	background-image: url('gradient1.png');
	background-position: top;
	background-repeat: repeat-x;
	color: #d41d7d;
	font-size: 18px;
	width: 100%;
}

/*form.blue input[type=text],
form.blue input[type=password]
{
	height: 20px;
}*/

form.blue input[type=text]:focus,
form.blue input[type=password]:focus,
form.blue textarea:focus,
form.blue select:focus
{
	background-color: #ffffff;
	background-image: none;
}

form.blue fieldset {
background-color:#C51B74;
border-color:#861253;
border-style:solid;
border-width:1px;
margin:10px;
padding:10px;
position:relative;
top:10px;
width:90%;
}

form.blue legend
{
	border: 1px solid;
	border-color: #861253;
	background-color: #861253;
	padding: 2px 5px;
	color: #fff;
	font-style: italic;
}

form.blue input[type=submit],
form.blue input[type=reset],
form.blue input[type=button],
form.blue button
{
	border: 2px solid;
    border-color:#ef8abf #880088 #440044;
	background-color: #C51B74;
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
}

form.blue input[type=submit]:hover,
form.blue input[type=reset]:hover,
form.blue input[type=button]:hover,
form.blue button:hover
{
	background-color: #d41d7d;
	cursor: pointer;
}
#contactformtext{
	width:45%;float:left;position: relative;padding-top:15px;padding-left:20px;color:#C51B74;font-family:arial;
}
#contactformmap {
	border:2px #ffffff solid;
	width:265px;
	height:197px;
}
