/* CSS Eddie Vegas .com */

<!--
body {
	
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: auto;
}

.body {
	background-image: url(/images/guitar_bg.jpg);
	z-index: 5;
	width: auto;
}

#topMenu {
	position:absolute;
	left: 200px;
	top: 0px;
	height: 95px;
	background-image:url(/images/topBG.gif);
	width:auto;
	text-align:center;
}

#h1 {
	position: absolute;
	left: 230px;
	height: 30px;
	width: 650px;
	top: 108px;
	margin-top: 0px; /* was 5 */
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#breadcrumb {
	position: absolute;
	left: 210px;
	height: 30px;
	width: 710px;
	top: 92px;
	margin-top: 3px;
	margin-bottom: 3px;
	/*margin-bottom: 0;*/
	padding-top: 0;
	padding-bottom: 0;
}

#login {
	position: absolute;
	right: 5px;
	top: 90px; /* was 91 */
	width: auto;
}

#menu {
	position: absolute;
	left:3px;
	top: 220px;
	height: auto;
	width: 195px;
	/*width: 215px;*/
	border:0px;
	margin: 0;
	border-style:solid;
	padding: 0;
	border-color:#333333;
}

#menu ul, p {
	font-size: 12px;
	margin-top: 12px;
}

#miniMenu {
	position:absolute;
	top: 64px;
	left: 400px;
	width: 421px; /* 257 */
	height: 25px;
	background-image:url(/images/topMenuBox2.png);
}

#content {
	position: absolute;
	height: 100%;
	width: 650px;
	top: 150px;
	margin-right: 10px;
	margin-left: 227px;
	
}

h1 {
	color: #990000;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 11px;  /* Changed Per JY's input */
}

h2 {
	margin-top: 0px;
	margin-bottom: 3px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 15px;
}

ul {
	list-style-type: square;
	margin-left: 0;
	padding-left: 25px;
}

.form-divider {
	text-align: left;
	font-weight: 700;
	font-style:italic;
	background-color: #e2e2e2;
}

.loginCreds {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: small;
	/* font-weight: bold; */
}

.backgroundBase {
	background-image:url(/images/topBG.gif);
	background-repeat: repeat-x;
}

.eddieVegasTopRight {
	font-weight: bold; 
	color: #FFFFFF;
}

.topRightWhiteText {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

.topRightWhiteText a { color:#FFFFFF; text-decoration:none; }
.topRightWhiteText A:link { text-decoration: none; color: #FFFFFF}
.topRightWhiteText A:visited { text-decoration: none; color: #C8C7C4}
.topRightWhiteText A:active { text-decoration: none; color: #CCCCCC}
.topRightWhiteText A:hover { text-decoration: underline; color: #FFCC00}

.topMenuLinks {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.topMenuLinks a { color:#FFFFFF; text-decoration:none; }
.topMenuLinks A:link { text-decoration: none; color: #FFFFFF}
.topMenuLinks A:visited { text-decoration: none; color: #C8C7C4}
.topMenuLinks A:active { text-decoration: none; color: #CCCCCC}
.topMenuLinks A:hover { text-decoration: underline; color: #FFCC00}


.money {
	font-size: 18px;
	color: #990000;
}

.search form {
	/* background: url('/images/silouhette.gif') no-repeat middle left; */
	margin: 0;
	padding: 0;
	margin-top: 0;
}

form {
	margin: 0px;
	padding: 0px;
}

select {
	margin: 1px;
	
}

/* Shadow for menubox */
div.img-men {
background: url('/images/shadow.gif') no-repeat bottom right;
    
    margin: -3px -3px 10px 25px;
    padding: 0;
    position: absolute;
    top: 200px;
}

div.img-men img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    /* display: block; */
    margin: -10px 5px 5px -18px;
    padding: 4px;
    position: relative;
    clear: both;
}

div.img-men ul {
	list-style-type:square;
	margin-left: 0;
	margin-top: 2px;
	padding-left: 0;	
}

/* Shadows for images */
div.img-dec {
background: url('/images/shadow.gif') no-repeat bottom right;
    clear: none;
    float: left;
    margin: 15px 8px 0px 15px;
    padding: 0;
    position: relative;
}
      
div.img-dec img {
    background-color: #fff;
    border: 1px solid #a9a9a9;
    /* display: block; */
    margin: -5px 5px 5px -5px;
    padding: 8px;
    position: relative;
}
.productMain {
	font-size: 14px;
	color: #990000;
	font-weight: bold;
}

#main-image {
	/*
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	float: center;
	*/
}

.product-image {
	height: 400px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.product-price {
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	margin-left: 10px;
}

.search-input {
	font-size: 10px;
	color: #666666;
}


-->


