@charset "utf-8";

*
	{
		margin: 0;
		padding: 0;
		border: 0;
		outline: none; /* remove the annoying focus in firefox */
		font-size: 12px;
	}

body
	{
		font: 11px Arial, Helvetica, sans-serif;
		background: url('../img/layout/top-bar.png') repeat-x top;
	}

/* 
	mainframe
			*/

div#container
	{
		margin: 0 auto;
		width: 962px;
	}

div#shophelper {
	width: 200px;
	position: fixed;
	bottom: 0px;
	right: 100px;
	background-color: #ccc;
	padding: 10px;
	border-top: 1px solid #aaa;
	color: #555;
}	

/* 
	topbar
			*/

div#topbar {
	height: 17px;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 200px;
	font-size: 10px;
	color: #fff;
	font-weight: bold;
	background-color: #ff0000;
}

div#social-icons {
	position: absolute;
	margin-top: -18px;
	margin-left: 480px;
}

div#topbar a {
	font-size: 10px;	
}

div#topbar form {
	margin-top: -2px;
}

div#servicehelp a {
	position: absolute;	
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
}

div#shipping a {
	position: absolute;	
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 8px;
	margin-left: 50px;
}

input#searchBoxFP {
	color: #6a6a6a;
}

/* 
	header
			*/

div#header
	{
		height: 328px;
		padding: -22px 0 0 0;
		border-bottom: 1px solid #666;
		margin: 0 0 3px 0;
	}
	
div.headerImage {
	position: absolute;
	width: 962px;
	height: 328px;
	z-index: -1;
	opacity: 0.0;
	filter: alpha(opacity = 0);	
}

a#headerOverlay {
	display: block;
	position: absolute;
	width: 530px;
	height: 270px;
	margin-left: 150px;
	z-index: 1;
}

a#headerOverlay-left {
	display: block;
	position: absolute;
	width: 200px;
	height: 100px;
	margin-left: 0px;
	margin-top: 170px;
	z-index: 1;
}

a#headerOverlay-right {
	display: block;
	position: absolute;
	width: 280px;
	height: 120px;
	margin-top: 110px;
	margin-left: 680px;
	z-index: 1;
}
	
img#logo {
	position: absolute;
	top: 33px;
	margin-left: 0px;	
	z-index: 1;
}

/* 
	shoppingcart
			*/

div#shoppingcart a
	{
		position: relative;
		display: inline;
		left: 752px;
		top: -313px;
		width: 50px;
		height: 30px;
		font: 18px Consolas, "Courier New", Courier, monospace;
		font-weight: bold;
		color: #fff;
		text-align: center;
		z-index: 1;
		
	}
	
div#shoppingcart a:link, div#shoppingcart a:visited
	{
		color: #fff;
		text-decoration: none;
		z-index: 1;
	}
	
div#shoppingcart a:hover, div#shoppingcart a:active
	{
		color: #fff;
		/* text-decoration: underline; */
	}

a#checkout-button {
	position: absolute;
	top: 106px;
	margin-left: 864px;
	height: 30px;
	z-index: 1;
}

a#shoppingbag-button {
	position: absolute;
	top: 60px;
	margin-left: 780px;
	z-index: 1;
}

/*
	Menu          
*/

div#menu {
	position: absolute;
	top: 301px;		
	padding-left: 24px;	
	z-index: 1;
}
div#menu a {
	float: left;
	margin-right: 48px;
	z-index: 1;
}

div#menu a, div#menu a span {
	height: 62px;
	display: block;
	z-index: 1;
}

div#menu a.brands, div#menu a.brands span {
	width: 77px;
}

div#menu a.newstuff, div#menu a.newstuff span {
	width: 47px;
}

div#menu a.new-button, div#menu a.new-button span {
	width: 40px;
}

div#menu a.sale-button, div#menu a.sale-button span {
	width: 39px;
}

div#menu a.brands span {
	background: transparent url('../img/layout/brands-button.png') center no-repeat;
	z-index: 1;
}

div#menu a.newstuff span {
	background: transparent url('../img/layout/newstuff-button.png') center no-repeat;
	z-index: 1;
}

div#menu a.new-button span {
	background: transparent url('../img/layout/new-button.png') center no-repeat;
	z-index: 1;
}

div#menu a.sale-button span {
	background: transparent url('../img/layout/sale-button.png') center no-repeat;
	z-index: 1;
}

div#menu a.categories, div#menu a.categories span {
	width: 114px;
	z-index: 1;
}

div#menu a.categories span {
	background: transparent url('../img/layout/categories-button.png') center no-repeat;
	z-index: 1;
}

div#submenu {
	position: absolute;
	top: 280px;
	margin-left: 690px;
	z-index: 1;
}

a#info {
	position: absolute;
	margin-top: 34px;
	margin-left: 20px;
	z-index: 1;
}

div#submenu a {
	margin-right: 10px;
	z-index: 1;
}

a#brands-button {
	border: 1px solid red;
	height: 30px;
	z-index: 1;
}

div#brands-menu {
	height: 250px;
	background-color: #fff;
	position: absolute;
	width: 962px;
	top: 357px;
	border-bottom: 1px solid black;
	overflow: hidden;
	display: none;
	z-index: 10;
}

img#allbrands-button {
	clear: left;
	float: right;
    margin-right: 1px;
    margin-top: -148px;   
}

img#allcategories-button {
	clear: left;
	float: right;
    margin-right: 1px;
    margin-top: -45px;   
}

div#brands-menu ul {
	list-style-type: none;
	margin: 10px;
}

div#brands-menu ul li {
	height: 25px;
	font-size: 12px;
	text-transform: uppercase;
}

div#brands-menu ul li a {
	color: #ff0000;
}

div#brands-menu ul li a:hover {
	text-decoration: underline;
}

div#brand-favorites {
	background-color: #ff0000;
	width: 133px;
	float: left;
	padding: 5px;
	margin-left: 5px; 
	margin-top: 5px;
	padding-top: 10px;
	margin-right: 30px;
	height: 250px;
}

div#brand-favorites ul li a{
	color: #fff !important;
}

div#brand-favorites h2{
	color: #fff !important;
}

div#brand-popular {
	padding: 15px;
}

div#brand-popular h2 {
	padding-left: 20px;
}

div#brands-menu h2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #ff0000;
}	
	
div#brand-popular ul {
	float: left;
	margin-left: 0px;
	border-right: 1px solid #ff0000;
	padding-right: 25px;
	margin-right: 25px;
}

div#brands-background {
	background-color: #fff;
	width: 55px;
	height: 63px;
	position: absolute;
	top: 306px;
	margin-left: 35px;
	opacity: 0.0;
	filter:alpha(opacity=0);
}

div#brands-background img {
	margin-top: 40px;
	margin-left: 23px;
}

div#categories-menu {
	height: 150px;
	background-color: #ff0000;
	position: absolute;
	width: 952px;
	top: 357px;
	border-bottom: 1px solid black;
	overflow: hidden;
	padding-left: 10px;
	height: 1px;
	display: none;
	z-index: 10;
}

div#categories-menu ul {
	float: left;
	margin-left: 0px;
	border-right: 1px solid #fff;
	padding-right: 25px;
	margin-right: 25px;
}

div#categories-menu ul li {
	height: 25px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}

div#categories-menu ul li a {
	color: #fff;
}

div#categories-menu ul li a:hover {
	text-decoration: underline;
}


div#categories-menu ul {
	list-style-type: none;
	margin: 10px;
}

div#categories-background {
	background-color: #ff0000;
	width: 90px;
	height: 63px;
	position: absolute;
	top: 306px;
	margin-left: 165px;
	opacity: 0.0;
	filter:alpha(opacity=0);
}

div#categories-background img {
	margin-top: 40px;
	margin-left: 41px;
}

/* 
	content
			*/

div#content {
	min-height: 250px;
	_height: 250px;
}

/* 
	navigation for rodger
			*/

div#nav_rodger
	{
		text-align: center;
		background-color: #ffc;
		border: 1px solid #963;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 5px;
		color: #666;
	}

div#nav_rodger a:link, div#nav_rodger a:visited
	{
		color: #666;
		text-decoration: none;
	}

div#nav_rodger a:hover, div#nav_rodger a:active
	{
		text-decoration: underline;
	}

/* 
	footer
			*/

div#footer
	{
		position: relative; /* needed 4 safari */
		height: 200px;
		padding: 25px 0 0 0;
		color: #fff;
		margin-top: 100px;
		background: url('../img/footer-bg.gif') repeat-x top;
		background-color: #ff0000;
	}

div#footer_center
	{
		margin: 0 auto;
		width: 1000px;
	}

div.footer_block
	{
		width: 200px;
		height: 200px;
		float: left;
	}

div.footer_block h1
	{
		display: block;
		float: left;
		color: #fff;
		font-weight: bold;
		font-size: 16px;
	}

div.footer_block a:link, div.footer_block a:visited
	{
		color: #fff;
		text-decoration: none;
	}

div.footer_block a:hover, div.footer_block a:active
	{
		color: #fff;
	}

div.footer_block ul
	{
		float: left;
		margin: 0 0 0 25px;
		list-style: none;
		line-height: 22px;
	}

div.footer_block ul li a.active
	{
		color: #fff;
		background: url("../img/gif_img_footer_ul_li_active.gif") no-repeat left center;
		padding: 0 0 0 12px;
	}

.left
	{
		float: left;
	}

.right
	{
		float: right;
	}

form input[type="button"], form input[type="submit"], form input[type="reset"]
	{
		color: #fff;
		font-size: 11px;
		background-color: #ff0000;
		font-weight: bold;
		border: 1px solid;
		padding: 1px;
		cursor: pointer;
		margin: 0 0 3px -3px;
		outline: none;
		border: 1px solid #ff0000;
	}

form input[type="text"], input[type="password"], select, textarea
	{
		width: 160px;
		padding: 2px;
		color: #000;
		font-size: 11px;
		border: 1px solid #ff0000;
		margin-bottom: 3px;
	}

form input[disabled]
	{
		color: #898989;
		background-color: #ededed;
	}

form input:focus, form select:focus, form textarea:focus
	{
		background-color: #fff;
		outline: none;
	}

form label
	{
		font-size: 10px;
		border-bottom: 1px dotted #000;
		cursor: pointer;
	}
	
.italic {
	font-style: italic;
}

a {
	color: #ff0000;
	text-decoration: none;
}

h1.debussy {
	font-family: 'Debussy';
	font-size: 24px !important;
	color: #414141 !important;
}

/**
 * Dialogbox
*/
div.dialogWindow {
	overflow: hidden;
	background-color: #fff;
	border: 4px solid #ff0000;
	padding-bottom: 50px;
}

div.dialogWindow h1 {
	font-size: 16px;
	text-transform: uppercase;
	color: #ff0000;
	padding: 10px !important;
}

div.dialogWindow td h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #ff0000;
	margin-top: 5px;
	margin-bottom: 5px;
}

div.dialogWindow table {
	width: 100%;
	border-collapse: collapse;
}

div.dialogWindow table tr {
	border-bottom: 1px solid #e7e5e5;
}

div.dialogWindow table th {
	text-align: left;
	font-size: 14px;
	color: #ff0000;
	padding: 10px;
}

div.dialogWindow div.tableContainer {
	overflow: hidden;	
	margin: 0px;
	padding: 0px;
}

div.dialogWindow table td {
	overflow: hidden;	
}

div.dialogWindow table .quantity {
	width: 30px;
}

div.dialogWindow table td.picture {
	width: 105px;
}

div.dialogWindow table td.description {
	width: 300px;
	font-size: 10px;
	padding: 0px;
}

div.dialogWindow table td.remove {
	width: 90px;
}

div.dialogWindow table td {
	font-size: 14px;
	padding: 5px;
	vertical-align: top;
}

div.dialogWindow table tr.hover {
	background-color: #fcffda;
}

div.dialogWindow table td.vAlign {
	vertical-align: middle;
}

div.dialogWindow table td.dark {
	font-size: 16px;
	font-weight: bold;
	color: #494949;
}

div.dialogWindow table .center {
	text-align: center;
}

div.dialogWindow table .noBorder {
	border-width: 0px;
}

div.dialogWindow img.backtoshop {
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
}

div.dialogWindow img.checkout {
	position: absolute;
	margin-left: 540px;
	margin-top: 5px;
}

span.notify {
	font-size: 14px;
	margin: 10px;
	text-transform: uppercase;
	color: #ff0000;
	font-weight: bold;
}

img.new_sale_overlay {
	position: absolute;
}

div#free-shipping-txt {
	margin-top: -30px; 
	position: absolute; 
	font-size: 11px; 
	color: grey; 
	margin-left: 10px;
}

img.quantity-up {
	position: absolute;
	margin-top: -27px;
	margin-left: 10px;
}

img.quantity-down{
	position: absolute;
	margin-top: -17px;
	margin-left: 10px;
	visibility: hidden;
}

div#dialogNotify {
	float: left;
	margin-left: 320px;
	margin-top: -30px;
	width: 300px;
	border: 1px solid #d5c69f;
	background-color: #fbf7cb;
	padding: 10px;
	opacity:0.0;
	filter:alpha(opacity=0)
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
   a#info {
		margin-top: -12px !important;
		margin-left: 150px;
	}
}

div.brand-images {
	position: absolute;
	opacity:0.0;
	filter:alpha(opacity=0);
	margin-top: 20px;
	display: none;
}

div.brand-images a {
	display: block;
	opacity:0.0;
	filter:alpha(opacity=0);
	margin: 1px;
	width: 100px;
	height: 100px;
	padding: 0px;
	float: left;
}

div#footer-contact {
	float: left;
	margin-left: 85px;
	margin-top: -18px;
}