/******************************************************
* Pratistha Inc                                      *
*                                                    *
* Name: Default                                      *
* Author: Seema Gupta                                *
*****************************************************/


/* Color: Blue */

body {
	background: url('../images/blue/BodyBg2.gif') repeat-x 0 0;
	color: #535353;
    border-color: #c5dde9;
}

a {
	color: #001927;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #07599a;
}

h2 {
	color: #034285;
}

h3 {
	color: #034285;
}

hr {
	color: #c5dde9;
}

li {
    border-color: #c5dde9;
}

ul {
    border-color: #c5dde9;
}

div {
    border-color: #c5dde9;
}

/* Diamond Table */
.DiamondGrid
{
}

tr.Even {
    background-color: #DFF2F7;
}

tr.Odd {
	background-color: #fff;
}

table.DiamondGrid tr.Header {
	background-color: #535353;
	color: #fff;
}

tr.GridRowOver td, tr.GridRowSelOver td {
	background-color: #F3F3F3;
	font-size: 1em;
	color: #000;
}

/* Tab Menu (Buy, Sell, ..) */
#TabMenu 
{
	padding: 0px;
	background: url(../images/blue/MenuBg.gif) top repeat-x;
	color: #535353;
	float: left;
	position: relative;
	margin: 80px 0 0 20px;
}
#TabMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#TabMenu li 
{
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	background: url(../images/blue/MenuBgRight.gif) top right no-repeat;
}
#TabMenu li a, #TabMenu li div 
{
	display: inline-block;
	text-decoration: none;
	font-size: 1.0em;
	padding: 5px 0px 5px 5px;
	width: 120px;
	text-align: center;
	margin: 0;
	color: #535353;	
}
#TabMenu a
{
	background: url(../images/blue/MenuBgLeft.gif) top left no-repeat;
}
#TabMenu li a:hover {
	color: #07599a;
	text-decoration: underline;
}


/* Top Menu  */
#TopMenu li a, #TopMenu li div {
	border-left: 1px solid #c5dde9;
	color: #fff;
}

#TopMenu li div a {
	border-left: 0;
}

#TopMenu li a:hover {
	color: #c5dde9;
}

/* Page Menu */
#Menu li a 
{

}

#Menu li ul li a {
    background: url(../images/blue/FooterBg.gif) top repeat-x;
}

#Menu li ul li a:hover {
	color: #07599a;
	text-decoration: underline;
}

#Menu li:hover a, #Menu li.over a{
	color: #07599a;
	text-decoration: underline;
}


#Outer {
	}

#Header {
	background: url('../images/blue/HeaderBg.gif') repeat-x 0 0;
	border-bottom: 1px solid #c5dde9;
}

#Logo h1 {
	color: #000000;
}

#Logo h1 a {
	color: #000000;
}

#SearchForm {
	color: #95bbd1;
}

#SearchForm label {
	color: #000000;
}

#SearchForm a {
	color: #208db5;
}

#SearchForm a:hover {
	color: #000;
}


.Left {
	
}

.Left li {
	border-bottom: 1px solid #c5dde9;
}

.Left li a:hover {
	color: #07599a;
}

.Content {
}

.Content a {
	color: #075899;
}

.Content.Wide {
	
}

.Content.Widest {
	
}

.Right {
	}

.Right a {
	color: #034285;
}

.Right a:hover, .Right a:hover strong {
	color: #001927;
}

#SideNewsletterBox input.Textbox
{
    color: #535353;
    margin-top: -2px;
    width: 100px;
}

#SideNewsletterBox .Button
{
    width: 64px;
    height: 23px;
    padding: 0;
	margin-top: -6px;
}

#Footer {
	border-top: 1px solid #c5dde9;
	margin: 0px;
	background: url(../images/blue/FooterBg.gif) top repeat-x;
}

#Footer li a 
{
	border-left: 1px solid #c5dde9;
	color: #535353;
}


#FooterTable 
{   
    float:left;
    color: #535353;
    text-align: left;
    margin: 0 20px 0 20px;
    min-width: 170px;    
}

#FooterTable a 
{
    text-decoration: none;
    color: #535353;
}

#FooterTable a:hover {
	color: #07599a;
	text-decoration: underline;
}

#FooterTable .FooterHeading
{
    text-decoration: none;
    font-weight:bold;
    font-size:small;
}

.Content .ProductList li {
	border: 1px solid #c5dde9;
}

.Content .ProductList li:hover, .Content .ProductList li.Over {
	background: #DFF2F7;
}

.ProductList .ProductImage {
	background: #fff;
}

.ProductList strong, .ProductList strong a {
	color: #075899;
}

.ProductPrice, .ProductList em {
	color: #034285;
}

.ProductList .Rating {
	color: #797979;
}

.ProductDetailsGrid2 dt {
	width: 250px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
	border-bottom: 1px dashed #c5dde9;
}

.ProductDetailsGrid2 dd {
	margin-left: 140px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #c5dde9;
}

.DiamondDetailsGrid dt {
	width: 200px;
	margin-bottom: 6px;
	float: left;
	font-weight: bold;
	border-bottom: 1px dashed #c5dde9;
}

.DiamondDetailsGrid dd {
	margin-left: 140px;
	margin-bottom: 6px;
	border-bottom: 1px dashed #c5dde9;
}

.DiamondDetailsGrid dd.Odd {
    	background: #fff;
}

.DiamondDetailsGrid dt.Odd {
    	background: #fff;
}

.DiamondDetailsGrid dd.Even {
    	background: #fff;
}

.DiamondDetailsGrid dd.Even {
    	background: #fff;
}
    
.OffRapaport
{
    color: #800000;
    font-weight: bold;
}
    
ProductBreadcrumb 
{
    border-color: #c5dde9;
}

.Right .ProductList li {
	border-bottom: 1px solid #c5dde9;
}

.Content .FeaturedProducts .ProductList li {
	background: #dff2f7;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	background: #D2E8EE;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: url(../images/blue/TopSellerNumberBg.gif) 0 4px no-repeat;
	color: #075899;
}

.Left .TopSellers li.TopSeller1, .Right .TopSellers li.TopSeller1 { /* No1 seller box */
	border: 1px solid #c5dde9;
	background: #fff;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../images/blue/TopSellerNumber1Bg.png) 0 0 no-repeat;
	color: #075899;
}

.Breadcrumb {
	border-bottom: 1px solid #c5dde9;
}

.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #85BADF; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #85BADF; border-bottom:solid 1px #F2F2F2; }
.ViewCartLink {
	background: url('../images/blue/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
	border: 1px solid #c5dde9;
}

.CartContents thead tr th, table.General thead tr th {
	background: #edf2f3;
	color: #424748;
	border-bottom: 1px solid #c5dde9;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #c5dde9;
	color: #075899;
}

.MiniCart .SubTotal {
	color: #075899;
}

.JustAddedProduct {
	border: 1px solid #c5dde9;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #075899;
}

.CategoryPagination {
	color: #034285;
	background: #f4fbfc;
	border: 1px solid #c5dde9;
}

.CheckoutRedeemCoupon { background: #EAFDFF; padding: 10px; width: 300px; border: 1px solid #9DD3D8; margin-bottom: 10px; }

.InfoMessage {
	background: #EFF8FA url('../images/InfoMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.SuccessMessage {
	background: #E8FFDF url('../images/SuccessMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ErrorMessage {
	background: #FFECEC url('../images/ErrorMessage.gif') no-repeat 5px 8px;
	color: #555;
}

.ComparisonTable tr:hover td, .ComparisonTable tr.Over td {
	background: #EFF8FA;
}

/* Shipping Estimation on Cart Contents Page */
.EstimateShipping {
	border: 1px solid #c5dde9;
	background: #edf2f3;
}

/* Express Checkout */
.ExpressCheckoutBlock .ExpressCheckoutTitle {
	background: #dcf0f5;
	border: 1px solid #bce0e8;
}

.ExpressCheckoutBlockCollapsed .ExpressCheckoutTitle {
	background: #f0f0f0;
	border: 1px solid #ddd;
	color: #555;
}

.ExpressCheckoutBlockCompleted .ExpressCheckoutCompletedContent {
	color: #888;
}

/* Tabbed Navigation */
.TabNav {
	border-bottom: 1px solid #c5dde9;
}

.TabNav li a {
	border: 1px solid #c5dde9;
	background: #ddf0f6;
}

.TabNav li a:hover {
	background-color: #c8e6ed;
}

.TabNav li.Active a {
	border-bottom: 1px solid #fff;
	background: #fff;
}

/* General Tables */
table.General tbody tr td {
	border-top: 1px solid #c5dde9;
}

.ProductSoldOut {
	color: red;
	float: right;
}
