@charset "utf-8";
/* CSS Document */
/*pageElements*/
img {
	border:0;
}
h1 {
	margin:0px;
	padding:0px;
}
a:visited {
	color:#999999;
}
a:hover {
	color:#BA8201;
}
a {
	color:#FFCC00;
	text-decoration:underline;
}
body {
	background:black;
	margin:0;
	height:100%;
}
html {
	height:100%;
}
/*containerDivs*/
#glowShadow {
	width:820px;
	background:url(../graphics/images/glowShadow.jpg) repeat-y top left;
	height:100%;
	margin:auto;
}
#wrapper {
	width:800px;
	margin:auto;
	text-align:center;
	height:100%;
}
#logo {
	height:170px;
	width:170px;
	background:url(http://www.accessory-king.com/graphics/images/kingLogo.jpg) top left no-repeat;
	float:left;
}
#topRightContainer {
	float:left;
	width:630px;
	height:170px;
}
#banner {
	height:146px;
	width:630px;
	background:url(http://www.accessory-king.com/graphics/images/kingTopBanner.jpg) top left no-repeat;
	float:left;
}
#yellowBar1 {
	clear:both;
	width:800px;
	background:#E7B400;
}
#bottomWrapper {
	width:800px;
	margin:auto;
	text-align:center;
	/*border-bottom:1px solid red;*/
}
#leftColumn {
	width:170px;
	float:left;
	height:100%;
	text-align:center;
	/*border-bottom:1px solid green;*/
}
#sideBarTopShadow {
	width:170px;
	height:10px;
}
#sideBar {
	width:170px;
	height:100%;
	background:#BA8201 /*url(http://www.accessory-king.com/graphics/images/sideBarRightShadow.jpg) top left repeat-y*/;
}
#customerVoices {
	padding-top:10px;
	margin-bottom:10px;
	width:170px;
}
#rightColumn {
	float:left;
	width:630px;
	text-align:left;
	overflow:hidden;
}
#flashNavRel {
	background:transparent;
	position:relative;
	text-align:left;
	z-index:30;
}
object {
	background:transparent;
}
embed {
	background:transparent;
}
#flashNavAbs {
	background:transparent;
	width:630px;
	height:150px;
	position:absolute;
	z-index:2;
}
#flashContainer {
	height:260px;
	width:630px;
	border-bottom:4px solid #E7B400;
}
/*mainContent*/
#contentContainer {
	width:630px;
	text-align:left;
}
.headerContainer {
	margin-top:20px;
	margin-left:20px;
	color:#FFFFFF;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	width:565px;
	height:26px;
}
.textContainer {
	width:565px;
	font-family:arial;
	font-size:12px;
	color:white;
	padding: 5px 0px 0px 52px;
	margin:5px 0px 10px 0px;
}
.imageContainer {
	height:150px;
	width:150px;
	float:right;
}
.buyButton {
	width:260px;
	height:60px;
	background:url(../graphics/images/buyButton.jpg) top left no-repeat;
	margin:auto;
	margin-top:30px;
}
.linkNext {
	color:#FFCC00;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	margin-left:55px;
	text-decoration:underline;
}
.linkNext a{
	color:#FFCC00;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
}
.copyright {
	float:left;
	text-align:left;
	/*width:565px;*/
	font-family:arial;
	font-size:10px;
	color:#FFCC00;
	padding: 5px 0px 0px 60px;
	margin:190px 0px 10px 0px;
}
.copyright a{
	text-decoration:underline;
	color:#FFCC00;
}
.copyright a:hover{
	text-decoration:underline;
	color:#BA8201;
}
.formTitle {
	display:block;
	margin-bottom:10px;
	margin-top:50px;
	color:#FFCC00;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
}
.voicesPreviewTitle {
	color:#FFCC00;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
}
/*clearClass*/
.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}
/*navClass*/
.navItemFirst {
	display:block;
	float:left;
	height:24px;
	width:125px;
	background:#333333 url(http://www.accessory-king.com/graphics/images/navItem1.jpg) top left no-repeat;
	border-right:1px solid #444444;
}
a.navItemFirst:hover{
	background:#E7B400 url(http://www.accessory-king.com/graphics/images/navItem1Hover.jpg) top left no-repeat;
	border-right:1px solid #E7B400;
}
.navItemMid1 {
	display:block;
	float:left;
	height:24px;
	width:124px;
	background:#333333 url(http://www.accessory-king.com/graphics/images/navItem2.jpg) top left no-repeat;
	border-right:1px solid #444444;
	border-left:1px solid #1E1E1E;
}
a.navItemMid1:hover {
	background:#E7B400 url(http://www.accessory-king.com/graphics/images/navItem2Hover.jpg) top left no-repeat;
	border-right:1px solid #E7B400;
	border-left:1px solid #E7B400;
}
.navItemMid2 {
	display:block;
	float:left;
	height:24px;
	width:124px;
	background:#333333 url(http://www.accessory-king.com/graphics/images/navItem3.jpg) top left no-repeat;
	border-right:1px solid #444444;
	border-left:1px solid #1E1E1E;
}
a.navItemMid2:hover {
	background:#E7B400 url(http://www.accessory-king.com/graphics/images/navItem3Hover.jpg) top left no-repeat;
	border-right:1px solid #E7B400;
	border-left:1px solid #E7B400;
}
.navItemMid3 {
	display:block;
	float:left;
	height:24px;
	width:124px;
	background:#333333 url(http://www.accessory-king.com/graphics/images/navItem4.jpg) top left no-repeat;
	border-right:1px solid #444444;
	border-left:1px solid #1E1E1E;
}
a.navItemMid3:hover {
	background:#E7B400 url(http://www.accessory-king.com/graphics/images/navItem4Hover.jpg) top left no-repeat;
	border-right:1px solid #E7B400;
	border-left:1px solid #E7B400;
}
.navItemEnd {
	display:block;
	float:left;
	height:24px;
	width:125px;
	background:#333333 url(http://www.accessory-king.com/graphics/images/navItem5.jpg) top left no-repeat;
	border-left:1px solid #1E1E1E;
}
a.navItemEnd:hover{
	background:#E7B400 url(http://www.accessory-king.com/graphics/images/navItem5Hover.jpg) top left no-repeat;
	border-left:1px solid #E7B400;
}
/*sideBarClasses*/
.quoteContainer {
	text-align:left;
	width:130px;
	padding:10px 20px 10px 20px;
	font-style:italic;
	font-family:arial;
	font-size:10px;
	color:black;
	overflow:hidden;
}
.quoteContainer a {
	color:#FFCC00;
}
.quoteContainer a:hover {
	color:#6D4D01;
}
.quoteContainer a:visited{
	color:#6D4D01;
}
.dividerA {
	margin:auto;
	width:140px;
	height:1px;
	border-bottom:1px solid #986A01;
}
.dividerB {
	margin:auto;
	width:140px;
	height:1px;
	border-top:1px solid #DB9902;
}
/*tableClasses*/
.tableText {
	border-top:2px solid #FFCC00;
	border-bottom:2px solid #FFCC00;
	color:#FFCC00;
	padding-top:5px;
	padding-bottom:5px;
}
.tableText2 {
	color:white;
}
.tableText2 a{
	color:#FFCC00;
}
.tableText2 a:hover{
	color:#BA8201;
}
/*flashBraceletViewer*/
#imageViewer {
	height:460px;
	width:245px;
	float:left;
	margin-bottom:20px;
}
#imageViewer2 {
	height:460px;
	width:245px;
	float:left;
	margin-bottom:20px;
}
.adjacentText {
	width:310px;
	font-family:arial;
	font-size:11px;
	color:white;
	padding-left:10px;
	float:left;
}
.contentTopic {
	display:block;
	padding-top:5px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:white;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.contentTopicIndent {
	display:block;
	padding-top:5px;
	padding-left:15px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:white;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.contentTopicIndent a {
	padding-top:5px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:#51698C;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}
.contentTopicIndent a:hover {
	padding-top:5px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:#ACBBD0;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}
.contentTopicIndentMore {
	display:block;
	padding-top:5px;
	padding-left:25px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:white;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.contentTopicRed {
	display:block;
	padding-top:5px;
	padding-left:15px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:red;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
.contentTopicRed a {
	padding-top:5px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:red;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.contentTopicRed a:hover {
	padding-top:5px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:red;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
}
.contentTopic a {
	display:block;
	padding-top:0px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:#51698C;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}
.contentTopic a:hover {
	display:block;
	padding-top:0px;
	text-align:left;
	font-family:"arial", "Hiragino Kaku Gothic Pro";
	color:#ACBBD0;
	font-size:11px;
	font-weight:normal;
	text-decoration:underline;
}

/* Added Nov. 25, 2008 */
#sidenew{
	width:170px;
	height:95%;
	background:#BA8201 /*url(http://www.accessory-king.com/graphics/images/sideBarRightShadow.jpg) top left repeat-y*/;
}
#prtext{
	background:#BA8201 /*url(http://www.accessory-king.com/graphics/images/sideBarRightShadow.jpg) top left repeat-y*/;
	padding-bottom: 80px;
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 11px;
	text-align: left;
	padding-left: 20px;
}

#prtext a:link, #prtext a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 11px;
	text-decoration: underline;
}
#prtext a:hover{
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
}