body {
	background-image: url('../../../img/layout_baseball_vision/default/bg.gif');
	background-repeat: repeat-x;
	background-color: #c1bfbf;
	font-size: 90%;
	color: #000000 !important;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif !important;
}

p {
	font-size: 0.85em;
	line-height: 1.35em;
	text-align: justify;
	margin-top: 8px;
	margin-bottom: 12px;
}

p.top {
	margin-top: 0;
}

.highlight {
	margin-top: 8px;
	border: 1px solid #bdbcbd;
	background-image: url('../../../img/layout_baseball_vision/default/bg_main.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px;
	margin-bottom: 20px;
}

.highlight .title, .mod_highlight .title {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 3px;
}

.highlight ul {
	list-style-type: square;
	margin-left: 18px;
}

.highlight li, .mod_highlight .content {
	font-size: 0.7em;
	padding: 2px;
	line-height: 1.2em;
}

.mod_highlight {
	margin-top: 8px;
	padding: 6px;
	margin-bottom: 20px;
}

.mod_highlight .content {
	padding: 0;
}


.headline_color {
	color: #d60000

}

.table_border_color {
	border: 3px solid #cfcfcf;
	padding: 50px;
	cellspacing="2";

}


/* MAIN STRUCTURES */
#container {
	width: 758px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #cfcfcf;
	border-top: 0;
	background-image: url('../../../img/layout_baseball_vision/default/bg_main.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
}

#header {
	background-image: url('../../../img/layout_baseball_vision/default/header.jpg');
	background-repeat: no-repeat;
	width: 758px;
	height: 168px;
	overflow: hidden;
}

#header_text {
	float: left;
	margin-top: 55px;
	z-index: 99;
	width: 383px;
}

#header_text .title {
	font-size: 0.85em;
	color: #000000;
	font-weight: bold;
	margin-bottom: 4px;
}

#header_text span {
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.1em;
}

#menu {
	background-color: #000000;
	background-image: url('../../../img/layout_baseball_vision/default/bg_menu.gif');
	background-repeat: repeat-x;
	height: 24px;
	overflow: hidden;
}

#menu li {
	padding-top: 4px;
	float: left;
	width: 93px;
	height: 24px;
	border-right: 1px solid #535353;
	text-align: center;
}

#menu a {
	color: #FFFFFF;
	font-size: 0.75em;
	font-weight: bold;
	text-decoration: none;
}

#main {
	padding: 16px;
}

#left {
	float: left;
	width: 478px;
	margin-right: 18px;
}

#right {
	float: left;
	width: 223px;
}

#full {
	float: left;
	width: 700px;
	margin-right: 18px;
}
#footer {
	background-color: #000000;
	background-image: url('../../../img/layout_baseball_vision/default/bg_menu.gif');
	background-repeat: repeat-x;
	height: 24px;
	overflow: hidden;
	color: #FFFFFF;
	clear: both;
}

.product_side {
	width: 105px;
	border: 1px solid #dcdcdc;
	float: left;
	margin-right: 9px;
}

.product_side .top {
	padding: 3px;
	text-align: center;
}

.product_side .top .photo {
	width: 85px;
	height: 75px;
}

.product_side .top .title {
	font-size: 0.70em;
	text-align: center;
}

.product_side .top .title a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}

.product_side .top .price {
	font-size: 0.7em;
	text-align: center;
}

/* HEADERS */
h1 {
	background-image: url('../../../img/layout_baseball_vision/default/logo.gif');
	background-repeat: no-repeat;
	height: 152px;
	width: 154px;
	cursor: pointer;
	text-indent: -5000px;
	font-size: 1em;
	margin-top: 4px;
	margin-left: 26px;
	margin-right: 25px;
	float: left;
}

h2 {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.8em;
	margin-bottom: 2px;
}

h3 {
	margin-top: 18px;
	color: #d60000;
	font-weight: bold;
	margin-bottom: 8px;
}

h4 {
	font-size: 1.1em;
	margin-top: 6px;
	color: #d60000;
	font-weight: bold;
	margin-bottom: 3px;
}

/* UTILITY/RANDOM */
.clear {
	clear: both;
}

.productCell { padding: 10px; text-align: center; width: 33%; border: 1px solid black; background-color: #EBEBEB; }
.productCell form { text-align:center; }
.productCell .title { font-weight: bolder; font-size: 14px; text-align:center; margin-bottom: 10px; }
.productCell .price { color: #D20200;text-align: center; margin-top: 10px; margin-bottom: 10px; font-weight: bolder; }
.camps { width: 100%; }
.camps td, .camps th { padding: 5px; margin: 0px; }
.camps td { border: 1px solid #D20200; }
.camps th { background-color: #D20200; color: white; font-weight: bolder; }

#footer .left p {
    display: inline;
}

.inner {
    padding: 15px;
}

