/******************************************************\
* Interspire Shopping Cart Style File                *
*                                                    *
* Name: Default                                      *
* Author: Chris Boulton (Interspire Pty. Ltd.)       *
* Id: $Id$                                           *
\*****************************************************/

/* Color: Maroon */

body {
	background: #fff;
	color: #1b1b1b;
}
a {
	color: #1b1b1b;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #005e99;
}
h2 {
	color: #046690;
}
h3 {
	color: #1982af;
}


#Container {
}


#TopMenu {
	color: white;

}
#TopMenu li a, #TopMenu li span {
	color: white;
	
}
#TopMenu li span a {
	color: white;
}
#TopMenu li a:hover {
	text-decoration: underline;
}

#Menu {
	background: url(../images/skyblue/MenuBg.gif) bottom right repeat-x;
}
#Menu li {
	background: url(../images/skyblue/MenuBgRight.gif) top right no-repeat;
}
#Menu li a {
	color: #fff;
	background: url(../images/skyblue/MenuBgLeft.gif) top left no-repeat;
}
#Menu li ul li a {
	background: #056792;
}
#Menu li ul li a:hover {
	color: #cbe9f2;
}


.socialContainer{
	float:right;
	overflow:visible;
	padding-left:867px;
	padding-top:5px;
}





.oneColFixCtr #container {
	width: 1000px;
	text-align: left;
	margin: 0 auto;
}
.oneColFixCtr #header {
	height: 47px;
}
.oneColFixCtr #logo {
	height: 122px;
	width:980px;
}
.oneColFixCtr #SearchForm {
	height: 40px;
	width:605px;
	margin:-5px -20px 0 0;
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #footer {
	height: 198px;
	background-image: url(../images/cermark_footer.png);
	background-repeat: no-repeat;
	margin-top:-115px;
	margin-left:1px;
}


.oneColFixCtr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 10px 15px 0;
}
.oneColFixCtr #innerContent { 
	margin: 0 0 0 260px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#tabbedDetail{
	padding-top:40px;
	padding-bottom:40px;
	
	
}


#footUpsale{
	width:720px;
	height:90px;
	margin:55px 10px 0px 45px;
	
	
}
#footbbb{
	width:720px;
	height:50px;
	margin:0px 10px 40px 35px;
	
}

#footCopy{
	margin-top:-15px;
	padding-left:200px;
	text-align:center;
	font-size:10px;
	
}


.hrPadding {
	margin-bottom:60px;
	
}


.tab { 
	font-family: verdana,sans-serif; 
	font-size: 11px;
	width: 100px;
	white-space: nowrap;
	text-align: center;
	border-style: solid;
	border-color: gray;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
	float:left;
	margin-top:-23px;
	}
.tabhold { 
	background-color: #aaa;
	color: white;
	}
.tabfocus { 
	background-color: white;
	color: black;
	}
.tabcontent { 
	font-family: sans-serif; 
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	}


#HomeRecentBlogs h3 a:link, #HomeRecentBlogs h3 a:visited {
	
	font-size:1.5em;
	border-bottom:1px dashed gray;
	text-decoration: none;
	margin-bottom:8px;
}






#Logo h1 {
	color: #fff;
}
#Logo h1 a {
	color: #fff;
}


#SearchForm {
		width:100%;

}
#SearchForm label {
	display: none;
}
#SearchForm input {
	background: #fff;
	border: 1px solid #dbeef4;
}
#SearchForm .Button {
	border: 0;
}
#SearchForm a {
	color: #cbe9f2;
}
#SearchForm p {
	color: #cbe9f2;
}

.SearchExtras, .SearchExtras a:link, .SearchExtras a:visited  {
	font-size: 0.85em;
	color:white;
	
}


.Left {
}
.Left .Block {
	width:223px;
/*	background: #f4fafb;
	border: 1px solid #dbeef4; */
}
.Left h2 {
	height:29px;
	margin:0;
	padding:0;
}
.Left li {
	height:36px;
	background-image: url(../images/cermark_sidebar_midsection.jpg);

}
.Left li a {
}
.Left li a:hover {
	color: #056792;
}


.Content {
}
.Content h2 {
		font-size:1.4em;
		color:black;
}
.Content a {
	color: black;
}
.Content.Wide {
}
.Content.Widest {
}


.Right {
}
.Right .Block {
	background: #f4fafb;
	border: 1px solid #dbeef4;
}
.Right h2 {
	color: #056792;
}
.Right a {
}
.Right a:hover, .Right a:hover strong {
	color: #056792;
}
.Right hr {
	background: transparent;
	color: #f4fafb;
}

.Box {
}
.Box .Block {
	background: #f4fafb;
	border: 1px solid #dbeef4;
}
.Box h2 {
	color: #056792;
}
.Box a {
}
.Box a:hover, .Box a:hover strong {
	color: #056792;
}
.Box hr {
	background: transparent;
	color: #f4fafb;
}




.NewsletterSubscription input {
	border: 1px solid #dbeef4;
}


.Content .ProductList li {
}
.Content .ProductList li:hover, .Content .ProductList li.Over {
}

.ProductList .ProductImage {
	background: #fff;
	padding: 2px;
}

.Content .ProductList strong, .Content .ProductList strong a {
	color: #075899;
}

.ProductPrice, .ProductList em {
	color: Red;
}

.ProductList .Rating {
	color: #6a6a6a;
}

.Right .ProductList li {
}

.Content .FeaturedProducts .ProductList li {
}


.Content .FeaturedProducts .ProductList .ProductImage {
}



.Content .FeaturedProducts .ProductList li:hover, .Content .FeaturedProducts .ProductList li.Over {
}

.Right .TopSellers li {
}

.Right .TopSellers li .TopSellerNumber { /* Contains the number of the item */
	color: #056792;
}

.Right .TopSellers li.TopSeller1 .ProductImage { /* No1 seller box */
}

.Right .TopSellers li.TopSeller1 {
	background: #fff;
	border: 1px solid #dbeef4;
}

.Right .TopSellers li.TopSeller1 .ProductDetails { /* No1 seller box */
	background: #fff url(../images/skyblue/TopSellerNumber1.gif) 10px 10px no-repeat;
}

.Right .TopSellers li.TopSeller1 .TopSellerNumber {
	display: none;
}




.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;
}

.CartContents {
	border: 1px solid #c7d7db;
}

.CartContents thead tr th {
	background: #edf2f3;
	color: #424748;
	border-bottom: 1px solid #c7d7db;
}

.CartContents tbody .SubTotal td {
	border-top: 1px solid #c7d7db;
	color: #075899;
}

.MiniCart .SubTotal {
	color: #075899;
}

.JustAddedProduct {
	border: 1px solid #c0dae7;
	background: #fff;
}

.JustAddedProduct strong, .JustAddedProduct a {
	color: #075899;
}

.CategoryPagination {
	color: #034285;
}

.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 #c7d7cb;
	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;
}
