/*
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body {
	background: #fff;
	color: #555;
	padding: 0 0 2.5em;
}
div#ColorHolder, div#BgHolder {
	display:block;
	position: fixed;
	top:0;
	left:0;
	width:680px;
	height:860px;
	z-index:-1;
}

div#ColorHolder {
	background:#fff;
}


div#BgHolder {
	background:#F14792 url(../images/site-resources/kballs-background.png) fixed top left no-repeat;
}


/* anchors
----------------------------------------------- */
a {
	color: #000;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
  color:#333;
}

a#BonusTipAccess {
	font-size:0.75em;
	font-weight:normal;
	color:#93005f;
}

a#BonusTipAccess span {
	color:#828282;
	font-size:0.6667em;
	text-transform:uppercase;
}

a.button {
	background:#f3f3f3;
	padding:.45em;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	margin-bottom:1em;
	display:inline-block;
	cursor:pointer;
}

a.button:hover {
	background:#ddd;
}


/* 960 grid system container background
----------------------------------------------- */
.container_12 {
}

.container_16 {
  padding-top:2.875em;
}


/* headings
----------------------------------------------- */
h1, h2, h3, h4, h5, h6 {line-height:1.2em; margin-bottom:.3em;}
h2 {margin-top:1em;}

#Content h2 {margin-top:.6em;}
h5 {font-size:1.2em;}
h6 {font-size:1em; text-transform:uppercase;}


h1 a {
	font-weight:normal;
}


/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:1em;
	text-align:left;
	margin-bottom:0;
	text-indent:-99999px;
}

h1#branding {
	display:block;
	width:15em;
	height:5em;
	background: url(../images/site-resources/kballs-logo.png) no-repeat;
	float:left;
}


/* page heading
----------------------------------------------- */
h2#page-heading {
	font-weight:normal;
	padding:.5em;
	margin:0 0 0.625em 0;
	border-bottom:0.0625em solid #ccc;
}


/* boxes
----------------------------------------------- */
.box {
	background:#ddd;
	margin-bottom:1.25em;
	padding:0.625em 0.625em 0.0625em 0.625em;
}
.box h2 {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#333;
	margin:-0.625em -0.625em 0 -0.625em;
	padding:0.375em .75em;
}
.box h2 a,
.box h2 a.visible {
	color:#fff;
	background:#333 url("../img/switch_minus.gif") 96% 50% no-repeat;
	display:block;
	padding:0.375em 0.75em;
	margin:-0.375em -0.75em;
	border:none;
}
.grid_4 .box h2 a {
  background-position: 97% 50%;
}
.grid_5 .box h2 a {
  background-position: 98% 50%;
}
.grid_12 .box h2 a {
  background-position: 99% 50%;
}


.box h2 a.hidden,
.box h2 a.hidden:hover {
	background-image: url("../img/switch_plus.gif");
}
.box h2 a:hover {
	background-color:#111;
}
.block {
	padding-top:0.625em;
}
div.menu {
  padding:0;
}
div.menu h2 {
  margin:0;
}
div.menu .block {
	padding-top:0;
}


/* paragraphs, quotes and lists
----------------------------------------------- */
p {
  margin-bottom:1em;
}
blockquote {
  font-family: Georgia, 'Times New Roman', serif;
  font-size:1.2em;
  padding-left:1em;
  border-left:0.25em solid #ccc;
}
blockquote cite {
  font-size:.9em;
}
ul, ol {
  padding-top:0;
}


/* menus
----------------------------------------------- */
ul.menu {
	list-style:none;
	border-top:0.0625em solid #bbb;
}
ul.menu li {
	margin:0;
}
ul.menu li a {
	display:block;
	padding:0.25em 0.625em;
	border-bottom:0.0625em solid #ccc;
}
ul.menu li a:hover {
	background:#eee;
}
ul.menu li a:active {
	background:#ccc;
}


/* submenus
----------------------------------------------- */
ul.menu ul {
	list-style:none;
	margin:0;
}
ul.menu ul li a {
	padding-left:30px;
}


/* section menus
----------------------------------------------- */
ul.section {
	border-top:0;
	margin-bottom:0;
}
ul.section li {
	text-transform:uppercase;
}
ul.section li a {
	background:#bbb;
}
ul.section li a:hover {
	background:#aaa;
}
ul.section li a:active {
	color:#fff;
	background:#666;
}
ul.section li li a {
	background:#ddd;
	border-bottom:0.0625em solid #eee;
}
ul.section li li a:hover {
	background:#ccc;
}
ul.section li li a:active {
	color:#000;
	background:#fff;
}
ul.section ul li {
	text-transform:none;
}
ul.section ul.current li a {
	background:#eee;
	border-bottom:0.0625em solid #fff;
}
ul.section ul.current li a:hover {
	background:#ddd;
}
ul.section ul.current li a:active {
	background:#fff;
}
ul.section li a.current {
	color:#fff;
	background:#666;
}
ul.section li a.current:hover {
	background:#555;
}
ul.section li a.current:active {
	background:#444;
}
ul.section li a.active {
	background:#fff;
	cursor:default;
}
ul.section li.current > a.active,
ul.section li.current > a.active:hover {
	color:#fff;
	background:#666;
	cursor:default;
}


/* table
----------------------------------------------- */
table {
  width:100%;
  border:0.0625em solid #bbb;
  margin-bottom:0.625em;
}
col.colC {
  width:8em;
}
th, td {
  padding:.2em 1em;
  text-align:left;
}
thead th {
  border-bottom:2px solid #888;
  background:#bbb;
  padding:.4em 1em .2em;
}
thead th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:0.0625em solid #555;
}
tbody th,
tbody td {
  border-top:0.0625em solid #bbb;
  border-bottom:0.0625em solid #bbb;
  background:#eee;
}
tbody tr.odd th,
tbody tr.odd td {
  background:#fff;
}
tfoot th,
tfoot td {
  border-top:2px solid #666;
  background:#eee;
}
tfoot tr.total th,
tfoot tr.total td {
  border-top:6px double #666;
}
tfoot tr.total th {
  text-transform:uppercase;
}
th.currency,
td.currency {
  text-align:right;
}

table.modelSpecs {
	border:none;
	color:#939497;
	font-size:1.1em;
	line-height:1em;
}

.modelSpecs tbody th, .modelSpecs tbody td {
	border:none;
	background:none;
	padding:.5em 0;
}

.modelSpecs tbody th {
	width:40%;
	font-weight:normal;
}	

.modelSpecs tbody td span {
	display:block;
	font-size:0.67em;
}

table.shippingSpecs {
	background:#f3f3f3;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border:1px solid #ddd;
	margin-bottom:1em;
}

.shippingSpecs tbody {background:none;}

.shippingSpecs tbody th,
.shippingSpecs tbody td {
  border-top:0.0625em solid #ddd;
  border-bottom:0.0625em solid #ddd;
}

.shippingSpecs thead th {
  border-bottom:2px solid #bababa;
  background:#cfcfcf;
  padding:.4em 1em .2em;
  
}

.shippingSpecs thead tr {
  -webkit-border-top-right-radius:3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-topleft: 3px;
}

.shippingSpecs thead th:first {
	
  -webkit-border-top-left-radius:3px;
  -moz-border-radius-topleft: 3px;
}

.shippingSpecs td {
	line-height:1.5em;
}

/* forms
----------------------------------------------- */
form {
  overflow:hidden;
}
fieldset {
  border:0.0625em solid #bbb;
  padding:0.625em;
  position:relative;
  background:#e9e9e9;
  margin-bottom:0.625em;
}
legend {
  font-size:1.1em;
  padding:.4em .8em;
  background:#fff;
  border:0.0625em solid #bbb;
}
fieldset.login p {
  margin-bottom:1em;
  margin-top:0pt;
}
fieldset p label {
  width:98%;
}
fieldset p input {
  width:98%;
}
fieldset p select {
  width:99%;
}
fieldset.login p label {
  float:left;
  line-height:2em;
  margin-right:3%;
  text-align:right;
  width:32%;
}
fieldset.login p input {
  width:60%;
}
fieldset.login input.button {
  margin-left:35%;
}
form p.notice {
  font-weight:bold;
}
input.search.text {
  width:66%;
}
input.search.button {
  width:28%;
  margin-left:2%;
}


/* articles
----------------------------------------------- */
.articles {
  padding:0;
}
.articles h2 {
  margin:0;
}
#articles {
  padding-top:0;
}
.article {
  border-top:0.0625em solid #666;
  padding-top:.5em;
}
.box .article {
  border-top:3px solid #fff;
  padding:13px 0.625em 0 0.625em;
}
.article h2 {
	font-size:2em;
	font-weight:normal;
	text-transform:none;
	color:#333;
	background:transparent;
	padding:0;
	margin:0;
	border:none;
}
.article h3 {
  margin-bottom:.2em;
  font-size:1.6em;
}
.box .first {
  border-top:none;
}
.article h4 {
  font-size:1.2em;
  text-transform:uppercase;
  margin-bottom:.5em;
}
.article a.image {
  float:left; 
  margin:3px 0.625em 3px 0; 
  padding:0.25em;
  border:0.0625em solid #bbb;
  background:#fff;
}
.article a.image:hover {
  border:0.0625em solid #666;
}
.article a.image img {
  float:left; 
}
.article p.meta {
  color:#666;
  border-top:0.0625em dotted #999;
  border-bottom:0.0625em dotted #999;
  padding:.3em 0;
  margin-bottom:.8em;
}


/* site information
----------------------------------------------- */
#site_info .box {
  color:#fff;
  background:#666;
  margin-bottom:0.625em;
}


/* AJAX sliding shelf
----------------------------------------------- */
#loading {float:right; margin-right:16px;}
.block {padding-bottom:0.0625em;}


/* Accordian
----------------------------------------------- */
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 0.3125em;
	background: #eee;
	border-bottom: 0.0625em solid #ddd;
	border-right: 0.0625em solid #ddd;
	border-top: 0.0625em solid #f5f5f5;
	border-left: 0.0625em solid #f5f5f5;
	font-size:1.1em;
  font-weight: bold;
}
dd h4 {
	margin: 0;
	padding:0.25em;
	line-height:1.2em;
}
dd p {
	margin: 0;
	padding: 0.25em;
}
.float-right {
	float:right;
}

#accordian-block {
  padding-bottom:0.625em;
}

  #accordian-block dd {
    width: 380px;
  }



/*OPHORIA STYLING */

div.twoCol {
	float:left;
	display:inline-block;
	padding-right:.9em;
	margin:1.5em 0;
	width:45%;
}

div.twoCol2 {
	margin-left:-1px;
	padding-left:0.9em;
	border-left:1px solid #636466;
}



div.productTabContent {
	display:block;
	clear:left;
	padding-bottom:1em;
}

div.product {display:block; clear:both;}

div.productImage {text-align:right;}

/* FOOTER
--------------------*/


#Footer {
	margin:0;
	width:950px;
	height:21px !important;
	bottom:0px !important ;
	background:url(../img/footerBackground.png);
	padding: 5px;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#555;
	display:block;
	position: fixed;
	border-top: 1px solid #d5d5d5;
	text-align:center;
	z-index:5;
}

#Footer p {
	text-align:left;
	margin:0;
	display:inline-block;
}

#Footer p.float-left, .float-left {
	float:left;}

#Footer li {
	display:inline-block;
	list-style:none;
	float:right;
	margin:0 0 0 10px;
	padding:0 10px 0 0;
	border-right:1px solid #d5d5d5;
}

#Footer li.lastItem {
	border-right:none;
}

#Footer li a {
	color:#555;
	font-weight:normal;
	display:block;
}

#Footer li a.salesTools {
	color:#8F0C00;
	font-weight:normal;
	display:block;
}

#Footer strong {
	color:#8F0C00;
}

.arrow {
	cursor:default;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
	width:160px;
    display: none; /* keeps the popup hidden if no JS available */
	padding:0 0 6px 0;
	background: none;
}

.popup ul {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
	text-align:left;
	border:solid 1px #555;
	width:150px;
}

.popup li {
	float:left;
	clear:both;
	width:150px;
	background:#fff;
	margin:0;
	padding:0;
}

.popup li a {
	display:block;
	padding: 3px;
	margin:0 3px 0 3px;
	width:138px;
	border-top:solid 1px #666;
}

.popup li a img {
	vertical-align:middle;
}

.popup li a:hover{
	background:url(../img/bgnd_sel_4.png) repeat-x;
}

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(../images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(../images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(../images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

#TopPanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	border-top:3px solid #ddd;
	/*border-bottom:1px solid #d5d4d4; */
}

#Panel {
	width: 100%;
	height: 1px;
	color: #d5d4d4;
	background: #ddd;
	overflow: hidden;
	position: relative;
	z-index: 3;
	border-bottom:1px solid #d5d4d4;
}
	
div#PanelTab {
	/*background:url(../img/top-panel-tab-background.png) top no-repeat;*/
	margin:-3px 5em 0 0;
	position:relative;
	z-index:+1;
	float:right;
	height:2.625em !important;
	display:block;
}

div#TabLeftSide{
	display:inline-block;
	float:left;
	background:url(../img/top-panel-tab-background-left.png) top left no-repeat;
	width:15px;
	height:42px;
}

div#TabRightSide{
	display:inline-block;
	float:left;
	background:url(../img/top-panel-tab-background-right.png) top right no-repeat;
	width:15px;
	height:42px;
}

div#PanelTabContent {
	display:inline-block;
	float:left;
	background:url(../img/top-panel-tab-background-content.png) top repeat-x;
	height:42px;
	width:auto;
}

#PanelTab ul li ul.socialMenu {
	display:inline-block;
	margin:-0.5em 0 -0.5em -0.5em;
	padding:0;
	background:#9f9f9f;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
}

#PanelTab ul li ul.socialMenu li {
	border:none;
	padding:0 .5em;
}

#PanelTab li.smallBox {
	padding:0;
	border:none;
	margin-right:.5em;
}

li#PanelToggle {
	margin: 0 0 0 0;
}

#PanelTab a#PanelOpen, #PanelTab a#PanelClose {
	display:inline-block;
	width:20px !important;
	height:19px !important;
	position:relative;
}

#PanelTab a#PanelOpen {background:url(../img/bt_open.png) top no-repeat;}
#PanelTab a#PanelOpen:hover {background:url(../img/bt_open.png) 0 -20px no-repeat;}
#PanelTab a#PanelClose {background:url(../img/bt_close.png) top no-repeat;}
#PanelTab a#PanelClose:hover {background:url(../img/bt_close.png) 0 -20px no-repeat;}


li#TopLogo {float:right; position:relative; top:-10px; height:40px; cursor:default;}

a.zoomTrigger { display:block; position:relative;
width:460px; height:460px; float:right; border:1px solid #ddd;}


ul#AllProduct {
	margin:-1px;
	border:1px solid #ddd;
}


/*IMAGE ZOOM */
div.jqZoomTitle
{
	z-index:5000;
	text-align:center;
	font-size:11px;
	height:16px;
	position:absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	color: #FFF;
	background: #999;
	line-height:1.5em;
	padding-bottom:2px;

}

.jqZoomPup
{
		overflow:hidden;
		background-color: #FFF;
		-moz-opacity:0.6;
		opacity: 0.6;
		filter: alpha(opacity = 60);
		z-index:10;
		border-color:#c4c4c4;
		border-style: solid;
		cursor:crosshair;
		-webkit-border-radius:6px;
		-moz-border-radius: 6px;
}

.jqZoomPup img
{
	border: 0px;
}

.preload{
	-moz-opacity:0.8;
	opacity: 0.8;
   filter: alpha(opacity = 80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
   text-decoration: none;
	border: 1px solid #CCC;
   background-color: white;
   padding: 8px;
	text-align:center;
   background-image: url(../img/zoomloader.gif);
   background-repeat: no-repeat;
   background-position: 43px 30px;
	width:90px;
	* width:100px;
	height:43px;
	*height:55px;
	z-index:10;
	position:absolute;
	top:3px;
	left:3px;

}

.jqZoomWindow
{
	border: 1px solid #999;
	background-color: #FFF;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
}

#QuestionWrap {
	position: relative;
	/*left:10%;*/
	width: 13.75em;
}

#Questions {
	position: absolute;
  top: 0;
  width: 13.75em;
}

#Questions.fixed {
	position: fixed;
  top: 0;
}

div.answer {
	padding:0.45em;
	-webkit-border-radius:6px;
	-moz-border-radius: 6px;
}

.selected {
	border:1px solid #ddd;
	background:#f1f1f1;
}

.colorList.horizList li{margin:0 1em 0 0; background-position:left; text-indent:0.5em; width:auto;} 

.twoCol2 li {list-style:disc;}
