/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Electromundo                                 *
* Author: Danny Herran (Ingeniarte.com)              *
* Id: $Id$                                           *
\*****************************************************/

/* Color: White */

body {
	background: #FFFFFF url(../images/white/BodyBg.gif) repeat-x bottom;
	color: #535353;
}


a {
	color: #525252;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #07599a;
}

h2 {
	color: #45a7fb;
}

h3 {
	color: #45a7fb;
}

.NewStuff {
	color:#f70000;
	font-size:9px;
	font-weight:bold;
}
 
#TopMenu li a, #TopMenu li div {
	border-left: 1px solid #4e4e4e;
	color: #4e4e4e;
}

#TopMenu li div a {
	border-left: 0;
}

#TopMenu li a:hover {
	text-decoration:underline;
}

#Menu li a {
	background: url('../images/white/PagesMenuBg.gif') 0 8px no-repeat;
	color: #fff;
}

#Menu li ul li a {
	background: #4e4e4e;
}

#Menu li ul li a:hover {
	background-color: #828282;
	color: #fff;
}

#Menu li:hover a, #Menu li.over a{
}

#Outer {
	/*background: #FFFFFF;*/
	/*background: url('../images/white/WrapperBg.jpg') no-repeat top center;*/
}


#Logo h1 {
	color: #fff;
	/*background: url(../images/white/Logo.gif) top left no-repeat;*/
}

#Logo h1 a {
	color: #fff;
}

.Content {
	/*background: transparent url('../images/ContentBg.gif') no-repeat;*/
}

.Content a {
	color: #525252;
}

#Footer {
	border-top: 1px solid #C0DAE7;
}

#Footer li a {
	border-left: 1px solid #208db5;
}

.Content .ProductList li:hover, .Content .ProductList li.Over {
	background: #e5e5e5;
}

.ProductList .ProductImage {
	background: #fff;
}

.ProductList .Rating {
	color: #797979;
}

.Right .ProductList li, .Left .ProductList li {
	border-bottom: 1px solid #bdbcbd;
}

.Content .FeaturedProducts .ProductList li {
	background:url(../images/white/FeaturedProductsBg.gif) repeat-x bottom;
}

.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
	background: #e5e5e5;
}

.Left .TopSellers li .TopSellerNumber, .Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	background: url(../images/white/TopSellerNumberBg.gif) 0 4px no-repeat;
	color: #0e8cf8;
}

.Left .TopSellers li.TopSeller1 .TopSellerNumber, .Right .TopSellers li.TopSeller1 .TopSellerNumber {
	background: url(../images/white/TopSellerNumber1Bg.gif) 0 0 no-repeat;
	color: #0e8cf8;
}

.Breadcrumb {
	border-bottom: 1px solid #DCDFE2;
}


.CompareItem { width:200px; border-left: solid 1px #CACACA; }
.CompareFieldName { font-weight:bold; border-bottom: 1px solid #EFF8FA; }
.CompareFieldTop { border-bottom:solid 1px #bdbcbd; }
.CompareFieldTop a:hover { color:red; }
.CompareCenter { border-left:solid 1px #bdbcbd; border-bottom:solid 1px #F2F2F2; }
.CompareLeft { border-left:solid 1px #bdbcbd; border-bottom:solid 1px #F2F2F2; }

.ViewCartLink {
	background: url('../images/white/Cart.gif') no-repeat 3px 0;
}

table.CartContents, table.General {
	border: 1px solid #bdbcbd;
}

.CartContents thead tr th, table.General thead tr th {
	background: #edf2f3;
	color: #424748;
	border-bottom: 1px solid #bdbcbd;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #bdbcbd;
	color: #075899;
}

.MiniCart .SubTotal {
	color: #075899;
}

.JustAddedProduct {
	border: 1px solid #c0dae7;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #075899;
}

.CategoryPagination {
	color: #034285;
	background: #f4fbfc;
	border: 1px solid #c0dae7;
}

.CheckoutRedeemCoupon { background: #EAFDFF; padding: 10px; width: 300px; border: 1px solid #9DD3D8; margin-bottom: 10px; }

.SubCategoryList, .SubBrandList {
	background:#EEF5F9;
}

.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 #bdbcbd;
	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 #3d9abe;
}

.TabNav li a {
	border: 1px solid #3d9abe;
	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 #efefef;
}

/* Recent News */

.RecentNews a {
	color:#075899;
}