body {
margin: 0;
padding: 0;
background-color: #212121; 
font-family: Arial, Helvetica, Verdana;	
text-align: left;
font-size: 12px;
color: #000000;
line-height: 1.5em;
}

#overall {
background: url() center; 
}

#head span { 
display: none;
} 

#container {
text-align: center;
width: 800px;
margin-left: auto;
margin-right: auto;
background-color: #212121;
color: #333;
border: 0px solid black;
line-height: 130%;
    height: auto;
}

#top {
width: 800px;
height: 220px; 
}

#content {
font-family: Arial, Helvetica, Verdana;	
border-left: 0px solid #000000;
max-width: 800px;
}

/**** Ones I Made ***/
        .styleMainTitle
        {
            width: 800px;
            text-align: left;
        }
        .styleUnderMainTitle
        {
            height: 20px;
        }
        .styleSecondTitle
        {
            height: 13px;
        }
        .styleInBetween
        {
            height: 135px;
            width: 800px;
        }
        .styleMainCont
        {
            color: #FFFFFF;
            width: 800px;
            height: 300px;
        }
        .styleSpacer
        {
            height: 216px;
        }
        .styleMiddleInfo
        {
            height: 216px;
            vertical-align: top;
            padding-left: 10px;
            padding-top: 10px;
        }
        .styleMiddleInfoPlain
        {
            vertical-align: top;
            color: #000000;
        }
        .styleMiddleInfoCont
        {
            vertical-align: top;
            padding-left: 290px;
            padding-top: 10px;
        }
        .styleMiddleInfoProd
        {
            vertical-align: bottom;
            padding-bottom: 2px;
        }
        .styleMiddleInfoDeal
        {
            cellspacing: 5px;
            color: #000000;
        }
        .styleMiddleInfoGalTab
        {
            width: 100%;
            height: 100%;
        }
        .styleMiddleInfoGalTop
        {
            text-align: right;
            vertical-align: top;
        }
        .styleMiddleInfoGalMid
        {
            text-align: right;
        }
        .styleMiddleInfoGalBot
        {
            text-align: right;
            vertical-align: bottom;
        }
        div#banner img {
            margin: 0;
            padding: 0;
        }
        
        /*** For Photo Gallery ***/
			.gallery {
				zoom:1;
				width:700px;	
                height: 214px;			
			}
			.gallery a {
				display:block;
				float:left;
				margin:5px;
				opacity:0.87;
				text-align:center;
			}
			.gallery a:hover {
				opacity:1;
			}
			.gallery a img {
				border:none;
				display:block;
			}
			.gallery a#vlightbox{display:none}


/******** NEW DIVS ********/
#product {
	background-color: #FFFFFF;
	border: 0px solid #DDDDDD;
	float: left;
	font-size: 12px; 
	height: auto;
	margin-bottom: 12px;
	margin-left: 10px;
	padding: 6px;
	position: relative;
	text-align: justify;
	vertical-align: top;
	width: 642px;
}

#product:hover {
	background-color: #fbfbfb;
	border: 0px solid #666666;
}

#data {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	float: left;
	font-size: 12px; 
	height: auto;
	margin-bottom: 12px;
	padding: 6px;
	position: relative;
	text-align: justify;
	vertical-align: top;
	width: 642px;
}

#data:hover {
	background-color: #EEEEEE;
	border: 1px solid #666666;
}

#null {
	background-color: #FFFFFF;
	border: 0px solid #FFFFFF;
	clear: left;
	float: none;
	height: 10px;
	margin-bottom: 12px;
	padding: 6px;
	position: relative;
	text-align: justify;
	vertical-align: top;
	width: 642px;
}



/********************** IMAGES & BORDERS **********************/

img {
border-style: none;
    border-color: inherit;
    border-width: medium;
    float: left;
    margin-left: 3px;
}

img.no {
border: none;
text-decoration: none;
margin: 0px;
padding: 0px;
}

img.nopad {
border: none;
vertical-align: middle;
margin: 0px;
padding: 0px;
text-decoration: none;
}

img.border {
border: 1px solid #000;
text-decoration: none;
}

img.pad {
border: 0px solid;
margin-right: 6px;
}

img.left {
border: 1px solid;
margin-right: 6px;
}

img.right {
border: 1px solid;
margin-left: 6px;
}

img.center {
border: 0px solid #FFF;
text-align: center;
margin-left: 4px;
}


/********************** LINKS & FONTS **********************/

a.return, a.return:active, a.return:visited {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 13px;
line-height: 1.5em;
font-weight: bold; 
color: #e34514; 
text-decoration: none;
}

a.return:hover {
border-bottom: 1px dotted #808080; 
background: #ffe9cd; 
text-shadow: 0px 2px 4px #b3b3b3;
}

a.subtitle, a.subtitle:active, a.subtitle:visited {
font-family: Arial, Helvetica, Verdana;	
font-size: 11px;
color: #424f62;
paddin1: 1px 0px 0px 1px;
text-decoration: none;
line-height: 1.3em;
}

a.subtitle:hover {
border-bottom: 1px dotted #808080; 
padding: 1px 0px 0px 1px;
background: #d1e3ae; 
}

a.store, a.store:active, a.store:visited {
font-family: Arial, Helvetica, Verdana;
text-align: right;
font-size: 11px;
color: #000000;
line-height: 1.5em;
font-weight: bold; 
text-decoration: none;
}

a.store:hover {
border-bottom: 1px dotted #808080; 
background: #cbd1d9; 
}

H3 {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 10px;
font-weight: normal;
color: #333333;
line-height: 1.5em;
text-decoration: none;
display: inline;
}

H3:hover {
color: #547a49;
text-decoration: none;
}

a.storelink, a.storelink:active, a.storelink:visited {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 10px;
font-weight: normal;
color: #333333;
line-height: 1.5em;
text-decoration: none;
display: inline;
}

a.storelink:hover {
color: #547a49;
text-decoration: none;
}

a.storelinkred, a.storelinkred:active, a.storelinkred:visited {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 10px;
font-weight: normal;
color: #FF0000;
line-height: 1.5em;
text-decoration: none;
display: inline;
}

a.storelinkred:hover {
color: #547a49;
text-decoration: none;
}

a.bold, a.bold:active, a.bold:visited {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 12px;
font-weight: bold;
color: #547a49;
line-height: 1.5em;
padding: 1px 0px 0px 1px;
text-decoration: underline;
}

a.bold:hover {
background: #DDDDDD; 
color: #000000;
padding: 1px 0px 0px 1px;
text-decoration: none;
}

a.legal, a.legal:active, a.legal:visited {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 10px;
font-weight: bold;
color: #547a49;
line-height: 1.3em;
text-decoration: underline;
}

a.legal:hover {
background: #DDDDDD; 
color: #000000;
text-decoration: none;
}

a.no, a.no:active, a.no:visited {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 11px;
font-weight: normal;
color: #3e5c07;
text-decoration: none;
}

a.no:hover {
border-bottom: 0px; 
background: #ffffff; 
}

.title {
font-family: Arial, Helvetica, Verdana;
font-size: 14px;
line-height: 1.5em;
text-shadow: 0px 2px 4px #CCCCCC;
font-weight: bold; 
color: #000000;
}

H1 {
font-family: Arial, Helvetica, Verdana;
font-style: italic;
font-size: 35px;
line-height: 1em;
text-shadow: 0px 2px 4px #CCCCCC;
font-weight:  bold; 
letter-spacing: -.04em;
color: #212121;
    text-align: left;
    height: 30px;
    margin-bottom: 0px;
}

.title2 {
font-family: Arial, Helvetica, Verdana;
font-size: 13px;
line-height: 1.5em;
ttext-shadow: 0px 2px 4px #b3b3b3;
font-weight: bold; 
xxcolor: #e34514;
color: #91063e;
}

.title2n {
font-family: Arial, Helvetica, Verdana;
font-size: 13px;
line-height: 1.5em;
ttext-shadow: 0px 2px 4px #b3b3b3;
font-weight: normal; 
xxcolor: #e34514;
color: #91063e;
}

.title3 {
font-family: Arial, Helvetica, Verdana;
font-size: 13px;
line-height: 1.5em;
font-weight: bold; 
color: #3e5c07;
}

.subtitle {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 13px;
color: #222222;
line-height: 1.5em;
text-shadow: 0px 2px 4px #b3b3b3;
}

H2 {
font-family: Arial, Helvetica, Verdana;
text-align: left;
font-size: 20px;
color: #212121;
}

H4 {
font-family: Arial, Helvetica, Verdana;
font-size: 13px;
color: #FF0000;
margin-top: 0px;
margin-bottom: 2px;
}

.redtitle {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
font-size: 13px;
color: #e34514;
line-height: 1.5em;
text-shadow: 0px 2px 4px #b3b3b3;
}

.notes {
font-family: Arial, Helvetica, Verdana;	
text-align: center;
font-size: 12px;
color: #000000;
text-decoration: none;
line-height: 1.5em;
}

.notesbold {
font-family: Arial, Helvetica, Verdana;	
text-align: justify;
font-size: 12px;
color: black;
font-weight: bold; 
text-decoration: none;
line-height: 1.5em;
}

.price {
font-family: Arial, Helvetica, Verdana;	
text-align: justify;
font-size: 12px;
color: #3e5c07;
text-decoration: none;
line-height: 1.5em;
}

.stats {
font-family: Arial, Helvetica, Verdana;	
font-size: 12px;
color: #373d4f; 
text-decoration: none;
line-height: 1.5em;
}

.legal {
font-family: Arial, Helvetica, Verdana;	
font-size: 10px;
color: #444;
line-height: 1.3em;
text-decoration: none;
}

.foot {
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
color: #000000; 
text-decoration: none;
line-height: 1.5em;
}

.red {
font-family: Arial, Helvetica, Verdana;
font-size: 12px;
line-height: 1.5em;
xxxt-shadow: 0px 2px 4px #b3b3b3;
font-weight: normal; 
color: #FF0000;
}

.notice {
font-family: Arial, Helvetica, Verdana;
font-size: 80%;
line-height: 1.5em;
text-shadow: 0px 2px 4px #b3b3b3;
font-weight: normal; 
color: #000;
}

p.footertitle { 
margin-top: 0; 
margin-bottom: 8px; 
line-height: 1.5em; 
font-family: Arial, Helvetica, Verdana; 
font-size: 15px;  
font-weight: bold;
color: #000; 
text-shadow: 0px 2px 2px #737373;
}

a, a:active, a:visited {
font-family: Arial, Helvetica, Verdana;
text-decoration: none;
}

a:hover {
border-bottom: 0px solid #547a49; 
}

a.no, a.no:active, a.no:visited {
font-family: Arial, Helvetica, Verdana;
text-align: justify;
color: #FFF;
text-decoration: none;
}

a.no:hover {
border-bottom: 0px dotted #808080; 
color: #FFF;
text-decoration: none;
}





table {
	font-family: Arial, Helvetica, Verdana; 
	color: #FFFFFF;
	font-size: 15px;
    height: 54px;
}

table a:link, a:hover, a:visited, a:active {
	font-family: Arial, Helvetica, Verdana; 
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

.centered
{
    margin-left:0px; 
    margin-right:0px;
}
