
/**************************** General Styles ****************************/

body {
  padding: 0;
  margin: 0;
  background: #1182B1 url(Images/bg_body.jpg) repeat-x;
  text-align: center;
  font: 12px arial;
}

h1 {
  font: bold 14px arial;
}

button {
  cursor: pointer;
  margin: 0px 2px 0px 2px; padding: 2px 10px 3px 10px;    
  height: 23px;
  text-decoration: none;
  text-align: center;
  background: #3497C0 url(Images/bg_btn.jpg) repeat-x bottom;
  color: #FFF;
  border: 1px solid #0F7CA9;;
  font-size: 11px;        
}

button:hover {
  text-decoration: none;
  background: #3497C0 url(Images/bg_btn_hover.jpg) repeat-x bottom;
  border :1px solid #0F7CA9;
  color: #FFF;
}

a.linkbutton:link, a.linkbutton:visited {      
  margin: 0px 2px 0px 2px; padding: 4px 10px 3px 10px;      
  text-decoration: none;
  text-align: center;
  background: #3497C0 url(Images/bg_btn.jpg) repeat-x bottom;
  color: #FFF;
  border: 1px solid #0F7CA9;
  font-size: 11px;
}

a.linkbutton:hover {
  text-decoration: none;
  background: #3497C0 url(Images/bg_btn_hover.jpg) repeat-x bottom;
  border :1px solid #0F7CA9;
  color: #FFF;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

#rollover {
  position: absolute; 
  overflow: hidden; 
  visibility: hidden;
  z-index: 999; 
  margin: 0;
  padding: 5px;
  color: #505050;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255); 
  text-align: justify;         
}

.nodecoration {
  text-decoration: none;
  color: #000;
}

img {
  border: 0;
}

.nodecoration-white {
  text-decoration: none;
  color: #FFF;
}

.nodecoration-grey {
  text-decoration: none;
  color: #666666;
}

.shaded-border {
  margin: 0;
  padding: 5px;
  color: #505050;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255); 
  text-align: justify;         
}

.shaded-border-margin {
  margin: 10px;
  padding: 5px;
  color: #505050;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255);
  overflow: hidden;     
}

.product-price {
  font: bold 14px arial;
  color: #9E0505; 
  margin: 0px;
  padding: 2px 0px 0px 0px; 
}

.product-name {
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.contactlink {
  margin-bottom: -5px;
}

.delivery {
  margin-left: 7px;
  margin-bottom: -7px;
}

#terms {
  text-align: left;
  background-color: #fff;
}

.footertext {
  float: left;
  padding-top: 5px;
  padding-left: 25px;
  padding-right: 38px;
  font: 10px arial;
  color: #666666;
  text-decoration: none;
}

img.w3links {
  margin: 35px 0 5px 30px;
  text-decoration: none;
  width: 88px;
  height: 31px;
}

/**************************** Main Layout Styles ****************************/

#search-holder {
      position: absolute; 
      top: 102px; 
      left: 0; 
      z-index: 999; 
      margin: 0 auto; 
      width: 100%;
}

*html #search-holder {
      top: 50px;
}         

#topbar{
  width: 100%;
  height: 53px;
  background: #000 url(Images/bg_topbar.jpg) repeat-x;
}

#topmenu {
  width: 900px;
  height: 53px;
  margin: 0 auto;
  text-align: center;
  font: 14px arial;
}

#topmenu ul {
  padding: 0px;
  margin: 0px; 
	list-style-type: none;
}

#topmenu li {
	float:left;
}

#topmenu a {
	display:block;
	height:53px;
	border-right:1px solid #1D82EC;
	border-left:1px solid #074EAA;
	color:#FFFFFF;
	text-align:center;
	line-height:53px;
	text-decoration:none;
} 

#topmenu a:hover {
	background: url(Images/bg_menu_hover.jpg) repeat-x;
	color: #9E0505;
}

#topmenu .selected {
  background: url(Images/bg_menu_hover.jpg) repeat-x;
  color: #9E0505;
}

#outerwrap {
  width: 928px;
  margin: 0 auto;
  background: url(Images/bg_outerwrap.png) repeat-y;
  text-align: center;
}

#searchbar {
  width: 928px;
  background: url(Images/bg_searchbar.jpg) no-repeat;
  padding-top: 156px;
  margin: 0 auto;
  text-align: left;
}

#innerwrap {
  width: 900px;
  margin: 0 auto;
  overflow: hidden;
}

#footer {
  width: 900px;
  height: 120px;
  margin: 0 auto;
  background: #E7E7E7 url(Images/bg_footer.jpg) no-repeat;
  text-align: left;
}

/**************************** Search bar styles ****************************/
#search-form-div {
  float: right;
  background-color: #888;
  margin: 60px 500px 0px 0px;
  padding-left: 350px;
  overflow: hidden;
}

/**************************** Innerwrap main styles ****************************/

#admincontent {
  margin: 8px 8px 8px 8px;
} 

.main-content-wide { 
  width: 900px;
  float: left;
  text-align: left;
  margin: 20px 0px;
  background-color: #fff;
}

.main-content-wide-top { 
  width: 900px;
  float: left;
  text-align: left; 
  margin: 0px 0px;
}

.main-content-wide-dotted-border { 
  width: 880px;
  float: left;
  text-align: left; 
  margin: 2px 0px;
  padding: 10px 10px 5px 10px;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
  background-color: #fff;
}

.main-content-wide-center { 
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

.main-content-wide-normal { 
  margin: 8px 8px 8px 8px;
}

/**************************** Main index categories & text ****************************/

.left-side-div {
  float: left;
  width: 190px;
  background: #1357AA url(Images/bg_maincats_main.jpg) repeat-x;
  text-align: left;
}

.left-side-div ul {
  margin: 0;
  padding: 0;
}

.left-side-div li {
  width: 170px;
  padding: 8px 10px 8px 10px;
  border-bottom: 1px solid #1063BE;
  border-top: 1px solid #93C3F7;
  color:#FFFFFF;
  font: 14px arial;
}

/* Sets the class for bottom category style - no bottom border! */
li.left-side-div .category-bottom {
  width: 170px;
  padding: 8px 10px 8px 10px;
  border-top: 1px solid #93C3F7;
  color:#FFFFFF;
  font: 14px arial;
}

.right-side-div {
  float: right;
  width: 680px;
  text-align: left;
  padding: 20px 10px 5px 5px;
}

#categories-header {
  width: 170px;
  padding: 8px 10px 8px 10px;
  background: url(Images/bg_maincats_header.jpg) repeat-x;
  font: bold 14px arial;
  color:#FFFFFF;
}

/**************************** Main index middle bar content ****************************/

.offers-title { 
  float: left;
  width: 300px;
  font: bold 14px arial;
  margin: 7px 0px 4px 0px;
  background: url(Images/btn_offers_title.jpg);
  color: #ff0000;
}

.top-sellers { 
  float: right;
  width: 160px;
  font: 14px arial;
  margin: 7px 0px 4px 0px;
  background: url(Images/btn_top_sellers.jpg);
  color: #000;
  text-align: left;
  cursor: pointer;
}

/****************************  Products page layout ****************************/

.left-side-products-div {
  float: left;
  width: 136px;
  text-align: center;
}

.right-side-products-div {
  float: right;
  width: 620px;
  text-align: left;
}

.category-title { 
  float: left;
  width: 300px;
  font: bold 14px arial;
  margin: 7px 0px 4px 0px;
  color: #ff0000;
}

.shaded-border-products {
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px;
  width: 768px;
  color: #505050;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255);
  overflow: hidden;     
}

/****************************  Product page layout ****************************/

.top-product-div {
  width: 882px;
  margin: 45px 0px 10px 0px;
  text-align: left;
  color: #505050;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255);
}

.pics-product-div {
  width: 882px;
  height: 561px;
  margin: 10px 0px;
  text-align: left;
  color: #505050;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255);
}

/**************************** Tables ****************************/

table.special-offer-table {
  margin: 0 auto;
  border-spacing: 5px;
  border-collapse: collapse;
  width: 880px;
}

td.special-offer-cell {
  width: 220px;
  padding: 15px;
  margin: 10px;
  text-align: center;
}

table.product-table {
}

table.product-table td.black {
  color: #000;
}

table.product-table td.dotted-cell {
  border-top: 1px dotted #CCC;
}

table.product-table td.product-right-cell {
  width: 320px;
  text-align: right;
}

table.product-table td.product-left-cell {
  width: 550px;
  text-align: left;
}

table.product-images-table {
}

table.product-images-table td {
  width: 136px;
  height: 136px;
  padding: 3px;
  text-align: left;
  vertical-align: bottom;
  border: 1px solid RGB(170,170,255);
}

table.view-products-table {
  border-spacing: 0px;
  border-collapse: collapse;
  width: 620px;
}

table.view-products-table td.view-products-right-cell {
  width: 230px;
  padding-top: 10px;
  text-align: right;
}

table.view-products-table td.view-products-left-cell {
  width: 390px;
  text-align: left;
}

table.table-admin {
  padding: 0px;
  border-spacing: 0px;
  border-collapse: collapse;
}

table.table-admin td {
  border: 1px solid RGB(170,170,255);
  padding: 5px;
  font-size: 11px;
  height: 32px;
}

table.table-admin th {
  background: #69B8D9 url(Images/bg_table_header.jpg) repeat-x bottom;
  color: #fff;
  font-size: 12px;
  height: 24px;
  border-top: 1px solid #3899C3;
}

table.table-admin th.header-admin-left {
  border-left: 1px solid #3899C3;
}
table.table-admin th.header-admin-right {
  border-right: 1px solid #3899C3;
}

table.cart {
  width: 780px;
  text-align: center;
  margin: 0 auto;
  padding: 5px;
  border: 1px solid RGB(170,170,255);
}

table.cart th {
  background: #69B8D9 url(Images/bg_table_header.jpg) repeat-x bottom;
  color: #fff;
  font-size: 12px;
  height: 24px;
  border: 1px solid #3899C3;
}

table.cart td {
  padding: 7px;
}

table.cart td.align-left {
  text-align: left;
}

table.cart td.align-right {
  text-align: right;
}

table.cartother {
  width: 550px;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
}

table.cartother td.button {
 padding: 10px;
}

table.packingnote {
  width: 780px;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  padding: 5px;
  border: 1px solid RGB(170,170,255);
}

table.packingnote td {
  padding: 7px;
}

/**************************** Forms ****************************/

form#small {
  width: 405px;
  color: #505050;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255);
  margin: 0px;
  padding: 5px;    
  font: 12px arial;
}

form#small input {
  width: 290px;
  font: 12px arial;
}

form#small .textarea {
  width: 100px;
}

form#small .submitbutton {
  padding: 6px 0px 6px 0px;
}

form#small .textareavert {
  width: 100px;
  vertical-align: top;
}

form#small .textmulti {
  width: 290px;
  font: 12px arial;
}

form#small .combo {
  width: 294px;
  font: 12px arial;
}

form#small .checkbox {
  width: 15px;
  padding: 0px;
  margin: 0px;
}

form#small .file {
  margin-top: 4px;
}

form#checkout {
  width: 500px;
  background-color: #f4f4f4;
  border: 1px solid RGB(170,170,255);
  margin: 0px;
  padding: 5px;    
  font: 12px arial;
  margin: 0 auto;
  text-align: left;
}

form#checkout .data {
  width: 340px;
  text-align: left;
}

form#checkout .textarea {
  width: 140px;
  text-align: left;
}

form#checkout .textareavert {
  width: 140px;
  vertical-align: top;
  text-align: left;
}

/**************************** Individual buttons ****************************/

a.createbutton {
  background: url(Images/btn_create.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 27px;
  height: 27px;
}

a.deletebutton {
  background: url(Images/btn_delete.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 27px;
  height: 27px;
  float: left;
}

a.editbutton {
  background: url(Images/btn_edit.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 27px;
  height: 27px;
  float: left;
}

a.printbutton {
  background: url(Images/btn_print.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 27px;
  height: 27px;
  float: left;
}

a.sentbutton {
  background: url(Images/btn_sent.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 27px;
  height: 27px;
  float: left;
}

a.imagesbutton {
  background: url(Images/btn_images.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 27px;
  height: 27px;
  float: left;
}

a.pricesbutton {
  background: url(Images/btn_prices.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 27px;
  height: 27px;
  float: left;
}

a.morebutton {
  background: url(Images/btn_more.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 98px;
  height: 25px;
  float: right;
  padding: 4px 0px 0px 0px;
  text-align: center;
}

a.addtocartbutton-right {
  background: url(Images/btn_addtocart.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 120px;
  height: 25px;
  float: right;
  padding: 4px 0px 8px 0px;
  text-align: center;
  margin-bottom: -12px;
}

a.addtocartbutton-left {
  background: url(Images/btn_addtocart.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 120px;
  height: 25px;
  float: left;
  padding: 4px 0px 8px 0px;
  text-align: center;
  margin-bottom: -12px;
}

a.addtocartbutton-center {
  background: url(Images/btn_addtocart.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 120px;
  height: 25px;
  padding: 4px 21px 7px 21px;
  text-align: center;
}

a.mailinglistbutton {
  background: url(Images/btn_mailinglist.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 140px;
  height: 25px;
  padding: 4px 21px 7px 21px;
  text-align: center;
}

a.sendmessagebutton {
  background: url(Images/btn_mailinglist.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 140px;
  height: 25px;
  padding: 4px 23px 7px 23px;
  text-align: center;
}

a.proceedbutton {
  background: url(Images/btn_addtocart.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 120px;
  height: 25px;
  padding: 4px 31px 7px 31px;
  text-align: center;
}

a.cartbutton {
  background: url(Images/btn_more.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  width: 98px;
  height: 25px;
  padding: 4px 27px 15px 27px;
  text-align: center;
}

a.longbutton {
  background: url(Images/btn_long.gif) no-repeat top center;
  color: #fff;
  text-decoration: none;
  height: 30px;
  padding: 5px 27px;
}

/**************************** Javascript zoom viewer ****************************/

div.jqZoomTitle {
	z-index:5000;
	text-align:center;
	font-size:11px;
	font-family:Tahoma;
	height:16px;
	padding-top:2px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;

}

.jqZoomPup {
  overflow:hidden;
  background-color: #FFF;
  z-index:10;
  border-color:#c4c4c4;
  border-style: solid;
  cursor:crosshair;
}

.jqZoomPup img {
	border: 0px;
}

.preload {
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align:center;
  background-image: url(Images/zoomloader.gif);
  background-repeat: no-repeat;
  background-position: 43px 30px;
  width:90px;
  width:100px;
  height:43px;
  height:55px;
  z-index:10;
  position:absolute;
  top:3px;
  left:3px;
}

.jqZoomWindow {
	border: 1px solid RGB(170,170,255);
	background-color: #FFF;
}





