/********************************************
   AUTHOR:  			Mike Lee 
   WEBSITE:   			http://www.tidy-trax.com/
      	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* { margin: 0; padding: 0; } 

body {
	background: #000;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #555; 
	text-align: center;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #CC5500;
	background: inherit;
}
a:hover {
	color: #CC6622;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family:  Sans-serif,'Trebuchet MS', Tahoma;
	font-weight: Bold; 		
}
h1 {
	font-size: 130%;	
}
h2 {
	font-size: 150%;
	/* text-transform: uppercase; */
	color: #000;
}
h3 {
	font-size: 150%;
	color: #25247B; 
}
h4 {
	font-size: 130%;
	color: #25247B; 
}


h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 5px 20px;
	padding: 0 20px;
}
ul li {
	list-style-image: url(bullet.gif);
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 28px;  
   border: 1px solid #f2f2f2; 
  	background: #FAFAFA url(quote.gif) no-repeat 5px 5px;    
}


/* end - table */

/* form elements */
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:2px;
	border:1px solid #000;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}

.submit input {
	padding:2px;
	border:0px solid #000;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}

textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #000;
	height:100px;
	display:block;
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 24px;
	margin: 0;
	padding: 2px 3px; 
	color: #FFF;
	background: #8EB50C url(images/button-bg.jpg) repeat-x 0 0;
	border: none;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 190px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 120px;
	color: #777; 
	height: 18px;
	padding: 2px;	
	border: 1px solid #E5E5E5;
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 820px;
	/* background: #CCC url(images/content.jpg) repeat-y center top; */
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 800px;
	padding: 0; 
	margin: 10px auto;
}

#header {
	width: 820px;
	position: relative;
	height: 124px;
	background: #000 url(images/new_header3.jpg) no-repeat center top;
	padding: 0;	
	color: #FFF;
	/* font-size: 14px; */
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 24px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #DDDDDD;
	text-transform: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 30px; right: 50px;	
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 16px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	font-weight: bold;
	color: #000000;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 95px; left: 65px;		
}


/* header links */
#header #header-links {
	position: absolute;
	top: 100px; right: 25px;	
	color: #C6DDEE;
	font-size: 10px;	
}
#header #header-links a {	
	color: #FFF;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #D4E59F;	
}

#header img {
display: block;
border:0;}


/* Menu */
#menu {
	clear: both;	
	margin: 0 auto; padding: 0;
	background: url(images/menu2_gif.gif) repeat-x 0 0;	
	font: bold 12px/37px Verdana, Arial, Tahoma, Sans-serif;
	height: 37px;
	width: 820px;	
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; padding: 0;
}

#menu ul.last {
	float: right;
	list-style: none;
	margin:0; padding: 0;
}

#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li.last a {
  padding-right: 40px;
}
#menu ul li a:hover {
	color: #D4E59F;	
}
#menu ul li#current a {	
	color: #D4E59F;
}

/* Main Column */
#main {
	float: left;
	width: 79%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #F7931E; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}

/* Main Column */
#main_wide {
	float: left;
	width: 98%;
	padding: 0; margin: 0 0 0 5px;
	display: inline;
}
#main_wide h1 {
	margin-top: 10px;
	font: Bold 140% 'Trebuchet MS', Tahoma, Sans-serif;
	color: #F7931E; 
	padding: 5px 0 5px 25px; 	
	border-bottom: 1px solid #EFF0F1;
	background: #FFF url(images/square-green.png) no-repeat 3px 50%;	
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 20%;
	padding: 0; margin: 0;	
	color: #68774A;	
}	
#sidebar h1 {
	margin-top: 10px;
	padding: 5px 5px; 
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #728D26;	
}
#sidebar ul.sidemenu {
	list-style: none;
	text-align: left;
	margin: 7px 4px 8px 0; padding: 0;
	text-decoration: none;		
	background: url(images/dots.jpg) repeat-x left top;
}
#sidebar ul.sidemenu li {
	list-style: none;
	background: url(images/dots.jpg) repeat-x left bottom;
	padding: 4px 0 4px 5px;
	margin: 0 2px;	
	color: #68774A;	
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}

/* Footer */	
#footer {
	color: #C6DDEE;
	background: #25247B;
  /* background: #CCC url(images/footer.jpg) no-repeat center top; */
	clear: both;
	width: 820px;
	/* height: 125px; */
	text-align: center;	
	font-size: 92%;	
}

#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

.messageStackError {
	font: bold 1.2em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000000;	
	background: #FF8E90;
}


.boxHeading {
	font: bold 1.4em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #000000;	
}





/*OS COMMERCE STYLES */

/* .boxText { font-family: Verdana, Arial, sans-serif; font-size: 10px; 	text-align: left; background: #F8F8F8;} */
.errorBox { font-family : Verdana, Arial, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family : Verdana, Arial, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }


.infoBox {
  background: #b6b7cb;
}

.infoBoxContents {
  background: #f8f8f9;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  
}


.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #000000 url(images/amazon_test.gif);
  background-repeat: no-repeat;
  color: #000;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


  table.moreBuyingChoices td.topLeft {
    background-image: url(images/top_left.gif);
    background-repeat: no-repeat;
    padding-top: 6px;
    padding-left: 12px;
  }

  table.moreBuyingChoices td.topRight {
    background-image: url(images/top_right.gif);
    background-repeat: no-repeat;
  }
  
  table.moreBuyingChoices td.bottomLeft {
    background-image: url(images/bottom_left.gif);
    background-repeat: no-repeat;
    font-size: 4px;
  }
  
  table.moreBuyingChoices td.bottomRight {
    background-image: url(images/bottom_right.gif);
    background-repeat: no-repeat;
    font-size: 4px;
  }

  
TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

SELECT {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  
}

TD.pageHeading, DIV.pageHeading {
  font-family: 'Trebuchet MS', Tahoma, Sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {
  background: #f8f8f9;
}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
  background: #f8f8f9;
}

TABLE.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

.productListing-heading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #777777;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}


TD.test {
  background-image: url(/catalog/images/borders/mainwhite_02.gif);
}

/* first example */

 /* set background images for corners */
.rbroundbox { background: url(/images/simple_background.gif) repeat; }
.rbtop div  { background: url(/images/simple_top_left.gif) no-repeat top left; }
.rbtop      { background: url(/images/simple_top_right.gif) no-repeat top right; }
.rbbot div  { background: url(/images/simple_bottom_left.gif) no-repeat bottom left; }
.rbbot      { background: url(/images/simple_bottom_right.gif) no-repeat bottom right; }

 /* height and width details */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 14px;
	font-size: 1px;
}
.rbcontent  { margin: 0 14px; }
.rbroundbox { width: 25em; margin: auto; }


.roundedcornr_box_563344 {
	background: url(/images/roundedcornr_563344_tl.png) no-repeat top left;
}
.roundedcornr_top_563344 {
	background: url(/images/roundedcornr_563344_tr.png) no-repeat top right;
}
.roundedcornr_bottom_563344 {
	background: url(/images/roundedcornr_563344_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_563344 div {
	background: url(/images/roundedcornr_563344_br.png) no-repeat bottom right;
}
.roundedcornr_content_563344 {
	background: url(/images/roundedcornr_563344_r.png) top right repeat-y;
}

.roundedcornr_top_563344 div,.roundedcornr_top_563344,
.roundedcornr_bottom_563344 div, .roundedcornr_bottom_563344 {
	width: 100%;
	height: 15px;
	font-size: 1px;
}
.roundedcornr_content_563344, .roundedcornr_bottom_563344 {
	margin-top: -19px;
}
.roundedcornr_content_563344 { padding: 0 15px; }



/* BEGIN Fancier Invoice and Packingslip */
.dataTableHeadingContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.dataTableHeadingRow_INVOICE { background-color: #C9C9C9; }
.dataTableRow_INVOICE { background-color: #F0F1F1; }
.dataTableContent_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row { background-color: #C9C9C9; }
.product_infobox_heading { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row { background-color: #F0F1F1; }
.product_infobox_data { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.order_history_top_INVOICE { color : #006699; font-weight: bold; font-family: Verdana; font-size: 13px; }
.order_infobox_heading_INVOICE { color : #000000; font-weight: bold; font-family: Verdana; font-size: 12px; }
.order_infobox_data_INVOICE { color : #000000; font-family: Verdana; font-size: 12px; }
.product_infobox_heading_row_INVOICE { background-color: #C9C9C9; }
.product_infobox_heading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #ffffff; font-weight: bold; }
.product_infobox_data_row_INVOICE { background-color: #F0F1F1; }
.product_infobox_data_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #000000; }
.smallText_INVOIVE { font-family: Verdana, Arial, sans-serif; font-size: 10px; }
.smallTextBlue_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 10px; color: #006699; }
.smallAddressBlue_INVOICE { font-family: Arial; font-size: 9px; color: #006699; }
.main_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.pageHeading_INVOICE { font-family: Verdana, Arial, sans-serif; font-size: 18px; color: #727272; font-weight: bold; }
/* END Fancier Invoice and Packingslip */
