/*CSS FOR PRODUCT TEMPLATE*/
body {
	background-color: #000000;
	color: #ffffff;
	font-size: 80%;
	font-family:"Verdana";}
	
a:hover {color:#9e2224!important; text-decoration: none; border: none; outline: none;}  /* mouse over link */
a:link {color:#9e2224!important; text-decoration: none; border: none; outline: none;}    /* unvisited link */
a:visited {color:#9e2224!important; text-decoration: none; border: none; outline: none;}  /* visited link */
a:active {color:#9e2224!important; text-decoration: none; border: none; outline: none; }  /* selected link */ 

p {
	font-size:12px;
	line-height:150%;}

.tech_det_o {
	padding-left: 45px;
	vertical-align: text-top;
	font-family: "Verdana";
	font-size: 12px;
	text-decoration: none;
	color: #9e2224;
	text-align: left;
	line-height: 150%;
	font-weight:bold;
}

.tech_det {
	padding-left: 5px;
	vertical-align:text-top;
	font-family:"Verdana";
	font-size:12px;
	text-decoration:none;
	color:#ffffff;
	text-align:left;
	line-height:150%}

.ytb_head {
	padding-left: 11;
	font-family:"Verdana";
	font-size:20px;
	text-decoration:none;
	background-color:#282828;
	color:ffffff;

	height:35px}

.prod_name {
	padding-left: 20;
	font-family:"Verdana";
	font-size:20px;
	text-decoration:none;
	color:ff7800;
	text-align:center;
	height:35px}

div.line {
	border-bottom: 1px solid gray; 
	border-bottom-style: dotted;
	border-color: gray;}

div.noline {
	border-bottom: 1px solid black;}

#navlist {
	margin-left: 20;
	padding-left: 0;
	list-style: none;
	color:#ffffff;
	vertical-align:text-top;
	font-family:"Verdana";
	font-size:12px;
	line-height:150%;}

#navlist li {
	padding-left: 25px;
	background-position:top;
	background-image: url(http://lindoguitars.com/ebay/template/product/images/star_cat.png);
	background-repeat:no-repeat;
	background-position: 0.5em 0.3em;	}

/* IMAGE GALLERY S*/

/* CSS for lens */
.cloudzoom-lens {
	border: 2px solid #b81c1f;
	width: 150px;
	height: 103px;
	box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
	cursor: crosshair;
	z-index: 10;
}
/* CSS for zoom window. */
.cloudzoom-zoom {
	border: 0px solid #b81c1f;
	width: 542px;
	height: 378px;
	box-shadow: -0px -0px 10px rgba(0,0,0,0.40);
}

/* CSS for zoom window in 'inside' mode. */
.cloudzoom-zoom-inside {
    border:none;
    box-shadow:none;
}

/* CSS for captions */
.cloudzoom-caption {
    display:none;   /* CSS captions should be hidden initially */
    text-align: left;
    background-color:#000;
    color:#fff;
    font-weight:bold;
    padding:10px;
    font-family: sans-serif;
    font-size:11px;
}

img.cloudzoom-gallery {
	border: 1px solid #000000;
    }

a.thumb-link{
        text-decoration: none;
        display:inline-block;
        margin-right:0.10px;
}

.cloudzoom-lens {
        cursor:pointer;
    }
	
/* A blank image */
.cloudzoom-blank {
    background-image:url(blank.png);
}

/* The animated ajax loading image */
.cloudzoom-ajax-loader {
    background-image:url(ajax-loader.gif);
    width:32px;
    height:32px;
}
