/* vim: set ts=2 sw=2 sts=2 et: */
/**
 * Buy Mac CSS stylesheet
 *
 * @category    X-Cart
 * @package     X-Cart
 * @subpackage  CSS
 * @author      Ruslan R. Fazlyev <rrf@x-cart.com>
 * @version     3c9588e9c662fa842f0cc1bf11fb450c44cf1dc7, v23 (xcart_4_5_2), 2012-07-20 09:58:47, altskin.css, tito
 * @link        http://www.x-cart.com/
 * @see         ____file_see____
 */

html,
body
{
  height: auto;
  background-color: transparent;
  min-width: 984px;
}
html {
  background: #000000;
}
body {
  background: url(../images/bg4.jpg) no-repeat;
  background-position: center top;
}

body,
input,
select,
textarea,
button
{
  font-family: arial, helvetica, sans-serif;
  color: #343434;
  font-size: 12px;
}

a:link,
a:visited,
a:hover,
a:active
{
  color: #005985;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1 {
  color: inherit;
}

/**
 * Service styles
 */

.toggle-link {
  background: transparent url(../images/arrow_down.png) no-repeat right 8px;
}

ul.inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.inline li {
  margin: 0;
  padding: 0;
  display: inline;
}

/** 
 * Form elements styles 
 */
input[type=text],
input[type=password],
select,
textarea,
.input-style
{
  padding: 1px;
}

/*==============================================================================

  layout styles

==============================================================================*/
/**
 * page container
 */
#page-container {
  width: 984px;
  margin: 0px auto;
}

/**
 * page layout
 */
#content-container {
  padding-bottom: 0px;
  margin-bottom: 46px;
  background-color: #ffffff;
  margin-top:117px;
  border-top:3px #d3d3d3 solid;
}

#left-bar {
  width: 202px;
  padding-left: 15px;
  padding-bottom: 0px;
  height:100%;
  background: #f5f5f5;
  margin-left:0px;
  background: url(../images/left-bar-btmbg.gif) repeat-x #f5f5f5;
  background-position:bottom;
  }
  

#center-main {
  margin: 0px 0px 0 217px;
  padding-left: 30px;
  padding-top: 20px;
  overflow: visible;
  padding-bottom: 20px;
  min-height: 400px;
  border-left: 1px solid #e2e2e2;
}
#center-main .dialog {
	margin-left:27px;

}
#center-main  .subcategory-descr  .dialog {
	 margin-left: 0px;
}

#header {
  height: 117px;
}

#footer {
  height: 46px;
}

/**
 * header styles
 */
#header .line1 {
  height: 80px;
}

#header .line1 .logo {
  padding-top: 16px;
  margin-left: 0px;
  width: 230px;
}

#header .line1 .logo a img {
  width: auto;
  height: auto;
}

/**
 * header tabs
 */
.tabs {
  float:right;
  background:#353937;
  border-top: 3px #545454 solid;
  height:33px;
  width:100%;
  margin:0;
  padding:0;


}

.tabs li {
  margin: 0 0 0 0;
  padding:0px;
  background: none;
}

.tabs a
{
  background: none;
  float: left;
  margin: 0 0 0 0;
  padding: 0px 20px;
  color: #bebebe;
  text-decoration: none;
  font-weight: normal;
  font-size: 14px;
  height: auto;
  line-height: 33px;
}
.tabs a.home-link {
  width: 18px;
  text-indent: 100px;
  overflow: hidden;
  background: url(../images/icon_home.png) 50% 47% no-repeat;
}
.tabs a:hover {
  color: #ffffff;
  background-color: #4c504e;
}
.tabs li span.separator {
  float: left;
  width: 1px;
  height: 30px;
  background: transparent url(../images/sprite-div.gif) no-repeat -1px;
}




/**
 * phones line
 */
 
 .phones{
	margin:0px 0px 40px 14px;
 }
 
 
.payment-types{
	margin-bottom:20px;
	margin-left: 12px;
}
 
 
#header .phones {
  line-height: normal;
  color: #c7c7c7;
  margin-top: 40px;
  text-align: right;
  font-size: inherit;
  letter-spacing: -0.1px;
}

#header .phones span {
  padding-left: 0;
  float: left;
  clear: left;
}

/**
 * header line 2
 */
#header .line2 {
  border-top: 0;
  border-bottom: 0;
  height: 36px;
  color: inherit;
  background:none;
  width:302px;
  float:right;
}

#header .line2 div,
#header .line2 span
{
  color: inherit;
}

#header .line2 a {
  color: #aeafae;
}

#header div.search {
  position: static;
  top: auto;
  left: auto;
  float: right;
  margin-top: 12px;
  margin-right: 30px;
  height: 25px;
  line-height: 25px;
  background: url(../images/bg_search.png) 0 0 no-repeat;
  white-space: nowrap;
}
#header div.search * {
  float: left;
  height: 25px;
  line-height: 25px;
}
#header .search .image-button {
	background: none;
	width: 66px;
	margin: 0 2px 0 0;
}
#header .search input.text {
    border: 0;
	background: none;
	width: 158px;
	padding: 0 5px;
	color: #dddddd;
}
#header .search input.text:focus {
	color: #ffffff;
}
#header a.search {
  font-size: 11px;
  margin-left: 12px;
  color: #c4c4c4;
  text-decoration: none;
}
#header a.search:hover {
  text-decoration: underline;
}
#header a.search span {
   width: 10px;
   height: 11px;
   background: url(../images/sprite.gif) -90px 0 no-repeat;
   margin-top: 7px;
   margin-right: 6px;
}
#header input {
  margin-right: 0;
}

#header .top-links {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  letter-spacing: 0px;
}
#header .top-links li {
  margin-right: 14px;
  float: left;
  color:#d7d7d7;
}
#header .top-links a {
  margin-left: 6px;
  color: #ffffff;
  white-space: nowrap;
  text-decoration:none;
}

#header .top-links a:hover{
  text-decoration: underline;
}
#header .top-links span {
  padding: 0 10px 0 0;
  height: 10px;
  margin-right: -2px;
}

}

#header .languages {
  position: static;
  top: auto;
  right: auto;
  text-align: left;
  float: right;
  margin-top: 38px;
  margin-right: 16px;
}
#header .languages-select {
  margin-top: 35px;
}

#header .languages-flags a,
#header .languages-flags strong
{
  padding-left: 2px;
  padding-right: 1px;
}

.printable-bar a {
  background: transparent url(../images/printer.gif) no-repeat left 50%;
  padding: 0px 0 0px 19px;
  color: #000000;
  font-size: inherit;
  line-height: normal;
}

div.printable-bar {
  margin-top: -3px;
}

/**
 * footer styles
 */
#footer .box {
  border-top: 0;
  font-size: 11px;
}

#footer .subbox {
  border-top: 0;
  background: none;
  color: inherit;
  height: auto;
}

#footer .subbox .left {
  left: 23px;
  line-height: 46px;
  color:#b9b9b9;
}

#footer .subbox .right {
  right: 23px;
  color:#ffffff;
  line-height: 46px;
}
#footer .subbox .right ul li {
  padding-left: 10px;
}

#footer .subbox a {
  color: #005985;
}

/*==============================================================================

  widgets

==============================================================================*/
/**
 * location bar
 */
#location {
  margin-top: -3px;
  font-size: inherit;
  color: #626262;
}

font.bread-crumb {
  font-size: inherit;
  color: inherit;
}

a.bread-crumb {
  font-size: inherit;
  color: #000000;
}

#location span {
  padding: 0 2px;
}

/**
 * side bar container
 */
.menu-dialog {
  border: 0;
  margin-bottom: 20px;
}

.menu-dialog .title-bar {
  background: none #e9e9e9;
  border-bottom: 0;
  height: 36px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  display:none;
}

.menu-dialog .title-bar img.icon {
  display: none;
  margin: -7px 0 0px 7px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}

.menu-dialog .title-bar h2 {
  font-size: 19px;
  color: #55438d;
  font-weight: normal;
  line-height: 36px;
  height: 36px;
  padding: 0 0 0 18px;
}

.menu-dialog .content {
  padding: 12px 5px 0px 15px;
  background: #f5f5f5;
}

.menu-dialog .content a {
  color: #424242;
}

.menu-dialog .content a:hover {
  color: #242424;
}

.menu-dialog .item {
  color: inherit;
  font-size: inherit;
}

.menu-dialog .separator {
  clear: both;
  margin: 7px 0;
}
.menu-dialog img.separator {
  background-color: transparent;
  height: 0px;
  display: block;
}

.menu-dialog ul li a {
  font-size: inherit;
  text-decoration: underline;
}
.menu-dialog ul li a:hover {
  text-decoration: none;
}

/**
 * Dialog container
 */
.dialog {
  border: 0;
  margin: 0 27px 18px 0px;
}

.dialog .title {
  color: inherit;
  font-weight: normal;
  font-size: inherit;
  background: none;
  height: 32px;
  line-height: 32px;
  padding: 0 0 0 0px;
  border-bottom: 0;
}

.dialog .title h2 {
  color: #010101;
  font-size: 17px;
  font-weight: bold;
}

.dialog .content {
  padding: 17px 0px 0px;
  color: inherit;
}

.dialog .content .category-content table{
	border: 1px solid #c7c7c7;
}

.dialog-type2 {
  border: 1px solid #f0f0f0;
  margin-left: -22px;
}
.dialog-type2 .title h2 {
  padding-left: 23px;
}
.dialog-type2 .content {
  padding: 10px 10px 13px 10px;
  background: url(../images/bg_dialog2.gif) 0% 100% repeat-x;
}

.list-dialog .title div.sort-box {
  font-size: 11px;
  margin:0px 40px 0px 0px;
}

.list-dialog .title div.sort-box .search-sort-title,
.list-dialog .title div.sort-box .search-sort-cell
{
  padding-right: 0px;
  padding-left: 10px;
}

/**
 * Dialog with "noborder" class parameter
 */
.noborder .content {
  padding: 0;
}

/**********************************
 * Buttons
 **********************************/

/**
 * button-based
 */
button.button {
  height: 28px;
}

button.button .button-right {
  background: transparent url(../images/but_right.png) no-repeat right top;
  height: 26px;
}

button.button .button-left {
  background: transparent url(../images/but_left.png) no-repeat left top;
  padding: 0 3px 0 13px;
  font-family: arial, helvetica, sans-serif;
  color: #444444;
  font-weight: normal;
  font-size: 12px;
  height: 27px;
  line-height: 27px;
}

/**
 * div-based
 */
div.button {
  background: transparent url(../images/but_right.png) no-repeat right top;
}

div.button div,
div.button a
{
  background: transparent url(../images/but_left.png) no-repeat left top;
  padding: 0 3px 0 13px;
  line-height: 26px;
  font-family: arial, helvetica, sans-serif;
  color: #444444;
  font-weight: normal;
  font-size: 12px;
}

/**
 * button-based link
 */
button.simple-button {
  height: 26px;
  color: #444444;
  font-size: 12px;
  font-weight: normal;
  line-height: 26px;
}

/**
 * a-based link
 */
a.simple-button {
  font-size: 12px;
  color: #000000;
  line-height: 26px;
}

a.simple-button:hover {
  color: #000000;
}

/*********************************
 * Buttons alternative styles
 *********************************/

/**
 * Highlighted button
 */
button.main-button .button-right {
  background: transparent url(../images/but_main_right.png) no-repeat right top;
}

button.main-button .button-left {
  background: transparent url(../images/but_main_left.png) no-repeat left top;
  color: #ffffff;
}

button.main-button.added-to-cart-button .button-left {
  /*background: transparent url(../images/but_main_check_left.png) no-repeat left top;*/
  background: transparent url(../images/but_main_left.png) no-repeat left top;
  padding-left: 10px;
}

div.main-button {
  background: transparent url(../images/but_main_right.png) no-repeat right top;
}

div.main-button div,
div.main-button a
{
  background: transparent url(../images/but_main_left.png) no-repeat left top;
  color: #ffffff;
}

/**
 * Light button
 */
button.light-button .button-right {
  background: transparent url(../images/but_light_right.gif) no-repeat right top;
  padding: 0 2px 0 0;
}

button.light-button .button-left {
  background: transparent url(../images/but_light_left.gif) no-repeat left top;
  padding: 0 10px 0 15px;
  color: #365f8f;
  font-size: 11px;
}

div.light-button {
  background: transparent url(../images/but_light_right.gif) no-repeat right top;
}

div.light-button div,
div.light-button a
{
  background: transparent url(../images/but_light_left.gif) no-repeat left top;
  color: #365f8f;
  font-size: 11px;
}

/**
 * Delete cart item button
 */
a.simple-delete-button {
  color: #800 !important;
  background: transparent url(../images/delete_cross.gif) no-repeat left 50%;
}

/**
 * Add to list... button
 */
div.drop-out-button {
  padding-right: 10px;
}

/**
 * Menu button
 */
button.menu-button .button-right {
  padding-right: 6px;
}

button.menu-button .button-left {
  padding: 0 1px 0 7px;
}

div.menu-button {
  padding-right: 7px;
}

div.menu-button div,
div.menu-button a
{
  padding: 0 1px 0 8px;
}

/**
 * Add2Cart AJAX-based
 */
button.do-add2cart-wait .button-right,
button.do-add2cart-success .button-right,
button.do-add2cart-error .button-right
{
/*  background: transparent url(../images/but_light_right.gif) no-repeat right top;
  padding: 0 5px 0 0;*/
}

button.do-add2cart-wait .button-left,
button.do-add2cart-success .button-left,
button.do-add2cart-error .button-left
{
/*  background: transparent url(../images/but_light_left.gif) no-repeat left top;
  padding: 0 10px 0 15px;*/
}

button.do-add2cart-wait .button-left .progress {
  background-position: left 50%;
}

/**
 * button(s) containers
 */
.button-row,
.button-row-right
{
  height: 28px;
  line-height: 28px;
}

.buttons-row-right,
.buttons-row
{
  height: 28px;
}

.buttons-row .button-separator {
  height: 27px;
}

.buttons-auto-separator .button,
.buttons-auto-separator button.simple-button,
.buttons-auto-separator a.simple-button
{
  margin-right: 16px;
}

/**
 * Data table
 */
.data-table td.data-required,
td.data-required
{
  color: #2e90bf;
}

span.star {
  color: #2e90bf;
}

/**
 * Search sort bar
 */
.search-sort-bar a.up-direction {
  font-weight: normal;
  padding-left: 12px;
  background: transparent url(../images/uarrow.gif) no-repeat left 5px;
}

.search-sort-bar a.down-direction {
  font-weight: normal;
  padding-left: 12px;
  background: transparent url(../images/darrow.gif) no-repeat left 5px;
}

/**
 * Expandable section
 */
.expand-section a {
  text-decoration: underline;
}

/**
 * Pagination mechanism
 */
.nav-pages a {
  text-decoration: underline;
}

.nav-pages .left-arrow img {
  background: transparent url(../images/navigation_arrow_left.gif) no-repeat left top;
}

.nav-pages .right-arrow img {
  background: transparent url(../images/navigation_arrow_right.gif) no-repeat left top;
}

/**
 * Subheader styles
 */
h3 {
  color: inherit;
  border-bottom: 1px dotted #818181;
}

/*==============================================================================

  Side-bar styles

==============================================================================*/

/**
 * categories list
 */
.menu-categories-list .content {
  padding-right: 0px;
}
.menu-categories-list ul {
  list-style: disc;
  margin-left: 15px;
  color: #717171;
  font-size: 9px;
}
.menu-categories-list ul ul {
  padding-top: 3px;
}
.menu-categories-list ul li {
  padding: 2px 0 3px 0;
  background: none;
}
.menu-categories-list ul ul li {
  padding-bottom: 2px;
}
.menu-categories-list ul ul li.last {
}

.menu-dialog.menu-categories-list ul li a,
.menu-dialog.menu-fancy-categories-list a
{
  font-size: 14px;
}
.menu-dialog.menu-categories-list ul ul li a,
.menu-dialog.menu-fancy-categories-list ul ul li a
{
  font-size: 13px;
}
.menu-categories-list ul li.current,
.menu-fancy-categories-list ul li.current
{
  color: #000000;
}
.menu-categories-list ul li.current > a,
.menu-fancy-categories-list ul li.current > a
{
  font-weight: bold;
}
.menu-categories-list ul ul li.current,
.menu-categories-list ul ul li.current > a,
.menu-fancy-categories-list ul ul li.current > a
{
  color: #e10462 !important;
}

.menu-categories-list ul li a,
.menu-bestsellers ul li a
{
  text-decoration: none;
}

.fancycat-icons-c ul li a
{
	text-decoration: none;
	font-weight:bold;
	font-size:16px;
	color:#000000;
	text-transform:uppercase;
}

.fancycat-icons-e ul li {
	background:#fdfdfd;
}

.fancycat-icons-c ul.fancycat-icons-level-1 li a
{	
	font-weight:normal;
	color:#222222;
	size:12px;
	text-transform:none;


}

.menu-categories-list ul li a:hover,
.menu-fancy-categories-list .fancycat-icons-c ul li a:hover,
.menu-bestsellers ul li a:hover
{
  text-decoration: underline;
}

/**
 * Minicart
 */
 


.menu-minicart {
  background: url(../images/bg_minicart.gif) 0% 0% repeat-x #797979;
  padding: 34px 5px 5px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-right:18px;
}
.menu-minicart .title-bar {
  background: none;
  display: none;
}

.menu-minicart .content {
  padding: 10px 13px;
  overflow: visible;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

.menu-minicart img.icon {
  width: 44px !important;
  height: 33px !important;
  background: url(../images/cart_button.gif) no-repeat;
  float: right;
  margin-right: -13px;
  margin-top: -1px;
}
.menu-minicart .minicart .alt-layout {
  display: none;
}
.menu-minicart .top-section {
  margin-top: -38px;
}
.menu-minicart .top-section .minicart {
  margin-bottom: 13px;
}
.menu-minicart .top-section .alt-layout {
  display: inline;
  font-size: 18px;
  color: #ffffff;
}
.menu-minicart .top-section .default-layout {
  display: none;
}
.menu-minicart .cart-checkout-links {
  padding-top: 5px;
}
.menu-minicart .custom-links {
  border-top: 1px dotted #818181;
  margin-top: 12px;
  padding-top: 5px;
}

div.minicart {
  color: inherit;
  font-size: inherit;
}

div.minicart table {
  width: 100%;
  margin: 0 0 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px dotted #818181;
}

div.minicart table tr td {
  color: #ac0000;
  font-size: inherit;
  font-weight: bold;
  text-align: right;
}
div.minicart table tr td:first-child {
  text-align: left;
}

/**
 * AJAX-based minicart
 */
#content-container .ajax-minicart img.minicart-button {
  background: transparent url(../images/cart_button.gif) no-repeat left -34px !important;
  margin-bottom: 0px;
}

.minicart-box {
  display: block;
  position: static;
  width: auto;
  padding: 0;
  border: 0;
  background: none;
}

.minicart-box ul li {
  padding: 0px 0px 7px 0px;
  overflow: visible;
  margin-bottom: 7px;
  border-bottom: 1px dotted #818181;
}
.minicart-box ul li a {
  display: block;
  padding-right: 5px;
}
.minicart-box ul li a.delete {
  padding: 0px 0 0 5px;
  margin: 0px;
  position: absolute;
  top: 4px;
  right: -8px;
}

.minicart-box ul li a.delete img {
  background: transparent url(../images/delete_cross.gif) no-repeat left top;
}

.minicart-box .price-row {
  margin-top: 6px;
  font-size: 11px;
}
.minicart-box .price-row input {
  padding: 1px;
  font-size: 11px;
}

.minicart-box .minicart-checkout-button {
  background: transparent url(../images/but_flc_arrow_right.png) no-repeat right top;
}

.minicart-box .minicart-checkout-button a:link,
.minicart-box .minicart-checkout-button a:hover,
.minicart-box .minicart-checkout-button a:visited,
.minicart-box .minicart-checkout-button a:active
{
  background: transparent url(../images/but_flc_main_left.png) no-repeat;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}

.menu-bestsellers ul li,
.menu-special ul li,
.menu-help ul li,
.menu-manufacturers ul li,
.menu-minicart .custom-links ul li
{
  padding: 2px 0;
}

/*============================================================================

  page-specific styles

==============================================================================*/
/**
 * home
 */
#page-top {
}
#home-top {
  margin-left:-30px;
  margin-top:-20px;
  margin-bottom: 18px;
  overflow:visable;
}
/*---------- brian add------------*/




/*---------end brian add----------*/

 
#home-top .element.style  {
	overflow: visible;
}


#home-top .banner-system {
  margin-bottom: 0px;
}

/*** Welcome page text -- brians
*/

.welcome-text{
	margin-right:35px;
}

.welcome-text h2 {
	font-size: 14px;
}


/**
 * Product details page
 */
 
 .products{
	margin-top:0px;
	border-bottom:1px dotted #cdcdcd;
 
 }
 .prod-container{
  margin-left: -27px;

}
 
 
.product-details {
  margin-bottom: 27px;
  margin-top: 15px;
}

.product-details .image {
  text-align: inherit;
  margin: 0px 20px 15px 0px;
  float:left;
}

.product-details .details-custom {
  padding-left: 30px;
}

.product-details .details {
  padding-left: 34px;
  margin-bottom: 15px;
}
.product-details h1 {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  background:url(../images/prod-det-h1.gif) repeat-x ;
  padding:13px 0px 24px 12px;
}
.product-details .descr {
  padding-top: 5px;
  padding-right: 20px;
  padding-left: 30px;
  font-size: 13px;
  color: #000000;
}
.product-details .descr:before {
  content: '';
  display: block;
  border-top: 1px dotted #818181;
  margin-bottom: 10px;
}

.product-details table.product-options-section {
  width: auto;
}
.product-details .product-options-section td {
  padding-top: 14px;
}
.product-details .product-options-section .property-name {
  width: auto;
}
.product-details .product-properties-section td {
  padding: 0;
}

.product-details .creviews-rating-box {
  margin-top: 0px;
  padding-bottom: 8px;
}

.product-details .acr-general-product-rating {
  padding-top: 0px;
  padding-bottom: 8px;
}

.product-details .buttons-row {
  margin-top: 13px;
}

.product-details .ask-question {
  margin-top: 0px;
  float: none;
}

.social-box {
  margin-top: 15px;
}
.twitter-widget {
  float: left;
  margin-right: 12px;
  margin-top: 2px;
}
.fb_iframe_widget {
  float: left;
}

/**
 * Product properties table
 */
table.product-properties tr td {
  padding: 1px 0 0 0;
  vertical-align: middle;
}

table.product-properties .quantity-row .property-name {
  padding-right: 20px;
}

table.product-properties .separator td {
  height: 9px;
  font-size: 0px;
}

/*********************************
 * Products list
 *********************************/

/**
 * Common styles
 */
.dialog-featured-list .products,
.dialog-uproducts .products,
.dialog-rproducts .products,
.dialog-bestsellers .products,
.cart-page-container .products
{
  margin-bottom: 0;
  margin-top: 0;
}
#product-tabs-container .products
{
  margin-top: 0;
}

.subcategory-descr   p{
	margin-right:280px;
	
}




.products .image a img {
  vertical-align: top;
}

.products .product-title,
.product-details .product-title
{
  color: #010101;
  font-weight: normal;
  font-size: inherit;
}
.products-list .product-title
{
  font-weight: bold;
}
a.product-title:hover {
  text-decoration: none;
}

.products .descr {
  padding: 14px 0 0;
}

.products .price-row {
  line-height: normal; /* fix for Product Notifications */
}
.products .price-row,
.product-details .price-row
{
  font-weight: bold;
  color: #6c677c;
}
.products .price-row,
.products .price-value
{
  font-size: 14px;
}
.product-details .price-row {
  font-size: 17px;
}
.products .price-value,
.product-details .price-value
{
  color: #000000;
}

.products .market-price-row {
  font-size: 11px;
  margin-top: 4px;
  margin-bottom:2px;
  width: 110%;  
}
.product-details .market-price-row {
  margin-top: 4px;
  font-size: 14px;
}
.products .market-price-value,
.product-details .market-price-value
{
  background: none;
  text-decoration: line-through;
}
.products .price-save,
.product-details .price-save
{
  color: #e40300;
}

.products .buy-now {
  margin: 7px 0 0;
}

.products .buy-now .quantity {
  height: auto;
  font-size: 11px;
  padding-bottom: 5px;
}

.products .buy-now .quantity-title {
  padding-right: 6px;
}

.products .buy-now .button-row {
  margin-top: 4px;
}
.products .buy-now .button .button-left,
.products .buy-now div.button div,
.products .buy-now div.button a,
.product-details .button .button-left,
.product-details div.button div,
.product-details div.button a
{
  min-width: 85px;
}

.min-amount-text {
  color: #e10462;
  margin-top: 5px;
  margin-bottom: 5px;
}

/**
 * List as list
 */
.products-list .item {
  padding-bottom: 10px;
  border-bottom: 1px dotted #818181;
  margin: 0 0 32px;
}
.products-list .item.last {
  border-bottom: 0;
  margin-bottom: 0;
}

.products-list .image {
  padding: 0px 10px 0px 0px;
}
.products-list .image .fcomp-checkbox-box label {
  white-space: normal;
}

.products-list .details {
  padding-left: 10px;
}

.products-list .details-block {
  margin-right: 190px;
}
.products-list .details-block .creviews-rating-box {
  margin-top: 7px;
  padding-bottom: 0px;
}
.products-list .buy-now-block {
  float: right;
  width: 163px;
  margin-top: -4px;
  position: relative; /* for Product Notifications */
}

/**
 * List as multicolumn table
 */
.products-table .product-cell {
  background: none;


}

.highlight first last {
    margin-left: auto;
    margin-right: auto;
}


.dialog .content {
	padding:0px 0px 0px 0px;

}

.products-table td.product-cell-price {
  padding-top: 1px;
}

.products-table td.product-cell-buynow {
  padding-top: 0px;
}

.products-table td.product-cell-buynow .button-row {
  margin-top: 4px;
  margin-bottom: 0px;
}

.products-table .image {
  margin: 15px 0 5px 0;

}
.products-table tr.first .image {
  margin-top: 0px;

}

.products-table .price-row {
  font-size: 11px;
}

.products-table tr.separator td {
  height: 20px;
  border-bottom: 1px dotted #818181;
}

/**
 * Cart page
 */
.totals .total-value {
  color: #0f4a66;
}

/**
 * Payment wait page
 */
body.payment-wait {
  background: none;
}

body.payment-wait .payment-wait-title,
body.payment-wait .payment-details-title
{
  border-top: 30px solid #f1f1f1;
}

/**
 * 404 error page
 */
.error-page #header {
  height: 108px;
}

.error-page #header .line2 {
}

.error-page #header .logo {
  margin-left: 0px;
}

.error-page #content-container {
	margin-top:117px;
}

/**
 * Printable
 */
.printable {
  background: none;
}
.printable #content-container {

  margin-bottom: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.printable #header {
  height: 92px;
}

.printable #header .top-links {
  display: none;
}
.printable #center-main {
  padding-top: 10px;
}

.printable .dialog-type2 {
  border: 0;
}
.printable .dialog-type2 .content {
  background: none;
}

/**
 * Buttons
 */
.printable .buttons-row,
.printable .button-row,
.printable .products .buy-now .quantity
{
  display: none;
}

/**
 * Users online sublayout
 */
.uo-container #content-container {
  padding-bottom: 0px;
}

.uo-container #footer {
  height: 46px;
}

/**
 * Language selectors
 */
strong.language-code img,
.language-code-over
{
  border: solid 1px #aaaaaa !important;
}

/**
 * Popup address selection
 */
.popup-address .address-current {
  border: solid 1px #cfcfcf;
}

.delete-icon {
  width: 9px;
  height: 9px;
  background: transparent url(../images/delete_cross.gif) no-repeat left top;
}

/**
 * Common checkout styles
 */
.checkout-container #header .line2 {

}

.checkout-container #content-container {
	margin-top:117px;

}

.checkout-container #header {
  height: 108px;
}

.checkout-container #center-main {
  margin-right: 42px;
  margin-left: 42px;
}

/**
 * Big main button
 */
div.checkout-2-button {
  background: transparent url(../images/but_flc_main_right.png) no-repeat right top;
}

div.checkout-2-button div,
div.checkout-2-button a:link,
div.checkout-2-button a:visited,
div.checkout-2-button a:hover,
div.checkout-2-button a:active
{
  background: transparent url(../images/but_flc_main_left.png) no-repeat;
}

/**
 * Big button
 */
div.checkout-1-button {
  background: transparent url(../images/but_flc_right.png) no-repeat right top;
}

div.checkout-1-button div,
div.checkout-1-button a:link,
div.checkout-1-button a:visited,
div.checkout-1-button a:hover,
div.checkout-1-button a:active
{
  background: transparent url(../images/but_flc_left.png) no-repeat;
  color: #444444;
  font-weight: normal;
  font-size: 12px;
}

/**
 * Big main with arrow button
 */
div.checkout-buttons div.checkout-3-button {
  background: transparent url(../images/but_flc_arrow_right.png) no-repeat right top;
}

div.checkout-3-button div,
div.checkout-3-button a:link,
div.checkout-3-button a:visited,
div.checkout-3-button a:hover,
div.checkout-3-button a:active
{
  background: transparent url(../images/but_flc_main_left.png) no-repeat;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}

/**
 * jQuery UI tabs layout change
 */
.ui-tabs .ui-tabs-nav li {
  margin-right: .25em;
}
.ui-tabs .ui-tabs-nav li a {
  padding: .6em 1.1em;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a
{
  color: #2e2f30;
}
.ui-tabs .ui-tabs-panel {
  padding: 1.4em 1.4em;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
  outline: none;
}

/*
  Small design fix
*/
.simple-products-table td.product-cell {
  padding-right: 20px;
  padding-left: 20px;
}
.dialog-bestsellers .content {
  padding-top: 0px;
}
.dialog-bestsellers .simple-products-table .product-cell {
  padding-right: 10px;
  padding-left: 10px;
}
.simple-products-table .price-row {
  padding-top: 4px;
}
.simple-products-table .price-row,
.simple-products-table .price-value
{
  font-size: 11px;
}
.simple-products-table .product-image-row .product-cell {
  vertical-align: bottom;
}



#bottom-sections {
  /*height: 162px;*/
  background: #000000;
  color: #f3f3f3;
  border-bottom:2px #393939 solid;
}
#bottom-sections a {
  color: #b3b3b3;
  text-decoration: underline;
}
#bottom-sections a:hover {
  text-decoration: none;
}
#bottom-sections .c {
  height:auto;
  width:155px;
  margin: 0 0 0 24px;
  float: left;
  padding-top: 13px;


 
}
#bottom-sections .c1 {
  width: auto;
  margin: 0;
  padding: 0;
}
#bottom-sections .c4 {
  width: 175px;
}
#bottom-sections .menu-dialog {
  border: 0;
  margin: 0 0 15px 0;
  padding: 0;

}
#bottom-sections .title-bar {
  background: none;
}
#bottom-sections .title-bar img.icon {
  display: inline;
  vertical-align: baseline;
}
#bottom-sections .menu-dialog .title-bar h2 {
  color: #cecece;
  padding-left: 0px;
  font-size: 18px;
}
#bottom-sections .menu-dialog .content {
  background: none;
  padding: 5px 0 0 0;
}
.menu-manufacturers img.icon {
  background: url(../images/sprite.gif) 0 -30px;
}
.menu-special img.icon {
  background: url(../images/sprite.gif) -30px -30px;
}
.menu-news img.icon {
  background: url(../images/sprite.gif) -60px -30px;
}
#bottom-sections .menu-dialog ul li {
  padding: 12px 0 0 0;
}
#bottom-sections .menu-dialog ul li:first-child {
  padding-top: 0;
}
.menu-follow .facebook-link {
  padding-left: 25px;
  background: url(../images/icon_fb.gif) 0% 0% no-repeat;
  display: block;
}
.menu-follow .twitter-link {
  padding-left: 25px;
  background: url(../images/icon_twitter.gif) 0% 0% no-repeat;
  display: block;
}
.menu-follow .pinterest-link {
  padding-left: 25px;
  background: url(../images/icon_pinterest.gif) 0% 0% no-repeat;
  display: block;
}
.menu-follow ul li a {
  padding-bottom: 1px;
  margin-top: -1px;
}
.menu-news .item {
  margin-bottom: 15px;
  line-height: 1.2em;
}
.menu-news .item .date {
  display: block;
  margin-bottom: 5px;
  color: #cdcdcd;
}

/*
  Right-margined elements
*/
.dialog-type2,
#location,
div.printable-bar,
.product-details,
#product-tabs-container,
#top-links.ui-tabs
{
  margin-right: 0px;
}

#product-tabs-container {
	margin-right:20px;

}

/* Detailed Product Images */
div.dpimages-popup-link {
  text-align: inherit;
  margin-top:20px;
}

.dpimages-popup-link a:link,
.dpimages-popup-link a:visited,
.dpimages-popup-link a:hover,
.dpimages-popup-link a:active
{
  color: #000000;
}

.dpimages-icons-box{
	width:159px;

}

.dpimages-icons-box a:link,
.dpimages-icons-box a:visited,
.dpimages-icons-box a:hover,
.dpimages-icons-box a:active
{
  border: 1px solid #ebebeb;
  margin: 0 5px 5px 5px;
  text-align: center;
}

.dpimages-icons-box a:hover {
  border: 1px solid #e10462;
}

/* Products Map */
.pmap_letters span.pmap_current {
  border: 1px solid #005985;
  background: #e9e9e9;
}

.pmap_letters span.pmap_disabled {
  border: 1px solid #e9e9e9;
}

.pmap_letters a:link,
.pmap_letters a:visited,
.pmap_letters a:active,
.pmap_letters a:hover
{
  border: 1px solid #e9e9e9;
}

.pmap_letters a:hover {
  background-color: #ffffff;
  border-color: #005985;
  color: #005985;
}

/* Recently Viewed */
.menu-rviewed-section div.item {
  margin-bottom: 14px;
}

.menu-rviewed-section div.image img {
  border: 1px solid #ebebeb;
}

/* Banner Systems */
#banner_system_navigation {
  left: auto;
  right: 17px;
  bottom: 12px;
}
.banner_system_navigation a {
  float: left;
  margin: 0 4px;
  padding: 0;
  border: 0;
  text-decoration: none;
  -khtml-border-radius: 13px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  text-indent: 20px;
  width: 15px;
  height: 15px;
  overflow: hidden;
  font-size: 0;
  outline-style: none;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background: #ececec;
  background: -moz-linear-gradient(top,  #ececec 0%, #fcfcfc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#fcfcfc));
  background: -webkit-linear-gradient(top,  #ececec 0%,#fcfcfc 100%);
  background: -o-linear-gradient(top,  #ececec 0%,#fcfcfc 100%);
  background: -ms-linear-gradient(top,  #ececec 0%,#fcfcfc 100%);
  background: linear-gradient(to bottom,  #ececec 0%,#fcfcfc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#fcfcfc',GradientType=0 );
}
.banner_system_navigation a.activeSlide {
  background: #66aad2;
  background: -moz-linear-gradient(top,  #66aad2 0%, #1e8abf 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66aad2), color-stop(100%,#1e8abf));
  background: -webkit-linear-gradient(top,  #66aad2 0%,#1e8abf 100%);
  background: -o-linear-gradient(top,  #66aad2 0%,#1e8abf 100%);
  background: -ms-linear-gradient(top,  #66aad2 0%,#1e8abf 100%);
  background: linear-gradient(to bottom,  #66aad2 0%,#1e8abf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66aad2', endColorstr='#1e8abf',GradientType=0 );
}

/* Fast Lane Checkout */
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img2,
.flc-tab-marks-line .flc-tab-line-full .flc-tab-line-img3,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img1,
.flc-tab-marks-line .flc-tab-line-half .flc-tab-line-img3
{
  background-color: #e10462;
}

/* Product Notifications */
.products-list .prod-notif-place-holder {
  float: right;
  height: 26px;
  width: 120px;
}
.products-list a.prod-notif-request-button {
  position: absolute;
  top: -5px;
  left: 0;
}
.products-list a.prod-notif-request-button-P {
  left: -135px;
}
.products-list a.prod-notif-request-button-L {
  left: -80px;
}
.products-list a.prod-notif-request-button-B {
  left: -80px;
}
.products-list .prod-notif {
  position: absolute;
  top: 25px;
  left: -230px;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
.products-list .prod-notif-email {
  max-width: 80%;
}
.prod-notif {
  padding-right: 5px;
}

/* Add To Cart Popup */
.product-added.ui-widget {
  font-family: arial, helvetica, sans-serif;
}
.product-added .title {
  font-size: 12px;
  font-weight: normal;
}
.product-added .title a {
  color: #010101;
}
.product-added .price .product-price-value {
  color: #0f4a66;
  font-size: 14px;
}
.product-added .price .product-alt-price-value {
  font-size: 14px;
  color: #6c677c;
}
