/**************** Generic Tags ****************/

html
{
	background-color: white;
}

body
{
	padding: 0 0 0 0px;
	margin: 0;
	font-family: Verdana, Arial, Times, serif;
	font-size: 13px;
}

p
{
}

h1
{
	font-family: Arial, Verdana, Times, serif;
	color: #7B0073;
	font-size: 14px;

	margin: 10px 0 10px 0;
}

h2
{
    font-family: Arial, Verdana, Times, serif;
	color: #7B0073;
	font-size: 12px;
}

h3
{
}

img
{
    border: 0;
}
form {
	margin:0px;
	padding:0px;
}

/**************** Pseudo classes ****************/

a:link, a:visited
{
    color: #7B0073;
    font-family: Verdana, Arial, Times, serif;
    font-size: 11px;
}

a:hover
{
}

a:active
{
}

#Content a.button, button.button
{	display: block;
	margin: 4px; padding: 4px 10px;
	text-decoration: none; text-align: center;
	color: rgb(0,0,0);
	border:0px solid rgb(139, 31, 131); background-color: #F7DFFF;
}
a.button:hover, button.button:hover
{	background-color: #EBE0EF; border-color: rgb(0,0,0);
}
a.buttonon
{	display: block;
	margin: 4px; padding: 4px 10px;
	text-decoration: none; text-align: center;
	color: rgb(0,0,0);
	border:0px solid rgb(139, 31, 131); background-color: rgb(236, 224, 235);
}

table#Basket
{	width: 100%;
	background-color: rgb(247, 242, 247);
}
	table#Basket th { font-weight: bold; text-align: center; padding: 3px; }
	table#Basket td { background-color: rgb(255,255,255); padding: 3px; }
	table#Basket td.title { background-color: rgb(200,200,200); font-weight: bold; text-align: right; }

/******************Template*****************/

tr { vertical-align: top; }

.small { font-size: 8pt; }
.normal { font-size: 10pt; }
.large { font-size: 14pt; }

em { font-weight: bold; font-style: normal; }
br.all { clear: both; }

table#Continue
{	background-image: url(/images/checkout.jpg);
	height: 296px; width: 454px;
}
	table#Continue td.main { width: 50%; padding: 80px 15px 10px; }

div.message
{	border: 1px solid rgb(236, 224, 235);
	margin: 5px; padding: 5px;
	background-color: rgb(247,242,247);
}


/*  		CHECKOUT PAGE         ********************************************************/

.OrderTable
{	width: 100%;
}

	.OrderTable td { background-color: rgb(255,255,255); padding: 3px; vertical-align: middle; }
	.OrderTable td.legend { width: 200px; background-color: rgb(236, 224, 235); }
	.OrderTable td.middle { width: 20px; }

input.normal
{	border: 1px solid rgb(0,0,0);
	border-right: 1px solid rgb(236, 224, 235);
	border-bottom: 1px solid rgb(236, 224, 235);

padding: 2px; }
input.error
{	background-color : pink;
}

#OrderNote
{	border: 1px solid rgb(236, 224, 235);
	padding: 3px 10px 10px;
	background-color: rgb(240,240,240);
}

/*  END		CHECKOUT PAGE         ********************************************************/

#container
{
    background: white url(gfx/bg.gif) repeat-y;
	width: 740px;
	height: 100%;
	float: left;
	padding: 0 0 0 20px;
	overflow: hidden;
}

#left
{
	padding-top: 20px;
	width: 220px;
	float: left;
}

#left h1
{	margin-bottom: 3px;
}

#logo
{
	width: 221px;
	height: 141px;
	background: url(gfx/logo.jpg) no-repeat;
	padding: 0 0 1px 0;
	border-bottom: 2px solid #ECE0EB;
	margin: 0 0 0px 0;
}

#search
{
	height: 25px;
	padding: 8px 0 2px 20px;
	border-bottom: 2px solid #ECE0EB;
	background-color: #FFEFFE;
}

#search input
{
	border: 1px solid #666666;
	margin-right: 10px;
	font-size: 10px;
	padding: 2px 0 0 5px;
	float: left;
	height: 16px;
	width: 130px;
}

#search #go
{
	height: 20px;
	padding: 0 0 3px 0;
	color: white;
	background-color: #8B1F83;
	border: 1px solid black;
	width: 30px;
	font-weight: bold;
	font-size: 11px;
}

#basket
{
	width: 196px;
	height: 50px;
	font-size: 8pt;
	padding: 5px 0px 5px 25px;
	border-bottom: 2px solid #ECE0EB;
	border-top: 2px solid #ECE0EB;
	background-color: #FFEFFE;

}

#basket a, #basket a:visited
{
    font-family: Verdana, Arial, Times, serif;
    font-size: 11px;
    text-decoration: none;
    color: Black;
}

#left_menu
{
	padding-left: 25px;
}

#left_menu a:link, #left_menu a:visited
{
    color: #7B0073;
    font-family: Verdana, Arial, Times, serif;
    font-size: 11px;
    text-decoration: none;
}

#left_menu a:hover
{
    text-decoration: underline;
}

#newsletter
{	padding: 0px 5px 5px 0px;
	width: 155px;
	margin-left: 20px;
}

#newsletter input, .normalform input, .normalform select
{
	border: 1px solid #666666;
	font-size: 10px;
	padding: 2px 0 0 5px;
	height: 16px;
	margin: 0px 0 5px 5px;;
}
#newsletter input{
	width: 130px;
}
.normalform select{
	padding:0px;
}
.normalform input{
	width: 200px;
	margin-left: 0px;
}
.normalform input.shorter{
	width: 110px;
}
.normalform input.shorterstill{
	width: 80px;
}
.normalform textarea{
	width: 200px;
	height:60px;
	padding: 2px 0 0 5px;
}
#newsletter #submit
{
	height: 20px;
	width: 50px;
	padding: 0 0 3px 0;
	color: white;
	background-color: #8B1F83;
	border: 1px solid black;
	font-weight: bold;
	font-size: 11px;
}
.normalform input.cb{
	width:20px;
	border:0px;
	float:left;
	margin-top:2px;
}
.normalform input.short{
	width:30px;
	float:left;
}
.normalform textarea{
	border: 1px solid #666666;
	font-family: Verdana, Arial, Times, serif;
	font-size: 11px;
}
.normalform label{
	float:left;
	padding:0px 5px;
}
.normalform button{
	margin:0px;
}
select.left{
	float:left;
	margin-left:5px;
}
.left{
	float:left;
}
.right{
	float:right;
}
#top_menu
{
	padding: 28px 0 0 0;
	background-color: white;
	width: 517px;
	float: right;
}

#top_menu ul
{
	background-color: #ECE0EB;
	height: 18px;
	text-align:center;
	padding : 0;
	margin : 0;
	padding-top: 2px;
}

#top_menu ul li
{
	display: inline;
	list-style-type: none;
}

#top_menu li
{
	padding: 0 20px 0 20px;
}

#top_menu a, #top_menu a:visited
{
	font-size: 11px;
	font-family: Verdana, Arial, Times, serif;
	text-decoration: none;
	color: #7B0073;
}

#top_menu a:hover
{
    text-decoration: none;
    color: #000000;
}

#content
{	border: 0px solid #efefef;
	float: left;
	margin-left: 2px;
	width: 497px;
	overflow: hidden;
	padding: 0 10px 0 10px;
}

#footer
{
    margin: 20px 0 0 245px !important;
    margin: 20px 0 0 134px;
    width: 516px;
    float: left;
    clear: both;
	font-size: 7pt;
}

#footer a
{	padding-right: 10px;
	text-decoration: none;
	font-size: 7pt;
}

#footer a:hover
{	color: #000000;
}

/*************** End Template*****************/

#content a, #content a:visited
{
    color: Black;
    text-decoration: none;
}

#content .get_price
{
    color: #7B0073;
    font-weight: bold;
}

#GroupList b{ font-size:12px; padding:10px 0 10px 0; }

#GroupList a{
	float: left; display: block;
	text-align: center;
	margin: 4px; padding: 4px 7px 5px 7px;
	text-decoration:none; color:#000000;
	font-family:Verdana; font-size:10px;
	border:1px solid #ECE0EB;
	background-color:#FFEFFE;
}
#GroupList a:hover	{  }
#GroupList a:visited{ color:#000000; }


.BrandsMenu ul
{
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
}
ul.numbernav{
	list-style-type:none;
	display:inline;
}
ul.numbernav li, .productsholder,#numbernavholder{
	float:left;
}
ul.numbernav a{
	width:20px;
}

#SalonFront
{	margin: -35px 0px 0px 10px;
	float: left;
	width: 245px;
	text-align: left;
}

#SalonFront img
{	margin: 0px 5px 0px 0px;
}

#SalonFront a.SalonLink
{	margin: 10px 0px 0px 0px;
	float: right;
	border: 1px solid #efefef;
	padding: 3px 5px 3px 5px;
	background-color: #EBE0EF;
	font-size: 9px;
}

.productsholder2
{	margin: 0px 0px 10px 0px;
	float: left;
	border: 2px solid #efefef;
	height: 150px;
	background-color: #FFFFFF;
}

#SalonTitle
{	border-bottom: 2px solid #DFDFDF;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

.thinproductlist
{	border: 1px solid #efefef
}

.thinproductlist a, .thinproductlist a:visited
{
    display: block;
    margin: 10px 5px 10px 5px;
    padding: 2px;
    width: 480px;
    border: 0px solid black;
    font-size: 11px;
    text-decoration: none;
    color: #646464;
    background-color: White;
}

.thinproductlist a:hover
{
    border: 0px solid #7B0073;
}

.thinproductlist a:hover strong
{
    color: #7B0073;
}

.thinproductlist strong
{
    color: Black;
}

.productsFront a:hover
{
    color: Blue;
}

.productbox em
{
    font-size: 12px;
}

#Title
{	border-bottom: 2px solid #DFDFDF;
	padding-bottom: 5px;
	margin-bottom: 2px;
}

a.buttonon, a.buttonon:visited
{
    font-weight: bold;
}

a.productbox, a.productbox:visited
{
    color: Black;
    font-size: 11px;
    text-decoration: none;
}

a.productbox:hover
{
    color: #7B0073;
}

.productbox img
{
    border: 0px solid #82A1B6;
}

.productbox p
{
    margin: 5px 0 5px 0;
}

.productbox em
{
    font-weight: bold;
    font-style: normal;
}

.buyprod
{	background-color: #FBEFFF;
	float:left;
	padding:10px 0px 0px 15px;
}

.buyprod span
{	float: left;
	margin-top: 3px;

}

.buyprod a.view:link, .buyprod a.view:visited{

    border: 0px solid black;
    cursor: pointer;
    float:right;
	margin:0px 10px 10px 0px;
	padding: 7px;
	background-color: #F7DFFF;
}

.buyprod a.view:hover
{	background-color: #EBE0EF;

}


#fim{
	margin:0px 5px;
}

#Con1
{	float: left;
}

#Con2
{	float: right;
}

#Con3
{	float: left;
}

/* ASPECTS ADDED FOR SALON INTEGRATION */
#subMenu{
	background-color:transparent;
	text-align: center;
	color: #666666;
	text-align:center;
}
.PageAd{
	margin: 20px 0px 0px 0px;
	color: #333333;
	padding: 0px;
	font-size: 10px;
	line-height: 120%;
}
.mainsmall
{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}
