﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
body {
	font:small/1.2em arial,helvetica,clean,sans-serif;
	font:x-small;
	margin:0;
	padding:0;
	line-height: 1.5em;
	background-color: #4b504c;
}
html>body{font:83% arial,helvetica,clean,sans-serif;}

a {
	color: #86531c;
}
a:hover {
	color: #fff;
}

hr {
	border: 0;
    color: #fff;
	background-color: #fff;
    height: 1px;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer {
	width: 840px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection {
	height: 171px; /*Height of top section*/
	width: 840px;
	background: url(/images/a4h_logo.jpg) #fff repeat-x top left;
}

#contentwrapper {
	float: left;
	width: 100%;
}

#contentcolumn {
	margin-left: 200px; /*Set left margin to LeftColumnWidth*/
	padding-top: 2px;
	background-color: #541617;
	color: #fff;
	height: 100%;
}

#leftcolumn {
	float: left;
	width: 200px; /*Width of left column*/
	margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
	background: #060606;
}

#footer {
	clear: left;
	width: 100%;
	background: #86531c;
	color: #FFF;
	text-align: center;
	padding: 4px 0;
}

#footer a {
	color: #fff;
}

.innertube {
	margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
}

img {
	border: 1px solid #fff;
}

.formbutton {
	cursor:pointer;
	border:outset 1px #ccc;
	background:#999;
	color:#666;
	font-weight:bold;
	padding: 1px 2px;
	background:url(/images/formbg.gif) repeat-x left top;
}

/* boxOver Styles */

.box_over_header {
   background:#F3F0E7;
   font-family:arial;
   font-size:12px;
   font-weight:bold;
   border:1px solid #C8BA92;
   padding:5px;
   width:200px;
}
.box_over_body {
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:5px;
	width:200px;
}
.box_over_link:hover {
	color: #000;
}
/*END boxOver */

/*tableless forms*/
.cssform p {
	width: 300px;
	clear: both;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px; /*width of left column containing the label elements*/
	border-top: 1px dashed #fff;
}

.cssform label {
	font-weight: bold;
	display: block;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"] { /*width of text boxes. IE6 does not understand this attribute*/
	width: 180px;
}

.cssform textarea {
	width: 250px;
	height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix {
	margin-left: 3px;
}
/*END tableless forms*/

/*left menu styles */
.glossymenu {
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}

.glossymenu li a {
	background: white url(/images/bkGradLn1.gif) repeat-x bottom left;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}

* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
	width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active {
	color: white;
}

.glossymenu li a:hover {
	background-image: url(/images/bkGradLn2.gif);
}
/* END left menu styles*/

/* drop shadow container */
/*URL: http://www.dynamicdrive.com/style/ */
<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>

.shiftcontainer {
	position: relative;
	left: 5px; /*Number should match -left shadow depth below*/
	top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer {
	width: 173px; /* container width*/
	background-color: #d2d4be;
	margin-left: 15px;
}

.shadowcontainer a {
	color: #fff;
}
.shadowcontainer a:hover {
	color: #000;
}

.shadowcontainer .innerdiv {
	/* Add container height here if desired */
	background-color: #86531c;
	color: #fff;
	border: 1px solid gray;
	padding: 6px;
	position: relative;
	left: -5px; /*shadow depth*/
	top: -5px; /*shadow depth*/
}

<![endif]>
/* END drop shadow container */

/* Calendar styles */
div#yeardataview,div#eventsdataview,div#weekdataview,div#monthdataview,div#daydataview{*width:100%;}
div#yeardataview,div#eventsdataview,div#weekdataview,div#monthdataview,div#daydataview{clear:both;}
div#yeardataview,div#eventsdataview,div#weekdataview,div#monthdataview,div#daydataview{padding:0 0 0 8px;}

#calhdr span {
	padding:.75em 0;
	padding-bottom: 2px;
	width:auto;
	float:left;
	text-align:left;
	font-size:140%;
	font-weight:bold;
	color:#fff;
}

table.tbldata {
	border-collapse:collapse;
	clear:both;
}
.tbldata tbody td {
	border-width: 0 0 1px 0;
	border-style: solid;
	padding:2px 0 2px 5px;
	vertical-align:center;
}
.tbldata thead th {
	text-align:left;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.tbldata thead th {
	margin-bottom:0px;
}

.tbldata thead th {
	border-top-color:#fff;
	border-bottom-color:#c1c1c1;
	border-right-color:#c1c1c1;
	border-left-color:#c1c1c1;
	background-color:#86531c;
} 
.tbldata tbody td {
	border-bottom-color:#E6E6E6;
}

.tblcalendar thead th { 
	font:74% Verdana;  
	text-align:center;
	padding:3px 0;
}
.tblcalendar tbody th { 
	text-align:center;
	font:bold 74% Verdana;
}
.tblcalendar tbody th, .tblcalendar tbody td {
	border-width: 0 1px 1px 1px;
	border-style: solid;
}
.tblcalendar tbody td { 
	vertical-align:top;
	height:60px; 
	padding:0;	
}		

.tblcalendar tbody td .calmonthhdr { 
	text-align:left;
	padding:0 5px 5px 0; 
}
.tblcalendar tbody td .calmonthhdr span { 
	float:right;
	padding:4px 0 0 0;
	display:block;
	font:73% Verdana; 
}	
.tblcalendar tbody td .calmonthhdr .d {
	padding:3px 0 3px 3px;
	font-weight:bold;
}	
.tblcalendar tbody td .monmy { 
	clear:both;
	padding:5px;
	border-width:0 0 1px 0;
	border-style:solid; 
	text-align:left;
}	

.tblcalendar thead th{ color: #fff; }
.tblcalendar tbody th { background-color:#f6f6f6; }
.tblcalendar tbody th, .tblcalendar tbody td {
	border-color: #c1c1c1;
}
tbody .today {
	color: #fff;
	background-color:#e1b901; 
}
.tblcalendar tbody td .monmy { 
	background-color:#e1ebfb;
	border-color:#95b3de ! important;
}

.tblcalendar a {
	color: #fff;
}
.tblcalendar a:hover {
	color: #000;
}

tbody .even_row {
	background-color: #eee;
	color: #000;
}
tbody .odd_row {
}
/* end calendar styles*/

/**product styles**/
#product_table {
	width: 100%;
}
.product_row {
	height: 95px;
}
.product_thumb {
	width: 20%;
	vertical-align: top;
}
.product_details {
	width: 70%;
	vertical-align: top;
}
.product_title {
	font-weight: bold;
}
.product_description {
	vertical-align: top;
}
.product_price {
	width: 10%;
	vertical-align: top;	
}

/**checkout styles**/
#steps {
	padding: 0 0 0 10px;
}
.currentStep {
	padding: 0 10px 0px 10px;
	border: 1px solid #86531c;
	font-size: 16px;
	font-weight: bold;
}
.futureStep {
	padding: 0 10px 0px 10px;
	border: 1px solid #b2c7ed;
	font-size: 16px;
}
.pastStep {
	font-size: 16px;
	color: #dcdcdc
}

#order {
	margin-top: 10px;
	margin-left: 10px;
	border: 1px solid #fff;
	color: #fff;
}

#payment {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #fff;
	color: #fff;
}
.order_title {
	margin-top:0;
	margin-bottom:0;
	text-align: center;
	height: 18px;
	color: #000;
	background-color: #fff;
}
#order_detail {
	width: 100%;
}
#order_total {
	background-color: #d2d4be;
	color: #000;
	font-size: 16px;
}
.detail_header {
	background-color: #86531c;
	color: #fff;
}
#continue_shopping {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#invoice {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-right: 5px;
	border: 3px dashed #fff;
	text-align: right;
	font-size: 16px;
}
#orderDate {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	text-align: right;
}
/* END checkout */

/* mini cart styles */
#miniCart {
	text-align: right;
	width: 99%;
}
#mc_head {
	text-align: center;
	font-weight: bold;
	font-size: medium;
}
/* END mini cart */

/*miscellaneous*/
#ibma {
	text-align: center;
	color: #fff;
}
.wide {
	width: 100%;
}
.wide tbody th {
	text-align: left;
	background-color: #060606;
	vertical-align:top;
	width: 30%;
}
.wide thead {
	background-color: #060606;
}
.wide td  {
	vertical-align: top;
}

.form_error
{
  color: #ff0000;
}
#errorExplanation {
  border: solid 1px #ff0000;
}

#photos {
	padding: 0 0 10px 10px;	
}
#inline_photo {
	float: left;
	margin-right: 28px;
	margin-bottom: 8px;
}