/* Default CSS Stylesheet for a new Web Application project */

/*///////////////////////////////////////////////////////////  General */

body {
	margin: 0px;
	text-align: center;
	background: url(layout/bg.gif) no-repeat top center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; /* Font Size */
	color: #335d65; /* Font Color */
}

div#wrapper {
	margin: 0 auto 0 auto;
	width:990px;
}

td{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; /* Font Size */
	color: #335d65; /* Font Color */
}


H1 {
	font-family: Georgia; /* Font Face */
	font-size: 12pt; /* Font Size */
	color: #654433; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: left; /* Align Text */
	display: inline;
}

H2 {
	font-family: Georgia; /* Font Face */
	font-size: 8pt; /* Font Size */
	color: #FFFFFF; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: left; /* Align Text */
	display: inline;
}

H3 {
	font-family: Georgia;
	font-size: 18px;
	color: #335d65;
	font-weight: normal;
	display: inline;
}
H4 {
	font-family: Georgia; /* Font Face */
	font-size: 12pt; /* Font Size */
	color: #d1eaff; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: left; /* Align Text */
	display: inline;
}
H5 {
	font-family: Georgia; /* Font Face */
	font-size: 12pt; /* Font Size */
	color: #407255; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: left; /* Align Text */
	display: inline;
}

p.long-description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #335d65;
	line-height: 150%;
	padding-bottom: 10px;
	border-bottom: 1px solid #c5d8cd;
}

p.home-article {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #335d65;
	line-height: 150%;
	padding-bottom: 10px;
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; /* Font Size */
	color: #00aeef; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: underline; /* Font Style */
	text-align: left; /* Text Align */
	line-height: 100%;

}

a:hover {
	text-decoration: none; /* Font Style */
}

a.landing-nav {font-family: Georgia, "Times New Roman", Times, serif; font-size: 10pt; 
	color: #00aeef;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	text-align: left;
	line-height: 150%;

}
a.landing-nav:hover {
	text-decoration: none; /* Font Style */
}


/* ///////////////////////////////////////////////////////////  General end */


/* 2. Search Results */
#top-sellers {width: 725px; margin: 0px; clear: both;}
#top-sellers ul{ float:left; width:745px; margin:0px; display:inline; }
#top-sellers li{ list-style:none; float:left; width:165px; height:250px; margin:10px 10px 10px 0px; line-height:150%; }
#top-sellers li a {  line-height:150%; }

#reorder-title {
	width: 95px;
	height: 23px;
	background: url(/Images/reorder/reorder-results.png) left top no-repeat;
	margin: 0px 0px 3px 0px;
	float: left;
	cursor: default;
}

#reorder-title span {
	width: 72px;
	height: 23px;
	margin: 0px 0px 3px 0px;
	display: block;
}

#name-buttons {
	width: 206px;
	height: 23px;
	margin: 0px 0px 10px 0px;
	float: left;
}

#price-buttons {
	width: 206px;
	height: 23px;
	margin: 0px 0px 10px 0px;
	float: left;
}

#brand-buttons {
	width: 206px;
	height: 23px;
	margin: 0px 0px 10px 0px;
	float: left;
}

#search-title {
	width: 725px;
	margin: 10px 0px 10px 0px;
}

#category-description {
	width: 725px;
	float: left;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	display: block;
}

#category-description p {
	font-family: tahoma;
	font-size: 8pt;
	color: #3886BC;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	line-height:200%
}

/*---------------------------------------*/
/*---------------------------------------*/

div.product {
	width: 340px;
	float: left;
	border-bottom: 1px solid #c5d8cd;
	margin: 30px 20px 5px 0px;
	padding: 20px 0px 10px 0px;
	height:250px;
}

div.productimage {
	float: left;
	width: 167px;
	height: 167px;
	display: block;
}

div.productdetails {
	width:173px;
	position: relative;
	float: left;
	padding-top: 10px;
}

div.navigation {
	clear: both;
}

span.ProductListHead {
	width: 173px;
	display: block;
	clear: right;
	padding: 0px 10px 10px 10px;
}

	span.ProductListHead p {
		font-family: tahoma;
		font-size: 8pt;
		padding: 0px;
		line-height: 150%;
	}
	
	span.ProductListHead a {
		line-height: 125%;
		padding: 0px;
	}

span.search-now {
	width: 230px;
	height: 30px;
	padding-top: 5px;
	color: #FF6600;
	font-size: 11pt;
	display: block;
	clear: right;
}

span.search-was {
	display: block;
	clear: right;
}
/* +++++++++++++++++++++++ */

/* 2. Product detail */

#pricing .now {
	font-family: Georgia;
	font-size: 28px;
	color: #335d65;
	font-weight: normal;
	display: inline;
}

#pricing .was {
	font-family: Georgia;
	font-size: 24px;
	color: #8cc641;
	font-weight: normal;
	display: inline;
}


.TopBanner {
	height:200px;
	padding: 0px 45px 0px 0px;
	background-image: url(layout/bg-top.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#pad {
	padding:10px;
}

#caption{
	width:500px;
	height:120px;
	float:left;
	padding:0px;
	position: absolute;
	top: 0px;	
}

#search{
	width:420px;
	height:75px;
	background: #ecf2ef;
	float:right;
	padding:0px;
}

#logo{
	width:200px;
	height:90px;
	position:relative;
	top: 84px;
	left:720px;	
}

div#nav {
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #9a8b6d;
	position: absolute;
	top: 125px;
}

div#nav td {
	font-size: 20px;
}

div#main {
	width: 955px;
	background: #FFF;
}

.RightColumn{
	width: 255px;
	padding: 10px 55px 10px 0px;
}

.status {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	background: #CC0000;
	display: block;
	margin-top: 10px;
	line-height: 200%;
	text-indent: 10px;
}

/*/////////////////////////////////////////////////////////// SALV Footer*/

.Footer {
	background-image: url(layout/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.Footer td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px; /* Font Size */
	color: #335d65; /* Font Color */
}

.Footer a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px; /* Font Size */
	color: #335d65; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none;
	text-align: left; /* Align Text */
}

.Footer a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px; /* Font Size */
	color: #335d65; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: underline;
	text-align: left; /* Align Text */
}

/*///////////////////////////////////////////////////////////  Footer end*/
#recommened a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px; /* Font Size */
	color: #00aeef; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration:underline; /* Font Style */
}


#recommened .now {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px; /* Font Size */
	color: #65878d; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
}

#recommened .was {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px; /* Font Size */
	color: #B5C7CA; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: line-through /* Font Style */
}

/*///////////////////////////////////////////////////////////  Gift Finder Product Repeater Text Styling START*/
#recommened-gift a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px; /* Font Size */
	color: #00aeef; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration:underline; /* Font Style */
	line-height:120%;
}


#recommened-gift .now {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px; /* Font Size */
	color: #65878d; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	line-height:120%;
}

#recommened-gift .was {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px; /* Font Size */
	color: #B5C7CA; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: line-through; /* Font Style */
	line-height:120%;
}
/*///////////////////////////////////////////////////////////  Gift Finder Product Repeater Text Styling END*/

/*///////////////////////////////////////////////////////////  Search*/

#searchres{
	width:325px;
}

/*///////////////////////////////////////////////////////////  shopping cart*/
#cart {
	background:#ecf2ef;
	background-image: url(/layout/cart.gif);
	background-repeat: no-repeat;
	background-position: 110px;
}

#cart td{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px; /* Font Size */
	color: #335d65; /* Font Color */
	font-weight :none; /* Font Style */
}

#account {
	background:#ecf2ef;
	background-image: url(/layout/account.gif);
	background-repeat: no-repeat;
	background-position: 90px;
}

#instructions {
	width:100%;
	padding:10px;
	background: #F4FCE9; /* Background color */
	margin-bottom: 10px;	
}

.Instructions {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 8pt; /* Font Size */
	color: #666666; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
	padding:0px;
	display:inline;
}

.ErrorMessages
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt; /* Font Size */
	color: #c64141; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */
}

.Messages
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt; /* Font Size */
	color: #335d65; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	text-align: left; /* Text Align */
}

#header {
	background: #ecf2ef;
	padding:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color:#335d65;
	width:100%;
}

.Headings
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; /* Font Size */
	color: Black; /* Font Color */
	font-weight: bold; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background: #FFFFFF; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}

.Inputs
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt; /* Font Size */
	color: #335d65; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-image: none; /* Background Image */
}

.AlternatingContent
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt; /* Font Size */
	color: black; /* Font Color */
	font-weight: normal; /* Font Style */
	font-style: normal; /* FontStyle */
	text-decoration: none; /* Font Style */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
}


.ContentTableHeader
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt; /* Heading Font Size */
	color: #654433; /* Heading Font Color */
	font-weight: normal; /* Heading Font Style */
	font-style: normal; /* Heading FontStyle */
	text-decoration: none; /* Heading Font Style */
	background: #d2cfbd; /* Background color */
	background-image: none; /* Background Image */
	text-align: left; /* Text Align */
	padding:10px;
}

.ContentTable
{
	background: #ecf2ef;
}

.ContentTableHorizontal
{
	background: #E7E3D7;
}
.productlist li
{
}

#map h1 {
	font-family: Georgia;
	font-size: 18px;
	color: #335d65;
	font-weight: normal;
	word-spacing: -0.5px;
}

#map h2 {
	font-family: Georgia;
	font-size: 14px;
	color: #335d65;
	font-weight: normal;
	word-spacing: -0.5px;
}

/*SALV NEW NAV */

.TopGroup {
	background: #FFFFFF;
}

.Group {
	background: #FFFFFF;
}

.Item {
  	font-family: Georgia;
	font-size: 14px;
	cursor: pointer;
	color: #335d65;
	font-weight: normal;
}


.ItemH {
  background: #FFF; 
  color: #8CC641; 
  font-weight: normal;
  font-family: Georgia;
  font-size: 14px;  
  cursor: pointer;
}


.ItemExp {

  background: #FFFFFF; 
  color: #FFFFFF; 
  font-weight: normal;
  font-family: Georgia;
  font-size: 12px;  
  cursor: pointer;
}

/* Site Map Styles */
/* ------------------------------------------ */

.map0 {
	font-family: Georgia;
	font-size: 12pt;
	font-weight: bold;
	color: #335d65;
	height: 30px;
	width: 725px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
}

.map1 {
	font-family: Georgia;
	font-size: 8pt;
	color: #0071BC;
	height: 20px;
	width: 200px;
	padding: 0px 0px 0px 20px;
}

.map2 {
	font-family: Georgia;
	font-size: 8pt;
	color: #0071BC;
	height: 20px;
	width: 200px;
	padding: 0px 0px 0px 40px;
}

.map3 {
	font-family: Georgia;
	font-size: 8pt;
	color: #0071BC;
	height: 20px;
	width: 200px;
	padding: 0px 0px 0px 60px;
}

/* Shipping and billing pop-outs */
/* ----------------------------- */

#nick-name {
	margin: 0px;
	padding: 10px;
	height: 100px;
	width: 250px;
	border: 1px solid #003366;
	display: none;
	position: absolute;
	background: #FFFFFF;
	text-align: left;
}

#alt-billing {
	margin: 0px;
	padding: 10px;
	height: 100px;
	width: 250px;
	border: 1px solid #003366;
	display:none;
	position:absolute;
	background: #FFFFFF;
}

/* Footer Links and Card Details */
/* ----------------------------- */

ul#footer {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#footer li {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
	border-right: 1px solid #335d65;
}

div#card-types {
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

/* Right Column Text Links */
/* ----------------------------- */

ul#right-col {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#right-col li {
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 0px;
}

ul#right-col li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #8ea297;
	line-height: 150%;
	text-decoration: underline;
}

ul#right-col li a:hover {
	text-decoration: none;
}

/* Glow &#38; Co Customer Reviews */
/* ----------------------- */

div#review-header {
	width: 305px;
	height: 55px;
	background-color:#84a8c6;
	margin-bottom:10px;
}

div#review-title {
	position: relative;
	top: 10px;
	left: 10px;
}

div#recommend {
	border-color: 1px solid #05974e;
}

div#review-average {
	width: 305px;
	height: 40px;
	border-bottom: 1px solid #c5d8cd;
	margin-bottom: 10px;
}

div#average-text {
	width: 155px;
	height: 25px;
	line-height: 25px;
	float: left;
}

div#average-stars {
	width: 150px;
	height: 25px;
	float: left;
}

div.review {
	width: 305px;
	border-bottom: 1px solid #c5d8cd;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div.review-details {
	width: 295px;
	position: relative;
	left: 5px;
}

span.review-date {
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
}

div#feedback-header {
	width: 305px;
	height: 95px;
	background: url(/Images/review-bg.jpg);
	margin-bottom: 10px;
}

div#feedback-title {
	position: relative;
	top: 28px;
	left: 10px;
}

div.feedback-name {
	width: 305px;
	height: 40px;
}

div.feedback-comments {
	width: 305px;
	height: 100px;
}

div.feedback-score {
	width: 305px;
	height: 40px;
	margin-bottom: 10px;
	border-bottom: 1px solid #c5d8cd;
}

/* ------------------------------------------------- */
/* Accept Terms and Conditions */

span.accept {
	width: 278px;
	height: 50px;
	border: 1px solid #990033;
	background: #FFCCFF;
}

span.accept p {
	padding: 10px 10px 10px 10px;
	color: #990033; 
}

span.accept a, span.accept a:hover {
	color: #990033;
	font-weight: bold;
	line-height: 150%;
}

/* ------------------------------------------------- */
/* Shipping Table */

table#shipping {
	text-align: left;
}

table#shipping th {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #335d65;
	border: 1px solid #335d65;
	background: #FFF;
}

table#shipping td {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #335d65;
	border: 1px solid #335d65;
}

ul.top-sellers-landing { margin: 0px 0px 10px 0px; padding: 0px; list-style: none;  width: 410px; float: left; }
ul.top-sellers-landing li.img { width: 100px;  margin: 0px 0px 0px 0px; padding: 0px; float: left; }
ul.top-sellers-landing li.txt { width: 300px; height:100px;  margin: 0px 0px 0px 0px; padding: 0px; float: left; background-color:#eaf1f7  }
div#padding { margin:10px;}

img.twitter { float:left; margin:0px 10px 0px 0px}
p.twitter { margin:5px 0px 0px 0px}
ul#twitter_update_list { margin: 0px; padding: 0px; width:180px; }
ul#twitter_update_list li { font-family:Georgia, "Times New Roman", Times, serif; color: #335d65; font-size: 10pt; list-style:none; font-style:italic; margin: 0px; padding: 0px; line-height:150% }
ul#twitter_update_list li a { font-family: Arial, Helvetica, sans-serif; color: #FFFFF; font-size: 8pt; text-decoration:underline; margin: 0px; padding: 10px 10px 10px 0px; display: block; }

ul#twitter_update_list li a:hover { font-family: Arial, Helvetica, sans-serif; color: #a0d87c; font-size: 8pt; text-decoration: none; margin: 0px; padding: 10px 10px 10px 0px; display: block; }

