html {
	background-color: #FFFFFF;
}

body {
	/* Orig Background above and below #4C80B6 and /images/bg.png */
	background: #FFFFFF url('../images/b.png') repeat-x;
	margin: 0;
	padding: 0;
	/*font:13px/1.231 arial,helvetica,clean,sans-serif; orig */
	font:13px/1.231 Tahoma,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

select,input,button,textarea,button {
	/*font:99% arial,helvetica,clean,sans-serif; orig*/
	font:99% Verdana,helvetica,clean,sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}

a       { color : #0033BD; text-decoration : none; }
a:hover { color : #35689B; text-decoration : underline; }

p {
	line-height: 1.3em;
}

strong  {
	font-weight: bold;
}

/* main page container */
div#page-container {
	width: 980px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #D0D0D0;
	border-top: 0;
}

/* header and logo */
div#header {
	height: 80px;
	background-color: #fff;
}
div#header div#logo-image {
	width: 96px;
	padding-left: 26px;
	float: left;
	padding-top: 0px;
}
div#header div#logo-text {
	float: left;
	padding-top: 30px;
	font-size:26px;
	font-weight: bold;
	line-height: 20px;
	color: #325D8A;
	font-style: italic;
}
div#logo-text span {
	font-size: 10px;
}
div#header div#logo-guarantee {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

/* main menu and search box */
div#top-menu {
	width: 980px;
	/*border: 1px solid #0000FF;
	border-right: 0;
	border-left: 0; 
	height: 46px; orig remove height below */
	/* MODIFIED by bg.png to b.png  */
	height: 28px;
	background: #0039D0 url('../images/menu-b.png') repeat-x;
	font-size: 12px;
	line-height: 28px;
	/*line-height: 46px; orig remove font-size and line-height above */
}

div.menu-main {
	float: left;
}
div.menu-main ul
{
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
div.menu-main ul li { 
	display: inline;
}
div.menu-main ul li a {
	padding: 0 15px;
	/*color: #000;
	font-size: 1.1em; orig remove color and font-size below to restore*/
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	/*text-decoration: none; */

	/*border-right: 1px solid #0000FF; orig */
}
div.menu-main ul li a:hover {
	background-image: url('../images/menu-b-hover.png');
	background-repeat: repeat-x;
    color: #FFFFFF; 
	text-decoration: underline;
	/*color: #fff;  orig remove font size weight underline above*/
	font-weight: bold;  

}


div#search {
	text-align: right;
	float: right;
	padding-right: 10px;
}
input#searchbox {
	background: #0099FF url('../images/searchbox.png') repeat-x;
	height: 18px;
	/*border: 1px solid #0000FF;
	height: 18px;
	padding-top: 4px; orig remove padding below*/
	padding-right: 1px;
	width: 200px;
	/*padding-left: 6px;
	font-size: 16px;*/
	font-size: 12px;
}
input#searchbutton {
	/*font-size: 16px; remove height below to restore*/
	height: 25px;
	font-size: 12px;
	padding: 1px;
	font-weight: bold;
	cursor: pointer;
}

/* main content box */
div#center-content-container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}

/* sidebars */
div.container-header {
	border-bottom: 1px solid #0000FF;
	/* background: #0000FF url('../images/sidebar-header-bg.png') repeat-x;  MODIFIED changed bg.png to b.png */
	background: #1E90FF url('../images/sidebar-header-b.png') repeat-x;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	line-height: 23px;
	color: #fff;
}

div#left-sidebar {
	width: 200px;
	float:left;
	margin-right: 10px;
	min-width:200px;
	min-height: 100px;
}

div#right-sidebar {
	width: 200px;
	float:right;
	margin-left: 10px;
	min-width:200px;
	min-height: 100px;
}

div.left-sidebar-container {
	width: 200px;
	float:left;
	border: 1px solid #0000FF;
	background-color: #CCFFFF;
}

div.right-sidebar-container {
	width: 200px;
	float:right;
	margin-left: 10px;
	border: 1px solid #0066FF;
	background-color: #FFFFFC;
}

div.sidebar-links {
	
}
.sidebar-links ul
{
	padding: 0 5px;
	margin: 0;
	width: 100%;
}
.sidebar-links ul li { 
	display: inline;
}
.sidebar-links ul li a {
	padding: 2px 5px;
	text-decoration: none;
	float: right;
	width: 100%;
}
.sidebar-links ul li a:hover {
	text-decoration: underline;
}
.sidebar-links ul li div.parent {
	font-weight: bold;
	font-size: 1em;
}
.sidebar-links ul li div.parent a {
	padding-left: 15px;
	font-weight: normal;
	font-size: 1em;
	line-height: 12px;
}
.sidebar-links ul li div.child {
	font-weight: normal;
	font-size: 1em;
	padding-left: 15px;
	line-height: 12px;
}
div.adbox {
	text-align: center;
	border: 1px solid transparent;
	border-top: 0;
	border-bottom: 0;
}

/* center content */
div.main-content-container {
	width: 738px;
	float:left;
	background-color: #fff;
}

/* headers */
div.top-products-header {
	border-bottom: 1px solid #35689B;
	background: #1E90FF url('../images/content-header-b.png') repeat-x;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	color: #fff;
}
div.main-content-container div.header-small {
	border: 1px solid #35689B;
	/*background: #F1F5F6 url('../images/content-header-bg.png') repeat-x;  MODIFIED like Top Prods */
	background: #1E90FF url('../images/content-header-b.png') repeat-x;
	font-size: 1em;
	font-weight: bold;
	line-height: 27px;
	text-align: center;
	color: #fff;
}

/* featured products */
div.top-products-container {
	width: 738px;
	height: 225px;
	float:left;
	background-color: #fff;
}
div#sliderbg {
	background: #fff url('../images/top-products-bg.png') repeat-x;
	background-position: bottom;
	border: 1px solid #35689B;
}
#slider ul, #slider li,
#slider2 ul, #slider2 li {
	margin:0;
	padding:0;
	list-style:none;
}
#slider2 {
	margin-top:1em;
}
#slider li, #slider2 li { 
	width:697px;
	overflow:hidden; 
}
div#slider-controls {
	float: right;
}
ol#controls {
	margin:1em 0;
	padding:0;
	height:28px;
}
ol#controls li {
	margin:0 10px 0 0; 
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
}
ol#controls li a {
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #0000FF;
	background-color:#F9D783;
	color:#000;
	padding:0 10px;
	text-decoration:none;
}
ol#controls li.current a {
	background:#0000FF;
	color:#000;
	font-weight: bold;
}
ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus {
	outline:none;
}

div.productbox {
	padding: 10px;
}

/* misc elements for spacing */
.top {
	margin-top: 10px;
}
div.bottom {
	margin-bottom: 10px;
}

.main-content {
	padding: 5px;
}

/* product listings */
table#producttable {
	padding: 0 10px;
}

table#producttable td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #477AB0;
}
table#producttable td.index {
	padding-right: 5px;
	color: #666;
	font-size: .7em;
}
table#producttable td.last {
	border-bottom: 0;
	width:576px; /*added*/
}
table#producttable td.thumbnail {
	width: 110px;
}
table#producttable td.thumbnail img {
	width: 110px;
	border: 0;
}
table#producttable td.description {
	padding-left: 10px;
}
table#producttable td.description div.title {
	font-size: 1.1em;
	font-weight: bold;
	overflow: hidden;
	width:576px;
}
table#producttable td.description div.description {
	font-size:1em;
	line-height: 1.3em;	
	width:576px;
	overflow: hidden;
}
table#producttable td.description div.link {
	font-size:.8em;
	padding-top: 10px;
	border: 0; /* to remove moredetails border */
}

/* to remove the border around the 'more details'  */
div.link img {
	border: 0;
}

table#producttable td.description div.button {
	padding-top: 10px;
	clear:inherit;
}	
table#producttable td.description span.highlight {
	background-color: #FFFF66;
}

/* pagination table */
table.pagination {
	width: 738px;
	/*border: 1px solid #0000FF;
	border-top: 0; REMOVED */
	background-color: #FDF5D6;
	margin: 0 auto;
	line-height: 20px;
	float: left;

}
table.pagination td {
	padding: 5px;
}
table.pagination td.results {

}
table.pagination td.links {
	/*text-align: right; orig*/
	text-align: left;
}

/* breadcrumbs */
div.breadcrumbs {
	width: 738px;
	/*border: 1px solid #0000FF; 
	background: #F1F5F6 url('../images/sidebar-header-bg.png') repeat-x; REMOVED*/
	line-height: 30px;
	/*padding: 0px 10px; orig*/
	/*text-color: #FFFFFF; added*/
	/*text-indent: 5px  removed */
	float: left;
	margin: 0 auto;


}
/* slider product listings */
/* added height 125 image and deatils to add more info and clear the image height */
div.slider-container div.thumbnail {
	width: 130px;
	height: 125px;
	float: left;
}
div.slider-container div.thumbnail img {
	border: 0;
}
div.slider-container div.details {
	width: 540px;
	height: 125px; 
	float:left;
}
div.slider-container div.title {
	font-size: 1.2em;
	font-weight: bold;
}
div.slider-container div.description {
	font-size: 1em;
	line-height: 1.3em;
}
div.slider-container div.moreinfo {
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	padding-top: 10px;
}

/* default horizontal menu */
.menu-horizontal {
	
}
.menu-horizontal ul
{
	width: 100%;
	padding-left: 0;
	margin-left: 0;
}
.menu-horizontal ul li { 
	display: inline;
}
.menu-horizontal ul li a {
	padding: 0 10px;
	text-decoration: none;
}

/* default vertical menu */
.menu-title {
	border-bottom: 1px solid #0000FF;
	background: #B78016 url('../images/sidebar-header-bg.png') repeat-x;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
}
.menu-vertical {
	line-height: 1.3em;
	font-size: 1em;
	font-weight: bold;
}
.menu-vertical ul
{
	padding: 0 5px;
	margin: 0;
	width: 100%;
}
.menu-vertical ul li { 
	display: block;
}
.menu-vertical ul li a {
	padding: 2px 5px;
	text-decoration: none;
	/*float: left; orig*/
	float: right;
	width: 100%;
}
.menu-vertical ul li a:hover {
}

/* footer menu */
div.menu-footer {
	font-size: .9em;
	color: #FFFFFF; /* ORIG #666 */
}
div.menu-footer ul
{
}
div.menu-footer ul li { 
	display: inline;
}
div.menu-footer ul li a {
	padding: 0 5px;
	/* added below*/
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	/* added above*/
	text-decoration: none;
}
div.menu-footer ul li a:hover {
	text-decoration: underline;

}

/* footer */
div#footer {
	clear: both;
	line-height: 16px;
	width:980px;
	margin: 10px auto;
	/*background-color: #fff; ORIG*/
	border: 1px solid #26496B;
	text-align: center;
	/* added below*/
	background-color: #0039D0;
	font-size: 12px;
	font-weight: bold;
}

/* copyright */
div#copyright {
	text-align: center;
	padding-bottom: 10px;
	width: 980px;
	font-size: .8em;
	color: #fff;
	margin: 0 auto;
}