/* CSS Document */

/* CSS Document */

body {
	background-imagexxxxx: url("/images/bg.gif");
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: GM Nanogram, Georgia, Times;*/
	font-size: 0.8em;
	text-align:center;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:active {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #0099CC;
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #D2D2D2;

}

div.main {
	width:800px;
	background: #ffffff;
	border-right: 2px solid #D2D2D2;
	border-left: 2px solid #D2D2D2;
	margin: 0 auto;
	text-align:left;
}
div.topleftlinks {
	float:left;
	padding: 10px 5px 10px 10px;
	/*font-size: 0.9em;*/
}
div.topleftlinks a {
	text-decoration: none;
}


div.toprightlinks {
	/*float:right;*/
	width:800px;
	padding: 10px 5px 10px 5px;
}
div.toprightlinks img {
	border: 0px;
}

div.header {
	width:800px;
	height: 200px;
	/*background: url(/images/header_images/home_1.jpg) no-repeat;*/
	/*border-bottom: 2px solid #FBDE8E;*/
}

div.header_bottom_links {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
	/*border-bottom: 1px solid #D2D2D2;*/
}

* html div.header_bottom_links {
	width:800px;
}

div.header_bottom_links ul {
	margin: 0px;
	list-style:none;
}
div.header_bottom_links li {
	padding: 0px 20px 0px 20px;
	display:inline;
}

div.header_bottom_links a {
	font-size: 0.9em;
	/*font-weight: bold;*/
	/*color: #B3AB18;*/
	/*color: #3D2604;*/
	text-transform: uppercase;
}
div.header_bottom_links img {
	border: 0px;
}

/* area with email list sign up  */
div.header_bar {
	width:780px;
	padding: 10px;
	background:#fff;
}
/* ie only */
* html div.header_bar {
	width:800px;
}

div.content {
	width:780px;
	background:#fff;
    padding: 10px;
}
 * html div.content {
   width: 800px;
 }

.footer {
	padding: 5px 0px 5px 0px;
	text-align: center;
}
/**********************************
 *      SHIRT LIST
 * ********************************/
div.paging {
	float:right;
	margin-right: 21px;
}
div.paging img {
	border: 0px;
}
div.paging table td {
	font-size: 10pt;
}
ul.shirt_list {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}
.shirt_list li {
    padding: 5px;
    list-style: none;
    float:left;
}
.shirt_list div {
    padding: 1px;
}

.admin_list li {
/*	cursor: move;*/
}
table.admin_table  {
	width: 100%;
}

.admin_table th {
	color: #fff;
	background-color: #555;
	text-align: left;
	font: bold 0.8em arial, sans-serif;
	padding: 3px 0px 3px 5px;
}

.admin_table tr.disabled {
	color: grey;
}
.admin_table td {
	font: normal 0.8em arial, sans-serif;
	padding: 3px 5px 3px 5px;
}

.admin_table td.edit_links {
	text-align: right;
}

.clickable {
    cursor:pointer;
}

/***************************************************
* Shopping cart
****************************************************/
table.cart {
	border: 1px solid #D2D2D2; 
	width: 100%;
	border-collapse: collapse;
}

table.cart th {
	background:  #D2D2D2; 
	color: white;
	font-size: 0.8em;
	font-weight: bold;
}

table.cart td {
	font-size: 0.8em;
	text-align: center;
	border-bottom: 1px solid #D2D2D2; 
	padding: 3px;
}

table.cart tr {
}


/***************************************************
* Shirt descriptions 
****************************************************/

#shirt_description *  {
	font-size: 1em;
}
#shirt_description div.description_bar {
	width:100%;
	font-size: 1.2em;
	padding: 5px 0px 5px 10px;
	font-weight: bold;
	background:#cccccc;
}

#shirt_description div.left_pane {
	padding: 8px;
	font-size: 0.9em;
}

#shirt_description div.description_text {
	padding: 8px;
}

#shirt_description div.order_bar {
	/*background: #f4f4f4; */
	padding: 10px;
	font-size: 1.5em;
}

#shirt_description div.options_div input{
	padding: 5px;
}
#shirt_description div.options_div select{
	margin: 5px;
}

#shirt_description div.bottomimage {
	float: left;
	padding: 8px;
}
#shirt_description div.bottom {
	height: 180px;
}



/***************************************************
* RAILS STYLES
****************************************************/

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
