/* BODY STYLES */

body {
	font-family: "lucida grande", "lucida sans", helvetica, arial, verdana, sans-serif;
	text-align: center;
	background-color: #FFFFFF;
}

div.container {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

div.shoptop {
	display: block;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 30px;
}

/* div.placeholder1 {
	display: table;
	height: 400px;
	#position: relative;
	overflow: hidden;
}

div.placeholder2 {
	#position: absolute;
	_top: 50%;
	display: table-cell;
	vertical-align: middle;
}

div.placeholder3 {
	#position: relative;
	#top: -50%
} */

p {
	margin-bottom: 15px;
}

p.pagetext {
	text-align: left;
	font-size: 14px;
	margin-left: 50px;
	margin-right: 50px;
}

p.itemblurb {
	text-align: center;
	font-size: 14px;
	margin-left: 30px;
	margin-right: 30px;
}

p.itemnotes {
	text-align: center;
	font-size: 12px;
	margin-left: 15px;
	margin-right: 15px;
}

p.itemcaption {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

p.notavailable {
	font-weight: normal;
}

p.clicktobuy {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

h2 {
	margin-left: 50px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 25px;
	padding: 0px;
}

ul {
	text-align: left;
}

/* IMG STYLES */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.topnavbar {
	margin-top: 10px;
	margin-bottom: 10px;
}

img.shopheader {
	display: block;
	text-align: left; /* For IE */
	margin-top: 20px;
	padding-bottom: 30px; /* Padding instead of margin because of IE6 rendering bug */
}

img.cart_add {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.sectionheader_first {
	display: block;
	text-align: left; /* For IE */
	margin-bottom: 20px;
}

img.sectionheader {
	display: block;
	text-align: left; /* For IE */
	margin-top: 20px;
	margin-bottom: 20px;
}

img.footer {
	margin-top: 10px;
}

img.returnshop {
	margin-top: 25px;
}

img.itemheader {
	/* margin-top: 30px; */
	margin-bottom: 30px;
}


/* TABLE STYLES */

table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

table.shopfront {
	width: 500px;
}

table.shopfront_new {
	width: 600px;
}

table.homepage {
	width: 600px;
}

table.shopitem {
	width: 600px;
}

table.clicktobuy {
	width: 200px;
}

td {
	vertical-align: middle;
	padding: 0px;
}

td.center {
	text-align: center;
}

td.itemphoto {
	width: 301px;
}

td.iteminfo {
	width: 299px;
}

td.itemthumb {
	text-align: center;
}

td.itemthumb_200 {
	text-align: center;
	width: 200px;
	max-width: 200px;
}

td.itemthumb_300 {
	text-align: center;
	width: 300px;
	max-width: 300px;
}

td.itemcaption {
	text-align: center;
}

table.vote_results {
	text-align: left;
	border-style: outset;
	padding: 5px;
}

table.vote_results td {
	border-style: inset;
	padding: 4px;
	border-color: #7fd1f6;
	border-width: 1px;
}



/* FOOTER STYLES */

div.footer {
	clear: both;
}

div.foot_border {
	margin-left: auto;
	margin-right: auto;
	height: 18px;
}

div.foot_body {
	margin-left: auto;
	margin-right: auto;
	width:713px;
	background-color: #D5D5D5;
	font-weight: bold;
	font-size: 11px;
	line-height: 16px;
	/* font-family: helvetica, sans-serif; */
}

div.links_wrapper {
	float: left;
	width: 713px;
	background-color: #D5D5D5;
	padding: 0px;
}

div.fob_links {
	float: left;
	width: 229px;
	padding: 0px;
	text-align: left;
	margin-left: 8px;
	color: #152626;
	display: inline;
}

div.botd_links {
	float: left;
	width: 223px;
	padding: 0px;
	text-align: center;
	margin-right: 8px;
	margin-left: 8px;
	display:inline;
}

div.footd_links {
	float: left;
	width: 229px;
	padding: 0px;
	text-align: right;
	margin-right: 8px;
	color: #260E0B;
	display: inline;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
}

em.link_header {
	font-style: normal;
	text-decoration: underline;
}

img.badge {
	display: block;
	margin-top: 5px;
}


/* LINK STYLES */

a:link {
	text-decoration: underline;
	font-weight: bold;
	color: #345766;
}
a:visited {
	text-decoration: underline;
	font-weight: bold;
	color: #345766;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	background-color: #AADCF2;
	color: #345766;
}
a:active {
	text-decoration: underline;
	font-weight: bold;
	background-color: #AADCF2;
	color: #0D161A;
}

