/**
 * This file is a container for custom CSS. You can use it to override the default styles of the theme.
 *
 * 1. Copy the file "SAMPLE.custom.css" and rename it to "custom.css".
 *    Otherwise this file will not be loded by Magento.
 * 2. Enable it in the admin panel.
 * 3. Uncomment slected sample styles or add your own CSS to override the default styles of the theme.
 *
 * Please refer to the user guide for more details.
 *
 */

/* Products - Hide Brands at top of RHS column */
.feature-wrapper.top-border {
border-top: 0px;
margin-top: 0px;
padding-top: 0px;
}

.margin-bottom { margin-bottom: 0px;}


.sidebar .paypal-logo	{ display:none;}
p.availability			{ display:none;}
.footer-top-container .section-container { display:none;}

ul.left_menu_level2 {
margin-left: 0.5em;
}

ul.left_menu_level1 li  {
background: url(../images/infortis/_shared/cck/list/bullet.png) 0 0 no-repeat;
padding-left: 25px;
transition: background-position 150ms ease-out;
-moz-transition: background-position 150ms ease-out;
-webkit-transition: background-position 150ms ease-out;
-o-transition: background-position 150ms ease-out;
}

ul.left_menu_level1 li a {
	font-weight:bold;
}


h2.legend { display:none;}

/* Products
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Product labels
-------------------------------------------------------------- */

/*
.sticker.new {
	background-color:#555;
	color:#fff;
}
.sticker.sale {
	background-color:orange;
	color:#fff;
}
*/

/* Stock indicator on product page (configurable products):
icon background color
-------------------------------------------------------------- */
/*
a.availability-only span.icon { background-color:orange; }
*/


/* Miscellaneous
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/* Drop-down caret */
/*
.caret {
	opacity:1;
	filter:alpha(opacity=100);
}
*/
