/*  
Theme Name: Ginger Ninja! v2
Description: The new Ginger Ninja! theme.
Version: 1.0
Author: Donny Burnside
Author URI: http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	margin-right: auto;
	margin-left: auto;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#0099FF;
	}
a:hover {
	text-decoration:underline;
	color:#6CC7DC;
	}
.clear{
    clear:both;
}
#content {
    padding-top:10px;
	width:750px;
	margin:0 auto;
}
#prod {
	background:url(../../ch/images/bground3.jpg) repeat-y;
}
#prod p{
	text-align: center;
	margin: 5px 0 10px 0;
	font-size: 15px;
	color: #336699;
}
#prod p span{
	font-weight: bold;
	color: #CC0000;
	font-size: 18px;
}
.close {
	margin-left: 540px;
	margin-top:20px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0 50px;
}
.ta1 {
	font-size: 14px;
	color: #000080;
	font-weight: bold;
}
table td {
    padding-left: 6px;
}