/***************************************************/
/* !Body Structure */
/***************************************************/
body, html {
  height: 100%;
}
body {
  background-color: #000;
  color:#f2f2f2;
  background-image: url('/assets/images/body_background.gif');
  background-position: center 130px;
  background-repeat: repeat-x;
  margin-top: 34px;
}
#wrapper {
  margin: 0 auto;
  width:960px;
  background-color: #000;
  background-image: url('/assets/images/wrapper_background.jpg');
  background-position: center bottom;
  background-repeat: no-repeat;
  border-left: 4px solid #333;
  border-right: 4px solid #333;
  overflow: hidden;
}
#main {
  padding-top: 2em;
  clear: left;
}
a:link,
a:visited {
  color: #000033;
  font-weight: bold;
  text-decoration: none;
}
a:hover,
a:active {
  color: #ff0000;
  text-decoration: underline;
}

/***************************************************/
/* !Header */
/***************************************************/
#header {
  background-image: url('/assets/images/header_background.jpg');
  background-position: center;
  height:130px;
  border-bottom: 4px solid #333;
  position: relative;
}
#header .container {
  padding-top: 20px;
}
#logo h1 {
  width: 238px;
}
#logo a {
  display: block;
  background-image: url('/assets/images/fabgrills.gif');
  background-position: top left;
  background-repeat: no-repeat;
  width: 238px;
  height: 87px;
  text-indent: -9999em;
}
#slogan h2 {
  text-indent: -9999em;
  background-image:url('/assets/images/power_to_cook.gif');
  background-repeat: no-repeat;
  background-position: center;
}
#slogan h2 {
  padding-top: 45px;
  display:none;
}
#phone {
  text-align: right;
}
#phone ul {
  list-style-type: none;
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  color: #ff0000;
  font-weight: bold;
  text-shadow: 0.1em 0.1em 0.05em #333;
}
#ignition {
  float: right;
  display: block;
  text-indent: -9999em;
  background-image:url('/assets/images/ignition.gif');
  background-repeat: no-repeat;
  background-position: center;
  width: 85px;
  height: 100px;
}
#ignition:hover {
  background-image:url('/assets/images/ignition_on.gif');
}
/***************************************************/
/* !Footer */
/***************************************************/
#footer {
  position: relative;
  text-align: center;
  padding-top: 120px;
  height: 30px;
  background-color: #000;
  border-top: 4px solid #333;
  padding-bottom: 20px;
}
body.home #footer {
  margin-top: -35px;
}
#footer .top {
  text-indent: -9999em;
  background-image: url('/assets/images/flame.gif');
  background-position: top left;
  background-repeat: no-repeat;
  display: block;
  height: 186px;
  width: 170px;
  position: absolute;
  bottom: 1em;
  right: 0;
}
#footer a:link,
#footer a:visited {
  color: #fff;
  text-decoration: none;
}
#footer a:hover,
#footer a:active {
  color: #ff9900;
}
#footer #siteseal {
  width: 125px;
  height: 130px;
  margin: auto;
  margin-top: -130px;
}
#authorize_seal {
  float: right;
  width: 100px;
  height: 72px;
  margin-top: -10px;
  margin-right: 10px;
}
#authorize_seal img {
  border: none !important;
}
/***************************************************/
/* !Navigation */
/***************************************************/
#navigation {
  clear:left;
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  left:50%;
  text-align:center;
}
#navigation li {
  float:left;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  right:50%;
}
#navigation a:link,
#navigation a:visited {
  display: inline-block;
  color: #666;
  text-decoration: none;
  width: 100px;
  height: 49px;
  line-height: 50px;
  position: relative;
  background-image: url('/assets/images/button_sprites.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  text-shadow: 1px 1px white, -1px -1px #444
}
#navigation a:hover,
#navigation a:active {
  color: #fff;
  text-shadow: 1px 1px #000, -1px -1px #ccc
}
#navigation li.current a {
  color: #fff;
}
#navigation a .hover {
  text-shadow: 0 0 5px #ff0000;
  background-image: url('/assets/images/button_sprites.jpg');
  background-position: 0 -100px;
  background-repeat: no-repeat;
	display: block;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
#navigation li.current a {
  background-position: 0 -150px;
}
#navigation li a:active {
  background-position: 0 -50px;
  text-shadow: 0 0 5px #ff0000;
}

/***************************************************/
/* !Page Content */
/***************************************************/
#content {
  background-image: url('/assets/images/content_background.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  margin: 0 -1px;
  background-color: #cbcccd;
  border: 6px solid #333;
  margin-bottom: 4em;
  padding-top: 1em;
  padding-bottom: 2em;
  position: relative;
}
#content img {
  border: 1px solid #333;
  margin: .5em;
}
body.home #content p img {
  display:none;
  border: none;
  margin: 0;
}
#content #power {
  display: block;
  border: none;
  margin: auto;
}
body.home #content,
body.home #content p {
  background: none;
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.home #content p {
  height: 490px;
}
body.home #content h2 {
  display: none;
}
#content .product_display,
#content fieldset,
#content table.rounded,
#content p,
#content ul,
#content ol {
  font-size: 1.2em;
  line-height: 1.25;
  background-image: url('/assets/images/content_gradient.jpg');
  background-position: top center;
  background-repeat: repeat-x;
  background-color: #ccc;
  border: 1px solid #999;
  color: #222;
  margin: 1em 20px;
  padding: 1em;
}
#content thead th{
  background-color: #000;
  background-image: none;
  color: #ff9900;
}
#content #site_structure tr.private td.page_title {
  border-left: 10px solid red;
}
#content #site_structure th,
#content #site_structure td {
  padding: 5px;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
}
#content #site_structure tr.child {
  background-color: #bbb;
}
#content #site_structure tr.child td {
  border: none;
}
#content #site_structure tr.child td.page_title {
  border-left:10px solid #aaa;
}

.mceEditor {
  display:block;
  width: 590px;
  margin: auto;
}
#content table.rounded {
  width: 590px;
}
#content p:hover,
#content ul:hover,
#content ol:hover {
  color: #000;
}
#content ul,
#content ol {
  padding-left: 2.5em;
}
#content h2 {
  font-size: 2.5em;
  font-weight: bold;
  background-image: url('/assets/images/small_flame.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-left: 35px;
  margin-left: .5em;
}
#content h2 input {
  font-size: 1em;
  font-weight: bold;
  width: 560px;
  border: 1px solid #999;
  background-color: #ccc;
}
#content h3 {
  background-image: url('/assets/images/knob.gif');
  background-position: bottom left;
  background-repeat: no-repeat;
  font-size: 2.2em;
  padding-left: 35px;
  padding-top: .5em;
  padding-bottom: 2px;
  margin-bottom: .5em;
  margin-left: .5em;
}


/***************************************************/
/* !Sidebars */
/***************************************************/
#sidebar_left,
#sidebar_right {
  padding-top: 2em;
}
#sidebar_right h3,
#sidebar_left h3 {
  color: #f2f2f2;
  text-align: center;
  text-decoration: underline;
}
#sidebar_right ul {
  margin: 0;
  padding-left: 2.2em;
}
#sidebar_right ul li,
#sub_navigation li {
  margin-bottom: .5em;
  font-weight: bold;
}
#sub_navigation {
  padding-left: 1.5em;
}
#sidebar_left {
  position: relative;
}
#sub_navigation {
  padding-right: 0;
  margin-right: 0;
}
#sidebar_floater {
  position: absolute;
  top: 2em;
  margin: 0;
  padding: 0;
}
#sidebar_floater a:link,
#sidebar_floater a:visited {
  color: #fff;
}
#sidebar_floater li.current a:link,
#sidebar_floater li.current a:visited,
#sidebar_floater a:hover,
#sidebar_floater a:active {
  color: #f90;
}
/***************************************************/
/* !Flash Messages */
/***************************************************/
#flash {
  width: 360px;
  border: 4px solid #333;
  border-top: none;
  position: fixed;
  padding: 20px;
  top: -200px;
  left: 50%;
  z-index: 1;
  margin-left: -200px;
  background-image: url('/assets/images/content_background.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #ccc;
}
#flash p {
  display:none;
  text-align: center;
  font-size: 1.75em;
  line-height: 1.25;
  margin: 0;
  margin-bottom: .5em;
  text-shadow: 1px 1px white, -1px -1px #444
}

/***************************************************/
/* !Admin Toolbar */
/***************************************************/

#toolbar_container {
  background-image: url('/assets/images/drop_shadow.png');
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 32px;
  position: fixed;
  top: 0;
  left:0;
  z-index: 2;
  width: 100%;
}
body.explorer_6 #toolbar_container {
  background: none;
  padding: 0;
}
#toolbar {
  height: 30px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  background-image: url('/assets/images/flame.gif');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  border-bottom: 4px solid #333;
}
#toolbar a:link,
#toolbar a:visited {
  color: #fff;
  margin: 0 3em;
}
#toolbar a:hover,
#toolbar a:active {
  color: #ff0000;
}


/***************************************************/
/* !Form Styles */
/***************************************************/
#content #validation_errors {
  border-color: #ff9900;
  border-width: 4px;
  background-image: url('/assets/images/flame.gif');
  background-position: center left;
  background-repeat: no-repeat;
  background-color: #000;
  color: #f2f2f2;
  font-weight: bold;
  padding-left: 150px;
}
#content label,
#content input {
  display: block;
  margin-top: 0;
  margin-bottom: .5em;
}
#content input,
#content select {
  width: 50%;
  margin-top: 0;
  margin-bottom: 1em;
  padding: 4px;
  background-image: url('/assets/images/input_background.jpg');
  background-position: top left;
  background-repeat: no-repeat;
}
#content select {
  width: 52%;
}
#content .error {
  width: 263px;
  margin-bottom: 2px;
  border-color: #000;
  background-color:#333;
  color: #f90;
}
.required {
  border-color: #cc0000 !important;
}
#content label {
  margin: 0;
  font-weight: normal;
}
#content fieldset legend {
  display: none;
}
body.cart_checkout #content fieldset legend {
  display: block;
  margin-bottom: .55em;
}
#content #product_details_form {
  display: none;
}
.position_select select {
  width: 100% !important;
}
body.cart_index select {
  width: 70% !important;
}
#content button img {
  margin: 0;
  border: none;
}
#content #copy_shipping {
  display: inline;
  margin: 0;
  padding: 0;
  margin-left: -120px;
  text-align: left;
}
button.soldout, button.soldout:hover, button.soldout:active {
  background-color: #ff0000 !important;
  border-color:#000 !important;
}
/***************************************************/
/* !Cart Checkout */
/***************************************************/
body.cart_checkout form.javascript {

}

body.cart_checkout form.javascript fieldset {

}


/***************************************************/
/* !Cart Preview */
/***************************************************/

#cart_preview_container {
  background-image: url('/assets/images/drop_shadow.png');
  background-position: bottom;
  background-repeat: repeat-x;
  padding-bottom: 32px;
  position: fixed;
  top: 0;
  z-index: 99999999999;
  width: 100%;
}
body.explorer_6 #cart_preview_container {
  background: none;
  padding: 0;
}
#cart_preview {
  overflow: hidden;
  background-color: #000;
  color: #f2f2f2;
  border-bottom: 4px solid #333;
  font-size: 1.25em;
}
#cart_preview_content {
  height: 30px;
  padding-left: 110px;
  background-image: url('/assets/images/flame.gif');
  background-position: 0 -45px;
  background-repeat: no-repeat;
  max-width: 960px;
  margin: auto;
}
#cart_preview_total {
  width: 150px;
  padding-top: .25em;
  height: 30px;
  background-image: url('/assets/images/cart_icon.gif');
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 38px;
}
#cart_preview_actions {
  float: right;
  padding-top: .25em;
  margin-right: 25px;
}
#cart_preview a:link,
#cart_preview a:visited {
  color: #f2f2f2;
}
#cart_preview a:hover,
#cart_preview a:active {
  color: #ff9900;
}


/***************************************************/
/* !Tooltips */
/***************************************************/

.tooltip {
	display:none;
  background-image: url('/assets/images/flame.gif');
  background-position: 140px -45px;
  background-repeat: no-repeat;
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	color:#fff;
	text-align:left;
	font-size:12px;
  font-weight: bold;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}


#cart_preview_tooltip {
  background-position: -60px -45px;
}
#cart_preview_tooltip .item {
  text-align: right;
}
#cart_preview_tooltip .total {
  margin-top:5px;
  padding-top:5px;
  border-top:1px solid white;
  text-align:right
}


/***************************************************/
/* !Product Display */
/***************************************************/

#add_to_cart {
  text-align: center;
}
#add_to_cart #price {
  font-size: 2.5em;
  color: #000;
  font-weight: bold;
  text-shadow: 0 0 0.1em #f90;
}
#stocked {
  font-size: 1.75em;
  color: #333;
  display: block;
  margin-top: -1.5em;
}
.stocked_0 {
  color: #ff000 !important;
  text-decoration: underline;
}
.stocked_1 {
  color: #cc0000 !important;
  font-weight: bold;
}
.stocked_2 {
  color: #f90 !important;
  font-weight: bold;
}



/***************************************************/
/* !Cart Button */
/***************************************************/
a.button:link,
a.button:visited {
  width: 175px;
}
a.button:link,
a.button:visited,
button.cart {
  margin: auto;
  float: none;
  background-color: #000;
  color: #f3f3f3;
  font-size: 2em;
  padding-bottom: 5px;
  border: 4px solid #333;
  margin-bottom: 1.5em;
}
a.button:hover,
button.cart:hover {
  color: #f90;
  border-color: #555 !important;
  background-color: #000 !important;
  text-decoration: none !important;
}
a.button img,
button.cart img {
  border: none !important;
  width: auto;
  height: auto;
  margin:0 -3px -10px 0 !important;
}
a.button:hover img,
button.cart:hover img{
  margin:0 -8px -10px 5px !important;
}
a.button:active,
button.cart:active{
  border-color: #f90 !important;
}





/***************************************************/
/* !Gallery */
/***************************************************/

body.gallery a.pirobox_gallery {
  height: 100px;
  width: 100px;
  overflow: hidden;
  display: block;
  float: left;
  margin: 3px;
  border: 2px solid #333;
}
body.gallery a.pirobox_gallery:hover {
  border-color: #fff;
}
body.gallery a.pirobox_gallery img {
  border: none !important;
  margin: 0 !important;
  margin-top: -30% !important;
  margin-left: -20% !important;
}




/***************************************************/
/* !Newsletter Signup */
/***************************************************/

#newsletter {
  background-image:url(/assets/images/subscribe.gif);
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 16px;
  margin-top: 34px;
}
#newsletter input {
  font-size: 1.25em;
  color: #222;
  padding: 4px;
  background-image: url('/assets/images/input_background.jpg');
  background-position: top left;
  background-repeat: no-repeat;
  border: 1px solid #333;
  width: 213px;
}
#newsletter #subscribe_button {
  float:right;
  padding-top: 6px;
  border-color: #333;
  color: #222;
}
#newsletter #subscribe_button:hover {
  background-color: #f90;
  color: #fff;
  border-color: #000;
}
#newsletter #subscribe_button:active {
  background-color: #ff0000;
  color: #fff;
  border-color: #000;
}






#tablePagination {
  font-size: 0.8em;
  padding: 0px 5px;
  height: 35px;
  font-size: 1.25em;
  color: #222;
  margin: 10px 20px;
  text-align: right;
}
#tablePagination select {
  width: 50px;
  margin-right: 5px;
}
#tablePagination input {
  display: inline;
  width: 25px;
  margin: 0 6px;
}
#tablePagination_paginater {
  margin: 0 auto;
  width: 250px;
  display: block;
  margin-top: -40px;
  margin-bottom: 30px;
  text-align: center;
}

#tablePagination img {
  padding: 0px 2px;
  margin-bottom: -1px;
  border: none;
}

#tablePagination_perPage {
  display: block;
}




#shipping_info {
  background-image: none !important;
  background-color: transparent !important;
  border: none !important;
  text-align: center !important;
}
#shipping_info img {
  border: none !important;
}
