@charset "UTF-8";
/* CSS Document */
form {
    margin: 0px;
    padding: 0px;
}
/******************************************************************************/
/* Main Elements **************************************************************/
/******************************************************************************/
html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color:#333333;
}
body {
	margin:0px;
	padding:0px;
	background-image: url(images/bkg-crosshatch.jpg);
	background-color: #014546;
	background-repeat: repeat-y;
	background-position: top;
	line-height: 15px;
}
h1, h2, h3, h4, p, form {
	margin:0px;
	padding:0px;
	}
h1 {
	font-size: 24px;
	font-weight:bold;
	color: #333333;
	line-height:30px;
	}
h1.large {
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	font-weight: bold;
}
.subhead {
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #9FBF1E;
	font-weight: normal;
	font-style:italic;
	font-size: 18px;
	line-height: 20px;
	}
h2 {
	color: #9FBF1E;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	}
h3 {
	font-weight:bold;
	line-height: 15px;
	font-size: 12px;
	}
h4 {
	font-weight:bold;
	font-size: 12px;
	font-style:italic;
	}
li {
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
}
ul {
	margin:10px 0px;
	padding: 0px;
}
img, img a, a img{border:none;}
a {
	text-decoration: underline;
	color: #333333;
	}
a:hover{color:#086461;
}
a.highlight {
    background-image:url(images/bullet.jpg);
    background-position:8px center;
    background-repeat:no-repeat;
    color:#022e50;
    font-weight:bold;
    padding-left:15px;
}

br.clear {
	clear:both;
	line-height:0px;
	}
p{ padding:0; margin-bottom:10px}

/******************************************************************************/
/* Form Elements **************************************************************/
/******************************************************************************/
form fieldset {
    border: 1px solid rgb(215, 215, 215);
    padding: 5px;
    width: 100%;
}
form fieldset legend {
    font-size: 14px;
    padding: 5px;
}
form input:focus {
    border-color: #333;
}
form .input, form .select, form .textarea, form .checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-top: 3px;
    border: 1px solid rgb(215, 215, 215); 
    height: 20px;
    padding: 2px;
    font-size: 14px;
    vertical-align:bottom;
}
form .select {
    height: 26px;
    padding: 5px;
}
form .textarea {
    height: auto;
}
form .submit {
    border: 1px solid rgb(200, 200, 200); 
    background: #fff;
    color: #333;
    weight: 900;
    height: 26px;
    padding: 2px;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
}
form a:hover .submit {
    background: rgb(235, 235, 235);
    color: #000;
    border-color: #333;
}
form a:hover .submit:active {
    background: rgb(150, 150, 150);
    color: #fff;
}
form .checkbox {
    display: block;
    width: 15px;
    height: 15px; 
    float: left;
    margin-right: 5px;
    vertical-align: bottom;
}
form label {
    font-weight: 900;
}
button {
    border: none;
    background: transparent;
    color: white;
    margin: 0px;
    padding: 0px;
}
.submit_button {
    position:relative;
    display: block;
    background: url(images/btn.jpg); 
    background-repeat: repeat-x;
    border: none; 
    color: white; 
    padding: 5px 0px 4px 12px;  
    text-align: center;
    text-decoration:none;
    cursor: pointer;
    width: 85px;
    font-size: 10px;
    font-weight: 900;
    line-height: 15px;
    height: 15px;
}
.submit_button:hover {
    color: yellow;
}
.submit_button_end {
    display: block;
    float: right;
    background: url(images/btn.jpg); 
    background-position: 12px 0px; 
    width: 12px; 
    height: 24px; 
    margin-top: -5px;
}

.red-btn{
height:21px;
width:32px;
 background: url(images/red-btn.jpg);
 color:#FFFFFF; 
 border:none;
}


/******************************************************************************/
/* Layout Elements ************************************************************/
/******************************************************************************/
#wrapper {
	width: 950px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	background-color: #FFFFFF;
}

.gray{
color:#333333;
}
.green {
	color: #047971;
	}
.orange {
	color: #ff6600;
}

.pink{
color:#A01963;
}

.lightpink{
color:#9E2064;
}
.white{
color:#fff;
}

.yellow{
 color:#ffee35;
}

.yellow a:hover{
color:#FFFFFF;
}

.roundcorner{
	background-image: url(images/curve.png);
	background-repeat:no-repeat;
	height: 10px;
	width: 10px;
	float: right;
	margin: 0px;
	padding: 0px;
	}
.roundcorner img{
	margin: 0px;
	padding: 0px;
	}

/* Set Header Styles */

#header {
	height:120px;
	margin: 0px;
	background-image: url(images/top03.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 10px;
}
#logo{
	margin-left: 20px;
	background-image: url(images/bowl-gamer2.png);
	background-repeat:no-repeat;
	height: 110px;
	width: 350px;
	}
#login{
	float:right;
	margin-right: 35px;
	margin-top: 0px;
	width: 220px;
	text-align: right;
	font-family: "Trebuchet MS", Arial, Helvetica;
	color: #FFFFFF;
	}
#login a{
	color: #FFFFFF;
	line-height: 20px;
	}
#login label {
	background-image: url(images/login-bkg.jpg);
	background-repeat: repeat-x;
	line-height: 22px;
	display: block;
	width: 70px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 3px;
	padding-right: 10px;
	clear: left;
}
#login input {
	padding:0px;
	margin-right: 2px;
	margin-left: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 115px;
	height: 20px;
}
#login a.button-yellow {
	font-size: 10px;
	line-height:15px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	color: #000;
	height:15px;
	width:60px;
	display:block;
	background-image: url(images/button-yellow.png);
	background-repeat: no-repeat;
	float:right;
	margin-right: 5px;
	margin-top: 5px;
}
#login a.button-yellow:hover {
	background-image: url(images/button-yellow-over.png);
}
#login a.button-blue {
	font-size: 10px;
	line-height:15px;
	font-weight: bold;
	text-align:center;
	text-decoration:none;
	height:15px;
	width:60px;
	display:block;
	background-image: url(images/button-blue.png);
	background-repeat: no-repeat;
	float:right;
	margin-top: 5px;
}
#login a.button-blue:hover {
	background-image: url(images/button-blue-over.png);
}

#member-login{
height:120px;
margin-right:15px;
margin-bottom:5px;
padding:5px 10px;
background-color:#fef8e4;
}
/* Set Top Navigation Styles */

#navtop {
	height:26px;
	background-image: url(images/navtop-bkg.jpg);
	background-repeat: repeat-x;
	padding-left: 10px;
}

#navtop a{
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	line-height: 26px;
	display: block;
	float: left;
	padding-right: 22px;
	background-image: url(images/navtop-shadow.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 3px;
}
#navtop a.bkg2 {
	background-image: url(images/navtop-shadow2.jpg);
}
#navtop a.bkg3 {
	background-image: url(images/navtop-shadow3.jpg);
}
#navtop a.bkg4 {
	background-image: url(images/navtop-shadow4.jpg);
}
#navtop a.bkg5 {
	background-image: url(images/navtop-shadow5.jpg);
}

#navtop a.bkg6 {
	background-image: url(images/navtop-shadow6.jpg);
}
#navtop a.bkg7 {
	background-image: url(images/navtop-shadow7.jpg);
}

#navtop a.highlight {
	 color:#ffc82a;
}
#navtop a:hover{
	color: #ffc82a;
}
#navtop a.highlight:hover{
	color: #053035;
}

/* Set Footer Styles */

#footer {
	color: #999999;
	font-size: 10px;
	line-height: 13px;
	text-align: center;
	clear: both;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:950px;
	padding-bottom: 10px;
}
#footer a{
	color: #999999;
	text-decoration: none;
}

/* Set Bottom Navigation Styles */

#navbottom {
	text-align: center;
	padding-bottom: 25px;
	padding-top: 8px;
	clear: both;
}
#navbottom a{
	color:#CCCCCC;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	margin-right: 8px;
	margin-left: 8px;
}
#navbottom a:hover{
	color:#FFFFFF;
}

/* Set Left Column Styles */

#leftcol {
	float:left;
	width:600px;
	padding:15px;
	padding-right:20px;
	height: 100%;
	}
#maincol {
	width: 915px;
	padding: 15px;
	padding-right: 20px;
}
#leftcol ul{
	list-style:disc;
	}
#leftcol ol{
	list-style:decimal;
	}
#leftcol  td {
	vertical-align: middle;
}

#leftcol #teams td{
border:none;
background-color:#FFFFFF;
}
#leftcol-leftcol {
	float:left;
	width:325px;
	height: 100%;
	padding-right: 25px;
	}	
#leftcol-rightcol {
	float:left;
	width:250px;
	height: 100%;
	}

div#sublinks, div#sublinks a {
font-size:14px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
}	


.orange-bkg{
width:90px;
display:block;
float:left;
padding:5px 5px;
text-align:center;
margin:0 5px;
background-image:url(images/bkg-orange.jpg);
background-repeat:repeat-x;
}
.orange-bkg a:hover{
width:90px;
margin:-5px;
display:block;
padding:5px 5px;
text-align:center;
background-image:url(images/bkg-green.jpg);
background-repeat:repeat-x;
}

.blue-bkg a:hover{
width:90 px;
float:left;
background-image:url(images/bkg-blue.jpg);
background-repeat:repeat-x;
}

.green-bkg a:hover{
width:75px;
float:left;
background-image:url(images/bkg-green.jpg);
background-repeat:repeat-x;
}
	
/* Set Right Column Styles */

#rightcol {
	float: left;
	width:315px;
	padding:15px 0;
	height: 100%;
	}
#rightcol  td {
	vertical-align: middle;
	float: left;
}

/* Left Column Feature Boxes */
.bowlgamer360{
	border:1px solid #e2d38b;
    margin-bottom:15px;
    padding:10px 20px;
    background:url(images/press-bkg2.jpg) repeat-x #fdfdfc;
    -moz-border-radius: 25px;
	border-radius: 20px;
}
.bowlgamer360 a {
	font-weight:bold; 
    font-size:12px;
    display:block;
    padding:3px 0 3px 10px;
    background:url(images/small-arrow.jpg) no-repeat 2px 6px;
    text-decoration:none;
    }
.bowlgamer360 a:hover{color:#b3332a;}
#newsletter {
	background-color: #98bc1b;
	background-image: url(images/newsletter-bkg.jpg);
	background-repeat: no-repeat;
	background-position: 5px 30px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#newsletter .header{
	background-image: url(images/green-grad.jpg);
	background-repeat: repeat-x;
	display: block;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	height: 26px;
	line-height: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
#newsletter form{
	padding-left: 78px;
}
.button-go{
	height:35px;
	width:35px;
	display:block;
	background-image: url(images/go-btn.jpg);
	background-repeat: no-repeat;
	float:right;
	margin-right: 25px;
	margin-top: 5px;
	}
#bcomp {
	height:143px;
	background-image:url(images/nonsportfan.jpg);
	background-repeat: no-repeat;
	padding: 12px;
	margin-bottom:15px;
}
#bcomp .header{
	font-size: 18px;
	line-height: 20px;
	color: #ff6600;
}
#bcomp p {
	padding-right: 90px;
}

#hero{
background-image:url(images/hero.jpg);
background-repeat:no-repeat;
width:234px;
height:132px;
padding-top:10px;
padding-left:15px;
}

#campus{
background-image:url(images/campusstore.jpg);
background-repeat:no-repeat;
height:136px;
padding-top:7px;
padding-left:15px;
}

#shop{
background-image:url(images/shop-ad-bkg3.jpg);
background-repeat:no-repeat;
height:200px;
padding-top:20px;
padding-left:10px;
}

/* Right Column Feature Boxes */
#prizes {
		background-image:url(images/win2.jpg);
		background-repeat: no-repeat;
		height: 50px;
		width: 230px;
		margin-bottom: 10px;
        padding-top:190px;
        padding-left:70px;
		position:relative;
		top:0px;
		left:0px;
}

#winner{
		background-image:url(images/winner.jpg);
		background-repeat: no-repeat;
		height: 190px;
		width: 270px;
		margin-bottom: 10px;
        padding-top:70px;
        padding-left:30px;
		position:relative;
		top:0px;
		left:0px;
}

.name{
	margin-left:50px;
}

h3.name{
	font-size:15px;
    text-decoration:underline;
    color:#fff;
}

.sign-up{
	color:#f0872b;
    text-decoration:underline;
    font-size:17px;
    line-height:23px;
}

.shadow{ 
	filter: Shadow(Color=#666666, 	
			Direction=135, 
			Strength=2);
	text-shadow: 1px 1px 2px #000;
	line-height:20px;
}

div#winner-info{
	margin-top:10px;
}

div#winner-info p{
	font-size:14px;
    padding-top:10px;
}

/*#prizes a {display:block; width:300px; height:253px;}
#prizes a:link {display:block; width:300px; height:253px;}*/

.box{
	height: 200px;
	width: 255px;
	margin-bottom: 5px;
	padding-left:70px;
	padding-top:20px;
}

.box h1{
font-size:22px;
line-height:22px;
}

.parade-tickets{
background:url(images/parade-tickets.jpg) no-repeat;
background-position:bottom left;
}

.rosebowl-tickets{
background:url(images/rosebowl-tickets.jpg) no-repeat;
background-position:bottom left;
}

#adspace {
	font-size: 9px;
	background-color: #fff;
	text-align: right;
	width: 300px;
	color: #FFFFFF;
	line-height: 12px;
	padding-bottom: 2px;
}
#adspace a {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 5px;
}

#referral{
    background-image:url(images/referral-bkg2.jpg);
    background-repeat:no-repeat;
    background-position:right bottom;
    background-color:#f9e597;
	margin-top: 8px;
	width: 180px;
	padding-top:15px;
	padding-bottom:10px;
	height:70px;
	padding-left:10px;
	padding-right:100px;
}

#referral h3{
    color:#b4352d;
    font-size:18px;
    font-variant:small-caps;
    margin-bottom:5px;
}

#referral .text{
    width:100px;
    border:none;
    }

#videos {
	background-color: #EFCC92;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 300px;
}
#videos .header{
	display: block;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	height: 26px;
	line-height: 26px;
	background-image: url(images/orange-grad.jpg);
	background-repeat: repeat-x;
	margin-bottom: 8px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
#videos .header img{
	margin: 0px;
	padding: 0px;
}
#videos .header a{
	text-transform: none;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}

#videos img{
	float:left;
	margin-right: 8px;
}
#bowls {
	background-image:url(images/bowls-bkg.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 8px;
	width: 300px;
}
#bowls .header{
	display: block;
	padding-left: 15px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
	height: 26px;
	line-height: 26px;
	background-image: url(images/orange-grad.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica;
}
#bowls .header a{
	text-transform: none;
	font-size: 11px;
	font-style: italic;
	text-decoration: underline;
	font-weight: normal;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
}


/* Secondary Pages */

table.basicform {
	background-color: #EFCC92;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	line-height: 14px;
}
table.basicform td {
	padding: 2px;
}
table.basicform td.header {
	background-color: #CA6307;
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	border-collapse: collapse;
	border: none;
	font-style: italic;
	line-height: 26px;
	padding: 0px;
	padding-left: 15px;
	background-image: url(images/orange-grad.jpg);
	background-repeat: repeat-x;
}
table.basicform input {
	border: 1px solid #666666;
	padding: 3px;
}

#leftcol.main {
	float:left;
	width:585px;
	padding:15px;
	padding-left:20px;
	padding-right:30px;
	height: 100%;
	font-size:12px;
	line-height:16px;
	padding-bottom:30px;
	}
.rules td {
	padding: 2px;
	background-color: #e7e7e7;
	border: 1px solid;
	border-color: #666666;
	font-size: 11px;
	padding-left: 8px;
	padding-right: 8px;
}
.rules td.header {
	font-weight: bold;
	background-color: #999999;
	color: #FFFFFF;
}
#articlesleftnav, #articlesmaincol{
	float:left;
}
#articlesleftnav{
	width:150px; 
    margin-right:20px;
    padding-top:30px;
    }
#articlesleftnav a{
	display:block;
    border-bottom:1px dotted #ccc;
    padding:8px 0px 8px 10px;
    text-decoration:none;
    font-size:11px;
}
#articlesleftnav a:hover, a.highlighted{background:url(images/small-arrow.jpg) no-repeat 2px 12px;}
#articlesmaincol{ width:400px}
a.highlighted{
	font-weight:bold;
    color:#086461
}

/*  Prizes  */

#productlistings {
	width: 900px;
	margin: 0px;
	margin-top: 15px;
	padding-left: 4px;
	padding-top: 4px;
}

.productlisting {
	float:left;
	line-height:20px;
	width: 144px;
	font-size:11px;
	line-height:14px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #FFFFFF;
	background-image: url(images/bkg-products.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid;
	border-top-color: #EEE7C6;
	border-right-color: #EEE7C6;
	border-left-color: #999999;
	border-bottom-color: #999999;
	padding: 15px;
}
.productlisting img{
	line-height:0px;
	margin-bottom: 10px;
}

.productitle{
	color:#333333;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica;
	}
.productprice{
	font-size:11px;
	color: #047971;
	line-height: 16px;
	font-style: italic;
	}
.bottomborder {
	color:#22353e;
	margin:0px;
	padding:0px;
}
.productlink{
	font-size:11px;
	color:#598295;
	font-weight:bold;
	line-height: 30px;
	}
a.productlink:hover{
	color:#4D7182;
	}
	

/*Bowls gallery */
.thumb{
width:185px;
height:330px;
float:left;
margin-right:10px;
}

.thumb p, .smallthumb p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

.smallthumb{
width:185px;
height:260px;
float:left;
margin-right:10px;
}

.other-bowls{
width:130px;
height:100px;
float:left;
margin-bottom:20px;
padding-left:10px;
}		
	
.teams{
width:80px;
margin-right:10px;
text-align:center;
height:100px;
float:left;
border-:#CCCCCC 1px dotted;
}	
	
.border{
border-bottom:#CCCCCC 1px solid;
padding-bottom:5px;
padding-top:10px;
margin:20px 0;
}	
	
/*  STOP  */

/******************************************************************************/
/* Shopping Cart  *************************************************************/
/******************************************************************************/
#checkout{
	padding: 0;
	padding-left: 0px;
	padding-top:20px;
}
.cart{
	background-color:#E4E6DA;
	border:1px solid #B1B59D;
	border-collapse:collapse;
	width: 700px;
		}
.cart td{
	border:1px solid #B1B59D;
		}
.cart img{
	float:left;
	margin-right:20px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.cartheader{
	background-color:#B1B59D;
	text-align:center;
	font-size: 15px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
			}
.cartprice{
	text-align:right;
	width: 143px;
			}
.cartsubhead{
	font-weight:bold;
	font-size: 11px;
	color: #333333;
			}
.carttotals{
	background-color:#E4E6DA;
	border-collapse:collapse;
	width: 300px;
	text-align: right;
	border: 1px solid #B1B59D;
	border-top: none;
	margin-left: 400px;
		}

.carttotals select{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
		}
.cart td, .cart th{
    padding:5px;
}
/******************************************************************************/
/* Checkout *******************************************************************/
/******************************************************************************/
.loginbox{
	background-color:#E4E6DA;
	border:1px solid #B1B59D;
	width: 300px;
	float: left;
	margin-bottom: 20px;
	height: 285px;
	padding-bottom: 15px;
		}
.loginboxhead{
	background-color:#B1B59D;
	text-align: center;
	display: block;
	line-height: 30px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	margin-bottom: 15px;
		}
.loginbox p{
	margin-right:20px;
	margin-left:20px;

		}
.single {
	margin-left:200px;
	}
.checkouttable, .zend_form{
	background-color:#E4E6DA;
	border:1px solid #B1B59D;
	border-collapse:collapse;
	width: 700px;
	font-size: 12px;
		}
.checkouttable td{
	border:none;
		}
.checkouttableheader{
	background-color:#B1B59D;
	text-align:center;
	font-size: 16px;
	height: 24px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 24px;
			}
.checkouttableleft{
	text-align:right;
	width: 40%;
			}
.checkouttable2{
	background-color:#E4E6DA;
	border:1px solid #B1B59D;
	width: 345px;
	margin:0px;
	font-size: 12px;
	float: left;
	height: 410px;
		}
.checkouttable2 td{
	border:none;
		}
.checkouttable3{
	background-color:#E4E6DA;
	border:1px solid #B1B59D;
	width: 345px;
	float: left;
	font-size: 12px;
	height: 410px;
	margin-left: 10px;
		}
.checkouttable3 td{
	border:none;
		}
		
div#register-bkg{
background-image:url(http://www.bowlgamer.comimages/register-bkg.png);
background-repeat:no-repeat;
background-position:bottom right;
}	

div#register-bkg:hover{
background-image:url(http://www.bowlgamer.comimages/register-bkg.png);
background-repeat:no-repeat;
background-position:bottom right;
}		
/******************************************************************************/
/* Printable Invoice  *********************************************************/
/******************************************************************************/
#printable{
	background-color:#ffffff;
	color:#333333;
	width: 900px;
	margin-left: 40px;
	margin-top: 40px;

		}
#printablelogo{
	width: 400px;
	float:right;

		}
#printable h1{
	color:#333333
		}
#printable .subhead{
	font-size: 16px;
		}
#printable p{
	color:#333333
		}
.printablebox{
	border:1px solid #cccccc;
	width: 300px;
	float: left;
	margin-bottom: 20px;
	height: 285px;
	padding-bottom: 15px;
		}
.printableboxhead{
	text-align: center;
	display: block;
	line-height: 30px;
	font-style: italic;
	border-bottom:1px solid #cccccc;
	margin-bottom:20px;

		}
.printablebox p{
	margin-right:20px;
	margin-left:20px;
		}
.printablecart{
	border:1px solid #cccccc;
	border-collapse:collapse;
	width: 700px;
	color:#333333;
	font-size:12px;
		}
.printablecart td{
	border:1px solid #cccccc;
		}
.printablecart img{
	float:left;
	margin-right:20px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	}
.printablecartheader{
	text-align:center;
	font-size: 12px;
	font-style: italic;
			}
.printablecartprice{
	text-align:right;
	width: 143px;
			}
.printablecartsubhead{
	font-weight:bold;
	font-size: 11px;
	color: #333333;
			}
.printablecarttotals{
	border-collapse:collapse;
	width: 300px;
	text-align: right;
	border: 1px solid #cccccc;
	border-top: none;
	margin-left: 400px;
	font-size:12px;

		}
.printableproductitle{
	color:#333333;
	font-size:14px;
	text-decoration:none;
	}
.printableproductsubtitle{
	font-size:11px;
	font-style:italic;
	color:#333333;
	}

/******************************************************************************/
/* Tailgate Area  *************************************************************/
/******************************************************************************/
.labels label {
    display: block;
    float: left;
    width: 100px;
}

.error {
    color: red;
    font-weight: 900;
}

.notice {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 8px 10px 7px 10px;
    background: #ffffcc;
    border: 1px solid #f9df87;
    color: #000;
    font-size: 14px;
    margin: 5px 0px;
}
.notice .heading {
    color: cc6600;
    font-weight: 900;
    font-size: 20px;
}

#login strong {
    font-size: 13px;
    font-weight: 900;
}


/* Calendar Css */
.calevent {
    border-radius: 3px;
    padding: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.calmidevt {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    margin-left:-3px;
    margin-right:-3px;
}
.calstrevt {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius-bottomleft:3px;
    border-radius-bottomright:0px;
    border-radius-topleft:3px;
    border-radius-topright:0px;
    
    -moz-border-radius-bottomleft:3px;
    -moz-border-radius-bottomright:0px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:0px;
    
    -webkit-border-radius-bottomleft:3px;
    -webkit-border-radius-bottomright:0px;
    -webkit-border-radius-topleft:3px;
    -webkit-border-radius-topright:0px;
    margin-right:-3px;
    
}
.calendevt {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius-bottomleft:0;
    border-radius-bottomright:3px;
    border-radius-topleft:0;
    border-radius-topright:3px;
    
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:3px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:3px;
    
    -webkit-border-radius-bottomleft:0;
    -webkit-border-radius-bottomright:3px;
    -webkit-border-radius-topleft:0;
    -webkit-border-radius-topright:3px;
    
    margin-left:-5px;
    margin-right:-1px;
}


.calcontainer {
    width: 283px; 
    margin-right: -1px; 
    margin-top: -1px; 
    display: inline-block;
    position: relative;
}

.calendarweek {
    border-bottom: 1px solid #ddd;
}

.calendarweek td {
    padding: 2px;
    border-right: 1px solid #ddd;
}

td.calendarweekstart {
    width: 1px; 
    font-size: 0px;
    background: #ddd;
    padding: 0px;
}

a.calday, a.calday:link, a.calday:visited, a.calday:active {
    float: left; 
    height: 30px; 
    width: 40px; 
    background-color: #ffffff; 
    color: #047971; 
    font-weight: 900; 
    text-align: center; 
    line-height: 28px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a.calday span {
    border-right: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
    display: block;
}

a.caloffday, a.caloffday:link, a.caloffday:visited, a.caloffday:active {
    background-color: silver;
}

a.calday:hover, a.caldayselected {
    background-color: #047971;
    color: #FFFFFF;
    text-decoration: none;
}

a.calinvalidday, a.calinvalidday span, a.calinvalidday:hover, a.calinvalidday:link, a.calinvalidday:visited, a.calinvalidday:active {
    background-color: #ddd;
    color: #ccc;
    text-decoration: none;
    cursor: default;
}

.calprogress {
    color:#F9F8F6;
    font-family:Arial,Helvetica,sans-serif;
    font-size:16px;
    font-weight:bold;
    line-height:22px;
    text-decoration:none;
    width: 53px;
    height: 74px;
    background-color: #999;
    text-align: center; 
    padding-top: 5px;
    line-height: 70px;
    float: left;
    cursor: pointer;
    display: block;
}

.calprogress:hover {
    text-decoration: none;
    outline: 1px solid #555;
    outline-offset: -1px;
}

.selector_calday {
    color:#666666;
    font-family:Arial,Helvetica,sans-serif;
    font-size:11px;
    font-weight:normal;
    line-height:16px;
    text-decoration:none;
    background-color: #F9F8F6;
    background-image: none;

    border: 1px solid #999999;
    padding-top:5px;
    text-align: center;
    margin-left: 1px;
    width: 83px;
    height: 72px;
    float: left;
    border: 1px solid #999;
    cursor: pointer;
    display: block;
}

.selector_calday:hover {
    border: 1px solid #555;
    text-decoration: none;
}

.selector_calday_active {
   background-image: url(http://www.sandiegobikeandkayak.comimages/datetable-bkg.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

.selector_calday_head {
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
}

.selector_calday .headrev {
 height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
    background-color: #999999;
}

.selector_calday_active .headrev {
       height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
       background-color: transparent;

}

.invalid_calday .selector_calday {
    border-color: #ccc;
    color: #aaa;
}

.invalid_calday .selector_calday:hover {
    border-color: #ccc;
    cursor: default;
    color: #aaa;
}

.invalid_calday .selector_calday .headrev {
    height: 25px;
    line-height: 25px;
    margin-top: -5px;
    margin-bottom: 10px;
    display: block;
    background: #ccc;
}

.calendarweekday {
    background: #ddd;
    height: 24px;
    vertical-align: middle;
}




/* Forum CSS */
.forum_table {
    background: #C3CFDB;
    outline: 1px solid silver;
    border: 1px solid #ffffff;
    border-collapse: collapse;
}

.forum_table th {
    background: #047971;
    background-image: url(images/blueback.png);
    color: silver;
}

.forum_table td, .forum_table th {
    padding: 5px;
}
.forum_table td {
    border: 1px solid #fff;
} 

.forum_table input, .forum_table textarea {
    border: 1px solid gray;
}

.forum_table .inputtextstyle {
    line-height: 16px;
    height: 20px;
    padding: 5px;
}

.forum_table textarea {
    line-height: 16px;
    padding: 5px;
}

.forum_action {
	background-color: #C3CFDB;
	color: #2A56AC;
	font-weight: 900;
	outline: 1px solid #333; 
	border: 1px solid #fff; 
    line-height: 24px;
    padding: 5px 10px;
}

.forum_avatar {
	border: 1px solid #fff; 
	margin: 5px;
}

.forum_action:hover, .forum_action:active {
	background-color: #ff7128;
	color: #fff;
}

.nostyle, .nostyle td {
    border: none;
    outline: none;
}

/* Pagination CSS */
.pagenumber, .pagenumberhighlight {
    padding: 0px 10px;
	color: #4d4e4e;
	font-weight: 500;
 	margin: 3px;
	font-size:11px;;
}
.pagenumber:hover, .forum_action:active {

	color: #ff7128;
}
.pagenumberhighlight {
    border: 1px solid transparent;
    outline: 1px solid transparent;
    background-color: transparent;
    border-bottom: 1px dashed silver;
	color:#ff7128;
}


/* User Css */

/* BH */
.nav-tailgate {
    width: 596px; 
    line-height: 26px; 
    height: 26px; 
    padding: 0px; 
    background-image:url(images/green-grad.jpg); 
    background-repeat:repeat-x;
    color: #fff; 
    margin-bottom:10px;
}
.nav-tailgate a {
    color: #000; 
    text-shadow: #ddd 0px 1px 1px;
    font-weight:normal;
    padding-left:12px;
    padding-right:12px;
    text-decoration: none; 
    display:block;
    float:left;
    border-left: 1px solid #d9f579;
    border-right: 1px solid #9fc41e;
}
.nav-tailgate a.highlight {
    text-decoration: none; 
    color: #333; 
    background-image:url(images/green-grad2.jpg); 
    background-repeat:repeat-x;
}	
.nav-tailgate a:hover {
    text-decoration: none; 
    color: #086461; 
    background-image:url(images/green-grad2.jpg); 
    background-repeat:repeat-x;
}
/* JM */
.box_right, .box_left, .box_full, .box_small {
    width: 283px; 
    padding: 2px; 
	border:#CCCCCC solid 1px;
	 background: rgb(235, 235, 235);
    float: left;
    min-height: 200px;
    line-height: 12px;
    margin-bottom: 20px;
}
.box_full { width: 588px; min-height: 24px; }
.box_right h3, .box_left h3, .box_full h3, .box_small h3 {
    margin: -3px;
    padding: 4px;
    padding-left:0px;
    background: #047971;
    background-image: url(images/blueback.png);
    margin-bottom: 5px;
    color:#fff;
}

.box_left { margin-right: 10px; }
.box_right {}
.box_small { margin-right: 10px; width: 184px; }

.softtext { color: rgb(200, 200, 200); }

#articles-leftnav {
	width: 180px;
	padding-left: 20px;
	margin-right: 20px;
    float: left;
}	
#articles-maincol {
	width: 450px;
	padding: 0px;
	margin-right: 20px;
	float: left;
}

.navleft a:hover {
    background-color:#E9E9E9;
    background-image:url(images/bullet.jpg);
    background-position:7px center;
    background-repeat:no-repeat;
    color:#333333;
}

.navleft a {
    border-top:1px dotted #CCCCCC;
    color:#666666;
    display:block;
    font-size:11px;
    line-height:16px;
    padding-bottom:4px;
    padding-left:15px;
    padding-top:4px;
    text-decoration:none;
}

/* Widths */
.w32  { width: 32px; }
.w64  { width: 64px; }
.w96  { width: 96px; }
.w128 { width: 128px; }
.w256 { width: 256px; }
.w384 { width: 384px; }
.wfull { width: 100%; }

/* Floats */
.fleft { float: left; }
.fright { float: right; }

/* Text-Alignment */
.tcenter { text-align: center; }

/* Vertical-Alignment */
.vmiddle, select.vmiddle { vertical-align: middle; }

/* Displays */
.block { display: block; }
.hidden { display: none; }
.inline { display: inline; }

.clear{
clear:both;
}

/*TWITTER*/

#twitter {
	width:200px;
	position:relative;
	margin-left:10px;
	}
	
.twitterpost {
	margin:0px 0px 7px 0px;
	background-color:#eee;
	padding:5px;
	}

/*Listings*/
.product-listing{
    padding:10px;
    width: 670px;
    float:left;
}

#leftcol-prizes {
	width: 240px;
	padding:10px;
	float:left;
}

.leftcol-form select {
	display:block;
}
.leftcol-form input:focus {
	outline:none;
}
 
.listing{
	margin:5px 0;
    border-bottom:1px dotted #ccc;
    padding:5px;
}

 .thumb{
 	border:1px solid #ccc;
    padding:5px;
    display:block;
 }
 
  .listing-desc{ width:490px}
  .desc{ width:380px}
 
 .listing-desc, .desc{
    float:left;
    margin-left:10px;
 }
 
 .left{
    float:left;
}

.right{
    float:right;
}

.pad{
    padding:10px;
}

.center{
    margin:0 auto;
    text-align:center;
}

/*details page*/
  .tabs{margin:0;}
  
 .tabs li{
 	float:left;
    display:block;
    border:1px solid #c3d1d8;
    border-bottom:none;
    width:73px;
    text-align:center;
    margin:0 5px;
    color:#014c71;
    background:url(http://www.bowlgamer.com/images/tab-bkg.jpg) repeat-x;
    cursor:pointer;
    padding:5px 0;
    line-height:18px;
}

.tabs li.active{
    font-weight:bold;
}

/*checkout*/
.form-field{
    margin:10px 0;
    float:left;
    clear:both;
}
.form-field label{
    display:block;
    width:100px;
    float:left;
}
.form-field input, .form-field select{
    float:left;
    width:175px;
}
.required{
    color:red;
}
.form-field p.error{
    margin:0 0 0 100px;
}
ul.no-disc li {
line-height:12px;
list-style:none outside none;
padding:3px 0;
}

ul#majorbowls, ul#minorbowls {
    width:585px;
    list-style-type:none;    
}

ul#minorbowls li {
    float:left;
    width:146px;
    height:132px;
    margin:0;
    margin-top:5px;
    padding:0;
}

.bowl_desc {
    float:left;
    width:195px;
    margin:0;
    margin-top:5px;
    padding:0;
}

