/* CSS Document */
span.new {
	background:#FF3300;
	padding:2px 4px;
	margin:0 4px 0 0;
	font-weight: bold;
	color: #FFFFFF;
}
span.new a {
	background: #FFFFFF;
	padding:2px 4px;
	margin:0 4px 0 0;
	font-weight: bold;
	color: #FF3300;
}
#navlist {
	width: 100%;
	margin: 0 auto;
	background-color: #181818;
}
#navlist ul {
	padding: .4em 0;
	list-style-type: none;
	background-color: #036;
	color: #FFF;
	width:840px;
	margin:0 auto;
	background-color: #181818;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	text-align:right;
	text-transform:uppercase;
}

#navlist li { display: inline; }

#navlist li a {
	text-decoration: none;
	background-color: #181818;
	color: #FFF;
	padding: .4em 1em;
}

#navlist li a:hover {
	background-color: #D54E21;
	color: #FFFFFF;
}


/* ------------------------------------------------------------------------------- Definitions */
* {margin: 0 auto; padding: 0; border: none; outline:none;}

/* Stretch Fix */
html,body {
	padding:0;
	margin:0 auto;
	/*background: #333333 url(images/tile_grid.gif) repeat;*/
	background: #000000 url(../images/tartan_superalme.png) repeat;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #CCCCCC;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover, a:active {
	color: #66CCFF;
	text-decoration: underline;
}

img {margin: 0; padding: 0; border: none; outline:none;}

.footer_background {
	clear:both;
	background-image: url(../images/footer_stretch.png);
	background-position:bottom;
	background-repeat: repeat-x;
	height:62px;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0 auto;
}
.footer {
	text-align:center;
	padding:0;
	margin:0 auto;
	width:860px;
	position:relative;
}
.footer p {
	font-size:10px;
	margin:0;
	padding:0;
	position:absolute;
	top:44px;
	right:0;
}
.footer .designby {
	padding:0;
	margin:0 auto;
	position: absolute;
	right:0;
	top:-34px;
}

.footer_ad {
	background:#000000;
	text-align:center;
	margin:0 auto;
	padding:20px;
}
.footer_top {
	clear:both;
	width:840px;
	text-align:center;
	margin:20px auto 0;
	padding:0;
	border-top: 1px dashed #666666;
	background-color:#000000;
}
.footer a:link, 
.footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.footer a:hover, 
.footer a:active {
	color: #CCFF00;
	text-decoration:underline;
}
.header_background {
	background-image: url(../images/header_stretch.png);
	background-repeat: repeat-x;
	height:262px;
	color:#FFFFFF;
	text-align:center;
	padding:0;
	margin:0 auto;
}
#start {
	margin:0 auto;
	padding:0;
	position:absolute;
	top:0px;
	left:300px;
}

.header {
	text-align:center;
	padding:0;
	margin:0 auto;
	width:860px;
	position:relative;
}
.header #header_logo {
	margin:0;
	padding:0;
	position:absolute;
	top:142px;
	left:0px;
}
.header_ad {
	text-align: center;
	position:absolute;
	top:36px;
	left:66px;
}
#container {
	margin:0 auto;
	padding:0;
	width:840px;
	height:auto;
	text-align:center;
}
#content {
	float: none;
	width: 840px;
	margin:0 auto;
	padding:20px 0 0 0;
}
/* --------------------------------------------------------------------------------------- Content Area */

#sidecart {
	width:300px;
	float:right;
	border:1px solid #666666;
	text-align:left;
	padding:0;
	margin:0 0 40px 0;
}

#sidecart #myimage {
	text-align:center;
	margin:0 auto;
	width:300px;
	height:180px;
	overflow:hidden;
}
#sidecart #myimagename {
	text-align:center;
	margin:0 auto;
	width: auto;
	height:20px;
	background: #333333;
	padding:2px;
	font-size:10px;
	line-height:20px;
}
#sidecart #cartcontent {
	text-align:center;
	margin:0 auto;
	width: auto;
	height: auto;
	padding:10px;
}
#sidecart #cartcontent .checkout {
	padding:20px 0;
	border-top:1px dashed #666666;
	border-bottom:1px dashed #666666;
}
#sidecart #cartcontent h2 {
	text-align:left;
	width: auto;
}
#sidecart #myimage img {
	text-align:center;
	margin:0 auto;
}

.article {
	margin: 0 auto;
	padding:0;
	width:500px;
	text-align:center;
	float:left;
}

.article .vote {
	float:right;
	margin:0;
	padding:2px;
	background:#333333;
	margin-left:8px;
	border:1px dashed #999999;
	position:relative;
}
.article .vote .addtocart {
	position:absolute;
	top:-40px;
	left:40px;
}
.article .vote .selectsize {
	position:absolute;
	top:-28px;
	right:30px;
}
.article .vote .selectsize select {
	height:20px;
	width:60px;
	font-size:12px;
}
.article .vote .price {
	padding:4px;
	background: #464646;
	color:#FFFF99;
}
ul.checkout li.info {
	margin:0;
	padding:2px;
	background:#333333;
	margin-left:8px;
	border:1px dashed #999999;
}
ul.checkout li.info strong {
	padding:4px;
	background: #464646;
	color:#FFFF99;
}
.article .vote form {
	margin:0;
	padding:0;
}
.article .vote input {
	margin:4px;
	padding:4px;
}
.article .vote a:link, 
.article .vote a:visited {
	color:#FFFFCC;
}
.article .vote a:hover, 
.article .vote a:active {
	color:#49A2D2;
}

.article h3 {
	color:#FFFF99;
	text-align:left;
	font-size:12px;
}
.article h3 a:link, 
.article h3 a:visited {
	color:#FFFFCC;
}
.article h3 a:hover, 
.article h3 a:active {
	color: #49A2D2;
	text-decoration:underline;
}

.subheader {
	font-weight:bold;
	text-align:left;
	padding:0 0 0 8px;
	margin:0 0 2px 0;
	border-bottom:1px dotted #20485D;
	background:#333333;
	color:#E4F2FD;
	clear:both;
	/*float:left;*/
}
.subheader h3 {
	padding:4px 0 0 0;
	color:#E4F2FD;
}
.subheader a:link, 
.subheader a:visited {
	color:#FFFFCC;
}
.subheader a:hover, 
.subheader a:active {
	color: #49A2D2;
	text-decoration:underline;
}

.article p {
	text-align:justify;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	/*clear:both;
	float:right;*/
}
.article ul {
	text-align:left;
	margin:-20px 0 20px 20px;
}
.article li {
	text-align:left;
	margin:0;
	padding:0;
}
.article object {
	text-align:left;
	padding:0 0 10px 0;
	margin:0 20px 20px 0;
	float:left;
}
.article h2 {
	margin: 0 0 2px 0;
	padding:2px 0;
	font-size:22px;
	font-weight:normal;
	color:#CEE1EF;
	text-transform: none;
	text-align:left;
	font-style: normal;
	border-bottom:1px solid #CEE1EF;
	text-decoration:none;
	clear:both;
}
.article img {
	/*padding:5px;
	margin:20px 10px 10px 0;*/
	border-right:1px dotted #20485D;
	text-align:left;
	padding:0 0 0 0;
	margin:0 8px 20px 0;
	float:left;
}
.article a:link, 
.article a:visited {
	color: #FFFFCC;
	text-decoration: underline;
}
.article a:hover, 
.article a:active {
	color: #49A2D2;
	text-decoration:underline;
}
.required {	color: #FF6600; padding-right:5px;}
