/*
  $Id: stylesheet.css,v 1.56 2003/06/30 20:04:02 hpdl Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/


/* START Shlock Rock CSS */


/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
/*

.menue-l ul {
	display: inline;
	float: left;
	list-style:none;
}
.menue-l li {
	display: inline;
	float: left;
	list-style:none;
	border-right: 0px solid black;
}
ul
{
	padding: 0px;
	margin: 0px;
	
}
li
{
	padding: 0px;
	padding-left: 10px;
	margin: 0px;
	
}
*/
.menu-links {
	float: left;
	position: relative;
	width: 875px;
	background: url('images/menu.jpg') no-repeat right;
	text-align: left;
	color: #213C4F;
	padding-left: 126px;
	font-weight: bold;
	z-index: 1000;
	list-style: none;
	font-size: 12px;
	/*
	padding-top: 10px;
	padding-bottom: 10px;
	*/
	
}
.menu-links a:link {
	color: #213C4F;
	text-decoration: none;
	}
.menu-links a:active {
	color: #213C4F;
	text-decoration:none;
	}
.menu-links a:visited {	
	color: #213C4F;
	text-decoration:none;
	}
.menu-links a:hover {
	color: #213C4F;
	text-decoration:underline;
	}
#primary-menu-wrapper {
  margin: 0 auto;
  position: relative;
  width: 875px;
  z-index: 5;    /* fixes IE z-index bug */
}

/****************/
/* PRIMARY MENU */
/****************/

#primary-menu {                                   /* menu layout */
  display: block;
  float: left;
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin-top: 0px;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
  
#primary-menu ul.links li {                       /* text styling for the top (primary) menu */
}  

#primary-menu ul.links li.first {                 /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li.last {                  /* .first and .last classes applied to first and last menu & list items */
}
  
#primary-menu ul.links li a:link,
#primary-menu ul.links li a:visited {
}

#primary-menu ul.links li a:hover,
#primary-menu ul.links li a:active {
}  
  

/************************************/
/* PRIMARY MENU WITH DROPDOWNS      */
/* - used with menu_tree theming of */
/* $primary_links in page.tpl.php   */
/************************************/

#primary-menu ul.menu li {                        /* top item layout */
  background: transparent url('/images/tab-left.png') no-repeat left 0;
  display: block;
  float: left;    /* LTR */
  margin: 0 4px 0 0;
  padding: 0 0 0 0.833em;    /* 0 0 0 10px */
  position: relative;
  width:  auto;
}

#primary-menu ul.menu li:hover,
#primary-menu ul.menu li.hover,
#primary-menu ul.menu li.active-trail {
  background-position: left -29px;
}

#primary-menu ul.menu li a {
  background: transparent url('/images/tab-right.png') no-repeat right 0;
  color: #154B70;
  display: block;
  padding: 0.316em 0.833em 0.083em 0; /*0.416em 0.833em 0.083em 0;    /* 5px 10px 1px 0 */
  text-decoration: none;
}

#primary-menu ul.menu li a:hover,
#primary-menu ul.menu li:hover a,
#primary-menu ul.menu li.hover a,
#primary-menu ul.menu li.active-trail a {
  background-position: right -29px;
  color: #fff;
}

#primary-menu ul.menu li ul {
  background: transparent url('/images/drop-bottom.png') no-repeat 0 bottom;
  left: -999em;
  opacity: 0.95;
  margin: 0 0 0 -10px;
  padding: 2px 0 4px;
  position: absolute;
  width: 144px;
  z-index: 2;
}
  
#primary-menu ul.menu li:hover ul,
#primary-menu ul.menu li.hover ul {
  display: block;
  left: auto;
}
  
#primary-menu ul.menu li ul li {
  background: #94CE18;
  border-bottom: 1px solid #83A638;
  float: left;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.916em;
  height: auto;
  margin: 0;
  margin-left: 2px;
}

#primary-menu ul.menu li ul li.last {
  border-bottom: none
}

#primary-menu ul.menu li ul li a,
#primary-menu ul.menu li ul li a:link,
#primary-menu ul.menu li ul li a:visited {
  background: transparent;
  color: #154B6F;
  display: block;
  margin: 0px;
  margin-left: 2px;
  padding: 4px 0;
  text-transform: none;
  width: 135px;
}

#primary-menu ul.menu li ul li a:hover {
  color: #fff;
  display: block;
  margin: 0;
  padding: 4px 0;
  text-decoration: none;
}

#primary-menu ul.menu li ul li ul.menu {
  left: -999em;
  margin: 0 0 0 -14px;    /* LTR */
  padding: 6px 0 4px;
}

#primary-menu ul.menu li ul li:hover ul.menu,
#primary-menu ul.menu li ul li.hover ul.menu {
  display: block;
  left: 154px;    /* LTR */
  top: -6px;
}

#primary-menu ul.menu li ul li ul.menu li a {
  padding: 4px;
  width: 128px;
}
  
.field-item
{
width: auto;
float: left;
padding: 5px;
height: 200px;
}
p
{
	clear: both;	
}
/*
.menu-links {
	float: left;
	position: relative;
	width: 875px;
	background: url('/images/menu.jpg) no-repeat right;
	text-align: left;
	color: #213C4F;
	padding-left: 126px;
	font-weight: bold;
	z-index: 1000;
	list-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu-links a:link {
	color: #213C4F;
	text-decoration: none;
	}
.menu-links a:active {
	color: #213C4F;
	text-decoration:none;
	}
.menu-links a:visited {	
	color: #213C4F;
	text-decoration:none;
	}
.menu-links a:hover {
	color: #213C4F;
	text-decoration:underline;
	}
*/
BODY {
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	color: #333333;
	background: #213C4F;
	
}
.center {
}
.wrapper {
	display:block;
	width:1000px;
}
H1 {
	margin: 0px;
	padding: 0px 0px 10px;
	color: #E80489;
	font: italic bold 16px Arial, Helvetica, sans-serif;
}

H2 {
	font-size: 13px;
	font-weight: bold;
	color: #213C4D;
	margin: 0px;
	padding: 5px 0px 5px 5px;
	text-align: left;
}
H3 {
	margin: 0px;
	padding: 0px;
}
H4 {
	margin: 0px;
	padding: 0px;
}
.white {
	color:white;
}
.header {
	float: left;
	position: relative;
	width: 1000px;
}
.logo {
	float: left;
	position: relative;
	width: 300px;
}
.right-icon {
	float: right;
	position: relative;
	width: 170px;
	text-align: left;
	color: #FFFFFF;
	padding-top: 70px;
}
.right-icon a:link {
	color: #FFFFFF;
	text-decoration: none;
	}
.right-icon a:active {
	color: #FFFFFF;
	text-decoration:none;
	}
.right-icon a:visited {	
	color: #FFFFFF;
	text-decoration:none;
	}
.right-icon a:hover {
	color: #FFFFFF;
	text-decoration:underline;
	}
	
  /*
.menue {
	float: left;
	position: relative;
	width: 887px;
	background: url('/images/menu.jpg) no-repeat right;
	text-align: left;
	color: #213C4F;
	padding-left: 114px;
	font-weight: bold;
	z-index: 1000;
}
*/
.menu-btn {
	float: left;
	position: relative;
	height: 22px;
	text-align: left;
	color: #213C4F;
	padding-top: 8px;
	padding-right: 20px;
	padding-left: 0px;
	font-weight: bold;
}
.menu-btn a:link {
	color: #213C4F;
	text-decoration: none;
	}
.menu-btn a:active {
	color: #213C4F;
	text-decoration:none;
	}
.menu-btn a:visited {	
	color: #213C4F;
	text-decoration:none;
	}
.menu-btn a:hover {
	color: #213C4F;
	text-decoration:underline;
	}
.banner {
	float: left;
	position: relative;
	width: 1000px;
	text-align: right;
}
.middle {
	float: left;
	position: relative;
	width: 1000px;
	background: url('images/middle.jpg') repeat-y;
	padding-top: 15px;
	padding-bottom: 50px;
}
.left-nav {
	float: left;
	position: relative;
	width: 190px;
}
.left-nav-box {
	float: left;
	position: relative;
	width: 190px;
	background: #59B4CF url('images/left-box.jpg') repeat-x top;
	border: 1px solid #51A5BF;
}

.infoBox {
	background-color: #51A5BF;
}

div.tableBox table{
	position: relative;
}
div.tableBox table.infoBox{
	position: relative;
}div.tableBox table.infoBoxContents{
	position: relative;
}

.boxText {
	width: 179px;
	background: #59B4CF url('images/left-box-bottom.jpg') repeat-x top;
	border: 1px solid #51A5BF;
	float: left;
	text-align: left;
	padding: 5px 5px 20px;
	color: #000000;

}

.item_with_image{
	position:relative; 
	width: 100px; 
	height:98px; 
	float: left; 
	margin: 5px
}

.item_no_image{
	position:relative; 
	width: 100px; 
	height:98px;
	float: left; 
	text-align: center;
	cursor: pointer;
	margin: 5px;
}
.item_no_image_text{
	
	font-weight: bold;

	position:absolute; 
	top:50%; 
	left: 0px; 
	width: 100%; 
	margin-top: -10px;
}
.boxText a {
	color: #FFEA00;
	text-decoration:none;
	}


TD.infoBoxHeading B {
	font-size: smaller;
}
TD.infoBoxHeading {
	background: #59B4CF url('images/left-box.jpg') repeat-x top;
	height: 20px;
}



.left-nav-txt {
	float: left;
	position: relative;
	width: 180px;
	text-align: left;
	padding: 5px 5px 20px;
	color: #000000;
}
.left-nav-txt a:link {
	color: #FFEA00;
	text-decoration: none;
	}
.left-nav-txt a:active {
	color: #FFEA00;
	text-decoration:none;
	}
.left-nav-txt a:visited {	
	color: #FFEA00;
	text-decoration:none;
	}
.left-nav-txt a:hover {
	color: #FFEA00;
	text-decoration:underline;
	}
.txt-field {
	background: url('images/txt-field.jpg') repeat-x bottom;
	border: 1px solid #3C8DA8;
	height: 19px;
	margin-bottom: 2px;
}
.go-btn {
	background: url('images/go.jpg') no-repeat;
	height: 24px;
	margin: 2px 0px 0px;
	padding: 0px;
	width: 28px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	color: #653207;
	font-weight: bold;
	font-size: 10px;
}
.search-btn {
	background: url('images/search.jpg') no-repeat;
	height: 25px;
	margin: 2px 0px 0px;
	padding: 0px;
	width: 30px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.right-nav {
	float: right;
	position: relative;
	width: 775px;
	text-align: justify;
	font-size: 12px;
	padding-right: 15px;
	line-height: 18px;
}
/*
.right-nav a:link {
	color: #4F8799;
	text-decoration: none;
	}
.right-nav a:active {
	color: #4F8799;
	text-decoration:none;
	}
.right-nav a:visited {	
	color: #4F8799;
	text-decoration:none;
	}
.right-nav a:hover {
	color: #4F8799;
	text-decoration:underline;
	}
	*/
.footer {
	float: left;
	position: relative;
	width: 869px;
	color: #FFFFFF;
	padding-left: 110px;
	padding-top: 10px;
	height: 40px;
	font-style: italic;
}
.copy {
	float: left;
	position: relative;
	width: 160px;
}
.cs {
	float: right;
	position: relative;
	width: 190px;
}
.face-book {
	float: left;
	position: relative;
	width: 190px;
}
.new-release-section {
	float: left;
	position: relative;
	width: 775px;
}
.new-release-left {
	float: left;
	position: relative;
	width: 480px;
}
.new-release-right {
	float: right;
	position: relative;
	width: 270px;
	padding-top: 22px;
}
.hear-btn {
	float: left;
	position: relative;
	width: 250px;
	height: 43px;
	text-align: center;
}
.read-btn {
	float: left;
	position: relative;
	width: 250px;
	height: 43px;
	color: #1B86A5;
	font-weight: bold;
	text-align: center;
}
.listining-btn {
	float: left;
	position: relative;
	width: 240px;
	background: url('/images/listening-bg.jpg') no-repeat;
	font-size: 10px;
	padding-top: 10px;
	color: #E80489;
	padding-right: 10px;
	padding-left: 10px;
}
.listining-btn a:link {
	color: #3D190B;
	text-decoration: none;
	}
.listining-btn a:active {
	color: #3D190B;
	text-decoration:none;
	}
.listining-btn a:visited {	
	color: #3D190B;
	text-decoration:none;
	}
.listining-btn a:hover {
	color: #3D190B;
	text-decoration:underline;
	}
.blue {
	font-size: 11px;
	color: #135F77;
}
.click-here-getfree {
	float: left;
	width: 330px;
	position: relative;
	color: #213C4F;
	font-weight: bold;
	text-align: left;
}



/* START osCommerce CSS */

.boxText { font-family:  Verdana, sans-serif; font-size: 11px; }
.errorBox { font-family :  Verdana, sans-serif; font-size : 10px; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family :  Verdana, sans-serif; font-size : 10px; color: #cc0033; }
.productsNotifications { background: #f2fff7; }
.orderEdit { font-family :  Verdana, sans-serif; font-size : 10px; color: #70d250; text-decoration: underline; }

A {
  color: #000000;
  text-decoration: none;
}

A:hover {
  color: #AABBDD;
  text-decoration: none;
}

FORM {
	display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #bbc3d3;
}

TD.headerNavigation {
  font-family:  Verdana, sans-serif;
  font-size: 10px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight : bold;
}

A.headerNavigation { 
  color: #E80489; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Verdana, sans-serif;
  font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Verdana sans-serif;
  font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #bbc3d3;
}

TD.footer {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  background: #bbc3d3;
  color: #ffffff;
  font-weight: bold;
}

/*
.infoBox {
  background: #ccccff;
}
*/
/*
.infoBoxContents {
  background: #ccccff;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}*/

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

/*
TD.infoBoxHeading {
  font-family:  Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #993399;
  color: #ffffff;
}
*/

TD.infoBox, SPAN.infoBox {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

.cartcontents{
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

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, sans-serif;
  font-size: 11px;
  background: #b6b7cb;
  color: #FFFFFF;
  font-weight: bold;
}

TD.productListing-data {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

A.pageResults {
  color: #0000FF;
}

A.pageResults:hover {
  color: #0000FF;
  background: #FFFF33;
}

TD.pageHeading, DIV.pageHeading {
  font-family:  Verdana, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: rgb(51,102,255);
}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #000000;
}

TD.main, P.main {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

TD.accountCategory {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #aabbdd;
}

TD.fieldKey {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

TD.tableHeading {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.newItemInCart {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #ff0000;
}

CHECKBOX, INPUT, RADIO, SELECT {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

TEXTAREA {
  width: 100%;
  font-family:  Verdana, sans-serif;
  font-size: 11px;
}

SPAN.greetUser {
  font-family:  Verdana, sans-serif;
  font-size: 11px;
  color: #f0a480;
  font-weight: bold;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {
  font-family: Verdana sans-serif;
  font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {
  font-family: Verdana sans-serif;
  font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
  font-family:  Verdana, sans-serif;
  color: #ff0000;
}

SPAN.errorText {
  font-family:  Verdana, sans-serif;
  color: #ff0000;
}

.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }

.checkoutBarFrom, .checkoutBarTo { font-family:  Verdana, sans-serif; font-size: 11px; color: #bbc3d3; }
.checkoutBarCurrent { font-family:  Verdana, sans-serif; font-size: 11px; color: #bbc3d3; }

/* message box */

.messageBox { font-family:  Verdana, sans-serif; font-size: 11px; }
.messageStackError, .messageStackWarning { font-family:  Verdana, sans-serif; font-size: 11px; background-color: #ffb3b5; }
.messageStackSuccess { font-family:  Verdana, sans-serif; font-size: 11px; background-color: #99ff00; }

/* input requirement */

.inputRequirement { font-family:  Verdana, sans-serif; font-size: 11px; color: #ff0000; }
