/* Default CSS Stylesheet for a new Web Application project */

.GeneralPage
{
	background-color: #590A47;
	margin: 0px;
	background-color: #590A47;
	background-image: url(/Images/bg_3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.GeneralTable
{
	background-color: ;	
}

#padding {
	padding: 15px;
	background-color: #ECECEC;
	width:730px;
	height:100%;
}

#padding-alt {
	padding: 15px;
	background-color: #ECECEC;
	/* width:730px; */
	height:100%;
}

.TopBanner
{
	font-family: Tahoma;
	font-size: 12pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: right top;
}

.TopBannerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: right;
	background-repeat: no-repeat;
	background-position: right top;
	
}

.TopSubBanner
{
	background-color: #006633;
	background-image: none;
	padding: 10px;
}

.TopSubBannerText
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
}

.LeftColumn
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	vertical-align: top;
	text-align: left;
	width: 160px;
	padding: 10px;
}

.LeftColumnText
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}

.RightColumn
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	vertical-align: top;
	text-align: left;
	width: 150px;
	padding: 0px;
}

.RightColumnText
{
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	vertical-align: top;
	text-align: left;
}

.Footer
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
	background-image: none;
}

.FooterText
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-align: left;
}

h1,H1 {
	font-family: Tahoma;
	font-size: 17pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	display: inline;
}
h2,H2{
	font-family: Tahoma;
	font-size: 11pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	display: inline;
}
h3,H3{
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	letter-spacing: -1px;
	display: inline;
}
td {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	/* text-align: left; */

}

a {
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background-image: none;
	text-align: left;  

}

a:hover {
	font-family: Tahoma;
	font-size: 8pt;
	color: #E20DB3;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background-image: none;
	text-align: left; 

}

.nowlabel {
	font-family: Tahoma;
	font-size: 10pt;
	color: #999999;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -1px;
	
}

.now {
	font-family: Tahoma;
	font-size: 14pt;
	color: #444444;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -1px;
	
}

.was {
	font-family: Tahoma;
	font-size: 10pt;
	color: #999999;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	letter-spacing: -1px;
}

.headerText 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	
}

.headerText:hover 
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #E20DB3;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}


.Instructions {
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	/* background-color: #EEEEEE; */
	background-image: none;
	text-align: left; 
}


.ErrorMessages
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: center; 
	background-color: #ED0BBA;
	padding: 5px;
	width: 100%;
}

.lists {
	font-family: Tahoma;
	font-size: 8pt;
	padding: 0;
	margin: 0;
	list-style-position:inside;
}

.highlight {
	font-family: Tahoma;
	font-size: 9pt;
	color: #ED0BBA;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	text-align: left; 
}

a.highlight{
	font-family: Tahoma;
	font-size: 9pt;
	color: #ED0BBA;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background-image: none;
	text-align: left;  

}

a.highlight:hover {
	font-family: Tahoma;
	font-size: 9pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	background-image: none;
	text-align: left; 

}

.pink {
	font-family: Tahoma;
	font-size: 9pt;
	color: #ED0BBA;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

.addthis_button {
	font-family: Tahoma;
	font-size: 9pt;
	color: #ED0BBA;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a.addthis_button{
	font-family: Tahoma;
	font-size: 9pt;
	color: #ED0BBA;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: left;  

}


.required
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #ED0BBA;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: center; 
}

.Messages
{
	font-family: Tahoma;
	font-size: 9pt;
	color: #ED0BBA;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: center; 
}

.Headings
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: left; 
}

.Inputs
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: none;
}

.Content
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: left; 
}

.AlternatingContent
{
	font-family: Tahoma;
	font-size: 8pt;
	color: black;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: left; 
}


.ContentTableHeader
{
	font-family: Tahoma;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	background-image: none;
	text-align: left; 
}

.ContentTable
{
	background-color: #ffffff;
}

.ContentTableHorizontal
{
	background-color: #ffffff;
}

.savebasket
{
	background-color: #D9D9D9;
}


#main 
{
	background-image: url(Images/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:520px;
	padding: 20px;
}

.main 
{
	background-image: url(Images/bg_4.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#searchResults 
{
	width:150px;
	background-color: #ECECEC;
	padding: 5px;
	height:300px;
}

#imageSearchResults 
{
	padding: 0px;
	width:130px;
	border: 5px solid #FFFFFF;
}

#imageDetail {
	border-style: solid; 
	border-color: #E3E3E3; 
	border-width: 1px; 
	padding: 5px;
	width:490px;
}
#imageRelated 
{
	border-style: solid; 
	border-color: #E3E3E3; 
	border-width: 1px; 
	padding: 5px;
	width:75px;
}

#attributes-box
{
	background-color:#F4E2F1;
	border-style: solid;
	width:505px
}


.Item 
{
	background-color: #ECECEC;
  	font-family: Tahoma;
  	font-size: 8pt; 
  	border: solid 1px #FFFFFF;
  	cursor: pointer;
  	color: #4E4D4D;
}

/* the style for mouse overs*/
.ItemH {
  	background-color: #D6D6D6; 
  	color: #DA29DA; 
  	font-family: Tahoma;
  	font-size: 8pt;  
  	border: solid 1px #EFEFEF;
  	cursor: pointer;
}

/* style for the active menu item*/
.ItemExp {
  	background-color: #4E4D4D; 
  	color: #FFFFFF; 
  	font-family: Tahoma;
  	font-size: 8pt;  
  	border: solid 1px #EFEFEF; 
  	cursor: pointer;
	border: solid 1px #EFEFEF;
}

.little-note {
	font-family: Tahoma;
	font-size: 7pt;
	color: #FF00D8;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: ;
	background-image: none;
	text-align: left; 
	text-transform: uppercase;
	letter-spacing: 5px;
}

/* ------------------------------------------------------------------------------ */
/* New Search Results Layout and Styles */

/* 1. Re-order Buttons */

#reorder-container {
	width: 510px;
	height: 30px;
	float: left;
	clear: both;
}

/* 2. Search Results */

#search-container {
	width: 190px;
	float: left;
}

#search-title {
	width: 190px;
}

#category-description {
	width: 510px;
}

div.product {
	width: 150px;
	height: 380px;
	float: left;
	margin-bottom: 20px;
	margin-right: 15px;
	padding-top: 5px;
	padding-left: 5px;
	background: #ECECEC;
}

div.productimage {
	width: 130px;
	height: 130px;
	float: left;
	border: 5px solid #FFF;
}

div.productdetails {
	float: left;
	height: 70px;
	width: 140px;
	height: 210px;
}

div.link-button {
	width: 140px;
	height: 30px;
	float: left;
	background: #ECECEC;
	text-indent: 3px;
}

span.ProductListHead {
	width: 140px;
	padding-left: 5px;
	padding-top: 10px;
	display: block;
	text-align: left;
	vertical-align: text-top
}

/* 3. Pagination */

span.search-now {
	width: 230px;
	height: 30px;
	padding-top: 5px;
	color: #FF6600;
	font-size: 8.5pt;
	display: block;
	clear: right;
}

span.search-was {
	display: block;
	clear: right;
}

div.navigation {
	clear: both;
}

/* 4. Pricing Display */

.now-src {
	font-family: Tahoma;
	font-size: 8pt;
	color: #E20DB3;
	font-weight: bold;
	font-style: normal;
	
}

.was-src {
	font-family: Tahoma;
	font-size: 8pt;
	color: #999999;
	font-weight: bold;
	font-style: normal;
}

/* ------------------------------------------------------------------------------ */
/* Product Detail Layout and Styles */

div#basket-container {
	width: 490px;
	height: 40px;
}

div#add-to-basket {
	float: left;
	margin-right: 3px;
}

div#wish-friend {
	float: left;
}

/* ------------------------------------------------------------------------------ */
/* Recommended Items ... IN A GRID!!!! */

div#recommended {
	width: 150px;
	height: 200px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #CCC;
	text-align: center;
}

div#recommended img { border: 5px solid #FFF; margin-top: 5px; }

