/* ****** */
/* Layout */
/* ****** */

/* Container */

#container_wrapper {
  background-repeat: repeat-x;
  margin-bottom: 20px;
  position: relative;
}

/* Header */

#header {
  height: 90px;
  position: relative;
  z-index: 1000
}

/* Header - Logo */

#header_logo {
  position: absolute;
  left: 0;
  top: 20px;
}

#header_logo img {
  display: block;
}

/* Header - Menus */

#header ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#header ul.menu li {
  list-style-type: none;
  float: left;
}

#header ul.menu li.last {
  margin-right: 0;
  padding-right: 0;
  background: none;
}

/* Header - Menu Top */

#header_menu_top {
  position: absolute;
  right: 0;
  top: 3px;
  z-index: 1100;
}

#header_menu_top ul.menu {
  float: left;
  margin-left: 15px;
}

#header_menu_top ul.menu li {
  margin: 0 14px 0 0;
  padding: 0 16px 0 0;
  background: transparent url(../images/main/layout/header_menu_top_separator.gif) no-repeat scroll right center;
  color: #939A9E;
  cursor: default;
  font-size: 0.917em;
}

#header_menu_top ul.menu li a {
  color: #939A9E;
}

/* Header - Menu Top - Dropdown */

#header_menu_top ul.menu_dropdown li {
  position: relative;
}

#header_menu_top ul.menu_dropdown li ul {
  display: none;
  background-color: #FFFFFF;
  z-index: 100;
  margin: 0;
  padding: 5px 10px 5px 10px;
  position: absolute;
  top: 16px;
  left: 0;
}

#header_menu_top ul.menu_dropdown li ul li {
  float: none;
  margin: 0;
  padding: 0;
  background: none;
  white-space: nowrap;
}

/* Header - Menu */

#header_menu {
  position: absolute;
  right: 0;
  bottom: 15px;
}

#header_menu ul.menu li {
  margin: 0 10px 0 0;
  padding: 0 12px 0 0;
  background: transparent url(../images/main/layout/header_menu_separator.gif) repeat-y scroll right 0;
}

#header_menu ul.menu li a {
  text-transform: uppercase;
}

#header_menu ul.menu li a:hover {
  text-decoration: none;
}

/* Content */

#content_wrapper {
  position: relative;
  background-color: #FFFFFF;
}

#content_wrapper_corner {
  width: 36px;
  height: 36px;
  background: transparent url(../../images/main/layout/content_wrapper_corner_top_left.png) no-repeat scroll 0 0;
  z-index: 100;
}

#content {
  background-repeat: no-repeat;
  padding: 86px 30px 0;
  width: 690px;
  position: relative;
  background-color: #FFFFFF;
}

/* Breadcrumb */

#breadcrumb {
  height: 30px;
  background-color: #FFFFFF;
  line-height: 30px;
  padding: 0 0 0 30px;
  color: #939A9E;
}

#breadcrumb div {
  float: left;
}

#breadcrumb ul.breadcrumb {
  float: left;
  padding: 0 0 0 4px;
  margin: 0;
  list-style-type: none;
}

#breadcrumb li {
  float: left;
  list-style-type: none;
  padding-left: 10px;
  margin-left: 8px;
  background: transparent url(../images/main/layout/breadcrumb_separator.gif) no-repeat scroll 0 center;
}

#breadcrumb ul.breadcrumb li.first {
  padding-left: 0;
  margin-left: 0;
  background: none;
}

#breadcrumb ul.breadcrumb li a {
  color: #939A9E;
  text-decoration: none;
}

#breadcrumb ul.breadcrumb li.first a {
  font-weight: bold;
  padding-left: 18px;
  background: transparent url(../images/main/layout/breadcrumb_home.gif) no-repeat scroll 0 center;
}

/* Column */

#column {
  width: 200px;
  margin-right: 0;
}

/* Column Menu */

#column_menu {
  min-height: 93px;
  height: auto !important;
  height: 93px;
  background: #FFFFFF url(../images/main/layout/content_column_menu_background.jpg) repeat-x scroll 0 bottom;
}

#column_menu ul.menu {
  list-style-type: none;
  margin: 0 0 0 10px;
  padding: 0 10px 0 0;
}

#column_menu ul.menu li {
  padding-left: 0;
  list-style-type: none;
  font-size: 1.167em;
  text-transform: uppercase;
}

#column_menu ul.menu li.current {
  font-weight: bold;
}

#column_menu ul.menu li a {
  color: #939A9E;
}

#column_menu ul.menu li ul {
  margin: 10px 0 0 0;
  padding: 0;
  background: transparent url(../images/main/layout/content_column_menu_separator.gif) repeat-x scroll 0 top;
}

#column_menu ul.menu li ul li {
  font-weight: normal;
  text-transform: none;
  font-size: 0.857em;
  line-height: 1em;
  padding: 6px 0 8px 0;
  background: transparent url(../images/main/layout/content_column_menu_separator.gif) repeat-x scroll 0 bottom;
}

#column_menu ul.menu li ul li.last {
  background: none;
}

#column_menu ul.menu li ul li ul {
  background: none;
  margin: 5px 0 5px 0;
}

#column_menu ul.menu li ul li ul li,
#column_menu ul.menu li ul li ul li.last {
  background: transparent url(../images/main/layout/content_column_menu_prefix.gif) no-repeat scroll 0 5px;
  padding: 2px 0 2px 10px;
  font-size: 0.917em;
}

#column_menu ul.menu li ul li ul li a {
  color: #939A9E;
}

/* Footer Top */

#footer_top_wrapper {
  background: transparent url(../images/main/layout/footer_top_wrapper_background.gif) repeat-x scroll 0 0;
  padding: 18px 0 18px 0;
}

#footer_top {
  min-height: 210px;
  height: auto !important;
  height: 210px;
}

/* Footer */

#footer_wrapper {
  background: transparent url(../images/main/layout/footer_wrapper_background.gif) repeat-x scroll 0 0;
}

#footer {
  height: 120px;
}

/* Footer - Newsletter */

#footer_newsletter {
  float: right;
  margin-top: 2px;
  width: 232px;
  height: 46px;
  position: relative;
}

#footer_newsletter .corner {
  width: 232px;
  height: 15px;
  background: transparent url(../images/main/layout/footer_newsletter_corner.png);
}

#footer_newsletter p {
	margin: 3px 0 1px 0;
	width: 100%;
	text-align: center;
}

#newsletter_subscription_widget_email,
#newsletter_subscription_widget_email:focus {
  width: 145px;
  height: 16px;
  border: 0;
  margin: 0 0 0 25px;
  padding: 0 5px 0 5px;
  background: transparent url(../images/main/newsletter/widget_email_background.png) no-repeat scroll 0 0;
  color: #939A9E;
  font-size: 1em;
  float: left;
  outline:none;
}

#newsletter_subscription_widget_submit {
  float: left;
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #FFFFFF;
  width: 27px;
  height: 16px;
  font-size: 0.667em;
  font-weight: bold;
  cursor: pointer;
}

/* Footer - Menus */

#footer ul.menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#footer ul.menu li {
  list-style-type: none;
  float: left;
}

#footer ul.menu li.first {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

/* Footer - Menu */

#footer_menu {
  float: left;
  margin-top: 16px;
  height: 51px;
  padding: 7px 0 0 94px;
  color: #939A9E;
  font-size: 0.833em;
  background-repeat: no-repeat;
}

#footer_menu ul.menu {
  width: 100%;
}

#footer_menu div {
  clear: left;
}

#footer_menu ul.menu li {
  margin-left: 12px;
  padding-left: 14px;
}

#footer_menu ul.menu li a {
  display: block;
  text-transform: uppercase;
  line-height: 1.2em;
}

/* Footer - Menu Bottom */

#footer_menu_bottom {
  width: 100%;
  clear: left;
  float: left;
  margin-top: 10px;
  left: 0;
  color: #939A9E;
  font-size: 0.917em;
}

#footer_menu_bottom div {
  font-weight: bold;
  line-height: 0.7em;
}

#footer_menu_bottom ul.menu li {
  margin-left: 14px;
  padding-left: 16px;
  background: transparent url(../images/main/layout/footer_menu_bottom_separator.gif) no-repeat scroll left center;
}

#footer_menu_bottom ul.menu li a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #939A9E;
}

/* ***** */
/* Theme */
/* ***** */

body {
  color: #58595B;
}

h1 {
  margin-bottom: 1em;
  padding-bottom: 0.25em;
  line-height: 1.25em;
  font-size: 1.333em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: justify;
}

h2 {
  margin-bottom: 1em;
  line-height: 1.25em;
  font-size: 1.167em;
  font-weight: bold;
}

h3 {
  margin-left: 0.833em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
  font-size: 1.083em;
  font-weight: bold;
}

h5 {
  margin-bottom: 0.25em;
}

p {
  margin-left: 0.833em;
  text-align: justify;
}

p img {
  margin: 0.5em;
}

ul {
  margin-left: 0.833em;
  padding-left: 0.833em;
}

ul li {
  list-style-type: none;
  padding-left: 1em;
  background-repeat: no-repeat;
  background-position: 0 0.5em;
}

blockquote {
 padding: 1em;
 color: inherit;
 background-color: #F1D0F3;
 border-width: 1px;
 border-style: solid;
 border-color: #933D98;
}

a {
  outline: none;
}

tbody tr:nth-child(2n) td, tbody tr.even td {
  background-color: transparent;
}

/* Menus */

ul.menu li a {
  text-decoration: none;
}

ul.menu li a:hover {
  text-decoration: underline;
}

ul.menu li.current {
  font-weight: bold;
}

/* ******* */
/* Corners */
/* ******* */

.corner         {position: absolute;}
.corner_top     {top: 0;}
.corner_right   {right: 0;}
.corner_bottom  {bottom: 0;}
.corner_left    {left: 0;}

/* ****** */
/* Center */
/* ****** */

table.center {
  margin: 0;
  padding: 0;
  width: 100%;
  heigh: 100%;
  border-collapse: collapse;
}

table.center td {
  margin: 0;
  padding: 0;
  text-align: center;
  ertical-align: middle;
}

/* ********* */
/* JQuery Ui */
/* ********* */

.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

.ui-widget-content {
  color: inherit;
}

.ui-widget li.ui-menu-item {
  text-align: left;
}

/* *************** */
/* Sliding Buttons */
/* *************** */

.sliding_button {
  display: inline-block;
  font-size: 0.833em;
  line-height: 1em;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0 0 0 10px;
  margin-right: 10px;
}

.sliding_button:focus {
  color: #FFFFFF;
}

.sliding_button span {
  display: block !important;
  display: inline;
  padding: 5px 10px 5px 0;
  margin-right: -10px !important;
  margin-right: -9px;
  height: 100%;
  cursor: pointer;
  background-position: right -20px;
  white-space: nowrap;
}

/* ***** */
/* Forms */
/* ***** */

form table {
  width: auto;
}

form table th sup.required {
	font-style: italic;
	color: #8A1F11;
}

form table td label {
  font-weight: normal;
}

form table td input.text {
	margin: 0;
  padding: 1px;
}

form table td select {
  margin: 0;
}

form table td textarea {
  margin: 0;
  padding: 1px;
}

form table td ul.radio_list {
  margin: 0;
  padding: 0;
}

#content form table td ul.radio_list li {
  background: none;
  padding: 0;
}

form table td ul.checkbox_list {
  margin: 0;
  padding: 0;
}

#content form table td ul.checkbox_list li {
  background: none;
  padding: 0;
}

form table td ul.action_list {
  margin: 0;
  padding: 0;
}

#content form table td ul.action_list li {
	display: inline;
  background: none;
  padding: 0;
  margin-right: 1em;
}

form table td ul.error_list {
  margin: 0;
  padding: 0;
}

#content form table td ul.error_list li {
  background: none;
  color: #8A1F11;
  padding: 0;
  font-style: italic;
}

/* ********** */
/* Print Page */
/* ********** */

a.print_page {
  display: block;
  position: absolute;
  right: 25px;
  top: 85px;
}

/* ******* */
/* Banners */
/* ******* */

.banners {
  position: relative;
  overflow: hidden;
  line-height: 1.25em;
}

.banners .pager {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}

.banners .pager a {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #B5B6B7;
  padding: 0 4px 0 4px;
  margin-left: 4px;
}

.banners .pager a.activeSlide {
  background-color: #939A9E;
}

/* ****** */
/* Search */
/* ****** */

#search_widget_query,
#search_widget_query:focus {
  width: 110px;
  height: 16px;
  border: 0;
  margin: 0;
  padding: 0 5px 0 5px;
  background: transparent url(../images/main/search/widget_query_background.png) no-repeat scroll 0 0;
  color: #939A9E;
  font-size: 1em;
  float: left;
  outline:none;
}

#search_widget_submit {
  float: left;
}

#search_results p a {
  text-decoration: none;
  color: #58595B;
}

#search_results p a:hover {
  text-decoration: underline;
}

/* ******** */
/* Products */
/* ******** */

/* Menu */

#products_menu {
  width: 200px;
  height: 265px;
}

/* Product */

.product h1,
.product_category h1 {
  border: 0;
  color: #FFFFFF;
  font-size: 1.5em;
  line-height: 28px;
  padding: 0 0 0 0.455em;
  margin: 0 0 0.818em 0;
  background-repeat: repeat-x;
  font-weight: normal;
}

.product_image_wrapper {
  float: left;
  width: 172px;
  height: 200px;
}

.product_image_wrapper .cycle,
.product_image_wrapper .image {
  border: 1px solid #E0E0E0;
  width: 170px;
  height: 170px;
  overflow: hidden;
}

.product h2,
.product .short_detail,
.product .actions {
  float: right;
  width: 488px;
 }

.product h2 {
  margin-bottom: 1em;
  color: #484D54;
}

.product p {
  margin: 0 0 1em 0;
}

.product h5 {
  color: #933D98;;
  margin: 0 0 1em 0;
}

.product .actions {
  margin-bottom: 30px;
}

.product .actions .sliding_button {
  margin-right: 30px;
}

/* Product - Images */

.product .images .fancybox_start {
  float: right;
}

/* Product - Tabs */

.product .tabs {
  border: 0;
  padding: 0;
}

.product .tabs .corner_top_left {
  background: transparent url(../images/main/products/corner_top_left.png) no-repeat scroll 0 0;
  width: 9px;
  height: 8px;
}

.product .tabs .ui-tabs-nav {
  border: 0;
  padding: 0;
  background: none;
}

#content .product .tabs .ui-tabs-nav .ui-state-default {
  width: 230px;
  margin: 0;
  padding: 0;
  top: 0;
  border: 0;
  height: 30px;
  background: transparent url(../images/main/products/tabs_nav_background.gif) repeat-x scroll 0 0;
  -moz-border-radius: 0;
}

.product .tabs .ui-tabs-nav .ui-state-default a {
  padding: 0 0 0 30px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-position: 10px center;
  cursor: pointer;
}

#content .product .tabs .ui-tabs-nav .ui-state-active {
  background: transparent url(../images/main/products/tabs_nav_background.gif) repeat-x scroll 0 -30px;
}

.product .tabs .ui-tabs-nav .ui-state-active a {
  color: #FFFFFF;
}

.product .tabs .ui-tabs-panel {
  background: #F8F8F8 url(../images/main/products/tabs_panel_background.jpg) no-repeat scroll 0 bottom;
}

/* Product - Related */

.product_related {
  margin: 0 30px 0 230px;
}

/* Product - Small */

.product_small {
  float: left;
  width: 210px;
  padding: 0 10px;
  margin-bottom: 10px;
}

.product_small_image {
  border: 1px solid #E0E0E0;
  margin-bottom: 10px;
  height: 100px;
  background-color: #FFFFFF;
}

.product_small_label {
  font-weight: bold;
  color: #58595B;
  text-transform: uppercase;
  height: 2.2em;
  overflow: hidden;
  margin-bottom: 8px;
}

.product_small_label a {
  color: #58595B;
  text-decoration: none;
  line-height: 1em;
}

.product_small_label a:hover {
  color: #58595B;
  text-decoration: underline;
}

/* Product Category */

.product_category h2 {
  border: 0;
  line-height: 22px;
  padding: 0 0 0 0.455em;
  margin: 0 0 0.818em 0;
  background-repeat: repeat-x;
  background-position: 0 bottom;
  font-weight: normal;
}

.product_category h2 a {
  color: #FFFFFF;
  text-decoration: none;
}

.product_category h2 a:hover {
  text-decoration: underline;
}

.product_category h3 {
  margin-left: 0;
}

.product_category .banners {
  width: 690px;
  height: 170px;
  margin-bottom: 1.5em;
}

.product_category .image,
.product_category_small .image {
	width: 70px;
	height: 70px;
  float: left;
  margin: 0 0.833em 0.833em 0;
  position: relative;
}

.product_category .image .mask,
.product_category_small .image .mask {
	position: absolute;
  left: 0;
  top: 0;
}

/* Product Category - Small */

.product_category_small {
  margin-bottom: 1em;
}

/* Product Advisor */

#product_advisor {
  float: left;
  width: 170px;
  height: 235px;
  padding: 15px 15px 0 15px;
}

#product_advisor h5 {
  text-transform: uppercase;
  background: transparent url(../images/main/products/advisor/header_background.gif) repeat-x scroll 0 bottom;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  height: 3em;
}

#product_advisor p {
  padding: 0;
  margin: 0 0 0.5em 0;
  line-height: 1em;
}

#product_advisor td select {
  margin: 0;
  width: 150px;
}

#product_advisor td.submit {
  text-align: right;
}

/* **** */
/* News */
/* **** */

.new_image,
.new_small img.image {
  display: block;
  float: left;
  margin-right: 10px;
}

.new_small {
  margin-bottom: 20px;
}

.new_small .category {
  float: right;
}

.new_small p a {
  color: #58595B;
  text-decoration: none;
}

.new_small p a:hover {
  text-decoration: underline;
}

a.new_feed {
  display: block;
  position: absolute;
  right: 53px;
  top: 90px;
}

