﻿table
{
	border: 0px solid;
	border-collapse: collapse;

	margin: 0;
	padding: 0;
}

td
{
}

a 
{
	color: #FFFFFF;
	text-decoration: none;
}

a:hover 
{
	color: #FFFFFF;
	text-decoration: underline;
} 

INPUT
{
	border-collapse: collapse;
}

INPUT.button
{
	border: 0;
	border-collapse: collapse;
	background-color: #7F196F;
	
	
	width: 200px;
	height: 22px;

	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

INPUT.button:hover
{
	color: #FDA8DF;
}

INPUT.ORDERBOX
{
	border: 1px solid #CCCCCC;
	width: 20px;
	padding-left: 10px;
	font-size: 8pt;
}

INPUT.ORDERBOX:hover
{
	color: #FDA8DF;
}

INPUT.favoritesbutton
{
	border: 0;
	border-collapse: collapse;
	background-color: #3e2964;
	
	
	width: 150px;
	height: 22px;

	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

INPUT.favoritesbutton:hover
{
	color: #FDA8DF;
}

INPUT.choosecolorsizes
{
	border: 0;
	border-collapse: collapse;
	background-color: #7F196F;
	
	
	width: 300px;
	height: 22px;

	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
}

INPUT.choosecolorsizes:hover
{
	color: #FDA8DF;
}



SELECT.SIZE
{
	width: 150px;
}


div.absolute
{
	left: 0px;
	float: left;
	width: 250px;
	background-color: #b4abc2;
}

div.moodimage
{
	width: 250px;
	left: 0px;
	background-color: #b4abc2;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 50px;
}

div.content
{
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

p
{
	margin: 0;
	padding: 0;
}

/*AutoComplete flyout */

ul.autocomplete_completionListElement
{
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
}

.autocomplete_completionListElement
{
	position: relative;
	top: 2px;
    visibility: hidden;
    margin: 0px !important;
    text-align: left;
    z-index: 999;
} 

/* AutoComplete highlighted item */

.autocomplete_highlightedListItem
{
	position: relative;
	top: 1px;
	left: -2px;
	background-color: #ffff99;
	width: 200px;
	padding : 0px;
	width: 218px;
	font-size: 11px;

	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

/* AutoComplete item */

.autocomplete_listItem 
{
	position: relative;
	top: 1px;
	left: -2px;
    background-color: #ffffff;
	padding: 0px;
	width: 218px;
	font-size: 11px;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;

	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}


