/* CSS Document */

/******************---- START LAYOUT ----************************/
body {
  width: 1000px;
  text-align: center;
  font-family: Arial, Veranda, sans-serif;
  color: #000;
  border: 0px solid #000;
  margin: 5px auto;
  background: url() center top repeat-y;
}

#wrap {
	width: 1000px;
	height: auto;
	text-align: center;
	margin: 0 5px 0 5px;
	border: 0px solid #888;
}

/**** HEADER START ****/

#header {
	width: 1005px;
	height: 109px;
	text-align: center;
	border: 0px solid #000;
	z-index: 5;
}

#head-left {
	width: 150px;
	position: relative;
	float: left;
	margin: 0px;
}
#head-left-top{
	height: 38px;
}
#head-left-mid{
	height: 40px;
}
#head-left-bot{
	height: 20px;
}

#head-mid {
	width: 475px;
	position: relative;
	float: left;
	margin: 0px;
}
#head-mid-top{
	height: 38px;
	text-align: left;
	font-size: 11px;
	border-right: 1px solid #ddd;
	color: #333;
	padding: 0px;
	
}
#head-mid-mid{
	height: 40px;
	text-align: left;
}
#head-mid-bot{
	height: 20px;
	text-align: left;
	text-transform: uppercase;
	font-size: 13px;
}

#head-right {
	width: 365px;
	position: relative;
	float: left;
	text-align: right;
	margin: 0px;
}
#head-right-top{
	height: 38px;
	text-align: right;
	font-size: 11px;
	color: #333;
}
#head-right-mid{
	height: 40px;
}
#head-right-bot{
	height: 20px;
	vertical-align: bottom;
}

/**** HEADER END ****/

/**** CONTENT START ****/

#contentWrap {
	width: 1005px;
	min-height: 300px;
	font-size: 12px;
	text-align: left;
	margin: 25px 0px 10px 0px;
	border: 0px solid #555;
}

#left {
	width: 680px;
	position: relative;
	float: left;
	margin: 5px 0px 5px 5px;
	border-right: 0px solid #555;	
}

#rightwrap {
	width: 280px;
	height: auto;
	position: relative;
	float: right;
	text-align: left;
	margin: 5px 0px 5px 0px;
	border: 0px solid #999;
}

#right {
	width: 255px;
	float: left;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #999;
}

#rightcart {
	width: 280px;
	float: right;
	text-align: left;
	margin: 5px 0px 5px 0px;
	padding: 0px 5px 0px 5px;
	border: 1px solid #999;
}

/**** CONTENT END ****/

/**** FOOTER START ****/

#footer {
	width: 990px;
	height: auto;
	position: relative;
	float: left;
	margin: 5px 0px 20px 10px;
	padding: 5px 5px 5px 5px;
	border-top: 2px solid #333;
	color: #666666;
	background-color: #ccc;
	font-size: 12px;
	text-align: left;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}

#footer #divbox {
	position: relative;
	float: left;
	text-align: left;
	height: auto;
	width: 241px;
	margin-right: 5px;
	background-color: #fff;
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}

#footer ul {
	list-style-type: none;
	margin: 3px 6px 3px -20px;
	font-size: 12px;
}

#footer ul li {
	display: block;
	padding: 1px;
	margin: 0px 0px 0px 0px;
	background-color: #fff;
}


#footer ul li:hover {
	display: block;
	padding: 1px;
	background-color: #cc0000;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

#footer ul li a {
	display: block;
	padding: 1px;
	margin: 0px 0px 0px 0px;
}


#footer ul li a:hover {
	display: block;
	padding: 1px;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

#footerLeft {
	width: 100%;
	text-align: left;
	position: relative;
	float: left;
}

#footerRight {
	width: 325px;
	text-align: right;
	position: relative;
	float: right;
}

/**** FOOTER END ****/
/********************---- END LAYOUT ----*******************/


/**** START LINKS ****/
img.shopByBrand {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;	
}
/**** END LINKS ****/

/**** START LINKS ****/
a {
	color: #0066FF;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

a.page {
	color: #0066FF;
	font-size: 11px;
	text-decoration: none;
}

a.page:hover {
	color: #000;
	text-decoration: underline;
}

a.prodtitle {
	color: #990000;
	text-decoration: none;
}

a.prodtitle:hover {
	color: #000;
	text-decoration: none;
}

a.pageheader {
	color: #0066FF;
	text-decoration: none;
}

a.pageheader:hover {
	color: #000;
	text-decoration: none;
}

a.pageheaderin {
	color: #555;
	text-decoration: none;
}

a.pageheaderin:hover {
	color: #000;
	text-decoration: none;
}

a.shopbybrand {
	color: #333;
}

a.shopbybrand:hover {
	color: #333;
	text-decoration: underline;
}

#header a {
	color: #336699;
	text-decoration: none;
	margin: 0 0px 0 0px;
}

#header a:hover {
	color: #336699;
	text-decoration: underline;
	
}

#right a {
	margin: 1px 0px 1px 10px;
	line-height: 16px;
}

#footer a {
	color: #666;
	text-decoration: none;
	margin: 0 1px 0 1px;	
}

#footer a:hover {
	color: #000;
	text-decoration: none;	
}
/**** END LINKS ****/

/**** START LIST ****/
ul {
	font-size: 10px;
	color: #333;
}

ul.catbrands {
	font-size: 12px;
	color: #333;
	list-style-type: none;
	margin: -10px 0px 0px -30px;
}
/**** END LIST ****/

/**** START SPAN ****/
span.ourprice {
	margin: 0px 0px 0px 0px;
	text-align: left;
	color: #cc0000;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
}

span.formlabel {
	margin: 0px 0px 0px 0px;
	text-align: right;
	color: #666;
	font-size: 12px;
}

span.page {
	color: #999;
	font-size: 11px;
	text-decoration: none;
}

span.breadcrumb {
	color: #555;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	text-transform: capitalize;
	margin: 3px 0px 6px 0px;
}

span.smtitle {
	font-size: 12px;
	line-height: 14px;
	margin: 2px 0px 1px 0px;
	color: #444;
	text-transform: uppercase;
	font-weight: 600;
}

a.cart_pairings {
	background:url(../images/getproduct_addtocart_sm.jpg) no-repeat;
	display:block;
	width:58px;
	height:26px;
	line-height: 26px;
	float:left;
	margin:0px 0px 0px 8px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: left;
}

a.cart_pairings:hover {
	background-position: 0px -26px;
}
a.cart_pairings:active {
	background-position: 0px -52px;
} 
/**** END SPAN ****/

/**** START IMAGES ****/
img {
	border: 0px;
}

img.photo {
	border: 2px solid #333;
}

img.proaudioguy {
	cursor: pointer;
}
/**** END LINKS ****/

/**** START FORMS ****/
input {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:12px; 
	line-height:13px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
}


textarea {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:12px; 
	line-height:13px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
	font-family: Arial, Veranda, sans-serif;
}

select {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:12px; 
	line-height:13px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
}


input.logintext {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:15px; 
	line-height:20px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
}

input.login {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:12px; 
	line-height:14px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
}

input.register {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:12px; 
	line-height:14px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
}

input.searchbox {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:0px;
	font-size:14px; 
	line-height:16px;
	background-color:#fff; 
	color: #333; 
	margin-top: 3px;
	border: 1px solid #333;
	text-align: left;
}

input.search {
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:4px;
	font-size:14px; 
	line-height:14px; 
	background-color: #ccc; 
	border: 1px solid #333;
	color: #333;
	margin-top: 3px;
	font-weight: 100;
	margin-left: -3px;
}
/*
input.loginbutton {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:35px; 
	line-height:40px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
}
*/

input.payment {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	font-size:16px; 
	line-height:22px; 
	background-color: #980D0C; 
	border: 0px solid #000;
	color: #fff;
	width: 165px;
	margin-top: -5px;
}

img.payment {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	font-size:16px; 
	line-height:22px; 
	background-color: #980D0C; 
	border: 0px solid #000;
	color: #fff;
	width: 165px;
	margin-top: -5px;
}

input.price {
	-moz-border-radius-topleft:0px;
	-moz-border-radius-topright:0px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
	-webkit-border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	font-size:16px; 
	line-height:22px; 
	background-color: #980D0C; 
	border: 0px solid #000;
	color: #fff;
	width: 165px;
	margin-top: -5px;
}

file {
	margin: 1px 0px 0px 0px;
	background-color: #fff;
	color: #777;
	border: 1px solid #999;
}

legend.login {
	font-size: 16px;
	color: #336699;
	font-weight: 600;
}

label.login {
	font-size: 14px;
	color: #333;
	font-weight: 400;
}


input.jobapp {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	font-size:16px; 
	line-height:16px;
	background-color:#fff; 
	color: #333; 
	border: 1px solid #333;
	text-align: left;
}

input.cartCheckout {
	background:url(../images/cart_checkoutbutton.jpg) no-repeat;
	display:block;
	width:125px;
	height:55px;
	line-height: 55px;
	border: 0px;
	margin:0px 0px 0px 8px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: right;
}

input.cartCheckout:hover {
	background-position: 0px -55px;
}
/**** END FORMS ****/

/**** START PARAGRAPHS ****/
p.streetprice {
	margin: 0px 0px 0px 0px;
	text-align: justify;
	color: #555;
	font-size: 12px;
}

p.selectproaudio {
	margin: 3px 0px 0px 0px;
	text-align: left;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
}

p.orbuynow {
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #006699;
	font-size: 12px;
	font-weight: bold;
}

p.lessons {
	font-size: 12px;
	margin: 0px 8px 0px 25px;
}

p.prodinfo {
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0px;
}

p.admininfo {
	font-size: 13px;
	font-family: Arial, Veranda, sans-serif;
	line-height: 15px;
	margin: 0 0 0 0px;
}

p.events {
	font-size: 12px;
	margin: 5px 10px 0px 10px;
}

p.testimonials {
	font-size: 10px;
	color: #666;
	text-align: justify;
	margin: 5px 30px 5px 30px;
	padding: 2px 0px 10px 2px;
	border-bottom: 1px solid #ddd;
}

p.right {
	font-size: 11px;
	margin: 0px 0px 3px 5px;
}
/**** END PARAGRAPHS ****/

/**** START HEADINGS ****/
h3.getproduct {
	font-size: 16px;
	margin: 15px 0px 0px 0px;
	color: #555;
	font-weight: 100;
	font-family: 'Arial',MS Trebuchet,Lucida Sans;
	text-align: left;
	text-transform: uppercase;
}

h4.getproduct {
	font-size: 16px;
	margin: 5px 0px 10px 0px;
	color: #990000;
	text-transform: uppercase;
}

h5.getproduct {
	font-size: 14px;
	margin: 7px 0px 10px 0px;
	text-transform: capitalize;
	background-color: #ccc;
	color: #333;
	padding: 3px;
}

h6.getproduct {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	color: #444;
	text-transform: capitalize;
}

h3.getdept {
	font-size: 18px;
	margin: 15px 0px 0px 0px;
	color: #555;
	font-weight: 100;
	font-family: 'Arial',MS Trebuchet,Lucida Sans;
	text-align: left;
	text-transform: uppercase;
}

h4.getdept {
	font-size: 16px;
	margin: 5px 0px 10px 0px;
	color: #990000;
	text-transform: capitalize;
}

h5.getdept {
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	color: #444;
	text-transform: capitalize;
}

h6.getdept {
	font-size: 12px;
	margin: 5px 0px 10px 0px;
	color: #444;
	text-transform: uppercase;
}

h5.pageheader {
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	color: #444;
	text-transform: capitalize;
	line-height: 30px;
}

h4.pageheader {
	font-size: 16px;
	margin: 5px 0px 10px 0px;
	color: #444;
	text-transform: capitalize;
	line-height: 30px;
}

h4.lessons {
	font-size: 16px;
	color: #fff;
	background-color: #333333;
	margin: 0px 0px 0px 2px;
	padding: 4px 4px 4px 4px;
}

h5.lessons {
	font-size: 14px;
	color: #fff;
	background-color: #666666;
	margin: 0px 0px 0px 2px;
	padding: 4px 4px 4px 4px;
}

h4.contact {
	font-size: 16px;
	color: #fff;
	background-color: #333333;
	margin: 0px 0px 0px 2px;
	padding: 4px 4px 4px 4px;
}

h5.contact {
	font-size: 14px;
	color: #fff;
	background-color: #666666;
	margin: 0px 0px 0px 2px;
	padding: 4px 4px 4px 4px;
}

h3.events {
	font-size: 18px;
	color: #fff;
	background-color: #990000;
	margin: 0px 0px 0px 2px;
	padding: 4px 4px 4px 4px;
}

h4.events {
	font-size: 16px;
	color: #fff;
	background-color: #333333;
	margin: 0px 0px 0px 2px;
	padding: 4px 4px 4px 4px;
}

h5.events {
	font-size: 14px;
	color: #fff;
	background-color: #666666;
	margin: 0px 0px 0px 2px;
	padding: 4px 4px 4px 4px;
}

h4.testimonials {
	font-size: 14px;
	color: #333;
	margin: 2px 2px 6px 10px;
	border-bottom: 1px solid #ddd;
}

h4.subtitle {
	font-size: 14px;
	color: #333;
	margin: 2px 2px 6px 10px;
	border-bottom: 1px solid #ddd;
}

#right h5 {
	font-size: 14px;
	margin: 7px 0px 10px 0px;
	text-transform: capitalize;
	background-color: #ccc;
	color: #333;
	padding: 3px;
}

#right h4 {
	font-size: 14px;
	margin: 5px 0px 10px 0px;
	color: #333;
	text-transform: capitalize;
	text-align: left;
}
/**** END HEADINGS ****/

/**** START DIVS ****/
div.lrgnavbutton {
	width: 200px;
	height: 40px;
	position: relative;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
}

div.mednavbutton {
	width: 155px;
	height: 40px;
	position: relative;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
}

div.smnavbutton {
	width: 135px;
	height: 40px;
	position: relative;
	float: left;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #000;
}

div.flashBox {
	width: 680px;
	height: 250px;
	position: relative;
	float: left;	
	border: 0px solid #ccc;
	margin: 5px 0px 5px 0px;
}

div.featureBoxLrg {
	width: 668px;
	height: 150px;
	position: relative;
	float: left;
	margin: 10px 3px 5px 0px;
	border: 2px solid #888;
}

div.featureBoxSm {
	width: 330px;
	height: 150px;
	position: relative;
	float: left;
	margin: 10px 5px 5px 0px;
	border: 2px solid #888;
}

div.featureBoxTn {
	width: 330px;
	height: 50px;
	position: relative;
	float: left;
	margin: 10px 5px 5px 0px;
	border: 2px solid #888;
}

div.mainmenu {
	width: 1000px;
}

div.leftgetproduct {
	width: 680px;
	position: relative;
	float: left;
	margin: 5px 0px 5px 5px;
	border-right: 0px solid #555;	
}

div.rightgetproduct {
	width: 270px;
	float: right;
	text-align: center;
	margin: 10px 0px 5px 0px;
	border: 1px solid #999;
}

div.rightbox {
	width: 270px;
	height: auto;
	border-left: 0px solid #999;
	border-bottom: 1px solid #999;
	margin: 10px 3px 5px 3px;
	text-align: center;
}

div.selectguy {
	width: 270px;
	height: auto;
	margin: 2px 5px 5px 5px;
	text-align: center;
}

div.product {
	width: 660px;
	height: auto;
	position: relative;
	float: left;
	margin: 5px 0px 5px 0px;
	padding: 3px 3px 7px 3px;
	border-bottom: 1px solid #999;
}

div.productImg {
	width: 150px;
	height: auto;
	min-height: 75px;
	text-align: center;
	vertical-align: middle;
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	border: 0px solid #888;
}

div.productInfo {
	width: 470px;
	height: auto;
	position: relative;
	float: left;
	font-size: 12px;
	color: #333333;
	margin: 0px 0px 0px 0px;
	border: 0px solid #888;
}

#getpricediv {
	position: fixed;
	top: 100px; 
	left: 40%; 
	width: 300px; 
	height: 275px;
	z-index: 3; 
	background-color: #fff; 
	border: 2px solid #555; 
	color: #333;
}

div.closediv {
	position: absolute;
	right: 0px;
	cursor: pointer;
}

div.contactlocations {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 14px;
}

#txtHint {
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	border: 2px solid #ccc; 
	background: #fff;
	color: #333;
	z-index: 1000; 
	margin-top: 40px;
	margin-left: 146px;
	position: absolute;
	min-height: 65px;
	width: 320px;
	padding: 0px;
	font-size: 12px;
}


#txtHint a {
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
}

/**** END DIVS ****/

/******************/





span.404-returnhome a.404-returntohomepage	{
	background:url(../images/404_returntohomepage.png) no-repeat;
	display:block;
	width:155px;
	height:31px;
	line-height: 31px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: left;
}
span.404-returnhome a.404-returntohomepage:hover {
	background-position: 0px -31px;
}

a.viewandcheckout-addtocart	{
	background:url(../images/viewcartandcheckout_lrg.jpg) no-repeat;
	display:block;
	width:155px;
	height:31px;
	line-height: 31px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: right;
}
a.viewandcheckout-addtocart:hover {
	background-position: 0px -31px;
}

a.continueshopping-addtocart	{
	background:url(../images/continueshopping_lrg.jpg) no-repeat;
	display:block;
	width:155px;
	height:31px;
	line-height: 31px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: left;
}
a.continueshopping-addtocart:hover {
	background-position: 0px -31px;
}

a.addsm-addtocart	{
	background:url(../images/add_sm.jpg) no-repeat;
	display:block;
	width:76px;
	height:31px;
	line-height: 31px;
	margin:0px 0px 0px 0px;
	cursor:pointer;
	font-size:1px;
	position: relative;
	float: left;
}
a.addsm-addtocart:hover {
	background-position: 0px -31px;
}



/******************/

