
body {
background: url(images/page_bg.gif);
font-family: Georgia, Times;
font-size: 12px;
color: #474739;
}

p {}

td {}

.spacer{
clear: both;}

.border {
border-bottom: 1px solid #e6e4b4;}

/* Layout */

#wrapper {
width: 900px;
border: 10px solid #330606;
background: #FFFCEC;
margin: 0 auto;
}

#topbar{
height: 29px;
background: url(images/topbar_bg.gif) repeat-x;}

#reserved {
float: right;
margin-right: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #E6E4B5;
font-style: italic;
padding-top: 4px;
}

#reserved a {
margin-right: 5px;
margin-left: 5px;
font-family: Arial, Helvetica, sans-serif;
color: #E6E4B5;
font-style: italic;
}

#reserved input  { 
color: #333333;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
font-style: italic;
background-image: url("images/input_bg.gif");
background-repeat: repeat-x;
border:none; }

#logo-top {
height: 81px;
background: url(images/logo_top.jpg) no-repeat top left;}

#menu {
height: 26px;
background: url(images/logo_bottom.jpg);
}

#menu ul{
list-style-type: none;
margin: 0 0 0 240px;
}

#menu li{
display: block;
float: left;
margin: 5px 10px;
}

#menu a, #admin a{
font-family:Arial, Helvetica, sans-serif;
font-size: 13px;
font-style: italic;
color: #935300;
text-decoration: none;
}

#menu a:hover  { 
color: #490102;
text-decoration: underline;
 }

#menu a.current
{
  color:#811616;
  font-weight: bold;
}

#sidebar {
width: 256px;
background: #ffffff;
float:left;
}

#credit {
margin: 20px 0 20 10px;
}


#main {
float:left;
padding: 4px;
width: 636px;
}

#main p, #main table{
font-size: 12px;}

#main h3{
font-size: 18px;
font-family:Arial, Helvetica, sans-serif;
color: #935300;
border-bottom: 1px dotted #935300;
margin-bottom:5px;
margin-top:5px;
}

#main li { 
list-style-image: url("images/bullet.gif") 
}

#main a{
color: #681112;
text-decoration:none;
border-bottom: 1px dotted #681112
}

#main table a{
text-decoration: none;}

#footer {
height: 35px;
font-family: Arial, Helvetica, sans-serif;
background: #E6E4B5 url(images/footer_logo.jpg) no-repeat top left;
padding:5px 0 0 310px;
}

#navigator {
	height: 26px;
	color: #935300;
}

#admin {
	clear: both;
	float: right;
        padding: 3px 115px 0px 0px;
}

#summary {
    width: 120px;
    float: left;
    border: 1px solid #dcdcdc;
    margin: 3px 2px;
  }


#summary h1 {
    font-size: 12px;
    text-align: center;
    background: #dcdcdc;
    color: #000;
    margin: 0px;
    padding: 2px 3px;
  }

/* End Layout */


.copyright {
    font: normal 9px Arial, Helvetica, sans-serif;
  }


.pager {
    text-align: center;
  }


.pager img {
    vertical-align: bottom;
  }


.wideButton {
    padding: 1px 5px 0px 5px;
    border: 1px solid #A0A0A0;
    font: bold 75% Arial, Helvetica, sans-serif;
    color: #000;
    background-color: #C3C3C3;
    cursor: pointer;
    text-decoration: none;
  }


.wideButton:hover {
    border: 1px solid #C3C3C3;
  }


.act {
    text-align: center;
  }


/* Messages Styles */



#message {
    margin: 10px 80px 50px 80px;
    text-align: left;
  }


#message ul {
    padding-left: 30px;
    list-style: square;
  }


.buttons {
    margin-top: 50px;
  }


.tableForm {
  }


.tableForm td, .tableForm th {
    width: 700px;
    margin: 5px auto;
    border-bottom: 1px solid #E6E4B4;
    margin: 0px;
  }


.error {
    color: #000;
    border: 1px solid #dcdcdc;
    font: normal 12px Helvetica, Arial, sans;
  }

/** Made Shirts **/




#mainTable {
    margin: 10px 0px;
    /*float:left;*/
  }


#mainTable td, #mainTable th {
    border-bottom: 1px solid #e6e4b4;
  }

/** Bottom Table */



#bottom {
    width: 95%;
    margin: 10px 0px;
    clear:both;
  }


.backButton {
    width: 50%;
    text-align: left;
  }


.fwdButton {
    width: 50%;
    text-align: right;
  }



/** Left Summary **/



#summary * {
    font-size: 10px;
    line-height: 1.1;
    
  }

/** Categories Items ***/



.catitem {
    float: left;
    width: 150px;
    padding: 0px;
    margin: 5px 8px;
    text-align: center;
  }

/** Help Section **/



div.help {
    display: none;
    position: absolute;
  }

/** Orders **/




.tableOrder {
    width: 95%;
    margin: 0px auto;
  }


.tableOrder th {
    background: #ea8e37;
    margin: 1px;
    color: white;
  }


.tableOrder .darkRow {
    background: #DCDCDC;
  }


.tableCart, .tableOrder {
    width: 80%;
  }


.formbox table { width: 100% }

.formbox td, .tableCart td, .tableOrder td {
    border: 1px solid #e6e4b4;
    color: #811616;
  }


.formbox th, .tableCart th, .tableOrder th {
    background-color: #F6F4CB;
    color: #BE9959;
    text-align: left;
  }

.paymentType {
	width: 80%;
	border: 1px solid #ea8e37;
	color: #ea8e37;
	font-weight: bold;
	}

.paymentType legend {
	font-size: 14px;
	}

.paymentType div {
	float: right;
	margin-right: 25px;
	}

#subMenu li, #subMenu a {
	list-style: square;
	color: #935300;
}



/** Tooltip style ***/
#dhtmltooltip {

	position: absolute;
	width: 150px;
	text-align: center;
	border: 2px solid #ea8e37;
	padding: 2px;
	background-color: #DCDCDC;
	visibility: hidden;
	z-index: 100;
/* 	opacity: 50; */
}

.cinfo {
	font-weight: normal;
	font-style: italic;
	}

#signcnt {
	margin: 5px 10px;
}
#signcnt th, #signcnt td  {
	text-align:left;
	border-bottom: 1px solid #ea8e37;
}

/* Tables */


caption {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #804F41;
	}

th {
    vertical-align: top;
    text-align: left;
  }

fieldset {
	border: 1px solid #e6e4b4;
	padding-left: 7px;
}

legend {
	font-size: 13px;
	font-weight: bold;
	color: #935300;
	}

ul.language {
    /* display: none;
    */ border-bottom: 4px solid #c29b25;
    padding: 0px 10px 0px 10px;
  }


div.aErrors {
    float:left;
    clear:right;
    background: url(/img/ico/bell.png) 0 3px no-repeat;
    border: 1px solid #e6e4b4;
    color: #935300;
    padding: 5px 10px 5px 45px;
  }


div.aErrors li {
    list-style: square;
  }

#webzone a {
	color: white;
	text-align:center;
}
