/*****************
2009 VERSION
yellow #FFAB1B (Texas A&M Gold)
green #566314 (olive)
blue #3F6075 
dk blue #224659
******************/

/***** DEFAULT TAG STYLES *****/

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	font-size: medium;
	padding-left: 5px;
	padding-top: 5px;
}

h4 {
	font-weight: bold;
	font-size: .9em;
	padding-left: 5px;
	padding-top: 5px;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

th, th a:link, th a:visited {
	background: #224659;
	font-size: .9em;
	border: 1px solid #224659;
	color: #FFFFFF;
}

td {
	background: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	font-size: .8em;
	font-weight: normal;
	width: auto;
	border: 1px solid #224659;
}

/***** SPECIFIC TAG STYLES *****/

img.highlight {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}

img.dim {
	filter:alpha(opacity=30);
	-moz-opacity:0.5;	
}

span.bold, p.bold, div.bold {
	font-weight: bold;
}

div.small {
	font-size: small;
}

a.underline {
	text-decoration: underline;
	color: #224659;
}

.message {
	color: #990033;
	font-weight: bold;
	margin-top: 20px;
}

.smallMessage {
	color: #990033;
	font-size: small;
}

/***** CUSTOM CLASSES/IDs *****/

/* No display */
.nodisplay {
	display: none;
}

/* Print header */
.printHeader {
	display: none;
}

.printNotice {
	padding-top: 20px;
	padding-bottom: 20px;
	color: red; 
	background-color: #FFF;
}

.printItems {
	position: relative;
	float: left;
	color: #000;
	width: 120px;
	border: thin silver solid;
	margin: 0.5em;
	padding: 0.25em;
	display: inline;
	text-align: center;
	height: 165px;
	font-weight: normal;
	font-style: normal;
	font-size: small;
}

.pageBreak {
	display: none;
}

/* Logo */
#logo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	height: 105px;
	width: 100%;
	clear: both;
}

/* Left menu */
#left_menu {
	position: relative;
	float: left;
	margin-left: 10px;	
	padding: 10px 0 0 10px;
	height: 600px;
	width: 180px;
}

#left_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#left_menu a, #left_menu a:hover {
	display: block;
	padding: 10px 0 0 10px;
	height: 30px;
	width: 150px;
	font-size: 1em;
	font-weight: bold;
	color: #224659;
}

#left_menu a {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #224659;
}

#left_menu a:hover {
	border: 1px solid #224659;
	background-color: #224659;
	color: #FFAB1B;
}

#left_menu #page_here {
	border: 1px solid #224659;
	background-color: #224659;
	color: #d2dade;
}

.vertical_line {
	border-right: 1px solid #CCCCCC; 
	width: 50px; 
	height: 20px;
}

.vertical_line_bottom {
	border-right: 1px dashed #CCCCCC;
	width: 50px;
	height: 160px;
}

#left_menu #gallery_menu {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
	width: 150px;
}

#left_menu #gallery_menu a, #left_menu #gallery_menu a:hover {
	display: block;
	padding: 5px 0 0 5px;
	height: 20px;
	width: 150px;
	font-size: .9em;
	font-weight: bold;
	color: #224659
}

#left_menu #gallery_menu a {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	color: #224659;
}

#left_menu #gallery_menu a:hover {
	border: 1px solid #224659;
	background-color: #224659;
	color: #d2dade;
}

/* Home page */
#home {
	position: absolute;
	top: 0;
	left: 210px;
	clear: right;
}

#home div {
	margin: 0;
	padding: 0;
}

#div1 {
	position: absolute;
	top: 200px;
	left: 70px;
	background-repeat: no-repeat;
	border: 10px solid white;
}

#div2 {
	position: absolute;
	top: 30px;
	left: 326px;
	width: 300px;
	height: 197px;
	background-repeat: no-repeat;
	border: 10px solid white;
}

#div3 {
	position: absolute;
	top: 280px;
	left: 470px;
	background-repeat: no-repeat;
	border: 10px solid white;
}

/* Content */
#content {
	position: relative;
	float: left;
	padding: 10px 20px 30px 20px;
	width: 600px;
}

/* Gallery */
#gallery {
	position: absolute;
	top: 112px;
	left: 222px;
	border-top: 2px solid #224659;
	border-left: 2px solid #224659;
	clear: right;
	width: 770px;
	height: 447px;
}

#items {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	background-color: #224659;
	width: 770px;
	height: 140px;
}

#items div {
	position: relative;
	margin: 11px auto 0;
	/* border-top: 4px double #FFFFFF; */
	width: 744px;
	height: 117px;
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: scroll;
    scrollbar-face-color:#d2dade;
    scrollbar-arrow-color:#224659;
    scrollbar-track-color: #FFFFFF;
    scrollbar-shadow-color: #d2dade;
    scrollbar-highlight-color:#224659;
    scrollbar-3dlight-color:#d2dade;
    scrollbar-darkshadow-color:#224659;

}

.displayed, .displayed a:hover {
	border: 2px solid #FFFFFF;
}

.not_displayed {
	border: 1px solid #999999;
}

#items div a img {
	margin: 9px 9px;
	border: 1px solid #999999;
}

#items div a:hover img {
	border: 1px solid #d2dade;
}

#item {
	position: relative;
	float: left;
	margin: 0;
	padding: 5px;
	width: 400px;
	height: 300px;
}

#item img {
	border: 1px solid #224659;
}

#item_views {
	position: relative;
	float: left;
	padding: 10px 0;
	width: 180px;
	height: 290px;
	color: #224659;
}

#item_views p {
	padding: 0 10px;
	font-size: .9em;
	text-align: right;
}

#item_views a {
	margin: 10px 20px;
}

#item_description {
	position: relative;
	float: left;
	margin-top: 8px;
	width: 180px;
	height: 100px;
}

#item_description p {
	margin: 0;
	padding: 2px 5px 2px 10px;
	font-size: .7em;
	text-transform: capitalize;
	text-align: left;
}

#item_description p a {
	margin: 2px 0;
	font-size: 1.1em;
	text-decoration: underline;
}

p#item_status {
	text-transform: none;
}

#item_views img {
	margin: 10px 10px 0 14px;
}

#item_views a img {
	border: 1px solid #d2dade;
}

#item_views a:hover img {
	border: 1px solid #FFFFFF;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
}

#item_types {
	position: relative;
	float: right;
	margin: 0 0 0 0;
	padding: 0;
	background-color: #224659;
	width: 180px;
	height: 310px;
	text-align: right;
	color: #FFFFFF;
	clear: right;
}

#item_types h3 {
	padding: 10px;
}

#item_types a, #item_types a:hover {
	display: block;
	border: 0;
	padding: 10px;
	height: 20px;
	width: 160px;
	font-size: .9em;
	color: #FFFFFF;
}

#item_types a {
	border: 0;
	background-color: #224659;
}

#item_types a:hover {
	background-color: #FFFFFF;
	color: #224659;
}

#item_types .shown {
	background-color: #d2dade;
	color: #224659;
}

/* Cart */

.cartButton {
	display: inline;
}

.nav {
	text-decoration: none;
	width: 400px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

.nav a {
	color: #224659;
}

/* Transaction receipts
*/
.orderInfo {
	width: 600px;
	border: 2px solid black;
	padding: 10px;
	clear: both;
	text-align: left;
	background-color: #FFF;
}

.orderInfo h3, p {
	text-align: left;
}

.orderInfo table {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 1px;
	clear: both;
}

.orderInfo td {
	text-align: right;
}

.address {
	width: 250px;
	padding: 5px;
	margin: 0 30px 10px 30px;
}

.customerAddress {
	position: relative;
	float: left;
	width: 250px;
	padding: 5px;
	margin-bottom: 10px;
}

/* Forms
*/
form.inputs {
	width: 600px;
	height: 100%;
}

div.row {
	clear: both;
	padding-top: 10px;
	width: 600px;
}

div.row span.label {
	float: left;
	width: 170px;
	text-align: right;
}

div.row span.formInput {
	float: right;
	width: 410px;
	text-align: left;
}

.editButton {
	float: right;
	margin: 5px;
	display: inline;
}

.cancelButton {
	float: left;
	text-align: right;
	width:310px;
}

/* Footer */
.footer {
	position: relative;
	float: left;
	width: 100%;
	text-align: right;
}

.footer a {
	color: #999999;
}

#counterRow {
	margin-top: 10px;
	width: 100%;
}

#counter {
	float: right;
	margin-right: 35px;
	width: 68px;
}