body, html {
	margin: 0;
	padding: 0px;
	background-color: #FFF;
	font: 12px Arial, Helvetica, sans-serif;
	background-image:url(/images/default_images/page_bg.jpg);
	background-repeat:repeat-x;
}

textarea, input, select {
	font: 12px "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	margin: 5px 0;
}

a,
a.visited {
	color: #003A75;
	text-decoration: none;
}

a:hover {
	color: #6FADFB;
	text-decoration: underline;
}



#header {
	height: 175px;
	position: relative;
}

.header-wrapper {
	width: 925px;
	margin: auto;
	position: relative;
	padding-top: 33px;
}

#header-logo {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 251px;
	height: 119px;
	
}

.header-tab,
.header-tab-selected {
	display: inline-block;
	margin-left: 300px;
	background: url(/images/default_images/nav_top.gif);
	background-repeat:no-repeat;
	height: 46px;
	margin-bottom: -11px;
	width: 620px;
	
	
}

.header-tab {
	display: none;
}

/*[if lt IE 7]>.nav_pos {margin-top: 155px;}[endif]*/ 

.nav_pos {
margin-top: 55px;
}

.header-tab-content {
	padding: 0.5em 1em 1em;
	width: 620px;
	color: #FFF;
	background: url(/images/default_images/nav_top.gif);
	background-repeat:no-repeat;
	height: 46px;
	margin-bottom: -11px;
		
}

#header-nav {
	
	height: 41px;
}

#header-nav ul {
	margin: 0px;
	padding: 0px;
	margin-left: 300px;
	width: 620px;
	list-style-type: none;
}

#header-nav ul li {
	float: left;
	padding: 0px 20px;
	line-height: 41px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 10px;
}

#header-nav ul li a {
	color: #fff;
}

#header-nav ul li a:hover {
	color: #c81e2f;
	text-decoration: none;
}

#header-nav ul li.selected a {
	color: #43b749;
}


#footer {
	text-align: center;
	padding: 20px 0px;
}
#footer ul {
	margin: 0px;
	padding: 0px;
}

#footer ul li {
	display: inline-block;
	list-style-type: none;
	margin-left: 10px;
}

.left-widget h3 {
	margin: 0px;
	padding: 0px;
}

.left-widget-content h3 {
display: block;
width: 187px;
min-height: 21px;
color: #fff;
background-image:url(/images/default_images/cat_top.gif);
background-repeat:no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-left: 5px;
}

.left-widget-login h3 {
display: block;
width: 187px;
min-height: 20px;
color: #fff;
background-image:url(/images/default_images/acc_top.gif);
background-repeat:no-repeat;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
padding-top: 4px;
padding-left: 5px;
}

.left-widget-content {
	display: block;
	width: 187px;
	background-image:url(/images/default_images/cat_bg.gif);
	background-repeat:repeat-y;
	}
	
.left-widget-login {
	display: block;
	width: 187px;
	background-image:url(/images/default_images/acc_bg.gif);
	background-repeat:repeat-y;
	}	
	
.cat_bottom {
background-image:url(/images/default_images/cat_bottom.gif);
background-repeat:no-repeat;
width: 187px;
min-height: 8px;
display: block;
}

.login_bottom {
background-image:url(/images/default_images/acc_bottom.gif);
background-repeat:no-repeat;
width: 187px;
min-height: 4px;
display: block;
}	
	

.left-widget-content ul {
	margin: 0px;
	padding: 0px 15px;
}

.left-widget-content small {
	display: block;
	text-align: left;
}
.left-widget-content select {
	width: 100%;
}

.left-widget-content input[type="text"] {
	width: 90%;
}

.left-widget-content input[type="submit"] {
	font-size: 90%;
}

.left-widget {
	margin: 0px 10px 20px 10px;
}

#widget-categories ul {
	list-style-type: none;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

#widget-categories ul li {
	margin-left: 0px;
}

#widget-categories ul li a {
	margin-bottom: 0em;
	display: block;
}
#widget-categories li.selected {
	font-weight: bold;
}


#widget-categories li.selected ul {
	font-weight: normal;
}

#widget-login {
	text-align: center;
}

h1, h2, h3, h4 {
	margin-top: 0px;
}

.product-container {
	margin-bottom: 2em;
}
.product-info-mini {
	float: left;
	width: 160px;
	height: 130px;
	padding: 5px;
	margin: 2px;
	background: #FFF;
	position: relative;
}

.product-info-mini .bottomer {
	position: absolute;
	text-align: center;
	bottom: 5px;
	width: 160px;
}

.product-info-mini .product-thumbnail {
	clear: both;
}
.product-info-mini h4 {
	margin: 0px;
}

.product-info-mini .store-title {
	font-size: 9px;
}

.system-msg-errors {
	margin: 0 0 4px 0px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FFEBE8;
	border-color: #CC0000;
	color: #7A2D2D;
}

.system-msg-success {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #D6FFDD;
	border-color: #64CB75;
	color: #126320;
}


/* Please visit
* http://matthewjamestaylor.com/blog/perfect-2-column-left-menu.htm
* for cross-browser compatible liquid layouts 
*/

.colmask-wrapper {
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	width: 923px;	
	border-left: solid 1px #e1e1e1;
	border-right: solid 1px #e1e1e1;
	padding-top: 1.5em;
	margin-top: 2px;
}

/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:900px;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	margin: auto;
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
					only padding top and bottom is included here, make it whatever value you need */
	overflow:hidden;
}

/* 3 Column settings */
.twocol {

}
.twocol .colmid {
	right: 25%;			/* took div out for default 5/11/10 raj */
	background:#333;		/* just for testing - center column background colour */
}
.twocol .colleft {
	right: 50%;			/* took div out for default */
	background:#f4f4f4;	/* just for testing left column background colour */
}
.twocol .col1 {
	width:700px;		/* width of center column content (grid area) */
	left:10px;			/* right of left margin */
	/* background:#CCFFFF; /* just for testing left grid column background colour */
	}
.twocol .col2 {
	top:0;
	width:200px;			/* Width of left column content (column width minus padding on either side) */
	left:0px;			/*  left of right margin  */
	/* background: #FFFFCC;	/* just for testing left column background colour */
	}
.twocol .col3 {
	top: 0;
	width:21%;			/* Width of right column content (column width minus padding on either side) */
	left:85%;			/* Please make note of the brackets here:
					(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
}
/* Footer styles */
#footer {
	clear:both;
	width: 923px;
	margin: auto;
	background-image:url(/images/default_images/footer.gif);
	background-repeat:no-repeat;
	display: block;
	min-height: 63px;
	margin-bottom: 50px;
	color: #fff;
}

#footer a:link {
color: #fff;
}

#footer a:visited {
color: #fff;
}

#footer a:active {
color: #fff;
}

#footer a:hover {
color: #e68e06;
}



  
#footer p {
	padding:10px;
	margin:0;
}
/* --> */

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}


.manage-address {
	margin-bottom: 15px;
	width: 300px;
}

.manage-address-actions {
	color: #CC0000;
	font-size: 10px;
	margin-top: 5px;
	border-top: solid 1px #CCC;
	padding-top: 5px;
}

.manage-address-actions a {
	color: #CC0000;
}

.store-logo-thumbnail {
	text-align: center;
	margin: auto;
	margin-bottom: 1.5em;
}

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{background: none; border: 0; clear: both; display: block; float: none; font-size: 0; list-style: none;	margin: 0; padding: 0; overflow: hidden; visibility: hidden; width: 0; height: 0;}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after{clear: both; content: '.'; display: block; visibility: hidden; height: 0;}
.clearfix{display: inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display: block;}
.no-border{border: none;}

.footnote {
	color: #AAA;
}
.input-description{ 
	font-weight: bold; 
	margin-top: 1em;
	float:left;
	width:150px;
	text-align:right;
	margin-right:1em;
}
.input-item input[type='text'] {
	float: left;
	width: 150px;
}
br {
	clear:both;
}
/* Small dialog box used with bright contrast color */
.promoBox 
{
	background-color: #DA5200; 
	padding: 5px;
	margin: 5px;
	color: #FFFFFF;
	float: right;
	width: 200px;
	font-size: 14px;
	font-weight: bold;
}

.promoBox A:link 	{color: #FFCC00; text-decoration: underline;}
.promoBox A:visited {color: #FFCC00; text-decoration: underline;}
.promoBox A:hover 	{color: #FFCC00; text-decoration: none;}

.merchant-login {
	float: right;
}

.promo-copy {
	font-weight: bold;
	text-align: center;
	margin: 0px 0.5em 1em 0.5em;
}

h1 small {
	font-size: 10px;
}









